@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@font-face {
  font-family: 'BodoniItalic';
  src: url('../fonts/BodoniItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/BodoniItalic.woff') format('woff'), url('../fonts/BodoniItalic.ttf') format('truetype'), url('../fonts/BodoniItalic.svg#BodoniItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #f2f2f2;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}
/*HEADER*/
header {
  height: 115px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 3px 6px #e9e9e9;
  background: url('/assets/img/header-bg.png');
  background-repeat: no-repeat;
}
header .container .header {
  overflow: auto;
  position: relative;

  height: auto;
  width: 100%;
  background: unset;
  text-align: unset;
  z-index: 1;
  color: inherit;
}
header .container .header .brand {
  margin-top: 10px;
  display: inline-block;
  float: left;
      margin-bottom: 10px;
}
header .container .header .phone {
  display: inline-block;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  width: 165px;
  top: 30px;
}
header .container .header .phone a {
  font-weight: 700;
  font-size: 19px;
  text-decoration: none;
  display: block;
  color: #303841;
}
header .container .header .phone a span {
  color: #da6732;
}
header .container .header .phone a.modalcall {
  font-size: 13px;
  font-weight: 400;
  color: rgba(54, 54, 54, 0.77);
  text-decoration: underline;
  cursor: pointer;
}
header .container .header .phone a.modalcall:hover {
  color: #ff8e3a;
}
header .container .header .pull-right {
  margin-top: 53px;
}
header .container .header .pull-right li {
  background: #fff;
  border: 1px solid #c5c5c5;
  margin-left: 40px;
}
header .container .header .pull-right li a {
  color: #434d57;
  padding: 5px 15px;
}
header .container .header .pull-right li:hover {
  border: 1px solid #ff8e3a;
  background: #fff;
}
header .container .header .pull-right li:hover a {
  color: #ff8e3a;
  background: #fff;
}
header .container .header .social {
  height: 20px;
  position: absolute;
  right: 0;
  top: 6px;
}
header .container .header .social .search {
  float: left;
  border-right: 1px solid #c5c5c5;
  padding-right: 22px;
  margin-right: 12px;
  cursor: pointer;
}
header .container .header .social div {
  overflow: auto;
}
header .container .header .social div a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url('/assets/img/social.png');
  background-repeat: no-repeat;
}
header .container .header .social div a.vk:hover {
  background-position: 0 -25px;
}
header .container .header .social div a.ok {
  background-position: -60px 0px;
}
header .container .header .social div a.ok:hover {
  background-position: -60px -25px;
}
header .container .header .social div a.fb {
  background-position: -30px 0px;
}
header .container .header .social div a.fb:hover {
  background-position: -30px -25px;
}
header .container .header .social div a.tw {
  background-position: -90px 0px;
}
header .container .header .social div a.tw:hover {
  background-position: -90px -25px;
}
header .container .header .social div a.yt {
  background-position: -151px 0px;
}
header .container .header .social div a.yt:hover {
  background-position: -151px -25px;
}
header .container .header .social div a.lj {
  background-position: -121px 0px;
}
header .container .header .social div a.lj:hover {
  background-position: -121px -25px;
}
/*Menu*/
div.nav {
  background: #fff;
  margin-bottom: 8px;
  z-index: 99;
  box-shadow: 0;
  -webkit-transition: box-shadow 275ms,-webkit-transform 275ms;
  transition: box-shadow 275ms,transform 275ms;
  transform: translateZ(0);
}

div.nav.is_stuck {
	    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.58); z-index: 10;
}
div.nav .container .nav {
  height: 56px;
  margin: 0 -25px;
  width: auto;
}
div.nav .container .nav li {
  display: inline-block;
  width: auto;
}
div.nav .container .nav li a {
  color: #434d57;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 62px;
  display: block;
  padding: 0 8px;
}
div.nav .container .nav li a:hover {
  background: none;
}
/*Banner*/
.carousel .carousel-inner .item {
  position: relative;
}
.carousel .carousel-inner .item .carousel-caption {
  position: absolute;
  top: 80px;
  text-shadow: none;
  left: 0;
  right: 0;
}
.carousel .carousel-inner .item .carousel-caption p {
  font-family: 'BodoniItalic';
  text-transform: uppercase;
  font-size: 128px;
  line-height: 85px;
}
.carousel .carousel-inner .item .carousel-caption p span {
  font-size: 40px;
  color: #fddca7;
  display: block;
  padding-left: 20%;
}
.carousel .carousel-inner .item .carousel-caption .carousel-description {
  padding-right: 60px;
  padding-left: 43%;
  text-align: left;
}
.carousel .carousel-inner .item .carousel-caption .carousel-description p {
  font-size: 17px;
  color: #303841;
  line-height: 24px;
  font-family: 'PT Sans', sans-serif;
  text-transform: none;
}
.carousel .carousel-inner .item .carousel-caption .carousel-description a {
  color: #fff;
  font-size: 20px;
  width: 190px;
  height: 40px;
  line-height: 40px;
  background: #ff8e3a;
  text-decoration: none;
  display: block;
  text-align: center;
  float: right;
}
.section {
  /*отзывы*/
}
.section h3 {
  font-size: 26px;
  font-weight: bold;
  color: #303841;
  padding-top: 65px;
  padding-bottom: 60px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.section .chess {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.section .chess > div {
  padding: 0;
  display: flex;
  z-index: 2;
}
.section .chess > div:after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  height: auto;
  background: #fff;
  z-index: -1;
}
.section .chess > div:nth-child(1) .text {
  background-image: url('/assets/img/chess-1.png');
  background-repeat: no-repeat;
  background-position: right 10px;
}
.section .chess > div:nth-child(2) .text {
  background-image: url('/assets/img/chess-2.png');
  background-repeat: no-repeat;
  background-position: left 10px;
}
.section .chess > div:nth-child(3) .text {
  background-image: url('/assets/img/chess-3.png');
  background-repeat: no-repeat;
  background-position: left 10px;
}
.section .chess > div:nth-child(4) .text {
  background-image: url('/assets/img/chess-4.png');
  background-repeat: no-repeat;
  background-position: right 10px;
}
.section .chess > div:nth-child(5) .text {
  background-image: url('/assets/img/chess-5.png');
  background-repeat: no-repeat;
  background-position: right 10px;
}
.section .chess > div:nth-child(6) .text {
  background-image: url('/assets/img/chess-6.png');
  background-repeat: no-repeat;
  background-position: right 10px;
}
.section .chess > div > div {
  padding: 0;
  position: relative;
}
.section .chess > div > div:not(.text) {
  overflow: hidden;
}
.section .chess > div > div .hover-img {
  display: none;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 15px;
  width: auto;
  height: auto;
  background: rgba(50, 218, 200, 0.6);
}
.section .chess > div > div .hover-img img {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
}
.section .chess > div > div .hover-img a {
  color: #fff;
  font-size: 20px;
  width: 160px;
  text-align: center;
  height: 36px;
  border: 2px solid #fff;
  margin: auto;
  position: absolute;
  bottom: 15px;
  text-decoration: none;
  left: 0;
  right: 0;
}
.section .chess > div > div .hover-img a:hover {
  background: #fff;
  color: #32dac8;
}
.section .chess > div > div img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section .chess > div > div.text {
  padding: 20px 30px;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.section .chess > div > div.text:nth-child(2):before {
  content: "";
  position: absolute;
  z-index: 2;
  border: 40px solid transparent;
  border-right-color: #fff;
  border-left: 0;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
}
.section .chess > div > div.text:nth-child(1):before {
  content: "";
  position: absolute;
  z-index: 2;
  border: 40px solid transparent;
  border-left-color: #fff;
  border-right: 0;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
}
.section .chess > div > div.text p {
  font-size: 14px;
  color: #949494;
  margin-bottom: 0;
  line-height: 17px;
}
.section .chess > div > div.text p.title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #303841;
  line-height: 20px;
}
.section .chess > div > div.text p.title:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #32dac8;
  margin: auto;
  margin-top: 15px;
}
.section .chess > div:hover > div:first-child {
  position: static;
}
.section .chess > div:hover:after {
  background-color: #32dac8;
}
.section .chess > div:hover .text {
  background: none;
  background-color: #32dac8;
}
.section .chess > div:hover .text:nth-child(2):before {
  border-right-color: #32dac8;
}
.section .chess > div:hover .text:nth-child(1):before {
  border-left-color: #32dac8;
}
.section .chess > div:hover .text .title {
  color: #fff;
}
.section .chess > div:hover .text .title:after {
  background: #fff;
}
.section .chess > div:hover .text p {
  color: #fff;
}
.section .chess > div:hover > div .hover-img {
  display: block;
}
.section .chess > div.course_list_block > div:first-child {
  position: relative;
}
.section .chess > div.course_list_block > div .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(50, 218, 200, 0.6);
}
.section.three > div > div {
  text-align: center;
  background: #fff;
  position: relative;
  padding-bottom: 30px;
}
.section.three > div > div img {
  width: 100%;
}
.section.three > div > div p {
  font-size: 14px;
  color: #949494;
  margin-bottom: 0;
  line-height: 17px;
  padding: 0px 30px;
}
.section.three > div > div p.title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #303841;
  line-height: 20px;
  padding-top: 20px;
}
.section.three > div > div p.title:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #32dac8;
  margin: auto;
  margin-top: 15px;
}
.section.three > div > div .course-hover {
  display: none;
}
.section.three > div > div:hover {
  background-color: #ff8e3a;
}
.section.three > div > div:hover > div {
  background: none !important;
}
.section.three > div > div:hover > div p {
  opacity: 0;
}
.section.three > div > div:hover > div.course-hover {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background: none !important;
  background-color: rgba(255, 142, 58, 0.7) !important;
  opacity: 1;
}
.section.three > div > div:hover > div.course-hover img {
  display: block;
  text-align: center;
  height: auto;
  margin: 30px auto;
  width: auto;
}
.section.three > div > div:hover > div.course-hover p {
  opacity: 1;
  color: #fff;
}
.section.three > div > div:hover > div.course-hover p.title:after {
  background: #fff;
}
.section.three > div > div:hover > div.course-hover a {
  color: #fff;
  font-size: 20px;
  width: 160px;
  text-align: center;
  height: 36px;
  border: 2px solid #fff;
  margin: auto;
  position: absolute;
  bottom: 15px;
  text-decoration: none;
  left: 0;
  right: 0;
}
.section.three > div > div:hover > div.course-hover a:hover {
  background: #fff;
  color: #32dac8;
}
.section.three > div:nth-child(2) > div > div {
  background: url('/assets/img/course-1.png');
  background-repeat: no-repeat;
  background-position: left 10px;
}
.section.three > div:nth-child(3) > div > div {
  background: url('/assets/img/course-2.png');
  background-repeat: no-repeat;
  background-position: right 10px;
}
.section.three > div:nth-child(4) > div > div {
  background: url('/assets/img/course-3.png');
  background-repeat: no-repeat;
  background-position: right 10px;
}
.section.content .box {
  background: #fff;
  padding: 67px;
}
.section.content .box p {
  font-size: 15px;
  color: #7a7a7a;
  line-height: 23px;
  margin-bottom: 30px;
}
.section.content .box p:last-child {
  margin-bottom: 0;
}
.section.content .box h5 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 15px;
  color: #7a7a7a;
  font-weight: 700;
}
.section.content .box h5:before {
  content: "";
  display: inline-block;
  background: #32dac8;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 36px;
}
.section.reviews .box {
  background: #fff;
  padding: 30px;
  clear: both;
}
.section.reviews .video > div .description {
  margin-top: 15px;
}
.section.reviews .video > div .description p {
  text-transform: uppercase;
  font-size: 20px;
  color: #363636;
  font-weight: 700;
  margin-bottom: 0;
}
.section.reviews .video > div .description p span {
  font-size: 14px;
  color: #949494;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  text-transform: none;
}
.section.reviews .video .col-md-8 {
  height: 415px;
}
.section.reviews .video .col-md-4 > div {
  height: 190px;
  margin-bottom: 30px;
}
.section.reviews .other {
  margin-top: 70px;
}
.section.reviews .other > div {
  overflow: auto;
  margin-top: 28px;
}
.section.reviews .other > div img {
  float: left;
  margin-right: 22px;
}
.section.reviews .other > div .name {
  font-size: 20px;
  font-weight: 700;
  color: #363636;
  margin-top: 5px;
  margin-bottom: 10px;
}
.section.reviews .other > div .name span {
  margin-left: 15px;
  font-size: 14px;
  color: #949494;
  font-weight: 400;
}
.section.reviews .other > div .text {
  font-size: 15px;
  color: #7a7a7a;
}
.section.reviews .other > div.buttons {
  text-align: center;
}
.section.reviews .other > div.buttons a {
  color: #fff;
  font-size: 20px;
  background: #32dac8;
  padding: 7px 22px;
  margin: 0 19px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.section.reviews .other > div.buttons a:hover {
  background: #ff8e3a;
}
/*специалисты*/
.team .list {
  background: #fff;
  padding: 30px 0;
}
.team .list .container .row {
  position: relative;
}
.team .list .container .row .col-md-10 {
  margin: auto;
  float: none;
  position: static;
  width: 975px;
}
.team .list .container .row .col-md-10 .slick-arrow {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  border: 0;
  text-indent: -999px;
  overflow: hidden;
}
.team .list .container .row .col-md-10 .slick-arrow.slick-prev {
  left: -10%;
  background: url('/assets/img/prev.png');
}
.team .list .container .row .col-md-10 .slick-arrow.slick-next {
  right: -10%;
  background: url('/assets/img/next.png');
}
.team .list .container .row .col-md-10 .row {
  width: 900px;
}
.team .list .container .row .col-md-10 .row .col-md-2 {
  text-align: center;
  padding: 0;
  margin: 0 10px;
  outline: none;
}
.team .list .container .row .col-md-10 .row .col-md-2 a {
  outline: none;
}
.team .list .container .row .col-md-10 .row .col-md-2 a img {
  border: 3px solid #fff;
  border-radius: 100%;
  width: 100%;
  outline: none;
}
.team .list .container .row .col-md-10 .row .col-md-2 a span {
  font-size: 20px;
  color: #303841;
  display: block;
  padding-top: 20px;
  min-height: 60px;
  line-height: 24px;
}
.team .list .container .row .col-md-10 .row .col-md-2 a:hover img {
  border: 3px solid #ff8e3a;
}
.team .list .container .row .col-md-10 .row .col-md-2 div {
  color: #949494;
  font-size: 15px;
}
.team .list .container .row .col-md-10 .row .col-md-2 div:before {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #32dac8;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
/*patterns*/
.courses h3 {
  background: url('/assets/img/pattern-1.png') no-repeat;
  background-position: 20% center;
}
.courses.three {
  background: url('/assets/img/pattern-2.png') no-repeat;
  background-position: 68% -20px;
}
.courses.three h3 {
  padding-top: 85px;
  background: none;
}
.reviews {
  background: url('/assets/img/pattern-3.png') no-repeat;
  background-position: 20% 10px;
}
.reviews h3 {
  padding-top: 85px;
}
.team > .container {
  background: url('/assets/img/pattern-4.png') no-repeat;
  background-position: 85% -60px;
}
.team > .container h3 {
  padding-top: 85px;
}
.map {
	position:relative;
  overflow: hidden;
}
.map h3 {
  padding-top: 55px;
  padding-bottom: 40px;
}
.pattern_map {
	    background: url(/assets/img/pattern-5.png) no-repeat;
    background-position: 12% -10px;
}
.map_selector { cursor:pointer; width:33.3%; float:left; text-align: center; font-size:20px; color:#949494; }
.map_selector.active { color:#ff8637; border-bottom: solid 5px #ff8637; }

.content h3 {
  padding-top: 85px;
  background: url('/assets/img/pattern-6.png') no-repeat;
  background-position: 88% center;
}
article .filter.search {
  margin-top: 45px;
  margin-bottom: 0px;
}
article .filter.search .btn-group input {
  border: 0;
  width: 100%;
  height: 54px;
  box-sizing: border-box;
  color: #303841;
  font-size: 18px;
  padding-left: 20px;
  outline: none;
  font-family: 'PT Sans', sans-serif;
}
.schedule.section.content h1 {
  font-size: 26px;
  font-weight: bold;
  color: #303841;
  padding-top: 5px;
  padding-bottom: 40px;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
.schedule.section.content .box {
  padding: 15px;
  margin-bottom: 20px;
}
.schedule.section.content .box p {
  font-size: 18px;
  color: #303841;
}
.schedule.section.content > div > p {
  font-size: 18px;
  color: #303841;
}
.schedule.section.content .save_sch {
  margin: 40px 0;
  text-align: center;
}
.schedule.section.content .save_sch a {
  font-size: 18px;
  color: #32dac8;
  margin: 0 48px;
  text-decoration: none;
  border-bottom: 1px solid #32dac8;
  position: relative;
}
.schedule.section.content .save_sch a:hover {
  color: #ff8e3a;
  border-bottom: 1px solid #ff8e3a;
}
.schedule.section.content .save_sch a:first-child:before {
  content: "";
  display: block;
  position: absolute;
  background: url('/sb/img/print-icon.png') no-repeat;
  width: 23px;
  height: 21px;
  left: -40px;
  top: 3px;
}
.schedule.section.content .save_sch a:last-child:before {
  content: "";
  display: block;
  position: absolute;
  background: url('/sb/img/save-pdf-icon.png') no-repeat;
  width: 16px;
  height: 21px;
  left: -35px;
  top: 3px;
}
.schedules.section.content .all-programs {
  background: #fff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.schedules.section.content .all-programs .table {
  width: calc(100% - 160px);
  float: left;
  margin: 0;
  max-width: none;
}
.schedules.section.content .all-programs .table .header {
  background: #e3e3e3;
  height: 46px;
  font-size: 18px;
  color: #303841;
  display: table;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.schedules.section.content .all-programs .table .header div {
  display: table-cell;
  height: 46px;
  vertical-align: middle;
  width: 13.2%;
}

.schedules.section.content .all-programs .table .line {
  display: table;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-top: 0;
}
.schedules.section.content .all-programs .table .line div {
  display: table-cell;
  width: 13.2%;
  box-sizing: border-box;
  padding: 8px;
  position: relative;
  border-right: 1px solid #e3e3e3;
}
/*
.schedules.section.content .all-programs .table .line div:first-child {
  color: #303841;
  font-size: 15px;
  width: 7%;
  vertical-align: middle;
  text-align: center;
}
*/
.schedules.section.content .all-programs .table .line div:last-child {
  border-right: 0;
}
.schedules.section.content .all-programs .table .line div p,
.schedules.section.content .all-programs .table .line div p a {
  font-size: 15px;
  color: #303841;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}
.schedules.section.content .all-programs .table .line div p b {display: block;color: #7a7a7a;font-weight: 400;}
.schedules.section.content .all-programs .table .line div p.metro {
  font-weight: 400;
  color: #7a7a7a;
}
.schedules.section.content .all-programs .table .line div p.metro span {
  font-size: 15px;
  color: #7a7a7a;
  width: 16px;
  height: 13px;
  line-height: 13px;
  margin-right: 5px;
  background-image: url('/sb/img/metro.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  display: inline-block;
  position: relative;
  top: 1px;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.schedules.section.content .all-programs .table .line div .more {
  position: absolute;
  bottom: 2px;
  right: 3px;
  cursor: pointer;
}
.schedules.section.content .all-programs .table .line div .popup {
  display: none;
  position: absolute;
  border-radius: 3px;
  border: 1px solid #32dac8;
  width: 156px;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  z-index: 2;
  margin-top: 6px;
  right: -156px;
  box-shadow: 0px 0px 8px 2px #d6d6d6;
}
.schedules.section.content .all-programs .table .line div.selected {
  background: #f8e1d6;
}
.schedules.section.content .all-programs .table .line div.open .popup {
  display: block;
}
.schedules.section.content .all-programs .table .line:last-child .popup {
  bottom: 0;
}
.schedules.section.content .all-programs .programs {
  float: right;
  margin-right: -10px;
}
.schedules.section.content .all-programs .programs a {
  width: 164px;
  min-height: 34px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  background: #32dac8;
  text-decoration: none;
  margin-bottom: 5px;
  padding: 8px 0px;
}
.schedules.section.content .all-programs .programs a:last-child {
  margin: 0;
}
.schedules.section.content .all-programs .programs a.active,
.schedules.section.content .all-programs .programs a:hover {
  background: #da6732;
}

.schedules.section.content h1 {
  font-size: 26px;
  font-weight: bold;
  color: #303841;
  padding-top: 5px;
  padding-bottom: 40px;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
.schedules.section.content .box {
  padding: 15px;
  margin-bottom: 20px;
}
.schedules.section.content .box p {
  font-size: 18px;
  color: #303841;
}
.schedules.section.content > div > p {
  font-size: 18px;
  color: #303841;
}
.schedules.section.content .save_sch {
  margin: 40px 0;
  text-align: center;
}
.schedules.section.content .save_sch a {
  font-size: 18px;
  color: #32dac8;
  margin: 0 48px;
  text-decoration: none;
  border-bottom: 1px solid #32dac8;
  position: relative;
}
.schedules.section.content .save_sch a:hover {
  color: #ff8e3a;
  border-bottom: 1px solid #ff8e3a;
}
.schedules.section.content .save_sch a:first-child:before {
  content: "";
  display: block;
  position: absolute;
  background: url('/sb/img/print-icon.png') no-repeat;
  width: 23px;
  height: 21px;
  left: -40px;
  top: 3px;
}
.schedules.section.content .save_sch a:last-child:before {
  content: "";
  display: block;
  position: absolute;
  background: url('/sb/img/save-pdf-icon.png') no-repeat;
  width: 16px;
  height: 21px;
  left: -35px;
  top: 3px;
}
.schedules.section.content .all-programs {
  background: #fff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.schedules.section.content .all-programs .table {
  width: calc(100% - 160px);
  float: left;
  margin: 0;
  max-width: none;
}
.schedules.section.content .all-programs .table .header {
  background: #e3e3e3;
  height: 46px;
  font-size: 18px;
  color: #303841;
  display: table;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  z-index: 2;
}
.schedules.section.content .all-programs .table .header div {
  display: table-cell;
  height: 46px;
  vertical-align: middle;
  width: 13.5%;
}
.schedules.section.content .all-programs .table .line {
  display: table;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-top: 0;
}
.schedules.section.content .all-programs .table .line .center {
  display: table-cell;
  width: 13.5%;
  box-sizing: border-box;
  padding: 8px;
  position: relative;
  border-right: 1px solid #e3e3e3;
}
.schedules.section.content .all-programs .table .line .center p {
	font-size: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.schedules.section.content .all-programs .table .line .day {
  display: table-cell;
  width: 13.5%;
  box-sizing: border-box;
  padding: 0px;
  position: relative;
  border-right: 1px solid #e3e3e3;
}

.schedules.section.content .all-programs .table .line .day .schedule_program {
	width: 100%;
    display: block;
    border: 0;
}
/*
.schedules.section.content .all-programs .table .line .day:first-child {
  color: #303841;
  font-size: 15px;
  width: 5.5%;
  vertical-align: middle;
  text-align: center;
}*/
.schedules.section.content .all-programs .table .line .day:last-child {
  border-right: 0;
}
.schedules.section.content .all-programs .table .line .schedule_program {
	padding:8px;
}
.schedules.section.content .all-programs .table .line .schedule_program p {
  font-size: 13px;
  color: #303841;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 5px;
}
.schedules.section.content .all-programs .table .line div p.metro {
  font-weight: 400;
  color: #7a7a7a;
}
.schedules.section.content .all-programs .table .line div p.metro span {
  font-size: 15px;
  color: #7a7a7a;
  width: 16px;
  height: 13px;
  line-height: 13px;
  margin-right: 5px;
  background-image: url('/sb/img/metro.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  display: inline-block;
  position: relative;
  top: 1px;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.schedules.section.content .all-programs .table .line div .more {
  position: absolute;
  bottom: 2px;
  right: 3px;
  cursor: pointer;
}
.schedules.section.content .all-programs .table .line div .popup {
  display: none;
  position: absolute;
  border-radius: 3px;
  border: 1px solid #32dac8;
  width: 156px;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  z-index: 2;
  margin-top: 6px;
  right: -156px;
  box-shadow: 0px 0px 8px 2px #d6d6d6;
}
.schedules.section.content .all-programs .table .line div.selected {
  background: #f8e1d6;
}
.schedules.section.content .all-programs .table .line div.open .popup {
  display: block;
}
.schedules.section.content .all-programs .table .line:last-child .popup {
  bottom: 0;
}
.schedules.section.content .all-programs .programs {
  float: right;
  margin-right: -10px;
}
.schedules.section.content .all-programs .programs a {
  width: 164px;
  min-height: 34px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  background: #32dac8;
  text-decoration: none;
  margin-bottom: 5px;
  padding: 8px 0px;
}
.schedules.section.content .all-programs .programs a:last-child {
  margin: 0;
}
.schedules.section.content .all-programs .programs a.active,
.schedules.section.content .all-programs .programs a:hover {
  background: #da6732;
}

/*footer*/
footer {
  margin-top: 85px;
}
footer .footer-menu {
  background: #fff;
}
footer .footer-menu .footer-info {
  border-bottom: 1px solid #d9dbdb;
  border-top: 1px solid #d9dbdb;
}
footer .footer-menu .footer-info .container {
  padding: 20px 0;
}
footer .footer-menu .footer-info .container a {
  color: #434d57;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  font-size: 22px;
}
footer .footer-menu .footer-info .container a:last-child {
  float: right;
}
footer .footer-menu .footer-info .container a.email {
  background: url('/assets/img/footer-email-icon.png') no-repeat;
  padding-left: 55px;
  background-position: 0 center;
}
footer .footer-menu .footer-info .container a.phone {
  background: url('/assets/img/footer-phone-icon.png') no-repeat;
  padding-left: 26px;
  background-position: 0 center;
}
footer .footer-menu .footer-nav {
  padding: 20px 0;
}
footer .footer-menu .footer-nav ul {
  padding: 0;
  list-style-type: none;
}
footer .footer-menu .footer-nav ul li {
  font-size: 12px;
  font-weight: 700;
  color: #5d5d5d;
}
footer .footer-menu .footer-nav ul li:first-child {
  margin-bottom: 20px;
}
footer .footer-menu .footer-nav ul li a {
  font-weight: 400;
  line-height: 18px;
  color: #797979;
}
footer .copyright {
  padding-top: 10px;
  padding-bottom: 25px;
}
footer .copyright p {
  font-size: 12px;
  font-weight: 700;
  color: #434d57;
  float: left;
}
footer .copyright p:last-child {
  float: right;
}
.select-course {
  background: #fff;
  padding: 40px;
  margin-top: 15px;
  overflow: auto;
}
.select-course .title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  text-transform: uppercase;
  color: #303841;
}
.select-course .group > div p {
  font-size: 15px;
  color: #7a7a7a;
  line-height: 23px;
  margin: 0;
}
.select-course .group > div a {
  font-size: 18px;
  color: #35cfbe;
  text-decoration: underline;
}
.select-course .group > div ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline-block;
}
.select-course .group > div ul li label {
  font-size: 18px;
  color: #7a7a7a;
  font-weight: 400;
  cursor: pointer;
}
.select-course .group > div ul li label span {
  color: #df8760;
}
.select-course .group > div ul li input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  margin-right: 25px;
  width: 14px;
  height: 14px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  border-radius: 100%;
}
.select-course .group > div ul li input[type="radio"]:checked + label::before {
  background: #32dac8;
  border: 1px solid #32dac8;
  box-shadow: inset 0px 0px 0px 3px #fff;
}
.select-course .group > div.description {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.select-course .group > div:last-child {
  text-align: right;
}
.select-course.total h4 {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 12px;
}
.select-course.total .list div {
  text-align: right;
  padding: 20px 0;
}
.select-course.total .list div p {
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #303841;
}
.select-course.total .list div p span {
  margin-left: 85px;
  color: #df8760;
}
.select-course.total .list:after,
.select-course.total .list:before {
  content: "";
  display: block;
  with: auto;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  left: 15px;
  right: 15px;
}
.select-course.total .form form p {
  color: #7a7a7a;
  font-size: 15px;
  margin: 25px 0;
}
.select-course.total .form form div {
  display: flex;
  justify-content: space-between;
  margin-right: -40px;
  flex-wrap: wrap;
}
.select-course.total .form form input:not(.submit) {
  font-size: 18px;
  color: #303841;
  color: rgba(48, 56, 65, 0.5);
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  outline: none;
  width: 33.3%;
}
.select-course.total .form form .submit {
  height: 54px;
  width: 180px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #32dac8;
  text-decoration: none;
  border: 0;
}
.select-course.total .form form .submit:hover {
  background: #ff8e3a;
}
.select-course.total .group .description {
  border: 0;
  padding-bottom: 0;
}
.select-course.total .group .description p {
  font-size: 20px;
  color: #303841;
  font-weight: 700;
}
.select-course.total .group div ul li label::before {
  content: "";
  display: inline-block;
  margin-right: 25px;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 100%;
  background: #32dac8;
  border: 1px solid #32dac8;
  box-shadow: inset 0px 0px 0px 3px #fff;
}
.course-filter {
  margin-top: 15px;
}
.course-filter .filter {
  margin-bottom: 0;
}
.course-filter .filter > div:first-child {
  border-bottom: 2px solid #f2f2f2;
}
.course-filter .select-item {
  padding: 25px;
}
.course-filter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.course-filter ul li label {
  font-size: 18px;
  color: #303841;
  font-weight: 400;
  cursor: pointer;
}
.course-filter ul li label span {
  color: #df8760;
}
.course-filter ul li input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 12px;
  height: 12px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
}
.course-filter ul li input[type="checkbox"]:checked + label::before {
  content: "\2611";
  border: 0;
  color: #32dac8;
  line-height: 12px;
  font-size: 17px;
  position: relative;
  left: -1px;
}
article .section .join.in-course,
.select-course.total {
  margin-top: 15px;
}
article .section .join.in-course .table th,
.select-course.total .table th {
  text-align: left !important;
  padding: 8px 0;
}
article .section .join.in-course .table td,
.select-course.total .table td {
  width: auto;
  text-align: left;
  font-size: 15px;
  color: #7a7a7a;
  line-height: 23px;
  vertical-align: top;
}
article .section .join.in-course .table td .price,
.select-course.total .table td .price {
  margin-top: 0;
  margin-bottom: 15px;
  color: #df8760;
}
article .section .join.in-course .table td .remove,
.select-course.total .table td .remove {
  color: #e3e3e3;
}
article .section .join.in-course .table td:last-child,
.select-course.total .table td:last-child {
  text-align: right;
}
article .section .join.in-course .table td .btn-group,
.select-course.total .table td .btn-group {
  background: none;
  padding: 0;
}
article .section .join.in-course .table td .btn-group button,
.select-course.total .table td .btn-group button {
  background: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #e3e3e3;
  color: #7a7a7a;
}
article .section .join.in-course .table td .btn-group button .caret,
.select-course.total .table td .btn-group button .caret {
  border: 0;
  width: 15px;
  height: 13px;
  background-image: url('/assets/img/filter-caret.png');
  background-repeat: no-repeat;
  float: right;
  margin-top: 5px;
  margin-left: 20px;
}
article .section .join.in-course .table td .btn-group ul,
.select-course.total .table td .btn-group ul {
  min-width: 70px;
}
article .section .join.in-course .table td .btn-group ul li,
.select-course.total .table td .btn-group ul li {
  color: #7a7a7a;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
article .section .join.in-course .table td .btn-group ul li:hover,
.select-course.total .table td .btn-group ul li:hover {
  background: #ff8e3a;
  color: #fff;
}
article .section .join.in-course .table td:nth-child(4),
.select-course.total .table td:nth-child(4) {
  text-align: center;
}
.select-course.total table tr:first-child td {
  border: 0;
}

#form_review_add {
	background: #fff;
	padding: 40px 30px;
	margin-top: 20px;
}
#form_review_add .bx-authform {

}

#form_review_add .bx-authform .bx-title {
	font-size: 20px;
	line-height: normal;
	padding-bottom: 10px;
	color: #df8760;
	font-weight: 400;
	text-transform: none;
}

#form_review_add h1,
#form_review_add h2,
#form_review_add h3,
#form_review_add h4 {
	background: none;
	padding-top: 0;
}

#form_review_add .bx-authform {
	max-width: none;
}

#form_review_add .photos .formgroup {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

#form_review_add .more_photo {
	color: #32dac8;
	font-weight: 700;
	display: inline-block;
	font-size: 15px;
}

#form_review_add .bx-authform-social {}

#form_review_add .bx-authform-social ul {
	overflow: hidden;
	margin: 20px -1%;
}

#form_review_add .bx-authform-social ul li {
	float: left;
	width: 31%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #32dac8;
	height: auto;
	margin: 0 1%;
}

#form_review_add .bx-authform-social ul li a {
	display: block;
	text-decoration: none;
	color: #000;
    padding-left: 45px;
    line-height: 16px;
    width: 100%;
    background: none;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
}

#form_review_add .bx-authform-social ul li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 35px;
	height: 35px;
	background-image: url(/bitrix/components/bitrix/socserv.auth.form/templates/flat/images/sprite.png);
    background-repeat: no-repeat;
	/*background-position: -704px 0;*/
}

.bx-authform-social ul li .bx-authform-social-icon.dropbox:before {background-position:-44px 0}
.bx-authform-social ul li .bx-authform-social-icon.bitrix24:before {background-position:-88px 0}
.bx-authform-social ul li .bx-authform-social-icon.yandex:before {background-position:-132px 0}
.bx-authform-social ul li .bx-authform-social-icon.openid:before {background-position:-176px 0}
.bx-authform-social ul li .bx-authform-social-icon.odnoklassniki:before {background-position:-220px 0}
.bx-authform-social ul li .bx-authform-social-icon.google:before {background-position:-264px 0}
.bx-authform-social ul li .bx-authform-social-icon.mymailru:before {background-position:-308px 0}
.bx-authform-social ul li .bx-authform-social-icon.livejournal:before {background-position:-352px 0}
.bx-authform-social ul li .bx-authform-social-icon.openid-mail-ru:before {background-position:-440px 0}
.bx-authform-social ul li .bx-authform-social-icon.liveid:before {background-position:-484px 0}
.bx-authform-social ul li .bx-authform-social-icon.liveinternet:before {background-position:-528px 0}
.bx-authform-social ul li .bx-authform-social-icon.blogger:before {background-position:-572px 0}
.bx-authform-social ul li .bx-authform-social-icon.vkontakte:before {background-position:-616px 0}
.bx-authform-social ul li .bx-authform-social-icon.twitter:before {background-position:-660px 0}
.bx-authform-social ul li .bx-authform-social-icon.facebook:before {background-position:-704px 0}
.bx-authform-social ul li .bx-authform-social-icon.google-plus:before {background-position:-748px 0}
.bx-authform-social ul li .bx-authform-social-icon.office365:before {background-position:-792px 0}



#form_review_add .user_fullname {
	font-size: 20px;
	font-weight: 400;
	color: #df8760;
	margin-bottom: 40px;
}

#form_review_add .formgroup {
	clear: both;
    width: 100%;
    margin-bottom: 20px;
}

