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

#read-main-block{
	background: #584daa;
	padding-top: 60px;
	height: 535px;
	color: #fff;
	overflow: hidden;
}

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

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

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

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

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

.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;
}

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

/********read-info-block********************************/

#read-info-block{
	padding-top: 100px;
	padding-bottom: 100px;
}

.about-course-block{
	display: flex;
	padding: 0 0 0 75px;
	border-radius: 10px;
	overflow: hidden;
}

.img-for-mobile{
	display: none;
}

.title-smarty-read{
	display: flex;
	align-items: center;
	color: #565656;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 60px;
}

.title-smarty-read img{
	margin-right: 16px;
}

.about-course-block span{
	color: #807f7f;
	font-size: 15px;
}

/********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 85px 20px 40px;
}

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



/*************Experty*v*razvitii******************/

#smartykids-expert-section{
	padding-top: 90px;
	padding-bottom: 40px;
}

#smartykids-expert-section .container{
	position: relative;
}

#main-page-molnya{
	position: absolute;
	right: -600px;
    top: -160px;

}

.smkids-expert{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

.achivment{
	width: 27%;
	margin: 0 36px 48px;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	position: relative;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}

.achivment-text{
	width: 100%;
}

.achivment:before{
	content: '';
	position: absolute;
	width: 41px;
	height: 41px;
	background: #e7e7e7;
	border-radius: 50%;
    top: 60px;
    right: 110px;
	transition: 0.3s ease;
}



.achivment:nth-child(2):hover:before{
	background: #fedbe4;
}
.achivment:nth-child(3):hover:before{
	background: #ffeca0;
}
.achivment:nth-child(1):hover:before{
	background: #ddf2ca;
}
.achivment:nth-child(5):hover:before{
	background: #d2f6ff;
}
.achivment:nth-child(6):hover:before{
	background: #efdff7;
}

.ach-img-cont{
	margin-bottom: 30px;
}

.achivment img{
	position: relative;
}


.achivment p{
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0px;
}

.title-traing{
	font-size: 18px;
	line-height: 20px;
	color: #565656;
	font-weight: 700;
	margin-bottom: 15px;
}


/************what-kid-learn*****************************************/

#what-kid-learn{
	background: #f6f7f8;
	padding-top: 90px;
	padding-bottom: 120px;
}

.what-learn{
	width: 49%;
	margin-bottom: 1%;
	margin-right: 1%;
	background: #fff;
	padding: 35px 20px 0 37px;
	height: 196px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: flex-start;
	font-size: 16px;
}

.what-learn img{
	margin-right: 22px;
}

.what-learn:nth-child(2n){
	margin-right: 0;
}

.title-wt-lrn{
	font-size: 18px;
	margin-bottom: 22px;
	font-weight: 600;
	margin-top: 10px;
}

.what-learn-bgimg{
	position: absolute;
	right: -60px;
    bottom: -40px;
}

.text-what-learn{
	position: relative;
}

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

#parents_reviews_section{
	padding-top: 120px;
	padding-bottom: 60px;

}

.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 .yellow-btn, .review_page_buttons .grey-btn{
	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;
}

/************Galery*slider************************/

#galery-slider-section{
	margin-top: 60px;
	margin-bottom: 140px;
}

#galery-slider-section .container{
	position: relative;
}

#stars-img{
	position: absolute;
	left: -30px;
	top: 0;
}

#galery-slider .carousel-3d-slide{
	background: transparent;
	border: none;
}

#galery-slider .carousel-3d-slide img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	opacity: 0.6;
}

#galery-slider .carousel-3d-slide.current img{
	opacity: 1;
}

#galery-slider .carousel-3d-controls a{
	color: #fff;
    opacity: 0.9;
    font-weight: 200;
}

#galery-slider .carousel-3d-controls a.next{
	right: 150px;
}

#galery-slider .carousel-3d-controls a.prev{
	left: 150px;
}

#galery-slider .carousel-3d-slide{
	border-radius: 10px;
	background: #000;
}

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

#question-section{
	padding-top: 100px;
	padding-bottom: 90px;
	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;
}

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

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

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

.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; 
	}

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

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

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

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

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

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

	.dlitelnost-kursa br{
		display: none;
	}

