*{
    font-family: Roboto;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.container{
    max-width: 1224px;
    margin: 0 auto;
}
.timer_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.timer .timer_section {
    padding: 0;
    margin: 0;
    background: #F3B947;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 26px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    color: #2A2A2A;
    box-sizing: border-box;
    border-radius: 4px;
}
.timer .timer_mobile {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.timer .time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.timer .timer_inner {
    position: relative;
}
.timer .timer_inner:nth-child(2) {
    margin: 0 16px;
}
.timer .timer_inner:not(:last-child) .time:before {
    content: ":";
    position: absolute;
    font-weight: bold;
    font-size: 22px;
    color: #2A2A2A;
    right: -11px;
    top: 5px;
}
.timer .timer_inner p {
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    color: #2A2A2A;
}
.timer_title {
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 20px;
}
.yellow{
    background: #F3B947;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 18px;
    border-radius: 50%;
    margin: 69px auto 0;
}
.blue{
    width: 140px;
    height: 140px;
    background: #B3D3E4;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    top: -68px;
}
.blue .blue__white{
    border-radius: 50%;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    background: #ffffff;
    font-size: 18px;
}

/*slider start*/
.slick-dots{
    position: unset;
}
.slick-dots button{
    width: 16px!important;
    height: 16px!important;
    font-size: 0;
    background: #ffffff!important;
    border-radius: 50%;
    margin: 3px auto 0;
}
.slick-dots li button:before{
    font-size: 0!important;
    width: 22px!important;
    height: 22px!important;
}
.slick-dots li{
    vertical-align: middle;
}
.slick-dots li.slick-active{
    width: 22px!important;
    height: 22px!important;
    background: rgba(255, 255, 255, 0.4) !important;
    border-radius: 50%;
}
/*slider end*/
.container {
    position: relative;
}
.sec_general {
    padding-top: 39px;
    padding-bottom: 108px;
    overflow: hidden;
}
.sec_general.sec_last {
    padding-top: 52px;
    padding-bottom: 117px;
}
.sec_general .general_l {
    max-width: 900px;
}
.sec_general .general_l h1 {
    font-size: 54px;
    margin: 0 0 7px 0;
    font-weight: 400;
    position: relative;
    position: relative;
    z-index: 3;
}
.sec_general .general_l h1:before {
    content: '';
    position: absolute;
    left: -40px;
    top: -43px;
    width: 162px;
    height: 162px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(243, 185, 71, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}
.sec_general .general_l h1 span {
    font-size: 54px;
    font-weight: 700;
    color: #1d8288;
}
.sec_general .general_l p.pod_h, .sec_general .general_l p.pod_h span {
    font-size: 22px;
    max-width: 700px;
    line-height: 30px;
    margin-bottom: 27px;
    position: relative;
    z-index: 3;
}
.sec_general .general_l p.native {
    font-size: 18px;
    max-width: 500px;
    position: relative;
    z-index: 3;
}
.sec_general .general_l .flex_c {
    display: flex;
    justify-content: space-between;
    max-width: 567px;
    flex-wrap: wrap;
    margin-top: 43px;
    position: relative;
    z-index: 3;
}
.sec_general .general_l .flex_c .item {
    position: relative;
    flex: 0 0 50%;
    margin-bottom: 26px;
}
.sec_general .general_l .flex_c .item:last-child {
    margin-top: -20px;
}
.sec_general .general_l .flex_c .item p {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 18px;
}
.sec_general .general_l .flex_c .item p:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    background: url(../images/check.png) no-repeat;
    background-position: 0 0;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.sec_general .prod_top {
    position: absolute;
    left: 56.7%;
    top: 33%;
    transform: translateX(-50%);
    max-width: 591px;
}
.sec_general .prod_top.mobb {
    display: none;
}
.sec_general .prod_bg {
    position: absolute;
    left: 47.7%;
    top: 33%;
    transform: translateX(-50%);
    z-index: -1;
}
.sec_general .prod_medal {
    position: absolute;
    left: 39%;
    top: 86%;
    transform: translateX(-50%);
    z-index: 2;
}
.sec_general * {
    box-sizing: border-box;
}
.form_block {
    position: absolute;
    right: 7px;
    top: 5px;
    background: #FFFFFF;
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.25));
    border-radius: 8px;
    width: 100%;
    max-width: 384px;
    padding: 38px 30px 35px 30px;
}
.form_block .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.form_block p.red {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #E91C06;
    margin-bottom: 30px;
}
.form_block .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form_block .flex p {
    flex: 0 0 50%;
    margin: 0;
}
.form_block .flex p.old_prc {
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    margin: 0;
}
.form_block .flex p.old_prc span.old_prc_cc {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #585858;
    margin-bottom: 1px;
}
.form_block .flex p.old_prc span.text_decor {
    text-decoration: line-through;
}
.form_block .flex p.one_prc {
    font-weight: bold;
    font-size: 28px;
    line-height: 19px;
    color: #1d8288;
}
.form_block .flex p.one_prc .numeral {
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
}
.form_block .flex p.one_prc span.new_prc_cc {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #585858;
    margin-bottom: 1px;
}
.form_block p.last_p {
    text-align: center;
    margin: 26px 0 0 0;
    font-size: 14px;
    line-height: 17px;
    color: #585858;
}
.form_block form {
    margin-top: 10px;
}

form p.label {
    color: #131313;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 3px 10px;
    text-align: left;
}
form input, form select {
    font-family: "Noto Sans", sans-serif;
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    border-radius: 4px;
    display: block;
    width: 100%;
    margin-bottom: 19px;
    height: 40px;
    color: #131313;
    padding-left: 10px;
    appearance: none;
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: #a7a7a7;
    font-family: "Noto Sans", sans-serif;
}
::-moz-placeholder {
    color: #a7a7a7;
    font-family: "Noto Sans", sans-serif;
}
:-moz-placeholder {
    color: #a7a7a7;
    font-family: "Noto Sans", sans-serif;
}
:-ms-input-placeholder {
    color: #a7a7a7;
    font-family: "Noto Sans", sans-serif;
}
.form_block .btn {
    max-width: 100%;
    background: linear-gradient(180deg, #EA5765 45.59%, #D7343E 100%);
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding: 16px 0;
    margin-top: 10px;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    display: block;
    width: 100%;
    position: relative;
}
.form_block .btn img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.hidden {
    display: none !important;
}

.form_block form .saffity {
    text-align: center;
    margin-top: 9px;
}
.form_block form .saffity img {
    display: inline-block;
    vertical-align: middle;
}
.form_block form .saffity .litt {
    margin: 0;
    font-size: 10px;
    line-height: 12px;
    color: #C4C4C4;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 90%;
    padding-left: 10px;
}


.reviews {
    background: url(../images/bg_rev.png) no-repeat;
    background-position: center 0;
    background-size: cover;
    overflow: hidden;
    margin-top: -75px;
    padding-bottom: 149px;
}
.reviews .ctr_del img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.reviews .ctr_del {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    padding-top: 112px;
    text-align: center;
}
.reviews h2 {
    text-align: center;
    color: #fff;
    margin-top: 88px;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
}

.slider_overflow {
    margin-top: 31px;
    width: 200%;
    overflow: hidden;
    padding-bottom: 11px;
}
.slider_act {
    width: 100%;
    max-width: 764px;
    margin-right: -13px;
    margin-left: -13px;
}
.slider_act * {
    outline: none;
}
.slick-list {
    overflow: inherit;
}
.slider_act .item {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 31px 25px 43px 25px;
    margin: 0 13px;
    min-height: 344px;
}
.slider_act .item .top {
    margin-bottom: 15px;
}
.slider_act .item .top img {
    display: inline-block;
    vertical-align: top;
}
.slider_act .item .top p {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #355881;
    padding-left: 13px;
}
.slider_act .item .top p img {
    display: block;
    margin-top: 7px;
}
.slider_act .item .body_rev {
    display: flex;
}
.slider_act .item .body_rev p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    flex: 0 0 100%;
}
.slider_act .item .body_rev p span {
    font-size: 16px;
    display: block;
    margin-bottom: 7px;
}
.slick-arrow {
    width: 48px;
    height: 10px;
    cursor: pointer;
    z-index: 3;
}
.slick-prev {
    top: auto;
    bottom: 0;
    left: 46%;
    transform: translateX(-50%);
}
.slick-next {
    top: auto;
    bottom: 0;
    right: auto;
    left: 53%;
    transform: translateX(-50%);
}
/* .slick-arrow::before {
    content: "";
    width: 48px;
    height: 10px;
    display: block;
    background: url(../img/arrow_white.svg) no-repeat center center;
} */
.slick-next:before {
    background: url(../img/arrow_yellow.svg) no-repeat center center;
}
.slick-slider {
    position: inherit;
}
.reviews .slick-dots {
    position: absolute !important;
}
.wave {
    background: url(../images/bottom_wave.png) no-repeat;
    background-position: center 0;
    height: 52px;
    width: 100%;
    text-align: center;
    padding-top: 122px;
    margin-top: -68px;
}
.wave p img {
    display: inline-block;
    vertical-align: middle;
}
.wave p {
    font-size: 14px;
    line-height: 18px;
}
/*section main start*/
.main{
    display: flex;
    flex-direction: column;
}
.main .main__header{
    padding-top: 16px;
}
.main .main__header .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main .main__header .logo img {
    display: block;
    max-width: 100%;
    margin-top: -3px;
}
.main .main__header .menu {
    transform: translateX(36px);
    margin-top: -2px;
}
.main .main__header .menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main .main__header .menu ul li {
    margin-right: 43px;
    list-style-type: none;
}
.main .main__header .menu ul li:last-child {
    margin-right: 0;
}
.main .main__header .menu ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #8C8C8C;
    text-decoration: none;
    transition: 0.3s;
}
.main .main__header ul li a:hover {
    color: #000000;
}
.main .main__header .buttom_block {
    text-align: right;
    margin-right: 3px;
}
.main .main__header .buttom_block a.btn_top {
    border: 2px solid #E34A56;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: block;
    color: #E34A56;
    text-decoration: none;
    width: 100%;
    max-width: 209px;
    padding: 7px 32px;
    transition: all 0.3s;
}
.main .main__header .buttom_block a.btn_top:hover {
    background: #E34A56;
    color: #ffffff;
}
.main .main__header .timer {
    margin-left: 74px;
}


