:root {
    --third-family: "Anonymous Pro", sans-serif;
    --second-family: "Ethnocentric", sans-serif;
    --font-family: "PT Root UI", "Anonymous Pro", sans-serif;
    --font3: "TT Travels Trl", sans-serif;
    --background: #141414
}

@font-face {
    font-family: "Anonymous Pro";
    src: url(../fonts/AnonymousPro-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: block;
    font-style: normal
}

@font-face {
    font-family: "Anonymous Pro";
    src: url(../fonts/AnonymousPro-Bold.woff2) format("woff2");
    font-weight: 700;
    font-display: block;
    font-style: normal
}

@font-face {
    font-family: "PT Root UI";
    src: url(../fonts/PTRootUI-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: block;
    font-style: normal
}

@font-face {
    font-family: "PT Root UI";
    src: url(../fonts/PTRootUI-Bold.woff2) format("woff2");
    font-weight: 700;
    font-display: block;
    font-style: normal
}

@font-face {
    font-family: Ethnocentric;
    src: url("/fonts/ethnocentric rg.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:not([class]) {
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
    --refRes: 1920;
    font-size: calc(100vw / var(--refRes) * 10)
}

@media screen and (pointer:fine) {
    html {
        width: 100vw;
        margin-left: calc((100% - 100vw)/ 2)
    }
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    background-color: #000 !important;
    color: #fff
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.container {
    position: relative;
    width: 100%;
    max-width: 185rem;
    margin: 0 auto;
    height: 100%
}

@media (max-width:1440px) {
    .container {
        padding: 0 3rem
    }

    html {
        --refRes: 1440
    }
}

@media (max-width:1024px) {
    .container {
        padding: 0 3rem
    }

    html {
        --refRes: 768
    }
}

@media (max-width:530px) {
    .container {
        padding: 0 1.5rem
    }
}

.site-container {
    overflow-x: clip;
    width: 100%;
    max-width: 100%
}

ol,
ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style-type: none
}

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

a {
    text-decoration: none
}

.hidden {
    display: none !important
}

.btn-reset {
    border: none;
    padding: 0;
    background: 0 0;
    color: #fff;
    cursor: pointer
}

.btn-reset:focus-visible {
    outline: 0
}

.input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff
}

.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
    display: none
}

.input-reset:focus-visible {
    outline: 0
}

.dis-scroll {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    overflow-x: hidden;
    overflow-y: scroll
}

.display-none {
    display: none !important
}

.title {
    font-size: 4rem;
    text-transform: uppercase;
    margin-bottom: 4.8rem
}

@media (max-width:530px) {
    .title {
        font-size: 2.4rem;
        margin-bottom: 2.4rem
    }

    html {
        --refRes: 375 !important
    }
}

.btn-white {
    border: 1px solid #f4400f;
    padding: .8rem 3rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .7rem;
    background-color: #f4400f;
    border-radius: 1.4rem;
    font-weight: 400;
    font-size: 2rem;
    color: #fff;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.btn-white:hover {
    background-color: transparent;
    color: #f4400f
}

.btn-white:hover .btn-white__icon path {
    stroke: #f4400f
}

.btn-white__icon {
    width: 4.2rem;
    height: .9rem
}

.btn-white__icon path {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    stroke: #fff
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: 0
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0)
}

.canvas-el {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    z-index: 5
}

.canvas-el__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120%
}

@media (min-width:1921px) {
    html {
        font-size: 10px
    }
}

