a:focus {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.fcModal .form__row input {
    width: 100%;
    padding: 10px;
}
.mm-slideout {
    z-index:auto;
}
.mmenu {
    padding-top: 15px;
    width: 50%;
}
.mmenu a {
    display: block;
    height: 40px;
    padding: 11px;
    top: 0;
    width: 45px;
}
.mmenu a:before, .mmenu a:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}
.mmenu a span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 6px 0;
}


.container {
    max-width: 1080px;
}

.title {
    color: #1d2a57;
}

.mt-0 {
    margin-top: 0;
}

/* --- Button --- */
.button {
    display: inline-block;
    color: #df072b;
    font-size: 16px;
    min-width: 200px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #df072b;
    border-radius: 3px;
    padding: 12px 25px;
}
.button:hover {
    color: #ffffff;
    background: #df072b;
}
.button.white-txt {
    color: #ffffff;
}

.button.button-red {
    color: #ffffff;
    background: #df072b;
}
.button.button-red:hover {
    border-color: #ffffff;
}

.button.button-white {
    color: #ffffff;
    border-color: #ffffff;
}
.button.button-white:hover {
    background: #ffffff;
    color: #df072b;
}
/* --- //Button --- */


/* --- Nav --- */
.nav__item {
    position: relative;
}
.nav__link {
    position: relative;
    z-index: 30;
}
.sub-nav-box {
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 2px #000;
    z-index: 20;
    top: 100%;
    left: 1px;
}
.sub-nav {
    list-style-type: none;
    padding: 0;
    display: none;
}
.nav__item:hover .sub-nav {
    display: block;
}
.sub-nav__link {
    display: block;
    color: #1d2a57;
    padding: 15px 15px;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 250px;
}
.sub-nav__link.is-active {
    color: #ffffff;
    background: #df072b;
}

.bg {
    background: url("/_tpl/img/bg.jpg");
}


/* --- Home page --- */
.hp-bg {
    background: #ffffff;
}
.hp-h2 {
    font-size: 2.1429rem;
    text-align: center;
    margin-bottom: 50px;
}
.hp-h2.white {
    color: #ffffff;
}
.hp-h3 {
  font-size: 1.59rem;
  text-align: center;
  margin-bottom: 40px;
}

/* --- Home page: BannerBlock --- */
.hp-banner {
    min-height: 730px;
    padding: 150px 50px 150px;
    background: url('/_tpl/img/banner.jpg') no-repeat center top;
    background-size: cover;
    position: relative;
    margin-bottom: 70px;
}
.hp-banner__left {
    background: url('/_tpl/img/banner-flag-l.png') no-repeat center bottom;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: -20px;
    left: 0;

}
.hp-banner__right {
    background: url('/_tpl/img/banner-flag-r.png') no-repeat center bottom;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -20px;
    left: 50%;

}
.hp-banner__logo {
    background: url('/_tpl/img/logo.svg') no-repeat center bottom;
    background-size: contain;
    width: 210px;
    height: 225px;
    margin-left: -105px;
    position: absolute;
    bottom: -60px;
    left: 50%;

}
.hp-banner__title h1{
    color: #ffffff;
    font-size: 40px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}
.hp-banner__desc{
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    margin: 25px 0 40px 0;
}
.hp-banner__order {
    text-align: center;
    position: relative;
}
.hp-banner__order .button {
    color: #ffffff;
    background: #df072b;
}
.hp-banner__order .button:hover {
    border-color: #ffffff;
}


/* --- Home page: ForBlock --- */
.hp-for {
     max-width: 950px;
     margin-top: 30px;
     margin-bottom: 35px;
}
.hp-for img {
    width: 100%;
}
.hp-for a {
    text-decoration: none;
}
.hp-for__name {
    background: #1d2a57;
    padding: 17px 5px 17px 20px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
    transition: background-color .2s,border .2s,color .2s;
}
.hp-for .col-md-6:hover .hp-for__name {
    background: #df072b;
    transition: background-color .2s,border .2s,color .2s;
}

/* --- Home page: WhereBlock --- */
.hp-where {
    min-height: 600px;
    padding: 0 0 20px 0;
    margin-top: 35px;
    margin-bottom: 60px;
    background: url('/_tpl/img/where-bg.jpg') no-repeat center top;
    background-size: cover;
}

