@font-face {
    font-family: 'Benzin-Bold';
    src: url('../fonts/Benzin-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
* {
    -webkit-tap-highlight-color: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

input, select {
    vertical-align:middle;
}
*,
*::after,
*::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;   
}
a{
    color: inherit;
    text-decoration: none;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html,body{
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    scroll-behavior: smooth;
    background: #fff;
    color: #222222;
}
.body{
    min-width: 320px;
}
.body.no-scroll{
    overflow: hidden;
}
.container{
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.title{
    color: #21084B;
    font-family: 'Benzin-Bold', sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 52.8px */
    text-transform: uppercase;
}
.title span{
    color: #7426F8;
}
.btn{
    color: #FFF;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    background: radial-gradient(78.57% 102.49% at 50% 0%, #AD7CFF 0%, #7426F8 100%);
    box-shadow: 0px 3px 0px 0px rgba(255, 255, 255, 0.30) inset;
    filter: drop-shadow(0px 4px 0px #5511C8);
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 60px;
    max-width: 254px;
    height: 79px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main{
    overflow: hidden;
}
.header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 14px 0;
}
.header .logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}
.hero{
    padding-top: 131px;
    padding-bottom: 52px;
    background: #21084B;
    overflow: hidden;
}
.hero__inner{
    display: flex;
    position: relative;
    width: 100%;
}
.hero__inner{
    position: relative;
    z-index: 1;
}
.hero__inner::before{
    position: absolute;
    content: '';
    z-index: -1;
    width: 532px;
    height: 532px;
    border-radius: 532px;
    background: #7426F8;
    filter: blur(140px);
    right: 0;
    top: 0;
}
.hero__content{
    width: 51.7%;
}
.hero__title{
    font-family: 'Benzin-Bold', sans-serif;
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
    text-transform: uppercase;
}
.hero__descr{
    margin-top: 20px;
    font-size: 22px;
    color: #fff;
}
.hero__block{
    margin-top: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.hero__price{
    color: #fff;
    font-size: 36px;
    font-weight: 800;
}
.hero__image{
    position: absolute;
    right: 0;
    bottom: -52px;
    width: 61.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero__image img{
    width: 100%;
    pointer-events: none;
}
.hero__box{
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.hero__item{
    display: flex;
    align-items: center;
    gap: 8px;
}
.hero__item-num{
    color: #7426F8;
    text-align: center;
    font-size: 68px;
    font-weight: 800;
    text-transform: uppercase;
}
.hero__item-descr{
    color: #FFF;
    font-size: 18px;
    max-width: 126px;
}
.about{
    padding: 100px 0 80px;
}
.about__inner{
    display: flex;
    gap: 20px;
}
.about__title{
    min-width: 367px;
}
.need{
    padding: 100px 0;
    background: #F5F2F9;
}
.need__title{
    text-align: center;
    max-width: 805px;
    margin: 0 auto;
}
.need__block{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 75px;
}
.need__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.need__image img{
    max-width: 140px;
}
.need__descr{
    text-align: center;
    font-weight: 700;
}
.choose{
    padding: 100px 0;
}
.choose__title{
    max-width: 571px;
    text-align: center;
    margin: 0 auto;
}
.product__item{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 34px 0px rgba(33, 8, 75, 0.20);
    max-width: 270px;
    height: auto;
    overflow: hidden;
    min-height: 577px;
}
.product__block{
    margin-top: 30px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.product__image img{
    width: 100%;
}
.product__content{
    display: flex;
    flex-direction: column;
    padding: 20px 15px 34px;
}
.product__title{
    text-align: center;
    font-weight: 400;
}
.product__price{
    color: #7426F8;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin: 10px 0 10px;
}
.product__more{
    cursor: pointer;
    outline: none;
    border: none;
    background: transparent;
    color: #7426F8;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
}
.product__choose{
    border-radius: 10px;
    background: linear-gradient(0deg, #21084B 0%, #21084B 100%), radial-gradient(78.57% 102.49% at 50% 0%, #AD7CFF 0%, #7426F8 100%);
    box-shadow: 0px 3px 0px 0px rgba(255, 255, 255, 0.30);
    padding: 30px 28px 0;
    position: relative;
    z-index: 1;
}
.choose__image{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose__image img{
    max-width: 111px;
}
.choose__name{
    margin-top: 20px;
    color: #FFF;
    text-align: center;
    font-family: 'Benzin-Bold', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    text-transform: uppercase;
}
.choose__descr{
    margin-top: 4px;
    color: #FFF;
    text-align: center;
}
.choose__end{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: -61px;
}
.choose__end img{
    max-width: 226px;
}
.product__choose::after{
    position: absolute;
    z-index: -1;
    content: '';
    width: 270px;
    height: 270px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -105px;
    border-radius: 270px;
    background: #7426F8;
    filter: blur(55px);
    width: 270px;
    height: 270px;
}
.product__choose::before{
    position: absolute;
    z-index: -1;
    content: '';
    width: 270px;
    height: 270px;
    left: 50%;
    transform: translateX(-50%);
    top: -150px;
    border-radius: 270px;
    background: #7426F8;
    filter: blur(55px);
    width: 270px;
    height: 270px;
}
.interested{
    padding: 100px 0;
    background: #F5F2F9;
}
.interested__title{
    text-align: center;
    max-width: 571px;
    margin: 0 auto;
}
.interested-swiper{
    margin: 30px 20px;
}
.interested .swiper-wrapper{
    flex-wrap: nowrap;
    gap: 0;
    justify-content: start;
}
.interested .product__item{
    width: auto;
    max-width: none;
}
.interested__block{
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    margin: 40px -20px 40px;
}
.interested-prev{
    left: 0px;
}
.interested-next{
    right: 0;
}
.interested-pagination{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.interested-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 15px;
    border: 2px solid #7426F8;
    opacity: 1;
}
.interested-pagination .swiper-pagination-bullet-active{
    background-color: #7426F8;
}
.product__content {
    height: 304px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.issue{
    background: #21084B;
    overflow: hidden;
}
.issue__title{
    text-align: center;
    max-width: 571px;
    margin: 0 auto;
    color: #fff;
}
.issue__block{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    justify-content: center;
}
.issue__item{
    width: 100%;
    max-width: 270px;
}
.issue__name{
    color: #AD7CFF;
    font-family: 'Benzin-Bold', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
    text-wrap: nowrap;
}
.issue__name span{
    font-size: 84px;
}
.issue__descr{
    margin-top: 19px;
    color: #FFF;
}
.issue__inner{
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.issue__inner::before{
    position: absolute;
    z-index: -1;
    content: '';
    width: 532px;
    height: 532px;
    border-radius: 532px;
    background: #7426F8;
    filter: blur(140px);
    bottom: -383px;
    left: -260px;
}
.issue__inner::after{
    position: absolute;
    z-index: -1;
    content: '';
    width: 532px;
    height: 532px;
    border-radius: 532px;
    background: #7426F8;
    filter: blur(140px);
    top: -322px;
    right: -159px;
}
.feedback{
    margin-top: 100px;
}
.feedback__title{
    text-align: center;
    margin: 0 auto;
    max-width: 820px;
}
.feedback__slider{
    margin-top: 30px;
    position: relative;
}
.feedback__slide img{
    width: 100%;
}
.feedback-swiper{
    overflow: hidden;
}
.swiper-button{
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    user-select: none;
}
.feedback-prev{
    left: -30px;
}
.feedback-next{
    right: -30px;
}
.feedback-pagination{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.feedback-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 15px;
    border: 2px solid #7426F8;
    opacity: 1;
}
.feedback-pagination .swiper-pagination-bullet-active{
    background-color: #7426F8;
}
.officially{
    margin-top: 102px;
    padding-bottom: 100px;
}
.officially__inner{
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}
.officially__block{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62.86%;
}
.officially__block img{
    width: 100%;
}
.officially__content {
    width: 50%;
}
.officially__inner::before{
    position: absolute;
    z-index: -1;
    content: '';
    width: 338px;
    height: 338px;
    border-radius: 338px;
    background: #7426F8;
    filter: blur(140px);
    top: -75px;
    left: -80px;
}
.officially__ul {
    margin-top: 33px;
    list-style:none;
}
.officially__ul li{
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 44px;
    position: relative;
}
.officially__ul li + li{
    margin-top: 27px;
}
.officially__ul li::before {
    position: absolute;
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><g clip-path="url(%23clip0_398_171)"><path d="M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z" fill="%237426F8"/><path d="M16.4034 19.5843C17.11 20.2909 17.11 21.5023 16.4034 22.2089L14.9397 23.6726C14.2331 24.3792 13.0217 24.3792 12.3151 23.6726L5.90497 17.212C5.19834 16.5054 5.19834 15.2941 5.90497 14.5874L7.36869 13.1237C8.07532 12.4171 9.28668 12.4171 9.9933 13.1237L16.4034 19.5843Z" fill="white"/><path d="M22.0052 8.42938C22.7118 7.72276 23.9231 7.72276 24.6298 8.42938L26.0935 9.89311C26.8001 10.5997 26.8001 11.8111 26.0935 12.5177L14.9894 23.5713C14.2828 24.278 13.0714 24.278 12.3648 23.5713L10.9011 22.1076C10.1944 21.401 10.1944 20.1896 10.9011 19.483L22.0052 8.42938Z" fill="white"/></g><defs><clipPath id="clip0_398_171"><rect width="32" height="32" fill="white"/></clipPath></defs></svg>');
    width: 32px;
    height: 32px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


.footer{
    background: #21084B;
    padding: 15px 0 22px;
}
.footer__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.footer__logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-mob{
    display: none;
    width: 146px;
}
.logo-pc{
    width: 238px;
}

.footer__descr{
    color: #FFF;
}
.footer__descr-adress{
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 298px;
}
.footer__descr-adress svg{
    min-width: 22px;
}
.footer__block a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer__link{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__content{
    display: flex;
    align-items: center;
    gap: 36px;
}
.footer__feed{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.footer__links{
    display: flex;
    align-items: center;
    gap: 10px;
}







.order{
    position: fixed;
    inset: 0;
    background: rgba(33, 8, 75, 0.30);
    z-index: 99;
    padding-top: 10px;
    overflow-y: scroll;
    padding-bottom: 50px;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
}
.order.show{
    opacity: 1;
    pointer-events: all;
}
.order__close{
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    width: max-content;
    margin-left: auto;
    display: block;
}
.order .container{
    max-width: 480px;
}
.order__inner{
    margin-top: 10px;
    border-radius: 10px;
    background: #FFF;
    padding: 50px 45px;
}
.order__title{
    color: #21084B;
    text-align: center;
    font-family: 'Benzin-Bold', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 31.2px */
    text-transform: uppercase;
}
.order__descr{
    margin-top: 10px;
    font-size: 16px;
}
.order__descr svg{
    margin-bottom: -5px;
}
.order__form{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.order__form-block,
.order__delivery,
.order__payment{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.order__label{
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.order__form input{
    height: 44px;
    color: #222;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #BFBFBF;
    outline: none;
}
.order__form input:focus{
    border: 1px solid #5511C8;
}
.order__form textarea{
    color: #222;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #BFBFBF;
    outline: none;
    resize: none;
    max-height: 64px;
}
.order__form textarea:focus{
    border: 1px solid #5511C8;
}
.order__form select:focus{
    border: 1px solid #5511C8;
}


.order__form select{
    color: #222;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #BFBFBF;
    outline: none;
    min-height: 44px;
    position: relative;
    display: inline-block;
    padding: 10px 40px 10px 20px;
    appearance: none;
    overflow: hidden;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M1 1L8 8L15 1' stroke='%23222222' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: calc(100% - 15px);
    cursor: pointer;
}



.order__delivery span{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 9px;
}
.delivery-label{
    display: flex;
    cursor: pointer;
}
.delivery-label img{
    max-width: 57px;
}
.delivery-label:nth-of-type(2) img{
    max-width: 68px;
}
.delivery-checkbox {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.delivery-checkbox + .checkmark {
    position: relative;
    top: -11px;
    left: 0;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
}
.delivery-checkbox + .checkmark:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='9.5' stroke='%23BFBFBF'/%3E%3C/svg%3E");
}
.delivery-checkbox:checked + .checkmark:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><circle cx="10" cy="10" r="9.5" stroke="%23BFBFBF"/><circle cx="10" cy="10" r="5" fill="%237426F8"/></svg>');
}


.order__payment span{
    display: flex;
    align-items: start;
    gap: 30px;
    margin-top: 9px;
}
.payment-label{
    display: flex;
    cursor: pointer;
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 119px;
}
.payment-checkbox {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.payment-checkbox + .checkmark {
    position: relative;
    top: -11px;
    left: 0;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
}
.payment-checkbox + .checkmark:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='9.5' stroke='%23BFBFBF'/%3E%3C/svg%3E");
}
.payment-checkbox:checked + .checkmark:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><circle cx="10" cy="10" r="9.5" stroke="%23BFBFBF"/><circle cx="10" cy="10" r="5" fill="%237426F8"/></svg>');
}
.order__btn-send{
    width: 100%;
    max-width: 100%;
    margin-top: 6px;
}

.order__inner,
.send__inner{
    display: none;
}
.order__inner.show,
.send__inner.show{
    display: block;
}

.send__inner{
    margin-top: 10px;
    border-radius: 10px;
    background: #FFF;
    padding: 50px 45px;
}
.send__title{
    color: #21084B;
    text-align: center;
    font-family: 'Benzin-Bold', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 31.2px */
    text-transform: uppercase;
}
.send__sub-title{
    text-align: center;
    color: #21084B;
    font-family: 'Benzin-Bold', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 26.4px */
    text-transform: uppercase;
    margin-top: 10px;
}
.send__descr{
    font-size: 16px;
    max-width: 325px;
    margin: 20px auto 0;
}
.send__descr svg{
    margin-bottom: -5px;
}
.send__item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.send__item.hidden{
    display: none;
}
.send__name{
    font-size: 16px;
    font-weight: 800;
    width: 100%;
}
.send__about{
    font-size: 16px;
    width: 100%;
}
#deliverySend img{
    height: 18px;
}
.send__block{
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 352px;
    margin: 30px auto 40px;
}
.send__order{
    color: #21084B;
    text-align: center;
    font-family: 'Benzin-Bold', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    text-transform: uppercase;
}
.send__item-image{
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    overflow: hidden;
}
.send__item-image img{
    width: 100%;
}
.send__order-block{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.send__block-item{
    display: flex;
    align-items: center;
    gap: 20px;
}
.send__item-content{
    display: flex;
    flex-direction: column;
    gap: 13px;
    width:100%;
}
.send__item-name,
.send__item-price{
    font-size: 16px;
}
.send__item-total{
    color: #222;
    text-align: right;
    font-size: 16px;
    font-weight: 800;
}
.send__item-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.send__btn{
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100%;
}
.send__error{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.send__error-name{
    font-size: 16px;
    font-weight: 400;
}
.send__error-btn{
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    color: #7426F8;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 800;
}
.popup{
    position: fixed;
    inset: 0;
    background: rgba(33, 8, 75, 0.30);
    z-index: 99;
    padding-top: 30px;
    overflow-y: scroll;
    padding-bottom: 50px;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
}
.popup.show{
    opacity: 1;
    pointer-events: all;
}
.popup__close{
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    width: max-content;
    margin-left: auto;
    display: block;
}
.popup .container{
    max-width: 976px;
}
.popup__inner{
    margin-top: 10px;
    border-radius: 10px;
    background: #FFF;
    padding: 50px 32px 50px 40px;
}
.popup__item{
    display: none;
    gap: 50px;
}
.popup__item.show{
    display: flex;
}
.popup__slider{
    width: 413px;
    min-width: 413px;
    position: relative;
}
.popup-swiper{
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.popup__slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup__slide img{
    width: 100%;
}
.popup__title{
    color: #21084B;
    font-family: 'Benzin-Bold', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    text-transform: uppercase;
}
.popup__block{
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.popup__price{
    color: #7426F8;
    font-size: 36px;
    font-weight: 800;
}
.popup__btn{
    max-width: 240px;
}
.popup-item + .popup-item{
    margin-top: 30px;
}
.popup__name{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}
.popup__ul {
    list-style:none;
}
.popup__ul li{
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 26px;
    position: relative;
}
.popup__ul li::before{
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_398_371)'%3E%3Cpath d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z' fill='%237426F8'/%3E%3Cpath d='M8.2017 9.79215C8.55501 10.1455 8.55501 10.7511 8.2017 11.1044L7.46984 11.8363C7.11653 12.1896 6.51085 12.1896 6.15754 11.8363L2.95248 8.60602C2.59917 8.25271 2.59917 7.64703 2.95248 7.29372L3.68435 6.56186C4.03766 6.20855 4.64334 6.20855 4.99665 6.56186L8.2017 9.79215Z' fill='white'/%3E%3Cpath d='M11.0045 4.2142C11.3578 3.86089 11.9635 3.86089 12.3168 4.2142L13.0487 4.94606C13.402 5.29938 13.402 5.90505 13.0487 6.25837L7.49665 11.7852C7.14334 12.1385 6.53766 12.1385 6.18435 11.7852L5.45248 11.0533C5.09917 10.7 5.09917 10.0943 5.45248 9.74102L11.0045 4.2142Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_398_371'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
}
.popup-pagination{
    position: absolute;
    top: 434px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: initial !important;
}
.popup .swiper-button{
    position: absolute;
    top: 205px;
    z-index: 10;
}
.popup-prev{
    left: -20px;
}
.popup-next{
    right: -20px;
}
.popup .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 2px solid #7426F8;
    background-color: transparent;
    opacity: 1;
}
.popup .swiper-pagination-bullet-active{
    background-color: #7426F8;
}

.popup__ul-characteristic {
    list-style:none;
}
.popup__ul-characteristic li{
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 28px;
    position: relative;
}
.popup__ul-characteristic li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #222222;
    top: 11px;
    border-radius: 4px;
    left: 11px;
}
.order__form input.error{
    border-color: red;
}
.order__form select.error{
    border-color: red;
}








@media (max-width: 1100px) {
    .hero__image {
        position: absolute;
        right: -7%;
        bottom: -52px;
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .feedback__slider{
        margin: 30px 20px 0;
    }
}
@media (max-width: 970px) {
    .hero__inner{
        flex-direction: column;
    }
    .hero__inner::before{
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        bottom: -100px;
        top: initial;
    }
    .hero{
        padding-bottom: 0;
    }
    .hero__image{
        position: initial;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .header .logo{
        margin: 0 auto;
    }
    .hero__title{
        text-align: center;
    }
    .hero__content{
        width: 100%;
    }
    .hero__descr{
        text-align: center;
    }
    .hero__block{
        justify-content: center;
    }
    .hero__box{
        justify-content: center;
    }
    .footer__content {
        display: flex;
        align-items: start;
        flex-direction: column;
    }
    .footer__inner{
        align-items: start;
    }
    .popup__slider {
        width: 300px;
        min-width: 300px;
        position: relative;
    }
    .popup-swiper{
        height: 413px;
    }


}
@media (max-width: 770px) {
    .btn{
        margin: 0 auto;
    }
    .about__title{
        min-width: 290px;
    }
    .officially__inner{
        flex-direction: column-reverse;
    }
    .officially__content{
        width: 100%;
    }
    .officially__block{
        width: 100%;
        max-width: 500px;
    }
    .footer__inner{
        flex-direction: column;
        gap: 40px;
    }
    .footer__feed{
        gap: 24px;
    }
    .footer__content,
    .footer__links{
        gap: 20px;
    }
    .logo-pc{
        display: none;
    }
    .logo-mob{
        display: flex;
    }
    .footer{
        padding: 30px 0 40px;
    }
    .officially__inner::before {
        left: initial;
        top: initial;
        right: -58px;
        bottom: -45px;
        width: 167px;
        height: 167px;
        filter: blur(95px);
    }
    .officially__title{
        text-align: center;
    }
    .popup__item{
        flex-direction: column;
        gap: 65px;
    }
    .popup__slider{
        width: 100%;
        min-width: auto;
    }
    .popup__title{
        text-align: center;
    }
    .popup-swiper{
        height: 100%;
    }
    .popup .swiper-button{
        top: 50%;
    }
    .popup-pagination{
        top: initial !important;
        bottom: -35px !important;
    }
    .footer__descr br{
        display: none;
    }
}
@media (max-width: 606px) {
    .product__item{
        width: 100%;
        max-width: 78.261%;
    }
    .hero{
        padding-top: 90px;
    }
    .hero__title{
        font-size: 28px;
    }
    .hero__descr{
        margin-top: 10px;
        font-size: 22px;
    }
    .hero__block{
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }
    .hero__box{
        flex-direction: column;
        gap: 23px;
    }
    .hero__item-num {
        line-height: 30px;
    }
    .about{
        padding: 60px 0;
    }
    .about__inner{
        flex-direction: column;
    }
    .about__title{
        text-align: center;
    }
    .need{
        padding: 60px 0;
    }
    .need__block{
        gap: 20px 26px;
    }
    .need__item{
        width: calc(50% - 13px);
    }
    .choose{
        padding: 60px 0;
    }
    .interested{
        padding: 60px 0;
    }
    .issue__inner{
        padding: 60px 0;
    }
    .issue__name{
        font-size: 20px;
    }
    .issue__name span {
        font-size: 64px;
    }
    .issue__item{
        width: calc(50% - 10px);
    }
    .issue__inner::before {
        bottom: -337px;
        left: -336px;
    }
    .issue__inner::after {
        top: -303px;
        right: -326px;
    }
    .feedback{
        margin-top: 60px;
    }
    .officially{
        margin-top: 60px;
        padding-bottom: 60px;
    }
    .order__inner,
    .send__inner{
        padding: 40px 15px;
    }
    .send__btn{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .popup__inner{
        padding: 15px;
    }
    .popup__title{
        font-size: 23px;
    }
    .popup__block{
        margin-top: 10px;
        gap: 11px;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .interested__block{
        width: 100%;
        max-width: 95.761%;
        margin: 0 auto;
    }
    .interested-swiper {
        margin: 30px;
    }
    .title{
        font-size: 24px;
    }
}
@media (max-width: 449px) {
    .feedback__slider{
        max-width: 270px;
        margin: 20px auto 0;
    }
}