/*************************************************/
/*****************Header**************************/
/*************************************************/
.head-partner-grafik-raboty{
	font-size: 11px;
	color: #6e6e6e;
	margin-left: -270px;
	margin-top: -2px;
}

.head-partner-grafik-raboty span{
	display: block;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
}

.header{
	align-items: center;
}

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

.contact-center{
	background: #f2f2f2;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.white-center-block{
	display: inline-block;
	border-radius: 10px;
	background: #fff;
	padding: 20px 0;
	width: 700px;
	font-size: 16px;
	    margin-bottom: 20px;
}

.white-center-block a{
	color: #000;
	font-size: 20px;
    font-weight: 500;
    margin: 15px 5px 0;
    display: inline-block;
}

.white-center-block span{
	font-size: 35px;
    display: inline-block;
    line-height: 12px;
    position: relative;
    top: 3px;
    margin: 0 5px;
}

/*************************************************/
/*****************Main*Slider*********************/
/*************************************************/
#main-slider-section .slick-dots{ 
	bottom: 21px;
	width: auto; 
	left: calc((100% - 1180px)/2 + 192px); /*Положение точек навигации на главном слайдет*/
}

#main-slider-section .slick-next{
	right: calc((100% - 1180px)/2);
	opacity: 0.7;
}

#main-slider-section .slick-prev{
	left: calc((100% - 1180px)/2);
	opacity: 0.7;
}

.hideslide-for-optimiz{
	display: none;
}

.slick-slide:first-child .hideslide-for-optimiz{
	display: block;
}

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

.main-slide-1{
	height: 462px;
	background-image: url(../images/partner_page/bg-partner-min.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 70px;
	overflow: hidden;
	position: relative;
}

.main-slide-1 .container{
	padding-left: 110px;
}

.slide-text{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 60px;
}

#boy-sld1{
	position: absolute;
    right: 15px;
    top: -30px;
}

/*************************************************/
/*************Develop*program*********************/
/*************************************************/
#develop-program-section{
	padding-top: 90px;
	padding-bottom: 30px;
}

.develop-progr-cont{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.develop-progr-el{
	width: 550px;
	height: 532px;
	border-radius: 10px;
	border: 1px solid #eeeeee;
	overflow:hidden;
	position: relative;
	margin-bottom: 58px;
	box-shadow: 0px 0px 21px 1px rgba(165,165,165,0.15);	
}

.dev-prog-img-cont{
	overflow: hidden;
	position: relative;
	height: 240px;
}

.dev-logo{
	position: absolute;
	right: 30px;
    top: 155px;
	width: 110px;
	height: 110px;
}

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

.develop-progr-text{
	padding: 42px 60px 48px 56px;
}

.dev-prog-title{
	font-size: 22px;
	margin-bottom: 12px;
	font-weight: 700;
	text-transform: none;
}

.develop-progr-text p{
	font-size: 15px;
	line-height: normal;
}

.dev-prog-btns{
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.develop-progr-el:nth-child(1) .dev-prog-img-cont img{
	position: absolute;
	left: 0;
	top: -115px;
}

.develop-progr-el:nth-child(2) .dev-prog-img-cont img{
	position: absolute;
	left: 0;
	top: 0px;
}

.develop-progr-el:nth-child(3) .dev-prog-img-cont img{
	position: absolute;
	left: 0;
	top: -65px;
}

.develop-progr-el:nth-child(4) .dev-prog-img-cont img{
	position: absolute;
	left: 0;
	top: -28px;
}

.develop-progr-el:nth-child(5) .dev-prog-img-cont img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.develop-progr-el:nth-child(6) .dev-prog-img-cont img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

/*************************************************/
/*************Dop*courses*************************/
/*************************************************/

#dop-courses-section{
	padding-bottom: 80px;
	padding-top: 80px;
	background: #f6f7f8;
}

.dop-courses-slider{
	margin-top: -20px;
}

.dop-cours-slide{
	width: 360px;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 20px 1px rgba(165,165,165,0.15);
	margin: 20px auto;
}

.dop-cours-slide img{
	/*height: 202px;было*/
	height: auto;
	width: 100%;
}

.dop-cours-text{
	padding: 20px 20px 25px 38px;
}

.dop-cours-title{
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 700;
}


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

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

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

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

#rating-section{
	height: 238px;
	background-image: url(../images/partner_page/rating_bg-min.jpg);
    background-size: 1920px 100%;
	background-position: center;
	margin-bottom: 80px;
}

#rating-section .container{
	position: relative;
}

.rating-finger{
	position: absolute;
	top: -40px;
    left: 235px;
}

.rating-block{
	margin-left: 590px;
	position: relative;
}

.rating-block p{
	font-weight: 500;
}

