@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-Regular.eot");
  src: local("Rubik Regular"), local("Rubik-Regular"), url("fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Rubik-Regular.woff2") format("woff2"), url("fonts/Rubik-Regular.woff") format("woff"), url("fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-Medium.eot");
  src: local("Rubik Medium"), local("Rubik-Medium"), url("fonts/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Rubik-Medium.woff2") format("woff2"), url("fonts/Rubik-Medium.woff") format("woff"), url("fonts/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-Bold.eot");
  src: local("Rubik Bold"), local("Rubik-Bold"), url("fonts/Rubik-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Rubik-Bold.woff2") format("woff2"), url("fonts/Rubik-Bold.woff") format("woff"), url("fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("fonts/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Regular.woff2") format("woff2"), url("fonts/ProximaNova-Regular.woff") format("woff"), url("fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none;
  border-radius: 0; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Rubik', sans-serif;
  line-height: 1.3; }
  body.uz .choose-form__input.ages span {
    padding-left: .9rem; }
  body.uz .products-item__age {
    margin-left: -1rem; }
  body.uz .product__age {
    margin-left: -1.2rem; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #000;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 7rem; }

.btn {
  height: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  color: #fff; }
  .btn:hover {
    opacity: .8; }
  .btn-trans {
    background: transparent; }
    .btn-trans:hover {
      color: #fff;
      opacity: 1; }

.section-title {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 2.1rem;
  font-weight: 500; }

.all-btn {
  margin-top: 2.5rem;
  text-align: center; }
  .all-btn .btn {
    height: 3.6rem;
    font-size: 1.1rem;
    padding: 0 1.5rem;
    min-width: 20rem; }

.mobile-menu {
  display: none; }

.breadcrumbs {
  margin: 9rem 0 2rem; }
  .breadcrumbs a {
    color: #787878;
    margin-right: 3rem;
    position: relative;
    font-size: 0.9rem; }
    .breadcrumbs a::after {
      position: absolute;
      width: 1.4rem;
      height: 1.4rem;
      background: url(../img/icons/breadcrumb.svg) center center no-repeat;
      background-size: contain;
      content: '';
      right: -2.5rem;
      pointer-events: none; }
    .breadcrumbs a:last-child {
      pointer-events: none; }
      .breadcrumbs a:last-child::after {
        content: none; }

.pagination {
  display: flex;
  margin-top: 2.5rem;
  overflow: hidden;
  justify-content: center;
  gap: .5rem; }
  .pagination .page-item {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff; }
    .pagination .page-item.active .page-link {
      color: #fff; }
    .pagination .page-item.disabled {
      pointer-events: none;
      opacity: .7; }
  .pagination .page-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid;
    color: #787878; }
    .pagination .page-link:hover {
      color: #fff; }
    .pagination .page-link svg {
      width: 1.2rem;
      height: 1.2rem; }

.empty-list {
  height: 10rem;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%; }

@keyframes sizeUp {
  to {
    width: 100%; } }
@keyframes sizeDown {
  to {
    width: 0%; } }
.header {
  position: fixed;
  left: 0;
  top: 0;
  padding: 1.7rem 0;
  font-size: 1.2rem;
  width: 100%;
  z-index: 5;
  transition: .6s all; }
  .header-wrap {
    padding: 1.2rem 2rem;
    border-radius: 5rem;
    background: #f9f9f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .6s all; }
  .header__logo {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1c1c1c; }
  .header-nav {
    display: flex;
    align-items: center;
    gap: 2rem; }
  .header-menu {
    gap: 3rem;
    display: flex;
    margin-right: 1rem; }
    .header-menu a {
      color: #1c1c1c; }
  .header__btn {
    width: 15rem; }
  .header__lang {
    color: #1c1c1c; }
  .header-mobile {
    display: none; }
  .header.header-scrolled {
    padding: 0;
    background: #f9f9f9;
    box-shadow: 0px 4px 6px -4px rgba(24, 39, 75, 0.12), 0px 8px 8px -4px rgba(24, 39, 75, 0.08); }
    .header.header-scrolled .header-wrap {
      padding: 1rem 0; }

.main {
  padding-top: 12rem;
  text-align: center; }
  .main__title {
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 1rem; }
  .main__text {
    max-width: 55rem;
    margin: 0 auto 2rem;
    font-size: 1.5rem; }
  .main-tags {
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-size: 1.2rem;
    margin-bottom: 2.5rem; }
    .main-tags li {
      padding: 0.6rem 2.5rem;
      border-radius: 3rem;
      border: 1px solid #e4e4e4;
      display: inline-flex; }
  .main-slider {
    position: relative;
    margin-bottom: 1rem; }
    .main-slider__item {
      border-radius: 2.5rem;
      overflow: hidden;
      position: relative; }
      .main-slider__item a {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 2; }
      .main-slider__item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
  .main-arrows {
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 1.3rem;
    display: flex;
    justify-content: space-between;
    z-index: 2; }
    .main-arrows span {
      pointer-events: auto;
      width: 3rem;
      height: 3rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      background: rgba(255, 255, 255, 0.3);
      border-radius: 50%; }
      .main-arrows span img {
        width: 2rem; }
  .main-timeline {
    display: flex;
    width: 25rem;
    margin: 0 auto;
    gap: .3rem; }
    .main-timeline.active span {
      animation: sizeUp 5s linear infinite; }
      .main-timeline.active span:last-child {
        animation: sizeDown 5s linear infinite; }
    .main-timeline span {
      height: 0.3rem;
      border-radius: .3rem;
      width: 0%; }
      .main-timeline span:last-child {
        opacity: .2;
        width: 100%; }


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    background-color: #265CBF;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
}

.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-menu a:hover {
    background-color: #ddd;
}

.dropdown-menu .active {
    font-weight: bold;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.info {
  padding-top: 6rem; }
  .info-list {
    display: flex;
    gap: 1.2rem;
    justify-content: center; }
  .info-item {
    width: calc(25% - .9rem);
    padding: 2.5rem 2rem;
    border-radius: 2.5rem;
    background: #f9f9f9; }
    .info-item__ico {
      width: 2.5rem;
      margin-bottom: 1.2rem; }
      .info-item__ico img {
        width: 100%;
        display: block; }
    .info-item__name {
      color: #787878;
      font-size: 1.1rem;
      margin-bottom: 0.6rem; }
    .info-item__text {
      font-size: 1.1rem; }


::-webkit-scrollbar-thumb, .btn, .btn-trans:hover, .main-arrows span:hover,
.main-timeline span, .choose-form__status span, .news::before, .header-mobile, .mobile-menu__close,
.pagination .page-link:hover, .pagination .page-item.active .page-link {
    background: #265CBF;
}

.header-menu a:hover, .header__lang:hover, .btn-trans, .choose-form__input input:checked + span,
.choose-peoples svg path.active, .products-item__age, .news-categories a:hover, .news-categories a.current, .news-item__category,
.footer__logo, .footer-social a:hover, .footer__title, .footer-menu a:hover, .breadcrumbs a:hover, .breadcrumbs a:last-child,
.product__age, .news-single__category, .choose-loading {
    color: #265CBF;
}

.btn-trans, .choose-form__input input:checked + span, .products-item:hover, .news-categories a:hover, .news-categories a.current,
.pagination  .page-link {
    border: 1px solid #265CBF;
}

.btn-trans {
    background: transparent;
}

.choose {
  padding-top: 6rem; }
  .choose-wrap {
    display: flex;
    gap: 1.2rem;
    height: 33rem; }
  .choose-peoples {
    color: #E3E3E3;
    width: 50%;
    padding: 4rem;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border-radius: 2.5rem;
    user-select: none; }
    .choose-peoples.active {
      position: relative; }
      .choose-peoples.active svg {
        display: none; }
      .choose-peoples.active img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        display: block;
        object-fit: contain; }
    .choose-peoples svg {
      width: 100%;
      height: 100%; }
      .choose-peoples svg path {
        transition: .6s all; }
    .choose-peoples img {
      display: none; }
  .choose-steps {
    border-radius: 2.5rem;
    background: #f9f9f9;
    padding: 3.2rem 3rem;
    width: 50%;
    position: relative; }
  .choose-loading {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: none; }
    .choose-loading .lds-ring,
    .choose-loading .lds-ring {
      display: inline-block;
      width: 5rem;
      height: 5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .choose-loading .lds-ring div {
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 4rem;
      height: 4rem;
      margin: .5rem;
      border: .5rem solid currentColor;
      border-radius: 50%;
      animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: currentColor transparent transparent transparent; }
    .choose-loading .lds-ring div:nth-child(1) {
      animation-delay: -0.45s; }
    .choose-loading .lds-ring div:nth-child(2) {
      animation-delay: -0.3s; }
    .choose-loading .lds-ring div:nth-child(3) {
      animation-delay: -0.15s; }
@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .choose-age {
    display: block; }
    .choose-age .choose-form__status span:first-child {
      width: 30%; }
    .choose-age .choose-form__status span:last-child {
      width: 70%; }
  .choose-symptom .choose-form__status span:first-child {
    width: 70%; }
  .choose-symptom .choose-form__status span:last-child {
    width: 30%; }
  .choose-last .choose-form__status span:first-child {
    width: 100%; }
  .choose-last .choose-form__status span:last-child {
    width: 0%; }
  .choose-empty {
    text-align: center; }
    .choose-empty__text {
      font-size: 1.2rem;
      margin: 6rem 0 8rem; }
    .choose-empty .btn-retry {
      width: 15rem; }
    .choose-empty .choose-form__buttons {
      justify-content: center; }
  .choose__title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1.2rem; }
  .choose__text {
    font-size: 1.4rem;
    margin-bottom: 1.2rem; }
  .choose-form {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-bottom: 2.5rem;
    font-size: 0.9rem; }
    .choose-form__input input {
      display: none; }
      .choose-form__input input:checked + span {
        box-shadow: 0px 4px 6px -4px rgba(24, 39, 75, 0.12), 0px 8px 8px -4px rgba(24, 39, 75, 0.08); }
    .choose-form__input span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      padding: 0.7rem 2rem;
      background: #fff;
      border: 1px solid transparent;
      border-radius: 5rem;
      color: #787878; }
    .choose-form__buttons {
      display: flex;
      gap: .7rem;
      margin-bottom: 2.5rem; }
      .choose-form__buttons .btn {
        height: 3.7rem;
        font-size: 1.2rem; }
        .choose-form__buttons .btn-next, .choose-form__buttons .btn-more {
          width: 12rem; }
        .choose-form__buttons .btn-prev, .choose-form__buttons .btn-buy {
          width: 10rem; }
        .choose-form__buttons .btn-start {
          width: 4.5rem; }
          .choose-form__buttons .btn-start svg {
            width: 1.8rem; }
    .choose-form__status {
      display: flex;
      margin: 0 auto;
      gap: .3rem; }
      .choose-form__status span {
        height: 0.3rem;
        border-radius: .3rem; }
        .choose-form__status span:last-child {
          opacity: .2; }
  .choose-product__name {
    color: #787878;
    margin-bottom: 0.6rem; }
  .choose-product__text {
    margin-bottom: 1.3rem; }
  .choose-product .product__comp {
    margin-bottom: 2rem; }

.products {
  padding-top: 6rem; }
  .products-single {
    padding: 5.5rem 0; }
  .products-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem 1.2rem; }
    .products-list__main {
      justify-content: center; }
  .products-item {
    width: calc(25% - .9rem);
    transition: .6s all;
    border: 1px solid #e4e4e4;
    border-radius: 2.5rem;
    padding: 2.5rem 2rem; }
    .products-item:hover {
      box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08); }
    .products-item__img {
      width: 100%;
      height: 12rem;
      margin-bottom: 1.5rem; }
      .products-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .products-item__age {
      font-size: 0.9rem;
      margin-bottom: 0.3rem; }
    .products-item__name {
      color: #787878;
      margin-bottom: 1rem;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .products-item__btn {
      width: 100%;
      font-size: 1.1rem; }
  .products-page {
    padding-top: 1.5rem; }
    .products-page .section-title {
      text-align: left; }

.faq {
  padding-top: 6rem; }
  .faq-item {
    border-radius: 1.7rem;
    padding: 2.5rem 3rem;
    font-size: 1.3rem;
    background: #f9f9f9;
    margin-bottom: 1.2rem; }
    .faq-item.active .faq-item__question img {
      transform: rotate(180deg); }
    .faq-item:last-child {
      margin-bottom: 0; }
    .faq-item__question {
      gap: 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none; }
      .faq-item__question img {
        width: 2.8rem;
        transition: .6s all;
        flex-shrink: 0; }
    .faq-item__answer {
      margin-top: 0.7rem;
      color: #787878;
      max-width: 65rem;
      display: none; }

.news {
  margin-top: 6rem;
  padding: 5.5rem 0;
  position: relative; }
  .news::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    content: '';
    opacity: .05; }
  .news-categories {
    display: flex;
    justify-content: center;
    gap: .6rem;
    margin-bottom: 2.5rem; }
    .news-categories a {
      height: 3rem;
      padding: 0 2.5rem;
      background: #fff;
      border: 1px solid transparent;
      color: #787878;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 3rem; }
      .news-categories a.current {
        pointer-events: none; }
  .news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem 1.2rem; }
    .news-list__main {
      justify-content: center; }
  .news-item {
    width: calc(25% - .9rem);
    border-radius: 2.5rem;
    overflow: hidden;
    transition: .6s all;
    background: #fff; }
    .news-item:hover {
      box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08); }
    .news-item__img {
      height: 16rem; }
      .news-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .news-item__wrap {
      padding: 1.5rem 2rem 2.5rem; }
    .news-item__category {
      font-size: 0.9rem; }
      .news-item__category:hover {
        opacity: .8; }
    .news-item__title {
      margin: 0.4rem 0 1rem;
      font-size: 1rem;
      line-height: 1.3rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      height: 2.6rem;
      color: #787878; }
    .news-item__btn {
      width: 100%;
      font-size: 1.1rem; }
  .news-page {
    padding: 1.5rem 0 4.5rem; }
    .news-page .section-title {
      text-align-last: left; }
    .news-page .news-categories {
      justify-content: flex-start; }
      .news-page .news-categories a {
        border: 1px solid #E4E4E4; }
    .news-page .news-item {
      border: 1px solid #E4E4E4; }
  .news-single__head {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 3rem; }
  .news-single__info {
    border-radius: 2.5rem;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    padding: 3.5rem; }
  .news-single__category {
    margin-bottom: 1rem; }
    .news-single__category:hover {
      opacity: .8; }
  .news-single .section-title {
    margin-bottom: 1.5rem;
    text-align: left; }
  .news-single__back {
    height: 3.7rem;
    font-size: 1.1rem;
    width: 17rem; }
  .news-single__img {
    width: 50%;
    height: 27rem;
    overflow: hidden;
    border-radius: 2.5rem; }
    .news-single__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .news-single__content {
    font-size: 1.3rem;
    margin-bottom: 3rem; }
    .news-single__content h2, .news-single__content h3, .news-single__content h4, .news-single__content h5, .news-single__content h6 {
      color: #265CBF; }
    .news-single__content ul {
      padding-left: 2rem; }
      .news-single__content ul li {
        display: list-item; }
  .news-single__item {
    margin-bottom: 1.8rem;
    border-radius: 1.8rem;
    padding: 3rem;
    background: #f9f9f9; }

.product-head {
  background: #f9f9f9;
  border-radius: 2.5rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2.5rem 2.5rem 2.5rem 3rem;
  margin-bottom: 3rem; }
  .product-head__info {
    width: 50%; }
  .product-head .product__comp {
    margin-bottom: 1.5rem; }
.product .section-title {
  text-align: left;
  margin-bottom: 1.5rem; }
.product__text {
  margin-bottom: 1.5rem; }
.product__btn {
  font-size: 1.1rem;
  height: 3.7rem;
  width: 13rem; }
.product__img {
  width: 50%; }
  .product__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    max-height: 30rem; }
.product__age {
  margin-bottom: 0.6rem; }
.product__comp {
  background: #f0f0f0;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  padding: 1.3rem 1.8rem;
  gap: 1rem; }
  .product__comp img {
    flex-shrink: 0;
    width: 1.7rem; }
.product-method {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 3rem; }
  .product-method__info {
    width: 50%;
    border-radius: 2.5rem;
    padding: 2.5rem 3rem;
    background: #f9f9f9; }
  .product-method__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    border-radius: 2.5rem;
    padding: 2.5rem 3rem;
    background: #f9f9f9; }
  .product-method .product__comp {
    margin-bottom: 0.6rem; }
.product__tags {
  display: flex;
  gap: .6rem .3rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap; }
  .product__tags li {
    padding: 0.6rem 1.8rem;
    border-radius: 3rem;
    border: 1px solid #e4e4e4;
    display: inline-flex; }
.product__down {
  margin-top: 1rem;
  height: 3.7rem;
  width: 20rem;
  font-size: 1.1rem; }

.footer-main {
  background: #f9f9f9;
  padding: 4rem 0;
  font-size: 0.85rem;
  color: #787878; }
  .footer-main .container {
    display: flex;
    justify-content: space-between; }
.footer-col {
  max-width: 20rem; }
.footer__logo {
  font-weight: 500;
  font-size: 1.5rem; }
.footer__text {
  margin: 1rem 0 1.5rem; }
.footer-social {
  display: flex;
  gap: 1.5rem; }
  .footer-social li {
    display: flex; }
  .footer-social a {
    display: inline-flex;
    width: 1.8rem;
    height: 1.8rem;
    color: #787878; }
    .footer-social a svg {
      width: 100%;
      height: 100%; }
.footer__title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.7rem; }
.footer-menu li {
  margin-bottom: 2rem; }
  .footer-menu li:last-child {
    margin-bottom: 0; }
.footer-menu a {
  color: #787878; }
.footer__address p {
  margin-bottom: 2rem; }
  .footer__address p:last-child {
    margin-bottom: 0; }
.footer-disc {
  display: flex;
  justify-content: center;
  padding: 1.5rem 0;
  color: #c9c9c9;
  font-size: 2.5rem;
  font-family: 'Proxima Nova Rg'; }
  .footer-disc p {
    transform: scaleX(0.6);
    white-space: nowrap; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; }

  .container {
    padding: 0 6rem; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 5rem; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; }

  .container {
    padding: 0 4rem; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  body.uz .choose-form__input.ages span {
    padding-left: 0.3rem; }

  .mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: #f9f9f9; }
    .mobile-menu a {
      color: #787878; }
    .mobile-menu .container {
      padding: 1.5rem 4rem 4rem;
      height: 100dvh;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      width: 100%; }
    .mobile-menu__head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
    .mobile-menu__close {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none; }
      .mobile-menu__close img {
        width: 1.2rem; }
    .mobile-menu__logo {
      font-weight: 500;
      font-size: 2rem;
      color: #265CBF !important; }
    .mobile-menu__list {
      font-size: 1.7rem;
      text-align: center; }
      .mobile-menu__list li {
        margin-bottom: 2rem; }

  .header {
    padding: 1.5rem 0; }
    .header-menu {
      display: none; }
    .header-nav {
      gap: 1rem; }
    .header-wrap {
      padding: 1rem 1.5rem; }
    .header__btn {
      width: 10rem; }
    .header-mobile {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: 3rem;
      height: 3rem;
      color: #fff;
      border-radius: 50%; }

  .main__title {
    font-size: 3rem; }
  .main__text {
    font-size: 1.3rem; }
  .main-tags {
    font-size: 1rem;
    flex-wrap: wrap; }
    .main-tags li {
      padding: 0.4rem 1rem; }
  .main-slider__item {
    border-radius: 2rem; }
  .main-arrows {
    padding: 0 1rem; }

  .info-list {
    flex-wrap: wrap; }
  .info-item {
    width: calc(50% - .6rem);
    border-radius: 2rem; }

  .choose-wrap {
    height: auto;
    flex-direction: column; }
  .choose-peoples {
    width: 100%;
    height: 30rem;
    border-radius: 2rem; }
  .choose-steps {
    width: 100%;
    border-radius: 2rem; }
  .choose-empty__text {
    margin: 1rem 0 3rem; }

  .products-list {
    justify-content: start;
    flex-wrap: wrap; }
  .products-item {
    width: calc(50% - .6rem);
    border-radius: 2rem; }

  .product-head {
    flex-direction: column;
    border-radius: 2rem; }
    .product-head__info {
      width: 100%; }
  .product__tags li {
    padding: 0.4rem 1rem; }
  .product__img {
    width: 100%; }
  .product-method {
    flex-direction: column; }
    .product-method__info, .product-method__text {
      width: 100%;
      border-radius: 2rem; }

  .faq-item {
    border-radius: 1.5rem;
    padding: 1.8rem 2rem; }

  .news-categories {
    flex-wrap: wrap; }
  .news-list {
    justify-content: start;
    flex-wrap: wrap; }
  .news-item {
    width: calc(50% - .6rem);
    border-radius: 2rem; }
  .news-single__head {
    flex-direction: column-reverse; }
  .news-single__info, .news-single__img {
    width: 100%;
    border-radius: 2rem; }
  .news-single__content {
    font-size: 1.1rem; }

  .footer-main .container {
    flex-wrap: wrap;
    gap: 2rem; }
  .footer-disc {
    font-size: 1.5rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

  .section-title {
    font-size: 1.7rem;
    margin-bottom: 2rem; }

  .breadcrumbs {
    margin-top: 7.3rem; }
    .breadcrumbs a {
      margin-right: 2rem; }
      .breadcrumbs a::after {
        right: -1.8rem; }

  .pagination {
    margin-top: 1.5rem;
    gap: .3rem; }
    .pagination .page-item {
      width: 2.2rem;
      height: 2.2rem;
      font-size: 0.9rem; }

  .mobile-menu__logo {
    font-size: 1.4rem; }
  .mobile-menu .container {
    padding: 1rem 1rem 2.5rem; }
  .mobile-menu__close {
    width: 2.5rem;
    height: 2.5rem; }
    .mobile-menu__close img {
      width: 1rem; }
  .mobile-menu__list {
    font-size: 1.4rem; }
    .mobile-menu__list li {
      margin-bottom: 1.6rem; }

  .all-btn .btn {
    width: 100%; }

  .header {
    padding: 1rem 0;
    font-size: 1rem; }
    .header__logo {
      font-size: 1.4rem; }
    .header-wrap {
      padding: 1rem; }
    .header__btn {
      display: none; }
    .header-mobile {
      width: 2.5rem;
      height: 2.5rem; }
    .header.header-scrolled .header-wrap {
      padding: 0.75rem 0; }

  .main {
    padding-top: 9rem; }
    .main__title {
      font-size: 2rem; }
    .main__text {
      font-size: 1.15rem; }
    .main-timeline {
      width: 100%; }
    .main-tags {
      font-size: 0.9rem;
      gap: .5rem; }
    .main-slider__item {
      border-radius: 1.5rem; }
    .main-arrows {
      display: none; }

  .info {
    padding-top: 4.5rem; }
    .info-list {
      gap: 1rem; }
    .info-item {
      width: 100%;
      border-radius: 1.5rem;
      padding: 2rem 1rem; }

  .choose {
    padding-top: 4.5rem; }
    .choose-peoples {
      height: 25rem;
      padding: 2rem;
      border-radius: 1.5rem; }
    .choose-steps {
      border-radius: 1.5rem;
      padding: 2rem 1rem; }
    .choose__title {
      font-size: 1.5rem;
      margin-bottom: 1rem; }
    .choose__text {
      font-size: 1.2rem; }
    .choose-form {
      font-size: 0.9rem;
      margin-bottom: 2rem; }
      .choose-form__input span {
        padding: 0.7rem 1.5rem; }
      .choose-form__buttons {
        margin-bottom: 1.5rem; }
        .choose-form__buttons .btn {
          height: 3rem;
          font-size: 1rem; }
          .choose-form__buttons .btn-next {
            width: 9rem; }
          .choose-form__buttons .btn-prev {
            width: 7.5rem; }

  .products {
    padding-top: 4.5rem; }
    .products-page {
      padding-top: 0; }
    .products-single {
      padding: 4rem 0; }
    .products-list {
      gap: 1rem; }
    .products-item {
      width: 100%;
      border-radius: 1.5rem;
      padding: 2rem 1rem; }

  .product-head {
    border-radius: 1.5rem;
    gap: 2rem;
    padding: 2rem 1rem 7.7rem;
    position: relative;
    margin-bottom: 2rem; }
    .product-head .product__comp {
      margin-bottom: 0; }
  .product__img img {
    max-height: 20rem; }
  .product-method {
    margin-bottom: 2rem; }
    .product-method__info, .product-method__text {
      padding: 2rem 1rem;
      border-radius: 1.5rem; }
  .product__btn {
    position: absolute;
    width: calc(100% - 2rem);
    bottom: 2rem; }
  .product__down {
    width: 100%; }
  .product .section-title {
    margin-bottom: 1rem; }
  .product__tags {
    font-size: 0.9rem; }

  .faq {
    padding-top: 4.5rem; }
    .faq-item {
      margin-bottom: 1rem;
      padding: 1rem;
      font-size: 1rem; }
      .faq-item__question img {
        width: 2.4rem; }
      .faq-item__answer {
        margin-top: 1.5rem;
        padding-bottom: 0.7rem; }

  .news {
    margin-top: 4.5rem;
    padding: 4.5rem 0; }
    .news-categories a {
      height: 2.5rem;
      padding: 0 1.2rem;
      font-size: 0.9rem; }
    .news-list {
      gap: 1rem; }
    .news-item {
      width: 100%;
      border-radius: 1.5rem; }
      .news-item__wrap {
        padding: 1rem 1rem 1.5rem; }
    .news-single__head {
      margin-bottom: 2rem; }
    .news-single__info {
      width: 100%;
      border-radius: 1.5rem;
      padding: 2rem 1rem; }
    .news-single__img {
      width: 100%;
      border-radius: 1.5rem;
      height: 20rem; }
    .news-single__item {
      border-radius: 1.5rem;
      margin-bottom: 1.5rem;
      padding: 2rem 1rem; }

  .footer-main {
    font-size: 1rem;
    padding: 3rem 0; }
  .footer-disc {
    text-align: center;
    font-size: 1.2rem;
    padding: 1rem 0; }
    .footer-disc p {
      white-space: normal; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

/*# sourceMappingURL=main.css.map */
