@charset "UTF-8";
@font-face {
  font-family: Days;
  src: url(../fonts/Days.ttf), url(../fonts/28_Days_Later_Cyr.otf);
  font-style: normal;
  font-weight: 400; }
input, button, textarea {
  outline: none; }

body {
  font-family: Roboto;
  font-weight: 400; }
header.fixed{
      background: url(../img/header-bg.png);
      z-index: 999;
}
.links .close{
  display: none;
}
header.fixed nav{
  padding-bottom: 17px;
}
header.fixed .logo{
  top: -43px;
    width: 151px;
    left: 1px;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: .3s;
  z-index: 3; }
  header .top-header {
    font-size: 13px;
    line-height: 42px;
    font-weight: 400;
    transition: .3s;
    color: #bebab8; }
    header .top-header span {
      color: #ffcc00; }
    header .top-header .left-top-header {
      float: left; }
    header .top-header .right-top-header {
      float: right; }
      header .top-header .right-top-header .shedule {
        display: inline-block; }
      header .top-header .right-top-header .social {
        display: inline-block; }
        header .top-header .right-top-header .social a {
          color: #bebab8;
          margin-left: 20px; }
          header .top-header .right-top-header .social a:hover i {
            -webkit-animation: swing .5s;
                    animation: swing .5s; }
  header nav {
    position: relative;
    display: inline-block;
    width: 100%; }
    header nav #lang {
      display: inline-block;
      cursor: pointer;
      position: relative;
      float: left;
      margin-top: 27px; }
      header nav #lang ul {
        margin: 0;
        position: absolute;
        display: inline-block;
        padding: 0;
        z-index: 2;
        top: 0;
        left: 0; }
        header nav #lang ul li {
          font: 400 14px "Roboto";
          list-style-type: none;
          padding: 0;
          text-align: center; }
          header nav #lang ul li a {
            color: #fff; }
            header nav #lang ul li a:focus {
              text-decoration: none; }
          header nav #lang ul li:not(.active-lang) {
            display: none;
            margin-top: 5px; }
            header nav #lang ul li:not(.active-lang) a {
              line-height: 20px;
              display: inline-block;
              width: 100%; }
          header nav #lang ul li.active-lang {
            -webkit-transition: .3s;
                    transition: .3s; }
            header nav #lang ul li.active-lang:after {
              content: "\f107";
              font-family: "FontAwesome";
              padding-left: 5px;
              color: #fff;
              -webkit-transition: .3s;
                      transition: .3s; }
            header nav #lang ul li.active-lang:before {
              content: "\f0ac";
              font-family: "FontAwesome";
              margin-right: 11px;
              color: #fff;
              font-size: 13px;
              -webkit-transition: .3s;
                      transition: .3s; }
          header nav #lang ul li:hover:not(.active-lang) {
            background: #ffcc00; }
            header nav #lang ul li:hover:not(.active-lang) a {
              text-decoration: none;
              color: #fff; }
          header nav #lang ul li:hover a {
            text-decoration: none;
            color: #ffcc00; }
          header nav #lang ul li:hover:before, header nav #lang ul li:hover:after {
            color: #ffcc00; }
    header nav .links-left, header nav .links-right {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 25px;
      transition: .3s; }
      header nav .links-left a, header nav .links-right a {
        color: #fff;
        font-size: 14px;
        padding: 0 18px;
        -webkit-transition: .3s;
                transition: .3s;
        text-decoration: none; }
        header nav .links-left a:hover, header nav .links-right a:hover {
          color: #ffcc00; }
    header nav .links-left {
      float: left;
      padding-left: 60px; }
      header nav .links-left a:last-child {
        padding-right: 0; }
    header nav .links-right {
      float: right; }
      header nav .links-right a:last-child {
        padding-right: 0; }
      header nav .links-right a.phone {
        font-weight: 700;
        color: #ffcc00; }
    header nav .logo {
      position: absolute;
      left: 0;
      right: 0;
      top: -30px;
      text-align: center;
      width: 140px;
      margin: 0 auto; }
      header nav .logo img {
        width: 100%;
        -webkit-transition: .3s;
                transition: .3s; }
      header nav .logo:hover img {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }

#top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 220px;
  background-image: -webkit-linear-gradient(top, black, transparent 100%, transparent 10%, transparent);
  background-image: linear-gradient(top, black, transparent 100%, transparent 10%, transparent);
  pointer-events: none;
  z-index: 2; }
#top .top-slider {
  background: #0a0908; }
  #top .top-slider .slider-item {
    height: 700px;
    background-size: cover;
    background-position: center;
    opacity: 0.97;
    outline: none;
    position: relative; }
    #top .top-slider .slider-item:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.48);
      z-index: 1;
      pointer-events: none; }
    #top .top-slider .slider-item .slider-text {
      position: relative;
      z-index: 3;
      text-align: center;
      top: calc(50% - 150px); }
      #top .top-slider .slider-item .slider-text .slider-title {
        font-family: Days;
        color: #fff;
        font-size: 70px;
        line-height: 66px;
        text-transform: uppercase; }
      #top .top-slider .slider-item .slider-text .slider-desc {
        font-family: Days;
        color: #febf0e;
        font-size: 30px;
        text-transform: uppercase;
        line-height: 28px;
        margin-top: 35px; }
      #top .top-slider .slider-item .slider-text .slider-button {
        display: inline-block;
        line-height: 46px;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        border: 1px solid #ffcc00;
        background: rgba(24, 24, 24, 0.52);
        margin-top: 50px;
        color: #fff;
        padding: 0 34px;
        text-decoration: none;
        -webkit-transition: .3s;
                transition: .3s; }
        #top .top-slider .slider-item .slider-text .slider-button:hover {
          color: #ffcc00; }
  #top .top-slider .slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    z-index: 2; }
    #top .top-slider .slick-dots li {
      display: inline-block; }
      #top .top-slider .slick-dots li button {
        background: none;
        border: none;
        font-size: 0; }
        #top .top-slider .slick-dots li button:before {
          content: "\f005";
          font-family: FontAwesome;
          font-size: 13px;
          color: #eaebed;
          -webkit-transition: .3s;
                  transition: .3s; }
        #top .top-slider .slick-dots li button:hover:before {
          color: #e9aa01; }
      #top .top-slider .slick-dots li.slick-active button:before {
        font-size: 17px;
        color: #f5be00; }

