:root {
    --primary-color: #E21C34;
    --secondary-color: #500B28;
    --primary-font: "UTGlasgowGrotesk", sans-serif;
    --secondary-font: "Fjalla One", sans-serif;
    --gutter-x: 40px
}



@font-face {
    font-display: swap;
    font-family: UT Glasgow Grotesk;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/UTGlasgowGrotesk/ut-glasgow-grotesk.woff2) format("woff2"), url(../fonts/UTGlasgowGrotesk/ut-glasgow-grotesk.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: UT Glasgow Grotesk;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/UTGlasgowGrotesk/ut-glasgow-grotesk.woff2) format("woff2"), url(../fonts/UTGlasgowGrotesk/ut-glasgow-grotesk.woff) format("woff")
}

@font-face {
      font-display: swap;
    font-family: UT Glasgow Grotesk;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/UTGlasgowGrotesk/ut-glasgow-grotesk.woff2) format("woff2"), url(../fonts/UTGlasgowGrotesk/ut-glasgow-grotesk.woff) format("woff")
}

@font-face {
      font-display: swap;
    font-family: UT Glasgow Grotesk;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/UTGlasgowGrotesk/ut-glasgow-grotesk.woff2) format("woff2"), url(../fonts/UTGlasgowGrotesk/ut-glasgow-grotesk.woff) format("woff")
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth
}

html.has-cursor,
html.has-cursor * {
    cursor: none !important
}

