eceeea  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body a:hover,body a:focus,body a:active{
  text-decoration: none;
}


/*STYLE ALL*/

@font-face {
  font-family: BebasNeueBold;
  src:url('../font/BebasNeue Bold.otf');
}

@font-face {
  font-family: BebasNeueBook;
  src:url('../font/BebasNeue Book.ttf');
}

@font-face {
  font-family: BebasNeueLight;
  src:url('../font/BebasNeue Light.otf');
}

@font-face {
  font-family: BebasNeueRegular;
  src:url('../font/BebasNeue Regular.otf');
}

@font-face {
  font-family: RobotoCondensedBold;
  src:url('../font/RobotoCondensedBold.ttf');
}
@font-face {
  font-family: RobotoCondensedRegular;
  src:url('../font/RobotoCondensedRegular.ttf');
}
@font-face {
  font-family: RobotoCondensedLight;
  src:url('../font/RobotoCondensedLight.ttf');
}

body{
  background: url("../img/pattern.jpg");  
}

body section{
  background-color: white;
}

header{
  background-color: #eceeea;
  font-size: 36px;
  padding:20px 30px;
}

header .orange{
  font-family: BebasNeueRegular;
  color:#f06a3c;  
}

header .grey{
  font-family: BebasNeueRegular;
  color:#949594;  
}

header .logo{
  margin-right: 10px;  
}

header .phone a{
  font-size: 32px;
  color:#434343;
  font-family: BebasNeueBold;
}

header .button{
  display: block;
  width: 200px;
  font-size: 30px;
  color:#434343;
  font-family: BebasNeueRegular;
  background: url(../img/phone.png) no-repeat;
  background-position: 1px 5px;
  float: right;
  margin-top: 20px;
  border-bottom: 1px dotted gray;
}

header nav{
  margin-top: 10px;
}

.slicknav_menu {
	display:none;
}

header nav li:last-child{
  padding: 46px 52px 0px 52px;
  vertical-align: bottom;
}

header nav li{
  display: inline-block;
  padding: 0 40px 10px 40px;
  text-align: center;
  background: white;
  margin-left: -10px;
  border-right: 1px solid #eceeea;
}

header nav a{
  text-transform: uppercase;
  font-size: 18px;
  color:#434343;
  font-family: BebasNeueBold;
}

header nav a:hover{
  color:#f06a3c; 
}


/*SECTION1*/