.header {
    position: absolute;
    width: 100%;
    padding: 2rem 0;
    z-index: 100
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__logo {
    width: 17.3rem;
    height: 2.5rem
}

@media (max-width:530px) {
    .header {
        padding: 1.8rem 0
    }

    .header__logo {
        width: 13.8rem;
        height: 2rem
    }
}

.header__btn {
    font-size: 2rem;
    padding: 1.2rem 5.4rem;
    border-radius: 1.6rem;
    background-color: #f4400f;
    border: 1px solid transparent;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width:530px) {
    .header__btn {
        font-size: 1.2rem;
        padding: .9rem 1.2rem;
        border-radius: .8rem
    }
}

.header__btn:hover {
    border: 1px solid #f4400f;
    background-color: transparent;
    color: #f4400f
}

.footer {
    margin-top: 3rem;
    padding-bottom: 10.9rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    padding-top: 45rem
}

@media (max-width:1440px) {
    .footer {
        margin-top: 19.4rem;
        padding-bottom: 9.6rem
    }
}

@media (max-width:1024px) {
    .footer {
        position: relative;
        margin-top: 3rem;
        padding-top: 30.1rem;
        padding-bottom: 4.3rem
    }

    .footer-down {
        position: relative
    }
}

.footer-content {
    position: relative
}

.footer-content .block__decoration {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media (max-width:530px) {
    .footer {
        position: relative;
        margin-top: 2rem;
        padding-top: 16rem;
        padding-bottom: 5.3rem
    }

    .footer-content .block__decoration {
        width: 24rem;
        padding: 2.6rem
    }

    .footer-content .block__decoration p {
        font-size: 1.6rem
    }
}

.footer-content .block__decoration .footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-down {
    margin-top: 2.2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    gap: 2.5rem;
    position: relative;
    z-index: 5
}

.footer-down__by {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/span 2;
    padding: 0 1.7rem 0 9.5rem;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 3.2rem;
    color: #fff
}

@media (max-width:1440px) {
    .footer-down {
        margin-top: 1.7rem;
        gap: 2rem
    }

    .footer-down__by {
        padding-left: 1rem
    }
}

@media (max-width:530px) {
    .footer-down {
        position: relative;
        display: block
    }

    .footer-down__by {
        margin-bottom: 2rem;
        font-size: 2.4rem;
        padding-left: 0
    }
}

.footer-down__info {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/span 3;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff
}

@media (max-width:1440px) {
    .footer-down__info {
        font-size: 1.2rem
    }
}

@media (max-width:1024px) {
    .footer-down__info {
        font-size: 1.4rem
    }
}

@media (max-width:530px) {
    .footer-down__info {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        padding-left: unset
    }
}

.footer-down__link {
    display: block;
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff
}

@media (max-width:1440px) {
    .footer-down__link {
        font-size: 1.2rem;
        padding-left: 2.5rem
    }
}

@media (max-width:1024px) {
    .footer-down__link {
        padding: 0;
        font-size: 1.4rem
    }
}

@media (max-width:530px) {
    .footer-down__link {
        padding: 0;
        font-size: 1.2rem
    }
}

.footer__loona-logo {
    width: 17.3rem;
    height: 2.5rem;
    margin-top: 3rem
}

@media (max-width:1024px) {
    .footer__loona-logo {
        width: 13.3rem;
        height: 1.5rem;
        margin-left: -1.5rem
    }

    .footer__logo {
        height: auto
    }
}

.footer__logo {
    width: 100%;
    overflow: visible
}

.footer__logo-wrapper {
    position: relative;
    max-width: 192rem;
    margin: 0 -3.5rem
}

.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    width: 33.5rem;
    position: relative;
    z-index: 10
}

.footer-design {
    position: relative;
    -ms-grid-column-span: 5;
    grid-column: 5 span;
    padding-top: 3rem;
    border-top: 1px solid #fff
}

@media (max-width:1024px) {
    .footer-design {
        display: none
    }
}

.footer-design::after {
    content: "";
    position: absolute;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    top: 0;
    right: 0;
    height: 2rem;
    width: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='42' viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43 20.2C38.52 22.3333 27.88 29.48 21.16 41C14.44 29.8 12.76 28.2 1 20.2C4.36 19.1333 16.12 10.6 21.16 1C24.52 5.8 32.92 15.4 43 20.2Z' fill='white' stroke='white' stroke-width='0.2' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%
}

.footer-design__text {
    font-weight: 400;
    font-size: 2.4rem;
    color: #fff
}

@media (max-width:1440px) {
    .footer__logo-wrapper {
        margin: 1.2rem 0 0
    }

    .footer__contacts {
        width: 27.8rem
    }

    .footer-design {
        padding-top: 1.3rem
    }

    .footer-design::after {
        width: 1.5rem;
        height: 1.5rem
    }

    .footer-design__text {
        font-size: 2rem
    }
}

.footer-navigation {
    position: relative;
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/span 4;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    margin-left: -2.5rem;
    padding-left: 2.5rem;
    padding-bottom: 4.8rem;
    border-bottom: 1px solid #fff
}

.footer-navigation::after {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    bottom: -.1rem;
    left: 0;
    height: 2rem;
    width: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='42' viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43 20.2C38.52 22.3333 27.88 29.48 21.16 41C14.44 29.8 12.76 28.2 1 20.2C4.36 19.1333 16.12 10.6 21.16 1C24.52 5.8 32.92 15.4 43 20.2Z' fill='white' stroke='white' stroke-width='0.2' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%
}

@media (max-width:1440px) {
    .footer-navigation {
        padding-bottom: 3.3rem;
        padding-left: 2.5rem;
        margin-left: 1.2rem
    }

    .footer-navigation::after {
        width: 1.5rem;
        height: 1.5rem
    }
}

@media (max-width:1024px) {
    .footer-navigation {
        display: block;
        margin: 0;
        padding: 0 0 0 36.4rem;
        border-bottom: none
    }

    .footer-navigation::after {
        display: none
    }
}

@media (max-width:530px) {
    .footer-navigation {
        display: block;
        margin: 0;
        padding: 0 0 0 16.7rem;
        border-bottom: none
    }

    .footer-navigation::after {
        display: none
    }
}

.footer-navigation__wrapper {
    margin-top: 5.2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    gap: 2.5rem
}

@media (max-width:1024px) {
    .footer-navigation__wrapper {
        display: block;
        margin-top: 1.3rem;
        margin-bottom: 7.2rem
    }
}

@media (max-width:530px) {
    .footer-navigation__wrapper {
        display: block;
        margin-top: 5.2rem;
        margin-bottom: 6.6rem
    }
}

.footer-navigation__col {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem
}

@media (max-width:1440px) {
    .footer-navigation__col {
        gap: 2.4rem
    }
}

@media (max-width:1024px) {
    .footer-navigation__col {
        display: block
    }

    .footer-navigation__col:first-child {
        margin-bottom: 15.1rem
    }
}

@media (max-width:530px) {
    .footer-navigation__col {
        display: block
    }

    .footer-navigation__col:first-child {
        margin-bottom: 10.5rem
    }
}

.footer-navigation__item {
    font-weight: 400;
    font-size: 2.4rem;
    color: #fff
}

@media (max-width:1024px) {
    .footer-navigation__item {
        display: block;
        margin-bottom: 1.4rem;
        font-size: 2rem
    }

    .footer-navigation__item:last-child {
        margin-bottom: 0
    }
}

@media (max-width:530px) {
    .footer-navigation__item {
        display: block;
        margin-bottom: 1.4rem;
        font-size: 1.8rem
    }

    .footer-navigation__item:last-child {
        margin-bottom: 0
    }
}

.footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    font-weight: 400;
    font-size: 2.4rem;
    color: #fff
}

.footer__contact-icon {
    max-width: 2.5rem;
    max-height: 2.5rem
}

@media (max-width:1440px) {
    .footer__contact {
        font-size: 2rem
    }

    .footer__contact-icon {
        width: 2.3rem;
        height: 2.3rem
    }
}

.first__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.first__bg-wrapper {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    height: 155.2rem
}

.main-first {
    padding: 15.6rem 0 15.4rem
}

@media (max-width:1440px) {
    .first__bg-wrapper {
        height: 121.2rem
    }

    .main-first {
        padding: 8.5rem 0 15.4rem
    }
}

@media (max-width:1024px) {
    .first__bg-wrapper {
        height: 126rem
    }

    .main-first {
        padding-top: 7.5rem
    }
}

@media (max-width:530px) {
    .first__bg-wrapper {
        height: 85rem
    }

    .main-first {
        padding-top: 7.4rem;
        padding-bottom: 10rem
    }
}

.main-first__inner {
    position: absolute;
    top: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6rem;
    z-index: 5
}

@media (max-width:1440px) {
    .main-first__inner {
        top: 10rem;
        gap: 3rem
    }
}

.main-first__light {
    position: absolute;
    width: 130rem;
    height: 130rem;
    top: -9rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@media (max-width:1440px) {
    .main-first__light {
        top: 0;
        width: 90rem;
        height: 90rem
    }
}

.main-first__images {
    height: 65rem;
    width: 60rem;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: 4s linear infinite levitation;
    animation: 4s linear infinite levitation
}

@media (max-width:1440px) {
    .main-first__images {
        width: 50rem;
        height: 56rem
    }
}

@media (max-width:1024px) {
    .main-first__images {
        width: 40rem;
        height: 46rem
    }

    .main-first__pod.active .main-first__pod-title::before {
        display: none
    }
}

@media (max-width:530px) {
    .main-first__images {
        width: 24rem;
        height: 30rem
    }
}

.main-first__image {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 0;
    visibility: hidden
}

.main-first__image.active {
    opacity: 1;
    visibility: visible
}

.main-first__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
    min-width: 53.6rem
}

@media (max-width:1440px) {
    .main-first__image {
        height: 56rem
    }

    .main-first__controls {
        min-width: 34.7rem
    }
}

.main-first__controls-arrow {
    width: 5.6rem;
    height: 5.6rem;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.main-first__controls-arrow__btn {
    display: block
}

.main-first__controls-arrow__btn:hover .main-first__controls-arrow {
    opacity: .5
}

.main-first__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.3rem
}

@media (max-width:1440px) {
    .main-first__controls-arrow {
        width: 3.6rem;
        height: 3.6rem
    }

    .main-first__stars {
        gap: 1.7rem
    }
}

.main-first__stars-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.1rem
}

.main-first__star {
    position: relative;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background-color: #fff
}

@media (max-width:1440px) {
    .main-first__stars-row {
        gap: 1.5rem
    }

    .main-first__star {
        width: .4rem;
        height: .4rem
    }
}

.main-first__star.active .main-first__star-icon {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.main-first__star-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.3rem;
    height: 2.3rem;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0)
}

.main-first__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem
}

@media (max-width:1440px) {
    .main-first__star-icon {
        width: 1.6rem;
        height: 1.6rem
    }

    .main-first__pagination {
        gap: .9rem
    }
}

.main-first__pagination-item {
    width: 3.8rem;
    height: 3.8rem
}

