/* montserrat-500 - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v14-latin_cyrillic-500.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat 500"), local("Montserrat-500"), url("../fonts/montserrat-v14-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/montserrat-v14-latin_cyrillic-500.woff") format("woff"), url("../fonts/montserrat-v14-latin_cyrillic-500.ttf") format("truetype"), url("../fonts/montserrat-v14-latin_cyrillic-500.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-600 - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v14-latin_cyrillic-600.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v14-latin_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-latin_cyrillic-600.woff2") format("woff2"), url("../fonts/montserrat-v14-latin_cyrillic-600.woff") format("woff"), url("../fonts/montserrat-v14-latin_cyrillic-600.ttf") format("truetype"), url("../fonts/montserrat-v14-latin_cyrillic-600.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-900 - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/montserrat-v14-latin_cyrillic-900.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Black"), local("Montserrat-Black"), url("../fonts/montserrat-v14-latin_cyrillic-900.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-latin_cyrillic-900.woff2") format("woff2"), url("../fonts/montserrat-v14-latin_cyrillic-900.woff") format("woff"), url("../fonts/montserrat-v14-latin_cyrillic-900.ttf") format("truetype"), url("../fonts/montserrat-v14-latin_cyrillic-900.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
  color: rgba(20, 16, 41, 0.8);
}

.secondary-color {
  color: rgba(20, 16, 41, 0.6);
}

.third-color {
  color: rgba(20, 1, 41, 0.8);
}

.bold {
  font-weight: 600;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.06), 0 2px 4px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
}

.bootstrap-select > .dropdown-toggle {
  border-radius: 2px;
  background-color: rgba(20, 16, 41, 0.02);
  color: rgba(20, 16, 41, 0.8);
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 16px;
}

.dropdown-item {
  padding: 12px 16px;
  line-height: 1.5;
  font-size: 16px;
  color: rgba(20, 16, 41, 0.8);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: rgba(20, 16, 41, 0.6);
  background-color: #fff;
  border-width: 0;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background-color: rgba(20, 16, 41, 0.04);
  color: rgba(20, 16, 41, 0.6);
}

.btn-light:not(:disabled):not(.disabled).active:after, .btn-light:not(:disabled):not(.disabled):active:after, .show > .btn-light.dropdown-toggle:after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.page-header {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -3.12px;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .page-header {
    letter-spacing: -1.67px;
    line-height: 1.02;
  }
}

.order-button {
  height: 48px;
  border-radius: 2px;
  box-shadow: 0 8px 8px -4px rgba(184, 22, 60, 0.12), 0 16px 24px 0 rgba(184, 22, 60, 0.24), 0 2px 4px -1px rgba(27, 10, 82, 0.12), 0 0 1px 0 rgba(184, 22, 60, 0.24);
  background-image: linear-gradient(99deg, #ff0000, #b8163c 53%, #8f008f);
  font-weight: 600;
  color: #ffffff !important;
  display: block;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  border: 0;
}

.order-button:hover {
  color: #fff !important;
  text-decoration: none;
}

.secondary-button {
  height: 48px;
  border-radius: 2px;
  box-shadow: 0 8px 8px -4px rgba(184, 22, 60, 0.06), 0 16px 24px 0 rgba(184, 22, 60, 0.12), 0 2px 4px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(184, 22, 60, 0.12);
  background-color: #ffffff;
  display: block;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #b8163c !important;
}

.secondary-button:hover {
  color: #b8163c !important;
  text-decoration: none;
}

.my-card {
  border-radius: 4px;
  box-shadow: 0 16px 16px -4px rgba(20, 16, 41, 0.06), 0 32px 48px 0 rgba(20, 16, 41, 0.12), 0 4px 8px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
  margin-left: 0;
  margin-right: 24px;
  color: rgba(20, 16, 41, 0.8);
  padding: 16px;
}

.my-card__header {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}

.my-card__header-school {
  margin-bottom: 24px;
}

.my-card__header-icon {
  width: 56px;
  height: 56px;
  background-color: rgba(20, 1, 41, 0.02);
  text-align: center;
  margin-bottom: 16px;
  display: flex;
  border-radius: 50%;
}

.my-card__header-icon img {
  margin: auto;
}

.my-card__number {
  font-size: 40px;
  font-weight: 600;
  line-height: 0.7;
  margin-bottom: 9px;
}

.my-card__content_seconday {
  color: rgba(20, 16, 41, 0.6);
  line-height: 1.71;
  letter-spacing: -0.7px;
  font-size: 14px;
}

.my-card__number-container {
  margin-bottom: 34px;
}

.my-card__number-container:last-child {
  margin-bottom: 0;
}

.my-card ul {
  list-style-type: none;
}

.slick-dots {
  bottom: unset;
}

.modal-dialog {
  border-radius: 4px;
  box-shadow: 0 32px 32px -4px rgba(20, 16, 41, 0.06), 0 64px 96px 0 rgba(20, 16, 41, 0.12), 0 8px 16px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
}

.modal-header {
  border: 0;
  padding: 16px 16px 24px;
}

.modal-title {
  font-weight: 600;
  line-height: 1.2;
}

.modal-content {
  padding: 0;
}

.modal-body {
  padding: 0;
}

.order-form {
  margin: 0 16px;
}

.my-order-form-input {
  height: 48px;
  border-radius: 4px;
  background-color: rgba(20, 16, 41, 0.02);
  line-height: 48px;
  padding: 12px 16px;
  width: 100%;
  border: 0;
}

.modal-footer {
  border-top: 0;
}

#my-order-form-submit {
  color: #fff;
  padding: 0 24px;
}

.my-order-form-textarea {
  border-radius: 4px;
  background-color: rgba(20, 16, 41, 0.02);
  line-height: 1.43;
  padding: 16px;
  width: 100%;
  font-size: 14px;
  color: rgba(20, 16, 41, 0.8);
}

.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.my-header {
  width: 100%;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.07);
  position: absolute;
  z-index: 1;
}

.my-header.active {
  background-color: #fff;
  box-shadow: 0 32px 32px -4px rgba(20, 16, 41, 0.06), 0 64px 96px 0 rgba(20, 16, 41, 0.12), 0 8px 16px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
}

.navbar {
  padding-left: 24px;
}

.my-navbar-brand {
  width: 186px;
}
@media (min-width: 992px) {
  .my-navbar-brand {
    width: 256px;
  }
}

.my-navbar-brand-2 {
  width: 50px;
}
@media (min-width: 992px) {
  .my-navbar-brand-2 {
    width: 83px;
  }
}

.navbar-toggler-icon {
  content: url("https://res.cloudinary.com/duenp4qr2/image/upload/v1595607695/meteorfootball_new_design/icons/round-menu-24-px_pl2mtn.svg");
}

.my-header.active .navbar-toggler-icon {
  content: url("https://res.cloudinary.com/duenp4qr2/image/upload/v1594805095/meteorfootball_new_design/icons/round-close-24-px-1_v4s2bs.svg");
}

.navbar-nav {
  margin-top: 32px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav .nav-link {
    margin-right: 40px;
  }
}

.navbar-nav .nav-item a {
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.71;
  color: rgba(20, 16, 41, 0.8);
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item a {
    color: rgba(255, 255, 255, 0.8);
  }
}

.navbar-nav .nav-item a.dropdown-item {
  color: #007bff;
  padding: 6px 12px;
}

.my-header .order-button {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .my-header .order-button {
    margin-bottom: 0;
    height: auto;
    border: 0;
    background: none;
    box-shadow: none;
    margin-right: 16px;
  }
}

.navbar-collapse {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .navbar-collapse {
    margin-bottom: 0;
  }
}

.social-icon {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: rgba(20, 1, 41, 0.02);
  margin: 0 4px;
  position: relative;
}
@media (min-width: 992px) {
  .social-icon {
    margin: auto 8px;
    background-color: rgba(20, 1, 41, 0.02);
    background-color: rgba(255, 255, 255, 0.03);
  }
}

.social-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.social-icon__instagram {
  background-image: url("https://res.cloudinary.com/duenp4qr2/image/upload/v1595697587/meteorfootball_new_design/icons/group-copy-3_wxv6a5.svg");
}
@media (min-width: 992px) {
  .social-icon__instagram {
    background-image: url("https://res.cloudinary.com/duenp4qr2/image/upload/v1596286665/meteorfootball_new_design/icons/group-copy-3_xbvvud.svg");
  }
}

.social-icon__vk {
  background-image: url("https://res.cloudinary.com/duenp4qr2/image/upload/v1595697587/meteorfootball_new_design/icons/group-copy-6_yeaapo.svg");
}
@media (min-width: 992px) {
  .social-icon__vk {
    background-image: url("https://res.cloudinary.com/duenp4qr2/image/upload/v1596286665/meteorfootball_new_design/icons/group-copy-6_ol9bdd.svg");
  }
}

.social-icon__fb {
  background-image: url("https://res.cloudinary.com/duenp4qr2/image/upload/v1595697586/meteorfootball_new_design/icons/group-copy-12_hgab87.svg");
}
@media (min-width: 992px) {
  .social-icon__fb {
    background-image: url("https://res.cloudinary.com/duenp4qr2/image/upload/v1596286783/meteorfootball_new_design/icons/group-copy-12_td4chc.svg");
  }
}

.main-screen {
  color: #ffffff;
}

.main-screen__image {
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-screen__image-container {
  height: 556px;
  overflow-y: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .main-screen__image-container {
    height: 700px;
  }
}

.main-screen__image-container-school {
  height: 556px;
}
@media (min-width: 992px) {
  .main-screen__image-container-school {
    height: 700px;
  }
}

.main-screen__content {
  height: 556px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(23, 23, 31, 0.64) 7%, rgba(51, 51, 66, 0) 154%);
}
@media (min-width: 992px) {
  .main-screen__content {
    height: 700px;
    background-image: linear-gradient(to left, rgba(51, 51, 66, 0) 32%, rgba(23, 23, 31, 0.64) 81%);
  }
}

.main-screen__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: -3.12px;
  margin-top: 120px;
}
@media (min-width: 992px) {
  .main-screen__title {
    max-width: 600px;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
  }
}

.main-screen__title-school {
  margin: 201px 0 32px;
  font-size: 48px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: -3.04px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .main-screen__title-school {
    max-width: unset;
  }
}

.main-screen__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 72px;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .main-screen__description {
    font-size: 24px;
    line-height: 1.67;
    color: rgba(255, 255, 255, 0.8);
  }
}

.main-screen__description-school {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  .main-screen__description-school {
    font-size: 32px;
    line-height: 1.25;
  }
}

.main-screen__order-button {
  margin-right: 8px;
}
@media (min-width: 992px) {
  .main-screen__order-button {
    width: 231px;
  }
}

.main-screen .my-card {
  margin-top: -38px;
}

.main-screen .my-card__header {
  margin-bottom: 40px;
}

.my-inline-list {
  list-style-type: none;
}

.my-inline-list__item {
  margin-bottom: 24px;
}

.my-inline-list__item-school {
  margin-bottom: 16px;
}

.my-inline-list__item:last-child {
  margin-bottom: 0px;
}

.my-inline-list__icon-container {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 16px;
  margin-top: auto;
  margin-bottom: auto;
}

.my-inline-list__icon-container-school {
  margin-right: 8px;
  margin-top: unset;
  margin-bottom: unset;
}

.main-screen .my-inline-list__text-container {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
}
@media (min-width: 992px) {
  .main-screen .my-inline-list__text-container {
    line-height: 1.5;
    font-size: 16px;
    color: rgba(20, 1, 41, 0.8);
  }
}

.slick-list {
  overflow: visible;
}

.slick-slide.slick-current + .slick-slide {
  margin-left: 0px;
}

.main-screen .slick-dots {
  top: -86px;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  background-color: #9e9e9e;
  border-radius: 8px;
}

.slick-dots li.slick-active button {
  background-color: #ffffff;
}

.slick-carousel-dots-red > .slick-dots li.slick-active button {
  background-image: linear-gradient(135deg, #ff0000, #b8163c 54%, #8f008f);
}

.slick-dots::after {
  content: url("https://res.cloudinary.com/duenp4qr2/image/upload/v1594805097/meteorfootball_new_design/icons/swipe_atphvx.svg");
  position: absolute;
  right: 54px;
  top: 4px;
}

.main-screen .slick-dotted.slick-slider {
  margin-bottom: 72px;
}

.slick-dots li button:before {
  content: "";
}

.tabs-container {
  margin-top: -60px;
  background-color: #fefefe;
  box-shadow: 0 16px 16px -4px rgba(20, 16, 41, 0.06), 0 32px 48px 0 rgba(20, 16, 41, 0.12), 0 4px 8px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
  margin-bottom: 72px;
}
.tabs-container .nav-tabs {
  border: 0;
}
.tabs-container .nav-tabs .nav-link {
  line-height: 1.5;
  color: rgba(20, 1, 41, 0.6);
  padding-bottom: 12px;
  padding-top: 12px;
}
.tabs-container .nav-tabs .nav-link:hover {
  border: 0;
}
.tabs-container .nav-tabs .nav-link.active {
  font-weight: 600;
  color: rgba(20, 1, 41, 0.8);
  border: 0;
  background-color: rgba(20, 1, 41, 0.02);
  position: relative;
}
.tabs-container .nav-tabs .nav-link.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: linear-gradient(91deg, #ff0000, #b8163c 54%, #8f008f);
  top: 0px;
  left: 0;
}
.tabs-container .tab-content > .active {
  display: flex;
}
.tabs-container .my-inline-list__item {
  margin: 22px 16px;
}

.tabs-container-school {
  margin-top: -160px;
  color: rgba(20, 1, 41, 0.8);
}
.tabs-container-school .school-page-schedule {
  padding: 48px;
}
.tabs-container-school .school-page-schedule .school-page-schedule__title {
  width: fit-content;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.tabs-container-school .school-page-schedule .school-page-schedule__content {
  margin-left: -120px;
}
.tabs-container-school .school-page-schedule .schedule-table thead td {
  color: rgba(20, 1, 41, 0.8);
  text-transform: uppercase;
  padding-bottom: 36px;
  font-weight: 600;
}
.tabs-container-school .school-page-schedule .schedule-table tfoot td {
  color: rgba(20, 1, 41, 0.8);
  padding-top: 12px;
  padding-bottom: 0;
  font-weight: 600;
}
.tabs-container-school .school-page-schedule .schedule-table td {
  color: rgba(20, 1, 41, 0.6);
  padding-bottom: 24px;
  font-size: 14px;
}
.tabs-container-school .school-page-schedule .schedule-table td:first-child {
  color: #b8163c;
  text-transform: uppercase;
}

.schedule-screen {
  margin-top: 72px;
  margin-bottom: 72px;
}
.schedule-screen .schedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.schedule-screen .schedule-list .schedule-list__item-day {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  color: #890010;
  margin-bottom: 25px;
}
.schedule-screen .schedule-list .schedule-list__item-day::after {
  margin-top: 10px;
  float: right;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.schedule-screen .schedule-list .schedule-list__item-day.active::after {
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  margin-top: 8px;
}
.schedule-screen .schedule-list .schedule-list__item-info {
  margin-bottom: 16px;
}
.schedule-screen .schedule-list .schedule-list__item-age {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: rgba(20, 1, 41, 0.8);
  margin-bottom: 24px;
}
.schedule-screen .schedule-list .schedule-list__item-time {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: rgba(20, 1, 41, 0.6);
  margin-bottom: 16px;
}
.schedule-screen .schedule-list .schedule-list__item-price {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: rgba(20, 1, 41, 0.8);
  margin-bottom: 24px;
}

.map-screen {
  margin-bottom: 72px;
}
@media (min-width: 992px) {
  .map-screen .my-card {
    margin-right: 0;
    margin-bottom: 24px;
    box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.06), 0 2px 4px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
  }
  .map-screen .my-card:last-child {
    margin-bottom: 0;
  }
}
.map-screen .page-header-school {
  margin-bottom: 24px;
}

.yandex-map {
  margin: 16px 0 96px 0;
}
@media (min-width: 992px) {
  .yandex-map {
    margin: 0;
  }
}

.yandex-map-school {
  margin: 0 0 24px 0;
}

#yandex-map__map {
  width: 100%;
  height: 374px;
}
@media (min-width: 992px) {
  #yandex-map__map {
    height: 612px;
  }
}

#yandex-map__map.yandex-map__map-school {
  width: 100%;
  height: 362px;
}
@media (min-width: 992px) {
  #yandex-map__map.yandex-map__map-school {
    height: 372px;
  }
}

.slick-carousel-2-school .my-card {
  margin-bottom: 16px;
  margin-right: 0;
}

.map-screen .slick-dots {
  top: -48px;
}

.map-screen .slick-dotted.slick-slider {
  margin-bottom: 72px;
}

.school-info {
  padding: 0 16px;
  margin-bottom: 45px;
}
.school-info .my-inline-list__item {
  margin-bottom: 8px;
}
.school-info .my-inline-list__item:last-child {
  margin-bottom: 0;
}
.school-info .my-inline-list__icon-container {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 8px;
  margin-top: unset;
  margin-bottom: unset;
}
.school-info .my-inline-list__text-container {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(20, 16, 41, 0.8);
}

.school-schedule {
  overflow: hidden;
}

.school-schedule__header {
  margin-bottom: 51px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #b8163c;
  text-align: center;
}

.school-schedule__content .slick-dots {
  top: -41px;
}
.school-schedule__content .my-card__header {
  text-align: center;
  text-transform: uppercase;
}
.school-schedule__content .my-card__header-icon {
  width: 25px;
  height: 25px;
  margin: auto;
}
.school-schedule__content .school-schedule-table {
  margin-top: 16px;
  width: 100%;
  font-weight: 600;
  line-height: 1.25;
  color: rgba(20, 16, 41, 0.8);
  text-transform: uppercase;
}
.school-schedule__content .school-schedule-table tr:not(:last-child) td {
  padding-bottom: 16px;
}
.school-schedule__content .school-schedule-table__time {
  text-align: right;
}
.school-schedule__content .slick-dotted.slick-slider {
  margin-bottom: 16px;
}
.school-schedule__content .schedule-table {
  margin-bottom: 48px;
}
.school-schedule__content .schedule-table td {
  text-align: center;
}
.school-schedule__content .schedule-table td:first-child {
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
}
.school-schedule__content .schedule-table thead td {
  padding-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.school-schedule__content .schedule-table tbody td {
  padding-bottom: 16px;
}
.school-schedule__content .schedule-table tfoot td {
  text-transform: uppercase;
  font-weight: 600;
}

@media (min-width: 992px) {
  #school-modal .modal-header {
    padding: 40px 40px 24px;
  }
  #school-modal .modal-title {
    font-size: 24px;
  }
  #school-modal .school-info {
    padding: 0 40px;
  }
  #school-modal .school-schedule__content {
    padding: 0 24px;
  }
  #school-modal .school-schedule__order-row {
    padding-bottom: 40px;
  }
}

.order-form-screen {
  margin: 0 auto 72px;
}
@media (min-width: 992px) {
  .order-form-screen {
    max-width: unset;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-image: url("https://res.cloudinary.com/duenp4qr2/image/upload/v1596388869/meteorfootball_new_design/order_form_screen/group-24-copy_ujja76.jpg");
  }
}

.order-form-screen .card {
  border-radius: 4px;
  box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.06), 0 2px 4px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
  border: 0;
}
@media (min-width: 992px) {
  .order-form-screen .card {
    margin-bottom: 72px;
    margin-top: 72px;
  }
}

.order-form-screen .card-body {
  padding: 16px;
  max-width: 540px;
}
@media (min-width: 992px) {
  .order-form-screen .card-body {
    padding: 40px;
  }
}

.order-form-screen .card-title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.67px;
}
@media (min-width: 992px) {
  .order-form-screen .card-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1px;
  }
}

.order-form-screen__form-fields {
  line-height: 1.75;
  color: rgba(20, 16, 41, 0.6);
}

@media (min-width: 992px) {
  .order-form-screen .order-button {
    padding: 0 24px;
    display: unset;
  }
}

.order-form-screen__form-note {
  margin-bottom: 24px;
}

.coaches-screen .page-header {
  margin-bottom: 24px;
}

.coaches-screen__main-text {
  line-height: 1.25;
  letter-spacing: -0.09px;
  color: rgba(20, 16, 41, 0.6);
}
.coaches-screen__main-text span {
  font-weight: 600;
  color: #890010;
}

.accordion {
  list-style-type: none;
  padding: 0;
}

.accordion-item {
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-source: linear-gradient(to right, rgba(20, 1, 41, 0.12), rgba(20, 1, 41, 0.24) 51%, rgba(20, 1, 41, 0.12) 100%);
  border-image-slice: 1;
}

.accordion-item:last-child {
  border-bottom: 0;
}

.accordion-item__header {
  font-size: 18px;
  font-weight: 500;
  padding: 32px 0;
  line-height: 1.33;
  position: relative;
  cursor: pointer;
}
.accordion-item__header .my-inline-list__text-container {
  margin-right: 28px;
}

.accordion-item.active > .accordion-item__header {
  color: #890010;
}

.accordion-item__header::after {
  content: url("https://res.cloudinary.com/duenp4qr2/image/upload/v1595200255/meteorfootball_new_design/icons/round-expand-more-24-px_vpfnlp.svg");
  position: absolute;
  right: 7px;
  top: 34px;
}

.accordion-item.active > .accordion-item__header::after {
  content: url("https://res.cloudinary.com/duenp4qr2/image/upload/v1595200255/meteorfootball_new_design/icons/round-expand-less-24-px_bj35hc.svg");
}

.accodrion-item__content {
  line-height: 1.71;
  letter-spacing: -0.3px;
  color: rgba(20, 16, 41, 0.6);
  margin-bottom: 15px;
  display: none;
}

.accordion-item.active > .accodrion-item__content {
  display: block;
}

.coaches-carousel-container {
  margin-bottom: 72px;
}
@media (min-width: 992px) {
  .coaches-carousel-container {
    margin-bottom: 0;
  }
}

.coaches-carousel__slide {
  margin: 16px 12px 48px;
}

.coaches-carousel__left-control {
  position: absolute;
  left: -15px;
  margin-top: 12px;
  z-index: 1;
}

.coaches-carousel__right-control {
  position: absolute;
  right: -10px;
  margin-top: 12px;
  z-index: 1;
}

.coaches-carousel__slide-title {
  font-size: 24px;
  line-height: 1.33;
  max-width: calc(100wh - 80px);
  text-align: center;
}

.coaches-carousel__slide-img {
  width: 100%;
}

.coaches-carousel .slick-slide.slick-current + .slick-slide {
  margin-left: 12px;
}

.coach-info {
  list-style: none;
  padding: 0;
  margin: 0 16px;
}
@media (min-width: 992px) {
  .coach-info {
    margin: 0;
  }
}

.coach-info__item {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .coach-info__item {
    margin-bottom: 8px;
  }
}

.coach-info__item-header {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 1px;
  color: #b8163c;
  margin-bottom: 8px;
  padding: 0 8px;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: rgba(184, 22, 60, 0.03);
  width: fit-content;
}
@media (min-width: 992px) {
  .coach-info__item-header {
    margin-bottom: 8px;
  }
}

.coach-info__item-description {
  font-size: 16px;
  line-height: 1.25;
  color: rgba(20, 1, 41, 0.8);
}

.coach-info__item-school {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #b8163c;
  text-decoration: underline;
}

.coach-info__item-school:hover {
  color: #b8163c;
}

.coach-info-container {
  width: 100%;
}
.coach-info-container h3 {
  margin-bottom: 8px;
}
.coach-info-container .slick-list {
  overflow: hidden;
}

.my-inline-list__icon-toggle-image-2 {
  display: none;
  margin-left: -21px;
  margin-top: -4px;
}

.accordion-item.active .my-inline-list__icon-toggle-image-2 {
  display: unset;
}

.accordion-item.active .my-inline-list__icon-toggle-image-1 {
  display: none;
}

.coach-info-carousel__control-container {
  position: relative;
}

.coach-info-carousel__left-control {
  position: absolute;
  left: -10px;
  margin-top: -32px;
  z-index: 1;
}

.coach-info-carousel__right-control {
  position: absolute;
  right: -10px;
  margin-top: -32px;
  z-index: 1;
}

.slick-carousel-dots-coach-info {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 30px;
}

@media (min-width: 992px) {
  .slick-carousel-dots-coach-info .slick-dots::after {
    display: none;
  }
}

.coaches-screen__bg-image {
  position: absolute;
  right: 0;
}

.tournaments-screen {
  color: #fff;
  padding: 72px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-image: url("https://res.cloudinary.com/duenp4qr2/image/upload/v1595781906/meteorfootball_new_design/tournaments/group-37_3x_vugasq.jpg");
}
@media (min-width: 992px) {
  .tournaments-screen {
    background-size: 100% 565px;
    background-position-y: top;
  }
}

.tournaments-screen__main-text {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.1px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
}

.bg-image-card {
  margin-top: 16px;
  padding: 24px;
  -webkit-background-size: 125%;
  -moz-background-size: 125%;
  -o-background-size: 125%;
  background-size: 125%;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  position: relative;
}
@media (min-width: 992px) {
  .bg-image-card {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}

.bg-image-card-1 {
  background-image: url("https://res.cloudinary.com/duenp4qr2/image/upload/v1595781902/meteorfootball_new_design/tournaments/group-64_3x_hwomaq.jpg");
  margin-top: 0;
}

.bg-image-card-2 {
  background-image: url("https://res.cloudinary.com/duenp4qr2/image/upload/v1595781901/meteorfootball_new_design/tournaments/group-73_3x_omlhbk.jpg");
}

.bg-image-card__gradient {
  box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.06), 0 16px 24px 0 rgba(20, 16, 41, 0.12), 0 2px 4px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
  background-image: linear-gradient(45deg, rgba(39, 39, 39, 0.8) 23%, rgba(31, 26, 34, 0.4) 57%, rgba(21, 11, 29, 0.24) 100%);
  position: absolute;
  opacity: 0.12;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bg-image-card__header {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.2px;
  margin-bottom: 72px;
  line-height: normal;
}
@media (min-width: 992px) {
  .bg-image-card__header {
    margin-bottom: 216px;
  }
}

.bg-image-card-2 .bg-image-card__header {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .bg-image-card-2 .bg-image-card__header {
    margin-bottom: 216px;
  }
}

.bg-image-card__list-li-icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.bg-image-card__list-li-icon img {
  width: 16px;
  height: 16px;
}

.bg-image-card__list-li-description {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.3px;
  color: rgba(255, 255, 255, 0.8);
}

.bg-image-card ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.bg-image-card ul li {
  margin-bottom: 16px;
}

.bg-image-card ul li:last-child {
  margin-bottom: 0;
}

.bg-image-card__after {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.34px;
  color: rgba(20, 1, 41, 0.6);
}

.tournaments-screen .order-button {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .tournaments-screen .order-button {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: inline-block;
  }
}

.phylosophy-screen .page-header {
  margin: 72px 0px 112px 0px;
}

.phylosophy-screen .my-card__header {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.1px;
  color: rgba(20, 16, 41, 0.8);
}
@media (min-width: 992px) {
  .phylosophy-screen .my-card__header {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: -1px;
    color: rgba(20, 1, 41, 0.8);
  }
}

.my-card__content_third .my-inline-list {
  margin-top: 40px;
  margin-bottom: 32px;
}

.my-card__content_third .my-inline-list__icon-container {
  margin-top: unset;
  margin-bottom: unset;
  margin-right: 8px;
}

.my-card__content_third .my-inline-list__icon-container img {
  width: 100%;
}

.my-card__content_third .my-inline-list__text-container {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.1px;
  color: rgba(20, 1, 41, 0.8);
}

.phylosophy-screen .order-button {
  margin-top: 24px;
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 992px) {
  .phylosophy-screen .order-button {
    padding: 0 24px;
    margin: 0;
  }
}

.phylosophy-screen .slick-dots {
  top: -48px;
}

.phylosophy-screen .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.phylosophy-screen .tabs-container {
  margin-bottom: 48px;
}

.phylosophy-screen .tab-content {
  margin-bottom: 56px;
}

.stacked-images {
  width: 100%;
  height: 100%;
  max-height: 380px;
}

.stacked-image-1 {
  border-radius: 12px;
  overflow: hidden;
  width: 52%;
  z-index: 1;
  position: absolute;
  bottom: -13px;
  left: 0;
}

.stacked-image-2 {
  border-radius: 12px;
  overflow: hidden;
  width: 82%;
  position: absolute;
  right: 0;
}

.instagram-screen {
  margin-bottom: 72px;
  margin-top: 72px;
}
@media (min-width: 992px) {
  .instagram-screen {
    margin-top: 153px;
    margin-bottom: 144px;
  }
}

.instagram-screen .page-header {
  margin-bottom: 48px;
}

.instagram-screen .order-button {
  margin: 32px 0 0;
}
@media (min-width: 992px) {
  .instagram-screen .order-button {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: inline-block;
  }
}

.reviews-screen {
  margin-bottom: 72px;
}
@media (min-width: 992px) {
  .reviews-screen .reviews-carousel__controls {
    margin-top: 24px;
  }
}

.reviews-screen .page-header {
  margin: 0 0 96px;
}
@media (min-width: 992px) {
  .reviews-screen .page-header {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2px;
    color: rgba(20, 1, 41, 0.8);
    margin-bottom: 48px;
  }
}

.reviews-screen .order-button {
  margin: 32px 16px 0;
}
@media (min-width: 992px) {
  .reviews-screen .order-button {
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.reviews-screen .slick-dots {
  top: -48px;
}
@media (min-width: 992px) {
  .reviews-screen .slick-dots {
    position: unset;
  }
}

@media (min-width: 992px) {
  .reviews-screen .slick-dots::after {
    display: none;
  }
}

.reviews-screen .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.reviews-card__header {
  display: flex;
}

.reviews-card__header-rating {
  width: 64px;
  height: 64px;
  background-color: rgba(22, 184, 98, 0.06);
  color: #16b862;
  font-size: 26px;
  font-weight: bold;
  margin-right: 16px;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
}

.reviews-card__header-title-text {
  font-size: 18px;
  line-height: 1.33;
  color: rgba(20, 16, 41, 0.8);
  margin-bottom: 6px;
}

.reviews-card__header-title-subtext {
  font-size: 14px;
  line-height: 1.71;
  color: rgba(20, 16, 41, 0.6);
}

.reviews-card__content {
  margin-top: 16px;
}

.reviews-card__content-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(20, 16, 41, 0.8);
  margin-bottom: 16px;
}

.reviews-card__content-text {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.71;
  color: rgba(20, 16, 41, 0.6);
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#full-review-modal .reviews-card__content-text {
  overflow: visible;
  height: auto;
  display: block;
}

.reviews-card__info {
  display: flex;
  justify-content: space-between;
}

.reviews-card__info-date {
  font-size: 14px;
  line-height: 36px;
  color: rgba(20, 16, 41, 0.6);
}

.reviews-card__info-reply {
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  color: #b8163c;
  border-radius: 4px;
  background-color: rgba(183, 21, 59, 0.02);
  padding: 0 16px;
  cursor: pointer;
}

#my-review-form-submit {
  color: #fff;
  padding: 0 24px;
}

#reviewForm-body label {
  margin-bottom: 4px;
  margin-left: 17px;
  font-size: 13px;
  line-height: 1.23;
  color: rgba(20, 16, 41, 0.4);
}

#reviewForm-body .bootstrap-select {
  box-shadow: none;
}

.my-footer {
  width: 100%;
  padding: 48px 0 24px;
  background-color: #17171f;
  color: #fff;
}

.footer-brand {
  margin-bottom: 24px;
}

.footer-menu {
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .footer-menu {
    margin-top: 6px;
  }
}

.footer-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu__list-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .footer-menu__list-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 48px;
  }
}

.footer-menu__list-item a {
  color: #fff;
  text-decoration: none;
}

.footer-menu__list-item:last-child {
  margin-bottom: 0;
}

.footer-contact {
  margin-bottom: 48px;
}

.footer-contact__list {
  padding: 0;
  margin: 0;
}

.footer-contact__list-item {
  margin-bottom: 24px;
}

.footer-contact__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
}
@media (min-width: 992px) {
  .footer-contact__name {
    font-size: 10px;
    line-height: 2.4;
  }
}

.footer-contact__email a {
  color: rgba(224, 224, 255, 0.6);
  text-decoration: none;
}

.footer-contact__email {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(224, 224, 255, 0.6);
}

.footer-contact__email img {
  margin-right: 11px;
  width: 18px;
}

.footer-phone {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 4px;
  background-color: rgba(224, 224, 255, 0.02);
}
@media (min-width: 992px) {
  .footer-phone {
    margin-top: -6px;
  }
}

.footer-phone img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.footer-phone a {
  color: rgba(224, 224, 255, 0.8);
  text-decoration: none;
}

.footer-social {
  margin-bottom: 56px;
  display: flex;
  justify-content: start;
}

.footer-social__icon {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: rgba(224, 224, 255, 0.02);
  margin-right: 24px;
  position: relative;
}
@media (min-width: 992px) {
  .footer-social__icon {
    margin-right: 0px;
    margin-left: 24px;
  }
}

.footer-social__icon img {
  width: 24px;
  height: 24px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-politics {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: rgba(224, 224, 255, 0.6);
  margin-bottom: 16px;
}

.footer-rights {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: rgba(224, 224, 255, 0.6);
}

.footer-payment-info {
  margin-bottom: 48px;
}

.footer-payment-info__list {
  padding: 0;
  margin: 0;
}

.footer-payment-info__list-item {
  margin-bottom: 12px;
}

.footer-payment-info__title {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
}
@media (min-width: 992px) {
  .footer-payment-info__title {
    font-size: 10px;
    line-height: 2.4;
  }
}

.footer-payment-info__img {
  height: 70px;
}

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

.navbar-nav li:hover .dropdown-menu {
    display: block;
}

