body {
  position: relative;
  min-height: 100vh;
  padding-bottom: 153px;
  font-family: 'Open Sans', sans-serif;
  color: #282828;
  overflow-x: hidden; }
  @media (max-width: 768px) {
    body {
      padding-bottom: 0; } }

.wrap {
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto; }

.content__text {
  line-height: 22px;
  font-size: 15px;
  color: #282828; }

.content__box .row > div:last-child {
  padding-left: 26px; }

.content__title {
  margin-bottom: 0;
  text-align: center;
  line-height: 320px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 35px;
  font-weight: bold;
  color: #fff; }
  @media (max-width: 576px) {
    .content__title {
      line-height: 160px;
      font-size: 28px; } }

.content__title_about {
  background-image: url(../images/title-about.png); }

.content__title_news {
  background-image: url(../images/title-news.png); }

.content__title_contacts {
  background-image: url(../images/title-contacts.png); }

.content__title_reviews {
  background-image: url(../images/title-reviews.png); }

.content__title_schedule {
  background-image: url(../images/title-schedule.png); }

.content__title_advrt {
  background-image: url(../images/title-advrt.jpg); }

.button {
  display: inline-block;
  padding: 0 37px;
  background-color: #019fe2;
  border: none;
  border-radius: 3px;
  line-height: 42px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer; }
  .button:hover {
    background-color: #15234f;
    text-decoration: none;
    color: #fff; }

.button_reviews {
  position: fixed;
  top: 50%;
  right: -73px;
  border-radius: 3px 3px 0 0;
  transform: rotate(-90deg); }

.form-group label {
  font-size: 14px; }
.form-group.form-group_small input {
  max-width: 95px;
  display: inline-block;
  text-align: center; }

@media (max-width: 576px) {
  .form-group_info {
    text-align: center; } }
.form-group_info label {
  margin-left: 5px; }
  .form-group_info label:first-child {
    margin-left: 0; }
.form-group_info input:nth-child(2) {
  margin: 0 5px; }

.form-control {
  border-color: #15234f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px; }
  input {
    height: 35px; }

  textarea {
    width: 100%;
    height: 90px;
    resize: none; }

.form-control_small, .form-control_micro {
  display: inline-block;
  max-width: 95px;
  height: 26px;
  text-align: center; }

.form-control_micro {
  max-width: 29px;
  padding: 4.5px; }

.attachment-link {
  float: right;
  border-bottom: 1px dashed #15234f;
  text-decoration: none;
  font-size: 12px;
  color: #15234f;
  position: relative;
  cursor: pointer;
}
.attachment-link .attachment-link__file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
@media (max-width: 576px) {
  .attachment-link {
    float: none;
  }
}
.attachment-link:hover {
  border-color: #019fe2;
  text-decoration: none;
  color: #019fe2;
}


.section {
  margin-bottom: 100px; }
  @media (max-width: 576px) {
    .section {
      margin-bottom: 75px; } }

.section__advrt {
  margin-top: 90px; }
  .section__advrt form {
    max-width: 613px;
    width: 100%;
    margin: 0 auto; }

.section__schedule .table {
  width: 100%;
  border: 1px solid #979797;
  border-collapse: collapse;
  line-height: 22px;
  font-size: 14px; }
  .section__schedule .table td {
    padding: 0 14px; }
  .section__schedule .table th {
    font-weight: normal; }
  .section__schedule .table tr td:first-child, .section__schedule .table tr th:first-child {
    padding-left: 31px; }
  .section__schedule .table tr td:last-child, .section__schedule .table tr th:last-child {
    padding-right: 31px; }
  .section__schedule .table thead, .section__schedule .table tbody {
    width: 100%; }
  .section__schedule .table thead td {
    padding-top: 28px;
    padding-bottom: 15px;
    border-color: #979797;
    border-bottom: 1px solid #979797; }
  .section__schedule .table tbody tr:nth-child(2) td {
    padding-top: 6px; }
  .section__schedule .table tbody td, .section__schedule .table tbody th {
    border: 1px solid #979797; }
.section__schedule .notice {
  letter-spacing: 0.8px;
  font-size: 12px; }

.section__reviews .wrap {
  max-width: 733px; }
.section__reviews.section__reviews_bg {
  padding: 95px 0 77px;
  background: url(../images/reviews-bg.jpg) no-repeat center center;
  background-size: cover; }
  .section__reviews.section__reviews_bg .wrap {
    max-width: 825px; }
  .section__reviews.section__reviews_bg .section__header {
    color: #fff; }
  .section__reviews.section__reviews_bg .reviews .review:last-child {
    margin-bottom: 0; }
  .section__reviews.section__reviews_bg .review {
    padding: 30px 46px 40px;
    margin-bottom: 30px;
    background-color: #fff; }
  .section__reviews.section__reviews_bg .reviews__links a {
    display: inline-block;
    text-decoration: underline;
    font-size: 15px;
    color: #fff; }
    .section__reviews.section__reviews_bg .reviews__links a:first-child {
      margin-right: 44px; }
    .section__reviews.section__reviews_bg .reviews__links a:hover {
      text-decoration: none; }

.section_vote .section__header {
  margin-bottom: 75px; }

.section__banner {
  height: 610px;
  background: url(../images/banner.jpg) no-repeat center center;
  background-size: cover;
  font-size: 15px;
  color: #fff; }
  @media (max-width: 576px) {
    .section__banner {
      height: 500px;
      background-image: url(../images/banner-mobile.jpg);
      background-position: left center; } }
  .section__banner h1 {
    padding-top: 150px;
    font-family: 'Xolonium', Arial, Helvetica, sans-serif;
    font-size: 45px;
    color: #fff; }
    @media (max-width: 576px) {
      .section__banner h1 {
        padding-top: 120px;
        font-size: 32px; } }
    .section__banner h1 span {
      display: block;
      font-size: 34px; }
      @media (max-width: 576px) {
        .section__banner h1 span {
          font-size: 26px; } }

.section__header {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 35px;
  font-weight: bold; }
  .section__header span {
    display: block;
    margin-top: 15px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600; }
  @media (max-width: 576px) {
    .section__header {
      font-size: 24px; } }

.pages {
  overflow: hidden;
  list-style: none;
  text-align: left;
  font-size: 12px; }

.pages__item {
  float: left;
  margin-right: 15px; }

.pages__item_active .pages__link {
  color: rgba(40, 40, 40, 0.3);
  cursor: default; }
  .pages__item_active .pages__link:hover {
    color: rgba(40, 40, 40, 0.3); }

.pages__link {
  color: #019fe2; }
  .pages__link:hover {
    text-decoration: none;
    color: #15234f; }
.header.is_kazakh .navbar-nav .nav-link {
  font-size: 12px;
}
.header {
  height: 119px; }
  @media (max-width: 992px) {
    .header {
      height: auto; } }
  .header .wrap {
    height: inherit; }
  .header .navbar {
    height: inherit; }
    .header .navbar .navbar-brand {
      margin-right: 0; }
      @media (max-width: 576px) {
        .header .navbar .navbar-brand img {
          width: 75px;
          height: auto; } }

.header__call small {
  margin-top: -10px;
  line-height: .75;
  font-size: 14px; }
.header__call b {
  font-size: 16px;
  color: #15234f; }

.navbar-nav {
  padding-left: 48px; }
  @media (max-width: 992px) {
    .navbar-nav {
      padding: 15px 0 10px 10px; } }
  .navbar-nav .nav-item {
    margin-right: 10px; }
    @media (max-width: 992px) {
      .navbar-nav .nav-item {
        margin-bottom: 10px;
        font-size: 17px; } }
  .navbar-nav .nav-item:last-child {
    margin-right: 0; }
  .navbar-nav .nav-item.active .nav-link {
    color: #019fe2 !important; }
  .navbar-nav .nav-link {
    padding: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-size: 14px;
    color: #282828 !important; }
    .navbar-nav .nav-link:hover {
      color: #019fe2 !important; }

.header__lang > span {
  border-bottom: 1px dashed #15234f;
  font-size: 15px;
  color: #15234f;
  cursor: pointer; }
  .header__lang > span:hover {
    border-color: #019fe2;
    color: #019fe2; }
  .header__lang > span:after {
    display: none; }

.section__map:before, .section__map:after {
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  background: url(../images/rails.png) repeat-x left top; }
.section__map:before {
  margin-bottom: 90px; }
  @media (max-width: 576px) {
    .section__map:before {
      margin-bottom: 45px; } }
.section__map:after {
  margin-top: 100px; }
  @media (max-width: 576px) {
    .section__map:after {
      margin-top: 50px; } }
.section__map .wrap {
  padding: 0 15px; }

.news {
  margin-top: 85px; }

.news__item {
  margin-bottom: 65px; }

.news__title {
  font-size: 20px; }
  .news__title a {
    color: #282828; }
    .news__title a:hover {
      text-decoration: none;
      color: #019fe2; }

.contacts__col {
  padding-right: 60px; }
  @media (max-width: 768px) {
    .contacts__col {
      padding-right: 0; } }

.service__gallery {
  list-style: none; }
  .service__gallery .slick-slide {
    margin: 0 4px; }
    @media (max-width: 576px) {
      .service__gallery .slick-slide img {
        margin: 0 auto; } }

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin-left: 10px; }
    .slick-dots li.slick-active button {
      opacity: 0.7; }
    .slick-dots li button {
      display: block;
      width: 10px;
      padding-bottom: 10px;
      background-color: #282828;
      border: none;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      line-height: 1;
      font-size: 1px;
      color: #282828;
      cursor: pointer;
      opacity: 0.3; }
      .slick-dots li button:hover {
        opacity: 0.7; }
      .slick-dots li button:focus {
        outline: none; }

.gallery__arrow, .gallery__arrow_next, .gallery__arrow_prev {
  position: absolute;
  display: block;
  top: 50%;
  width: 32px;
  height: 58px;
  margin-top: -29px;
  background: url(../images/arrow.png) no-repeat left top;
  cursor: pointer;
  opacity: .7;
  z-index: 20; }
  .gallery__arrow:hover, .gallery__arrow_next:hover, .gallery__arrow_prev:hover {
    opacity: 1; }

.gallery__arrow_next {
  right: -45px; }

.gallery__arrow_prev {
  left: -45px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.reviews {
  font-size: 15px; }
  .reviews .review:last-child {
    border: none; }

.review {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #15234f; }

.review__text {
  max-width: 682px; }

.review__info {
  line-height: 22px;
  font-size: 12px; }
  .review__info > span {
    display: inline-block;
    margin-right: 20px; }
  @media (max-width: 576px) {
    .review__info span:nth-child(2) {
      display: block; } }

.review__like, .review__dislike {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer; }
  .review__like:before, .review__dislike:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 21px;
    margin-top: -2px;
    margin-right: 6px;
    background: url(../images/like.png) no-repeat; }

.review__dislike {
  margin-right: 0; }
  .review__dislike:hover:before {
    background-image: url(../images/dislike.png); }
  .review__dislike:before {
    transform: rotate(-180deg);
    background-image: url(../images/like-disabled.png); }

.review__admin {
  font-size: 13px; }
  .review__admin img {
    width: 57px;
    height: auto; }
  .review__admin b, .review__admin i {
    display: block; }
  .review__admin b {
    padding-top: 10px; }
  .review__admin i {
    margin-top: 10px; }

#reviews-modal .modal-dialog form {
  padding: 0 63px 60px; }
  @media (max-width: 768px) {
    #reviews-modal .modal-dialog form {
      padding: 0 15px 30px; } }
@media (min-width: 992px) {
  #reviews-modal .modal-dialog {
    max-width: 738px; } }
#reviews-modal .modal-header {
  border: none; }
#reviews-modal .modal-content {
  border-radius: 0; }

.d-picker {
  padding: 0; }

.votes .gallery__arrow_prev {
  left: 0; }
.votes .gallery__arrow_next {
  right: 0; }

.vote__header {
  margin-bottom: 15px;
  padding-left: 75px;
  font-size: 20px;
  font-weight: bold; }
  @media (max-width: 576px) {
    .vote__header {
      padding-left: 0; } }

.vote__list, .vote__results {
  margin: 0;
  padding: 0 0 0 75px;
  list-style: none;
  line-height: 22px;
  font-size: 15px; }
  @media (max-width: 576px) {
    .vote__list, .vote__results {
      padding-left: 0; } }
  .vote__list li, .vote__results li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 24px;
    cursor: pointer; }
    .vote__list li.vote-active:after, .vote__results li.vote-active:after, .vote__list li:hover:after, .vote__results li:hover:after {
      opacity: 1; }
    .vote__list li:before, .vote__results li:before, .vote__list li:after, .vote__results li:after {
      content: '';
      position: absolute;
      display: block; }
    .vote__list li:before, .vote__results li:before {
      top: 4px;
      left: 0;
      width: 16px;
      height: 16px;
      background-color: #fff;
      border: 1px solid #15234f;
      border-radius: 100%; }
    .vote__list li:after, .vote__results li:after {
      top: 7px;
      left: 3px;
      width: 10px;
      height: 10px;
      background-color: #15234f;
      border-radius: 100%;
      opacity: 0; }

.vote__results {
  display: none; }
  .vote__results li {
    padding: 5px 10px;
    overflow: hidden;
    cursor: default; }
    .vote__results li:before, .vote__results li:after {
      display: none; }

.vote__percent-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background-color: rgba(1, 159, 226, 0.15);
  border: 1px solid rgba(1, 159, 226, 0.2); }

.vote__percent {
  display: inline-block;
  padding-right: 50px;
  font-weight: bold;
  color: #15234f; }
  @media (max-width: 576px) {
    .vote__percent {
      padding-right: 0; } }

.slick-slider *:focus {
  outline: none !important; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 47px 0 45px;
  background-color: #15234f;
  color: #fff; }
  @media (max-width: 768px) {
    .footer {
      position: static;
      padding: 30px 0; } }
  .footer .wrap {
    max-width: 840px; }
    .footer .wrap .row:last-child {
      margin-top: 13px; }

.footer__nav a, .footer__copyright {
  letter-spacing: 0.7px;
  font-size: 11px; }
.footer__nav.is_kazakh .footer__nav-item {
  margin-right: 20px;
}
.footer__nav .footer__nav-item {
  display: inline-block;
  margin-right: 25px; }
.footer__nav a {
  text-transform: uppercase;
  color: #fff; }
  .footer__nav a:hover {
    text-decoration: none;
    color: #019fe2; }

.footer__phone {
  font-size: 14px; }

/*# sourceMappingURL=main.css.map */