@media (max-width:1440px) {
    .main-first__pagination-item {
        width: 2.4rem;
        height: 2.4rem
    }
}

.main-first__pagination-item path {
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out
}

.main-first__pagination-item.active path {
    fill-opacity: 1
}

.main-first__moon {
    width: 7.2rem;
    height: 8.1rem
}

.main-first__info {
    margin-top: 29rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem
}

.main-first__info-bg {
    position: absolute;
    top: 30%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    -ms-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    width: 90rem;
    height: 90rem
}

@media (max-width:1440px) {
    .main-first__info {
        margin-top: 22rem
    }

    .main-first__info-bg {
        width: 70rem;
        height: 70rem
    }
}

.main-first__info-decoration {
    margin-top: 15.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-first__info-left {
    padding-top: 1.5rem;
    max-width: 55rem
}

.main-first__info-left__text {
    font-weight: 400;
    font-size: 4rem;
    color: #fff
}

@media (max-width:1440px) {
    .main-first__info-decoration {
        margin-top: 14rem
    }

    .main-first__info-left {
        max-width: 45.6rem;
        padding-top: .8rem
    }

    .main-first__info-left__text {
        font-size: 3.2rem
    }
}

.main-first__info-right {
    position: relative
}

.main-first__info-right__title {
    font-size: 5rem;
    color: #fff;
    margin-bottom: 2.9rem
}

@media (max-width:1440px) {
    .main-first__info-right__title {
        font-size: 4.8rem
    }
}

.main-first__info-right__text {
    font-weight: 400;
    font-size: 3.2rem;
    color: #fff
}

.main-first__info-right__btn {
    margin-top: 6.9rem
}

.main-first__slider {
    position: relative;
    height: 76rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1440px) {
    .main-first__info-right__text {
        font-size: 2.4rem
    }

    .main-first__info-right__btn {
        margin-top: 4rem
    }

    .main-first__slider {
        height: 56rem
    }
}

.main-first__slider-one__line {
    position: absolute;
    top: 0;
    right: 0;
    width: 48.1rem;
    height: 22.3rem
}

@media (max-width:1440px) {
    .main-first__slider-one__line {
        height: 18rem;
        width: 40.1rem
    }
}

.main-first__slider-circle {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    opacity: 0
}

@media (max-width:1440px) {
    .main-first__slider-circle {
        width: 2rem;
        height: 2rem
    }
}

.main-first__slider-line {
    position: absolute;
    bottom: 6.4rem;
    right: 35rem;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 1px;
    width: 100vw;
    background-color: #fff
}

.main-first__slider-line__rotate {
    position: absolute;
    -webkit-transform: translate(-100%, 0) rotate(30deg);
    -ms-transform: translate(-100%, 0) rotate(30deg);
    transform: translate(-100%, 0) rotate(30deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    left: .1rem;
    top: 0;
    height: 1px;
    width: 18.4rem;
    background-color: #fff
}

@media (max-width:1440px) {
    .main-first__slider-line {
        right: 25rem;
        bottom: 3rem
    }

    .main-first__slider-line__rotate {
        width: 19.6rem
    }
}

.main-first__slider-line__rotate::after {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
    -ms-transform: translate(-50%, -50%) rotate(-30deg);
    transform: translate(-50%, -50%) rotate(-30deg);
    top: 0;
    left: 0;
    height: 1.8rem;
    width: 1.8rem;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='42' viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43 20.2C38.52 22.3333 27.88 29.48 21.16 41C14.44 29.8 12.76 28.2 1 20.2C4.36 19.1333 16.12 10.6 21.16 1C24.52 5.8 32.92 15.4 43 20.2Z' fill='white' stroke='white' stroke-width='0.2' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%
}

.main-first__pod {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2
}

.main-first__pod-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem
}

.main-first__pod.animated .pod__specification {
    opacity: 1 !important
}

.main-first__pod.active {
    margin-top: 4.7rem;
    gap: 1.2rem;
    left: 0;
    right: unset;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.main-first__pod.active .main-first__pod-title::before {
    content: "";
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 44rem;
    height: 1px;
    background-color: #fff
}

@media (max-width:1440px) {
    .main-first__pod.active {
        gap: 2rem
    }

    .main-first__pod.active .main-first__pod-title::before {
        width: 25rem
    }
}

.main-first__pod.next {
    gap: 1.7rem;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.main-first__pod.next .main-first__pod-inner {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.main-first__pod.next .main-first__pod-title {
    opacity: .46
}

.main-first__pod.next .pod__specification {
    opacity: .5 !important;
    pointer-events: none
}

.main-first__pod.next .main-first__pod-title__line {
    display: none
}

.main-first__pod.next .block__decoration {
    padding: 0
}

.main-first__pod.next .block__decoration::before {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    bottom: -1.2rem;
    left: 15%;
    width: 180%;
    height: 35.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='414' height='360' viewBox='0 0 414 360' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M414 1H164.5L1 359' stroke='white' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%
}

.main-first__pod.next .block__decoration-icon,
.main-first__pod.next .main-first__pod-btn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.main-first__pod-title {
    position: relative;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 6.4rem;
    letter-spacing: .16em;
    text-transform: lowercase;
    color: #fff
}

.main-first__pod-title__line {
    position: absolute;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    left: 44rem;
    bottom: 1.1rem;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 1px;
    width: 31.1rem
}

.main-first__pod-title__line::after {
    content: "";
    position: absolute;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    bottom: -.1rem;
    right: 0;
    height: 4rem;
    width: 4rem;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='42' viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43 20.2C38.52 22.3333 27.88 29.48 21.16 41C14.44 29.8 12.76 28.2 1 20.2C4.36 19.1333 16.12 10.6 21.16 1C24.52 5.8 32.92 15.4 43 20.2Z' fill='white' stroke='white' stroke-width='0.2' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%
}

@-webkit-keyframes levitation {

    0%,
    100%,
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    25% {
        -webkit-transform: translate(0, -1.5rem);
        transform: translate(0, -1.5rem)
    }

    75% {
        -webkit-transform: translate(0, 1.5rem);
        transform: translate(0, 1.5rem)
    }
}

@keyframes levitation {

    0%,
    100%,
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    25% {
        -webkit-transform: translate(0, -1.5rem);
        transform: translate(0, -1.5rem)
    }

    75% {
        -webkit-transform: translate(0, 1.5rem);
        transform: translate(0, 1.5rem)
    }
}

.block__decoration {
    position: relative;
    padding: 2.2rem 2.7rem
}

.pod__specifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .8rem
}

.pod__specification {
    font-size: 2.4rem
}

.block__decoration-icon {
    position: absolute
}

.block__decoration-icon.top {
    top: 0
}

.block__decoration-icon.left {
    left: 0
}

.block__decoration-icon.right {
    right: 0
}

.block__decoration-icon.bottom {
    bottom: 0
}

@media (max-width:1440px) {
    .main-first__pod.next .block__decoration::before {
        height: 21.5rem
    }

    .main-first__pod-title__line {
        width: 18.5rem;
        left: 25rem
    }

    .main-first__pod-title__line::after {
        width: 3.5rem;
        height: 3.5rem
    }

    .main-first__inner {
        top: 5rem
    }
}

@media (max-width:1024px) {
    .main-first__pod.active .main-first__pod-title__line {
        display: none
    }

    .main-first__inner {
        top: 30rem
    }
}

@media (max-width:530px) {
    .main-first__pod.active {
        margin-top: 0;
        gap: 0
    }

    .pod__specification {
        font-size: 1.4rem
    }

    .block__decoration {
        padding: 2rem
    }

    .main-first__inner {
        top: 23rem
    }

    .circles {
        top: 91%
    }
}

@media (max-width:1024px) {
    .main-first__light {
        width: 74rem;
        height: 74rem;
        top: 25rem
    }

    .main-first__info-right {
        margin-top: 4rem
    }

    .main-first__info-right__title {
        font-weight: 700;
        font-size: 2rem;
        margin-bottom: 2rem
    }

    .main-first__info-right__text {
        font-size: 1.6rem
    }

    .main-first__info {
        display: block;
        margin-top: 32rem
    }
}

@media (max-width:530px) {
    .main-first__light {
        width: 39rem;
        height: 39rem;
        top: 26rem
    }

    .main-first__image {
        height: 42rem
    }

    .main-first__info-left__text .shuffle-text {
        font-size: 2.7rem
    }

    .main-first__info {
        margin-top: 12rem
    }
}

@media (max-width:1024px) {
    .main-first__info-left {
        margin: 0 auto
    }
}

.main-first__pod-title-icon {
    width: 33.1rem;
    height: 5.7rem;
    -webkit-transform: translateY(.4rem);
    -ms-transform: translateY(.4rem);
    transform: translateY(.4rem)
}

.advantages {
    margin-bottom: 20rem
}

.advantages__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16.5rem
}

@media (max-width:1440px) {
    .advantages__row {
        gap: 6.5rem
    }
}

@media (max-width:1024px) {
    .advantages {
        margin-bottom: 10rem
    }

    .advantages__row {
        gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:530px) {
    .main-first__pod-title-icon {
        width: 100%;
        height: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .advantages__row {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem
    }
}

.advantages__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12.5rem
}

@media (max-width:1440px) {
    .advantages__column {
        gap: 6.5rem
    }
}

@media (max-width:530px) {
    .advantages__column {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem
    }
}

.advantages__card.cap {
    width: 77.7rem
}

@media (max-width:1440px) {
    .advantages__card.cap {
        width: 67.7rem
    }
}

@media (max-width:1024px) {
    .advantages__column {
        gap: 10rem
    }

    .advantages__card.cap {
        width: 33.5rem
    }
}

.advantages__card.dna {
    width: 75.4rem
}

@media (max-width:1440px) {
    .advantages__card.dna {
        width: 64.4rem
    }
}

@media (max-width:1024px) {
    .advantages__card.dna {
        width: 33.5rem
    }
}

.advantages__card.box {
    width: 60rem
}

@media (max-width:1440px) {
    .advantages__card.box {
        width: 55rem
    }
}

.advantages__card-illustration {
    border-radius: 1.6rem;
    overflow: hidden;
    background-color: var(--background);
    margin-bottom: 1.6rem
}

.advantages__card-illustration video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1024px) {
    .advantages__card.box {
        width: 33.5rem
    }

    .advantages__card-illustration {
        margin-bottom: 2.4rem
    }
}

.advantages__card-illustration.cap {
    width: 77.7rem;
    height: 75.4rem
}

@media (max-width:1440px) {
    .advantages__card-illustration.cap {
        width: 67.7rem;
        height: 69.4rem
    }
}

@media (max-width:1024px) {
    .advantages__card-illustration.cap {
        width: 33.5rem;
        height: 33.5rem
    }
}

.advantages__card-illustration.dna {
    width: 75.4rem;
    height: 75.4rem
}

@media (max-width:1440px) {
    .advantages__card-illustration.dna {
        width: 64.4rem;
        height: 67.4rem
    }
}

@media (max-width:1024px) {
    .advantages__card-illustration.dna {
        width: 33.5rem;
        height: 33.5rem
    }
}

.advantages__card-illustration.box {
    width: 60rem;
    height: 60rem
}

.advantages__card-title {
    font-weight: 500;
    font-size: 3.8rem;
    text-transform: uppercase;
    margin-bottom: .5rem
}

@media (max-width:1440px) {
    .advantages__card-illustration.box {
        width: 55rem;
        height: 55rem
    }

    .advantages__card-title {
        font-size: 3rem
    }
}

@media (max-width:1024px) {
    .advantages__card-illustration.box {
        width: 33.5rem;
        height: 33.5rem
    }

    .advantages__card-title {
        font-size: 2rem;
        margin-bottom: .8rem
    }
}

.advantages__card-discription {
    font-size: 2.4rem;
    color: #939393
}

@media (max-width:1440px) {
    .advantages__card-discription {
        font-size: 2rem
    }
}

.tastes {
    margin-bottom: 31.6rem
}

.tastes__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem
}

@media (max-width:1024px) {
    .advantages__card-discription {
        font-size: 1.8rem
    }

    .tastes {
        margin-bottom: 10rem
    }

    .tastes__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.tastes__list {
    width: 91.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem
}

@media (max-width:1440px) {
    .tastes__list {
        width: 66.5rem
    }
}

@media (max-width:1024px) {
    .tastes__list {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: .8rem;
        margin-bottom: 2.4rem
    }
}

.tastes__item {
    position: relative;
    border-radius: 1.6rem;
    background-color: var(--background);
    padding: 3.4rem 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 6rem;
    overflow: hidden;
    cursor: pointer
}

.tastes__item-name {
    font-size: 2.4rem;
    text-transform: uppercase
}

@media (max-width:1440px) {
    .tastes__item {
        height: 7.2rem
    }

    .tastes__item-name {
        font-size: 2.4rem
    }
}

.tastes__item-brand {
    display: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: .8rem
}

.tastes__item.active .tastes__item-name {
    font-weight: 700
}

@media (max-width:1024px) {
    .tastes__item {
        border-radius: .8rem;
        padding: .6rem .7rem;
        width: 16.3rem;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tastes__item-name {
        font-weight: 500;
        font-size: 1.2rem
    }

    .tastes__item-brand {
        display: block
    }

    .tastes__item.active .tastes__item-name {
        font-weight: 500
    }

    .tastes__item-decoration-line {
        display: none
    }
}

.tastes__item-decoration {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tastes__item-decoration-line {
    width: 25.1rem;
    height: .2rem
}

.tastes__item-decoration-line svg {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(.1rem, -.7rem);
    -ms-transform: translate(.1rem, -.7rem);
    transform: translate(.1rem, -.7rem)
}

.tastes__item-decoration-line.green {
    width: 23.1rem
}

@media (max-width:1440px) {
    .tastes__item-decoration-line {
        width: 12.1rem
    }

    .tastes__item-decoration-line.green {
        width: 11.1rem
    }
}

.tastes__item-decoration-line.yellow {
    width: 23.4rem
}

@media (max-width:1440px) {
    .tastes__item-decoration-line.yellow {
        width: 11.1rem
    }
}

.tastes__item-decoration-line.orange {
    width: 23.7rem
}

@media (max-width:1440px) {
    .tastes__item-decoration-line.orange {
        width: 10.1rem
    }
}

.tastes__item-decoration-line.pink {
    width: 23.5rem
}

.tastes__item-decoration-star {
    width: 4rem;
    height: 4rem
}

@media (max-width:1440px) {
    .tastes__item-decoration-line.pink {
        width: 10.1rem
    }

    .tastes__item-decoration-star {
        width: 3.2rem;
        height: 3.2rem
    }
}

.tastes__item-decoration-star svg {
    width: 100%;
    height: 100%
}

.tastes__item.active .tastes__item-decoration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tastes__item-light {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 1.5rem);
    -ms-transform: translate(-50%, 1.5rem);
    transform: translate(-50%, 1.5rem);
    width: 100%;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

@media (max-width:1024px) {
    .tastes__item-decoration-star {
        display: none
    }

    .tastes__item-light {
        height: 100%;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%)
    }

    .tastes__item-light svg {
        width: 100%;
        height: 300%
    }
}

.tastes__item-light.green svg path {
    fill: #3cfa63
}

.tastes__item-light.yellow svg path {
    fill: #fbca32
}

.tastes__item-light.orange svg path {
    fill: #ff6a12
}

.tastes__item-light.pink svg path {
    fill: #bf1a67
}

.tastes__item.active .tastes__item-light {
    opacity: 1
}

.tastes__preview {
    display: none;
    position: relative;
    width: 92.5rem;
    background-color: var(--background);
    border-radius: 1.6rem;
    padding: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 57.8rem;
    overflow: hidden;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: sticky;
    top: 1rem
}

.tastes__preview-name {
    font-weight: 700;
    font-size: 3.2rem;
    text-transform: uppercase;
    margin-bottom: .8rem;
    max-width: 42.5rem
}

@media (max-width:1440px) {
    .tastes__preview-name {
        font-size: 2.4rem
    }
}

@media (max-width:1024px) {
    .tastes__preview {
        width: 100%;
        height: 47rem;
        padding: 1.6rem 1.6rem 4.8rem
    }

    .tastes__preview-name {
        font-size: 1.6rem
    }
}

.tastes__preview-description {
    font-size: 2rem;
    width: 35.9rem;
    margin-bottom: 4rem
}

@media (max-width:1440px) {
    .tastes__preview-description {
        font-size: 1.6rem;
        margin-bottom: 3.2rem
    }
}

@media (max-width:1024px) {
    .tastes__preview-description {
        font-size: 1.4rem;
        width: 100%;
        margin-bottom: 3.2rem
    }
}

.tastes__preview-rating {
    margin-bottom: 1.6rem
}

.tastes__preview-rating:last-child {
    margin-bottom: 0
}

@media (max-width:1024px) {
    .tastes__preview-rating {
        margin-bottom: 0
    }
}

.tastes__preview-rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5rem
}

.tastes__preview-rating-title {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: .8rem
}

@media (max-width:1440px) {
    .tastes__preview-rating-title {
        font-size: 1.6rem
    }
}

.tastes__preview-rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .4rem
}

.tastes__preview-rating-stars svg {
    width: 2rem;
    height: 2rem
}

@media (max-width:1024px) {
    .tastes__preview-rating-title {
        font-size: 1.2rem
    }

    .tastes__preview-rating-stars {
        gap: .2rem
    }

    .tastes__preview-rating-stars svg {
        width: 1.4rem;
        height: 1.4rem
    }
}

.tastes__preview-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .4rem;
    margin-top: auto
}