.section1{
  padding: 60px 30px 300px 30px;
  background-image: url(../img/s1_bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

.section1 h1{
  color: #555555;
  font-family: RobotoCondensedBold;
  font-size: 46px;
  line-height: 1.5em;
  text-transform: uppercase;
  padding-left: 10px;
}

.section1 h1 span{
  color:#f06a3c;  
}

.section1 form{
  background: linear-gradient(to bottom,#f6683d, #ff3f1b);
  height: 300px;
  margin-left: 40px;
  padding: 30px 25px;
  max-width: 300px;
}

.section1 form p{
  color: white;
  font-family: BebasNeueBold;
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 20px
}

.section1 form input{
  margin-bottom: 10px;
  height: 45px;
  width: 100%;
  border-radius: 2px;
  outline: none;
  border: 0;
  font-family: RobotoCondensedRegular;
  font-size: 22px;
  padding-left: 10px;
}

.section1 form a{
  text-transform: uppercase;
  font-family: BebasNeueRegular;
  font-size: 30px;
  color: white;
  padding: 8px 64px;
  background-color: #424343;
  border-radius: 2px;
  line-height: 55px;
}

.section1 form a:hover{
  color: #ff3f1b;
  padding: 8px 64px;
  background-color: white;
  border-radius: 2px;
  line-height: 55px;
}

.section1 form .input_tel{
  margin-bottom: 20px;
}

/*SECTION2*/

.section2 {
  padding: 60px 80px 80px 80px;
}

.section2 h3{
  font-family: BebasNeueBook;
  font-size: 47px;
  color: #ff3f1b;
  text-align: center;
  padding: 0 0 60px 0;
}

.section2 .circle1 div{
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-image: url(../img/sec_2_item_1.png);
  background-repeat: no-repeat;
}
.section2 .circle2 div{
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-image: url(../img/sec_2_item_2.png);
  background-repeat: no-repeat;
}
.section2 .circle3 div{
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-image: url(../img/sec_2_item_3.png);
  background-repeat: no-repeat;
}
.section2 .circle4 div{
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-image: url(../img/sec_2_item_4.png);
  background-repeat: no-repeat;
}
.section2 .circle5 div{
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-image: url(../img/sec_2_item_5.png);
  background-repeat: no-repeat;
}
.section2 .circle6 div{
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-image: url(../img/sec_2_item_6.png);
  background-repeat: no-repeat;
}

.section2 h2{
  font-family: BebasNeueRegular;
  font-size: 30px;
  color: #555555;
  text-align: center;
  padding-top: 10px;
}

.section2 p{
  font-family: RobotoCondensedRegular;
  font-size: 15px;
  color: #888888;
  text-align: center;
  padding: 25px 0 45px 0;
  line-height: 1.4em;
}

/*SECTION3*/

.section3 {
  padding-bottom: 40px;
  background-color: #e4e7e2;
}

.section3 .s3_header {
  background-color: #ff3f1b;
  padding: 25px 0;
  margin-bottom: 80px;
}

.section3 .s3_header h2{
  font-family: BebasNeueBook;
  font-size: 47px;
  color: white;
  text-align: center;
}

.section3 .s3_header h2 span{
  font-family: BebasNeueLight;
  font-size: 80px;
  color: white;
  top: 5px;
  position: relative;
  padding-right: 10px;
}

.section3 .s3_grey{
  background: url(../img/Chinese_girl.png) no-repeat 5% 120px,
                #fff url(../img/Chinese_boy.png) no-repeat 95% 0; 
  background-color: #e4e7e2;
}

.section3 .s3_grey .top{
  margin-left: 105px;
  margin-bottom: 15px;
}

.section3 .s3_grey .top li {
  background-image: url("../img/bubble_up.png");
  background-repeat: no-repeat;
  width: 187px;
  height: 99px;
  display: inline-block;
  margin-right: 15px;
}


.section3 .s3_grey .bottom {
  margin-left: 205px;
}

.section3 .s3_grey .bottom li {
  background-image: url("../img/bubble%20down.png");
  background-repeat: no-repeat;
  width: 187px;
  height: 99px;
  display: inline-block;
  margin-right: 15px;
}

.section3 .s3_grey .middle{
  margin-left: 160px;
  margin-bottom: 15px;
}

.section3 .s3_grey .middle li{
  display: inline-block;
  margin-right: 20px;
}
.section3 .s3_grey .middle li:before{
  content: "";
  display: block;
  height: 5px;
  width: 27px;
  background-color:#f6673d;
  position: relative;
  left: -25px;
  top: 35px;
}

.section3 .s3_grey .circle1:before {
  display: none !important;
}


.section3 .s3_grey .circle1{
  background-image: url("../img/sec_3_icon_1.png");
  width: 79px;
  height: 77px;
  display: inline-block;
}
.section3 .s3_grey .circle2{
  background-image: url("../img/sec_3_icon_2.png");
  width: 79px;
  height: 77px;
}
.section3 .s3_grey .circle3{
  background-image: url("../img/sec_3_icon_3.png");
  width: 79px;
  height: 77px;
}
.section3 .s3_grey .circle4{
  background-image: url("../img/sec_3_icon_4.png");
  width: 79px;
  height: 77px;
}

.section3 .s3_grey .circle5{
  background-image: url("../img/sec_3_icon_5.png");
  width: 79px;
  height: 77px;
}
.section3 .s3_grey .circle6{
  background-image: url("../img/sec_3_icon_6.png");
  width: 79px;
  height: 77px;
}
.section3 .s3_grey .circle7{
  background-image: url("../img/sec_3_icon_7.png");
  width: 79px;
  height: 77px;
}
.section3 .s3_grey .circle8{
  background-image: url("../img/sec_3_icon_8.png");
  width: 79px;
  height: 77px;
}

.section3  .top .number {
  width: 17%;
  color: white;
  font-family: BebasNeueBold;
  font-size: 35px;
  display: inline-block;
  padding-top: 25px;
  padding-left: 8px;
}

.section3  .top .text{
    display: inline-block;
    width: 78%;
    font-family: RobotoCondensedRegular;
    font-size: 14px;
    vertical-align: middle;
    margin-bottom: 25px
}

.section3  .bottom .number {
  width: 17%;
  color: white;
  font-family: BebasNeueBold;
  font-size: 35px;
  display: inline-block;
  padding-top: 40px;
  padding-left: 8px;
}

.section3  .bottom .text{
    display: inline-block;
    width: 78%;
    font-family: RobotoCondensedRegular;
    font-size: 14px;
    vertical-align: middle;
    margin-bottom: 15px
}

/*SECTION4*/

.section4 {
  padding: 0 60px 65px 60px;
}

.section4 h2{
  font-family: BebasNeueBook;
  font-size: 47px;
  color: #ff3f1b;
  text-align: center;
  padding: 60px 0;
}

.section4 h2 span{
  font-family: BebasNeueRegular;
  font-size: 62px;
}

.section4 p{
  font-family: RobotoCondensedLight;
  font-size: 20px;
  color:#666666;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.section4 p span{
  font-family: RobotoCondensedRegular;
  color:#ff3f1b;
  padding-left: 35px;
}


.section4 .bx-wrapper .bx-prev {
	left: -60px;
	background: url(../img/bx_arrows_1.png) no-repeat -30px 0px;
}

.section4 .bx-wrapper .bx-next {
	right: -50px;
	background: url(../img/bx_arrows_1.png) no-repeat 0 0;
}

.section4 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 29px;
	height: 46px;
	text-indent: -9999px;
	z-index: 9999;
}


/*SECTION5*/

.section5{
  background-image: url(../img/sec5_bg.jpg);
  background-size: cover;
  padding: 0 115px 20px 115px;
}

.section5 h2{
  font-family: BebasNeueBook;
  font-size: 47px;
  color: #ff3f1b;
  text-align: center;
  padding: 40px 0 80px 0;
}

.section5 .silver_div {
  padding: 5px 30px 50px 30px;
  background: rgba(250,250,250,0.6);
  margin-bottom: 40px;
}

.section5 .silver_div .down{
  font-family: RobotoCondensedLight;
  font-size: 20px;
  text-decoration: underline;
  cursor: pointer;
  margin:30px 0 10px 0;
  background-image: url("../img/black_arrow.png");
  background-repeat: no-repeat;
  background-position: left 0 top 0px;
  padding:5px 0 5px 40px;
}

.section5 .silver_div .down:hover{
  background-image: url("../img/black_arrow_down.png");
  color:#ff3f1b;
  text-decoration: none;
}
.section5 .silver_div .down:focus{
  background-image: url("../img/black_arrow_down.png");
}

.section5 .silver_div .text{
  font-size: 18px;
  padding-left: 60px;
}

.section5 .free_kurs {
  font-family: RobotoCondensedLight;
  font-size: 32px;
  color: white;
  background-color:#ff3f1b;
  position: absolute;
  padding: 20px 10px;
  margin-left: 700px;
  margin-top: -130px;
}

/*SECTION6*/

.section6 {
  padding: 85px 40px 55px 60px;
}

.section6 h2{
  font-family: BebasNeueBook;
  font-size: 47px;
  color: #ff3f1b;
  text-align: center;
  margin-bottom: 40px;
}

.section6 h3{
  font-family: RobotoCondensedLight;
  font-size: 26px;
  color: #666666;
  text-align: center;
  margin-bottom: 60px;
}

.section6 .ps{
  margin-bottom: 0;
}

.section6 .hsk{ 
  border: 1px dotted #666666;
  margin-left: 60px;
  margin-bottom: 20px;
}

.section6 .hsk .levels {
  width: 18%;
  display: inline-block;
}

.section6 .hsk .levels li{
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.section6 .hsk .levels span{
  font-family: RobotoCondensedRegular;
  font-size: 30px;
  color: white;
}
.section6 .hsk .levels p{
  font-family: RobotoCondensedBold;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}

.section6 .hsk1{
  background-color: #aeaead;
}

.section6 .hsk1:hover:after{
  background-image: url(../img/hsk1_hover.png);
  top: 15px;
}

.section6 .hsk .levels li{
  cursor: pointer;
}

.section6 .hsk .levels li:hover:after{
  content: "";
  display: block;
  width: 23px;
  height: 46px;
  position: absolute;
  left: 188px;
}

.section6 .hsk2{
  background-color: #bc9b95;
}

.section6 .hsk2:hover:after{
  background-image: url(../img/hsk2_hover.png);
  top: 90px;
}

.section6 .hsk3{
  background-color: #cd8376;
}

.section6 .hsk3:hover:after{
  background-image: url(../img/hsk3_hover.png);
  top: 165px;
}
.section6 .hsk4{
  background-color: #ec593e;
}
.section6 .hsk4:hover:after{
  background-image: url(../img/hsk4_hover.png);
  top: 235px;
}
.section6 .hsk5{
  background-color: #ff3f1b;
}

.section6 .hsk5:hover:after{
  background-image: url(../img/hsk5_hover.png);
  top: 315px;
}

.section6 .hsk6{
  background-color: #bf2407;
}

.section6 .hsk6:hover:after{
  background-image: url(../img/hsk6_hover.png);
  top: 395px;
}

.section6 .content {
  display: inline-block;
  width: 80%;
  padding: 70px 60px 70px 60px;	
  vertical-align: top;
}

.section6 .content2, .section6 .content3, 
.section6 .content4, .section6 .content5, 
.section6 .content6{
  display: none;
}

.section6 .content h3{
  font-family: BebasNeueBook;
  font-size: 60px;
  color: #ec593e;
  margin-bottom: 20px;
}

.section6 .content p{
  font-family: RobotoCondensedLight;
  font-size: 26px;
  line-height: 1.3em;
}

/*SECTION7*/

.section7 {
  padding-bottom: 100px;
}

.section7 .left_div h2{ 
  font-family: BebasNeueBook;
  font-size: 45px;
  color: #ec593e;
  padding: 5px 0 5px 60px;
  line-height: 1.2em;
}

.section7 .left_div {
  background-image: url('../img/sec7_bg.png');
  background-size: 100% 100%;
  width: 450px;
  margin: 0 auto 20px auto;
}


.section7 .right-div p{
  color: #555555;
  font-family: BebasNeueRegular;
  font-size: 22px;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 10px;
}

.section7 .circle1{
  background: url('../img/sec_7_icon_1.png') no-repeat;
  background-position: left 50% top 0;
}
.section7 .circle2{
  background: url('../img/sec_7_icon_2.png') no-repeat;
  background-position: left 50% top 0;
}
.section7 .circle3{
  background: url('../img/sec_7_icon_3.png') no-repeat;
  background-position: left 50% top 0;
}


/*SECTION8*/

.section8 {
  padding: 0 50px 120px 130px;
}

.section8 h2{ 
  font-family: BebasNeueBook;
  font-size: 45px;
  color: #ec593e;
  text-align: center;
  padding-bottom: 75px; 
}

.section8 .left_div, .section8 .right_div{
  padding: 0 !important;
}

.section8 .left_div .div_1{
  background-color: #e46238;
  padding: 15px 15px 10px 15px;
  border-top-left-radius: 10px;
}
.section8 .left_div .div_2{
  background-color: #ff3f1b;
  padding: 15px 15px 10px 15px;
}

.section8 .left_div .div_3{
  background-color: #c53015;
  padding: 15px 15px 10px 15px;
  border-bottom-left-radius: 10px;
}

.section8 .left_div .number_div {
  font-family: BebasNeueBold;
  font-size: 85px;
  color: white;
  display: inline-block;
  width: 18%;
  vertical-align: top;
}

.section8 .left_div .content {
  font-family: RobotoCondensedLight;
  font-size: 20px;
  color: white;
  display: inline-block;
  width: 81%;
  vertical-align: top;
  padding-top: 8px;
}

.section8 .bx-wrapper .bx-viewport{
  -webkit-box-shadow: none;
   box-shadow: none;
   border: 0;
   left:0;
   background: transporent;
   height: 330px !important;
}

.section8 .bx-wrapper{
  margin: 0;
}

.section8 .bx-wrapper .bx-pager{
  bottom: 20px;
  text-align: right;
  padding-right: 60px;
}

.section8 .bx-wrapper .bx-pager.bx-default-pager a{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
}

.section8.bx-wrapper .bx-pager.bx-default-pager a:hover,
.section8 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #c8421b;
}

.section8 .bx-pager-item a{
  color: transparent;
}

.section8 .bx-wrapper img{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 330px;
  margin: 0 auto;
}

/*SECTION9*/
.section9{
  padding-bottom: 100px;
}

.section9 h2{
  font-family: BebasNeueBook;
  font-size: 47px;
  color: #666666;
  text-align: center;
  margin-bottom: 40px;
}

.section9 .bx-wrapper {
    background: #efefef;
}

.section9 .bx-wrapper .bx-viewport{
  -webkit-box-shadow: none;
   box-shadow: none;
   border: 0;
   left:0;
   background: transporent;
}


.section9 .bx-wrapper .bx-prev {
	left: -50px;
	background: url(../img/bx_arrows_2.png) no-repeat -30px 0px;
}

.section9 .bx-wrapper .bx-next {
	right: -50px;
	background: url(../img/bx_arrows_2.png) no-repeat 0 0;
}

.section9 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	outline: 0;
	width: 29px;
	height: 46px;
	text-indent: -9999px;
	z-index: 9999;
}

.section9 .slider{
  padding: 20px 0;
  background: #efefef;
}

/*SECTION 10*/

.section10{
  padding-bottom: 90px;
}

.section10 h2{
  font-family: BebasNeueBook;
  font-size: 47px;
  color: #ec593e;
  margin-bottom: 40px;
  padding: 0 50px;
}

.section10 .row div{
  padding-top: 215px;
  text-align: center;
  font-family: BebasNeueBook;
  font-size: 30px;
  color: white;
}

.section10 .row div p{
  top: -35px;
  position: relative;
}

.section10 .col1{
  background: url('../img/sec_10_item_1.jpg') no-repeat;
  background-position: left 50% top 0;
}
.section10 .col2{
  background: url('../img/sec_10_item_2.jpg') no-repeat;
    background-position: left 50% top 0;
}
.section10 .col3{
  background: url('../img/sec_10_item_3.jpg') no-repeat;
  background-position: left 50% top 0;
}
.section10 .col4{
  background: url('../img/sec_10_item_4.jpg') no-repeat;
  background-position: left 50% top 0;
}
.section10 .col5{
  background: url('../img/sec_10_item_5.jpg') no-repeat;
  background-position: left 50% top 0;
}
.section10 .col6{
  background: url('../img/sec_10_item_6.jpg') no-repeat;
  background-position: left 50% top 0;
}

/*SECTION 11*/

.section11 h2{
  font-family: BebasNeueBook;
  font-size: 47px;
  color: #666666;
  margin-bottom: 40px;
  padding: 0 50px;
}

.section11 .yandex_items li{
  display: inline-block;
  text-align: center;
  width: 19%;
}

.section11 .yandex_items li img{
  border: 1px solid #ec593e;
  width: 100%;
}

.section11 .yandex_items{
  margin-bottom: 100px;
  margin-left: 20px;
}

/*SECTION 12*/

.section12 h2{
  font-family: BebasNeueBook;
  font-size: 47px;
  color: white;
  padding: 35px 0 30px 0;
  background: #ff3f1b;
  margin-bottom: 50px;
}

.section12 .info{
  width: 745px;
  margin: 0 auto;
  background: url('../img/info.png') no-repeat;
  background-position:left 50% top 0px;
}

.section12 .info .row{
  padding-bottom: 60px;
}

.section12 .info .top_div {
  font-family: RobotoCondensedBold;
  font-size: 72px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 35px;
  color: white;
}

.section12 .info .col1 .top_div{
  padding-right: 3px;
}
.section12 .info .col4 .top_div{
  padding-right: 8px;
}
.section12 .info .col5 .top_div{
  padding-right: 5px;
}
.section12 .info .col6 .text_div{
  padding-top: 75px;
  font-family: RobotoCondensedRegular;
  color: #e46238;  
}


.section12 .info .text_div {
  font-family: RobotoCondensedLight;
  font-size: 18px;
  color: #666666;
  text-align: center;
}



/*SECTION 13*/

.section13 {
  padding-bottom: 70px;
}

.section13 h2{
  font-family: BebasNeueBook;
  font-size: 47px;
  padding: 35px 0 30px 0;
  color: #ff3f1b;
  margin-bottom: 50px;
}

.section13 .bxslider4_s13 .point {
  padding: 10px 0;
}
.section13 .bxslider4_s13 img {
  margin: 0 auto;
}

.section13 .bxslider4_s13 .name{
  font-family: RobotoCondensedLight;
  font-size: 22px;
  color: #333333;
  padding: 10px 30px;
}
.section13 .bxslider4_s13 .text{
  font-family: RobotoCondensedLight;
  font-size: 18px;
  color: #888888;
}


.section13 .bx-wrapper .bx-viewport{
  -webkit-box-shadow: none;
   box-shadow: none;
   border: 0;
   left:0;
   background: transporent;
}


.section13 .bx-wrapper .bx-prev {
	left: -50px;
	background: url(../img/bx_arrows_2.png) no-repeat -30px 0px;
}

.section13 .bx-wrapper .bx-next {
	right: -50px;
	background: url(../img/bx_arrows_2.png) no-repeat 0 0;
}

.section13 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	outline: 0;
	width: 29px;
	height: 46px;
	text-indent: -9999px;
	z-index: 9999;
}

