@font-face {
	font-family: Bitter;
	src: url(../fonts/Bitter-Regular.otf);
}
@font-face {
	font-family: Bitter;
	src: url(../fonts/Bitter-Bold.otf);
	font-weight: bold;
}
@font-face {
	font-family: Bitter;
	src: url(../fonts/Bitter-BoldItalic.otf);
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: Bitter;
	src: url(../fonts/Bitter-Italic.otf);
	font-style: italic;
}
@font-face {
	font-family: Bitter;
	src: url(../fonts/Bitter-Regular.otf);
	font-weight: normal;
}
p{
	line-height: 1.8;
}
body{
	/*font-family: Bitter;*/
	font-family: Century Gothic;
	color: #4d4959;
	background: white;
}
article{
	max-width: 1300px;
	padding: 0 50px;
	margin: 0 auto;
}
header{
	width: 100%;
	padding-top: 50px;
	text-transform: uppercase;
	font-size: 13px;
}
header div.top-blocks{
	padding-top: 70px;
	float: left;
	letter-spacing: 0.2em;
}
header .contacts{
	text-align: left;
	/*width: calc((50% - 100px)/2);*/
	width: calc((50% - 100px));
}
header .contacts div{
	display: inline-block;
	text-align: left;
	text-transform: none;
}
header .contacts img{
	float: left;
	margin-right: 10px;
}
header div.top-blocks.logo{
	padding-top: 0;
	width: 200px;
}
header .logo{
	text-align: center;
}
header .address{
	width: calc((50% - 100px));
	text-align: right;
}
header .address div{
	display: inline-block;
}
header .address img{
	float: right;
	margin-left: 10px;
}
header .metro{
	text-transform: none;
	font-size: 10px;
}
section#top{
	position: relative;
	width: 100%;
/*	background-image: url(../img/slide3.png);
	background-size: cover;
	background-position: center;*/
}
section#top .top-loop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
section#top .top-loop div{
	height: 100%;
}
section#top .description-block{
	margin-top: 200px;
	padding-bottom: 100px;
}
section#top .left, section#top .right{
	display: inline-block;
}
section#top .left{
	float: left;
	letter-spacing: 0.05em;
}
section#top .right{
	float: right;
	color: white;
	width: 30%;
	text-shadow: 2px 3px 3.84px rgba(79, 43, 20, 0.85); 
}
section#top .left{
	font-weight: bold;
	font-size: 26px;
}
section#top .left p{
	text-align: center;
}
section#top .left a{
	color: #4d4959;
	display: inline-block;
	border: 1px solid #4d4959;
	padding: 10px 15px;
	width: 100%;
	text-align: center;
}
section#top .right h3{
	font-weight: bold;
	font-size: 24px;
}
section#top .right ul{
	padding-left: 0;
}
section.square_block .full-container{
	position: relative;
}
section.square_block .left{
	width: 65%;
	position: absolute;
	top: 0;
	height: 100%;
}
section#general .left{
	left: 0;
	background: url(../img/general_block.jpg) no-repeat;
	background-size: cover;
	background-position: center; 
}
section#first-block .left{
	right: 0;
	background: url(../img/1course_main.jpg) no-repeat;
	background-size: cover;
	background-position: center; 
}
section#second-block .left{
	right: 0;
	background: url(../img/2course_main.jpg) no-repeat;
	background-size: cover;
	background-position: center; 
}
section#child .left{
	left: 0;
	background: url(../img/child_main.jpg) no-repeat;
	background-size: cover;
	background-position: center; 
}
section.square_block .full-container h2{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #64c29e;
	margin-bottom: 15px;
	letter-spacing: 0.2em;
}
section.square_block .full-container h2 a{
	font-size: 13px;
	color: #64c29e;
	border: 1px solid #64c29e;
	display: inline-block;
	padding: 4px 12px;
	font-style: normal;
	margin: 0 10px;
	position: relative;
	top: -3px;
	text-transform: uppercase;
}
section#child .full-container h2{
	color: #9064c2;
}
section.square_block .full-container h3{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	font-size: 18px;
	margin: 15px 0;
	letter-spacing: 0.1em;
}
section.square_block .full-container p{
	font-size: 16px;
	text-align: justify;
	margin: 10px 0;
}
section.square_block .full-container a{
	display: inline-block;
	/*font-size: 13px;*/
	margin: 10px 0 40px;
	font-style: italic;
	color: #9d9d9c;
	text-decoration: underline;
}
section.square_block .full-container .right{
	width: 35%;
	padding-top: 40px;
}
section#general .full-container .right, section#child .full-container .right{
	float: right;
}
section.course_block.hidden{
	display: none;	
}
section#first-block .full-container .right, section#second-block .full-container .right{
	float: left;
}
section.square_block .full-container .right img{
	width: 100%;
}
section.square_block .full-container .right .text{
	padding: 0 20px;
	text-align: center;
}
section#lectors{
	background: url(../img/lectors_main.jpg) no-repeat;
	background-size: cover;
	background-position: center; 
	padding: 50px 0 80px;
}
section#lectors h2{
	font-weight: bold;
	font-size: 48px;
	color: white;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 0.1em;
}
section#lectors p{
	font-size: 16px;
	color: #ededed;
	width: 60%;
	margin: 0 auto;
	text-align: justify;
	margin-bottom: 10px;
}
section#lectors p:last-child{
	margin-bottom: 0;
}
section#advantages{
	/*margin-bottom: -50px;*/
	background:#f6f5f3 no-repeat;
	background-size: 100% 50px;
	background-position: bottom;
}
section#advantages article{
	position: relative;
}
section#advantages .earphones{
	position: absolute;
	/*bottom: -30%;*/
	bottom: -10%;
	left: 30px;
}
section#advantages .phone{
	position: absolute;
	/*bottom: -30%;*/
	bottom: -8%;
	right: 2%;
}
section#advantages .stamp{
	position: absolute;
	bottom: -50%;
	right: 10px;
}
section#advantages #notebook{
	width: 60%;
	position: relative;
	top: -30px;
	float: left;
	margin-bottom: -30px;
}
section#advantages #notebook img{
	width: 100%;
}
section#advantages .right{
	float: right;
	width: 40%;
	padding: 0 20px;
}
section#advantages .right p{
	font-size: 13px;
}
section#advantages .right p.reg-annotation{
	font-size: 22px;
	font-weight: bold;
}
section#advantages .sign-up_modal-btn{
    color: #4d4959;
    display: inline-block;
    border: 1px solid #4d4959;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    /*z-index: 5;*/
}
section#advantages .right .sign{
	text-align: center;
	margin: 20px 0;
}
section#advantages .right .sign img{
	width: 20px;
}
section#advantages article{
	background: url(../img/stamp.png) no-repeat;
	background-position: bottom right;
}
section#adv_list{
	background: #f6f5f3;
	/*background: url(../img/adv_bg.jpg);*/
}
section .advantages-list{
	padding-top:50px;
	padding-bottom: 0px;
	position: relative;
}
section .advantages-list .item{
	float: left;
	padding: 0 20px;
	width: calc(100% / 3);
}
section .advantages-list .item h3{
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
section .advantages-list .item h3 a{
	color: #4d4959;
}
section .advantages-list .item p{
	text-align: center;
	font-size: 13px;
}
section .advantages-list .item .icon{
	text-align: center;
	margin-bottom: 20px;
}
section .advantages-list .cup{
	float: right;
}
section#graduate{
	padding: 50px 0;
}
section#graduate h2{
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
section#graduate p{
	font-size: 16px;
	text-align: justify;
}
section#graduate .left, section#graduate .right{
	width: 46%;
}
section#graduate .left{
	float: left;
	margin-right: 4%;
}
section#graduate .right{
	float: right;
	margin-left: 4%;
}
section#graduate .owl-carousel.loop{
	width: 100%;
	clear: both;
	margin-top: 50px;
}
section#graduate .owl-carousel.loop .left{
	width: 26%;
}
section#graduate .owl-carousel.loop .left p{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
section#graduate .owl-carousel.loop .left span{
	font-size: 14px;
}
section#graduate .owl-carousel.loop .left img {
    width: 200px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}