.tastes__preview-quantity-text {
    font-size: 2rem;
    color: #9b9b9b
}

.tastes__preview-quantity-image {
    position: absolute;
    width: 38.7rem;
    height: 49.3rem;
    right: 6.7rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10
}

@media (max-width:1024px) {
    .tastes__preview-quantity {
        margin-top: unset;
        margin-bottom: 25.4rem
    }

    .tastes__preview-quantity-text {
        font-size: 1.2rem
    }

    .tastes__preview-quantity svg {
        width: 1.2rem;
        height: 1.2rem
    }

    .tastes__preview-quantity-image {
        width: 17.1rem;
        height: 21.8rem;
        top: 4.6rem;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

.tastes__preview-quantity-light {
    position: absolute;
    right: -15rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.tastes__preview.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tastes__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 4.8rem
}

.tastes-btn {
    font-weight: 500;
    font-size: 2.4rem;
    text-transform: uppercase;
    padding: 1rem 2.4rem;
    background-color: var(--background);
    border-radius: 1.2rem;
    color: rgba(255, 255, 255, .4)
}

.tastes-btn.active {
    border: 1px solid #fff;
    color: #fff
}

.tastes__preview_mobile,
.tastes__preview_mobile.active {
    display: none
}

@media (max-width:1024px) {
    .tastes__preview-quantity-light {
        width: 40rem;
        height: 30rem;
        top: 2rem;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .tastes__preview-quantity-light svg {
        width: 100%;
        height: 100%;
        -webkit-filter: blur(50px);
        filter: blur(50px)
    }

    .tastes__preview.active {
        display: none
    }

    .tastes__filters {
        gap: .8rem;
        margin-bottom: 2.4rem
    }

    .tastes-btn {
        font-size: 1.2rem;
        padding: .9rem 2.7rem
    }

    .tastes__preview_mobile.active {
        display: block
    }
}

.form-section {
    margin-bottom: 22rem;
    scroll-margin-top: 5rem
}

.main-form {
    margin-top: 3.6rem;
    position: relative;
    z-index: 5
}

.main-form.animated .main-form__col::before,
.main-form.animated .main-form__comment-wrapper::after,
.main-form.animated .main-form__comment-wrapper::before,
.main-form.animated .main-form__input-wrapper--line-1::after,
.main-form.animated .main-form__input-wrapper--line-2::after {
    width: 51%
}

.main-form.animated .main-form__col--last::before,
.main-form.animated .main-form__input-wrapper--line-2::before {
    width: 100%
}

.main-form.animated .main-form__col--last::after,
.main-form.animated .main-form__input-wrapper--line-2:first-child::after {
    width: 152%
}

.main-form.animated .main-form__comment::-webkit-input-placeholder {
    opacity: 1
}

.main-form.animated .main-form__comment::-moz-placeholder {
    opacity: 1
}

.main-form.animated .main-form__comment:-ms-input-placeholder {
    opacity: 1
}

.main-form.animated .main-form__comment::-ms-input-placeholder {
    opacity: 1
}

.main-form.animated .main-form__comment::placeholder,
.main-form.animated .main-form__input-wrapper > * {
    opacity: 1
}

.main-form__succes-message {
    font-size: 1.8rem;
    margin-top: 2rem;
    color: #fff
}

.main-form__policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    margin-top: 3rem;
    cursor: pointer;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.main-form__policy-link {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #fff
}

.main-form__policy-link:hover {
    text-decoration: none
}

.main-form__policy input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0
}

.main-form__policy input:checked ~ .checkmark::after {
    display: block
}

.main-form__btn {
    margin-top: 2.7rem;
    height: 5rem;
    width: 45.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.4rem
}

.main-form__btn .btn-white__icon {
    width: 5.2rem;
    height: 1.2rem;
    -webkit-transform: translate(0, .2rem);
    -ms-transform: translate(0, .2rem);
    transform: translate(0, .2rem)
}

@media (max-width:1440px) {
    .main-form__btn {
        font-size: 2rem;
        width: 33.5rem;
        height: 3.6rem;
        margin-top: 2rem
    }

    .main-form__btn .btn-white__icon {
        width: 4.2rem;
        height: 1rem
    }
}

.main-form__input {
    font-weight: 400;
    font-size: 2.8rem;
    color: #fff;
    background-color: transparent
}

.main-form__input-star {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
    z-index: 5
}

@media (max-width:1440px) {
    .main-form__input {
        font-size: 2.4rem
    }

    .main-form__input-star {
        width: 1.5rem;
        height: 1.5rem
    }
}

.main-form__input-star--bottom {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    top: unset;
    bottom: 0
}

.main-form__input-star--right {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    right: 0;
    left: unset
}

.main-form__input-star--bottom-right {
    bottom: 0;
    right: 0;
    left: unset;
    top: unset;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.main-form__input-star--tablet {
    display: none
}

@media (max-width:1024px) {
    .form-section {
        margin-bottom: 10rem
    }

    .main-form.animated .main-form__col--last::after,
    .main-form.animated .main-form__col--last::before,
    .main-form.animated .main-form__col::before,
    .main-form.animated .main-form__comment-wrapper::after,
    .main-form.animated .main-form__comment-wrapper::before,
    .main-form.animated .main-form__input-wrapper--line-1::after,
    .main-form.animated .main-form__input-wrapper--line-2::after,
    .main-form.animated .main-form__input-wrapper--line-2::before,
    .main-form.animated .main-form__input-wrapper--line-2:first-child::after {
        display: none
    }

    .main-form__input-star--tablet {
        display: block
    }

    .main-form__input-wrapper {
        border: 1px solid #fff
    }
}

.main-form__input-star--mobile {
    display: none
}

@media (max-width:530px) {
    .tastes__item.active .tastes__item-decoration {
        display: none
    }

    .main-form__input-star--mobile {
        display: block
    }
}

.main-form__input::-webkit-input-placeholder {
    opacity: .3
}

.main-form__input::-moz-placeholder {
    opacity: .3
}

.main-form__input:-ms-input-placeholder {
    opacity: .3
}

.main-form__input::-ms-input-placeholder {
    opacity: .3
}

.main-form__input::placeholder {
    opacity: .3
}

.main-form__input-wrapper {
    position: relative;
    padding: .9rem 1rem 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .8rem;
    height: 8.3rem
}

@media (max-width:1440px) {
    .main-form__input-wrapper {
        height: 6.9rem;
        padding: .6rem .6rem 1.2rem;
        gap: .6rem
    }
}

@media (max-width:530px) {
    .main-form__input-wrapper {
        border-bottom: none
    }

    .main-form__input-wrapper:last-child {
        border-bottom: 1px solid #fff
    }
}

.main-form__input-wrapper > :not(img) {
    opacity: 0;
    -webkit-transition: .3s ease-out 2s;
    transition: .3s ease-out 2s
}

.main-form__input-wrapper--line-1::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    width: 0%;
    background-color: #fff;
    -webkit-transition: 2s ease-out;
    transition: 2s ease-out
}

.main-form__input-wrapper--line-2::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 0%;
    background-color: #fff;
    -webkit-transition: 2s ease-out;
    transition: 2s ease-out
}

.main-form__input-wrapper--line-2::after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    height: 1px;
    width: 0%;
    background-color: #fff;
    -webkit-transition: 2s ease-out;
    transition: 2s ease-out
}

