html {
    scroll-behavior: smooth;
}
body{
    color: #5a6175;
    font: normal 14px/1.45 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 100%;
    height: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: normal
}
h1{
    font-size: 24px;
}
a{
    color: #5a6175;
    text-decoration: none
}
a:hover{
    color: #ff7f5c;
    text-decoration: underline
}
p{
    font-size: 14px;
    margin-bottom: 30px
}
img{
    max-width: 100%
}
.wrap{
    margin: 0 auto;
    width: 90%;
    max-width: 1110px;
}
.clear{
    clear: both;
    height: 0;
    font-size: 0;
}
header, .content, footer{
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}
.success{
    background: #159a17;
}
.primary{
    background: #1b97f7;
}
.btn{
    height: 57px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    padding: 0 25px;
    border-radius: 30px;
    line-height: 57px;
    font-weight: bold
}
.btn-link{
    color: #5a6175;
}
.btn-link:hover{
    color: #ff7f5c;
}
.btn-primary{
    background: #ff7f5c;
}
.btn-primary:hover{
    background: #f0704d;
}
.btn-secondary{
    background: #b7bace;
}
.btn-secondary:hover{
    background: #a7abc4;
}
.btn-light{
    background: transparent;
    border: 1px solid #e1e2eb;
    color: #b4b7cc
}
.btn-light:hover{
    background: transparent;
    border: 1px solid #ff7f5c;
    color: #ff7f5c
}
.center_title{
    text-align: center;
    font-family: 'Lumios-Marker';
    font-size: 80px;
    margin-bottom: 80px;
    color: #b4b7cc
}
.custom_font{
    font-family: 'Lumios-Marker';
}
*:focus{
    outline: none
}
/*----------------------------------------header----------------------------------------*/
.bg_page{
    background: url(../img/bg.jpg) no-repeat center top;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 638px;
    z-index: 0
}
header{
    padding: 34px 0 0;
    border-bottom: 1px solid #fff;
    height: 97px;
    box-sizing: border-box;
    margin-bottom: 100px
}
.logo{
    float: left;
    margin: -10px 33px 0 0
}
.nav{
    float: right;
    margin: 5px 30px 0 0;
}
.nav li{
    float: left;
    list-style-type: none
}
.nav li a{
    margin: 0 30px;
    font-size: 14px;
    color: #b4b7cc;
    text-decoration: none
}
.nav li a:hover{
    color: #5a6175
}
.logout{
    float: right
}
.logout .btn-light{
    height: 48px;
    line-height: 48px;
    width: 195px;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    margin: -10px 0 0 0
}
.logout i{
    color: #b7bace;
    font-size: 35px;
    display: none
}
/*---------------------------------------content----------------------------------------*/
.video_top{
    float: left;
    width: 100%;
    padding: 0 0 200px;
}
.video_top .txt_box{
    float: left;
    width: 50%;
    max-width: 490px;
    padding-right: 30px;
}
.video_top .txt_box h1{
    margin-bottom: 30px;
    line-height: 1.45
}
.video_top .txt_box p{
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 40px;
}
.video_top .txt_box .btn{
    width: 260px;
}
.video_top iframe, .video_top video{
    max-width: 50%;
    float: right;
    border-radius: 25px;
    width: 540px;
    height: 305px;
}
video{
    object-fit: cover;
}
.check_list{
    float: left;
    width: 100%;
}
.check_list .title_wrap{
    float: left;
    width: 100%;
}
.title_wrap h3{
    float: left;
    width: 50%;
}
.title_wrap p{
    float: left;
    width: 50%;
    padding-left: 14px;
    box-sizing: border-box;
    line-height: 1.65;
}
.check_list_form{
    overflow: hidden;
    float: left;
    width: 100%
}
.check_list_form form::-webkit-scrollbar{
    display: none
}
.check_list_form .btn-secondary, .check_list_form .btn-primary{
    border-radius: 0 0 15px 15px;
}
.check_list_form form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 58px 0 110px;
}
.question, .result{
    background: #fff;
    width: 39%;
    min-width: 440px;
    float: left;
    border-radius: 15px;
    margin-right: 75px;
    opacity: 1;
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15); 
}
.noactive_question{
    opacity: 0.6;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}
