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

#read-main-block{
	background: #009ee3;
	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: 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;
}

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

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

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

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

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

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

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

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

/*************Experty*v*razvitii******************/
#smartykids-expert-section{
	padding-top: 90px;
	padding-bottom: 40px;
	background: #f6f7f8;
}

#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: 34%;
	margin: 0 36px 48px;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	position: relative;
}

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

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

.ach-img-cont{
	width: 50px;
	margin-right: 31px;
}

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

/*************************************************/

#why-section{
	padding-top: 100px;
	padding-bottom: 10px;
}

.why-block{
	width: 30%;
	border-radius: 10px;
	overflow: hidden;
}

.why-block img{
	width: 100%;
}

.why-text{
	padding: 20px 20px 20px 32px;
}

.why-title{
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

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

#galery-slider-section{
	margin-top: 110px;
	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;
}

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

	.about-course-block{
		padding: 35px 0 30px 50px;
	}

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

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

/**********how*learn*section*768************************/
	
	.mental-video-how-learn{
		width: 645px;
		height: 302px;
	}

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

/*****#smartykids-expert-section*768********************/
	.achivment{
		width: 43%;
		margin: 0 0 48px;
	}

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

	.title-traing{
		font-size: 16px;
	    margin-bottom: 10px;
	}

	.achivment p{
		font-size: 12px;
		line-height: 17px;
	}

	.achivment img{
		width: 50px;
	}

	.ach-img-cont {
	    width: 50px;
	    margin-right: 15px;
	}

	.achivment:before{
		top: 22px;
		left: 22px;
		width: 35px;
		height: 35px;
	}

/**********why-section*768*****************************/

	.why-block{
		width: 32%;
		border-radius: 8px;
	}

	.why-text {
	    padding: 20px 20px 10px 23px;
	}

	.why-title{
		margin-bottom: 13px;
	}
/*******galery*slider*768******************************/

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

/****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){
/**********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;
		width: 50%;
	}

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

	.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: 40px;
	}

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

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

	.title-smarty-read {
	    font-size: 17px;
	    margin-bottom: 8px;
	}

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

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

/*******smartykids-expert-section*320*********************/
	#smartykids-expert-section {
	    padding-top: 45px;
	    padding-bottom: 15px;
	}

	.achivment img {
	    width: 28px;
	}

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

	.achivment:before {
	    top: 13px;
	    left: 13px;
	    width: 20px;
	    height: 20px;
	}

	.achivment{
		width: 49%;
		margin-bottom: 28px;
	}

	.title-traing{
		font-size: 11px;
		line-height: 14px;
		margin-bottom: 6px;
	}

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

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

/******why-section*320*************************************/
	
	#why-section {
    	padding-top: 40px;
    }
	
	.why-sld{
		width: 320px;
		margin-left: -15px;
	}

	.why-block{
		margin: 0 20px 20px;
	}

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

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

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

/****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){
	#read-info-block .container {
	    width: 290px;
	}

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