@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic,cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:100, 300, 400, 400i, 600, 700, 900");
.section {
  display: block;
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  z-index: 2; }

.section-title {
  display: block;
  position: relative;
  text-align: center;
  font-size: 70px;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  color: black;
  line-height: 1.2; }
  .section-title.side {
    margin-bottom: 30px; }

.btn_default {
  display: inline-block;
  position: relative;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 7px;
  outline: none;
  text-decoration: none !important;
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  -o-transition: transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease; }
  .btn_default .circle {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #ff2400;
    vertical-align: middle;
    margin-right: 15px;
    background-image: url("../img/src/arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
    transition: -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
    -o-transition: transform .5s ease, box-shadow .5s ease;
    transition: transform .5s ease, box-shadow .5s ease;
    transition: transform .5s ease, box-shadow .5s ease, -webkit-transform .5s ease, -webkit-box-shadow .5s ease; }
    .btn_default .circle:before {
      content: '';
      display: block;
      position: absolute;
      border: 1px solid rgba(255, 36, 0, 0.8);
      -webkit-border-radius: 50%;
              border-radius: 50%;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease;
      -webkit-animation: da-pulse 2.2s ease-in-out 0s infinite;
              animation: da-pulse 2.2s ease-in-out 0s infinite; }
    .btn_default .circle:after {
      content: '';
      display: block;
      position: absolute;
      border: 1px solid rgba(255, 36, 0, 0.3);
      -webkit-border-radius: 50%;
              border-radius: 50%;
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease;
      -webkit-animation: da-pulse 2.2s ease-in-out 0s infinite;
              animation: da-pulse 2.2s ease-in-out 0s infinite; }
    .btn_default .circle .inside {
      content: '';
      display: block;
      position: absolute;
      border: 1px solid rgba(255, 36, 0, 0.1);
      -webkit-border-radius: 50%;
              border-radius: 50%;
      top: -15px;
      left: -15px;
      right: -15px;
      bottom: -15px;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease;
      -webkit-animation: da-pulse 2.2s ease-in-out 0s infinite;
              animation: da-pulse 2.2s ease-in-out 0s infinite; }
  .btn_default .name {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    min-width: 150px;
    -webkit-transition: letter-spacing .5s ease;
    -o-transition: letter-spacing .5s ease;
    transition: letter-spacing .5s ease; }
  .btn_default:hover .name {
    -webkit-transition: letter-spacing .5s ease;
    -o-transition: letter-spacing .5s ease;
    transition: letter-spacing .5s ease; }
  .btn_default:hover .circle {
    -webkit-transition: -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
    transition: -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
    -o-transition: transform .5s ease, box-shadow .5s ease;
    transition: transform .5s ease, box-shadow .5s ease;
    transition: transform .5s ease, box-shadow .5s ease, -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-box-shadow: 0 0 40px 5px rgba(229, 33, 41, 0.25);
            box-shadow: 0 0 40px 5px rgba(229, 33, 41, 0.25); }
    .btn_default:hover .circle:before {
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease; }
    .btn_default:hover .circle:after {
      top: -18px;
      left: -18px;
      right: -18px;
      bottom: -18px;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease; }
    .btn_default:hover .circle .inside {
      top: -26px;
      left: -26px;
      right: -26px;
      bottom: -26px;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease; }
  .btn_default:active {
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85); }
  .btn_default.single .circle:after {
    content: none !important; }
  .btn_default.single .inside {
    display: none !important; }
  .btn_default.single.white .name {
    color: #fff;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75); }
  .btn_default.whiteshadow {
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8); }
  .btn_default.lg .circle {
    width: 60px;
    height: 60px;
    background-image: url("../img/src/arrow_lg.png"); }
  .btn_default.lg .name {
    font-size: 22px;
    font-weight: bold; }

@media all and (max-width: 480px) {
  .btn_default .name {
    min-width: initial;
    text-align: left; }
    .btn_default .name .circle {
      margin-right: 25px; } }

/* < 480px */
@media all and (min-width: 480px) {
  .btn_default:hover .name {
    letter-spacing: 1px; } }

/* > 480px */
@media all and (max-width: 360px) {
  .btn_default .circle {
    margin-right: 20px; }
  .btn_default .name {
    font-size: 16px; } }

/* < 360px */
.play {
  display: inline-block;
  position: absolute;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 7px;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -70px;
  outline: none;
  text-decoration: none !important;
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  -o-transition: transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease; }
  .play .core {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #ff2400;
    vertical-align: middle;
    background-image: url("../img/src/play.png");
    -webkit-background-size: 45px 45px;
            background-size: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0 50px 0px rgba(255, 36, 0, 0.7);
            box-shadow: 0px 0 50px 0px rgba(255, 36, 0, 0.7);
    -webkit-transition: -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
    transition: -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
    -o-transition: transform .5s ease, box-shadow .5s ease;
    transition: transform .5s ease, box-shadow .5s ease;
    transition: transform .5s ease, box-shadow .5s ease, -webkit-transform .5s ease, -webkit-box-shadow .5s ease; }
    .play .core:before {
      content: '';
      display: block;
      position: absolute;
      border: 1px solid rgba(237, 28, 36, 0.8);
      -webkit-border-radius: 50%;
              border-radius: 50%;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease;
      -webkit-animation: da-pulse-small 2.2s ease-in-out 0s infinite;
              animation: da-pulse-small 2.2s ease-in-out 0s infinite; }
    .play .core:after {
      content: '';
      display: block;
      position: absolute;
      border: 1px solid rgba(237, 28, 36, 0.3);
      -webkit-border-radius: 50%;
              border-radius: 50%;
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease;
      -webkit-animation: da-pulse-small 2.2s ease-in-out 0s infinite;
              animation: da-pulse-small 2.2s ease-in-out 0s infinite; }
    .play .core .inside {
      content: '';
      display: block;
      position: absolute;
      border: 1px solid rgba(237, 28, 36, 0.1);
      -webkit-border-radius: 50%;
              border-radius: 50%;
      top: -15px;
      left: -15px;
      right: -15px;
      bottom: -15px;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease;
      -webkit-animation: da-pulse-small 2.2s ease-in-out 0s infinite;
              animation: da-pulse-small 2.2s ease-in-out 0s infinite; }
  .play .name {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
    vertical-align: middle;
    min-width: 150px;
    -webkit-transition: letter-spacing .5s ease;
    -o-transition: letter-spacing .5s ease;
    transition: letter-spacing .5s ease; }

.video_outer {
  outline: none; }
  .video_outer .video_inner {
    outline: none; }
    .video_outer .video_inner:hover .core {
      -webkit-transition: -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
      transition: -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
      -o-transition: transform .5s ease, box-shadow .5s ease;
      transition: transform .5s ease, box-shadow .5s ease;
      transition: transform .5s ease, box-shadow .5s ease, -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
      -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
              transform: scale(1.15); }
      .video_outer .video_inner:hover .core:before {
        top: -8px;
        left: -8px;
        right: -8px;
        bottom: -8px;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease; }
      .video_outer .video_inner:hover .core:after {
        top: -16px;
        left: -16px;
        right: -16px;
        bottom: -16px;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease; }
      .video_outer .video_inner:hover .core .inside {
        top: -24px;
        left: -24px;
        right: -24px;
        bottom: -24px;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease; }
    .video_outer .video_inner:active .core {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
      transition: -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
      -o-transition: transform .5s ease, box-shadow .5s ease;
      transition: transform .5s ease, box-shadow .5s ease;
      transition: transform .5s ease, box-shadow .5s ease, -webkit-transform .5s ease, -webkit-box-shadow .5s ease; }

.simple_btn {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease; }
  .simple_btn.b {
    color: #00e4ff; }
    .simple_btn.b:hover {
      color: #00c2ff;
      -webkit-transition: color .35s ease;
      -o-transition: color .35s ease;
      transition: color .35s ease;
      text-decoration: none; }
  .simple_btn.r {
    color: #ed1c24;
    text-transform: uppercase; }
    .simple_btn.r:hover {
      color: #00c2ff;
      text-decoration: none; }
  .simple_btn.u {
    text-decoration: underline !important;
    text-transform: none !important; }

.pulse {
  -webkit-animation: da-pulse 2.2s ease-in-out 0s infinite;
          animation: da-pulse 2.2s ease-in-out 0s infinite; }

.pulse span, .pulse:before {
  border: 1px solid rgba(239, 71, 111, 0.15); }

@-webkit-keyframes da-pulse {
  0%,
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: .4; }
  48%,
  52% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 1; } }

@keyframes da-pulse {
  0%,
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: .4; }
  48%,
  52% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 1; } }

@-webkit-keyframes da-pulse-small {
  0%,
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: .4; }
  48%,
  52% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1; } }

@keyframes da-pulse-small {
  0%,
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: .4; }
  48%,
  52% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1; } }

.tracking-in-expand-fwd {
  -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -7px;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1; } }

@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -7px;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1; } }

.tracking-in-contract-bck {
  -webkit-animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 15px;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1; } }

@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 15px;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1; } }

.slide_to_right {
  left: 0 !important;
  -webkit-transition: left .5s ease;
  -o-transition: left .5s ease;
  transition: left .5s ease; }

.bonus_info_outer::-webkit-scrollbar {
  width: 10px;
  height: 6px; }

.bonus_info_outer::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

.bonus_info_outer::-webkit-scrollbar-thumb {
  background: #ffffff;
  background: red;
  border: 0px none #ffffff;
  -webkit-border-radius: 50px;
          border-radius: 50px; }

.bonus_info_outer::-webkit-scrollbar-track {
  background: #999999;
  background: #fff;
  border: 0px none #ffffff;
  -webkit-border-radius: 50px;
          border-radius: 50px; }

.bonus_info_outer::-webkit-scrollbar-corner {
  background: transparent; }

@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/rbtl/Roboto-Light.eot");
  src: url("../fonts/rbtl/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/rbtl/Roboto-Light.woff") format("woff"), url("../fonts/rbtl/Roboto-Light.ttf") format("truetype"), url("../fonts/rbtl/Roboto-Light.svg#sans-serif") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Italic";
  src: url("../fonts/roboto/italic/Roboto-Italic.eot");
  src: url("../fonts/roboto/italic/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/italic/Roboto-Italic.woff") format("woff"), url("../fonts/roboto/italic/Roboto-Italic.ttf") format("truetype"), url("../fonts/roboto/italic/Roboto-Italic.svg#") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto-LightItalic";
  src: url("../fonts/roboto/light_italic/Roboto-LightItalic.eot");
  src: url("../fonts/roboto/light_italic/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/light_italic/Roboto-LightItalic.woff") format("woff"), url("../fonts/roboto/light_italic/Roboto-LightItalic.ttf") format("truetype"), url("../fonts/roboto/light_italic/Roboto-LightItalic.svg#") format("svg");
  font-weight: normal;
  font-style: normal; }

.db {
  display: block; }

.posr {
  position: relative; }

.dib {
  display: inline-block; }

.redo {
  background-color: red !important; }

#header_outr {
  display: block;
  position: relative;
  overflow: hidden; }

.front_page #header {
  background-color: #676767; }

#header {
  display: table;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-image: url("../img/header_bg.png");
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover; }
  #header:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-image: url("../img/patterns/left.png");
    background-repeat: no-repeat;
    background-position: left bottom; }
  #header:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-image: url("../img/patterns/right.png");
    background-repeat: no-repeat;
    background-position: right bottom; }
  #header .inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 4; }
    #header .inner .slogan {
      font-size: 70px;
      font-family: "Roboto", sans-serif;
      font-weight: 100;
      color: white;
      line-height: 1.2;
      max-width: 70%;
      margin-bottom: 20px; }
      #header .inner .slogan .t {
        -webkit-animation-delay: .5s;
                animation-delay: .5s; }
      #header .inner .slogan .b {
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
  #header .btn_default .circle {
    margin-right: 10px; }
  #header .btn_default .name {
    min-width: 190px;
    text-align: center; }
  #header .full_height {
    display: block;
    position: absolute;
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2; }
  #header .form_wrapper {
    display: inline-block;
    position: relative;
    max-width: 70%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 30px; }
    #header .form_wrapper .title {
      font-size: 28px;
      font-family: "Roboto-Light";
      color: black;
      line-height: 1.2;
      text-align: left;
      font-weight: 300;
      margin-bottom: 20px; }
      #header .form_wrapper .title span {
        font-weight: 400;
        font-family: "Roboto", sans-serif; }
    #header .form_wrapper .form-group {
      display: inline-block;
      position: relative;
      width: initial;
      text-align: left;
      margin-bottom: 0;
      vertical-align: middle; }
      #header .form_wrapper .form-group input {
        display: inline-block;
        position: relative;
        width: initial;
        font-size: 18px;
        -webkit-border-radius: 0;
                border-radius: 0;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        background-color: transparent;
        font-size: 20px;
        font-family: "Roboto Condensed", sans-serif;
        color: black;
        height: auto;
        width: 250px;
        padding: 6px 10px;
        border-bottom: 2px solid #545455;
        text-align: center;
        margin-right: 30px;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease; }
        #header .form_wrapper .form-group input::-webkit-input-placeholder {
          font-size: 20px;
          font-family: "Roboto Condensed", sans-serif;
          color: black;
          text-align: center; }
        #header .form_wrapper .form-group input:-moz-placeholder {
          font-size: 20px;
          font-family: "Roboto Condensed", sans-serif;
          color: black;
          text-align: center; }
        #header .form_wrapper .form-group input::-moz-placeholder {
          font-size: 20px;
          font-family: "Roboto Condensed", sans-serif;
          color: black;
          text-align: center; }
        #header .form_wrapper .form-group input:-ms-input-placeholder {
          font-size: 20px;
          font-family: "Roboto Condensed", sans-serif;
          color: black;
          text-align: center; }
        #header .form_wrapper .form-group input:focus {
          border-color: #00aadf;
          -webkit-transition: all .35s ease;
          -o-transition: all .35s ease;
          transition: all .35s ease; }
        #header .form_wrapper .form-group input.wpcf7-not-valid {
          border-bottom-color: #e52130;
          -webkit-transition: all .35s ease;
          -o-transition: all .35s ease;
          transition: all .35s ease; }
    #header .form_wrapper .btn_wrapper {
      display: inline-block;
      position: relative; }
      #header .form_wrapper .btn_wrapper .btn_default p {
        display: none !important; }

.oh {
  overflow: hidden; }

#fixed_social {
  display: block;
  position: fixed;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 6;
  padding-left: 0; }
  #fixed_social li {
    display: block;
    position: relative;
    text-align: center; }
    #fixed_social li a {
      display: inline-block;
      position: relative;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 18px;
      color: white;
      line-height: 2.7;
      text-decoration: none;
      outline: none;
      -webkit-transition: .75s ease;
      -o-transition: .75s ease;
      transition: .75s ease; }
      #fixed_social li a:hover {
        color: #00c2ff;
        text-decoration: none;
        outline: none;
        -webkit-transition: .35s ease;
        -o-transition: .35s ease;
        transition: .35s ease; }
  #fixed_social.posa {
    position: absolute; }

.custom_dots {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5; }
  .custom_dots .slick-dots {
    display: inline-block;
    position: relative;
    padding-left: 0;
    margin-bottom: 15px; }
    .custom_dots .slick-dots li {
      display: block;
      position: relative;
      padding-left: 50px; }
      .custom_dots .slick-dots li .line {
        display: inline-block;
        position: absolute;
        width: 15px;
        height: 1px;
        right: 30px;
        background-color: #e7e7e7;
        top: 11px;
        -webkit-transition: all .45s ease;
        -o-transition: all .45s ease;
        transition: all .45s ease; }
      .custom_dots .slick-dots li .number {
        display: inline-block;
        position: relative;
        font-size: 16px;
        font-family: "Roboto Condensed", sans-serif;
        width: 20px;
        text-align: left;
        color: white;
        font-weight: 400;
        opacity: 0;
        -webkit-transform: scale(0.35);
            -ms-transform: scale(0.35);
                transform: scale(0.35);
        -webkit-transition: all .45s ease;
        -o-transition: all .45s ease;
        transition: all .45s ease; }
      .custom_dots .slick-dots li.slick-active .line {
        width: 35px;
        -webkit-transition: all .45s ease;
        -o-transition: all .45s ease;
        transition: all .45s ease; }
      .custom_dots .slick-dots li.slick-active .number {
        opacity: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all .45s ease;
        -o-transition: all .45s ease;
        transition: all .45s ease; }
      .custom_dots .slick-dots li:hover {
        cursor: pointer; }
        .custom_dots .slick-dots li:hover .number {
          opacity: 1;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          color: #00c2ff;
          -webkit-transition: all .45s ease;
          -o-transition: all .45s ease;
          transition: all .45s ease; }
        .custom_dots .slick-dots li:hover .line {
          background-color: #00c2ff;
          -webkit-transition: all .45s ease;
          -o-transition: all .45s ease;
          transition: all .45s ease; }

#header_slider {
  display: block;
  position: absolute;
  width: 55%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: .8; }
  #header_slider .inside {
    display: block;
    position: relative; }
  #header_slider .item {
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle; }
    #header_slider .item img {
      display: inline-block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      max-height: 100%;
      max-width: 100%; }
    #header_slider .item .name {
      display: block;
      position: absolute;
      height: 100%;
      right: 100px;
      width: 80px;
      top: 0; }
      #header_slider .item .name > span {
        display: inline-block;
        position: relative;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        font-size: 60px;
        font-family: "Roboto", sans-serif;
        font-weight: 100;
        line-height: 1;
        text-align: center;
        top: 25%;
        left: -70px;
        text-align: center;
        min-width: 220px; }

/* animation */
#header_slider .item .name > span {
  color: transparent;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear; }
  #header_slider .item .name > span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -1200%;
    width: 800%;
    height: 1px;
    opacity: 0;
    background-color: #000;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear; }
  #header_slider .item .name > span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear; }

#header_slider .item.slick-active .name > span {
  color: #000;
  -webkit-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
  transition: all 1.5s linear;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s; }
  #header_slider .item.slick-active .name > span:before {
    opacity: 1;
    left: -800%;
    -webkit-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
    transition: all 1.5s linear; }
  #header_slider .item.slick-active .name > span:after {
    opacity: 1;
    right: -300%;
    width: 300%;
    -webkit-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
    transition: all 1.5s linear;
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s; }

.wpcf7-response-output, .wpcf7-not-valid-tip {
  display: none !important; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none !important; }
  .hamburger:hover {
    opacity: 0.7;
    outline: none !important; }

.hamburger-box {
  top: 4px;
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #e52130;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease; }

.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
  background-color: #00c2ff !important; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 6px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 12px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.open_nav .hamburger-box {
  top: 2px; }

