@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");
@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");
@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; }























.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;
  font-family: "Roboto", sans-serif;
  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-Light";
    font-weight: 300;
    color: black;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    -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; }

body {
  background-color: #e7e7e7; }

#header {
  display: table;
  position: relative;
  width: 100%;
  height: auto; }
  #header .inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%; }

.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: #333333;
      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: fixed; }

.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: 1;
    visibility: visible;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease; }
  .fixed_panel.left.shown {
    -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; }

.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; }

.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; }

#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; }

#email_to_director .btn_default .name {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold; }

.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; }

.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; }

.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; }

.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; }

.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; }

/* 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; }

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

#header {
  overflow: hidden !important; }
  #header .quaternion {
    overflow: hidden !important; }
    #header .quaternion .item {
      display: block;
      position: absolute;
      width: 50%;
      height: 50%;
      padding: 5px; }
      #header .quaternion .item .btn_default {
        display: inline-block;
        position: absolute; }
        #header .quaternion .item .btn_default .name {
          font-weight: 300;
          color: #ed1c24;
          font-size: 47px;
          text-transform: none; }
        #header .quaternion .item .btn_default .circle {
          position: absolute;
          left: -70px;
          opacity: 1;
          width: 60px;
          height: 60px;
          opacity: 0;
          top: 50%;
          margin-top: -30px;
          -webkit-transition: all .35s ease;
          -o-transition: all .35s ease;
          transition: all .35s ease; }
        #header .quaternion .item .btn_default.t {
          bottom: 30%; }
        #header .quaternion .item .btn_default.b {
          top: 30%; }
        #header .quaternion .item .btn_default.l {
          right: 50%;
          -webkit-transform: translateX(50%);
              -ms-transform: translateX(50%);
                  transform: translateX(50%); }
        #header .quaternion .item .btn_default.r {
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
      #header .quaternion .item:hover .circle {
        opacity: 1 !important;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease; }
      #header .quaternion .item:hover .name {
        text-transform: uppercase;
        text-shadow: 0 0 45px #fff;
        color: #000;
        font-family: "Roboto", sans-serif;
        font-weight: 400; }
    #header .quaternion #art {
      left: 0;
      top: 0; }
      #header .quaternion #art img {
        display: inline-block;
        position: absolute;
        bottom: -15%;
        right: -15%;
        opacity: 0; }
      #header .quaternion #art .corner {
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 25px;
        height: 25px;
        border-right: 1px solid white;
        border-bottom: 1px solid white; }
      #header .quaternion #art:before {
        content: '';
        display: inline-block;
        position: absolute;
        right: -1px;
        top: 0;
        width: 1px;
        height: 50px;
        background-color: #fff; }
      #header .quaternion #art:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 1px;
        background-color: #fff; }
    #header .quaternion #event {
      left: 50%;
      top: 0; }
    #header .quaternion #franchise {
      left: 0;
      top: 50%; }
    #header .quaternion #shop {
      left: 50%;
      top: 50%; }
      #header .quaternion #shop .corner {
        display: inline-block;
        position: absolute;
        left: -1px;
        top: -1px;
        width: 25px;
        height: 25px;
        border-left: 1px solid white;
        border-top: 1px solid white; }
      #header .quaternion #shop:before {
        content: '';
        display: inline-block;
        position: absolute;
        right: 0;
        top: -1px;
        width: 50px;
        height: 1px;
        background-color: #fff; }
      #header .quaternion #shop:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: -1px;
        bottom: 0;
        width: 1px;
        height: 50px;
        background-color: #fff; }

#bgs {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden !important; }
  #bgs .item {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center top !important;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease; }
    #bgs .item.shw {
      -webkit-transition: opacity .35s ease;
      -o-transition: opacity .35s ease;
      transition: opacity .35s ease; }
    #bgs .item.art {
      background-image: url("../img/items/art.png");
      opacity: 0; }
      #bgs .item.art.shw {
        opacity: 1; }
    #bgs .item.event {
      background-image: url("../img/items/event.png");
      opacity: 0; }
      #bgs .item.event.shw {
        opacity: 1; }
    #bgs .item.franchise {
      background-image: url("../img/items/franchise.png");
      opacity: 0; }
      #bgs .item.franchise.shw {
        opacity: 1; }
    #bgs .item.shop {
      background-image: url("../img/items/shop.png");
      opacity: 0; }
      #bgs .item.shop.shw {
        opacity: 1; }

#header .quaternion #art .btn_default .name {
  min-width: 440px; }

#header .quaternion #event .btn_default .name {
  min-width: 440px; }

#header .quaternion #franchise .btn_default .name {
  min-width: 275px; }

#header .quaternion #shop .btn_default .name {
  min-width: 155px; }

#navbar {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 9; }
  #navbar .logo {
    display: inline-block;
    position: relative;
    float: left; }
    #navbar .logo img {
      display: inline-block;
      position: relative;
      max-width: 122px; }
  #navbar .phones_ul {
    display: inline-block;
    position: relative;
    float: right;
    padding-left: 0;
    margin-bottom: 0; }
    #navbar .phones_ul li {
      display: inline-block;
      position: relative; }
      #navbar .phones_ul li a {
        display: block;
        position: relative;
        font-size: 25px;
        font-family: "Roboto-Light";
        color: black;
        line-height: 63px;
        font-weight: 400 !important;
        text-decoration: none;
        -webkit-transition: color .35s ease;
        -o-transition: color .35s ease;
        transition: color .35s ease; }
        #navbar .phones_ul li a:hover {
          color: #00c2ff;
          -webkit-transition: color .35s ease;
          -o-transition: color .35s ease;
          transition: color .35s ease; }
      #navbar .phones_ul li:first-child {
        margin-right: 25px; }

#footer {
  display: block;
  position: absolute;
  padding-bottom: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  font-family: "Roboto-Light";
  color: black;
  line-height: 1.25; }
  #footer .copyr {
    text-align: left; }
  #footer .adrr {
    text-align: center; }
  #footer .dev {
    text-align: right; }
    #footer .dev a {
      color: black;
      text-decoration: none;
      -webkit-transition: .35s ease;
      -o-transition: .35s ease;
      transition: .35s ease; }
      #footer .dev a:hover {
        color: #00c2ff;
        text-decoration: none;
        -webkit-transition: .35s ease;
        -o-transition: .35s ease;
        transition: .35s ease; }

#header .flower_left {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

#header .flower_right {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.show_share {
  display: inline-block;
  visibility: hidden;
  position: fixed;
  bottom: 30px;
  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; }

#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; }

@media (min-width: 1200px) {
  #email_to_director .modal-dialog {
    min-width: 1180px; } }

@media all and (max-width: 1200px) {
  #email_to_director .padding_box {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  .modal_default .modal-dialog .modal-content .modal-body .title {
    font-size: 55px; } }

@media all and (max-width: 992px) {
  .modal_default .modal-dialog .modal-content .modal-body .title {
    font-size: 46px; }
  #email_to_director .topgray {
    height: 100%; }
  .modal_default .modal-dialog .modal-content .modal-body .descr {
    font-size: 18px; }
  #email_to_director .security_link {
    color: #656060; }
  #footer {
    padding-bottom: 15px; }
    #footer .adrr {
      text-align: right; }
    #footer .dev {
      margin-top: 10px;
      text-align: center; }
  #header {
    padding-bottom: 65px; } }

@media all and (max-width: 1000px) {
  #header .quaternion .item .btn_default .name {
    font-size: 40px; }
  #header .quaternion #art .btn_default .name {
    min-width: 240px; }
  #header .quaternion #event .btn_default .name {
    min-width: 305px; }
  #header .quaternion #franchise .btn_default .name {
    min-width: 225px; }
  #header .quaternion #shop .btn_default .name {
    min-width: 125px; } }

@media all and (max-width: 900px) {
  #header .quaternion .item .btn_default .name {
    font-size: 35px; }
  #header .quaternion #art .btn_default .name {
    min-width: 179px; }
  #header .quaternion #event .btn_default .name {
    min-width: 239px; }
  #header .quaternion #franchise .btn_default .name {
    min-width: 179px; }
  #header .quaternion #shop .btn_default .name {
    min-width: 94px; } }

@media all and (max-width: 768px) {
  .modal_default .modal-dialog .modal-content .modal-body .title {
    font-size: 36px; }
  #bgs {
    display: none !important; }
  #header .quaternion {
    padding-top: 85px; }
    #header .quaternion .item {
      width: 100%;
      position: relative;
      left: inherit !important;
      right: inherit !important;
      top: inherit !important;
      bottom: inherit !important; }
  #header .quaternion .item .btn_default.t, #header .quaternion .item .btn_default.b, #header .quaternion .item .btn_default.l, #header .quaternion .item .btn_default.r {
    display: inline-block !important;
    position: relative !important;
    right: inherit !important;
    top: inherit !important;
    bottom: inherit !important; }
  #header .quaternion #art {
    display: block;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px; }
  #header .quaternion #event {
    display: block;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px; }
  #header .quaternion #franchise {
    display: block;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px; }
  #header .quaternion #shop {
    display: block;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px; }
  #header .quaternion .item {
    text-align: center; }
    #header .quaternion .item .btn_default {
      left: initial  !important;
      -webkit-transform: translateX(0) !important;
          -ms-transform: translateX(0) !important;
              transform: translateX(0) !important; }
      #header .quaternion .item .btn_default .circle {
        opacity: 1 !important; }
  #header .quaternion .item .btn_default .name {
    text-align: left; }
  #header .quaternion .item .btn_default .circle {
    display: inline-block;
    position: relative;
    left: inherit;
    margin-top: 0; }
  #header .quaternion .item .btn_default:hover .name {
    letter-spacing: 0 !important; }
  #header .quaternion #art .btn_default .name {
    min-width: 255px !important; }
  #header .quaternion #event .btn_default .name {
    min-width: 255px !important; }
  #header .quaternion #franchise .btn_default .name {
    min-width: 255px !important; }
  #header .quaternion #shop .btn_default .name {
    min-width: 255px !important; }
  #header .quaternion .item .btn_default .circle {
    margin-right: 20px; }
  #footer .adrr {
    text-align: center; }
  #footer .dev {
    text-align: center; }
  #footer .copyr {
    text-align: center; }
  #header {
    padding-bottom: 155px; }
  #header .quaternion .item .btn_default .circle {
    width: 50px;
    height: 50px; }
  #header .quaternion #art .corner {
    display: none !important; }
  #header .quaternion #shop:before,
  #header .quaternion #shop:after,
  #header .quaternion #art:before,
  #header .quaternion #art:after {
    content: none; }
  #header .quaternion #art:before {
    content: '' !important;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: .5;
    background-image: url("../img/items/small/art.png"); }
  #header .quaternion #event:before {
    content: '' !important;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: .5;
    background-image: url("../img/items/small/event.png"); }
  #header .quaternion #franchise:before {
    content: '' !important;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: .5;
    background-image: url("../img/items/small/franchise.png"); }
  #header .quaternion #shop:before {
    content: '' !important;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: .5;
    background-image: url("../img/items/small/shop.png"); }
  #header .quaternion #art {
    border-bottom: 1px solid #fff; }
  #header .quaternion #event {
    border-bottom: 1px solid #fff; }
  #header .quaternion #franchise {
    border-bottom: 1px solid #fff; }
  #header .quaternion #shop {
    border-bottom: 1px solid #fff; }
  #header .flower_left {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  #header .flower_right {
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%); }
  #footer .adrr {
    margin-top: 10px;
    margin-bottom: 10px; }
  #footer .dev {
    margin-top: 0; }
  #footer .adrr {
    font-size: 22px;
    font-weight: 400; }
    #footer .adrr:after {
      content: '';
      display: block;
      position: relative;
      margin: 15px auto;
      width: 60px;
      height: 1px;
      background-color: #fff; }
  #footer .copyr, #footer .dev, #footer .adrr {
    margin-bottom: 10px;
    width: 100% !important;
    float: none !important;
    text-align: center !important; }
  #header .quaternion .item .btn_default .name {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000; }
  .flower_left, .flower_right {
    display: none !important; } }

/* < 768px */
@media all and (max-width: 600px) {
  #navbar .phones_ul li a {
    font-size: 20px; } }

