/**********mental-main-block****************************/

#mental-main-block{
	background: #db2251;
	padding-top: 60px;
	height: 535px;
	color: #fff;
	overflow: hidden;
}

#mental-main-block .yellow-btn:hover{
	color: #fff;
}

#mental-main-block .container{
	padding-left: 110px;
	position: relative;
}

.ment-logo{
	margin-right: 16px;
}

#mental-main-block h1{
	margin-bottom: 0;
}

.mental-main-block-kid{
	position: absolute;
	bottom: -90px;
	right: 0;
}

.slide-text{
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 25px;

}

.dlitelnost-kursa{
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    bottom: 12px;
    left: 415px;
}

#mental-main-block p{
	margin-bottom: 55px;
}

/**********how*learn*section****************************/
#how-learn-ma{
	padding-top: 70px;
	padding-bottom: 115px;
}

.mental-video-how-learn{
	height: 440px;
	width: 946px;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}


.video-prev-img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

/********our-advantages-section*******************/

#our-advantages-section{
	padding-top: 90px;
	padding-bottom: 120px;
	background: #f6f7f8;
}

#our-advantages-section .container{
	width: 975px;
}

.our-advantages{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.big-block-advantages{
	width: 100%;
	margin-bottom: 25px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	height: 380px;
	display: flex;
	position: relative;
	background: #fff;
}

.big-block-advantages img{
	height: 100%;
	margin-right: 42px;
	border-radius: 10px 0 0 10px;
}

.big-block-advantages .advantages-text-block{
	margin-top: 45px;
}

.big-block-advantages .title-advantage{
	margin-bottom: 22px;
}

.big-block-advantages .advantages-text-block{
	padding: 0;
}

.title-advantage{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
}

.small-block-advantages{
	width: 472px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	margin-bottom: 25px;
	position: relative;
	background: #fff;
}

.small-block-advantages img{
	width: 100%;
	height: 233px;
	margin-bottom: 25px;
	border-radius: 10px 10px 0 0;
}

.advantages-text-block{
	padding: 0 80px 20px 40px;
}

.small-block-advantages .interactive-img, .big-block-advantages .interactive-img{
	position: absolute;
	width: auto;
	height: auto;
	right: -20px;
	bottom: -15px;
}

/**********otzyv-mirovogo-experta*********************/

#review_world_expert_section{
	padding-top: 110px;
	padding-bottom: 55px;
}


.world_experts{
	display: flex;
	justify-content: space-between;
}

.expert-card{
	width: 48.5%;
}

.expert-info{
	display: flex;
	margin-bottom: 80px;
}

.expert_photo{
	margin-right: 25px;
	flex: 0 0 auto;
}

.expert_name{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}

.expert-info p{
	position: relative;
}

.expert-info p:after{
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	height: 2px;
	width: 130px;
	background: #e2e2e2;
}


.expert-video{
	position: relative;
	height: 324px;
	margin-bottom: 20px;
}

/***parents_reviews_section****************************/

#parents_reviews_section{
	padding-top: 55px;
	padding-bottom: 140px;

}

.parents_reviews{
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.parent_review_block{
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	padding: 46px 29px 25px 23px;
	width: 360px;
	position: relative;
}

.review_block_top_part{
	display: flex;
	align-items: center;
	padding-bottom: 26px;
	margin-bottom: 23px;
	border-bottom: 1px solid #e5e5e5;
}

.parent_photo{
	margin-right: 17px;
}

.parent_name{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 13px;
	font-weight: 500;
}

.parent_review_block p{
	line-height: 24px;
}

.parent_review_date{
	position: absolute;
	bottom: 48px;
	left: 23px;
	color: #808080;
	font-size: 15px;
}

.review_page_buttons{
	text-align: center;
}

.review_page_buttons div{
	padding: 17px 23px;
	font-size: 15px;
}

.review_page_buttons .yellow-btn{
	border-radius: 5px 0 0 5px;
	margin-right: -5px;
}

.review_page_buttons .yellow-btn:hover{
	color: #272727;
}

.review_page_buttons .grey-btn{
	border-radius: 0 5px 5px 0;
}

.review_page_buttons .grey-btn{
    border-color: #808080;
}


/****Question*answer******************************/

#question-section{
	padding-top: 100px;
	padding-bottom: 70px;
	background: #f6f7f8;
}