.open_nav .hamburger--elastic .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s; }

.open_nav .hamburger--elastic .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0; }

.open_nav .hamburger--elastic .hamburger-inner::after {
  -webkit-transform: translate3d(0, -13px, 0) rotate(-270deg);
          transform: translate3d(0, -13px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s; }

.open_nav {
  overflow: hidden; }

.logo_retina {
  display: none;
  width: 122px; }

.numbers_posa {
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease; }

.logo_desktop, .logo_retina {
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease; }

.open_nav .numbers_posa {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease; }

.open_nav .logo_desktop {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease; }

.open_nav .logo_retina {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease; }

.open_nav .bb_line:after {
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease; }

#top_navbar {
  display: block;
  position: absolute;
  width: 100%;
  padding: 10px 15px 0;
  z-index: 1000; }
  #top_navbar .logo {
    display: inline-block;
    position: relative;
    z-index: 3; }
    #top_navbar .logo img:active {
      top: 1px; }
    #top_navbar .logo .logo_desktop {
      display: inline-block;
      position: relative; }
  #top_navbar .hamburger {
    display: inline-block;
    position: relative;
    float: right; }
  #top_navbar .numbers_posa {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 0; }
    #top_navbar .numbers_posa a {
      display: inline-block;
      position: relative;
      font-size: 24px;
      font-weight: 300;
      font-family: "Roboto-Light";
      color: #c4c4c4;
      line-height: 1;
      text-align: right;
      line-height: 60px;
      text-decoration: none !important;
      -webkit-transition: color .35s ease;
      -o-transition: color .35s ease;
      transition: color .35s ease; }
      #top_navbar .numbers_posa a:nth-child(1) {
        margin-right: 20px; }
      #top_navbar .numbers_posa a:nth-child(2) {
        margin-left: 20px; }
      #top_navbar .numbers_posa a:hover {
        text-decoration: none !important;
        color: #00c2ff;
        -webkit-transition: color .35s ease;
        -o-transition: color .35s ease;
        transition: color .35s ease; }

#elements {
  background-color: #c7c7c7; }

.grid-item {
  width: 25%; }

.grid-item--width2 {
  width: 50%; }

.hidden_mobile {
  display: none; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .element-item ---- */
.element-item {
  position: relative;
  float: left;
  margin: 4px;
  padding: 10px;
  background: #888;
  color: #262524; }

.element-item > * {
  margin: 0;
  padding: 0; }

.element-item {
  display: inline-block;
  position: relative;
  width: 186px;
  height: 186px;
  text-align: center;
  background-color: #ed1c24; }

.filters-button-group {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 20px; }

.element-item {
  text-align: center; }
  .element-item .centr {
    display: inline-block;
    position: relative;
    width: 100%; }
    .element-item .centr .title {
      display: table;
      position: relative;
      width: 100%;
      font-size: 18px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      color: white;
      line-height: 1.2;
      text-align: center;
      margin-bottom: 15px; }
      .element-item .centr .title span {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        width: 100%; }
  .element-item:hover {
    cursor: pointer;
    background: -webkit-linear-gradient(45deg, #ff2d5a 0%, #37eaff 100%);
    background: -o-linear-gradient(45deg, #ff2d5a 0%, #37eaff 100%);
    background: linear-gradient(45deg, #ff2d5a 0%, #37eaff 100%);
    -webkit-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.7);
            box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.7);
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease; }
  .element-item:active {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease; }

#our_studios {
  padding-bottom: 0;
  overflow: hidden;
  background-color: #e7e7e7; }
  #our_studios .tiles_gray_wrap {
    display: block;
    position: relative;
    padding-bottom: 60px;
    height: 400px; }
    #our_studios .tiles_gray_wrap:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 60px;
      right: 0;
      bottom: 0;
      padding-bottom: 60px;
      z-index: -1;
      background-color: #bbbbbb;
      background-image: url("../img/patterns/strip_pattern.png"); }
    #our_studios .tiles_gray_wrap .grid_aligner {
      display: block;
      position: relative;
      text-align: center; }
    #our_studios .tiles_gray_wrap .grid_dib {
      display: inline-block;
      position: relative; }
  #our_studios .patterns_bg_left {
    display: block;
    position: absolute;
    left: -170px;
    top: 8%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #our_studios .patterns_bg_right {
    display: block;
    position: absolute;
    right: -170px;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

#about_us {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px; }
  #about_us .about_img {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    background-color: #00a7db;
    -webkit-box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.35); }
  #about_us .description {
    display: block;
    position: relative;
    font-size: 18px;
    font-family: "Roboto-Light";
    font-weight: 300;
    color: black;
    line-height: 1.2;
    text-align: left; }
    #about_us .description.left {
      text-align: left; }
    #about_us .description.right {
      text-align: right; }
  #about_us .blue_title {
    font-size: 60px;
    font-family: "Roboto-LightItalic";
    color: #00c2ff;
    line-height: 1.2;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px; }
  #about_us .patterns_bg_left {
    display: block;
    position: absolute;
    left: -170px;
    top: 8%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #about_us .patterns_bg_right {
    display: block;
    position: absolute;
    right: -170px;
    bottom: 20%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

.video_outer {
  display: block;
  position: relative;
  text-align: center; }
  .video_outer .video_inner {
    display: inline-block;
    position: relative;
    background-color: #000; }
    .video_outer .video_inner img {
      display: inline-block;
      position: relative;
      max-width: 100%;
      opacity: .8;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    .video_outer .video_inner .play_area {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      outline: none !important; }
      .video_outer .video_inner .play_area:focus {
        outline: none !important; }
      .video_outer .video_inner .play_area:hover {
        cursor: pointer; }
  .video_outer:hover img {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

.inline_triggerline {
  background-color: #eeeef4;
  background-repeat: no-repeat;
  overflow: hidden; }
  .inline_triggerline .title {
    display: block;
    position: relative;
    font-size: 70px;
    font-weight: 300;
    font-family: "Roboto-Light";
    color: white;
    line-height: 1;
    text-align: left;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 50px; }
    .inline_triggerline .title span.t {
      display: inline-block;
      position: relative;
      -webkit-animation-delay: .25s;
              animation-delay: .25s; }
    .inline_triggerline .title span.b {
      display: inline-block;
      position: relative;
      -webkit-animation-delay: .75s;
              animation-delay: .75s; }
  .inline_triggerline .strip_lines {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../img/patterns/strip_pattern.png"); }
  .inline_triggerline .cloud {
    display: block;
    position: absolute;
    left: 0;
    opacity: .1; }
    .inline_triggerline .cloud.pink {
      left: 50px;
      bottom: -100px; }
    .inline_triggerline .cloud.blue {
      top: -100px;
      left: -150px; }
  .inline_triggerline .inline_btn_group {
    display: block;
    position: relative;
    text-align: left; }
    .inline_triggerline .inline_btn_group .btn_default.left {
      margin-right: 75px; }
      .inline_triggerline .inline_btn_group .btn_default.left .circle {
        margin-right: 15px; }
      .inline_triggerline .inline_btn_group .btn_default.left .name {
        min-width: 210px;
        text-align: center; }
    .inline_triggerline .inline_btn_group .btn_default.right .circle {
      margin-right: 15px; }
    .inline_triggerline .inline_btn_group .btn_default.right .name {
      min-width: 230px;
      text-align: center; }
  .inline_triggerline:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.3); }
  .inline_triggerline_1:before {
    background-image: url("../img/trigger_line/f1.png"); }
  .inline_triggerline_2:before {
    right: -100px;
    background-image: url("../img/trigger_line/f2.png"); }
  .inline_triggerline_3:before {
    right: -50px;
    background-image: url("../img/trigger_line/f3.png"); }
  .inline_triggerline_4:before {
    right: -50px;
    background-position: 95% 0;
    background-image: url("../img/trigger_line/f4.png"); }
  .inline_triggerline_5:before {
    right: -50px;
    background-position: 93% 0;
    background-image: url("../img/trigger_line/f5.png"); }
  .inline_triggerline_6:before {
    right: -50px;
    background-position: 92% 0;
    background-image: url("../img/trigger_line/f6.png"); }
  .inline_triggerline_7:before {
    right: -50px;
    background-position: 92% 0;
    background-image: url("../img/trigger_line/f7.png"); }
  .inline_triggerline_8:before {
    right: -50px;
    background-position: 90% 0;
    background-image: url("../img/trigger_line/f8.png"); }
  .inline_triggerline_9:before {
    right: -50px;
    background-position: 96% 0;
    background-image: url("../img/trigger_line/f9.png"); }
  .inline_triggerline_10:before {
    right: -50px;
    background-position: 95% 0;
    background-image: url("../img/trigger_line/f10.png"); }
  .inline_triggerline_11:before {
    right: -50px;
    background-position: 95% 0;
    background-image: url("../img/trigger_line/f11.png"); }

.cntrl_line {
  margin-top: 30px; }
  .cntrl_line .btn_default .name {
    font-size: 22px; }
  .cntrl_line .btn_default .circle {
    width: 60px;
    height: 60px; }

.thypogr {
  display: block;
  position: relative;
  font-size: 20px;
  padding-top: 10px;
  font-family: "Roboto-Light";
  color: black;
  line-height: 1.2;
  text-align: center;
  font-weight: 300; }

#teachers_section .cntrl_line .btn_default .name {
  min-width: 170px; }

#media_gallery .cntrl_line .btn_default .circle {
  margin-right: 5px; }

#media_gallery .cntrl_line .btn_default .name {
  min-width: 205px; }

#teachers_section {
  overflow: hidden;
  background-color: #e7e7e7;
  padding-bottom: 0; }
  #teachers_section .white_bg {
    display: block;
    position: relative;
    padding-bottom: 45px; }
    #teachers_section .white_bg:before {
      content: '';
      display: block;
      position: absolute;
      top: 200px;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      background-color: #fff; }
  #teachers_section .patterns_bg_left {
    display: block;
    position: absolute;
    left: -170px;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #teachers_section .patterns_bg_right {
    display: block;
    position: absolute;
    right: -170px;
    top: 0%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

#teacher {
  margin-top: 45px; }
  #teacher .col-item {
    padding-left: 3px;
    padding-right: 3px; }
  #teacher .item {
    display: block;
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
    background-position: center top;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-transition: -webkit-box-shadow .35s ease;
    transition: -webkit-box-shadow .35s ease;
    -o-transition: box-shadow .35s ease;
    transition: box-shadow .35s ease;
    transition: box-shadow .35s ease, -webkit-box-shadow .35s ease; }
    #teacher .item:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      z-index: 1;
      background-image: -webkit-linear-gradient(45deg, #37eaff 0%, #ff2d5a 100%);
      background-image: -o-linear-gradient(45deg, #37eaff 0%, #ff2d5a 100%);
      background-image: linear-gradient(45deg, #37eaff 0%, #ff2d5a 100%);
      -webkit-transition: opacity .5s ease;
      -o-transition: opacity .5s ease;
      transition: opacity .5s ease; }
    #teacher .item .panel {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 15px;
      text-align: center;
      margin-bottom: 0;
      -webkit-border-radius: 0;
              border-radius: 0;
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      z-index: 2;
      -webkit-transform: translateY(75px);
          -ms-transform: translateY(75px);
              transform: translateY(75px);
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      #teacher .item .panel .brushstroke {
        display: block;
        position: absolute;
        width: 120%;
        left: -10%;
        top: -35px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
    #teacher .item .teachers_name {
      display: block;
      position: relative;
      text-align: center;
      font-size: 26px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      color: white;
      line-height: 1.2;
      text-align: center;
      margin-bottom: 10px;
      -webkit-transition: color .35s ease;
      -o-transition: color .35s ease;
      transition: color .35s ease; }
    #teacher .item h2.teachers_name {
      margin-top: 0; }
    #teacher .item .profession {
      display: block;
      position: relative;
      text-align: center;
      font-size: 18px;
      font-family: "Roboto-LightItalic";
      color: white;
      line-height: 1.2;
      text-align: center;
      font-weight: 300;
      -webkit-transition: color .35s ease;
      -o-transition: color .35s ease;
      transition: color .35s ease; }
    #teacher .item .btn_default {
      margin-top: 15px;
      padding-left: 0;
      padding-right: 0;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      #teacher .item .btn_default .name {
        font-size: 16px;
        text-align: center; }
      #teacher .item .btn_default .circle {
        margin-right: 5px; }
    #teacher .item:hover {
      -webkit-transition: -webkit-box-shadow .35s ease;
      transition: -webkit-box-shadow .35s ease;
      -o-transition: box-shadow .35s ease;
      transition: box-shadow .35s ease;
      transition: box-shadow .35s ease, -webkit-box-shadow .35s ease;
      -webkit-box-shadow: 0px 15px 80px 0px rgba(0, 0, 0, 0.7);
              box-shadow: 0px 15px 80px 0px rgba(0, 0, 0, 0.7); }
      #teacher .item:hover .brushstroke {
        opacity: 0;
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7);
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease; }
      #teacher .item:hover .btn_default {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease; }
      #teacher .item:hover .panel {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease; }
      #teacher .item:hover:after {
        opacity: .6;
        -webkit-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
        transition: opacity .5s ease; }
      #teacher .item:hover .panel .teachers_name {
        color: #000;
        text-shadow: 0 0 30px #fff; }
      #teacher .item:hover .panel .profession {
        color: #000;
        text-shadow: 0 0 30px #fff; }
    #teacher .item:active {
      -webkit-transform: scale(0.95);
          -ms-transform: scale(0.95);
              transform: scale(0.95);
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }

#media_gallery {
  overflow: hidden;
  padding-bottom: 0;
  background-color: #e7e7e7; }
  #media_gallery .white_bg {
    display: block;
    position: relative;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 45px; }
    #media_gallery .white_bg:before {
      content: '';
      display: block;
      position: absolute;
      top: 200px;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      background-color: #fff; }
  #media_gallery .row-items {
    display: block;
    position: relative; }
  #media_gallery .col-item {
    position: relative;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px; }
    #media_gallery .col-item .item {
      display: inline-block;
      position: relative;
      width: 100%;
      height: 384px;
      overflow: hidden;
      padding: 60px 25px;
      background-color: #000;
      text-decoration: none !important; }
      #media_gallery .col-item .item:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        z-index: 1;
        background-image: -webkit-linear-gradient(45deg, #37eaff 0%, #ff2d5a 100%);
        background-image: -o-linear-gradient(45deg, #37eaff 0%, #ff2d5a 100%);
        background-image: linear-gradient(45deg, #37eaff 0%, #ff2d5a 100%);
        -webkit-transition: opacity .75s ease;
        -o-transition: opacity .75s ease;
        transition: opacity .75s ease; }
      #media_gallery .col-item .item .moving_background {
        display: block;
        position: absolute;
        width: 110%;
        height: 110%;
        top: 0;
        left: -5%;
        opacity: .65;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center center;
        -webkit-transition: left .75s ease;
        -o-transition: left .75s ease;
        transition: left .75s ease; }
      #media_gallery .col-item .item .content {
        display: block;
        position: relative;
        text-align: left;
        z-index: 1; }
        #media_gallery .col-item .item .content .title {
          display: block;
          position: relative;
          font-size: 24px;
          font-family: "Roboto", sans-serif;
          color: white;
          text-transform: uppercase;
          line-height: 1.2;
          text-align: left;
          padding: 10px 0;
          margin-bottom: 15px;
          text-decoration: none !important; }
          #media_gallery .col-item .item .content .title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background-color: #ed1c24;
            -webkit-transition: width .35s ease;
            -o-transition: width .35s ease;
            transition: width .35s ease; }
          #media_gallery .col-item .item .content .title.title_h2 {
            margin-top: 0;
            margin-bottom: 10px; }
        #media_gallery .col-item .item .content .excerpt {
          display: block;
          position: relative;
          font-size: 18px;
          color: white;
          line-height: 1.2;
          text-align: left;
          font-weight: 300;
          font-family: "Roboto", sans-serif;
          text-decoration: none !important;
          -webkit-transition: -webkit-transform .35s ease;
          transition: -webkit-transform .35s ease;
          -o-transition: transform .35s ease;
          transition: transform .35s ease;
          transition: transform .35s ease, -webkit-transform .35s ease;
          -webkit-transform: translateX(120%);
              -ms-transform: translateX(120%);
                  transform: translateX(120%); }
        #media_gallery .col-item .item .content .more_wrap {
          display: block;
          position: relative;
          -webkit-transition: -webkit-transform .35s ease;
          transition: -webkit-transform .35s ease;
          -o-transition: transform .35s ease;
          transition: transform .35s ease;
          transition: transform .35s ease, -webkit-transform .35s ease;
          -webkit-transform: translateX(120%);
              -ms-transform: translateX(120%);
                  transform: translateX(120%); }
        #media_gallery .col-item .item .content .more {
          display: inline-block;
          position: relative;
          padding: 6px 10px 6px 0;
          margin-top: 4px;
          font-size: 20px;
          color: #00e4ff;
          font-weight: bold;
          text-decoration: none;
          outline: none;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          text-decoration: none !important; }
          #media_gallery .col-item .item .content .more:hover {
            letter-spacing: 1px;
            text-decoration: none;
            -webkit-transition: all .35s ease;
            -o-transition: all .35s ease;
            transition: all .35s ease; }
      #media_gallery .col-item .item:hover:before {
        opacity: .6;
        -webkit-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
        transition: opacity .5s ease; }
      #media_gallery .col-item .item:hover .moving_background {
        left: -2%;
        -webkit-transition: left .5s ease;
        -o-transition: left .5s ease;
        transition: left .5s ease; }
      #media_gallery .col-item .item:hover .title:after {
        width: 100%;
        -webkit-transition: width .35s ease;
        -o-transition: width .35s ease;
        transition: width .35s ease; }
      #media_gallery .col-item .item:hover .more_wrap, #media_gallery .col-item .item:hover .excerpt {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: -webkit-transform .35s ease;
        transition: -webkit-transform .35s ease;
        -o-transition: transform .35s ease;
        transition: transform .35s ease;
        transition: transform .35s ease, -webkit-transform .35s ease; }
      #media_gallery .col-item .item:active {
        -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
                transform: scale(0.95);
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
  #media_gallery .patterns_bg_left {
    display: block;
    position: absolute;
    left: -170px;
    bottom: 3%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #media_gallery .patterns_bg_right {
    display: block;
    position: absolute;
    right: -170px;
    top: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