#about {
  background: url(../img/about-bg.png);
  background-size: cover;
  margin-top: -55px;
  position: relative;
  z-index: 1;
  padding-bottom: 185px; }
  #about .about-title {
    margin-top: 115px;
    font: 400 80px/112px Days;
    padding-left: 45px;
    color: #e9aa01;
    text-transform: uppercase; }
  #about .about-subtitle-1 {
    font: 400 24px/30px Days;
    padding-left: 45px;
    color: #333333;
    padding-left: 45px;
    text-transform: uppercase; }
  #about .about-subtitle-2 {
    font: 400 32px/32px Days;
    color: #333333;
    text-transform: uppercase; }
  #about .about-desc {
    color: #2c2c2c;
    font: 500 14px/19px Roboto;
    padding-left: 45px;
    margin-top: 35px; }
    #about .about-desc p {
      margin-bottom: 25px; }
  #about a {
    font: 500 13px/46px Roboto;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 170, 1, 0.8);
    border: 1px solid #cbcbcb;
    display: inline-block;
    margin-left: 45px;
    padding: 0 60px;
    text-decoration: none;
    -webkit-transition: .3s;
            transition: .3s; }
    #about a:hover {
      background: transparent;
      color: #e9aa01;
      border-color: #e9aa01; }

#services {
  background: url(../img/services-bg.png);
  background-size: cover;
  margin-top: -330px;
  padding-bottom: 200px; }
  #services .services-title {
    font: 400 67px/93px Days;
    color: #ffc600;
    text-transform: uppercase;
    text-align: center;
    padding-top: 320px;
    padding-bottom: 60px; }
    #services .services-title span {
      position: relative; }
      #services .services-title span:before {
        content: "";
        top: -3px;
        left: -35px;
        bottom: -25px;
        right: -110px;
        position: absolute;
        background: url(../img/title-bg.png);
        background-size: contain; }
  #services .nav-tabs {
    border: none; }
    #services .nav-tabs li a {
      background: none;
      border: none;
      padding: 0;
      margin: 0;
      font: 400 24px/28px Days;
      color: #fff;
      -webkit-transition: .3s;
              transition: .3s;
      margin-right: 100px; }
    #services .nav-tabs li.active a, #services .nav-tabs li:hover a {
      color: #febe0e; }
    #services .nav-tabs li:last-child a {
      margin-right: 0; }
    #services .nav-tabs li:not(:last-child) a {
      position: relative; }
      #services .nav-tabs li:not(:last-child) a:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: -50px;
        -webkit-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
                transform: rotate(15deg);
        width: 1px;
        background: #fff; }
  #services .tab-content {
    padding-top: 55px; }
    #services .tab-content p {
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 25px; }
    #services .tab-content a {
      font: 500 13px/46px Roboto;
      text-transform: uppercase;
      color: #fff;
      border: 1px solid #e9aa01;
      display: block;
      width: 235px;
      text-decoration: none;
      -webkit-transition: .3s;
              transition: .3s;
      margin: 0 auto;
      margin-top: 70px;
      text-align: center; }
      #services .tab-content a:hover {
        color: #e9aa01; }

#feedback {
  background: url(../img/feedback-bg.png);
  background-size: cover;
  margin-top: -105px;
  padding-top: 100px;
  padding-bottom: 98px; }
  #feedback .feedback-block {
    padding-left: 70px; }
  #feedback .feedback-title {
    font: 400 29px/32px Days;
    color: #afaeae;
    text-transform: uppercase;
    padding-left: 125px;
    position: relative; }
    #feedback .feedback-title:before {
      content: "";
      position: absolute;
      width: 121px;
      height: 93px;
      top: 15px;
      left: -5px;
      background: url(../img/arrow.png); }
  #feedback .feedback-desc {
    font-size: 14px;
    line-height: 19px;
    color: #afaeae;
    margin-left: 300px;
    margin-top: -10px;
    margin-bottom: 25px; }
  #feedback form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #feedback form label {
      width: 36.45%;
      font-size: 14px;
      line-height: 45px;
      font-weight: 400;
      color: #959494;
      position: relative;
      margin-bottom: 0; }
      #feedback form label input {
        width: 100%;
        border: 1px solid #898b90;
        background: #202020;
        height: 47px;
        position: absolute;
        left: 0;
        right: 0;
        -webkit-transition: .3s;
                transition: .3s; }
        #feedback form label input:focus {
          background: transparent; }
      #feedback form label span {
        z-index: 1;
        position: relative;
        padding-left: 30px;
        display: inline-block;
        margin-top: 1px; }
    #feedback form button {
      width: 21.776%;
      font: 500 13px/43px Roboto;
      text-transform: uppercase;
      color: #fff;
      border: 1px solid #e9aa01;
      display: block;
      width: 235px;
      text-decoration: none;
      -webkit-transition: .3s;
              transition: .3s;
      text-align: center;
      background: #202020; }
      #feedback form button:hover {
        color: #e9aa01;
        background: transparent; }

