@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext");
*, *:focus {
  outline: none !important;
}

html,
body {

  font-family: 'Roboto', sans-serif;
  font-weight: 400;

  overflow: auto;
}

.main_block {
  min-width: 320px;
  overflow-x: hidden;
}
.main_block.active {
  overflow: hidden;
}

.wrapper {
  position: relative;
  transition: 300ms;
  left: 0;
}
.wrapper .wrapper_inn {
  padding-bottom: 310px;
}
.wrapper.active {
  left: 250px;
}
.wrapper.thank_wrap {
  background: #2A3149;
}

.container {
  width: 1200px;
}
.modal-backdrop.in{
	transition: 0ms;
	background: rgba(19, 52, 65, 1);

}
.fade{
	transition: 100ms;
}
/*.modal-backdrop.in {
  opacity: 1;
  background: rgba(19, 52, 65, 0.9);
}*/

#author .modal-dialog {
  margin-top: 50px;
  width: 570px;
  margin-left: auto;
  margin-right: auto;
}
#author .modal-dialog .modal-content {
  position: relative;
  border: none;
}
#author .modal-dialog .modal-content .close {
  top: -35px;
  right: -28px;
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
  padding-right: 28px;
  line-height: 20px;
  height: 20px;
  text-shadow: none;
  transition: 300ms;
}
#author .modal-dialog .modal-content .close:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background: #fff;
  display: block;
  right: 0px;
  top: 10px;
  transform: rotate(45deg);
  transition: 300ms;
}
#author .modal-dialog .modal-content .close:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background: #fff;
  display: block;
  right: 0px;
  top: 10px;
  transform: rotate(-45deg);
  transition: 300ms;
}
#author .modal-dialog .modal-content .close:hover {
  color: #2A3149;
}
#author .modal-dialog .modal-content .close:hover:before {
  transform: rotate(-45deg);
  background: #2A3149;
}
#author .modal-dialog .modal-content .close:hover:after {
  transform: rotate(45deg);
  background: #2A3149;
}
#author .modal-dialog .modal-content .modal_tabs {
  margin-bottom: 0;
}
#author .modal-dialog .modal-content .modal_tabs li {
  float: left;
  width: 50%;
  height: 60px;
  line-height: 60px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
  background: #b9b9b9;
  text-align: center;
  transition: 200ms;
  cursor: pointer;
}
#author .modal-dialog .modal-content .modal_tabs li:first-child {
  border-radius: 6px 0 0 0;
}
#author .modal-dialog .modal-content .modal_tabs li:last-child {
  border-radius: 0 6px 0 0;
}
#author .modal-dialog .modal-content .modal_tabs li.active {
  background: #fff;
  color: #2A3149;
}
#author .modal-dialog .modal-content .modal_tabs li:hover {
  color: #2A3149;
}
#author .modal-dialog .modal-content .modal_tabs:after {
  content: "";
  display: table;
  clear: both;
}
#author .modal-dialog .modal-content .modal_inner {
  margin-bottom: 0;
}
#author .modal-dialog .modal-content .modal_inner li.mi {
  padding: 50px;
  display: none;
}
#author .modal-dialog .modal-content .modal_inner li.mi.active {
  display: block;
}
#author .modal-dialog .modal-content .modal_inner li.mi .input_block {
  margin-bottom: 25px;
}
#author .modal-dialog .modal-content .modal_inner li.mi .password_input {
  position: relative;
}
#author .modal-dialog .modal-content .modal_inner li.mi .password_input input {
  padding-right: 45px;
}
#author .modal-dialog .modal-content .modal_inner li.mi .password_input .span_eye {
  width: 40px;
  height: 36px;
  display: block;
  cursor: pointer;
  transition: 150ms;
  background: url(../img/ico_eye.png) center center no-repeat;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 10;
  opacity: 0.7;
}
#author .modal-dialog .modal-content .modal_inner li.mi .password_input .span_eye:hover {
  opacity: 1;
}
#author .modal-dialog .modal-content .modal_inner li.mi .password_input .span_eye.active {
  background: url(../img/ico_eye_act.png) center center no-repeat;
}
#author .modal-dialog .modal-content .modal_inner li.mi input.inp_text {
  width: 100%;
  height: 38px;
  border: 1px solid #c6c6c6;
  padding-left: 10px;
  padding-right: 10px;
  color: #858686;
  font-size: 18px;
  font-weight: 300;
}
#author .modal-dialog .modal-content .modal_inner li.mi input.inp_text:focus {
  border-color: #2A3149;
}
#author .modal-dialog .modal-content .modal_inner li.mi input.inp_submit {
  width: 100%;
  height: 48px;
  color: #fff;
  background: #2A3149;
  transition: 200ms;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}
#author .modal-dialog .modal-content .modal_inner li.mi input.inp_submit:hover {
  background: #2484aa;
}
#author .modal-dialog .modal-content .modal_inner li.mi label {
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: 11px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  color: #858686;

}
#author .modal-dialog .modal-content .modal_inner li.mi label.custom-label{
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 15px;
}
#author .modal-dialog .modal-content .modal_inner li.mi label.custom-label span{
	margin-left: 24px;
	display: block;
	
}
#author .modal-dialog .modal-content .modal_inner li.mi label.custom-label input{
	float: left;
}
#author .modal-dialog .modal-content .modal_inner li.mi label.custom-label a{
  color: #858686;
  text-decoration: none;
  transition: 150ms;
}
#author .modal-dialog .modal-content .modal_inner li.mi label.custom-label a:hover{
	color: #2A3149;
}
#author .modal-dialog .modal-content .modal_inner li.mi .forget {
  margin-top: -10px;
}
#author .modal-dialog .modal-content .modal_inner li.mi .forget a {
  font-size: 14px;
  text-decoration: underline;
  color: #858686;
}
#author .modal-dialog .modal-content .modal_inner li.mi .forget a:hover {
  text-decoration: none;
}
#author .modal-dialog .modal-content .modal_inner li.mi .inp_button {
  margin-top: 45px;
}
#author .modal-dialog .modal-content .modal_inner li.mi .enter_social {
  margin-top: 22px;
}
#author .modal-dialog .modal-content .modal_inner li.mi .enter_social p {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 500;
  text-align: center;
}
#author .modal-dialog .modal-content .modal_inner li.mi .enter_social ul {
  text-align: center;
}
#author .modal-dialog .modal-content .modal_inner li.mi .enter_social ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
#author .modal-dialog .modal-content .modal_inner li.mi .enter_social ul li a {
  display: inline-block;
  vertical-align: top;
}
#author .modal-dialog .modal-content .modal_inner li.mi .enter_social ul li a.fb i {
  color: #475993;
  font-size: 36px;
  line-height: 0.9;
}
#author .modal-dialog .modal-content .modal_inner li.mi .enter_social ul li a.vk i {
  border-radius: 10px;
  background: #5181b8;
  color: #fff;
  padding: 3px;
  font-size: 20px;
  height: 32px;
  width: 31px;
  line-height: 1.2;
}
#author .modal-dialog .modal-content .modal_inner li.mi .enter_social ul li a i {
  transition: 100ms;
}
#author .modal-dialog .modal-content .modal_inner li.mi .enter_social ul li a i:hover {
  transform: scale(1.3);
}
#author .modal-dialog .modal-content .modal_inner li.mi .warning {
  margin-bottom: 30px;
  background-color: #f1f1f1;
  background-image: url(../img/ico_warn.png);
  background-position: 17px center;
  background-repeat: no-repeat;
  min-height: 60px;
  border-radius: 3px;
  padding: 15px 50px 15px 70px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.1;
}

