html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}

@font-face {
    font-family: 'NAMU Pro';
    src: url('../fonts/NAMU-Pro.eot');
    src: url('../fonts/NAMU-Pro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NAMU-Pro.woff2') format('woff2'),
        url('../fonts/NAMU-Pro.woff') format('woff'),
        url('../fonts/NAMU-Pro.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

*, *:after, *:before {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'NAMU Pro';
    color: #fff;
    background-color: #686AFF;
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #C9CAFF;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

p {
    margin: 0 0 22px;
}

p:last-child {
    margin-bottom: 0;
}

img,
iframe {
    display: block;
    max-width: 100%;
}

input {
    border-radius: 0;
}

@media only screen and (max-width: 1023px){
    p {
        margin: 0 0 13px;
    }
}

/*     main     */

.wrapper {
    position: relative;
    overflow: hidden;
}

.wrapper:before {
    position: absolute;
    top: -320px;
    left: -450px;
    content: url(../img/march8-3.png);
    pointer-events: none;
    z-index: 2;
}

.wrapper:after {
    position: absolute;
    right: -506px;
    bottom: -715px;
    content: url(../img/march8-2.png);
    pointer-events: none;
    z-index: 2;
}

.container {
    position: relative;
    max-width: 1708px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 5;
}

.noscroll {
    overflow: hidden;
}

@media only screen and (max-width: 1707px) {
    .container {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 1439px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1239px) {
    .container {
        max-width: 1024px;
    }
}

@media only screen and (max-width: 1023px){
    .container {
        max-width: 375px;
    }
}

/*     btn     */

.btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


/*     main     */

.main {
    position: relative;
    min-height: 100vh;
    padding: 154px 0 70px;
    z-index: 1;
}

.main__block {
    position: relative;
}

.main__block:after {
    position: absolute;
    top: calc(50% - 746px);
    left: calc(50% - 338px);
    content: url(../img/march8-1.png);
    pointer-events: none;
    z-index: 1;
}

.main__heads {
    position: relative;
    display: flex;
    column-gap: 58px;
    z-index: 2;
}

.main__head {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.main__head-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    font-size: 32px;
    line-height: 34px;
    border: 1px solid rgba(151, 153, 255, 1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 50%;
}

.main__head-icon img {
    width: 32px;
    height: 32px;
}

.main__head-content {
    font-size: 23px;
    line-height: 25px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.main__head-label {
    color: rgba(255, 255, 255, 0.5);
}

.main__head-text {
    margin-top: 6px;
}

.main__title {
    position: relative;
    margin: 57px 0 0;
    font-size: 110px;
    font-weight: 700;
    line-height: 111px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    z-index: 2;
}

.main__title .line {
    position: relative;
}

.main__title .line-2 {
    position: relative;
    padding-left: 130px;
    color: rgba(255, 255, 255, 0.5);
}

.main__title .line-2:before {
    position: absolute;
    content: '';
    top: -4px;
    left: 2px;
    width: 114px;
    height: 114px;
    border: 1px solid rgba(151, 153, 255, 1);
    background-color: rgba(168, 169, 255, 0.2);
    background-image: url(../img/march8-gift.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 50%;
}

.main__title .line-2:after {
    position: relative;
    content: '-';
}

.main__title .line-3 {
    padding-left: 76px;
}

.main__btn {
    position: relative;
    margin-top: 44px;
    z-index: 2;
}

@media only screen and (min-width: 1024px) {
    .btn {
        transform: scale(1);
    }

    .btn:hover {
        transform: scale(1.025);
    }
}

.btn_green {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0px 0px 38px 0px rgba(255, 255, 255, 0.1);
    border-radius: 144px;
}

.btn_green_1 {
    width: 420px;
    height: 119px;
    background-image: url(../img/btn-bg.svg);
}

.btn_green_2 {
    width: 261px;
    height: 89px;
    background-image: url(../img/btn-bg-2.svg);
}

.btn_green_3 {
    width: 486px;
    height: 119px;
    background-image: url(../img/btn-bg-3.svg);
}

.btn_blue {
    padding: 28px 45px;
    font-size: 25px;
    font-weight: 800;
    line-height: 33px;
    color: #fff;
    background: linear-gradient(63.44deg, #8486FF 8.05%, #6466F1 100.66%);
    border-radius: 45px;
}

.main__footer {
    position: relative;
    display: flex;
    margin-top: 72px;
    font-size: 25px;
    font-weight: 400;
    line-height: 34px;
    z-index: 10;
}

.main__footer-logo {
	color:#fff;
}

.main__footer-links {
    display: flex;
    column-gap: 61px;
    margin-left: 68px;
    padding-left: 68px;
    border-left: 1px solid #C9CAFF;
}

.main__footer-links a {
    letter-spacing: -0.025em;
    text-decoration: underline;
}

.main__footer-links a:hover {
    color: #fff;
}

.main__base {
    position: absolute;
    top: -8px;
    right: 64px;
    z-index: 3;
}

.main__base:before {
    position: absolute;
    content: '';
    top: -77px;
    left: -80px;
    width: 953px;
    height: 1211px;
    background-image: url(../img/main.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 953px;
    z-index: 1;
}

.main__base:after {
    position: absolute;
    content: '';
    top: -108px;
    left: calc(50% - 59px);
    width: 118px;
    height: 187px;
    background-image: url(../img/pointer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 3;
}

.fortune {
    position: relative;
    transform: rotate(90deg);
    z-index: 2;
}

.spinner {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-areas: "spinner";
    width: var(--size);
    height: var(--size);
    transform: rotate(calc(var(--rotate, 25) * 1deg));
    border-radius: 50%;
    padding: 24px;
    z-index: 2;
}

.spinner * {
    grid-area: spinner;
}

.spinner .text {
    position: relative;
    padding-left: 15px;
    font-size: 25px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: -0.04em;
    color: #272727;
}

.spinner .text div {
    width: 100px;
    display: flex;
    justify-content: center;
}

.spinner .text span {
    position: relative;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    font-family: 'Century Gothic';
    text-align: center;
    color: #000000;
    background: #fff;
    border-radius: 5px;
}

.prize {
    display: flex;
    align-items: center;
    padding: 0 calc(var(--size) / 6) 0 calc(var(--size) / 20);
    width: 50%;
    height: 50%;
    transform-origin: center right;
    transform: rotate(var(--rotate));
    user-select: none;
}

.ticker {
    display: none;
    position: relative;
    left: calc(var(--size) / -15);
    width: calc(var(--size) / 10);
    height: calc(var(--size) / 20);
    background: var(--lg);
    z-index: 1;
    clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0% 50%);
    transform-origin: center left;
    z-index: 3;
}

.btn-spin {
    position: absolute;
    top: calc(50% - 67px);
    left: calc(50% - 67px);
    display: flex;
    width: 134px;
    height: 134px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    pointer-events: none;
    background-image: url(../img/center.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    z-index: 3;
}

.btn.hide,
.btn-spin.hide {
    pointer-events: none;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    
}

.btn-spin:disabled {
    cursor: progress;
}

.is-spinning .spinner {
    transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
}

.is-spinning .ticker {
    animation: tick 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes tick {
    40% {
        transform: rotate(-12deg);
    }
}

.prize.selected .text span:before {
    animation: selected 800ms ease;
}

@keyframes selected {
    25% { transform: scale(1.25); }
    40% { transform: scale(0.92); }
    60% { transform: scale(1.02); }
    75% { transform: scale(0.98); }
    85% { transform: scale(1);}
}

.spinner,
.deal-wheel {
    width: 795px;
    height: 795px;
}

@media only screen and (max-width: 1707px) {
    .wrapper:before {
        top: -370px;
        left: -480px;
        transform: scale(0.76);
    }

    .wrapper:after {
        right: -452px;
        bottom: -695px;
        transform: scale(0.76);
    }

    .btn_green {
        font-size: 22px;
        line-height: 30px;
    }

    .btn_green_1 {
        width: 322px;
        height: 94px;
    }
    
    .btn_green_2 {
        height: 77px;
    }
    
    .btn_green_3 {
        width: 402px;
        height: 98px;
        font-size: 23px;
    }

    .btn_blue {
        padding: 23px 33px;
        font-size: 21px;
        line-height: 28px;
    }

    .main {
        padding: 85px 0 40px;
    }

    .main__heads {
        column-gap: 44px;
    }

    .main__head {
        column-gap: 15px;
    }

    .main__head-icon {
        width: 74px;
        height: 74px;
        font-size: 28px;
        line-height: 32px;
    }

    .main__head-icon img {
        width: 25px;
        height: 25px;
    }

    .main__head-content {
        font-size: 18px;
        line-height: 22px;
    }

    .main__title {
        margin: 20px 0 0;
        font-size: 78px;
        line-height: 78px;
    }

    .main__title .line-2 {
        padding-left: 80px;
    }

    .main__title .line-2:before {
        top: 2px;
        width: 72px;
        height: 72px;
        background-size: 32px;
    }
    
    .main__title .line-3 {
        padding-left: 46px;
    }

    .main__btn {
        margin-top: 20px;
    }

    .main__block:after {
        top: calc(50% - 726px);
        left: calc(50% - 468px);
        transform: scale(0.7);
    }

    .main__base {
        top: -110px;
        right: 0px;
        transform: scale(0.7);
        z-index: 2;
    }

    .main__footer {
        margin-top: 30px;
        font-size: 19px;
        line-height: 28px;
    }

    .main__footer-links {
        column-gap: 49px;
        margin-left: 53px;
        padding-left: 53px;
    }

    .popup__form {
        margin-top: 22px;
    }

    .popup__form_1 input.icon-finger {
        width: calc(100% - 225px);
    }
}

@media only screen and (max-width: 1439px) {
    .wrapper:after {
        right: -568px;
        bottom: -655px;
    }

    .main__block:after {
        top: calc(50% - 753px);
        left: calc(50% - 445px);
        transform: scale(0.65);
    }

    .main__base {
        top: -140px;
        right: -80px;
        transform: scale(0.65);
    }

    .main__title {
        margin: 35px 0 0;
        font-size: 75px;
        line-height: 75px;
    }

    .main__title .line-2:before {
        top: 1px;
    }
}

@media only screen and (max-width: 1239px) {
    .wrapper:before {
        top: -370px;
        left: -450px;
        transform: scale(0.5);
    }

    .wrapper:after {
        right: -568px;
        bottom: -470px;
        transform: scale(0.5);
    }

    .main__block:after {
        top: calc(50% - 815px);
        left: calc(50% - 465px);
        transform: scale(0.5);
    }
    
    .main__base {
        top: -200px;
        right: -150px;
        transform: scale(0.5);
    }

    .btn_blue {
        padding: 14px 26px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1023px) {
    .main__title .line-2:before {
        display: none;
    }

    .main__block:after {
        top: calc(50% - 680px);
        left: calc(50% - 711px);
        transform: scale(0.4);
    }
}

/*     popup     */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.01);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 999999;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    overflow-y: scroll;
    z-index: 100;
}

.popup .block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 773px;
    padding: 28px 41px 46px;
    color: #272727;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 35px;
}

#gift-popup .block {
    padding: 86px 41px 63px;
}

#gift-popup .block::before {
    position: absolute;
    top: -400px;
    left: -100px;
    content: url(../img/decore.png);
    pointer-events: none;
}

#thank-popup .block {
    padding: 195px 41px;
}

.popup__close {
    position: absolute;
    cursor: pointer;
    top: 34px;
    right: 47px;
    z-index: 10;
}

.popup__title {
    margin-top: 18px;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.popup__title.center,
.popup__text.center {
    text-align: center;
}

.popup__text {
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -0.04em;
}

.popup__text strong {
    font-weight: 400;
}

.popup__form ~ .popup__text {
    margin-top: 54px;
}

.popup__text p {
    margin-bottom: 32px;
}

.popup__text p:first-child {
    margin-bottom: 40px;
    color: #242424;
}

.popup__text p:last-child {
    margin-bottom: 0!important;
}

.popup__text span {
    color: #CCCCCC;
}

.popup__text ul {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    margin: -13px 0 0;
    list-style: none;
}

.popup__text ul li {
    position: relative;
    padding-left: 48px;
}

.popup__text ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '→';
}

.popup__text a {
    color: #D8D8D8;
    text-decoration: underline;
}

.popup__form {    
    margin-top: 25px;
}

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

.popup__form input[type="text"],
.popup__form input[type="tel"],
.popup__form  textarea {
    display: block;
    width: 100%;
    padding: 27px 24px 27px 85px;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -0.04em;
    font-family: 'NAMU Pro';
    color: #272727;
    border: none;
    background-color: #F5F5F5;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

.popup__form_1 input.icon-finger {
    width: calc(100% - 268px);
}

.icon-finger {
    background-image: url(../img/icon-finger.svg);
    background-position: left 38px center;
    background-repeat: no-repeat;
}

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

.popup__line-column {
    width: calc(50% - 11px);
}

.icon-name {
    background-image: url(../img/icon-name.svg);
    background-position: left 38px center;
    background-repeat: no-repeat;
}

.icon-telegram {
    background-image: url(../img/icon-telegram.svg);
    background-position: left 38px center;
    background-repeat: no-repeat;
}

.popup__form textarea {
    resize: none;
}

.popup__form input::-webkit-input-placeholder {color: #DBDBDB;}
.popup__form input::-moz-placeholder {color: #DBDBDB;}
.popup__form input:-ms-input-placeholder {color: #DBDBDB;}
.popup__form input:-moz-placeholder {color: #DBDBDB;}

.popup__form textarea::-webkit-input-placeholder {color: #DBDBDB;}
.popup__form textarea::-moz-placeholder {color: #DBDBDB;}
.popup__form textarea:-ms-input-placeholder {color: #DBDBDB;}
.popup__form textarea:-moz-placeholder {color: #DBDBDB;}

.popup__line_last {
    position: relative;
    margin-top: 20px;
}

.popup__line_last .btn {
    width: 100%;
}

.popup__btn {
    margin-top: 32px;
}

.popup__btn.center {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.wpcf7-not-valid-tip {
    pointer-events: none!important;
    position: relative!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    display: block!important;
    font-size: 12px!important;
    font-weight: normal!important;
    line-height: 18px!important;
    padding-top: 5px!important;
    text-align: center!important;
    color: #dc3232!important;
}

.wpcf7-response-output {
    padding: 10px!important;
    font-size: 12px!important;
    font-weight: normal!important;
    line-height: 18px!important;
    padding-top: 5px!important;
    text-align: center!important;
}

.wpcf7-spinner {
    position: absolute!important;
    top: calc(50% - 12px)!important;
    right: 30px!important;
    margin: 0!important;
}

@media only screen and (max-width: 1023px){
    body {
        background-image: url(../img/bg-mob.jpg);
    }

    .wrapper:before {
        top: -377px;
        left: -465px;
        transform: scale(0.5);
    }

    .wrapper:after {
        right: calc(50% - 140px);
        bottom: -310px;
        content: url(../img/decore-v14-5.png);
        transform: scale(1);
    }

    .btn_green {
        font-size: 17px;
        line-height: 28px;
    }
    
    .btn_green_1 {
        width: 333px;
        height: 65px;
        background-image: url(../img/btn-bg-mob.svg);
    }

    .btn_green_2 {
        width: 327px;
        height: 50px;
        font-size: 16px;
        background-image: url(../img/btn-bg-2-mob.svg);
    }

    .btn_green_3 {
        width: 333px;
        height: 65px;
        background-image: url(../img/btn-bg-mob.svg);
    }

    .main {
        padding: 38px 0 38px;
    }

    .main__heads {
        column-gap: 10px;
        justify-content: space-between;
    }

    .main__head {
        column-gap: 10px;
    }

    .main__head-content {
        font-size: 14px;
        line-height: 15px;
        white-space: nowrap;
    }

    .main__head-icon {
        width: 53px;
        height: 53px;
        flex: 0 0 53px;
        font-size: 18px;
        line-height: 20px;
    }

    .main__head-icon img {
        width: 18px;
        height: 18px;
    }

    .main__title {
        margin: 20px 0 0;
        font-size: 51px;
        line-height: 55px;
    }

    .main__title .line-2,
    .main__title .line-3 {
        display: inline-block;
        float: left;
        padding-left: 0;
        font-size: 50px;
    }

    .main__title .line-2:after {
        display: none;
    }

    .main__title .line-4 {
        text-align: right;
        clear: both;
    }

    .main__base {
        top: 41px;
        right: -230px;
        transform: scale(0.405);
    }

    .main__base:before {
        height: 980px;
    }

    .main__btn {
        position: relative;
        margin-top: 420px;
        z-index: 5;
    }

    .main__btn:before {
        position: absolute;
        content: '';
        top: -17px;
        left: -20px;
        right: -20px;
        height: 215px;
        background-color: #585AE1;
        background-image: url(../img/main-btn-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 17px 17px 0 0;
        z-index: 1;
    }

    .main__btn .btn {
        position: relative;
        z-index: 2;
    }

    .main__footer {
        margin-top: 44px;
        font-size: 14px;
        line-height: 19px;
        row-gap: 12px;
        flex-direction: column;
    }

    .main__footer-links {
        position: relative;
        margin-left: 0;
        padding-left: 0;
        border: none;
        justify-content: space-between;
    }

    .main__footer-links:after {
        position: absolute;
        content: '';
        top: 0;
        left: 52%;
        width: 1px;
        height: 18px;
        background-color: #B6B7FF;
    }
}

@media only screen and (max-width: 1707px) {
    .popup .block {
        width: 640px;
        padding: 20px 33px 36px;
        border-radius: 25px;
    }
    
    #gift-popup .block {
        padding: 72px 33px 63px;
    }

    #gift-popup .block::before {
        top: -390px;
        left: -176px;
        transform: scale(0.85);
    }
    
    #thank-popup .block {
        padding: 163px 33px;
    }

    .popup__close {
        top: 28px;
        right: 38px;
    }

    .popup__close svg {
        width: 16px;
        height: 16px;
    }

    .popup__title {
        margin-top: 15px;
        font-size: 41px;
        line-height: 49px;
    }

    .popup__text {
        font-size: 21px;
        line-height: 29px;
    }

    .popup__text p {
        margin-bottom: 26px;
    }

    .popup__text p:first-child {
        margin-bottom: 25px;
    }

    .popup__text ul {
        row-gap: 11px;
        margin: -11px 0 0;
    }

    .popup__text ul li {
        padding-left: 40px;
    }

    .popup__btn {
        margin-top: 25px;
    }

    .popup__btn.center {
        margin-top: 42px;
    }

    .popup__form {
        margin-top: 20px;
    }

    .popup__form ~ .popup__text {
        margin-top: 40px;
    }

    .popup__form input[type="text"],
    .popup__form input[type="tel"],
    .popup__form  textarea {
        padding: 24px 24px 24px 71px;
        font-size: 20px;
        line-height: 28px;
        background-position: left 32px center;
    }

    .popup__form_1 input.icon-finger {
        width: calc(100% - 226px);
    }
    
    .popup__line_last {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 1023px) {
    .popup .block {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 361px;
        margin: 176px auto;
        padding: 20px 22px 32px;
        border-radius: 17px;
    }

    #gift-popup .block::before {
        top: -350px;
        left: -306px;
        transform: scale(0.45);
    }

    #thank-popup .block {
        padding: 125px 22px;
    }

    .popup__close {
        top: 22px;
        right: 22px;
    }

    .popup__title {
        font-size: 30px;
        line-height: 38px;
    }

    .popup__text {
        font-size: 14px;
        line-height: 21px;
    }

    .popup__text p:first-child {
        margin-bottom: 20px;
    }
	
	#form-popup .popup__text p:first-child {
		padding-right: 25px;
	}

    .popup__text p {
        margin-bottom: 22px;
    }

    .popup__text p br {
        display: none;
    }

    .popup__text ul {
        row-gap: 6px;
        margin: -5px 0 0;
    }

    .popup__text ul li {
        padding-left: 28px;
    }

    .popup__form ~ .popup__text {
        margin-top: 20px;
    }

    #promo-popup .popup__form ~ .popup__text {
        text-align: center;
    }

    #promo-popup .popup__text {
        padding-right: 30px;
    }

    #promo-popup .popup__text strong {
        display: block;
    }

    #promo-popup .popup__text br {
        display: none;
    }


    .popup__form {
        row-gap: 4px;
        margin: 18px -5px 0;
    }

    .popup__form_1 {
        flex-direction: column;
    }

    .popup__form_1 input.icon-finger {
        width: 100%;
    }

    .popup__form input[type="text"],
    .popup__form input[type="tel"],
    .popup__form  textarea {
        padding: 15px 24px 15px 42px;
        font-size: 14px;
        line-height: 20px;
        background-position: left 16px center;
        background-size: 14px;
    }

    .popup__line {
        row-gap: 4px;
        flex-direction: column;
    }

    .popup__line-column {
        width: 100%;
    }

    .popup__line_last {
        margin-top: 4px;
    }

    .popup__btn.center {
        margin-top: 22px;
    }
}