#kids {
  background: url(../img/kids-bg.png);
  background-size: cover;
  margin-top: -50px;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative; }
  #kids:before {
    content: "";
    position: absolute;
    width: 1147px;
    height: 608px;
    right: 0;
    bottom: 3px;
    background: url(../img/minion-bg.png); }
  #kids .kids-desc {
    width: 50%; }
    #kids .kids-desc .kids-title {
      font: 400 79px/112px Days;
      text-transform: uppercase;
      color: #e9aa01;
      margin-bottom: 10px; }
    #kids .kids-desc .kids-subtitle-1 {
      font: 400 29px/35px Days;
      text-transform: uppercase;
      color: #fff;
      margin-left: 45px; }
    #kids .kids-desc .kids-subtitle-2 {
      font: 400 38px/35px Days;
      text-transform: uppercase;
      color: #fff;
      margin-left: 45px;
      margin-bottom: 35px; }
    #kids .kids-desc p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 30px;
      color: #fff; }
  #kids .minion {
    position: absolute;
    width: 353px;
    height: 395px;
    right: 0;
    bottom: 55px; }
    #kids .minion:after {
      content: "";
      position: absolute;
      top: 6px;
      right: 72px;
      left: 0;
      bottom: 0;
      background: url(../img/minion.png); }
    #kids .minion:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: url(../img/minion-shadow.png); }
    #kids .minion:hover:after {
      background: url(../img/minion-2.png); }

#team {
  background: url(../img/team-bg.png);
  background-size: cover;
  margin-top: -60px;
  padding-top: 125px;
  padding-bottom: 185px;
  min-height: 1000px;
  position: relative; }
  #team .team-title {
    font-family: Days;
    color: #e9aa01;
    font-size: 70px;
    line-height: 98px;
    text-transform: uppercase;
    text-align: center; }
  #team .team-subtitle-1 {
    font: 400 24px/30px Days;
    color: #333333;
    text-transform: uppercase;
    padding-left: 50%; }
  #team .team-subtitle-2 {
    font: 400 32px/30px Days;
    color: #333333;
    text-transform: uppercase;
    padding-left: 50%; }
  #team .team-block {
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #team .team-block .big-boss {
      width: 29.124%;
      display: inline-block; }
      #team .team-block .big-boss .border-block {
        width: 100%;
        height: 332px;
        padding: 11px;
        position: relative; }
        #team .team-block .big-boss .border-block .img-block {
          height: 100%;
          width: 100%;
          background-size: cover;
          border: 1px solid #fff; }
        #team .team-block .big-boss .border-block .span-top {
          position: absolute;
          height: 80px;
          left: 0;
          right: 0;
          top: 0; }
          #team .team-block .big-boss .border-block .span-top:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 80px;
            border-top: 1px solid #ffcc00;
            border-left: 1px solid #ffcc00; }
          #team .team-block .big-boss .border-block .span-top:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 80px;
            border-top: 1px solid #ffcc00;
            border-right: 1px solid #ffcc00; }
        #team .team-block .big-boss .border-block .span-bottom {
          position: absolute;
          height: 80px;
          left: 0;
          right: 0;
          bottom: 0; }
          #team .team-block .big-boss .border-block .span-bottom:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 80px;
            border-bottom: 1px solid #ffcc00;
            border-left: 1px solid #ffcc00; }
          #team .team-block .big-boss .border-block .span-bottom:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 80px;
            border-bottom: 1px solid #ffcc00;
            border-right: 1px solid #ffcc00; }
      #team .team-block .big-boss .team-name {
        font: 400 36px Days;
        text-transform: uppercase;
        color: #666666;
        text-align: center;
        margin-top: 30px; }
      #team .team-block .big-boss .team-degree {
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
        color: #333333;
        text-align: center;
        margin-top: 15px; }
    #team .team-block .all-team {
      width: calc(100% - 29.124% - 77px); }
      #team .team-block .all-team .team-member {
        width: calc(25% - 20px);
        background-size: cover;
        margin-bottom: 20px;
        float: left;
        margin-right: 20px; }
        #team .team-block .all-team .team-member .member-border {
          width: 100%;
          height: 100%;
          padding: 4px;
          position: relative; }
          #team .team-block .all-team .team-member .member-border .img-block {
            height: 100%;
            width: 100%;
            background-size: cover;
            border: 2px solid #ffcc00; }
          #team .team-block .all-team .team-member .member-border .span-top {
            position: absolute;
            height: 40px;
            left: 0;
            right: 0;
            top: 0;
            -webkit-transition: .3s;
                    transition: .3s; }
            #team .team-block .all-team .team-member .member-border .span-top:before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              width: 40px;
              border-top: 1px solid #ffcc00;
              border-left: 1px solid #ffcc00;
              -webkit-transition: .3s;
                      transition: .3s; }
            #team .team-block .all-team .team-member .member-border .span-top:after {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              width: 40px;
              border-top: 1px solid #ffcc00;
              border-right: 1px solid #ffcc00;
              -webkit-transition: .3s;
                      transition: .3s; }
          #team .team-block .all-team .team-member .member-border .span-bottom {
            position: absolute;
            height: 40px;
            left: 0;
            right: 0;
            bottom: 0; }
            #team .team-block .all-team .team-member .member-border .span-bottom:before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              width: 40px;
              border-bottom: 1px solid #ffcc00;
              border-left: 1px solid #ffcc00; }
            #team .team-block .all-team .team-member .member-border .span-bottom:after {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              width: 40px;
              border-bottom: 1px solid #ffcc00;
              border-right: 1px solid #ffcc00; }
          #team .team-block .all-team .team-member .member-border:hover .span-top {
            height: 50%; }
            #team .team-block .all-team .team-member .member-border:hover .span-top:before, #team .team-block .all-team .team-member .member-border:hover .span-top:after {
              width: 50%; }
          #team .team-block .all-team .team-member .member-border:hover .span-bottom {
            height: 50%; }
            #team .team-block .all-team .team-member .member-border:hover .span-bottom:before, #team .team-block .all-team .team-member .member-border:hover .span-bottom:after {
              width: 50%; }