.question-container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 55px;
}

.question-column{
	width: 376px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
}

.question{
	padding: 24px 20px 24px 60px;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}

.question:last-child{
	border:none;
}

.quest-arrow{
	width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 32px;
    transition: 0.5s ease;
    background-image: url(../images/partner_page/quest-arrow.png);
    background-size: cover;
}

.question.opn .quest-arrow{
	transform: rotate(90deg);
}

.quest-title{
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	height: 40px;
	transition: 0.3s ease;
}

.question:hover .quest-title{
	color: #00b3e2;
}

.question.opn .quest-title{
	color: #00b3e2;
}

.quest-text{
	display: none;
    font-size: 14px;
    line-height: normal;
    margin-top: 13px;
}

/******learn_programm_section***************************/

#learn_programm_section{
	padding-top: 140px;
	padding-bottom: 30px;
}

.learn-programm{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lvl-learn{
	width: 31%;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	position: relative;
	margin-bottom: 85px;
	padding-bottom: 105px;
}

.lvl-img{
	position: absolute;
	left: 28px;
	top: -15px;
}

.level{
	height: 97px;
	background: #f0f0f0;
	padding: 0 23px 20px 0;
	border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 55px;
}

.level span{
	display: inline-block;
	font-size: 30px;
    line-height: 28px;
    margin-left: 9px;
    position: relative;
    padding-right: 13px;
}

.level span:after{
	content: '';
    position: absolute;
    right: 0;
    top: 8px;
    border: 6px solid transparent;
    border-right: 7px solid #232323;

}

.title-learn-lvl{
	position: relative;
	padding-left: 22px;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 35px;
}

.title-learn-lvl:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background: #00d1de;
}

.lvl-learn:nth-child(2) .title-learn-lvl:before{
	background: #ff4d7f;
}

.lvl-learn:nth-child(3) .title-learn-lvl:before{
	background: #0285f5;
}

.lvl-learn:nth-child(4) .title-learn-lvl:before{
	background: #6fd513;
}

.lvl-learn:nth-child(5) .title-learn-lvl:before{
	background: #b24fff;
}

.lvl-learn:nth-child(6) .title-learn-lvl:before{
	background: #ffcb00;
}

.result-learn{
	padding-left: 22px;
	padding-right: 30px;
	font-size: 15px;
	line-height: 22px;
}

.learn-duration{
	position: absolute;
	left: 22px;
	bottom: 40px;
	font-size: 15px;
	font-weight: 600;
}

/****see-our-develop-programms-section******************/

#see-our-develop-programms-section{
	padding-top: 110px;
	padding-bottom: 110px;
}

.see-more-dev-prog{
	display: flex;
	justify-content: space-between;
}

.dev-prog{
	width: 360px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	position: relative;
	padding-bottom: 100px;
}

.dev-prog-img{
	width: 100%;
	height: 217px;
	margin-bottom: 50px;
}

.dev-prog-title{
	font-size: 22px;
	color: #565656;
	font-weight: 700;
	margin-bottom: 14px;
	padding-left: 25px;
}

.dev-prog p{
	padding-left: 25px;
	padding-right: 25px;
}

.age{
	border-radius: 50%;
	width: 69px;
	height: 69px;
	background: #fff;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	position: absolute;
    left: 30px;
    top: 183px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progr-logo{
	position: absolute;
	right: 30px;
    top: 330px;
}

.dev-prog .yellow-btn{
	position: absolute;
	left: 25px;
	bottom: 30px;
	font-size: 13px;
	padding: 10px 37px;
}

/*******************************************************/
/***************MEDIA***768*****************************/
/*******************************************************/

@media (max-width: 1200px){
/**********mental-main-block*768************************/
	.mental-main-block-kid{
		width: 370px;
		top: -10px;
	}

	#mental-main-block{
		height: 372px;
		padding-top: 40px;
	}

	.ment-logo{
		width: 81px;
		height: 81px;
	    margin-right: 12px;
	}

	#mental-main-block p{
		display: none;
	}

	.slide-text{
		margin-top: 35px;
    	margin-bottom: 90px;
	}

	#mental-main-block .container{
		padding-left: 0;
	}

	.dlitelnost-kursa{
		font-size: 10px;
		left: 0;
	    bottom: 90px;
	}

	.dlitelnost-kursa br{
		display: none;
	}