.main-form__input-wrapper--line-2:first-child::after {
    -webkit-transform: translateX(66%);
    -ms-transform: translateX(66%);
    transform: translateX(66%);
    width: 0%
}

.main-form__input-select {
    padding: 0
}

.main-form__input-select__label {
    position: absolute;
    top: 1rem;
    left: 1rem
}

.main-form__input-label {
    font-weight: 400;
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase
}

@media (max-width:1440px) {
    .main-form__input-select__label {
        top: .6rem;
        left: .6rem
    }

    .main-form__input-label {
        font-size: 1.8rem
    }
}

.main-form__select-hidden-option {
    display: none
}

.main-form__comment {
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 2rem;
    color: #fff;
    background-color: transparent;
    padding: 1rem;
    resize: none
}

.main-form__comment::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: .3s ease-out 2s;
    transition: .3s ease-out 2s
}

.main-form__comment::-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    -moz-transition: .3s ease-out 2s;
    transition: .3s ease-out 2s
}

.main-form__comment:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    -ms-transition: .3s ease-out 2s;
    transition: .3s ease-out 2s
}

.main-form__comment::-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    -ms-transition: .3s ease-out 2s;
    transition: .3s ease-out 2s
}

.main-form__comment::placeholder {
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: .3s ease-out 2s;
    transition: .3s ease-out 2s
}