.modal .modal-dialog {
  margin-top: 50px;
  width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-dialog .modal-content {
  position: relative;
  border: none;
}
.modal .modal-dialog .modal-content .close {
  top: -35px;
  right: -28px;
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
  padding-right: 28px;
  line-height: 20px;
  height: 20px;
  text-shadow: none;
  transition: 300ms;
}
.modal .modal-dialog .modal-content .close:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background: #fff;
  display: block;
  right: 0px;
  top: 10px;
  transform: rotate(45deg);
  transition: 300ms;
}
.modal .modal-dialog .modal-content .close:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background: #fff;
  display: block;
  right: 0px;
  top: 10px;
  transform: rotate(-45deg);
  transition: 300ms;
}
.modal .modal-dialog .modal-content .close:hover {
  color: #2A3149;
}
.modal .modal-dialog .modal-content .close:hover:before {
  transform: rotate(-45deg);
  background: #2D344A;
}
.modal .modal-dialog .modal-content .close:hover:after {
  transform: rotate(45deg);
  background: #2D344A;
}
.modal .modal-dialog .modal-content .modal_course {
  padding: 50px;
}
.modal .modal-dialog .modal-content .modal_course .mc_pseudo {
  color: #2D344A;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}
.modal .modal-dialog .modal-content .modal_course .mc_name {
  color: #2D344A;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
}
.modal .modal-dialog .modal-content .modal_course .mc_price {
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal_course .mc_price .mc_price_top {
  color: #575757;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.modal .modal-dialog .modal-content .modal_course .mc_price .mc_price_desc {
  color: #858686;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.modal .modal-dialog .modal-content .modal_course .mc_buy {
  margin-bottom: 30px;
}
.modal .modal-dialog .modal-content .modal_course .mc_buy .mc_buy_name {
  color: #575757;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal_course .mc_buy .mc_buy_name span {
  text-transform: uppercase;
  color: #2A3149;
  font-weight: 700;
}
.modal .modal-dialog .modal-content .modal_course .mc_buy ul {
  margin-bottom: 0;
}
.modal .modal-dialog .modal-content .modal_course .mc_buy ul li {
  float: left;
  margin-right: 15px;
}
.modal .modal-dialog .modal-content .modal_course .mc_buy ul li label {
  position: relative;
  margin: 0;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal_course .mc_buy ul li label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.modal .modal-dialog .modal-content .modal_course .mc_buy ul li label input:checked + .img_wr {
  border-color: #2A3149;
}
.modal .modal-dialog .modal-content .modal_course .mc_buy ul li label .img_wr {
  border: 1px solid transparent;
  display: block;
  padding: 4px;
}
.modal .modal-dialog .modal-content .modal_course .mc_buy ul li label .img_wr img {
  width: 60px;
  height: 38px;
}
.modal .modal-dialog .modal-content .modal_course .mc_buy ul:after {
  content: "";
  clear: both;
  display: table;
}
.modal .modal-dialog .modal-content .modal_course .mc_status {
  margin-bottom: 30px;
}
.modal .modal-dialog .modal-content .modal_course .mc_status .status {
  width: 95px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  color: #ff6c00;
  border: 1px solid #ff6c00;
  font-size: 14px;
  font-weight: 700;
  display: block;
}
.modal .modal-dialog .modal-content .modal_course .mc_nabor .mc_nabor_name {
  line-height: 1.1;
  color: #575757;
  font-size: 18px;
  font-weight: 700;
}
.modal .modal-dialog .modal-content .modal_course .mc_nabor .mc_nabor_desc {
  line-height: 1.1;
  color: #575757;
  font-size: 18px;
  font-weight: 300;
}
.modal .modal-dialog .modal-content .modal_course .input_block {
  margin-bottom: 25px;
}
.modal .modal-dialog .modal-content .modal_course .password_input {
  position: relative;
}
.modal .modal-dialog .modal-content .modal_course .password_input input {
  padding-right: 45px;
}
.modal .modal-dialog .modal-content .modal_course .password_input .span_eye {
  width: 40px;
  height: 36px;
  display: block;
  cursor: pointer;
  transition: 150ms;
  background: url(../img/ico_eye.png) center center no-repeat;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 10;
  opacity: 0.7;
}
.modal .modal-dialog .modal-content .modal_course .password_input .span_eye:hover {
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal_course input.inp_course {
  width: 100%;
  height: 38px;
  border: 1px solid #c6c6c6;
  padding-left: 10px;
  padding-right: 10px;
  color: #858686;
  font-size: 18px;
  font-weight: 300;
}
.modal .modal-dialog .modal-content .modal_course input.inp_course:focus {
  border-color: #2A3149;
}
.modal .modal-dialog .modal-content .modal_course input.inp_submit {
  width: 100%;
  height: 48px;
  color: #fff;
  background: #2A3149;
  transition: 200ms;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}
.modal .modal-dialog .modal-content .modal_course input.inp_submit:hover {
  background: #2484aa;
}
.modal .modal-dialog .modal-content .modal_course label {
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: 11px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  color: #858686;
}
.modal .modal-dialog .modal-content .modal_course .inp_button {
  margin-top: 35px;
}
.modal .modal-dialog .modal-content .modal_course .inp_button .close {
  position: static;
  height: 48px;
  border-radius: 3px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: #bababa;
  padding-right: 0;
  float: none;
  transition: 300ms;
}
.modal .modal-dialog .modal-content .modal_course .inp_button .close:after, .modal .modal-dialog .modal-content .modal_course .inp_button .close:before {
  display: none;
}
.modal .modal-dialog .modal-content .modal_course .inp_button .close:hover {
  background: #a4a3a3;
}
.modal .modal-dialog .modal-content .modal_course .enter_social {
  margin-top: 22px;
}
.modal .modal-dialog .modal-content .modal_course .enter_social p {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 500;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal_course .enter_social ul {
  text-align: center;
}
.modal .modal-dialog .modal-content .modal_course .enter_social ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.modal .modal-dialog .modal-content .modal_course .enter_social ul li a {
  display: inline-block;
  vertical-align: top;
}
.modal .modal-dialog .modal-content .modal_course .enter_social ul li a.fb i {
  color: #475993;
  font-size: 36px;
  line-height: 0.9;
}
.modal .modal-dialog .modal-content .modal_course .enter_social ul li a.vk i {
  border-radius: 10px;
  background: #5181b8;
  color: #fff;
  padding: 3px;
  font-size: 20px;
  height: 32px;
  width: 31px;
  line-height: 1.2;
}
.modal .modal-dialog .modal-content .modal_course .enter_social ul li a i {
  transition: 100ms;
}
.modal .modal-dialog .modal-content .modal_course .enter_social ul li a i:hover {
  transform: scale(1.3);
}
.modal .modal-dialog .modal-content .send_work {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.modal .modal-dialog .modal-content .send_work p {
  color: #858686;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1.1;
}
.modal .modal-dialog .modal-content .send_work button.close {
  background: #686868;
  font-size: 16px;
  font-weight: 500;
  position: static;
  width: 122px;
  height: 48px;
  transition: 200ms;
  float: none;
  padding: 0;
  border-radius: 5px;
}
.modal .modal-dialog .modal-content .send_work button.close:hover {
  color: #fff;
  background: #515050;
}

#preloader {
  background: rgba(0, 0, 0, 0.7) url(../img/spinning-circles.svg) center center no-repeat;
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

#left_menu {
  width: 250px;
  transition: 300ms;
  border-right: 1px solid #2D344A;
  position: fixed;
  top: 0;
  left: -250px;
  bottom: 0;
  z-index: 20;
  overflow: auto;
}
#left_menu .left_menu_inner {
  padding: 30px 20px;
}
#left_menu.active {
  left: 0;
}
#left_menu .client {
  margin-bottom: 30px;
}
#left_menu .client a.authoriz {
  padding-left: 25px;
  padding-right: 20px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #aee6fe;
  padding-top: 9px;
  padding-bottom: 5px;
  transition: 200ms;
  display: none;
}
#left_menu .client a.authoriz span {
  font-size: 16px;
  font-weight: 300;
  color: #686868;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
#left_menu .client a.authoriz span:before {
  content: url(../img/ico_authoriz.png);
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 9px;
}
#left_menu .client a.authoriz:hover {
  background: rgba(174, 230, 254, 0.3);
}
#left_menu .client a.authoriz.active {
  display: inline-block;
}
#left_menu .client .client_name {
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  display: inline-block;
  padding-top: 3px;
  transition: 200ms;
  display: none;
  max-width: 200px;
}
#left_menu .client .client_name a.pers_out {
  display: block;
  line-height: 20px;
  float: left;
}
#left_menu .client .client_name a.pers_out img {
  transition: 200ms;
}
#left_menu .client .client_name a.pers_out img:hover {
  transform: scale(1.1);
}
#left_menu .client .client_name a.pers_name {
  margin-left: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #686868;
  line-height: 26px;
  display: block;
  transition: 200ms;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#left_menu .client .client_name:hover span {
  color: #2D344A;
}
#left_menu .client .client_name.active {
  display: inline-block;
}
#left_menu .menu {
  margin-bottom: 0;
}
#left_menu .menu li {
  margin-bottom: 20px;
  font-size: 20px;
}
#left_menu .menu li a {
  color: #2A3149;
  font-weight: 500;
  text-decoration: none;
}
#left_menu .menu li .two_row {
  padding-top: 15px;
  padding-left: 10px;
}
#left_menu .menu li .two_row li {
  font-size: 17px;
}
#left_menu .menu li .two_row li a {
  font-weight: 400;
}

.title {
  font-size: 42px;
  font-weight: 700;
  color: #2A3149;
  margin-bottom: 30px;
  line-height: 1.1;
}

.pseudo_title {
  font-size: 42px;
  font-weight: 400;
  color: #2A3149;
  line-height: 1.1;
}

/*---header---*/
.header {
  height: 124px;
  position: relative;
  z-index: 10;
  background: #fff;
}
.header .header_logo {
  padding-top: 35px;
  float: left;
}
.header .header_menu {
  padding-top: 50px;
  float: left;
  margin-left: 155px;
}
.header .header_menu ul.menu li {
  color: #595C99;
;
  font-size: 16px;
  float: left;
  margin-right: 18px;
  position: relative;
}
.header .header_menu ul.menu li:last-child {
  margin-right: 0;
}
.header .header_menu ul.menu li a {
  font-weight: 700;
  color: #595C99;
  text-decoration: none;
  transition: 150ms;
}
.header .header_menu ul.menu li a:hover {
  color: #2D344A; 
}
.header .header_menu ul.menu li .drop {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  width: 300px;
  padding-top: 18px;
}
.header .header_menu ul.menu li .drop .drop_inn {
  box-shadow: 0 0 110px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header .header_menu ul.menu li .drop .drop_inn li {
  float: none;
  margin-right: 0;
}
.header .header_menu ul.menu li .drop .drop_inn li a {
  color: #686868;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 5px 15px 3px 25px;
  font-weight: 300;
}
.header .header_menu ul.menu li .drop .drop_inn li a:hover {
  background: #f3f3f3;
  color: #2A3149;
}
.header .header_menu ul.menu li .drop .drop_inn:before {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  border-bottom: 6px solid #fff;
  display: block;
  bottom: 100%;
  left: 73px;
}
.header .header_menu ul.menu li:hover .drop {
  display: block;
}
.header .header_menu ul.menu:after {
  content: "";
  display: table;
  clear: both;
}
.header .header_account {
  float: right;
  padding-top: 47px;
  text-align: right;
}
.header .header_account a.authoriz {
  padding-left: 25px;
  padding-right: 20px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #595C99;
  padding-top: 9px;
  padding-bottom: 5px;
  transition: 200ms;
  display: none;
}
.header .header_account a.authoriz span {
  font-size: 14px;
  font-weight: 300;
  color: #595C99;
  line-height: 20px;
  display: inline-block;
  vertical-align: medium;
}
.header .header_account a.authoriz span:before {
  content: url(../img/ico_authoriz.png);
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 9px;
}
.header .header_account a.authoriz:hover {
  background: rgba(174, 230, 254, 0.3);
}
.header .header_account a.authoriz.active {
  display: inline-block;
}
.header .header_account .client_name {
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  display: inline-block;
  padding-top: 3px;
  transition: 200ms;
  display: none;
  max-width: 250px;
}
.header .header_account .client_name a.pers_out {
  display: block;
  line-height: 20px;
  float: left;
}
.header .header_account .client_name a.pers_out img {
  transition: 200ms;
}
.header .header_account .client_name a.pers_out img:hover {
  transform: scale(1.1);
}
.header .header_account .client_name a.pers_name {
  margin-left: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #686868;
  line-height: 26px;
  display: block;
  transition: 200ms;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .header_account .client_name a.pers_name:hover {
  color: #2D344A;
  text-decoration: none;
}
.header .header_account .client_name.active {
  display: inline-block;
}
.header .btn_block {
  float: left;
  padding-top: 20px;
}
.header .btn_block .btn_mobile {
  width: 50px;
  height: 50px;
  border: none;
  padding: 0;
  position: relative;
  background: none;
}
.header .btn_block .btn_mobile span {
  display: block;
  background: #2A3149;
  height: 6px;
  width: 100%;
  transition: 200ms;
}
.header .btn_block .btn_mobile:before {
  content: "";
  display: block;
  background: #2A3149;
  height: 6px;
  left: 0;
  top: 8px;
  width: 50px;
  position: absolute;
  transition: 300ms;
}
.header .btn_block .btn_mobile:after {
  content: "";
  display: block;
  background: #2A3149;
  height: 6px;
  left: 0;
  bottom: 8px;
  width: 50px;
  position: absolute;
  transition: 300ms;
}
.header .btn_block .btn_mobile.active span {
  opacity: 0;
}
.header .btn_block .btn_mobile.active:before {
  transform: rotate(225deg);
  top: 22px;
}
.header .btn_block .btn_mobile.active:after {
  transform: rotate(-225deg);
  bottom: 22px;
}

/*---index_top---*/
.index_top {
  height: 620px;
  position: relative;
  background: url(../img/index_top.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #2d344a;
}
.index_top .it_text {
  padding-top: 110px;
}
.index_top .it_text .it_title {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1;
}
.index_top .it_text .it_name {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}
.index_top .it_text .it_ob {
  margin-top: 60px;
}
.index_top .it_text .it_ob:after {
  content: "";
  clear: both;
  display: table;
}
.index_top .it_text .it_ob .ob_name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.index_top .it_text .it_ob ul {
  width: 230px;
  position: relative;
  float: left;
}
.index_top .it_text .it_ob ul li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 13px;
  position: relative;
  padding-left: 35px;
  line-height: 1.1;
}
.index_top .it_text .it_ob ul li:last-child {
  margin-bottom: 0;
}
.index_top .it_text .it_ob ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  display: block;
  left: 0;
  top: 12px;
}
.index_top .it_text .it_ob .crm {
  margin-top: 15px;
  width: 140px;
  text-align: right;
  float: left;
  height: 79px;
  line-height: 79px;
  color: #fff;
  font-size: 24px;
  background: url(../img/figure_crm.png) left center no-repeat;
}
.index_top .it_text_land {
  padding-top: 120px;
  max-width: 800px;
}
.index_top .it_text_land .it_title_land {
  color: #fff;
  font-size: 54px;
  font-weight: 300;
  line-height: 1.1;
}
.index_top .it_text_land .it_name_land {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 40px;
}
.index_top .it_text_land p {
  color: #949494;
  font-size: 24px;
  margin-bottom: 0;
  max-width: 700px;
}
.index_top img.girl {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-46px);
  display: block;
}
.index_top img.girl_land {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(240px);
  display: block;
}