/**********how*learn*section****************************/

	.mental-video-how-learn{
		width: 645px;
		height: 302px;
	}

	#how-learn-ma{
		padding-bottom: 80px;
	}

/********our-advantages-section*768********************/

	#our-advantages-section{
		padding-top: 60px;
		padding-bottom: 80px;
	}

	#our-advantages-section .container{
		width: 740px;
	}

	.big-block-advantages{
		height: 270px;
		margin-bottom: 15px;
	}

	.small-block-advantages{
		width: 363.5px;
		margin-bottom: 15px;
	}

	.big-block-advantages .interactive-img{
	    right: -60px;
	    bottom: -7px;
	    width: 10%;

	}

	.small-block-advantages .interactive-img{
	    right: 5px;
	    bottom: -15px;
	    width: 20%;
	}

	.big-block-advantages .advantages-text-block{
		padding-right: 40px;
	}

	.small-block-advantages img{
		height: 182px;
	}

/**********otzyv-mirovogo-experta*768*****************/

	#review_world_expert_section{
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.expert_photo{
		width: 80px;
		height: 80px;
		margin-right: 17px;
	}

	.expert_name{
		font-size: 12px;
		line-height: 13px;
		margin-bottom: 7px;
		font-weight: 600;
	}

	.expert-info p{
		font-size: 10px;
		line-height: 13px;
	}

	.expert-info p:after{
		width: 84px;
		height: 1px;
	}

	.expert-card {
	    width: 360px;
	}

	.expert-video{
		height: 208px;
	}

	.expert-info{
		margin-bottom: 45px;
	}

	.expert-card > p{
		font-size: 10px;
		line-height: 13px;
		font-weight: 300;
	}

/***parents_reviews_section*768************************/

	#parents_reviews_section{
		padding-top: 15px;
		padding-bottom: 70px;
	}

	.parent_review_block{
		width: 233px;
		padding: 38px 19px 25px 13px;
	}

	.parent_photo{
		width: 43px;
		height: 43px;
		margin-right: 12px;
	}

	.parent_name{
		font-size: 11px;
		line-height: 13px;
		margin-bottom: 0px;
	}

	.parent_rating img{
		width: 60px;
	}

	.review_block_top_part{
		padding-bottom: 17px;
		margin-bottom: 15px;
	}

	.parent_review_block p{
		font-size: 10px;
		line-height: 15px;
	}

	.parent_review_date{
		font-size: 10px;
		bottom: 30px;
    	left: 13px;
	}

	.parents_reviews{
		margin-bottom: 60px;
	}

	.review_page_buttons div {
	    padding: 11px 18px;
	    font-size: 12px;
		line-height: 13px;
	}
/******learn_programm_section*768***********************/

	#learn_programm_section{
		padding-top: 90px;
		padding-bottom: 30px;
	}

	.lvl-img{
		height: 78px;
	    left: 18px;
    	top: -9px;
	}

	.level{
		height: 60px;
		font-size: 11px;
		line-height: 13px;
		padding: 0 14px 13px 0;
		margin-bottom: 30px
	}

	.level span{
		font-size: 18px;
	    line-height: 18px;
	    margin-left: 6px;
        padding-right: 9px;
	}

	.level span:after{
		top: 5px;
		border: 4px solid transparent;
    	border-right: 4px solid #232323;
	}

	.title-learn-lvl{
		font-size: 11px;
		line-height: 15px;
		padding-left: 12px;
	    margin-bottom: 20px;
	}

	.title-learn-lvl:before{
		width: 3px;
	}

	.result-learn{
		padding-left: 13px;
	    padding-right: 20px;
	    font-size: 10px;
	    line-height: 13px;
	}

	.lvl-learn{
	    padding-bottom: 70px;
	    margin-bottom: 50px;
	}

	.learn-duration{
		left: 14px;
	    bottom: 26px;
	    font-size: 10px;
	    line-height: 15px;
	}