html.is-lock-scroll,
html.is-lock-scroll body {
    overflow: hidden
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background: #14022a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.04%, #500B28), color-stop(7.69%, #6e0f2a), color-stop(15.72%, #000), color-stop(33.4%, #03141e), color-stop(52.4%, #4b0b4b), color-stop(84.69%, #100218), to(#1a0427));
    background: -o-linear-gradient(top, #0d021b 1.04%, #E21C34 7.69%, #000 15.72%, #03141e 33.4%, #6e0f2a 52.4%, #100218 84.69%, #1a0427 100%);
    background: linear-gradient(180deg, #0d021b 1.04%, #E21C34 7.69%, #000 15.72%, #03141e 33.4%, #6e0f2a 52.4%, #100218 84.69%, #1a0427);
    font-family: var(--primary-font);
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

p {
    margin: 0
}

a,
button {
    cursor: pointer;
    outline: none;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

a {
    color: currentColor;
    text-decoration: none
}

figure,
picture {
    display: inline-block;
    line-height: 0;
    margin: 0
}

figure img,
picture img {
    width: 100%
}

img {
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top
}

img[draggable=false] {
    -webkit-user-drag: none;
    pointer-events: none
}

fieldset {
    border: 0
}

fieldset,
li,
ul {
    margin: 0;
    padding: 0
}

li,
ul {
    list-style: none
}

video {
    height: 100%;
    outline: none;
    width: 100%
}

iframe {
    display: block
}

.btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn__content {
    border: 2px solid;
    -o-border-image: -o-linear-gradient(top, #fff 9.38%, #fff 40.63%, #fff 81.77%) 1;
    border-image: -webkit-gradient(linear, left top, left bottom, color-stop(9.38%, #65a0d9), color-stop(40.63%, #fff), color-stop(81.77%, #fff)) 1;
    border-image: linear-gradient(180deg, #fff 9.38%, #fff 40.63%, #fff 81.77%) 1;
    color: #fff;
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 130%;
    padding: .9375rem 1.8125rem;
    position: relative;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}
.form-btn {
    color: #fff!important;
    background: transparent!important;
    border: 1px solid #fff!important;
    padding: 20px 60px 20px 60px!important;
    font-size: 20px!important;
}   

.has-hover .btn__content:not([disabled]):hover {
    -o-border-image: -o-linear-gradient(left, var(--primary-color), var(--primary-color)) 1;
    border-image: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--primary-color))) 1;
    border-image: linear-gradient(to right, var(--primary-color), var(--primary-color)) 1
}

.btn__big {
    width: 100%
}

@media (min-width:768px) {
    .btn__big {
        padding-left: 9.375rem;
        padding-right: 9.375rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.title {
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 110%;
    margin: 0;
    text-align: center;
    text-transform: uppercase
}

.title:not(:last-child) {
    margin-bottom: 1.875rem
}

@media (min-width:768px) {
    .title {
        font-size: 4rem
    }
    .title:not(:last-child) {
        margin-bottom: 3.125rem
    }
}

@media (min-width:1200px) {
    .title {
        font-size: 5.25rem
    }
    .title:not(:last-child) {
        margin-bottom: 6.25rem
    }
}

.subtitle {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 150%;
    margin: 0;
    text-align: center
}

.subtitle:not(:last-child) {
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .subtitle {
        font-size: 1.5rem
    }
}

@media (min-width:1200px) {
    .subtitle {
        font-size: 1.7rem
    }
}

.js-lazy-load:not(.is-loaded) {
    max-height: 50vh
}

.subtitle-animation,
.title-animation {
    opacity: 0;
    visibility: hidden
}

.batch,
.subtitle-animation,
.title-animation {
    overflow: hidden;
    position: relative;
    will-change: transform
}

.container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 1.25rem;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:1200px) {
    .container {
        max-width: 1811px
    }
}

.site {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden
}

.inner-page .content {
    padding-top: 6.25rem
}

@media (min-width:1200px) {
    .inner-page .content {
        padding-top: 12.5rem
    }
}

label.error {
    color: red;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    letter-spacing: .03em;
    position: absolute;
    top: calc(100% + 5px)
}

@media (prefers-reduced-motion:reduce) {
    *,
    :after,
    :before {
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
        -webkit-transition-duration: 1ms !important;
        -o-transition-duration: 1ms !important;
        transition-duration: 1ms !important
    }
}

.is-hidden {
    display: none !important
}

.is-hide {
    opacity: 0
}

@media (min-width:1200px) {
    .for-tablet {
        display: none !important
    }
}

@media (max-width:767px) {
    .for-tablet {
        display: none !important
    }
}

@media (min-width:1200px) {
    .for-mobile {
        display: none !important
    }
}

@media (min-width:768px) {
    .for-mobile {
        display: none !important
    }
}

@media (min-width:1200px) {
    .for-devices {
        display: none !important
    }
}

.clearfix {
    overflow: auto
}

.clearfix:after {
    clear: both;
    content: "";
    display: table
}

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

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.dont-break-out {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-all;
    word-break: break-word
}

@-webkit-keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: translate(-1%, -5%) rotate(0);
        transform: translate(-1%, -5%) rotate(0)
    }
    50% {
        -webkit-transform: translate(1%, 5%) rotate(5deg);
        transform: translate(1%, 5%) rotate(5deg)
    }
    to {
        -webkit-transform: translate(-1%, -5%) rotate(0);
        transform: translate(-1%, -5%) rotate(0)
    }
}

@keyframes wave {
    0% {
        -webkit-transform: translate(-1%, -5%) rotate(0);
        transform: translate(-1%, -5%) rotate(0)
    }
    50% {
        -webkit-transform: translate(1%, 5%) rotate(5deg);
        transform: translate(1%, 5%) rotate(5deg)
    }
    to {
        -webkit-transform: translate(-1%, -5%) rotate(0);
        transform: translate(-1%, -5%) rotate(0)
    }
}

.header {
    left: 0;
    padding: 1.875rem 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    z-index: 2100
}

.header:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, rgba(0, 0, 0, .79)), to(rgba(0, 0, 0, .045)));
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, .79) 50%, rgba(0, 0, 0, .045) 100%);
    background: linear-gradient(180deg, #000, rgba(0, 0, 0, .79) 50%, rgba(0, 0, 0, .045));
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    visibility: hidden;
    width: 100%
}