#form_review_add .formgroup label {
	width: 50%;
	float: left;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
    color: #7d7d7d;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#form_review_add .formgroup .col-lg-6 {
	padding: 0;
}

#form_review_add .formgroup input[type=file] {
	padding: 15px;
	width: 50%;
}

#form_review_add .formgroup .stars {
	width: 50%;
	float: right;
	margin: 15px 0;
}

#form_review_add .formgroup .stars  span {
	width: 52px;
	height: 50px;
	background: url('/assets/img/star.png');
	background-repeat: no-repeat;
	margin: 0 5px;
	display: inline-block;
	cursor:pointer;
}

#form_review_add .formgroup .stars  span.current,
#form_review_add .formgroup .stars  span:hover {
	background: url('/assets/img/star_hover.png');
	background-repeat: no-repeat;
}



#form_review_add .btn-group.open button {
  color: #303841 !important;
  background: none !important;
  box-shadow: none !important;
}
#form_review_add .btn-group button {
  border: 0;
  width: 100%;
  border-radius: 0;
  background: none;
  text-align: left;
  height: 54px;
  font-size: 15px;
  color: #303841;
}
#form_review_add .btn-group button .caret {
  border: 0;
  width: 15px;
  height: 13px;
  background-image: url('/assets/img/filter-caret.png');
  background-repeat: no-repeat;
  float: right;
  margin-top: 8px;
}
#form_review_add.btn-group button:active {
  color: #303841 !important;
  background: none !important;
  box-shadow: none !important;
}
#form_review_add .btn-group button:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 8px;
  background: #e3e3e3;
}