.hp-where__angle {
    border: 30px solid transparent;
    border-top: 30px solid #ffffff;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
}
.hp-where__icons {
    color: #ffffff;
    text-align: center;
    
}
.hp-where__icon-name {
    padding: 20px 5px 10px 5px;
}
.hp-where-slick {
    max-width: 90%;
    margin: 35px auto;
}
.hp-where-slide {
    padding: 0 15px;
}
.hp-where-slide img {
    width:100%;
}
.hp-where-slide__caption {
    color: #ffffff;
    background: #d60027;
    font-weight:bold;
    padding: 15px 15px;
}
.hp-where-slide__title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.hp-where-slide__adress {
    font-size: 15px;
    margin-top: 3px;
}
.hp-where-all {
    text-align: center;
    margin: 35px 0;
}



/* --- Home page: GalleryBlock --- */
.hp-gallery {
    padding: 0 0 40px 0;
    margin-top: 35px;
    margin-bottom: 60px;
    background: url('/_tpl/img/gallery-bg.jpg') no-repeat center center;
    background-size: cover;
}
.hp-gallery__angle {
    border: 30px solid transparent;
    border-top: 30px solid #ffffff;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto 35px auto;
}
.hp-gallery img {
    width: 100%;
    padding-top: 35px;
}
.hp-gallery__caption {
    color: #ffffff;
    background: #d60027;
    font-size: 16px;
    font-weight:bold;
    padding: 15px 15px;
}
.hp-gallery__btn {
    margin: 35px 0;
    text-align: center;
}

.hp-coach {
    text-align: center;
}
.hp-coach img {
    border: 1px solid #e1e1e1;
}
.hp-coach h3 {
    margin-top: 15px;
}
.hp-coach-all {
    text-align: center;
    padding: 25px 0;
}


/* --- Home page: PriceBlock --- */
.hp-price {
    color: #393939;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
.hp-price__name {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #1d2a57;
    padding: 20px 5px 18px 5px;
}
.hp-price__detail {
    min-height: 150px;
    border: 2px solid #1d2a57;
    padding: 40px 40px 25px;
    margin-bottom: 25px;
}
.hp-price__detail-h {
    font-size: 18px;
    margin-top: 25px;
}
.hp-price__price {
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
}
.button--price {
    width: 100%;
    min-width: unset;
    max-width: 300px;
    padding: 12px 15px;
}



/* --- Home page: ReviewsBlock --- */
.hp-reviews {
    padding: 0 0 40px 0;
    margin-top: 35px;
    margin-bottom: 35px;
    background: url('/_tpl/img/reviews-bg.jpg') no-repeat center center;
    background-size: cover;
}
.hp-reviews__angle {
    border: 30px solid transparent;
    border-top: 30px solid #ffffff;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto 35px auto;
}
.hp-reviews__box {
    background-color: rgba(52, 50, 46, 0.7);
}
.hp-reviews__img {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.hp-reviews__img img {
    border: 2px solid #ffffff;
    border-radius: 50%;
}
.hp-reviews__text {
    color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
}
.hp-reviews-all {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}



/* --- Home page: NewsBlock --- */
.hp-news {
    margin: 60px auto;
}

.hp-news-item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.hp-news-item__img {
    text-align: center;
}
.hp-news-item__img img {
    margin-bottom: 20px;
    transition: transform 0.5s, -webkit-transform 0.5s;
    transform: scale(1.0);
}
.hp-news-item__img img:hover {
    transition: transform 0.5s, -webkit-transform 0.5s;
    transform: scale(1.1);
}

.hp-news-item__name {
    font-weight: bold;
}
.hp-news-item__date {
    color: #999999;
}
.hp-news-all {
    text-align: center;
}


.sidebar__news-list .news-link .news-link__date {
    color: #999999;
    margin-top: 10px;
}



/* --- Content page --- */
.txt {
    
}
.txt h1, .txt h2, .txt h3  {
    color: #1d2a57;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 20px;
}
.txt h1 {
    font-size: 18px;
    margin-top: 0;
}
.txt h2 {
    font-size: 16px;
}
.txt h3 {
    font-size: 14px;
}
.txt blockquote {
    font-style: italic;
    padding: 15px 35px;
    position: relative;
    margin: 30px 15px;
}
.txt blockquote:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url('/_tpl/img/bq1.jpg') no-repeat;
    position: absolute;
    top:0;
    left:0;
}
.txt blockquote::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url('/_tpl/img/bq2.jpg') no-repeat;
    position: absolute;
    bottom:0;
    right:0;
}
.txt blockquote h2, .txt blockquote h3 {
     margin: 10px 0 15px;
}
.txt table {
    border-collapse: collapse;
}
.txt table thead th {
    color: #ffffff;
    background: #1d2a57;
    padding: 10px 10px;
    border: none;
}
.txt table td {
    color: #191919;
    padding: 10px 10px;
    border: 1px solid #dedede;
}
.txt table tr:nth-child(2n) td {
    background: #dedede;

}

