@charset "UTF-8";
body {
  font-family: 'SBSansDisplay';
  font-style: normal;
  font-weight: 400;
  margin: 0;
  background: #121212;
  color: #fff; }

.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh; }

/* .main-slider {
    height: 865px;
}


.product-slider {
    height: 890px;
}


@media (max-width: 1800px) {
    .main-slider {
        height: 750px;
    }

    .product-slider {
        height: 676px;
    }

}

@media (max-width: 1350px) {
    .main-slider {
        height: auto;
    }

    .product-slider {
        height: auto;
    }
} */
.container {
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative; }

@media (max-width: 1800px) {
  .container {
    max-width: 1216px; } }
@media (max-width: 1350px) {
  .container {
    padding: 0 30px; } }
@media (max-width: 700px) {
  .container {
    padding: 0 14px; } }
button {
  font-family: 'SBSansDisplay'; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #fff; }

.arrow {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer; }

@media (max-width: 1350px) {
  .arrow {
    display: none; } }
.title-block {
  font-size: 86px;
  font-weight: 300;
  line-height: 75px;
  letter-spacing: -0.015em;
  margin: 0; }
  .title-block strong {
    font-weight: 600; }
  .title-block .title-block--padding-left {
    padding-left: 200px; }
  @media (max-width: 900px) {
    .title-block .title-block--padding-left {
      padding-left: 170px; } }
  @media (max-width: 700px) {
    .title-block .title-block--padding-left {
      padding-left: 70px; } }

@media (max-width: 1350px) {
  .title-block {
    font-size: 72px;
    line-height: 58px; } }
@media (max-width: 900px) {
  .title-block {
    font-size: 54px;
    line-height: 52px; } }
@media (max-width: 700px) {
  .title-block {
    font-size: 36px;
    line-height: 37px; } }
.main-link {
  text-align: center;
  color: #50FC00;
  border: 1px solid #50FC00;
  display: block;
  border-radius: 56px;
  padding: 14px 39px 14px 39px;
  margin: 43px auto 0 auto;
  width: max-content;
  font-size: 20px;
  line-height: 20px; }

@media (max-width: 1800px) {
  .main-link {
    margin: 30px auto 0 auto; } }
@media (max-width: 1350px) {
  .main-link {
    font-size: 14px;
    padding: 10px 39px 10px 39px; } }
@media (max-width: 700px) {
  .main-link {
    line-height: 20px;
    padding: 10px 26px 10px 26px;
    margin: 25px auto 0 auto; } }
.main-link--arrow {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 18px; }

@media (max-width: 1800px) {
  .main-link--arrow svg {
    display: none; } }
@media (max-width: 1350px) {
  .main-link--arrow {
    font-size: 14px; } }
.close-maps {
  display: none;
  cursor: pointer; }

.toastify {
  background: #ffffff;
  box-shadow: none;
  padding: 45px 62px 52px 62px;
  top: calc(50% - 156px) !important;
  color: #000;
  border-radius: 35px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2); }
  .toastify .toast-container {
    width: 100%;
    max-width: 426px; }
  .toastify .toast-container__attention {
    text-align: center;
    margin: 0 auto;
    border: 4px solid #00ED00;
    color: #00ED00;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 5px 0;
    font-size: 50px;
    font-weight: 600; }
  .toastify .toast-container__content {
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    margin-top: 25px;
    font-weight: 600; }
  .toastify .toast-container__small-content {
    text-align: center;
    font-size: 20px;
    line-height: 21px;
    color: #8E8E8E;
    margin-top: 25px; }
  .toastify .main-link {
    margin-top: 60px;
    color: #fff;
    background: linear-gradient(90deg, #83cc09 0%, #13ab8e 80%);
    display: block;
    border-radius: 56px;
    padding: 14px 39px 14px 39px;
    margin: 43px auto 0 auto;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    border: none; }
  .toastify .toast-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #BEBEBE;
    opacity: 1;
    font-size: 15px; }

/* .toast-error {
    border: 1px solid red;
}

.toast-success {
    border: 1px solid #50fc00;
}
 */