/* < 600px */
@media all and (max-width: 500px) {
  .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; } }

@media all and (max-width: 480px) {
  .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 .quaternion .item .btn_default .name {
    min-width: 200px !important; }
  #header .quaternion .item .btn_default .name {
    font-size: 30px !important; }
  .show_share {
    opacity: 1;
    visibility: visible; }
  #fixed_social.posa {
    visibility: hidden;
    opacity: 0; }
  #fixed_social.posa.swnn {
    visibility: visible;
    opacity: 1; }
  #navbar .phones_ul {
    margin-top: 8px; }
    #navbar .phones_ul li {
      display: block;
      position: relative;
      float: none; }
      #navbar .phones_ul li a {
        line-height: 1.15; }
  #header .quaternion #art {
    padding-top: 60px;
    padding-bottom: 60px; }
  #header .quaternion #event {
    padding-top: 60px;
    padding-bottom: 60px; }
  #header .quaternion #franchise {
    padding-top: 60px;
    padding-bottom: 60px; }
  #header .quaternion #shop {
    padding-top: 60px;
    padding-bottom: 60px; }
  #navbar .phones_ul li:first-child {
    margin-right: 0;
    margin-bottom: 5px; }
  #header .quaternion .item .btn_default .name {
    font-size: 26px !important; } }