.header.is-menu-opened {
    background: #0d021b;
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

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

@media (min-width:768px) {
    .header__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.header__logo {
    display: none;
    height: 31px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    width: 270px
}

@media (min-width:768px) {
    .header__logo {
        display: block
    }
}

.header--fixed:after {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    visibility: visible
}

@media (min-width:1200px) {
    .header--fixed .header__menu {
        background-color: var(--secondary-color);
        -webkit-transition: background-color .3s ease-in-out;
        -o-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out
    }
}

@media (min-width:1200px) {
    .header--fixed .header__link:after {
        display: none
    }
}

@media (min-width:1200px) {
    .header__menu {
        border-radius: 30px;
        padding: 0 30px;
        -webkit-transition: background-color .3s ease-in-out;
        -o-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out
    }
}

@media (max-width:1200px) {
    .header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(7.29%, #0d021b), to(#052030));
        background: -o-linear-gradient(top, #0d021b 7.29%, #052030 100%);
        background: linear-gradient(180deg, #0d021b 7.29%, #052030);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
        height: calc(var(--vh) - 120px);
        left: 0;
        margin-top: 7.5rem;
        opacity: 0;
        overflow: hidden;
        overflow-y: auto;
        padding: 1.5625rem 0;
        position: fixed;
        top: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: hidden;
        width: 100vw
    }
    .header__menu,
    .header__menu.is-active {
        -webkit-transition: .6s ease-in-out;
        -o-transition: .6s ease-in-out;
        transition: .6s ease-in-out
    }
    .header__menu.is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible
    }
}

@media (max-width:767px) {
    .header__menu {
        height: calc(var(--vh) - 72px);
        margin-top: 4.5rem;
        padding: 1.875rem 0
    }
}

@media (min-width:768px) {
    .header__menu-logo {
        display: none
    }
}

.header__menu-order {
    margin-top: auto
}

@media (min-width:768px) {
    .header__menu-order {
        display: none
    }
}

.header__list {
   
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    margin: 3.125rem 0
}

@media (min-width:1200px) {
    .header__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 3.125rem;
        margin: 0
    }
}

.header__link {
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 130%;
    padding: .625rem 0;
    position: relative;
    text-transform: uppercase
}

.header__link:after {
    background-color: var(--primary-color);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 0
}

@media (max-width:1200px) {
    .header__link {
        text-align: center
    }
}

@media (min-width:768px) {
    .header__link {
        font-size: 3rem
    }
}

@media (min-width:1200px) {
    .header__link {
        font-size: 1.25rem
    }
}

.has-hover .header__link:not([disabled]):hover:after {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%
}

.header__order {
    display: none
}

@media (min-width:768px) {
    .header__order {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header__burger {
    height: .75rem;
    position: relative;
    width: 4.5625rem
}

.header__burger span {
    background: #fff;
    height: .125rem;
    left: 0;
    position: absolute;
    width: 100%
}

.header__burger span:first-child {
    top: 0
}

.header__burger span:nth-child(2) {
    bottom: 0
}

.header__burger.is-active {
    width: 2.4375rem
}

.header__burger.is-active span:first-child {
    top: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__burger.is-active span:nth-child(2) {
    bottom: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width:1200px) {
    .header__burger {
        display: none
    }
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    padding: 3.125rem 0;
    position: relative
}

@media (min-width:768px) {
    .footer {
        padding: 6.25rem 0
    }
}

.footer__bg {
    background: url(../images/content/footer-pattern-mob.webp) no-repeat 100% 100%;
    bottom: 0;
    height: 300px;
    left: 0;
    position: absolute;
    width: 100%
}

@media (min-width:768px) {
    .footer__bg {
        background: url(../images/content/footer-pattern.webp) no-repeat bottom;
        background-size: 100%;
        height: 915px
    }
}

.footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1.875rem
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .footer__wrapper:not(:last-child) {
        margin-bottom: 1.875rem
    }
}

@media (min-width:768px) {
    .footer__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

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

@media (min-width:768px) {
    .footer__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 3.125rem
    }
    @supports (-webkit-touch-callout:none) and (not (translate:none)) {
        .footer__items:not(:last-child) {
            margin-right: 3.125rem
        }
    }
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .footer__item:not(:last-child) {
        margin-bottom: .625rem
    }
}

.footer__logo {
    display: block;
    height: 30px;
    margin-right: 3.75rem;
    width: 270px
}

.footer__link {
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 130%;
    padding: .625rem 0;
    position: relative;
    text-transform: uppercase
}

.footer__link:after {
    background-color: var(--primary-color);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 0
}

.has-hover .footer__link:not([disabled]):hover:after {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%
}

.hero {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100vw
}

.hero:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .3)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .3));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .3));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.hero__video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    position: absolute;
    top: 0;
    width: 100%
}

.hero__logo {
    height: auto;
    position: relative;
    width: 50vw;
    z-index: 2
}

.intro__block {
    padding-top: 1.875rem
}

@media (min-width:768px) {
    .intro__block {
        padding-top: 9.375rem
    }
}

.intro__scrolling.is-active .intro__image {
    -webkit-animation: wave 12s linear infinite;
    animation: wave 12s linear infinite
}

.intro__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5625rem;
    justify-content: center;
    margin-top: 1.5625rem
}

@media (min-width:768px) {
    .intro__items {
        gap: 3.1875rem
    }
}