/*******question*section*768**********************/
	#question-section{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.question-column{
		width: 236px;
	}

	.quest-title{
		font-size: 10px;
		line-height: 12px;
		height: 24px;
	}

	.question{
		padding: 15px 10px 15px 35px;
	}

	.quest-arrow{
		width: 15px;
		height: 15px;
	    left: 11px;
    	top: 19px;
	}

	.quest-text{
		font-size: 10px;
		margin-top: 10px;
	}

/****see-our-develop-programms-section*768**************/

	#see-our-develop-programms-section{
		padding-top: 74px;
		padding-bottom: 74px;
	}

	.dev-prog{
		width: 233px;
		padding-bottom: 70px;
	}

	.dev-prog-img{
		height: 140px;
		margin-bottom: 30px;
	}

	.age{
	    width: 44px;
    	height: 44px;
	    font-size: 8px;
    	line-height: 10px;
	    left: 10px;
    	top: 120px;
	}

	.dev-prog-title{
		padding-left: 16px;
		font-size: 14px;
	    line-height: 15px;
        margin-bottom: 8px;
	}

	.dev-prog p {
	    padding-left: 16px;
	    padding-right: 20px;
	    font-size: 10px;
	    line-height: 13px;
	    margin-bottom: 0;
	}

	.dev-prog .yellow-btn{
		font-size: 9px;
		line-height: 10px;
		bottom: 21px;
		left: 16px;
		padding: 8px 21px;
	}

	.progr-logo{
	    bottom: 36px;
    	right: 4px;
		top: auto;
	    transform: scale(0.65);
	}
}


/*******************************************************/
/***************MEDIA***320*****************************/
/*******************************************************/

@media (max-width: 760px){
/**********mental-main-block*320************************/

	#mental-main-block{
		height: 172px;
		padding-top: 30px;
	}

	.ment-logo{
		width: 37px;
		height: 37px;
		margin-right: 6px;
	}

	.slide-text{
		font-size: 9px;
		line-height: 12px;
		margin-top: 10px;
		margin-bottom: 22px;
	}

	.mental-main-block-kid{
		width: 150px;
	    top: 0px;
    	right: -10px;
	}

	.dlitelnost-kursa{
		display: none;
	}

	#mental-main-block h1{
		font-size: 13px;
	}

/**********how*learn*section*320************************/

	#how-learn-ma{
		padding-bottom: 30px;
	}

	#how-learn-ma .container{
		width: 320px;
	}

	.mental-video-how-learn{
		width: 100%;
		border-radius: 0;
		height: 193px;
	}

/********our-advantages-section*320********************/

	#our-advantages-section{
		padding-top: 30px;
		padding-bottom: 20px;
	}

	#our-advantages-section .container{
		width: 740px;
	}

	.big-block-advantages{
		display: none;
	}

	#our-advantages-section .container{
		width: 290px;
	}

	.small-block-advantages{
		width: 100%;
		margin-bottom: 30px;
	}

	.title-advantage{
		font-size: 12px;
		line-height: normal;
		margin-bottom: 10px;
	}

	.advantages-text-block p{
		font-size: 11px;
		line-height: normal;
	}

	.small-block-advantages img{
		margin-bottom: 10px;
	}

	.advantages-text-block{
		padding: 0 80px 20px 25px;
	}

	.small-block-advantages .interactive-img {
	    right: 5px;
	    bottom: -20px;
	    width: 22%;
	}

	.small-block-advantages img{
		height: 143px;
	}