#price {
  background: url(../img/price-bg.png);
  background-size: cover;
  margin-top: -150px;
  padding-top: 190px;
  padding-bottom: 75px;
  position: relative; }
  #price .price-title {
    font: 400 71px/98px Days;
    text-transform: uppercase;
    color: #e9aa01; }
  #price .price-subtitle {
    font: 400 25px/32px Days;
    text-transform: uppercase;
    color: #ededed;
    padding-left: 65px;
    margin-bottom: 30px; }
  #price p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 17px; }
    #price p span {
      color: #ffba00; }
    #price p b {
      font-weight: 500; }
  #price .switch {
    border: 1px solid #515151;
    display: inline-block;
    margin-bottom: 35px;
    border-radius: 30px;
    position: relative;
    margin-top: 40px; }
    #price .switch div {
      display: inline-block;
      font-size: 18px;
      line-height: 43px;
      color: #fff;
      width: 100px;
      text-align: center;
      position: relative;
      z-index: 1;
      cursor: pointer;
      -webkit-transition: .3s;
              transition: .3s; }
      #price .switch div:hover {
        color: #e9aa01; }
    #price .switch:before {
      content: "";
      position: absolute;
      top: 1px;
      bottom: 1px;
      width: 25%;
      border-radius: 30px;
      background: #e9aa01;
      -webkit-transition: .3s;
              transition: .3s; }
    #price .switch.month div:first-child {
      pointer-events: none;
      color: #fff; }
      #price .switch.year div:last-child{
        color: #fff;
      }
    #price .switch.month:before {
      left: 1px; }
      #price .switch.month3:before {
      left: calc(25% - 1px); }
      #price .switch.half:before {
      left: calc(50% - 1px); }
    #price .switch.year:before {
      left: calc(75% - 1px); }
  #price .abonement {
    background: #fff;
    border-radius: 5px;
    -webkit-transition: .3s;
            transition: .3s; }
    #price .abonement.animate {
      -webkit-transform: rotateY(90deg);
              transform: rotateY(90deg);
      opacity: 0; }
    #price .abonement .abonement-head {
      padding: 20px 25px; }
      #price .abonement .abonement-head .abonement-title {
        font: 400 25px/27px Days;
        text-transform: uppercase;
        color: #464646; }
      #price .abonement .abonement-head .abonement-price {
        text-align: center;
        font: 400 72px Days;
        color: #e9aa01;
        text-transform: uppercase; }
        #price .abonement .abonement-head .abonement-price span {
          font-size: 35px; }
    #price .abonement .abonement-body {
      text-align: center; }
      #price .abonement .abonement-body div {
        font-size: 16px;
        line-height: 42px;
        height: 42px;
        color: #292929; }
        #price .abonement .abonement-body div:nth-child(2n + 1) {
          background: #f1f4f5; }
    #price .abonement .abonement-footer a {
      background: #e9aa01;
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 65px;
      display: block;
      text-align: center;
      border-radius: 0 0 5px 5px;
      text-decoration: none;
      -webkit-transition: .3s;
              transition: .3s; }
      #price .abonement .abonement-footer a:hover {
        background: #fff;
        color: #e9aa01; }

tbody tr:nth-child(2n){
  background: #f1f4f5;
}
#shedule {
  background: url(../img/shedule-bg.png);
  background-size: cover;
  margin-top: -75px;
  padding-bottom: 110px;
  position: relative; }
  #shedule .shedule-title {
    font: 400 70px/98px Days;
    color: #e9aa01;
    text-transform: uppercase;
    text-align: center;
    margin-top: 100px; }
  #shedule .shedule-subtitle {
    font: 400 25px/32px Days;
    color: #333333;
    text-transform: uppercase;
    padding-left: 50%;
    margin-bottom: 40px; }
  #shedule .table-responsive {
    -webkit-transition: .5s;
            transition: .5s; }
            #shedule .table-responsive .table-title{
              font: 400 25px/32px Days;
              color: #333333;
              margin-bottom: 10px;
            }
    #shedule .table-responsive p {
      padding-left: 15px;
      margin-bottom: 10px; }
    #shedule .table-responsive.animate {
      -webkit-transform: rotateX(90deg);
              transform: rotateX(90deg);
      opacity: 0; }
  #shedule table {
    text-align: center;
    background: #fff;
    margin-bottom: 40px; }
    #shedule table thead th {
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      background: url(../img/table-bg.jpg);
      line-height: 48px; }
    #shedule table tbody td {
      color: #666666;
      font-size: 14px;
      vertical-align: middle;
      line-height: 20px; }
      #shedule table tbody td:first-child {
        color: #565656; }
  #shedule .switch {
    border: 1px solid #515151;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    background: #fff;
    float: left; }
    #shedule .switch div {
      display: inline-block;
      font-size: 18px;
      line-height: 43px;
      color: #fff;
      width: 200px;
      text-align: center;
      position: relative;
      z-index: 1;
      cursor: pointer;
      color: #585858;
      -webkit-transition: .3s;
              transition: .3s; }
      #shedule .switch div:hover {
        color: #e9aa01; }
    #shedule .switch:before {
      content: "";
      position: absolute;
      top: 1px;
      bottom: 1px;
      width: 50%;
      border-radius: 30px;
      background: #e9aa01;
      -webkit-transition: .3s;
              transition: .3s; }
    #shedule .switch.group div:first-child {
      color: #fff;
      pointer-events: none; }
    #shedule .switch.group:before {
      left: 1px; }
    #shedule .switch.kids div:last-child {
      color: #fff; }
    #shedule .switch.kids:before {
      left: calc(50% - 1px); }
  #shedule .download {
    float: right; }
    #shedule .download a {
      color: #373737;
      text-transform: uppercase;
      line-height: 46px;
      font-size: 13px;
      font-weight: 500;
      background: #fff;
      border: 1px solid #d4cece;
      display: inline-block;
      padding-left: 70px;
      padding-right: 20px;
      position: relative;
      text-decoration: none;
      -webkit-transition: .3s;
              transition: .3s; }
      #shedule .download a:before {
        content: "";
        position: absolute;
        left: -2px;
        bottom: -1px;
        width: 58px;
        height: 54px;
        background: url(../img/pdf.png); }
      #shedule .download a:hover {
        border-color: #e9aa01;
        color: #e9aa01; }