.title-rating{
	font-size: 30px;
	margin-bottom: 25px;
	text-transform: uppercase;
	padding-top: 20px;
}

.arrow-rating{
	position: absolute;
    left: 175px;
    top: 60px;
}

.rating{
	margin-bottom: 25px;
}

/*****flamp*section*******************************/

#flamp-section{
	padding-top: 100px;
}

.flamp-wijet{
	height: 852px;
	min-width: 100%;
	border:none;
}

#flamp-section .container{
	width: 560px;
}

.yandex_rewiev{
	width:560px;
	height:800px;
	overflow:hidden;
	position:relative;
	margin: 0 auto 80px;
}

/*****teachers************************************/
#our-teachers-section{
	padding-top: 85px;
}

.teachers{
	display: flex;
	flex-wrap: wrap;
}

.teacher-card{
	margin-right: 68px;
	width: 545px;
	margin-bottom: 87px;
	display: flex;
}

.teacher-card:nth-child(2n){
	margin-right: 0;
}

.teacher-card img{
	width: 152px;
	height: 152px;
	border-radius: 50%;
	margin-right: 16px;
}

.teacher-name{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 16px;
}

.teacher-text{
	font-size: 15px;
	line-height: normal;
	position: relative;
	padding-bottom: 20px;
}

.teacher-text:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0; 
	width: 130px;
	height: 2px;
	background: #ffd531;
}

/*******map*section*******************************/
.map-container{
	height: 500px;
}

/*************************************************/
/************Galery*slider************************/
/*************************************************/
#galery-slider-section{
	margin-top: 110px;
	margin-bottom: 50px;
}

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


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

@media (max-width: 1200px){
/******main*styles********************************/
h1{
	font-size: 26px;
	line-height: normal;
}
/*******header************************************/
	.head-partner-grafik-raboty{
		display: none;
	}	
/*******main*slider*768***************************/	
	.main-slide-1{
		padding-top: 50px;
	}

	#boy-sld1{
	    width: 380px;
    	left: 350px;
    	top: 10px;
	}

	.slide-text{
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 38px;
	}

	.main-slide-1{
		height: 370px;
	}

	.main-slide-1 .container{
		padding-left: 25px;
	}

	#main-slider-section .slick-dots{
		left: calc((100% - 740px)/2 + 85px);
	}

	#main-slider-section .slick-prev{
		left: 20px;
	}

	#main-slider-section .slick-next{
		right: 20px;
	}
/*********end*main*slider*************************/

/*******dev*programm*768**************************/
	#develop-program-section{
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.develop-progr-el{
		width: 347px;
		height: auto;
		margin-bottom: 35px;
	}

	.dev-prog-img-cont{
		height: 150px;
	}

	.dev-logo{
		width: 69px;
		height: 69px;
		right: 15px;
		top: 100px;
	}

	.develop-progr-el:nth-child(1) .dev-prog-img-cont img {
	    left: 0;
	    top: -60px;
	    width: 100%;
	}

	.develop-progr-el:nth-child(2) .dev-prog-img-cont img{
		width: 100%;
		top: -15px;
	}
	
	.develop-progr-el:nth-child(3) .dev-prog-img-cont img{
		top: -35px;
		width: 102%;
	}

	.develop-progr-el:nth-child(4) .dev-prog-img-cont img{
		width: 100%;
		top: -10px;
	}

	.dev-prog-age{
		width: 54px;
		height: 54px;
		top: 125px;
    	left: 15px;
    	font-size: 10px;
    	font-weight: 600;
    	line-height: 11px;
	}

	.develop-progr-text{
		padding: 25px 36px 18px 18px;
	}

	.dev-prog-title{
		font-size: 14px;
		margin-bottom: 10px;
	}

	.develop-progr-text p{
		font-size: 12px;
	}

/*******dop*courses*768***************************/
	#dop-courses-section{
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.dop-cours-slide{
		width: 270px;
		height: auto;
	}
	
	.dop-cours-slide img{
		height: auto;
	}

	.dop-cours-text{
		padding: 18px 15px 20px 16px;
	}
	
	.dop-cours-title{
		font-size: 14px;
		margin-bottom: 13px;
	}

	.dop-courses-slider{
		width: 620px;
		margin: 0 auto;
	}

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

/*******rating-section*768************************/

	#rating-section{
		height: 218px;
	    background-size: 1760px 100%;
	    margin-bottom: 40px;
	}

	.rating-finger{
		width: 280px;
		left: 50px;
		top: -40px;
	}

	.rating-block{
		margin-left: 360px;
	}

	.title-rating{
		font-size: 28px;
		margin-bottom: 15px;
	}

	.arrow-rating{
	    left: 174px;
	    top: 60px;
	    width: 40px;
	}

	.rating {
	    margin-bottom: 18px;
	}