#news_container {
  background-color: #e7e7e7;
  padding-bottom: 0;
  overflow: hidden; }
  #news_container .white_bg {
    display: block;
    position: relative;
    padding-bottom: 65px; }
    #news_container .white_bg:before {
      content: '';
      display: block;
      position: absolute;
      top: 200px;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      background-color: #fff; }
  #news_container .patterns_bg_left {
    display: block;
    position: absolute;
    left: -170px;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #news_container .patterns_bg_right {
    display: block;
    position: absolute;
    right: -170px;
    top: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #news_container .arrows_outer {
    display: block;
    position: relative;
    padding-left: 70px;
    padding-right: 70px; }

#news {
  display: block;
  position: relative; }
  #news .col-item .item {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #fff;
    height: 460px;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 25px;
    outline: none;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-transition: border-color 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s ease;
    transition: border-color 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s ease;
    -o-transition: box-shadow 0.5s ease, border-color 0.5s ease, transform 0.5s ease;
    transition: box-shadow 0.5s ease, border-color 0.5s ease, transform 0.5s ease;
    transition: box-shadow 0.5s ease, border-color 0.5s ease, transform 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s ease; }
    #news .col-item .item .cart {
      display: block;
      position: absolute;
      left: -5px;
      right: -5px;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      overflow: hidden;
      padding: 0 40px 25px 50px;
      bottom: -10px;
      z-index: 3;
      background-color: #fff;
      -webkit-box-shadow: 0 -15px 40px 35px white;
              box-shadow: 0 -15px 40px 35px white; }
      #news .col-item .item .cart .title {
        display: block;
        position: relative;
        font-size: 24px;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        color: black;
        line-height: 1.2;
        text-align: left;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        #news .col-item .item .cart .title:after {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 1px;
          bottom: 0;
          background-color: #f1f1f1; }
      #news .col-item .item .cart h2.title {
        margin-top: 0; }
      #news .col-item .item .cart .excerpt {
        display: block;
        position: relative;
        font-size: 14px;
        font-family: "Roboto-Light";
        color: black;
        line-height: 1.2;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 15px; }
      #news .col-item .item .cart .more {
        display: inline-block;
        position: relative;
        padding: 6px 10px 6px 0;
        font-size: 18px;
        font-family: "Roboto Condensed", sans-serif;
        color: #2cb9ca;
        line-height: 1.2;
        text-align: left;
        font-weight: 400;
        -webkit-transition: color .35s ease;
        -o-transition: color .35s ease;
        transition: color .35s ease; }
    #news .col-item .item:hover {
      -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
      -webkit-transform: translateY(-25px);
          -ms-transform: translateY(-25px);
              transform: translateY(-25px);
      cursor: pointer;
      -webkit-transition: border-color 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s ease;
      transition: border-color 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s ease;
      -o-transition: box-shadow 0.5s ease, border-color 0.5s ease, transform 0.5s ease;
      transition: box-shadow 0.5s ease, border-color 0.5s ease, transform 0.5s ease;
      transition: box-shadow 0.5s ease, border-color 0.5s ease, transform 0.5s ease, -webkit-box-shadow 0.5s ease, -webkit-transform 0.5s ease; }
      #news .col-item .item:hover .more {
        text-transform: uppercase;
        color: #ed1c24;
        font-weight: bold; }
        #news .col-item .item:hover .more:hover {
          color: #00c2ff;
          -webkit-transition: color .35s ease;
          -o-transition: color .35s ease;
          transition: color .35s ease; }
    #news .col-item .item:active {
      -webkit-transform: scale(0.95) translateY(-25px);
          -ms-transform: scale(0.95) translateY(-25px);
              transform: scale(0.95) translateY(-25px);
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }

.slider_arrow {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #aaaaaa;
  text-align: center;
  background-color: rgba(231, 231, 231, 0.5);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  top: 50%;
  z-index: 3;
  color: #ed1c24;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color .35s ease-out, border-color .35s ease-out, -webkit-box-shadow .35s ease, -webkit-transform .75s ease;
  transition: color .35s ease-out, border-color .35s ease-out, -webkit-box-shadow .35s ease, -webkit-transform .75s ease;
  -o-transition: color .35s ease-out, box-shadow .35s ease, border-color .35s ease-out, transform .75s ease;
  transition: color .35s ease-out, box-shadow .35s ease, border-color .35s ease-out, transform .75s ease;
  transition: color .35s ease-out, box-shadow .35s ease, border-color .35s ease-out, transform .75s ease, -webkit-box-shadow .35s ease, -webkit-transform .75s ease; }
  .slider_arrow:hover {
    cursor: pointer;
    color: #00c2ff;
    border-color: #555555;
    background-color: #e7e7e7;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.4);
    -webkit-transition: color .35s ease-out, border-color .35s ease-out, -webkit-box-shadow .35s ease;
    transition: color .35s ease-out, border-color .35s ease-out, -webkit-box-shadow .35s ease;
    -o-transition: color .35s ease-out, box-shadow .35s ease, border-color .35s ease-out;
    transition: color .35s ease-out, box-shadow .35s ease, border-color .35s ease-out;
    transition: color .35s ease-out, box-shadow .35s ease, border-color .35s ease-out, -webkit-box-shadow .35s ease; }
  .slider_arrow i {
    font-size: 36px;
    line-height: 1.2;
    line-height: 55px; }
  .slider_arrow:active {
    -webkit-transform: scale(0.9) translateY(-50%);
        -ms-transform: scale(0.9) translateY(-50%);
            transform: scale(0.9) translateY(-50%);
    -webkit-box-shadow: 0px 10px 50px 0px black;
            box-shadow: 0px 10px 50px 0px black;
    -webkit-transition: -webkit-box-shadow .35s ease, -webkit-transform .5s ease;
    transition: -webkit-box-shadow .35s ease, -webkit-transform .5s ease;
    -o-transition: box-shadow .35s ease, transform .5s ease;
    transition: box-shadow .35s ease, transform .5s ease;
    transition: box-shadow .35s ease, transform .5s ease, -webkit-box-shadow .35s ease, -webkit-transform .5s ease; }
  .slider_arrow.left_arrow {
    left: 0; }
    .slider_arrow.left_arrow i {
      margin-right: 4px; }
  .slider_arrow.right_arrow {
    right: 0; }
    .slider_arrow.right_arrow i {
      margin-left: 4px; }

#schedule_and_prices {
  background-color: #e7e7e7;
  padding-bottom: 0; }
  #schedule_and_prices .patterns_bg_left {
    display: none;
    position: absolute;
    left: -170px;
    z-index: 2;
    bottom: -100px;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #schedule_and_prices .patterns_bg_right {
    display: block;
    position: absolute;
    right: -170px;
    top: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #schedule_and_prices .dark_wrap {
    display: block;
    position: relative;
    padding-bottom: 25px; }
    #schedule_and_prices .dark_wrap:before {
      content: '';
      display: block;
      position: absolute;
      top: 150px;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url("../img/patterns/strip_pattern.png");
      background-color: #a7a7a7; }
  #schedule_and_prices .air_area {
    display: block;
    position: relative;
    padding: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: #fff;
    z-index: 3;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
    #schedule_and_prices .air_area .girl_in_a_circle {
      display: block;
      position: absolute;
      max-width: 475px;
      left: -500px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    #schedule_and_prices .air_area .area_title {
      display: block;
      position: relative;
      font-size: 20px;
      font-family: "Roboto-Light";
      color: black;
      line-height: 1.2;
      text-align: center;
      margin-bottom: 25px; }
      #schedule_and_prices .air_area .area_title span {
        font-weight: 600; }
    #schedule_and_prices .air_area ul.docs {
      display: block;
      position: relative;
      list-style-type: none;
      padding-left: 0;
      text-align: left;
      margin-bottom: 0; }
      #schedule_and_prices .air_area ul.docs li {
        display: block;
        position: relative;
        padding-left: 70px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-repeat: no-repeat;
        background-position: left center;
        border-bottom: 1px solid #f1f1f1;
        -webkit-background-size: 50px 50px;
                background-size: 50px; }
        #schedule_and_prices .air_area ul.docs li > span {
          display: inline-block;
          position: relative;
          min-width: 110px;
          font-size: 14px;
          letter-spacing: 3px;
          font-family: "Roboto", sans-serif;
          color: #777777;
          text-transform: uppercase;
          line-height: 1.2;
          text-align: left; }
        #schedule_and_prices .air_area ul.docs li:nth-child(1) {
          background-image: url("../img/icons/rules.png"); }
          #schedule_and_prices .air_area ul.docs li:nth-child(1) .btn_default .name {
            min-width: 215px; }
          #schedule_and_prices .air_area ul.docs li:nth-child(1) .btn_default .circle {
            margin-right: 10px; }
        #schedule_and_prices .air_area ul.docs li:nth-child(2) {
          background-image: url("../img/icons/calendar.png"); }
          #schedule_and_prices .air_area ul.docs li:nth-child(2) .btn_default .name {
            min-width: 155px; }
        #schedule_and_prices .air_area ul.docs li:nth-child(3) {
          background-image: url("../img/icons/price.png");
          border-bottom: none; }
          #schedule_and_prices .air_area ul.docs li:nth-child(3) .btn_default .name {
            min-width: 160px; }

.form-default input, .form-default select, .form-default textarea {
  display: block;
  position: relative;
  width: 100%;
  padding: 6px 10px;
  background-color: transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  color: black;
  font-style: italic;
  line-height: 1.3;
  text-align: left;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  outline: none; }
  .form-default input::-webkit-input-placeholder, .form-default select::-webkit-input-placeholder, .form-default textarea::-webkit-input-placeholder {
    font-size: 18px;
    font-family: "Roboto-Light";
    color: black;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2;
    text-align: left; }
  .form-default input:-moz-placeholder, .form-default select:-moz-placeholder, .form-default textarea:-moz-placeholder {
    font-size: 18px;
    font-family: "Roboto-Light";
    color: black;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2;
    text-align: left; }
  .form-default input::-moz-placeholder, .form-default select::-moz-placeholder, .form-default textarea::-moz-placeholder {
    font-size: 18px;
    font-family: "Roboto-Light";
    color: black;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2;
    text-align: left; }
  .form-default input:-ms-input-placeholder, .form-default select:-ms-input-placeholder, .form-default textarea:-ms-input-placeholder {
    font-size: 18px;
    font-family: "Roboto-Light";
    color: black;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2;
    text-align: left; }
  .form-default input:focus, .form-default select:focus, .form-default textarea:focus {
    border-color: #00aadf;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    outline: none; }
  .form-default input.wpcf7-not-valid, .form-default select.wpcf7-not-valid, .form-default textarea.wpcf7-not-valid {
    border-bottom-color: #e52130;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease; }

.form-default textarea {
  -webkit-border-radius: 6px;
          border-radius: 6px;
  border: 1px solid #b2b2b2;
  height: 100px;
  resize: none;
  margin-bottom: 0;
  overflow: hidden; }

.form-default input[type="number"]::-webkit-inner-spin-button,
.form-default input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.form-default .btn_default .name {
  min-width: 140px; }

#payment_of_lessons {
  padding-top: 0;
  padding-bottom: 20px;
  z-index: 3; }
  #payment_of_lessons .gray_bg {
    background-color: #e7e7e7;
    padding-top: 45px; }
  #payment_of_lessons .patterns_bg_left {
    display: block;
    position: absolute;
    left: -170px;
    top: -360px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

#payment_tabs {
  display: block;
  position: relative;
  margin-top: 15px; }
  #payment_tabs .nav-pills {
    display: inline-block;
    position: relative;
    text-align: center;
    bottom: -6px; }
    #payment_tabs .nav-pills li {
      display: inline-block;
      position: relative;
      float: left; }
      #payment_tabs .nav-pills li a {
        background-color: transparent;
        color: black;
        line-height: 1.2;
        font-size: 20px;
        font-family: "Roboto Condensed", sans-serif;
        color: black;
        text-transform: uppercase;
        min-width: 280px;
        line-height: 1.2;
        text-align: center;
        font-weight: 300; }
      #payment_tabs .nav-pills li.active {
        font-weight: 400; }
        #payment_tabs .nav-pills li.active:after {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 5px;
          background-color: #ed1c24;
          left: 0;
          bottom: 0; }
      #payment_tabs .nav-pills li a:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #bbbbbb;
        left: 0;
        bottom: 0;
        z-index: 0; }
      #payment_tabs .nav-pills li:not(.active) a:after {
        -webkit-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
      #payment_tabs .nav-pills li:not(.active) a:hover:after {
        height: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
      #payment_tabs .nav-pills li span {
        z-index: 3;
        position: relative; }

#payment_tabs .nav-pills li:last-child {
  margin-left: 0; }

#payment_tabs .nav-pills li:hover a {
  color: #fff !important;
  -webkit-transition: 0.2s ease !important;
  -o-transition: 0.2s ease !important;
  transition: 0.2s ease !important; }

#payment_tabs .nav-pills li.active:hover a {
  color: black !important; }

#payment_tabs .nav-pills li.active a {
  font-weight: 400 !important; }

#payment_tabs .section-title {
  margin-bottom: 35px !important;
  margin-top: 30px; }
  #payment_tabs .section-title .after_liana {
    font-size: 100px; }

#payment_tabs .nav-pills li:not(.active) a {
  color: #888888;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease; }
  #payment_tabs .nav-pills li:not(.active) a:hover {
    color: #ed1c24 !important;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease; }

/* reviews */
#reviews_tabs {
  display: block;
  position: relative;
  border-bottom: 1px solid #f0e7e9;
  margin-top: 15px; }
  #reviews_tabs .nav-pills {
    display: inline-block;
    position: relative;
    text-align: center;
    bottom: -6px; }
    #reviews_tabs .nav-pills li {
      display: inline-block;
      position: relative;
      float: left; }
      #reviews_tabs .nav-pills li a {
        background-color: transparent;
        color: black;
        line-height: 1.2;
        font-size: 20px;
        font-family: "Roboto Condensed", sans-serif;
        color: black;
        text-transform: uppercase;
        line-height: 1.2;
        text-align: center;
        font-weight: 300; }
      #reviews_tabs .nav-pills li.active {
        font-weight: 400; }
        #reviews_tabs .nav-pills li.active:after {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 5px;
          background-color: #ed1c24;
          left: 0;
          bottom: 0; }
      #reviews_tabs .nav-pills li a:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #bbbbbb;
        left: 0;
        bottom: 0;
        z-index: 0; }
      #reviews_tabs .nav-pills li:not(.active) a:after {
        -webkit-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
      #reviews_tabs .nav-pills li:not(.active) a:hover:after {
        height: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
      #reviews_tabs .nav-pills li span {
        z-index: 3;
        position: relative; }

#reviews_tabs .nav-pills li {
  min-width: 180px; }

#reviews_tabs .nav-pills li:last-child {
  margin-left: 0; }

#reviews_tabs .nav-pills li:hover a {
  color: #fff !important;
  -webkit-transition: 0.2s ease !important;
  -o-transition: 0.2s ease !important;
  transition: 0.2s ease !important; }

#reviews_tabs .nav-pills li.active:hover a {
  color: black !important; }

#reviews_tabs .nav-pills li.active a {
  font-weight: 400 !important; }

#reviews_tabs {
  padding-top: 0; }
  #reviews_tabs .section-title {
    margin-bottom: 35px !important;
    margin-top: 30px; }
    #reviews_tabs .section-title .after_liana {
      font-size: 100px; }
  #reviews_tabs .gray_bg {
    display: block;
    position: relative;
    padding-top: 45px;
    background-color: #e7e7e7; }

/* / reviews */
.banks-content {
  display: block;
  position: relative; }
  .banks-content .fields_item {
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px; }
    .banks-content .fields_item .container {
      padding-left: 80px;
      padding-right: 80px; }
    .banks-content .fields_item .label-fields {
      display: inline-block;
      position: relative;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 14px;
      font-family: "Roboto-Light";
      letter-spacing: 3px;
      color: #31cee1;
      text-transform: uppercase;
      line-height: 1.2;
      margin-top: 10px;
      margin-bottom: 10px;
      left: -30px; }
      .banks-content .fields_item .label-fields:before {
        content: '';
        display: block;
        position: absolute;
        width: 1000%;
        height: 1px;
        top: 50%;
        left: -1000%;
        background-color: #d6f5f9; }
      .banks-content .fields_item .label-fields:after {
        content: '';
        display: block;
        position: absolute;
        width: 3000%;
        height: 1px;
        top: 50%;
        right: -3000%;
        background-color: #d6f5f9; }
    .banks-content .fields_item.azure {
      background-color: rgba(168, 225, 232, 0.16);
      padding-bottom: 10px;
      padding-top: 10px; }
  .banks-content .patterns_bg_right {
    display: block;
    position: absolute;
    right: -170px;
    bottom: -60px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

.security_link {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 14px;
  color: #999999;
  line-height: 1.2;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
  padding: 15px 10px 10px 10px;
  font-weight: 300;
  text-decoration: none;
  outline: none !important;
  text-decoration: none !important;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease; }
  .security_link:hover {
    text-decoration: none;
    color: #31cee1 !important;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease; }
  .security_link:visited {
    text-decoration: none !important;
    color: #999999; }
  .security_link:focus {
    text-decoration: none !important;
    color: #999999; }

#bonus_programm {
  background-color: #e7e7e7; }
  #bonus_programm .patterns_bg_left {
    display: block;
    position: absolute;
    left: -170px;
    top: -130px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #bonus_programm .section-title {
    margin-bottom: 30px; }
  #bonus_programm .card {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    -webkit-border-radius: 13px;
            border-radius: 13px;
    -webkit-box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
            box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5); }
  #bonus_programm .typogr {
    display: block;
    position: relative;
    text-align: left;
    font-size: 16px;
    font-family: "Roboto-Light"; }
    #bonus_programm .typogr .title {
      display: block;
      position: relative;
      text-align: center;
      font-size: 24px;
      font-family: "Roboto", sans-serif;
      color: #00c2ff;
      text-transform: uppercase;
      line-height: 1.2;
      text-align: center;
      padding-bottom: 10px; }
      #bonus_programm .typogr .title.red {
        padding-top: 15px;
        color: #ed1c24; }
  #bonus_programm .bonus_info_outer {
    display: block;
    position: relative;
    text-align: center; }
  #bonus_programm .bonus_info {
    display: inline-block;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
    min-width: 550px; }
    #bonus_programm .bonus_info .item {
      display: inline-block;
      position: relative;
      padding-left: 8px;
      padding-right: 8px;
      float: left; }
      #bonus_programm .bonus_info .item span {
        display: block;
        position: relative;
        text-align: center;
        font-size: 18px;
        font-family: "Roboto-Light";
        color: black;
        line-height: 1.2; }
        #bonus_programm .bonus_info .item span:nth-child(1) {
          font-weight: 300;
          margin-bottom: 5px; }
        #bonus_programm .bonus_info .item span:nth-child(2) {
          font-weight: 600; }
    #bonus_programm .bonus_info .one {
      min-width: 220px; }
    #bonus_programm .bonus_info .two {
      min-width: 100px; }
    #bonus_programm .bonus_info .three {
      min-width: 100px; }
    #bonus_programm .bonus_info .four {
      min-width: 100px; }

