body {
  font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3 {
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
}

h1 {
  font-size: 36px;
}

.callBackVoid:hover {
  cursor: pointer;
}

.callBackVoid {
  text-decoration: none;
}

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: #00a2d2;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}

.line-top__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.line-top__icon {
  text-decoration: none;
  color: #00a2d2;
  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: #00a2d2;
  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: #00a2d2;
  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: #00a2d2;
}

.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: space-between;
  align-items: center;
}

.topMenu {
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.shapka-bot-btn {
  padding: 11px 48px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #00a2d2;
}

.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: 60px;
}

.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: #00a2d2;
  font-weight: bold;
}

.shapka__mail {
  color: #00a2d2;
  font-size: 14px;
  font-weight: bold;
}

.shapka__kontakt-title {
  font-size: 12px;
  color: #000000;
}

.slider__item1,
.slider__item2,
.slider__item3,
.slider__item4 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slider__item1 {
  background-image: url(/img/slider/1.jpg);
}

.slider__item2 {
  background-image: url(/img/slider/2.jpg);
}

.slider__item3 {
  background-image: url(/img/slider/3.jpg);
}

.sliderItem__info {
  padding: 142px 0 337px;
  min-height: 420px;
}

.sliderItem__info-in {
  padding: 142px 0 137px;
  min-height: 220px;
}

.sliderItem__title {
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 42px;
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}

.sliderItem__text {
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

.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%;
}

.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: 300;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.genTitle span {
  color: #00a2d2;
}

.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__btn {
  padding: 11px 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #00a2d2;
  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: #00a2d2;
}

.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: 14px;
  font-weight: bold;
  color: #00a2d2;
  margin-bottom: 13px;
}

.territory__text {
  font-size: 12px;
  color: #000000;
  padding: 12px 0;
}

.territory__link {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  display: block;
}

.territory-btn {
  background-color: #00a2d2;
  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;
}

.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: #00a2d2;
  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 32px;
}

.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: 14px;
  color: #00a2d2;
}

.gen-price__text {
  font-size: 10px;
  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;
  margin-bottom: 12px;
}

.gen-price-btn {
  font-size: 14px;
  color: #00a2d2;
}

.tri-block {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .tri-block {
    display: block;
  }
}

.tri-block-title {
  font-size: 42px;
  font-weight: 300;
  color: #000000;
}

.tri-block-title span {
  color: #00a2d2;
}

.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: #00a2d2;
}

.blue-block__text {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 0 2px #000, 0 0 1px #000;
  text-align: justify;
}

.blue-block__text p {
  margin: 0 0 6px;
}

.blue-block__text a {
  color: #fff;
  text-shadow: none;
}

.blue-block__title {
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
  text-shadow: 0 0 2px #000, 0 0 1px #000;
}

.white-block__title {
  font-size: 36px;
  font-weight: 300;
  color: #00a2d2;
  text-align: center;
  margin-bottom: 24px;
}

.blue-block__subtitle {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 14px;
}

@media (min-width: 993px) {
  .blue-block__subtitle {
    min-height: 40px;
  }
}

.blue-block {
  background-color: #00a2d2;
  padding: 14px 0 24px;
  position: relative;
  margin-top: 52px;
  text-align: center;
}

.blue-block__bg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.blue-block__bg img {
  width: 710px;
  max-width: 100%;
}

.blue-block-btn {
  margin-top: 38px;
}

.blue-block-btn a {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #00a2d2;
  border: 2px solid #fff;
  background-color: #fff;
  padding: 8px 32px;
}

.treners__img {
  width: 100%;
  padding: 35px;
}

.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: #00a2d2;
  text-transform: uppercase;
}

.treners-fl,
.plusi-fl {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
}

.footer-bot {
  background-color: #00a2d2;
  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: 300;
  color: #00a2d2;
  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: #00a2d2;
  text-transform: uppercase;
}

.help-text {
  color: red;
  font-weight: 600;
}

@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: #00a2d2;
}

.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;
  }
}

.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;
  }

  .sliderItem__title {
    font-size: 24px;
    text-align: center;
  }

  .white-block-btn {
    margin: 16px 0;
  }

  .white-block-btn a {
    display: block;
  }

  .slider__item1 {
    background-image: url(/img/slider/001s.jpg);
  }

  .blue-block__text {
    margin-bottom: 24px;
  }
}

.line-top__wa a {
  color: #43d854;
  font-size: 28px;
}

.line-top__vi a {
  color: #7360f2;
  font-size: 28px;
}

.line-top__wa,
.line-top__vi {
  margin: 0 6px;
}

.line-top__soc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shapka__mobile {
  display: none;
}

@media(max-width: 992px) {
  .shapka__mobile {
    display: block;
    text-align: center;
    padding: 24px 16px;
  }
}

.shapka__mobile .plusi__item {
  padding: 6px 0;
  justify-content: center;
}

.plusi__item-l .plusi__img {
  margin-right: 0;
  margin-left: 18px;
}

.gallery__gen {
  padding: 32px 0;
}

.gallery__gen img {
  width: 100%;
  margin-bottom: 16px;
}

.forma {
  background-color: #00a2d2;
  padding: 32px 0;
}

.forma__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forma__title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
}

.forma__text {
  text-align: center;
  color: #fff;
  margin-top: 16px;
  font-size: 12px;
}

.formMain__input {
  width: 100%;
  padding: 6px 12px;
  outline-style: none;
}

.formMain__row {
  width: 100%;
  margin-right: 16px;
}

.btn-callback {
  padding: 6px 32px;
  font-size: 18px;
  color: #00a2d2;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #00a2d2;
}

.btn-callback:hover {
  cursor: pointer;
  background-color: #00a2d2;
  color: #fff;
  border-color: #fff;
}

.etap__zagolovok {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #00a2d2;
  font-weight: 500;
  margin-bottom: 12px;
}

.etapy {
  padding: 32px 0;
}

.etapy__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}

.etap__zagolovok img {
  width: 32px;
  margin-right: 12px;
}

.etapy__item {
  width: 20%;
  text-align: center;
  padding-bottom: 24px;
}

.etapy-callback {
  text-align: center;
  margin-top: 32px;
}

.etapy-callback a {
  background-color: #00a2d2;
  color: #fff;
  border: 1px solid #00a2d2;
  padding: 8px 54px;
}

@media (max-width: 992px) {
  .etapy__item {
    width: 33.3333333%;
    display: inline-block;
    margin-right: -4px;
    float: none;
    vertical-align: top;
  }
  .etapy__inner {
    display: block;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .etapy__item {
    width: 100%;
  }
}