.check_list_form form .question:first-child{
    margin-left: calc((100% - 1100px)/2);
}
.question .btn, .result .btn{
    height: 64px;
    line-height: 64px;
    font-size: 16px;  
}
.question .btn[disabled="disabled"]{
    background: #e1e2eb
}
.question .btn-secondary.disabled, .question .btn-secondary:disabled{
    background: #e1e2eb;
    opacity: 1
}
.question .btn-secondary.disabled i, .question .btn-secondary:disabled i{
    color: #fff
} 
.active_question{
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.25); 
    opacity: 1
}
.noactive_question .btn{
    display: none   
}
.active_question .btn, .result .btn{
    display: inline-block
}
.question .btn i, .result .btn i{
    float: right;
    font-size: 20px;
    margin: 22px 5px 0 0;
    color: #e3e4ec
}
.result .btn i{
    color: #fff;
}
.question .btn:hover i, .result .btn:hover i{
    color: #fff;
}
.result{
    width: 100%;
    max-width: 770px;
}
.question_wrap{
    float: left;
    width: 100%;
    padding: 40px 30px 10px 40px;
    box-sizing: border-box
}
.result .question_wrap{
    padding: 54px 65px 12px 65px
}
.result .question_wrap p{
    margin: 37px 0 50px;
    padding: 0 25px;
}
.result h5{
    text-align: center;
    font-family: 'Lumios-Marker';
    font-size: 75px;
    color: #b7bace;
    line-height: 0.8;
}
.question_wrap img{
    max-width: 100%
}
.question_wrap p{
    font-size: 16px;
    margin-bottom: 30px;
    min-height: 47px;
}
/*--------------------------------------custom radio--------------------------------*/
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 42px;
    margin-bottom: 27px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radiobtn{
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e3e4ed
}
.checkcontainer:hover input ~ .radiobtn{
    border: 1px solid #a3a6bf;
}
.checkcontainer input:checked ~ .radiobtn{
    background-color: #b7bace;
    border: 1px solid #b7bace;
}
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}
.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}
.checkcontainer .radiobtn:after {
    left: 4px;
    top: 2px;
    width: 6px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.accordion_wrap{
    background: #f1f1f5;
    width: 100%;
    padding: 80px 0 80px;
    float: left
}
.accordion_wrap .btn-secondary{
    height: 48px;
    width: 260px;
    padding: 0;
    line-height: 48px;
    margin: 0 auto;
    display: inherit;
}
.accordion_wrap .accordion{
    margin-bottom: 75px
}
.accordion_wrap .accordion > .card {
    margin: 0 0 16px;
    border: none;
    border-radius: 10px !important;
}
.accordion_wrap .card-header{
    border: none;
    background: #fff;
}
.accordion_wrap .card-header{
    padding: 0
}
.accordion_wrap .btn-link{
    padding: 28px 40px;
    height: auto;
    line-height: inherit;
    font-size: 18px;
    font-weight: normal;
    width: 100%;
    text-align: left
}
.accordion_wrap .card-body {
    padding: 0 40px 40px;
    font-size: 16px;
    line-height: 1.65;
}
.accordion_wrap .btn-link:hover, .accordion_wrap .btn-link:focus{
    text-decoration: none
}
.accordion_wrap .btn span{
    float: left;
    width: calc(100% - 30px);
}
.accordion_wrap .card-header button i{
    float: right;
    font-size: 22px;
}
.accordion_wrap .card-header button[aria-expanded="true"] i:before{
    content: "\f106";
    color: #b4b7cc
}
.accordion_wrap .card-header button[aria-expanded="false"] i:before{
    content: "\f107";
    color: #e4e5ec
}
.meditation_list{
    float: left;
    width: 100%;
    padding: 50px 0
}
.meditation_wrap{
    margin-left: -15px;
    margin-right: -15px;
}
.meditation_list .meditation_item{
    float: left;
    width: calc(33.33% - 30px);
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    margin: 0 15px;
}
.meditation_item:hover{
    text-decoration: none
}
.meditation_item img{
    width: 100%
}
.meditation_name{
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 25px 10px;
    position: absolute;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.meditation_name strong, .meditation_name span{
    display: block;
    font-family: 'Proxima Nova Semibold';
    font-size: 16px;
    color: #fff;
}
.meditation_name strong{
    line-height: 1.2
}
.meditation_name span{
    opacity: 0.5;
    font-size: 12px;
}
.webinar{
    float: left;
    width: 100%;
    padding: 0 0 80px;
    text-align: center
}
.webinar iframe, .webinar video{
    border-radius: 25px;
    max-width: 100%;
    margin-bottom: 50px;
}
.btn_wrap{
    float: left;
    width: 100%;
}
.webinar .btn_wrap .btn{
    width: 90%;
    max-width: 320px;
    padding: 0 25px
}
.webinar .btn_wrap .btn i{
    float: right;
    margin: 19px 0 0 0;
    font-size: 18px;
}
.webinar .center_title{
    line-height: 0.8;
    margin: 40px 0 40px
}
.instagram_box .center_title{
    line-height: 0.8;
}
.advantages{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 160px;
    background: url(../img/bg1.png) no-repeat center 0;
    background-size: 1735px auto;
    padding-bottom: 132px;
}
.adv_bg1{
    background: url(../img/leaves.svg) no-repeat center 180px;
    background-size: contain;
    padding-top: 130px;
    max-width: 1295px;
    margin: 0 auto;
    overflow: hidden
}
.advantages ul {
    font-family: 'Lumios-Marker';
    text-align: left;
    font-size: 44px;
    color: #b7bace;
    max-width: 1025px;
    line-height: 45px;
    margin: 0 auto 100px;
    float: left;
}
.advantages ul li{
    margin-bottom: 25px;
    list-style-image: url(../img/heart.svg);
    padding-left: 20px;
    width: 100%;
    text-align: left;
    float: left
}
.advantages ul li b{
    font-size: 48px;
    font-weight: normal
}
.advantages ul li strong{
    font-size: 55px;
    font-weight: normal
}
.advantages ul li img{
    margin-top: -3px;
    display: inline-block
}
.advantages .btn-primary {
    border-radius: 17px;
    height: 96px;
    line-height: 1.5;
    font-size: 46px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.25); 
    margin-bottom: 50px;
    box-sizing: border-box;
}
.advantages .btn-primary img{
    display: block;
    margin: 22px auto 0;
}
.advantages ul span {
    text-align: right;
    width: 100%;
    float: left; 
    display: inline-block;
}
/*----------------------------------------------------center_title_rotate----------------------------------------------------*/
.center_title_rotate{
    font-family: 'Lumios-Marker';
    color: #b7bace;
    font-size: 69px;
    text-align: center;
    margin-bottom: 75px;
}
.center_title_rotate b{
    font-weight: normal
}
.center_title_rotate span, .center_title_rotate b{
    -moz-transform: rotate(-5deg); /* Для Firefox */
    -ms-transform: rotate(-5deg); /* Для IE */
    -webkit-transform: rotate(-5deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-5deg); /* Для Opera */
    transform: rotate(-5deg);
    display: inline-block;
    position: relative;
}
.check_list .center_title_rotate{
    text-align: left;
    margin: 0
}
.check_list .center_title_rotate b, .check_list .center_title_rotate span{
    font-size: 85px
}
.check_list .center_title_rotate span{
    left: -15px;
}
.check_list .center_title_rotate b {
    top: -60px;
    left: 121px;
}
.webinar .center_title_rotate{
    margin-bottom: 60px
}
.webinar .center_title_rotate b{
    top: 20px;
}
.advantages .center_title_rotate{
    margin-bottom: 150px;
}
.advantages .center_title_rotate span, .advantages .center_title_rotate b{
    -moz-transform: rotate(0deg); /* Для Firefox */
    -ms-transform: rotate(0deg); /* Для IE */
    -webkit-transform: rotate(0deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(0deg); /* Для Opera */
    transform: rotate(0deg);
}
.advantages .center_title_rotate b, .advantages .center_title_rotate span{
    font-size: 113px;
}
.advantages .center_title_rotate span{
    left: 0;
}
.advantages .center_title_rotate b{
    top: 37px;
    left: -40px;
}
.advantages em{
    display: none;
    font-style: normal;
    font-size: 48px;
}
/*----------------------------------------------------center_title_rotate end----------------------------------------------------*/
.instagram{
    float: left;
    width: 100%;
    text-align: center
}
/*---------------------------------------footer---------------------------------------*/
footer{
    background: #f1f1f5;
    width: 100%;
    padding: 65px 0 55px;
    float: left;
    margin-top: 145px;
}
.copyright{
    float: left;
    color: #b7bace;
    line-height: 18px;
    font-size: 12px;
}
.copyright a{
    font-weight: bold;
    color: #b7bace
}
.soc_icon{
    float: right;
    margin-top: 24px;
}
.soc_icon a{
    color: #b7bace;
    float: right;
    margin: 0 12px;
    height: 23px;
    min-width: 23px;
    opacity: 0.5
}
.soc_icon a i{
    height: 23px;
    min-width: 23px;
    display: block;
    float: left
}
.telegram-ico{
    background: url("../img/telegram.svg") no-repeat center center;
}
.youtube-ico{
    background: url("../img/youtube.svg") no-repeat center center;
    width: 30px;
}
.instagram-ico{
    background: url("../img/instagram.svg") no-repeat center center;
}
.whatsapp-ico{
    background: url("../img/whatsapp.svg") no-repeat center center;
}
.soc_icon a:hover{
    opacity: 0.7
}
.soc_icon a:focus{
    opacity: 1
}
.insta_box h3{
    width: 100%;
}
.insta_wrap, .instagram_box{
    float: left;
    width: 100%
}
.instagram_box{
    margin-bottom: 107px;
}
.insta_wrap {
    box-sizing: border-box;
    padding: 0 15px;
}
.insta_item{
    float: left;
    width: 33.33%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}
.insta_item img{
    width: 100%;
}
.insta_item_bg{
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    box-sizing: border-box;
    padding: 120px 20px 20px;
    color: #fff;
}
.insta_item:hover .insta_item_bg{
    display: block
}
.insta_item .txt{
    overflow: hidden;
    height: 75px;
    text-align: center;
    margin: 30px 0 10px;
    font-size: 13px;
}
.insta_item i{
    position: relative;
    top: 0;
    margin: 0 7px 0 0;
    font-size: 16px
}
.insta_item a{
    color: #fff;
}
.insta_item span{
    margin: 0 10px;
    font-size: 14px
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 11px;
    height: 19px;
    padding: 0;
    cursor: pointer;
    border: none;
    position: absolute;
    outline: none;
    top: 50%;
    margin-top: -19px;
    z-index: 99
}
.slick-prev{
    background: url("../img/arr_left.svg") no-repeat center left;
    background-size: contain;
    left: -42px;
    opacity: 1
}
.slick-next{
    background: url("../img/arr_right.svg") no-repeat center right;
    background-size: contain;
    right: -42px;
    opacity: 1
}
.slick-prev:hover{
    opacity: 0.4
}
.slick-next:hover{
    opacity: 0.4
}
.slick-disabled, .slick-disabled:hover{
    opacity: 0.15;
}
/*---------------------------------------whatsapp_wrap-----------------------------*/
.whatsapp_wrap{
    float: left;
    display: block;
    text-align: center;
    margin: 135px auto 0;
    width: 100%
}
.whatsapp_title{
    position: relative;
    max-width: 645px;
    margin: 0 auto 50px;
    height: 170px;
    text-align: left
}
.whatsapp_title img.font_txt1, .whatsapp_title img.font_txt2{
    position: absolute;
}
.whatsapp_title img.font_txt1{
    top: 0;
    width: 517px;
}
.whatsapp_title img.font_txt2{
    right: 0;
    top: 70px;
    width: 395px
}
.whatsapp_btn, .youtube_btn{
    background: #0dc152;
    border-radius: 25px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    width: 230px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    padding-left: 22px;
    box-sizing: border-box;
    text-decoration: none
}
.whatsapp_btn:hover, .youtube_btn:hover{
    background: #0cb74e;
    color: #fff;
    text-decoration: none
}
.whatsapp_icon, .youtube_icon{
    float: right;
    height: 45px;
    line-height: 45px;
    width: 52px;
    background: #0cb74e url("../img/whatsapp_btn.svg") no-repeat center center;
    background-size: auto 23px;
    border-radius: 0 25px 25px 0;
}
.youtube_slider{
    float: left;
    width: 100%;
}
.youtube_slider_wrap{
    float: left;
    width: 100%
}
.youtube_slider_item{
    position: relative;
    margin: 0 15px
}
.youtube_slider_item img{
    float: left;
    width: 100%;
}
.youtube_name{
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    padding: 16px;
    top: 0;
    left: 0;
    color: #444;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out 0.1s;
    -moz-transition: opacity 0.3s ease-out 0.1s;
    -o-transition: opacity 0.3s ease-out 0.1s;
    transition: opacity 0.3s ease-out 0.1s;
}
.youtube_slider_item:hover .youtube_name{
    opacity: 1
}
.youtube_name:hover{
    color: #161616
}
.youtube_name strong{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: #333
}
.youtube_name span{
    font-size: 14px;
    color: #666
}
.play_yt_video{
    background: url("../img/play_big.svg") no-repeat center center;
    background-size: contain;
    width: 28px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -19px;
    display: block;
    opacity: 0.6;
}
.youtube_btn{
    background: #e62117;
    width: 270px;
    display: block;
    float: right;
    padding-left: 0;
    margin-top: 17px;
}
.youtube_btn:hover{
    background: #cc1e14;
    text-decoration: none
}
.youtube_btn em{
    font-style: normal
}
.youtube_icon{
    background: #cc1e14 url("../img/youtube_ico.svg") no-repeat center center;
    background-size: auto 20px;
}
.youtube_title{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px
}
.youtube_channel{
    float: left;
}
.youtube_channel span{
    font-size: 24px;
    padding-top: 18px;
    font-weight: 500;
    display: block;
    float: left
}
.youtube_channel img{
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 17px
}