.partner_slider_outer {
  display: block;
  position: relative;
  margin-top: 45px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 120px;
  padding-right: 120px; }
  .partner_slider_outer .partner_slider_inner {
    display: block;
    position: relative; }
    .partner_slider_outer .partner_slider_inner .item {
      display: block;
      position: relative;
      text-align: center; }
      .partner_slider_outer .partner_slider_inner .item img {
        display: inline-block;
        position: relative;
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; }

#our_partners {
  padding-bottom: 65px; }
  #our_partners .patterns_bg_left {
    display: block;
    position: absolute;
    left: -170px;
    top: 50px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #our_partners .patterns_bg_right {
    display: block;
    position: absolute;
    right: -170px;
    top: -150px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

#video_reviews .video_reviews_outer {
  padding: 40px 0;
  outline: none; }
  #video_reviews .video_reviews_outer .left_arrow {
    left: 35px; }
  #video_reviews .video_reviews_outer .right_arrow {
    right: 35px; }

#video_reviews .video_outer {
  padding-left: 100px;
  padding-right: 100px; }
  #video_reviews .video_outer .who {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 20px 25px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    color: white;
    font-style: italic;
    line-height: 1.2;
    text-align: center;
    font-weight: 300; }
    #video_reviews .video_outer .who span {
      font-weight: 400; }

#text_reviews_outer {
  display: block;
  position: relative;
  padding-top: 40px; }
  #text_reviews_outer .slider_arrow.left_arrow {
    left: 10px; }
  #text_reviews_outer .slider_arrow.right_arrow {
    right: 10px; }
  #text_reviews_outer #text_reviews_inner {
    display: block;
    position: relative; }
    #text_reviews_outer #text_reviews_inner .item {
      display: block;
      position: relative;
      outline: none;
      overflow: hidden;
      padding-left: 100px;
      padding-right: 100px;
      padding-top: 10px;
      padding-bottom: 45px; }
      #text_reviews_outer #text_reviews_inner .item img {
        display: block;
        position: relative;
        max-width: 100%;
        -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2); }
    #text_reviews_outer #text_reviews_inner .reviw_content {
      font-size: 18px;
      font-family: "Roboto-Light";
      color: #313131;
      line-height: 1.22;
      text-align: left;
      font-weight: 300;
      margin-top: 15px;
      padding-bottom: 15px; }
      #text_reviews_outer #text_reviews_inner .reviw_content .commenter_name {
        display: block;
        position: relative;
        font-size: 22px;
        font-family: "Roboto-LightItalic";
        color: black;
        line-height: 1.2;
        text-align: left;
        font-weight: 300;
        margin-bottom: 25px; }
        #text_reviews_outer #text_reviews_inner .reviw_content .commenter_name span {
          font-weight: 400;
          font-family: "Roboto", sans-serif;
          font-style: normal; }

#reviews_section {
  padding-top: 0;
  z-index: 3; }
  #reviews_section .nav-pills li a {
    padding-top: 15px;
    padding-bottom: 15px; }
  #reviews_section .gray_bg {
    padding-top: 40px;
    background-color: #e7e7e7; }
  #reviews_section #text_reviews_outer, #reviews_section #video_reviews .video_reviews_outer {
    min-height: 500px; }
  #reviews_section .patterns_bg_left {
    display: block;
    position: absolute;
    left: -170px;
    bottom: -35px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #reviews_section .patterns_bg_right {
    display: block;
    position: absolute;
    right: -170px;
    top: 30px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

#reviews_section .tab-content > .tab-pane, #reviews_section .pill-content > .pill-pane {
  display: block;
  height: 0;
  overflow: hidden; }

#reviews_section .tab-content > .active, #reviews_section .pill-content > .active {
  height: auto; }

.bottom_buttons_panel {
  display: block;
  position: relative;
  margin-top: 25px; }
  .bottom_buttons_panel:before {
    content: '';
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d0eef2; }
  .bottom_buttons_panel .simple_btn.l {
    margin-right: 50px; }
  .bottom_buttons_panel .simple_btn.r {
    margin-left: 50px; }

/* Contacts */
#contacts {
  background-color: #e7e7e7; }
  #contacts .item.mt {
    margin-top: 30px; }
  #contacts .patterns_bg_right {
    display: block;
    position: absolute;
    right: -170px;
    top: 30px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #contacts .contacts_uls {
    margin-top: 35px; }
    #contacts .contacts_uls ul {
      display: block;
      position: relative;
      padding-left: 0; }
      #contacts .contacts_uls ul li {
        display: block;
        position: relative;
        font-size: 20px;
        font-family: "Roboto-Light";
        font-weight: 300;
        color: black;
        line-height: 1.6;
        text-align: left;
        padding-left: 30px; }
        #contacts .contacts_uls ul li a {
          -webkit-transition: color .5s ease;
          -o-transition: color .5s ease;
          transition: color .5s ease; }
        #contacts .contacts_uls ul li.sitemap a {
          text-decoration: none;
          color: #000; }
          #contacts .contacts_uls ul li.sitemap a:hover {
            color: #00c2ff;
            text-decoration: none;
            -webkit-transition: color .5s ease;
            -o-transition: color .5s ease;
            transition: color .5s ease; }
        #contacts .contacts_uls ul li:before {
          display: inline-block;
          position: absolute;
          left: 0;
          top: 8px;
          color: #00c2ff;
          line-height: 1;
          font-family: 'FontAwesome';
          font-weight: normal;
          font-style: normal;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        #contacts .contacts_uls ul li.title {
          font-size: 20px;
          font-family: "Roboto-Italic";
          color: #ed1c24;
          font-weight: 400;
          line-height: 1.2;
          text-align: left;
          margin-bottom: 10px;
          list-style-type: none; }
        #contacts .contacts_uls ul li.phone {
          font-size: 27px;
          color: black;
          line-height: 1.5;
          text-align: left;
          font-family: "Roboto", sans-serif;
          font-weight: 400; }
          #contacts .contacts_uls ul li.phone a {
            color: #000;
            text-decoration: none;
            outline: none; }
          #contacts .contacts_uls ul li.phone:before {
            content: "\f095"; }
        #contacts .contacts_uls ul li.email {
          outline: none;
          font-size: 23px; }
          #contacts .contacts_uls ul li.email a {
            color: #000;
            text-decoration: none; }
          #contacts .contacts_uls ul li.email:before {
            content: "\f0e0"; }
        #contacts .contacts_uls ul li.schedule:before {
          content: "\f017"; }
        #contacts .contacts_uls ul li.sitemap:before {
          content: "\f0e8"; }
        #contacts .contacts_uls ul li.marker:before {
          content: "\f041"; }
        #contacts .contacts_uls ul li a:hover {
          -webkit-transition: color .35s ease;
          -o-transition: color .35s ease;
          transition: color .35s ease;
          color: #00c2ff; }
        #contacts .contacts_uls ul li.phone:before, #contacts .contacts_uls ul li.marker:before {
          font-size: 23px; }
        #contacts .contacts_uls ul li.email:before {
          font-size: 22px; }
        #contacts .contacts_uls ul li.schedule:before, #contacts .contacts_uls ul li.sitemap:before {
          font-size: 20px;
          top: 5px; }
        #contacts .contacts_uls ul li.phone:before {
          top: 9px; }
  #contacts .patterns_bg_left {
    display: block;
    position: absolute;
    left: -170px;
    top: -240px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

#map_and_form .message_state {
  overflow: hidden;
  padding-bottom: 25px; }

#map_and_form .patterns_bg_left {
  display: block;
  position: absolute;
  left: -170px;
  bottom: 30px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left top;
  max-height: 90%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

#map_and_form form {
  display: block;
  position: relative;
  max-width: 100%;
  margin-top: 35px; }
  #map_and_form form textarea {
    height: 135px;
    margin-top: 30px; }
  #map_and_form form input {
    margin-bottom: 15px; }

#map_and_form .title {
  display: block;
  position: relative;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: black;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 5px; }

#map_and_form .descr {
  display: block;
  position: relative;
  font-size: 18px;
  font-family: "Roboto-Light";
  color: black;
  line-height: 1.5;
  text-align: center;
  font-weight: 300; }

#map_and_form #map {
  display: block;
  position: relative;
  width: 100%;
  min-height: 555px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(35, 32, 39, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(35, 32, 39, 0.2); }
  #map_and_form #map iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

#footer {
  display: block;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #757575;
  color: #fff;
  background-image: url("../img/patterns/strip_pattern.png");
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }
  #footer .copyr {
    text-align: left;
    margin-top: 3px; }
  #footer .dev {
    text-align: right;
    margin-top: 3px; }
    #footer .dev a {
      display: inline-block;
      position: relative;
      color: #fff;
      text-decoration: none;
      outline: none;
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease; }
      #footer .dev a:hover {
        color: #00c2ff;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease; }
  #footer .social {
    text-align: center; }
    #footer .social ul {
      display: inline-block;
      position: relative;
      padding-left: 0;
      list-style-type: none;
      margin-bottom: 0; }
      #footer .social ul li {
        display: inline-block;
        position: relative; }
        #footer .social ul li a {
          color: #000;
          text-decoration: none;
          color: #fefefe;
          padding: 0 10px;
          font-size: 20px;
          -webkit-transition: color .3s ease;
          -o-transition: color .3s ease;
          transition: color .3s ease; }
          #footer .social ul li a:hover {
            color: #00c2ff;
            -webkit-transition: color .3s ease;
            -o-transition: color .3s ease;
            transition: color .3s ease; }

#up_arrow {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 0;
  padding: 10px;
  color: #000;
  text-align: center;
  z-index: 99;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: -webkit-transform .25s ease-in;
  transition: -webkit-transform .25s ease-in;
  -o-transition: transform .25s ease-in;
  transition: transform .25s ease-in;
  transition: transform .25s ease-in, -webkit-transform .25s ease-in; }
  #up_arrow.active {
    right: 20px;
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out; }
  #up_arrow i {
    display: inline-block;
    position: relative;
    font-size: 30px;
    line-height: .5;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transition: color .35s ease, -webkit-transform .35s ease;
    transition: color .35s ease, -webkit-transform .35s ease;
    -o-transition: color .35s ease, transform .35s ease;
    transition: color .35s ease, transform .35s ease;
    transition: color .35s ease, transform .35s ease, -webkit-transform .35s ease; }
  #up_arrow .inner {
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.2;
    text-align: center; }
  #up_arrow:hover {
    color: #00c2ff;
    cursor: pointer;
    font-weight: 400; }

.success_message {
  display: block;
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: -100%;
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }
  .success_message .success_message_inside {
    display: inline-block;
    position: relative;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 15px;
    text-align: center; }
    .success_message .success_message_inside .closex {
      display: inline-block;
      position: relative;
      padding: 15px;
      font-size: 36px;
      font-weight: 100;
      line-height: .5;
      font-family: "Roboto", sans-serif;
      -webkit-transition: color .35s ease;
      -o-transition: color .35s ease;
      transition: color .35s ease; }
      .success_message .success_message_inside .closex:hover {
        cursor: pointer;
        color: #00c2ff;
        -webkit-transition: color .35s ease;
        -o-transition: color .35s ease;
        transition: color .35s ease; }
    .success_message .success_message_inside .first {
      display: block;
      position: relative;
      font-size: 36px;
      font-family: "Roboto-Light";
      color: #00c2ff;
      line-height: 1;
      text-align: center;
      font-weight: 300;
      font-size: 70px; }
    .success_message .success_message_inside .second {
      display: block;
      position: relative;
      font-size: 30px;
      font-family: "Roboto-Light";
      color: black;
      line-height: 1.2;
      text-align: center;
      margin-top: 1.5em;
      margin-bottom: 1.5em; }
    .success_message .success_message_inside .the_third {
      display: block;
      position: relative;
      font-size: 20px;
      font-family: "Roboto-Light";
      color: black;
      line-height: 1.2;
      text-align: center;
      margin-bottom: 25px; }

#header .success_message .success_message_inside .first {
  font-size: 45px; }

#header .success_message .success_message_inside .second {
  font-size: 24px;
  margin-top: .5em;
  margin-bottom: .5em; }

#header .success_message .success_message_inside .the_third {
  font-size: 18px; }

#privat_bank, #alfa_bank, form, .title, .descr, .slogan, .director_photo, .topgray, .brushstroke, .close {
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.message_state.shown .success_message {
  visibility: visible;
  top: 0;
  opacity: 1;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.message_state.shown #privat_bank, .message_state.shown #alfa_bank, .message_state.shown form, .message_state.shown .title, .message_state.shown .descr, .message_state.shown .slogan, .message_state.shown .director_photo, .message_state.shown .topgray, .message_state.shown .brushstroke, .message_state.shown .close {
  opacity: .05 !important;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }

#privat_bank #your_service, #alfa_bank #your_service {
  outline: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  #privat_bank #your_service + .arrow_down, #privat_bank #your_service + .arrow_down, #alfa_bank #your_service + .arrow_down, #alfa_bank #your_service + .arrow_down {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 7px;
    font-size: 20px;
    line-height: 1; }

.modal_default select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative; }

.modal_default .modal-dialog {
  overflow: hidden; }

.modal_default .closer {
  display: inline-block;
  position: absolute;
  padding: 10px;
  right: 10px;
  top: 0;
  background-color: red;
  font-size: 45px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  line-height: .6;
  z-index: 5;
  outline: none !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
  opacity: .9;
  text-shadow: none; }
  .modal_default .closer:hover {
    outline: none !important;
    cursor: pointer;
    color: #00c2ff;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease; }

.modal_default .patterns_bg_left {
  display: block;
  position: absolute;
  left: -200px;
  bottom: -5%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left top;
  max-height: 110%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.modal_default .patterns_bg_right {
  display: block;
  position: absolute;
  right: -200px;
  bottom: -7%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right bottom;
  max-height: 110%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.modal_default .modal-dialog {
  border: none; }
  .modal_default .modal-dialog .modal-content {
    background-color: #e7e7e7;
    -webkit-border-radius: 0;
            border-radius: 0;
    border: none; }
    .modal_default .modal-dialog .modal-content .modal-body {
      z-index: 4; }
      .modal_default .modal-dialog .modal-content .modal-body .title {
        display: block;
        position: relative;
        font-size: 60px;
        font-family: "Roboto-Light";
        font-weight: 300;
        color: #00c2ff;
        line-height: 1.2;
        text-align: center;
        padding-top: 15px; }
        .modal_default .modal-dialog .modal-content .modal-body .title:after {
          content: '';
          display: block;
          position: relative;
          margin: 20px auto 25px;
          width: 100px;
          height: 1px;
          background-color: white; }
      .modal_default .modal-dialog .modal-content .modal-body .descr {
        display: block;
        position: relative;
        text-align: center;
        font-size: 20px;
        font-family: "Roboto-Light";
        color: black;
        line-height: 1.2;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 30px;
        font-weight: 300; }
        .modal_default .modal-dialog .modal-content .modal-body .descr span {
          font-weight: 400;
          font-family: "Roboto-Italic"; }
      .modal_default .modal-dialog .modal-content .modal-body form input:not([type="date"]) {
        padding: 9px 10px; }
      .modal_default .modal-dialog .modal-content .modal-body form .btn_default {
        margin-top: 15px;
        margin-bottom: 15px; }

.modal_default .your_date_time + .arrow_down, .modal_default .your_studio + .arrow_down {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  line-height: 1; }

.modal_default .your_first_date + .calendar_icon {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 18px;
  line-height: 1; }

#modal_consult .modal-dialog .modal-body {
  padding-left: 100px;
  padding-right: 100px; }

#modal_consult .modal-dialog .btn_default .name {
  min-width: 215px; }

#email_to_director .patterns_bg_left {
  z-index: 2;
  bottom: 3%;
  max-height: 95%; }

#email_to_director .patterns_bg_right {
  z-index: 2;
  bottom: 3%;
  max-height: 95%; }

#email_to_director .modal-content {
  background-color: #fff; }

#email_to_director .topgray {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  height: 190px;
  background-color: #e7e7e7;
  z-index: 1; }

#email_to_director .director_photo {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%; }

#email_to_director .name_box {
  display: block;
  position: absolute;
  bottom: 0;
  padding-top: 30px;
  overflow: hidden;
  left: 15px;
  right: 15px; }
  #email_to_director .name_box .name {
    display: block;
    position: relative;
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    color: white;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px; }
  #email_to_director .name_box .proff {
    display: block;
    position: relative;
    font-size: 18px;
    font-family: "Roboto-LightItalic";
    color: white;
    line-height: 1.2;
    text-align: center;
    font-weight: 300;
    max-width: 90%;
    margin: 0 auto 15px; }
  #email_to_director .name_box .brushstroke {
    display: block;
    position: absolute;
    width: 120%;
    left: -10%;
    top: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

#email_to_director .modal-dialog .modal-body .title {
  padding-top: 0;
  margin-bottom: 25px; }
  #email_to_director .modal-dialog .modal-body .title:after {
    content: none !important; }

#email_to_director .padding_box {
  padding-bottom: 25px;
  padding-left: 100px;
  padding-right: 100px; }

#email_to_director textarea {
  margin-top: 20px; }

#email_to_director .descr {
  margin-top: 10px;
  font-weight: 300; }

#join_the_lesson .wrapper {
  padding-left: 250px;
  padding-right: 250px; }

#join_the_lesson form input, #join_the_lesson form select {
  padding: 9px 10px; }

#join_the_lesson form input[type="date"] {
  height: 42px;
  outline: none !important; }

#join_the_lesson .descr {
  margin-bottom: 40px; }

#join_the_lesson form select {
  padding-right: 25px !important; }

#join_the_lesson form input[name="your_first_date"] {
  padding-right: 30px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

#join_the_lesson form input[name="your_first_date"]::-webkit-inner-spin-button,
#join_the_lesson form input[name="your_first_date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  opacity: .5;
  -webkit-appearance: none;
          appearance: none;
  width: 100% !important;
  z-index: 3;
  right: 0;
  top: 0;
  height: 100%;
  background-color: red;
  appearance: none; }

#discount_slider .btn_default {
  display: inline-block;
  position: absolute;
  left: 100px;
  bottom: 50px;
  z-index: 3; }

#discount_slider .close {
  color: white;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease; }
  #discount_slider .close:hover {
    color: #00c2ff;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease; }

#discount_slider #slider_outer {
  display: block;
  position: relative;
  text-align: center; }

#discount_slider #slider_inner {
  display: block;
  position: relative;
  text-align: center;
  background-color: #000; }
  #discount_slider #slider_inner .item {
    display: block;
    position: relative; }
    #discount_slider #slider_inner .item img {
      display: block;
      position: relative;
      margin: 0 auto;
      max-width: 100%; }

