/* Slider */
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}.slick-list:focus {outline: none;}.slick-list.dragging {cursor: pointer;cursor: hand;}.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}.slick-track {position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}.slick-track:before, .slick-track:after {display: table;content: '';}.slick-track:after {clear: both;}.slick-loading .slick-track {visibility: hidden;}.slick-slide {display: none;float: left;height: 100%;min-height: 1px;}[dir='rtl'] .slick-slide {float: right;}.slick-slide img {display: block;}.slick-slide.slick-loading img {display: none;}.slick-slide.dragging img {pointer-events: none;}.slick-initialized .slick-slide {display: block;}.slick-loading .slick-slide {visibility: hidden;}.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}.slick-arrow.slick-hidden {display: none;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "Gilroy", sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
}
p{
    line-height: 1.2;
}
*{
    box-sizing: border-box;
}



body{
    background: #FDFFF1;
}
.container{
    width: 100%;
    max-width: 1440px;
    padding: 0 50px;
    margin: 0 auto;
}

.first_screen{
    padding-top: 42px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}
header{
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
}
header .container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 203px;
}
header nav ul{
    display: flex;
    align-items: center;
    gap: 43px;
}
header nav li{
    position: relative;
}
header nav li::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 29px;
    height: 1px;
    background-color: #BCCA99;
}
header nav li a{
    color: #151111;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 13px;
}

.start_info_box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 35px;
    margin-bottom: 45px;
}
.start_info_box .item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.start_info_box .item p{
    font-size: 18px;
}


.checked_prog{
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    max-width: 432px;
}
.checked_prog p{
    font-size: 35px;
    color: #434040;
    font-weight: 500;
}
.checked_prog span{
    font-size: 14px;
    color: #fff;
    padding: 10px 10px 10px 35px;
    position: absolute;
    left: calc(100% + 25px);
    bottom: -5px;
    width: 236px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../fonts/../fonts//theme/body-food/img/checked_pl.svg');
    
}
.checked_prog span b{
    display: block;
    margin-bottom: 3px;
}
.checked_prog span::after{
    content: '';
    position: absolute;
    left: -20px;
    top: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('../fonts/../fonts//theme/body-food/img/pl_line.svg');
    width: 40px;
    height: 16px;
}

h1{
    font-size: 131px;
    color: #8C9874;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 41px;
    z-index: 2;
    position: relative;
    font-family: "Source Serif 4", serif;
}


.galochki{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 59px;
}
.galochki .item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
}

.to_be{
    position: relative;
    padding: 25px 50px;
    width: 100%;
    max-width: 444px;
}
.to_be::after, .to_be::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../fonts/../fonts//theme/body-food/img/quotes.svg');
}
.to_be::before{
    left: 0;
    top: 0;
}
.to_be::after{
    right: 0;
    bottom: 0;
}
.to_be p{
    font-size: 20px;
    font-style: italic;
}

.first_screen .right_img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 946px;
    height: 957px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../fonts/../fonts//theme/body-food/img/main_img.png');
}
.first_screen .right_img .soc{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 94px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    z-index: 2;
}
.first_screen .right_img .soc li{
    padding: 16px 25px;
    background-color: #F2E9DB;
    border-radius: 22px;
    font-size: 21px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: fit-content;
}

section{
    padding-top: 50px;
    padding-bottom: 50px;
}
h2{
    font-family: Benzin-Semibold;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.285%; /* 37.2px */
    text-transform: uppercase;
    color: #434040;
}
.waiting_sect{
    padding-top: 111px;
    padding-bottom: 178px;
}
.waiting_sect h2{
    color: #fff;
}
.waiting_sect iframe{
    width: 100%;
    height: 525px;
    border-radius: 22px;
}


.for_sect{
    padding-top: 71px;
    padding-bottom: 56px;
    border-radius: 90px;
    background: #8F9A74;
}
.for_sect .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.for_sect h2{
    margin-bottom: 54px;
    color: #fff;
    text-align: center;
}
.for_sect .left{
    width: 100%;
    max-width: 686px;
}
.for_sect .for_box{
    display: flex;
    align-items: flex-start;
    margin-bottom: 90px;
} 
.for_sect .for_box ul{
    counter-reset: list;
    margin-left: -70px;
}
.for_sect .for_box li{
    position: relative;
    margin-bottom: 35px;
    color: #FFF;
    font-size: 20px;
    line-height: 120%;
}
.for_sect .for_box li:last-child{
    margin-bottom: 0;
}
.for_sect .for_box li::after{
    position: absolute;
    left: -8px;
    top: calc(50% - 8px);
    transform: translateY(-50%);
    content: "";
    font-size: 35px;
}
.for_sect .for_box li::before{
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    filter: drop-shadow(0px 4px 15px #FFE500);
    background: #FFC300;
    top: 3px;
    left: -24px;
}
.for_sect .yellow_btn{
    max-width: 510px;
    box-shadow: 0px 4px 25px 0px rgba(255, 195, 0, 0.71);
}
.for_sect .for_box li:nth-child(2){
    margin-left: 64px;
}
.for_sect .for_box li:nth-child(3){
    margin-left: 106px;
}
.for_sect .for_box li:nth-child(4){
    margin-left: 132px;
}
.for_sect .for_box li:nth-child(5){
    margin-left: 145px;
}
.for_sect .for_box li:nth-child(6){
    margin-left: 136px;
}
.for_sect .for_box li:nth-child(7){
    margin-left: 122px;
}
.for_sect .for_box li:nth-child(8){
    margin-left: 92px;
}
.for_sect .for_box li:nth-child(9){
    margin-left: 46px;
}




.slick-slide {
    margin: 0 20px;
}
.slick-list {
    margin: 0 -20px;
}
.faqs_box .slick-arrow{
    position: absolute;
    top: -130px;
    width: 81px;
    height: 81px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    border: none;
    cursor: pointer;
    background-color: #BCCA99;
    color: transparent;
    font-size: 0;
}
.slick-prev{
    right: 105px;
    background-image: url('../fonts/../fonts/../img/slick-prev.svg');
}
.slick-next{
    right: 0;
    background-image: url('../fonts/../fonts/../img/slick-next.svg');
}
.feeds_slider img{
    max-width: 100%;
}
.feeds_slider{
    width: 100%;
}
.feeds_sect h2{
    margin-bottom: 22px;
    text-align: center;
    max-width: 846px;
    color: #fff;
}

.feeds_sect .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feeds_sect{
    border-radius: 90px;
    background: #8F9A74;
    padding-top: 54px;
    padding-bottom: 27px;
}

.feeds_sect .slider_wrap{
    width: 100%;
    position: relative;
}

.feeds_sect .slider_wrap .arrows_cont{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: -68px;
    right: 0;
}

.feeds_sect .slider_wrap .arrows_cont .arrow{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.feeds_sect .slider_wrap .arrows_cont .arrow_right{
    margin-left: 8px;
}

.on_course_sect{
    padding: 94px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../fonts/../fonts//theme/body-food/img/on_course_bg.png');
}
.on_course_sect .box{
    padding: 50px 0;
    background: #494F43B2;
    backdrop-filter: blur(10px);
    max-width: 1240px;
    margin: 0 auto;
    border-radius: 26px;
}
.on_course_sect .box h2{
    color: #fff;
    margin-bottom: 50px;   
}
.on_course_sect .box ul{
    padding-left: 60px;
    counter-reset: list;
}
.on_course_sect .box ul li{
    font-size: 17px;
    color: #fff;
    margin-bottom: 30px;
    padding-left: 75px;
    position: relative;
    display: inline-block;
    width: 49%;
    line-height: 1.3;
    vertical-align: text-top;
}
.on_course_sect .box ul li::after{
    position: absolute;
    counter-increment: list;
    content: '0'counter(list);
    position: absolute;
    left: -12px;
    top: calc(50% - 25px);
    color: #fff;
    font-family: 'Gilroy';
    font-size: 35px;
}
.on_course_sect .box ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% + 3px);
    transform: translateY(-50%);
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #A2AE85;
}
.on_course_sect .box ul li:nth-child(10)::after{
    content: '10';
}