.intro__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .intro__item:not(:last-child) {
        margin-right: 1.5625rem
    }
    @media (min-width:768px) {
        .intro__item:not(:last-child) {
            margin-right: 3.1875rem
        }
    }
}

@media (min-width:768px) {
    .intro__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.intro__icon {
    height: 50px;
    width: 50px
}

@media (min-width:768px) {
    .intro__icon {
        height: 70px;
        width: 70px
    }
}

.intro__texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .intro__texts {
        margin-top: .9375rem
    }
}

@media (min-width:768px) {
    .intro__texts {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }
}

.intro__strong {
    font-family: var(--secondary-font);
    font-size: 1rem;
    line-height: 110%
}

.intro__strong:not(:last-child) {
    margin-bottom: 5px
}

@media (min-width:768px) {
    .intro__strong {
        font-size: 2.25rem
    }
}

.intro__desc {
    font-size: .875rem;
    line-height: 110%
}

@media (min-width:768px) {
    .intro__desc {
        font-size: 1rem
    }
}

.intro__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3.125rem
}

@media (min-width:768px) {
    .intro__buttons {
        margin-top: 6.25rem
    }
}

.intro__button {
    width: 100%
}

@media (min-width:768px) {
    .intro__button {
        padding-left: 6.75rem;
        padding-right: 6.75rem;
        width: auto
    }
}

.page__col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem
}

@media (min-width:1200px) {
    .page__col {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 4.375rem
    }
}

.page__col:not(:last-child) {
    margin-bottom: 3.125rem
}

@media (min-width:768px) {
    .page__col:not(:last-child) {
        margin-bottom: 6.25rem
    }
}

@media (min-width:1200px) {
    .page__col:not(:last-child) {
        margin-bottom: 9.375rem
    }
}

@media (min-width:1200px) {
    .page__col--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .page__col-image:not(:last-child) {
        margin-bottom: 1.875rem
    }
}

@media (min-width:1200px) {
    .page__col-image {
        max-width: 50%
    }
}

@media (max-width:767px) {
    .page__col-image {
        height: auto;
        margin-left: -2.5rem;
        margin-right: -2.5rem;
        max-width: unset;
        width: calc(100% + 40px)
    }
}

.page__col-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 150%;
    margin: 0;
    text-transform: uppercase
}

.page__col-title:not(:last-child) {
    margin-bottom: 1.25rem
}

@media (min-width:768px) {
    .page__col-title {
        font-size: 2rem
    }
}

@media (min-width:1200px) {
    .page__col-title:not(:last-child) {
        margin-bottom: 1.875rem
    }
}

.page__col-subtitle {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 150%;
    margin: 0
}

.page__col-subtitle:not(:last-child) {
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .page__col-subtitle {
        font-size: 1.5rem
    }
}

@media (min-width:1200px) {
    .page__col-subtitle {
        font-size: 1.75rem
    }
}

.rotate__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.rotate__images {
    height: 0;
    padding-bottom: 50%;
    position: relative;
    width: 100%
}

.rotate__images img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.rotate__slider {
    height: 1px;
    margin: 0;
    padding: 0;
    width: 100%
}

@media (min-width:1200px) {
    .rotate__slider {
        width: 961px
    }
}

.rotate__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 3.125rem
}

@media (min-width:768px) {
    .rotate__buttons {
        margin-top: 6.25rem
    }
}

.rotate__button {
    width: 100%
}

@media (min-width:768px) {
    .rotate__button {
        padding-left: 9.4375rem;
        padding-right: 9.4375rem;
        width: auto
    }
}

.electric__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4.375rem
}

@media (min-width:768px) {
    .electric__block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:1200px) {
    .electric__block {
        margin-top: 6.25rem
    }
}

.electric__image {
    margin-bottom: 4.375rem
}

@media (min-width:1200px) {
    .electric__image {
        margin-top: 6.25rem
    }
}

@media (min-width:768px) {
    .electric__texts {
        max-width: 80%
    }
}

@media (min-width:1200px) {
    .electric__texts {
        max-width: 60%
    }
}

.electric__text {
    text-align: center
}

.electric__text:not(:last-child) {
    margin-bottom: 3.125rem
}

.electric__title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 150%;
    margin: 0;
    text-align: center;
    text-transform: uppercase
}

.electric__title:not(:last-child) {
    margin-bottom: .625rem
}

@media (min-width:768px) {
    .electric__title {
        font-size: 2rem
    }
}