#traning {
  background: url(../img/training-bg.png);
  background-size: cover;
  margin-top: -55px;
  padding-top: 160px;
  padding-bottom: 150px;
  background-position: 100% 99%;
  position: relative;
  z-index: 2; }
  #traning .traning-title {
    font: 400 60px/60px Days;
    color: #ffba00;
    text-transform: uppercase;
    padding: 0 40px;
    position: relative; }
    #traning .traning-title:before {
      content: "";
      position: absolute;
      height: 290px;
      width: 89px;
      top: 60px;
      left: -80px;
      background: url(../img/contact-arrow.png); }
  #traning .traning-subtitle {
    font: 400 36px/41px Days;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    padding: 0 40px;
    margin-bottom: 40px;
    margin-top: 30px; }
  #traning form {
    padding: 0 40px; }
    #traning form input {
      width: calc(50% - 12px);
      font: 400 14px/45px Roboto;
      color: #beb7b7;
      padding: 0 15px;
      background: rgba(0, 0, 0, 0.5);
      border: 1px solid #808080; }
      #traning form input:first-child {
        margin-right: 20px; }
    #traning form textarea {
      font: 400 14px/45px Roboto;
      color: #beb7b7;
      resize: none;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      border: 1px solid #808080;
      margin-top: 20px;
      padding: 0 15px; }
    #traning form button {
      margin-top: 30px;
      background: rgba(0, 0, 0, 0.5);
      border: 1px solid #ffcc00;
      padding-left: 40px;
      padding-right: 20px;
      font-size: 13px;
      line-height: 46px;
      text-transform: uppercase;
      color: #fff;
      -webkit-transition: .3s;
              transition: .3s; }
      #traning form button i {
        padding-left: 25px;
        font-size: 22px;
        vertical-align: -2px; }
      #traning form button:hover {
        color: #ffcc00; }
  #traning .contacts {
    font-size: 14px;
    color: #fff;
    line-height: 24px; }
    #traning .contacts a {
      font-size: 14px;
      color: #fff;
      line-height: 24px; }
    #traning .contacts div {
      margin-bottom: 30px; }
      #traning .contacts div i {
        margin-right: 15px;
        float: left;
        margin-top: 5px;
        padding-bottom: 10px; }
    #traning .contacts .social a {
      height: 30px;
      width: 30px;
      background: #fff;
      border-radius: 100%;
      color: #101010;
      display: inline-block;
      line-height: 30px;
      text-align: center;
      margin-right: 8px; }
      #traning .contacts .social a i {
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
        line-height: 30px; }
      #traning .contacts .social a:hover i {
        -webkit-animation: swing .5s;
                animation: swing .5s; }

#map {
  height: 450px;
  margin-top: -60px; }

footer {
  background: url(../img/table-bg.jpg);
  padding-top: 40px; }
  footer .footer {
    border-top: 5px solid #484848;
    font-size: 14px; }
    footer .footer .copyright {
      line-height: 75px;
      color: #8b8c8d;
      float: left; }
    footer .footer a {
      color: #fff;
      -webkit-transition: .3s;
              transition: .3s; }
      footer .footer a:hover {
        color: #ffcc00; }
    footer .footer .footer-social {
      float: right;
      line-height: 75px; }
      footer .footer .footer-social a:not(:first-child) {
        margin-left: 25px; }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-color: #efefef; }

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 1px; }

.modal {
  height: 100%;
  padding-right: 0 !important; }
  .modal .modal-content {
    border-radius: 0; }
  .modal .modal-dialog {
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    margin: 0 auto; }
  .modal .modal-header {
    border: none;
    padding-bottom: 0; }
    .modal .modal-header .close {
      width: 30px;
      height: 30px;
      background: #1d3a43;
      color: #fff;
      opacity: 1;
      outline: none;
      border: 0;
      font-size: 16px;
      text-align: center;
      border-radius: 100%;
      -webkit-transition: 0.25s;
      transition: 0.25s;
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 2; }
      .modal .modal-header .close i {
        vertical-align: 2px; }
      .modal .modal-header .close:hover, .modal .modal-header .close:focus {
        background: #e9aa01; }
    .modal .modal-header h4 {
      font: 400 20px Roboto;
      color: #182225;
      margin-bottom: 0;
      text-align: center; }
  .modal .modal-body {
    padding-bottom: 30px; }
    .modal .modal-body h5 {
      font: 400 20px Roboto;
      color: #182225; }
    .modal .modal-body p {
      font: 400 16px/22px Roboto;
      color: #888; }

div#scroll-top {
  position: fixed;
  right: 45px;
  bottom: -100px;
  width: 50px;
  height: 50px;
  background: #404040;
  z-index: 9999;
  -webkit-transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  cursor: pointer;
  border-radius: 5px; }
  div#scroll-top:before {
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 5px;
    content: "\f077";
    font-family: "FontAwesome";
    -webkit-transition: .3s;
            transition: .3s; }
  div#scroll-top:after {
    font-size: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    content: "вверх";
    font-family: "Arial";
    text-transform: uppercase;
    font-weight: 600;
    bottom: 7px;
    -webkit-transition: .3s;
            transition: .3s; }
  div#scroll-top.visible {
    bottom: 30px; }
  div#scroll-top:hover:before, div#scroll-top:hover:after {
    color: #ffcc00; }