.we_not{
    padding-bottom: 84px;
}
.we_not ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.we_not li{
    font-size: 17px;
    position: relative;
    padding-left: 33px;
    margin-bottom: 43px;
    width: 100%;
    max-width: 374px;
}
.we_not li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 44px;
    border-radius: 26px;
    background-color: #FFC7B4;

}
.we_not li:last-child{
    background-color: #FFE49D;
    padding: 12px 0 12px 22px;
    border-radius: 26px;
}
.we_not li:last-child::after{
    display: none;
}
.we_not li:nth-child(2n){
    width: 100%;
    max-width: 732px;
}

.programm_sect .module_tabs{
    width: 100%;
    border-radius: 90px;
    background: #8F9A74;
    padding: 95px 73px 36px;
}

.programm_sect h2{
    margin-bottom: 68px;
    text-align: center;
}
.programm_sect .item{
    position: relative;
    padding: 32px 50px 34px 0;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}
.programm_sect .item .plus{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../img/plus.svg');
    cursor: pointer;
    transition: all 0.2s ease;
}
.programm_sect .item.active .plus{
    transform: translateY(20px) rotate(45deg);
    top: 0;
}
.programm_sect .item .text{
    display: none;
    padding-top: 22px;
    color: #fff;
}
.programm_sect .item .text p{
    font-size: 18px;
    margin-bottom: 20px;
}
.programm_sect .item .text ul{
    margin-bottom: 20px;
    list-style-type: disc;
    list-style-position: inside;
}
.programm_sect .item .text ol{
    margin-bottom: 20px;
    list-style-type: decimal;
    list-style-position: inside;
}
.programm_sect .item .text li{
    font-size: 16px;
    line-height: 1.2;
}
.programm_sect .item:last-child{
    border-bottom: none;
}
.programm_sect .item small{
    color: #FFF;
    font-family: Benzin-Semibold;
    font-size: 14.308px;
    text-transform: uppercase;
    border-radius: 30px;
    display: inline-flex;
}
.programm_sect .item small:first-of-type{
    background-color: #FFC300;
    width: 188px;
    padding: 12px 20px;
}

.programm_sect .item small:last-of-type{
    background: #FFF;
    text-align: center;
    color: #434040;
    padding: 12px 26px;
    margin-left: -60px;
}

