.girlyanda{
    position: relative;
    padding: 200px 21px 0 21px;
}

.girlyanda__symbol.mobile{
    display: none !important;
}

.girlyanda__title{
    color: #035E91;
    font-size: 75px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
}

.girlyanda .container{
    max-width: 717px;
    width: 100%;
    padding: 25px 65px 62px 73px;
    border-radius: 200px 116px 405px 216px;
    background: #FEC776;
    margin-top: 130px;
    margin-bottom: 93px;
    margin-left: 142px;
    position: relative;
}

html[lang="en-US"] .girlyanda .container{
    max-width: 936px;
}

.girlyanda__text{
    display: inline-block;
    margin-top: 36px;
    color: #035E91;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    max-width: 382px;
}

.girlyanda__symbol{
    position: absolute;
    bottom: -58px;
    right: -100px;
}



.girlyanda__bg{
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 40px;
    position: relative;
    max-width: 1920px;
    margin: auto;
}

.girlyanda__image{
    position: absolute;
    left: -213px;
    top: -66px;
    object-fit: contain;
    object-position: center top;
    pointer-events: none;
    opacity: 1;
    transition: .5s;
    width: calc(100vw + 426px);
    max-width: unset;
    height: 514px;
    z-index: 2;
}

.girlyanda__image:nth-child(2){
    opacity: 0;
    animation: 1.5s linear forwards opasity_first;
    animation-iteration-count: infinite;
}

html[lang="en-US"] .girlyanda__symbol{
    bottom: -90px;
    right: 30px;
    transform: rotate(22deg);
}