.electric__subtitle {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 130%;
    margin: 0
}

.electric__subtitle:not(:last-child) {
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .electric__subtitle {
        font-size: 1.5rem
    }
}

.electric__details {
    margin-top: 12.5rem
}

@media (min-width:768px) {
    .electric__details {
        margin-top: 15.625rem
    }
}

.details {
    position: relative
}

.details__item {
    padding-bottom: 1.25rem;
    position: absolute
}

@media (min-width:768px) {
    .details__item {
        padding-bottom: 1.6875rem
    }
}

.details__item:after {
    --dot-width: 9px;
    background-color: var(--primary-color);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 0
}

.details__item:before {
    --dot-width: 9px;
    -webkit-animation: fadeIn 1s linear infinite forwards;
    animation: fadeIn 1s linear infinite forwards;
    background-color: var(--primary-color);
    border-radius: 50%;
    bottom: calc(var(--dot-width)/-2);
    content: "";
    height: var(--dot-width);
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    visibility: hidden;
    width: var(--dot-width)
}

.details__item--1 {
    left: 60px;
    top: 50px;
    width: calc(100% - 60px)
}

@media (min-width:768px) {
    .details__item--1 {
        left: 190px;
        top: 80px;
        width: calc(100% - 190px)
    }
}

@media (min-width:1200px) {
    .details__item--1 {
        left: 380px;
        top: 130px;
        width: calc(100% - 450px)
    }
}

.details__item--2 {
    left: 50px;
    top: 200px;
    width: calc(100% - 50px)
}

@media (min-width:768px) {
    .details__item--2 {
        left: 150px;
        top: 260px;
        width: calc(100% - 150px)
    }
}

@media (min-width:1200px) {
    .details__item--2 {
        left: 390px;
        top: 360px;
        width: 55%
    }
}

.details__item--3 {
    left: 70px;
    top: 310px;
    width: calc(100% - 70px)
}

@media (min-width:768px) {
    .details__item--3 {
        left: 160px;
        top: 510px;
        width: calc(100% - 160px)
    }
}

@media (min-width:1200px) {
    .details__item--3 {
        left: 310px;
        top: 670px;
        width: 61%
    }
}

.details__item--4 {
    left: 30px;
    top: 450px;
    width: calc(100% - 30px)
}

@media (min-width:768px) {
    .details__item--4 {
        left: 120px;
        top: 690px;
        width: calc(100% - 120px)
    }
}

@media (min-width:1200px) {
    .details__item--4 {
        left: 250px;
        top: 860px;
        width: calc(100% - 250px)
    }
}

.details__item--5 {
    left: 90px;
    top: 620px;
    width: calc(100% - 90px)
}

@media (min-width:768px) {
    .details__item--5 {
        left: 200px;
        top: 900px;
        width: calc(100% - 200px)
    }
}

@media (min-width:1200px) {
    .details__item--5 {
        left: 390px;
        top: 1142px;
        width: 60%
    }
}

.details__item.is-active .details__rounded,
.details__item.is-active .details__text {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    visibility: visible
}

.details__item.is-active .details__text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.details__item.is-active:after {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    width: calc(100% - var(--dot-width))
}

.details__item.is-active:before {
    opacity: 1;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    visibility: visible
}

.details__image {
    height: auto;
    -webkit-transform: translateX(-130px);
    -ms-transform: translateX(-130px);
    transform: translateX(-130px);
    width: 280px
}

@media (min-width:768px) {
    .details__image {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 364px
    }
}

@media (min-width:1200px) {
    .details__image {
        width: 588px
    }
}

.details__text {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 110%;
    opacity: 0;
    text-align: right;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    visibility: hidden;
    will-change: transform
}

@media (min-width:768px) {
    .details__text {
        font-size: 1.5rem
    }
}

@media (min-width:1200px) {
    .details__text {
        font-size: 2.25rem
    }
}

.details__rounded {
    --rounded-width: 36px;
    -webkit-animation: rotate360 3s linear infinite forwards;
    animation: rotate360 3s linear infinite forwards;
    background: url(../images/content/ellipse.svg) no-repeat center 100%/100%;
    bottom: calc(var(--rounded-width)/-2);
    height: var(--rounded-width);
    left: calc(var(--rounded-width)/-2);
    opacity: 0;
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    visibility: hidden;
    width: var(--rounded-width)
}

@media (min-width:768px) {
    .details__rounded {
        --rounded-width: 54px
    }
}