.work_book_sect{
    padding-top: 107px;
    padding-bottom: 0;
}
.work_book_sect .container.yellow{
    max-width: 1340px;
    background-color: #FFE49D;
    border-radius: 26px;
    padding: 37px 50px 34px 33px;
    position: relative;
    margin-bottom: 12px;
}
.work_book_sect .container.dashed{
    max-width: 1340px;
    /* border: 1px dashed #51584A; */
    border-radius: 26px;
    padding: 41px 28px 38px 38px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url('../fonts/../fonts//theme/body-food/img/dashed_bord.svg');
}
.work_book_sect .left{
    width: 100%;
    max-width: 737px;
}
.work_book_sect .left h2{
    text-align: left;
    color: #434040;
    margin-bottom: 12px;
}
.work_book_sect .left p{
    margin-bottom: 21px;
}
.work_book_sect .left .what_inc{
    padding: 13px 14px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-flex;
    margin-bottom: 22px;
}
.work_book_sect .left ul{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-position: inside;
    list-style: disc;
    color: #434040;
    width: 100%;
    max-width: 684px;
    vertical-align: text-top;
    padding-left: 20px;
}
.work_book_sect .left ul li{
    color: #FFF;
    font-size: 20px;
    margin-bottom: 3px;
    width: 50%;
    padding-right: 10px;
}
.work_book_sect .left ul li:nth-child(4){
    margin-top: -10px;
    margin-bottom: 0;
}
.work_book_sect .right{
    width: 100%;
    max-width: 556px;
}
.work_book_sect .container.dashed .top{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin-bottom: 27px;
}
.work_book_sect .container.dashed .plus{
    width: 37px;
    height: 37px;
    border-radius: 8px;
    background-color: #8C9774;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    background-image: url('../fonts/../fonts//theme/body-food/img/plus.svg');
}
.work_book_sect .container.dashed .top p{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.work_book_sect .container.dashed ul{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-position: inside;
    list-style: disc;
    padding-left: 20px;
    margin-right: 70px;
    vertical-align: text-top;
}
.work_book_sect .container.dashed li{
    font-size: 16px;
    margin-bottom: 5px;
    width: 50%;
}
.work_book_sect .container.dashed li:nth-child(2n-1){
    width: 45%;
}

.tarifs_sect{
    padding-top: 87px;
    padding-bottom: 80px;
}
.tarif_box{
    background-color: #fff;
    padding: 14px 17px 18px 30px;
    border-radius: 22px;
}
.kek_li{
    display: none!important;
}
.tarif_box .left_side{
    padding-top: 74px;
    width: 100%;
    max-width: 534px;
}

.tarif_box .right_side{
    width: calc(100% - 592px);
    display: flex;
    gap: 20px;
}
.tarifs_sect h2{
    color: #434040;
}
.tarifs_sect .left_side li{
    padding: 16px 0px 16px 13px;
    font-size: 16px;
    line-height: 1.2;
    border-bottom: 1px solid #8C9774;
}
.tarifs_sect .left_side li small{
    display: inline-block;
    margin-right: 8px;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(90deg, rgba(245,139,51,1) 0%, rgba(249,173,1,1) 100%);
}
.tarif_box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.tarifs_sect .tarif_dop{
    position: relative;
    margin-top: 41px;
    padding-top: 40px;
    padding-left: 40px;
}
.tarifs_sect .tarif_dop::after{
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../fonts/../fonts//theme/body-food/img/dop_star.svg');
}
.tarifs_sect .tarif_dop p{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}
.tarifs_sect .tarif_dop p:last-child{
    margin-bottom: 0;
}
.tarifs_sect .right_side .item{
    width: 158px;
    min-width: 158px;
    border-radius: 22px;
    background-color: #F0F0F0;
    overflow: hidden;
}
.tarifs_sect .right_side .item .mob{
    display: none;
}
.tarifs_sect .right_side .item .top{
    background-color: #BCCA99;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    max-height: 72px;
    text-transform: uppercase;
    font-family: "Source Serif 4", serif;
}
.tarifs_sect .right_side .item:last-child .top{
    background-color: #A2AE85;
}
.tarifs_sect .right_side .item .top .plus{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(245,139,51,1) 0%, rgba(249,173,1,1) 100%);
    margin-left: 4px;
    position: relative;
}
.tarifs_sect .right_side .item .top .plus::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../fonts/../fonts/../img/plus.svg');
}
.tarifs_sect .right_side .item ul{
    padding: 0 10px;
}
.tarifs_sect .right_side .item ul li{
    padding: 16px 0;
    text-align: center;
    border-bottom: 1px solid #8C9774;
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tarifs_sect .right_side .item ul li img{
    width: 19px;
    height: 19px;
}
.tarifs_sect .right_side .item ul li:last-child{
    border-bottom: none;
    width: 100%;
    flex-direction: column;
}
.tarifs_sect .right_side .item ul li .old_price{
    display: block;
    font-size: 31px;
    color: #C5C5C5;
    position: relative;
    font-weight: 500;
}
.tarifs_sect .right_side .item ul li .old_price.empty{
    min-height: 31px;
}
.tarifs_sect .right_side .item ul li .old_price::after{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 1.4px;
    background-color: #434040;
}
.tarifs_sect .right_side .item ul li .old_price.empty::after{
    display: none;
}
.tarifs_sect .right_side .item ul li .new_price{
    color: #434040;
    font-size: 31px;
    margin-bottom: 23px;
    font-weight: 600;
    display: block;
}
.tarifs_sect .right_side .item ul li:last-child{
    padding-bottom: 10px;
}
.tarifs_sect .right_side .item ul li:last-child a{
    display: block;
    border-radius: 10px;
    margin-bottom: 6px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 16px 0;
    background-color: #BCCA99;
    font-family: "Source Serif 4", serif;
    width: 100%;
}
.tarifs_sect .right_side .item ul li:last-child a.get{
    width: 100%;
    background: linear-gradient(90deg, rgba(245,139,51,1) 0%, rgba(249,173,1,1) 100%);
}



.wanna_form h2{
    margin-bottom: 39px;
    line-height: 1.2;
}
.wanna_form h2 + p{
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
}
.wanna_form form{
    display: flex;
    align-items: center;
    padding: 30px 30px 80px 17px;
    background-color: #F2E9DB;
    border-radius: 15px;
    gap: 10px;
    position: relative;
}
.wanna_form form input{
    width: 24%;
    padding: 22px 0;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    color: #000;
    border: none;
    font-size: 18px;
}
.wanna_form form button{
    background-color: #8C9774;
    color: #fff;
    width: 100%;
    max-width: 449px;
    min-width: 449px;
    padding: 22px;
    font-size: 18px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
}
form .agree{
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    cursor: pointer;
}
form .agree input{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
form .agree input + span{
    display: inline-block;
    width: 28px;
    min-width: 28px;
    height: 28px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    cursor: pointer;
}
form .agree input:checked + span{
    background-image: url('../fonts/../fonts//theme/body-food/img/checked.svg');
}
form .agree input + span + span{
    font-size: 12px;
}
form .agree input + span + span a{
    font-size: 12px;
    color: #434040;
    text-decoration: underline;
}



.on_start{
    position: relative;
    padding-top: 79px;
}
.on_start .on_start_img{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
    max-width: 1350px;
}
.on_start h2{
    text-align: left;
    padding-left: 88px;
}
.on_start .box{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
}
.on_start .box .left{
    width: 100%;
    max-width: 560px;
}
.on_start .box .right{
    background-image: url('../fonts/../fonts//theme/body-food/img/on_start_right.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 757px;
    height: 430px;
    position: relative;
    border-radius: 26px;
}
.on_start .box .right p{
    position: absolute;
    left: 50%;
    width: calc(100% - 46px);
    transform: translateX(-50%);
    bottom: 26px;
    padding: 32px 54px 32px 37px;
    background-color: #494F43B2;
    backdrop-filter: blur(10px);
    border-radius: 26px;
    font-size: 18px;
    color: #fff;
}
.on_start .box .right p span{
    color: #FFE49D;
    font-weight: bold;
}
.on_start .box .right p::after{
    content: '';
    position: absolute;
    right: 65px;
    width: 30px;
    height: 30px;
    top: -15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../fonts/../fonts//theme/body-food/img/circles.png');
}
.on_start .box .left > p{
    padding-left: 88px;
    margin-bottom: 82px;
}
.on_start .box .korist{
    background-color: #8C9774;
    border-radius: 26px;
    padding: 27px 40px 31px 31px;
}
.on_start .box .korist p{
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}
.on_start .box .korist span{
    font-size: 20px;
    color: #434040;
    padding: 9px 19px;
    background-color: #E5ECB7;
    border-radius: 16px;
}



.dosut_sect{
    padding-top: 140px;

}

.dosut_sect h2{
    font-size: 97px;
    margin-bottom: 39px;
    text-align: left;
    font-weight: 500;
    position: relative;
    line-height: 1.2;
    font-family: "Source Serif 4", serif;
}
.dosut_sect h2 .my{
    position: absolute;
    background-color: #F2E9DB;
    left: 437px;
    top: 16px;
    font-size: 20px;
    color: #434040;
    text-transform: uppercase;
    padding: 19px 26px 19px 32px;
    border-radius: 26px;
}
.dosut_sect h2 .my::after{
    content: '';
    position: absolute;
    right: 26px;
    top: -14px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../fonts/../fonts//theme/body-food/img/green_circles.png');
}
.dosut_sect h2 .dosut_img{
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    max-width: 793px;
    height: 111px;
    object-fit: cover;
    border-radius: 26px;
}
.dosut_sect .choose_tar{
    display: inline-block;
    background: linear-gradient(90deg, rgba(245,139,51,1) 0%, rgba(249,173,1,1) 100%);
    padding: 27px 170px;
    border-radius: 100px;
    color: #fff;
    font-size: 36px;
    font-family: "Source Serif 4", serif;
    text-transform: uppercase;
}


.gift_sect{
    padding-top: 114px;

}
.gift_sect h2{
    margin-bottom: 61px;
}
.gift_sect .box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}
.gift_sect .box .left{
    width: calc(50% - 7px);

}
.gift_sect .box .left .about{
    background-color: #8C9774;
    padding: 28px 16px 26px 33px;
    border-radius: 26px;
    margin-bottom: 53px;
}
.gift_sect .box .left .about p{
    color: #fff;
    font-size: 20px;
    margin-bottom: 14px;
}
.gift_sect .box .left .about + p{
    padding-left: 33px;
    margin-bottom: 60px;
    font-size: 20px;
    padding-right: 10px;
}
.gift_sect .box .left .start{
    display: inline-block;
    padding: 9px 26px;
    border-radius: 16px;
    background-color: #FFC7B4;
    font-size: 20px;
    color: #434040;
}
.gift_sect .box .right{
    width: calc(50% - 7px);
    height: 463px;
    position: relative;
    background-image: url('../fonts/../fonts//theme/body-food/img/give_gift_img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 26px;
}
.gift_sect .box .right a{
    position: absolute;
    display: inline-block;
    background: linear-gradient(90deg, rgba(245,139,51,1) 0%, rgba(249,173,1,1) 100%);
    width: calc(100% - 68px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 37px;
    padding: 27px;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-family: "Source Serif 4", serif;
    text-align: center;
    border-radius: 100px;
}

.faqs_box h2{
    text-align: center;
    margin-bottom: 121px;
    color: #434040;
}
.faqs_box .slide{
    background-color: #FFFFFF;
    padding: 25px 27px 48px 32px;
    border-radius: 26px;
    min-height: 447px;
    box-shadow: 0px 9px 10px 1px rgba(0, 0, 0, 0.25);
}
.faqs_box .slide .num{
    font-size: 44px;
    margin-bottom: 16px;
    color: #434040;
}

.faqs_box .slide .num p{
    font-size: 17px;   
}

.faqs_box .slide .num + p{
    font-size: 20px;
    margin-bottom: 20px;
    color: #434040;
}

.faqs_box .slide p{
    color: #434040;
}

.faq_slider .slick-slide{
    margin: 0 7px;
}
.faq_slider .slick-list{
    margin: 0 -7px;
    padding-bottom: 20px;
}


.fancybox__content{
    border-radius: 25px;
    box-shadow: 0px 4px 100px 0px #00000033;
    width: 100%;
    max-width: 471px;
}

.is-compact .fancybox__content>.f-button.is-close-btn{
    margin-top: -23px;
    background-color: #fff;
    border: 1px solid #000;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    background-image: url('../fonts/../fonts/../img/close_pop.svg');
}
.f-button svg{
    display: none;
}

.pop_start{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 32px;
}
.pop_start p{
    font-size: 18px;
}
.pop_start + p{
    font-size: 20px;
    margin-bottom: 22px;
}
.popup{
    display: none;
}
.popup h3{
    font-size: 27px;
    margin-bottom: 28px;
    font-weight: 600;
    margin-top: 16px;
}
*{
    outline: none;
}
.popup form{
    width: 100%;
}
.popup form input{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 22px 22px 22px 54px;
    font-size: 18px;
    color: #000;
    margin-bottom: 13px;
}
.popup form label.agree{
    position: relative;
    left: initial;
    top: initial;
    bottom: initial;
    margin-bottom: 30px;
}
.popup form .agree input + span{
    border: 1px solid #000;
}
.popup form button{
    background-color: #A2AE85;
    color: #fff;
    width: 100%;
    padding: 19px 0;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    font-size: 24px;
    font-family: "Source Serif 4", serif;
    cursor: pointer;
}



.thanks_page{
    background-color: #FFF9F3;
    padding-bottom: 150px;
}

.thanks_cont{
    padding-top: 51px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    background-image: url('../fonts/../fonts/../img/thx_bg.svg');
}
.thanks_cont .logo{
    margin-bottom: 103px;
}
.thanks_cont h1{
    font-size: 125px;
    color: #8C9774;
    margin-bottom: 68px;
    font-family: "Source Serif 4", serif;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.thanks_cont h1::after{
    content: '';
    position: absolute;
    right: -110px;
    top: -50px;
    width: 116px;
    height: 105px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../fonts/../fonts/../img/stars_emo.png');
}
.thanks_cont h1 + p{
    font-size: 25px;
    margin-bottom: 87px;
    line-height: 1.3;
}

.emos_list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 34px 17px;
    flex-wrap: wrap;
}
.emos_list .item{
    display: flex;
    align-items: center;
    gap: 17px;
}
.emos_list .item img{
    max-width: 60px;
}



.timer_sect h2{
    color: #434040;
    margin-bottom: 83px;
}
.timer_box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
    width: 100%;
    max-width: 883px;
    margin: 0 auto;
}
.timer_box .lines{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 37px;
}
.timer_box .lines span{
    display: inline-block;
    width: 16px;
    height: 5px;
    background-color: #000;
}
.timer_box .item{
    position: relative;
}
.timer_box .item::after{
    content: '';
    position: absolute;
    width: 213px;
    height: 126px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    
}
.timer_box .item p{
    font-size: 101px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 213px;
    gap: 5px;
}
.timer_box .item p span{
    display: inline-block;
    width: 104px;
    height: 126px;
    line-height: 126px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../fonts/../fonts/../img/numb_bg.svg');
}
.timer_box .item .type{
    position: absolute;
    letter-spacing: initial;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    bottom: -35px;

}



.to_scroll{
    display: none;
}




.author_sect .container{
    max-width: 1340px;
    background-color: #A2AE85;
    border-radius: 26px;
    padding: 46px 42px 43px 61px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 21px;
    flex-wrap: wrap;
}
.author_sect .right_img{
    width: 100%;
    max-width: 591px;
    object-fit: cover;
    border-radius: 26px;
    position: relative;
}
.author_sect .left_side{
    width: calc(100% - 612px);
}
.author_sect .left_side .about_lists{
    margin-bottom: 44px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.author_sect .right_img img{
    max-width: 100%;
}
.author_sect .top_inf{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
}
.author_sect .top_inf p{
    color: #fff;
    font-size: 20px;
}
.author_sect .top_inf span{
    padding: 10px 24px;
    background-color: #FFE49D;
    border-radius: 25px;
    color: #434040;
    font-size: 18px;
    font-family: "Source Serif 4", serif;
}
.author_sect h3{
    color: #fff;
    font-size: 50px;
    margin-bottom: 40px;
    font-family: "Source Serif 4", serif;
    font-weight: bold;
    text-transform: uppercase;
}
.author_sect .left_side{
    position: relative;
}
.author_sect .left_side ul li{
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 3px;
}
.author_sect .left_side ul li::before{
    content: '';
    position: absolute;
    left: -10px;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
}
.author_sect .left_side .about_lists p{
    color: #fff;
    margin-bottom: 11px;
    font-size: 20px;
}
.author_sect .left_side ol li{
    background-color: #8C9774;
    margin-bottom: 23px;
    border-radius: 26px;
    padding: 20px 25px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}
.author_sect .left_side ol li:last-child{
    margin-bottom: 0;
}
.author_sect .left_side ol li b{
    display: block;
    margin-bottom: 9px;
}
.author_sect .left_side ul li:last-child{
    margin-bottom: 0;
}
.author_sect .left_side ul li:last-child::after{
    display: none;
}
.author_sect .right_img .soc{
    list-style: none;
    position: absolute;
    right: 35px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 42px;
}
.author_sect .right_img .title{
    margin-bottom: 57px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.doctors_sect{
    padding-top: 100px;
    position: relative;
}
.doctors_sect .container{
    max-width: 1340px;
    background-color: #A2AE85;
    border-radius: 26px;
    padding: 0;
}
.doctors_sect .slide{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 49px;
    padding: 39px 42px 40px 49px;
    color: #fff;
}
.doctors_sect .slide .right_img{
    width: 100%;
    max-width: 591px;
    border-radius: 26px;
    
}
.doctors_sect .slide .right_img img{
    width: 100%;
    height: 100%;
    border-radius: 26px;
    object-fit: cover;
}

.doctors_slider .top_info{
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 33px;
    position: relative;
}
.doctors_slider .top_info::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -21px;
    width: 157px;
    height: 1px;
    background-color: #fff;
}
.doctors_slider .top_info h4{
    font-size: 35px;
    text-transform: uppercase;
    font-family: "Source Serif 4", serif;
    font-weight: 400;
    min-width: max-content;
}
.doctors_slider .slide:nth-child(3) .top_info{
    flex-direction: column;
    align-items: flex-start;
}
.doctors_slider .slide:nth-child(3) .top_info::after{
    display: none;
}
.doctors_slider .top_info span{
    display: inline-block;
    padding: 10px 24px;
    border-radius: 26px;
    background-color: #FFE49D;
    color: #434040;
    font-size: 18px;
    font-family: "Source Serif 4", serif;
    max-width: 377px;
    line-height: 1.2;
}
.doctors_slider .left_side .main_info p{
    margin-bottom: 40px;
    position: relative;
}
.doctors_slider .left_side .main_info ul{
    list-style: disc;
    list-style-position: inside;
    padding-left: 20px;
}
.doctors_slider .left_side .main_info ul li{
    margin-bottom: 20px;
    line-height: 1.3;
}
.doctors_slider .left_side .main_info ul li:last-child{
    margin-bottom: 0;
}
.doctors_slider .left_side .main_info p b{
    display: block;
    margin-bottom: 10px;
}
.doctors_slider .left_side .main_info p::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -21px;
    width: 157px;
    height: 1px;
    background-color: #fff;
}
.doctors_slider .left_side .main_info p:last-of-type::after{
    display: none;
}

.doctors_slider .left_side .main_info ol li{
    padding: 20px 26px 22px 25px;
    background-color: #8C9774;
    border-radius: 26px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
}
.doctors_slider .left_side .main_info ol li b{
    display: block;
    margin-bottom: 9px;
}
.doctors_slider .left_side .main_info ol li:last-child{
    margin-bottom: 0;
}
.doctors_slider .slick-prev{
    right: initial;
    left: 0;
}
.doctors_slider .slick-arrow{
    top: -115px;
}

.author_ab_mob{
    display: none;
}
.zasnov_mob{
    display: none;
}


.doctors_slider .slide{
    height: 0px!important;
}
.doctors_slider .slide.slick-active{
    height: auto!important;
}

.open_next_lesson_for_all{
    width: 100%;
}

.open_next_lesson_for_all .inside{
    width: 100%;
    border-radius: 26px;
    background: #FFE49D;
    padding: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.open_next_lesson_for_all .inside .left_cont{
    width: calc(100% - 583px);
    padding-right: 42px;
}

.open_next_lesson_for_all .inside .left_cont .top{
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 21px;
}

.open_next_lesson_for_all .inside .left_cont .top .title{
    margin-left: 21px;
    color: #434040;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.open_next_lesson_for_all .inside .left_cont .text{
    width: 100%;
    color: #434040;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 29px;
}

.open_next_lesson_for_all .inside .left_cont .wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
}

.open_next_lesson_for_all .inside .left_cont .wrap .timer_container{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #FFF;
    padding: 15px;
    padding-right: 0;
}

.open_next_lesson_for_all .inside .left_cont .wrap .timer_container .item{
    position: relative;
    color: #434040;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    width: 50px;
}

.open_next_lesson_for_all .inside .left_cont .wrap .timer_container .item::before{
    content: ":";
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    right: 0px;
    color: #434040;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.open_next_lesson_for_all .inside .left_cont .wrap .timer_container .item .type{
    color: #434040;
    font-size: 8px;
    margin-top: -5px;
    text-align: center;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    width: 40px;
    text-transform: capitalize;
    font-weight: 400;
}

.open_next_lesson_for_all .inside .left_cont .wrap .timer_container .item p{
    display: inline-flex;
    width: 40px;
    text-align: center;
    justify-content: center;
}

.open_next_lesson_for_all .inside .left_cont .wrap .timer_container .item:first-child::before{
    right: 2px;
}

.open_next_lesson_for_all .inside .left_cont .wrap .timer_container .item:nth-child(3)::before{
    right: 0px;
}

.open_next_lesson_for_all .inside .left_cont .wrap .timer_container .item:last-child::before{
    display: none;
}

.open_next_lesson_for_all .inside .left_cont .wrap .right_text{
    width: calc(100% - 180px);
    border-radius: 16px;
    background: #FFF;
    padding: 13px 20px;
    color: #434040;
    font-size: 20px;
    line-height: 120%;
}

.open_next_lesson_for_all .inside .left_cont .register_free{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.285%; /* 19.131px */
    padding: 20px 27px;
    border-radius: 10.394px;
    background: linear-gradient(80deg, rgba(255, 242, 128, 0.40) 43.37%, rgba(255, 229, 0, 0.64) 78.69%), #EE4800;
}

.open_next_lesson_for_all .inside .right_img{
    width: 100%;
    max-width: 583px;
    border-radius: 26px;
    object-fit: cover;
}

.see_video_lesson .close_modal{
    position: absolute;
    right: 20px;
    top: -34px;
    z-index: 2;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

.open_next_lesson_for_all .mob_img{
    display: none;
}

.wrapper{
    overflow: hidden;
}

.tarif_watch_only{
    width: 100%;
    padding-bottom: 18px !important;
}

.tarif_watch_only h2{
    margin-bottom: 66px;
}

.tarif_watch_only .wrap{
    width: 100%;
    background: #FFFFFF;
    border-radius: 26px;
}

.tarif_watch_only .wrap .top{
    width: 100%;
    border-radius: 26px 26px 0px 0px;
    background: #BCCA99;
    padding: 25px 43px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #434040;
    font-size: 20px;
    font-weight: 500;
}

.tarif_watch_only .wrap .top img{
    margin-right: 23px;
}

.tarif_watch_only .wrap .content{
    width: 100%;
    padding: 37px 43px 57px;
}

.tarif_watch_only .wrap .content ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.tarif_watch_only .wrap .content ul li{
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}

.tarif_watch_only .wrap .content ul li span{
    color: #434040;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    background: #FFF3EB;
    width: 54px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.tarif_watch_only .wrap .content ul li:first-child span{
    width: 129px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.tarif_watch_only .wrap .content ul li p{
    color: #434040;
    font-size: 16px;
    line-height: 120%;
    width: calc(100% - 54px);
    padding-left: 23px;
}

.tarif_watch_only .wrap .content ul li:first-child p{
    width: calc(100% - 129px);
}

.timer_box_new{
    border-radius: 5px;
    background: #FDF4EB;
    padding: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 150px;
    padding: 17px 19px;
    border: 7px solid #D5C9B6;
}

.timer_box_new span{
    color: #434040;
    font-family: "Source Serif 4", serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 106.285%; /* 37.2px */
    text-transform: uppercase;
}

.timer_box_new .dots{
    color: #434040;
    font-family: "Source Serif 4", serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 106.285%; /* 37.2px */
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: -15px;
}

.timer_box_new p{
    color: #434040;
    font-family: "Source Serif 4", serif;
    font-size: 10.96px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.285%; /* 11.648px */
}

.tarif_watch_only .wrap .content .bottom_cont{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tarif_watch_only .wrap .content .bottom_cont .left{
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.tarif_watch_only .wrap .content .bottom_cont .left .prices{
    width: 100%;
    max-width: 418px;
    border-radius: 5px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    padding: 28px 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tarif_watch_only .wrap .content .bottom_cont .left .prices .price{
    color: #434040;
    font-family: "Source Serif 4", serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 106.285%; 
    text-transform: uppercase;
}

.tarif_watch_only .wrap .content .bottom_cont .left .prices .old_price{
    color: #B4B4B4;
    font-family: "Source Serif 4", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.285%; /* 37.2px */
    text-transform: uppercase;
    position: relative;
}

.tarif_watch_only .wrap .content .bottom_cont .left .prices .old_price::before{
    content: "";
    position: absolute;
    width: 139px;
    height: 3px;
    background: #EE4800;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(15deg);
}

.tarif_watch_only .wrap .content .bottom_cont .right{
    width: 48%;
}

.tarif_watch_only .wrap .content .bottom_cont .right .get{
    width: 100%;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 27px;
    border-radius: 25.659px;
    border: 4px solid #BCCA99;
    background: #909C73;
}

.tarif_watch_only .wrap .content .bottom_cont .right .get:hover{
    background: #BCCA99;
}

.tarif_watch_only .wrap_content{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}

.tarif_watch_only .wrap_content .bottom_btns{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.zal_item_upa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.tarif_watch_only .wrap_content .left_cont{
    border-radius: 26px;
    background: #F2E9DB;
    padding: 42px 37px 54px;
    width: 49%;
}

.tarif_watch_only .wrap_content .right_cont{
    border-radius: 26px;
    background: #F2E9DB;
    padding: 33px 30px 48px 67px;
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tarif_watch_only .wrap_content::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -9px;
    border-radius: 26px;
    background: #D5C9B6;
    width: 100px;
    height: calc(100% - 24px);
    z-index: -1;
    transform: translateY(-50%);
}

.tarif_watch_only .wrap_content .left_cont .title{
    width: 100%;
    color: #8C9774;
    font-family: "Source Serif 4", serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.tarif_watch_only .wrap_content .left_cont ul li{
    margin-bottom: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.tarif_watch_only .wrap_content .left_cont ul li:last-child{
    margin-bottom: 0;
}

.tarif_watch_only .wrap_content .left_cont ul li span{
    color: #434040;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    background: #fff;
    width: 54px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.tarif_watch_only .wrap_content .left_cont ul li:first-child span{
    width: 129px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.tarif_watch_only .wrap_content .left_cont ul li p{
    color: #434040;
    font-size: 16px;
    line-height: 120%;
    width: calc(100% - 54px);
    padding-left: 23px;
    padding-top: 10px;
}

.tarif_watch_only .wrap_content .left_cont ul li:first-child p{
    width: calc(100% - 129px);
}

.tarif_watch_only .wrap_content .prices{
    width: 100%;
    max-width: 369px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tarif_watch_only .wrap_content .prices .price{
    color: #434040;
    font-family: "Source Serif 4", serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 106.285%; 
    text-transform: uppercase;
}

.tarif_watch_only .wrap_content .prices .old_price{
    color: #B4B4B4;
    font-family: "Source Serif 4", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.285%; /* 37.2px */
    text-transform: uppercase;
    position: relative;
}

.tarif_watch_only .wrap_content .prices .old_price::before{
    content: "";
    position: absolute;
    width: 139px;
    height: 3px;
    background: #EE4800;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(15deg);
}

.top_keku{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.tarif_watch_only .wrap_content .right_cont .img{
    margin-bottom: 39px;
}

.tank_wg{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 27px;
    border-radius: 25.659px;
    border: 4px solid #D5C9B6;
    background: #FFE49D;
    transition: .3s;
    width: calc(50% - 6px);
}

.tarif_watch_only .wrap_content .bottom_btns .green_btn{
    width: calc(50% - 6px);
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 27px;
    border-radius: 25.659px;
    border: 4px solid #BCCA99;
    background: #CAE192;
    transition: .3s;
}

.tarif_watch_only .wrap_content .bottom_btns .green_btn:hover{
    background: #5d781a;
    color: #fff;
}

.tank_wg:hover{
    background: #D5C9B6;
    color: #fff;
}


.zal_item_upa2{
    display: none;
}

.first_screen .main_cont{
    width: 100%;
}

.main_cont .img_mob{
    display: none;
}

.first_screen .main_cont .container{
    position: relative;
}

.first_screen .main_cont .left_container{
    width: 100%;
    max-width: 824px;
}

.first_screen .main_cont .left_container .title{
    width: 100%;
    color: #434040;
    font-family: Gilroy;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 376px;
    margin-bottom: 20px;
}

.first_screen .main_cont .left_container .h1_p{
    width: 100%;
    position: relative;
    margin-bottom: 24px;
}

.first_screen .main_cont .left_container .h1{
    width: 100%;
    color: #4C4C4C;
    font-family: Benzin-Bold;
    font-size: 75px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.285%; /* 116.913px */
    text-transform: uppercase;
}

.first_screen .main_cont .left_container .h1_p .checked_div{
    position: absolute;
    width: 201px;
    height: 82px;
    border-radius: 50px;
    border: 1px solid #1E3E64;
    background: #FFF;
    padding: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 383px;
    bottom: 82px;
    padding-right: 15px;
}

.first_screen .main_cont .left_container .h1_p .checked_div .text_cont{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #434040;
    font-size: 16px;
    line-height: 120%;
}

.first_screen .main_cont .left_container .h1_p .checked_div .text_cont .check_title{
    font-weight: 700;
}

.first_screen .main_cont .left_container .bottom_text{
    width: 100%;
    max-width: 598px;
    position: relative;
    padding: 63px 26px 15px;
    background: url('../img/img9.svg') top center no-repeat;
    background-size: contain;
}

.first_screen .main_cont .left_container .bottom_text ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 51px;
}

.first_screen .main_cont .left_container .bottom_text ul li{
    position: relative;
    color: #434040;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    flex-direction: column;
}

.first_screen .main_cont .left_container .bottom_text ul li::before{
    content: "";
    position: absolute;
    filter: drop-shadow(0px 4px 15px #FFE500);
    width: 14px;
    height: 14px;
    background: #FFC300;
    border-radius: 50%;
    top: -34px;
    left: 21px;
}

.first_screen .main_cont .left_container .bottom_text ul li strong{
    font-weight: 600;
}

.yellow_btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    padding: 20px;
    width: 100%;
    border-radius: 50px;
    background: #FFC300;
}

.yellow_btn:hover{
    background: #d4b13d;
}

.first_screen .main_cont .left_container .bottom_text .yellow_btn{
    max-width: 490px;
    position: relative;
    z-index: 1000;
}

.first_screen .main_cont .right_container{
    position: absolute;
    width: 100%;
    max-width: 1170px;
    bottom: -116px;
    left: 447px;
    z-index: 2;
}

.first_screen .main_cont .right_container img{
    max-width: 100%;
}

.what_change_after_course{
    width: 100%;
    padding-top: 75px;
    padding-bottom: 89px;
}

.what_change_after_course .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.what_change_after_course h2{
    margin-bottom: 60px;
    color: #434040;
    text-align: center;
}

.what_change_after_course .top_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.what_change_after_course .top_list li{
    width: calc(50% - 23px);
    border-radius: 20px;
    background: #8F9A74;
    position: relative;
    padding: 32px 29px;
    padding-left: 55px;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 20px;
    line-height: 120%;
}

.what_change_after_course .top_list li span{
    font-weight: 600;
}

.what_change_after_course .top_list li::before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    filter: drop-shadow(0px 4px 15px #FFE500);
    background: #FFC300;
    top: 38px;
    left: 35px;
}

.what_change_after_course .top_list li:last-child{
    background: #FFF;
    padding: 25px 45px;
}

.what_change_after_course .top_list li:last-child p{
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.what_change_after_course .top_list li:last-child::before{
    display: none;
}

.what_change_after_course .top_list li:last-child::after{
    content: "";
    position: absolute;
    width: 18px;
    height: 41px;
    background: url('../img/img14.svg') top center no-repeat;
    background-size: contain;
    top: -22px;
    left: 13px;
    z-index: 2;
}

.what_change_after_course .bottom_cont{
    width: 100%;
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 91px;
}

.what_change_after_course .bottom_cont .block{
    width: calc(50% - 70px);
    border-radius: 80px;
    background: #BCCA99;
    position: relative;
    padding: 24px 24px 24px 151px;
    padding-right: 10px;
}

.what_change_after_course .bottom_cont .block img{
    position: absolute;
    top: -106px;
    left: -155px;
    z-index: 2;
    width: 381px;
}

.what_change_after_course .bottom_cont .block .text{
    width: 100%;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 120%;
}

.what_change_after_course .bottom_cont .block .text_dotted p{
    position: relative;
    padding-left: 20px;
}

.what_change_after_course .bottom_cont .block .text_dotted p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
}

.what_change_after_course .yellow_btn{
    max-width: 510px;
    position: relative;
    z-index: 3;
}

.author_course{
    width: 100%;
    border-radius: 90px;
    padding-top: 51px;
    padding-bottom: 88px;
}

.author_course .img_mob{
    display: none;
    margin-bottom: 25px;
}

.author_course_green{
    background: #8F9A74;
}

.author_course h2{
    color: #fff;
    max-width: 875px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}



.author_course h2::after{
    content: "";
    position: absolute;
    width: 301px;
    height: 55px;
    background: url(../img/img40.svg) top left no-repeat;
    background-size: contain;
    bottom: -49px;
    right: 90px;
}

.author_course .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.author_course .wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author_course .wrap .left_cont{
    width: 100%;
    max-width: 598px;
}

.author_course .wrap .left_cont .img{
    width: 100%;
}

.author_course .wrap .right_cont{
    width: calc(100% - 598px);
    padding-left: 40px;
    padding-top: 34px;
}

.author_course .wrap .right_cont .title{
    width: 100%;
    color: #FFF;
    font-family: Benzin-Semibold;
    font-size: 35px;
    line-height: 106.285%;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.author_course .wrap .right_cont .top_ul{
    width: 100%;
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 30px;
}

.author_course .wrap .right_cont .top_ul li{
    width: 100%;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}

.author_course .wrap .right_cont .top_ul li::before{
    content: "";
    width: 14.909px;
    height: 14.909px;
    background: url('../img/img16.svg') top center no-repeat;
    background-size: contain;
    position: absolute;
    top: 7px;
    left: 0;
}

.author_course .wrap .right_cont .bottom_list{
    width: 100%;
    border-radius: 50px;
    background: #FFF;
    backdrop-filter: blur(5.050000190734863px);
    padding: 52px 60px;
    list-style-type: disc;
}

.author_course .wrap .right_cont .bottom_list li{
    width: 100%;
    color: #434040;
    font-size: 20px;
    line-height: 140%;
}

.author_course_white{
    background: #FFF;
    margin-top: -30px;
}


.author_course_white .wrap .right_cont .top_ul{
    color: #434040;
}

.author_course_white .wrap .right_cont .top_ul li::before{
    background: url('../img/img18.svg') top center no-repeat;
    top: 10px;
}

.author_course_white .wrap .right_cont .bottom_list{
    background: #BCCA99;
}

.author_course_white .wrap .right_cont .title{
    color: #8F9A74;
}

.get_system{
    width: 100%;
    padding-top: 140px;
}

.get_system h2{
    margin-bottom: 50px;
    text-align: center;
}

.get_system h2 span{
    color: #FFC300;
    font-family: Benzin-Bold;
}

.get_system .inside{
    width: 100%;
    background: url('../img/img21.png') top center no-repeat;
    background-size: cover;
    border-radius: 56px;
    position: relative;
    padding: 93px 60px;
}

.get_system .inside .icon_figure{
    position: absolute;
    left: 97px;
    top: -51px;
}

.get_system .inside .left_cont{
    width: 100%;
    max-width: 656px;
}

.get_system .inside .left_cont .title{
    width: 100%;
    color: #FFF;
    font-family: Benzin-Bold;
    font-size: 35px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 22px;
}

.get_system .inside .left_cont .title::before{
    content: "";
    position: absolute;
    width: 605.208px;
    height: 6.961px;
    background: url('../img/img22.svg') top center no-repeat;
    background-size: contain;
    left: 0;
    bottom: -10px;
}

.get_system .inside .left_cont .text{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.get_system .inside .left_cont .text p{
    width: calc(100% - 53px);
    padding-left: 11px;
    color: #FFF;
    font-size: 20px;
    line-height: 120%;
}

.get_system .inside .right_cont{
    width: 100%;
    max-width: 522px;
    position: absolute;
    border-radius: 50px;
    background: #FDFFF1;
    top: 30px;
    right: 47px;
}

.get_system form{
    padding: 25px 30px 81px;
    position: relative;
}
.get_system form input{
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
    text-align: left;
    border-radius: 50px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 16px;
    height: 60px;
    margin-bottom: 9px;
}
.get_system form button{
    border: none;
    position: absolute;
    bottom: -42px;
    left: 0;
    right: 0;
    box-shadow: 0px 4px 25px 0px rgba(255, 195, 0, 0.71);
    height: 87px;
    cursor: pointer;
}

.get_system form .iti{
    width: 100%;
    margin-bottom: 9px;
}
  
  .get_system form .oferta_label,.popup form .oferta_label{
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  
  .get_system form .oferta_label{
      align-items: flex-start;
  }

  .get_system form .oferta_label .text a{
    color: #000;
    text-decoration: underline;
  }
  
  .get_system form  .iti--allow-dropdown{
      width: 100%;
      margin-bottom: 13px;
  }

  label.error{
      display: none !important;
  }
  
  .get_system form input.error{
      border-color: red;
  }
  
  .get_system form .oferta_label .oferta_check{
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    opacity: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    z-index: 10;
    cursor: pointer;
  }
  
  .get_system form .oferta_label .default{
    width: 29px;
    height: 29px;
    border-radius: 3.372px;
    background: #FFF;
    display: inline-flex;
    border: 1px solid #7AB388;
    justify-content: center;
    align-items: center;
  }
  
  .get_system form .oferta_label .default .active{
    opacity: 0;
  }
  
  .get_system form .oferta_label .oferta_check:checked + .default > .active{
    opacity: 1;
  }

  .get_system form .oferta_label .oferta_check:checked + #oferta_check-error + .default > .active{
    opacity: 1;
  }
  
  .get_system form .oferta_label .text{
    width: calc(100% - 29px);
    padding-left: 14px;
    margin-left: 5px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .get_system form .oferta_label .oferta_check.error + label + .default{
    border-color: #D64B29;
  }
  
  .get_system form .oferta_label .oferta_check.error + label + .default + .text{
    border-radius: 3.372px;
    background: rgba(214, 75, 41, 0.30);
    padding: 7px 14px;
  }

  .start_studing{
    width: 100%;
    margin-top: 156px;
    padding-top: 55px;
    position: relative;
    z-index: 1;
  }

  .start_studing .back_image{
    position: absolute;
    top: -74px;
    left: 0;
    z-index: 1;
  }

  .start_studing .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 2;
  }

  .start_studing .left_cont{
    width: 100%;
    max-width: 543px;
    padding-left: 19px;
    position: relative;
    z-index: 2;
  }

.start_studing .left_cont .title{
    width: 100%;
    color: #434040;
    font-family: Benzin-Bold;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 36px;
}

.start_studing .left_cont .title::before{
    content: "";
    position: absolute;
    width: 242.855px;
    height: 37.844px;
    background: url('../img/img24.svg') top center no-repeat;
    background-size: contain;
    bottom: -27px;
    left: 0;
}

.start_studing .left_cont .text{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 39px;
}

.start_studing .left_cont .text p{
    width: calc(100% - 24px);
    padding-left: 14px;
    color: #434040;
    font-size: 18px;
    line-height: 120%;
}

.start_studing .left_cont .bottom{
    width: 100%;
    border-radius: 26px;
    background: #8F9A74;
    padding: 30px 28px;
}

.start_studing .left_cont .bottom .text_p{
    width: 100%;
    color: #FFF;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 50px;
}

.start_studing .left_cont .bottom .bottom_p{
    width: 100%;
    color: #434040;
    text-align: center;
    font-size: 20px;
    padding: 9px 30px;
    border-radius: 16px;
    background: #FFC300;
}

.start_studing .right_cont{
    width: calc(100% - 564px);
    background: url('../img/img25.png') top center no-repeat;
    background-size: cover;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    padding: 26px;
    padding-top: 274px;
    position: relative;
    z-index: 2;
}

.start_studing .right_cont p{
    width: 100%;
    color: #FFF;
    font-size: 18px;
    line-height: 120%;
    padding: 32px 54px 32px 37px;
    border-radius: 26px;
    background: rgba(73, 79, 67, 0.70);
    backdrop-filter: blur(15px);
}

.start_studing .right_cont p span{
    color: #FFC300;
    font-weight: 700;
}

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

.work_book_sect .title_top{
    width: 100%;
    position: relative;
    max-width: 894px;
    margin-bottom: 96px;
}

.work_book_sect .title_top .text{
    color: #434040;
    font-family: Benzin-Bold;
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    line-height: 120%;
}

.work_book_sect .title_top .figure{
    display: inline-flex;
    position: absolute;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    padding: 19px 26px 19px 32px;
    border-radius: 26px;
    background: #BCCA99;
    right: 43px;
    bottom: 0px;
    max-width: 418px;
}

.work_book_sect .title_top .figure::before{
    content: "";
    position: absolute;
    width: 28.56px;
    height: 28px;
    background: url('../img/img29.svg') top center no-repeat;
    background-size: contain;
    right: 26px;
    top: -16px;
    z-index: 3;
}

.work_book_sect .wrap{
    width: 100%;
    border-radius: 90px;
    background: #8F9A74;
    padding: 0 10px 42px 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.work_book_sect .wrap .left{
    width: calc(100% - 571px);
    padding-right: 48px;
    padding-top: 51px;
}

.work_book_sect .wrap .left h2{
    color: #fff;
    margin-bottom: 8px;
}

.work_book_sect .wrap .left p{
    width: 100%;
    color: #FFF;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 37px;
}

.work_book_sect .what_inlude{
    display: flex;
    margin-bottom: 18px;
}

.additional_materials{
    width: 100%;
    padding-top: 153px;
}

.additional_materials h2{
    margin-bottom: 18px;
    text-align: center;
    color: #434040;
}

.additional_materials .desk{
    max-width: 100%;
}

.additional_materials .mob{
    display: none;
    max-width: 100%;
}

.doctors_sect .tabs_for22{
    position: absolute;
    left: 50%;
    top: 7px;
    transform: translateX(-50%);
    width: calc(100% - 333px);
}
.doctors_sect .tabs_for22 .item{
    border: 1px solid #FFE49D;
    border-radius: 25px;
    min-width: max-content;
    padding: 10px 24px;
    width: fit-content!important;
    margin: 0 7px;
    cursor: pointer;
}
.doctors_sect .tabs_for22 .slick-track{
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none!important;
}
.doctors_sect .tabs_for22 .item.slick-current{
    background-color: #FFE49D;
}
.doctors_sect .tabs_for22 .slick-list{
    padding: 0!important;
}
.doctors_sect .tabs_for22 .item p{
    font-size: 18px;
    color: #434040;
    font-family: "Source Serif 4", serif;
}

.author_course .arows_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author_course .arows_wrap .arrow{
    width: 80px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #BCCA99;
}

.author_course .tabs_for22 p{
    color: #434040;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 26px 34px;
    border-radius: 50px;
}

.author_course .tabs_for22 .item{
    margin: 0 7px !important;
    width: fit-content !important;
    min-width: max-content;
    border: 1px solid #000;
    border-radius: 50px;
}

.author_course .tabs_for22 .slick-list{
    padding: 0 !important;
    margin: 0 !important;
}

.author_course .tabs_for22{
    width: calc(100% - 160px);
}

.author_course .tabs_for22 .item.slick-current{
    background: #BCCA99;
    border-color: #BCCA99;
}

.doctors_slider22 .inside{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.doctors_slider22{
    width: 100%;
    margin-top: 46px;
}

.doctors_slider22 .inside .bottom_text{
    width: 100%;
    margin-top: 16px;
    border-radius: 50px;
    background: #8F9A74;
    backdrop-filter: blur(5.050000190734863px);
    padding: 30px;
    color: #FFF;
    font-size: 20px;
    line-height: 120%;
}

.doctors_slider22 .inside .kek_list{
    width: 100%;
    list-style-type: disc;
    padding-left: 20px;
}

.doctors_slider22 .inside .kek_list li{
    width: 100%;
    color: #434040;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
}

.doctors_slider22 .inside .kek_list li strong{
    font-weight: 600;
}

.doctors_slider22 .inside .zal_hy_div{
    width: 100%;
    border-radius: 50px;
    background: #BCCA99;
    backdrop-filter: blur(5.050000190734863px);
    padding: 30px;
}

.doctors_slider22 .inside .zal_hy_div .kek_title{
    width: 100%;
    color: #434040;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.doctors_slider22 .inside .zal_hy_div ul{
    list-style-type: disc;
    padding-left: 20px;
}

.doctors_slider22 .inside .zal_hy_div ul li{
    width: 100%;
    color: #434040;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 5px;
}

.tarifs_section{
    width: 100%;
    padding-top: 125px;
}

.tarifs_section h2{
    width: 100%;
    text-align: center;
    margin-bottom: 76px;
    position: relative;
    z-index: 2;
}

.tarifs_section .tarifs_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.tarifs_section .tarifs_wrap .tarif{
    width: 706px;
    position: relative;
    padding: 25px 38px 85px;
}

.tarifs_section .tarifs_wrap .tarif .back{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tarifs_section .tarifs_wrap .tarif_left{
    padding-right: 110px;
}

.tarifs_section .tarifs_wrap .tarif_right{
    padding-left: 87px;
    padding-right: 61px;
    margin-left: -70px;
    z-index: 2;
}

.tarifs_section .tarifs_wrap .tarif .title{
    width: 100%;
    color: #434040;
    font-family: Benzin-Bold;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 57px;
    position: relative;
    margin-bottom: 54px;
}

.tarifs_section .tarifs_wrap .tarif .title::before{
    content: "";
    position: absolute;
    background: url('../img/img47.svg') top center no-repeat;
    background-size: contain;
    height: 1px;
    left: 26px;
    top: 100%;
    margin-top: 0px;
    width: 463px;
}

.tarifs_section .tarifs_wrap .tarif ul{
    width: 100%;
}

.tarifs_section .tarifs_wrap .tarif ul li{
    width: 100%;
    color: #434040;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 15px;
}

.tarifs_section .tarifs_wrap .tarif ul li:last-child{
    margin-bottom: 0;
}

.tarifs_section .tarifs_wrap .tarif .content{
    width: 100%;
    position: relative;
    z-index: 2;
}

.tarifs_section .tarifs_wrap .tarif ul li.disabled_li{
    color: #BCCA99;
}

.tarifs_section .tarifs_wrap .tarif .wrap_price{
    width: 100%;
    border-radius: 26px;
    background: #8F9A74;
    padding: 27px 20px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.tarifs_section .tarifs_wrap .tarif .wrap_price .price_heading{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #434040;
    text-align: center;
    font-family: Benzin-Medium;
    font-size: 20px;
    padding: 9px 18px;
    border-radius: 16px;
    background: #FFF;
    margin-bottom: 18px;
}

.tarifs_section .tarifs_wrap .tarif .wrap_price .text{
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.tarifs_section .tarifs_wrap .tarif .wrap_price .yellow_btn{
    text-transform: uppercase;
    box-shadow: 0px 4px 25px 0px rgba(255, 195, 0, 0.71);
}

.tarifs_section .tarifs_wrap .tarif_right .title{
    padding-left: 0;
}

.modal_wrap{
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.modal_reserve{
    max-width: 600px;
}

.modal_reserve .modal_container{
    width: 100%;
    padding: 30px;
}

.modal_reserve .modal_container .title{
    width: 100%;
    font-size: 25px;
    text-align: center;
    font-family: Benzin-Medium;
    margin-bottom: 30px;
}



.modal_reserve form{
    padding: 0;
    position: relative;
}
.modal_reserve form input{
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
    text-align: left;
    border-radius: 50px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 16px;
    height: 60px;
    margin-bottom: 9px;
}
.modal_reserve form button{
    border: none;
    box-shadow: 0px 4px 25px 0px rgba(255, 195, 0, 0.71);
    height: 87px;
    cursor: pointer;
    margin-top: 30px;
}

.modal_reserve form .iti{
    width: 100%;
    margin-bottom: 9px;
}
  
  .modal_reserve form .oferta_label,.popup form .oferta_label{
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  
  .modal_reserve form .oferta_label{
      align-items: flex-start;
  }

  .modal_reserve form .oferta_label .text a{
    color: #000;
    text-decoration: underline;
  }
  
  .modal_reserve form  .iti--allow-dropdown{
      width: 100%;
      margin-bottom: 13px;
  }

  .modal_reserve form input.error{
      border-color: red;
  }
  
  .modal_reserve form .oferta_label .oferta_check{
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    opacity: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    z-index: 10;
    cursor: pointer;
  }
  
  .modal_reserve form .oferta_label .default{
    width: 29px;
    height: 29px;
    border-radius: 3.372px;
    background: #FFF;
    display: inline-flex;
    border: 1px solid #7AB388;
    justify-content: center;
    align-items: center;
  }
  
  .modal_reserve form .oferta_label .default .active{
    opacity: 0;
  }
  
  .modal_reserve form .oferta_label .oferta_check:checked + .default > .active{
    opacity: 1;
  }

  .modal_reserve form .oferta_label .oferta_check:checked + #oferta_check-error + .default > .active{
    opacity: 1;
  }
  
  .modal_reserve form .oferta_label .text{
    width: calc(100% - 29px);
    padding-left: 14px;
    margin-left: 5px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .modal_reserve form .oferta_label .oferta_check.error + label + .default{
    border-color: #D64B29;
  }
  
  .modal_reserve form .oferta_label .oferta_check.error + label + .default + .text{
    border-radius: 3.372px;
    background: rgba(214, 75, 41, 0.30);
    padding: 7px 14px;
  }

.questions_section{
    width: 100%;
    padding-top: 40px;
}

.questions_section h2{
    margin-bottom: 28px;
    font-family: Benzin-Bold;
    text-align: center;
}

.questions_section h2 span{
    color: #8F9A74;
    font-family: Benzin-Bold;
}

.questions_section .title{
    width: 100%;
    color: #434040;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 49px;
    text-align: center;
}

.questions_section .inside{
    width: 100%;
    border-radius: 40px;
    background: #BCCA99;
    padding: 30px;
}

.questions_section form{
    width: 100%;
}

.questions_section form .wrapper_form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.questions_section form input{
    width: 23%;
    padding-left: 40px;
    padding-right: 20px;
    text-align: left;
    border-radius: 50px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 16px;
    height: 60px;
}
.questions_section form .btn_form{
    border: none;
    height: 60px;
    cursor: pointer;
    width: 30%;
    border-radius: 25.659px;
    background: #8C9774;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 19.737px;
    font-weight: 600;
    text-transform: uppercase;
}

.questions_section form .iti{
    width: 23% !important;
}
  
  .questions_section form .oferta_label,.popup form .oferta_label{
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  
  .questions_section form .oferta_label{
      align-items: center;
      margin-top: 20px;
  }

  .questions_section form .oferta_label .text a{
    color: #000;
    text-decoration: underline;
  }
  
  .questions_section form  .iti--allow-dropdown{
      width: 100%;
  }
  
  .questions_section form input.error{
      border-color: red;
  }
  
  .questions_section form .oferta_label .oferta_check{
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    opacity: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    z-index: 10;
    cursor: pointer;
  }
  
  .questions_section form .oferta_label .default{
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #FFF;
    display: inline-flex;
    border: 1px solid #7AB388;
    justify-content: center;
    align-items: center;
  }
  
  .questions_section form .oferta_label .default .active{
    opacity: 0;
  }
  
  .questions_section form .oferta_label .oferta_check:checked + .default > .active{
    opacity: 1;
  }

  .questions_section form .oferta_label .oferta_check:checked + #oferta_check-error + .default > .active{
    opacity: 1;
  }
  
  .questions_section form .oferta_label .text{
    width: calc(100% - 29px);
    padding-left: 14px;
    margin-left: 5px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .questions_section form .oferta_label .oferta_check.error + label + .default{
    border-color: #D64B29;
  }
  
  .questions_section form .oferta_label .oferta_check.error + label + .default + .text{
    border-radius: 3.372px;
    background: rgba(214, 75, 41, 0.30);
    padding: 7px 14px;
  }

  .start_studing .right_cont_ustvo_da_un{
    display: none;
}


.my_story {
    width: 100%;
  }
  .my_story .inside {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #B4A698;
    padding: 30px 45px 63px;
  }
  .my_story .inside h2 {
    margin-bottom: 27px;
  }
  .my_story .inside .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .my_story .inside .wrap .left_cont {
    width: 100%;
    max-width: 596px;
  }
  .my_story .inside .wrap .left_cont img {
    max-width: 100%;
  }
  .my_story .inside .wrap .right_cont {
    width: 100%;
    max-width: 566px;
  }
  .my_story .inside .wrap .right_cont p {
    width: 100%;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .my_story .inside .wrap .right_cont .title {
    position: relative;
  }
  .my_story .inside .wrap .right_cont .title::before {
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    background: url("../img/img49.svg") top center no-repeat;
    background-size: contain;
    left: -45px;
    top: 0;
  }
  .my_story .inside .wrap .right_cont ul {
    width: 100%;
  }
  .my_story .inside .wrap .right_cont ul li {
    width: 100%;
    color: #000;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 25px;
    position: relative;
  }
  .my_story .inside .wrap .right_cont ul li::before {
    content: "";
    width: 43px;
    height: 5px;
    position: absolute;
    background: url("../img/img48.svg") top left no-repeat;
    background-size: contain;
    left: -51px;
    top: 11px;
  }
  .my_story .inside .wrap .right_cont ul li:last-child {
    margin-bottom: 0;
  }