.gallery-page header {
  position: static;
  margin-bottom: 75px;
  background: url(../img/header-bg.png); }
  .gallery-page header nav {
    padding-bottom: 17px; }
    .gallery-page header nav .logo {
      top: -34px; }

.gallery-inner {
  padding-bottom: 50px; }
  .gallery-inner .gallery-name {
    font: 700 30px Open Sans;
    padding-top: 25px;
    padding-bottom: 28px;
    text-align: center; }
  .gallery-inner .gallery-item {
    margin-bottom: 20px; }
    .gallery-inner .gallery-item a {
      width: 100%;
      height: 262.5px;
      background-size: cover;
      display: inline-block;
      background-position: center;
      position: relative; }
      .gallery-inner .gallery-item a:focus {
        outline: none; }
      .gallery-inner .gallery-item a:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 100%;
        right: 100%;
        bottom: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transition: .3s;
                transition: .3s;
        transition-delat: .3s;
        cursor: pointer; }
      .gallery-inner .gallery-item a:after {
        content: "\f002";
        font-family: FontAwesome;
        font-size: 35px;
        width: 36px;
        height: 36px;
        position: absolute;
        top: calc(50% - 18px);
        left: calc(50% - 18px);
        color: #fff;
        opacity: 0;
        -webkit-transition: .3s;
                transition: .3s;
        cursor: pointer; }
      .gallery-inner .gallery-item a:hover:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .gallery-inner .gallery-item a:hover:after {
        opacity: 1; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg); } }
.mobile-menu {
  display: none; }

@media (max-width: 1199px) {
  #team{
    min-height: 850px;
  }
  .logo{
    width: 165px !important;
  }
  .logo a:not(.phone){
    width: 140px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
  .logo a.phone {
        font-weight: 700;
        color: #ffcc00; }
  .mobile-menu {
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 27px; }
    .mobile-menu .mobile-menu-button {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .mobile-menu .menu-button {
      display: inline-block;
      float: none;
      margin-right: 0;
      margin-top: 0;
      padding: 0 10px; }
      .mobile-menu .menu-button span {
        margin-bottom: 2px;
        height: 2px;
        background: #fff;
        display: block; }
        .mobile-menu .menu-button span.span1 {
          width: 13px; }
        .mobile-menu .menu-button span.span2 {
          width: 18px; }
        .mobile-menu .menu-button span.span3 {
          width: 16px; }
        .mobile-menu .menu-button span.span4 {
          width: 19px; }
    .mobile-menu .links {
      display: none;
      position: fixed;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: auto !important;
      z-index: 9999;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(35, 31, 30, 0.9);
      -webkit-transition: .0s;
              transition: .0s; }
      .mobile-menu .links a {
        display: block;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        line-height: 60px !important; }
        .mobile-menu .links a:focus, .mobile-menu .links a:hover, .mobile-menu .links a.active {
          color: #fff; }
        .mobile-menu .links a:before {
          display: none; }
      .mobile-menu .links .close {
        display: block;
        position: absolute;
        top: 10px;
        right: 30px;
        color: #fff;
        z-index: 999999;
        opacity: 1;
        font-weight: 400;
        font-size: 30px; }

  header nav .links-left {
    padding: 0; }

  .mobile-menu .links a {
    padding: 0; }


  .left-top-header, .right-top-header {
    display: none; }

  header nav .logo {
    top: 10px; }

  #top .top-slider .slider-item {
    height: 500px; }

  #top .top-slider .slider-item .slider-text {
    top: calc(50% - 80px); }

  #top .top-slider .slider-item .slider-text .slider-title {
    font-size: 60px;
    line-height: 60px; }

  #top .top-slider .slider-item .slider-text .slider-desc {
    margin-top: 25px; }

  #top .top-slider .slider-item .slider-text .slider-button {
    margin-top: 35px; }

  #top .top-slider .slick-dots {
    bottom: 35px; }

  #services {
    margin-top: -340px;
    padding-bottom: 150px; }

  #services .nav-tabs li a {
    margin-right: 25px !important; }

  #services .nav-tabs li:not(:last-child) a:before {
    right: -13px !important;  }

  #feedback {
    margin-top: -105px; }

  #kids {
    margin-top: -65px; }

  #about {
    padding-bottom: 80px; }

  #about .about-title {
    margin-top: 60px; }

  #feedback form label {
    width: 34%; }

  #kids {
    padding-top: 50px;
    padding-bottom: 100px; }

  #kids .kids-desc {
    width: 65%; }

  #kids:before {
    display: none; }

  #kids .minion:before {
    display: none; }

  #kids .minion:after {
    right: 33px;
    left: 42px; }

  #team {
    padding-top: 30px; }

  #team .team-block {
    margin-top: 30px; }

  #price {
    padding-top: 50px; }

  #price .abonement .abonement-head .abonement-title {
    font-size: 20px; }

  #price .abonement .abonement-footer a {
    font-size: 14px; }

  #traning {
    padding-top: 35px;
    padding-bottom: 40px; }

  #traning form input:first-child {
    margin-right: 19px; }

  #traning .contacts a {
    font-size: 13px; } 
  #price .nav-tabs li:last-child a{
    margin-right: 0px;
  }
  }