.main-form__comment-wrapper {
    position: relative;
    -ms-grid-column-span: 2;
    grid-column: 2 span;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.main-form__comment-wrapper::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    height: 1px;
    width: 0%;
    background-color: #fff;
    -webkit-transition: 2s ease-out;
    transition: 2s ease-out
}

.main-form__comment-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    height: 1px;
    width: 0%;
    background-color: #fff;
    -webkit-transition: 2s ease-out;
    transition: 2s ease-out
}

.main-form__inputs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr)
}

@media (max-width:1024px) {

    .main-form__input-wrapper--line-1::after,
    .main-form__input-wrapper--line-2::after,
    .main-form__input-wrapper--line-2::before {
        display: none
    }

    .main-form__comment-wrapper {
        -ms-grid-column-span: 2;
        grid-column: 2 span;
        border-bottom: 1px solid #fff;
        height: 21.1rem
    }

    .main-form__inputs {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:530px) {
    .main-form__comment-wrapper {
        height: 18.2rem
    }

    .main-form__inputs {
        display: block
    }
}

.main-form__col {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px solid #fff
}

@media (max-width:1024px) {
    .main-form__col {
        border-left: none
    }
}

.main-form__col::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0%;
    background-color: #fff;
    -webkit-transition: 2s ease-out;
    transition: 2s ease-out
}

.main-form__col--last .main-form__input-wrapper {
    border-left: none
}

@media (max-width:530px) {
    .main-form__col--last .main-form__input-wrapper {
        border-left: 1px solid #fff
    }
}

.main-form__col--last::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 0%;
    background-color: #fff;
    -webkit-transition: 2s ease-out;
    transition: 2s ease-out
}

.main-form__col--last::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(66%);
    -ms-transform: translateX(66%);
    transform: translateX(66%);
    width: 0%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 2s ease-out;
    transition: 2s ease-out
}