section#graduate .owl-carousel.loop .right{
	width: 66%;
	position: relative;
}
section#graduate .owl-carousel.loop .right p{
	font-size: 16px;
	font-style: italic;
	padding: 0 100px;
}
section#graduate .owl-carousel.loop .right img{
	position: absolute;
	color: red;
	width: 50px;
}
section#graduate .owl-carousel.loop .right .right-quo{
	top: 0;
	left: 0;
}
section#graduate .owl-carousel.loop .right .left-quo{
	bottom: 0;
	right: 0;
}
section#contacts{
	background: url(../img/contacts_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 50px 0;
}
section#contacts h2{
	font-size: 30px;
	color: white;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
section#contacts p{
	color: white;
	font-size: 13px;
}
section#contacts .contacts{
	color: white;
	font-size: 13px;
}
section#contacts .reserve{
	color: white;
	font-size: 18px;
}
section#contacts .ur-title{
	color: white;
	font-size: 9px;
}
section#contacts .reserve a{
	color: white;
    display: inline-block;
    border: 1px solid white;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 0.1em;
}
section#contacts .map_pic{
	width: 100%;
	margin-bottom: 20px;
}
.modal__sign-up{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	display: none;
	opacity: 0;
}
.modal__container{
	display: table-cell;
	vertical-align: middle;
}
.modal__container form,.modal__container .success-text{
	max-width: 600px;
	width: calc(100% - 20px);
	margin: 0 auto;
	background: white;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
}
.modal__container .success-text{
	color: #a94442;
	font-size: 20px;
}
.modal__container form label, .modal__container form input{
	width: 100%;
}
.modal__container form label{
	margin-bottom: 0px;
}
.modal__container form input{
	margin-bottom: 10px;
	padding: 5px;
}
.modal__container form input[type=submit]{
	cursor: pointer;
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	height: 60px;
	width: 60px;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
}
.slick-next {
	right: -65px;
	background: url(http://hameleon.b-concept.ru/bitrix/templates/concept_hameleon/images/catalog-detail-arrows.png) no-repeat top right;
}
.slick-prev {
	left: -65px;
	background: url(http://hameleon.b-concept.ru/bitrix/templates/concept_hameleon/images/catalog-detail-arrows.png) no-repeat top left;
}
.slick-next:hover,.slick-prev:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}
@media only screen and (max-width:767px){
	article{
		width: 100%;
	}
	section#advantages .right .sign img {
	    width: 10px;
	}
}