@media (max-width: 991px) {
  #services .nav-tabs li a {
    font-size: 17px;
    line-height: 24px; }

  #services .nav-tabs li a {
    margin-right: 40px; }

  #services .nav-tabs li:not(:last-child) a:before {
    right: -20px; }

  #feedback form button {
    width: 175px; }

  #kids .minion:after {
    right: 0px;
    left: 75px; }

  #kids .kids-desc .kids-title {
    font-size: 65px; }

  #team .team-block .big-boss .team-degree {
    font-size: 17px; }
    #feedback .feedback-block{
    padding-left: 0;
  }
  #team .team-block .all-team .team-member{
        width: calc(33% - 20px);
  }
  #price .nav-tabs, .first-wrap{
    margin-top: 30px !important;
  }
  #price .switch{
    margin-top: 20px !important;
  }
  #shedule .download{
    margin-top: 30px;
  }
  #traning .contacts{
    padding-left: 30%;
  }

  #traning .contacts {
    margin-top: 20px; } }
@media (max-width: 767px) {
  #price .nav-tabs li.active a:after, #price .nav-tabs li:hover a:after{
    content: "\f105";
    font-family: FontAwesome;
    color: #febe0e;
    padding-left: 5px;
  }
  header nav .logo img{
    width: 85px;
  }
  #price .nav-tabs > li{
    text-align: left;
  }
  #price .price-subtitle{
    display: none;
  }
  #team{
    padding-bottom: 215px;
  }
  #price{
    background: #262626;
    margin-top: -217px;
  }
  #services .nav-tabs > li{
    height: 35px !important;
  }
  #about .about-title{
    text-align: center;
  }
  #services .tab-content a{
    width: 190px;
    margin-top: 10px;
  }
  #services .nav-tabs > li{
    justify-content: center;
  }
  #services .tab-content{
    padding-top: 30px;
  }
  #price .nav-tabs{
    margin-top: 15px !important;
  }
#traning .contacts{
    padding-left: 0;
  }
  .nav-tabs > li {
    display: block;
    float: none;
    text-align: center; }

  #services .nav-tabs li:not(:last-child) a:before {
    display: none; }

  #services .nav-tabs li a {
    margin-right: 0 !important; }
    #services .nav-tabs li a br {
      display: none; }

  #feedback .feedback-desc {
    margin-left: 0;
    margin-top: 0; }

  #feedback .feedback-title {
    padding-left: 0;
    margin-bottom: 10px; }
#price .price-subtitle{
  margin-top: 40px;
}
  #feedback .feedback-block {
    padding-left: 0;
    text-align: center; }

  #feedback .feedback-title:before {
    display: none; }

  #feedback form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  #feedback form label {
    width: 100%;
    margin-bottom: 10px; }

  #feedback form button {
    width: 100%; }

  #feedback form label span {
    float: left; }

  #kids .minion {
    display: none; }

  #kids .kids-desc {
    width: 100%; }

  #kids .kids-desc .kids-title {
    font-size: 55px; }

  #team .team-block .all-team .team-member {
    width: calc(50% - 20px); }

  #team .team-block .big-boss {
    width: 100%; }

  #team .team-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  #team .team-block .all-team {
    width: 100%; } 
    #services{
      margin-top: -450px;
    }
    #feedback {
    margin-top: -130px;
}
#price .abonement{
  margin-bottom: 15px;
  }
#shedule .shedule-title{
  font-size: 50px;
}
#shedule .switch{
  float: none;
}
#shedule .download{
  float: none;
  margin-top: 30px;
  text-align: center;
}
#traning .traning-title{
  font-size: 40px;
  line-height: 50px;
}
#traning .traning-title:before{
  display: none;
}
#traning .contacts{
  padding-left: 50px;
}
#team .team-block .all-team{
  margin-top: 20px;
}
#services .services-title{
  margin-top: 100px;
}
#services .services-title{
  padding-bottom: 20px;
}
#price .nav-tabs li:not(:last-child) a:before{
  display: none;
}
#price .nav-tabs li a{
  margin: 0 !important;
}
#shedule .switch div{
  width: calc(33% - 2px);
  line-height: 40px;
  font-size: 15px;
}
#shedule .switch{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
}
@media (max-width: 479px) {
  #price .switch:before{
    display: none;
  }
  #price .switch{
    border: none;
    width: 100%;
  }
  #price .switch div{
    display: block;
    width: 100%;
  }
  #price .switch.month div:first-child{
    color: #e9aa01 !important;
}
  #price .switch div:hover {
    color: #e9aa01 !important;
}
  #shedule .switch div{
    line-height: 20px;
  }
  #shedule .switch:before{
    display: none;
  }
  #shedule .switch.group div:nth-child(1){
    color: #e9aa01 !important;
  }
  #shedule .switch.kids div:nth-child(2){
    color: #e9aa01 !important;
  }
  #shedule .switch.graf div:nth-child(3){
    color: #e9aa01 !important;
  }
  #services {
    background-color: #1c1c1c;
}
  #top .top-slider .slider-item .slider-text .slider-title{
    font-size: 40px;
    line-height: 45px;
  }
  #about .about-title{
    padding-left: 0;
    font-size: 60px;
  }
