body {
  font-family: "Montserrat", sans-serif;
  max-width: 1920px;
  margin: 0 auto;
}

h1,
h2,
h3 {
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}

h1 {
  font-size: 36px;
}

blockquote {
  border-left: 5px solid #144888;
  background-color: #f1f1f1;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.line-top {
  display: none;
  z-index: 1001;
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 8px 8px;
  background-color: #fcfcfc;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: 1001;
}

.mobile-menu__inner {
  padding: 16px;
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__logo {
  height: 48px;
}

.mobile-menu__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 4px 0;
}

.mobile-menu__link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #144888;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

table {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .burgerMenu__btn {
    display: block;
  }
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #144888;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

.shapka {
  padding: 0;
}

.shapka__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 18px;
}

.shapka-bot__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}

.topMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.shapka-bot-btn {
  padding: 11px 48px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #144888;
}

.shapka-bot-btn a {
  color: #ffffff;
}

.shapka-bot-btn a:hover {
  cursor: pointer;
}

.topMenu__item {
  position: relative;
  margin-right: 32px;
}

.topMenu__link {
  font-size: 14px;
  color: #000000;
}

.topMenu__link:hover,
.topMenu__link:focus,
.topMenu__link:active {
  text-decoration: none;
  color: #000;
}

.dropDown {
  position: absolute;
  display: none;
  text-align: center;
  left: -25%;
  list-style: none;
  padding: 8px;
  margin: 0;
  /*    box-shadow: 0 0 8px #dddddd;*/
  background-color: #f1f1f1;
  z-index: 500;
}

.dropDown__item {
  padding: 8px 0;
}

.dropDown__link {
  font-size: 14px;
  color: #000000;
}

.logo__img {
  height: 47px;
}

.shapka-bot {
  background-color: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99999;
}

.shapka__phone {
  font-size: 14px;
  color: #000000;
}

.shapka__phone span {
  color: #144888;
  font-weight: bold;
}

.shapka__mail {
  color: #144888;
  font-size: 14px;
  font-weight: bold;
}

.shapka__kontakt-title {
  font-size: 12px;

  color: #000000;
}