#discount_slider .custom_dots_wrapper {
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  bottom: -2px;
  width: 250px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.78)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.78));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.78));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.78)); }
  #discount_slider .custom_dots_wrapper .custom_dots {
    display: block;
    position: relative;
    padding-right: 10px;
    float: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    #discount_slider .custom_dots_wrapper .custom_dots .slick-dots li .line {
      background-color: #fe0404;
      color: #fe0404; }
    #discount_slider .custom_dots_wrapper .custom_dots .slick-dots li .number {
      color: #fe0404; }
    #discount_slider .custom_dots_wrapper .custom_dots .slick-dots li:hover .line {
      background-color: #00c2ff; }
    #discount_slider .custom_dots_wrapper .custom_dots .slick-dots li:hover .number {
      color: #00c2ff; }

.fixed_panel {
  display: block;
  position: fixed;
  height: 100%;
  width: 60px;
  z-index: 3;
  top: 0;
  opacity: 0;
  -webkit-transition: all .45s ease;
  -o-transition: all .45s ease;
  transition: all .45s ease; }
  .fixed_panel #fixed_social li a {
    color: #333333 !important;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease; }
    .fixed_panel #fixed_social li a:hover {
      color: #00c2ff !important;
      -webkit-transition: color .35s ease;
      -o-transition: color .35s ease;
      transition: color .35s ease; }
  .fixed_panel.left {
    left: 0; }
  .fixed_panel.right {
    right: 0; }
  .fixed_panel.shown.left {
    opacity: 1;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease; }
  .fixed_panel.shown.right {
    opacity: 1;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease; }
  .fixed_panel.right.m_shown {
    opacity: 1;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease; }
  .fixed_panel .email_to_director {
    display: inline-block;
    position: relative;
    min-width: 300px;
    text-align: center;
    font-size: 19px;
    font-family: "Roboto", sans-serif;
    color: black;
    line-height: 1;
    text-align: center;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 50%;
    margin-top: -160px;
    left: -125px;
    text-decoration: none;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease; }
    .fixed_panel .email_to_director .envelope_icon {
      display: inline-block;
      position: relative; }
    .fixed_panel .email_to_director:hover {
      color: #00c2ff !important;
      cursor: pointer;
      -webkit-transition: color .35s ease;
      -o-transition: color .35s ease;
      transition: color .35s ease; }

/* Left */
.fixed_panel.left {
  opacity: 1;
  z-index: 5;
  visibility: visible; }
  .fixed_panel.left .email_to_director {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease; }
  .fixed_panel.left.shown {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease; }
    .fixed_panel.left.shown .email_to_director {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .45s ease;
      -o-transition: all .45s ease;
      transition: all .45s ease; }

.modal-backdrop.in {
  filter: alpha(opacity=80) !important;
  opacity: .8 !important; }

#join_the_lesson form input[name="your_first_date"] {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none; }

.audio_controls {
  display: block;
  position: absolute;
  width: 60px;
  left: 0;
  bottom: 0;
  z-index: 3; }
  .audio_controls .is_playing_now {
    display: none; }
  .audio_controls .play_btn {
    display: block;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px; }
    .audio_controls .play_btn img {
      margin: 0 auto;
      display: block;
      position: relative; }
    .audio_controls .play_btn img:nth-child(2) {
      display: none; }
    .audio_controls .play_btn:hover {
      cursor: pointer; }
      .audio_controls .play_btn:hover img:nth-child(1) {
        display: none; }
      .audio_controls .play_btn:hover img:nth-child(2) {
        display: block; }
    .audio_controls .play_btn.active + .is_playing_now {
      display: block !important; }
    .audio_controls .play_btn.active {
      display: none !important; }

.show_share {
  display: inline-block;
  visibility: hidden;
  position: fixed;
  bottom: 75px;
  right: 7px;
  z-index: 4;
  font-size: 18px;
  border: none;
  color: #00c2ff;
  outline: none;
  text-decoration: none;
  background-color: #e7e7e7;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #e7e7e7;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease; }

/* MODAL VERTICAL ALIGN CENTER */
.modal {
  text-align: center; }

.modal:not(#discount_slider)::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle; }

.modal:not(#discount_slider) .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.tooltip.top .tooltip-arrow {
  border-top-color: #db0000; }

.tooltip-inner {
  min-width: 140px;
  background-color: #db0000;
  color: #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }

#header .inner .slogan .t {
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }

#header .inner .slogan .b {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.section-title, .blue_title {
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }

.our_studios .section-title {
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

.vbr_lnk {
  display: inline-block;
  position: relative;
  line-height: 33px;
  vertical-align: middle; }
  .vbr_lnk img {
    display: inline-block;
    position: relative;
    max-width: 25px;
    margin-bottom: 7px;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease; }
  .vbr_lnk:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
    .vbr_lnk:hover img {
      -webkit-transition: all .45s ease;
      -o-transition: all .45s ease;
      transition: all .45s ease; }

/* END OF FRONT-PAGE */
/* BEGIN OTHER PAGES */
.zi_two {
  z-index: 2; }

.breadcrumbs {
  font-size: 16px;
  font-family: "Roboto-Light";
  font-weight: 300;
  color: black;
  line-height: 1.2;
  z-index: 2; }
  .breadcrumbs a {
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
    text-decoration: none; }
  .breadcrumbs a:hover {
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
    text-decoration: none;
    color: #00c2ff !important; }

.other_page .otherpage_wrapper {
  display: block;
  position: relative;
  padding-top: 90px;
  background-color: #e7e7e7;
  overflow: hidden; }
  .other_page .otherpage_wrapper:before {
    content: '';
    display: block;
    position: absolute;
    left: -3px;
    right: -3px;
    top: -3px;
    height: 200px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background-image: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(-180deg, #fff 0%, rgba(255, 255, 255, 0) 100%); }

.other_page #our_studios, .other_page #media_gallery, .other_page #news_container, .other_page #teachers_section {
  background-color: transparent;
  padding-top: 15px !important; }

.other_page #top_navbar .numbers_posa a {
  color: #525252 !important; }
  .other_page #top_navbar .numbers_posa a:hover {
    color: #00c2ff !important; }

.other_page .bb_line:after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  margin-top: 15px;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease; }

.other_page #fixed_social.header_pos {
  display: none !important; }

.other_page .breadcrumbs_wrap {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px; }

.other_page #news_container {
  background-color: transparent; }

.other_page #news {
  padding-top: 35px;
  overflow: hidden;
  padding-bottom: 25px; }
  .other_page #news .col-item .item {
    margin-top: 0; }

.other_page #news_container .white_bg {
  padding-bottom: 0; }

.other_page .screen-reader-text {
  display: none !important; }

.other_page #teacher {
  margin-top: 25px; }

.other_page .cat_pagination {
  background-color: #fff;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 100; }
  .other_page .cat_pagination .pagination {
    padding: 15px 0; }
  .other_page .cat_pagination a {
    font-weight: 100; }
    .other_page .cat_pagination a:hover {
      text-decoration: none !important;
      color: #2cb9ca;
      font-family: "Roboto-Light";
      font-weight: 300; }
    .other_page .cat_pagination a:focus {
      text-decoration: none;
      outline: none;
      color: #2cb9ca; }
  .other_page .cat_pagination .page-numbers {
    margin-right: 10px; }
  .other_page .cat_pagination a.next.page-numbers, .other_page .cat_pagination a.prev.page-numbers {
    display: none !important; }
  .other_page .cat_pagination .current {
    font-family: "Roboto-Light"; }

.other_page .single_title {
  display: block;
  position: relative;
  font-size: 70px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #ed1c24;
  line-height: 1.2;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 35px; }

/* Single pages */
.g_drive_link {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-family: "Roboto-Italic";
  color: #ed1c24;
  line-height: 1.2;
  text-align: left;
  text-decoration: underline;
  padding: 10px 15px;
  margin-bottom: 10px;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease; }
  .g_drive_link:focus {
    color: #ed1c24; }
  .g_drive_link:hover {
    color: #00c2ff !important;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease; }

.typogr_standart {
  display: block;
  position: relative;
  font-size: 18px;
  font-family: "Roboto-Light";
  color: black;
  line-height: 1.2;
  text-align: justify; }
  .typogr_standart p {
    display: block;
    position: relative;
    margin-bottom: 15px; }
  .typogr_standart.leftside {
    text-align: right;
    margin-bottom: 10px; }
  .typogr_standart img {
    position: relative;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 15px; }

.text-justify .typogr_standart.leftside {
  text-align: justify; }

.is_single .top_video_margin {
  position: relative;
  margin-bottom: 25px; }

.is_single .cntrl_line {
  margin-top: 45px; }

.gallery {
  display: block;
  position: relative; }
  .gallery * {
    outline: none !important; }
  .gallery .gallery-item {
    cursor: pointer;
    position: relative;
    width: 33.333333%;
    float: left;
    padding: 5px; }
    .gallery .gallery-item img {
      max-width: 100%;
      height: auto !important;
      -webkit-transition: opacity .4s ease;
      -o-transition: opacity .4s ease;
      transition: opacity .4s ease; }
    .gallery .gallery-item a {
      display: block;
      position: relative;
      text-align: center; }
      .gallery .gallery-item a:hover img {
        opacity: 1;
        -webkit-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
        transition: opacity .4s ease; }
      .gallery .gallery-item a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: -webkit-linear-gradient(45deg, #37eaff 0%, #ff2d5a 100%);
        background-image: -o-linear-gradient(45deg, #37eaff 0%, #ff2d5a 100%);
        background-image: linear-gradient(45deg, #37eaff 0%, #ff2d5a 100%);
        opacity: 0;
        -webkit-transition: opacity .45s ease;
        -o-transition: opacity .45s ease;
        transition: opacity .45s ease; }
      .gallery .gallery-item a:hover:before {
        opacity: .6;
        -webkit-transition: opacity .45s ease;
        -o-transition: opacity .45s ease;
        transition: opacity .45s ease; }

.buffer {
  display: block;
  position: relative;
  width: 100%;
  height: 35px; }

#single_gallery_outer {
  display: block;
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
  overflow: hidden; }
  #single_gallery_outer:before {
    content: '';
    display: block;
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff; }
  #single_gallery_outer .patterns_bg_left {
    display: block;
    position: absolute;
    left: -170px;
    top: 8%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #single_gallery_outer .patterns_bg_right {
    display: block;
    position: absolute;
    right: -170px;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

.in_category_gallery .patterns_bg_left {
  display: block;
  position: absolute;
  left: -170px;
  top: 290px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left top;
  max-height: 90%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.in_category_gallery .patterns_bg_right {
  display: block;
  position: absolute;
  right: -170px;
  top: 70px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  max-height: 90%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

#single_gallery_outer .top_patterns_bg_left {
  display: block;
  position: absolute;
  left: -170px;
  top: 300px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left top;
  max-height: 90%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

#single_gallery_outer .top_patterns_bg_right {
  display: block;
  position: absolute;
  right: -170px;
  top: 100px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  max-height: 90%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

#studio_outer {
  display: block;
  position: relative; }
  #studio_outer:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    z-index: 0;
    opacity: .7;
    background-image: -webkit-linear-gradient(135deg, #37eaff 0%, #ff2d5a 100%);
    background-image: -o-linear-gradient(135deg, #37eaff 0%, #ff2d5a 100%);
    background-image: linear-gradient(-45deg, #37eaff 0%, #ff2d5a 100%); }
  #studio_outer:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    z-index: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, transparent), to(#e7e7e7));
    background-image: -webkit-linear-gradient(0, transparent 0%, #e7e7e7 100%);
    background-image: -o-linear-gradient(0, transparent 0%, #e7e7e7 100%);
    background-image: linear-gradient(0, transparent 0%, #e7e7e7 100%); }
  #studio_outer .top_patterns_bg_left {
    display: block;
    position: absolute;
    left: -170px;
    top: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #studio_outer .top_patterns_bg_right {
    display: block;
    position: absolute;
    right: -170px;
    top: 240px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #studio_outer .bottom_patterns_bg_left {
    display: block;
    position: absolute;
    left: -170px;
    bottom: 350px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #studio_outer .bottom_patterns_bg_right {
    display: block;
    position: absolute;
    right: -170px;
    bottom: 0;
    bottom: 70px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #studio_outer + #our_studios {
    padding-top: 45px !important; }

.middle_row {
  position: relative;
  margin-bottom: 35px; }

.blue_sub_title {
  display: block;
  position: relative;
  text-align: center;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #00c2ff;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px; }

.list_outer .title {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: black;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px; }

.list_default {
  padding-left: 0; }
  .list_default li {
    display: block;
    position: relative;
    list-style-type: none;
    text-indent: 1em;
    font-size: 18px;
    font-family: "Roboto-Light";
    margin-bottom: 10px; }
    .list_default li:before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 5px;
      height: 5px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      overflow: hidden;
      background-color: red;
      top: .5em;
      left: 0; }

.in_category_studio .studio_preview_img {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 50%;
  -webkit-box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.35); }

.in_category_studio .top_row {
  margin-bottom: 35px; }

.in_category_studio .typogr_standart p span {
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.in_category_studio.other_page .single_title {
  margin-top: 5px; }

.news_teach_mobile_preview {
  display: none; }

.bottom_row {
  position: relative;
  margin-bottom: 35px;
  z-index: 2; }
  .bottom_row .additional_info_list {
    display: block;
    position: relative;
    text-align: left;
    padding-left: 0;
    list-style-type: none;
    font-family: "Roboto-Light";
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 35px; }
    .bottom_row .additional_info_list span {
      font-family: "Roboto", sans-serif;
      font-weight: 400; }
    .bottom_row .additional_info_list li {
      margin-bottom: 10px; }
      .bottom_row .additional_info_list li:last-child {
        margin-bottom: 0; }
  .bottom_row .additional_text_info {
    display: block;
    position: relative; }
    .bottom_row .additional_text_info span {
      font-family: "Roboto", sans-serif;
      font-weight: 400; }
    .bottom_row .additional_text_info a {
      display: inline-block;
      position: relative;
      text-decoration: none;
      font-weight: 400;
      color: #000;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      -webkit-transition: color .35s ease;
      -o-transition: color .35s ease;
      transition: color .35s ease; }
      .bottom_row .additional_text_info a:hover {
        color: #00c2ff;
        -webkit-transition: color .35s ease;
        -o-transition: color .35s ease;
        transition: color .35s ease; }

.row_buttons {
  position: relative;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  z-index: 2;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .row_buttons .col-item {
    padding-left: 5px;
    padding-right: 5px; }

/*News & Teachers single */
#teachers_news_outer {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 25px; }
  #teachers_news_outer .news_teach_preview {
    display: inline-block;
    position: relative;
    float: left;
    width: 390px;
    max-width: 100%;
    margin-right: 30px;
    margin-bottom: 15px;
    z-index: 3; }
  #teachers_news_outer .descr {
    display: block;
    position: relative;
    z-index: 3;
    padding-top: 10px; }
  #teachers_news_outer .single_title {
    line-height: 1.2; }
    #teachers_news_outer .single_title:before {
      content: '';
      display: block;
      position: absolute;
      left: -200%;
      right: -200%;
      top: 100%;
      z-index: 0;
      height: 5000px;
      background-color: #fff; }
    #teachers_news_outer .single_title.single_title_side {
      margin-top: 15px;
      margin-bottom: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
      text-align: left; }
  #teachers_news_outer .list_default {
    text-align: left; }
    #teachers_news_outer .list_default li:before {
      content: none;
      content: '';
      display: inline-block;
      width: 5px;
      height: 5px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      overflow: hidden;
      background-color: red;
      position: relative;
      left: -0.5em;
      top: 0;
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px); }
  #teachers_news_outer .typogr_standart a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #ed1c24;
    line-height: 1.2;
    text-align: left;
    text-decoration: underline;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease; }
    #teachers_news_outer .typogr_standart a:focus {
      color: #ed1c24; }
    #teachers_news_outer .typogr_standart a:hover {
      color: #00c2ff !important;
      -webkit-transition: color .35s ease;
      -o-transition: color .35s ease;
      transition: color .35s ease; }
  #teachers_news_outer .top_patterns_bg_left {
    display: block;
    position: absolute;
    left: -170px;
    top: 300px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #teachers_news_outer .top_patterns_bg_right {
    display: block;
    position: absolute;
    right: -170px;
    top: 30px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

.container_news_gallery .bottom_patterns_bg_left {
  display: block;
  position: absolute;
  left: -170px;
  bottom: -55px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left top;
  max-height: 90%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.container_news_gallery .bottom_patterns_bg_right {
  display: block;
  position: absolute;
  right: -170px;
  bottom: 0;
  bottom: 50px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left top;
  max-height: 90%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

/* News single */
#teachers_news_outer .top_video_margin {
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 2; }

#teachers_news_outer .row.cntrl_line {
  margin-top: 45px;
  margin-bottom: 15px; }

.container_news_gallery {
  position: relative;
  margin-top: 30px;
  margin-bottom: 35px; }

#teachers_news_outer .single_title.teacher {
  text-align: left; }
  #teachers_news_outer .single_title.teacher .profession {
    font-size: 24px;
    font-family: "Roboto-LightItalic";
    font-weight: 300;
    color: black;
    line-height: 1.2;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px; }
    #teachers_news_outer .single_title.teacher .profession br {
      display: none; }

#teachers_news_outer .typogr_standart .teacher_email {
  display: inline-block;
  position: relative;
  padding: 5px;
  font-size: 23px;
  font-family: "Roboto-Light";
  font-weight: 300;
  color: black;
  line-height: 1.2;
  text-align: left;
  text-decoration: none !important; }
  #teachers_news_outer .typogr_standart .teacher_email i {
    color: #00c2ff;
    position: relative;
    margin-right: 10px;
    font-weight: .9em; }

#teachers_news_outer .row.cntrl_line.only_teacher {
  margin-top: 45px;
  margin-bottom: 45px; }

#schedule_and_price_modal .modal-lg {
  width: 1150px; }

#schedule_and_price_modal {
  text-align: center; }
  #schedule_and_price_modal .dark_wrap {
    padding-left: 25px;
    padding-right: 25px; }
  #schedule_and_price_modal .modal-dialog {
    margin-bottom: 100px; }
  #schedule_and_price_modal #schedule_and_prices {
    padding-top: 30px; }
    #schedule_and_price_modal #schedule_and_prices .title {
      display: block;
      position: relative;
      text-align: center;
      color: #fff;
      font-weight: 400;
      font-size: 65px;
      font-family: "Roboto-Light";
      color: #00c2ff;
      line-height: 1; }
    #schedule_and_price_modal #schedule_and_prices .patterns_bg_left {
      display: block;
      position: absolute;
      bottom: 35px;
      z-index: 3; }

