/*
Z-INDEX
35 - popup
*/
@import "reset.css";
@import "libs.css";
@font-face {
  font-family: "Futura New";
  src: url("../fonts/FuturaNewLight.eot");
  src: url("../fonts/FuturaNewLight.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaNewLight.ttf") format("truetype"), url("../fonts/FuturaNewLight.woff") format("woff"), url("../fonts/FuturaNewLight.svg#Futura New") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Futura New";
  src: url("../fonts/FuturaNewBook.eot");
  src: url("../fonts/FuturaNewBook.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaNewBook.ttf") format("truetype"), url("../fonts/FuturaNewBook.woff") format("woff"), url("../fonts/FuturaNewBook.svg#Futura New") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura New";
  src: url("../fonts/FuturaNewDemi.eot");
  src: url("../fonts/FuturaNewDemi.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaNewDemi.ttf") format("truetype"), url("../fonts/FuturaNewDemi.woff") format("woff"), url("../fonts/FuturaNewDemi.svg#Futura New") format("svg");
  font-weight: bold;
  font-style: normal;
}
body {
  -webkit-text-size-adjust: none;
  position: relative;
  color: #2c353a;
  font: 300 20px/24px 'Futura New', sans-serif;
  word-wrap: break-word;
}
*,
:before,
:after {
  box-sizing: border-box;
}
a,
button,
input,
textarea {
  margin: 0;
  background: transparent;
  padding: 0;
  border: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-decoration: none;
  text-transform: inherit;
}
a:hover,
button:hover {
  opacity: 0.8;
}
input[type="text"],
textarea {
  cursor: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font: inherit;
}
p {
  margin: 0;
}
span {
  display: inline-block;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  display: block;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
sup {
  position: relative;
  top: -5px;
  font-size: 70%;
}
img {
  max-width: 100%;
}
.clear:after {
  width: 100%;
  height: 0px;
  clear: both;
  display: block;
  content: "";
}
.buttons {
  line-height: 0;
  text-align: center;
}
.overflow {
  overflow: hidden;
}
.hidden {
  display: none;
}
.align {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
table {
  width: 100%;
}
/* html5 support*/
section,
article,
aside,
header,
footer,
nav,
figure,
figcaption {
  display: block;
}
time,
mark {
  display: inline-block;
}
/* disable reset.css for blocks with visual editor */
.visual-content {
  font: 15px/24px Arial, sans-serif;
}
.visual-content ul {
  padding-left: 40px;
  list-style: disc inside;
}
.visual-content ol {
  padding-left: 40px;
  list-style: decimal inside;
}
.visual-content ul ul,
.visual-content ol ul {
  list-style: circle inside;
  margin-left: 15px;
}
.visual-content ol ol,
.visual-content ul ol {
  list-style: lower-latin inside;
  margin-left: 15px;
}
.visual-content li {
  display: list-item;
}
.visual-content p {
  margin: 10px 0;
}
.visual-content a {
  color: #74b2ff;
  text-decoration: underline;
}
.visual-content a:hover {
  text-decoration: none;
}
.visual-content span {
  display: inline;
}
.visual-content h1,
.visual-content .h1 {
  margin: 26px 0;
  font: bold 30px/36px 'Futura New', sans-serif;
  text-transform: uppercase;
}
.visual-content h2,
.visual-content .h2 {
  margin: 28px 0;
  font: bold 20px/26px 'Futura New', sans-serif;
  text-transform: uppercase;
}
.visual-content h3,
.visual-content .h3 {
  margin: .83em 0;
  font-size: 1.17em;
}
.visual-content h4,
.visual-content .h4 {
  margin: 1.12em 0;
}
.visual-content h5,
.visual-content h6,
.visual-content .h5,
.visual-content .h6 {
  font-weight: bolder;
}
.visual-content .images {
  margin: 34px 0;
  font-size: 0;
}
.visual-content .images-wr {
  margin: -3.33333% 0 0 -3.33333%;
}
.visual-content .images-wr:first-child {
  margin-top: -3.33333%;
}
.visual-content .images img {
  max-width: 30%;
  margin: 3.33333% 0 0 3.33333%;
  vertical-align: top;
}
.visual-content *:first-child {
  margin-top: 0;
}
.visual-content *:last-child {
  margin-bottom: 0;
}
.lefted {
  float: left;
}
.righted {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.inline-table {
  width: 100%;
  display: inline-table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
/* styles */
.wrapper {
  width: 1170px;
  margin: 0 auto;
}
.header {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 14px 0 13px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
  line-height: 73px;
}
.header .logo {
  margin: 0 40px 0 0;
  float: left;
}
.header .nav {
  float: left;
}
.header .phone-block {
  width: 165px;
  float: right;
  text-align: right;
}
.header .nav-toggle {
  margin: 0 0 0 20px;
  float: right;
}
.logo {
  line-height: 0;
}
.logo img {
  max-width: 100%;
}
.nav {
  font-size: 0;
}
.nav > ul > li {
  margin: 0 0 0 10px;
  padding: 10px 0 10px 5px; 
  position: relative;
  display: inline-block;
  vertical-align: top;
  font: bold 13px/20px 'Futura New', sans-serif;
  text-transform: uppercase;
}
.nav > ul > li:hover.state-mobile.state-active .dropdown-block {
  left: 0;
  opacity: 1;
}
.nav > ul > li:hover.state-mobile .dropdown-block {
  left: -9999px;
  opacity: 0;
}
.nav > ul > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.nav > ul > li:first-child:before {
  display: none;
}
.nav > ul > li:before {
  width: 5px;
  height: 1px;
  background: #3a4446;
  position: absolute;
  top: 50%;
  left: -5px;
  content: "";
}
.nav > ul > li > a {
  padding: 0 5px;
  position: relative;
}
.nav > ul > li > a:before {
  width: 8px;
  height: 5px;
  background: transparent url(../img/icons.png) 0 0 no-repeat;
  position: absolute;
  top: 7px;
  right: 0;
  display: none;
  content: "";
}
.nav .dropdown-block {
  width: 200px;
  display: block;
}
.nav .dropdown-block:before {
  border-bottom: 7px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: 100%;
  left: 17px;
  content: "";
}
.nav .dropdown-block + a {
  padding-right: 12px;
}
.nav .dropdown-block + a:before {
  display: block;
}
.dropdown-parent {
  position: relative;
}
.dropdown-parent.state-active .dropdown-block {
  left: 0;
  opacity: 1;
}
.dropdown-link {
  padding: 0 0 0 17px;
  position: relative;
  display: inline-block;
}
.dropdown-link.medium {
  padding: 0 25px 0 0;
}
.dropdown-link.medium:before {
  width: 13px;
  height: 8px;
  background: transparent url(../img/icons.png) 0 -35px no-repeat;
  top: 8px;
  right: 0;
  left: auto;
}
.dropdown-link:before {
  width: 8px;
  height: 5px;
  background: transparent url(../img/icons.png) 0px 0px no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
}
.dropdown-block {
  max-width: 300px;
  min-width: 100%;
  max-height: 300px;
  background: #fff;
  transition: opacity 0.5s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  left: -9999px;
  opacity: 0;
  z-index: 17;
  color: #2c353a;
  font: 14px/18px 'Futura New', sans-serif;
  text-align: left;
}
.dropdown-block ul {
  padding: 10px 0;
  overflow: auto;
}
.dropdown-block ul li a {
  padding: 5px 15px;
  display: block;
}
.dropdown-block ul li a:hover,
.dropdown-block ul li a.state-active {
  background: #0172ff;
  color: #fff;
}
.link-city {
  font: 13px/16px 'Futura New', sans-serif;
  text-transform: uppercase;
}
.text-phone {
  font: bold 17px/20px 'Futura New', sans-serif;
}
.top-section {
  background: url(../img/bg_top.jpg) center 0 no-repeat;
  padding: 100px 0 0;
  line-height: 150px;
}
.top-section .align {
  line-height: 1;
}
.page-title {
  font: bold 36px/44px 'Futura New', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.page-title.f-30 {
  font: bold 30px/36px 'Futura New', sans-serif;
}
.page-title .text-name {
  max-width: 700px;
  margin: 31px auto 0;
  text-transform: none;
  letter-spacing: 0;
}
.page-title .text-name.f-24 {
  margin-top: 8px;
}
.content-section {
  padding: 28px 0 0;
}
.content-section .fit-section {
  padding: 0;
}
.content-section .fit-section .page-title {
  margin: 0 0 52px;
}
.content-section .fit-section .fit-blocks {
  margin-top: -40px;
}
.content-section .fit-section .fit-block {
  margin-top: 40px;
}
.breadcrumb {
  margin: 0 0 42px;
  font: 16px/20px 'Futura New', sans-serif;
}
.breadcrumb ol li {
  display: inline-block;
  vertical-align: top;
}
.table-plan {
  overflow: auto;
  /*overflow-x: auto;
  overflow-y: visible;*/
  font: 300 20px/26px 'Futura New', sans-serif;
}
@media screen and (max-width: 985) {
    .table-plan {
        overflow: auto;
    }
}
.table-plan table {
  border-collapse: collapse;
}
.table-plan thead td {
  padding: 35px 30px 34px;
}
.table-plan td {
  width: 20%;
  background: #f0f7ff;
  padding: 15px 30px 14px;
  border: 5px solid #fff;
  vertical-align: middle;
  text-align: center;
}
.table-plan td:first-child {
  width: 30%;
  text-align: left;
}
.text-price {
  color: #c20e2c;
  font: bold 24px/26px 'Futura New', sans-serif;
  letter-spacing: 0.06em;
}
.text-price .big {
  font: bold 36px/40px 'Futura New', sans-serif;
}
.text-price .small {
  color: #2c353a;
  font: 300 16px/22px 'Futura New', sans-serif;
}
.text-bold {
  font: bold 18px/22px 'Futura New', sans-serif;
  text-transform: uppercase;
}
.text-bold.f16 {
  font: bold 16px/20px 'Futura New', sans-serif;
}
.text-bold.f20 {
  font: bold 20px/24px 'Futura New', sans-serif;
}
.icon-ok {
  width: 24px;
  height: 24px;
  background: transparent url(../img/icons.png) 0 -73px no-repeat;
  display: inline-block;
  vertical-align: top;
}
.payment-section {
  margin: 60px 0 30px;
}
.payment-blocks {
  padding: 85px 65px 60px;
  border: 5px solid #f0f7ff;
  position: relative;
}
.payment-blocks .page-title {
  background: #fff;
  padding: 0 20px 5px 0;
  position: absolute;
  top: -29px;
  left: -5px;
}
.payment-col {
  width: 460px;
  margin: 0 0 0 100px;
  float: left;
}
.payment-col:first-child {
  margin-left: 0;
}
.payment-col .text-payment {
  margin: 9px 0 0;
  padding-right: 60px;
}
.text-payment {
  padding: 0 0 0 86px;
  position: relative;
  font: 300 20px/26px 'Futura New', sans-serif;
}
.text-payment:before {
  width: 55px;
  height: 60px;
  background: transparent url(../img/icons.png) 0 -153px no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
}
.form-row {
  margin: 25px -15px 0;
  font-size: 0;
}
.form-row.margin-15 {
  margin-top: 15px;
}
.form-row:first-child {
  margin-top: 0;
}
.form-field {
  width: 100%;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  font: 300 20px/24px 'Futura New', sans-serif;
}
.form-field.horizontal .field-name {
  width: auto;
  margin: 0 0 8px;
  float: none;
}
.form-field.horizontal .input-block {
  width: auto;
  float: none;
}
.form-field.w-half {
  width: 50%;
}
.form-field.field-cost {
  line-height: 56px;
}
.form-field.field-cost .field-name {
  width: auto;
  margin: 0 20px 0 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.form-field.field-cost .text-price {
  display: inline-block;
  vertical-align: middle;
}
.form-field .field-name {
  width: 95px;
  margin: 10px 0 0;
  float: left;
}
.form-field .input-block {
  width: 345px;
  float: right;
}
.field-name {
  min-height: 18px;
  font: 13px/18px 'Futura New', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.input-block.blue .input,
.input-block.blue .uf-selectbox .uf-select {
  background: #f0f7ff;
  font: bold 13px/20px 'Futura New', sans-serif;
}
.input-block.uppercase .input,
.input-block.uppercase .uf-selectbox .uf-select {
  font-weight: normal;
  text-transform: uppercase;
}
.input-block .input,
.input-block .uf-selectbox .uf-select {
  max-width: 100%;
  width: 100%;
  padding: 15px 19px;
  border: 2px solid #f0f7ff;
  color: #2c353a;
  font: bold 16px/20px 'Futura New', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.input-block .uf-selectbox .uf-select {
  padding-right: 36px;
}
.input-block .uf-dropdown {
  color: #2c353a;
  font: 300 20px/24px 'Futura New', sans-serif;
}
.uf-select-arrow {
  width: 10px;
  height: 7px;
  margin: -3px 0 0;
  background: transparent url(../img/icons.png) 0 -127px no-repeat;
  right: 13px;
}
.form-buttons {
  margin: 60px 0 0;
}
.button {
  max-width: 100%;
  background: #c20e2c;
  padding: 18px 15px;
  border-radius: 3px;
  color: #ffffff;
  font: bold 18px/20px 'Futura New', sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.button[disabled] {
  background: #cccccc;
  opacity: 1;
}
.button.p-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.button.small {
  padding: 9px 20px;
  font: bold 12px/16px 'Futura New', sans-serif;
}
.button.medium {
  padding: 11px 20px;
  font: bold 16px/20px 'Futura New', sans-serif;
}
.button.width-190 {
  width: 190px;
}
.button.width-full {
  width: 100%;
}
.methods-section {
  margin: 112px 0 85px;
}
.methods-section .page-title {
  margin: 0 0 15px;
}
.methods-blocks {
  padding: 0 0 75px;
  border-bottom: 5px solid #f0f7ff;
  font-size: 0;
}
.methods-block {
  width: 16.66666%;
  height: 124px;
  padding: 0 15px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease;
  opacity: 0.4;
  display: inline-block;
  vertical-align: top;
  line-height: 124px;
  text-align: center;
}
.methods-block:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.methods-block img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.form-section .col-left {
  width: 62.4%;
  padding: 52px 0 0;
  float: left;
}
.form-section .col-left .pluses-blocks {
  margin-top: 62px;
}
.form-section .col-left > .text-name.f-20:first-child {
  margin: -19px 0 0;
}
.form-section .col-left > .image:first-child {
  margin: -52px 0 30px;
}
.form-section .col-left .image {
  margin: 34px 0 0;
}
.form-section .text-subtitle {
  margin: 0 0 25px;
}
.form-section .col-right {
  width: 31.7%;
  float: right;
}
.text-subtitle {
  font: 24px/30px 'Futura New', sans-serif;
  text-transform: uppercase;
}
.text-subtitle.f20 {
  font: 20px/32px 'Futura New', sans-serif;
}
.text-subtitle .big {
  font: bold 36px/30px 'Futura New', sans-serif;
}
.text-subtitle .red {
  color: #c20e2c;
}
.pluses-blocks {
  margin: 0 -30px;
}
.pluses-block {
  width: 33.33333%;
  padding: 0 30px;
  float: left;
  font: 300 16px/20px 'Futura New', sans-serif;
}
.pluses-block .icon {
  height: 50px;
  margin: 0 0 32px;
  line-height: 50px;
}
.pluses-block .icon img {
  max-height: 100%;
  vertical-align: bottom;
}
.pluses-block .text-bold {
  margin: 0 0 21px;
}
.form-block {
  border: 5px solid #f0f7ff;
  padding: 30px 30px 35px;
}
.footer {
  margin: 120px 0 0;
}
.footer .header {
  background: #2c353a;
  padding: 29px 0 28px;
  position: static;
  color: #fff;
}
.footer .nav > ul > li:before {
  background: #fff;
}
.footer .dropdown-block {
  top: auto;
  bottom: 100%;
}
.footer .dropdown-block:before {
  border-top: 7px solid #fff;
  border-bottom: none;
  top: 100%;
  bottom: auto;
}
.copyright {
  background: #272f33;
  padding: 13px 0;
  color: #abacad;
  font: 300 16px/20px 'Futura New', sans-serif;
}
.copyright .block {
  width: 46%;
}
.copyright a:hover {
  opacity: 1;
  color: #ffffff;
}
.nav-toggle {
  width: 40px;
  height: 40px;
  background: #fff;
  padding: 12px 11px 13px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.nav-toggle.state-active {
  background: #C10D2C;
}
.nav-toggle.state-active:before,
.nav-toggle.state-active:after {
  border-color: #fff;
}
.nav-toggle:before,
.nav-toggle:after {
  width: 100%;
  height: 6px;
  margin: 2px 0 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  display: block;
  content: "";
}
.nav-toggle:after {
  border-bottom: none;
}
/* teachers */
.content-col {
  width: 68.5%;
  padding: 0 35px 0 0;
  float: right;
}
.content-col:first-child {
  width: 31.5%;
  padding: 0;
  float: left;
}
.content-col .c-video {
  margin: 0 0 22px;
}
.filter-section {
  margin: 0 0 15px;
}
.filter-blocks {
  margin: 0 -8px;
  font-size: 0;
}
.filter-block {
  width: 50%;
  padding: 0 8px;
  display: inline-block;
}
.teacher-block {
  margin: 15px 0 0;
  border: 1px solid #f0f7ff;
  position: relative;
}
.teacher-block:hover {
  border-color: #c20e2c;
}
.teacher-block:hover .teacher-block-wr {
  border-color: transparent;
}
.teacher-block:hover .teacher-heading .text-name.f-20 {
  color: #c20e2c;
}
.teacher-block:first-child {
  margin-top: 0;
}
.teacher-block .teacher-block-wr {
  padding: 20px;
  border: 2px solid #f0f7ff;
}
.teacher-block .image {
  width: 110px;
  height: 110px;
  margin: 0 25px 0 0;
  float: left;
  line-height: 0;
}
.teacher-block .image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.teacher-block .text-icon {
  margin: 5px 0 0;
}
.teacher-block .text-name.f-12 {
  margin: 11px 0 0;
}
.teacher-heading {
  margin: 0 0 16px;
}
.teacher-heading .text-name.f-20 {
  padding: 5px 0;
}
.teacher-heading .button {
  margin: 0 0 0 20px;
  float: right;
}
.text-name.f-11 {
  font: 11px/14px 'Futura New', sans-serif;
}
.text-name.f-12 {
  font: 12px/18px 'Futura New', sans-serif;
}
.text-name.f-13 {
  font: 13px/18px 'Futura New', sans-serif;
}
.text-name.f-14 {
  font: 14px/24px 'Futura New', sans-serif;
}
.text-name.f-15 {
  font: 15px/20px 'Futura New', sans-serif;
}
.text-name.f-18 {
  font: 18px/22px 'Futura New', sans-serif;
}
.text-name.f-20 {
  font: 20px/26px 'Futura New', sans-serif;
}
.text-name.f-24 {
  font: 24px/28px 'Futura New', sans-serif;
}
.text-name.f-26 {
  font: 26px/32px 'Futura New', sans-serif;
  letter-spacing: 0.06em;
}
.text-name.f-30 {
  font: 30px/36px 'Futura New', sans-serif;
  letter-spacing: 0.06em;
}
.text-name.f-36 {
  font: 36px/46px 'Futura New', sans-serif;
  letter-spacing: 0.02em;
}
.text-name.f-45 {
  font: 45px/52px 'Futura New', sans-serif;
  letter-spacing: 0.06em;
}
.text-name.f-60 {
  font: 60px/72px 'Futura New', sans-serif;
  letter-spacing: 0.06em;
}
.text-name.font-arial {
  font-family: Arial, sans-serif;
}
.color-grey {
  color: #8d9092;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: bold;
}
.font-arial {
  font-family: Arial, sans-serif;
}
.font-upper {
  text-transform: uppercase;
}
.line-height-24 {
  line-height: 24px;
}
.button-more-blocks {
  margin: 36px 0 0;
}
.button-more {
  padding: 0 18px 0 0;
  position: relative;
  color: #c20e2c;
  font: bold 13px/18px 'Futura New', sans-serif;
  text-transform: uppercase;
}
.button-more:hover .border {
  border-bottom-color: transparent;
}
.button-more:before {
  width: 8px;
  height: 5px;
  margin: -3px 0 0;
  background: transparent url(../img/icons.png) 0px 0px no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
}
.button-more .border {
  border-bottom: 1px dotted #edc3ca;
  display: inline;
}
.table-time {
  text-align: center;
}
.table-time table {
  border-spacing: 4px;
  border-collapse: separate;
}
.table-time thead td {
  color: #2c353a;
  font: bold 13px/18px 'Futura New', sans-serif;
  text-transform: uppercase;
}
.table-time tbody {
  color: #8d9092;
  font: 13px/18px 'Futura New', sans-serif;
}
.table-time tbody td,
.table-time div[data-timeid] label{
  width: 14.28571429%;
  background: #f0f7ff;
  padding: 9px 0 8px;
  border-radius: 3px;
  cursor: pointer;
}
.table-time div[data-timeid] {
    display: table-row;
}
.table-time div[data-timeid] label {
    outline: 1px solid white;
    width: 48px;
    font-size: 15px;
    display: table-cell;
    padding: 4px 0 5px;
}
.table-time div[data-timeid] input:checked + label {
    background: #0073ff;
    color: #fff;
}
.table-time div[data-timeid="0"] label {
    font-size: 15px;
    background: transparent;
    font-weight: bold;
    text-transform: uppercase;
}
.table-time div[data-timeid] input[type="checkbox"] {
    display: none;
}
.table-time tbody td:hover {
  color: #0172ff;
}
.table-time tbody td.active {
  background: #0172ff;
  color: #fff;
}
.popup-wr {
  width: 100%;
  height: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 45;
  display: none;
  overflow: auto;
}
.popup-wr .popup {
  max-width: 100%;
  width: 800px;
  margin: 100px auto;
  background: #ffffff;
  padding: 35px 24px 50px;
  border: 3px solid #f0f7ff;
  position: relative;
}
.popup-wr .popup > .text-name.f-30 {
  margin: 0 0 48px;
}
.icon-close {
  padding: 5px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.icon-close:before {
  width: 18px;
  height: 18px;
  background: transparent url(../img/icons.png) 0 -333px no-repeat;
  display: inline-block;
  vertical-align: top;
  content: "";
}
.teacher-page .teacher-heading {
  margin: 0 0 40px;
}
.teacher-page .teacher-heading .button {
  margin: 0;
}
.teacher-page .schedule-section {
  margin: 61px 0 0;
}
.teacher-heading {
  line-height: 60px;
}
.teacher-heading .image {
  width: 60px;
  height: 60px;
  margin: 0 22px 0 0;
  float: left;
}
.teacher-heading .image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.teacher-heading .actions {
  margin: 0 0 0 22px;
  float: right;
}
.meta-block {
  margin: 29px 0 0;
}
.meta-block:first-child {
  margin-top: 0;
}
.meta-block .text-icon {
  margin: 0 0 10px;
}
.text-icon {
  padding: 0 0 0 36px;
  position: relative;
  font: bold 18px/24px 'Futura New', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.text-icon.small {
  padding: 0 0 0 26px;
  font: 12px/18px Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
}
.text-icon.small.i-teach:before {
  background: transparent url(../img/icons.png) 0 -241px no-repeat;
}
.text-icon.small.i-glass:before {
  background: transparent url(../img/icons.png) 1px -288px no-repeat;
}
.text-icon.small:before {
  width: 18px;
  height: 18px;
}
.text-icon.i-teach:before {
  background: transparent url(../img/icons.png) 2px -378px no-repeat;
}
.text-icon.i-paper:before {
  background: transparent url(../img/icons.png) 1px -426px no-repeat;
}
.text-icon.i-hat:before {
  background: transparent url(../img/icons.png) 0 -475px no-repeat;
}
.text-icon.i-glass:before {
  background: transparent url(../img/icons.png) 2px -524px no-repeat;
}
.text-icon:before {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.schedule-section .text-name.f-26 {
  margin: 0 0 42px;
}
.schedule-heading {
  margin: 0 0 16px;
  padding: 0 35px;
  position: relative;
}
.link-arrow {
  margin: -8px 0 0;
  position: absolute;
  top: 50%;
}
.link-arrow.prev {
  left: 0;
}
.link-arrow.prev:before {
  background: transparent url(../img/icons.png) 0 -576px no-repeat;
}
.link-arrow.next {
  right: 0;
}
.link-arrow.next:before {
  background: transparent url(../img/icons.png) 0 -622px no-repeat;
}
.link-arrow:before {
  width: 10px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  content: "";
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.schedule-table {
  overflow: auto;
  text-align: center;
}
.schedule-table > table > thead > tr > td {
  height: 46px;
}
.schedule-table > table > tbody > tr > td {
  width: 12.5%;
  height: 60px;
  padding: 0;
  border: 1px solid #e0eeff;
}
.schedule-table > table > tbody > tr > td table tr:first-child td {
  border-top: none;
}
.schedule-table > table > tbody > tr > td table td {
  height: 30px;
  padding: 0;
  border-top: 1px solid #f0f7ff;
}
.schedule-table td {
  min-width: 50px;
}
.schedule-table td.active {
  background: #0172ff;
}
.success-block {
  max-width: 517px;
  margin: 0 auto;
}
.success-block .text-name.f-30 {
  margin: 0 0 28px;
}
.success-block .button {
  margin: 47px 0 0;
}
/* index */
.promo-section {
  background: #666;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 950px;
}
.promo-section .wrapper {
  position: relative;
  z-index: 3;
}
.promo-section .text-name.f-24 {
  margin: 25px 0 0;
}
.promo-section .button {
  margin: 20px 0 0;
}
.full-frame {
  width: 100%;
  height: 100%;
  background: url(../img/bg_full-frame.jpg) center 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
}
.full-frame iframe,
.full-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pluses-section-scroll-wr {
  margin: 70px 0 30px;
  border-bottom: 1px solid #e0eeff;
  overflow: hidden;
}
.pluses-section-scroll {
  margin: 0 0 -20px;
  overflow: auto;
}
.pluses-blocks-scroll {
  margin: 0 auto;
}
.pluses-blocks-scroll .pluses-blocks {
  margin: 0;
}
.pluses-blocks-scroll .pluses-block {
  width: 290px;
  min-height: 300px;
  padding: 40px 40px 20px;
  border: solid #e0eeff;
  border-width: 1px 0 1px 1px;
  text-align: center;
}
.pluses-blocks-scroll .pluses-block:first-child {
  margin: 0;
  border-left-width: 0;
}
.pluses-blocks-scroll .pluses-block .icon {
  height: 75px;
  margin: 0 0 38px;
  line-height: 75px;
}
.pluses-blocks-scroll .pluses-block .text-bold {
  margin: 0 0 10px;
}
.promo-block {
  background: center 0 no-repeat;
  background-size: cover;
  padding: 40px 0;
  line-height: 460px;
}
.promo-block .info {
  width: 44.87179487%;
  float: right;
}
.promo-block .text-name.f-36 {
  margin: 0 0 28px;
}
.promo-block .button {
  margin: 44px 0 0;
}
.fit-section {
  margin: 0;
  padding: 60px 0;
}
.fit-section .page-title {
  margin: 0 0 85px;
}
.fit-blocks {
  margin: -80px -15px 0;
  font-size: 0;
}
.fit-blocks.w-half .fit-block {
  width: 50%;
}
.fit-blocks.no-border .fit-block .image {
  border-color: transparent;
  border-radius: 0;
}
.fit-block {
  width: 33.33333%;
  margin: 50px 0 0;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  line-height: 70px;
}
.fit-block .image {
  width: 71px;
  height: 70px;
  margin: 0 15px 0 0;
  border: 1px solid #c20e2c;
  border-radius: 100%;
  float: left;
  text-align: center;
}
.fit-block .image img {
  max-width: 90%;
  max-height: 90%;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.fit-block .overflow {
  max-width: 450px;
}
.platform-section {
  background: #f9fcff;
  padding: 50px 0 0px;
  overflow: hidden;
}
.platform-section .page-title {
  margin: 0 0 12px;
}
.platform-section .uf-points {
  margin: 40px 0 0;
}
.platform-roundabout {
  height: 419px;
  margin: 44px 0 0;
  padding: 0 0 0 90px;
  position: relative;
  z-index: 1;
}
.platform-roundabout img {
  width: 100%;
  height: 100%;
}
.platform-roundabout .roundabout-moveable-item {
  margin: 40px -100px 0;
  -webkit-transform: scale(0.6);
  transition: all 0.3s ease;
  top: 0 !important;
}
.platform-roundabout .roundabout-moveable-item.roundabout-in-focus {
  margin: 0;
  -webkit-transform: scale(1);
}
.platform-slide {
  width: 727px;
  height: 419px;
  padding: 18px 82px 46px 85px;
  position: relative;
}
.platform-slide:before {
  width: 100%;
  height: 100%;
  background: url(../img/icon_laptop.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  content: "";
}
.uf-points {
  text-align: center;
}
.uf-point {
  width: 11px;
  height: 11px;
  margin: 0 3px;
  border: 1px solid #c20e2c;
  border-radius: 100%;
  display: inline-block;
}
.uf-point.active {
  background: #c20e2c;
}
.simulator-section {
  margin: 0;
  padding: 60px 0 25px;
}
.simulator-section .page-title {
  margin: 0 0 60px;
}
.devider-block {
  height: 5px;
  margin: 50px auto;
  background: #f0f7ff;
}
.photo-section-wr {
  margin: 50px 0;
  background: #f9fcff;
  padding: 50px 0;
}
.photo-section-wr .page-title {
  margin: 0 0 50px;
}
.photo-section-wr .button {
  margin: 70px 0 0;
}
.photo-section {
  margin: 0 0 -20px;
  overflow: auto;
}
.photo-block {
  width: 305px;
  height: 350px;
  padding: 0 0 0 5px;
  float: left;
  overflow: hidden;
}
.photo-block:first-child {
  width: 300px;
  padding-left: 0;
}
.photo-block img {
  width: 100%;
  min-height: 100%;
}
.reviews-section {
  overflow: hidden;
}
.reviews-section .page-title {
  margin: 0 0 70px;
}
.reviews-section .uf-points {
  margin: 50px 0 0;
}
.reviews-blocks .roundabout {
  height: 350px;
}
.reviews-blocks .roundabout-moveable-item {
  margin: 40px -100px 0;
  -webkit-transform: scale(0.6);
  transition: all 0.3s ease;
  top: 0 !important;
}
.reviews-blocks .roundabout-moveable-item.roundabout-in-focus {
  margin: 0;
  -webkit-transform: scale(1);
}
.reviews-block {
  width: 700px;
  margin: 0 15px;
  background: #fff;
  padding: 35px;
  border: 1px solid #f0f7ff;
  text-align: center;
}
.reviews-block .image {
  width: 130px;
  height: 130px;
  margin: 0 auto 33px;
}
.reviews-block .image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.reviews-block .text-name.f-20 {
  margin: 0 0 16px;
}
.partner-section-wr {
  margin: 100px 0;
}
.partner-section-wr .page-title {
  margin: 0 0 74px;
}
.partner-section {
  margin: 0 0 -20px;
  overflow: auto;
}
.partner-section .partner-block {
  margin-bottom: 20px;
}
.partner-block {
  width: 300px;
  height: 80px;
  padding: 0 30px;
  float: left;
  line-height: 80px;
  text-align: center;
}
.partner-block img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.course-section {
  margin: 46px 0;
}
.course-blocks {
  margin: -3.33333% 0 0 -3.33333%;
}
.course-block {
  width: 30%;
  margin: 3.33333% 0 0 3.33333%;
  padding: 20px 20px 12px;
  border: 5px solid #f0f7ff;
  position: relative;
  float: left;
}
.course-block .image {
  width: 70px;
  height: 70px;
  float: left;
}
.course-block .image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.course-block .info {
  width: 222px;
  float: right;
}
.course-block .line-height {
  line-height: 70px;
}
.course-block .text-name.f-12 {
  margin: 3px 0 0;
}
.course-block .course-list {
  margin: 9px 0 0;
}
.course-block .min-height {
  min-height: 316px;
}
.course-block .course-price {
  margin: 25px -25px 0 0;
}
.course-list .text-name.f-18 {
  margin: 0 0 12px;
}
.course-list ul {
  margin: 0 0 0 -19px;
}
.course-list ul li {
  margin: 12px 0 0;
  padding: 0 0 0 19px;
  position: relative;
  font: 13px/18px Arial, sans-serif;
}
.course-list ul li:first-child {
  margin-top: 0;
}
.course-list ul li:before {
  width: 11px;
  height: 11px;
  background: transparent url(../img/icons.png) 0 -668px no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
}
.course-price .link {
  margin: 6px 0 0;
  float: left;
  color: #74b2ff;
  font: 13px/20px Arial, sans-serif;
  text-decoration: underline;
}
.course-price .link:hover {
  text-decoration: none;
}
.course-price .price {
  background: #c20e2c;
  padding: 6px 11px 6px 14px;
  border-radius: 16px 0 0 16px;
  float: right;
  color: #fff;
  font: bold 14px/20px 'Futura New', sans-serif;
}
.course-price .price .small {
  font-weight: 300;
  font-size: 12px;
}
/* about */
.sert-section {
  margin: 90px 0;
}
.sert-blocks {
  margin: -60px 0 0 -60px;
  font-size: 0;
}
.sert-block {
  width: 350px;
  height: 460px;
  margin: 60px 0 0 60px;
  background: url(../img/bg_sert.png) 0 0 no-repeat;
  background-size: 100%;
  padding: 19px 18px 19px 19px;
  display: inline-block;
  vertical-align: top;
}
.sert-block img {
  width: 100%;
  height: 100%;
}
/* education */
.step-section {
  margin: 88px 0;
  overflow: auto;
}
.step-blocks-wr {
  width: 1170px;
  overflow: hidden;
}
.step-blocks {
  margin: 0 -365px 0 0;
}
.step-block {
  width: 380px;
  float: left;
  position: relative;
}
.step-block:before {
  width: 129px;
  height: 110px;
  margin: 20px 0;
  background: url(../img/bg_step.png) 0 0 no-repeat;
  position: absolute;
  top: 100%;
  left: 40px;
  content: "";
}
.step-block:nth-child(1) .step-num {
  background: #bbdefb;
}
.step-block:nth-child(2) .step-num {
  background: #64b5f6;
}
.step-block:nth-child(3) .step-num {
  background: #2196f3;
}
.step-block:nth-child(4) .step-num {
  background: #0172ff;
}
.step-block:nth-child(5) .step-num {
  background: #1565c0;
}
.step-block:nth-child(n+4) {
  width: 324px;
  margin-right: 53px;
  margin-top: 80px;
}
.step-block:nth-child(n+4):before {
  background-position: 0 -114px;
  top: auto;
  bottom: 100%;
}
.step-block:nth-child(4) {
  margin-left: 190px;
}
.step-block:nth-child(6):before {
  display: none;
}
.step-num {
  width: 80px;
  height: 80px;
  background: #0d47a1;
  border-radius: 100%;
  color: #fff;
  font: bold 30px/70px 'Futura New', sans-serif;
  text-align: center;
}
.step-num .small {
  margin: 1px 0 0;
  font: bold 11px/12px 'Futura New', sans-serif;
  text-transform: uppercase;
}
/*responsive undefitied@gmail.com*/
.toShow1024,
.toShow800,
.toShow600,
.toShow480,
.toShow320 {
  display: none;
}
@media screen and (max-width: 1185px) {
  .toShow1024 {
    display: block;
  }
  .toHide1024 {
    display: none;
  }
  .wrapper {
    width: 960px;
  }
  .header .logo {
    margin: 0 20px 0 0;
  }
  .header .phone-block {
    width: 150px;
  }
  .payment-col {
    width: 390px;
    margin: 0 0 0 40px;
  }
  .form-field .field-name,
  .form-field.field-cost .field-name {
    width: auto;
    margin: 0 0 5px;
    float: none;
    display: block;
  }
  .form-field .input-block {
    width: auto;
    float: none;
    display: block;
  }
  .sert-block {
    width: 280px;
    height: 368px;
    padding: 15px 14px 14px 15px;
  }
  .course-block .info {
    width: 182px;
  }
  .course-block .image {
    width: 50px;
    height: 50px;
  }
  .course-block .line-height {
    line-height: 50px;
  }
  .promo-section {
    line-height: 670px;
  }
}
@media screen and (max-width: 985px) {
  .toShow800 {
    display: block;
  }
  .toHide800 {
    display: none;
  }
  .wrapper {
    width: 760px;
  }
  .header {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    position: fixed;
    z-index: 27;
    line-height: 40px;
  }
  .header .logo {
    width: 60px;
    margin: 0;
  }
  .header .nav {
    width: 90%;
    height: 100%;
    background: #fff;
    padding: 0 0 60px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    position: fixed;
    top: 60px;
    left: -100%;
    opacity: 0;
    z-index: 25;
    overflow: auto;
  }
  .header .nav > ul.align {
    display: block;
  }
  .header .nav > ul > li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
    display: block;
  }
  .header .nav > ul > li:first-child {
    border-top: none;
  }
  .header .nav > ul > li:before {
    display: none;
  }
  .header .nav > ul > li > a {
    padding: 10px 20px;
    display: block;
    text-align: center;
  }
  .header .nav > ul > li > a:before {
    top: 18px;
    right: 7px;
  }
  body.state-active-nav .header .nav {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    left: 0;
    opacity: 1;
  }
  .top-section {
    padding: 60px 0 0;
  }
  .payment-blocks {
    padding: 55px 65px 40px;
  }
  .payment-col {
    width: auto;
    margin: 40px 0 0;
    float: none;
  }
  .payment-col:first-child {
    margin-top: 0;
  }
  .payment-col .text-payment {
    padding-right: 0;
  }
  .form-section .col-left,
  .form-section .col-right {
    width: 100%;
    margin: 60px 0 0;
  }
  .form-section .col-left:first-child,
  .form-section .col-right:first-child {
    margin-top: 0;
  }
  .footer {
    margin: 60px 0 0;
  }
  .footer .header {
    display: none;
  }
  .table-time table {
    border-spacing: 2px;
  }
  .sert-blocks {
    margin-left: -20px;
  }
  .sert-block {
    width: 240px;
    height: 314px;
    margin-left: 20px;
    padding: 13px 12px 11px 13px;
  }
  .course-block .image {
    width: 50px;
    height: 50px;
    margin: 0 0 20px 10px;
    float: none;
  }
  .course-block .info {
    width: auto;
    padding: 0 0 0 10px;
    float: none;
  }
  .course-block .line-height {
    line-height: 50px;
  }
  .course-block {
    width: 46%;
  }
  .promo-section {
    line-height: 540px;
  }
}
@media screen and (max-width: 785px) {
  .toShow600 {
    display: block;
  }
  .toHide600 {
    display: none;
  }
  .wrapper {
    width: 560px;
  }
  .methods-section {
    text-align: center;
  }
  .methods-block {
    width: 33.33333%;
    height: 90px;
    line-height: 90px;
  }
  .pluses-blocks {
    margin: 0 -10px;
  }
  .pluses-block {
    padding: 0 10px;
  }
  .content-col {
    width: auto;
    padding: 0;
    float: none;
  }
  .content-col:first-child {
    width: auto;
    margin: 0 0 40px;
    float: none;
  }
  .teacher-heading .text-name.f-30 {
    font: 24px/26px 'Futura New', sans-serif;
  }
  .sert-block {
    width: 280px;
    height: 364px;
    padding: 9px 9px 7px 9px;
  }
  .course-blocks {
    margin-left: 0;
  }
  .course-block {
    width: 100%;
    margin-left: 0;
  }
  .fit-block {
    width: 50%;
  }
  .platform-slide {
    width: 507px;
    height: 290px;
    padding: 13px 56px 29px 57px;
  }
  .platform-roundabout {
    height: 299px;
    padding: 0 5px 0 0;
  }
}
@media screen and (max-width: 585px) {
  .toShow480 {
    display: block;
  }
  .toHide480 {
    display: none;
  }
  .wrapper {
    width: auto;
    padding: 0 15px;
  }
  .payment-section {
    margin: 68px 0 62px;
  }
  .payment-blocks {
    padding: 45px 25px 30px;
  }
  .methods-section {
    margin: 62px 0 55px;
  }
  .methods-blocks {
    padding: 0 0 35px;
  }
  .teacher-page .teacher-heading {
    padding: 0 0 70px;
    position: relative;
  }
  .teacher-page .teacher-heading .actions {
    margin: 0;
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .schedule-heading .text-name.f-24 {
    font: 20px/24px 'Futura New', sans-serif;
  }
  .sert-blocks {
    margin: 0;
  }
  .sert-block {
    margin: 60px auto 0;
    display: block;
  }
  .text-name.f-60 {
    font: 50px/52px 'Futura New', sans-serif;
  }
  .text-name.f-36 {
    font: 26px/36px 'Futura New', sans-serif;
  }
  .pluses-section-scroll-wr {
    margin: 0;
  }
  .promo-block {
    background-size: auto 200px;
    background-position: 0 0;
    padding: 230px 0 0;
    line-height: 1;
  }
  .promo-block .info {
    width: 100%;
  }
  .fit-section .page-title {
    margin: 0 0 45px;
  }
  .page-title {
    font: bold 26px/34px 'Futura New', sans-serif;
  }
  .fit-section {
    margin: 0;
  }
  .platform-section {
    padding: 51px 0 30px;
  }
  .simulator-section {
    margin: 0;
    padding: 50px 0;
  }
}
@media screen and (max-width: 465px) {
  .toShow320 {
    display: block;
  }
  .toHide320 {
    display: none;
  }
  .pluses-block {
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
  }
  .pluses-block:first-child {
    margin-top: 0;
  }
  .pluses-blocks-scroll .pluses-block {
    margin: 0;
  }
  .form-field .righted {
    margin: 25px 0 0;
    float: none;
  }
  .form-field .righted:first-child {
    margin-top: 0;
  }
  .form-field .righted .button.width-190 {
    width: 100%;
  }
  .form-block {
    padding: 15px 20px 20px;
  }
  .filter-block {
    width: 100%;
    margin: 15px 0 0;
  }
  .filter-block:first-child {
    margin-top: 0;
  }
  .teacher-block .image {
    margin: 0 auto 30px;
    float: none;
  }
  .teacher-heading {
    text-align: center;
  }
  .teacher-heading .button {
    margin: 0 0 10px;
    float: none;
  }
  .teacher-page .teacher-heading .image {
    margin: 0 auto 15px;
    float: none;
  }
  .teacher-page .teacher-heading .actions {
    width: 100%;
    text-align: center;
  }
  .fit-blocks.w-half .fit-block {
    width: 100%;
  }
  .fit-block {
    width: 100%;
  }
  .devider-block {
    margin: 30px auto;
  }
  .platform-slide {
    width: 307px;
    height: 175px;
    padding: 12px 34px 16px 35px;
  }
  .platform-roundabout .roundabout-moveable-item {
    margin: 10px -50px 0;
  }
  .platform-roundabout {
    height: 179px;
    padding: 0 5px 0 0;
  }
  .photo-section-wr {
    margin: 50px 0;
    padding: 50px 0;
  }
}