@keyframes opasity_first {
    0% {
      opacity: 0;
    }
    50% {
       opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

@keyframes opasity_last {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

body{
    background: url('images/fon-darynki.png');
    background-position: center top;
    background-size: cover;
}


.gifts .content .giftItem{
    background: #FFF;
}

.giftBtn span{
    z-index: 1;
    position: relative;
}
.giftBtn svg{
    z-index: 0 !important;
}

.analyses{
    padding-bottom: 45px;
    padding-top: 15px;
    margin-bottom: 170px;
    padding-right: 130px;
    padding-left: 130px;
}

.analyses__image{
    margin-left: auto;
    object-fit: contain;
}

.found .container{
    max-width: 100%;
    padding-left: 130px;
    padding-right: 130px;
}


.footer_container::after{
    background: #E1EEF6;
}

html[lang="uk"] .gifts .gifts__title{
    display: block;
}

.gifts .gifts__title{
    color: #FEC776;
    margin-top: 0;
}

.gifts{
    margin-top: 79px;
}

.gifts .gifts__title h2{
    font-size: 55px;
}

.gifts .content .giftItem h4{
    font-size: 32px;
}

.gifts .content{
    grid-gap: 80px;
}

.single_popup .cartBtn svg path{
    fill: #F86238 !important;
}

.single_popup .cartBtn span {
    color: #ffffff !important;
}

.single_popup .single_popup .popupBody h3{
    text-align: left;
    color: #054E77;
}

.santa__popup--back{
    position: absolute;
    cursor: pointer;
    top: 35px;
    left: 29px;
    z-index: 1;
}

.popup .popupBody .close::before, .popup .popupBody .close::after{
    width: 12px;
}

.popup__afterProduct{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 13px 0 23px 0;
}

.popup__afterProduct h6 {
    color: #035E91;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 3px;
}

.popup__afterProduct>div{
    max-width: 280px;
}

.single_popup .popupBody .totalPrice{
    margin: 0 !important;
}

.popup__afterProduct h7 {
    color: #969798;
    font-family: Rubik;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.cartPopup .popupBody .totalPrice{
    margin-bottom: 30px;
}

.single_popup  .inputContainer__buttons{
    gap: 25px;
}

.single_popup .inputContainer__buttons{
    margin-bottom: 0;
}

.single_popup--additional{
    color: #035E91;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 8px;
}

.santa__popup .popupBody h3{
    color: #054E77;
}

.santa__form .inputContainer{
    margin-bottom: 20px !important;
}

.inputContainer--dateSanta label{
    left: -25px !important;
    top: 15px;
}

.inputContainer--dateSanta{
    margin-top: 45px;
}

.santa__form .inputContainer label{
    font-weight: 500;
}

.santa__form .inputContainer input:focus~label, .santa__form .inputContainer input:not(:placeholder-shown)~label {
    left: 0 !important;
    font-weight: 400;
}

.checkboxAnonym+span+p{
    margin-top: 0;
}


.subPopup .primaryBtn.cartBtn svg path{
    fill: #F86238;
}

.subPopup .primaryBtn.cartBtn span{
    color: #ffffff;
}

.subPopup.popup .single_popup--additional{
    margin-bottom: 30px;
    margin-top: 30px;
}

html[lang="en-US"] .cartPopup .popupBody .cartContainer .cartItem .price{
    position: relative;
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
    flex-flow: column;
    display: flex;
    min-width: 118px;
}


html[lang="en-US"] .cartPopup .popupBody .cartContainer .cartItem .price:after{
   content: '1 USD = 41 UAH';
    color: #B9B9B9;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.cartPopup .popupBody h3{
    text-align: left;
}

html[lang="en-US"] .cartPopup .popupBody form .primaryBtn.cartBtn {
    max-width: 233px;
}


html[lang="en-US"]  .checkbox.checkboxAnonym.checkboxSanta+span{
    top: -2px;
}

.girlyanda__name{
    position: absolute;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    bottom: 72px;
    left: 58%;
}


html[lang="en-US"] .girlyanda__name{
    left: 50%;
}

.girlyanda__bg--image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
    object-position: right top;
}

.intro .content>h1{
    font-size: 40px;
    line-height: 1.3;
    color: #035E91;
    margin-bottom: 40px;
}

.intro .content>a{
    padding: 0;
    margin-left: 20px;
    margin-bottom: 50px;
}

.intro .content>p{
    margin-bottom: 60px;
}

.intro{
    background: #ffffff;
    padding-left: 88px;
    padding-right: 88px;
}


.intro .container{
    background: #D3EFEF;
    border-radius: 87px;
    padding: 35px 32px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 0px 87px;

}


.intro .content{
    max-width: 41%;
    align-items: center;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}
.intro .container {
    min-height: 767px;
}

.intro__img {
    border-radius: 100px 95px 100px 0px;
    width: 742px;
    height: calc(100% - 70px);
    right: 28px;
    top: auto;
    bottom: 35px;
}

.intro__counter{
    left: auto;
    right: 648px;
    margin-bottom: 37px;
}


.background_thanks footer{
    background: none;
}

.thank-you h2{
    font-size: 55px;
    color: #035E91;
}

.thank-you .ownContainer .text p{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.thank-you__image span{
    display: none;
}

.thank-you .ownContainer{
    background-size: cover !important;
}

.thank-you .ownContainer .text{
    max-width: 539px;
}

.thank-you__image{
    display: none;
}


.thank-you_copybtn, .thank-you_repeat{
    position: relative;
    color: #035E91;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
}


.thank-you_copybtn{
    text-align: left;
}

.thank-you_repeat {
    max-width: 293px;
}


.thank-you_copybtn span, .thank-you_repeat span{
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}


.thank-you_copybtn span{
    text-align: left;
    left: 25px;
    right: unset;
}

.thank-you_copybtn svg path, .thank-you_repeat svg path{
    transition: .5s;
}

.thank-you_copybtn:hover span:hover, .thank-you_repeat:hover span{
    color: #ffffff;
}

.thank-you_copybtn:hover svg path, .thank-you_repeat:hover svg path{
    fill: #F86238;
}

.thank-you__image.mobile{
    display: none !important;
}

.thank-you__img{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thank-you__img.mobile{
    display: none;
}


body.listivka-body{
    background: url('images/Group 2153-min.jpg') !important;
}


body.listivka-body .snow__list{
    display: none;
}


.listivka{
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 130px;
}

.listivka.active{
    display: flex;
}

.listivka-exit{
    position: absolute;
    right: 21px;
    top: 17px;
    cursor: pointer;
}

.listivka-popup{
    position: relative;
    width: 100%;
    max-width: 620px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px #E1EEF6;
    padding: 29px 50px;
}

.listivka-popup h2{
    color:  #054E77;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 19px 0;
}

.listivka-add-1, .listivka-add-2{
    color: #A1A2A3;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.listivka-add-2{
    color: #035E91;
}

.listivka input, .listivka label{
    font-weight: 500;
}

.listivka .inputContainer--comment label{
    color: #A1A2A3;
}

.listivka__buttons{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.listivka__button{
    position: relative;
    cursor: pointer;
    margin-top: 7px;
}

.listivka__button span{
    position: absolute;
    z-index: 1;
    color: #035E91;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.listivka__button svg path{
    transition: .5s;
}

.listivka__button:hover span{
    color: #ffffff;
}

.listivka__button:hover svg path{
    fill: #F86238;
}

.getListivka{
    display: none;
}

button.hoverBlue:hover span{
    color: #F86238 !important;
}

button.hoverBlue:hover svg path{
    fill: transparent !important;
    stroke: #F86238 !important;
}


.thankListivka .ownContainer .text h2{
    font-size: 45px;
}

.thankListivka .ownContainer {
    min-height: 640px;
    align-items: center;
}

.gifts .gifts__title{
    max-width: 1206px;
    margin-bottom: 47px;
}

.gifts{
    margin-top: 48px !important;
}

.gifts .gifts__title h2{
    margin-bottom: 0;
}

.gifts .gifts__title h2 br{
    display: none;
}

.gifts .content{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 39px;
    row-gap: 80px;
}

.gifts .content .giftItem{
    padding: 36px 20px;
}

.gifts .content .giftItem h4{
    font-size: 26px;
    line-height: 1.1;
}

.gifts .content .giftItem .price_text{
    margin-top: 0;
}

.gifts .content .giftItem .giftBtn{
    font-size: 22px;
}

.gifts .content .giftItem .img-wrapper img{
    height: 258px;
}

.gifts .content .giftItem .price_text{
    font-size: 28px;
}


.gifts-home .giftItem:first-child{
    background: #FFEECF;
}

.gifts-home .giftItem:nth-child(2){
    background: #FFEECF;
}

.gifts__content_second_div{
    margin-top: 0;
}

.gifts .content .giftItem .img-wrapper img{
    max-width: 215px;
    height: 228px;
}

.gifts .content .giftItem .img-wrapper{
    height: 258px;
    align-items: flex-end;
    display: flex;
}

.gifts .content .giftItem:first-child .img-wrapper img, .gifts .content .giftItem:last-child .img-wrapper img{
    max-width: 300px;
    height: 258px;
}


.analyses__wrap-content:after{
    content: '';
    width: 802px;
    height: 782px;
    position: absolute;
    left: 170px;
    top: -120px;
    display: inline-block;
    pointer-events: none;
    background: url('update_image/zirka.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.analyses__wrap-content{
    position: relative;
}

.analyses__conten{
    position: relative;
    z-index: 2;
}

.analyses{
    background: #D9ECFA;
}

.intro .content>img.intro__rizka{
    width: 462px;
    height: 102px;
    max-width: 462px;
}

.intro .content>p {
    color: #035E91;
}

.intro .content:after{
    content: '';
    width: 493.551px;
    height: 638.27px;
    background: url('update_image/snizinka.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 60%;
    bottom: 0px;
    z-index: 1 !important;
    pointer-events: none;
}

.intro .content>*{
    z-index: 2;
}

.thank-you .ownContainer .text{
    padding-left: 0px;
    max-width: 538px;
    padding-bottom: 0;
}
.thank-you .ownContainer{
    padding: 58px 40px 93px 40px;
}

.thank-you .ownContainer .text h2{
    font-size: 28px;
    padding-top: 0;
    margin-bottom: 40px;
}

.thank-you .ownContainer .text h2 span{
    display: inline-block;
    font-size: 55px;
    width: 100%;
    margin-bottom: 10px;
}

.text_p{
    margin-bottom: 95px;
}

.thank-you_copybtn{
    margin-top: 0;
}

.girlyanda-thank{
    padding-top: 130px !important;
    z-index: 5;
}

.errorp .ownContainer{
    padding-bottom: 71px;
}

.errorp .text_p{
    margin-bottom: 70px;
}

.thank-you__name{
    position: absolute;
    right: 96px;
    bottom: 38px;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.thank-you_copybtn span{
    left: -50px;
    right: 0;
}

.gifts .content .giftItem.giftItem_subscr h4{
    position: relative;
}

.gifts .content .giftItem.giftItem_subscr h4>svg{
    display: inline-block;
    position: relative;
    top: 4px;
    cursor: pointer;
}

.gifts__popup{
    width: 358px;
    display: inline-block;
    position: absolute;
    padding: 53px 23px 26px 23px;
    border-radius: 30px;
    border: 1px solid #AFADAD;
    background: #FFF;
    box-shadow: 0 5px 10px 0 #E1EEF6;
    min-height: 173px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    left: 90%;
    top: 0;
}

.gifts__popup.active{
    opacity: 1;
    visibility: visible;
}

.gifts__popup svg{
    position: absolute;
    top: 26px;
    right: 21px;
    cursor: pointer;
}

.giftItem.giftItem_subscr{
    overflow: unset !important;
}

.gifts__popup i {
    color: #F86238;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.gifts__popup em {
    color: #264555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: inline-block;
    width: 100%;
    text-align: left;
}


@media (max-width: 1800px) {

    .intro .content>img{
        max-height: 101px;
        object-fit: contain;
    }

    .girlyanda{
        padding-top: 200px;
    }
    .girlyanda__image{
        height: 451px;
        top: -41px;
        left: -201px;
        width: calc(100vw + 402px);
    }

    .analyses__image{
        width: 584px;
        height: 452px;
    }

    .analyses__wrap-content {
        max-width: 1320px;
        margin: auto;
    }

    .found .container{
        max-width: 1320px;
        padding-left: 0;
        padding-right: 0;
    }

    .fund__cards{
        padding: 0;
    }
    .analyses{
        margin-bottom: 215px;
    }

    .fund__cards{
        grid-column-gap: 50px;
    }

    .gifts .gifts__title h2{
        font-size: 45px;
        display: inline-block;
        margin-bottom: 0;
    }

    .gifts .gifts__title{
        max-width: 1091px;
        margin-bottom: 67px;
    }

    .gifts .gifts__title h2 br{
        display: block;
    }

    .gifts{
        margin-top: 43px !important;
    }

    .gifts .content{
        grid-gap: 80px 39px ;
    }

    .gifts .container{
        padding-left: 120px;
        padding-right: 120px;
    }

    .gifts .content .giftItem h4{
        font-size: 27px !important;
    }

    .intro__img{
        width: 627px;
        right: 40px;
        height: calc(100% - 74px);
        bottom: 37px;
        border-radius: 100px 95px 100px 0;

    }


    .intro__counter {
        right: 525px;
        margin-bottom: 37px;
    }

    main section:first-child{
        padding-left: 21px;
        padding-right: 22px;
    }

    .intro .content>h1{
        margin-bottom: 23px;
    }

    .intro .content>img.intro__rizka{
        margin-bottom: 23px;
    }

    .intro .content>p{
        margin-bottom: 90px;
    }

    .intro .container{
        padding: 37px 40px 37px 40px;
        min-height: 540px;
    }
    .girlyanda .container{
        margin-top: 45px;
        margin-bottom: 52px;
        margin-left: 89px;
        padding-bottom: 82px;
    }

    .girlyanda__text{
        margin-top: 42px;
    }

    .girlyanda__title{
        font-size: 64px;
    }

    .girlyanda__symbol{
        bottom: -30px;
        right: -107px;
    }

    .girlyanda__name{
        bottom: 37px;
    }

    .girlyanda__bg--image{
        border-radius: 30px;
    }
    html[lang="en-US"] .girlyanda .container{
        max-width: 774px;
        padding-right: 50px;
        border-radius: 116px 116px 405px 116px;
    }

    html[lang="en-US"] .girlyanda__symbol{
        bottom: -90px;
        right: -22px;
        transform: rotate(16deg);
    }

    .gifts .content .giftItem h4{
        font-size: 22px !important;
    }
    .gifts .content .giftItem{
        padding: 36px 15px;
    }

}

@media (max-width: 1580px) {
    .gifts .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .gifts .content {
        gap: 79px 24px;
    }
}


@media (max-width: 1480px) {

    .girlyanda {
        padding-top: 163px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .girlyanda__image{
        height: 380px;
        top: -35px;
        left: -156px;
        width: calc(100vw + 312px);
    }

    .analyses{
        padding-left: 63px;
        padding-right: 63px;
        padding-bottom: 0;
    }

    .gifts .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .intro .content>h1{
        font-size: 40px;
    }

    .intro__img{
        width: 627px;
    }

    .intro .content{
        max-width: calc(100% - 751px);
    }

    .intro__counter{
        right: 0;
        left: 0;
    }

    .intro .content>p{
        font-size: 20px;
        margin-bottom: 60px;
    }
    .intro{
        padding-left: 0;
        padding-right: 0;
    }

    .intro .container {
        min-height: 530px;
        padding-left: 32px;
        padding-right: 32px;
    }


    .intro .content>h1{
        margin-bottom: 22px;
    }

    .intro .content>img{
        margin-bottom: 22px;
    }


    .intro__counter {
        width: 244px;
        height: 244px;
        right: 542px;
        left: unset;
    }

    .intro__counter svg{
        width: 100%;
        height: 100%;
    }

    .gifts .gifts__title{
        margin-bottom: 53px;
    }

    .gifts{
        margin-top: 53px !important;
    }

    .girlyanda .container{
        margin-top: 51px;
        margin-bottom: 46px;
        margin-left: 46px;
    }

    html[lang="en-US"] .girlyanda .container{
        max-width: 716px;
        padding-right: 35px;
        border-radius: 150px 116px 405px 159px;
    }

    html[lang="en-US"] .girlyanda__title{
        font-size: 60px;
    }

    html[lang="en-US"] .girlyanda__text{
        margin-top: 50px;
    }

    html[lang="en-US"] .girlyanda__symbol{
        bottom: -77px;
        right: -65px;
        transform: rotate(12deg);
    }


}

@media (max-width: 1480px ) and (min-width: 1100px )  {

    .thank-you .ownContainer{
        margin-top: 58px;
    }

    .thank-you .ownContainer .text h2{
        /*font-size: 45px;*/
        /*margin-bottom: 12px;*/
        /*padding-top: 0;*/
    }

    .thank-you .ownContainer .text{
        /*max-width: 600px;*/
        /*padding-bottom: 0;*/
    }

    .text_p{
        /*margin-bottom: 20px;*/
        /*gap: 20px;*/
    }


    .thankListivka .ownContainer{
        min-height: 551px;
        align-items: center;
    }

    .girlyanda__thank{
        padding-top: 72px;
        z-index: 5;
        pointer-events: none;
    }

    .girlyanda__thank .girlyanda__image{
        top: 5px;
    }

    .thankListivka .ownContainer .text{
        padding-top: 30px;
    }

    .thankListivka .ownContainer .text_p{
        max-width: 412px;
    }

    .listivka{
        margin-top: 115px;
    }

}

@media (max-width: 1400px) {

    .girlyanda__image{
        height: 380px;
        top: -21px;
        left: -128px;
        width: calc(100vw + 256px);
    }

    .girlyanda {
        padding-left: 15px;
        padding-right: 15px;
    }
    .analyses{
        padding-left: 40px;
        padding-right: 40px;
    }
    body .fund__cards{
        padding-left: 40px;
        padding-right: 40px;
    }

    .analyses__image{
        height: 422px;
    }

    .gifts .gifts__title{
        padding: 0;
    }

    .gifts .container{
        padding-left: 40px;
        padding-right: 40px;
    }

    .intro__img {
        border-radius: 100px 95px 100px 0px;
        height: calc(100% - 42px);
        bottom: 21px;
        right: 22px;
        width: 491px;
    }

    .intro .container{
        padding: 25px 22px;
    }

    .intro .content>h1{
        /*font-size: 32px;*/
    }

    .intro__counter{
        margin-bottom: 21px;
        width: 207px;
        height: 207px;
        right: 410px;
        margin-left: auto;
        margin-right: 0;
    }

    .intro__counter svg{
        width: 100%;
        height: 100%;
    }

    .intro__inner>p{
        font-size: 15px;
    }

    .intro__inner .sum{
        font-size: 20px;
    }

    .intro .content {
        max-width: calc(100% - 640px);
    }

    .gifts{
        margin-top: 31px !important;
    }

    .gifts .gifts__title{
        margin-bottom: 43px;
    }

    .girlyanda .container{
        margin-top: 53px;
        margin-bottom: 37px;
        margin-left: 30px;
        max-width: 573px;
        border-radius: 116px 116px 405px 116px;
        padding: 22px 64px 61px 66px;
    }

    .girlyanda__title{
        font-size: 48px;
    }

    .girlyanda__text{
        margin-top: 22px;
        max-width: 293px;
    }

    .girlyanda__symbol {
        right: -93px;
        bottom: -32px;
        width: 482.323px;
        height: 316.907px;
    }

    .girlyanda__name{
        left: 52%;
    }

    html[lang="en-US"] .girlyanda .container{
        max-width: 608px;
    }

    html[lang="en-US"] .girlyanda__title{
        font-size: 48px;
    }

    html[lang="en-US"] .girlyanda__text{
        margin-top: 22px;
    }

    html[lang="en-US"] .girlyanda__symbol{
        bottom: -68px;
        right: -43px;
        transform: rotate(12deg);
    }

    .gifts .content .giftItem.giftItem_subscr h4{
        font-size: 20px !important;
    }

    .gifts .content .giftItem .giftBtn{
        font-size: 20px;
    }

    .giftBtn svg {
        width: calc(150% - 37px);
    }

    .gifts .content .giftItem .price_text{
        font-size: 22px;
    }

    .gifts .content {
        gap: 55px 31px;
    }

    .gifts .content .giftItem .giftBtn.giftBtn__sub{
        width: 81%;
        display: inline-block;
        line-height: 1;
    }

    .analyses__wrap-content:after {
        width: 617.099px;
        height: 584px;
    }

    .intro .content:after{
        height: 100%;
        width: 440px;
    }

}

@media (max-width: 1200px) {

    .girlyanda.girlyanda__thank{
        padding-top: 120px;
    }


    .girlyanda{
        padding-top: 140px;
    }

    .analyses__image{
        margin-right: auto;
    }

    .fund__card--text{
        font-weight: 400;
    }

    .analyses{
        padding-top: 0;
    }

    .gifts .gifts__title h2{
        font-size: 32px;
    }

    .gifts .gifts__title{
        max-width: 773px;
        margin-bottom: 52px;
    }
    .gifts .content{
        /*grid-gap: 70px 70px;*/
    }

    .thank-you .ownContainer {
        background-position: right !important;
    }

    .girlyanda__image{
        height: 265px;
        top: -14px;
        left: -100px;
        width: calc(100vw + 200px);
    }

    .gifts{
        margin-top: 56px !important;
    }

    .girlyanda .container{
        margin-top: 36px;
        margin-bottom: 30px;
        margin-left: 55px;
        padding: 18px 54px 23px 56px;
    }

    .girlyanda__title{
        font-size: 40px;
        max-width: 300px;
    }

    .girlyanda__text{
        font-size: 28px;
        margin-top: 18px;
        max-width: 250px;
        font-weight: 400;
        line-height: 1.4;
    }

    .girlyanda .container{
        max-width: 490px;
    }

    .girlyanda__symbol {
        right: -71px;
        bottom: -32px;
        width: 420.323px;
        height: 300.907px;
    }

    html[lang="en-US"] .girlyanda .container{
        max-width: 544px;
        padding-right: 65px;
    }

    html[lang="en-US"] .girlyanda__title{
        font-size: 40px;
        max-width: 100%;
    }

    html[lang="en-US"] .girlyanda__symbol {
        bottom: -52px;
        right: -63px;
        transform: rotate(4deg);
    }

    html[lang="en-US"] .girlyanda__text{
        margin-top: 19px;
        max-width: 270px;
    }

    .analyses__wrap-content:after {
        width: 889.892px;
        height: 835.897px;
        background: url('update_image/zirka2.png');
        background-size: contain;
        left: -15px;
        top: -10px;
        background-repeat: no-repeat;
    }

    .analyses__inner-block p{
        font-size: 16px;
    }

}

@media (max-width: 1100px) {

    .thankListivka .ownContainer{
        min-height: unset;
    }
    .thank-you .ownContainer{
        margin-top: 0;
        padding-bottom: 350px;
        max-width: 500px;
        padding-top: 20px;
    }

    .thank-you .ownContainer .text h2 span{
        font-size: 23px;
        margin-bottom: 4px;
    }

    .thank-you__img.desc{
        display: none;
    }

    .thank-you__img.mobile{
        display: block;
    }

    .thank-you .ownContainer .text{
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .thank-you .ownContainer .text h2{
        font-size: 16px;
        text-align: center;
        padding-top: 0;
        margin-bottom: 10px !important;
    }
    .thank-you .text_p{
        gap: 5px;
    }

    .thank-you .text_p p{
        font-size: 13px !important;
        text-align: center;
    }

    .thank-you_copybtn span, .thank-you_repeat span{
        font-size: 10px;
    }

    .thank-you_copybtn svg, .thank-you_repeat svg{
        width: 277px;
        height: 38px;
    }

    .thank-you_copybtn, .thank-you_repeat{
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 30px;
        margin: auto;
    }

    .thank-you .text_p{
        margin-bottom: 0 !important;
    }

    .thank-you_copybtn{
        text-align: center;
    }

    .thank-you_copybtn span{
        left: 0;
        right: 0;
    }

    .gifts .content {
        gap: 48px 39px;
        grid-template-columns: 1fr 1fr;
        max-width: 580px;
    }

    .gifts .content .giftItem.giftItem_subscr h4{
        font-size: 22px !important;
    }

    .gifts .content .giftItem .price_text{
        font-size: 28px;
    }

    .gifts .content .giftItem .giftBtn{
        font-size: 22px;
    }

    .gifts .content .giftItem .giftBtn.giftBtn__sub{
        width: 100%;
    }

}

@media (max-width: 992px) {
    .intro .content{
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }

    .intro{
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .intro__img{
        position: static;
        height: 284px;
        width: 50%;
    }

    .intro__counter {
        position: relative;
        margin: auto;
        right: 0;
        margin-bottom: 25px;
    }

    .intro .content>img.intro__rizka{
        width: 335px;
        height: 68px;
    }

    .intro .container{
        flex-flow: column;
        justify-content: center;

    }

    .intro .content>h1{
        text-align: center;
    }

    .intro__counter{
        width: 164px;
        height: 164px;
    }

    .intro__inner>p{
        font-size: 12px;
    }

    .intro .content>p{
        font-size: 16px;
    }

    .girlyanda{
        padding-top: 118px;
    }

    .girlyanda__image{
        height: 200px;
        top: -8px;
        left: -78px;
        width: calc(100vw + 156px);
    }

    .analyses__wrap-content:after {
        width: 674.892px;
        height: 674.897px;
        left: -15px;
        top: -10px;
    }
}

@media (max-width: 900px) {

    .analyses__image{
        width: 417px;
        height: 323px;
    }
    body .fund__cards{
        padding-left: 27px;
        padding-right: 27px;
    }
    .analyses{
        padding-left: 27px;
        padding-right: 27px;
    }

    .gifts .gifts__title h2{
        font-size: 27px;
    }

    .gifts .gifts__title{
        max-width: 537px;
        margin-bottom: 70px;
    }
    .gifts{
        margin-top: 38px !important;
    }

    .gifts .content{
        grid-gap: 48px 39px;
    }

    .gifts .content{
        padding: 0;
    }

    .girlyanda__title{
        font-size: 36px;
    }

    .girlyanda__text{
        font-size: 20px;
        margin-top: 4px;
        max-width: 185px;
        line-height: 1.1;
    }

    .girlyanda .container{
        margin-top: 23px;
        margin-bottom: 25px;
        margin-left: 25px;
        max-width: 359px;
        padding: 13px 40px 25px 41px;
    }
    .girlyanda__symbol {
        transform: rotate(-7.51deg);
        width: 330.323px;
        height: 195.907px;
        bottom: -10px;
    }

    .girlyanda__name{
        bottom: 17px;
        left: 47%;
    }


    html[lang="en-US"] .girlyanda .container{
        max-width: 432px;
        padding-right: 25px;
    }

    html[lang="en-US"] .girlyanda__title{
        font-size: 36px;
    }

    html[lang="en-US"] .girlyanda__text{
        max-width: 185px;
        margin-top: 4px;
    }

    html[lang="en-US"] .girlyanda__symbol {
        bottom: -48px;
        right: -18px;
        transform: rotate(21deg);
    }

    html[lang="en-US"] .girlyanda__name{
        bottom: 8px;
        left: 46%;
    }

    .thank-you__name{
        right: 16px;
        bottom: 94px;
    }

    .thank-you.errorp .ownContainer .text h2{
        font-size: 20px;
    }

    .thank-you.errorp .ownContainer .text p{
        font-size: 11px !important;
    }

    .thank-you.errorp{
        padding-left: 26px;
        padding-right: 26px;
    }

    .thank-you.errorp .ownContainer{
        padding-left: 15px;
        padding-right: 15px;
        min-height: 552px;
    }

    .thank-you.errorp{
        max-width: 400px;
        margin: auto;
    }

    .cartPopup .popupBody, .santa__popup .popupBody{
        max-width: 350px;
        overflow: auto;
    }

    .cartPopup, .santa__popup{
        background: rgba(0, 0, 0, 0.5);
        padding-bottom: 60px;
    }

    .cartPopup .popupBody .cartContainer .cartItem .img-wrapper, .cartPopup .popupBody .cartContainer .cartItem .img-wrapper img{
        max-width: 50px;
        max-height: 50px;
        min-width: 50px;
        min-height: 50px;
    }

    .cartPopup .popupBody .cartContainer .cartItem .infoCol .title{
        font-size: 10px;
        padding-left: 10px;
    }

    .cartPopup .popupBody h3, .santa__popup .popupBody h3{
        font-size: 23px !important;
        margin-bottom: 12px;
        text-align: left;
    }

    .cartPopup .popupBody .counter .counterBtn{
        width: 12px;
        height: 12px;
    }

    .cartPopup .popupBody .cartContainer .cartItem .toTrash svg{
        width: 13px;
        height: 13px;
    }

    .cartPopup .popupBody .counter .counterBtn{
        font-size: 11px;
        line-height: 1;
    }

    .cartPopup .popupBody .cartContainer .cartItem .price{
        font-size: 10px !important;
        width: 20%;
        margin-left: 0;
        text-align: center;
        top: 0;
    }

    .cartPopup .popupBody .cartContainer .cartItem .counter-count{
        font-size: 10px !important;
        margin-left: 7px !important;
    }

    .cartPopup .popupBody .cartContainer .cartItem .infoCol{
        width: 32%;
        margin-right: 0;
    }

    .cartPopup .popupBody .cartContainer .cartItem .counter{
        width: 24%;
        margin-left: 0 !important;
        justify-content: center;
    }

    .cartPopup .popupBody .cartContainer .cartItem .toTrash{
        order: 3;
        top: 17px;
    }

    .cartPopup .popupBody .cartContainer .cartItem .counter>*+*{
        margin-left: 7px;
    }

    .popup .popupBody .close{
        top: 27px;
        right: 15px;
    }

    .popup__afterProduct h6{
        display: none;
    }

    .popup__afterProduct h7{
        font-size: 7px;
    }

    .popup__afterProduct>div{
        max-width: 210px;
    }

    .cartPopup .popupBody .totalPrice, .santa__popup label.smallText{
        font-size: 10px !important;
    }

    .inputContainer input::placeholder{
        font-size: 10px !important;
    }

    .popup__afterProduct{
        margin: 6px 0 !important;
        margin-bottom: 15px !important;
    }

    .inputContainer label{
        font-size: 10px !important;
    }

    .inputContainer input{
        font-size: 10px !important;
        height: 45px;
    }

    .santa__form .inputContainer{
        margin-top: 0;
    }

    .santa__popup .popupBody h3{
        font-size: 10px !important;
        text-align: center;
        margin-top: 15px !important;
    }

    .santa__popup--back{
        top: 20px;
        left: 20px;
    }

    .santa__popup .close{
        top: 20px !important;
        right: 20px !important;
    }

    .santa{
        margin-top: 0 !important;
    }

    .cartPopup .popupBody .cartContainer .cartItem{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .inputContainer{
        margin-bottom: 9px !important;
    }

    .inputContainer input:focus~label, .inputContainer input:not(:placeholder-shown)~label{
        transform: translateY(-32px) scale(0.8);
    }

    .rules p{
        font-size: 10px;
    }

    .single_popup--additional{
        font-size: 10px;
        text-align: center;
    }

    .primaryBtn.cartBtn, .primaryBtn.santaBtn{
        font-size: 10px;
        padding: 12px;
    }

    .primaryBtn.cartBtn svg, .primaryBtn.santaBtn svg{
        width: 150px;
    }

    body .cartPopup .popupBody form .primaryBtn.cartBtn, .primaryBtn.santaBtn{
        margin-bottom: 0 !important;
    }

    .cartPopup .popupBody form{
        padding-bottom: 0;
    }

    span.error{
        font-size: 10px;
        bottom: -22px;
    }

    .checkmark{
        width: 17px;
        height: 17px;
    }

    .box-check{
        padding-left: 30px;
    }

    .subPopup.cartPopup .popupBody .cartContainer .cartItem .price{
        width: 43%;
        text-align: right !important;
        padding-right: 35px;
    }

    .subPopup.popup .inputContainer__buttons{
        margin-bottom: 0 !important;
    }

    .subPopup.popup .single_popup--additional{
        margin: 15px 0;
    }

}



@media (max-width: 600px) {

    .girlyanda {
        padding-top: 83px;
    }

    .girlyanda__image{
        height: 100px;
        top: 25px;
        left: -35px;
        width: calc(100vw + 70px);
    }

    .found>.container>h2{
        font-size: 23px !important;
    }

    .analyses{
        margin-bottom: 90px;
    }

    body .fund__cards{
        padding-left: 0;
        padding-right: 0;
    }

    .fund__card--text{
        font-weight: 500;
    }

    .analyses h3{
        font-size: 23px !important;
    }

    .gifts .gifts__title h2{
        font-size: 16px !important;
    }

    .gifts{
        margin-top: 15px !important;
    }

    .gifts .gifts__title{
        margin-bottom: 16px !important;
        text-align: center;
        max-width: 294px;
    }

    .gifts .content{
        grid-gap: 21px 7px;
    }

    .gifts .container{
        padding-left: 15px;
        padding-right: 15px;
    }

    .gifts .content .giftItem h4{
        font-size: 16px !important;
    }

    .gifts .content .giftItem .img-wrapper img{
        height: 128px;
    }

    .girlyanda__name{
        font-size: 9px;
        left: 34%;
    }

    .inputContainer.inputContainer--text{
        display: none;
    }

    .intro__img{
        width: 100%;
        border-radius: 100px 0;
        margin-top: 0;
    }

    .intro .content>h1{
        font-size: 24px !important;
        margin-bottom: 18px;
    }

    .intro .content>img{
        margin-bottom: 18px;
    }

    .intro__btn--single span{
        font-size: 12px;
    }

    .intro__btn--single svg {
        width: 240px;
        height: 55px;
    }

    .intro .container{
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .intro .content{
        min-height: unset;
    }

    .intro{
        padding-left: 15px;
        padding-right: 15px;
    }

    .thank-you .ownContainer .text p {
        margin-bottom: 5px;
    }

    .listivka-popup h2{
        font-size: 10px !important;
    }

    .listivka-add-1, .listivka-add-2{
        font-size: 10px;
    }

    .thank-you .ownContainer .text h2{
        font-size: 16px !important;
    }

    .listivka-popup{
        max-width: 350px;
        padding: 37px 20px 18px 20px;
    }

    .listivka__button span{
        font-size: 10px;
    }

    .listivka__button svg{
        max-width: 150px;
        height: 37px;
    }


    .thankListivka .ownContainer .text p{
        font-size: 16px !important;
    }

    .listivka-exit{
        width: 13px;
        height: 13px;
    }

    .footer .img-wrapper img{
        object-fit: contain;
    }
    html[lang="en-US"] .cartPopup .popupBody .cartContainer .cartItem .price{
        min-width: 20%;
    }

    html[lang="en-US"] .cartPopup .popupBody .cartContainer .cartItem .price:after{
        font-size: 9px;
    }

    .girlyanda__title{
        font-size: 23px !important;
        font-weight: 700;
        order: -1;
    }

    .girlyanda__text{
        font-size: 16px;
        order: 2;
        margin-top: 34px;
    }

    .girlyanda .container {
        border-radius: 35px 35px 80px 35px;
        margin-top: 19px;
        margin-bottom: 33px;
        margin-left: 11px;
        max-width: 194px;
        padding: 15px 21px 13px 23px;
        display: flex;
        flex-flow: wrap;
    }

    .girlyanda__symbol{
        order: 1;
        width: 244.714px;
        height: 110.081px;
        left: 0;
        top: 34px;
        transform: rotate(2deg);
    }

    .girlyanda__symbol:not(.mobile){
        display: none !important;
    }

    .girlyanda__symbol.mobile{
        display: block !important;
    }

    .girlyanda__name{
        bottom: 11px;
        line-height: 1;
    }

    .girlyanda__bg--image {
        object-position: 70% top;
    }

    html[lang="en-US"] .girlyanda .container{
        max-width: 206px;
        border-radius: 35px 35px 80px 35px;
        padding-left: 17px;
        padding-right: 15px;
    }

    html[lang="en-US"] .girlyanda__symbol{
        transform: rotate(4deg);
        width: 224px;
        height: 119px;
        top: 25px;
    }

    html[lang="en-US"] .girlyanda__title{
        font-size: 18px !important;
    }

    html[lang="en-US"] .girlyanda__text{
        margin-top: 44px;
        max-width: 154px;
    }

    html[lang="en-US"] .girlyanda__name{
        left: 34%;
    }

    .gifts .content .giftItem.giftItem_subscr h4{
        font-size: 16px !important;
    }

    .gifts .content .giftItem .img-wrapper{
        height: 140px;
    }

    .gifts .content .giftItem{
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .gifts .content .giftItem:first-child .img-wrapper img, .gifts .content .giftItem:last-child .img-wrapper img{
        height: 100%;
    }

    .giftItem .description{
        margin-top: 0 !important;
        font-weight: 500;
    }

    .analyses__wrap-content:after {
        background: url('update_image/zirka3.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 336px;
        height: 380px;
        left: 0px;
        top: unset;
        bottom: 0;
    }

    .analyses{
        margin-top: 0;
    }

    .gifts{
        margin-bottom: 30px;
    }

    .intro .content:after{
        background: url('update_image/snizinka-mob.svg');
        width: 389.999px;
        height: 427.029px;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: unset;
        top: 60%;
        left: -20px;
    }

    .girlyanda-thank{
        padding-top: 100px !important;
    }

    .rules p{
        font-weight: 500;
    }

    .popup .popupBody .close::before, .popup .popupBody .close::after{
        height: 1px;
    }

    .popup .inputContainer__buttons{
        margin-top: 15px;
    }

    .gifts__popup{
        left: 0;
    }

}