.checkmark {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #fff;
    border-radius: 2px
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 0;
    width: 10px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.about__form-wrapper .form-section {
    margin-bottom: 0;
    padding-bottom: 15.5rem
}

@media (max-width:1440px) {
    .main-form__comment {
        font-size: 1.8rem;
        padding: .8rem
    }

    .about__form-wrapper .form-section {
        padding-bottom: 13.5rem
    }

    .choices[data-type*=select-one] .choices__inner {
        height: 7rem
    }
}

@media (max-width:1024px) {
    .about__form-wrapper .form-section {
        padding-bottom: unset
    }
}

.blog__title {
    font-size: 3.2rem;
    margin-bottom: 3.2rem
}

.choices {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 !important
}

.choices .choices__inner {
    border-radius: 0;
    height: 8.3rem;
    background-color: transparent;
    padding: 3.7rem 1rem 1.8rem;
    font-weight: 400;
    font-size: 2.8rem;
    color: #fff
}

@media (max-width:1440px) {
    .choices .choices__inner {
        font-size: 2.4rem;
        padding: 3.2rem .6rem 1.2rem
    }
}

.choices .choices__list--single {
    padding: 0
}

.choices[data-type*=select-one]::after {
    border-color: #fff transparent transparent !important;
    border-width: 1.2rem !important;
    margin: 0 !important;
    right: 3.5rem !important;
    top: 3.6rem !important;
    -webkit-transform-origin: center .5rem;
    -ms-transform-origin: center .5rem;
    transform-origin: center .5rem;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

@media (max-width:1440px) {
    .choices[data-type*=select-one]::after {
        top: 3rem !important;
        right: 2.6rem !important;
        border-width: .9rem !important
    }
}

.choices.is-open::after {
    -webkit-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important
}

.choices .choices__list--dropdown,
.choices .choices__list[aria-expanded] {
    border: 1px solid #fff !important;
    border-top: none !important;
    background: #000;
    border-radius: 0 !important;
    overflow: unset
}

.choices .choices__list--dropdown {
    position: relative
}

.choices .choices__list--dropdown::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    width: 2rem;
    height: 2rem;
    z-index: 5;
    background-image: url('data:image/svg+xml, %3Csvg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M21 11.08C18.8667 12.2 13.8 15.952 10.6 22C7.4 16.12 6.6 15.28 1 11.08C2.6 10.52 8.2 6.04 10.6 1C12.2 3.52 16.2 8.56 21 11.08Z" fill="white" stroke="white" stroke-width="0.2" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100%
}

@media (max-width:1440px) {
    .choices .choices__list--dropdown::after {
        width: 1.5rem;
        height: 1.5rem
    }
}

.choices .choices__list--dropdown::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 2rem;
    height: 2rem;
    z-index: 5;
    background-image: url('data:image/svg+xml, %3Csvg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M21 11.08C18.8667 12.2 13.8 15.952 10.6 22C7.4 16.12 6.6 15.28 1 11.08C2.6 10.52 8.2 6.04 10.6 1C12.2 3.52 16.2 8.56 21 11.08Z" fill="white" stroke="white" stroke-width="0.2" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100%
}

.choices .is-highlighted {
    background: #000 !important
}

.choices .choices__item--choice {
    font-weight: 400;
    font-size: 2.4rem !important;
    color: #fff;
    padding: 1.2rem 1rem !important;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.choices .choices__item--choice:first-child {
    padding: 2rem 1rem 1.2rem !important
}

@media (max-width:1440px) {
    .choices .choices__list--dropdown::before {
        width: 1.5rem;
        height: 1.5rem
    }

    .choices .choices__item--choice {
        font-size: 2.2rem !important;
        padding: .8rem .6rem !important
    }

    .choices .choices__item--choice:first-child {
        padding: 1.6rem .6rem .8rem !important
    }
}

.choices .choices__item--choice:last-child {
    padding: 1.2rem 1rem 2.5rem !important
}

.choices .choices__item--choice:hover {
    color: rgba(255, 255, 255, .4392156863)
}

.accordion__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem
}

.accordion__item {
    width: 100%;
    background-color: var(--background);
    border-radius: 1.6rem;
    padding: 4.3rem 4rem;
    cursor: pointer
}

.accordion__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.accordion__head-title {
    font-size: 3.2rem;
    text-transform: uppercase
}

.accordion__head-icon svg {
    width: 3.2rem;
    height: 3.2rem;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width:530px) {
    .choices[data-type*=select-one] .choices__inner {
        height: 7.2rem
    }

    .accordion__list {
        gap: .8rem
    }

    .accordion__item {
        padding: 1.6rem;
        border-radius: .8rem
    }

    .accordion__head-title {
        font-size: 2rem
    }

    .accordion__head-icon svg {
        width: 2rem;
        height: 2rem
    }
}

.accordion__item.active .accordion__head-icon svg {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.accordion__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    overflow: hidden;
    -webkit-transition: grid-template-rows .3s;
    transition: grid-template-rows .3s;
    transition: grid-template-rows .3s, -ms-grid-rows .3s
}

.accordion__content-wrapper {
    min-height: 0
}

.accordion__content-text {
    font-weight: 300;
    font-size: 3.2rem;
    padding-top: 2rem
}

.accordion__item.active .accordion__content {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr
}

.circles {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 50%
}

@media (max-width:1440px) {
    .choices .choices__item--choice:last-child {
        padding: .8rem .6rem 1.6rem !important
    }

    .main-first .circles {
        top: 65%
    }
}

@media (max-width:1024px) {
    .main-first .circles {
        top: 99%
    }
}

@media (max-width:530px) {
    .accordion__content-text {
        padding-top: .8rem;
        font-size: 1.6rem
    }

    .main-first .circles {
        top: 71%
    }
}

.circles .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0
}

.circles .circle-hover {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.circles .circle-hover:nth-child(odd).anim {
    -webkit-animation: 10s linear infinite rotateReverse;
    animation: 10s linear infinite rotateReverse
}

.circles .circle-hover:nth-child(even).anim {
    -webkit-animation: 10s linear infinite rotate;
    animation: 10s linear infinite rotate
}

.circles .circle-1 {
    width: 64.5rem;
    height: 64.5rem;
    -webkit-animation: 60s linear infinite rotateReverse;
    animation: 60s linear infinite rotateReverse
}

@media (max-width:1440px) {
    .circles .circle-1 {
        width: 59.6rem;
        height: 59.6rem
    }
}

@media (max-width:1024px) {
    .circles .circle-1 {
        width: 37.7rem;
        height: 37.7rem
    }
}

@media (max-width:530px) {
    .circles .circle-1 {
        width: 30.7rem;
        height: 30.7rem
    }
}

.circles .circle-1_first {
    width: 70rem;
    height: 70rem
}

@media (max-width:1440px) {
    .circles .circle-1_first {
        width: 58rem;
        height: 58rem
    }
}

@media (max-width:1024px) {
    .circles .circle-1_first {
        width: 43.7rem;
        height: 43.7rem
    }
}

@media (max-width:530px) {
    .circles .circle-1_first {
        width: 25.7rem;
        height: 25.7rem
    }
}

.circles .circle-2 {
    width: 94.4rem;
    height: 94.4rem;
    -webkit-animation: 60s linear infinite rotate;
    animation: 60s linear infinite rotate
}

@media (max-width:1440px) {
    .circles .circle-2 {
        width: 83.1rem;
        height: 83.1rem
    }
}

@media (max-width:1024px) {
    .circles .circle-2 {
        width: 51.3rem;
        height: 51.3rem
    }
}

@media (max-width:530px) {
    .circles .circle-2 {
        width: 40.7rem;
        height: 40.7rem
    }
}

.circles .circle-2_first {
    width: 105rem;
    height: 105rem
}

@media (max-width:1440px) {
    .circles .circle-2_first {
        width: 85rem;
        height: 85rem
    }
}

@media (max-width:1024px) {
    .circles .circle-2_first {
        width: 63.7rem;
        height: 63.7rem
    }
}

@media (max-width:530px) {
    .circles .circle-2_first {
        width: 39.7rem;
        height: 39.7rem
    }
}

.circles .circle-3 {
    width: 122rem;
    height: 122rem;
    -webkit-animation: 60s linear infinite rotateReverse;
    animation: 60s linear infinite rotateReverse
}

@media (max-width:1440px) {
    .circles .circle-3 {
        width: 105.5rem;
        height: 105.5rem
    }
}

@media (max-width:1024px) {
    .circles .circle-3 {
        width: 65.6rem;
        height: 65.6rem
    }
}

@media (max-width:530px) {
    .circles .circle-3 {
        width: 50.7rem;
        height: 50.7rem
    }
}

.circles .circle-3_first {
    width: 102.5rem;
    height: 102.5rem
}

@media (max-width:1440px) {
    .circles .circle-3_first {
        width: 80rem;
        height: 80rem
    }
}

@media (max-width:1024px) {
    .circles .circle-3_first {
        width: 60rem;
        height: 60rem
    }
}

@media (max-width:530px) {
    .circles .circle-3_first {
        width: 38rem;
        height: 38rem
    }

    .circles .circle-4 {
        display: none
    }
}

.circles .circle-4 {
    width: 149rem;
    height: 149rem;
    -webkit-animation: 60s linear infinite rotate;
    animation: 60s linear infinite rotate
}

@media (max-width:1440px) {
    .circles .circle-4 {
        width: 125.5rem;
        height: 125.5rem
    }
}

@media (max-width:1024px) {
    .circles .circle-4 {
        width: 81rem;
        height: 81rem
    }
}

.circles .circle-4_first {
    width: 148.5rem;
    height: 148.5rem
}

@media (max-width:1440px) {
    .circles .circle-4_first {
        width: 114rem;
        height: 114rem
    }
}

@media (max-width:1024px) {
    .circles .circle-4_first {
        width: 85rem;
        height: 85rem
    }
}

@media (max-width:530px) {
    .circles .circle-4_first {
        display: block;
        width: 56rem;
        height: 56rem
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes rotateReverse {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@keyframes rotateReverse {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

.choices {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 16px
}

.choices:focus {
    outline: 0
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-open {
    overflow: visible
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices [hidden] {
    display: none !important
}

.choices[data-type*=select-one] {
    cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0
}

.choices[data-type*=select-one] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .25
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
    -webkit-box-shadow: 0 0 0 2px #005f75;
    box-shadow: 0 0 0 2px #005f75
}

.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
    display: none
}

.choices[data-type*=select-one]::after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    position: absolute;
    margin-top: -2.5px;
    pointer-events: none
}

.choices[data-type*=select-one].is-open::after {
    border-color: transparent transparent #333;
    margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]::after {
    left: 11.5px;
    right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
    cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    border-left: 1px solid;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0;
    margin: 0 -4px 0 8px
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
    opacity: 1
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: rgb(182.75, 182.75, 182.75)
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%
}

[dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #005f75;
    border: 1px solid;
    color: #fff;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: rgb(0, 74.2948717949, 91.5);
    border: 1px solid
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: rgb(170.25, 170.25, 170.25);
    border: 1px solid
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
    display: block
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
    border-color: rgb(182.75, 182.75, 182.75)
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
    text-align: right
}

@media (min-width:640px) {

    .choices__list--dropdown .choices__item--selectable[data-select-text],
    .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
        padding-right: 100px
    }

    .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
    .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],
    [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
    [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
        right: auto;
        left: 10px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: rgb(242.25, 242.25, 242.25)
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid;
    color: rgb(127.5, 127.5, 127.5)
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.choices__button:focus {
    outline: 0
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px
}

.choices__input:focus {
    outline: 0
}

.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
    display: none
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

[dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0
}

.choices__placeholder {
    opacity: .5
}



.modal {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 131.7rem;
    height: 73.5rem;
    -webkit-transition: 0.2s ease-out 0.2s;
    transition: 0.2s ease-out 0.2s;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.6rem;
    padding: 7.2rem;
}
@media (max-width: 1440px) {
    .modal {
        width: 95.2rem;
        height: 63.1rem;
        padding: 6.4rem;
    }
}
@media (max-width: 1024px) {
    .modal {
        width: 100vw;
        height: 100%;
    }
}
@media (max-width: 530px) {
    .modal {
        gap: 1.6rem;
    }
}
.modal__close {
    position: absolute;
    z-index: 5;
    top: 7.2rem;
    right: 7.2rem;
    width: 2.8rem;
    height: 2.8rem;
}
@media (max-width: 1440px) {
    .modal__close {
        top: 6.4rem;
        right: 6.4rem;
    }
}
.modal__close svg {
    width: 100%;
    height: 100%;
}
.modal__title {
    font-weight: 700;
    font-size: 3.6rem;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
@media (max-width: 530px) {
    .modal__title {
        font-size: 2.8rem;
    }
}
.modal__texts {
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
    color: #000;
    max-width: 66.5rem;
}
@media (max-width: 530px) {
    .modal__texts {
        font-size: 1.4rem;
    }
}
.modal__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.2rem;
}
@media (max-width: 530px) {
    .modal__btns {
        margin-top: 1.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3rem;
    }
}
.modal__btn {
    border: 1px solid #000;
    font-weight: 500;
    font-size: 2rem;
    color: #fff;
    background-color: #000;
    padding: 1rem 3rem;
    border-radius: 1.4rem;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
}
.modal__btn .btn-arrows__arrow path {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
@media (max-width: 530px) {
    .modal__btn .btn-arrows__arrow path {
        stroke: black;
    }
}
@media (max-width: 1440px) {
    .modal__btn {
        font-size: 1.8rem;
        padding: 0.7rem 3rem;
    }
}
@media (hover: hover) {
    .modal__btn:hover {
        background-color: transparent;
        color: #000;
    }
    .modal__btn:hover .btn-arrows__arrow path {
        stroke: #000;
    }
}
.modal__btn-text {
    font-weight: 400;
    font-size: 2rem;
    color: #000;
    padding: 0.8rem;
}
.modal-dec__icon {
    width: 3.4rem;
    height: 3.4rem;
    position: absolute;
}
.modal-dec__icon path {
    stroke: #000;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.modal-dec__icon--top {
    top: 3rem;
}
.modal-dec__icon--right {
    right: 3rem;
}
.modal-dec__icon--bottom {
    bottom: 3rem;
}
.modal-dec__icon--left {
    left: 3rem;
}
.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.74);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.modal-wrapper[is-open=true] {
    opacity: 1;
    pointer-events: all;
}
.modal-wrapper[is-open=true] .modal {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1024px) {
    .modal-wrapper[data-modal=configurator] .modal {
        -webkit-transform: translate(-50%, 0) scale(0.5);
        -ms-transform: translate(-50%, 0) scale(0.5);
        transform: translate(-50%, 0) scale(0.5);
    }
}
@media (max-width: 1024px) {
    .modal-wrapper[data-modal=configurator][is-open=true] .modal {
        -webkit-transform: translate(-50%, 0) scale(1);
        -ms-transform: translate(-50%, 0) scale(1);
        transform: translate(-50%, 0) scale(1);
    }
}
.modal-form-ok .modal{
    height: 42.7rem;
}