.is_page .page_title {
  display: block;
  position: relative;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #000;
  font-size: 65px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 2; }

.is_page .page_content {
  position: relative;
  z-index: 2;
  margin-bottom: 45px; }

.is_page .top_patterns_bg_left {
  display: block;
  position: absolute;
  left: -170px;
  top: 300px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left top;
  max-height: 90%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.is_page .top_patterns_bg_right {
  display: block;
  position: absolute;
  right: -170px;
  top: 60px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right bottom;
  max-height: 90%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.site_map_page .to_home_link {
  display: block;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px; }

.site_map_page {
  display: block;
  position: relative;
  font-size: 18px; }
  .site_map_page .btn_default {
    margin-top: 35px; }
  .site_map_page ul, .site_map_page li {
    margin: 0;
    padding: 0; }
  .site_map_page ul {
    list-style: none;
    font-size: 18px;
    margin-left: 1.5em;
    margin-bottom: 2em; }
    .site_map_page ul li {
      line-height: 1.5em;
      vertical-align: top;
      position: relative; }
      .site_map_page ul li a {
        display: inline-block;
        position: relative;
        text-decoration: none;
        color: #313131;
        font-size: 16px;
        line-height: 1.2 !important;
        text-align: left;
        position: relative; }
      .site_map_page ul li:before {
        content: "";
        display: inline-block;
        height: 1.6em;
        border-bottom: 1px #b3b3b3 solid;
        width: 3em;
        border-left: 1px #b3b3b3 solid;
        position: absolute;
        top: -0.75em;
        opacity: .6; }
      .site_map_page ul li a {
        font-size: 18px;
        margin-left: 4em;
        text-decoration: none;
        -webkit-transition: color .25s ease;
        -o-transition: color .25s ease;
        transition: color .25s ease; }
        .site_map_page ul li a:hover {
          color: #00c2ff;
          text-decoration: none;
          -webkit-transition: color .25s ease;
          -o-transition: color .25s ease;
          transition: color .25s ease; }
  .site_map_page .pagenav ul li a {
    text-indent: 4px; }
  .site_map_page .sitemapz {
    padding: 0; }
  .site_map_page .site_map h3 {
    display: block;
    position: relative;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2; }
    .site_map_page .site_map h3:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -12px;
      left: 0;
      width: 2em;
      height: 1px;
      background: gray;
      left: .5em; }
  .site_map_page .pagenav {
    display: block;
    position: relative;
    font-size: 20px;
    color: #313131;
    text-transform: uppercase;
    line-height: 1.2; }
    .site_map_page .pagenav a {
      display: inline-block;
      position: relative;
      text-decoration: none;
      color: #313131;
      font-size: 18px;
      text-align: left;
      text-transform: none; }
  .site_map_page #mpl {
    position: relative;
    display: block; }
    .site_map_page #mpl + h3 {
      display: block;
      position: relative;
      color: #313131;
      text-transform: uppercase;
      line-height: 1.2; }
  .site_map_page .site_map h1.title {
    display: block;
    position: relative;
    text-align: center;
    font-size: 26px;
    color: #ff6600;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px;
    padding-top: 50px; }

.site_map_page h3 {
  margin-bottom: 25px;
  text-transform: uppercase; }

.sitemap_go_home .btn_default .name {
  min-width: 245px; }

#header.remove_bg {
  background-image: none !important;
  overflow: visible; }
  #header.remove_bg .error_code {
    margin-bottom: 150px; }

.error_code {
  position: relative;
  text-align: center; }
  .error_code .core {
    display: block;
    position: relative;
    font-size: 270px;
    font-family: "Roboto-Light";
    color: #e7e7e7;
    line-height: 1;
    text-align: center;
    background-color: #a8a8a8;
    color: transparent;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: text;
            background-clip: text; }
  .error_code .typogr_standart.descr {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    text-align: center !important;
    text-shadow: 0 0 25px #fff;
    font-size: 24px; }
    .error_code .typogr_standart.descr:before {
      content: '';
      display: block;
      position: absolute;
      width: 200px;
      background-color: white;
      height: 1px;
      margin: 0 auto;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }

.is_404 .cloud {
  display: inline-block;
  position: absolute;
  top: -100px; }
  .is_404 .cloud.blue {
    left: 160px; }
  .is_404 .cloud.pink {
    right: 160px; }

/* 404 */
.is_404 .otherpage_wrapper {
  padding-top: 0 !important; }

.is_404 #header {
  padding-top: 90px;
  z-index: 2; }
  .is_404 #header .two_buttons {
    position: relative;
    margin-top: 35px; }
    .is_404 #header .two_buttons .left .btn_default .name, .is_404 #header .two_buttons .right .btn_default .name {
      min-width: 140px; }
  .is_404 #header:before {
    background-position: left bottom;
    bottom: 50px;
    top: inherit; }
  .is_404 #header:after {
    background-position: right top;
    top: 50px;
    bottom: inherit; }

#teachers_news_outer .row.cntrl_line_fix_t_b {
  margin-top: 0; }

.white_buttons_wrapper {
  display: block;
  position: relative;
  background-color: #fff; }

.container_buffer_gall {
  display: block;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px; }
  .container_buffer_gall .cntrl_line {
    margin-top: 0 !important; }

.default_page_template .page_content.typogr_standart a {
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #ed1c24;
  line-height: 1.2;
  text-align: left;
  text-decoration: underline;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease; }
  .default_page_template .page_content.typogr_standart a:focus {
    color: #ed1c24; }
  .default_page_template .page_content.typogr_standart a:hover {
    color: #00c2ff !important;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease; }

#preloader {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: #676767; }
  #preloader .inside {
    display: block;
    position: relative;
    margin: 0 auto;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    max-width: 100%;
    color: #ff2400;
    text-align: center; }
  #preloader .loader {
    display: inline-block;
    position: relative;
    float: none;
    top: -50px;
    left: -50px; }

#about_us .blue_title_2 {
  padding-left: 60px;
  padding-right: 60px; }

.modal-video-close-btn {
  outline: none !important; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent !important; }

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent !important; }

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent !important; }

.slick-slide {
  outline: none !important; }
  .slick-slide:focus, .slick-slide:visited {
    outline: none !important; }

@media all and (min-width: 480px) {
  .other_page .fixed_panel.right {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease; }
  .other_page .fixed_panel.left .email_to_director {
    opacity: 1;
    visibility: visible; } }

/* > 480 */
@media all and (min-width: 768px) {
  #discount_slider.modal::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle; }
  #discount_slider.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; } }

/* > 768 */
@media all and (min-width: 992px) {
  .other_page #teacher .col-item {
    margin-bottom: 5px; } }

/* > 992 */
@media all and (min-width: 1200px) {
  #modal_consult .modal-dialog, #email_to_director .modal-dialog, #join_the_lesson .modal-dialog {
    min-width: 1180px; }
  #discount_slider .modal-dialog {
    min-width: 1100px; } }

/* > 1200 */
@media all and (max-width: 1280px) {
  .custom_dots {
    right: 30px; } }

/* < 1260 */
@media all and (min-width: 992px) and (max-width: 1100px) {
  #studio_outer .row_buttons .btn_default .name {
    font-size: 17px; }
  #studio_outer .row_buttons .col-item {
    padding-left: 0;
    padding-right: 0; } }

/* 992 - 1100 diapasone */
@media all and (min-width: 1200px) and (max-width: 1300px) {
  .inline_triggerline .cloud.pink {
    left: 250px; } }

/* 1200 - 1300 diapasone */
/* SIDES */
/*SM*/
@media all and (min-width: 480px) and (max-width: 840px) {
  .other_page #studio_outer > .container,
  .other_page #teachers_news_outer > .container,
  .in_category_gallery .container_rem_pd {
    padding-left: 60px;
    padding-right: 60px; }
  .in_category_gallery #single_gallery_outer > .container {
    padding-left: 60px;
    padding-right: 60px; }
  #media_gallery .white_bg > .container .row-items {
    padding-left: 75px;
    padding-right: 75px; } }

/*MD*/
@media all and (min-width: 992px) and (max-width: 1040px) {
  .other_page #studio_outer > .container,
  .other_page #teachers_news_outer > .container,
  .in_category_gallery .container_rem_pd {
    padding-left: 60px;
    padding-right: 60px; }
  .in_category_gallery #single_gallery_outer > .container {
    padding-left: 60px;
    padding-right: 60px; }
  #media_gallery .white_bg > .container .row-items {
    padding-left: 75px;
    padding-right: 75px; } }

/*LG*/
@media all and (min-width: 1200px) and (max-width: 1280px) {
  .other_page #studio_outer > .container,
  .other_page #teachers_news_outer > .container,
  .in_category_gallery .container_rem_pd {
    padding-left: 60px;
    padding-right: 60px; }
  .in_category_gallery #single_gallery_outer > .container {
    padding-left: 60px;
    padding-right: 60px; }
  #media_gallery .white_bg > .container .row-items {
    padding-left: 75px;
    padding-right: 75px; } }

/* SIDES */
@media all and (min-width: 992px) and (max-width: 1250px) {
  #about_us .description,
  .thypogr,
  #bonus_programm .typogr {
    padding-left: 30px; }
  #contacts .item.ld {
    padding-left: 30px; }
  .about_img {
    max-width: 88% !important; }
  .inline_triggerline .title {
    padding-left: 30px;
    padding-right: 30px; }
  .inline_triggerline .inline_btn_group {
    padding-left: 30px;
    padding-right: 30px; } }

/* 992 - 1250 diapasone */
@media all and (max-width: 1300px) {
  #contacts .contacts_uls ul li.email {
    line-height: 1.2; }
    #contacts .contacts_uls ul li.email:before {
      top: 3px; }
  .inline_triggerline_2:before {
    right: -190px; }
  #news_container .arrows_outer {
    padding-left: 110px;
    padding-right: 110px; }
    #news_container .arrows_outer .slider_arrow.left_arrow {
      left: 25px; }
    #news_container .arrows_outer .slider_arrow.right_arrow {
      right: 25px; }
  .inline_triggerline_4:before {
    background-position: 100% 0;
    background-image: url("../img/trigger_line/f4.png"); }
  .inline_triggerline_6:before {
    background-position: 100% 0; }
  .inline_triggerline_7:before {
    background-position: 100% 0; }
  .inline_triggerline_8:before {
    background-position: 100% 0; }
  .inline_triggerline_10:before {
    background-position: 100% 0;
    right: -75px; }
  .inline_triggerline_11:before {
    background-position: 100% 0; } }

/* < 1300px */
@media all and (max-width: 1250px) {
  #news_container .arrows_outer {
    padding-left: 110px;
    padding-right: 110px; }
    #news_container .arrows_outer .slider_arrow.left_arrow {
      left: 35px; }
    #news_container .arrows_outer .slider_arrow.right_arrow {
      right: 35px; } }

/* < 1250px */
@media all and (max-width: 1200px) {
  #header .inner .slogan {
    font-size: 50px; }
  #header .form_wrapper .title {
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px; }
  #header .form-group input {
    width: 200px !important;
    margin-right: 20px; }
  .custom_dots {
    right: 0; }
  .element-item {
    width: 153px;
    height: 153px; }
    .element-item .centr img {
      max-width: 60px;
      height: auto; }
    .element-item .centr .title {
      font-size: 16px; }
  #our_studios .tiles_gray_wrap {
    height: 480px; }
  #about_us .description.left {
    text-align: left;
    margin-bottom: 35px; }
  #about_us .description.right {
    text-align: left;
    margin-bottom: 35px; }
  #teacher .item .panel .brushstroke {
    top: -10px; }
  #media_gallery .col-item .item {
    height: 320px;
    padding: 40px 25px; }
    #media_gallery .col-item .item .content .title {
      font-size: 20px; }
    #media_gallery .col-item .item .content .excerpt {
      font-size: 16px; }
    #media_gallery .col-item .item .content .more {
      font-size: 16px;
      font-weight: 400; }
  #schedule_and_prices .air_area ul.docs li {
    padding-left: 70px; }
  #schedule_and_prices .air_area ul.docs li > span {
    min-width: 85px;
    margin-right: 15px; }
  #schedule_and_prices .air_area .girl_in_a_circle {
    max-width: 400px;
    left: -420px; }
  #payment_of_lessons .patterns_bg_left {
    top: -260px; }
  #video_reviews .video_outer {
    padding-left: 80px;
    padding-right: 80px; }
  #video_reviews .video_reviews_outer .right_arrow {
    right: 15px; }
  #video_reviews .video_reviews_outer .left_arrow {
    left: 15px; }
  #text_reviews_outer .slider_arrow.right_arrow {
    right: 0; }
  #text_reviews_outer .slider_arrow.left_arrow {
    left: 0; }
  #text_reviews_outer #text_reviews_inner .item {
    padding-left: 80px;
    padding-right: 80px; }
  #contacts .item .hidden {
    display: block !important; }
  .modal_default .modal-dialog .modal-content .modal-body .title {
    font-size: 55px; }
  #email_to_director .padding_box {
    padding-left: 0;
    padding-right: 0; }
  #email_to_director .padding_box {
    padding-bottom: 0; }
  #join_the_lesson .wrapper {
    padding-left: 150px;
    padding-right: 150px; }
  #discount_slider .btn_default {
    left: 50px;
    bottom: 30px; }
  .inline_triggerline .cloud.blue {
    left: -250px; }
  .inline_triggerline .cloud.pink {
    left: -50px; }
  #reviews_section #text_reviews_outer, #reviews_section #video_reviews .video_reviews_outer {
    min-height: 430px; }
  .bonus_info_outer {
    max-width: 100%;
    overflow-x: scroll; }
  .inline_triggerline_1:before {
    right: -100px; }
  .inline_triggerline_3:before {
    right: -130px; }
  #news_container .arrows_outer {
    padding-left: 90px;
    padding-right: 90px; }
    #news_container .arrows_outer .slider_arrow.left_arrow {
      left: 20px; }
    #news_container .arrows_outer .slider_arrow.right_arrow {
      right: 20px; }
  .bottom_row .additional_info_list {
    margin-bottom: 30px; }
  #teachers_news_outer .single_title {
    font-size: 55px; }
  #teachers_news_outer .news_teach_preview {
    width: 300px; }
  #schedule_and_price_modal .modal-lg {
    width: 100%; }
  .is_page .page_title {
    font-size: 55px; }
  .is_404 .cloud {
    display: inline-block;
    position: absolute;
    top: -100px; }
    .is_404 .cloud.blue {
      left: 40px; }
    .is_404 .cloud.pink {
      right: 40px; }
  .inline_triggerline_5:before {
    background-position: 100% 0; }
  #footer .social ul li a {
    font-size: 19px; } }

/* < 1200 */
@media all and (max-width: 1050px) {
  .modal-video-close-btn {
    position: relative;
    display: block;
    margin: 0 auto;
    top: -50px;
    right: initial;
    left: initial; } }

/* < 1050 */
@media all and (max-width: 1100px) {
  .custom_dots {
    right: 30px; }
  #payment_of_lessons .patterns_bg_left {
    left: -215px; }
  #news_container .arrows_outer {
    padding-left: 130px;
    padding-right: 130px; }
    #news_container .arrows_outer .slider_arrow.left_arrow {
      left: 35px; }
    #news_container .arrows_outer .slider_arrow.right_arrow {
      right: 35px; }
  .partner_slider_outer .slider_arrow.left_arrow {
    left: 30px; }
  .partner_slider_outer .slider_arrow.right_arrow {
    right: 30px; }
  #video_reviews .video_outer, #text_reviews_outer #text_reviews_inner .item {
    padding-left: 120px;
    padding-right: 120px; }
  #video_reviews .video_reviews_outer .left_arrow {
    left: 45px; }
  #video_reviews .video_reviews_outer .right_arrow {
    right: 45px; }
  #text_reviews_outer .slider_arrow.left_arrow {
    left: 30px; }
  #text_reviews_outer .slider_arrow.right_arrow {
    right: 30px; }
  .other_page #news {
    padding-left: 60px;
    padding-right: 60px; }
    .other_page #news .col-item .item .cart {
      padding-left: 20px;
      padding-right: 20px; } }

/* < 1100 */
@media all and (max-width: 1000px) {
  #news_container .arrows_outer {
    padding-left: 110px;
    padding-right: 110px; }
    #news_container .arrows_outer .slider_arrow.left_arrow {
      left: 50px; }
    #news_container .arrows_outer .slider_arrow.right_arrow {
      right: 50px; } }