/*section main end*/



/*section act start*/
.act{
    padding-bottom: 117px;
}
.act .act__header{
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(291.55deg, #1B7075 23.29%, #337FA9 61.25%);
    font-weight: 400;
    margin: 33px 0 12px;
}
.act .act__header span{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
}
.act h5{
    font-size: 18px;
    font-weight: 400;
}
.act .act__research{
    line-height: 26px;
    color: #2A2A2A;
    text-align: center;
    max-width: 858px;
    margin: 0 auto 25px;
}
.act .act__research span{
    line-height: 26px;
    font-weight: 500;
    font-size: 18px;
}
.act .act__subresearch{
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    max-width: 632px;
    margin: 0 auto;
}
.act .act__subresearch span{
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(291.55deg, #1B7075 23.29%, #337FA9 61.25%);
}
.act .act__cards{
    display: flex;
    justify-content: center;
    margin-top: 131px;
    margin-bottom: 28px;
}
.act .act__cards .act__cards__card{
    width: 384px;
    border-radius: 16px;
    margin-right: 32px;
    background: #B3D3E4;
    padding-bottom: 13px;
}
.act .act__cards .act__cards__card:last-child{
    margin-right: 0;
}
.act .act__cards .act__cards__card .card__header{
    width: 208px;
    height: 208px;
    border-radius: 50%;
    background: #ffffff;
    margin: -100px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.act .act__cards .act__cards__card .card__title{
    color: #2A2A2A;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.938rem;
    margin: 52px 23px 0;
}
.act .act__cards .act__cards__card .card__text{
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 7px 24px 0px;
    min-height: 150px;
}
.act .act__bottomtitle{
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.688rem;
    text-align: center;
    margin: 0 auto;
    max-width: 639px;
    color: #2A2A2A;
}
.act .act__bottomtitle span{
    font-size: 1.125rem;
    line-height: 1.688rem;
    color: #F3B947;
    font-weight: 500;
}
/*section act end*/



/*section experts start*/
.experts{
    background: #B3D3E4;
    padding-bottom: 52px;
}
.experts .experts__header, .experts .experts__header span{
    font-size: 2.25rem;
    line-height: 2.625rem;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(291.55deg, #1B7075 23.29%, #337FA9 61.25%);
    font-weight: 400;
    text-align: center;
    margin: -68px auto 0;
}
.experts .experts__header span{
    font-weight: 700;
}
.experts .experts__cards{
    max-width: 1030px;
    margin: 39px auto 0;
    overflow: hidden;
}
.experts .experts__cards .experts__cards__card{
    display: flex;
    position: relative;
}
.experts .experts__cards .experts__cards__card .card__rightside{
    font-size: 16px;
    line-height: 27px;
    color: #2A2A2A;
    margin-left: 118px;
    margin-top: 45px;
}
.experts .experts__cards .experts__cards__card .card__rightside span{
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #2A2A2A;
}
.experts .experts__cards .experts__cards__card .card__leftside{
    padding-left: 11px;
}
.experts .experts__cards .experts__cards__card .card__leftside .gradient{
    background: linear-gradient(91.6deg, #F4B744 7.88%, #FFDC84 97.38%);
    width: fit-content;
    border-radius: 8px;
}
.experts .experts__cards .experts__cards__card .card__leftside .about__expert{
    position: absolute;
    bottom:19px;
    left: 34px
}
.experts .experts__cards .experts__cards__card .card__leftside .name__expert{
    color: #2A2A2A;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    padding: 12px 18px 10px;
}
.experts .experts__cards .experts__cards__card .card__leftside .position__expert{
    color: #2A2A2A;
    font-size: 16px;
    line-height: 19px;
    padding: 8px 12px 10px 16px;
    max-width: 340px;
    position: relative;
    left: 25px;
    bottom: 8px;
}
.experts .experts__cards {
    position: relative;
}
.experts .slick-arrow{
    position: absolute;
    bottom: 0;
}
.experts .slick-dots{
    position: unset;
    text-align: unset;
    margin-left: 146px;
    margin-top: 33px;
}
.experts .slider__arrow__right{
    left: 250px;
    bottom: 18px;
    cursor: pointer;
}
.experts .slider__arrow__left{
    left: 98px;
    bottom: 18px;
    cursor: pointer;
}
/*section experts end*/


/*section composition start*/
.composition{
    padding-bottom: 153px;
}
.composition .composition__header{
    text-align: center;
    font-weight: 400;
    max-width: 801px;
    margin: 41px auto 90px;
    font-size: 2.25rem;
    line-height: 2.625rem;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(291.55deg, #1B7075 23.29%, #337FA9 61.25%);
}
.composition .composition__header span{
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.625rem;
}
.composition .composition__cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.composition .composition__cards .composition__cards__card{
    margin-right: 32px;
    background: #D9F0FD;
    border-radius: 16px;
    width: 384px;
    margin-bottom: 120px;
    padding-bottom: 12px;
    box-shadow: 1px 22px 0px -8px rgba(217, 240, 253, 0.4);
}
.composition .composition__cards .composition__cards__card:nth-child(4), .composition .composition__cards .composition__cards__card:nth-child(5), .composition .composition__cards .composition__cards__card:nth-child(6){
    margin-bottom: 0;
}
.composition .composition__cards .composition__cards__card:nth-child(3n){
    margin-right: 0;
}
.composition .composition__cards .composition__cards__card .card__header{
    width: 126px;
    height: 126px;
    margin: -60px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
}
.composition .composition__cards .composition__cards__card .card__title{
    min-height: 52px;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin: 20px 24px 0;
}
.composition .composition__cards .composition__cards__card .card__text{
    font-size: 1.125rem;
    line-height: 1.563rem;
    min-height: 195px;
    margin: 15px 24px 0;
}
.composition .composition__bottom{
    display: flex;
    align-items: center;
    margin-top: 51px;
}
.composition .composition__bottom .mockup{
    flex: 0 0 24%;
    text-align: right;

}
.composition .composition__bottom .composition__bottom__text{
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.938rem;
    max-width: 715px;
    margin-left: 24px;
    margin-top: 5px;
}
.composition .composition__bottom .composition__bottom__text span{
    color: #F3B947;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.938rem;
}
/*section composition end*/


/*section trust start*/
.trust{
    background: #B3D3E4;
    padding-bottom: 26px;
}
.trust .blue{
    background: #B3D3E4;
}
.trust .trust__header{
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(291.55deg, #1B7075 23.29%, #337FA9 61.25%);
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-weight: 400;
    text-align: center;
    margin: -69px 0 0 0;
}
.trust .trust__header span{
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-weight: 700;
}
.trust .trust__box{
    display: flex;
    margin-top: 36px;
}
.trust .trust__box .trust__box__pictures{
    display: flex;
    max-width: 512px;
    flex-wrap: wrap;
}
.trust .trust__box .trust__box__pictures .picture{
    margin-right: 16px;
    margin-bottom: 10px;
}
.trust .trust__box .trust__box__pictures .picture:nth-child(2n){
    margin-right: 0;
}
.trust .trust__box .trust__box__list ul{
    margin-top: 65px;
    margin-left: 139px;
}
.trust .trust__box .trust__box__list ul li{
    display: block;
    position: relative;
    color: #2A2A2A;
    font-size: 22px;
    line-height: 48px;
    margin-bottom: 16px;
}
.trust .trust__box .trust__box__list ul li:before{
    content: '';
    left: -55px;
    top: 8px;
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url("../images/orange.svg");
}
/*section trust end*/
.new_nobb, .hide_desk, .mob_br {
    display: none;
}
.slider_mobb {
    display: none;
}
footer {
    text-align: center;
    padding: 30px 0;
    background: linear-gradient(to left, #327EA8, #1B7075);
    color: #fff;
}
footer *, footer a {
    color: #fff;
}


.overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 15;
    display: none;
}
.overlay .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1009px;
}
.overlay .popup .l_l {
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    flex: 0 0 50%;
    background: #B3D3E4;
    position: relative;
    overflow: hidden;
}
.overlay .popup .l_l img {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.overlay .popup .r_r {
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    flex: 0 0 50%;
    background: #fff;
    padding: 38px 85px 30px 85px;
    text-align: center;
    padding: 0;
}
.overlay .form_block {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: none;
    width: auto;
    max-width: 100%;
    filter: none;
    border-radius: 0;
}
.overlay .popup .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.overlay .form_block .saffity {
    text-align: center;
    max-width: 250px;
    margin: 20px auto 0;
}
.overlay .form_block .saffity .litt {
    width: 60%;
    color: #585858;
    font-size: 12px;
}
.overlay .form_block .btn {
    margin-top: 30px;
}
.overlay .form_block p.red {
    font-size: 16px;
}

.colse {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -40px;
    right: 0;
    cursor: pointer;
}
.colse span:first-child {
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 14px;
    left: 0;
    transform: rotate(45deg);
}
.colse span:last-child {
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 14px;
    right: 0;
    transform: rotate(-45deg);
}

.slick-dots button {
    background: #C4C4C4 !important;
}
.slick-dots li.slick-active button {
    background: #fff !important;
}

.hide_desk {
    display: none;
}







/*media start*/
@media screen and (max-width: 1230px){
    .composition .composition__cards .composition__cards__card:nth-child(4){
        margin-bottom: 116px;
    }
    .composition .composition__cards .composition__cards__card:nth-child(3n){
        margin-right: 32px;
    }
    .composition .composition__cards .composition__cards__card:nth-child(2n){
        margin-right: 0;
    }
    .trust .trust__box .trust__box__list ul{
        margin-left: 70px;
    }
    .trust .trust__box .trust__box__list ul li{
        font-size: 20px;
        line-height: 36px;
    }
}
@media screen and (max-width: 1300px) {
    .container {
        max-width: 900px;
    }
    .main .main__header .menu ul li {
        margin-right: 15px;
    }
    .main .main__header .buttom_block a.btn_top {
        padding: 7px 15px;
        font-size: 14px;
    }
    .sec_general {
        padding-bottom: 141px;
    }
    .sec_general .general_l h1 span {
        font-size: 32px;
    }
    .sec_general .general_l h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .sec_general .general_l p.pod_h, .sec_general .general_l p.pod_h span {
        font-size: 18px;
        max-width: 500px;
    }
    .sec_general .general_l p.native {
        max-width: 410px;
        font-size: 16px;
    }
    .form_block {
        max-width: 300px;
        padding: 20px 15px 25px 15px;
    }
    .form_block .btn {
        font-size: 18px;
        padding: 10px 0;
    }
    .form_block p.last_p {
        font-size: 12px;
        margin-top: 15px;
    }
    .form_block form .saffity .litt {
        width: 84%;
    }
    .reviews {
        margin-top: -75px;
    }
    .sec_general .general_l .flex_c {
        max-width: 420px;
    }
    .sec_general .general_l .flex_c .item p {
        font-size: 12px;
    }
    .sec_general .prod_top {
     position: absolute;
     left: 59.7%;
     top: 55%;
     transform: translateX(-50%);
     max-width: 375px;
 }
 .sec_general .prod_medal {
    position: absolute;
    left: 41%;
    top: 106%;
    transform: translateX(-50%);
    z-index: 2;
    max-width: 85px;
}
.sec_general .prod_bg {
    position: absolute;
    left: 47.7%;
    top: 54%;
    transform: translateX(-50%);
    z-index: -1;
    max-width: 410px;
}
.slider_act .item {
    min-height: 393px;
}
.reviews .ctr_del {
    padding-top: 121px;
}
.sec_general.sec_last {
    padding-bottom: 160px;
}
}
@media screen and (max-width: 980px) {
    .container {
        max-width: 710px;
    }
    .experts .experts__cards {
        max-width: 710px;
    }
    .experts .experts__cards .experts__cards__card .card__rightside {
        font-size: 14px;
        line-height: 25px;
        color: #2A2A2A;
        margin-left: 65px;
        margin-top: 2px;
    }
    .experts .experts__cards .experts__cards__card .card__leftside .about__expert {
        top: 400px;
        bottom: auto;
    }
    .act .act__cards .act__cards__card .card__title {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
    }
    .act .act__cards .act__cards__card .card__text {
        font-size: 14px;
        line-height: 20px;
    }
    .act .act__cards .act__cards__card .card__header {
        width: 130px;
        height: 130px;
        margin-top: -70px;
    }
    .act .act__cards .act__cards__card .card__header img {
        max-width: 100px;
    }
    .main .main__header .menu ul li {
        margin-right: 7px;
    }
    .main .main__header .menu {
        display: none;
    }
    .sec_general {
        padding-bottom: 15px;
    }
    .sec_general .prod_top {
        left: 76.7%;
        top: 19%;
        max-width: 310px;
    }
    .sec_general .prod_bg {
        display: none;
    }
    .sec_general .prod_medal {
        left: 57%;
        top: 38%;
        max-width: 80px;
    }
    .form_block {
        position: relative;
        right: 0;
        left: auto;
        top: 0;
        bottom: 0;
        max-width: 400px;
        margin: 30px auto 0;
    }
    .reviews {
        margin-top: -50px;
    }
    .reviews .ctr_del {
        padding-top: 117px;
    }
    .wave {
        margin-top: -40px;
        padding-top: 100px;
    }
    .composition .composition__header, .trust .trust__header {
        font-size: 28px;
    }
    .trust .trust__header span {
        font-size: 28px;
    }
    .composition .composition__cards {
        justify-content: space-between;
    }
    .composition .composition__cards .composition__cards__card {
        width: auto;
        flex: 0 0 48% !important;
        margin: 0 0 20px 0 !important;
    }
    .trust .trust__box .trust__box__pictures .picture img {
        max-height: 155px;
    }
    .trust .trust__box .trust__box__list ul li {
        font-size: 18px;
    }
    .trust .trust__box .trust__box__list ul {
        margin-top: 0;
        margin-left: 20px;
    }
    .sec_general.sec_last {
        padding-bottom: 21px;
    }
}
@media screen and (max-width: 767px) {
    .sec_general .prod_medal {
        display: none;
    }
    .hide_desk {
        display: block;
    }
    .container {
        max-width: 420px;
        padding: 0 16px;
    }
    .reviews .container {
        padding: 0 8px;
    }
    .main {
        display: none;
    }
    .sec_general .general_l h1 span, .sec_general .general_l h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .sec_general .general_l h1:before {
        background: radial-gradient(50% 50% at 50% 50%, rgba(243, 185, 71, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
        width: 117px;
        height: 117px;
        left: -14px;
        top: -37px;
    }
    .sec_general {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sec_general .general_l p.pod_h, .sec_general .general_l p.pod_h  span {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .sec_general .general_l p.pod_h span.weight {
        font-weight: 700;
    }
    .sec_general .general_l p.pod_h span.hide_mobb, .sec_general .general_l .flex_c, .sec_general .general_l p.native, .form_block p.red, .form_block p.last_p, .form_block form .saffity, .reviews .ctr_del img {
        display: none;
    }
    .act .yellow {
        display: none;
    }
    .new_nobb {
        display: block;
        font-size: 14px;
        margin-bottom: 300px;
    }
    .new_nobb img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
    }
    .sec_general .prod_top {
        top: 22%;
        left: 52%;

    }
    .sec_general .prod_top.hide_mobb {
        display: none;
    }
    .sec_general .prod_top.mobb {
        display: block;
    }
    .form_block {
        filter:none;
        border-radius: 0;
        max-width: 100%;
        padding: 0 0;
    }
    .form_block .form_flgr {
        display: flex;
        justify-content: space-between;
    }
    .form_block .form_flgr .form_flgr_i {
        flex: 0 0 48%;
    }
    form p.label {
        font-size: 12px;
        line-height: 14px;
        padding-left: 0;
        margin-left: 0;
    }
    form input {
        font-size: 12px;
        padding-left: 8px;
        margin-bottom: 0;
    }
    .form_block .btn {
        padding: 17px 0;
        margin-top: 12px;
    }
    .hide_desk {
        display: block;
        max-width: 201px;
        margin: 30px auto 0;
    }
    .act .act__cards {
        flex-wrap: wrap;
        margin-top: 85px;
    }
    .reviews {
        background: url(../images/bg_m_rev.png) no-repeat;
        background-position: center 0;
        background-size: cover;
        margin-top: -20px;
        padding-bottom: 70px;
    }
    .reviews h2 {
        max-width: 224px;
        margin: 88px auto 0;
    }
    .reviews .ctr_del {
        text-align: left;
        max-width: 228px;
        padding-top: 90px;
        padding-left: 17px;
    }
    .act .act__header {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 25px;
        margin-top: 34px;
    }
    .act .act__header span {
        display: block;
        font-size: 26px;
        line-height: 30px;
    }
    .act .act__cards .act__cards__card {
        flex: 0 0 100%;
        margin: 0 auto 102px;
    }
    .act .act__cards .act__cards__card:last-child {
        margin-bottom: 0;
    }
    .act .act__research, .act .act__subresearch {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }
    .act .act__research span, .act .act__subresearch span {
        font-size: 16px;
        line-height: 24px;
    }
    .act .act__cards .act__cards__card .card__header {
        width: 160px;
        height: 160px;
        margin-top: -80px;
    }
    .act .act__cards .act__cards__card .card__header img {
        max-width: 130px;
    }
    .act .act__cards .act__cards__card .card__title {
        font-size: 20px;
        line-height: 26px;
    }
    .act .act__cards .act__cards__card .card__text {
        font-size: 16px;
        line-height: 24px;
    }
    .act .act__bottomtitle {
        font-size: 18px;
        line-height: 24px;
    }
    .blue {
        width: 82px;
        height: 82px;
        top: -41px;
    }
    .experts .experts__header, .experts .experts__header span {
        font-size: 26px;
        line-height: 30px;
        margin: 0;
    }
    .experts .experts__header {
        margin-top: -15px;
    }
    .experts .experts__cards .experts__cards__card {
        display: block;
        padding: 0 16px;
    }
    .experts .experts__cards .experts__cards__card .card__leftside {
        padding: 0;
        margin: 0;
    }
    .slick-slide img {
        max-width: 239px;
        margin: 0 auto;   
    }
    .experts .experts__cards .experts__cards__card .card__leftside .about__expert {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        max-width: 288px;
        margin: -55px auto 0;
    }
    .experts .experts__cards .experts__cards__card .card__leftside .name__expert {
        font-size: 16px;
        line-height: 24px;
        max-width: 272px;
    }
    .experts .experts__cards .experts__cards__card .card__leftside .position__expert {
        font-size: 14px;
        max-width: 280px;
        line-height: 20px;
    }
    .experts .experts__cards .experts__cards__card .card__rightside {
        margin: 0;
        padding: 0;
        font-size: 16px;
        margin-top: 20px;
    }
    .experts .experts__cards {
        margin-top: 26px;
    }
    .composition {
        padding-bottom: 80px;
    }
    .composition .composition__header {
        font-size: 26px;
        line-height: 30px;
        text-align: left;
        padding: 0 16px;
        margin-top: 32px;
        margin-bottom: 65px;
    }
    .composition .composition__header span {
        font-size: 26px;
        line-height: 30px;
    }
    .composition .composition__cards .composition__cards__card {
        flex: 0 0 100% !important;
        margin: 0 auto 80px !important;
    }
    .composition .composition__cards .composition__cards__card .card__title {
        font-size: 22px;
        line-height: 26px;
        min-height: auto;
    }
    .composition .composition__cards .composition__cards__card .card__text {
        font-size: 16px;
        line-height: 20px;
        margin-top: 16px;
        min-height: auto;
        padding-bottom: 20px;
    }
    .composition .composition__bottom {
        flex-wrap: wrap;
        margin-top: -20px;
    }
    .composition .composition__bottom .mockup {
        flex: 0 0 100%;
        text-align: center;
    }
    .composition .composition__bottom .composition__bottom__text {
        flex: 0 0 100%;
        margin: 20px 0 0 0;
        font-size: 18px;
        line-height: 24px;
    }
    .composition .composition__bottom .composition__bottom__text span {
        font-size: 18px;
        line-height: 24px;
    }
    .trust .trust__box .trust__box__pictures {
        display: none;
    }
    .trust .trust__box .trust__box__list ul {
        margin-left: 45px;
        padding-left: 0;
    }
    .trust .trust__box .trust__box__list ul li {
        line-height: 25px;
    }
    .mob_br {
        display: block;
    }
    .trust .trust__box {
        display: block;
        overflow: hidden;
    }
    .trust .trust__header {
        padding: 0 16px;
        padding-top: 50px;
        font-size: 26px;
        line-height: 30px;
    }
    .trust .trust__header span {
        font-size: 26px;
        line-height: 30px;
    }
    .slider_mobb {
        display: block;
    }
    .slider_mobb .slick-dots {
        margin-top: 24px;
    }
    .slider_mobb img {
        max-width: 100%;
        margin: 0 auto;
    }
    .reviews .slick-dots li {
        width: auto;
        height: auto;
    }
    .slider_overflow {
        width: auto;
    }
    .reviews .slick-dots li button {
        width: 8px !important;
        height: 8px !important;
        padding: 0;
        margin: 0;
    }
    .reviews .slick-dots li.slick-active {
        width: 14px !important;
        height: 14px !important;
    }
    .reviews .slick-dots li.slick-active button {
        margin: 3px auto 0;
    }
    .reviews .slick-dots li button:before {
        display: none;
    }
    .slider_act .item {
        margin: 0;
    }
    .slider_act {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .reviews .slick-dots {
        bottom: 0;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }
    .slider_act .item .top p {
        width: 70%;
    }
    .slider_act .item .top img {
        max-width: 57px;
    }
    .slider_act .item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wave {
        background: url(../images/wave_bottom.png) no-repeat;
        background-position: center 0;
        background-size: cover;
        height: 299px;
    }
    .wave p img {
        display: none;
    }
    .wave p {
        text-align: left;
        max-width: 250px;
    }
    footer {
        padding: 0;
        margin-top: -130px;
        color: #fff;
        position: relative;
        z-index: 3;
        background: transparent;
    }
    footer a {
        color: #fff;
    }
    .sec_general .general_l h1 br {
        display: none;
    }
    .form_block .flex p.one_prc .numeral {
        font-weight: bold;
        font-size: 22px;
        line-height: 35px;
    }
    .form_block .flex p.old_prc {
        font-size: 14px;
        line-height: 16px;
    }
    .sec_general.sec_last {
        padding-bottom: 30px;
    }
    .experts .slick-dots {
        text-align: center;
        margin: 15px auto 0;
    }
    .experts {
        padding-bottom: 40px;
    }
    .experts .slider__arrow__left {
        left: 30%;
        transform: translateX(-50%);
    }
    .experts .slider__arrow__right {
        left: 74%;
        transform: translateX(-50%);
    }
    .composition .yellow {
        margin-top: 32px;
    }
    .trust .trust__box .trust__box__list ul li:before {
        left: -40px;
        top: 0;
    }
    .slider_mobb .slider__arrow__left {
        position: absolute;
        top: 226px;
        left: 27%;
        transform: translateX(-50%);
    }
    .slider_mobb .slider__arrow__right {
        position: absolute;
        top: 226px;
        left: 77%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 405px) {
    .sec_general .prod_top {
        top: 25%;
    }
}
@media screen and (max-width: 350px) {
    .composition .composition__cards .composition__cards__card .card__title {
        font-size: 18px;
    }
    .reviews .ctr_del {
        padding-top: 78px;
    }
    .sec_general .prod_top {
        top: 25%;
        left: 55%;
    }
    .experts .experts__cards .experts__cards__card .card__leftside .position__expert {
        left: 10px;
        max-width: 250px;
    }
    .experts .experts__cards .experts__cards__card .card__leftside .name__expert {
        padding: 12px 12px 10px;
    }
}
/*media end*/