/* < 480px */
@media all and (max-width: 460px) {
  .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; } }

@media all and (max-width: 420px) {
  .modal_default .modal-dialog .modal-content .modal-body .title {
    font-size: 24px; }
  .fixed_panel.left {
    display: none !important; }
  #footer .adrr {
    font-size: 18px; } }

@media all and (max-width: 350px) {
  #footer .adrr br.hidden {
    display: block !important; }
  #header {
    padding-bottom: 200px; }
  #header .quaternion .item .btn_default .name {
    font-size: 22px !important;
    min-width: 165px !important; } }

@media all and (max-width: 320px) {
  #navbar .phones_ul li a {
    font-size: 16px; }
  #navbar .phones_ul {
    margin-top: 14px; } }

/* < 320px */
@media all and (width: 768px) {
  .col-xs-12.hidden-sm.hidden-md.hidden-lg.adrr {
    display: block !important; }
  .hidden-xs.col-sm-6.col-md-4.col-lg-4.adrr {
    display: none !important; }
  #email_to_director .modal-dialog {
    width: initial !important; }
  #header {
    padding-bottom: 150px; } }




















    





.phones_ul a{
  top: -7px;
}
.phones_ul a span{
  display: block;
  position: absolute;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: gray;
  top: 80%;
  font-size: 15px;
  color: rgb(60, 229, 251);
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
}