#about{
  margin-top: -65px;
}
#about .about-desc{
  padding-left: 0;
}
#services{
  margin-top: -50px;
}
#services .services-title{
  padding-top: 0;
}
#feedback {
    margin-top: -130px;
}
#feedback .feedback-title{
  font-size: 25px;
}
#feedback{
  padding-top: 125px;
}
#kids .kids-desc .kids-title {
    font-size: 37px;
    line-height: 50px;
}
#kids .kids-desc .kids-subtitle-1{
  margin-left: 0;
}
#kids .kids-desc .kids-subtitle-2{
  margin-left: 0;
  font-size: 33px;
}
#team .team-subtitle-1{
  padding-left: 0;
}
#team .team-subtitle-2{
  padding-left: 0;
}
#shedule .shedule-title {
    font-size: 35px;
}
#shedule .shedule-subtitle{
  padding-left: 0;
}
#shedule .switch div{
  width: calc(50% - 3px);
  font-size: 14px;
}
#shedule .switch{
  width: 100%;
}
#traning .traning-title{
  padding: 0;
}
#traning .traning-title br{
  display: none;
}
#traning .traning-subtitle{
  padding: 0;
  font-size: 32px;
  text-align: center;
}
#traning form input{
  width: 100%;
  margin-top: 20px;
}
#traning form{
  padding: 0;
}
#traning form button{
  width: 100%;
}
footer .footer .copyright{
  font-size: 13px;
  line-height: 50px;
  float: none;
}
footer .footer .footer-social {
    float: none;
    line-height: 30px;
    text-align: center;
    display: block;
}
#services .services-title span:before{
  display: none;
}
#traning form input:first-child{
  margin-right: 0;
}
div#scroll-top{
  right: 15px;
}
div#scroll-top.visible{
  bottom: 15px;
}
.gallery-inner .col-xs-6{
  width: 100%;
}
}
#shedule table tbody td span{
  line-height: 25px;
  display: block;
}
/*# sourceMappingURL=style.css.map */
#price .abonement{
  margin-bottom: 20px;
}
#services{
  min-height: 1075px;
}
#services .nav-tabs li a{
  text-transform: uppercase;
}
.team-slider {
  position: relative; }
  .team-slider .slick-arrow {
    background: none;
    border: none;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: calc(50% - 31px);
    z-index: 3; }
    .team-slider .slick-arrow span:before {
      font-size: 60px; }
    .team-slider .slick-arrow.prev-arrow {
      left: -50px; }
    .team-slider .slick-arrow.next-arrow {
      right: -50px; }
    @media (max-width: 1300px) {
      .team-slider .slick-arrow.prev-arrow {
        left: 0px; }
      .team-slider .slick-arrow.next-arrow {
        right: 0px; } }
  .team-slider .team-block {
    margin-top: 30px !important; }
    .team-slider .team-block:focus {
      outline: none; }
  .team-slider .slick-dots {
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 30px; }
    .team-slider .slick-dots li {
      display: inline-block;
      margin: 0 20px;
      position: relative; }
      .team-slider .slick-dots li button {
        font: 400 24px/28px Days;
        color: #333333;
        -webkit-transition: .3s;
                transition: .3s;
        background: none;
        border: none;
        text-transform: uppercase; }
        .team-slider .slick-dots li button:hover {
          color: #febe0e; }
      .team-slider .slick-dots li.slick-active button {
        color: #febe0e; }
      .team-slider .slick-dots li:not(:last-child):before {
        content: "";
        position: absolute;
        top: 5px;
        bottom: 0;
        right: -20px;
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
        width: 1px;
        background: #000; }

.tab-buttons {
  text-align: center; }
  .tab-buttons a {
    display: inline-block !important;
    margin-left: 15px !important;
    margin-right: 15px !important; }

#rules {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px; }
  #rules .rules-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px; }
  #rules .rules-subtitle {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 500; }

#services .nav-tabs li a {
  margin-right: 70px; }

#services .nav-tabs li:not(:last-child) a:before {
  right: -35px; }

#services .nav-tabs > li {
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

#shedule .switch:before {
  width: 33%; }

#shedule .switch.kids div:last-child {
  color: #585858; }
  #shedule .switch.kids div:last-child:hover {
    color: #e9aa01; }

#shedule .switch.kids div:nth-child(2) {
  color: #fff; }

#shedule .switch.kids:before {
  left: calc(33% - 1px); }

#shedule .switch.graf:before {
  left: calc(67% - 1px); }

#shedule .switch.graf div:last-child {
  color: #fff; }

#price .nav-tabs {
  border: none;
  margin-top: 100px; }
  #price .nav-tabs li a {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: 400 24px/28px Days;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 60px;
    text-transform: uppercase; }
  #price .nav-tabs li.active a, #price .nav-tabs li:hover a {
    color: #febe0e; }

.price-tab-title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 30px; }

#price p {
  margin-bottom: 10px; }
  #price p.bolda {
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 16px; }

.first-wrap {
  margin-top: 90px; }

#price .switch {
  margin-top: 0; }

#price .price-subtitle {
  margin-bottom: 0; }

#price .nav-tabs li:not(:last-child) a:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  right: -30px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  width: 1px;
  background: #fff; }
  #services .nav-tabs {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
}
#shedule .new{
  overflow: hidden;
  position: relative;
}
#shedule .new:before{
  content: "new";
  position: absolute;
  font: 400 11px/15px Roboto;
  color: #666666;
  background: #ffcc00;
  transform: rotate(45deg);
  top: 3px;
  right: -20px;
  text-align: center;
  padding: 0 20px;
}
header.fixed .top-header{
  line-height: 30px;
}
header.fixed  nav .links-left, header.fixed nav .links-right{
  padding-top: 10px;
}
header.fixed nav{
  padding-bottom: 10px;
}
header.fixed .logo{
  width: 130px;
  top: -35px;
}