.custom-radio {
  position: relative;
  cursor: pointer; }
  .custom-radio input {
    display: none; }
    .custom-radio input:checked ~ span {
      border: 1px solid #50FC00;
      color: #50FC00; }
    .custom-radio input:disabled ~ span {
      opacity: .5; }
  .custom-radio span {
    min-width: 48px;
    width: auto;
    padding: 0 7px;
    height: 48px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 28px; }

/* .parallax-section__gradient {
    position: absolute;
    width: 100%;
    max-width: 686px;
    height: 619px;
    background: radial-gradient(ellipse closest-side, #50FC00, transparent);
    filter: blur(239px);
    opacity: 0.7;
    transform: rotate(40deg);
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 1800px) {
    .parallax-section__gradient {
        left: -200px;
    }
}

.parallax-section__gradient2 {
    position: absolute;
    width: 100%;
    max-width: 686px;
    height: 619px;
    background: linear-gradient(180deg, rgba(80, 252, 0, 0.5) 0%, rgba(255, 193, 8, 0.5) 100%);
    filter: blur(240px);
    transform: rotate(40deg);
    pointer-events: none;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 1800px) {
    .parallax-section__gradient2 {
        left: -100px;
    }
}

@media (max-width: 900px) {
    .parallax-section__gradient2 {
        left: -200px;
    }
} */
/* .main-slider__gradient {
    position: absolute;
    background: linear-gradient(180deg, rgba(17, 162, 197, 0.5) 9.49%, rgba(20, 174, 31, 0.5) 93.97%);
    width: 100%;
    max-width: 680px;
    height: 950px;
    filter: blur(239px);
    opacity: 0.7;
    transform: rotate(40deg);
    top: 0;
    left: -300px;
    pointer-events: none;
    z-index: -1;
}

.main-slider__gradient2 {
    position: absolute;
    background: linear-gradient(180deg, rgba(17, 162, 197, 0.5) 9.49%, rgba(20, 174, 31, 0.5) 93.97%);
    width: 100%;
    max-width: 680px;
    height: 950px;
    filter: blur(239px);
    opacity: 0.7;
    transform: rotate(40deg);
    top: 0;
    right: -300px;
    pointer-events: none;
    z-index: -1;
}



@media (max-width: 900px) {
    .main-slider__gradient2 {
        right: -400px;
    }
} */
/* .main-footer__gradient {
    position: absolute;
    background: linear-gradient(180deg, rgba(17, 162, 197, 0.5) 9.49%, rgba(20, 174, 31, 0.5) 93.97%);
    width: 100%;
    max-width: 680px;
    height: 950px;
    filter: blur(239px);
    opacity: 0.7;
    transform: rotate(40deg);
    top: -200px;
    right: -200px;
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 1800px) {
    .main-footer__gradient {
        top: -200px;
    }
}

@media (max-width: 700px) {
    .main-footer__gradient {
        right: 0;
    }
} */
/* .page-gradient {
    position: absolute;
    background: linear-gradient(180deg, rgba(17, 162, 197, 0.5) 9.49%, rgba(20, 174, 31, 0.5) 93.97%);
    width: 100%;
    max-width: 680px;
    height: 950px;
    filter: blur(239px);
    opacity: 0.7;
    transform: rotate(40deg);
    pointer-events: none;
    left: -200px;
    top: -200px;
    z-index: -1;
}

.page-gradient2 {
    position: absolute;
    background: linear-gradient(180deg, rgba(17, 162, 197, 0.5) 9.49%, rgba(20, 174, 31, 0.5) 93.97%);
    width: 100%;
    max-width: 680px;
    height: 650px;
    // height: 950px;
    filter: blur(239px);
    opacity: 0.7;
    transform: rotate(40deg);
    pointer-events: none;
    right: -100px;
    top: -300px;
    z-index: -1;
} */
.page-gradient {
  position: absolute;
  background-image: url(../images/gradient/page-gradient-left.svg);
  pointer-events: none;
  z-index: -1;
  top: -200px;
  left: -200px;
  width: 100%;
  max-width: 1219px;
  height: 1298px;
  background-size: contain;
  background-repeat: no-repeat; }

.page-gradient2 {
  position: absolute;
  background-image: url(../images/gradient/page-gradient-right.svg);
  pointer-events: none;
  z-index: -1;
  top: -300px;
  right: -200px;
  width: 100%;
  max-width: 1139px;
  height: 1154px;
  background-size: contain;
  background-repeat: no-repeat; }

@media (max-width: 700px) {
  .page-gradient {
    background-image: url(../images/gradient/page-gradient-left-mobile.svg);
    width: 718px;
    height: 776px;
    left: -300px; }

  .page-gradient2 {
    top: -100px;
    right: -400px;
    background-image: url(../images/gradient/page-gradient-right-mobile.svg);
    width: 708px;
    height: 668px; } }
.main-footer__gradient {
  position: absolute;
  background-image: url(../images/gradient/footer-gradient.svg);
  pointer-events: none;
  z-index: -1;
  bottom: -500px;
  right: -300px;
  width: 100%;
  max-width: 1414px;
  height: 1290px;
  background-size: contain;
  background-repeat: no-repeat; }

@media (max-width: 700px) {
  .main-footer__gradient {
    background-image: url(../images/gradient/footer-gradient-mobile.svg);
    width: 611px;
    height: 607px;
    bottom: -200px;
    right: -200px; } }
.parallax-section__gradient {
  position: absolute;
  background-image: url(../images/gradient/parallax-gradient.svg);
  pointer-events: none;
  z-index: -1;
  top: -300px;
  left: -300px;
  width: 100%;
  max-width: 1265px;
  height: 1250px;
  background-size: contain;
  background-repeat: no-repeat; }

@media (max-width: 700px) {
  .parallax-section__gradient {
    background-image: url(../images/gradient/parallax-gradient-mobile.svg);
    width: 611px;
    height: 607px;
    top: -200px;
    left: -200px; } }
.quantity-product {
  display: flex; }
  .quantity-product .minus {
    height: 41px;
    width: 41px;
    outline: none;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s; }
    .quantity-product .minus:hover {
      background: #fff; }
      .quantity-product .minus:hover path {
        fill: #000; }
  .quantity-product .quantity-center {
    display: flex;
    width: 85px;
    align-items: center;
    justify-content: center; }
  @media (max-width: 700px) {
    .quantity-product .quantity-center {
      width: 60px; } }
  .quantity-product .quantity-input {
    background: none;
    border: none;
    outline: none;
    width: 30px;
    text-align: center;
    color: #fff; }
  @media (max-width: 700px) {
    .quantity-product .quantity-input {
      width: 20px; } }
  .quantity-product span {
    width: 30px;
    display: inline-block; }
  .quantity-product .plus {
    height: 41px;
    width: 41px;
    outline: none;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s; }
    .quantity-product .plus:hover {
      background: #fff; }
      .quantity-product .plus:hover path {
        fill: #000; }

.main-header {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
    /* @media (max-width: 1800px) {
        .main-header__icons {
            gap: 18px;
        }
    }

    @media (max-width: 1350px) {
        .main-header__icons {
            gap: 32px;
        }
    }

    @media (max-width: 900px) {
        .main-header__icons {
            gap: 27px;
        }
    }

    @media (max-width: 400px) {
        .main-header__icons {
            gap: 16px;
        }
    } */ }
  .main-header .main-header__left-content {
    display: flex;
    gap: 103px;
    align-items: center; }
    .main-header .main-header__left-content .main-header__logo {
      width: 100%;
      max-width: 257px; }
      .main-header .main-header__left-content .main-header__logo img {
        width: 100%; }
    @media (max-width: 1000px) {
      .main-header .main-header__left-content .main-header__logo {
        max-width: 240px; } }
    @media (max-width: 900px) {
      .main-header .main-header__left-content .main-header__logo {
        max-width: 155px; } }
    @media (max-width: 700px) {
      .main-header .main-header__left-content .main-header__logo {
        max-width: 120px; } }
    .main-header .main-header__left-content .main-header__nav {
      display: flex;
      gap: 48px;
      font-size: 16px;
      line-height: 22px; }
    @media (max-width: 1350px) {
      .main-header .main-header__left-content .main-header__nav {
        font-size: 14px;
        gap: 19px; } }
    @media (max-width: 900px) {
      .main-header .main-header__left-content .main-header__nav {
        display: none; } }
  @media (max-width: 1800px) {
    .main-header .main-header__left-content {
      gap: 30px; } }
  @media (max-width: 1350px) {
    .main-header .main-header__left-content {
      gap: 40px; } }
  .main-header .main-header__icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* @media (max-width: 900px) {
        svg {
            width: 15px;
            height: 18px;
        }
    } */ }
    .main-header .main-header__icons .close-maps {
      margin-right: 38px; }
    .main-header .main-header__icons .burger {
      margin-right: 38px; }
    .main-header .main-header__icons .main-header__search-block-container {
      margin-right: 38px; }
    .main-header .main-header__icons .main-header__basket {
      margin-right: 38px; }
    @media (max-width: 1800px) {
      .main-header .main-header__icons .close-maps {
        margin-right: 18px; }
      .main-header .main-header__icons .burger {
        margin-right: 18px; }
      .main-header .main-header__icons .main-header__search-block-container {
        margin-right: 18px; }
      .main-header .main-header__icons .main-header__basket {
        margin-right: 18px; } }
    @media (max-width: 1350px) {
      .main-header .main-header__icons .close-maps {
        margin-right: 32px; }
      .main-header .main-header__icons .burger {
        margin-right: 32px; }
      .main-header .main-header__icons .main-header__search-block-container {
        margin-right: 32px; }
      .main-header .main-header__icons .main-header__basket {
        margin-right: 32px; } }
    @media (max-width: 900px) {
      .main-header .main-header__icons .close-maps {
        margin-right: 27px; }
      .main-header .main-header__icons .burger {
        margin-right: 27px; }
      .main-header .main-header__icons .main-header__search-block-container {
        margin-right: 27px; }
      .main-header .main-header__icons .main-header__basket {
        margin-right: 27px; } }
    @media (max-width: 400px) {
      .main-header .main-header__icons .close-maps {
        margin-right: 16px; }
      .main-header .main-header__icons .burger {
        margin-right: 16px; }
      .main-header .main-header__icons .main-header__search-block-container {
        margin-right: 16px; }
      .main-header .main-header__icons .main-header__basket {
        margin-right: 16px; } }
    .main-header .main-header__icons a {
      height: 20px;
      display: block; }
    .main-header .main-header__icons .main-header__entrance {
      background-image: url(../images/index/gradient-img.png);
      background-size: cover;
      display: flex;
      gap: 5px;
      height: 37px;
      justify-content: center;
      padding: 10px 20px;
      border-top-left-radius: 18.5px;
      border-top-right-radius: 18.5px;
      border-bottom-right-radius: 18.5px;
      font-weight: 700;
      white-space: nowrap;
      cursor: pointer; }
    .main-header .main-header__icons .entrance--gray {
      background-image: none !important;
      background-color: #333F48; }
    @media (max-width: 700px) {
      .main-header .main-header__icons .main-header__entrance {
        height: 24px;
        font-size: 12px;
        line-height: 22px;
        padding: 1px 5px; } }
    .main-header .main-header__icons .main-header__buttons {
      position: relative; }
      .main-header .main-header__icons .main-header__buttons .main-header__balance {
        background-image: url(../images/index/gradient-img.png);
        background-size: cover;
        display: flex;
        gap: 5px;
        height: 37px;
        justify-content: center;
        padding: 10px 20px;
        border-top-left-radius: 18.5px;
        border-top-right-radius: 18.5px;
        border-bottom-right-radius: 18.5px;
        font-weight: 700;
        cursor: pointer; }
      @media (max-width: 700px) {
        .main-header .main-header__icons .main-header__buttons .main-header__balance {
          width: 67px;
          height: 24px;
          font-size: 12px;
          line-height: 22px;
          padding: 1px 0; } }
      .main-header .main-header__icons .main-header__buttons .main-header__exit {
        display: none;
        background: #fff;
        background-size: cover;
        gap: 7px;
        width: 90px;
        height: 37px;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        border-radius: 3px;
        font-weight: 600;
        color: #000;
        position: absolute;
        top: 46px;
        cursor: pointer;
        z-index: 10; }
      @media (max-width: 700px) {
        .main-header .main-header__icons .main-header__buttons .main-header__exit {
          width: 67px;
          height: 24px;
          font-size: 11px;
          padding: 1px 0;
          top: 30px;
          line-height: 12px; } }
    .main-header .main-header__icons .main-header__buttons.active .main-header__exit {
      display: flex; }
  .main-header .main-header__basket {
    position: relative; }
    .main-header .main-header__basket .main-header__basket-quantity {
      position: absolute;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: #00ed00;
      color: #fff;
      font-size: 9px;
      font-weight: 600;
      text-align: center;
      padding-top: 1px;
      top: -8px;
      right: -8px; }

@media (max-width: 900px) {
  .main-header {
    margin-top: 15px; } }
/* burger */
.burger {
  display: none;
  cursor: pointer;
  width: 25px;
  height: 25px; }
  .burger label {
    width: 25px;
    height: 25px; }
  .burger input {
    display: none; }
  .burger path {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    --length: 24;
    --offset: -38;
    stroke-dasharray: var(--length) var(--total-length);
    stroke-dashoffset: var(--offset);
    transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .burger .line--1,
  .burger .line--3 {
    --total-length: 126.64183044433594; }
  .burger .line--2 {
    --total-length: 70; }

@media (max-width: 900px) {
  .burger {
    display: block; } }
/* @media (max-width: 900px) {
    .burger {
        width: 15px;
        height: 18px;
    }
} */
/* @media (max-width: 900px) {
    .burger svg {
        width: 15px;
        height: 18px;
    }
} */
.open-mobile-menu.active svg .line--1,
.open-mobile-menu.active svg .line--3 {
  --length: 22.627416998; }
.open-mobile-menu.active svg .line--2 {
  --length: 0; }
.open-mobile-menu.active svg .line--1,
.open-mobile-menu.active svg .line--3 {
  --offset: -94.1149185097; }
.open-mobile-menu.active svg .line--2 {
  --offset: -50; }

.mobile-nav {
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 14px;
  background: #121212; }
  .mobile-nav .mobile-nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .mobile-nav .mobile-nav__header .main-header__logo {
      width: 100%;
      max-width: 120px; }
      .mobile-nav .mobile-nav__header .main-header__logo img {
        width: 100%; }
  .mobile-nav .mobile-nav__menu {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 40px; }
    .mobile-nav .mobile-nav__menu a {
      font-size: 20px;
      line-height: 22px; }

.mobile-nav.active {
  opacity: 1;
  visibility: visible; }

.main-header__search-block-container {
  position: relative;
  width: 20px; }

.search-result-active .main-header__search-block {
  position: absolute;
  width: 344px;
  right: 0;
  top: -18px; }
  .search-result-active .main-header__search-block .main-header__input-search {
    display: block; }
  .search-result-active .main-header__search-block .main-header__icon {
    position: absolute;
    top: 9px;
    right: 10px; }
  .search-result-active .main-header__search-block .search {
    display: none; }
  .search-result-active .main-header__search-block .enter {
    display: block; }
  .search-result-active .main-header__search-block .main-header__tips {
    display: flex;
    flex-direction: column;
    gap: 22px; }
@media (max-width: 700px) {
  .search-result-active .main-header__search-block {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 16px;
    padding-top: 11px;
    background: #121212; }
    .search-result-active .main-header__search-block .page-gradient {
      display: block; }
    .search-result-active .main-header__search-block .page-gradient2 {
      display: block; }
    .search-result-active .main-header__search-block .mobile-flex {
      display: flex;
      gap: 16px;
      align-items: center; }
      .search-result-active .main-header__search-block .mobile-flex form {
        width: 100%; }
    .search-result-active .main-header__search-block .main-header__icon {
      position: absolute;
      top: 21px;
      right: 53px; }
    .search-result-active .main-header__search-block .main-header__tips {
      background: transparent;
      padding: 16px 0;
      margin-top: 16px; }
      .search-result-active .main-header__search-block .main-header__tips a {
        color: #fff;
        font-size: 20px;
        line-height: 22px; }
      .search-result-active .main-header__search-block .main-header__tips svg {
        display: none; }
    .search-result-active .main-header__search-block .main-header__input-search {
      background: transparent; }
    .search-result-active .main-header__search-block .main-header__close-search-mobile {
      display: block;
      right: 16px;
      top: 18px; } }

.main-header__search-block {
  position: relative;
  cursor: pointer;
  z-index: 11;
  height: 20px; }
  .main-header__search-block .page-gradient {
    display: none; }
  .main-header__search-block .page-gradient2 {
    display: none; }
  .main-header__search-block .main-header__input-search {
    border-radius: 8px;
    padding: 5px 16px 0px 16px;
    outline: none;
    width: 100%;
    height: 37px;
    border: 1px solid #B8B7B8;
    color: #fff;
    background: #11443f;
    display: none; }
  .main-header__search-block .main-header__icon {
    position: relative; }
  .main-header__search-block .search {
    display: block; }
  .main-header__search-block .enter {
    display: none; }
  .main-header__search-block .main-header__tips {
    display: none;
    width: 100%;
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
    top: 50px;
    min-height: 80px; }
    .main-header__search-block .main-header__tips a {
      color: #000;
      font-size: 16px;
      line-height: 22px;
      display: flex;
      justify-content: space-between; }
  .main-header__search-block .main-header__close-search-mobile {
    display: none; }

.section-author {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  position: relative;
  z-index: 1;
  gap: 20px;
  /* @media (max-width: 1350px) {
      .section-author__content {
          max-width: 320px;
      }
  } */
    /* .section-author__date {
        font-size: 23px;
        line-height: 20px;
        background: #2EDD11;
        color: #000;
        padding: 13px 22px 12px 21px;
        border-top-left-radius: 20.5px;
        border-top-right-radius: 20.5px;
        border-bottom-right-radius: 20.5px;
        width: 315px;
    }

    @media (max-width: 1800px) {
        .section-author__date {
            font-size: 20px;
            width: 280px;
        }
    }

    @media (max-width: 1350px) {
        .section-author__date {
            font-size: 16px;
            line-height: 20px;
            width: 233px;
        }
    }

    @media (max-width: 900px) {
        .section-author__date {
            font-size: 14px;
            line-height: 20px;
            width: 208px;
        }
    }

    @media (max-width: 700px) {
        .section-author__date {
            font-size: 12px;
            line-height: 20px;
            width: 186px;
            padding: 8px 16px 3px 20px;
        }
    } */
  /* @media (max-width: 900px) {
      .section-author__description {
          max-width: 215px;
      }
  } */ }
  .section-author .section-author__content {
    width: 100%;
    max-width: 528px; }
  @media (max-width: 1800px) {
    .section-author .section-author__content {
      max-width: 372px; } }
  @media (max-width: 900px) {
    .section-author .section-author__content {
      max-width: 100%; } }
  @media (max-width: 700px) {
    .section-author .section-author__content {
      max-width: 100%; } }
  .section-author .section-author__logo {
    width: 100%;
    max-width: 423px; }
    .section-author .section-author__logo img {
      width: 100%; }
  @media (max-width: 1800px) {
    .section-author .section-author__logo {
      max-width: 290px; } }
  @media (max-width: 1350px) {
    .section-author .section-author__logo {
      max-width: 215px; } }
  @media (max-width: 900px) {
    .section-author .section-author__logo {
      max-width: 170px; } }
  @media (max-width: 700px) {
    .section-author .section-author__logo {
      max-width: 150px;
      margin: 0 auto; } }
  .section-author .section-author__description {
    font-size: 23px;
    line-height: 23.69px;
    margin-top: 32px;
    max-width: 425px; }
  @media (max-width: 1800px) {
    .section-author .section-author__description {
      font-size: 20px;
      line-height: 21px;
      margin-top: 50px;
      max-width: 375px; } }
  @media (max-width: 1350px) {
    .section-author .section-author__description {
      font-size: 14px;
      line-height: 15px;
      margin-top: 20px; } }
  @media (max-width: 900px) {
    .section-author .section-author__description {
      max-width: 100%;
      font-size: 14px;
      line-height: 14px;
      margin-top: 0px; } }
  @media (max-width: 700px) {
    .section-author .section-author__description {
      margin-top: 15px; } }
  @media (min-width: 1800px) {
    .section-author .description-big-size {
      font-size: 28px;
      line-height: 31px;
      max-width: 560px; } }
  .section-author .section-author__video {
    width: 100%;
    max-width: 1104px; }
    .section-author .section-author__video .preview-video {
      display: block;
      position: relative;
      /* .preview-video__img {
          width: 100%;
          display: block;
          object-fit: cover;
      } */ }
      .section-author .section-author__video .preview-video .preview-video__play-button {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        background: transparent;
        border: none;
        outline: none;
        top: calc(50% - 42px);
        cursor: pointer;
        width: max-content;
        z-index: 2; }
      @media (max-width: 700px) {
        .section-author .section-author__video .preview-video .preview-video__play-button {
          display: none; } }
      .section-author .section-author__video .preview-video .video {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  @media (max-width: 1800px) {
    .section-author .section-author__video {
      max-width: 800px; } }
  @media (max-width: 1350px) {
    .section-author .section-author__video {
      max-width: 700px; } }
  @media (max-width: 1100px) {
    .section-author .section-author__video {
      max-width: 620px; } }
  @media (max-width: 900px) {
    .section-author .section-author__video {
      max-width: 400px; } }
  @media (max-width: 700px) {
    .section-author .section-author__video {
      max-width: 100%; } }
  .section-author .section-author__video.active {
    /* .preview-video {
        display: none;
    } */
    /* .video {
        display: block;
    } */ }
    .section-author .section-author__video.active .preview-video__play-button {
      display: none; }

/* @media (max-width: 1800px) {
    .section-author {
        margin-top: 100px;
    }
}

@media (max-width: 1350px) {
    .section-author {
        margin-top: 50px;
    }
}

@media (max-width: 900px) {
    .section-author {
        margin-top: 30px;
    }
} */
@media (max-width: 700px) {
  .section-author {
    flex-direction: column;
    gap: 25px;
    margin-top: 30px; } }
.product-slider {
  margin-top: 40px;
  position: relative; }
  .product-slider .product-slider__item {
    display: flex;
    overflow: hidden; }
  .product-slider .arrow--left {
    left: -53px;
    top: 39.5%; }
  .product-slider .arrow--right {
    right: -53px;
    top: 39.5%; }
  @media (max-width: 1800px) {
    .product-slider .arrow--left {
      top: 40.5%; }
    .product-slider .arrow--right {
      top: 40.5%; } }

@media (max-width: 1350px) {
  .product-slider {
    margin-top: 15px; } }
/* @media (max-width: 900px) {
    .product-slider {
        margin-top: 8px;
    }
} */
.product-item {
  width: 100%;
  max-width: 528px; }
  .product-item .product-item__img {
    width: 100%;
        /* @media (max-width: 1800px) {
            img {
                height: 500px;
            }
        }

        @media (max-width: 1350px) {
            img {
                height: 450px;
            }
        }

        @media (max-width: 900px) {
            img {
                height: 350px;
            }
        }

        @media (max-width: 700px) {
            img {
                height: 500px;
            }
        }

        @media (max-width: 500px) {
            img {
                height: 350px;
            }
        } */ }
    .product-item .product-item__img img {
      width: 100%;
      object-fit: cover;
      object-position: top;
      aspect-ratio: 2 / 3; }
  .product-item .product-item__title {
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.005em;
    margin-top: 20px;
    margin-bottom: 0;
    display: block;
    min-height: 56px; }
  @media (max-width: 1800px) {
    .product-item .product-item__title {
      font-size: 20px;
      margin-top: 25px; } }
  @media (max-width: 1350px) {
    .product-item .product-item__title {
      font-size: 16px;
      margin-top: 18px;
      line-height: 16px; } }
  @media (max-width: 900px) {
    .product-item .product-item__title {
      font-size: 14px;
      margin-top: 17px;
      line-height: 14px;
      min-height: 28px; } }
  @media (max-width: 700px) {
    .product-item .product-item__title {
      margin-top: 7px; } }
  .product-item .product-item__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
    /* like-heart-tiny */
    /* .like-heart-tiny:nth-child(1) {
        top: 30%;
        left: 55%;
        animation-delay: 0;
    }
    .like-heart-tiny:nth-child(2) {
        top: -20px;
        left: 35%;
        animation-delay: 0.15s;
    }
    .like-heart-tiny:nth-child(3) {
        top: -25%;
        left: 65%;
        animation-delay: 0.30s;
    }
    .like-heart-tiny:nth-child(4) {
        top: -25%;
        left: 35%;
        animation-delay: 0.45s;
    }
    .like-heart-tiny:nth-child(5) {
        top: -25%;
        left: 55%;
        animation-delay: 0.60s;
    } */
        /* .like:focus .like-heart-tiny {
            animation-duration: 0.6s;
            animation-name: like-heart-tiny;
        }

        .like:focus .like-heart.like-heart-solid {
            animation: 1.2s like-heart-solid both cubic-bezier(0.445, 0.05, 0.55, 0.95);
        } */
        /* @keyframes like-before {
            0% {
                transform: scale(0);
                opacity: 0;
            }

            30% {
                opacity: 1;
            }

            40% {
                transform: scale(1.2);
            }

            50% {
                transform: scale(1.2);
                opacity: 0;
            }

            to {
                transform: scale(1.2);
                opacity: 0;
            }
        } */ }
    .product-item .product-item__bottom .product-item__price {
      font-size: 28px;
      line-height: 28px;
      display: flex;
      align-items: baseline;
      gap: 7px; }
      .product-item .product-item__bottom .product-item__price .product-item__old-price {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -0.012em;
        text-decoration-line: line-through;
        color: #686968;
        padding-left: 8px;
        text-decoration-thickness: 1px; }
    @media (max-width: 1350px) {
      .product-item .product-item__bottom .product-item__price {
        font-size: 24px;
        line-height: 28px; }
      .product-item .product-item__bottom .product-item__old-price {
        line-height: 14px; } }
    @media (max-width: 900px) {
      .product-item .product-item__bottom .product-item__price {
        font-size: 20px;
        line-height: 27px; }
        .product-item .product-item__bottom .product-item__price .product-item__old-price {
          line-height: 12px; } }
    .product-item .product-item__bottom .product-item__price-discont {
      align-items: flex-start; }
      .product-item .product-item__bottom .product-item__price-discont .product-item__discont-price {
        color: #00ed00;
        font-size: 34px; }
      @media (max-width: 1350px) {
        .product-item .product-item__bottom .product-item__price-discont .product-item__discont-price {
          font-size: 30px; } }
      @media (max-width: 900px) {
        .product-item .product-item__bottom .product-item__price-discont .product-item__discont-price {
          font-size: 26px; } }
      .product-item .product-item__bottom .product-item__price-discont .product-item__old-price-spasibo {
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 0;
        color: #fff;
        padding-left: 8px;
        text-decoration-thickness: 4px;
        text-decoration-line: line-through;
        text-decoration-color: #00ed00;
        font-weight: 400; }
      @media (max-width: 1350px) {
        .product-item .product-item__bottom .product-item__price-discont .product-item__old-price-spasibo {
          font-size: 24px; } }
      @media (max-width: 900px) {
        .product-item .product-item__bottom .product-item__price-discont .product-item__old-price-spasibo {
          font-size: 20px; } }
      .product-item .product-item__bottom .product-item__price-discont .product-item__old-price {
        margin-top: 5px;
        text-align: center;
        font-size: 12px; }
    .product-item .product-item__bottom .product-item__like {
      position: relative; }
    .product-item .product-item__bottom .product-item__like.active .like-img path {
      stroke: #41fb01; }
    .product-item .product-item__bottom .like {
      display: inline-block;
      position: relative;
      cursor: pointer; }
    .product-item .product-item__bottom .like:focus {
      outline: none; }
    .product-item .product-item__bottom .like::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.5);
      transform: scale(0); }
    .product-item .product-item__bottom .like-heart-tiny {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0; }
    .product-item .product-item__bottom .like-heart-tiny:nth-child(1) {
      top: 30%;
      left: 60%;
      animation-delay: 0; }
    .product-item .product-item__bottom .like-heart-tiny:nth-child(2) {
      top: 0%;
      left: 0%;
      animation-delay: 0.05s; }
    .product-item .product-item__bottom .like-heart-tiny:nth-child(3) {
      top: -30%;
      left: 65%;
      animation-delay: 0.10s; }
    .product-item .product-item__bottom .like-heart-tiny:nth-child(4) {
      top: -60%;
      left: 0%;
      animation-delay: 0.15s; }
    .product-item .product-item__bottom .like-heart-tiny:nth-child(5) {
      top: -90%;
      left: 60%;
      animation-delay: 0.20s; }
    .product-item .product-item__bottom .like-heart {
      position: absolute;
      top: 15%;
      right: 15%;
      bottom: 15%;
      left: 15%; }
    .product-item .product-item__bottom .like-heart.like-heart-solid {
      transform: scale(0); }
    .product-item .product-item__bottom .product-item__like.active.animated .like-heart-tiny {
      animation-duration: 1s;
      animation-name: like-heart-tiny; }
    .product-item .product-item__bottom .product-item__like.active.animated .like-heart.like-heart-solid {
      animation: 1.6s like-heart-solid both cubic-bezier(0.445, 0.05, 0.55, 0.95); }
@keyframes like-heart-solid {
  0.00% {
    transform: scale(0); }
  14.68% {
    transform: scale(1.26); }
  31.75% {
    transform: scale(0.94); }
  48.81% {
    transform: scale(1.01);
    opacity: 1; }
  65.87% {
    transform: scale(1); }
  80% {
    transform: scale(1);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 0; } }
@keyframes like-heart-tiny {
  0% {
    transform: translate(-50%, 0) scale(0);
    opacity: 1; }
  to {
    transform: translate(-50%, -100%) scale(1);
    opacity: 0; } }
@media (max-width: 1800px) {
  .product-item {
    max-width: 384px; } }
@media (max-width: 450px) {
  .product-item {
    max-width: 100%; } }
.last-collection {
  margin-top: 115px;
    /* .last-collection__container {
        display: flex;
        gap: 48px;
        margin-top: 55px;
    }

    @media (max-width: 1800px) {
        .last-collection__container {
            gap: 32px;
        }
    }

    @media (max-width: 1350px) {
        .last-collection__container {
            gap: 16px;
            margin-top: 35px;
        }
    }

    @media (max-width: 900px) {
        .last-collection__container {
            margin-top: 12px;
        }
    } */ }
  .last-collection .last-collection-slider {
    display: flex;
    overflow: hidden;
    margin-top: 40px; }
  @media (max-width: 900px) {
    .last-collection .last-collection-slider {
      margin-top: 15px; } }
  @media (max-width: 700px) {
    .last-collection .last-collection-slider {
      margin-top: 20px; } }

@media (max-width: 1350px) {
  .last-collection {
    margin-top: 100px; } }
@media (max-width: 900px) {
  .last-collection {
    margin-top: 50px; } }
.main-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-top: 100px;
  padding-bottom: 75px; }
  .main-footer .main-footer__logo {
    width: 100%;
    max-width: 126px; }
    .main-footer .main-footer__logo img {
      width: 100%; }
  @media (max-width: 900px) {
    .main-footer .main-footer__logo {
      max-width: 90px; } }
  .main-footer .main-footer__right {
    display: flex;
    justify-content: space-between;
    gap: 100px; }
  @media (max-width: 1800px) {
    .main-footer .main-footer__right {
      align-items: flex-start; } }
  @media (max-width: 1350px) {
    .main-footer .main-footer__right {
      flex-direction: column;
      gap: 20px;
      width: 100%;
      max-width: 745px; } }
  @media (max-width: 700px) {
    .main-footer .main-footer__right {
      gap: 16px; } }
  .main-footer .main-footer__info {
    width: 100%;
    max-width: 528px; }
    .main-footer .main-footer__info .main-footer__company {
      font-size: 13px;
      font-weight: 400;
      line-height: 16.68px; }
    .main-footer .main-footer__info .main-footer__text {
      font-size: 13px;
      font-weight: 400;
      line-height: 20px;
      color: #717171;
      margin-top: 10px; }
    @media (max-width: 700px) {
      .main-footer .main-footer__info .main-footer__text {
        line-height: 16px; } }
  @media (max-width: 1800px) {
    .main-footer .main-footer__info {
      max-width: 450px; } }
  .main-footer .main-footer__nav {
    display: flex;
    gap: 73px;
    align-items: end; }
    .main-footer .main-footer__nav a {
      color: #708F8C;
      font-size: 13px;
      font-weight: 400;
      line-height: 16.68px; }
      @media (max-width: 1800px) {
        .main-footer .main-footer__nav a:nth-child(2) {
          order: -1; } }
  @media (max-width: 1800px) {
    .main-footer .main-footer__nav {
      flex-wrap: wrap;
      gap: 15px;
      align-items: flex-start;
      max-width: 434px; } }
  @media (max-width: 1350px) {
    .main-footer .main-footer__nav {
      max-width: 100%;
      gap: 50px; } }
  @media (max-width: 900px) {
    .main-footer .main-footer__nav {
      flex-direction: column;
      gap: 5px; } }

@media (max-width: 1800px) {
  .main-footer {
    margin-top: 80px; } }
@media (max-width: 1350px) {
  .main-footer {
    margin-top: 57px;
    gap: 60px; } }
@media (max-width: 900px) {
  .main-footer {
    padding-bottom: 40px; } }
@media (max-width: 700px) {
  .main-footer {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px; } }
@media (max-width: 900px) {
  .main-footer--margin-top {
    gap: 60px; } }
@media (max-width: 700px) {
  .main-footer--margin-top {
    flex-direction: column;
    gap: 20px; } }
.success {
  text-align: center;
  min-height: calc(100vh - 450px); }
  .success .success-img {
    margin-top: 70px;
    display: block; }
  .success h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 41.2px;
    letter-spacing: -0.03em;
    margin-bottom: 0; }
  @media (max-width: 700px) {
    .success h1 {
      font-size: 24px;
      font-weight: 400;
      line-height: 24.72px;
      letter-spacing: -0.03em;
      margin-top: 40px; } }
  .success .success-info {
    margin-top: 65px; }
  @media (max-width: 700px) {
    .success .success-info {
      margin-top: 40px; } }
  .success div {
    font-size: 24px;
    font-weight: 300;
    line-height: 24.72px;
    letter-spacing: -0.03em;
    text-align: center; }
  @media (max-width: 700px) {
    .success div {
      font-size: 14px;
      font-weight: 300;
      line-height: 14.42px; } }
  .success .main-link {
    margin-top: 65px; }
  @media (max-width: 700px) {
    .success .main-link {
      width: 100%;
      margin-top: 40px; } }

.content {
  padding: 75px 0;
  width: 100%;
  max-width: 1200px;
  position: relative;
  text-align: justify; }
  .content h1 {
    font-size: 52px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 70px;
    margin-top: 0; }
  .content h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 0;
    margin-top: 50px; }
  .content h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 0;
    margin-top: 35px; }
  @media (max-width: 700px) {
    .content h1 {
      text-align: left; }
    .content h2 {
      text-align: left;
      font-size: 28px; }
    .content h3 {
      text-align: left;
      font-size: 26px; } }
  .content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 22px; }
  .content ul {
    padding-left: 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 22px; }
    .content ul li {
      margin-top: 22px; }
  .content ol {
    padding-left: 31px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 22px; }
    .content ol li {
      margin-top: 22px; }
  .content a {
    color: #50FC00; }

@media (max-width: 700px) {
  .content {
    text-align: left; } }
.modal-window {
  position: relative; }
  .modal-window .modal__close {
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 20px; }
    .modal-window .modal__close path {
      stroke: #000;
      fill: #000; }
  .modal-window .modal-window-container {
    width: 100%;
    max-width: 587px;
    padding: 45px 20px 56px 20px;
    background-color: #FFFFFF;
    z-index: 10000;
    position: fixed;
    top: 0;
    height: 100vh;
    right: -587px;
    transition: .5s;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000; }
  .modal-window .modal-window__center {
    width: 100%;
    max-width: 376px;
    margin: 0 auto; }
  .modal-window .modal-window__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600; }
  .modal-window .modal-window__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 25px; }
  .modal-window .modal-window__small-text {
    color: #808080;
    font-size: 14px;
    line-height: 14px;
    margin-top: 15px; }
  .modal-window .modal-window__link {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 50px; }
    .modal-window .modal-window__link a {
      color: #3DAC51; }

.modal-window-active {
  overflow: hidden;
  padding-right: 17px; }
  .modal-window-active .modal-window {
    display: block; }
    .modal-window-active .modal-window .blur-block-filter {
      position: fixed;
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 16px 31px 16px 32px;
      height: 100vh;
      z-index: 12;
      background-color: rgba(70, 70, 70, 0.4);
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: Blur(3px);
      top: 0;
      left: 0; }
    .modal-window-active .modal-window .modal-window-container {
      right: 0; }

@media (max-width: 1350px) {
  .modal-window-active {
    padding-right: 0; } }
.open-big-modal {
  overflow: hidden;
  padding-right: 17px; }
  .open-big-modal .big-modal {
    display: flex;
    align-items: center;
    justify-content: center; }

/* big-modal */
.big-modal {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  overflow: auto;
  height: 100vh; }
  .big-modal::after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #696969;
    opacity: .5; }

/* Таблица размеров */
.table-size-container {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 1002;
  background-color: #121212;
  padding: 10px 40px 30px 40px;
  border-radius: 8px;
  color: #fff;
    /* .table-size-rus {
        div {
            font-weight: bold;
            color: #4D4D4D;
        }

        @media (max-width: 550px) {
            div {
                font-weight: normal;
                color: #000;
            }
        }
    } */ }
  .table-size-container .table-size-title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .table-size-container .table-size-title .close-big-modal {
      cursor: pointer; }
  .table-size-container h2 {
    font-size: 32px;
    line-height: 38px; }
  .table-size-container h3 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 32px; }
  .table-size-container .table-size {
    width: 100%;
    font-size: 16px;
    line-height: 24px; }
    .table-size-container .table-size tr {
      margin-top: 10px; }
    .table-size-container .table-size td {
      padding: 24px 0;
      text-align: center; }
    @media (max-width: 500px) {
      .table-size-container .table-size td {
        padding: 20px 0;
        width: 35px; } }
    .table-size-container .table-size .border-bottom {
      border-bottom: 1px solid #E6E6E6; }
    .table-size-container .table-size .table-size-rus-title {
      text-align: left;
      width: 193px; }
    @media (max-width: 550px) {
      .table-size-container .table-size .table-size-rus-title {
        width: 64px; } }
  @media (max-width: 550px) {
    .table-size-container .table-size {
      font-size: 14px;
      line-height: 16px; } }
  @media (max-width: 400px) {
    .table-size-container .table-size {
      font-size: 10px;
      line-height: 16px; } }
  .table-size-container .table-size-top td {
    padding: 0; }
  .table-size-container .table-size-top .upper-fraction {
    display: block;
    border-bottom: 1px solid; }
  .table-size-container .table-size-top .lower-fraction {
    display: block; }
  .table-size-container .table-size-top div {
    width: 48px;
    height: 48px;
    border: 1px solid #D7D7D7;
    border-radius: 50%;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column; }
  @media (max-width: 550px) {
    .table-size-container .table-size-top div {
      font-weight: bold;
      border: none;
      font-weight: bold;
      border: none;
      width: auto;
      height: auto;
      padding: 20px 0; } }

@media (max-width: 550px) {
  .table-size-container {
    padding: 5px 20px 15px 20px; }
    .table-size-container h2 {
      font-size: 26px;
      line-height: 28px; } }
/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial; }

.custom-select select {
  display: none;
  /*hide original SELECT element: */ }

.select-selected {
  border-radius: 8px;
  padding: 20px 16px 0px 16px;
  outline: none;
  width: 100%;
  height: 56px;
  border: 1px solid #fff;
  color: #fff;
  background: #FFFFFF0D;
  color: #d3d3d3;
  cursor: pointer; }

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 24px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent; }

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px; }