#form_review_add .btn-group .dropdown_selector p {width: 100%;}
#form_review_add .btn-group .dropdown-menu {
  left: 15px;
  width: auto;
  right: 15px;
  border-radius: 0;
  border: 0;
  margin: 0;
}
#form_review_add .btn-group .dropdown-menu li a {
  color: #303841;
  font-size: 18px;
}

#form_review_add textarea {
	height: 160px;
	resize: none;
	width: 100%;
	margin-top: 10px;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	padding: 10px;
}

#form_review_add_button {
	height: 54px;
    width: 180px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #32dac8;
    text-decoration: none;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 50px;
}

#form_review_add_button:hover {background: #ff8e3a;}

.review_from_user {
	margin-bottom: 20px;
	overflow: hidden;
}

.review_from_user .user_name {
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
}

.review_from_user .user_name a {
	color: inherit;
}

.review_from_user img {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	margin-right: 30px;
}

.review_from_user .user_text {
	float: right;
	width: calc(100% - 130px);
}

.review_from_user .user_text p {

}

.review_from_user .user_text a {
	display: inline-block;
	float: right;
	margin-top: 10px;
	color: #32dac8;
}

.review_from_user .user_text  .stars {
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.review_from_user .user_text  .stars p {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0;
}

.review_from_user .user_text  .stars  span {
	width: 22px;
	height: 20px;
	background: url('/assets/img/star.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 1px;
	display: inline-block;
}

.review_from_user .user_text  .stars  span.current {
	background: url('/assets/img/star_hover.png');
	background-repeat: no-repeat;
	background-size: contain;
}
/*small screen pc*/
@media screen and (min-width: 960px) and (max-width: 1199px) 
{
  article .section .join div table tr td:nth-child(3) {
    padding: 20px 10px;
  }

  body article .section .join div table tr td a,
  body article .section .join div table tr th {
  	font-size: 15px;
  }

  html {
    overflow-x: hidden;
  }
  .container {
    width: 910px;
  }
  div.nav .container .nav {
    margin: 0 -17px;
  }
  div.nav .container .nav li a {
    padding: 0 4px;
    font-size: 11px;
  }
  .map {
    height: 500px;
    /*background: gray;*/
  }
  .section.reviews .other {
    padding-top: 40px;
    margin-top: 0;
  }
  .carousel .carousel-inner .item .carousel-caption {
    top: 30px;
  }
  .carousel .carousel-inner .item .carousel-caption p {
    font-size: 98px;
    line-height: 58px;
  }
  .carousel .carousel-inner .item .carousel-caption p span {
    font-size: 30px;
  }
  .carousel .carousel-inner .item .carousel-caption .carousel-description p {
    font-size: 14px;
    line-height: 18px;
  }
  .carousel .carousel-inner .item .carousel-caption .carousel-description a {
    font-size: 15px;
    width: 160px;
    height: 30px;
    line-height: 30px;
  }
  .section .chess > div > div img {
    height: 100%;
    width: auto;
    /* left: -50%; */
  }
  article .section .chess > div > div > img {
    left: 0;
  }
  .section .chess > div > div {
    overflow: hidden;
  }
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    width: 100%;
  }
  header .container .header .brand {
    width: 210px;
  }
  header .container .header .brand img {
    width: 100%;
  }
  header .container .header .phone {
    top: 20px;
    left: 280px;
    right: Auto;
  }
  .team .list .container .row .col-md-10 .slick-arrow.slick-prev {
    left: -5%;
  }
  .team .list .container .row .col-md-10 .slick-arrow.slick-next {
    right: -5%;
  }
  .team .list .container .row .col-md-10 {
    width: 910px;
  }
  .section .chess > div > div .hover-img img {
    width: auto;
  }
  body article .section .chess > div > div .hover-img a {
    bottom: 30px;
  }
  body article .filter .btn-group button,
  body article .filter .btn-group .dropdown-menu .dropdown-ul li a {
    font-size: 14px;
  }
  article .section .info h3 {
    background-position: 95% center;
  }
  .select-course.total .form form input:not(.submit) {
    width: 48%;
  }
  .select-course.total .form form div {
    margin-right: 0;
  }
  .select-course.total .form form .submit {
    margin-top: 25px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  article .section .join.in-course .table td,
  .select-course.total .table td,
  article .section .join.in-course .table th,
  .select-course.total .table th {
    padding: 20px 8px;
  }
  article .section .join.in-course .table td .btn-group button,
  .select-course.total .table td .btn-group button {
    padding: 0;
  }
  .schedules.section.content .all-programs .table {
    width: calc(100% - 120px);
  }
  .schedules.section.content .all-programs .programs a {
    width: 120px;
    font-size: 14px;
  }
  .schedules.section.content .all-programs .table .line div p {
    font-size: 13px;
  }

	#form_review_add .photos .formgroup {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
/*sandwitch*/
@media screen and (min-width: 960px) {
  .navbar-toggle {
    display: none;
  }
  .nav__link {
    display: none;   
  }
}
@media screen and (max-width: 959px) {
  .navbar-toggle {
    display: block;
    border: 1px solid #c5c5c5;
  }
  .nav__link {
    display: inline-block;
    background-image: url('/assets/img/icons/wa_ico.svg');
    background-repeat: no-repeat;
    background-size: 34px 34px;
    width: 34px;
    height: 34px;
    margin-top: 8px;
    margin-left: 15px;
  }
  .navbar-toggle .icon-bar {
    background: #c5c5c5;
  }
  .navbar-toggle .sr-only {
    width: auto;
    height: auto;
    color: #c5c5c5;
    font-size: 16px;
    clip: auto;
    overflow: visible;
    left: -55px;
    top: 6px;
    font-weight: 700;
  }
  .navbar-toggle.active{
    background-color: #32dac8;
    border-color: #32dac8;
  }
  .navbar-toggle.active .icon-bar{
    background-color: #32dac8;
  }
  .navbar-toggle.active:after{
    position: absolute;
    top: 0;
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e113";
    padding: 6px 13px;
    left: 0;
    color: #fff;
    font-weight: 100;
    font-size: 18px;
  }
  div.nav .container .nav {
    clear: both;
  }
  div.nav .container .nav {
    height: auto;
    margin: 0;
  }
  div.nav .container .nav li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  div.nav .container .nav li a {
    padding: 0;
    line-height: 50px;
  }
  div.nav .container .navbar-collapse.collapse {
    display: none!important;
  }
  div.nav .container .navbar-collapse.collapse.in {
    display: block !important;
  }
  .schedules.section.content .all-programs .table,
  .schedules.section.content .all-programs .programs {
    float: none;
    width: 100%;
  }
  .schedules.section.content .all-programs .programs {
    order: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .schedules.section.content .all-programs .programs a {
    width: auto;
    padding: 8px 15px;
    float: left;
    margin-right: 5px;
    font-size: 14px;
  }
  .schedules.section.content .all-programs .table {
    order: 2;
  }
}
/*INNER PAGE*/
article {
  padding-top: 10px;
}
article .breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 30px;
  overflow: auto;
}
article .breadcrumbs li {
  float: left;
  color: #949494;
  font-size: 14px;
}
article .breadcrumbs li:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
article .breadcrumbs li:last-child:after {
  display: none;
}
article .breadcrumbs li a {
  color: #949494;
  text-decoration: none;
}
article .section h3 {
  text-align: left;
  padding-bottom: 40px;
}
article .section .info h1 {
  margin-bottom: 40px;
  margin-top: 0;
}
article .section .info h3 {
  padding: 45px 0;
  background-size: 140px;
  background-position: 75% center;
}
article .section .info .filter {
  margin-bottom: 6px;
}
article .section .info .help {
  font-size: 16px;
  color: #7a7a7a;
  padding-left: 36px;
  margin: 20px 0;
}
article .section.courses h3,
article .section.specialist-page h3 {
  background: none;
  padding-top: 0;
}
article .section .chess > div {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: block;
}
article .section .chess > div > div:not(.text) {
  overflow: visible;
}
article .section .chess > div > div:nth-child(2):before,
article .section .chess > div > div:nth-child(1):before {
  display: none;
}
article .section .chess > div > div > img {
  position: relative;
  width: 100%;
}
article .section .chess > div > div .hover-img img {
  max-height: 50px;
}
article .section .chess > div > div .hover-img a {
  position: absolute;
  bottom: 30px;
  z-index: 1;
}
article .section .chess > div:hover .text {
  padding-bottom: 85px;
}
article .section .chess > div:hover .text .title {
  margin-top: -65px;
}
article .section .box.contacts-page {
  padding: 40px 30px;
}
article .section .box.about {
  padding: 30px;
}
article .section .box .certificate h5,
article .section .box .reviews h5,
article .section .box .photo h5,
article .section .box .about h5,
article .section .box .contacts h5 {
  font-size: 20px;
  text-transform: uppercase;
  color: #303841;
  width:100%;
}
article .section .box .certificate h5:before,
article .section .box .reviews h5:before,
article .section .box .photo h5:before,
article .section .box .about h5:before,
article .section .box .contacts h5:before {
  display: none;
}
article .section .box .contacts {
  margin-top: 35px;
}
article .section .box .contacts > div > div p {
  font-size: 15px;
  color: #7d7d7d;
  margin: 0;
  line-height: 23px;
}
article .section .box .contacts > div > div p:first-child {
  font-size: 18px;
  color: #303841;
  margin-bottom: 12px;
}
article .section .box .certificate div {
  margin-bottom: 20px;
}
article .section .box .certificate div a {
  display: block;
  position: relative;
}
article .section .box .certificate div a:hover:before {
  content: "";
  display: block;
  background-color: rgba(50, 218, 200, 0.6);
  background-image: url('/assets/img/fullsize.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article .section .box .certificate div a img {
  width: 100%;
}
article .section .box .profile {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
article .section .box .profile > div {
  margin-bottom: 30px;
}
article .section .box .profile .avatar img {
  display: block;
}
article .section .box .profile .avatar a {
  margin-top: 32px;
  display: block;
  width: 184px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #32dac8;
  text-decoration: none;
}

article .section .box .profile .avatar a.non-b {
  margin-top: initial;
  display: initial;
  width: initial;
  height: initial;
  line-height: initial;
  background: initial;
}

article .section .box .profile .avatar a:hover {
  background: #ff8e3a;
}
article .section .box .profile .data h2,
article .section .box .profile .data .name {
  font-size: 20px;
  color: #303841;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

article .section .box .profile .data h2 a {
  font-size: 20px;
  color: #303841;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

article .section .box .profile .data h2 a:hover {
  color: #303841;
  text-decoration: underline;
}

article .section .box .profile .data .group {
  margin-bottom: 25px;
}
article .section .box .profile .data .group p {
  font-size: 15px;
  color: #7d7d7d;
  margin: 0;
}
article .section .box .profile .data .group .specialization {
  font-size: 18px;
  color: #303841;
  margin-bottom: 10px;
}
article .section .box .photo {
  margin-bottom: 50px;
}
article .section .box .photo .row {
  display: flex;
  flex-wrap: wrap;
}
article .section .box .photo > div div {
  margin-bottom: 14px;
}
article .section .box .photo > div div a {
  display: block;
  position: relative;
}
article .section .box .photo > div div a:hover:before {
  content: "";
  display: block;
  background-color: rgba(50, 218, 200, 0.6);
  background-image: url('/assets/img/fullsize.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article .section .box .photo > div div img {
  width: 100%;
}
article .section .box .reviews {
  margin-bottom: 75px;
}
article .section .box .reviews > div {
 /* height: 410px; */
	margin-bottom: 50px;
}
article .section .join {
  margin-top: 50px;
}
article .section .join > p {
  font-size: 20px;
  color: #df8760;
  text-transform: uppercase;
  margin-bottom: 25px;
}
article .section .join div {
  background: #fff;
  padding: 35px 35px 15px 35px;
}
article .section .join div table {
  margin-bottom: 0;
}
article .section .join div table tr:last-child th,
article .section .join div table tr:last-child td {
  border: 0;
}
article .section .join div table tr th {
  font-size: 18px;
  color: #303841;
  font-weight: 400;
  vertical-align: middle;
  border-bottom: 1px solid #e3e3e3;
}
article .section .join div table tr th:nth-child(2),
article .section .join div table tr th:nth-child(3) {
  text-align: center;
}
article .section .join div table tr td {
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  font-size: 15px;
  color: #7a7a7a;
  padding: 20px 0;
  vertical-align: middle;
}
article .section .join div table tr td a {
  font-size: 18px;
  color: #35cfbe;
}
article .section .join.address {
  margin-top: 15px;
  margin-bottom: 0;
}
article .section.news-list .box,
article .section.articles-list .box {
  padding: 40px;
  margin-top: 40px;
}
article .section.news-list h1,
article .section.articles-list h1 {
  font-size: 26px;
  font-weight: bold;
  color: #303841;
  margin: 0;
  text-transform: uppercase;
}
article .section.news-list .news-thumb,
article .section.articles-list .news-thumb {
  overflow: visible;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
}
article .section.news-list .news-thumb:after,
article .section.articles-list .news-thumb:after {
  content: "";
  display: block;
  width: auto;
  position: absolute;
  bottom: 0;
  margin: 0;
  left: -20px;
  right: -20px;
  height: 1px;
  background: #ebebeb;
}
article .section.news-list .news-thumb:last-child,
article .section.articles-list .news-thumb:last-child {
  padding: 0;
  margin: 0;
}
article .section.news-list .news-thumb:last-child:after,
article .section.articles-list .news-thumb:last-child:after {
  display: none;
}
article .section.news-list .news-thumb > a,
article .section.articles-list .news-thumb > a {
  float: left;
  margin-right: 70px;
}
article .section.news-list .news-thumb > a img,
article .section.articles-list .news-thumb > a img {
  border-radius: 100%;
}
article .section.news-list .news-thumb > div,
article .section.articles-list .news-thumb > div {
  float: left;
  width: 65%;
}
article .section.news-list .news-thumb a,
article .section.articles-list .news-thumb a {
  color: #303841;
  font-size: 20px;
  text-decoration: none;
}
article .section.news-list .news-thumb a.more,
article .section.articles-list .news-thumb a.more {
  font-size: 15px;
  color: #32dac8;
  display: inline-block;
  margin-top: 20px;
}
article .section.news-list .news-thumb a.more:hover,
article .section.articles-list .news-thumb a.more:hover {
  text-decoration: underline;
}
article .section.news-list .news-thumb p,
article .section.articles-list .news-thumb p {
  font-size: 15px;
  color: #7d7d7d;
  margin-top: 0;
  margin-bottom: 15px;
}
article .section.news-list .news-thumb p:last-child,
article .section.articles-list .news-thumb p:last-child {
  margin: 0;
}
article .section.news-list .news-thumb p.date,
article .section.articles-list .news-thumb p.date {
  font-size: 14px;
}
article .section.news-list .pagination,
article .section.articles-list .pagination {
  background: #fff;
  margin-top: 30px;
  height: 52px;
  overflow: hidden;
  width: 100%;
}
article .section.news-list .pagination div,
article .section.articles-list .pagination div {
  display: flex;
  justify-content: center;
  line-height: 52px;
  overflow: auto;
}
article .section.news-list .pagination div p,
article .section.articles-list .pagination div p {
  font-size: 15px;
  color: #7d7d7d;
  margin-right: 35px;
  float: left;
  margin: 0;
}
article .section.news-list .pagination div ul,
article .section.articles-list .pagination div ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
article .section.news-list .pagination div ul li,
article .section.articles-list .pagination div ul li {
  float: left;
  font-size: 15px;
  color: #7d7d7d;
}
article .section.news-list .pagination div ul li.current,
article .section.articles-list .pagination div ul li.current {
  padding: 0 3px;
  margin: 0 2px;
}
article .section.news-list .pagination div ul li.next,
article .section.articles-list .pagination div ul li.next {
  margin-left: 22px;
}
article .section.news-list .pagination div ul li.next a,
article .section.articles-list .pagination div ul li.next a {
  text-decoration: underline;
}
article .section.news-list .pagination div ul li.last a,
article .section.articles-list .pagination div ul li.last a {
  text-decoration: underline;
}
article .section.news-list .pagination div ul li a,
article .section.articles-list .pagination div ul li a {
  text-decoration: none;
  padding: 0 3px;
  margin: 0 2px;
  font-size: 15px;
  color: #7d7d7d;
}
article .section.news-list .pagination div ul li a:hover,
article .section.articles-list .pagination div ul li a:hover {
  text-decoration: underline;
}
article .section.articles-list .news-thumb > a img {
  border-radius: 0;
}
article .article-image {
  width: 100%;
}
article .section.article-full h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: bold;
  color: #303841;
  text-transform: uppercase;
}
article .section.article-full .box {
  padding: 30px;
}
article .section.article-full .box h4 {
  margin-top: 0;
  font-size: 18px;
  color: #303841;
  margin-bottom: 20px;
  line-height: 22px;
}
article .section.article-full .box p {
  margin-bottom: 15px;
  margin-top: 0;
}
article .section.article-full .box h5 {
  line-height: 22px;
  font-size: 18px;
  color: #303841;
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: 400;
}
article .section.article-full .box h5:before {
  display: none;
}
article .section.article-full .box h6 {
  font-size: 15px;
  color: #303841;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 20px;
}
article .section.article-full .box ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
article .section.article-full .box ul li {
  color: #7d7d7d;
  font-size: 15px;
}
article .section.article-full .box ul li:before {
  content: "-";
  display: inline-block;
  margin-right: 8px;
}
article .section.article-full .box .profile {
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
  margin-top: 40px;
}
article .section.article-full .box .profile .name {
  margin-bottom: 10px;
}
article .section.article-full .box .profile .group {
  position: relative;
  overflow: visible;
  padding-top: 55px;
  padding-bottom: 50px;
}
article .section.article-full .box .profile .group:before {
  content: "";
  width: 67px;
  height: 55px;
  top: 0;
  position: absolute;
  left: 0;
  background: url('/assets/img/quotes-top.png');
  background-repeat: no-repeat;
}
article .section.article-full .box .profile .group:after {
  content: "";
  width: 67px;
  height: 52px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url('/assets/img/quotes-bottom.png');
  background-repeat: no-repeat;
}
article .section.article-full .box .share {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 40px;
}
article .section.article-full .box .share p {
  font-size: 18px;
  color: #303841;
  margin: 0 40px 0 0 ;
  float: left;
}
article .section.article-full .box .share div a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url('/assets/img/social.png');
  background-repeat: no-repeat;
}
article .section.article-full .box .share div a.vk:hover {
  background-position: 0 -25px;
}
article .section.article-full .box .share div a.ok {
  background-position: -60px 0px;
}
article .section.article-full .box .share div a.ok:hover {
  background-position: -60px -25px;
}
article .section.article-full .box .share div a.fb {
  background-position: -30px 0px;
}
article .section.article-full .box .share div a.fb:hover {
  background-position: -30px -25px;
}
article .section.article-full .box .share div a.facebook {
  background-position: -30px 0px;
}
article .section.article-full .box .share div a.facebook:hover {
  background-position: -30px -25px;
}
article .section.article-full .box .share div a.tw {
  background-position: -90px 0px;
}
article .section.article-full .box .share div a.tw:hover {
  background-position: -90px -25px;
}
article .section.article-full .box .share div a.twitter {
  background-position: -90px 0px;
}
article .section.article-full .box .share div a.twitter:hover {
  background-position: -90px -25px;
}
article .section.article-full .box .share div a.yt {
  background-position: -151px 0px;
}
article .section.article-full .box .share div a.yt:hover {
  background-position: -151px -25px;
}
article .section.article-full .box .share div a.lj {
  background-position: -121px 0px;
}
article .section.article-full .box .share div a.lj:hover {
  background-position: -121px -25px;
}
article .section.article-full .map h3 {
  padding-bottom: 20px;
  padding-top: 30px;
  background: none;
}
article .section.article-full .comments {
  margin-top: 45px;
}
article .filter {
  margin-bottom: 25px;
  overflow: visible;
  background: #fff;
  position: relative;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
article .filter .btn-group.open button {
  color: #303841 !important;
  background: none !important;
  box-shadow: none !important;
}
article .filter .btn-group button {
  border: 0;
  width: 100%;
  border-radius: 0;
  background: none;
  text-align: left;
  height: 54px;
  font-size: 18px;
  color: #303841;
}
article .filter .btn-group button .caret {
  border: 0;
  width: 15px;
  height: 13px;
  background-image: url('/assets/img/filter-caret.png');
  background-repeat: no-repeat;
  float: right;
  margin-top: 8px;
}
article .filter .btn-group button:active {
  color: #303841 !important;
  background: none !important;
  box-shadow: none !important;
}
article .filter .btn-group button:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 8px;
  background: #e3e3e3;
}
article .filter .btn-group .dropdown-menu {
  left: 15px;
  width: auto;
  right: 15px;
  border-radius: 0;
  border: 0;
  margin: 0;
}
article .filter .btn-group .dropdown-menu li a {
  color: #303841;
  font-size: 18px;
}
article .filter .find {
  padding: 0;
}
article .filter .find button {
  height: 54px;
  width: 100%;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #32dac8;
  text-decoration: none;
  border: 0;
}
article .filter .find button:hover {
  background: #ff8e3a;
}
aside {
  padding-top: 10px;
  overflow: auto;
}
aside .leftnav {
  border-radius: 3px;
  background-color: #ffffff;
  padding: 25px 17px 80px 17px;
  margin-bottom: 12px;
}
aside .leftnav p {
  display: inline-block;
  color: #df8760;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #ebebeb;
}
aside .leftnav ul {
  display: block;
  clear: both;
  list-style-type: none;
  padding-left: 10px;
  margin: 0;
}
aside .leftnav ul li a {
  display: inline-block;
  font-size: 15px;
  color: #7d7d7d;
  margin-bottom: 11px;
}
aside .leftnav ul li:last-child a {
  margin-bottom: 0;
}
aside .leftnav#gravid {
  background-image: url('/assets/img/gravid.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}
aside .leftnav#young_mothers {
  padding-bottom: 110px;
  background-image: url('/assets/img/young_mothers.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}
aside .leftnav#advice {
  padding-bottom: 240px;
  background-image: url('/assets/img/advice.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}
aside .leftnav#banner {
  padding: 0;
  background: none;
}
aside .leftnav#banner a img {
  width: 100%;
}

.commets_tabs ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: table;
    width: 100%;
    background: #fff;
}

.commets_tabs ul.tabs li {
			background: none;
			color: #303841;
			display: table-cell;
			padding: 10px 30px;
			cursor: pointer;
			font-weight: 600;
			font-size: 16px;
			border-right: 1px solid rgba(48, 56, 65, 0.43);
			max-width: 50%;
}

.commets_tabs ul.tabs li:last-child {
	border: 0;
}

.commets_tabs ul.tabs li.current {
	color: #df8760;
}

.commets_tabs .tabs_content {
	display: none;
	background: #fff;
	padding: 15px 30px;
}

.commets_tabs .tabs_content.current{
	display: inherit;
}

/*tablets*/
@media screen and (min-width: 768px) and (max-width: 959px) {
  html {
    overflow-x: hidden;
  }
  .container {
    width: 710px;
  }
  .courses.three .col-sm-4 {
    width: 50%;
    margin-bottom: 30px;
  }
  .section .chess > div {
    width: 100%;
  }
  article .section .chess > div {
    width: 50%;
  }
  article .section .chess > div > div {
    overflow: visible;
  }
  article .section .chess > div > div .hover-img a {
    bottom: 30px;
  }
  aside .leftnav {
    height: 310px;
  }
  header .container .header .pull-right {
    margin-top: 75px;
  }
  div.nav .container .nav {
    margin: 0 -14px;
  }
  div.nav .container .nav li a {
    padding: 0 14px;
    font-size: 12px;
  }
  .map {
    height: 500px;
    /*background: gray;*/
  }
  .section.reviews .other {
    padding-top: 40px;
    margin-top: 0;
  }
  .carousel .carousel-inner .item .carousel-caption {
    top: 10px;
  }
  .carousel .carousel-inner .item .carousel-caption p {
    font-size: 78px;
    line-height: 48px;
  }
  .carousel .carousel-inner .item .carousel-caption p span {
    font-size: 20px;
  }
  .carousel .carousel-inner .item .carousel-caption .carousel-description p {
    font-size: 13px;
    line-height: 17px;
  }
  .carousel .carousel-inner .item .carousel-caption .carousel-description a {
    font-size: 15px;
    width: 160px;
    height: 30px;
    line-height: 30px;
  }
  .section .chess > div > div img {
    /* height: auto; */
    width: 100%;
  }
  .section .chess > div > div {
    overflow: hidden;
  }
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    width: 100%;
  }
  header .container .header .brand {
    width: 210px;
  }
  header .container .header .brand img {
    width: 100%;
  }
  header .container .header .phone {
    top: 20px;
    left: 280px;
    right: Auto;
  }
  .team .list .container .row .col-md-10 {
    width: 710px;
  }
  .team .list .container .row .col-md-10 .slick-arrow.slick-prev {
    left: -5%;
  }
  .team .list .container .row .col-md-10 .slick-arrow.slick-next {
    right: -5%;
  }
  .section .chess > div > div .hover-img img {
    width: auto;
  }
  .section .chess > div > div .hover-img img {
    top: 15px;
  }
  article .section .info h3 {
    background-position: 95% center;
  }
  article .section .join.in-course .table td,
  .select-course.total .table td {
    padding: 20px 8px;
  }
}
/*mobile*/
@media screen and (max-width: 767px) {
  article .section .box .certificate .list div {display: none;}
  article .section .box .certificate .list div:first-child {display: block !important;}
  article .section .box .photo .row {padding: 0 15px;}
  article .section .box .photo > div div {
    display: none;
  }

  article .filter .btn-group button .caret {right: 0 !important;}
  .select2-container {width: 100% !important;}
  article .section .box .photo > div div:last-child {
    display: block;
  }
  body aside {
    padding: 0 !important;
    overflow: hidden;
  }
  div.nav,
  aside .leftnav {
    margin-bottom: 15px;
  }
  aside .leftnav {
    padding-bottom: 10px;
  }
  aside .leftnav > p:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    background-image: url('/assets/img/down-arrow.svg');
    background-repeat: no-repeat;
    width: 30px;
    height: 17px;
    background-size: 15px;
    position: relative;
    top: 5px;
    background-position: center;
  }
  aside .leftnav ul {
    display: none;
  }
  aside .leftnav.open {
    padding-bottom: 80px;
  }
  aside .leftnav.open > p:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  aside .leftnav.open ul {
    display: block;
  }
  aside .leftnav#young_mothers {
    padding-bottom: 10px;
  }
  aside .leftnav#young_mothers.open {
    padding-bottom: 110px;
  }
  article .section h3 {
    padding-bottom: 20px;
  }
  .team .list .container .row .col-md-10 {
    width: 220px;
  }
  .section.reviews .video iframe {
    min-height: 250px;
  }
  .section .chess > div > div .hover-img img {
    width: auto;
  }
  .section .chess > div:hover .text:nth-child(2):before,
  .section .chess > div:hover .text:nth-child(1):before {
    display: none;
  }
  .section .chess > div > div .hover-img a {
    width: 150px;
    bottom: 10px;
    height: 30px;
    font-size: 16px;
    line-height: 25px;
  }
  footer .footer-menu .footer-nav .col-xs-6 {
    height: 230px;
  }
  header {
    height: auto;
    background-repeat: repeat-y;
  }
  header .container .header .brand {
    float: none;
    text-align: center;
    display: block;
    margin-top: 50px;
  }
  header .container .header .brand img {
    width: 100%;
    max-width: 280px;
  }
  header .container .header .phone {
    top: 148px;
  }
  header .container .header .pull-right {
    margin-top: 70px;
    float: none !important;
    text-align: center;
  }
  header .container .header .pull-right li {
    margin: 5px;
    display: inline-block;
    float: none;
  }
  header .container .header .social {
    width: 215px;
    margin: auto;
    left: 0;
    right: 0;
  }
  header .container .header .social div a {
    margin-left: 7px;
  }
  header .container .header .social .search {
    padding-right: 8px;
    margin-right: 8px;
  }
  .main-banner {
    padding: 0;
  }
  .main-banner .carousel .carousel-inner .item .carousel-caption {
    position: relative;
    background: #fff;
    padding: 20px;
    color: #303841;
    top: 0;
  }

  .main-banner .carousel .carousel-inner .slick-arrow {
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	margin: auto;
  	text-indent: -999px;
  	overflow: hidden;
  	border: 0;
  	width: 20px;
    height: 20px;
    max-width: 20px;
    padding: 0;
    border-radius: 100%;
    background: rgba(242, 242, 242, 0.63);
  }

  .slick-prev {
  	left: 25px;
  }

  .slick-next {
  	right: 25px;
  }

  .main-banner .carousel .carousel-inner .slick-dots {
  	list-style-type: none;
  	padding: 0;
  	margin: 0;
  	display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }

  .main-banner .carousel .carousel-inner .slick-dots li {display: inline-block; margin: 0 4px;}
  .main-banner .carousel .carousel-inner .slick-dots li button {
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: -999px;
    background: #f2f2f2;
    border-radius: 100%;
    border: 0;
    box-sizing: border-box;
    padding: 0;
  }

  .main-banner .carousel .carousel-inner .slick-dots .slick-active button {
  	background: #fff;
  }
  .main-banner .carousel .carousel-inner .item .carousel-caption p {
    font-size: 42px;
    line-height: 42px;
    width: auto;
    text-align: left;
  }
  .main-banner .carousel .carousel-inner .item .carousel-caption p span {
    font-size: 16px;
    line-height: 16px;
    padding: 0;
  }
  .main-banner .carousel .carousel-inner .item .carousel-caption .carousel-description {
    padding: 0;
  }
  .main-banner .carousel .carousel-inner .item .carousel-caption .carousel-description p {
    font-size: 14px;
    line-height: 17px;
  }
  .main-banner .carousel .carousel-inner .item .carousel-caption .carousel-description a {
    float: none;
    height: 30px;
    width: 160px;
    font-size: 14px;
    line-height: 28px;
  }
  div.nav .container .nav {
    height: auto;
    margin: 0;
  }
  div.nav .container .nav li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  div.nav .container .nav li a {
    padding: 0;
    line-height: 50px;
  }
  .courses.three h3 {
    padding-top: 50px;
  }
  .section h3 {
    font-size: 20px;
    padding-bottom: 30px;
    padding-top: 50px;
  }
  .section .chess > div {
    display: block;
  }
  .section .chess > div > div img {
    position: relative;
    width: 100%;
  }
  .section .chess > div > div.text:nth-child(2):before {
    content: "";
    position: absolute;
    z-index: 2;
    border: 25px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    left: 0;
    right: 0;
    top: -40px;
    bottom: auto;
    margin: auto;
    height: 40px;
    width: 40px;
  }
  .section .chess > div > div.text:nth-child(1):before {
    content: "";
    position: absolute;
    z-index: 2;
    border: 25px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    left: 0;
    right: 0;
    bottom: -40px;
    top: auto;
    margin: auto;
    height: 40px;
    width: 40px;
  }
  .section.content > .col-md-12 {
    padding: 0;
  }
  .section.content .box {
    padding: 15px;
  }
  .section.content .box h5 {
    font-size: 14px;
  }
  .section.content .box h5:before {
    margin-right: 10px;
  }
  .section.content .box p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .section.reviews .video > div .description {
    margin-bottom: 20px;
  }
  .section.reviews .video > div .description p {
    line-height: 17px;
  }
  .section.reviews .video .col-md-8,
  .section.reviews .video .col-md-4 > div {
    height: auto;
  }
  .section.reviews .other {
    margin-top: 0;
  }
  .section.reviews .other > div .name {
    font-size: 16px;
  }
  .section.reviews .other > div .name span {
    margin-left: 0;
  }
  .section.reviews .other > div .text {
    clear: both;
  }
  .section.reviews .other > div.buttons a {
    font-size: 15px;
    min-width: 202px;
    margin: 5px 0;
  }
  .team .list .container .row .col-md-10 .slick-arrow.slick-prev {
    left: -10%;
  }
  .team .list .container .row .col-md-10 .slick-arrow.slick-next {
    right: -10%;
  }
  .team .list .container .row .col-md-10 .row .col-md-2 {
    box-sizing: border-box;
  }
  .team .list .container .row .col-md-10 .row .col-md-2 a {
    display: block;
  }
  .team .list .container .row .col-md-10 .row .col-md-2 a span {
    padding-top: 20px;
  }
  .team .list .container .row .col-md-10 .row .col-md-2 a img {
    width: 100%;
    margin: auto;
  }
  .team > .container h3 {
    padding-top: 50px;
  }
  .map {
    height: 500px !important;
  }
  footer {
    margin-top: 30px;
  }
  footer .footer-menu .footer-info .container a {
    font-size: 15px;
    display: block;
    float: none;
    background-size: 22px;
    padding-left: 30px;
  }
  footer .footer-menu .footer-info .container a.email {
    background-size: 22px;
    padding-left: 30px;
  }
  footer .footer-menu .footer-info .container a:last-child {
    float: none;
    margin-top: 10px;
    background-size: 16px;
    padding-left: 30px;
  }
  article .section .chess > div > div .hover-img a {
    bottom: 30px;
  }
  article .section .box .profile .avatar img {
    margin: auto;
  }
  article .section .box .profile .avatar a {
    margin: 40px auto 40px auto;
  }
  article .section .join div {
    padding: 15px;
    margin: 0 -15px;
  }
  article .section .join div table tr th,
  article .section .join div table tr td,
  article .section .join div table tr td a {
    font-size: 13px;
  }
  article .section.news-list .box,
  article .section.articles-list .box {
    padding: 20px;
  }
  article .section.news-list .news-thumb,
  article .section.articles-list .news-thumb {
    display: block;
    overflow: hidden;
  }
  article .section.news-list .news-thumb > a,
  article .section.articles-list .news-thumb > a {
    float: none;
    margin: auto;
  }
  article .section.news-list .news-thumb > a img,
  article .section.articles-list .news-thumb > a img {
    margin: auto;
    display: block;
  }
  article .section.news-list .news-thumb div,
  article .section.articles-list .news-thumb div {
    float: none;
    width: auto;
    margin-top: 20px;
    overflow: hidden;
  }
  article .section.news-list .pagination,
  article .section.articles-list .pagination {
    height: auto;
  }
  article .section.article-full .box .share {
    justify-content: flex-start;
  }
  article .section.article-full .box .share p {
    float: none;
    margin-bottom: 10px;
  }
  article .section.article-full .box .share div a:first-child {
    margin-left: 0;
  }
  .select-course {
    padding: 20px;
  }
  .select-course .title {
    margin-bottom: 15px;
  }
  .select-course .group > div p {
    font-size: 14px;
    line-height: 20px;
  }
  .select-course .group > div:last-child {
    text-align: left;
    margin-bottom: 25px;
  }
  .select-course.total .form form div {
    justify-content: center;
    margin-right: 0;
  }
  .select-course.total .form form input:not(.submit) {
    width: auto;
    margin-bottom: 20px;
  }
  .select-course.total .list div {
    text-align: left;
  }
  .select-course.total .list div p span {
    margin-left: 5px;
  }
  article .section .join.in-course table thead,
  .select-course.total table thead {
    display: none;
  }
  article .section .join.in-course table tr,
  .select-course.total table tr {
    border-bottom: 1px solid #e3e3e3;
  }
  article .section .join.in-course table tr td,
  .select-course.total table tr td,
  article .section .join.in-course table tr td:nth-child(4),
  .select-course.total table tr td:nth-child(4),
  article .section .join.in-course table tr td:last-child,
  .select-course.total table tr td:last-child {
    display: block;
    text-align: left;
    padding-bottom: 0;
    border: 0;
    padding-top: 10px;
  }
  article .section .join.in-course table tr td a,
  .select-course.total table tr td a,
  article .section .join.in-course table tr td:nth-child(4) a,
  .select-course.total table tr td:nth-child(4) a,
  article .section .join.in-course table tr td:last-child a,
  .select-course.total table tr td:last-child a {
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
  }
  article .section .join.in-course table tr td .btn-group,
  .select-course.total table tr td .btn-group,
  article .section .join.in-course table tr td:nth-child(4) .btn-group,
  .select-course.total table tr td:nth-child(4) .btn-group,
  article .section .join.in-course table tr td:last-child .btn-group,
  .select-course.total table tr td:last-child .btn-group {
    margin: 0;
  }
  article .section .join.in-course table tr:last-child,
  .select-course.total table tr:last-child {
    border: 0;
  }
  article .section .join.in-course .table td:nth-child(4),
  .select-course.total .table td:nth-child(4),
  article .section .join.in-course .table td:last-child,
  .select-course.total .table td:last-child {
    text-align: left;
    margin: 0;
  }
  article .section .box.about,
  article .section.article-full .box,
  article .section .box.contacts-page {
    padding: 15px;
  }
  article .section .box .photo > div div,
  .section.content .box h5,
  article .section .box .photo,
  article .section.article-full h1,
  article .section .info h1 {
    margin-bottom: 15px;
    padding: 0 15px;
  }
  article .breadcrumbs {
    margin-left: -15px;
  }
  article .section.news-list .box,
  article .section.articles-list .box,
  article .filter.search {
    margin-top: 15px;
  }
  article .section .info h3 {
    padding-bottom: 15px;
  }
  article .section .join div table tr td:nth-child(3) {
    padding: 10px 12px;
  }

  article .section .info .help {padding-left: 15px;}
  .content h3 {
    background-position: 96% center;
    background-size: 90px;
  }
  .courses > div {
    padding: 0;
  }
  article .section .box .reviews {
    margin-bottom: 20px;
  }
  article .section .join div table {
  	display: flex;
  	flex-wrap: wrap;
  }
  article .section .join div {margin: 0;}
  article .section .join div table thead {display: none;}
  article .section .join div table tr {display: flex;flex-wrap: wrap;padding-bottom: 15px;align-items: center;border-bottom: 1px solid #e3e3e3; margin-bottom: 15px;}
  article .section .join div table tr td, article .section .join div table tr th {flex-wrap: wrap;flex: 100%;text-align: left;padding: 0 15px;    display: flex; border: 0;}
  .map h3 {
    background-position: 92% 10px;
    background-size: 90px;
  }
  article .section .box .profile {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .schedules.section.content .all-programs .table {
    overflow: hidden;
  }
  article .section .box .profile .data .group:last-child,
  article .section .box .certificate div:last-child {
    margin-bottom: 0;
  }
  article .section .box .profile:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .schedules.section.content .all-programs .table .line {
    display: block;
  }
  .schedules.section.content .all-programs .table .line .day,
  .schedules.section.content .all-programs .table .line div:first-child {
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e3e3e3;
  }
  .schedules.section.content .all-programs .table .line div:before {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #303841;
    height: 32px;
    line-height: 32px;
    background: #e3e3e3;
    text-align: center;
    margin: 0 -10px;
    width: auto;
    margin: 0;
  }

  .schedules.section.content .all-programs .table .line .center p {
  	width: 100%;
  	text-align: center;
  	text-transform: uppercase;
  	margin-bottom: 10px;
  }

  .schedules.section.content .all-programs .table .line .day:empty {
  	display: none;
  }

  .schedules.section.content h1 {padding-left: 15px;padding-right: 15px;}
  .schedules.section.content .all-programs .table .line div.day:nth-child(1):before {
    display: none;
  }
  .schedules.section.content .all-programs .table .line div.day:nth-child(2):before {
    content: "Пн";
  }
  .schedules.section.content .all-programs .table .line div.day:nth-child(3):before {
    content: "Вт";
  }
  .schedules.section.content .all-programs .table .line div.day:nth-child(4):before {
    content: "Ср";
  }
  .schedules.section.content .all-programs .table .line div.day:nth-child(5):before {
    content: "Чт";
  }
  .schedules.section.content .all-programs .table .line div.day:nth-child(6):before {
    content: "Пт";
  }
  .schedules.section.content .all-programs .table .line div.day:nth-child(7):before {
    content: "Сб";
  }
  .schedules.section.content .all-programs .table .line div.day:nth-child(8):before {
    content: "Вс";
  }
  .schedules.section.content .all-programs .table .line div.open .popup:before,
  .schedules.section.content .all-programs .table .header {
    display: none;
  }
  .schedule.section.content .box p,
  .schedule.section.content > div > p {
    font-size: 14px;
  }
  .schedules.section.content .all-programs .table .line {
    border-top: 1px solid #e3e3e3;
    border-bottom: 0;
  }
  .schedules.section.content .all-programs .table .line:last-child {
    border-bottom: 1px solid #e3e3e3;
  }
  .schedule.section.content .save_sch {
    width: 300px;
    margin: 40px auto;
  }
  .schedule.section.content .save_sch a {
    font-size: 15px;
  }
  .schedule.section.content .save_sch a:first-child {
    display: inline-block;
    margin-bottom: 15px;
  }
  .schedules.section.content .all-programs .table .line div .popup {
    right: 0;
    bottom: 0;
  }
  .schedules.section.content .all-programs .table .line div:last-child {
    border-bottom: 0;
  }

  .commets_tabs {
  	margin-left: -15px;
  	margin-right: -15px;
  }

  .commets_tabs ul.tabs li,
  .commets_tabs .tabs_content {
  	padding-left: 15px;
  	padding-right: 15px;
  }
}


@media (min-width: 1200px) {
  .course_list_block {
    min-height: 200px;
  }
  .map {
    min-height: 400px;
  }
  .courses.three .course_list_block > div {
    min-height: 390px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .course_list_block {
    min-height: 250px;
  }
  .team .list .container .row .col-md-10 .row,
  .team .list .container .row .col-md-10 .slick-slider {
    width: 820px;
    margin: auto;
  }
  .courses.three .course_list_block > div {
    min-height: 380px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .team .list .container .row .col-md-10 .row {
    width: 650px;
    margin: auto;
  }
  aside > .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  aside > .row > div:nth-child(1) {
    order: 3;
  }
  aside > .row > div:nth-child(2) {
    order: 2;
  }
  aside > .row > div:nth-child(3) {
    order: 4;
  }
  aside > .row > div:nth-child(4) {
    order: 1;
  }
  aside .leftnav {
    height: auto;
  }
  article .section .chess > div {
    min-height: 400px;
  }
}

#city_selector_title  input {border: 0; outline: none;}
.dropdown_selector p { width: 265px; overflow: hidden;}
.choose_subway {
	height: 54px;
	width: 100%;
	position: relative;
	display: block;
}

/*.choose_subway:before {
	content: "";
	display: block;
	    border: 0;
	    width: 15px;
	    height: 13px;
	    background-image: url(/assets/img/filter-caret.png);
	    background-repeat: no-repeat;
	    right: 15px;
	    position: absolute;
	    top: 8px;
	    margin-top: 8px;
}
*/
.choose_subway:after {
	content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-top: 8px;
    background: #e3e3e3;
    position: absolute;
    bottom: 8px;
}
.choose_subway select {
	height: auto;
	-webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-sizing: border-box;
    font-size: 18px;
    color: #303841;
    height: 100%;
    width: 100%;
    border: 0;
    cursor: pointer;
}

.choose_subway select option {
	color: #303841;text-decoration: none;display: block;  padding: 3px 20px;
}

.choose_subway #subway_selector {

	height: 300px;
    position: relative;
    top: 0px;
    background: #fff;
    width: 100%;
    display: none;
    overflow-x: hidden;
    overflow-y: scroll;
}

.choose_subway .btn-group,
.choose_subway .btn-group button  {width: 100% !important;}
.choose_subway .btn-group button {
	display: block;
    overflow: hidden;
}
.choose_subway .btn-group button:after {display: none !important;}
body .choose_subway .btn-group button .caret {
	margin-top: -6px;
    position: absolute;
    right: 15px;
    z-index: 2;
    background-color: #fff;
    height: 40px;
    width: 50px;
    background-position: center;
    right: 0;
    top: 8px;
}
.choose_subway .dropdown-menu {height: 300px;overflow-y:scroll;overflow-x: hidden;}
.choose_subway .dropdown-menu li input {display: none;}
.choose_subway .dropdown-menu li.active a {background-color: #32dac8;}
.choose_subway:focus #subway_selector {display: block;}
.choose_subway label {
	font-size: 18px;
    color: #303841;
    font-weight: 300;
    line-height: normal;
        width: 100%;
}
.choose_subway label:focus #subway_selector {display:block;}
.choose_subway #subway_selector .list div {
	font-size: 18px;
    color: #303841;
    padding: 0 15px;
    box-sizing: border-box;
}
.choose_subway #subway_selector .list div:hover,
.choose_subway #subway_selector .list div.selected {background-color: #f5f5f5;}
.choose_subway #subway_selector .list div a {color: #303841;text-decoration: none;display: block;  padding: 3px 20px;}
@media (max-width: 400px)
{
	.dropdown_selector p { width: 320px; overflow: hidden;}
}
@media (max-width: 767px)
{
  .team .list .container .row .col-md-10 .row {
    width: 220px;
    margin: auto;
  }
  .team .list .container .row .col-md-10 {
    width: 295px;
  }
  .team .list .container .row .col-md-10 .row .col-md-2 {
    margin: 0;
  }

	.dropdown_selector p { width: 320px; overflow: hidden;}
}
@media (min-width: 767px) and (max-width: 900px)
{
	.dropdown_selector p { width: 252px; overflow: hidden; }
}

@media (min-width: 900px) and (max-width: 959px)
{
  .course_list_block {
    min-height: 200px;
  }
	.dropdown_selector p { width: 252px; overflow: hidden; }
}
@media (min-width: 992px) and (max-width: 1199px)
{
	.dropdown_selector p { width: 204px; overflow: hidden; }
}

@media (max-width: 699px)
{
	.breadcrumbs { display:none; }
}

.article_image { width:100%; }
.article-full iframe { width:100%!important; height:300px!important; }
.about iframe { width:100%!important; height:300px!important; }

.dropdown-ul {
  left: 15px;
  width: auto;
  right: 15px;
  border-radius: 0;
  border: 0;
  margin: 0;
}
.dropdown-u li a {
  color: #303841;
  font-size: 18px;
}

.map_self { position:absolute; left:0px; top:0px; width:100%; height:100%; }
.modal {

}

.modal .modal-dialog {
	width: 100%;
	max-width: 570px;
	border-radius: 0;
	background-color: #ececec;
	box-shadow: 0;
}

.modal .modal-dialog .modal-header {
	padding: 25px 0;
	border-bottom: 1px solid #e3e3e3;
}

.modal .modal-dialog .modal-content {
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
}

.modal .modal-dialog .modal-header h4 {
	font-size: 26px;
	text-transform: uppercase;
	color: #303841;
	font-weight: bold;
	text-align: center;
}

.modal .modal-dialog .modal-header .close {
	font-size: 35px;
	position: absolute;
	right: 25px;
}

.modal-body {
	padding: 35px 0;
}

.modal-body form {
	width: 380px;
	margin: 0 auto;
}

.modal-body form input {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	border: 0;
	box-shadow: 0;
	border-bottom: 1px solid #e3e3e3;
	color: rgba(48, 56, 65, 0.5);
	font-size: 18px;
	background: transparent;
	outline: none;
	height: 38px;
}

.modal-body form textarea {
	box-sizing: border-box;
	padding: 15px;
	color: rgba(48, 56, 65, 0.5);
	font-size: 18px;
	background: transparent;
	resize: none;
	outline: none;
	width: 100%;
	height: 140px;
	border: 1px solid #e3e3e3;
	box-shadow: none;
}

.modal-body form .captcha {
	overflow: auto;
    margin-top: 15px;
}

.modal-body form .captcha .refresh {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 25px;
	background-image: url('/assets/img/refresh.png');
    background-repeat: no-repeat;
    margin-top: 12px;
    cursor: pointer;
}

.modal-body form .captcha input {
	width: 176px;
	float: right;
}

.modal-body form .captcha img {
	float: left;
	margin-right: 15px;
	max-width: 35%;
}

.modal-body form input.submit, .modal-body__link {
	display: block;
    width: 290px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #32dac8;
    text-decoration: none;
    margin-bottom: 0;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}
.modal-body__link {
  margin-top: 20px;
}
.modal-body form input.submit:hover, .modal-body__link:hover {
	background: #ff8e3a;
  color:#fff;
}

#datetimepicker {
	background-image: url('/assets/img/filter-caret.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}

.modal-body form div.formgroup {
	overflow: auto;
}

.modal-body form div.formgroup input {
	width: 45%;
	float: left;
}

.modal-body form div.formgroup input:last-child {
	float: right;
}

body .modal-backdrop.in {
	    background-color: rgba(0, 0, 0, 0.5);
}

.map_selector_holder { width: 40%; margin: 0 auto; margin-bottom: 60px; }
@media screen and (max-width: 766px)
{
	.map_selector_holder { width: 60%; margin: 0 auto; margin-bottom: 60px; }
}

@media screen and (min-width: 767px) and (max-width: 960px)
{
	#form_review_add .formgroup .stars  span {
		width: 42px;
		height: 40px;
		background-size: contain;
	}

	#form_review_add .formgroup .stars  span.current, #form_review_add .formgroup .stars  span:hover {
		background-size: contain;
	}
}

@media screen and (max-width: 767px)
{
	.modal.fade .modal-dialog {
		margin: 0 auto;
		min-height: 100vh;
	}

	.modal .modal-dialog .modal-content {
		padding: 0 25px;
		border: 0;
	}

	article .section.article-full .map h3 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.modal-body form {
		width: 100%;
	}

	.modal-body form .captcha input {
		float: none;
		width: 100%;
		margin-top: 15px;
	}

	.modal-body form .captcha .refresh {
		margin-top: 10px;
	}

	.modal-body form .captcha img {
		width: 150px;
	}

	.modal-body form input.submit {
		width: 100%;
		margin-top: 20px;
	}

	#form_review_add textarea {
		margin-bottom: 20px;
	}

	#form_review_add .formgroup label {
		line-height: normal;
		width: 100%;
		float: none;
	}

	.reviews_container {
		width: 100%;
		margin: 0 auto;
	}

	.reviews_title {
		padding: 0 15px;
	}

	#form_review_add .formgroup input[type=file] {
		width: 100%;
	}

	#form_review_add .bx-authform-social ul {
		margin: 0;
	}

	#form_review_add .bx-authform-social ul li {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}

	.review_from_user img {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}

	.review_from_user .user_text {
		float: none;
		width: 100%;
	}

	#form_review_add .formgroup .col-lg-6 {float: none;}

	#form_review_add .formgroup {margin-bottom: 15px;}

	#form_review_add .formgroup .stars {
		float: none;
		width: 100%;
	}

	#form_review_add .formgroup .stars  span {
		width: 32px;
		height: 30px;
		background-size: contain;
	}

	#form_review_add .formgroup .stars  span.current, #form_review_add .formgroup .stars  span:hover {
		background-size: contain;
	}

}