.phones_ul a span{
  color: #525252 !important
}


@media all and (max-width: 600px){
  #top_navbar .phones_ul a:nth-child(2){
    display: inline-block !important;
  }
  #top_navbar .phones_ul a{
    font-size: 14px !important;
  }
  #top_navbar .phones_ul a span{
    font-size: 12px !important;
  }
  .phones_ul a span{
    top: 75% !important;
  }
}


#header .form_wrapper .form-group input, #header form select{
  font-style: normal !important;
}

#header .form_wrapper .title{
  text-align: center;
}

#header form select{
  padding: 9px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border-radius: 0;
  text-align: center;
  border-bottom: 2px solid #545455;
}


#header form input, #header form select{
  width: 250px;
} 

#header form select, #header form select option{
  text-align: center;
  text-align-last:center;
}



#header form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: normal !important;
}
#header form input::-moz-placeholder { /* Firefox 19+ */
  font-style: normal !important;
}
#header form input:-ms-input-placeholder { /* IE 10+ */
  font-style: normal !important;
}
#header form input:-moz-placeholder { /* Firefox 18- */
  font-style: normal !important;
}



#our_studios .tiles_gray_wrap:before{
  background-image: url("../img/patterns/new_smile_bg.png");
}


@media all and (max-width: 768px){
  #header .form_wrapper .form-group input {
      width: 100% !important;
  }
  #header .form_wrapper .form-group{
    width: 285px;
  }
  #header form input, #header form select{
    width: 100%;
  }
}

@media all and (max-width: 480px){
  #header .form_wrapper .form-group input{
    width: 100% !important;
  }
  #header .form_wrapper .form-group{
    margin-left: auto;
    margin-right: auto;
  }
  .front_page #header form{
    max-width: 285px;
  }
  #navbar .phones_ul li:first-child{
    margin-bottom: 16px;
  }
  #navbar .phones_ul{
    margin-top: 7px;
  }
  .phones_ul a span{
    font-size: 13px;
    top: 90% !important; 
  }
  #navbar .phones_ul li a{
    font-size: 16px;
  }
}


#header form select.wpcf7-not-valid{
  border-bottom-color: red;
}