/*---about_index---*/
.about_index {
  background: #f5f5f5 url(../img/about_index.jpg) center top no-repeat;
  background-size: auto 100%;
  min-height: 538px;
  padding-top: 70px;
  padding-bottom: 50px;
}
.about_index .ai_text {
  max-width: 770px;
}
.about_index .ai_text p {
  color: #2A3149;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.6;
}

/*---teachers_index---*/
.teachers_index {
  padding-top: 70px;
  padding-bottom: 40px;
  background: #fff;
}
.teachers_index .title {
  margin-bottom: 20px;
}
.teachers_index .teachers_slider {
  margin-left: -15px;
  margin-right: -15px;
}
.teachers_index .teachers_slider .slick-list {
  padding-top: 10px;
}
.teachers_index .teachers_slider .slick-prev {
  z-index: 10;
  width: 36px;
  height: 101px;
  left: -45px;
  background: url(../img/slick_prev.png) center center no-repeat;
}
.teachers_index .teachers_slider .slick-prev:before {
  display: none;
}
.teachers_index .teachers_slider .slick-next {
  z-index: 10;
  width: 36px;
  height: 101px;
  right: -45px;
  background: url(../img/slick_next.png) center center no-repeat;
}
.teachers_index .teachers_slider .slick-next:before {
  display: none;
}
.teachers_index .teachers_slider .slick-dots li {
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: top;
}
.teachers_index .teachers_slider .slick-dots li button {
  border-radius: 50%;
  background: #dcdcdc;
}
.teachers_index .teachers_slider .slick-dots li button:before {
  display: none;
}
.teachers_index .teachers_slider .slick-dots li.slick-active button {
  background: #2A3149;
}
.teachers_index .ts_block {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.teachers_index .ts_block .ts_img {
  position: relative;
  border-bottom: 12px solid #D11AFF;
  position: relative;
}
.teachers_index .ts_block .ts_img img {
  width: 100%;
}
.teachers_index .ts_block .ts_img:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 48px;
  display: block;
  width: 129px;
  height: 25px;
}
.teachers_index .ts_block .ts_desc {
  padding: 30px;
  background: #2A3149 url(../img/ts_desc.png) center bottom no-repeat;
  background-size: 100% auto;
}
.teachers_index .ts_block .ts_name {
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 300;
}
.teachers_index .ts_block .ts_prof {
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.teachers_index .ts_block p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  text-align: justify;
  line-height: 1.6;
  height: 130px;
  overflow: hidden;
}
.teachers_index .ts_block:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/*---course_section---*/
.course_section {
  padding-top: 70px;
  padding-bottom: 80px;
  background: #EAEBED;
  position: relative;
}
.course_section.cs_gray {
  background: #e3e3e3;
}
.course_section.cs_gray .course_text {
  margin-left: auto;
}
.course_section.cs_gray:before {
  left: auto;
  right: 50%;
  transform: translate(-425px);
  bottom: -60px;
}
.course_section .course_text {
  max-width: 870px;
}
.course_section .course_desc {
  color: #575757;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 35px;
}
.course_section .course_info {
  margin-bottom: 65px;
}
.course_section .course_info:after {
  content: "";
  clear: both;
  display: table;
}
.course_section .course_info li {
  float: left;
  height: 46px;
  padding-left: 62px;
  padding-right: 15px;
  padding-top: 6px;
}
.course_section .course_info li .ci_name {
  line-height: 1;
  color: #000000;
  font-size: 21px;
  font-weight: 700;
}
.course_section .course_info li .ci_desc {
  line-height: 1;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
}
.course_section .course_info .ico_purse {
  width: 275px;
  background: url(../img/ico_purse.png) left center no-repeat;
}
.course_section .course_info .ico_calend {
  width: 295px;
  background: url(../img/ico_calend.png) left center no-repeat;
}
.course_section .course_info .ico_hourse {
  width: 295px;
  background: url(../img/ico_hourse.png) left center no-repeat;
}
.course_section .star {
  color: #000000;
  font-size: 16px;
  margin-bottom: 55px;
}
.course_section .star span {
  font-weight: 700;
}
.course_section .read_block .read {
  display: block;
  color: #595C99;
  font-size: 14px;
  width: 172px;
  height: 46px;
  border: 1px solid #595C99;
  transition: 300ms;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
}
.course_section .read_block .read:hover {
  color: #fff;
  background: #2A3149;
}
.course_section:before {
  content: "";
  display: block;
  width: 880px;
  height: 608px;
  background: url(../img/seed.png) center center no-repeat;
  position: absolute;
  bottom: -40px;
  left: 20%;
  z-index: -1;
  transform: translate(425px);
}

/*---lk_menu---*/
.lk_menu {
  background: #2D344A;
  padding-top: 70px;
  padding-bottom: 80px;
}
.lk_menu .lkm_name {
  font-size: 48px;
  color: #fff;
  float: left;
  line-height: 1.1;
}
.lk_menu .lkm_menu {
  float: right;
}
.lk_menu .lkm_menu ul {
  padding-top: 15px;
}
.lk_menu .lkm_menu ul li {
  margin-left: 50px;
  float: left;
}
.lk_menu .lkm_menu ul li:first-child {
  margin-left: 0;
}
.lk_menu .lkm_menu ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: 200ms;
}
.lk_menu .lkm_menu ul li a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px dashed #fff;
  transition: 200ms;
}
.lk_menu .lkm_menu ul li a:hover:after {
  border: none;
}
.lk_menu .lkm_menu ul li span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
}
.lk_menu .lkm_menu ul li span:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #fff;
}
.lk_menu .lkm_menu ul:after {
  content: "";
  clear: both;
  display: table;
}

/*---warn_top---*/
.warn_top {
  min-height: 60px;
  background: #ff9c00;
  padding-top: 19px;
  padding-bottom: 17px;
}
.warn_top .warn_block {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  padding-right: 30px;
  position: relative;
}
.warn_top .warn_block a {
  color: #fff;
  text-decoration: underline;
}
.warn_top .warn_block a:hover {
  text-decoration: none;
}
.warn_top .warn_block .warn_close {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
  border: none;
  background: none;
}
.warn_top .warn_block .warn_close:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background: #fff;
  display: block;
  right: -2px;
  top: 9px;
  transform: rotate(45deg);
  transition: 300ms;
}
.warn_top .warn_block .warn_close:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background: #fff;
  display: block;
  right: -2px;
  top: 9px;
  transform: rotate(-45deg);
  transition: 300ms;
}
.warn_top .warn_block .warn_close:hover:before {
  transform: rotate(-45deg);
}
.warn_top .warn_block .warn_close:hover:after {
  transform: rotate(45deg);
}

/*---my_course---*/
.my_course {
  padding-top: 60px;
  padding-bottom: 70px;
}
.my_course .my_course_inner .mci_block {
  height: 360px;
  background: #efefef;
  padding: 15px;
}

