@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-Regular.woff2") format("woff2"),
    url("../fonts/GolosText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-Medium.woff2") format("woff2"),
    url("../fonts/GolosText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-SemiBold.woff2") format("woff2"),
    url("../fonts/GolosText-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-Bold.woff2") format("woff2"),
    url("../fonts/GolosText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-ExtraBold.woff2") format("woff2"),
    url("../fonts/GolosText-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-Black.woff2") format("woff2"),
    url("../fonts/GolosText-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Robotobold.woff2") format("woff2"),
    url("../fonts//Robotobold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Robotomedium.woff2") format("woff2"),
    url("../fonts/Robotomedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Robotoblack.woff2") format("woff2"),
    url("../fonts/Robotoblack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Robotobolditalic.woff2") format("woff2"),
    url("../fonts/Robotobolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Robotolight.woff2") format("woff2"),
    url("../fonts/Robotolight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
.container {
  display: grid;
  max-width: 1760px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  min-width: 360px;
  width: 100%;
}
@media all and (max-width: 1199.9px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 991.9px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 767.9px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body {
  line-height: 1.2;
  margin: 0;
  position: relative;
  font-family: "Golos Text", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  background: #141414;
  color: #fff;
  letter-spacing: -0.01em;
}
ul {
  list-style-type: none;
  padding-inline-start: 0;
}
a,
p,
li,
ul,
span {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}
button {
  padding-block: 0;
  padding-inline: 0;
  border-width: 0;
  cursor: pointer;
  background: transparent;
}
textarea {
  resize: none;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
.d-n {
  display: none !important;
}
.d-block {
  display: block !important;
}
@media all and (max-width: 767.9px) {
  .m-d-n {
    display: none !important;
  }
}
input,
textarea {
  outline: none;
  border: none;
}
picture,
source {
  display: contents;
}
ol {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width: 1199.9px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media all and (max-width: 991.9px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media all and (max-width: 767.9px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.white {
  color: #fff !important;
}
.orange {
  color: #ff6a00 !important;
}
.grey {
  color: #c2c2c2 !important;
}
.red {
  color: #ff0000 !important;
}
.black {
  color: #141414 !important;
}
.bg-white-gradient {
  background: linear-gradient(135deg, #fff 81.31%, #f1f2f4 100%);
}
.main {
  min-height: 70vh;
}
.title-page {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 81px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #f1f2f4;
  text-align: center;
  margin-bottom: 60px;
}
@media all and (max-width: 1399.9px) {
  .title-page {
    font-size: 60px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1199.9px) {
  .title-page {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991.9px) {
  .title-page {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767.9px) {
  .title-page {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575.9px) {
  .title-page {
    font-size: 20px;
  }
}
.breadcrumbs {
  margin-bottom: 20px;
  display: inline;
}
.breadcrumbs__box {
  padding-top: 20px;
}
.breadcrumbs__link {
  display: inline;
  font-weight: 400;
  font-size: 13px;
  line-height: 114%;
  color: #141414;
  transition: color 0.3s ease-in-out;
  position: relative;
}
.breadcrumbs__link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ff6a00;
  bottom: -1px;
  opacity: 0;
  left: 0;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.breadcrumbs__link:hover::before,
.breadcrumbs__link:active::before,
.breadcrumbs__link:focus::before {
  width: calc(100% - 8px);
  opacity: 1;
}
.breadcrumbs .arrow {
  position: relative;
}
.breadcrumbs .arrow::after {
  content: "-";
  display: inline-block;
  padding-left: 4px;
}
.breadcrumbs__title {
  display: inline;
  font-weight: 400;
  font-size: 13px;
  line-height: 114%;
  color: #ff6a00;
  position: relative;
}
.header {
  background: #141414;
  border-bottom: 1px solid rgba(255, 106, 0, 0.5);
  position: sticky;
  z-index: 10;
  top: 0;
}
.header__logo {
  display: grid;
  min-width: 176px;
}
@media all and (max-width: 991.9px) {
  .header__logo {
    max-width: 120px;
    min-width: 0;
  }
}
@media all and (max-width: 575.9px) {
  .header__logo {
    max-width: 90px;
  }
}
.header__waLink {
  display: grid;
  width: 31px;
  height: 31px;
  align-content: center;
}
@media all and (max-width: 991.9px) {
  .header__waLink {
    width: 20px;
    height: 20px;
  }
}
.header__box {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  padding: 20px 0;
  gap: 45px;
  align-items: center;
}
@media all and (max-width: 991.9px) {
  .header__box {
    gap: 30px;
  }
}
@media all and (max-width: 575.9px) {
  .header__box {
    gap: 10px;
  }
}
.header__nav {
  display: grid;
  grid-auto-flow: column;
  gap: clamp(10px, 2.56vw, 45px);
}
@media all and (max-width: 1399.9px) {
  .header__nav {
    display: none;
    position: absolute;
    background-color: rgba(13, 13, 13, 0.96);
    box-shadow: 0px 12px 51px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    left: 0;
    width: 100%;
    top: 100%;
    padding: 50px;
  }
  .header__nav.active {
    display: grid;
  }
}
@media all and (max-width: 991.9px) {
  .header__nav {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
@media all and (max-width: 767.9px) {
  .header__nav {
    padding: 20px;
  }
}
.header__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(10px, 1.14vw, 20px) clamp(10px, 2.56vw, 45px);
  justify-items: start;
  align-items: center;
  align-content: center;
}

@media all and (max-width: 1399.9px) {
  .header__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .header__list {
    grid-template-columns: 1fr;
  }
}

.header__item {
  display: grid;
  justify-items: start;
  align-items: center;
}

.header__link {
  display: inline;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  position: relative;
}

.header__link:hover,
.header__link:active,
.header__link:focus,
.header__link.active {
  color: #ff6a00;
  transform: scale(1.2);
  text-decoration: underline;
}

@media all and (max-width: 1399.9px) {
  .header__link {
    text-transform: none;
    font-size: 18px;
    color: #adb5bd;
  }
}

.header__link-modal {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ff6a00;
  cursor: pointer;
}

@media all and (max-width: 1399.9px) {
  .header__link-modal {
    margin-top: 10px;
    border: 1px solid #ff6a00;
    border-radius: 20px;
    padding: 6px 12px;
    font-weight: 700;
    display: inline-block;
    display: grid;
    justify-self: start;
    align-self: start;
  }

  .header__link-modal:hover,
  .header__link-modal:active,
  .header__link-modal:focus {
    background-color: rgba(253, 114, 0, 0.1294117647);
  }
}

.header__contact {
  display: grid;
  gap: 10px;
}

@media all and (max-width: 1399.9px) {
  .header__contact {
    grid-auto-flow: column;
    align-items: center;
    gap: 40px;
  }
}

@media all and (max-width: 991.9px) {
  .header__contact {
    gap: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .header__contact {
    grid-auto-flow: row;
    gap: 10px;
    justify-items: start;
  }
}

@media all and (max-width: 575.9px) {
  .header__contact {
    gap: 5px;
  }
}

.header__phone {
  gap: 10px;
  position: relative;
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 100%;
  color: #fff;
}

@media all and (max-width: 1699.9px) {
  .header__phone {
    font-size: 24px;
    white-space: nowrap;
  }
}

@media all and (max-width: 991.9px) {
  .header__phone {
    font-size: 20px;
  }
}

@media all and (max-width: 575.9px) {
  .header__phone {
    font-size: 12px;
  }
}

.header__contact-box {
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  align-items: center;
}

@media all and (max-width: 575.9px) {
  .header__contact-box {
    gap: 3px;
  }
}

.header__address {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}

@media all and (max-width: 991.9px) {
  .header__address {
    font-size: 12px;
    text-transform: none;
  }
}

@media all and (max-width: 575.9px) {
  .header__address {
    display: none;
  }
}

.header__btn {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 8px 27px;
  background-color: #ff6a00;
}

@media all and (max-width: 991.9px) {
  .header__btn {
    padding: 8px 15px;
    font-size: 12px;
  }
}

@media all and (max-width: 575.9px) {
  .header__btn {
    text-transform: none;
    padding: 5px;
  }
}

.header__btn-box {
  display: grid;
  gap: 10px;
  grid-auto-flow: column;
}

.burger {
  padding: 20px 10px;
  display: none;
}

@media all and (max-width: 1399.9px) {
  .burger {
    display: grid;
  }
}

.burger__box {
  display: grid;
  gap: 7px;
  position: relative;
}

@media all and (max-width: 575.9px) {
  .burger__box {
    gap: 5px;
  }
}

.burger__line {
  width: 40px;
  height: 7px;
  background-color: #fff;
  transition: background-color 0.1s ease;
}

.burger__line::before,
.burger__line::after {
  content: "";
  display: block;
  width: 40px;
  height: 7px;
  position: absolute;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}

.burger__line::before {
  top: -14px;
}

.burger__line::after {
  bottom: -14px;
}

@media all and (max-width: 575.9px) {
  .burger__line {
    width: 30px;
    height: 5px;
  }

  .burger__line::before,
  .burger__line::after {
    width: 30px;
    height: 5px;
  }

  .burger__line::before {
    top: -10px;
  }

  .burger__line::after {
    bottom: -10px;
  }
}

.burger.active {
  align-items: center;
}

.burger.active .burger__line {
  height: 5px;
  background-color: transparent;
}

.burger.active .burger__line::before {
  height: 5px;
  transform: rotate(45deg);
  top: 0;
}

.burger.active .burger__line::after {
  height: 5px;
  transform: rotate(-45deg);
  bottom: 0;
}

.footer {
  border-top: 1px solid rgba(255, 106, 0, 0.5);
}

.footer-main {
  padding-top: 50px;
  padding-bottom: 40px;
}

.footer-main__logo {
  margin-right: 20px;
}

.footer-main__box {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
  justify-content: space-between;
}

@media all and (max-width: 767.9px) {
  .footer-main__box {
    grid-template-columns: repeat(2, auto);
  }
}

@media all and (max-width: 575.9px) {
  .footer-main__box {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

.footer-main__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media all and (max-width: 1199.9px) {
  .footer-main__list {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 767.9px) {
  .footer-main__nav {
    display: none;
  }
}

.footer-main__phone {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #fff;
}

.footer-main__contact-box {
  display: grid;
  grid-auto-flow: column;
  gap: 15px;
  align-items: center;
  align-content: start;
}

.footer-main__contact {
  justify-self: end;
  display: grid;
  justify-items: start;
  align-content: start;
  gap: 20px;
}

@media all and (max-width: 767.9px) {
  .footer-main__contact {
    gap: 10px;
  }
}

@media all and (max-width: 575.9px) {
  .footer-main__contact {
    gap: 20px;
    justify-self: center;
    justify-items: center;
  }
}

.footer-main__address {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  align-items: center;
}

.footer-main__address::before {
  content: "";
  background: url(/static/img/map.png) no-repeat center/cover;
  position: relative;
  width: 20px;
  height: 22px;
}

.footer-main__requisites-item {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #555;
}

@media all and (max-width: 767.9px) {
  .footer-main__requisites-item {
    font-size: 12px;
  }
}

.footer-main__policy-link {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ff6a00;
  transition: transform 0.3s ease-in-out;
}

.footer-main__policy-link:active,
.footer-main__policy-link:hover,
.footer-main__policy-link:focus {
  transform: scale(1.1);
}

@media all and (max-width: 767.9px) {
  .footer-main__policy-link {
    font-size: 12px;
  }
}

.footer-bottom {
  background: #555555;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media all and (max-width: 767.9px) {
  .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.footer-bottom__text-box {
  display: inline;
  text-align: center;
  color: #fff;
}

.footer-bottom__text-box a {
  color: #fff;
  font-weight: 700;
}

@media all and (max-width: 767.9px) {
  .footer-bottom__text-box {
    font-size: 12px;
  }
}

.banner {
  position: relative;
  width: 100%;
  min-height: 978px;
  background: url(/static/img/banner.jpg) no-repeat center/cover;
  display: grid;
  align-items: center;
  align-content: center;
}

@media all and (max-width: 991.9px) {
  .banner {
    min-height: 50vh;
  }
}

.banner__title {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 95px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: start;
}

@media all and (max-width: 1399.9px) {
  .banner__title {
    font-size: 80px;
  }
}

@media all and (max-width: 991.9px) {
  .banner__title {
    font-size: 60px;
  }
}

@media all and (max-width: 767.9px) {
  .banner__title {
    font-size: 40px;
  }
}

@media all and (max-width: 575.9px) {
  .banner__title {
    font-size: 30px;
  }
}

.banner__box {
  display: grid;
  align-items: center;
  height: 100%;
  padding: 15px 0;
  background: rgba(241, 242, 244, 0.78);
}

.schedule__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 4vw, 100px);
}

@media all and (max-width: 1199.9px) {
  .schedule__box {
    grid-template-columns: 1fr;
  }
}

.schedule__card {
  border-radius: 20px;
  background: #f1f2f4;
  box-shadow: 1px 2px 21px 0 rgba(30, 30, 30, 0.45);
  padding: 40px 30px;
  gap: 20px;
  transition: box-shadow 0.3s ease-in-out;
}

.schedule__card:active,
.schedule__card:hover,
.schedule__card:focus {
  box-shadow: 1px 2px 25px 0 rgba(30, 30, 30, 0.62);
}

@media all and (max-width: 767.9px) {
  .schedule__card {
    padding: 20px 16px;
  }
}

.schedule__title {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 47px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #282828;
  text-align: center;
}

@media all and (max-width: 1199.9px) {
  .schedule__title {
    font-size: 40px;
  }
}

@media all and (max-width: 991.9px) {
  .schedule__title {
    font-size: 30px;
  }
}

@media all and (max-width: 767.9px) {
  .schedule__title {
    font-size: 25px;
  }
}

@media all and (max-width: 575.9px) {
  .schedule__title {
    font-size: 18px;
  }
}

.schedule__card {
  display: grid;
  gap: 20px;
}

.schedule__list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 25px 20px;
  padding-bottom: 30px;
}

@media all and (max-width: 767.9px) {
  .schedule__list {
    gap: 15px 10px;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 0;
  }
}

@media all and (max-width: 575.9px) {
  .schedule__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.schedule__item {
  display: grid;
  grid-column: span 2;
  gap: 10px;
}

.schedule__item:nth-child(1) {
  grid-column: 2/4;
}

.schedule__item:nth-child(2) {
  grid-column: 4/6;
}

.schedule__item:nth-child(3) {
  grid-column: 6/8;
}

.schedule__item:nth-child(n + 4) {
  grid-row: 2;
}

.schedule__item:nth-child(1),
.schedule__item:nth-child(2),
.schedule__item:nth-child(3) {
  grid-row: 1;
}

@media all and (max-width: 767.9px) {
  .schedule__item {
    gap: 5px;
  }

  .schedule__item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .schedule__item:last-child {
    grid-column: 2/3;
  }
}

@media all and (max-width: 575.9px) {
  .schedule__item:last-child {
    grid-column: auto;
  }
}

.schedule__day {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

@media all and (max-width: 767.9px) {
  .schedule__day {
    font-size: 12px;
    text-transform: none;
  }
}

.schedule__day-box {
  padding-top: 18px;
  padding-bottom: 18px;
  background: #ff6a00;
}

@media all and (max-width: 767.9px) {
  .schedule__day-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.schedule__info {
  padding: 18px 10px;
  background: #fff;
  display: grid;
  gap: 5px;
  justify-content: center;
  justify-items: center;
}

@media all and (max-width: 767.9px) {
  .schedule__info {
    padding: 10px 5px;
  }
}

.schedule__info-title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.09em;
  text-transform: uppercase;
  color: #ff6a00;
  text-align: center;
}

@media all and (max-width: 767.9px) {
  .schedule__info-title {
    font-size: 12px;
    text-transform: none;
  }
}

.schedule__time {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  color: #000;
}

@media all and (max-width: 767.9px) {
  .schedule__time {
    font-size: 12px;
    text-transform: none;
  }
}

.schedule__master {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #000;
  text-align: center;
}

@media all and (max-width: 767.9px) {
  .schedule__master {
    font-size: 12px;
    text-transform: none;
  }
}

.schedule__img-box {
  display: grid;
  justify-content: center;
  align-items: center;
}

.schedule__img-box img {
  max-width: 448px;
}

@media all and (max-width: 767.9px) {
  .schedule__img-box img {
    max-width: 60vw;
  }
}

.services__box {
  position: relative;
  display: grid;
  gap: 90px;
}

@media all and (max-width: 1199.9px) {
  .services__box {
    gap: 60px;
  }
}

@media all and (max-width: 991.9px) {
  .services__box {
    gap: 40px;
  }
}

@media all and (max-width: 767.9px) {
  .services__box {
    gap: 20px;
  }
}

.services__title {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 103px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #ff6a00;
}

@media all and (max-width: 1199.9px) {
  .services__title {
    font-size: 80px;
  }
}

@media all and (max-width: 991.9px) {
  .services__title {
    font-size: 60px;
  }
}

@media all and (max-width: 767.9px) {
  .services__title {
    font-size: 40px;
  }
}

@media all and (max-width: 575.9px) {
  .services__title {
    font-size: 30px;
  }
}

.services__text {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 76px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: center;
}

@media all and (max-width: 1199.9px) {
  .services__text {
    font-size: 50px;
  }
}

@media all and (max-width: 991.9px) {
  .services__text {
    font-size: 40px;
  }
}

@media all and (max-width: 767.9px) {
  .services__text {
    font-size: 30px;
  }
}

@media all and (max-width: 575.9px) {
  .services__text {
    font-size: 20px;
  }
}

.splide {
  max-width: clamp(320px, 90vw, 1700px);
  justify-self: center;
}

.splide__arrow--prev {
  left: -50px;
}

.splide__arrow--prev::before {
  left: -7px;
}

@media all and (max-width: 991.9px) {
  .splide__arrow--prev {
    left: 15px;
  }
}

.splide__arrow--next {
  right: -50px;
}

.splide__arrow--next::before {
  transform: rotate(180deg);
  right: -7px;
}

@media all and (max-width: 991.9px) {
  .splide__arrow--next {
    right: 15px;
  }
}

.splide__arrow:hover {
  box-shadow: 1px 2px 23px 0 #fff;
}

.splide__text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: #dbdbdb;
  text-align: center;
  margin-top: 30px;
}

@media all and (max-width: 991.9px) {
  .splide__text {
    font-size: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .splide__text {
    font-size: 16px;
  }
}

.splide__slide {
  cursor: pointer !important;
}

.splide__slide img {
  width: 100%;
}

.splide__arrow {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  display: grid;
  justify-content: center;
  box-shadow: 1px 2px 18px 0 #e5e5e5;
  transition: box-shadow 0.3s ease-in-out;
}

.splide__arrow::before {
  content: "";
  background: url(/static/img/arrow-slider.png) no-repeat center;
  width: 39px;
  height: 71px;
  position: relative;
}

.splide__arrow svg {
  display: none;
  width: 20px;
  height: 36px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #ff6a00;
}

@media all and (max-width: 991.9px) {
  .splide__arrow {
    width: 50px;
    height: 50px;
  }

  .splide__arrow::before {
    width: 20px;
    height: 36px;
    background: none;
  }

  .splide__arrow svg {
    display: grid;
  }

  .splide__arrow--prev svg {
    top: auto;
    left: auto;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%) rotate(180deg);
  }
}

.tickets {
  background: #f1f2f4;
  padding-top: 60px;
  padding-bottom: 100px;
}

@media all and (max-width: 1199.9px) {
  .tickets {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media all and (max-width: 991.9px) {
  .tickets {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

@media all and (max-width: 767.9px) {
  .tickets {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.tickets__box {
  position: relative;
  display: grid;
  gap: 90px;
  grid-template-columns: 1fr auto;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

@media all and (max-width: 1399.9px) {
  .tickets__box {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 1199.9px) {
  .tickets__box {
    gap: 20px;
  }
}

@media all and (max-width: 991.9px) {
  .tickets__box {
    gap: 10px;
  }
}

@media all and (max-width: 767.9px) {
  .tickets__box {
    grid-template-columns: 1fr 0.6fr;
  }
}

@media all and (max-width: 575.9px) {
  .tickets__box {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.tickets__title {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 70px;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.01em;
}

@media all and (max-width: 1199.9px) {
  .tickets__title {
    font-size: 50px;
  }
}

@media all and (max-width: 991.9px) {
  .tickets__title {
    font-size: 40px;
  }
}

@media all and (max-width: 767.9px) {
  .tickets__title {
    font-size: 30px;
  }
}

@media all and (max-width: 575.9px) {
  .tickets__title {
    font-size: 25px;
    text-align: center;
  }
}

.tickets__title strong {
  font-variant: normal;
  font-feature-settings: normal;
  text-transform: uppercase;
  font-size: 61px;
  font-weight: 700;
}

@media all and (max-width: 1199.9px) {
  .tickets__title strong {
    font-size: 42px;
  }
}

@media all and (max-width: 991.9px) {
  .tickets__title strong {
    font-size: 32px;
  }
}

@media all and (max-width: 767.9px) {
  .tickets__title strong {
    font-size: 25px;
  }
}

@media all and (max-width: 575.9px) {
  .tickets__title strong {
    font-size: 20px;
    text-align: center;
  }
}

.tickets__btn {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ff6a00;
  padding: 25px 40px;
  box-shadow: 1px 1px 21px 0 rgba(30, 30, 30, 0.36);
  background: #f8f8f8;
  border-radius: 20px;
  transition: box-shadow 0.3s ease-in-out;
}

.tickets__btn:active,
.tickets__btn:hover,
.tickets__btn:focus {
  box-shadow: 1px 1px 25px 0 rgba(30, 30, 30, 0.62);
}

@media all and (max-width: 1199.9px) {
  .tickets__btn {
    font-size: 30px;
    padding: 20px 30px;
  }
}

@media all and (max-width: 991.9px) {
  .tickets__btn {
    font-size: 25px;
    padding: 15px 20px;
  }
}

@media all and (max-width: 767.9px) {
  .tickets__btn {
    font-size: 20px;
    padding: 10px 15px;
  }
}

@media all and (max-width: 575.9px) {
  .tickets__btn {
    font-size: 15px;
  }
}

.tickets__left {
  display: grid;
  gap: 50px;
  justify-items: start;
}

@media all and (max-width: 1399.9px) {
  .tickets__left {
    gap: 40px;
  }
}

@media all and (max-width: 1199.9px) {
  .tickets__left {
    gap: 30px;
  }
}

@media all and (max-width: 991.9px) {
  .tickets__left {
    gap: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .tickets__left {
    justify-content: center;
    justify-items: center;
  }
}

@media all and (max-width: 575.9px) {
  .tickets__right {
    max-width: 60vw;
    justify-self: center;
  }
}

.stocks-page {
  padding-top: 50px;
  padding-bottom: 150px;
}

@media all and (max-width: 1199.9px) {
  .stocks-page {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

@media all and (max-width: 991.9px) {
  .stocks-page {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}

@media all and (max-width: 767.9px) {
  .stocks-page {
    padding-bottom: 40px;
  }
}

.stocks-page__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

@media all and (max-width: 1199.9px) {
  .stocks-page__list {
    gap: 30px;
  }
}

@media all and (max-width: 767.9px) {
  .stocks-page__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.stocks-page__item {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto minmax(88px, auto);
  display: grid;
}

.stocks-page__img {
  grid-column: 1/2;
  grid-row: 1/3;
  display: grid;
  object-fit: cover;
}

.stocks-page__title-box {
  grid-column: 1/2;
  grid-row: 2/3;
  display: grid;
  padding: 20px 50px;
  background: rgba(241, 242, 244, 0.78);
}

@media all and (max-width: 1399.9px) {
  .stocks-page__title-box {
    padding: 20px;
  }
}

.stocks-page__text-box {
  grid-column: 1/2;
  grid-row: 3/4;
  display: grid;
  padding: 20px 50px;
  background: #f1f2f4;
}

@media all and (max-width: 1399.9px) {
  .stocks-page__text-box {
    padding: 20px;
  }
}

.stocks-page__title-item {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
}

@media all and (max-width: 1699.9px) {
  .stocks-page__title-item {
    font-size: 32px;
  }
}

@media all and (max-width: 1399.9px) {
  .stocks-page__title-item {
    font-size: 30px;
  }
}

@media all and (max-width: 1199.9px) {
  .stocks-page__title-item {
    font-size: 25px;
  }
}

@media all and (max-width: 991.9px) {
  .stocks-page__title-item {
    font-size: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .stocks-page__title-item {
    font-size: 16px;
  }
}

.stocks-page__text {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}

@media all and (max-width: 1199.9px) {
  .stocks-page__text {
    font-size: 16px;
  }
}

@media all and (max-width: 991.9px) {
  .stocks-page__text {
    font-size: 14px;
  }
}

.team-page {
  padding-top: 50px;
  padding-bottom: 150px;
}

.team-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
}

@media all and (max-width: 1399.9px) {
  .team-page__list {
    gap: 30px;
  }
}

@media all and (max-width: 1199.9px) {
  .team-page__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (max-width: 991.9px) {
  .team-page__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .team-page__list {
    grid-template-columns: 1fr;
  }
}

.team-page__item {
  display: grid;
}

.team-page__link {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto minmax(88px, auto);
  display: grid;
}

.team-page__link:hover .team-page__name,
.team-page__link:active .team-page__name,
.team-page__link:focus .team-page__name {
  color: #ff6a00;
  transform: scale(1.1);
}

.team-page__img {
  grid-column: 1/2;
  grid-row: 1/3;
  display: grid;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-page__name-box {
  grid-column: 1/2;
  grid-row: 2/3;
  display: grid;
  padding: 30px 50px;
  display: grid;
  gap: 10px;
  justify-content: center;
  justify-items: center;
}

.team-page__position-box {
  grid-column: 1/2;
  grid-row: 3/4;
  display: grid;
  padding: 20px 50px;
  background: #f1f2f4;
}

.team-page__experience {
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.team-page__name {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.8),
    0 0 10px rgba(255, 255, 255, 0.5);
}

@media all and (max-width: 1399.9px) {
  .team-page__name {
    font-size: 26px;
  }
}

@media all and (max-width: 991.9px) {
  .team-page__name {
    font-size: 24px;
  }
}

.team-page__position {
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
}

.aerobic {
  padding-top: 50px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 1699.9px) {
  .aerobic {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

@media all and (max-width: 1199.9px) {
  .aerobic {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.aerobic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 828px;
  height: 638px;
  background-image: url(/static/img/aerobic-decoration1.png);
}

@media all and (max-width: 767.9px) {
  .aerobic::before {
    display: none;
  }
}

.aerobic::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1426px;
  height: 806px;
  background-image: url(/static/img/aerobic-decoration2.png);
  z-index: 0;
}

@media all and (max-width: 767.9px) {
  .aerobic::after {
    display: none;
  }
}

.aerobic__box {
  position: relative;
  z-index: 1;
}

.aerobic__title {
  border-top: 60px;
}

.aerobic__subtitle {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

@media all and (max-width: 1199.9px) {
  .aerobic__subtitle {
    font-size: 32px;
  }
}

@media all and (max-width: 991.9px) {
  .aerobic__subtitle {
    font-size: 24px;
  }
}

@media all and (max-width: 767.9px) {
  .aerobic__subtitle {
    font-size: 16px;
  }
}

.aerobic__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 55px;
  padding-top: 20px;
}

@media all and (max-width: 1399.9px) {
  .aerobic__list {
    gap: 30px;
  }
}

@media all and (max-width: 1199.9px) {
  .aerobic__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (max-width: 991.9px) {
  .aerobic__list {
    gap: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .aerobic__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 575.9px) {
  .aerobic__list {
    grid-template-columns: 1fr;
  }
}

.aerobic__img {
  filter: grayscale(1);
  transition: filter 0.3s ease-in-out;
  display: grid;
  object-fit: cover;
  width: 100%;
  grid-column: 1/2;
  grid-row: 1/3;
}

.aerobic__title-box {
  grid-column: 1/2;
  grid-row: 2/3;
  display: grid;
  padding: 20px;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
}

@media all and (max-width: 1199.9px) {
  .aerobic__title-box {
    padding: 10px;
    margin-bottom: 10px;
  }
}

.aerobic__title-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 100%;
  background: #ff6a00;
  z-index: 0;
  opacity: 0;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

@media all and (max-width: 767.9px) {
  .aerobic__title-box::before {
    left: -10px;
  }
}

.aerobic__title-item {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 1199.9px) {
  .aerobic__title-item {
    font-size: 18px;
  }
}

@media all and (max-width: 767.9px) {
  .aerobic__title-item {
    font-size: 14px;
  }
}

.aerobic__link {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  position: relative;
}

.aerobic__link:hover .aerobic__img,
.aerobic__link:active .aerobic__img,
.aerobic__link:focus .aerobic__img {
  filter: grayscale(0);
}

.aerobic__link:hover .aerobic__title-box::before,
.aerobic__link:active .aerobic__title-box::before,
.aerobic__link:focus .aerobic__title-box::before {
  width: 100%;
  opacity: 1;
}

.aerobic__link::before {
  display: grid;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(32, 28, 29, 0.5);
  z-index: 1;
}

.aerobic__group {
  display: grid;
  margin-bottom: 100px;
}

.aerobic__group:last-child {
  margin-bottom: 0;
}

.schedule-page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.schedule-page.red-block .schedule-page__title-training {
  color: #ff0000;
}

.schedule-page.red-block .schedule-page__day-box {
  background: #ff0000;
}

.schedule-page.red-block .schedule-page__color {
  color: #ff0000;
}

.schedule-page.red-block .schedule-page__training:hover,
.schedule-page.red-block .schedule-page__training:active,
.schedule-page.red-block .schedule-page__training:focus {
  background: #ff0000;
}

.schedule-page.orange-block .schedule-page__title-training {
  color: #ff6a00;
}

.schedule-page.orange-block .schedule-page__day-box {
  background: #ff6a00;
}

.schedule-page.orange-block .schedule-page__color {
  color: #ff6a00;
}

.schedule-page.orange-block .schedule-page__training:hover,
.schedule-page.orange-block .schedule-page__training:active,
.schedule-page.orange-block .schedule-page__training:focus {
  background: #ff6a00;
}

.schedule-page__list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 45px;
  align-items: start;
}

@media all and (max-width: 1699.9px) {
  .schedule-page__list {
    gap: 20px;
  }
}

.schedule-page__item {
  display: grid;
  gap: 10px;
  align-items: start;
}

.schedule-page__day-box {
  display: grid;
  padding: 20px 5px;
  background: #ff6a00;
}

.schedule-page__day {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.schedule-page__training {
  padding: 18px;
  background: #fff;
  gap: 10px;
  transition: background 0.3s ease-in-out;
}

.schedule-page__training:hover .schedule-page__title-training,
.schedule-page__training:hover .schedule-page__time,
.schedule-page__training:hover .schedule-page__master,
.schedule-page__training:active .schedule-page__title-training,
.schedule-page__training:active .schedule-page__time,
.schedule-page__training:active .schedule-page__master,
.schedule-page__training:focus .schedule-page__title-training,
.schedule-page__training:focus .schedule-page__time,
.schedule-page__training:focus .schedule-page__master {
  color: #fff;
}

.schedule-page__title-training {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  color: #ff6a00;
  text-align: center;
  transition: color 0.3s ease-in-out;
}

.schedule-page__time {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  transition: color 0.3s ease-in-out;
}

.schedule-page__master {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-align: center;
  padding-top: 3px;
  transition: color 0.3s ease-in-out;
}

.schedule-page__tabs {
  display: none;
}

@media all and (max-width: 1199.9px) {
  .schedule-page__tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .schedule-page__day-box {
    display: none;
  }

  .schedule-page__list {
    grid-template-columns: 1fr;
  }

  .schedule-page__item {
    display: none;
  }

  .schedule-page__item.active {
    display: grid;
  }

  .schedule-page__tab-btn {
    padding: 8px 16px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    color: #ff0000;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background-color 0.2s ease;
  }

  .schedule-page__tab-btn.active {
    background-color: #ff0000;
    color: #fff;
  }

  .orange-block .schedule-page__tab-btn {
    color: #ff6a00;
  }

  .orange-block .schedule-page__tab-btn.active {
    background-color: #ff6a00;
    color: #fff;
  }
}

.photos {
  padding: 50px 0;
}

.photos__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px 60px;
}

@media all and (max-width: 1399.9px) {
  .photos__list {
    gap: 30px;
  }
}

@media all and (max-width: 1199.9px) {
  .photos__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (max-width: 991.9px) {
  .photos__list {
    gap: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .photos__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 575.9px) {
  .photos__list {
    grid-template-columns: 1fr;
  }
}

.photos__item {
  display: grid;
  position: relative;
  grid-template-rows: 1fr;
  cursor: pointer;
}

.photos__number {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 73px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.5;
  left: 15px;
  top: 15px;
  z-index: 1;
}

.photos__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

.photos__title-box {
  display: grid;
  padding: 20px 50px;
  background: rgba(241, 242, 244, 0.78);
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  align-self: end;
}

.photos__img-title {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
}

.about-subtitle {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 70px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

@media all and (max-width: 1399.9px) {
  .about-subtitle {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 991.9px) {
  .about-subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.about-page {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.about-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 828px;
  height: 638px;
  background-image: url(/static/img/aerobic-decoration1.png);
}

.about-page__title-box {
  position: relative;
  z-index: 1;
}

.about-page__title-box::after {
  content: "";
  position: absolute;
  top: -150px;
  right: 0;
  width: 426px;
  height: 426px;
  background-image: url(/static/img/fitness-page_bg.png);
  z-index: 0;
}

@media all and (max-width: 1699.9px) {
  .about-page__title-box::after {
    width: 30vw;
    height: 30vw;
    top: -15vw;
    right: -5vw;
    background-size: cover;
  }
}

@media all and (max-width: 991.9px) {
  .about-page__title-box::after {
    display: none;
  }
}

.about-page__subtitle {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 33px;
  letter-spacing: 0em;
  color: #f1f1f3;
}

.about-page__title {
  text-align: start;
}

.about-page__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 70px;
  position: relative;
  padding-top: 70px;
}

@media all and (max-width: 1399.9px) {
  .about-page__list {
    gap: 40px;
    margin-top: 30px;
  }
}

@media all and (max-width: 991.9px) {
  .about-page__list {
    gap: 20px;
    margin-top: 0;
  }
}

.about-page__item {
  display: grid;
  grid-template-columns: 737px 1fr;
  padding-left: 70px;
}

@media all and (max-width: 1699.9px) {
  .about-page__item {
    grid-template-columns: 400px 1fr;
  }
}

@media all and (max-width: 1399.9px) {
  .about-page__item {
    padding-left: 40px;
    grid-template-columns: 0.4fr 1fr;
  }
}

@media all and (max-width: 1199.9px) {
  .about-page__item {
    padding-left: 20px;
  }
}

@media all and (max-width: 991.9px) {
  .about-page__item {
    padding-left: 0;
    grid-template-columns: 1fr;
  }
}

.about-page__item:nth-child(2n) {
  grid-template-columns: 1fr 737px;
  padding-left: 0;
  padding-right: 70px;
}

@media all and (max-width: 1699.9px) {
  .about-page__item:nth-child(2n) {
    grid-template-columns: 1fr 400px;
  }
}

@media all and (max-width: 1399.9px) {
  .about-page__item:nth-child(2n) {
    padding-right: 40px;
    grid-template-columns: 1fr 0.4fr;
  }
}

@media all and (max-width: 1199.9px) {
  .about-page__item:nth-child(2n) {
    padding-right: 20px;
  }
}

@media all and (max-width: 991.9px) {
  .about-page__item:nth-child(2n) {
    padding-right: 0;
    grid-template-columns: 1fr;
  }
}

.about-page__item:nth-child(2n) .about-page__img {
  order: 2;
}

@media all and (max-width: 991.9px) {
  .about-page__item:nth-child(2n) .about-page__img {
    order: initial;
  }
}

.about-page__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page__content {
  display: grid;
  gap: 30px;
  padding: 50px 40px;
  background: #fff;
  align-content: start;
}

@media all and (max-width: 1199.9px) {
  .about-page__content {
    padding: 30px 20px;
  }
}

@media all and (max-width: 991.9px) {
  .about-page__content {
    padding: 20px;
  }
}

.about-page__text-box {
  display: grid;
  gap: 30px;
}

@media all and (max-width: 1199.9px) {
  .about-page__text-box {
    gap: 20px;
  }
}

@media all and (max-width: 991.9px) {
  .about-page__text-box {
    gap: 10px;
  }
}

.about-page__title-item {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0em;
  color: #ff6a00;
}

.about-page__text {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 174%;
  letter-spacing: 0.01em;
  color: #2f2c2d;
}

.about-photos {
  padding-bottom: 50px;
}

@media all and (max-width: 991.9px) {
  .about-photos {
    padding-bottom: 30px;
  }
}

.about-photos__splide {
  margin-top: 50px;
}

.about-photos__link {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #ff6a00;
  background: #f1f2f4;
  padding: 20px 40px;
  display: grid;
  justify-self: center;
  margin-top: 50px;
  transition: transform 0.3s ease-in-out;
}

.about-photos__link:active,
.about-photos__link:hover,
.about-photos__link:focus {
  transform: scale(1.1);
}

@media all and (max-width: 991.9px) {
  .about-photos__link {
    margin-top: 30px;
    padding: 15px 20px;
    font-size: 20px;
  }
}

@media all and (max-width: 575.9px) {
  .about-photos__link {
    margin-top: 20px;
  }
}

.about-services {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media all and (max-width: 991.9px) {
  .about-services {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.about-services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 45px;
  padding-top: 70px;
  padding-bottom: 50px;
}

@media all and (max-width: 1699.9px) {
  .about-services__list {
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media all and (max-width: 1199.9px) {
  .about-services__list {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .about-services__list {
    gap: 20px;
    padding: 0;
  }
}

@media all and (max-width: 575.9px) {
  .about-services__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.about-services__item {
  display: grid;
  padding: 40px 50px;
  background: #f8f8f8;
  box-shadow: 0 1px 21px 0 rgba(30, 30, 30, 0.36);
  justify-items: start;
}

@media all and (max-width: 1699.9px) {
  .about-services__item {
    padding: 30px;
  }
}

@media all and (max-width: 1399.9px) {
  .about-services__item {
    padding: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .about-services__item {
    padding: 10px 15px;
  }
}

.about-services__content {
  display: grid;
  gap: 38px;
  position: relative;
  grid-auto-flow: column;
  align-items: center;
}

@media all and (max-width: 1199.9px) {
  .about-services__content {
    gap: 20px;
  }
}

@media all and (max-width: 991.9px) {
  .about-services__content {
    gap: 15px;
  }
}

@media all and (max-width: 767.9px) {
  .about-services__content {
    gap: 10px;
  }
}

.about-services__content::before {
  content: "";
  width: 128px;
  height: 128px;
  background-color: #f0f1f3;
  box-shadow: 0 2px 21px 0 rgba(30, 30, 30, 0.45);
  border-radius: 50%;
  background-position: center;
  background-size: 45%;
  background-repeat: no-repeat;
}

@media all and (max-width: 1199.9px) {
  .about-services__content::before {
    width: 100px;
    height: 100px;
  }
}

@media all and (max-width: 991.9px) {
  .about-services__content::before {
    width: 85px;
    height: 85px;
  }
}

@media all and (max-width: 767.9px) {
  .about-services__content::before {
    width: 60px;
    height: 60px;
  }
}

.about-services__content--cart::before {
  background-image: url(/static/img/services__cart.svg);
}

.about-services__content--freeze::before {
  background-image: url(/static/img/services__freeze.svg);
}

.about-services__content--hamam::before {
  background-image: url(/static/img/services__hamam.svg);
}

.about-services__content--locker::before {
  background-image: url(/static/img/services__locker.svg);
}

.about-services__content--towel::before {
  background-image: url(/static/img/services__towel.svg);
}

.about-services__content--solarium::before {
  background-image: url(/static/img/services__solarium.svg);
}

.about-services__content--hall::before {
  background-image: url(/static/img/hall.png);
}

.about-services__content--bar::before {
  background-image: url(/static/img/bar.png);
}

.about-services__text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 153%;
  color: #2f2c2d;
}

@media all and (max-width: 1199.9px) {
  .about-services__text {
    font-size: 20px;
  }
}

@media all and (max-width: 991.9px) {
  .about-services__text {
    font-size: 16px;
  }
}

@media all and (max-width: 767.9px) {
  .about-services__text {
    font-size: 14px;
  }
}

.about-map {
  margin-bottom: 138px;
}

@media all and (max-width: 1399.9px) {
  .about-map {
    margin-bottom: 100px;
  }
}

@media all and (max-width: 991.9px) {
  .about-map {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}

.about-map__box {
  min-height: 434px;
  margin-top: 70px;
}

@media all and (max-width: 1399.9px) {
  .about-map__box {
    margin-top: 40px;
  }
}

@media all and (max-width: 991.9px) {
  .about-map__box {
    margin-top: 10px;
  }
}

.contacts-page {
  padding: 50px 0;
}

.contacts-page__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: stretch;
  gap: 35px;
}

@media all and (max-width: 1399.9px) {
  .contacts-page__box {
    gap: 20px;
    grid-template-columns: 1fr 0.5fr;
  }
}

@media all and (max-width: 991.9px) {
  .contacts-page__box {
    grid-template-columns: 1fr;
  }
}

.contacts-page__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  padding: 60px 55px 40px;
  gap: 45px 30px;
}

@media all and (max-width: 1699.9px) {
  .contacts-page__content {
    padding: 40px 30px;
  }
}

@media all and (max-width: 1199.9px) {
  .contacts-page__content {
    padding: 20px;
    gap: 20px;
  }
}

@media all and (max-width: 575.9px) {
  .contacts-page__content {
    grid-template-columns: 1fr;
  }
}

.contacts-page__img-box {
  display: grid;
  gap: 40px;
}

@media all and (max-width: 767.9px) {
  .contacts-page__img-box {
    gap: 20px;
  }
}

.contacts-page__address {
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  color: #282828;
}

@media all and (max-width: 767.9px) {
  .contacts-page__address {
    font-size: 16px;
  }
}

.contacts-page__item {
  display: grid;
  gap: 40px;
}

@media all and (max-width: 767.9px) {
  .contacts-page__item {
    gap: 20px;
  }
}

.contacts-page__label {
  font-size: 13px;
  line-height: 13px;
  color: #282828;
  font-weight: 400;
  text-transform: uppercase;
  display: grid;
  gap: 10px;
  align-items: center;
  justify-items: start;
  align-content: center;
}

.contacts-page__link-box {
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  justify-content: start;
  align-items: center;
}

.contacts-page__waLink {
  display: grid;
  width: 37px;
  height: 37px;
}

.contacts-page__link {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #282828;
}

@media all and (max-width: 767.9px) {
  .contacts-page__link {
    font-size: 16px;
  }
}

.contacts-page__work-time {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-self: start;
}

.contacts-page__time {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #282828;
}

@media all and (max-width: 767.9px) {
  .contacts-page__time {
    font-size: 16px;
  }
}

.contacts-page__requisites-box {
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  justify-self: start;
}

.contacts-page__requisites-text {
  font-size: 13px;
  line-height: 23px;
  color: #201c1d;
}

.contacts-page__btn {
  font-family: "Golos Text", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #ff6a00;
  padding: 28px 20px;
  box-shadow: 0 1px 21px 0 rgba(30, 30, 30, 0.36);
  background: #f1f2f4;
  border-radius: 20px;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.contacts-page__btn:hover,
.contacts-page__btn:active,
.contacts-page__btn:focus {
  box-shadow: 0 1px 25px 0 rgba(30, 30, 30, 0.62);
  transform: scale(1.1);
}

@media all and (max-width: 1699.9px) {
  .contacts-page__btn {
    font-size: 22px;
  }
}

@media all and (max-width: 1399.9px) {
  .contacts-page__btn {
    font-size: 20px;
    padding: 20px;
  }
}

@media all and (max-width: 1199.9px) {
  .contacts-page__btn {
    font-size: 18px;
  }
}

@media all and (max-width: 991.9px) {
  .contacts-page__btn {
    font-size: 16px;
  }
}

.contacts-page__img {
  height: 100%;
  object-fit: cover;
}

.contacts-page__map-box {
  height: 390px;
  margin-top: 30px;
}

@media all and (max-width: 767.9px) {
  .contacts-page__vk-box img {
    width: 40px;
  }
}

.price-page__banner {
  margin-top: 65px;
  margin-bottom: 60px;
  background: url(/static/img/price-banner.jpg) no-repeat center;
  background-size: cover;
}

@media all and (max-width: 1399.9px) {
  .price-page__banner {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media all and (max-width: 991.9px) {
  .price-page__banner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 767.9px) {
  .price-page__banner {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 575.9px) {
  .price-page__banner {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.price-page__banner-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media all and (max-width: 1399.9px) {
  .price-page__banner-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media all and (max-width: 991.9px) {
  .price-page__banner-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media all and (max-width: 767.9px) {
  .price-page__banner-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media all and (max-width: 575.9px) {
  .price-page__banner-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.price-page__banner-subtitle {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
}

@media all and (max-width: 1399.9px) {
  .price-page__banner-subtitle {
    font-size: 32px;
  }
}

@media all and (max-width: 991.9px) {
  .price-page__banner-subtitle {
    font-size: 24px;
  }
}

@media all and (max-width: 767.9px) {
  .price-page__banner-subtitle {
    font-size: 20px;
  }
}

.price-page__banner-text {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
}

@media all and (max-width: 1399.9px) {
  .price-page__banner-text {
    font-size: 18px;
  }
}

@media all and (max-width: 991.9px) {
  .price-page__banner-text {
    font-size: 16px;
  }
}

@media all and (max-width: 767.9px) {
  .price-page__banner-text {
    font-size: 14px;
  }
}

.price-page__banner-text.strong {
  font-weight: 700;
}

.price-page__banner-content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  gap: 20px;
}

@media all and (max-width: 767.9px) {
  .price-page__banner-content {
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.price-page__banner-description {
  display: grid;
  gap: 20px;
}

.price__subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #f1f2f4;
  margin-bottom: 50px;
}

@media all and (max-width: 1399.9px) {
  .price__subtitle {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 767.9px) {
  .price__subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.price__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

@media all and (max-width: 1699.9px) {
  .price__box {
    gap: 40px;
  }
}

@media all and (max-width: 1399.9px) {
  .price__box {
    gap: 30px;
  }
}

@media all and (max-width: 991.9px) {
  .price__box {
    gap: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .price__box {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.price__column {
  display: grid;
  gap: 20px;
  align-content: start;
}

@media all and (max-width: 767.9px) {
  .price__column {
    gap: 0;
  }
}

.price__column--img {
  align-content: center;
}

.price__item {
  display: grid;
  align-content: start;
}

.price__item--premium .price__item-head,
.price__item--daytime .price__item-head {
  background: #ff6a00;
}

.price__item--premium .price__title-item,
.price__item--premium .price__text-item,
.price__item--premium .price__plus-item,
.price__item--daytime .price__title-item,
.price__item--daytime .price__text-item,
.price__item--daytime .price__plus-item {
  color: #fff;
}

.price__item--standart .price__item-head {
  background: #545454;
}

.price__item--standart .price__title-item,
.price__item--standart .price__text-item {
  color: #ff6a00;
}

.price__item--daytime .price__item-head {
  min-height: 0;
}

.price__item-head {
  display: grid;
  padding: 20px 50px;
  align-content: start;
  gap: 10px;
  min-height: 192px;
}

@media all and (max-width: 1399.9px) {
  .price__item-head {
    padding: 20px;
  }
}

.price__title-item {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

@media all and (max-width: 1399.9px) {
  .price__title-item {
    font-size: 32px;
  }
}

@media all and (max-width: 991.9px) {
  .price__title-item {
    font-size: 24px;
  }
}

@media all and (max-width: 767.9px) {
  .price__title-item {
    font-size: 20px;
  }
}

.price__text-item {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

@media all and (max-width: 1399.9px) {
  .price__text-item {
    font-size: 18px;
  }
}

@media all and (max-width: 991.9px) {
  .price__text-item {
    font-size: 16px;
  }
}

@media all and (max-width: 767.9px) {
  .price__text-item {
    font-size: 14px;
  }
}

.price__plus-item {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
}

.price__item-body {
  padding: 20px 50px;
  display: grid;
  gap: 20px;
  background: #fff;
  min-height: 220px;
  align-content: start;
}

@media all and (max-width: 1399.9px) {
  .price__item-body {
    padding: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .price__item-body {
    min-height: 0;
  }
}

.price__body-list {
  display: grid;
  gap: 20px;
  align-items: start;
  align-content: start;
}

.price__body-item {
  display: grid;
}

.price__body-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #ff6a00;
}

.price__body-price {
  font-weight: 400;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.price__promo {
  min-height: 400px;
  align-content: space-between;
}

.price__promo-title {
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}

.price__promo-text {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}

.price__callback {
  display: grid;
  margin-top: 30px;
  align-self: end;
  gap: 10px;
}

.price__promo-box {
  display: grid;
  gap: 30px;
}

.price__callback-title {
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #ff6a00;
}

.price__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media all and (max-width: 1199.9px) {
  .price__form {
    grid-template-columns: 1fr;
  }
}

.price__form-input {
  background: #e9e9e9;
  border: 2px solid #242020;
  border-radius: 5px;
  padding: 15px 20px;
  width: 100%;
}

@media all and (max-width: 991.9px) {
  .price__form-input {
    padding: 10px 15px;
  }
}

.price__form-capcha {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-self: start;
  gap: 15px;
}

.price__form-text {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: #201c1d;
}

.price__form-link {
  color: #ff6a00;
}

.price__form-btn {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ff6a00;
  background: #fff;
  padding: 15px 27px;
  box-shadow: 0 1px 21px 0 rgba(30, 30, 30, 0.36);
  border-radius: 20px;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  justify-self: center;
  margin-top: 20px;
}

.price__form-btn:hover,
.price__form-btn:active,
.price__form-btn:focus {
  box-shadow: 0 1px 25px 0 rgba(30, 30, 30, 0.62);
  transform: scale(1.1);
}

@media all and (max-width: 991.9px) {
  .price__form-btn {
    font-size: 20px;
    padding: 10px 15px;
    margin-top: 0;
  }
}

.price__form-title {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #ff6a00;
}

@media all and (max-width: 1399.9px) {
  .price__form-title {
    font-size: 40px;
  }
}

@media all and (max-width: 991.9px) {
  .price__form-title {
    font-size: 36px;
  }
}

@media all and (max-width: 767.9px) {
  .price__form-title {
    font-size: 30px;
  }
}

@media all and (max-width: 575.9px) {
  .price__form-title {
    font-size: 25px;
  }
}

.price__form-label {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 187%;
  color: #242020;
}

@media all and (max-width: 991.9px) {
  .price__form-label {
    font-size: 14px;
  }
}

@media all and (max-width: 575.9px) {
  .price__form-label {
    font-size: 12px;
  }
}

.price__img {
  display: grid;
  max-width: 639px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  justify-self: center;
  align-self: center;
}

@media all and (max-width: 767.9px) {
  .price__img {
    max-width: 60vw;
  }
}

.price__img-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #f1f2f4;
  text-align: center;
  margin-top: -44px;
}

@media all and (max-width: 1399.9px) {
  .price__img-text {
    font-size: 32px;
  }
}

@media all and (max-width: 991.9px) {
  .price__img-text {
    font-size: 24px;
  }
}

@media all and (max-width: 767.9px) {
  .price__img-text {
    font-size: 20px;
    margin-top: -20px;
  }
}

.dop-service {
  grid-template-rows: minmax(442px, 1fr) auto minmax(88px, auto);
  align-items: stretch;
}

.dop-service__text-box {
  display: grid;
  gap: 20px;
  min-height: 180px;
}

@media all and (max-width: 767.9px) {
  .dop-service__text-box {
    min-height: 100px;
  }
}

.privacy {
  margin-bottom: 65px;
}

.privacy__list {
  display: grid;
  grid-auto-flow: column;
  gap: 30px;
  justify-content: start;
}

@media all and (max-width: 575.9px) {
  .privacy__list {
    grid-auto-flow: row;
    gap: 10px;
  }
}

.privacy__link {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
  transition: color 0.3s ease-in-out;
}

.privacy__link:hover,
.privacy__link:active,
.privacy__link:focus {
  color: #ff6a00;
}

@media all and (max-width: 991.9px) {
  .privacy__link {
    font-size: 16px;
  }
}

@media all and (max-width: 767.9px) {
  .privacy__link {
    font-size: 14px;
  }
}

@media all and (max-width: 575.9px) {
  .privacy__link {
    font-size: 12px;
  }
}

.service-page {
  padding-top: 50px;
  padding-bottom: 150px;
}

@media all and (max-width: 1199.9px) {
  .service-page {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

@media all and (max-width: 991.9px) {
  .service-page {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}

@media all and (max-width: 767.9px) {
  .service-page {
    padding-bottom: 40px;
  }
}

.service-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  justify-items: start;
  margin-top: 80px;
}

@media all and (max-width: 1199.9px) {
  .service-page__list {
    margin-top: 50px;
    gap: 30px;
  }
}

@media all and (max-width: 991.9px) {
  .service-page__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
}

@media all and (max-width: 767.9px) {
  .service-page__list {
    margin-top: 30px;
  }
}

.service-page__box {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media all and (max-width: 1199.9px) {
  .service-page__box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media all and (max-width: 991.9px) {
  .service-page__box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .service-page__box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.service-page__item {
  display: grid;
  gap: 30px;
  justify-items: start;
  align-items: center;
}

@media all and (max-width: 1199.9px) {
  .service-page__item {
    gap: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .service-page__item {
    gap: 10px;
  }
}

.service-page__item::before {
  width: 115px;
  height: 115px;
}

@media all and (max-width: 1199.9px) {
  .service-page__item::before {
    width: 80px;
    height: 80px;
  }
}

@media all and (max-width: 991.9px) {
  .service-page__item::before {
    width: 60px;
    height: 60px;
  }
}

.service-page__item--service1::before {
  background-image: url(/static/img/service1.png);
}

.service-page__item--service2::before {
  background-image: url(/static/img/service2.png);
}

.service-page__item--service3::before {
  background-image: url(/static/img/service3.png);
}

.service-page__item--service4::before {
  background-image: url(/static/img/service4.png);
}

.service-page__item--service5::before {
  background-image: url(/static/img/service5.png);
}

.service-page__item--service6::before {
  background-image: url(/static/img/service6.png);
}

.service-page__item--service7::before {
  background-image: url(/static/img/service7.png);
}

.service-page__item--service8::before {
  background-image: url(/static/img/service8.png);
}

.service-page__item--service9::before {
  background-image: url(/static/img/service9.png);
}

.service-page__item--service10::before {
  background-image: url(/static/img/service10.png);
}

.service-page__item--focus::before {
  background-image: url(/static/img/service-focus.png);
  background-color: transparent;
  background-size: 100%;
}

.service-page__item:last-child {
  grid-column: span 2;
}

.service-page__text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #f1f2f4;
}

@media all and (max-width: 1199.9px) {
  .service-page__text {
    font-size: 20px;
  }
}

@media all and (max-width: 991.9px) {
  .service-page__text {
    font-size: 16px;
  }
}

@media all and (max-width: 767.9px) {
  .service-page__text {
    font-size: 14px;
  }
}

@media all and (max-width: 575.9px) {
  .service-page__text {
    font-size: 12px;
  }
}

.service-page__text-focus {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #f1f2f4;
}

@media all and (max-width: 1199.9px) {
  .service-page__text-focus {
    font-size: 20px;
  }
}

@media all and (max-width: 991.9px) {
  .service-page__text-focus {
    font-size: 16px;
  }
}

@media all and (max-width: 767.9px) {
  .service-page__text-focus {
    font-size: 14px;
  }
}

@media all and (max-width: 575.9px) {
  .service-page__text-focus {
    font-size: 12px;
  }
}

.service-page__subtitle {
  padding-bottom: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #f1f2f4;
}

@media all and (max-width: 1199.9px) {
  .service-page__subtitle {
    font-size: 30px;
    padding-bottom: 30px;
  }
}

@media all and (max-width: 991.9px) {
  .service-page__subtitle {
    font-size: 24px;
    padding-bottom: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .service-page__subtitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.service-page__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

@media all and (max-width: 1399.9px) {
  .service-page__columns {
    gap: 30px;
  }
}

@media all and (max-width: 767.9px) {
  .service-page__columns {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

.service-page__section-list {
  display: grid;
  gap: 55px;
  grid-template-columns: repeat(4, 1fr);
}

@media all and (max-width: 1399.9px) {
  .service-page__section-list {
    gap: 30px;
  }
}

@media all and (max-width: 1199.9px) {
  .service-page__section-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (max-width: 991.9px) {
  .service-page__section-list {
    gap: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .service-page__section-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 575.9px) {
  .service-page__section-list {
    grid-template-columns: 1fr;
  }
}

.service-page__section-link {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  position: relative;
  overflow: hidden;
}

.service-page__section-link::before {
  display: grid;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(32, 28, 29, 0.5);
  z-index: 1;
}

.service-page__section-link:hover .service-page__section-img,
.service-page__section-link:active .service-page__section-img,
.service-page__section-link:focus .service-page__section-img {
  filter: grayscale(0);
}

.service-page__section-link:hover .service-page__section-content,
.service-page__section-link:active .service-page__section-content,
.service-page__section-link:focus .service-page__section-content {
  background: rgba(20, 20, 20, 0.7);
}

.service-page__section-link:hover .aerobic__title-box::before,
.service-page__section-link:active .aerobic__title-box::before,
.service-page__section-link:focus .aerobic__title-box::before {
  width: 100%;
  opacity: 1;
}

.service-page__section-link:hover .service-page__section-desc,
.service-page__section-link:active .service-page__section-desc,
.service-page__section-link:focus .service-page__section-desc {
  bottom: 0;
  display: block;
  position: relative;
  opacity: 1;
}

.service-page__section-img {
  filter: grayscale(1);
  transition: filter 0.3s ease-in-out;
  display: grid;
  object-fit: cover;
  width: 100%;
  grid-column: 1/2;
  grid-row: 1/3;
  position: relative;
  z-index: 0;
}

.service-page__section-content {
  grid-column: 1/2;
  grid-row: 2/3;
  display: grid;
  padding: 20px;
  z-index: 1;
  position: relative;
  transition: background 0.3s ease-in-out;
}

@media all and (max-width: 991.9px) {
  .service-page__section-content {
    padding: 10px;
  }
}

.service-page__section-desc {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  transition: bottom 0.3s ease-in-out, position 0.3s ease-in-out;
}

.service-page__section-subtitle {
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #f1f2f4;
}

@media all and (max-width: 991.9px) {
  .service-page__section-subtitle {
    font-size: 16px;
  }
}

.service-page__section-trainer {
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #f1f2f4;
}

@media all and (max-width: 991.9px) {
  .service-page__section-trainer {
    font-size: 12px;
  }
}

.service-page__section-desc {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #f1f2f4;
  padding-top: 10px;
}

@media all and (max-width: 991.9px) {
  .service-page__section-desc {
    font-size: 11px;
  }
}

.service-page__dop-list {
  display: grid;
  gap: 65px;
  margin-top: 100px;
}

@media all and (max-width: 1399.9px) {
  .service-page__dop-list {
    gap: 40px;
    margin-top: 50px;
  }
}

@media all and (max-width: 991.9px) {
  .service-page__dop-list {
    gap: 20px;
    margin-top: 30px;
  }
}

.service-page__dop-item {
  display: grid;
  grid-template-columns: 666px 1fr;
  padding-left: 150px;
}

@media all and (max-width: 1699.9px) {
  .service-page__dop-item {
    padding-left: 100px;
    grid-template-columns: 500px 1fr;
  }
}

@media all and (max-width: 1399.9px) {
  .service-page__dop-item {
    padding-left: 80px;
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 1199.9px) {
  .service-page__dop-item {
    padding-left: 50px;
  }
}

@media all and (max-width: 991.9px) {
  .service-page__dop-item {
    padding-left: 40px;
  }
}

@media all and (max-width: 767.9px) {
  .service-page__dop-item {
    padding-left: 0;
  }
}

@media all and (max-width: 575.9px) {
  .service-page__dop-item {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

.service-page__dop-item:nth-child(2n) {
  grid-template-columns: 1fr 666px;
  padding-left: 0;
  padding-right: 150px;
}

@media all and (max-width: 1699.9px) {
  .service-page__dop-item:nth-child(2n) {
    padding-right: 100px;
    grid-template-columns: 1fr 500px;
  }
}

@media all and (max-width: 1399.9px) {
  .service-page__dop-item:nth-child(2n) {
    padding-right: 80px;
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 1199.9px) {
  .service-page__dop-item:nth-child(2n) {
    padding-right: 50px;
  }
}

@media all and (max-width: 991.9px) {
  .service-page__dop-item:nth-child(2n) {
    padding-right: 40px;
  }
}

@media all and (max-width: 767.9px) {
  .service-page__dop-item:nth-child(2n) {
    padding-right: 0;
  }
}

@media all and (max-width: 575.9px) {
  .service-page__dop-item:nth-child(2n) {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

.service-page__dop-item:nth-child(2n) .service-page__dop-img {
  order: 2;
}

@media all and (max-width: 575.9px) {
  .service-page__dop-item:nth-child(2n) .service-page__dop-img {
    order: initial;
  }
}

.service-page__dop-item:nth-child(2n) .service-page__dop-content {
  padding: 50px 50px 50px 150px;
}

@media all and (max-width: 1699.9px) {
  .service-page__dop-item:nth-child(2n) .service-page__dop-content {
    padding: 50px;
  }
}

@media all and (max-width: 1199.9px) {
  .service-page__dop-item:nth-child(2n) .service-page__dop-content {
    padding: 20px;
  }
}

.service-page__dop-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media all and (max-width: 575.9px) {
  .service-page__dop-item img {
    max-height: 200px;
  }
}

.service-page__dop-item .about-services__content {
  justify-content: start;
}

.service-page__dop-content {
  padding: 50px 150px 50px 60px;
  background: #fff;
  display: grid;
  gap: 60px;
}

@media all and (max-width: 1699.9px) {
  .service-page__dop-content {
    padding: 50px;
    gap: 50px;
  }
}

@media all and (max-width: 1199.9px) {
  .service-page__dop-content {
    padding: 20px;
    gap: 30px;
  }
}

@media all and (max-width: 767.9px) {
  .service-page__dop-content {
    gap: 20px;
  }
}

.service-page__dop-title-box {
  display: grid;
}

.service-page__dop-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 120%;
  letter-spacing: 0em;
  color: #1b1b1b;
}

@media all and (max-width: 1399.9px) {
  .service-page__dop-title {
    font-size: 30px;
  }
}

@media all and (max-width: 1199.9px) {
  .service-page__dop-title {
    font-size: 24px;
  }
}

@media all and (max-width: 991.9px) {
  .service-page__dop-title {
    font-size: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .service-page__dop-title {
    font-size: 16px;
  }
}

.service-page__dop-price {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 120%;
  letter-spacing: 0em;
  color: #ff6a00;
}

@media all and (max-width: 1399.9px) {
  .service-page__dop-price {
    font-size: 30px;
  }
}

@media all and (max-width: 1199.9px) {
  .service-page__dop-price {
    font-size: 24px;
  }
}

@media all and (max-width: 991.9px) {
  .service-page__dop-price {
    font-size: 20px;
  }
}

@media all and (max-width: 767.9px) {
  .service-page__dop-price {
    font-size: 16px;
  }
}

.service-page__dop-text {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 167%;
  letter-spacing: 0.01em;
  color: #1b1b1b;
}

@media all and (max-width: 1199.9px) {
  .service-page__dop-text {
    font-size: 15px;
  }
}

@media all and (max-width: 991.9px) {
  .service-page__dop-text {
    font-size: 13px;
  }
}

@media all and (max-width: 767.9px) {
  .service-page__dop-text {
    font-size: 11px;
  }
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal__container {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  max-width: 983px;
  width: 90%;
  position: relative;
}

.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.modal .price__form {
  gap: 40px;
}

.modal__content {
  display: grid;
  gap: 10px;
}

.modal .price__form-capcha {
  padding-top: 17px;
}

.modal .price__form-btn {
  justify-self: start;
  align-self: end;
}

.modal .price__form-text {
  margin-top: 25px;
}

.trainer {
  background: #f1f2f4;
  position: relative;
}

.trainer__box {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 60px;
  padding-top: 30px;
  position: relative;
  grid-template-areas: "left right" "left connection";
}

.trainer__left {
  display: grid;
  justify-content: stretch;
  grid-area: left;
  max-width: 450px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.trainer__right {
  grid-area: right;
}

.trainer__connection {
  grid-area: connection;
  position: relative;
  padding-bottom: 60px;
}

.trainer__connection::before {
  content: "";
  position: absolute;
  right: calc((100% - 100vw) / 2);
  top: 0;
  width: 120vw;
  height: 100%;
  background: #fff;
  z-index: 0;
}

.trainer__title {
  font-size: 50px;
  line-height: 60px;
  color: #242020;
  font-weight: 700;
  position: relative;
  justify-self: start;
}

.trainer__title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30%;
  height: 4px;
  background: #fd7200;
}

.trainer__text-box {
  display: grid;
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 20px;
}
.trainer__text-box p {
  font-size: 20px;
  color: #242020;
}
.trainer__description {
  font-weight: 700;
}
.trainer__btn-box {
  display: grid;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.trainer__btn-phone {
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  position: relative;
  align-items: center;
  justify-content: start;
  font-size: 20px;
  font-weight: 700;
  color: #242020;
  justify-self: start;
}
.trainer__btn-phone::before {
  content: "";
  width: 54px;
  height: 54px;
  background: url(/static/img/phone.svg) center center / 50% no-repeat, #e0e0e1;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}
.trainer__btn-phone:hover::before {
  transform: scale(1.1);
}
.trainer__links {
  display: grid;
  grid-auto-flow: column;
  gap: 40px;
  justify-content: stretch;
  max-width: 50%;
  min-width: 450px;
}
.trainer__link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  min-height: 60px;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: transform 0.3s ease-in-out;
}
.trainer__link:hover {
  transform: scale(1.05);
}
.trainer__link--modal {
  background: #fd7200;
}
.trainer__link--schedule {
  background: #201c1d;
}
.trainer__footnote {
  position: relative;
}
@media all and (max-width: 991.9px) {
  .trainer__box {
    grid-template-columns: 0.6fr 1fr;
    grid-template-areas: "left right" "connection connection";
    gap: 30px;
  }

  .trainer__connection {
    justify-content: center;
    justify-items: center;
  }
}
@media all and (max-width: 767.9px) {
  .trainer__box {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "right" "connection";
    gap: 20px;
    padding-top: 0;
  }

  .trainer__left {
    margin-bottom: 0;
  }
}
.breadcrumbs {
  margin-top: 30px;
}
.breadcrumbs li {
  display: inline;
  font-size: 14px;
  color: #93959a;
}
.breadcrumbs li:last-child {
  color: #242020;
}
.breadcrumbs li a {
  color: #93959a;
}
.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr .container > small {
  display: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}
.politic-page {
  color: #141414;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 60px;
}
.politic-page h1 {
  margin: 20px 0;
  text-align: center;
}
.politic-page p {
  margin: 0 0 15px;
}
.politic-page ul {
  padding: 0 0 10px 40px;
  list-style: disc;
}
.politic-page li p {
  padding: 0;
  margin: 0 0 15px;
}
.politic-page table p {
  padding: 0;
}
.politic-page table {
  border-collapse: collapse;
  margin-bottom: 15px;
}
.politic-page table th,
.politic-page table td {
  padding: 5px;
  border: 1px solid currentColor;
}