/*FOOTER*/

footer{
  background-color: white;
  padding-bottom: 20px;
}

footer h2{
  font-family: BebasNeueBook;
  font-size: 47px;
  color: #ff3f1b;
  margin-bottom: 50px;
}

footer form{
  position: absolute;
  z-index: 9999;
  background: linear-gradient(to bottom,#f6683d, #ff3f1b);
  height: 300px;
  padding: 30px 25px;
  width: 280px;
  left: 50%;
  margin-left: 230px;
  margin-top: 90px;
}

footer form p{
  color: white;
  font-family: BebasNeueBold;
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 20px
}

footer form input{
  margin-bottom: 10px;
  height: 45px;
  width: 100%;
  border-radius: 2px;
  outline: none;
  border: 0;
  font-family: RobotoCondensedRegular;
  font-size: 18px;
  padding-left: 10px;
}

footer form a{
  text-transform: uppercase;
  font-family: BebasNeueRegular;
  font-size: 30px;
  color: white;
  padding: 8px 54px;
  background-color: #424343;
  border-radius: 2px;
  line-height: 55px;
}

footer form a:hover{
  color: #ff3f1b;
  padding: 8px 54px;
  background-color: white;
  border-radius: 2px;
  line-height: 55px;
}

footer form .input_tel{
  margin-bottom: 20px;
}


footer .footer_nav{
  background: #ececec;
  padding: 45px 30px 20px 30px;
}

footer .footer_nav .col1{
  font-size: 16px;
  font-family: RobotoCondensedLight;
  color: black;
}

footer .footer_nav .col1 .blue_text{
  color: #0095c4;
}

footer .footer_nav .col1 p{
  margin-bottom: 25px;
}

footer .footer_nav .social_menu li{
  display: inline-block;
  width: 30%;
  text-align: center;
}

footer .footer_nav .col2 a{
  font-size: 16px;
  font-family: RobotoCondensedRegular;
  color: black;
  text-decoration: underline;
}
footer .footer_nav .col2 li{
  margin-bottom: 30px;
}

footer .footer_nav .col3 a{
  font-size: 16px;
  font-family: RobotoCondensedRegular;
  color: black;
  text-decoration: underline;
}
footer .footer_nav .col3 li{
  margin-bottom: 30px;
}



/* Large desktop */
@media (min-width: 992px) and (max-width: 1200px) {
  header nav li{
    padding: 0 25px 10px 25px;
  }
  
  header nav a{
    font-size: 16px;
    letter-spacing: 1px;
  }
  
  header nav .null{
    display: none;
  }
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) { 
   header nav li{
    padding: 0 10px 10px 10px;
  }
  
  header nav{
    margin-left: 20px;
  }
  
  header nav a{
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  .section2 p {
    padding: 0px 0 25px 0;
  }

}

 
/* Landscape phones and down */
@media (min-width: 320px) and (max-width: 480px) {
  header {
    font-size: 30px;
  }
  
   .section1 h1{
    font-size: 25px;
  }
  

  .section6 .row .col-lg-4{
    padding: 0 !important;
  } 
  
  .section13 .bxslider4_s13 .text {
    font-size: 10px;
  }
  
  .section13 .bxslider4_s13 .name {
    font-size: 14px;
    padding: 0;
    text-align: center;
  }
  
 footer .footer_nav .col1 .social_menu{
    margin-left: 20px !important;
  } 
}


@media (min-width: 320px) and (max-width: 1200px) {
  
  .section6 .hsk1:hover:after{
    background: none;
  }
   .section6 .hsk2:hover:after{
    background: none;
  }
   .section6 .hsk3:hover:after{
    background: none;
  }
   .section6 .hsk4:hover:after{
    background: none;
  }
   .section6 .hsk5:hover:after{
    background: none;
  }
   .section6 .hsk6:hover:after{
    background: none;
  }
  
  .section7 .left_div {
    background:none;
  }
  
  .section7 .right-div{
  margin-left: 0;  
}
  
  .section7 .left_div h2 {
    color: #ec593e;
    padding: 0;
    text-align: center;
    padding-bottom: 10px;
}
  
  .section12 .info{
    background: none;
    width: 100%;
  }
  
  .section12 .info .col5 .top_div{
    padding-right: 0px;
  }
  
  .section12 .info .col1 .top_div{
    padding-left: 3px;
    background-color: #ACACAC;
  } 
  .section12 .info .col2 .top_div{
    background-color: #B29A94;
  }  
  .section12 .info .col3 .top_div{
    background-color: #BA8276;
  }
  .section12 .info .col4 .top_div{
    background-color: #CE5941;
  }
  .section12 .info .col5 .top_div{
    background-color: #DD4123;
  }
  .section12 .info .col6 .top_div{
    background-color: #A42911;
  }
  
  .section12 .info .top_div{
    background: aqua;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding-top: 10px;
    border-radius: 50%;
    margin-top: 20px;
  }
  
  .section12 .info .row{
    padding-bottom: 10px;
  }
  
  header .flag_china{
    display: none;
  }
  
  header nav{
    margin-left: 35px;
  }
  
  .section5 .free_kurs{
    display: none;
  }
  
  footer form{
    margin-left: -150px;
    left: 50%;
  }
  
   section .bx-wrapper .bx-next{
    right: 0 !important;
  }
  section .bx-wrapper .bx-prev{
    left: 0 !important;
  }
  
  footer .footer_nav .col1{
    margin-bottom: 30px;  
  }
  
  
  
    header nav .null{
    display: none;
  }
  
    header{
    padding: 5px 20px;
  }
  
   header .contants p{
    text-align: center;
  } 
  
  header .button{
    float: none; 
    margin: 10px auto 0 auto;
  }
  
  
  section{
    padding: 20px 0 !important; 
  }
  
  .section8 .row{
    margin: 0 !important;
  }
  
  .section1 form{
    margin: 20px auto 0px auto;
  }
  
  .section6 .hsk {
    margin-left: 0px;
  }
  
  .section8 div, .section8 img{
    border-radius: 0 !important;
  }  
  
  .section8 .bx-wrapper{
    margin: 0 auto !important;
  }
  
  .section3 {
    display: none;	
  }
}

@media (min-width: 320px) and (max-width: 767px) {
	/* #menu is the original menu */
 #menu {
	display:none;
  }  

 .slicknav_menu {
   display:block;
  }
 
  
  header .contants .phone{
    display: block;
    width: 100%;
    padding-top: 5px;
  }
  
  .container{
    padding: 0 !important;
  }
  
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  
  .section6 .hsk{
    display: none;
  }
  .section2 p {
    padding: 0px 0 25px 0;
  }
  .section7 .left_div h2 {
    padding: 5px 0 5px 0px;
    margin-bottom: 10px;
}
  .section7 .left_div{
    width: 300px;    
  }
  
  .section8 h2{
    padding-bottom: 10px;
  }
  
  .section10 h2, .section11 h2 {
    font-size: 35px;
  }
  
  .section11 .yandex_items {
    margin-bottom: 0;
  }
 
   footer .col2, footer .col3, footer .col4 {
    float: none;
    text-align: center;
  }
  
  footer .footer_nav .col2 li, footer .footer_nav .col3 li {
    margin-bottom: 20px;
  }
  
  footer .footer_nav .col1 .social_menu{
    margin-left: 50px;
  }
  
}

@media (min-width: 320px) and (max-width: 820px) {
  .section3 {
	display: none;
}
  
  .section1 h1{
	font-size: 35px;
  }
  
  .section4 h2 {
    font-size: 40px;
    padding: 20px 0;
}
}


/*MODAL STYLE*/

.modal-body {
    background: #f6673d !important;
}

.modal-header {
    padding: 0 !important; 
    border: none !important;
}

.modal-body  .close {
    color: white !important;
    opacity: 0.8 !important;
    font-size: 40px !important;
}

.modal-body  h2{
  text-transform: uppercase;
  color: white;
  font-family: BebasNeueBold;
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.modal-body  input{
  margin-bottom: 10px;
  height: 45px;
  width: 73%;
  border-radius: 2px;
  outline: none;
  border: 0;
  font-family: RobotoCondensedRegular;
  font-size: 18px;
  padding-left: 10px;
}

.modal-body  form a{
  text-transform: uppercase;
  font-family: BebasNeueRegular;
  font-size: 30px;
  color: white;
  padding: 8px 54px;
  background-color: #424343;
  border-radius: 2px;
  line-height: 55px;
}

.modal-body  form a:hover{
  color: #ff3f1b;
  padding: 8px 54px;
  background-color: white;
  border-radius: 2px;
  line-height: 55px;
}

.modal-body  form .input_tel{
  margin-bottom: 20px;
}

 .modal-dialog {
   max-width: 350px !important;
   margin: 30px auto;
   padding-top: 0 !important;
}

.modal .modal-body {
  padding-top: 5px;
}