/* < 1000 */
@media all and (max-width: 992px) {
  #header .full_height {
    width: 100%; }
  .custom_dots {
    right: 0; }
  #header_slider .item .name {
    right: 40px; }
  #header .form_wrapper {
    max-width: 85%; }
  #header_slider {
    width: 40%; }
  .button {
    padding: 6px !important; }
  .element-item {
    width: 141px;
    height: 141px; }
  #our_studios .tiles_gray_wrap {
    height: 810px; }
  #about_us .blue_title {
    font-size: 50px; }
  .inline_triggerline .title {
    font-size: 60px; }
  .inline_triggerline .cloud.blue {
    left: -300px; }
  .inline_triggerline .cloud.pink {
    left: -50px; }
  #teacher .col-item {
    text-align: center; }
    #teacher .col-item .item {
      display: inline-block;
      width: 280px; }
  #teacher .col-item:nth-child(1) {
    text-align: right !important; }
  #teacher .col-item:nth-child(2) {
    text-align: left !important; }
  #teacher .col-item:nth-child(3) {
    text-align: right !important; }
  #teacher .col-item:nth-child(4) {
    text-align: left !important; }
  .item .panel .brushstroke {
    top: -35px; }
  .cntrl_line {
    text-align: center; }
    .cntrl_line .btn_default {
      margin-top: 35px; }
  #media_gallery .col-item:nth-child(1), #media_gallery .col-item:nth-child(4n) {
    width: 100%;
    float: none; }
  #news .col-item .item .cart {
    padding: 0 25px 20px 25px; }
  .slider_arrow.right_arrow {
    right: 5px; }
  .slider_arrow.left_arrow {
    left: 5px; }
  #schedule_and_prices .air_area .girl_in_a_circle {
    display: none; }
  #schedule_and_prices .air_area {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  #bonus_programm .card_desktop {
    margin-top: 35px; }
  #video_reviews .video_outer {
    padding-left: 80px;
    padding-right: 80px; }
  #video_reviews .video_outer .who {
    padding: 20px 15px;
    font-size: 18px; }
  #video_reviews .play {
    width: 110px;
    height: 110px;
    margin-top: -50px;
    margin-left: -50px; }
    #video_reviews .play .core {
      -webkit-background-size: 35px 35px;
              background-size: 35px; }
  #text_reviews_outer #text_reviews_inner .item img {
    margin: 0 auto 25px; }
  #contacts .contacts_uls .clearfix {
    display: none !important; }
  #contacts .item.mt {
    margin-top: 0; }
  #contacts .item {
    margin-top: 20px !important; }
    #contacts .item ul {
      height: 150px; }
  #map {
    margin-top: 45px; }
  #footer .social {
    text-align: center;
    margin-bottom: 15px; }
  #footer .copyr {
    text-align: center;
    margin-bottom: 15px; }
  #footer .dev {
    text-align: center; }
  .modal_default .modal-dialog .modal-content .modal-body .title {
    font-size: 46px; }
  .modal_default .modal-dialog .modal-content .modal-body .descr {
    font-size: 18px; }
  #email_to_director .director_photo {
    width: initial !important; }
  #email_to_director .name_box .brushstroke {
    width: initial;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  #email_to_director .name_box .proff br.hidden {
    display: block !important; }
  #email_to_director .name_box .brushstroke {
    display: none; }
  #join_the_lesson .wrapper {
    padding-left: 50px;
    padding-right: 50px; }
  #discount_slider .modal-dialog {
    width: 90%; }
  #reviews_section #text_reviews_outer, #reviews_section #video_reviews .video_reviews_outer {
    min-height: initial; }
  .bonus_info_outer {
    overflow-x: visible; }
  #schedule_and_prices .air_area {
    text-align: center; }
    #schedule_and_prices .air_area ul.docs {
      display: inline-block;
      position: relative; }
  #schedule_and_prices .air_area ul.docs li > span {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 130px; }
  #email_to_director .topgray {
    height: 100%; }
  #email_to_director .security_link {
    color: #656060; }
    #email_to_director .security_link:hover {
      color: #31cee1; }
  .inline_triggerline_1:before {
    right: -150px; }
  .inline_triggerline_2:before {
    right: -290px; }
  .inline_triggerline_3:before {
    right: -200px; }
  #news_container .arrows_outer {
    padding-left: 70px;
    padding-right: 70px; }
    #news_container .arrows_outer .slider_arrow.left_arrow {
      left: 0px; }
    #news_container .arrows_outer .slider_arrow.right_arrow {
      right: 0px; }
  #video_reviews .video_outer, #text_reviews_outer #text_reviews_inner .item {
    padding-left: 80px;
    padding-right: 80px; }
  #video_reviews .video_reviews_outer .left_arrow {
    left: 15px; }
  #video_reviews .video_reviews_outer .right_arrow {
    right: 15px; }
  #text_reviews_outer .slider_arrow.left_arrow {
    left: 0px; }
  #text_reviews_outer .slider_arrow.right_arrow {
    right: 0px; }
  .other_page #news {
    padding-left: 30px;
    padding-right: 30px; }
  .other_page .single_title.red_centeral_title {
    font-size: 55px; }
  .typogr_standart.leftside {
    text-align: justify; }
  .studio_preview_img {
    margin-bottom: 30px; }
  .in_category_studio .top_row, .in_category_studio .middle_row {
    margin-bottom: 25px; }
  .left_list_outer {
    margin-bottom: 25px; }
  .row_buttons {
    margin-top: 20px; }
    .row_buttons .col-item-last {
      margin-top: 25px; }
  .bottom_row {
    margin-bottom: 55px; }
  .bottom_row .additional_text_info {
    margin-bottom: 35px; }
  .bottom_row .additional_info_list {
    margin-bottom: 25px; }
  #teachers_news_outer .single_title {
    font-size: 40px; }
  #schedule_and_price_modal #schedule_and_prices .air_area {
    z-index: 4; }
  .is_404 .cloud {
    display: inline-block;
    position: absolute;
    top: -100px; }
    .is_404 .cloud.blue {
      left: -60px; }
    .is_404 .cloud.pink {
      right: -60px; }
  .inline_triggerline_4:before {
    right: -150px; }
  .inline_triggerline_5:before {
    right: -150px; }
  .inline_triggerline_6:before {
    right: -100px; }
  .inline_triggerline_7:before {
    right: -100px; }
  .inline_triggerline_8:before {
    right: -100px; }
  .inline_triggerline_9:before {
    right: -150px; }
  .inline_triggerline_10:before {
    right: -250px;
    background-position: 100% 0; }
  .inline_triggerline_11:before {
    right: -150px; }
  #about_us .blue_title_2 {
    font-size: 26px !important; }
    #about_us .blue_title_2 br {
      display: none; } }

/* < 992 */
@media all and (max-width: 930px) {
  #header_slider .item .name {
    display: none; }
  #header .btn_default .name {
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8); }
  #payment_of_lessons .patterns_bg_left {
    top: -225px; }
  #news_container .arrows_outer .slider_arrow.left_arrow {
    left: 10px; }
  #news_container .arrows_outer .slider_arrow.right_arrow {
    right: 10px; }
  .in_category_studio .studio_preview_img {
    display: block;
    position: relative;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; } }

/* < 930 */
@media all and (max-width: 840px) {
  #payment_of_lessons .patterns_bg_left {
    display: none; }
  #schedule_and_prices .patterns_bg_left {
    display: block;
    bottom: 10px;
    top: inherit; }
  #news_container .arrows_outer {
    padding-left: 100px;
    padding-right: 100px; }
    #news_container .arrows_outer .slider_arrow.left_arrow {
      left: 50px; }
    #news_container .arrows_outer .slider_arrow.right_arrow {
      right: 50px; }
  #news .col-item {
    text-align: center; }
    #news .col-item .item {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }
  #video_reviews .video_outer, #text_reviews_outer #text_reviews_inner .item {
    padding-left: 110px;
    padding-right: 110px; }
  #video_reviews .video_reviews_outer .left_arrow {
    left: 45px; }
  #video_reviews .video_reviews_outer .right_arrow {
    right: 45px; }
  #text_reviews_outer .slider_arrow.left_arrow {
    left: 30px; }
  #text_reviews_outer .slider_arrow.right_arrow {
    right: 30px; }
  #news .col-item .item .cart .more {
    display: block;
    position: relative;
    text-align: left; } }

/* < 840 */
@media all and (max-width: 820px) {
  #about_us .description,
  .thypogr,
  #bonus_programm .typogr {
    padding-left: 30px;
    padding-right: 30px; }
  #contacts .item.l {
    padding-left: 55px; }
  .about_img {
    max-width: 88% !important; } }

/* < 820 */
@media all and (max-width: 800px) {
  .inline_triggerline .title {
    padding-left: 30px;
    padding-right: 30px; }
  .inline_triggerline .inline_btn_group {
    padding-left: 30px; }
  .partner_slider_outer .slider_arrow.left_arrow {
    left: 45px; }
  .partner_slider_outer .slider_arrow.right_arrow {
    right: 45px; }
  .other_page #news {
    padding-left: 60px;
    padding-right: 60px; } }

/* < 800 */
@media all and (max-width: 768px) {
  #top_navbar .numbers_posa a {
    font-size: 20px; }
    #top_navbar .numbers_posa a:nth-child(1) {
      margin-right: 10px; }
    #top_navbar .numbers_posa a:nth-child(2) {
      margin-left: 10px; }
  #header .inner .slogan br.hidden {
    display: block !important; }
  #header .form_wrapper .title {
    display: none; }
  #header_slider {
    width: 50%; }
  #header .form_wrapper .form-group {
    width: 100%;
    display: block;
    position: relative;
    float: none;
    text-align: center;
    margin-bottom: 20px; }
    #header .form_wrapper .form-group .wpcf7-form-control-wrap {
      display: block;
      width: 100%; }
  #header .form_wrapper .form-group input {
    margin-right: 0;
    width: 90% !important; }
  #header .inner .slogan {
    max-width: 90%;
    font-size: 65px; }
  #our_studios .tiles_gray_wrap {
    height: auto; }
  #our_studios .tiles_gray_wrap .grid {
    display: block;
    position: relative;
    width: 600px;
    margin: 0 auto; }
  .filters-button-group br.hidden {
    display: block !important; }
  .filters-button-group .button {
    margin-right: 5px !important;
    margin-left: 5px !important;
    margin-bottom: 5px !important; }
  .custom_dots {
    right: 15px; }
  .section-title {
    font-size: 55px; }
  .play {
    width: 110px;
    height: 110px;
    margin-top: -50px;
    margin-left: -50px; }
    .play .core {
      -webkit-background-size: 35px 35px;
              background-size: 35px; }
  #about_us .blue_title {
    font-size: 45px; }
  #about_us .patterns_bg_left {
    top: 3%; }
  .inline_btn_group br.hidden {
    display: block !important; }
  .inline_btn_group .btn_default.left {
    margin-bottom: 35px;
    margin-bottom: 20px; }
  .inline_triggerline .title {
    font-size: 55px; }
  .inline_triggerline .cloud.pink {
    left: -150px; }
  .inline_triggerline .inline_btn_group .btn_default.left {
    margin-right: 0 !important; }
  #teacher .item .panel {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #teacher .item:before {
    opacity: .2 !important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  #teacher .item .btn_default {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important; }
  #teacher .item:hover .brushstroke {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    -webkit-transition: all .5s ease !important;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important; }
  #teacher .item:hover .panel .teachers_name {
    color: #fff !important;
    text-shadow: 0 0 30px #fff !important; }
  #teacher .item:hover .panel .profession {
    color: #fff !important;
    text-shadow: 0 0 30px #fff !important; }
  #teacher .item:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .thypogr {
    font-size: 18px; }
    .thypogr br {
      display: none; }
  #media_gallery .cntrl_line .btn_default .circle {
    margin-right: 10px; }
  #news .col-item .item .cart .title {
    font-size: 18px; }
  #news .col-item {
    text-align: center; }
    #news .col-item .item {
      display: inline-block;
      position: relative;
      max-width: 350px; }
  .banks-content .fields_item .container {
    padding-left: 40px;
    padding-right: 40px; }
  .banks-content .fields_item .label-fields {
    left: -25px; }
  .partner_slider_outer {
    padding-left: 0;
    padding-right: 0; }
  #our_partners .arrows_init {
    text-align: center; }
    #our_partners .arrows_init .slider_arrow.left_arrow {
      display: inline-block !important;
      position: relative;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      left: initial;
      right: initial;
      margin-right: 10px;
      margin-top: 50px; }
    #our_partners .arrows_init .slider_arrow.right_arrow {
      display: inline-block !important;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      left: initial;
      right: initial;
      margin-left: 10px;
      margin-top: 50px; }
  #video_reviews, #text_reviews_outer {
    text-align: center; }
    #video_reviews .slider_arrow.left_arrow, #text_reviews_outer .slider_arrow.left_arrow {
      display: inline-block !important;
      position: relative;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      left: initial;
      right: initial;
      margin-right: 10px;
      margin-top: 50px; }
    #video_reviews .slider_arrow.right_arrow, #text_reviews_outer .slider_arrow.right_arrow {
      display: inline-block !important;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      left: initial;
      right: initial;
      margin-left: 10px;
      margin-top: 50px; }
    #video_reviews .video_outer, #text_reviews_outer .video_outer {
      padding-left: 0;
      padding-right: 0; }
  #text_reviews_outer #text_reviews_inner .item {
    padding-bottom: 0; }
  #text_reviews_outer .slider_arrow.left_arrow {
    margin-top: 0;
    margin-bottom: 35px; }
  #text_reviews_outer .slider_arrow.right_arrow {
    margin-top: 0;
    margin-bottom: 35px; }
  #header .success_message .success_message_inside .first {
    font-size: 40px; }
  #header .success_message .success_message_inside .second {
    font-size: 20px;
    margin-top: .5em;
    margin-bottom: .5em; }
  #header .success_message .success_message_inside .the_third {
    font-size: 16px; }
  .modal_default .modal-dialog .modal-content .modal-body .title {
    font-size: 36px; }
  .modal_default .modal-dialog .modal-content .modal-body .descr {
    font-size: 18px; }
  #modal_consult .modal-dialog {
    width: initial; }
  #discount_slider .modal-dialog {
    width: initial; }
  #discount_slider .btn_default {
    left: 30px;
    bottom: 20px; }
  .inline_triggerline .cloud.pink {
    bottom: 0; }
  .inline_triggerline .cloud.blue {
    top: -50px; }
  .inline_triggerline_2:before {
    right: -370px; }
  .inline_triggerline_3:before {
    right: -250px; }
  #news_container .arrows_outer {
    padding-left: 120px;
    padding-right: 120px; }
    #news_container .arrows_outer .slider_arrow.left_arrow {
      left: 60px; }
    #news_container .arrows_outer .slider_arrow.right_arrow {
      right: 60px; }
  .other_page .section {
    padding-top: 25px !important; }
  .row_buttons .col-item-last {
    margin-top: 0; }
  .row_buttons .col-item {
    margin-top: 25px; }
    .row_buttons .col-item .btn_default {
      min-width: 320px;
      text-align: left; }
      .row_buttons .col-item .btn_default.first .name {
        min-width: 210px; }
      .row_buttons .col-item .btn_default.second .name {
        min-width: 230px; }
      .row_buttons .col-item .btn_default.third .name {
        min-width: 160px; }
  .row_buttons .col-item:nth-child(1) {
    margin-top: 0; }
  #teachers_news_outer .news_teach_preview {
    width: 220px; }
  #schedule_and_price_modal #schedule_and_prices .title {
    font-size: 50px; }
  #schedule_and_price_modal:before {
    height: 50px !important; }
  .is_page .page_title {
    font-size: 45px; }
  .site_map_page ul {
    margin-left: 0;
    padding-left: 25px;
    margin-bottom: 1.5em; }
    .site_map_page ul li {
      list-style-type: circle; }
      .site_map_page ul li a {
        margin-left: 0;
        vertical-align: middle; }
      .site_map_page ul li:before {
        content: none; }
  .site_map_page h3 {
    margin-bottom: 15px; }
  .site_map_page .to_home_link .btn_default {
    min-width: 260px;
    font-size: 18px; }
  .site_map_page .page_content {
    padding-left: 40px; }
  .is_404 .cloud {
    display: inline-block;
    position: absolute;
    top: -100px;
    width: 550px; }
    .is_404 .cloud.blue {
      left: -60px; }
    .is_404 .cloud.pink {
      right: -60px; }
  .error_code .core {
    font-size: 200px; }
  .error_code .typogr_standart.descr {
    font-size: 20px; }
  .inline_triggerline_5:before {
    right: -200px; }
  .inline_triggerline_6:before {
    right: -150px; }
  .inline_triggerline_7:before {
    right: -150px; }
  .inline_triggerline_8:before {
    right: -150px; }
  .inline_triggerline_9:before {
    right: -200px; }
  .inline_triggerline_10:before {
    right: -300px;
    background-position: 100% 0; }
  #schedule_and_price_modal .modal-dialog {
    margin-left: 0;
    margin-right: 0; }
  #map_and_form .patterns_bg_left {
    bottom: initial;
    top: 30px !important; }
  #studio_outer:before, #studio_outer:after {
    height: 300px; } }

/* < 768 */
@media all and (max-width: 700px) {
  #top_navbar .numbers_posa a:nth-child(1) {
    margin-left: 55px; }
  #contacts .contacts_uls ul li {
    font-size: 18px; }
  #contacts .contacts_uls ul li.phone {
    font-size: 22px; }
  #contacts .contacts_uls ul li.email {
    font-size: 21px; }
  .vbr_lnk img {
    margin-bottom: 5px; }
  .other_page #news .col-item {
    width: 100%;
    float: none; }
  #teachers_news_outer .news_teach_preview {
    width: 200px; } }

/* < 700 */
@media all and (max-width: 650px) {
  #teachers_news_outer .news_teach_preview {
    display: none; }
  #teachers_news_outer .news_teach_mobile_preview {
    display: block;
    position: relative;
    margin: 15px auto 20px;
    float: none;
    max-width: 100%;
    z-index: 3; }
  #teachers_news_outer .single_title:before {
    top: 200%; }
  #teachers_news_outer .news_teach_mobile_preview {
    z-index: 2; }
  #teachers_news_outer .single_title.teacher {
    text-align: center; }
    #teachers_news_outer .single_title.teacher .profession {
      text-align: center; }
  .inline_triggerline_4:before {
    -webkit-background-size: contain;
            background-size: contain; }
  #teachers_news_outer .single_title.single_title_side {
    text-align: center; } }

/* 650px */
@media all and (max-width: 630px) {
  #our_studios .tiles_gray_wrap .grid {
    width: 450px; }
  #payment_tabs .nav-pills li a {
    min-width: initial; }
  #schedule_and_prices .air_area ul.docs li > span {
    padding-left: 0px;
    padding-right: 0px;
    min-width: 90px; } }

