.block-title {
  font-size: 32px;
  line-height: 1.46;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1199px) {
  .block-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.slick-slider {
  overflow-x: hidden;
}

.slick-list.draggable {
  cursor: pointer;
  cursor: grab;
}

.slick-list.dragging {
  cursor: grabbing;
}

.more-btn {
  display: block;
  width: max-content;
  padding: 8px 15px;
  border: 2px solid var(--black-color);
  font-size: 15px;
  text-align: center;
  color: var(--black-color);
  margin: 0 auto;
  max-width: 150px;
  width: 100%;
  font-weight: 600;
}

.more-btn:hover {
  color: inherit;
}

.main-title {
  font-weight: 600;
  color: var(--black-222);
  font-size: 48px;
  line-height: 65px;
  padding: calc(95px + var(--header-height)) 0 0;
  margin-bottom: 50px;
}

.loading {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
}

.loading.active {
  display: flex;
  cursor: wait;
}

.loading .text {
  color: var(--white-color);
  text-align: center;
}


@media only screen and (max-width: 767px) {
  .main-title {
    font-size: 24px;
    line-height: 32px;
    padding: calc(50px + var(--header-height)) 0 0;
  }
}

.symbol::before {
  font-family: "toto icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.symbol.facebook::before {
  content: "\e922";
  font-size: 24px;
  line-height: 32px;
}

.symbol.youtube::before {
  content: "\e915";
  font-size: 24px;
  line-height: 32px;
}

.symbol.minus::before {
  content: "\e90d";
}

.symbol.plus::before {
  content: "\e911";
}

.symbol.phone::before {
  content: "\e935";
}

.symbol.search::before {
  content: "\e913";
}

.symbol.info::before {
  content: "\e93a";
}

.symbol.shield::before {
  content: "\e93c";
}

.symbol.arrow-right::before {
  content: "\e937";
}

.symbol.menu::before {
  content: "\e90c";
}

.symbol.down::before {
  content: "\e944";
}

.symbol.close::before {
  content: "";
}

.symbol.plus.circle::before {
  content: "\e910";
}

.symbol.minus.circle::before {
  content: "\e90e";
}

.symbol.arrow-prev::before {
  content: "\f104";
}

.symbol.arrow-next::before {
  content: "\f105";
}

.symbol.youtube::before {
  content: "\e915"
}

.symbol.link::before {
  content: "\f0c1";
}

.symbol.phone-bold::before {
  content: "\e90f"
}

.symbol.triangle::before {
  content: "\e946";
}

.symbol.info-bold::before {
  content: "\e90a";
}

.symbol.time-bold::before {
  content: "\e914"
}

.symbol.info-dot::before {
  content: "\e94b"
}

.symbol.arrow-down::before {
  content: "\e949"
}

.symbol.download::before {
  content: "\e912"
}

.symbol.gift::before {
  content: "\e93f"
}
.symbol.close-cate::before {
  content: '\e908';
}