/*******our-teacher-section*768*******************/
	#our-teachers-section{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.teacher-card img{
		width: 116px;
		height: 116px;
	}

	.teacher-name{
		font-size: 13px;
		margin-bottom: 10px;
		font-weight: 700;
		line-height: normal;
	}

	.teacher-text{
		font-size: 10px;
		line-height: 15px;
	}

	.teacher-text:after{
		width: 100px;
	}

	.teacher-card {
	    margin-right: 30px;
	    width: 350px;
        margin-bottom: 40px;
	}



/*****flamp*section*******************************/
	.flamp-wijet {
   	 	height: 613px;
   	}
   	#flamp-section {
	    padding-top: 60px;
	}

	#flamp-section .container{
		width: 740px;
	}
/*******map*section*******************************/
	.map-container{
		height: 400px;
	}	
/*******galery*slider*768*************************/
	#galery-slider-section{
		margin-top: 70px;
	}
/******end*galery*slider*768**********************/
	
}

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

@media (max-width: 760px){

	h1{
		font-size: 12px;
	}
/*************************************************/
	
	.white-center-block{
		width: auto;
		padding: 20px;
	}

	.white-center-block a{
		font-size: 14px;
	}

	.white-center-block{
		font-size: 14px;
	}

	.contact-center{
		font-size: 13px;
	}

	.white-center-block span{
    	top: 2px;
	    margin: 0 1px;
	    font-size: 22px;
	}

/*******main*slider*******************************/
	.main-slide-1{
		height: 172px;
	}

	.slide-text{
		width: 40%;
	}

	.main-slide-1{
		padding-top: 15px;
		background-size: cover;
	}

	.slide-text{
		font-size: 7px;
		line-height: normal;
		margin-bottom: 17px;
	}

	.main-slide-1 .container{
		padding-left: 0;
	}

	#boy-sld1 {
	    right: auto;
	    top: 14px;
	    width: 170px;
	    left: 145px;
	}
	
	#main-slider-section .slick-dots{
		left: calc((100% - 290px)/2 + 36px);
    	bottom: 5px;
	}

/******develop-program-section********************/	
	#develop-program-section{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	.develop-progr-el{
		width: 100%;
		margin-bottom: 8px;
	}

	.dev-prog-img-cont{
		height: 125px;
	}

	.dev-logo{
		width: 57px;
		height: 57px;
		right: 10px;
    	top: 80px;
	}

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

	.develop-progr-text{
		padding: 21px 27px 12px 10px;
	}

	.dev-prog-title{
		font-size: 12px;
	}

	.develop-progr-text p{
		font-size: 9px;
	}

	.dev-prog-btns .link-with-arrow{
		margin-right: 20px;
	}

/*******dop-courses-section*320*******************/
	#dop-courses-section {
	    padding-top: 38px;
	    padding-bottom: 48px;
	}
	.dop-courses-slider{
		width: 100%;
		margin-top: -20px;
	}

	.dop-cours-slide{
		width: 233px;
	}

	.dop-cours-slide img{
		/*height: 132px;*/
		height: auto;
	}

	.dop-cours-text{
		padding: 18px 15px 12px 15px;
	}

	.dop-cours-title{
		font-size: 12px;
		margin-bottom: 10px;
	}

	.dop-cours-text p{
		font-size: 9px;
	}

/*******question-section*320**********************/
	#question-section{
		padding-top: 40px;
    	padding-bottom: 110px;	
	}

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

/*******rating-section*320************************/

	#rating-section{
		height: 238px;
		background: #dce3ea;
	}

	.rating-finger{
		width: 114px;
		left: 83px;
    	top: -76px;
	}

	.rating-block{
		margin-left: 41px;
	}

	.title-rating{
		font-size: 27px;
		padding-top: 50px;
	}

	.arrow-rating {
	    left: 176px;
	    top: 85px;
	    width: 29px;
	}

/*******our-teachers*320**************************/
	#our-teachers-section{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.teacher-card img{
		width: 75px;
		height: 75px;
	}

	.teacher-name{
		font-size: 11px;
	    margin-bottom: 5px;
	}

	.teacher-text {
	    font-size: 9px;
	    line-height: 12px;
	    padding-bottom: 12px;
	}

	.teacher-card{
		width: 100%;
		margin-right: 0;
		margin-bottom: 35px;
	}
	
	.teacher-text:after {
	    width: 60px;
	    height: 1px;
	}

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


/*************************************************/
/*****flamp*section*******************************/
	.flamp-wijet {
   	 	height: 505px;
   	}
   	#flamp-section {
	    padding-top: 60px;
	}

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

	.yandex_rewiev{
		width:100%;
		height: 500px;
		margin-bottom: 40px;
	}
/*******map*section*******************************/
	.map-container{
		height: 400px;
	}	
/******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;
	}

/*************************************************/	
}
