/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   Thank you Eric Meyer :)
*/
html, body, div, span, applet, object, iframe,
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,
u, i, center,
dl, dt, dd, ol, fieldset, form, label, legend,
caption, 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;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

b {
  font-weight: 300; }

body {
  font-size: 14px;
  line-height: 18px;
  font-family: arial; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.clear {
  clear: both; }

a {
  text-decoration: none;
	color:#000;
 }





@media (min-width:320px) and (max-width: 480px) {
/*form*/

.slider_bg_mob > img {
	width: 100%;
}

fieldset {
	margin-top: 25px;
	padding: 15px;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

}

fieldset legend {
	font: normal 30px Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px #fff;
	letter-spacing: -1px;
	color: #273953;
}

input, textarea {
	padding: 3px;
}

label {
	cursor: pointer;
}

.block {
	display: block;
}

small {
	letter-spacing: 1px;
	font-size: 11px;
	font-style: italic;
	color: #9e9e9e;
}

.info {
	text-align: left;
	padding: 5px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 2px #a9a9a9;
	-moz-box-shadow: -1px 1px 2px #a9a9a9;
	box-shadow: -1px 1px 2px #a9a9a9;
}

.error {
	background: #f60000;
	border: 1px solid #d50000;
	margin: 3px -150px;
}

.correct {
	background: #09005d;
	border: 1px solid #000;
	border-radius: 90px;
	padding: 5px 7px;
}
.wrongbtn {

	display:none;
}
.wrong {
	font-weight: bold;
	color: #e90000;
}

.normal {
	font-weight: normal;
	color: #222;
}

/*thx*/
#result_form {
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	color: #fff;
	margin-top:25%;
}
.overlay_yes {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index:111111111111111111
}
.overlay_no {
	display: none;
}

.popup {
	position: absolute;
	width: 300px;
	height: 180px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	background-color: #e34c43;
}

.close-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.close-popup:before {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}

.close-popup:after {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}

/*form*/


  /*new*/
  .course_about > h1 {
    margin: 0 !important; }

  .course_about_h1_1 {
    font: 26px "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: #E37844; }

  .course_about_h1_2 {
    font: 18px "Roboto Condensed", sans-serif;
    font-weight: bold; }

  .course_autor_person > p {
    text-align: justify; }

  .course_map_block > p {
    text-align: justify; }

  .course_about_1 {
    font: 13px "Roboto Condensed", sans-serif;
    font-weight: bold; }

  .course_about_2 {
    font: 15px "Roboto Condensed", sans-serif;
    color: #E37844;
    font-weight: bold; }

  footer {
    background: #FFE3C8; }

  .footer_in {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0; }

  .footer_in2 {
    line-height: 75px;
    width: 90%;
    font-size: 16px;
    margin: 0 auto; }

  .footer_in1 {
    width: 90%;
    margin: 0 auto;
    text-align: center; }

  .footer_in1 > img {
    width: 100%; }

  /*/new*/
  .header_top {
    width: 100%;
    height: 30px;
    background: #FFE3C8; }

  .header_top_in {
    height: 30px;
    margin: 0 auto;
    line-height: 30px; }

  .header_top_in_lang {
    width: 90%;
    margin: 0 auto; }

  .header_top_in_lang span {
    margin-right: 10px;
    font-size: 12px; }
  .header_top_in_lang a {
    margin: 0 2px;
    color: #000000; }

  .header_top_in_bot {
    width: 300px;
    height: 50px;
    display: flex; }

  .header_top_in_bot span {
    display: block; }
  .header_top_in_bot a > img {
    width: 30px;
    margin: 10px; }

  .header_main {
    width: 100%;
    margin: 10px auto; }

  .header_main_logo {
    width: 70%;
    margin-left: 15px; }

  .header_main_logo > img {
    width: 100%; }

  nav {
    width: 90%;
    height: 20px;
    margin: 10px auto; }

  nav ul {
    display: flex;
    justify-content: space-around; }
  nav ul > li > a {
    color: #000;
    font: 12px "Roboto Condensed", sans-serif; }

  .slider {
    width: 100%;
     }
	 
.slider_bg {
	display:none;
}


  .slider .slider_ques {
    position: absolute;
    z-index: 3;
    width: 50%;
    left: 40%; }
  .slider .slider_ques > img {
    width: 100%; }



  section {
    width: 90%;
    margin: 0 auto;
    font-size: 12px !important; }

  section .course_about > img {
    width: 220px;
    margin-bottom: 10px; }
  section .course_step_h2 {
    width: 100%; }
  section .course_step_h2 > h2 {
    font: 20px "Roboto Condensed", sans-serif;
    border-bottom: 4px solid #E37844;
    display: inline-block;
    margin: 10px 0;
    font-weight: bold; }
  section .course_autor_person {
    width: 300px;
    margin: 0 auto; }
  section .course_autor_person img {
    padding: 5px;
    border: 1px solid #ccc;
    width: 170px;
    margin: 0 auto;
    display: block; }
  section .course_autor_person h2 {
    font: 18px "Roboto Condensed", sans-serif;
    text-align: center;
    font-weight: bold;
    margin: 5px 0; }
  section .course_map_block {
    width: 100%; }
  section .course_map_block h3 {
    font: 23px "Roboto Condensed", sans-serif;
    text-align: center; }
  section .course_map_block img {
    display: block;
    margin: 15px auto;
    width: 170px; }
  section .course_lection_bolck {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 50px 0; }
  section .course_lection h3 {
    font: 20px "Roboto Condensed", sans-serif;
    border-bottom: 4px solid #E37844;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: bold; }
  section .course_lection h4 {
    font: 16px "Roboto Condensed", sans-serif;
    margin: 0px; }

  .signinup {
    background: #FFE3C8;
    padding: 10px;
    font-size: 12px !important; }

  .signinup_in {
    margin: 0 auto;
    width: 100%;
    }

  .signinup_in_1 {
    width: 100%;
		margin-top: 12px; }

  .signinup_in_1 h2 {
    font: 23px "Roboto Condensed", sans-serif;
    border-bottom: 4px solid #E37844;
    display: inline-block;
    margin: 20px 0;
    font-weight: bold; }
  .signinup_in_1 h3 {
    font: 18px "Roboto Condensed", sans-serif;
    margin: 0; }
  .signinup_in_1 p {
    margin: 0 0 10px 0; }

	.tg_bot_a {
    display: block;
    background: url('/img/icon_tg.svg') no-repeat;
    background-position: left;
		background-size: 30px;
		padding: 4px 0px 4px 43px;
		margin-top: 10px;
	}

  input {
    width: 300px;
    line-height: 25px;
    border: 1px solid #000;
    margin: 7px 0;
    border-radius: 90px;
    background: #fff;
    padding: 0 10px; }

  .send {
    background: #E37844;
    color: #fff; }

  textarea {
    border-radius: 10px;
    border: 1px solid;
    margin: 10px 0;
    padding: 10px; }

  .signinup_in_2 {
    width: 100%; }

  .signinup_in_2 > img {
    display: none; }

  .signinup_in_2_mob > img {
    width: 85%; } }


@media (min-width: 481px) and (max-width: 998px) {
/*form*/

.slider_bg_mob > img {
	width: 100%;
}

fieldset {
	margin-top: 25px;
	padding: 15px;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

}

fieldset legend {
	font: normal 30px Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px #fff;
	letter-spacing: -1px;
	color: #273953;
}

input, textarea {
	padding: 3px;
}

label {
	cursor: pointer;
}

.block {
	display: block;
}

small {
	letter-spacing: 1px;
	font-size: 11px;
	font-style: italic;
	color: #9e9e9e;
}

.info {
	text-align: left;
	padding: 5px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 2px #a9a9a9;
	-moz-box-shadow: -1px 1px 2px #a9a9a9;
	box-shadow: -1px 1px 2px #a9a9a9;
}

.error {
	background: #f60000;
	border: 1px solid #d50000;
	margin: 3px -150px;
}

.correct {
	background: #09005d;
	border: 1px solid #000;
	border-radius: 90px;
	padding: 5px 7px;
}
.wrongbtn {

	display:none;
}
.wrong {
	font-weight: bold;
	color: #e90000;
}

.normal {
	font-weight: normal;
	color: #222;
}

/*thx*/
#result_form {
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	color: #fff;
	margin-top:25%;
}
.overlay_yes {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index:111111111111111111
}
.overlay_no {
	display: none;
}

.popup {
	position: absolute;
	width: 300px;
	height: 180px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	background-color: #e34c43;
}

.close-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.close-popup:before {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}

.close-popup:after {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}

/*form*/


  /*new*/
  .course_about > h1 {
    margin: 0 !important; }

  .course_about_h1_1 {
    font: 26px "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: #E37844; }

  .course_about_h1_2 {
    font: 18px "Roboto Condensed", sans-serif;
    font-weight: bold; }

  .course_autor_person > p {
    text-align: justify; }

  .course_map_block > p {
    text-align: justify; }

  .course_about_1 {
    font: 13px "Roboto Condensed", sans-serif;
    font-weight: bold; }

  .course_about_2 {
    font: 15px "Roboto Condensed", sans-serif;
    color: #E37844;
    font-weight: bold; }

  footer {
    background: #FFE3C8; }

  .footer_in {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0; }

  .footer_in2 {
    line-height: 75px;
    width: 90%;
    font-size: 16px;
    margin: 0 auto; }

  .footer_in1 {
    width: 90%;
    margin: 0 auto;
    text-align: center; }

  .footer_in1 > img {
    width: 100%; }

  /*/new*/
  .header_top {
    width: 100%;
    height: 30px;
    background: #FFE3C8; }

  .header_top_in {
    height: 30px;
    margin: 0 auto;
    line-height: 30px; }

  .header_top_in_lang {
    width: 90%;
    margin: 0 auto; }

  .header_top_in_lang span {
    margin-right: 10px;
    font-size: 12px; }
  .header_top_in_lang a {
    margin: 0 2px;
    color: #000000; }

  .header_top_in_bot {
    width: 300px;
    height: 50px;
    display: flex; }

  .header_top_in_bot span {
    display: block; }
  .header_top_in_bot a > img {
    width: 30px;
    margin: 10px; }

  .header_main {
    width: 100%;
    margin: 10px auto; }

  .header_main_logo {
    width: 70%;
    margin-left: 15px; }

  .header_main_logo > img {
    width: 100%; }

  nav {
    width: 90%;
    height: 20px;
    margin: 10px auto; }

  nav ul {
    display: flex;
    justify-content: space-around; }
  nav ul > li > a {
    color: #000;
    font: 12px "Roboto Condensed", sans-serif; }

  .slider {
    width: 100%;
     }
	 
.slider_bg {
	display:none;
}


  .slider .slider_ques {
    position: absolute;
    z-index: 3;
    width: 50%;
    left: 40%; }
  .slider .slider_ques > img {
    width: 100%; }



  section {
    width: 90%;
    margin: 0 auto;
    font-size: 12px !important; }

  section .course_about > img {
    width: 220px;
    margin-bottom: 10px; }
  section .course_step_h2 {
    width: 100%; }
  section .course_step_h2 > h2 {
    font: 20px "Roboto Condensed", sans-serif;
    border-bottom: 4px solid #E37844;
    display: inline-block;
    margin: 10px 0;
    font-weight: bold; }
  section .course_autor_person {
    width: 300px;
    margin: 0 auto; }
  section .course_autor_person img {
    padding: 5px;
    border: 1px solid #ccc;
    width: 170px;
    margin: 0 auto;
    display: block; }
  section .course_autor_person h2 {
    font: 18px "Roboto Condensed", sans-serif;
    text-align: center;
    font-weight: bold;
    margin: 5px 0; }
  section .course_map_block {
    width: 100%; }
  section .course_map_block h3 {
    font: 23px "Roboto Condensed", sans-serif;
    text-align: center; }
  section .course_map_block img {
    display: block;
    margin: 15px auto;
    width: 170px; }
  section .course_lection_bolck {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 50px 0; }
  section .course_lection h3 {
    font: 20px "Roboto Condensed", sans-serif;
    border-bottom: 4px solid #E37844;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: bold; }
  section .course_lection h4 {
    font: 16px "Roboto Condensed", sans-serif;
    margin: 0px; }

  .signinup {
    background: #FFE3C8;
    padding: 10px;
    font-size: 12px !important; }

  .signinup_in {
    margin: 0 auto;
    width: 100%;
    }

  .signinup_in_1 {
    width: 100%;
    margin-top:10px; }

  .signinup_in_1 h2 {
    font: 23px "Roboto Condensed", sans-serif;
    border-bottom: 4px solid #E37844;
    display: inline-block;
    margin: 20px 0;
    font-weight: bold; }
  .signinup_in_1 h3 {
    font: 18px "Roboto Condensed", sans-serif;
    margin: 0; }
  .signinup_in_1 p {
    margin: 0 0 10px 0; }

	.tg_bot_a {
    display: block;
    background: url('/img/icon_tg.svg') no-repeat;
    background-position: left;
		background-size: 30px;
		padding: 4px 0px 4px 43px;
		margin-top: 10px;
	}

  input {
    width: 300px;
    line-height: 25px;
    border: 1px solid #000;
    margin: 7px 0;
    border-radius: 90px;
    background: #fff;
    padding: 0 10px; }

  .send {
    background: #E37844;
    color: #fff; }

  textarea {
    border-radius: 10px;
    border: 1px solid;
    margin: 10px 0;
    padding: 10px; }

  .signinup_in_2 {
    width: 100%; }

  .signinup_in_2 > img {
    display: none; }

  .signinup_in_2_mob > img {
    width: 85%; } }


@media (min-width: 999px) and (max-width: 1198px) {
/*form*/

fieldset {
	margin-top: 25px;
	padding: 15px;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

}

fieldset legend {
	font: normal 30px Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px #fff;
	letter-spacing: -1px;
	color: #273953;
}

input, textarea {
	padding: 3px;
}

label {
	cursor: pointer;
}

.block {
	display: block;
}

small {
	letter-spacing: 1px;
	font-size: 11px;
	font-style: italic;
	color: #9e9e9e;
}

.info {
	text-align: left;
	padding: 5px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 2px #a9a9a9;
	-moz-box-shadow: -1px 1px 2px #a9a9a9;
	box-shadow: -1px 1px 2px #a9a9a9;
}

.error {
	background: #f60000;
	border: 1px solid #d50000;
	margin-top: 5px;
}

.correct {
	background: #09005d;
	border: 1px solid #000;
	border-radius: 90px;
	padding: 5px 7px;
}
.wrongbtn {

	display:none;
}
.wrong {
	font-weight: bold;
	color: #e90000;
}

.normal {
	font-weight: normal;
	color: #222;
}

/*thx*/
#result_form {
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	color: #fff;
	margin-top:25%;
}
.overlay_yes {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index:111111111111111111
}
.overlay_no {
	display: none;
}

.popup {
	position: absolute;
	width: 300px;
	height: 180px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	background-color: #e34c43;
}

.close-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.close-popup:before {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}

.close-popup:after {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}

/*form*/


  /*new*/
  .course_about_h1_1 {
    font: 36px "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: #E37844; }

  .course_about_h1_2 {
    font: 28px "Roboto Condensed", sans-serif;
    font-weight: bold; }

  .signinup_in_2_mob {
    display: none; }

  .course_autor_person > p {
    text-align: justify; }

  .course_map_block > p {
    text-align: justify; }

  .course_about_1 {
    font: 20px "Roboto Condensed", sans-serif;
    font-weight: bold; }

  .course_about_2 {
    font: 25px "Roboto Condensed", sans-serif;
    color: #E37844;
    font-weight: bold; }

  footer {
    background: #FFE3C8; }

  .footer_in {
    width: 900px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: space-between; }

  .footer_in2 {
    text-align: center;
    line-height: 75px;
    width: 500px;
    font-size: 16px; }

  .footer_in1 {
    width: 500px; }

  /*/new*/
  .header_top {
    width: 100%;
    height: 50px;
    background: #FFE3C8; }

  .header_top_in {
    width: 900px;
    height: 50px;
    display: flex;
    margin: 0 auto;
    line-height: 50px;
    justify-content: space-between; }

  .header_top_in_lang {
    width: 200px;
    height: 50px; }

  .header_top_in_lang span {
    margin-right: 10px; }
  .header_top_in_lang a {
    margin: 0 2px;
    color: #000000; }

  .header_top_in_bot {
    width: 300px;
    height: 50px;
    display: flex; }

  .header_top_in_bot span {
    display: block; }
  .header_top_in_bot a > img {
    width: 30px;
    margin: 10px; }

  .header_main {
    width: 900px;
    margin: 30px auto;
    display: flex; }

  header_main_logo {
    width: 35%; }

  header_main_logo > img {
    width: 100%; }

  nav {
    width: 60%;
    height: 30px;
    margin-top: 45px; }

  nav ul {
    display: flex;
    justify-content: space-around; }
  nav ul > li > a {
    color: #000;
    font-family: "Roboto Condensed", sans-serif; }

  .slider {
    width: 100%;
    }

  .slider .slider_bg {
    width: 100%;
  }
  .slider_bg_mob {
	  display:none;
  }
  .slider .slider_bg > img {
    width: 100%; }
  .slider .slider_ques {
    position: absolute;
    z-index: 3;
    width: 60%;
    left: 40%; }
  .slider .slider_ques > img {
    width: 100%; }

  section {
    width: 900px;
    margin: 0 auto; }

  section .course_about > img {
    width: 350px;
    margin-bottom: 10px; }
  section .course_autor {
    display: flex;
    justify-content: space-between; }
  section .course_step_h2 {
    width: 100%; }
  section .course_step_h2 > h2 {
    font: 30px "Roboto Condensed", sans-serif;
    border-bottom: 6px solid #E37844;
    display: inline-block;
    margin: 20px 0;
    font-weight: bold; }
  section .course_autor_person {
    width: 280px; }
  section .course_autor_person img {
    padding: 5px;
    border: 1px solid #ccc;
	width:240px;
	}
  section .course_autor_person h2 {
    font: 23px "Roboto Condensed", sans-serif;
    text-align: center;
    font-weight: bold; }
  section .course_map {
    display: flex;
    justify-content: space-between; }
  section .course_map_block {
    width: 280px; }
  section .course_map_block h3 {
    font: 23px "Roboto Condensed", sans-serif;
    text-align: center; }
  section .course_map_block img {
    display: block;
    margin: 15px auto;
width:250px;
    height: 250px;
	}
  section .course_lection_bolck {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 50px 0; }
  section .course_lection {
    width: 280px; }
  section .course_lection h3 {
    font: 20px "Roboto Condensed", sans-serif;
    border-bottom: 4px solid #E37844;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: bold; }
  section .course_lection h4 {
    font: 17px "Roboto Condensed", sans-serif;
    display: inline-block;
    margin: 0px; }

  .signinup {
    background: #FFE3C8;
    padding: 10px 0 50px; }

  .signinup_in {
    margin: 0 auto;
    width: 900px;
    display: flex;
		align-items:center;
		}

  .signinup_in_1 {
    width: 400px;
    margin-right: 100px; }

  .signinup_in_1 h2 {
    font: 30px "Roboto Condensed", sans-serif;
    border-bottom: 6px solid #E37844;
    display: inline-block;
    margin: 20px 0;
    font-weight: bold; }
  .signinup_in_1 h3 {
    font: 26px "Roboto Condensed", sans-serif;
    margin: 0; }
  .signinup_in_1 p {
    margin: 0 0 10px 0; }

	.tg_bot_a {
    display: block;
    background: url('/img/icon_tg.svg') no-repeat;
    background-position: left;
		background-size: 35px;
		padding: 8px 0px 8px 50px;
		margin-top: 4px;
	}

  input {
    width: 300px;
    line-height: 30px;
    border: 1px solid #000;
    margin: 7px 0;
    border-radius: 90px;
    background: #fff;
    padding: 0 10px; }

  .send {
    background: #E37844;
    color: #fff; }

  textarea {
    border-radius: 10px;
    border: 1px solid;
    margin: 10px 0;
    padding: 10px; }

  .signinup_in_2 {
    width: 500px; }

  .signinup_in_2 > img {
    width: 100%;
    margin-top: 70px; } }





@media (min-width: 1199px) {
/*form*/

fieldset {
	margin-top: 25px;
	padding: 15px;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

}

fieldset legend {
	font: normal 30px Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px #fff;
	letter-spacing: -1px;
	color: #273953;
}

input, textarea {
	padding: 3px;
}

label {
	cursor: pointer;
}

.block {
	display: block;
}

small {
	letter-spacing: 1px;
	font-size: 11px;
	font-style: italic;
	color: #9e9e9e;
}

.info {
	text-align: left;
	padding: 5px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 2px #a9a9a9;
	-moz-box-shadow: -1px 1px 2px #a9a9a9;
	box-shadow: -1px 1px 2px #a9a9a9;
}

.error {
	background: #f60000;
	border: 1px solid #d50000;
	margin-top: 5px;
}

.correct {
	background: #09005d;
	border: 1px solid #000;
	border-radius: 90px;
	padding: 5px 7px;
}
.wrongbtn {

	display:none;
}
.wrong {
	font-weight: bold;
	color: #e90000;
}

.normal {
	font-weight: normal;
	color: #222;
}

/*thx*/
#result_form {
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	color: #fff;
	margin-top:25%;
}
.overlay_yes {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index:111111111111111111
}
.overlay_no {
	display: none;
}

.popup {
	position: absolute;
	width: 300px;
	height: 180px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	background-color: #e34c43;
}

.close-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.close-popup:before {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}

.close-popup:after {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}

/*form*/


  /*new*/
  .course_about_h1_1 {
    font: 36px "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: #E37844; }

  .course_about_h1_2 {
    font: 28px "Roboto Condensed", sans-serif;
    font-weight: bold; }

  .signinup_in_2_mob {
    display: none; }

  .course_autor_person > p {
    text-align: justify; }

  .course_map_block > p {
    text-align: justify; }

  .course_about_1 {
    font: 20px "Roboto Condensed", sans-serif;
    font-weight: bold; }

  .course_about_2 {
    font: 25px "Roboto Condensed", sans-serif;
    color: #E37844;
    font-weight: bold; }

  footer {
    background: #FFE3C8; }

  .footer_in {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: space-between; }

  .footer_in2 {
    text-align: center;
    line-height: 75px;
    width: 500px;
    font-size: 16px; }

  .footer_in1 {
    width: 500px; }

  /*/new*/
  .header_top {
    width: 100%;
    height: 50px;
    background: #FFE3C8; }

  .header_top_in {
    width: 1100px;
    height: 50px;
    display: flex;
    margin: 0 auto;
    line-height: 50px;
    justify-content: space-between; }

  .header_top_in_lang {
    width: 200px;
    height: 50px; }

  .header_top_in_lang span {
    margin-right: 10px; }
  .header_top_in_lang a {
    margin: 0 2px;
    color: #000000; }

  .header_top_in_bot {
    width: 300px;
    height: 50px;
    display: flex; }

  .header_top_in_bot span {
    display: block; }
  .header_top_in_bot a > img {
    width: 30px;
    margin: 10px; }

  .header_main {
    width: 1100px;
    margin: 30px auto;
    display: flex; }

  header_main_logo {
    width: 35%; }

  header_main_logo > img {
    width: 100%; }

  nav {
    width: 60%;
    height: 30px;
    margin-top: 45px; }

  nav ul {
    display: flex;
    justify-content: space-around; }
  nav ul > li > a {
    color: #000;
    font-family: "Roboto Condensed", sans-serif; }

  .slider {
    width: 100%;
    }

  .slider .slider_bg {
    width: 100%;
  }
  .slider_bg_mob {
	  display:none;
  }
  .slider .slider_bg > img {
    width: 100%; }
  .slider .slider_ques {
    position: absolute;
    z-index: 3;
    width: 60%;
    left: 40%; }
  .slider .slider_ques > img {
    width: 100%; }

  section {
    width: 1100px;
    margin: 0 auto; }

  section .course_about > img {
    width: 350px;
    margin-bottom: 10px; }
  section .course_autor {
    display: flex;
    justify-content: space-between; }
  section .course_step_h2 {
    width: 100%; }
  section .course_step_h2 > h2 {
    font: 30px "Roboto Condensed", sans-serif;
    border-bottom: 6px solid #E37844;
    display: inline-block;
    margin: 20px 0;
    font-weight: bold; }
  section .course_autor_person {
    width: 350px; }
  section .course_autor_person img {
    padding: 5px;
    border: 1px solid #ccc; }
  section .course_autor_person h2 {
    font: 23px "Roboto Condensed", sans-serif;
    text-align: center;
    font-weight: bold; }
  section .course_map {
    display: flex;
    justify-content: space-between; }
  section .course_map_block {
    width: 350px; }
  section .course_map_block h3 {
    font: 23px "Roboto Condensed", sans-serif;
    text-align: center; }
  section .course_map_block img {
    display: block;
    margin: 15px auto; }
  section .course_lection_bolck {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 50px 0; }
  section .course_lection {
    width: 250px; }
  section .course_lection h3 {
    font: 20px "Roboto Condensed", sans-serif;
    border-bottom: 4px solid #E37844;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: bold; }
  section .course_lection h4 {
    font: 17px "Roboto Condensed", sans-serif;
    display: inline-block;
    margin: 0px; }

  .signinup {
    background: #FFE3C8;
    padding: 10px 0 50px; }

  .signinup_in {
    margin: 0 auto;
    width: 1000px;
    display: flex; 
		align-items: center;
		}

  .signinup_in_1 {
    width: 400px;
    margin-right: 100px; }

  .signinup_in_1 h2 {
    font: 30px "Roboto Condensed", sans-serif;
    border-bottom: 6px solid #E37844;
    display: inline-block;
    margin: 20px 0;
    font-weight: bold; }
  .signinup_in_1 h3 {
    font: 26px "Roboto Condensed", sans-serif;
    margin: 0; }
  .signinup_in_1 p {
    margin: 0 0 10px 0; }
	
	.tg_bot_a {
    display: block;
    background: url('/img/icon_tg.svg') no-repeat;
    background-position: left;
		background-size: 35px;
		padding: 8px 0px 8px 50px;
		margin-top: 4px;
	}
	
  input {
    width: 300px;
    line-height: 30px;
    border: 1px solid #000;
    margin: 7px 0;
    border-radius: 90px;
    background: #fff;
    padding: 0 10px; }

  .send {
    background: #E37844;
    color: #fff; }

  textarea {
    border-radius: 10px;
    border: 1px solid;
    margin: 10px 0;
    padding: 10px; }

  .signinup_in_2 {
    width: 500px; }

  .signinup_in_2 > img {
    width: 100%;
    margin-top: 70px; } }