.thumb-links {
    flex-wrap: wrap;
    align-items: stretch;
}
.thumb-links__item {
    margin-bottom: 30px;
}

.thumb-links__img {
    border: 1px solid #e1e1e1;
}
.gallery__item {
    -webkit-flex-basis: -webkit-calc(33% - 35px);
    -ms-flex-preferred-size: calc(33% - 35px);
    flex-basis: calc(33% - 35px);
    margin: 25px 0 0 35px;
}


.gallery-thanks .gallery__img::before {
    padding-top: 141%;
}
.gallery-thanks .gallery__img img {
    border: 1px solid #e1e1e1;
}


.margin-tb {
    margin: 10px 0 !important;
}

@keyframes placemark_animation {
  0% { transform: rotateY(0deg) }
  40% { transform: rotateY(0deg) }
  60% { transform: rotateY(360deg) }
  100% { transform: rotateY(360deg) }
}
.map_wrap {
  margin-bottom: 65px;
}
.balloon-close {
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 13px;
  width: 13px;
  color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  font-size: 16px;
  transition: color .3s ease;
}
.balloon-close:hover {
  color: rgba(255, 255, 255, 1);
}
.balloon-content {
  background-color: #fff;
  position: relative;
}
.balloon-data {
  padding: 15px 15px 25px;
}
.balloon-image {
  max-width: 380px;
  position:relative; 
  z-index: 1;
  width: 100%;
}
.balloon-title {
  color: #1D2A57;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
.balloon-adres {
  color: #1D2A57;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 15px;
}
.balloon-btn {
  box-sizing: border-box;
  width: 100%;
}
.schedule_list_item:not(:first-child) {
  margin-top: 50px;
  padding-top: 50px;
  border-top: solid 1px #EAEAEA;
}
.schedule_list_item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.schedule_prices_list {
  display: flex;
  margin-top: 10px;
  text-align: center;
}
.schedule_prices_title {
  font-weight: bold;
  font-size: 15px;
  color: #1D2A57;
  line-height: 24px;
  margin: 0;
}
.schedule_prices_price {
  color: #1D2A57;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
.schedule_prices_text {
  font-size: 12px;
  line-height: 16px;
  color: #393939;
  margin: 0;
}
.map_lacemark_animation {
  animation: placemark_animation 3.5s linear infinite;
}

/* --- Page: Coach --- */
.instructors__desc {
    margin: 15px 0;
}

@media (max-width: 768px) {
  .header__contacts {
      margin-left: 0;
  }

  .hp-banner {
      padding: 30px 30px 150px;
  }
  .hp-banner__title h1 {
      color: #ffffff;
      font-size: 28px;
  }
  .hp-banner__left, .hp-banner__right {
      display: none;
  }
  .hp-banner__logo {
      bottom: 20px;
  }

  .schedule_list_item {
    justify-content: center;
  }
  .schedule_list_item_image_wrap {
    margin-bottom: 40px;
    width: 500px;
  }
}

@media (max-width: 600px) {
  .schedule_prices_list {
    flex-wrap: wrap;
  }
  .schedule_prices_item {
    position: relative;
    flex: 0 0 100%;
  }
  .schedule_prices_item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .schedule_prices_item:not(:last-of-type):after {
    content: '';
    background-color: #EAEAEA;
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    height: 1px;
    width: 100px;
  }
}

@media (max-width: 440px) {
  .balloon-content {
    width: 250px;
  }
  .balloon-title {
    font-size: 13px;
  }
  .balloon-adres {
    font-size: 13px;
  }
  .balloon-btn {
    font-size: 11px;
  }
}

.hp-where {
 min-height: auto !important;
 margin-top: 80px;
 padding-bottom: 50px;
}
.hp-where__icons {
 padding-top: 20px;
}

.schedule_prices_item {
    width: 33.3%;
    padding: 0 10px;
}