<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/style.css?174741254944611*/
@font-face {
    font-family: 'Noteworthy';
    src: url('/noteworthy_bold.otf') format('opentype'),
        url('/noteworthy_bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noteworthy';
    src: url('/noteworthy.ttf') format('opentype'),
    url('/noteworthy.ttf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body{
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: "Wix Madefor Display", sans-serif !important;
    font-weight: normal;
}

.main-head-product-mobile{
	display: none;
}

body.fixed{
    /*overflow: hidden;*/
}
.container{
    max-width: 1440px;
    margin: 0 auto;
}
.main{
    /*overflow-y: hidden;*/
    margin-bottom: 12.4rem;
}
.header{
    background: #F3410E;
    color: #FFFFFF;
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    position: relative;
    top: calc(50% + 10px);
    left: 27px;
    z-index: 5;
}
.header-menu{
    padding-right: 52px;
}
.header-menu a{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.header-menu a:hover{
    text-decoration: underline;
}
.main-head{
    background: linear-gradient(88deg, #0083E1, #61D2FC);
    height: 693px;
    position: relative;
    padding-bottom: 69px;
    margin-bottom: 25px;
}
.main-head .container{
    position: relative;
    height: 100%;
    max-width: 1440px;
}
.head-rays{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.09;
}
.head-rays svg{
    width: 100%;
    height: auto;
}
.main-head-bottom{
    position: absolute;
    bottom: -10px;
    width: 100%;
    z-index: 1;
}
.main-head-bottom svg{
    width: 100%;
    height: auto;
}

.main-head-text{
    font-family: "Dela Gothic One", sans-serif;
    color: #FFFFFF;
    width: 533px;
    position: relative;
    top: 106px;
    left: 146px;
}
.main-head-title{
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 22px;
    margin-left: 26px;
}
.main-head-subtitle{
    font-size: 40px;
    line-height: 44px;
    background: #F3410E;
    padding: 14px 26px;
    border-radius: 20px;
    text-transform: uppercase;
}


.main-head-character{
    position: absolute;
    width: 420px;
    right: 143px;
    bottom: 0;
}
.main-head-product{
    position: absolute;
    width: 569px;
    left: 78px;
    bottom: -80px;
    z-index: 3;
}
.main-head-obj1{
    position: absolute;
    left: 653px;
    top: 314px;
}
.main-head-obj2{
    position: absolute;
    left: 710px;
    top: 96px;
}
.main-head-obj3{
    position: absolute;
    left: 1197px;
    top: 74px;
}
.main-head-btn{
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: all .2s;
}
.main-head-btn:hover{
    margin-bottom: -3px;
    opacity: 0.9;
}

.main-text{
    text-align: center;
    width: 784px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 100px;
}
.main-soon{
    display: inline-block;
    color: #009FE3;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px;
    background: #E8F8FF;
    border: 3px solid #009FE3;
    border-radius: 500px;
    margin-bottom: 30px;
}
.main-text-title{
    font-family: "Dela Gothic One", sans-serif;
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 40px;
    color: #212122;
}
.main-text-subtitle{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #8E8E8E;
    margin-bottom: 30px;
}
.main-subscribe-btn{
    background: #F3410E;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 500px;
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
    transition: background-color .2s;
    border: 4px solid #FFF;
}
.main-subscribe-btn:hover{
    background: #DB3A0D;
}
.main-text-obj1{
    position: absolute;
    left: -153px;
    top: 30px;
    width: 128px;
    transform: rotate(-5deg);
}
.main-text-obj2{
    position: absolute;
    right: -153px;
    top: 23px;
}
.main-text-obj3{
    position: absolute;
    left: -109px;
    top: 306px;
}
.main-text-obj4{
    position: absolute;
    right: -154px;
    top: 259px;
}


.footer{
    background: #F3410E;
    position: relative;
    padding-bottom: 64px;
}
.footer-transition{
    position: absolute;
    top: -50px;
    width: 100%;
    height: 95px;
    background: url("/img/footer.svg");
}
.footer-logo-icon{
    position: relative;
    left: 244px;
    top: 0px;
    display: inline-block;
    margin-bottom: 25px;
}

.footer-menu {
    display: flex;
    column-gap: 46px;
}
.footer-menu-left{
    color: #FFFFFF;
    font-size: 12px;
    padding-left: 244px;
}
.footer-menu-left svg{
    margin-bottom: 12px;
}
.footer-menu-right{
    display: grid;
    grid-template-columns: repeat(4, auto);
    flex: 1;
    row-gap: 15px;
    padding-top: 5px;
}
.footer-menu-right a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
}
.footer-menu-right a:hover{
    text-decoration: underline;
}



.modal{
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: all .2s;
}
.modal.showed{
    opacity: 1;
    pointer-events: all;
}
.modal-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #181818;
    opacity: 0.5;
}
.modal-body{
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    background: #FFFFFF;
    border-radius: 30px;
    padding: 70px 20px 39px;
    max-width: 335px;
    width: 335px;
    box-sizing: border-box;
    text-align: center;
}
.modal-title{
    font-family: "Dela Gothic One", sans-serif;
    font-size: 26px;
    line-height: 26px;
    color: #009FE3;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.modal-subtitle{
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 24px;
}
.modal-subtitle a{
    color: #009FE3;
    text-decoration: none;
}
.modal-subtitle a:hover{
    text-decoration: underline;
}
.modal-input{
    border: 2px solid #FAF5ED;
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 14px;
    width: 100%;
    box-sizing: border-box;
    color: #5D6A84;
    transition: all .2s;
    outline: none;
}
.modal-input::placeholder{
    color: #C3C8D1;
}
.modal-input:active,
.modal-input:focus,
.modal-input:hover{
    border-color: #009FE3;
}
.modal-check{
    width: 100%;
    margin: 0 auto 12px;
    padding: 0 32px;
    box-sizing: border-box;
    position: relative;
}
.modal-check input{
    display: none;
}
.modal-check label::before{
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #FAF5ED;
    border-radius: 2px;
    transition: all .2s;
    flex: none;
    margin-right: 9px;
}

.modal-check label{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    color: #5D6A84;
    text-align: left;
}
.modal-check:hover label::before{
    border-color: #009FE3;
}
.modal-check input:checked + label::before {
    background: #009FE3;
}

.modal-btn{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    padding: 15px 50px;
    background: #F3410E;
    color: #FFFFFF;
    border-radius: 30px;
    display: inline-block;
    margin-top: 12px;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
}
.modal-btn:hover{
    background: #DB3A0D;
}
.modal-close{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #FAF5ED;
    top: 9px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s;
}
.modal-close:hover{
    background: #CAC2B7;
}

.group{
    position: relative;
    margin: 0 20px;
}
input.has-error,
.has-error input{
    border-color: #FF4D1A;
    color: #FF4D1A;
}
.error{
    position: absolute;
    background: #009FE3;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
    font-weight: bold;
    left: 0;
    top: 100%;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
    text-align: left;
    pointer-events: none;
}
.error:before{
    content: '';
    display: block;
    border-bottom: 19px solid #009FE3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -12px;
}
.has-error + label::before,
.has-error label::before{
    border-color: #F3410E;
}
.modal-step{
    display: none;
}
.modal-step-first{
    display: block;
}
.modal-step:not(.modal-step-first) .modal-title{
    font-size: 22px;
}
.modal-step:not(.modal-step-first) .modal-subtitle{
    margin-bottom: 0;
}

.modal-check .error{
    top: calc(100% + 10px);
}
.modal-check .error:before{
    left: 35px;
}


.stages{
    background: #FAF5ED;
    padding: 100px 0 220px;
    position: relative;
}
.stages-top{
    display: none;
}
.swiper.stages-slider{
    width: 1046px;
    padding: 17px 0;
}
.stages-item{
    width: 269px;
    height: 340px;
    background: #FFFFFF;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .2s;
}
.stages-item:hover{
    transform: scale(1.1);
}
.stages-item span{
    display: block;
    background: #F3410E;
    color: #FFFFFF;
    width: 100%;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Dela Gothic One", sans-serif;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}
.stages-item img{
    flex: 1;
}
.stages-title{
    font-family: "Dela Gothic One", sans-serif;
    font-size: 42px;
    line-height: 100%;
    text-align: center;
    color: #212122;
    margin-bottom: 73px;
}

.state{
    padding: 140px 0 0;
	margin-top: -100px;
}
.container.block-container{
    max-width: 914px;
    padding: 0;
}

.block-title{
    font-family: "Dela Gothic One", sans-serif;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #212122;
}
.big-btn{
    cursor: pointer;
    background: #FAF5ED;
    border-radius: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 38px;
    font-size: 30px;
    line-height: 110%;
    font-weight: bold;
    height: 100px;
    color: #231F20;
    margin-bottom: 40px;
}
.big-btn span{
    margin-left: 18px;
    flex: 1;
    font-size: 20px;
}
.state-test{
    background: #FAF5ED;
    padding: 35px 50px 40px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    margin-bottom: 60px;
}
.state-test-text{
    max-width: 640px;
}
.state-test-title{
    font-size: 42px;
    line-height: 42px;
    color: #212122;
    margin-bottom: 20px;
    font-family: "Dela Gothic One", sans-serif;
}
.state-test-subtitle {
    font-size: 20px;
    color: #8E8E8E;
    margin-bottom: 36px;
    font-weight: 600;
    max-width: 335px;
}
.state-test-btn{
    background: #F3410E;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 500px;
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
    transition: all .2s;
    cursor: pointer;
}
.state-test-btn:hover{
    background: #DB3A0D;
}
.state-test-image{
    width: 418px;
    height: 418px;
    position: absolute;
    top: -62px;
    right: -110px;
    background: linear-gradient(275deg, #0083E1, #61D2FC);
    border-radius: 418px;
}
.state-test-image img,
.state-test-image &gt; svg{
    position: absolute;
    top: 100px;
    left: 15px;
}
.state-test-share{
    width: 38px;
    height: 38px;
    border-radius: 38px;
    background: #FAF5ED;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 84px;
    right: 133px;
    cursor: pointer;
    transition: all .2s;
}
.state-test-share:hover{
    background: #CAC2B7;
}

.state-text{
    background: #FAF5ED;
    padding: 30px 20px;
    text-align: center;
    border-radius: 30px;
}
.state-text-title{
    font-size: 20px;
    line-height: 140%;
    color: #231F20;
    font-weight: 600;
    margin-bottom: 20px;
}
.state-text-subtitle{
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    color: #8E8E8E;
}

.modal-slider .modal-body{
    max-width: none;
    width: 1147px;
    padding: 20px;
    background: #FAF5ED;
}
.modal-slider .modal-head{
    background: #FDCA4A;
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 15px 0 40px;
    border-radius: 30px;
    margin-bottom: 10px;
}
.modal-slider .modal-head span{
    flex: 1;
    font-size: 30px;
    font-weight: bold;
    color: #231F20;
    text-align: left;
}
.modal-slider .modal-close{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #FFFFFF;
    position: static;
}
.modal-slider .modal-close:hover{
	background: #CAC2B7;
}
.modal-content{
    height: 320px;
    border-radius: 30px;
    background: #FFFFFF;
    margin-bottom: 20px;
}
.modal-slider-fraction{
    background: #FFFFFF;
    font-size: 18px;
    font-weight: bolder;
    height: 32px;
    line-height: 32px;
    border-radius: 375px;
    width: 66px;
}
.modal-slider-next,
.modal-slider-prev{
    width: 43px;
    height: 43px;
    border-radius: 43px;
    background: #FFFFFF;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-slider-next.disabled,
.modal-slider-prev.disabled{
    opacity: 0;
}
.modal-slider-next svg{
    transform: rotate(180deg);
}
.modal-slider-next svg,
.modal-slider-prev svg{
    width: 14px;
    height: 12px;
}
.modal-pagination{
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}

.modal-slide-item{
    height: 320px;
    border-radius: 30px;
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 40px;
    text-align: left;
}

.modal-slider .swiper-pagination-fraction{
    position: static;
    background: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
    height: 32px;
    line-height: 32px;
    border-radius: 375px;
    width: 66px;
}
.modal-slider .swiper-pagination-fraction .swiper-pagination-current {
    margin-right: -3px;
}
.modal-slider .swiper-pagination-fraction .swiper-pagination-total {
    margin-left: -3px;
}
.modal-slider .swiper-button-next,
.modal-slider .swiper-button-prev{
    position: static;
    width: 43px;
    height: 43px;
    border-radius: 43px;
    background: #FFFFFF;
    transition: all .2s;
    margin: 0;
}
.modal-slider .swiper-button-prev{
    left: calc(50% - 106px);
}
.modal-slider .swiper-button-next:after,
.modal-slider .swiper-button-prev:after{
    display: none;
}
.modal-slider .swiper-button-next.swiper-button-disabled,
.modal-slider .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}
.modal-slider .swiper-button-next svg,
.modal-slider .swiper-button-prev svg{
    width: 14px;
    height: 12px;
}
.modal-slider .swiper-button-next svg{
    transform: rotate(180deg);
}
.modal-slider .swiper-navigation{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.modal-slide-title{
    font-family: "Dela Gothic One", sans-serif;
    font-size: 30px;
    line-height: 33px;
    color: #231F20;
    margin-bottom: 20px;
}
.modal-slide-text,
.modal-slide-bold,
.modal-slide-list span{
    font-size: 20px;
    line-height: 30px;
    color: #8E8E8E;
    font-weight: 600;
    margin-bottom: 20px;
}
.modal-slide-bold{
    color: #231F20;
}
.modal-slide-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.modal-slide-list span {
    margin-bottom: 10px;
}
.modal-slide-list span:before{
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #FDCA4A;
    margin-right: 12px;
}
.modal-slide-item.with-picture{
    padding-right: 304px;
}
.modal-slide-item.with-picture img{
    position: absolute;
    top: 40px;
    right: 40px;
}
.modal-slide-btn{
    background: #F3410E;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 500px;
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
    transition: all .2s;
    border: 4px solid #FFF;
    cursor: pointer;
    margin-top: 10px;
}

.modal-test .modal-body{
    max-width: none;
    width: 955px;
    padding: 20px;
    background: #FAF5ED;
}
.modal-test .modal-head{
    background: #FFFFFF;
    display: flex;
    align-items: center;
    height: 100px;
    padding: 23px 40px;
    border-radius: 30px;
    margin-bottom: 10px;
    column-gap: 10px;
}
.modal-test .modal-head span{
    flex: 1;
    font-size: 30px;
    font-weight: bold;
    color: #231F20;
    text-align: left;
}
.modal-test .modal-close,
.modal-test .modal-share,
.modal-test .modal-help{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #FAF5ED;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s;
}
.modal-test .modal-close:hover,
.modal-test .modal-share:hover{
    background: #CAC2B7;
}
.modal-test .modal-help{
    background: #009FE3;
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 600;
    position: relative;
}
.modal-test .modal-help:hover,
.modal-help.opened{
    background: #1183B4;
}
.modal-test .modal-slide-item{
    padding: 0;
    height: 233px;
    margin-bottom: 0;
}
.swiper.modal-test-holder{
    background: #FFFFFF;
    padding: 40px 40px 50px;
    border-radius: 30px;
}
.modal-test .swiper-pagination-fraction{
    position: static;
    background: #FAF5ED;
    font-size: 18px;
    font-weight: 800;
    height: 32px;
    line-height: 32px;
    border-radius: 375px;
    width: 66px;
    margin-bottom: 12px;
}
.modal-test .swiper-pagination-fraction .swiper-pagination-current{
    margin-right: -3px;
}
.modal-test .swiper-pagination-fraction .swiper-pagination-total{
    margin-left: -3px;
}
.swiper-progress{
    width: 100%;
    display: flex;
    column-gap: 4px;
    margin-bottom: 30px;
}
.swiper-progress div{
    background: #FAF5ED;
    height: 6px;
    border-radius: 6px;
    width: 100%;
}
.swiper-progress div.active{
    background: #009FE3;
}
.modal-slide-question{
    font-size: 30px;
    line-height: 39px;
    font-family: "Dela Gothic One", sans-serif;
    height: 117px;
    margin-bottom: 29px;
    color: #212122;
}
.modal-test-btns{
    display: flex;
    column-gap: 10px;
}
.modal-test-btns div{
    font-family: "Dela Gothic One", sans-serif;
    font-size: 30px;
    height: 87px;
    width: 100%;
    border-radius: 20px;
    padding: 0 40px;
    background: #FAF5ED;
    color: #212122;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .2s;
}
.modal-test-btns div:hover{
    background: #E5DED2;
}
.modal-test .modal-mobile{
    display: none;
}
.rays-mobile{
    display: none;
}

.modal-result .modal-body{
    padding: 20px;
    width: 954px;
    max-width: none;
    background: #FAF5ED;
    text-align: left;
}
.modal-result .modal-head{
    height: 152px;
    padding: 32px 40px;
    background: #FFFFFF;
    position: relative;
    border-radius: 30px;
    margin-bottom: 10px;
}
.modal-result .modal-result-points{
    font-size: 20px;
    font-weight: 900;
    color: #009FE3;
    margin-bottom: 10px;
}
.modal-result .modal-result-title{
    font-size: 24px;
    line-height: 29px;
    font-family: "Dela Gothic One", sans-serif;
    color: #212122;
    max-width: 519px;
}
.modal-result .modal-close{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.modal-result .modal-head img{
    position: absolute;
    right: 106px;
    top: -62px;
}
.modal-result .modal-content{
    background: #FFFFFF;
    padding: 40px 40px 50px;
    height: auto;
}
.modal-result-text{
    font-size: 20px;
    font-weight: 600;
    color: #8E8E8E;
    margin-bottom: 30px;
}
.modal-result-subtitle{
    font-size: 19px;
    font-weight: 700;
    color: #212122;
    margin-bottom: 20px;
}
.modal-result-btns{
    display: flex;
    column-gap: 10px;
}
.modal-result-advices-btn{
    background: #F3410E;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 500px;
    height: 50px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all .2s;
    cursor: pointer;
}
.modal-result-advices-btn:hover{
    background: #DB3A0D;
}
.modal-result-info-btn{
    font-size: 20px;
    font-weight: bold;
    background: #FAF5ED;
    color: #212122;
    border-radius: 30px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 0 20px;
    height: 50px;
    cursor: pointer;
}

.modal-result-1,
.modal-result-2,
.modal-result-3,
.modal-result-4{
    display: none;
}
.modal-result-1{
    display: block;
}

.modal-help-holder{
    position: absolute;
    top: 0;
    right: calc(100% + 8px);
    background: #009FE3;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 30px;
    width: 334px;
    pointer-events: none;
    opacity: 0;
    text-align: left;
    z-index: 2;
}
.modal-help.opened .modal-help-holder{
    opacity: 1;
}

.modal-alert .modal-body{
    width: 405px;
    max-width: none;
    border: 2px solid #E3E3E3;
    padding: 50px 10px;
}
.modal-alert-title{
    font-family: "Dela Gothic One", sans-serif;
    font-size: 28px;
    line-height: 28px;
    color: #212122;
    margin-bottom: 33px;
}
.modal-alert-subtitle{
    font-size: 20px;
    font-weight: 600;
    color: #8E8E8E;
    margin-bottom: 33px;
}
.modal-alert-close,
.modal-alert-left{
    background: #F3410E;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 500px;
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
    transition: all .2s;
    cursor: pointer;
    display: block;
    width: 200px;
    margin: 0 auto 10px;
}
.modal-alert-close:hover{
    background: #DB3A0D;
}
.modal-alert-left{
    background: #FAF5ED;
    color: #231F20;
    margin-bottom: 0;
}
.modal-alert-left:hover{
    background: #E5DED2;
}

.swiper.modal-slider-holder{
    margin: 0 -19px;
    padding: 0 19px;
}
.grecaptcha-badge{
    display: none;
}


.main-disclaim{
    line-height: 110%;
    color: #ADADAD;
    font-size: 12px;
    font-weight: 600;
    margin: 0 auto 30px;
}


#footer{
    padding-bottom: 5rem;
}


.balance{
    background: #FAF5ED;
    padding: 100px 0;
    margin-top: 100px;
}
.balance-btns{
    display: flex;
    column-gap: 20px;
}
.balance-btn{
    background: #FFFFFF;
    font-size: 20px;
}
/*.balance-cards{
    display: flex;
    column-gap: 10px;
    justify-content: center;
}*/
.balance-slider{
    width: 710px;
}
.balance-card{
    background: #FFFFFF;
    width: 335px;
    height: 507px;
    border-radius: 30px;
    overflow: hidden;
    padding: 240px 0 38px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.balance-card-image{
    position: absolute;
    width: 634px;
    height: 634px;
    border-radius: 634px;
    top: -420px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(189deg, #0083E1, #61D2FC);
}
.balance-card-image img,
.balance-card-image svg{
    position: absolute;
    bottom: 107px;
    left: 50%;
    transform: translate(-50%, 50%);
}
.balance-title{
    font-family: "Dela Gothic One", sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #231F20;
    margin-bottom: 14px;
}
.balance-subtitle{
    font-size: 16px;
    line-height: 24px;
    color: #8E8E8E;
    font-weight: 600;
}
.btn-default{
    font-size: 20px;
    color: #FFFFFF;
    background: #F3410E;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-radius: 30px;
    transition: background-color .2s;
    cursor: pointer;
    font-weight: 600;
}
.btn-default:hover{
    background: #DB3A0D;
}
.balance-card-btn{
    position: absolute;
    bottom: 38px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
}

.balance-text{
    border-radius: 30px;
    max-width: 914px;
    background: #FFFFFF;
    color: #231F20;
    font-size: 20px;
    font-weight: 600;
    padding: 30px 20px;
    text-align: center;
    margin: 60px auto 0;
    line-height: 140%;
}
.balance-text-small{
    font-size: 16px;
    color: #8E8E8E;
    margin-top: 20px;
    font-weight: 600;
}

.modal-advice .modal-head{
    background: #009FE3;
}
.modal-advice .modal-slide-item{
    height: 523px;
}
.modal-slide-text ul{
    padding-left: 22px;
    list-style: none;
}
.modal-slide-text ul li{
    margin-bottom: 10px;
    position: relative;
    color: #231F20;
}
.modal-slide-text ul li:before{
    position: absolute;
    content: '';
    display: block;
    left: -20px;
    top: 9px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #009FE3;
}
.modal-scroll-with-image{
    position: relative;
    padding-left: 195px;
    padding-right: 100px;
}
.modal-scroll-with-image svg{
    position: absolute;
    left: 0;
    top: 0;
}
.modal-scroll-with-image .modal-slide-text{
    margin-bottom: 30px;
}
.modal-advice .btn-default{
    padding: 0 50px;
    width: auto;
    display: inline-block;
}

.modal-exercise .modal-head{
    background: #DADADA;
}
.modal-exercise .modal-slide-item{
    background: none;
    padding: 0;
    height: 504px;
}
.exercise-holder{
    display: flex;
    column-gap: 10px;
    height: 100%;
}
.exercise-left,
.exercise-right{
    background: #FFFFFF;
    border-radius: 30px;
    height: 100%;
    padding: 40px;
}
.exercise-left{
    flex: 1;
}
.exercise-right{
    width: 396px;
}
.exercise-right .modal-slide-title{
    display: none;
}
.exercise-left .btn-default{
    display: none;
}

.modal-slide-label{
    font-size: 17px;
    font-weight: 600;
    line-height: 130%;
    padding: 10px 20px;
    border-radius: 500px;
    margin-bottom: 20px;
    display: inline-block;
}
.exercise-right svg{
    margin-bottom: 20px;
}
.mobile-svg{
    display: none;
}

.modal-slide-thing{
    background: #EA95B4;
    color: #FFFFFF;
    border-radius: 20px;
    font-family: "Dela Gothic One", sans-serif;
    font-size: 16px;
    line-height: 130%;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
}

.exercise-green .modal-slide-title{
    color: #8BBA5D;
}
.exercise-green .modal-slide-label{
    background: #DEFFBC;
    color: #8BBA5D;
}
.exercise-blue .modal-slide-title{
    color: #61D2FC;
}
.exercise-blue .modal-slide-label{
    background: #E2F7FF;
    color: #009FE3;
}
.exercise-pink .modal-slide-title{
    color: #FBA9C7;
}
.exercise-pink .modal-slide-label{
    background: #FFF2F7;
    color: #EA95B4;
}

.modal-exercise .modal-slide-item.modal-slide-final{
    background: #FFFFFF;
    border-radius: 30px;
    padding: 40px 454px 40px 40px;
}
.modal-exercise .modal-slide-item.modal-slide-final .modal-slide-text{
    margin-bottom: 30px;
}
.modal-exercise .modal-slide-item.modal-slide-final .btn-default{
    display: inline-block;
    width: auto;
    padding: 0 25px;
}
.modal-exercise .modal-slide-item.modal-slide-final img{
    position: absolute;
    right: 40px;
    top: 40px;
}

.modal-piggy .modal-body{
    width: calc(100% - 60px);
    max-width: 1380px;
}
.modal-piggy .modal-head img{
    width: 56px;
    height: 56px;
}
.modal-piggy-holder{
    background: #FFFFFF;
    border-radius: 30px;
    padding: 40px;
    height: 580px;
    text-align: left;
}

.piggy-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.piggy-list &gt; div{
    height: 50px;
    display: flex;
    align-items: center;
    background: #FAF5ED;
    color: #8E8E8E;
    border: 4px solid #FAF5ED;
    font-size: 18px;
    font-weight: 600;
    flex-grow: 1;
    text-align: center;
    border-radius: 10px;
    justify-content: center;
    padding: 0 10px;
    cursor: pointer;
    transition: all .2s;
}
.piggy-list &gt; div:hover{
    background: #E5DED2;
    border-color: #E5DED2;
}
.piggy-list &gt; div.active{
    background: #E8F8FF;
    border-color: #009FE3;
    color: #009FE3;
}
.piggy-btn{
    font-size: 20px;
    font-weight: 700;
    background: #EDEDED;
    color: #000000;
    border-radius: 500px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    transition: all .2s;
}
.piggy-btn:hover{
    background: #D7D7D7;
}
.modal-piggy .modal-help-holder{
    width: 410px;
}

.modal-piggy-result{
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background: #FFFFFF;
    border-radius: 30px;
    border: 3px solid #E3E3E3;
    top: 140px;
    left: 37px;
    bottom: 37px;
    right: 37px;
    z-index: 3;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: left;
    transition: all .2s;
}
.modal-piggy-result.showed{
    opacity: 1;
    pointer-events: all;
}
.piggy-result-list{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 30px;
}
.piggy-result-list &gt; div{
    height: 44px;
    display: flex;
    align-items: center;
    background: #009FE3;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    flex-grow: 1;
    text-align: center;
    border-radius: 10px;
    justify-content: center;
    padding: 0 10px;
}
.modal-piggy-result .btn-holder{
    display: flex;
    column-gap: 10px;
}
.modal-piggy-result .btn-default{
    width: auto;
    padding: 0 30px;
}
.modal-piggy-result .btn-grey{
    background: #EDEDED;
    color: #231F20;
}
.modal-piggy-result .btn-grey:hover{
    background: #D7D7D7;
}
.modal-piggy-result .modal-slide-title{
    font-size: 24px;
    margin-bottom: 10px;
}

.modal-balance-test .modal-slide-item{
    height: 245px;
}
.modal-balance-test .modal-slide-question{
    height: 78px;
}
.modal-balance-test .modal-test-btns{
    display: block;
}
.modal-balance-test .modal-test-btns div{
    font-size: 20px;
    font-weight: 600;
    font-family: "Wix Madefor Display", sans-serif;
    line-height: 150%;
    color: #8E8E8E;
    text-align: center;
    height: 138px;
    justify-content: center;
    border: 4px solid transparent;
    position: absolute;
    width: calc(50% - 5px);
    float: left;
    overflow: hidden;
    transition: border-color .2s, color .2s, background-color .2s;
}
.modal-balance-test .modal-test-btns div span{
    display: block;
}

.modal-balance-test .modal-test-btns div:last-child{
    right: 0;
}

.modal-balance-test .modal-test-btns.wrong div:not(.true){
    border-color: #F3410E;
    color: #F3410E;
}
.modal-balance-test .modal-test-btns.correct div.true{
    border-color: #8BBA5D;
    color: #8BBA5D;
    background: #F0FFE0;
}

.modal-balance-test-result .modal-result-points{
    font-size: 24px;
    color: #212122;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 500;
    line-height: 120%;
}
.modal-balance-test-result .modal-head{
    height: 70px;
    padding: 20px 40px;
}
.modal-balance-test-result .modal-close{
    right: 20px;
}
.modal-balance-test-result .modal-body{
    width: 720px;
}
.modal-balance-test-result .btn-default{
    width: 200px;
    text-align: center;
}

.modal-piggy-save .modal-result-points{
    font-size: 24px;
    color: #212122;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 500;
    line-height: 120%;
}
.modal-piggy-save .modal-head{
    height: 70px;
    padding: 20px 40px;
}
.modal-piggy-save .modal-close{
    right: 20px;
}
.modal-piggy-save .modal-body{
    width: 720px;
}
.modal-piggy-save .btn-default{
    width: 200px;
    text-align: center;
}


.closer{
    padding-top: 100px;
}
.closer-block{
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}
.closer-btns{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.closer-btn{
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 86px;
    border-radius: 30px;
    background: #FAF5ED;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #231F20;
}
.closer-btn span{
    margin-left: 20px;
    flex: 1;
}
.closer-card{
    width: 335px;
    background: #FAF5ED;
    border-radius: 30px;
    padding: 246px 20px 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.closer-card-image{
    position: absolute;
    width: 634px;
    height: 634px;
    border-radius: 634px;
    left: 50%;
    transform: translateX(-50%);
    top: -420px;
    background: linear-gradient(189deg, #0083E1, #61D2FC);
}
.closer-card-image svg{
    position: absolute;
    bottom: 107px;
    left: 50%;
    transform: translate(-50%, 50%);
}
.closer-card-title{
    font-family: "Dela Gothic One", sans-serif;
    font-size: 22px;
    line-height: 100%;
    color: #212122;
    margin-bottom: 14px;
}
.closer-card-subtitle{
    font-size: 16px;
    line-height: 24px;
    color: #8E8E8E;
    font-weight: 600;
}
.closer-card-btn{
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
}
.closer-text{
    border-radius: 30px;
    max-width: 914px;
    background: #FAF5ED;
    color: #231F20;
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    padding: 30px 20px;
    text-align: center;
    margin: 60px auto 28px;
}
.closer-text-small{
    font-size: 16px;
    color: #8E8E8E;
    margin-top: 20px;
    font-weight: 600;
}

.modal-needs .modal-head{
    background: #8BBA5D;
}
.modal-needs .modal-slide-item{
    height: 453px;
}
.modal-needs .btn-default{
    width: 250px;
    text-align: center;
}
.modal-slide-text li b{
    font-weight: 600;
    color: #231F20;
}
.modal-slide-text ol{
    padding-left: 36px;
    list-style: none;
    counter-reset: num;
}
.modal-slide-text ol li{
    margin-bottom: 10px;
    position: relative;
}
.modal-slide-text ol li:before{
    content: counter(num);
    counter-increment: num;
    position: absolute;
    left: -36px;
    top: 4px;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: #8BBA5D;
    color: #FFFFFF;
    font-family: "Dela Gothic One", sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-needs .modal-scroll-with-image svg{
    left: 20px;
}
.modal-slide-rows{
    margin-top: -20px;
}
.modal-slide-rows &gt; div{
    background: #009FE3;
    color: #FFFFFF;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 6px;
}
.modal-slide-rows &gt; div b{
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
}
.modal-slide-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}
.modal-slide-grid &gt; div{
    background: #009FE3;
    color: #FFFFFF;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 600;
}

.modal-attachment .modal-body{
    width: 1380px;
}
.modal-attachment .modal-head{
    background: #009FE3;
}
.modal-attachment .modal-slide-item{
    height: 477px;
}
.modal-attachment .btn-default{
    width: 190px;
    text-align: center;
}
.modal-attachment .modal-scroll-with-image svg{
    left: 32px;
}


.modal-temperament .modal-slide-item{
    height: 497px;
}
.modal-temperament .btn-default{
    width: 250px;
    text-align: center;
}
.modal-temperament .modal-scroll-with-image svg{
    left: 14px;
}
.modal-temperament .modal-slide-text ul li:before{
    background: #FDCA4A;
}
.modal-list-columns{
    display: grid;
    grid-template-columns: repeat(2, 175px);
    column-gap: 20px;
    margin-top: 5px;
}
.modal-temperament .modal-slide-grid &gt; div{
    background: #FDCA4A;
    color: #231F20;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
}
.modal-temperament .modal-slide-bold{
    margin-bottom: 5px;
}


.modal-growing .modal-slide-item{
    height: 517px;
}
.modal-growing .btn-default{
    width: 190px;
    text-align: center;
}
.modal-growing .modal-scroll-with-image svg{
    left: 14px;
}
.modal-growing .modal-head{
    background: #8BBA5D;
}
.modal-growing .modal-slide-grid &gt; div{
    background: #8BBA5D;
    color: #231F20;
    font-size: 20px;
    font-weight: 600;
    justify-content: start;
    padding: 10px 20px;
    height: auto;
}
.modal-growing .modal-slide-grid{
    margin-top: -15px;
}
.modal-slide-text b{
    font-weight: 600;
    color: #231F20;
}
.modal-growing .btn-default{
    width: 190px;
    text-align: center;
}

.modal-empathic .modal-head{
    background: #FBA9C7;
}
.modal-empathic .modal-slide-item{
    height: 503px;
}
.modal-empathic .modal-slide-grid{
    margin-top: -15px;
}
.modal-empathic .modal-slide-grid &gt; div{
    background: #FBA9C7;
    color: #231F20;
    height: 50px;
    font-size: 20px;
    flex-grow: 0;
    font-weight: 600;
    padding: 0 20px;
}
.modal-empathic .modal-slide-text ol li:before{
    background: #FBA9C7;
}

.modal-empathic .modal-slide-text ul li:before{
    background: #FBA9C7;
}
.modal-empathic .modal-slide-text ul li span{
    display: inline-block;
    background: #FBA9C7;
    line-height: 150%;
    padding: 10px 20px;
    color: #231F20;
    border-radius: 20px;
}
.modal-scroll-with-image img {
    position: absolute;
    left: -20px;
    top: 0;
}
.modal-empathic .btn-default{
    width: 190px;
    text-align: center;
}

.modal-empathic-test .modal-slide-question span{
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #009FE3;
    font-family: "Wix Madefor Display", sans-serif;
}
.modal-empathic-test .modal-slide-question{
    font-size: 30px;
}
.modal-empathic-test .modal-slide-question{
    height: auto;
}
.modal-empathic-test .modal-test-btns{
    display: block;
}
.modal-empathic-test .modal-test-btns div{
    font-size: 20px;
    font-weight: 600;
    font-family: "Wix Madefor Display", sans-serif;
    line-height: 150%;
    color: #8E8E8E;
    text-align: center;
    height: 138px;
    justify-content: center;
    border: 4px solid transparent;
    position: absolute;
    width: calc(50% - 5px);
    float: left;
    overflow: hidden;
    transition: border-color .2s, color .2s, background-color .2s;
}
.modal-empathic-test .modal-test-btns div:last-child {
    right: 0;
}
.modal-empathic-test .modal-test-btns div span{
    display: block;
}

.modal-empathic-test .modal-test-btns.wrong div:not(.true){
    border-color: #F3410E;
    color: #F3410E;
}
.modal-empathic-test .modal-test-btns.correct div.true{
    border-color: #8BBA5D;
    color: #8BBA5D;
    background: #F0FFE0;
}


.modal-empathic-test-result .modal-head{
    height: 80px;
    display: flex;
    align-items: center;
}
.modal-empathic-test-result .modal-result-points{
    margin-bottom: 0;
    font-family: "Dela Gothic One", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #212122;
}
.modal-empathic-test-result .modal-close{
    right: 20px;
}
.modal-empathic-test-result .modal-body{
    width: 720px;
}
.modal-empathic-test-result .modal-result-text{
    margin: 0;
}


.products{
    background: #FAF5ED;
    padding-top: 100px;
    margin-top: 100px;
    text-align: center;
    padding-bottom: 190px;
    margin-bottom: -90px;
}
.products-title{
    font-family: "Dela Gothic One", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 100%;
    color: #212122;
    margin-bottom: 20px;
}
.products-subtitle{
    font-family: "Dela Gothic One", sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 110%;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 16px;
    background: #F3410E;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.products-swipers{
    background: #FFFFFF;
    border-radius: 30px;
    padding: 30px 50px;
    position: relative;
}

.eggs-slider{
    /*margin-bottom: 15px;*/
}
.eggs-slider .swiper-slide{
    text-align: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.packs-slider{
    /*margin-top: -260px;*/
}
.packs-slider .swiper-slide{
    /*padding-top: 260px;*/
    text-align: center;
}
.products-swipers .swiper-button-prev:after,
.products-swipers .swiper-button-next:after{
    display: none;
}

.products-swipers .swiper-button-prev,
.products-swipers .swiper-button-next{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #F3410E;
}
.products-swipers .swiper-button-prev{
    left: -30px;
}
.products-swipers .swiper-button-next{
    right: -30px;
    transform: rotate(180deg);
}
.products-swipers .swiper-button-prev svg,
.products-swipers .swiper-button-next svg{
    width: 20px;
    height: 20px;
}
.products-swipers .swiper-button-prev svg path,
.products-swipers .swiper-button-next svg path{
    fill: #FFFFFF;
}

body.fixed header{
    display: none!important;
}

.modal-test.modal-empathic-test .modal-slide-item{
    height: 289px;
}

.products-swipers:before,
.products-swipers:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 50px;
    top: 0;
    bottom: 0;
    width: 110px;
    background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
    pointer-events: none;
}
.products-swipers:after{
    left: auto;
    right: 50px;
    background: linear-gradient(270deg, rgba(255,255,255,1), rgba(255,255,255,0));
}

.closer-label{
    color: #FFFFFF;
    position: relative;
    font-size: 22px;
    line-height: 130%;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    margin-bottom: 36px;
}
.closer-label img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -158px;
}

.products{
    background: none;
    padding-top: 60px;
}
.products .container{
    border-radius: 30px;
    padding: 76px 0 33px;
    background: linear-gradient(0deg, #61D2FC, #0083E1);
}
.products-text{
    background: #FFFFFF;
    border-radius: 30px;
    padding: 30px 45px;
    width: 555px;
    margin: 0 auto 27px;
}
.products-title{
    font-size: 39px;
}
.products-subtitle{
    margin-bottom: 0;
}
.products-swipers{
    background: none;
}
.products-swipers:before, .products-swipers:after{
    display: none;
}
.eggs-slider .swiper-slide img{
    width: 200px;
    height: 250px;
    object-fit: cover;
}
.swiper.eggs-slider{
    margin: 0 60px;
}
.packs-slider .swiper-slide img{
    width: 235px;
    height: 243px;
}
.products-swipers .swiper-button-prev,
.products-swipers .swiper-button-next{
    outline: 6px solid #FFFFFF !important;
}

.svg-fix{
	margin: 0 -23px;
}
.svg-state-test{
    position: absolute;
    right: 106px;
    top: -62px;
}

.swiper.eggs-slider{
	margin: 0 -50px;
	padding: 0 35px;
}
.swiper.packs-slider{
	margin: 0 -50px;
	padding: 0 35px;
}

.not-found{
	position: relative;
	width: 630px;
}
.not-found-holder{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto 12.4rem;
}
.not-found-holder span{
	display: block;
	font-family: "Dela Gothic One", sans-serif;
	font-size: 140px;
	font-weight: 400;
	line-height: 100%;
	color: #009FE3;
	margin-bottom: 28px;
}
.not-found-title{
	font-size: 30px;
	line-height: 130%;
	margin-bottom: 8px;
	font-weight: 600;
	color: #212122;
}
.not-found-subtitle{
	font-size: 16px;
	line-height: 130%;
	color: #8E8E8E;
	margin-bottom: 40px;
}
.not-found-btn{
	display: block;
	width: 200px;
	margin: 0 auto;
}


.not-found-obj1{
	position: absolute;
	left: -106px;
	top: -5px;
	width: 120px;
}
.not-found-obj2{
	position: absolute;
	left: -258px;
	top: 128px;
	width: 115px;
}
.not-found-obj3{
	position: absolute;
	left: -106px;
	top: 266px;
	width: 108px;
}
.not-found-obj4{
	position: absolute;
	left: 638px;
	top: 38px;
	width: 110px;
}
.not-found-obj5{
	position: absolute;
	left: 788px;
	top: 129px;
	width: 121px;
}
.not-found-obj6{
	position: absolute;
	left: 638px;
	top: 257px;
	width: 129px;
}

/* End */


/* Start:/media.css?174740055030768*/
@media (max-width: 1439px) {
	html header{
		height: 50px;
	}
    html body{
        padding-top: 50px !important;
    }
	.modal-body{
		top: 60px;
	}
	.modal-test .modal-slide-item{
		max-height: calc(100vh - 440px);
	}
	.modal-slider .modal-body{
		width: calc(100% - 40px);
	}
	.modal-slide-item{
		max-height: calc(100vh - 290px);
	}

    .container,
    .container.block-container{
        width: 100%;
    }
    .main-head-text{
        left: 50px;
    }
    .main-head-product{
        left: 0;
    }
    .main-head{
        padding-bottom: 40px;
    }
    .main-head-obj1,
    .main-head-obj2{
        display: none;
    }
    .main-head-obj3{
        left: auto;
        right: 100px;
    }
    .main-head-character{
        right: 100px;
    }
    .footer-logo-icon{
        left: 100px;
    }
    .footer-menu-left{
        padding-left: 100px;
    }
    .main-text-obj2,
    .main-text-obj4{
        right: -100px;
    }
	.products{
		padding-bottom: 160px;
	}
	.swiper.stages-slider{
		width: 100%;
	}
}

@media (max-width: 899px) {
	.main-head-product{
		display: none;
	}
	.main-head-product-mobile{
		display: block;
	}
    html{
        max-width: 100vw;
        overflow-x: hidden;
    }
    .container{
        width: auto!important;
        min-width: 0!important;
    }
    .logo{
        width: 108px;
        top: 50%;
    }
    .logo svg{
        max-width: 100%;
    }
    .modal-body{
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .main-head{
        height: 620px;
        padding-bottom: 10px;
        margin-bottom: 70px;
        /*overflow: hidden;*/
    }
    .main-head-text{
        left: 0px;
        top: 70px;
        width: calc(100% - 60px);
    }
    .main-head-title{
        font-size: 46px;
        line-height: 46px;
        margin-left: 12px;
        margin-bottom: 15px;
        display: inline-block;
    }
    .main-head-subtitle{
        font-size: 22px;
        line-height: 23px;
        padding: 14px 16px;
        display: inline-block;
    }
    .main-head-product{
        width: 64%;
        bottom: -10%;
    }
    .main-head-character{
        width: 285px;
        right: 0px;
		object-position: 20px 0;
    }
    .main-head-bottom{
        bottom: -10px;
    }
    .head-rays{
        width: 100%;
        height: auto;
        top: 0;
        bottom: -310px;
        opacity: 0.3;
    }
    .main-head-btn{
        display: none;
    }
    .main-head-obj3{
        right: auto;
        left: 28px;
        width: 99px;
        top: 321px;
    }

    .main-text-obj1{
        left: auto;
        right: 5px;
        top: -30px;
        width: 150px;
    }
    .main-text-obj2,
    .main-text-obj3,
    .main-text-obj4{
        display: none;
    }

    .main-text{
        background: #FAF5ED;
        margin: 0 20px 60px;
        width: auto;
        border-radius: 30px;
        padding: 65px 20px 40px;
        text-align: left;
    }

    .main-soon{
        position: absolute;
        transform: rotate(-14deg);
        font-size: 14px;
        line-height: 18px;
        left: -15px;
        top: 0;
        padding: 7px 17px;
    }
    .main-text-title{
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .main-text-subtitle{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .main-subscribe-btn{
        font-size: 20px;
        line-height: 20px;
        padding: 11px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .footer-logo-icon{
        left: 60px;
    }
    .footer-menu{
        flex-direction: column;
        padding: 0 35px;
    }
    .footer-menu-left{
        padding-left: 0;
        margin-bottom: 15px;
    }
    .footer-menu-right{
        grid-template-columns: repeat(1, auto);
    }



    .swiper.stages-slider{
        width: 100vw;
        padding: 0 0 5px;
        margin: 0 -2rem;
    }
    .stages-top{
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .stages{
        padding: 64px 0 50px;
    }
    .stages-title{
        font-size: 22px;
        margin-bottom: 31px;
    }
    .stages-item{
        width: 232px;
        height: 293px;
        margin: 0;
    }
    .stages-item:hover{
        transform: none;
    }
    .stages-item img{
        height: calc(100% - 68px);
    }
    .stages .swiper-slide{
        width: 232px;
    }

    .stages .swiper-pagination-fraction{
        position: static;
        margin-bottom: 5px;
        background: #FFFFFF;
        font-size: 18px;
        font-weight: 800;
        height: 32px;
        line-height: 32px;
        border-radius: 375px;
        width: 66px;
        margin: 36px auto 0;
    }
    .stages .swiper-pagination-fraction .swiper-pagination-current{
        margin-right: -3px;
    }
    .stages .swiper-pagination-fraction .swiper-pagination-total{
        margin-left: -3px;
    }
    .stages .swiper-button-next,
    .stages .swiper-button-prev{
        bottom: 0px;
        top: auto;
        width: 43px;
        height: 43px;
        border-radius: 43px;
        background: #FFFFFF;
        left: calc(50% + 63px);
        transition: all .2s;
    }
    .stages .swiper-button-prev{
        left: calc(50% - 106px);
    }
    .stages .swiper-button-next:after,
    .stages .swiper-button-prev:after{
        display: none;
    }
    .stages .swiper-button-next.swiper-button-disabled,
    .stages .swiper-button-prev.swiper-button-disabled{
        opacity: 0;
    }
    .stages .swiper-button-next svg,
    .stages .swiper-button-prev svg{
        width: 14px;
        height: 12px;
    }
    .stages .swiper-button-next svg{
        transform: rotate(180deg);
    }

    .state{
        padding-top: 20px;
		margin-top: 0;
    }
    .block-title{
        font-size: 32px;
        margin-bottom: 30px;
    }
    .big-btn{
        font-size: 18px;
        padding: 0 20px;
        height: 104px;
    }
    .big-btn svg:first-child{
        width: 35px;
    }
    .big-btn svg:last-child{
        width: 12px;
    }
    .big-btn span{
        margin-left: 20px;
    }

    .state-test-text{
        text-align: center;
    }
    .state-test-title{
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 14px;
    }
    .state-test-subtitle{
        font-size: 16px;
        line-height: 24px;
    }
    .state-test-btn{
        width: 100%;
    }
    .state-test{
        padding: 240px 20px 40px;
    }
    .state-test-image{
        width: 634px;
        height: 634px;
        top: -418px;
        right: 50%;
        transform: translateX(50%);
    }
    .state-test-image img,
	.state-test-image &gt; svg{
        left: calc(50% - 14px);
        transform: translateX(-50%);
        bottom: 4px;
        top: auto;
        width: 208px;
    }
    .state-test-share{
        width: 50px;
        height: 50px;
        border-radius: 50px;
        top: auto;
        bottom: 146px;
        right: 169px;
    }

    .modal-slider .modal-overlay{
        opacity: 0.8;
    }
    .modal-slider .modal-body{
        width: calc(100% - 4rem);
        background: none;
        padding: 0;
    }
    .modal-slider .modal-head{
        height: 90px;
        padding: 0 10px 0 25px;
    }
    .modal-slider .modal-head span{
        font-size: 20px;
        line-height: 20px;
    }
    .modal-content{
        height: 480px;
    }
    .modal-slide-item{
        height: 480px;
    }

    .modal-slide-item{
        padding: 30px;
    }
    .modal-slide-title{
        font-size: 18px;
        line-height: 20px;
    }
    .modal-slide-text,
    .modal-slide-bold,
    .modal-slide-list span{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .modal-slide-list{
        grid-template-columns: repeat(1, 1fr);
    }
    .modal-slide-item.with-picture{
        padding-right: 30px;
        padding-top: 136px;
        text-align: center;
    }
    .modal-slide-item.with-picture img{
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        width: 110px;
    }
    .modal-slide-btn{
        width: calc(100% - 40px);
        position: absolute;
        bottom: 40px;
        left: 20px;
    }


    .modal-test .modal-body{
        width: calc(100% - 4rem);
        padding: 116px 0 0;
        overflow: hidden;
    }
    .modal-test .modal-head{
        margin: 0 20px -19px;
        height: 42px;
        padding: 0;
        border-radius: 10px;
        box-shadow: 0 4px 14px rgba(0,0,0,0.11);
        position: relative;
        z-index: 2;
    }
    .modal-test .modal-head span{
        font-size: 18px;
        text-align: center;
    }
    .modal-test .modal-head &gt; svg{
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 90px;
        height: 90px;
    }
    .modal-test .modal-share,
    .modal-test .modal-help,
    .modal-test .modal-close{
        display: none;
    }
    .modal-test .modal-mobile{
        display: flex;
    }
    .modal-test .modal-share{
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 2;
    }
    .modal-test .modal-help{
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 3;
    }
    .modal-test .modal-help:hover{
        background: #009FE3;
    }
    .modal-test .modal-close{
        position: absolute;
        top: 20px;
        right: 20px;
        background: #FFFFFF;
    }
    .modal-test .modal-close svg{
        opacity: 0.5;
    }
    .swiper-navigation{
        display: flex;
        align-items: center;
        column-gap: 10px;
        margin-bottom: 20px;
    }
    .modal-test .swiper-pagination-fraction{
        margin-bottom: 0;
    }
    .swiper-progress{
        margin-bottom: 0;
        flex: 1;
    }
    .modal-slide-question{
        font-size: 18px;
        line-height: 23px;
        height: auto;
    }
    .modal-test-btns{
        flex-direction: column;
        row-gap: 10px;
    }
    .swiper.modal-test-holder{
        padding: 45px 20px;
        border-radius: 0;
        height: 486px;
    }
    .modal-test .modal-slide-item{
        text-align: center;
    }
    .modal-test-btns div{
        justify-content: center;
        font-size: 22px;
        height: 60px;
        border-radius: 10px;
    }


    .head-rays svg{
        display: none;
    }
    .head-rays{
        opacity: 1;
    }
    .head-rays svg.rays-mobile{
        display: block;
        width: 100%;
    }

    .modal-result .modal-body{
        width: calc(100% - 4rem);
        padding: 60px 20px 20px;
        background: #FFFFFF;
    }
    .modal-result .modal-result-points{
        font-size: 16px;
    }
    .modal-result .modal-result-title{
        font-size: 20px;
        line-height: 100%   ;
    }
    .modal-result-text{
        font-size: 16px;
        max-height: 200px;
        overflow-y: scroll;
        padding-right: 8px;
    }
    .modal-result-subtitle{
        font-size: 16px;
    }
    .modal-result .modal-head{
        padding: 0;
        height: auto;
        margin-bottom: 20px;
    }
    .modal-result .modal-content{
        padding: 0;
    }
    .modal-result-btns{
        flex-direction: column-reverse;
        row-gap: 16px;
    }
    .modal-result .modal-close{
        right: -10px;
        top: -50px;
        transform: none;
    }
    .modal-result .modal-head img{
        width: 139px;
        right: auto;
        left: -20px;
        top: auto;
        bottom: calc(100% + 11px);
    }
    .modal-result-info-btn{
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        margin: 0 8px;
    }
    .modal-result-info-btn span{
        flex: 1;
    }
    .modal-result-advices-btn{
        text-align: center;
        margin: 0 8px;
        justify-content: center;
        white-space: nowrap;
    }
    .modal-help .modal-help-holder{
        bottom: -10px;
        left: auto;
        right: -10px;
        width: 315px;
        z-index: 2;
        height: 124px;
        top: auto;
        padding: 20px;
        font-size: 16px;
    }
    .modal-help-close{
        width: 38px;
        height: 38px;
        border-radius: 38px;
        background: #61C2EC;
        position: absolute;
        right: 16px;
        bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-alert .modal-body{
        width: 315px;
        padding: 50px 20px ;
    }
    .modal-alert-title{
        font-size: 26px;
        line-height: 26px;
    }
    .modal-alert-subtitle{
        font-size: 16px;
    }
    .modal-alert-close,
    .modal-alert-left{
        width: 100%;
    }

    /*.modal-slider .modal-body{
        max-height: calc(100% - 40px);
        display: flex;
        flex-direction: column;
    }
    .swiper.modal-slider-holder{
        flex: 1;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    .modal-slider .swiper-wrapper{
        flex: 1;
    }
    .modal-slider .swiper-slide{
        height: 100%;
        height: auto;
    }
    .modal-slide-item {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .modal-slide-text{
        height: 50px;
    }
    .modal-slider .swiper-navigation{
        margin-bottom: 0;
    }*/

    .modal-slide-item{
        max-height: calc(100vh - 180px);
        display: flex;
        flex-direction: column;
    }
    .modal-slider .swiper-navigation{
        margin-bottom: 0;
        column-gap: 30px;
    }
    .modal-scroll{
        overflow-y: scroll;
    }
    .modal-slide-item.with-picture img{
        position: static;
        transform: none;
        margin-bottom: 10px;
    }
    .modal-slide-item.with-picture{
        padding-top: 30px;
    }
    /*.modal-slide-btn{
        position: static;
        width: 100%;
    }*/

    .modal-test .modal-body{
        max-height: calc(100% - 40px);
    }
    .modal-result .modal-body{
        /*max-height: calc(100% - 100px);
        top: calc(50% + 25px);*/
        max-height: none;
        transform: none;
        position: static;
        margin: 80px auto 20px;
    }
    .modal-result-text{
        /*max-height: calc(100vh - 480px);*/
        max-height: none;
    }

    .modal-scroll-holder{
        overflow-y: auto;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .main-disclaim{
        width: 100%;
        text-align: left;
        font-size: 16px;
        line-height: 110%;
        padding-right: 40px;
    }
    .main-text .container{
        padding: 0;
    }
    .main-text-subtitle{
        margin-bottom: 10px;
    }

    .swiper.balance-slider{
        width: 100vw;
        margin: 0 -2rem;
    }
    .balance-btns{
        flex-direction: column;
        row-gap: 10px;
        margin-bottom: 30px;
    }
    .balance-card{
        width: calc(100vw - 4rem);
    }

    .balance-slider .swiper-navigation{
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 30px;
        margin-top: 30px;
    }
    .balance-slider .swiper-pagination-fraction{
        background: #FFFFFF;
        font-size: 18px;
        font-weight: 800;
        height: 32px;
        line-height: 32px;
        border-radius: 375px;
        width: 66px;
        position: static;
    }
	.balance-slider .swiper-pagination-fraction .swiper-pagination-current {
        margin-right: -3px;
    }
	.balance-slider .swiper-pagination-fraction .swiper-pagination-total {
        margin-left: -3px;
    }
    .balance-slider .swiper-button-next,
    .balance-slider .swiper-button-prev {
        width: 43px;
        height: 43px;
        border-radius: 43px;
        background: #FFFFFF;
        transition: all .2s;
        position: static;
        margin: 0;
    }
    .balance-slider .swiper-button-next:after,
    .balance-slider .swiper-button-prev:after{
        display: none;
    }
    .balance-slider .swiper-button-next svg,
    .balance-slider .swiper-button-prev svg{
        width: 14px;
        height: 12px;
    }
    .balance-slider .swiper-button-next svg{
        transform: rotate(180deg);
    }
    .balance-slider .swiper-button-next.swiper-button-disabled,
    .balance-slider .swiper-button-prev.swiper-button-disabled{
        opacity: 0;
    }

    .balance-btn{
        margin: 0;
    }
    .balance-btn span{
        padding-right: 30px;
    }
    .balance-text{
        margin: 40px 0;
        line-height: 110%;
    }

    .container.block-container{
        padding: 0 2rem;
    }

    .state-test{
        margin-bottom: 40px;
    }
    .state-text-title,
    .state-text-subtitle{
        line-height: 110%;
    }
    .state-text-title br,
    .state-text-subtitle br{
        display: none;
    }
    .balance{
        margin-top: 60px;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .balance .block-title{
        margin-bottom: 40px;
    }
    .balance-btns{
        margin-bottom: 20px;
    }
    .balance-text{
        margin-top: 20px;
        margin-bottom: 0;
        line-height: 110%;
    }
    .balance-text-small{
        width: 190px;
        margin: 20px auto 0;
        line-height: 110%;
    }
    .modal-scroll-with-image{
        padding-left: 0;
        text-align: center;
    }
    .modal-scroll-with-image svg{
        display:block;
        position: static;
        width: 80px;
        height: auto;
        margin: 0 auto 20px;
    }


    .modal-exercise .modal-slide-item{
        perspective: 1000px;
    }
    .exercise-holder{
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }
    .modal-slide-item.active .exercise-holder{
        transform: rotateY(180deg);
    }
    .exercise-left,
    .exercise-right{
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        padding: 128px 20px 90px;
        overflow: hidden;
    }
    .exercise-right{
        transform: rotateY(180deg);
    }
    .modal-exercise .swiper{
        overflow: visible;
    }
    .exercise-right .modal-slide-title{
        display: block;
    }

    .modal-exercise .modal-slide-title{
        color: #FFFFFF;
        position: absolute;
        width: 634px;
        height: 634px;
        border-radius: 634px;
        top: -526px;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 566px;
    }

    .exercise-left .btn-default{
        display: block;
        position: absolute;
        bottom: 40px;
        left: 20px;
        width: calc(100% - 40px);
    }
    .exercise-left .modal-slide-text br{
        display: none;
    }
    .exercise-holder .modal-slide-label{
        background: none;
        padding: 0;
        margin-bottom: 4px;
        color: #231F20;
        font-size: 16px;
        line-height: 150%;
        font-weight: 800;
    }
    .exercise-right .modal-slide-text{
        margin-bottom: 14px;
    }
    .exercise-right svg{
        display: none;
    }
    .exercise-right svg.mobile-svg{
        display: block;
        margin: 0 auto 20px;
    }
    .exercise-pink .modal-slide-text:last-child{
        display: none;
    }

    .exercise-green .modal-slide-title{
        background: #8BBA5D;
    }
    .exercise-blue .modal-slide-title{
        background: #61D2FC;
    }
    .exercise-pink .modal-slide-title{
        background: #FBA9C7;
    }

    .modal-slide-thing{
        padding: 24px 43px;
        width: 100%;
    }

    .modal-exercise .modal-slide-item.modal-slide-final{
        padding: 30px 30px 90px;
        text-align: center;
    }
    .modal-exercise .modal-slide-item.modal-slide-final img{
        position: static;
        width: 161px;
        margin: 0 auto 30px;
    }
    .modal-exercise .modal-slide-item.modal-slide-final .modal-slide-title{
        position: static;
        background: none;
        color: #212122;
        transform: none;
        padding: 0;
        width: auto;
        height: auto;
    }
    .modal-exercise .modal-slide-item.modal-slide-final .btn-default{
        position: absolute;
        bottom: 40px;
        left: 20px;
        width: calc(100% - 40px);
    }


    .modal-piggy-holder{
        padding: 50px 20px 20px;
        height: 100%;
    }
    .modal-piggy .modal-slide-title{
        text-align: center;
    }
    .modal-piggy .modal-head img{
        position: absolute;
        bottom: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
        width: 90px;
        height: 90px;
    }
    .piggy-list{
        margin-bottom: 10px;
        overflow-y: scroll;
        height: calc(100vh - 400px);
    }
    .piggy-list &gt; div{
        width: 100%;
        line-height: 110%;
        height: auto;
        padding: 10px 16px;
    }
    .modal-piggy .modal-help-holder{
        height: 152px;
        padding-right: 40px;
    }
    .modal-piggy-result{
        top: 12px;
        left: 10px;
        right: 10px;
        bottom: 9px;
        padding: 20px;
    }
    .modal-piggy-result .btn-holder{
        flex-direction: column;
        row-gap: 10px;
    }
    .modal-piggy .modal-slide-title{
        /*text-align: left;*/
        font-size: 20px;
        margin-bottom: 20px;
    }
    .piggy-result-list &gt; div{
        font-size: 14px;
        line-height: 110%;
        padding: 4px 10px;
        height: auto;
        flex-grow: 0;
    }
    .piggy-result-list{
        margin-bottom: 20px;
        height: calc(100% - 180px);
        flex-direction: column;
        flex-wrap: nowrap;
        overflow-y: auto;
    }
    .modal-piggy-result .btn-holder{
        text-align: center;
    }
    .modal-piggy-save .btn-default{
        width: auto;
    }
    .modal-piggy-save .modal-body{
        padding-top: 20px;
    }
    .modal-piggy-save .modal-close{
        top: 0;
        right: 0;
    }
    .modal-piggy-save .modal-head{
        height: 50px;
        display: flex;
        align-items: center;
    }

    .modal-balance-test .modal-test-btns div{
        height: 100px;
        font-size: 16px;
        line-height: 110%;
    }

    .modal-balance-test .modal-test-btns{
        position: relative;
    }
    .modal-balance-test .modal-test-btns div{
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .modal-balance-test .modal-test-btns div:last-child{
        top: 110px;
    }
    .modal-balance-test-result .modal-close{
        display: flex;
        right: 0;
        top: 0;
        transform: none;
    }
    .modal-balance-test-result .modal-body{
        padding: 20px 20px 40px;
    }
    .modal-result .modal-result-points{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .modal-balance-test-result .btn-default{
        width: 100%;
    }

    .closer-block{
        flex-direction: column;
    }
    .closer-btns{
        gap: 10px;
    }
    .closer-btn{
        height: 104px;
        font-size: 18px;
        padding: 0 20px;
    }
    .closer-btn{
        padding-right: 20px;
    }
    .closer-btn svg:last-child{
        width: 12px;
    }
    .closer-card{
        padding-top: 240px;
        padding-bottom: 90px;
    }
    .closer-card-subtitle{
        margin-bottom: 28px;
    }

    .modal-slide-text ol li:before{
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .modal-scroll-with-image{
        padding-right: 0;
    }
    .modal-needs .btn-default{
        width: 100%;
    }

    .modal-slide-rows{
        margin-top: 0;
    }
    .modal-slide-rows &gt; div{
        font-size: 16px;
        padding: 10px 16px;
        line-height: 130%;
    }
    .modal-attachment .btn-default{
        width: auto;
    }
    .modal-list-columns{
        grid-template-columns: repeat(1, 100%);
    }
    .modal-slide-grid &gt; div{
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 16px;
        line-height: 130%;
        padding: 10px 16px;
    }
    .modal-temperament .btn-default{
        width: auto;
    }

    .modal-growing .modal-slide-grid &gt; div{
        font-size: 16px;
        text-align: left;
        padding: 10px 16px;
        height: auto;
    }
    .modal-growing .modal-slide-grid{
        margin-top: -5px;
    }
    .modal-growing .btn-default{
        width: auto;
    }

    .modal-empathic .modal-slide-grid &gt; div{
        font-size: 16px;
        font-weight: 700;
        text-align: left;
        height: auto;
        padding: 10px 16px;
    }
    .modal-empathic .modal-slide-grid{
        margin-top: -5px;
    }
    .modal-scroll-with-image img{
        position: static;
    }
    .modal-empathic .btn-default{
        width: auto;
    }

    .modal-empathic-test-result .modal-body{
        padding-top: 20px;
    }
    .modal-empathic-test-result .modal-close{
        display: flex;
        top: 0;
        right: 0;
        transform: none;
    }
    .modal-empathic-test-result .modal-head{
        height: 50px;
    }
    .modal-empathic-test-result  .modal-result-points{
        margin-bottom: 0;
    }
    .modal-empathic-test .modal-slide-question{
        font-size: 18px;
        line-height: 23px;
    }
    .modal-empathic-test .modal-slide-question span{
        font-size: 16px;
    }
    .modal-empathic-test .modal-test-btns{
        position: relative;
    }
    .modal-empathic-test .modal-test-btns div{
        width: 100%;
        float: none;
        margin-right: 0;
        height: 100px;
        font-size: 16px;
        line-height: 110%;
        padding: 18px 16px;
    }
    .modal-empathic-test .modal-test-btns div:last-child {
        top: 110px;
    }

    .products-swipers{
        margin: 0 20px;
    }
    .swiper.eggs-slider,
    .swiper.packs-slider{
        width: calc(100vw - 4rem - 40px);
        margin: 0 -50px;
    }
    .products-swipers .swiper-button-prev,
    .products-swipers .swiper-button-next{
        width: 43px;
        height: 43px;
        outline: 6px solid #FFFFFF!important;
        z-index: 3;
    }
    .products-swipers .swiper-button-prev{
        left: -21px;
    }
    .products-swipers .swiper-button-next{
        right: -21px;
    }
    .products-swipers .swiper-button-prev svg,
    .products-swipers .swiper-button-next svg{
        width: 12px;
        height: 12px;
    }

    .products{
        margin-top: 60px;
        padding-top: 40px;
        margin-bottom: -80px;
        padding-bottom: 10px;
    }
    .products-subtitle{
        font-size: 22px;
        margin-bottom: 30px;
    }


    .modal-piggy-save .modal-result-points{
        margin: 0;
    }

    .products-swipers:before{
        width: 100px;
        left: 0;
    }
    .products-swipers:after{
        width: 100px;
        right: 0;
    }
    #footer{
        z-index: 2;
    }

    .closer-label{
        font-size: 16px;
        line-height: 110%;
        padding-right: 80px;
    }
    .closer-label img{
        right: -65px;
        top: -16px;
        height: 104px;
    }
    .closer{
        padding-top: 40px;
    }
    .closer-btn span{
        margin-right: 20px;
    }
    .closer-card{
        width: calc(100vw - 4rem);
    }
    .closer-text{
        line-height: 110%;
    }
    .main{
        margin-bottom: 0;
    }
	.main-promo{
		margin-bottom: 80px;
	}
    .products{
        margin-bottom: 40px;
        padding-bottom: 140px;
    }

    .modal-slide-text ul li{
        color: #231F20;
    }
    .modal-temperament .modal-slide-text ul li:before{
        top: 6px;
    }

    .modal-temperament .modal-slide-grid &gt; div{
        height: auto;
        font-size: 16px;
        border-radius: 20px;
    }

    .products{
        padding: 0 2rem 140px;
        margin-top: 100px;
    }
    .products .container{
		width: calc(100% - 4rem)!important;
		padding-bottom: 20px;
    }
    .products-text{
        width: auto;
        padding: 20px;
        margin-bottom: 20px;
    }
    .products-title{
        font-size: 31px;
		margin-bottom: 15px;
    }
	.products-subtitle{
		margin-bottom: 0;
		width: 100%;
		font-size: 16px;
		padding: 10px 0;
	}
    .products-swipers{
    }
    .closer-label{
        width: calc(100% + 4rem);
        margin: 0 -2rem 30px;
        padding: 0 5px;
        border-radius: 0px;
		font-size: 14px;
    }
    .closer-label span{
        display: block;
        margin: 0 auto;
        border-radius: 30px;
        padding-top: 60px;
        text-align: center;
    }
    .closer-label img{
        top: -75px;
    }
	.modal-test .modal-head &gt; svg.svg-fix{
		margin: 0;
		width: 150px;
	}

	.svg-state-test{
		width: 139px;
        right: auto;
        left: -20px;
        top: auto;
        bottom: calc(100% + 11px);
		height: auto;
	}

	.modal-slider .modal-body,
	.modal-test .modal-body{
		height: 647px!important;
		max-height: calc(100% - 40px)!important;
		top: 30px!important;
		transform: translateX(-50%);
	}
	.modal-slider .swiper.modal-slider-holder{
		height: calc(100% - 100px)!important;
	}
	.modal-slider .swiper-wrapper{
		height: calc(100% - 70px)!important;
		margin-bottom: 20px;
	}
	.modal-slider .modal-slide-item{
		max-height: 100%;
		height: 100%;
	}
	.modal-piggy-holder{
		height: calc(100% - 23px);
		display: flex;
		flex-direction: column;
	}
	.piggy-list{
		height: auto;
		flex: 1;
	}
	.piggy-btn{
		width: calc(100% - 60px);
	}

	.products-swipers{
		padding: 0;
		margin: 0;
	}

	.swiper.eggs-slider,
	.swiper.packs-slider{
		margin: 0 -2rem;
		width: calc(100vw - 8rem);
	}
	.products-swipers .swiper-button-prev{
		left: -40px;
	}
	.products-swipers .swiper-button-next{
		right: -40px;
	}

	.swiper.modal-test-holder{
		height: 100%;
	}

	body{
		overflow: visible;
		max-width: 100vw;
	}

	.modal-scroll-with-image{
		height: 100%;
	}
	.modal-scroll-with-image .btn-default{
		position: absolute;
		bottom: 10px;
		width: 100%;
		display: block;
	}


	.not-found{
		width: 100%;
		padding: 87px 0 117px;
		margin-bottom: 40px;
	}
	.not-found-holder{
		margin: 50px 0 7.2rem;
		min-height: 540px;
	}
	.not-found-holder span{
		font-size: 90px;
	}
	.not-found-btn{
		display: block;
		width: calc(100% - 40px);
		margin: 0 auto;
	}


	.not-found-obj1{
		left: 0px;
		bottom: 0px;
		top: auto;
		width: 98px;
		transform: scaleX(-1);
	}
	.not-found-obj2,
	.not-found-obj3{
		display: none;
	}
	.not-found-obj4{
		left: auto;
		right: 0px;
		top: 0px;
		width: 98px;
	}
	.not-found-obj5{
		left: auto;
		right: 0;
		top: auto;
		bottom: 0;
		width: 98px;
	}
	.not-found-obj6{
		left: 0px;
		top: 0px;
		width: 98px;
		transform: scaleX(-1);
	}
}
/* End */


/* Start:/style-new.css?17467038731347*/
.main-text{
	width: 680px;
}
.main-text .container{
	padding: 0;
}
.main-text-subtitle{
	margin-bottom: 20px;
}
.main-disclaim{
	color: #231F20;
	margin-bottom: 40px;
}
.main-btn-holder{
	padding: 24px 20px;
	background: #FAF5ED;
	border-radius: 30px;
}
.main-btn-holder-text{
	font-size: 20px;
	font-weight: 600;
	line-height: 140%;
	color: #231F20;
	margin-bottom: 16px;
}
.main-subscribe-btn{
	background: #009FE3;
}
.stages-title{
	margin-bottom: 30px;
}
.block-subtitle{
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	color: #8E8E8E;
	margin: 0 auto 40px;
	text-align: center;
	max-width: 784px;
}
.block-title{
	margin-bottom: 30px;
}
.state-test{
	margin-bottom: 20px;
}
.big-btn{
	height: 86px;
	padding-right: 20px;
}
.big-btn-arrow{
	width: 46px;
	height: 46px;
	border-radius: 46px;
	background: #F3410E;
	display: flex;
	align-items: center;
	justify-content: center;
}
.big-btn-arrow svg{
	margin-left: 5px;
}

.balance .block-subtitle{
	max-width: 600px;
}
.balance-btns{
	flex-direction: column;
	row-gap: 20px;
	margin-bottom: 20px;
}
.balance-btn{
	margin-bottom: 0;
}

.balance .container{
	max-width: 690px;
}
.balance-slider{
	width: calc(100% + 10px);
    margin-left: -5px;
}
.closer-label{
	max-width: 595px;
	margin: 0 auto 40px;
}

.modal-empathic-test-result .btn-default{
	width: 200px;
	text-align: center;
}
/* End */


/* Start:/media-new.css?1746704049962*/
@media (max-width: 899px) {

    .main-text {
		width: auto;
		background: none;
		margin-bottom: 14px;
	}
	.main-btn-holder{
		margin: 0 -20px;
		padding: 20px;
	}
	.main-btn-holder-text{
		font-size: 16px;
		color: #231F20;
	}
	.stages-top{
		display: none;
	}
	.stages{
		padding-top: 33px;
	}
	.stages-title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.block-subtitle{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.swiper.stages-slider{
		margin-top: 14px;
	}

	.big-btn span{
		font-size: 18px;
		font-weight: 700;
		line-height: 110%;
	}
	.big-btn-arrow{
		width: 32px;
		height: 32px;
	}
	.big-btn-arrow svg {
		margin-left: 3px;
	}

	.block-title,
	.balance .block-title{
		margin-bottom: 30px;
	}
	.balance .block-subtitle{
		margin-bottom: 30px;
	}
	.balance{
		padding-bottom: 20px;
	}
	.closer-label{
		width: 100%;
	}
	.modal-empathic-test-result .btn-default,
	.modal-balance-test-result .btn-default{{
		width: 100%;
		text-align: center;
	}
}
/* End */
/* /style.css?174741254944611 */
/* /media.css?174740055030768 */
/* /style-new.css?17467038731347 */
/* /media-new.css?1746704049962 */
</pre></body></html>