.app__block {
    margin-top: 6.25rem
}

@media (min-width:768px) {
    .app__block {
        margin-top: 12.5rem
    }
}

.app__forDesktop {
    display: none
}

@media (min-width:1200px) {
    .app__forDesktop {
        -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
        grid-gap: 50px;
        display: -ms-grid;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }
}

.app__forMobile {
    -ms-grid-columns: 1fr;
    grid-gap: 100px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr
}

@media (min-width:768px) {
    .app__forMobile {
        -ms-grid-columns: 1fr 50px 1fr;
        grid-gap: 50px;
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:1200px) {
    .app__forMobile {
        display: none
    }
    .app__items {
        margin-top: 8.125rem
    }
}

@media (max-width:767px) {
    .app__item {
        text-align: center
    }
}

.app__item:not(:last-child) {
    margin-bottom: 1.875rem
}

@media (min-width:768px) {
    .app__item:not(:last-child) {
        margin-bottom: 3.125rem
    }
}

@media (min-width:1200px) {
    .app__item:not(:last-child) {
        margin-bottom: 7.375rem
    }
}

.app__title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 110%;
    margin: 0;
    text-transform: uppercase
}

.app__title:not(:last-child) {
    margin-bottom: .9375rem
}

@media (min-width:1200px) {
    .app__title {
        font-size: 2rem
    }
    .app__title:not(:last-child) {
        margin-bottom: .625rem
    }
}

.app__subtitle {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 110%;
    margin: 0
}

.app__subtitle:not(:last-child) {
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .app__subtitle {
        font-size: 1.25rem
    }
}

@media (min-width:1200px) {
    .app__subtitle {
        font-size: 1.5rem
    }
}

.app__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 6.25rem
}

.app__imagewrap {
    -ms-grid-column-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    justify-self: center;
    position: relative;
    width: 280px
}

@media (min-width:768px) {
    .app__imagewrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 339px;
        flex: 0 0 339px;
        width: 339px
    }
}

@media (min-width:1200px) {
    .app__imagewrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 481px;
        flex: 0 0 481px;
        width: 481px
    }
}

.app__bar {
    background-color: #fff;
    height: 345px;
    overflow: hidden;
    position: absolute;
    top: 105px;
    width: 31px;
    z-index: -1
}

@media (min-width:768px) {
    .app__bar {
        height: 416px;
        top: 127px;
        width: 37px
    }
}

@media (min-width:1200px) {
    .app__bar {
        height: 600px;
        top: 180px;
        width: 51px
    }
}

.app__bar:before {
    background-color: #333;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.app__bar-left {
    left: 30px
}

@media (min-width:768px) {
    .app__bar-left {
        left: 37px
    }
}

@media (min-width:1200px) {
    .app__bar-left {
        left: 53px
    }
}

.app__bar-left .app__bar-bg {
    background-color: #34f97d
}

.app__bar-right {
    right: 33px
}

@media (min-width:768px) {
    .app__bar-right {
        right: 42px
    }
}

@media (min-width:1200px) {
    .app__bar-right {
        right: 59px
    }
}

.app__bar-right .app__bar-bg {
    background-color: #0397c8
}

.app__bar-bg {
    bottom: 0;
    height: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.app__counter {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25rem;
    position: absolute;
    top: 75px
}

@media (min-width:768px) {
    .app__counter {
        font-size: 1.8125rem;
        top: 90px
    }
}

@media (min-width:1200px) {
    .app__counter {
        top: 135px
    }
}

.app__counter-left {
    left: 28px
}

@media (min-width:768px) {
    .app__counter-left {
        left: 30px
    }
}

@media (min-width:1200px) {
    .app__counter-left {
        left: 50px
    }
}

.app__counter-right {
    right: 36px
}

@media (min-width:768px) {
    .app__counter-right {
        right: 40px
    }
}

@media (min-width:1200px) {
    .app__counter-right {
        right: 65px
    }
}

.js-rotatebox input[type=range] {
    -webkit-appearance: none;
    background-color: transparent;
    margin: 11px 0
}

.js-rotatebox input[type=range]:focus {
    outline: none
}

.js-rotatebox input[type=range]::-webkit-slider-runnable-track {
    background: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    height: 1px;
    width: 100%
}

.js-rotatebox input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #f904fc;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    height: 24px;
    margin-top: -12px;
    width: 24px
}

.js-rotatebox input[type=range]:focus::-webkit-slider-runnable-track {
    background: #fff
}