/**********read-info-block*768******************/	
	#read-info-block{
		padding-top: 70px;
		padding-bottom: 50px;
	}

	.title-smarty-read{
		font-size: 20px;
		margin-top: 25px;
	}

	.about-course-block .title-smarty-read img{
		width: 45px;
	}

	.about-course-block img{
   		 width: 380px;
	}

	.about-course-block{
		align-items: flex-start;
	}

	.about-course-block span{
		font-size: 12px;
	}

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

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

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

	.small-block-advantages{
		width: 48%;
	}

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



	.achivment{
		margin: 0 18px 0;
	}

	#smartykids-expert-section {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	
	.title-traing{
	    margin-bottom: 10px;
        font-size: 16px;
    	line-height: 18px;
	}

	.achivment p{
		font-size: 13px;
		line-height: 18px;
	}

/***************what-kid-learn*768******************************/

	#what-kid-learn{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.what-learn {
	    width: 48%;
	    margin-bottom: 2%;
	    margin-right: 2%;
        padding: 25px 15px 0 20px;
        font-size: 13px;
    	line-height: 17px;
	}

	.title-wt-lrn {
	    font-size: 16px;
	    margin-bottom: 15px;
	    margin-top: 5px;
	}

	.what-learn img{
		margin-right: 15px;
	    width: 30px;
	}

	.what-learn img.what-learn-bgimg{
		transform: scale(0.7);
		width: auto;
	}

/***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 .yellow-btn, .review_page_buttons .grey-btn {
	    padding: 11px 18px;
	    font-size: 12px;
		line-height: 13px;
	}

/*******galery*slider*768******************************/

	#galery-slider-section{
		margin-top: 70px;
	    margin-bottom: 100px;
	}

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

	.mental-main-block-kid{
		bottom: -60px;
	}

	.slide-text{
		width: 50%;
	}

}

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

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

	#read-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;
	    right: -18px;
    	bottom: -25px;
	}

	.dlitelnost-kursa{
		display: none;
	}

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

/****#read-info-block*320**********************************/
	
	#read-info-block {
	    padding-top: 33px;
	    padding-bottom: 15px;
	}

	.about-course-block img{
		display: none;
	}

	.about-course-block .title-smarty-read img{
		display: block;
		width: 35px;
	}

	.about-course-block {
	    padding: 22px 20px 30px 30px;
	    border-radius: 0;
	}

	.title-smarty-read img {
	    margin-right: 8px;
	}

	.title-smarty-read {
	    font-size: 13px;
	    margin-bottom: 8px;
	    margin-top: 0;
	}

	#read-info-block .container{
		width: 100%;
	}

	.img-for-mobile{
		display: block;
		width: 100%;
	}

	#read-info-block{
		padding-bottom: 0;
	}

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

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

	.title-advantage{
		font-size: 14px;
	}

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

	.our-advantages .interactive-img{
		display: none;
	}

	.advantages-text-block {
	    padding: 0 30px 10px 25px;
	}

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

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

/******smartykids-expert-section************************************/

	#smartykids-expert-section{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.achivment p{
		display: none;
	}

	.smkids-expert{
		justify-content: space-between;
	}

	.achivment{
		margin: 0;
	}

	.achivment img{
		width: 50px;
	}

	.ach-img-cont {
	    margin-bottom: 10px;
	}

	.achivment:before{
		top: 20px;
    	right: 3px;
	    width: 37px;
    	height: 37px;
	}

	.title-traing {
	    margin-bottom: 0;
	    font-size: 12px;
	    line-height: 13px;
	}

	.achivment:nth-child(2):before{
		background: #fedbe4;
	}
	.achivment:nth-child(3):before{
		background: #ffeca0;
	}
	.achivment:nth-child(1):before{
		background: #ddf2ca;
	}

/*******#what-kid-learn**320*******************************/

	#what-kid-learn{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.what-learn-slider .what-learn{
		margin: 0 0 20px 0;
	    font-size: 11px;
    	line-height: 14px;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
	}

	.what-learn-slider .what-learn img{
		display: inline-block;
	}

	.what-learn img{
		width: 25px;
	}

	.title-wt-lrn {
	    font-size: 14px;
	    margin-bottom: 10px;
	    margin-top: 4px;
	}

/***parents_reviews_section*320************************/

	#parents_reviews_section{
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.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 .yellow-btn, .review_page_buttons .grey-btn{
		font-size: 10px;
		line-height: 11px;
	}

/******galery-slider-section*320**************************************/
	
	#galery-slider-section {
	    margin-top: 30px;
	    margin-bottom: 45px;
	}

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

	#galery-slider .carousel-3d-controls a.next {
	    right: 10px;
	}	
	#galery-slider .carousel-3d-controls a.prev {
	    left: 10px;
	}
	
}

@media (max-width: 736px){
	#read-info-block .container {
	    width: 290px;
	}
}