/* style the items (options), including the selected item: */
.select-items div {
  color: #ffffff;
  cursor: pointer;
  padding: 20px 16px 0px 16px;
  height: 56px;
  color: #d3d3d3; }

/* Style items (options): */
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #fff;
  color: #fff;
  background: #1d4a3c;
  border-radius: 8px; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

.flex-between {
  display: flex;
  justify-content: space-between; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.flex-column {
  display: flex;
  flex-direction: column; }

.gap-1 {
  gap: 1em; }

.gap-2 {
  gap: 2em; }

.gap-3 {
  gap: 3em; }

.tab-link {
  color: #fff !important;
  transition: color 0.4s border 0.4s;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
  margin-bottom: 0 !important;
  margin-top: 22px !important;
  padding: 5px 14px;
  border-radius: 12px;
  border: 1px solid #fff; }
  .tab-link:hover {
    color: #50fc00 !important;
    border: 1px solid #50fc00; }
  .tab-link.active {
    color: #50fc00 !important;
    border: 1px solid #50fc00; }

.tab {
  opacity: 0;
  transition: opacity 0.4s, grid-template-rows 0.4s;
  grid-template-rows: 0fr;
  display: grid; }
  .tab > div {
    overflow: hidden; }
  .tab.active {
    grid-template-rows: 1fr;
    opacity: 1; }

.tab-links-container {
  width: 100%;
  display: flex;
  gap: 30px; }

@media (max-width: 750px) {
  .tab-links-container {
    flex-direction: column;
    gap: 0; } }
.tab-link-custom {
  text-align: left;
  line-height: 30px !important;
  width: 100%;
  max-width: 380px;
  display: flex;
  align-items: center;
  padding: 10px 14px; }

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