.slider {
  background-image: url(/img/slider/slide1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slider__item1,
.slider__item2,
.slider__item3,
.slider__item4,
.slider__item5,
.slider__item6,
.slider__item7 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slider__item1 {
  background-image: url(/img/slider/slide1.jpg);
  background-position: center right;
}

.slider__itemr {
  background-image: url(/img/slider/revansh.jpg);
}

.slider__item3 {
  background-image: url(/images/slide10.jpg);
}

.slider__item4 {
  background-image: url(/images/slide11.jpg);
}

.slider__item5 {
  background-image: url(/images/slide12.jpg);
}

.slider__item6 {
  background-image: url(/images/slide13.jpg);
}

.slider__item7 {
  background-image: url(/images/slide14.jpg);
}

.slider__item8 {
  background-image: url(/images/slide15.jpg);
}

.sliderItem__info {
  padding: 242px 0 237px;
  min-height: 420px;
}

.sliderItem__info-in {
  padding: 142px 0 137px;
  min-height: 220px;
}

.sliderItem__title {
  font-size: 65px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.sliderItem__text {
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sliderItem__text a {
  color: #fff;
  text-decoration: underline;
}

.sliderItem__btn {
  background-color: #4ecb8c;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 16px 32px;
  font-size: 1.6em;
  text-align: center;
  width: 50%;
}

.sliderItem-btn a {
  display: inline-block;
  padding: 11px 24px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #144888;
  border-radius: 5px;
}

.slider-gener .sliderItem__info {
  padding: 32px 0;
}

.slider-gener .sliderItem__title {
  font-size: 40px;
}

.slider-gener .sliderItem__text {
  font-size: 14px;
}

.genTitle {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.genTitle span {
  color: #144888;
}

.plusi {
  padding: 16px 0;
}

.plusi__inner {
  background-image: url(/img/plusi__bg.png);
}

.plusi__item {
  padding: 50px 35px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.plusi__title {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
}

.plusi__img {
  width: 50px;
  margin-right: 18px;
}

.nabor {
  background-color: #e9ebea;
  padding: 56px 0;
}

.naborTitle {
  font-size: 3em;
  font-weight: 500;
}

.nabor__text {
  padding: 32px 0;
  font-size: 1.2em;
}

.naborBtn {
  width: 50%;
  text-align: center;
}

.nabor__btn {
  border: 5px solid #4ecb8c;
  color: #4ecb8c;
  width: 100%;
  font-size: 1.5em;
  font-weight: 600;
  background-color: inherit;
}

.nabor__img {
  width: 100%;
}

.newsBlock {
  padding: 56px 0;
}

.news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.news__btn {
  padding: 11px 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #144888;
  display: block;
}

.newsBtn {
  margin-top: 32px;
}

.news__img {
  width: 100%;
}

.news__date {
  font-size: 14px;
  color: #b5b5b5;
  vertical-align: middle;
}

.news__date:before {
  content: url(/img/calendar.png);
  vertical-align: middle;
  width: 20px;
  margin-right: 12px;
}

.news__title {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.news__info {
  padding: 16px 0;
}

.news__text {
  font-size: 12px;
  color: #000000;
  padding: 12px 0;
}

.news__text a {
  color: #144888;
}

.territory {
  padding: 56px 32px;
}

.genTitle_b {
  font-weight: 600;
}

.territory__item:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}

.territory__inner {
  padding: 13px 13px 0;
  border: solid 1px #fff;
  border-bottom: none;
}

.territory__item:hover .territory__inner {
  border: solid 1px #f2f2f2;
  border-bottom: none;
}

.territory__img {
  width: 100%;
}

.territory__title {
  font-size: 16px;
  font-weight: bold;
  color: #144888;
  margin-bottom: 13px;
}

@media (min-width: 993px) {
  .territory__text {
    min-height: 100px;
    display: flex;
    align-items: center;
  }
  .gen-price__text {
    min-height: 76px;
  }
}

.territory__link {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  display: block;
}

.territory-btn {
  background-color: #144888;
  text-align: center;
  padding: 6px 0;
}

.otzivi {
  padding: 56px 0;
}

.greenArea {
  padding: 56px 0;
  background-color: #36c36e;
  color: #fff;
}

.greenAreaBtn {
  float: right;
}

.greenArea__btn {
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.5em;
  background-color: inherit;
  text-transform: uppercase;
  padding: 8px 32px;
}

.green__title {
  font-size: 2em;
}

.green__text {
  font-size: 1.4em;
}

.footer {
  text-align: center;
  padding: 72px 32px;
}

.footer__item {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
}

.footer__item:nth-child(2) {
  width: 48%;
  padding-left: 72px;
}

.footerMenu {
  display: inline-block;
  vertical-align: top;
  width: 29%;
}

.footerMenu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 12px;
}

.footerMenu__link {
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
}

.footerMenu__item {
  padding-bottom: 12px;
  text-align: left;
}

.leftNews {
  margin-bottom: 12px;
}

.content__inner,
.leftMenu__inner {
  padding: 32px 0;
}

.leftTitle {
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 16px;
}

ul.photo-gallery {
  padding: 0;

  list-style: none;

  text-align: center;
}

ul.photo-gallery li {
  list-style: none;
  display: inline-block;
  float: none;
  margin-bottom: 8px;
  margin-right: -4px;
  vertical-align: top;
}

.photo-gallery img {
  width: 100%;
}

.priceTable {
  width: 100%;
  text-align: center;
}

.priceTable p {
  margin: 0 0 2px;
}

.priceTable tr td {
  border: 1px solid #000;
  padding: 4px 8px;
}

.priceTable tr th {
  border: 1px solid #000;
}

/*.priceTable tr td:nth-child(1) {
    text-align: left;
}*/
.priceTable th {
  padding: 4px 8px;
  background-color: #239fd4;
  color: #fff;
  text-align: center;
}

.child-turnir {
  margin: 0;
  padding: 0;
  list-style: none;
}

.child-turnir li {
  display: inline-block;
  margin-right: -4px;
  width: 33%;
  vertical-align: top;
  padding: 8px;
  text-align: center;
}

.child-turnir li a {
  text-decoration: none;
}

.child-turnir li .txt {
  padding: 4px 0;
}

@media (max-width: 1460px) {
  .shapka__phone {
    font-size: 1.6em;
  }
}

@media (max-width: 992px) {
  .topMenu {
    display: none;
  }

  .shapka__phone {
    font-size: 1.6em;
  }

  .greenAreaBtn {
    float: none;
    text-align: center;
  }

  .footer__item {
    width: 100%;
    padding-bottom: 16px;
  }

  .footer__item:nth-child(2) {
    width: 100%;
  }

  .footerMenu {
    width: 30%;
    padding: 16px 0;
  }

  .footer__item:nth-child(2) {
    padding-left: 0;
  }

  .footer {
    padding: 32px;
  }
}

@media (max-width: 768px) {
  .greenAreaBtn {
    padding-top: 16px;
  }
}

.instagram-block {
  background-color: #f7f7f7;
}

@media (max-width: 768px) {
  .instagram-block {
    margin: 0;
    padding: 24px;
  }
}

.instagram-block__inner {
  background-color: #f7f7f7;
}

.instagram-block__left {
  padding: 40px 35px 0;
}

@media (max-width: 1044px) {
  .instagram-block__left {
    padding: 16px 16px 0;
  }
}

.instagram-block__left_bottom {
  padding: 0 35px 40px;
}

@media (max-width: 1044px) {
  .instagram-block__left_bottom {
    padding: 0 16px 16px;
  }
}

.row-instagram {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .row-instagram {
    flex-wrap: wrap;
  }
}

.row-instagram_1 {
  margin: 20px 0 10px;
}

@media (max-width: 768px) {
  .row-instagram_1 {
    display: none;
  }
}

@media (max-width: 1044px) {
  .row-instagram_1 {
    margin: 8px 0 4px;
  }
}

.row-instagram_2 {
  margin: 10px 0 20px;
}

@media (max-width: 1044px) {
  .row-instagram_2 {
    margin: 4px 0 8px;
  }
}

.col-instagram {
  width: 20%;
  padding-right: 20px;
}

@media (max-width: 992px) {
  .col-instagram:last-child {
    display: none;
    padding-right: 8px;
  }

  .col-instagram {
    padding: 8px;
    width: 50%;
  }
}

.block-instagram__img {
  width: 100%;
}

.instagram-block__icon {
  margin-bottom: 24px;
}

@media (max-width: 1044px) {
  .instagram-block__icon {
    margin-bottom: 8px;
  }
}

@media (max-width: 1280px) {
  .instagram-block__icon img {
    width: 48px;
  }
}

@media (max-width: 1044px) {
  .instagram-block__icon img {
    width: 32px;
  }
}

.instagram-block__header {
  font-size: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .instagram-block__header {
    font-size: 1.2em;
  }
}

@media (max-width: 1280px) {
  .instagram-block__header {
    font-size: 1.2em;
  }
}

.instagram-block__link {
  font-size: 24px;
  font-weight: bold;
  color: #144888;
  text-transform: uppercase;
}

.instagram-block__link:hover,
.instagram-block__link:active,
.instagram-block__link:focus {
  color: #000000;
}

.instagram-block__text {
  font-size: 13px;
  color: #a1a1a1;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .fixedArea {
    display: none;
  }
}

.info-banner {
  margin: 16px 0;
  padding: 16px;
  border: 3px solid #4ecb8c;
}

.info-banner__title {
  font-weight: 600;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 16px;
}

.rasspisanie-table {
  widows: 100%;
}

.rasspisanie-table tr td {
  padding: 4px;
  border: 1px solid #999999;
  text-align: center;
}

.rasspisanie-table tr th {
  padding: 8px;
  border: 1px solid #999999;
  text-align: center;
}

.gen-btn {
  margin: 12px auto;
  text-align: center;
}

/*________________*/
@media (max-width: 992px) {
  .shapka,
  .shapka-bot {
    display: none;
  }
}

.gen-price {
  padding: 72px 0;
}

.gen-price__inner {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 12px;
}

.gen-price__title {
  font-size: 15px;
  color: #144888;
  font-weight: 600;
}

.gen-price__text {
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  padding: 12px 0;
}

.gen-price__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gen-price__price {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.gen-price-btn {
  font-size: 14px;
  color: #144888;
}

.tri-block {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .tri-block {
    display: block;
  }
}

.tri-block-title {
  font-size: 50px;
  font-weight: 600;
  color: #000000;
}

.tri-block-title span {
  color: #144888;
}

.white-block-btn {
  margin-top: 42px;
}

.white-block-btn a {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 8px 32px;
  background-color: #144888;
}

.blue-block__text {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 0 2px #000, 0 0 1px #000;
}

.blue-block__text p {
  margin: 0 0 6px;
}

.blue-block__text a {
  color: #fff;
  text-decoration: underline;
}

.blue-block__title {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 18px;
  text-shadow: 0 0 2px #000, 0 0 1px #000;
}

.blue-block {
  background-color: #144888;
  padding: 14px 0 24px;
  position: relative;
  margin-top: 52px;
}

.blue-block__bg {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.blue-block__bg img {
  width: 300px;
  max-width: 100%;
}

.blue-block-btn {
  margin-top: 38px;
}

.blue-block-btn a {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #144888;
  border: 2px solid #fff;
  background-color: #fff;
  padding: 8px 32px;
}

.treners__img {
  width: 100%;
  padding: 35px;
  /* border-radius: 50%; */
}

.treners__item {
  text-align: center;
  margin-bottom: 16px;
}

.treners__title {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 12px;
}

.treners__text {
  font-size: 12px;
  color: #000000;
}

.treners-btn {
  text-align: center;
  margin-top: 54px;
}

.treners-btn a {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 8px 32px;
  background-color: #144888;
  text-transform: uppercase;
}

.treners-fl,
.plusi-fl {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
}

.footer-bot {
  background-color: #144888;
  padding: 14px 0;
  font-size: 14px;
  color: #ffffff;
}

.footer-bot a {
  color: #ffffff;
}

.footer-bot__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map {
  min-height: 400px;
  position: relative;
}

.map__inner {
  position: absolute;
  left: 15%;
  top: 32px;
}

.map__info {
  background-color: #ffffff;
  padding: 42px;
}

.map__title {
  font-size: 24px;
  font-weight: 600;
  color: #144888;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.map-contakt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}

.map__img {
  width: 25px;
  margin-right: 21px;
}

.map__adress {
  font-size: 12px;
  color: #000000;
}

.map__btn {
  margin-top: 32px;
}

.map__btn a {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 8px 32px;
  background-color: #144888;
  text-transform: uppercase;
}

.help-text {
  color: red;
  font-weight: 600;
}

.down-link {
  padding: 6px 20px;
  border: 1px solid #144888;
  background-color: #144888;
  color: #fff;
  margin: 10px 0;
  display: inline-block;
}

.down-link:hover,
.down-link:active,
.down-link:focus {
  color: #fff;
}

@media (max-width: 1200px) {
  .territory__text {
    min-height: 92px;
  }
}

@media (max-width: 992px) {
  .territory__text {
    min-height: 75px;
  }
}

@media (max-width: 768px) {
  .territory__text {
    min-height: 0;
  }
}

.trener__item {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  margin-bottom: 12px;
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #144888;
}

.trener__item img {
  width: 100%;
  margin-bottom: 8px;
}

.trenercard__img {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
  max-width: 30%;
}

.trenercard__prof {
  font-weight: 600;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .trenercard__img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

.hytPlayerWrap {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

.hytPlayerWrap.ended::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}

.hytPlayerWrap.paused::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 50px;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}

@media (max-width: 768px) {
  .map__inner {
    position: relative;
    left: 0;
    top: 0;
  }

  .footer-bot {
    text-align: center;
  }

  .footer-bot__inner {
    text-align: center;
    display: block;
  }

  .footer-bot__inner a {
    display: block;
  }

  .blue-block {
    padding: 14px 0 240px;
  }
}

.video__inner {
  position: relative;
  overflow: hidden;
  height: 600px;
}

.video-slider {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.video__list {
  margin: -0 6px;
}

.video__item {
  display: inline-block;
  margin-right: -4px;
  width: 50%;
  padding: 6px;
}

@media (max-width: 600px) {
  .video__item {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .video__inner {
    height: auto;
  }
  .video-slider {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    transform: none;
  }
  .sticky-wrapper {
    height: 0 !important;
  }
}

/* @media (max-width: 450px) {
   .video-slider {
     display: none;
   }
   .slider {
     min-height: 200px;
   }
 } */

.masterclass__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}

.masterclass__inner img {
  width: 500px;
  margin-right: 16px;
}

.masterclass {
  padding: 32px 0;
}

.yandex-navigator {
  font-size: 16px;
  color: #000;
  text-shadow: 0 0 2px yellow;
  margin: 10px 0 20px;
  display: block;
  font-weight: 600;
}

@media (max-width: 992px) {
  .masterclass__inner {
    display: block;
  }
  .masterclass__inner img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.line-top__phone img {
  width: 25px;
}

.line-top__phone a {
  margin: 0 8px;
}

.shapka-bot-wa img {
  width: 25px;
}

.shapka-bot-wa {
  margin: 0 16px;
}

.shapka-soc {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
}

.shapka-soc .shapka-bot-wa {
  margin: 0;
  font-size: 30px;
  color: #144888;
}

.shapka-soc .shapka-bot-wa a {
  color: #144888;
}

.line-top__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 12px;
}

.line-top__icons a {
  font-size: 24px;
  color: #144888;
}

.priceTable th a {
  color: #fff;
  text-decoration: underline;
}

.treners__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.treners__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trener-card {
  display: flex;
  justify-content: flex-start;
  grid-gap: 30px;
}

.trener__rank {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #222;
}

.knopka {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 600;
}

.knopka a {
  background-color: #144888;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #fff;
}

.knopka a:hover {
  box-shadow: 0 0 20px #144888;
  transition: 0.5s;
}

.calendar-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 30px;
  margin: 30px 0;
}

.calendar__item {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.calendar-btn a {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 8px 32px;
  background-color: #144888;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  .trener-card {
    flex-direction: column;
  }

  .trener-card img {
    width: 100%;
  }

  .news__list,
  .treners__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .calendar-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 450px) {
  .news__list,
  .treners__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.price-table {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.price-table tr th {
  border: 1px solid #eee;
  background-color: #144888;
  color: #fff;
  padding: 6px 8px;
  text-align: center;
}

.price-table tr td {
  border: 1px solid #eee;
  padding: 6px 8px;
}