.error { background-color: rgb(255,200,200) !important; }

.schedule_program_selector.disabled { background-color: #bbb!important; }

@media screen and (min-width: 768px)
{
	.schedules.section.content .all-programs .table .header div:first-child
	{
		width:5%;
	}

	.schedules.section.content .all-programs .table .line .day:first-child
	{
		width:5%;
	}

	.schedule_center_inner .line .day:first-child
	{
		width:7.6%!important;
		text-align:center;
	}

	.schedule_center_inner .line .day
	{
		width:13.2%!important;
	}

	.schedule_center_inner a { cursor:pointer; }
}


.select2-container {
	width: 100% !important;
}

.choose_subway .btn-group {
	display: none;
}

.choose_subway  .select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 0;
}

.choose_subway .select2-container--default .select2-selection--multiple {
	background-image: url('/assets/img/filter-caret.png');
    background-repeat: no-repeat;
    background-position: center right;
    height: 44px;
    border: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	padding-right: 25px;
}

.choose_subway .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0;
    height: inherit;
    max-height: 44px;
    overflow: hidden;
        vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

.choose_subway .select2-container--default .select2-selection--multiple {
	white-space: nowrap;
}

.choose_subway .select2-container--default .select2-selection--multiple .select2-selection__choice {
	border-radius: 0;
	background: #32dac8;
	color: #fff;
	border-color:  #aaa;
	line-height: 30px;
    padding: 0 15px 0 5px;
    margin-top: 0;
    float: none;
    display: inline-block;
}