/* < 630 */
@media all and (max-width: 600px) {
  #top_navbar .numbers_posa a:nth-child(2) {
    display: none; }
  #top_navbar .numbers_posa a:nth-child(1) {
    font-size: 24px; }
  #header .full_height {
    display: none; }
  .custom_dots_container {
    display: none; }
  .section-title {
    font-size: 50px; }
  .inline_triggerline .title {
    font-size: 42px !important; }
  .inline_triggerline .cloud.blue {
    left: -350px; }
  .inline_triggerline .cloud.pink {
    left: -250px;
    bottom: 0; }
  .inline_triggerline_1 {
    background-position: 67% 0; }
  #teacher .col-item {
    width: 100%;
    float: none;
    text-align: center; }
    #teacher .col-item .item {
      margin: 0 auto 25px !important;
      width: 280px !important; }
  #teacher .col-item:nth-child(1) {
    text-align: center !important; }
  #teacher .col-item:nth-child(2) {
    text-align: center !important; }
  #teacher .col-item:nth-child(3) {
    text-align: center !important; }
  #teacher .col-item:nth-child(4) {
    text-align: center !important; }
  #teacher .item .panel .brushstroke {
    width: 130%;
    left: -15%;
    top: -20px; }
  #media_gallery .col-item .item .content .title {
    font-size: 18px; }
  #media_gallery .col-item {
    width: 100%; }
    #media_gallery .col-item .item {
      width: 350px;
      height: 350px;
      margin-bottom: 25px; }
  #teacher .col-item, #media_gallery .col-item {
    padding-left: 15px;
    padding-right: 15px; }
  #schedule_and_prices .air_area ul.docs li > span {
    display: none; }
  #payment_tabs .nav-pills li span img {
    max-width: 150px;
    height: auto; }
  #our_partners .patterns_bg_right {
    right: -275px; }
  #our_partners .patterns_bg_left {
    left: -275px; }
  #text_reviews_outer #text_reviews_inner .item {
    padding-left: 0;
    padding-right: 0; }
  .bottom_buttons_panel .simple_btn.l {
    margin-right: 10px; }
  .bottom_buttons_panel .simple_btn.r {
    margin-left: 10px; }
  #contacts .contacts_uls ul li {
    font-size: 20px; }
  #contacts .contacts_uls ul li.phone {
    font-size: 23px; }
  #contacts .contacts_uls ul li.email {
    font-size: 21px; }
  #contacts .item {
    display: block;
    position: relative;
    width: 100%;
    float: none;
    text-align: center; }
    #contacts .item ul {
      display: inline-block;
      width: 250px; }
  #contacts .item ul {
    height: auto; }
  #contacts .item:nth-child(1) {
    margin-top: 0 !important; }
  #text_reviews_outer, #video_reviews .video_reviews_outer {
    min-height: initial; }
  #modal_consult .modal-dialog .modal-body {
    padding-left: 35px;
    padding-right: 35px; }
  .bonus_info_outer {
    overflow-x: scroll; }
  #contacts .item.l {
    padding-left: 15px; }
  .inline_triggerline_1:before {
    right: -190px; }
  #news_container .arrows_outer {
    padding-left: 90px;
    padding-right: 90px; }
    #news_container .arrows_outer .slider_arrow.left_arrow {
      left: 50px; }
    #news_container .arrows_outer .slider_arrow.right_arrow {
      right: 50px; }
  #news_container .arrows_outer {
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
    #news_container .arrows_outer .slider_arrow.left_arrow {
      display: inline-block !important;
      position: relative;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      left: initial;
      right: initial;
      margin-right: 10px; }
    #news_container .arrows_outer .slider_arrow.right_arrow {
      display: inline-block !important;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      left: initial;
      right: initial;
      margin-left: 10px; }
  .other_page .cat_pagination {
    font-size: 36px; }
    .other_page .cat_pagination .page-numbers {
      margin-right: 0; }
  .gallery .gallery-item {
    width: 50%; }
  .other_page .single_title.red_centeral_title {
    font-size: 45px; }
  .blue_sub_title {
    font-size: 26px; }
  #teachers_news_outer .single_title.teacher .profession {
    font-size: 20px; }
  #teachers_news_outer .typogr_standart .teacher_email {
    font-size: 22px; }
  .site_map_page .pagenav a, .site_map_page ul li a {
    font-size: 16px; }
  .site_map_page h3 {
    font-size: 20px; }
  .inline_triggerline_5:before {
    right: -250px; }
  .in_category_studio.other_page .single_title {
    margin-top: 10px;
    margin-bottom: 25px; }
  #about_us .blue_title_2 {
    font-size: 24px !important; } }

/* < 600 */
@media all and (max-width: 550px) {
  #map_and_form .col-item {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .is_page .page_title {
    font-size: 40px; }
  .is_404 #header .two_buttons .left, .is_404 #header .two_buttons .right {
    margin-top: 20px;
    float: none;
    width: 100%;
    text-align: center !important; }
  .error_code .core {
    font-size: 160px; }
  .error_code .typogr_standart.descr:before {
    top: 8px;
    width: 120px; } }

/* < 550 */
@media all and (max-width: 500px) {
  #our_studios .tiles_gray_wrap .grid {
    width: 370px; }
  .element-item {
    width: 115px;
    height: 115px;
    overflow: hidden; }
  .success_message .success_message_inside .first {
    font-size: 50px; }
  .success_message .success_message_inside .second {
    font-size: 24px;
    margin-top: 1.1em;
    margin-bottom: 1.1em; }
  .success_message .success_message_inside .the_third {
    font-size: 18px; }
  #join_the_lesson .wrapper {
    padding-left: 0;
    padding-right: 0; } }

/* < 500 */
@media all and (max-width: 480px) {
  #header .inner .slogan {
    font-size: 55px; }
  #header .form_wrapper {
    max-width: 100% !important;
    width: 100% !important;
    display: block; }
  #header .form_wrapper .form-group input {
    width: 80% !important; }
  #header .btn_default {
    min-width: initial !important; }
  .play {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px; }
    .play .core {
      -webkit-background-size: 25px 25px;
              background-size: 25px; }
  .inline_triggerline .btn_default .circle {
    margin-right: 25px !important; }
  .inline_triggerline .btn_default.left .name {
    text-align: left;
    min-width: initial; }
  .inline_triggerline .btn_default.right .name {
    text-align: left;
    min-width: initial; }
  #media_gallery .col-item .item, #teacher .col-item .item {
    margin-bottom: 10px !important; }
  .inline_triggerline .btn_default .circle {
    margin-right: 15px !important; }
  .inline_triggerline .inline_btn_group .btn_default.left .name {
    min-width: initial;
    font-size: 16px; }
  .inline_triggerline .inline_btn_group .btn_default.right .name {
    min-width: initial;
    font-size: 16px; }
  #schedule_and_prices .air_area {
    padding: 25px 20px; }
  #schedule_and_prices .air_area ul.docs li {
    padding-left: 60px;
    -webkit-background-size: 45px 45px;
            background-size: 45px; }
  #schedule_and_prices .air_area ul.docs li:nth-child(1) .btn_default .name, #schedule_and_prices .air_area ul.docs li:nth-child(2) .btn_default .name, #schedule_and_prices .air_area ul.docs li:nth-child(3) .btn_default .name {
    min-width: initial !important;
    width: initial !important; }
  #text_reviews_outer #text_reviews_inner .reviw_content .commenter_name {
    font-size: 18px; }
  #header .btn_default .name {
    min-width: initial; }
  .overlay ul li a {
    font-size: 26px !important; }
  #top_navbar .hamburger {
    padding-right: 0; }
  .show_share.shown {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .45s ease;
    -o-transition: opacity .45s ease;
    transition: opacity .45s ease; }
  #fixed_social.header_pos {
    display: none !important; }
  #header .inner .slogan {
    max-width: 100% !important;
    width: 100% !important;
    display: block; }
  .inline_triggerline .title {
    padding-left: 0;
    padding-right: 30px; }
  .inline_triggerline .inline_btn_group {
    padding-left: 0; }
  .patterns_bg_left, .top_patterns_bg_left, .bottom_patterns_bg_left {
    -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%); }
  .patterns_bg_right, .top_patterns_bg_right, .bottom_patterns_bg_right {
    -webkit-transform: translateX(25%);
        -ms-transform: translateX(25%);
            transform: translateX(25%); }
  #header:before {
    -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%); }
  #header:after {
    -webkit-transform: translateX(35%);
        -ms-transform: translateX(35%);
            transform: translateX(35%); }
  #header .form_wrapper {
    padding-top: 50px; }
  #about_us .description,
  .thypogr,
  #bonus_programm .typogr {
    padding-left: 0;
    padding-right: 0; }
  .about_img {
    max-width: 100% !important; }
  .fixed_panel.left {
    display: block;
    visibility: hidden; }
  .fixed_panel #fixed_social {
    visibility: hidden; }
  .fixed_panel.m_shown #fixed_social {
    visibility: visible; }
  .inline_triggerline:before {
    content: none !important; }
  .logo_desktop {
    display: none !important; }
  .logo_retina {
    display: inline-block !important; }
  #text_reviews_outer #text_reviews_inner .item img {
    -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.2); }
  .other_page #news {
    padding-left: 0;
    padding-right: 0; }
  .other_page .single_title.red_centeral_title {
    font-size: 38px; }
  .blue_sub_title {
    margin-bottom: 25px; }
  .in_category_studio .top_row, .in_category_studio .middle_row {
    margin-bottom: 15px; }
  .row_buttons .col-item .btn_default {
    min-width: 320px;
    text-align: left; }
    .row_buttons .col-item .btn_default.first .name {
      min-width: initial; }
    .row_buttons .col-item .btn_default.second .name {
      min-width: initial; }
    .row_buttons .col-item .btn_default.third .name {
      min-width: initial; }
  .col-no-video {
    width: 100%;
    margin-left: 0; }
  #schedule_and_price_modal:before {
    height: 0 !important; }
  .is_page .page_title {
    font-size: 36px; }
  .site_map_page .page_content {
    padding-left: 0; }
  .sitemap_go_home .btn_default .name {
    min-width: initial; }
  #teachers_news_outer .single_title.single_title_side, .other_page .single_title {
    font-family: "Roboto-Light";
    font-weight: 300; }
  #schedule_and_price_modal #schedule_and_prices .title {
    font-size: 44px; }
  .container_buffer_gall {
    margin-top: 30px;
    margin-bottom: 40px; }
  #media_gallery .white_bg > .container {
    padding-left: 15px;
    padding-right: 15px; }
  #about_us .blue_title_2 {
    padding-left: 0;
    padding-right: 0; }
  .fancybox-slide--video.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    height: 250px;
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
    max-height: -webkit-calc(100% - 88px);
    max-height: calc(100% - 88px); }
  #video_reviews .video_outer .who {
    font-size: 16px;
    max-width: 40%; }
  .filters-button-group .button {
    padding: 6px 9px !important; }
  #about_us .description.right {
    display: none; }
  .front_page #teacher .col-item {
    display: none; }
    .front_page #teacher .col-item:nth-child(1) {
      display: block; }
  .front_page #media_gallery .col-item {
    display: none; }
    .front_page #media_gallery .col-item:nth-child(1) {
      display: block; }
  .front_page #bonus_programm, .front_page #our_partners {
    display: none; }
  .front_page .inline_triggerline_3 {
    display: none !important; } }

/* < 480 */
@media all and (max-width: 460px) {
  #top_navbar .numbers_posa {
    display: none; }
  #about_us .blue_title {
    font-size: 36px; }
  .inline_triggerline .title {
    font-size: 40px !important; }
  .inline_triggerline .cloud.blue {
    left: -380px; }
  .inline_triggerline .cloud.pink {
    left: -280px;
    bottom: 0; }
  .inline_triggerline_1 {
    background-position: 69% 0; }
  #schedule_and_prices .air_area .area_title {
    font-size: 18px; }
  #payment_of_lessons #payment_tabs .col-xs-12 {
    padding-left: 0;
    padding-right: 0; }
  #payment_of_lessons #payment_tabs .nav-pills li {
    min-width: initial; }
    #payment_of_lessons #payment_tabs .nav-pills li a {
      padding: 6px 0; }
      #payment_of_lessons #payment_tabs .nav-pills li a span img {
        max-width: 130px;
        height: auto; }
  .bottom_buttons_panel br.hidden {
    display: block !important; }
  .bottom_buttons_panel .simple_btn.l {
    margin-right: 0;
    margin-bottom: 15px; }
  .bottom_buttons_panel .simple_btn.r {
    margin-left: 0; }
  #modal_consult .modal-dialog .modal-body {
    padding-left: 15px;
    padding-right: 15px; }
  .modal_default .modal-dialog .modal-content .modal-body .title {
    font-size: 30px;
    padding-left: 0;
    padding-top: 20px !important;
    padding-right: 0; }
  .modal_default .closer {
    right: 0;
    top: -8px; } }

/* < 460 */
@media all and (max-width: 420px) {
  .inline_triggerline {
    background-image: none !important; }
    .inline_triggerline .title {
      font-size: 40px !important; }
    .inline_triggerline .cloud.blue {
      left: -250px; }
    .inline_triggerline .cloud.pink {
      left: -150px;
      bottom: 0; }
  #schedule_and_prices .air_area ul.docs li {
    padding-left: 0 !important;
    background-image: none !important; }
    #schedule_and_prices .air_area ul.docs li .btn_default .name {
      font-size: 16px; }
  #reviews_section #payment_tabs .nav-pills li a {
    min-width: initial;
    padding-left: 15px;
    padding-right: 15px; }
  #modal_consult .modal-dialog .btn_default .name {
    font-size: 19px;
    min-width: initial; }
  .modal_default .modal-dialog .modal-content .modal-body .title {
    font-size: 24px; }
  #join_the_lesson .btn_default .name {
    font-size: 18px !important; }
  .other_page .single_title.red_centeral_title {
    font-size: 32px; }
  #teachers_news_outer .single_title {
    font-size: 36px; }
  #teachers_news_outer .single_title.single_title_side {
    margin-top: 0; }
  .is_page .page_title {
    font-size: 30px; }
  .site_map_page h3 {
    font-size: 18px; }
  #schedule_and_price_modal #schedule_and_prices .title {
    font-size: 36px;
    margin-top: 10px; } }

/* < 420px */
@media all and (max-width: 400px) {
  .filters-button-group .button {
    font-size: 16px; }
  .hidden_mobile {
    display: block !important; }
  .filters-button-group br.hidden {
    display: none !important; }
  .filters-button-group .button {
    margin-left: 0 !important;
    margin-right: 5px !important;
    margin-bottom: 7px !important; }
  #media_gallery .col-item {
    width: 100%; }
    #media_gallery .col-item .item {
      width: 100%;
      height: 350px;
      margin-bottom: 25px; }
  .overlay ul li {
    margin-bottom: 5px !important; }
    .overlay ul li a {
      font-size: 24px !important; }
  #bonus_programm .patterns_bg_left {
    left: -210px; }
  .other_page .cat_pagination {
    font-size: 33px; }
  .typogr_standart {
    font-size: 16px !important; }
  .list_default li, .bottom_row .additional_info_list {
    font-size: 16px; }
  .blue_sub_title {
    font-size: 22px; }
  #teachers_news_outer .single_title {
    font-size: 34px; }
  .is_404 #header .two_buttons {
    margin-top: 15px; }
  .error_code .core {
    font-size: 130px; }
  #about_us .blue_title_2 {
    font-size: 20px !important; }
  #header .form_wrapper {
    padding-top: 15px; }
  #video_reviews .video_outer .who {
    font-size: 14px; } }

/* < 400 */
@media all and (max-width: 370px) {
  #join_the_lesson .btn_default .name {
    min-width: initial !important; }
    #join_the_lesson .btn_default .name span {
      display: none !important; } }

/* < 370px */
@media all and (max-width: 390px) {
  #our_studios .tiles_gray_wrap .grid {
    width: 330px; }
  .element-item {
    width: 100px;
    height: 100px;
    overflow: hidden; }
  .element-item .centr img {
    max-width: 50px; }
  .element-item .centr .title {
    font-size: 12px;
    margin-bottom: 0; } }

/* < 380px */
@media all and (max-width: 360px) {
  #header .inner .slogan {
    font-size: 48px; }
  #header .form_wrapper {
    text-align: left; }
  .section-title {
    font-size: 40px; }
  .inline_triggerline .title {
    font-size: 36px !important; }
  .inline_triggerline br {
    display: none; }
  .inline_triggerline .btn_default .circle {
    margin-right: 15px !important; }
  .cntrl_line .btn_default .name {
    font-size: 20px;
    min-width: initial !important; }
  .thypogr {
    font-size: 17px; }
  #schedule_and_prices .air_area {
    padding: 25px 10px; }
  .banks-content .fields_item .container {
    padding-left: 15px;
    padding-right: 15px; }
  .banks-content .fields_item .label-fields {
    left: 0; }
  #payment_tabs .nav-pills li a span img {
    max-width: 130px; }
  #bonus_programm .bonus_info .item {
    margin-bottom: 12px; }
  .modal_default .patterns_bg_left {
    left: -220px; }
  .modal_default .patterns_bg_right {
    right: -220px; }
  #email_to_director .name_box .brushstroke {
    display: none !important; }
  .name {
    font-size: 22px; }
  .proff {
    font-size: 18px; }
  #join_the_lesson .descr br {
    display: none !important; }
  #join_the_lesson .descr {
    margin-bottom: 30px; }
  #header .form_wrapper {
    text-align: center; }
  .row_buttons .col-item {
    text-align: left; }
    .row_buttons .col-item .btn_default {
      min-width: initial;
      margin-left: 15px; } }

/* < 360 */
@media all and (max-width: 340px) {
  .other_page .single_title.red_centeral_title {
    font-size: 28px; }
  .is_page .page_title {
    font-size: 26px; }
  #our_studios .tiles_gray_wrap .grid {
    width: 300px; }
  .element-item {
    width: 90px;
    height: 90px;
    overflow: hidden; }
  .element-item .centr img {
    max-width: 35px; }
  .element-item .centr .title {
    font-size: 12px;
    margin-bottom: 0; }
  .filters-button-group .button {
    padding: 6px !important; } }

/* < 340 */
@media all and (max-width: 320px) {
  #teacher .col-item .item {
    width: 100% !important; }
  .cntrl_line .btn_default .circle {
    margin-right: 15px !important; }
  .cntrl_line .btn_default .name {
    font-size: 16px !important; }
  #contacts .item ul {
    display: block;
    width: 100%; }
  #header .inner .slogan {
    font-size: 45px; }
  .row_buttons .col-item {
    text-align: left; }
    .row_buttons .col-item .btn_default {
      margin-left: 10px; }
      .row_buttons .col-item .btn_default .name {
        font-size: 15px; } }

/* < 320 */
@media all and (max-width: 310px) {
  .inline_triggerline .inline_btn_group .btn_default.left .name, .inline_triggerline .inline_btn_group .btn_default.right .name {
    font-size: 14px; } }

/* < 310 */
/* < 768 by Height*/
@media all and (max-height: 768px) {
  .overlay ul li a {
    font-size: 24px !important; } }

/* height <  768*/
@media all and (max-height: 650px) {
  .overlay ul li a {
    font-size: 20px !important; } }

/* height < 650*/
@media all and (max-height: 600px) {
  .overlay ul li a {
    font-size: 18px !important; } }

/* height < 600*/
@media all and (max-height: 550px) and (max-width: 480px) {
  #fixed_social li a {
    line-height: 2; } }

/* height */
@media all and (max-height: 480px) {
  .overlay ul li a {
    font-size: 16px !important !important; } }

/* height < 480 */
@media all and (max-height: 460px) {
  .overlay-hugeinc nav {
    padding-top: 35px !important; }
  .overlay nav {
    top: 58%; } }

/* height < 480 */
@media all and (max-height: 400px) {
  .overlay-hugeinc nav {
    padding-top: 55px !important; } }

/* height < 400 */
/* Fixed sizes */
@media all and (width: 768px) {
  #email_to_director .modal-dialog {
    width: initial !important; }
  #join_the_lesson .modal-dialog {
    width: initial !important; }
  .row_buttons .col-item:nth-child(2) {
    margin-top: 0 !important; } }


body.is_single.in_category_gallery .typogr_standart a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    color: #ed1c24;
    line-height: 1.2;
    text-align: left;
    text-decoration: underline;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
}

body.is_single.in_category_gallery .typogr_standart a:hover {
    color: #00c2ff !important;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
}

.fbdn{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}


#teachers_news_outer .gallery .gallery-item a:before{
    z-index: 2;
}

#teachers_news_outer .gallery .gallery-item img{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}