@font-face {
  font-family: 'Geometria';
  src: url('/font/Geometria-Thin.eot');
  src: local('Geometria Thin'), local('Geometria-Thin'),
    url('/font/Geometria-Thin.eot?#iefix') format('embedded-opentype'),
    url('/font/Geometria-Thin.woff') format('woff'),
    url('/font/Geometria-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url('/font/Geometria-Light.eot');
  src: local('Geometria Light'), local('Geometria-Light'),
    url('/font/Geometria-Light.eot?#iefix') format('embedded-opentype'),
    url('/font/Geometria-Light.woff') format('woff'),
    url('/font/Geometria-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url('/font/Geometria-Medium.eot');
  src: local('Geometria Medium'), local('Geometria-Medium'),
    url('/font/Geometria-Medium.eot?#iefix') format('embedded-opentype'),
    url('/font/Geometria-Medium.woff') format('woff'),
    url('/font/Geometria-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url('/font/Geometria-ExtraBold.eot');
  src: local('Geometria ExtraBold'), local('Geometria-ExtraBold'),
    url('/font/Geometria-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/font/Geometria-ExtraBold.woff') format('woff'),
    url('/font/Geometria-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url('/font/Geometria-Heavy.eot');
  src: local('Geometria Heavy'), local('Geometria-Heavy'),
    url('/font/Geometria-Heavy.eot?#iefix') format('embedded-opentype'),
    url('/font/Geometria-Heavy.woff') format('woff'),
    url('/font/Geometria-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Geometria';
  background-color: #fff;
  color: #6f787e;
}

h1,
h2,
h3 {}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.callBackVoid:hover {
  cursor: pointer;
}

.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 {
  background-color: #fc6701;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.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: #000;
  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__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__logo-img {
  height: 32px;
  filter: brightness(0) invert(1);
}

.line-top__icon {
  text-decoration: none;
  color: #fff;
  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: #000000;
  color: #fff;
  z-index: 1001;
}

.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;
  padding: 8px;
}

.mobile-menu__logo-img {
  height: 32px;
  filter: brightness(0) invert(1);
}

.mobile-menu__closed {
  color: #fff;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 8px;
  text-align: center;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #fff;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #fff;
  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: #fff;
  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: inherit;
  color: #ffffff;
  border: 1px solid #fff;
  margin-top: 4px;
  text-transform: lowercase;
  display: inline-block;
  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;
}

/* -------------- */
.content {
  padding: 80px 0;
  min-height: calc(100vh - 320px);
}

.ststi__img {
  width: 100%;
}

.shapka {
  background-color: #000000;
  /* position: fixed; */
  width: 100%;
  z-index: 999;
}

.shapka__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.shapka__logo {}

.shapka__logo img {
  filter: brightness(0) invert(1);
  height: 40px;
  width: auto;
}

.shapka__menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shapka-menu__item {
  margin: 0 20px;
}

.shapka-menu__item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
}

.shapka__soc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
}

.soc__item {
  margin-left: 10px;
}

.soc__item img {
  width: 30px;
  height: 30px;
}

.slide-block {
  background-image: url(/img/slide.jpg);
  background-size: cover;
  background-position: center;
  min-height: 732px;
}

.slide__inner {
  padding: 60px 0;
}

.dark-bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding: 80px 60px 100px;
  min-height: calc(100vh - 80px);
}

.slide__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  -webkit-text-stroke: 1px #000000;
  text-shadow: 0px 0px 22px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}

.slide-subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 120px;
}

.slide-btn {
  margin-bottom: 40px;
  transition-duration: 0.3s;
}

.slide-btn__sub {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

.slide-btn a {
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  color: #FFFFFF;
  -webkit-text-stroke: 1px #000000;
  text-shadow: 0px 0px 22px rgba(0, 0, 0, 0.25);
}

.slide-btn:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.slide-btn img {
  margin: 0 50px;
  /* width: 300px; */
}

.slide__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slide-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.slide__logo {
  margin: 20px 40px;
}

.slide__logo img {
  width: 100%;
}

.programm {
  padding: 100px 0;
}

.bg-black {
  background-color: #000;
}

.programm__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: minmax(180px, auto);
  grid-gap: 30px;
}

.four__item {
  grid-template-columns: repeat(4, 1fr);
}

.club__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: minmax(180px, auto);
  grid-gap: 30px;
}

.programm__item {
  background-color: #1a1a26;
  border-radius: 10px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

.programm__item:hover .programm__img img {
  transform: scale(1.4);
  transition-duration: 1s;
}

.programm__img {
  overflow: hidden;
  margin-bottom: 10px;
}

.programm__img img {
  width: 100%;
  transition-duration: 1s;
}

.programm__info {
  padding: 10px;
}

.programm__title {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  min-height: 46px;
}

.bg-black .program__title {
  color: #fff;
}

.programm__text {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 300;
}

.programm__text ul {
  padding: 0;
  margin: 0;
  padding-left: 18px;
}

.programm__btn {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.programm__btn a {
  color: #ffffff;
  background-color: #56527d;
  border-radius: 13px;
  color: #fff;
  display: inline-block;
  padding: 12px 30px;
}

.program__title {
  font-weight: 300;
  color: #000;
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
}

.footer {
  background-color: #000000;
  padding: 40px 0;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__title {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.footer__link {
  margin-bottom: 10px;
}

.footer__link a {
  color: #fff;
}

.footer__logo {
  width: 150px;
}

.footer__logo img {
  width: 100%;
}

.left-part {
  text-align: right;
}

.test__list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 30px;
}

.test__list label {
  cursor: pointer;
  margin-bottom: 0;
}

.test__list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
}

.test__list input {
  margin: 0 10px 0 0;
}

.test-input {
  width: 100%;
  max-width: 100%;
  padding: 8px;
}

.test-btn a {
  color: #ffffff;
  background-color: #56527d;
  border-radius: 13px;
  display: inline-block;
  padding: 12px 30px;
}

.esli__item {
  padding: 12px;
  border: 1px solid #1a1a26;
  border-radius: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.esli__item img {
  margin-right: 12px;
  border-radius: 20px;
}

.flright {
  float: right;
  max-width: 100%;
  padding: 12px;
}

.price-table {
  width: 100%;
  margin-bottom: 20px;
}

.price-table tr td {
  border: 1px solid #000;
  text-align: center;
  padding: 4px 6px;
}

.bg-green {
  background-color: lightgreen;
  color: #000;
}

.table-kupit {
  display: block;
  color: #000;
}

.test-tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.test-tab__item {
  margin-right: 20px;
  margin-bottom: 20px;
}

.test-tab__item a {
  color: #ffffff;
  background-color: #56527d;
  border-radius: 13px;
  display: inline-block;
  padding: 12px 30px;
}

@media(max-width: 992px) {
  .shapka {
    display: none;
  }

  .slide__info {
    display: block;
    text-align: center;
  }

  .left-part {
    text-align: center;
  }

  .slide-btn:hover {
    transform: none;
  }
}

@media(max-width: 768px) {

  .programm__items,
  .club__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .dark-bg {
    padding: 60px 0;
  }

  .slide-btn img {
    margin: 30px 0;
    width: 100%;
  }

  .footer__inner {
    display: block;
    text-align: center;
  }

  .footer__logo {
    margin: 0 auto;
  }

  .footer__item {
    margin-bottom: 30px;
  }

  .slide__title {
    font-size: 32px;
  }

  .sticky-wrapper {
    height: auto !important;
  }

  .flright {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

@media(max-width: 640px) {
  .esli__item {
    display: block;
  }

  .esli__item img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
