/* 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;}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: "Montserrat", 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;
    background: rgba(251, 249, 243, 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;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Source Serif 4", serif;
    color: #434040;
    line-height: 1.2;
}
h2{
    font-size: 35px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}
p{
    font-size: 18px;
    line-height: 1.3;
    color: #434040;
}
li{
    font-size: 18px;
    line-height: 1.3;
    color: #434040;
    position: relative;
}

a{
    text-decoration: none;
    color: #151111;
    font-size: 16px;
}

*{
    box-sizing: border-box;
}
.flx{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.container{
    width: 100%;
    max-width: 1440px;
    padding: 0 50px;
    margin: 0 auto;
}


.first_screen{
    padding: 27px 24px 35px 23px;
}
.first_screen .container{
    background-color: #C1D8B9;
    border-radius: 26px;
    padding-bottom: 73px;
    position: relative;
    overflow: hidden;
}
header{
    padding-top: 38px;
    gap: 284px;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}
nav ul{
    gap: 43px;
}
nav li{
    padding-bottom: 13px;
}
nav li::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 29px;
    height: 1px;
    transform: translateX(-50%);
    background-color: #E1F0DA;
    transition: all 0.2s ease;
}
nav li:hover::after{
    background-color: #FFD65B;
}
.first_screen .start_box{
    gap: 19px;
    margin-bottom: 45px;
}
h1{
    text-transform: uppercase;
    color: #53887E;
    font-size: 54px;
    margin-bottom: 27px;
    width: 100%;
    max-width: 681px;
    
}
.fixed_wrap{
    display: none;
}

h1 + p{
    padding-left: 37px;
    position: relative;
    width: 100%;
    max-width: 536px;
    margin-bottom: 34px;
}
h1 + p::after{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #53887E;
}
.first_screen .to_hight{
    border-radius: 27px;
    background-color: #53887E;
    padding: 13px 14px 18px 21px;
    width: 100%;
    max-width: 334px;
    margin-bottom: 41px;
    flex-direction: column;
    gap: 17px;
}
.first_screen .to_hight .top{
    gap: 14px;
}
.first_screen .to_hight .top span{
    font-size: 18px;
    color: #fff;
}
.first_screen .to_hight .top .timer_box{
    background-color: #fff;
    border-radius: 19px;
    padding: 8px 13px;
    gap: 10px;
    font-size: 15px; 
}
.first_screen .to_hight .price_box{
    width: 100%;
    justify-content: space-between;
    padding: 0 3px;
}
.first_screen .to_hight .price_box span{
    color: #fff;
    font-size: 21px;
}
.first_screen .to_hight .price_box p{
    font-size: 21px;
    color: #C1D8B9;
}
.first_screen .to_hight .price_box p small{
    position: relative;
}
.first_screen .to_hight .price_box p small::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #C1D8B9;
}

.btn{
    display: inline-block;
    font-size: 20px;
    color: #434040;
    padding: 29px 26px;
    background-color: #FFD65B;
    box-shadow: inset 0 -7px 0 #FFB93D;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 26px;
    transition: all 0.2s ease;
    z-index: 2;
    position: relative;
}
.btn:hover{
    box-shadow: inset 0 -3px 0 #FFB93D;
}


.first_screen .right_img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 575px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    background-image: url('../img/main_img.png');
}
.first_screen .right_img .pract_box{
    position: absolute;
    bottom: 61px;
    right: 144px;
    background-color: rgba(83, 136, 126,.5);
    backdrop-filter: blur(10px);
    border-radius: 17px;
    padding: 34px 42px 34px 37px;
    width: 100%;
    max-width: 429px;
}
.first_screen .right_img .pract_box::after{
    content: '';
    position: absolute;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: #E1F0DA;
    top: -47px;
    left: -60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px;
    background-image: url('../img/folder_ico.png');
}
.first_screen .right_img .pract_box p{
    font-size: 25px;
    color: #fff;
}
.first_screen .right_img .pract_box p b{
    display: block;
}
.first_screen .right_img .pract_box ul{
    flex-direction: column;
    position: absolute;
    top: 0;
    right: -77px;
    width: 74px;
    gap: 4px;
}
.first_screen .right_img .pract_box ul li{
    background-color: #53887E;
    border-radius: 19px;
    line-height: 1;
}
.first_screen .right_img .pract_box ul li a{
    line-height: 0;
    display: inline-block;
    padding: 16px 22px;
}
.first_screen .right_img .pract_box ul li img{
    width: 30px;
    height: 30px;
}


.quotes{
    padding-top: 35px;
    padding-bottom: 30px;
}
.quotes p{
    font-style: italic;
    padding: 38px 70px 38px 67px;
    position: relative;
}
.quotes p::after, .quotes p::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../img/quote_ico.svg');
}
.quotes p::after{
    left: 27px;
    top: 0;
}
.quotes p::before{
    right: 25px;
    bottom: 0;
}

.for_who h2{
    margin-bottom: 78px;
}
.for_who ul{
    justify-content: space-between;
    gap: 0 10%;
    flex-wrap: wrap;
    position: relative;
    align-items: stretch;
}
.for_who ul li{
    display: inline-block;
    width: 100%;
    max-width: 481px;
    border-radius: 26px;
    background-color: #E1F0DA;
    margin-bottom: 17px;
    padding: 15px 27px;
}
.for_who ul .for_img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 412px;
    height: 444px;
    transform: translate(-50%,-50%);
}
.for_who ul li:nth-child(3){
    max-width: 595px;
    padding-right: 120px;
}
.for_who ul li:nth-child(6){
    max-width: 588px;
    padding-left: 134px;
}

.online_stream{
    width: 100%;
    padding-top: 87px;
  }
  
  .online_stream h2{
    margin-bottom: 31px;
  }
  
  .online_stream .title{
    width: 100%;
    color: #434040;
    text-align: center;
    font-size: 20px;
    margin-bottom: 89px;
  }
  
  .online_stream .inside{
    width: 100%;
    position: relative;
    border-radius: 20px;
    background: #E1F0DA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
  }
  
  .online_stream .inside .img1{
    position: absolute;
    top: -41px;
    left: -37px;
  }
  
  .online_stream .inside .img2{
    position: absolute;
    top: -41px;
    right: -37px;
  }
  
  .online_stream .inside .img3{
    position: absolute;
    bottom: -41px;
    left: -37px;
  }
  
  .online_stream .inside .img4{
    position: absolute;
    bottom: -41px;
    right: -37px;
  }
  
  .online_stream .inside .left_cont{
    width: 49%;
  }
  
  .online_stream .inside .right_cont{
    width: 47%;
    position: relative;
  }
  
  .online_stream .inside .left_cont p{
    width: 100%;
    color: #434040;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 30px;
  }
  
  .online_stream .inside .left_cont p:last-child{
    margin-bottom: 0;
  }
  
  .online_stream .inside .right_cont .img{
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
  }
  
  .online_stream .inside .right_cont p{
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 31px;
    padding-left: 73px;
    color: #E1F0DA;
    font-size: 18px;
  }
  
  .online_stream .inside .right_cont p::before{
    content: "";
    position: absolute;
    top: 31px;
    left: 31px;
    width: 20px;
    height: 20px;
    background: #5CE11E;
    border-radius: 50%;
  }
  
  .online_stream .inside .left_cont p span{
    font-weight: 600;
  }
  
  .online_stream .container{
    padding-left: 53px;
    padding-right: 53px;
  }
  .online_stream .course_btn{
    display: none;
  }
.author_sect{
    padding: 60px 50px 0 50px;
}
.author_sect .container{
    padding: 0;
}
.author_sect h2{
    margin-bottom: 59px;
}
.author_sect .author_box{
    background-color: #C1D8B9;
    border-radius: 26px;
    padding: 33px 31px 35px 43px;
    align-items: stretch;
    gap: 52px;
}
.author_sect .author_box .right_img{
    width: 465px;
    min-width: 465px;
    position: relative;
}
.author_sect .author_box .right_img .author_main{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
}
.author_sect .author_box .right_img ul{
    position: absolute;
    flex-direction: column;
    gap: 5px;
    width: 73px;
    right: 35px;
    bottom: 37px;
}
.author_sect .author_box .right_img ul li{
    border-radius: 19px;
    background-color: #E1F0DA;
    line-height: 1;
}
.author_sect .author_box .right_img ul li a{
    display: inline-block;
    padding: 16px 21px;
}
.author_sect .author_box .right_img ul li img{
    width: 30px;
    height: 30px;
}
.author_sect .author_box .left_side{
    padding-top: 10px;
    width: calc(100% - 517px);
}
.author_sect .author_box .tag{
    padding: 10px 24px;
    background-color: #FFD65B;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 26px;
    font-family: "Source Serif 4", serif;
}
.author_sect .author_box h3{
    color: #53887E;
    text-transform: uppercase;
    font-size: 69px;
    margin-bottom: 20px;
}
.author_sect .author_box .osv_box{
    gap: 10px;
    align-items: stretch;
    margin-bottom: 35px;
}
.author_sect .author_box .osv_box ul{
    background-color: #E1F0DA;
    padding: 22px 25px 35px 25px;
    border-radius: 24px;
    max-width: 369px;
    min-width: 369px;
}
.author_sect .author_box .osv_box ul p{
    margin-bottom: 15px;
}
.author_sect .author_box .osv_box ul li{
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 15px;
}
.author_sect .author_box .osv_box ul li::after{
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #434040;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.author_sect .author_box .left_side p{
    font-size: 16px;
    margin-bottom: 28px;
    width: 100%;
    max-width: 607px;
}
.author_sect .author_box .left_side p b{
    display: block;
    margin-bottom: 10px;
}
.author_sect .author_box .left_side p:last-of-type{
    margin-bottom: 0;
}




.consist_sect{
    padding-top: 132px;
    padding-bottom: 166px;
}
.consist_sect .container{
    position: relative;
}
.consist_sect .container .center{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: 48%;
    top: 200px;
    transform: translate(-50%,-50%);
}
.consist_sect .container .center p{
    position: absolute;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 352px;
    font-family: "Source Serif 4", serif;
}
.consist_sect ul{
    gap: 20%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.consist_sect ul li{
    position: relative;
    width: 100%;
    max-width: 315px;
    margin-bottom: 226px;
}
.consist_sect ul li:nth-child(n + 3){
    margin-bottom: 0;
}
.consist_sect ul li::after{
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 166px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../img/who_line.svg');
}


.steps .container{
    gap: 18px;
    align-items: stretch;
}
.steps p{
    padding: 24px 38px;
    background-color: #53887E;
    border-radius: 26px;
    font-size: 18px;
    color: #fff;
}


.dont{
    padding-top: 126px;
}
.dont h2{
    margin-bottom: 106px;
}
.dont ul{
    justify-content: space-between;
}
.dont li{
    position: relative;
    padding-left: 33px;
}
.dont li::after{
    position: absolute;
    content: '';
    left: 0;
    top: -11px;
    width: 11px;
    height: 44px;
    background-color: #DF898C;
    border-radius: 26px;
}



.program{
    padding-top: 123px;
}
.program h2{
    margin-bottom: 46px;
}
.program h2 + p{
    width: 100%;
    max-width: 871px;
    margin: 0 auto 57px;
    text-align: center;
    font-size: 17px;
}
.program .lesson_list{
    gap: 20px;
    align-items: flex-start;
}
.program .lesson_list .item{
    padding: 22px 20px 29px 22px;
    width: 100%;
    max-width: 320px;
    width: 320px;
    min-width: 320px;
    border-radius: 26px;
    background-color: #E1F0DA;
}
.program .lesson_list .item .num{
    border-radius: 26px;
    background-color: #C1D8B9;
    margin-bottom: 13px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 20px;
    color: #434040;
}
.program .lesson_list .item:nth-child(n + 3) .num{
    background-color: #CAE192;
}
.program .lesson_list .item .title{
    padding-left: 21px;
    padding-right: 7px;
    margin-bottom: 20px;
    font-weight: 500;
}
.program .lesson_list .item ul{
    margin-left: 36px;
    list-style-type: disc;
}
.program .lesson_list .item li{
    font-size: 17px;
}
.program .lesson_list .item .less_img{
    max-width: 100%;
    display: block;
    margin-top: 30px;
}
.program .lesson_list .item .plus{
    padding-left: 40px;
    position: relative;
    font-size: 17px;
    margin-top: 14px;
    font-weight: 500;
}
.program .lesson_list .item .plus::after{
    content: '';
    position: absolute;
    left: 15px;
    top: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    background-image: url('../img/plus_ico.svg');
}




.bonus_les{
    margin-top: 22px;
}
.bonus_les .container{
    gap: 17px;
    align-items: stretch;
}
.bonus_les .left{
    width: 100%;
    max-width: 773px;
    padding: 53px 200px 43px 51px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    background-image: url('../img/bonus_les_left_bg.svg');
    border-radius: 26px;   
}
.bonus_les .left h2{
    text-transform: uppercase;
    text-align: left;
    font-size: 42px;
}
.bonus_les .left h2 + p{
    margin-bottom: 23px;
    font-size: 17px;
}
.bonus_les .left ul{
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 40px;
}
.bonus_les .left .knows{
    width: 100%;
    max-width: 253px;
    text-transform: uppercase;
    margin-bottom: 33px;
    font-weight: bold;
    color: #434040;
    font-size: 17px;
}
.bonus_les .left .btn_box{
    gap: 36px;
}
.bonus_les .left .btn{
    padding: 29px 31px;
    min-width: fit-content;
}
.bonus_les .left .btn b{
    font-weight: 500;
}
.bonus_les .left .btn_box span{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #53887E;
    position: relative;
    display: block;
    min-width: fit-content;
}
.bonus_les .left .btn_box span::after{
    content: '';
    position: absolute;
    left: 0;
    top: 48%;
    width: 100%;
    height: 2px;
    background-color: #53887E;
}
.bonus_les .container .right_img{
    width: 547px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    background-image: url('../img/bonus_les_right_img.png');
    border-radius: 26px;
}


.feeds_sect{
    padding-top: 94px;
}
.feeds_sect h2{
    margin-bottom: 158px;
}
.feeds_sect .feeds_slider img{
    max-width: 100%;
}

.slick-slide {
    margin: 0 18px;
    height: auto;
}
.slick-list {
    margin: 0 -18px;
}
.slick-arrow{
    position: absolute;
    top: -130px;
    width: 92px;
    height: 81px;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    border: none;
    cursor: pointer;
    background-color: #53887E;
    color: transparent;
    font-size: 0;
}
.slick-prev{
    right: 105px;
    background-image: url('../img/slick-prev.svg');
}
.slick-next{
    right: 0;
    background-image: url('../img/slick-next.svg');
}



.will_get{
    padding-top: 86px;
}
.will_get h2{
    margin-bottom: 153px;
}
.will_get ul{
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 65px 0;
    counter-reset: list;
}
.will_get li{
    position: relative;
    border-radius: 26px;
    background-color: #fff;
    padding: 23px 23px 25px 32px;
    width: 100%;
    max-width: 327px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.will_get li:nth-child(3n-2){
    max-width: 426px;
}
.will_get li::after{
    counter-increment: list;
    content: '0'counter(list);
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #53887E;
    left: -20px;
    top: -28px;
    color: #fff;
    font-size: 31px;
    font-weight: 600;
    line-height: 47px;
    text-align: center;
    font-family: "Playfair Display", serif;
}
.will_get li:nth-child(6){
    display: inline;
}


.faqs{
    padding-top: 134px;
    padding-bottom: 53px;
}
.faqs h2{
    margin-bottom: 175px;
}
.faqs .slide{
    background-color: #FFFFFF;
    padding: 25px 27px 48px 32px;
    border-radius: 26px;
    min-height: 514px;
}
.faqs .slide .num{
    font-size: 44px;
    margin-bottom: 16px;
    font-family: "Source Serif 4", serif;
}
.faqs .slide p{
    font-size: 17px;
}
.faqs .slide .num p{
    font-size: 17px;   
}

.faqs .slide .num + p{
    font-size: 20px;
    margin-bottom: 20px;
}
.faq_slider .slick-slide{
    margin: 0 7px;
}
.faq_slider .slick-list{
    margin: 0 -7px;
}


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

.fancybox__content>.f-button.is-close-btn{
    margin-top: -23px;
    background-color: #fff;
    border: 1px solid #000;
    opacity: 1;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    background-image: url('../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: 25px;
    margin-bottom: 26px;
    font-weight: 600;
    color: #53887E;
    text-transform: uppercase;
}
.popup h3 + p{
    font-size: 18px;
    margin-bottom: 44px;
}
*{
    outline: none;
}
.fancybox__backdrop{
    background: rgba(225, 240, 218, .4);
    backdrop-filter: blur(5px);
}
.popup form{
    width: 100%;
}
.popup form input{
    width: 100%;
    border-radius: 26px;
    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{
    border: none;
    width: 100%;
    padding: 11px 0;
}
.popup form button b{
    display: block;

}


.faq_section {
    width: 100%;
    padding-top: 87px;
  }
  .faq_section h2 {
    margin-bottom: 70px;
  }
  .faq_section .faq_item {
    width: 100%;
    border-bottom: 1px solid #53887E;
  }
  .faq_section .faq_item.active {
    border-radius: 26px;
    background: #76c1b3;
    border-bottom: 1px solid transparent;
  }
  .faq_section .faq_item.active .faq_btn figure {
    background: #fff;
  }
  .faq_section .faq_item.active .faq_btn figure img {
    display: none;
  }
  .faq_section .faq_item.active .faq_btn figure .open {
    display: block;
    margin-top: 0;
  }
  .faq_section .faq_item.active .area {
    display: block;
  }
  .faq_section .faq_item:last-child {
    border-bottom: none;
  }
  .faq_section .faq_item .faq_btn {
    width: 100%;
    padding: 44px;
    color: #434040;
    font-size: 20px;
    font-weight: 700;
    padding-right: 53px;
    text-align: left;
    background: none;
    display: flex;
    border: none;
    cursor: pointer;
    background: none;
    justify-content: space-between;
    align-items: center;
  }
  .faq_section .faq_item .faq_btn p {
    width: calc(100% - 40px);
    padding-right: 10px;
  }
  .faq_section .faq_item .faq_btn figure {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #53887E;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .faq_section .faq_item .faq_btn figure img {
    margin-top: 3px;
  }
  .faq_section .faq_item .faq_btn figure .open {
    display: none;
  }
  .faq_section .faq_item .area {
    width: 100%;
    color: #434040;
    font-size: 17px;
    line-height: 120%;
    padding: 44px;
    padding-top: 0;
    padding-bottom: 61px;
    display: none;
  }
  .faq_section .faq_item .area a {
    color: #434040;
  }


@media screen and (max-width: 1439px){
    .author_sect .author_box .osv_box{
        width: 100%;
    }
    .author_sect .author_box .osv_box ul{
        width: calc(50% - 5px);
        min-width: initial;
    }
}
@media screen and (max-width: 1365px){
    .program .lesson_list{
        overflow-x: auto;
    }
    .for_who ul .for_img{
        width: 300px;
        height: 300px;
    }
    .for_who ul{
        gap: 0 5%;
    }
}
@media screen and (max-width: 1024px){
    nav{
        display: none;
    }
    .first_screen{
        padding: 0;
    }
    .flx{
        flex-direction: column;
        align-items: flex-start;
    }
    .first_screen .start_box, .first_screen .to_hight .top .timer_box, .first_screen .to_hight .price_box, .first_screen .to_hight .top{
        flex-direction: row;
    }
    .for_who ul .for_img{
        position: initial;
        transform: none;
    }
    .for_who ul{
        flex-direction: column-reverse;
        align-items: center;
    }
    .faq_section {
        padding-top: 49px;
      }
      .faq_section h2 {
        margin-bottom: 49px;
      }
      .faq_section .faq_item .faq_btn {
        padding: 25px;
      }
      .faq_section .faq_item .area {
        padding: 30px;
        padding-top: 0;
      }
    .for_who ul li{
        max-width: 335px!important;
        padding: 25px 20px 23px 27px!important;
        margin-bottom: 9px;
    }
    h2{
        font-size: 25px;
    }
    .first_screen .right_img{
        width: 622px;
        height: 677px;
        background-image: url('../img/main_img_mob.png');
        background-position: -130px 0px;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        bottom: 26px;
    }
    header img{
        max-width: 47px;
    }
    header{
        margin-bottom: 30px;
    }
    h1{
        font-size: 25px;
        width: 100%;
        max-width: 338px;
    }
    h1 + p{
        font-size: 16px;
        max-width: 291px;
        margin-bottom: 20px;
    }
    .bold_p{
        margin-bottom: 467px !important;
    }
    .first_screen .right_img .pract_box::after{
        display: none;
    }
    .first_screen .to_hight{
        position: relative;
        z-index: 2;
        margin: 0 auto 20px;
    }
    .first_screen .right_img .pract_box p{
        font-size: 17px;
    }
    .first_screen .right_img .pract_box ul li img{
        width: 20px;
        height: 20px;
    }
    .first_screen .right_img .pract_box{
        padding: 23px 22px 21px 21px;
        max-width: 290px;
        border: 1px solid #53887E;
    }
    .first_screen .right_img .pract_box ul{
        width: 50px;
        right: -55px;
    }
    .first_screen .right_img .pract_box ul li{
        width: 100%;
        text-align: center;
        border-radius: 12px;
    }
    .first_screen .right_img .pract_box ul li a{
        padding: 10px 14px;
    }
    .first_screen .btn{
        max-width: 335px;
        display: block;
        margin: 0 auto;
    }
    .author_sect .author_box .left_side{
        width: 100%;
        padding-top: 0;
        align-items: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .author_sect .author_box .osv_box{
        align-items: center;
    }
    .quotes p{
        font-size: 17px;
        padding-left: 0;
        padding-right: 0;
    }
    .quotes p::after{
        left: 0;
    }
    .quotes p::before{
        right: 0;
    }
    .first_screen .right_img .pract_box{
        right: initial;
        left: calc(50% - 27px);
        transform: translateX(-50%);
        bottom: 240px;
    }
    .first_screen .container{
        padding-bottom: 26px;
    }
    .author_sect .author_box h3{
        font-size: 28px;
        margin-bottom: 257px;
    }
    .author_sect .author_box .right_img{
        min-width: initial;
        width: calc(100% - 32px);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 133px;
        height: 222px;
    }
    .author_sect .author_box{
        padding: 19px 16px 39px 16px;
        position: relative;
    }
    .author_sect .author_box .right_img ul{
        right: 16px;
        bottom: 17px;
        width: initial;
    }
    .author_sect .author_box .right_img ul li{
        border-radius: 11px;
    }
    .author_sect .author_box .right_img ul li a{
        padding: 10px 13px;
    }
    .author_sect .author_box .right_img ul li img{
        width: 18px;
        height: 18px;
    }
    .consist_sect .container .center img{
        display: none;
    }
    .consist_sect .container .center{
        position: initial;
        transform: none;
        width: 335px;
        height: 233px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url('../img/consist_mob.svg');
        padding-bottom: 20px;
    }
    .consist_sect{
        padding-top: 40px;
        padding-bottom: 35px;
    }
    .consist_sect .container{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .consist_sect .container .center p{
        position: initial;
        font-size: 25px;
    }
    .consist_sect ul li{
        margin-bottom: 50px!important;
    }
    .steps p{
        text-align: center;
        width: 100%;
        max-width: 328px;
    }
    .steps img{
        width: 50px;
        height: 12px;
        transform: rotate(90deg);
    }
    .steps .container{
        gap: 40px;
        align-items: center;
    }
    .dont{
        padding-top: 57px;
    }
    .dont h2{
        margin-bottom: 53px;
    }
    .dont li{
        margin-bottom: 44px;
    }
    .dont ul{
        width: 100%;
        max-width: 305px;
        margin: 0 auto;
    }
    .program{
        padding-top: 50px;
    }
    .program .lesson_list{
        align-items: center;
    }
    .bonus_les .left{
        padding: 43px 15px 40px 15px;
        background-image: url('../img/bonus_les_left_bg_mob.svg');
        background-position: bottom center;
        max-width: 335px;
    }
    .bonus_les .left h2{
        font-size: 25px;
        margin-bottom: 25px;
        margin-left: 24px;
    }
    .bonus_les .left h2 + p{
        margin-left: 24px;
    }
    .bonus_les .left ul{
        margin-left: 44px;
        margin-bottom: 23px;
    }
    .bonus_les .left .knows{
        margin: 0 auto 40px;
        position: relative;
    }
    .bonus_les .left .btn_box{
        gap: 16px;
        flex-direction: column-reverse;
        align-items: center;
    }
    .bonus_les .container{
        align-items: center;
    }
    .bonus_les .container .right_img{
        width: 100%;
        max-width: 335px;
        height: 397px;
        background-image: url('../img/bonus_les_right_img_mob.png');
    }
    .feeds_sect{
        padding-top: 63px;
    }
    .slick-prev{
        right: initial;
        left: 0px;
    }
    .container{
        padding: 0 20px;
    }
    .will_get{
        padding-top: 60px;
    }
    .will_get h2{
        margin-bottom: 45px;
    }
    .will_get ul{
        width: calc(100% - 70px);
        max-width: 350px;
        margin: 0 auto;
        gap: 22px;
        transform: translateX(40px);
    }
    .will_get li:nth-child(3n-2){
        max-width: 100%;
    }
    .will_get li::after{
        color: #53887E;
        background: none;
        font-size: 38px;
        top: -16px;
        left: -70px;
    }
    .will_get li{
        background: none;
        padding: 0;
    }
    .faqs{
        padding-top: 70px;
    }
    .author_sect .author_box .osv_box ul{
        width: 100%;
    }
    .author_sect{
        padding-left: 20px;
        padding-right: 20px;
    }
    .author_sect h2 br{
        display: none;
    }
    .fancybox__content{
        text-align: center;
    }
    .first_screen .btn b{
        display: block;
        margin-top: 3px;
    }
    .first_screen .to_hight .top{
        align-items: center;
    }
    .first_screen .container{
        border-radius: 0;
    }
    .online_stream .inside{
        flex-direction: column;
        align-items: center;
        padding: 19px;
      }
      .online_stream .inside .left_cont{
        order: 2;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .online_stream .inside .right_cont{
        width: 100%;
        max-width: 500px;
        margin-bottom: 22px;
      }
      .online_stream .container{
        padding-left: 40px;
        padding-right: 40px;
      }
      .online_stream .title{
        margin-bottom: 62px;
      }
      .online_stream .inside .left_cont p{
        font-size: 16px;
      }
      .online_stream .inside .img1,.online_stream .inside .img3{
        left: -27px;
      }
      .online_stream .inside .img2,.online_stream .inside .img4{
        right: -27px;
      }
      .online_stream .course_btn{
        display: flex;
        justify-content: center;
        align-items: center;
        color: #434040;
        font-size: 15.301px;
        font-weight: 500;
        padding: 22px;
        border-radius: 19.892px;
        border-bottom: 5.355px solid #FFB93D;
        background: #FFD65B;
        max-width: 350px;
      }
      .online_stream{
        padding-top: 47px;
      }
}

@media screen and (max-width: 768px){
    .online_stream .inside .right_cont p{
        padding-top: 12px;
        padding-left: 31px;
        font-size: 7.714px;
    }
    .online_stream .inside .right_cont p::before{
        top: 12px;
        left: 13px;
        width: 8.571px;
        height: 8.571px;
    }
    header.flx{
        justify-content: center;
        flex-direction: row;
        padding-top: 14px;
        margin-bottom: 16px;
    }
    .first_screen .start_box img{
        width: 15px;
        gap: 11px;
    }
    .first_screen .start_box p{
        font-size: 16px;
    }
    .first_screen .start_box{
        margin-bottom: 16px;
    }
    h1{
        margin-bottom: 9px;
    }
    h1 + p{
        max-width: 100%;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .bold_p{
        font-size: 16px;
        padding-left: 37px;
        margin-bottom: 199px !important;
    }
    .first_screen .right_img .pract_box{
        bottom: 0;
    }
    .first_screen .right_img{
        width: 495px;
        height: 449px;
        background-position: -30px 0px;
        bottom: 50px;
    }
    .first_screen .to_hight{
        padding: 9px 14px 15px 21px;
        gap: 1px;
        margin-bottom: 8px;
    }
    .first_screen .to_hight .top .timer_box{
        font-size: 13px;
    }
    .first_screen .to_hight .top{
        width: 100%;
        justify-content: space-between;
    }
    .first_screen .btn{
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .first_screen .container{
        padding-bottom: 128px;
    }
    .first_screen .right_img .pract_box{
        bottom: -17px;
        max-width: calc(100vw - 30px);
        margin-left: auto;
        margin-right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .fixed_wrap .to_hight{
        border-radius: 27px;
        width: 100%;
        max-width: 334px;
        flex-direction: column;
        background: url('../img/img1.svg') top left no-repeat;
        background-size: contain;
        padding: 0 0 12px 11px;
    }
    .fixed_wrap .to_hight .top{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 7px;
    }
    .fixed_wrap .to_hight .get_discount{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #434040;
        text-align: center;
        font-size: 10px;
        padding: 6px 25px;
        flex-direction: column;
        height: 37px;
        border-radius: 26px;
        border-bottom: 4px solid #FFB93D;
        background: #FFD65B;
    }
    .fixed_wrap .to_hight .get_discount b{
        font-weight: 700;
    }
    .fixed_wrap .to_hight .top span{
        font-size: 16px;
        color: #fff;
        padding-top: 3px;
    }
    .fixed_wrap .to_hight .timer_box{
        background-color: #fff;
        border-radius: 19px;
        padding: 8px 13px;
        gap: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px; 
        max-width: 137px;
    }
    .fixed_wrap .to_hight .price_box{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 3px;
    }
    .fixed_wrap .to_hight .price_box span{
        color: #fff;
        font-size: 16px;
        margin-right: 6px;
    }
    .fixed_wrap .to_hight .price_box p{
        font-size: 12px;
        color: #C1D8B9;
    }
    .fixed_wrap .to_hight .price_box p small{
        position: relative;
    }
    .fixed_wrap .to_hight .price_box p small::after{
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: #C1D8B9;
    }
    .fixed_wrap .to_hight .bottom{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 7px;
    }
    .fixed_wrap{
        position: fixed;
        bottom: 0;
        z-index: 100;
        left: 0;
        right: 0;
        background: #F0F0F0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        transform: translateY(120%);
        transition: .3s;
        opacity: 0;
        visibility: hidden;
    }
    .fixed_wrap.active{
        transform: none;
        opacity: 1;
        visibility: visible;
    }
}