/**********otzyv-mirovogo-experta*320*****************/

	#review_world_expert_section{
		padding-top: 45px;
	}

	.world_experts{
		flex-wrap: wrap;
	}

	.expert-card{
		width: 100%;
		margin-bottom: 50px;
	}

	.expert-card:last-child{
		margin-bottom: 0;
	}

	.expert_photo{
		width: 66px;
		height: 66px;
	}

	.expert-info p:after{
		bottom: -14px;
	}

	.expert-info {
		margin-bottom: 20px;
	}

	.expert-video{
		width: 320px;
		height: 200px;
		margin-left: -15px;
		margin-bottom: 0;
	}

	.info-expert-video{
		display: none;
	}
/*******question-section*320**********************/
	#question-section{
		padding-top: 40px;
    	padding-bottom: 40px;
	}

	.question-container{
		display: block;
	}

	.question {
	    padding: 15px 10px 15px 40px;
	}

	.question-column{
		width: 280px;
		margin: 0 auto;
	}

	.quest-title {
	    font-size: 11px;
	}

	.question-container .slick-dots{
		bottom: -30px;
	}
/***parents_reviews_section*768************************/
	#parents_reviews_section{
		padding-bottom: 50px;
	}

	.parent_name {
	    font-size: 13px;
	    line-height: 16px;
	    margin-bottom: 5px;
	}

	.parent_review_block{
		margin: 0 auto;
		width: 290px;
	}

	.parents_reviews{
		width: 320px;
		margin-left: -15px;
	}

	.parents_reviews .slick-dots {
	    bottom: -30px;
	}

	.review_page_buttons div{
		font-size: 10px;
		line-height: 11px;
	}

/******learn_programm_section*320***********************/
	#learn_programm_section{
		padding-top: 46px;
	    padding-bottom: 46px;
	}

	.learn-programm{
		width: 320px;
		margin-left: -15px;
	}

	.lvl-learn{
		margin: 20px 15px;
	}

	.lvl-img{
		height: 92px;
	    top: -11px;
	}

	.level{
		font-size: 13px;
		line-height: 14px;
		height: 70px;
		margin-bottom: 40px;
	}

	.level span {
	    font-size: 22px;
	    line-height: 19px;
	}

	.level span:after {
	    top: 6px;
	}

	.title-learn-lvl {
	    font-size: 13px;
	    line-height: 16px;
        padding-left: 14px;
        padding-right: 30px;
	}

	.result-learn{
	    font-size: 12px;
    	line-height: 16px;
	}

	.learn-duration{
		font-size: 12px;
	}

/****see-our-develop-programms-section*320**************/
	#see-our-develop-programms-section{
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.dev-prog-img{
		height: 170px;
		margin-bottom: 35px;
	}

	.dev-prog-title{
		font-size: 17px;
		line-height: 16px;
		margin-bottom: 10px;
	}

	.age{
		font-size: 10px;
		line-height: 11px;
		width: 53px;
		height: 53px;
		top: 144px;
	}

	.dev-prog p{
		font-size: 11px;
	}

	.progr-logo{
		transform: scale(0.75);
		bottom: 35px;
    	right: 25px;
	}

	.dev-prog{
		padding-bottom: 100px;
	}

	.see-more-dev-prog{
		width: 320px;
		margin-left: -15px;
	}

	.dev-prog{
		margin: 0 15px 20px;
	}
}

@media (max-width: 736px){
	#how-learn-ma {
	    padding-top: 40px;
	}

	.free-lesson-title {
	    font-size: 14px;
	    line-height: normal;
	    margin-bottom: 8px;
	}

	.free-lesson-text p {
	    background: none;
	    padding: 0;
	    margin-bottom: 15px;
	    font-size: 11px;
	    line-height: normal;
	    margin-left: 0;
	}

	.free-lesson-text {
	    margin-left: 125px;
	    margin-top: 16px;
	}

	#freelesson-smartik {
	    width: 134px;
	    left: calc((100%-290px)/2 + -160px);
	    top: 0px;
	}

	.free-lesson-text p {
	    margin-bottom: 20px;
	}

	.free-lesson-text {
	    margin-left: 125px;
	    margin-top: 15px;
	}

	#free-lesson-section.red-version #freelesson-smartik {
	    left: calc((100%-290px)/2 + -182px);
	    width: 151px;
	    top: 6px;
	}
}