.choose_subway .select2-container .select2-search--inline {
	float: none;
	display: inline-block;
}

#submways_list option:hover {
	background-color: #f5f5f5;
}

body #submways_list option,
.select2-container .select2-choice {
	color: #303841 !important;
    font-size: 18px !important;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
}

.select2-container--default .select2-selection--single {
  color: #303841 !important;
    font-size: 18px !important;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
}

.select2-container--default .select2-search--inline .select2-search__field {
	font-family: 'PT Sans', sans-serif;
  	color: #303841;
    font-size: 18px !important;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding-left: 0 !important;
  margin-left: 0 !important;
}


.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {color: #303841;}
.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder          {color: #303841;}/* Firefox 19+ */
.select2-container--default .select2-search--inline .select2-search__field:-moz-placeholder           {color: #303841;}/* Firefox 18- */
.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder      {color: #303841;}


.schedules .select2-container--default .select2-results__option--highlighted{
	color: #303841;
    font-size: 18px;
}

.schedules .select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color:#5897fb;
	color: #303841;
    font-size: 18px !important;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	color: #303841 !important;
    font-size: 18px !important;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	color: #303841 !important;
    font-size: 18px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background: #f2f2f2 !important;
	color: #303841 !important;
    font-size: 18px !important;
}

.select2-results__option {
	color: #303841 !important;
    font-size: 18px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.send_review_button { height: 54px;
    width: 100%;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #32dac8;
    text-decoration: none;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 50px;
}
.send_review_button:hover { color: #fff; }
.bx-composite-btn { display: none; }

@media (max-width: 960px)
{
	header .container .header .phone {
		width:250px;
	}

	header .container .header .phone a {
		float:left;
		font-size:13px;
		margin-right:10px; margin-top:8px;
	}

	header .container .header .phone .modalcall {
		font-size:13px; margin-top:0px;
	}
}

.footer_counters { opacity:0; }

.open_vacancy_form_button { height: 54px;
    width: 100%;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #32dac8;
    text-decoration: none;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top:20px;
    cursor:pointer;
}
.open_vacancy_form_button:hover { color: #fff; background: #ff8e3a; }
.open_vacancy_form_button:focus { color: #fff; }

@media (max-width: 700px) {
	.open_vacancy_form_button {
		font-size: 15px;
	}
}

.programs_stick.is_stuck { padding-top:75px; }
#label_for_form_document {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    border: 0;
    box-shadow: 0;
    border-bottom: 1px solid #e3e3e3;
    color: rgba(48, 56, 65, 0.8);
    font-size: 18px;
    background: transparent;
    outline: none;
    height: 38px;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
}
#form_document { display: none; }

@media (max-width:1200px)
{
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
}


/* Specifally landscape phones */
@media only screen and (min-width: 120px) and (max-width: 479px) {

.col-xsl-1, .col-xsl-2, .col-xsl-3, .col-xsl-4, .col-xsl-5, .col-xsl-6, .col-xsl-7, .col-xsl-8, .col-xsl-9, .col-xsl-10, .col-xsl-11, .col-xsl-12 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
  }
  .col-xsl-12 {
    width: 100%;
  }
  .col-xsl-11 {
    width: 91.66666667%;
  }
  .col-xsl-10 {
    width: 83.33333333%;
  }
  .col-xsl-9 {
    width: 75%;
  }
  .col-xsl-8 {
    width: 66.66666667%;
  }
  .col-xsl-7 {
    width: 58.33333333%;
  }
  .col-xsl-6 {
    width: 50%;
  }
  .col-xsl-5 {
    width: 41.66666667%;
  }
  .col-xsl-4 {
    width: 33.33333333%;
  }
  .col-xsl-3 {
    width: 25%;
  }
  .col-xsl-2 {
    width: 16.66666667%;
  }
  .col-xsl-1 {
    width: 8.33333333%;
  }
  .col-xsl-pull-12 {
    right: 100%;
  }
  .col-xsl-pull-11 {
    right: 91.66666667%;
  }
  .col-xsl-pull-10 {
    right: 83.33333333%;
  }
  .col-xsl-pull-9 {
    right: 75%;
  }
  .col-xsl-pull-8 {
    right: 66.66666667%;
  }
  .col-xsl-pull-7 {
    right: 58.33333333%;
  }
  .col-xsl-pull-6 {
    right: 50%;
  }
  .col-xsl-pull-5 {
    right: 41.66666667%;
  }
  .col-xsl-pull-4 {
    right: 33.33333333%;
  }
  .col-xsl-pull-3 {
    right: 25%;
  }
  .col-xsl-pull-2 {
    right: 16.66666667%;
  }
  .col-xsl-pull-1 {
    right: 8.33333333%;
  }
  .col-xsl-pull-0 {
    right: auto;
  }
  .col-xsl-push-12 {
    left: 100%;
  }
  .col-xsl-push-11 {
    left: 91.66666667%;
  }
  .col-xsl-push-10 {
    left: 83.33333333%;
  }
  .col-xsl-push-9 {
    left: 75%;
  }
  .col-xsl-push-8 {
    left: 66.66666667%;
  }
  .col-xsl-push-7 {
    left: 58.33333333%;
  }
  .col-xsl-push-6 {
    left: 50%;
  }
  .col-xsl-push-5 {
    left: 41.66666667%;
  }
  .col-xsl-push-4 {
    left: 33.33333333%;
  }
  .col-xsl-push-3 {
    left: 25%;
  }
  .col-xsl-push-2 {
    left: 16.66666667%;
  }
  .col-xsl-push-1 {
    left: 8.33333333%;
  }
  .col-xsl-push-0 {
    left: auto;
  }
  .col-xsl-offset-12 {
    margin-left: 100%;
  }
  .col-xsl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xsl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xsl-offset-9 {
    margin-left: 75%;
  }
  .col-xsl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xsl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xsl-offset-6 {
    margin-left: 50%;
  }
  .col-xsl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xsl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xsl-offset-3 {
    margin-left: 25%;
  }
  .col-xsl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xsl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xsl-offset-0 {
    margin-left: 0;
  }
}

.main_team_job_item { padding-bottom: 0px; display: block; margin: -1px 0 10px; }

.schedule_programs_all_centers {
	display: block!important;
}

.schedule_programs_center {
	display: block!important;
}
.schedule_programs_starts_table {
	display: block!important;
}
.all-programs-mobile {
	display: none!important;
}

@media (max-width: 900px) {
	.schedule_programs_all_centers {
		display: none!important;
	}
  .schedule_programs_center {
    display: none!important;
  }
  .schedule_programs_starts_table {
    display: none!important;
  }
  .all-programs-mobile {
    display: block!important;
    background-color: #fff;
  }
}

@media (max-width: 500px) {
	.box.about .photo
  {
		padding:0px!important;
	}
  .box.about .photo .gallery
  {
		padding:0px!important;
    padding-top:10px!important;
	}
  .box.about .photo .gallery > div
  {
		padding:0px 10px !important;
	}
  .box.about .photo .gallery .img-wrap
  {
    margin-bottom: 5px !important;
	}
  .box.about .photo .gallery .img-wrap img
  {
    border-width: 1px !important;
	}
  .box.about .photo .gallery .img-wrap::before
  {
    right: 10px !important;
    bottom: 10px !important;
    border-width: 1px !important;
	}
  .box.about .photo .gallery .img-wrap::after
  {
    right: 4px !important;
    bottom: 4px !important;
    border-width: 1px !important;
	}
  .box.about .photo .gallery > div .name
  {
    font-size: 10px !important;
  }
}

@media (min-width: 320px) {
  .instagram_wrapper_320 {
    width: 100%;
    display: block;
  }
  .instagram_wrapper_680 {
    display: none;
  }
  .instagram_wrapper_890 {
    display: none;
  }
  .instagram_wrapper_1140 {
    display: none;
  }
}

@media (min-width: 680px) {
  .instagram_wrapper_320 {
    display: none;
  }
  .instagram_wrapper_680 {
    width: 680px;
    display: block;
  }
  .instagram_wrapper_890 {
    display: none;
  }
  .instagram_wrapper_1140 {
    display: none;
  }
}

@media (min-width: 960px) {
  .instagram_wrapper_320 {
    display: none;
  }
  .instagram_wrapper_680 {
    display: none;
  }
  .instagram_wrapper_890 {
    width: 890px;
    display: block;
  }
  .instagram_wrapper_1140 {
    display: none;
  }
.container .header ul .centresHide {
display: none;
}
}

@media (min-width: 1190px) {
  .instagram_wrapper_680 {
    display: none;
  }
  .instagram_wrapper_890 {
    display: none;
  }
  .instagram_wrapper_1140 {
    width: 1140px;
    display: block;
  }

.container .header ul .centresHide {
display: none;
}

}

.innet_input { 
  width: 100%!important;
  display: block!important;
  margin-bottom: 15px!important;
  border: 0!important;
  box-shadow: 0!important;
  border-bottom: 1px solid #e3e3e3!important;
  color: #303841!important;
  font-size: 15px!important;
  background: transparent!important;
  outline: none!important;
  height: 38px!important;
}

/*sb-detail*/

.sb-detail {

}

.sb-detail__banner {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-bottom: 28px;
}

.sb-detail__banner-img {
  position: relative;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
}

.sb-detail__banner-title {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  text-transform: uppercase;
  color: #303841;
  max-width: calc(100% - 100px);
}

.sb-detail__banner-title span {
  padding: 0 5px;
  background: #FFFFFF;
}

.sb-detail__body {
  background: #FFFFFF;
  padding: 23px 18px 9px 18px;
}

.sb-detail__item {
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
}

.sb-detail__item-img {
  width: 310px;
  position: relative;
}



.video_wrapper_container { width: 100% }

.video-js .vjs-big-play-button {
	background-color: rgb(1 92 82 / 70%) !important;
}

.video-js:hover .vjs-big-play-button {
	background-color: rgb(49 218 200 / 70%) !important;
}

.video-js .vjs-control-bar {
	background-color: rgb(48 56 65 / 80%) !important;
}

/*
.video-js .vjs-control-bar {
	background-color: rgb(1 92 82 / 70%) !important;
}
*/

.sb-detail__item .video_text_left {
	margin-right: 14px;
}

.sb-detail__item .video_text_right {
	margin-left: 14px;
}





.sb-detail__item-video {
    width: 50%;
    /*order: 1;*/
	position: relative;
  }

.sb-detail__item-video img {
	width: 100%;
}

.sb-detail__item-video .video_wrapper {
	width: 100%;

	@supports not (-webkit-touch-callout: none) {
		height: fit-content;
	}
}

.sb-detail__item-video video {
	width: 100%;
	height: fit-content;
}

.sb-detail__item-video .play {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.sb-detail__item-video .play div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	zoom: 0.6;
}





.sb-detail__item-video_full {
    width: 100%;
	position: relative;
}

.sb-detail__item-video_full img {
	width: 100%;
}

/*
.sb-detail__item-video_full .video_wrapper {
	width: 100%;
	height: auto;

	@supports not (-webkit-touch-callout: none) {
		height: fit-content;
	}
}

.sb-detail__item-video_full video {
	width: 100%;
	height: fit-content;
}

*/

/*
.vjs-tech {
	height: auto !important;
}
*/

.sb-detail__item-video_full .play {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.sb-detail__item-video_full .play div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	zoom: 0.6;
}



.sb-detail__item-img img {
  width: 100%;
}

.sb-detail__item-text {
	width: 50%;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #000;
	width: 50%;
}
/*calc(100% - 275px)*/

.sb-detail__item-text p {
	margin: 0;
	padding: 2px 0;
}

.sb-detail__item-text h1,
.sb-detail__item-text h2,
.sb-detail__item-text h3,
.sb-detail__item-text h4,
.sb-detail__item-text h5 {
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #303841;
}

/*.sb-detail__item-img:before {
  content: "";
  position: absolute;
  z-index: 2;
  border: 35px solid transparent;
  border-right-color: #fff;
  border-left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 70px;
}*/

.sb-detail__item-left .sb-detail__item-img:before {
  left: 0;
  right: initial;
  border: 35px solid transparent;
  border-left-color: #fff;
  border-right: 0;
}

.sb-detail__item-large .sb-detail__item-text {
  width: 100%;
}

.sb-detail__video {
  margin-bottom: 14px;
  height: 435px;
  overflow: hidden;
}

.sb-detail__video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  height: 100%;
  background: #000;
}

.sb-detail__video-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #0C0202;
  opacity: 0.3;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.sb-detail__video-wrapper:hover .sb-detail__video-wrapper:before {
  opacity: 0.1;
}

.sb-detail__video-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url('/assets/img/play.svg');
  background-repeat: no-repeat;
  background-position: center center;
}

.sb-detail__video-wrapper img {
  height: 100%;
  position: relative;
  z-index: 1;
}

.sb-detail__video-hidden {
  display: none;
}

.sb-detail__video-hidden iframe {
  height: 435px !important;
  width: 100% !important;
}

.sb-detail__video-hidden video {
  height: 435px !important;
  width: 100% !important;
}

.sb-detail__slider {
  position: relative;
  margin-bottom: 14px;
}

.sb-detail__slider .slick-list {
  position: relative;
  background: #fafafa;
}

.sb-detail__slider .slick-list:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sb-detail__slider .slick-list  > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sb-detail__item-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sb-detail__item-text ul li {
  margin-top: 5px;
  position: relative;
  padding-left: 14px;
  list-style: none;
}

.sb-detail__item-text ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 7px;
  background: none;
  border-radius: 100%;
}

@media (max-width: 960px) {
  .sb-detail__video {
    height: 350px;
  }

  .sb-detail__video-hidden iframe {
    height: 350px !important;
  }

  .sb-detail__video-hidden video {
    height: 350px !important;
  }

  .sb-detail__banner {
    height: 230px;
  }

  .sb-detail__banner-title {
    font-size: 24px;
    line-height: 130%;
    left: 40px;
  }
}

@media (max-width: 768px) {
  .sb-detail__video {
    height: 300px;
  }

  .sb-detail__video-hidden iframe {
    height: 300px !important;
  }

  .sb-detail__video-hidden video {
    height: 300px !important;
  }

  .sb-detail__item {
    flex-wrap: wrap;
  }

  .sb-detail__item-img {
    width: 100%;
    /*order: 1;*/
    margin: 10px 0;
  }

  .sb-detail__item-video {
    width: 100%;
    /*order: 1;*/
    margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
  }

  .sb-detail__item-video .play {
	width: 100%;
	height: 100%;
  }

  .sb-detail__item-text {
    width: 100%;
    /*order: 2;*/
  }

  .sb-detail__banner {
    height: 130px;
  }

  .sb-detail__banner-title {
    font-size: 14px;
    line-height: 130%;
    left: 20px;
  }

  .sb-detail__item-text {
    font-size: 12px;
    line-height: 150%;
  }

  .sb-detail__item-text h1,
  .sb-detail__item-text h2,
  .sb-detail__item-text h3,
  .sb-detail__item-text h4,
  .sb-detail__item-text h5 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
	.sb-detail__item .video_text_left {
		margin-left: 14px;
		margin-right: 14px;
	}
}


@media (max-width: 600px) {
  .sb-detail__video {
    height: 250px;
  }

  .sb-detail__video-hidden iframe {
    height: 250px !important;
  }

  .sb-detail__video-hidden video {
    height: 250px !important;
  }
}

@media (max-width: 480px) {
  .sb-detail__video {
    height: 165px;
  }

  .sb-detail__video-hidden iframe {
    height: 165px !important;
  }

  .sb-detail__video-hidden video {
    height: 165px !important;
  }
}

/*sb-detail*/

.oswald {
	font-family: 'Oswald', sans-serif !important; font-weight: 500 !important;
}

.oswald-semi-bold {
	font-family: 'Oswald', sans-serif !important; font-weight: 600 !important;
}

.montserrat {
	font-family: 'Montserrat', sans-serif !important; font-weight: 400 !important;
}

.montserrat-italic {
	font-family: 'Montserrat', sans-serif !important; font-weight: 400 !important; font-style: italic !important;
}

.montserrat-light {
	font-family: 'Montserrat', sans-serif !important; font-weight: 300 !important;
}

.montserrat-light-italic {
	font-family: 'Montserrat', sans-serif !important; font-weight: 300 !important; font-style: italic !important;
}
[form-required].is-not-valid {
  background-color: rgb(255,200,200)
}