.js-rotatebox input[type=range]::-moz-range-track {
    background: #fff;
    border: 2px solid #f904fc;
    cursor: pointer;
    height: 1px;
    width: 100%
}

.js-rotatebox input[type=range]::-moz-range-thumb {
    background: #f904fc;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    height: 24px;
    width: 24px
}

.js-rotatebox input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 11px 0;
    color: transparent;
    cursor: pointer;
    height: 1px;
    width: 100%
}

.js-rotatebox input[type=range]::-ms-fill-lower,
.js-rotatebox input[type=range]::-ms-fill-upper {
    background: #fff;
    border: 2px solid #f904fc
}

.js-rotatebox input[type=range]::-ms-thumb {
    background: #f904fc;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    height: 24px;
    margin-top: 0;
    width: 24px
}

.js-rotatebox input[type=range]:focus::-ms-fill-lower,
.js-rotatebox input[type=range]:focus::-ms-fill-upper {
    background: #fff
}

@supports (-ms-ime-align:auto) {
    .js-rotatebox input[type=range] {
        margin: 0
    }
}

.section {
    margin: 6.25rem 0
}

.section:last-child {
    margin-bottom: 3.125rem
}

@media (min-width:768px) {
    .section {
        margin: 15.625rem 0
    }
    .section:last-child {
        margin-bottom: 6.25rem
    }
}

.order__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1200px) {
    .order__wrapper {
        margin: 0 auto;
        max-width: 80%
    }
}

@media (max-width:767px) {
    .order__image {
        margin-bottom: 1.875rem
    }
}

.order__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media (min-width:1200px) {
    .order__form {
        max-width: 70%
    }
}

.form__datalist {
    border: 0;
    max-height: 20em;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    z-index: 2
}

.form__datalist option {
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 150%;
    padding: .3em 1em
}

.form__datalist option,
.form__datalist option:focus,
.form__datalist option:hover {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.form__datalist option:focus,
.form__datalist option:hover {
    background-color: hsla(0, 0%, 100%, .7);
    color: #000;
    outline: 0 none
}

@media (min-width:768px) {
    .form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1.25rem;
        margin-left: calc(var(--gutter-x)*-.5);
        margin-right: calc(var(--gutter-x)*-.5)
    }
    .form__row>* {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 100%;
        padding-left: calc(var(--gutter-x)*.5);
        padding-right: calc(var(--gutter-x)*.5);
        width: 100%
    }
}

@media (max-width:767px) {
    .form__col {
        margin-bottom: 1.25rem
    }
}

.form__col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:768px) {
    .form__col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }
}

.form__required {
    color: red;
    font-size: .625rem
}

.form__group {
    position: relative
}

.form__label {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 150%;
    width: 100%
}

.form__input {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-family: var(--primary-font);
    font-size: .75rem;
    letter-spacing: 3px;
    padding: 1.25rem;
    width: 100%
}

@media (min-width:768px) {
    .form__input {
        font-size: 1rem
    }
}

.form__input::-webkit-input-placeholder {
    color: #fff
}

.form__input::-moz-placeholder {
    color: #fff
}

.form__input:-ms-input-placeholder {
    color: #fff
}

.form__input::-ms-input-placeholder {
    color: #fff
}

.form__input::placeholder {
    color: #fff
}

.form__input:active,
.form__input:focus {
    outline: none
}

.form__select {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-family: var(--primary-font);
    font-size: 1rem;
    letter-spacing: 3px;
    padding: 1.25rem;
    width: 100%
}

.form__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 3.125rem
}

.custom-select {
    position: relative
}

.custom-select__dropdown {
    background: rgba(0, 0, 0, .9);
    border: 1px solid #fff;
    border-top: none;
    left: 0;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2
}

.custom-select__option {
    background: transparent;
    border: none;
    color: #fff;
    font-family: var(--primary-font);
    font-size: 1rem;
    letter-spacing: 3px;
    padding: 1.25rem 1.875rem 1.25rem 1.25rem;
    text-align: left;
    width: 100%
}

.custom-select__option:not(:last-child) {
    border-bottom: 1px solid #fff
}

.custom-select__option--value {
    border: 1px solid #fff;
    position: relative
}

.custom-select__option--value:after {
    border-color: currentcolor transparent;
    border-style: solid;
    border-width: .3rem .3rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 0;
    position: absolute;
    right: .75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0
}