.mci_block {
  margin-bottom: 30px;
}
.mci_block.finished .mci_block_inner {
  border: 1px solid #00ac31;
}
.mci_block.finished .mci_block_inner a.down_sert {
  display: block;
}
.mci_block.finished .mci_block_inner:before {
  display: block;
}
.mci_block.finished .mci_block_inner .mci_pseudo {
  color: #2A3149;
  padding-right: 60px;
}
.mci_block.finished .mci_block_inner .mci_name {
  color: #2A3149;
  padding-right: 60px;
}
.mci_block.finished .mci_block_inner .mci_progress .prog_scale .scale_inn {
  width: 51%;
  background: #2A3149;
}
.mci_block.finished .mci_block_inner .mci_progress .progr_text {
  color: #575757;
}
.mci_block.finished .mci_block_inner .mci_progress .prog_scale {
  background: #bababa;
}
.mci_block.finished .mci_block_inner .msi_links .free {
  display: block;
}
.mci_block.finished .mci_block_inner .msi_links .open_course {
  display: none;
}
.mci_block.opened .mci_block_inner .mci_pseudo {
  color: #2A3149;
}
.mci_block.opened .mci_block_inner .mci_name {
  color: #2A3149;
}
.mci_block.opened .mci_block_inner .mci_progress .prog_scale .scale_inn {
  width: 6px;
  background: #7d7d7d;
}
.mci_block.opened .mci_block_inner .mci_progress .progr_text {
  color: #575757;
}
.mci_block.opened .mci_block_inner .mci_progress .prog_scale {
  background: #bababa;
}
.mci_block.opened .mci_block_inner .msi_links .open {
  display: block;
}
.mci_block.opened .mci_block_inner .msi_links .open_course {
  display: none;
}
.mci_block .mci_block_inner {
  padding: 30px 22px 35px;
  border: 1px solid #efefef;
  position: relative;
}
.mci_block .mci_block_inner a.down_sert {
  text-align: center;
  display: none;
  position: absolute;
  width: 60px;
  right: 20px;
  top: 20px;
  color: #575757;
  font-size: 10px;
  font-weight: 700;
  padding-top: 40px;
  line-height: 1;
  z-index: 10;
  text-decoration: none;
  transition: 200ms;
  background: url(../img/ico_sert.png) center top no-repeat;
}
.mci_block .mci_block_inner a.down_sert:hover {
  color: #2A3149;
}
.mci_block .mci_block_inner:before {
  content: "Пройден";
  position: absolute;
  top: -7px;
  right: 20px;
  color: #00ac31;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 6px;
  padding-right: 6px;
  background: #efefef;
  display: none;
}
.mci_block .mci_block_inner .mci_top {
  height: 90px;
}
.mci_block .mci_block_inner .mci_top a {
  text-decoration: none;
}
.mci_block .mci_block_inner .mci_pseudo {
  color: #b6b6b6;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.1;
}
.mci_block .mci_block_inner .mci_name {
  color: #b6b6b6;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}
.mci_block .mci_block_inner .mci_q {
  height: 55px;
  padding-top: 35px;
}
.mci_block .mci_block_inner .mci_q .ico_q {
  position: relative;
  margin-left: 270px;
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
}
.mci_block .mci_block_inner .mci_q .ico_q .msi_answer {
  display: none;
  position: absolute;
  top: -35px;
  left: -10px;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  color: #4a4a4a;
  font-size: 10px;
  line-height: 1.1;
  padding: 4px 7px;
  width: 235px;
}
.mci_block .mci_block_inner .mci_q .ico_q:hover .msi_answer {
  display: block;
}
.mci_block .mci_block_inner .mci_progress {
  height: 50px;
}
.mci_block .mci_block_inner .mci_progress .progr_text {
  color: #a3a3a3;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 12px;
}
.mci_block .mci_block_inner .mci_progress .progr_text span {
  font-weight: 700;
}
.mci_block .mci_block_inner .mci_progress .prog_scale {
  background: #d5d5d5;
  height: 12px;
  position: relative;
}
.mci_block .mci_block_inner .mci_progress .prog_scale .scale_inn {
  position: absolute;
  left: 0;
  top: 0;
  height: 12px;
  width: 6px;
  background: #b6b6b6;
}
.mci_block .mci_block_inner .msi_links {
  margin-top: 40px;
}
.mci_block .mci_block_inner .msi_links a.read {
  color: #2A3149;
  font-size: 14px;
  font-weight: 300;
  margin-top: 4px;
  text-decoration: underline;
}
.mci_block .mci_block_inner .msi_links a.read:hover {
  text-decoration: none;
}
.mci_block .mci_block_inner .msi_links:after {
  content: "";
  clear: both;
  display: table;
}
.mci_block .mci_block_inner .msi_links .free {
  display: none;
  float: right;
  height: 25px;
  width: 85px;
  line-height: 23px;
  text-align: center;
  color: #00ac31;
  border: 1px solid #00ac31;
  font-size: 14px;
  font-weight: 700;
}
.mci_block .mci_block_inner .msi_links .open {
  display: none;
  float: right;
  height: 25px;
  width: 70px;
  line-height: 23px;
  text-align: center;
  color: #2D344A;
  border: 1px solid #2D344A;
  font-size: 14px;
  font-weight: 700;
}
.mci_block .mci_block_inner .msi_links .open_course {
  padding-left: 25px;
  font-size: 12px;
  height: 25px;
  display: block;
  float: right;
  color: #2A3149;
  font-weight: 300;
  line-height: 25px;
  background: url(../img/ico_zamok.png) left center no-repeat;
}

/*---lk_personal---*/
.lk_personal {
  padding-top: 60px;
  padding-bottom: 100px;
  background: #fff;
}
.lk_personal .personal_inner {
  margin-bottom: 40px;
}
.lk_personal .lk_block_input .lk_input {
  height: 38px;
  position: relative;
}
.lk_personal .lk_block_input .lk_input input[type="text"], .lk_personal .lk_block_input .lk_input input[type="email"], .lk_personal .lk_block_input .lk_input input[type="password"] {
  width: 100%;
  height: 38px;
  border: 1px solid #c6c6c6;
  padding-left: 10px;
  padding-right: 40px;
  color: #858686;
  font-size: 18px;
  font-weight: 300;
}
.lk_personal .lk_block_input .lk_input input[type="text"]:focus, .lk_personal .lk_block_input .lk_input input[type="email"]:focus, .lk_personal .lk_block_input .lk_input input[type="password"]:focus {
  border-color: #2A3149;
}
.lk_personal .lk_block_input .lk_input input[type="text"].pers_inp:focus + .span_ok, .lk_personal .lk_block_input .lk_input input[type="email"].pers_inp:focus + .span_ok, .lk_personal .lk_block_input .lk_input input[type="password"].pers_inp:focus + .span_ok {
  background: url(../img/ico_pencil.png) center center no-repeat;
}
.lk_personal .lk_block_input .lk_input .span_ok {
  width: 38px;
  height: 36px;
  display: block;
  cursor: pointer;
  transition: 150ms;
  background: url(../img/ico_bird.png) center center no-repeat;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 10;
  opacity: 0.7;
}
.lk_personal .lk_block_input .lk_input .span_eye {
  width: 38px;
  height: 36px;
  display: block;
  cursor: pointer;
  transition: 150ms;
  background: url(../img/ico_eye.png) center center no-repeat;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 10;
  opacity: 0.7;
}
.lk_personal .lk_block_input .lk_input .span_eye:hover {
  opacity: 1;
}
.lk_personal .lk_block_input .lk_input .span_eye.active {
  background: url(../img/ico_eye_act.png) center center no-repeat;
}
.lk_personal .lk_block_input label {
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: 11px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  color: #858686;
}
.lk_personal .lk_block_input .change_inp {
  height: 46px;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: #2A3149;
  margin-top: -4px;
  border: none;
  transition: 200ms;
  border-radius: 1px;
}
.lk_personal .lk_block_input .change_inp:hover {
  background: #2484aa;
}
.lk_personal .lk_name_pass {
  color: #2A3149;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.lk_personal .lk_table_buy table {
  width: 100%;
}
.lk_personal .lk_table_buy table th {
  border-bottom: 2px solid #858686;
  color: #858686;
  font-weight: 700;
  font-size: 18px;
  vertical-align: middle;
}
.lk_personal .lk_table_buy table td {
  padding-top: 12px;
  border-bottom: 1px solid #858686;
  color: #858686;
  font-weight: 300;
  font-size: 14px;
  padding-bottom: 3px;
  vertical-align: middle;
}
.lk_personal .lk_table_buy table .tab_date {
  width: 200px;
}
.lk_personal .lk_table_buy table .tab_naim {
  width: 800px;
}
.lk_personal .lk_table_buy table .tab_summa {
  width: 170px;
}
.lk_personal .lk_table_buy table .tab_zero {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: none !important;
}

/*---feedback_spisok---*/
.feedback_spisok {
  padding-top: 60px;
  padding-bottom: 120px;
}
.feedback_spisok .fs_cont {
  margin-bottom: 40px;
}
.feedback_spisok .fs_cont .title {
  float: left;
  margin-bottom: 0;
  line-height: 1.1;
}
.feedback_spisok .fs_cont .create_message {
  float: right;
  display: block;
  color: #2A3149;
  font-weight: 700;
  font-size: 14px;
  width: 246px;
  height: 46px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #2A3149;
  transition: 200ms;
  line-height: 44px;
}
.feedback_spisok .fs_cont .create_message:hover {
  color: #fff;
  background: #2A3149;
}
.feedback_spisok .fs_cont:after {
  content: "";
  display: table;
  clear: both;
}
.feedback_spisok .fs_links {
  margin-bottom: 35px;
}
.feedback_spisok .fs_links li {
  float: left;
  margin-right: 80px;
}
.feedback_spisok .fs_links li a {
  color: #686868;
  font-weight: 300;
  font-size: 24px;
  text-decoration: none;
  border-bottom: 1px solid #686868;
}
.feedback_spisok .fs_links li a:hover {
  border: none;
}
.feedback_spisok .fs_links li a.active {
  color: #2A3149;
  font-weight: 700;
  border-bottom: 4px solid #2A3149;
}
.feedback_spisok .fs_links li a.active:hover {
  border-bottom: 4px solid #2A3149;
}
.feedback_spisok .fs_links li:last-child {
  margin-right: 0;
}
.feedback_spisok .fs_links:after {
  content: "";
  display: table;
  clear: both;
}
.feedback_spisok .recourse_table table {
  width: 100%;
}
.feedback_spisok .recourse_table table th {
  border-bottom: 2px solid #858686;
  color: #858686;
  font-weight: 700;
  font-size: 18px;
  vertical-align: middle;
  line-height: 1.1;
  padding-bottom: 3px;
}
.feedback_spisok .recourse_table table td {
  padding-top: 12px;
  border-bottom: 1px solid #858686;
  color: #858686;
  font-weight: 300;
  font-size: 14px;
  padding-bottom: 3px;
  vertical-align: middle;
}
.feedback_spisok .recourse_table table .tab_numb {
  width: 170px;
}
.feedback_spisok .recourse_table table .tab_title {
  width: 370px;
}
.feedback_spisok .recourse_table table .tab_change {
  width: 170px;
}
.feedback_spisok .recourse_table table .tab_auth {
  width: 170px;
}
.feedback_spisok .recourse_table table .tab_mes {
  width: 170px;
}
.feedback_spisok .recourse_table table .tab_zero {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: none !important;
}
.feedback_spisok .recourse_table .recourse_text {
  padding-top: 10px;
  padding-bottom: 40px;
}
.feedback_spisok .recourse_table .recourse_text .rt_name {
  color: #858686;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.feedback_spisok .recourse_table .recourse_text .rt_desc {
  color: #858686;
  font-size: 14px;
  font-weight: 300;
}
.feedback_spisok .recourse_table .recourse_text .rt_desc a {
  color: #858686;
  text-decoration: none;
  border-bottom: 1px solid #2A3149;
}
.feedback_spisok .recourse_table .recourse_text .rt_desc a:hover {
  border-bottom: none;
}

/*---new_message---*/
.new_message {
  padding-top: 60px;
  padding-bottom: 100px;
}
.new_message .nm_title {
  margin-bottom: 45px;
}
.new_message .nm_title .title {
  float: left;
  margin-bottom: 0;
}
.new_message .nm_title a.back {
  float: right;
  font-weight: 700;
  font-size: 16px;
  color: #2A3149;
  text-decoration: underline;
  margin-top: 15px;
}
.new_message .nm_title a.back:hover {
  text-decoration: none;
}
.new_message .nm_title:after {
  content: "";
  display: table;
  clear: both;
}
.new_message .nm_form {
  padding: 40px 100px 50px;
  background: #f2f2f2;
}
.new_message .nm_form label {
  font-size: 18px;
  color: #686868;
  font-weight: 700;
  margin-bottom: 15px;
  cursor: pointer;
  line-height: 1.1;
}
.new_message .nm_form input[type="text"] {
  border: 1px solid #c6c6c6;
  height: 50px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  color: #858686;
  font-weight: 300;
  background: #f2f2f2;
  margin-bottom: 35px;
}
.new_message .nm_form input[type="text"]:focus {
  border: 1px solid #2D344A;
}
.new_message .nm_form .textarea {
  border: 1px solid #c6c6c6;
  display: block;
  resize: none;
  height: 190px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #858686;
  font-weight: 300;
  background: #f2f2f2;
  margin-bottom: 5px;
}
.new_message .nm_form .textarea:focus {
  border: 1px solid #2D344A;
}
.new_message .nm_form .textarea_info {
  text-align: right;
  margin-bottom: 25px;
}
.new_message .nm_form .send_btn {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 240px;
  height: 46px;
  transition: 300ms;
  border: none;
  background: #2A3149;
}
.new_message .nm_form .send_btn:hover {
  background: #2484aa;
}

/*---feedback_write---*/
.feedback_write {
  padding-top: 60px;
  padding-bottom: 100px;
}
.feedback_write .fw_top {
  margin-bottom: 40px;
}
.feedback_write .fw_top .fwt_btn {
  float: right;
  width: 370px;
}
.feedback_write .fw_top .fwt_btn a.close_btn {
  font-size: 14px;
  font-weight: 700;
  color: #ff6c00;
  float: right;
  border: 1px solid #ff6c00;
  transition: 200ms;
  width: 192px;
  height: 46px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  margin-left: 35px;
  display: block;
}
.feedback_write .fw_top .fwt_btn a.close_btn:hover {
  background: #ff6c00;
  color: #fff;
}
.feedback_write .fw_top .fwt_btn a.back_btn {
  color: #2A3149;
  font-size: 14px;
  font-weight: 700;
  line-height: 46px;
  float: right;
  display: block;
  width: 142px;
  text-decoration: underline;
}
.feedback_write .fw_top .fwt_btn a.back_btn:hover {
  text-decoration: none;
}
.feedback_write .fw_top .fwt_btn:after {
  content: "";
  clear: both;
  display: table;
}
.feedback_write .fw_top .fwt_text {
  float: left;
  max-width: 700px;
}
.feedback_write .fw_top .fwt_text p {
  color: #686868;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}
.feedback_write .fw_top .fwt_text p span {
  font-weight: 300;
}
.feedback_write .fw_top:after {
  content: "";
  clear: both;
  display: table;
}
.feedback_write .fw_content {
  margin-bottom: 60px;
}
.feedback_write .fw_review {
  border-left: 1px solid #dddcdc;
  padding-left: 35px;
  margin-bottom: 40px;
}
.feedback_write .fw_review.rev_answer {
  margin-left: 35px;
  border-color: #2D344A;
}
.feedback_write .fw_review.rev_answer .fw_name span.people {
  color: #2D344A;
}
.feedback_write .fw_review .fw_name {
  color: #686868;
  font-size: 18px;
  font-weight: 100;
  font-style: italic;
  line-height: 1.1;
  margin-bottom: 15px;
}
.feedback_write .fw_review .fw_name span.people {
  margin-right: 17px;
  font-weight: 700;
  font-style: normal;
}
.feedback_write .fw_review .fw_answer {
  padding-left: 35px;
  position: relative;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
}
.feedback_write .fw_review .fw_answer:before {
  content: url(../img/kov.png);
  position: absolute;
  top: -2px;
  left: -5px;
  width: 22px;
  height: 17px;
}
.feedback_write .feedback_answer .nm_form {
  padding: 50px 100px 60px;
  background: #f2f2f2;
}
.feedback_write .feedback_answer .nm_form label {
  font-size: 18px;
  color: #686868;
  font-weight: 700;
  margin-bottom: 15px;
  cursor: pointer;
  line-height: 1.1;
}
.feedback_write .feedback_answer .nm_form input[type="text"] {
  border: 1px solid #c6c6c6;
  height: 50px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  color: #858686;
  font-weight: 300;
  background: #f2f2f2;
  margin-bottom: 35px;
}
.feedback_write .feedback_answer .nm_form input[type="text"]:focus {
  border: 1px solid #2D344A;
}
.feedback_write .feedback_answer .nm_form .textarea {
  border: 1px solid #c6c6c6;
  display: block;
  resize: none;
  height: 235px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #858686;
  font-weight: 300;
  background: #f2f2f2;
  margin-bottom: 5px;
}
.feedback_write .feedback_answer .nm_form .textarea:focus {
  border: 1px solid #2D344A;
}
.feedback_write .feedback_answer .nm_form .textarea_info {
  text-align: right;
  margin-bottom: 25px;
}
.feedback_write .feedback_answer .nm_form .send_btn {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 240px;
  height: 46px;
  transition: 300ms;
  border: none;
  background: #2A3149;
}
.feedback_write .feedback_answer .nm_form .send_btn:hover {
  background: #2484aa;
}

/*---course_page---*/
.course_page {
  padding-top: 60px;
  padding-bottom: 70px;
}
.course_page .cp_title {
  margin-bottom: 50px;
}
.course_page .cp_title .title {
  float: left;
  margin-bottom: 0;
  width: 1000px;
}
.course_page .cp_title .back_course {
  float: right;
  color: #2A3149;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 20px;
  width: 105px;
}
.course_page .cp_title .back_course:hover {
  text-decoration: none;
}
.course_page .cp_title:after {
  content: "";
  clear: both;
  display: table;
}
.course_page .lesson_block {
  background: #efefef;
  margin-bottom: 25px;
}
.course_page .lesson_block .les_numb {
  color: #2A3149;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 10px;
  transition: 200ms;
}
.course_page .lesson_block .les_name {
  color: #2A3149;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  transition: 200ms;
}
.course_page .lesson_block .les_title {
  color: #575757;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
.course_page .lesson_block .lesson_btn {
  position: relative;
  padding: 35px 100px;
  cursor: pointer;
}
.course_page .lesson_block .lesson_btn:before {
  content: "";
  left: 40px;
  top: 55px;
  display: block;
  position: absolute;
  background: #c2c2c2;
  height: 1px;
  width: 20px;
  transform: rotate(45deg);
  transition: 300ms;
}
.course_page .lesson_block .lesson_btn:after {
  content: "";
  left: 54px;
  top: 55px;
  display: block;
  position: absolute;
  background: #c2c2c2;
  height: 1px;
  width: 20px;
  transform: rotate(-45deg);
  transition: 300ms;
}
.course_page .lesson_block .lesson_btn.active:before {
  transform: rotate(-45deg);
}
.course_page .lesson_block .lesson_btn.active:after {
  transform: rotate(45deg);
}
.course_page .lesson_block .lesson_btn.active .les_numb {
  color: #575757;
}
.course_page .lesson_block .lesson_btn.active .les_name {
  color: #575757;
}
.course_page .lesson_block .lesson_video {
  padding: 35px 100px;
  border-top: 1px solid #e3e3e3;
}
.course_page .lesson_block .lesson_video .video_block {
  height: 265px;
}
.course_page .lesson_block .lesson_video p {
  margin-bottom: 20px;
  color: #575757;
  font-size: 16px;
  font-weight: 300;
}
.course_page .lesson_block .lesson_image {
  padding: 35px 100px;
  border-top: 1px solid #e3e3e3;
}
.course_page .lesson_block .lesson_image .img_block img {
  width: 100%;
}
.course_page .lesson_block .lesson_image p {
  margin-bottom: 20px;
  color: #575757;
  font-size: 16px;
  font-weight: 300;
}
.course_page .lesson_block .lesson_material {
  padding: 35px 100px;
  border-top: 1px solid #e3e3e3;
}
.course_page .lesson_block .lesson_material p {
  margin-bottom: 20px;
  color: #575757;
  font-size: 16px;
  font-weight: 300;
}
.course_page .lesson_block .lesson_material ul {
  margin-bottom: 0;
}
.course_page .lesson_block .lesson_material ul li {
  float: left;
  padding-left: 35px;
  margin-right: 100px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url(../img/skoba.png) left center no-repeat;
}
.course_page .lesson_block .lesson_material ul li a {
  font-size: 14px;
  color: #2A3149;
  font-weight: 300;
  text-decoration: underline;
}
.course_page .lesson_block .lesson_material ul li a:hover {
  text-decoration: none;
}
.course_page .lesson_block .lesson_material ul li:last-child {
  margin-right: 0;
}
.course_page .lesson_block .lesson_material ul:after {
  content: "";
  clear: both;
  display: table;
}
.course_page .lesson_block .lesson_test {
  padding: 35px 100px;
  border-top: 1px solid #e3e3e3;
}
.course_page .lesson_block .lesson_test:after {
  content: "";
  clear: both;
  display: table;
}
.course_page .lesson_block .lesson_test .lesson_test_btn {
  float: right;
}
.course_page .lesson_block .lesson_test .lesson_test_btn .test_btn {
  border: none;
  color: #fff;
  text-align: center;
  width: 200px;
  height: 46px;
  transition: 200ms;
  font-weight: 700;
  font-size: 16px;
  line-height: 46px;
  background: #2A3149;
}
.course_page .lesson_block .lesson_test .lesson_test_btn .test_btn:first-child {
  margin-right: 18pxl;
}
.course_page .lesson_block .lesson_test .lesson_test_btn .test_btn:hover {
  background: #2484aa;
}
.course_page .lesson_block .lesson_test .lesson_test_btn .show_result {
  color: #2A3149;
  font-size: 14px;
  font-weight: 700;
  margin-left: 25px;
  text-decoration: underline;
}
.course_page .lesson_block .lesson_test .lesson_test_btn .show_result span {
  color: #575757;
}
.course_page .lesson_block .lesson_test .lesson_test_btn .show_result:hover {
  text-decoration: none;
}
.course_page .lesson_block .lesson_test .lesson_pops {
  background: #ececec;
  text-align: center;
}
.course_page .lesson_block .lesson_test .lesson_pops .lesson_pops_inn {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.course_page .lesson_block .lesson_test .lesson_pops .total_bals {
  color: #575757;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
}
.course_page .lesson_block .lesson_test .lesson_pops .les_status {
  color: #575757;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.course_page .lesson_block .lesson_test .lesson_pops p {
  color: #575757;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
}
.course_page .lesson_block .lesson_test .lesson_pops a.show_test {
  font-size: 18px;
  font-weight: 300;
  color: #2A3149;
  text-decoration: underline;
  margin-bottom: 25px;
  display: inline-block;
}
.course_page .lesson_block .lesson_test .lesson_pops a.show_test:hover {
  text-decoration: none;
}
.course_page .lesson_block .lesson_test .lesson_pops a.pass_test {
  color: #2A3149;
  font-size: 14px;
  font-weight: 700;
  width: 200px;
  height: 46px;
  line-height: 44px;
  border: 1px solid #2A3149;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: 200ms;
  margin-left: auto;
  margin-right: auto;
}
.course_page .lesson_block .lesson_test .lesson_pops a.pass_test:hover {
  color: #fff;
  background: #2A3149;
}
.course_page .lesson_block .lesson_feed {
  padding: 35px 100px;
  border-top: 1px solid #e3e3e3;
}
.course_page .lesson_block .lesson_feed p {
  margin-bottom: 20px;
  color: #575757;
  font-size: 16px;
  font-weight: 300;
}
.course_page .lesson_block .lesson_feed .lesson_feed_form .lff {
  float: left;
  width: 770px;
}
.course_page .lesson_block .lesson_feed .lesson_feed_form input.work {
  border-radius: 0;
  border: 1px solid #c6c6c6;
  width: 100%;
  height: 37px;
  padding-left: 10px;
  padding-right: 10px;
  color: #858686;
  font-size: 18px;
  font-weight: 300;
  background: #efefef;
  font-family: 'Roboto', sans-serif;
  line-height: 35px;
}
.course_page .lesson_block .lesson_feed .lesson_feed_form .btn_file {
  width: 170px;
  height: 37px;
  color: #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  float: right;
  border: none;
  background: #2A3149;
  transition: 200ms;
}
.course_page .lesson_block .lesson_feed .lesson_feed_form .btn_file:hover {
  background: #2484aa;
}
.course_page .lesson_block .lesson_feed .lesson_feed_form:after {
  content: "";
  clear: both;
  display: table;
}
.course_page .lesson_block .lesson_feed label {
  margin-bottom: 0;
  font-weight: 700;
  color: #858686;
  font-size: 14px;
  margin-left: 11px;
}
.course_page .lesson_block .lesson_info {
  padding: 35px 100px;
  border-top: 1px solid #e3e3e3;
}
.course_page .lesson_block .lesson_info p {
  margin-bottom: 20px;
  color: #575757;
  font-size: 16px;
  font-weight: 300;
}
.course_page .lesson_block .lesson_block_inner {
  display: none;
}
.course_page .slider_questions {
  margin-bottom: 10px;
}
.course_page .slider_questions .sq_block .sq_name {
  color: #575757;
  font-size: 16px;
  font-weight: 700;
}
.course_page .slider_questions .sq_block .sq_text {
  padding-top: 15px;
  padding-bottom: 15px;
}
.course_page .slider_questions .sq_block .sq_text label {
  position: relative;
  padding-left: 20px;
  color: #575757;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}
.course_page .slider_questions .sq_block .sq_text label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.course_page .slider_questions .sq_block .sq_text label input + span:after {
  content: "";
  border: 1px solid #5e5e5e;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -20px;
  top: 4px;
}
.course_page .slider_questions .sq_block .sq_text label input:checked + span:before {
  content: "";
  background: #2A3149;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -17px;
  top: 7px;
}
.course_page .slider_questions .sq_block .sq_text label span {
  position: relative;
}
.course_page .slider_questions .sq_block .sq_text .sq_video {
  width: 370px;
  height: 207px;
  float: left;
}
.course_page .slider_questions .sq_block .sq_text .sq_image {
  width: 370px;
  float: left;
}
.course_page .slider_questions .sq_block .sq_text .sq_image img {
  width: 100%;
}
.course_page .slider_questions .sq_block .sq_text.sq_vid .sq_text_inn {
  margin-left: 400px;
}
.course_page .slider_questions .sq_block .sq_text.sq_img .sq_text_inn {
  margin-left: 400px;
}
.course_page .slider_questions .sq_block .sq_text:after {
  content: "";
  clear: both;
  display: table;
}
.course_page .slider_dot {
  margin-top: 10px;
  width: 440px;
  float: left;
  padding-left: 40px;
  padding-right: 40px;
}
.course_page .slider_dot .sd_block {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #efefef;
  border: 2px solid #a2a2a2;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  text-align: center;
  color: #575757;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
}
.course_page .slider_dot .sd_block.sel {
  background: #c8c8c8;
  border: 2px solid #c8c8c8;
}
.course_page .slider_dot .sd_block.error {
  border: 2px solid #c40000;
  background: #c40000;
  color: #fff;
}
.course_page .slider_dot .sd_block.slick-current {
  border: 2px solid #2A3149;
}
.course_page .slider_dot .slick-next {
  right: 0;
  z-index: 10;
  width: 18px;
  height: 34px;
}
.course_page .slider_dot .slick-next.slick-disabled {
  opacity: 0.3;
}
.course_page .slider_dot .slick-next:before {
  content: "";
  opacity: 1;
  background: #6b6b6b;
  position: absolute;
  height: 2px;
  width: 22px;
  top: 8px;
  left: 1px;
  display: block;
  transform: rotate(45deg);
}
.course_page .slider_dot .slick-next:after {
  content: "";
  opacity: 1;
  background: #6b6b6b;
  position: absolute;
  height: 2px;
  width: 22px;
  bottom: 8px;
  left: 1px;
  display: block;
  transform: rotate(-45deg);
}
.course_page .slider_dot .slick-prev {
  left: 0;
  z-index: 10;
  width: 18px;
  height: 34px;
}
.course_page .slider_dot .slick-prev.slick-disabled {
  opacity: 0.3;
}
.course_page .slider_dot .slick-prev:before {
  content: "";
  opacity: 1;
  background: #6b6b6b;
  position: absolute;
  height: 2px;
  width: 22px;
  top: 8px;
  right: 1px;
  display: block;
  transform: rotate(-45deg);
}
.course_page .slider_dot .slick-prev:after {
  content: "";
  opacity: 1;
  background: #6b6b6b;
  position: absolute;
  height: 2px;
  width: 22px;
  bottom: 8px;
  right: 1px;
  display: block;
  transform: rotate(45deg);
}

/*---land_program---*/
.land_program {
  background: #fff;
  padding-top: 55px;
  padding-bottom: 35px;
}
.land_program .title {
  text-align: center;
}
.land_program .program_block {
  background: #efefef;
  margin-bottom: 25px;
}
.land_program .program_block .prog_numb {
  color: #2A3149;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.land_program .program_block .prog_name {
  color: #2A3149;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}
.land_program .program_block .prog_btn {
  position: relative;
  padding: 35px 100px;
  cursor: pointer;
}
.land_program .program_block .prog_btn:before {
  content: "";
  left: 40px;
  top: 55px;
  display: block;
  position: absolute;
  background: #c2c2c2;
  height: 1px;
  width: 20px;
  transform: rotate(45deg);
  transition: 300ms;
}
.land_program .program_block .prog_btn:after {
  content: "";
  left: 54px;
  top: 55px;
  display: block;
  position: absolute;
  background: #c2c2c2;
  height: 1px;
  width: 20px;
  transform: rotate(-45deg);
  transition: 300ms;
}
.land_program .program_block .prog_btn.active:before {
  transform: rotate(-45deg);
}
.land_program .program_block .prog_btn.active:after {
  transform: rotate(45deg);
}
.land_program .program_block .prog_text {
  padding: 35px 100px;
  border-top: 1px solid #e3e3e3;
  display: none;
}
.land_program .program_block .prog_text p {
  margin-bottom: 20px;
  color: #575757;
  font-size: 16px;
  font-weight: 300;
}
.land_program .program_block .prog_text p:last-child {
  margin-bottom: 0;
}

/*---land_price---*/
.land_price {
  padding-top: 55px;
  padding-bottom: 60px;
  background: #2A3149;
}
.land_price .lp_block {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #7dd2f3;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.land_price .lp_block .lp_name {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.1;
}
.land_price .lp_block a.zapis {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: #ff8400;
  display: block;
  border-radius: 5px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  width: 370px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px #ff8400;
  transition: 200ms;
}
.land_price .lp_block a.zapis:hover {
  background: #de7c12;
}
.land_price .lp_block .lp_price {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.land_price .lp_block .lp_text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.land_price .lp_block ul {
  margin: 30px auto 50px;
}
.land_price .lp_block ul li {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}

/*---land_teacher---*/
.land_teacher {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  background: #efefef;
  padding-top: 55px;
  padding-bottom: 30px;
}
.land_teacher .title {
  text-align: center;
}
.land_teacher .lt_block {
  background: #fff;
  margin-bottom: 30px;
}
.land_teacher .lt_block:after {
  content: "";
  clear: both;
  display: table;
}
.land_teacher .lt_block .lt_img {
  width: 370px;
  float: left;
}
.land_teacher .lt_block .lt_img img {
  width: 100%;
}
.land_teacher .lt_block .lt_text {
  margin-left: 370px;
  padding: 30px 70px 20px 30px;
}
.land_teacher .lt_block .lt_text .lt_name {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #4a4a4a;
}
.land_teacher .lt_block .lt_text .lt_dolj {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
}
.land_teacher .lt_block .lt_text p {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
}
.land_teacher .lt_block:hover {
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.2);
}

/*---land_road---*/
.land_road {
  padding-top: 55px;
  padding-bottom: 20px;
  background: #e2f2f8;
}
.land_road .title {
  text-align: center;
}
.land_road .lr_block {
  margin-bottom: 40px;
}
.land_road .lr_block .lr_img {
  width: 50%;
  float: left;
  position: relative;
}
.land_road .lr_block .lr_img img {
  width: 100%;
}
.land_road .lr_block .lr_img .lr_numb {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #0082c0;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  border: 1px solid #0585c1;
  background: #e2f2f8;
  right: -25px;
  top: -25px;
  position: absolute;
  z-index: 10;
}
.land_road .lr_block .lr_text {
  width: 50%;
  float: left;
  padding-top: 35px;
  padding-left: 15px;
  color: #575757;
  font-size: 16px;
  font-weight: 700;
}
.land_road .lr_block:after {
  content: "";
  display: table;
  clear: both;
}

/*---land_sertificate---*/
.land_sertificate {
  padding-top: 55px;
  background: #fff;
}
.land_sertificate .title {
  margin-bottom: 0;
  text-align: center;
}
.land_sertificate .pseudo_name {
  line-height: 1.2;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #575757;
  margin-bottom: 40px;
}
.land_sertificate .sert_img {
  max-width: 532px;
  margin-left: auto;
  margin-right: auto;
}
.land_sertificate .sert_img img {
  width: 100%;
}

/*---about---*/
.about_top {
  background: #2D344A;
  padding-top: 70px;
  padding-bottom: 80px;
}
.about_top .at_name {
  font-size: 48px;
  color: #fff;
  line-height: 1.1;
}

.about_text {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.about_text .at_inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.about_text .at_inner p {
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.5;
}

/*---thank_page---*/
.thank_page {
  padding-top: 150px;
  padding-bottom: 150px;
}
.thank_page .tp_text {
  text-align: center;
}
.thank_page .tp_text .tp_thank {
  font-size: 48px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 15px;
}
.thank_page .tp_text p {
  font-size: 26px;
  color: #fff;
  line-height: 1.1;
}
.thank_page .tp_text .link_teleport {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  width: 274px;
  height: 46px;
  line-height: 44px;
  margin-top: 70px;
  transition: 200ms;
}
.thank_page .tp_text .link_teleport:hover {
  color: #2A3149;
  background: #fff;
}

/*---footer---*/
.footer {
  transition: 300ms;
  left: 0;
  position: relative;
  background: #2D344A;
  min-width: 320px;
  padding-top: 70px;
  padding-bottom: 60px;
  height: 420px;
  margin-top: -310px;
}
.footer.active {
  left: 250px;
}
.footer .footer_left {
  float: left;
  width: 400px;
}
.footer .footer_left img.logo {
  margin-bottom: 32px;
}
.footer .footer_center {
  padding-top: 15px;
  width: 470px;
  float: left;
}
.footer .footer_right {
  padding-top: 15px;
  float: right;
  width: 170px;
  text-align: right;
}
.footer .footer_right p.mail {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 75px;
}
.footer .footer_right p.mail a {
  transition: 150ms;
  color: #fff;
}
.footer .footer_right p.mail a:hover {
  color: #bbbbbb;
}
.footer .footer_right .axelerator {
  float: right;
  width: 140px;
  text-align: center;
}
.footer .footer_right .axelerator p {
  font-size: 12px;
  color: #bbb;
  margin-bottom: 5px;
}
.footer .footer_bottom {
  clear: both;
  padding-top: 25px;
}
.footer .social {
  margin-bottom: 32px;
}
.footer .social li {
  display: inline-block;
  margin-right: 17px;
  vertical-align: top;
}
.footer .social li i {
  color: #a0a0a0;
  font-size: 20px;
  transition: 100ms;
}
.footer .social li i:hover {
  transform: scale(1.3);
  color: #fff;
}
.footer .copyright img.msa {
  float: left;
}
.footer .copyright .copy_text {
  margin-left: 110px;
}
.footer .copyright .copy_text p {
  margin-bottom: 0;
  color: #bbbbbb;
  font-size: 12px;
}
.footer .copyright:after {
  content: "";
  clear: both;
  display: table;
}
.footer ul.menu {
  margin-bottom: 20px;
}
.footer ul.menu li {
  float: left;
  margin-right: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.footer ul.menu li:last-child {
  margin-right: 0;
}
.footer ul.menu li a {
  color: #fff;
  transition: 150ms;
  text-decoration: none;
}
.footer ul.menu li a:hover {
  color: #bbbbbb;
}
.footer ul.menu:after {
  content: "";
  display: table;
  clear: both;
}
.footer ul.pseudo_menu {
  margin-bottom: 0;
}
.footer ul.pseudo_menu li {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer ul.pseudo_menu li:last-child {
  margin-bottom: 0;
}
.footer ul.pseudo_menu li a {
  transition: 150ms;
  color: #bbbbbb;
  text-decoration: none;
}
.footer ul.pseudo_menu li a:hover {
  color: #fff;
}
.btn-more-wrap{
  text-align: center;
  padding-top: 35px;
}
.btn-more, .btn-show{
  display: inline-block;
  color: #2A3149;
  font-size: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding: 20px 40px;
  /*width: 172px;*/
  /*height: 46px;*/
  /*padding: 20px;*/
  border: 1px solid #2A3149;
  transition: 300ms;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  transition: .3s;
  margin: 0 10px;
}
.btn-more:hover, .btn-show:hover{
  color: #fff;
  background: #2A3149;
  text-decoration: none;
  transition: .3s;
}
.go-course{
  display: inline-block;
  color: #2A3149;
  font-size: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding: 20px 40px;
  /*width: 172px;*/
  /*height: 46px;*/
  /*padding: 20px;*/
  border: 1px solid #2A3149;
  background-color: #2A3149;
  transition: 300ms;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  color: #fff;
  margin: 0 10px;
  transition: .3s;
}
.go-course:hover{
  background-color: transparent;
  text-decoration: none;
  color: #2A3149;
  transition: .3s;
}
.land_program{
  padding-bottom: 0;
}
.land_sertificate{
  padding-top: 35px;
}
.land_road{
  margin-top: 60px;
}
.land_sertificate .sert_img{
  max-width: 712px;
  margin-bottom: 40px;
}
.header_lang{
  position: relative;
  float: left;
  padding-top: 50px;
  font-weight: 700;
  font-size: 16px;
  padding-left: 100px;
}
.header_lang__item{
  color: #979797;
  transition: 150ms;
}
.header_lang__item:hover{
  color: #2A3149;
  text-decoration: none;
  transition: 150ms;
}
.header_lang__item--active{
  color: #595C99;
}
.lang-modal{
  padding: 50px 50px;
}
.lang-modal p{
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.lang-modal_btn{
  width: 100%;
  /*height: 48px;*/
  color: #fff;
  background: #2A3149;
  transition: 200ms;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 15px;
}
#en-modal button.close:before{
  display: none !important;
}
#en-modal button.close:after{
  display: none !important;
}
.error-container{
  position: relative;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 60px;
  background-image: url('../img/bg.jpg');
  background-size: cover;
  background-position: center center;
}
.error-block{
  position: relative;
  margin: 0 auto;
  width: 340px;
  max-width: 100%;
  height: 480px;
  background-image: url('../img/404.png');
  background-size: cover;
  padding-top: 140px;
}
.error-block .title{
  color: #fff;
  font-size: 106px;
  line-height: 106px;
  margin-bottom: 0;
}
.error-block .text{
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 60px;
}
.custom-btn{
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #2A3149;
  background-color: #fff;
  padding: 19px 28px 18px 28px;
  text-decoration: none;
}
.custom-btn:hover{
  text-decoration: none;
  color: #2A3149;
}
.custom-btn:focus, .custom-btn:visited{
  text-decoration: none;
  color: #2A3149;
}
.thx-container{
  background: #2A3149;
  padding-top: 195px;
  padding-bottom: 230px;
  text-align: center;
}
.thx-block{
  padding: 0 15px;
  color: #fff;
}
.thx-block .title{
  font-size: 48px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
}
.thx-block .text{
  font-weight: 700;
  font-size: 26px;
}
.thx-btn{
  display: inline-block;
  margin-top: 60px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  padding: 17px 24px 18px 24px;
  text-decoration: none;
}
.thx-btn:hover, .thx-btn:visited, .thx-btn:focus{
  color: #fff;
  text-decoration: none;
}





@media screen and (max-width: 1200px){
	.header_lang{
		padding-left: 20px;
	}
}
@media screen and (max-width: 992px){
	.header_lang{
		padding-left: 100px;
		padding-top: 40px;
	}
}
@media screen and (max-width: 676px){
  .go-course{
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px){
  .modal-content form{
    padding: 0 !important;
  }
}
@media screen and (max-width: 550px){
  .header_lang{
    padding-top: 43px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 400px){
  .btn-more, .btn-show, .go-course{
    width: 100%;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
  }
  .go-course{
    margin-top: 20px;
  }
}
body, html, .wrapper, .wrapper_inn{
  -webkit-overflow-scrolling: touch;
}



/*.modal-open .modal {
  background: rgba(0,0,0,0.6);
}*/

/********************************************** NEW STYLE BY 07.06.2018*********************/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700,800,900&subset=cyrillic,cyrillic-ext,latin-ext');

.last_news_section{
  padding-top: 10px;
  padding-bottom: 80px;
}
.last_news_section .lns_inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.last_news_section .lns_column{
  width: 389px;
  height: 452px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.last_news_section .lns_column img.lns_bg{
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 110%;
  max-height: 110%;
}
.lns_column .lns_big{
  height: 452px;
}
.lns_column .lns_small{
  height: 225px;
}
.lns_column .lns_block{
  position: relative;
  overflow: hidden;

}
.lns_column .lns_block a{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lns_column .lns_block a:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-image: url(lns_bg.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
}

.lns_column .lns_block a:hover:before{
  background: rgba(57,157,196,0.5);
}
.lns_column .lns_block .lns_date{
  right: 0;
  top: 18px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
  position: absolute;
  z-index: 3;
  font-family: 'Fira Sans', sans-serif;
}
.lns_column .lns_block a:hover .lns_date{
  background: none;
}
.lns_column .lns_small .lns_text{
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  position: absolute;
  z-index: 4;
  left: 30px;
  right: 30px;
  bottom: 25px;
}
.lns_column .lns_small .lns_text .lns_name{
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.lns_column .lns_small .lns_text .lns_read{
  font-size: 10px;
  color: #fff;
  font-weight: 500;
  display: none;
}
.lns_column .lns_small a:hover .lns_text .lns_read{
  display: block;
}
.lns_column .lns_small .lns_text .lns_read span{
  position: relative;
}
.lns_column .lns_small .lns_text .lns_read span:after{
  content: "";
  display: block;
  background: url(lns_arr.png) center no-repeat;
  width: 30px;
  height: 12px;
  position: absolute;
  top: 1px;
  right: -37px;
}

.lns_column .lns_big .lns_text{
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  position: absolute;
  z-index: 4;
  left: 30px;
  right: 70px;
  bottom: 25px;
}
.lns_column .lns_big .lns_text .lns_name{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -50px;
}
.lns_column .lns_big .lns_text .lns_desc{
  font-size: 12px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
  min-height: 93px;
}
.lns_column .lns_big .lns_text .lns_read{
  font-size: 10px;
  color: #fff;
  font-weight: 500;
}
.lns_column .lns_big .lns_text .lns_read span{
  position: relative;
}
.lns_column .lns_big .lns_text .lns_read span:after{
  content: "";
  display: block;
  background: url(lns_arr.png) center no-repeat;
  width: 30px;
  height: 12px;
  position: absolute;
  top: 1px;
  right: -37px;
}

.last_news_section .title{
  margin-bottom: 0;
}
.last_news_section .lns_header{
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.last_news_section .lns_more{
  border: 1px solid #2A3149;
  width: 170px;
  display: block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #2A3149;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.last_news_section .lns_more:hover{
  background: #2A3149;
  color: #fff;
}

.header .header_menu{
  margin-left: 60px;
}
.header_lang{
  padding-left: 0;
  padding-top: 0;
  float: none;
  margin-bottom: 6px;
}
.header .header_account{
  padding-top: 14px;
}
#left_menu .header_lang{
  font-size: 20px;
  margin-bottom: 15px;
}
.client_name{
  margin-bottom: 0;
}
.news_top {
  background: #2D344A;
  padding-top: 70px;
  padding-bottom: 80px;
}
.news_top .ns_name{
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 100;
}

.news_section{
  padding-top: 60px;
  padding-bottom: 60px;
}

.news_section .news_sec_btns{
  text-align: center;
  padding-top: 10px;
}
.news_section .news_sec_btns .btn_more{
  width: 170px;
  height: 46px;
  background: none;
  border: 1px solid #2A3149;
  color: #2A3149;
  transition: 150ms;
  font-weight: 700;
  font-size: 14px;
}
.news_section .news_col:nth-child(3n+1){
  clear: both;
}
.news_section .news_sec_btns .btn_more:hover{
  background: #2A3149;
  color: #fff;
}
.news_section .news_block{
  margin-bottom: 40px;
  text-align: center;
}
.news_section .news_block .news_img{
  margin-bottom: 8px;
}
.news_section .news_block .news_img img{
  width: 100%;
}
.news_section .news_info{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.news_section .news_info .news_eye{
  padding-left: 20px;
  position: relative;
  color: #3eb9fe;
  font-size: 12px;
  font-weight: 300;
}
.news_section .news_info .news_eye:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(n_eye.png) center no-repeat;
  width: 16px;
  height: 10px;
}
.news_section .news_info .news_date{
  padding-left: 20px;
  position: relative;
  color: #3eb9fe;
  font-size: 12px;
  font-weight: 300;
}
.news_section .news_info .news_date:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  background: url(n_date.png) center no-repeat;
  width: 13px;
  height: 14px;
}
.news_section .news_text{
  color: #3f3f3f;
  padding-top: 7px;
  font-size: 16px;
}
.news_section .news_text a{
  color: #3f3f3f;
  text-decoration: none;
  transition: 100ms;
}
.news_section .news_text a:hover{
  color: #3eb9fe;
}


.partners_first{
  background: url(partners_bg.jpg) center top no-repeat;
  background-size: cover;
}

.partners_first .pf_inner{
  height: 620px;
  position: relative;
}
.partners_first .pf_inner .partners_girl{
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.partners_first .pf_text{
  max-width: 570px;
  padding-top: 200px;
}
.partners_first .pf_text .pf_title{
  color: #e4f7ff;
  font-size: 58px;
  font-weight: 700;
  line-height: 0.9;
}
.partners_first .pf_text .pf_pseudo{
  color: #e4f7ff;
  font-size: 48px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 30px;
}
.partners_first .pf_text p{
  margin-bottom: 0;
  color: #e4f7ff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
}


.partners_link{
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
}
.partners_link .partners_container{
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.partners_link .partner_title{
  font-size: 42px;
  font-weight: 400;
  color: #2A3149;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  margin-bottom: 40px;
}
.partners_link .partner_title span{
  font-weight: 700;
  display: block;
}
.partners_link .partners_name{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #4a4a4a;
  line-height: 1.1;
}
.partners_link .partners_linded{
  background: #f7f7f7;
  padding: 17px 20px;
  margin-bottom: 35px;
}
.partners_link .linked_block{
  position: relative;
}
.partners_link .linked_block .linked_inp{
  width: 100%;
  min-height: 50px;
  padding-left: 22px;
  padding-right: 150px;
  border: 1px solid #c6c6c6;
  color: #858686;
  font-size: 18px;
  font-weight: 300;
  background: #f7f7f7;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.partners_link .linked_block .linked_copy{
  height: 44px;
  width: 146px;
  border: none;
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #2A3149;
  cursor: pointer;
  padding: 0 0 0 40px;
  text-align: left;
  background: none;
}
.partners_link .linked_block .linked_copy:before{
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  background: #c6c6c6;
  left: -1px;
  top: 10px;
}
.partners_link .linked_block .linked_copy.active{
  background: url(bl.jpg);
  transition: 2000ms;
}
.partners_link .linked_block .linked_copy.active:before{
  display: none;
}
.partners_link .linked_block .linked_copy.active.ovh{
  opacity: 0.4;
}
.partners_link .linked_block .linked_copy .pass{
  display: block;
  position: relative;
}
.partners_link .linked_block .linked_copy .pass:before{
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 16px;
  left: -26px;
  top: 1px;
  background: url(ico_copy.png) center no-repeat;
}
.partners_link .linked_block .linked_copy.active .pass{
  display: none;
}
.partners_link .linked_block .linked_copy .act{
  display: none;
}
.partners_link .linked_block .linked_copy.active .act{
  display: block;
  position: relative;
}
.partners_link .linked_block .linked_copy.active .act:before{
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 14px;
  left: -26px;
  top: 2px;
  background: url(ico_copy_fin.png) center no-repeat;
}
.partners_link .part_text{
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.5;
}
.partners_was{
  background: #2D344A;
  padding-top: 55px;
  padding-bottom: 60px;
  text-align: center;
}
.partners_was .pw_text{
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.ban_section{
  margin-bottom: 60px;
}
.ban_section img{
  width: 100%;
}
.ban_section .bn_tablet{
  display: none;
}
.ban_section .bn_mobile{
  display: none;
}
.course_page{
  padding-top: 0;
}
.lk_menu{
  margin-bottom: 60px;
}

.reviews_section{
  margin-bottom: 60px;
}
.reviews_section .review_done{
  background: #f2f2f2;
  margin-bottom: 5px;
}
.reviews_section .review_done .review_header{
  border-bottom: 1px solid #dddddd;
  padding: 50px 100px 30px;
}
.reviews_section .review_done .review_body{
  padding: 35px 100px 70px;
}
.reviews_section .review_done .review_name{
  margin-bottom: 20px;
  color: #686868;
  font-size: 18px;
  font-weight: 700;
}
.reviews_section .review_done .review_text{
  color: #858686;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 50px;
}
.reviews_section .change_btn{
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  width: 240px;
  height: 46px;
  background: #2A3149;
  line-height: 46px;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: 150ms;
}
.reviews_section .change_btn:hover{
  opacity: 0.9;
}
.reviews_section .review_done .review_count{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.reviews_section .review_done .review_count .rc_numb{
  width: 46px;
}
.reviews_section .review_done .review_count .rc_numb .asses{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #2A3149;
  position: relative;
}
.reviews_section .review_done .review_count .rc_text{
  padding-left: 30px;
  color: #686868;
  font-size: 16px;
}

.reviews_section .review_feedback{
  background: #f2f2f2;
  margin-bottom: 5px;
}

.reviews_section .review_feedback .review_header{
  border-bottom: 1px solid #dddddd;
  padding: 50px 100px 30px;
}
.reviews_section .review_feedback .review_body{
  padding: 35px 100px 70px;
}
.reviews_section .review_feedback .review_name{
  margin-bottom: 20px;
  color: #686868;
  font-size: 18px;
  font-weight: 700;
}
.reviews_section .review_feedback .textarea{
  border: 1px solid #c6c6c6;
  display: block;
  resize: none;
  height: 235px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #858686;
  font-weight: 300;
  background: #f2f2f2;
  margin-bottom: 5px;
}
.reviews_section .review_feedback .review_textarea{
  margin-bottom: 20px;
}
.reviews_section .review_feedback .textarea_info{
  text-align: right;
}
.reviews_section .review_feedback .review_header{
  border-bottom: 1px solid #dddddd;
  padding: 50px 100px 30px;
}
.reviews_section .review_feedback .review_count{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.reviews_section .review_feedback .review_count .rev_ass{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  min-width: 310px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.reviews_section .review_feedback .review_count .ass{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #2A3149;
  transition: 150ms;
  text-align: center;
  line-height: 44px;
  color: #2A3149;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.reviews_section .review_feedback .review_count .ass:before{
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #2A3149;
  right: -14px;
  top: 50%;
  position: absolute;
}
.reviews_section .review_feedback .review_count .ass:last-child:before{
  display: none;
}
.reviews_section .review_feedback .review_count .ass.active,
.reviews_section .review_feedback .review_count .ass:hover{
  background: #2A3149;
  color: #fff;
}
.reviews_section .review_feedback .review_count .rev_text{
  font-size: 16px;
  color: #686868;
  font-weight: 400;
  padding-left: 30px;
}
.course_page .cp_title .title{
  margin-bottom: 15px;
  width: auto;
}
.course_page .cp_title .cp_title_info{
  float: left;
  width: 1000px;
}
.course_page .cp_title .title_version{
  color: #575757;
  font-size: 14px;
}
.course_page .cp_title{
  margin-bottom: 30px;
}



.header .header_account .client_name a.pers_name,
#left_menu .client .client_name a.pers_name{
	border: 1px solid #2D344A;
	margin-left: 37px;
	line-height: 1.1;
	padding: 3px 10px 5px 10px;
	text-align: left;
	height: 38px;
}
.header .header_account .client_name a.pers_name .pers_name_text,
#left_menu .client .client_name a.pers_name .pers_name_text{
	font-size: 10px;
	color: #2D344A;
	font-weight: 700;
}
.header .header_account .client_name a.pers_out,
#left_menu .client .client_name a.pers_out{
	text-align: center;
	padding-top: 6px;
	padding-left: 3px;
	border: 1px solid #2D344A;
	border-right: none;
	height: 38px;
	width: 37px;
}
.header .header_account .client_name,
#left_menu .client .client_name{
	max-width: 200px;
}

.course_page .cp_title .title {
  float: none;
}

.header .header_account .client_name a.pers_name .pers_name_name,
#left_menu .client .client_name a.pers_name .pers_name_name{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}




#productview.is_loaded{
  display: none !important;
  
}
.land_teacher.feedback-wrapper .lt_block .lt_text {
  margin-left: 50px;
}.land_teacher.feedback-wrapper .lt_block .lt_text span {
  font-size: 16px;
}
.land_teacher.feedback-wrapper{
  background-color: #fff;
}

.land_teacher.feedback-wrapper .lt_text {
  background: #fff;
   margin-bottom: 0px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 22px;
}

.land_teacher.feedback-wrapper .lt_block:hover {
  box-shadow: none;
}

.land_teacher.feedback-wrapper .lt_block .lt_text {
  padding: 0px 70px 20px 30px;
}
.land_teacher.feedback-wrapper .lt_block .lt_text .lt_name{
  font-size: 22px;
}