.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.35, 0, 0, 1);
  display: inline-block;
}

a:hover {
  color: rgba(0, 0, 0, .7);
  border-bottom-color: rgba(0, 0, 0, .7);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  color: #000;
  font-weight: 600;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 0;
}

.body {
  color: #000;
  background-color: #f9f9f9;
  font-family: SF Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 170%;
}

.screen {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
  display: flex;
  position: relative;
}

.screen.mod--header {
  z-index: 11;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  transition: all .4s cubic-bezier(.35, 0, 0, 1);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.screen.mod--header.mod--scroll {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, .02);
}

.screen.mod--header-inner {
  margin-bottom: 60px;
  padding-top: 200px;
}

.screen.mod--header-inner.mod--dark {
  background-image: linear-gradient(65deg, #000, rgba(0, 0, 0, .2)), url('../images/plug-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.screen.mod--header-inner.mod--dark.mod--lp {
  min-height: 100vh;
  justify-content: center;
}

.screen.mod--header-inner.mod--dark.mod--lp.mod--banner {
  margin-bottom: 0;
}

.screen.mod--footer {
  background-color: rgba(0, 0, 0, .05);
  margin-bottom: 0;
}

.screen.mod--header-dark {
  z-index: 11;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  transition: all .4s cubic-bezier(.35, 0, 0, 1);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.screen.mod--header-dark.mod--scroll {
  background-color: #000;
  padding-top: 24px;
  padding-bottom: 24px;
  box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, .02);
}

.screen.mod--404 {
  background-image: url('../images/bg-404.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 480px;
  padding-bottom: 64px;
}

.screen.mod--slider-full-init, .screen.mod--slider-first {
  overflow: hidden;
}

.screen.mod--studio-map {
  height: 720px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.screen.mod--first-banner {
  background-color: #dfff6e;
}

.content {
  z-index: 1;
  width: 90%;
  max-width: 1920px;
  flex-direction: column;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: relative;
}

.content.mod--header {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.content.mod--header-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  align-items: end;
  padding-bottom: 60px;
  display: grid;
}

.content.mod--header-inner.mod--lp {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.content.mod--header-inner.mod--lp.mod--first {
  align-items: end;
  padding-top: 272px;
  padding-bottom: 60px;
  position: relative;
}

.content.mod--footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .5fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
  position: static;
}

.content.mod--vacancies {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 300px) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  align-items: start;
  display: grid;
}

.content.mod--static {
  align-items: center;
}

.content.mod--blog {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 300px);
  grid-auto-columns: minmax(0, 1fr);
  align-items: start;
  display: grid;
}

.content.mod--trainer-single {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(360px, 360px) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  align-items: start;
  display: grid;
}

.content.mod--404 {
  align-items: center;
}

.content.mod--qa {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: minmax(360px, 360px) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.content.mod--slider-full {
  height: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
}

.content.mod--slider-full-title {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
}

.content.mod--main-fact {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.content.mod--studio-map {
  max-width: 420px;
}

.content.mod--first-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.text--rich a {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.35, 0, 0, 1);
  display: inline-block;
}

.text--rich a:hover {
  color: rgba(0, 0, 0, .7);
  border-bottom-color: rgba(0, 0, 0, .7);
}

.text--rich h2 {
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 40px;
  font-weight: 300;
  line-height: 115%;
}

.text--rich h1 {
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 48px;
  font-weight: 300;
  line-height: 115%;
}

.text--rich h3 {
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 32px;
  font-weight: 300;
  line-height: 115%;
}

.text--rich h4 {
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 300;
  line-height: 115%;
}

.text--rich h5 {
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: 300;
  line-height: 115%;
}

.text--rich h6 {
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 300;
  line-height: 115%;
}

.text--rich p {
  color: rgba(0, 0, 0, .7);
  letter-spacing: 0;
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 150%;
}

.text--rich li {
  color: rgba(0, 0, 0, .7);
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.text--rich ul {
  margin-bottom: 18px;
  padding-left: 24px;
}

.text--rich blockquote {
  background-color: rgba(0, 0, 0, .05);
  border-left-width: 4px;
  border-left-color: #000;
  border-radius: 4px;
  margin-bottom: 36px;
  padding: 20px 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  overflow: hidden;
}

.text--rich strong {
  color: #000;
  font-weight: 600;
}

.text--rich ol {
  margin-bottom: 18px;
  padding-left: 24px;
}

.text--rich.mod--trainer-single {
  margin-top: 40px;
}

.text--rich.mod--card-plan {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 24px;
  padding-top: 24px;
}

.text--h4 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 115%;
  text-decoration: none;
}

.text--h4.mod--header-aside-nav {
  color: #fff;
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.text--h4.mod--header-aside-nav:hover {
  color: rgba(255, 255, 255, .7);
}

.text--h4.mod--review-lg {
  margin-top: 16px;
}

.text--h4.mod--slider-full {
  color: #fff;
}

.text--h4.mod--main-results {
  z-index: 1;
  color: #fff;
  position: relative;
}

.text--h4.mod--list-empty {
  text-align: center;
}

.text--body-1 {
  color: rgba(0, 0, 0, .7);
  letter-spacing: .01ch;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 115%;
  text-decoration: none;
}

.text--body-1.mod--footer-adress {
  color: #000;
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  display: inline;
}

.text--body-1.mod--footer-adress-link {
  color: #000;
  white-space: nowrap;
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  display: inline;
}

.text--body-1.mod--footer-adress-link:hover {
  opacity: .5;
}

.text--body-1.mod--card-course-price {
  color: #000;
  margin-left: 24px;
}

.text--body-1.mod--trainer-single {
  color: #000;
}

.text--body-1.mod--contacts-link {
  color: #000;
  white-space: nowrap;
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  display: block;
}

.text--body-1.mod--contacts-link:hover {
  opacity: .5;
}

.text--body-1.mod--review-lg {
  width: 100%;
  color: #000;
  text-align: center;
}

.text--body-1.mod--main-fact {
  width: 100%;
  color: #000;
}

.text--body-2 {
  color: rgba(0, 0, 0, .7);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.text--body-2.mod--btn {
  color: #fff;
  text-align: center;
  line-height: 100%;
}

.text--body-2.mod--btn.mod--black {
  color: #000;
}

.text--body-2.mod--bd-link {
  color: #000;
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  line-height: 100%;
}

.text--body-2.mod--bd-link:hover {
  color: rgba(0, 0, 0, .5);
}

.text--body-2.mod--bd-link.mod--header-dark {
  color: #fff;
}

.text--body-2.mod--bd-link.mod--header-dark:hover {
  color: rgba(255, 255, 255, .7);
}

.text--body-2.mod--bd-link-separator {
  margin-left: 8px;
  margin-right: 8px;
  line-height: 100%;
}

.text--body-2.mod--bd-link-separator.mod--header-dark {
  color: rgba(255, 255, 255, .5);
}

.text--body-2.mod--bd-link-current {
  white-space: nowrap;
  line-height: 100%;
}

.text--body-2.mod--bd-link-current.mod--header-dark {
  color: rgba(255, 255, 255, .5);
}

.text--body-2.mod--card-trainer {
  margin-top: 12px;
}

.text--body-2.mod--header-aside-adress {
  color: #fff;
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  line-height: 100%;
}

.text--body-2.mod--header-aside-adress:hover {
  color: rgba(255, 255, 255, .7);
}

.text--body-2.mod--card-sport {
  color: rgba(255, 255, 255, .7);
  margin-top: 16px;
}

.text--body-2.mod--card-review-truncate {
  width: 100%;
  margin-top: 12px;
}

.text--body-2.mod--card-review-truncate.mod--sm {
  margin-top: 0;
}

.text--body-2.mod--card-review-modal {
  width: 100%;
}

.text--body-2.mod--form-success {
  width: 60%;
  text-align: center;
  margin-left: 20%;
  margin-right: 20%;
}

.text--body-2.mod--form-checkbox.mod--white {
  color: rgba(255, 255, 255, .7);
}

.text--body-2.mod--card-vacancy {
  margin-top: 12px;
}

.text--body-2.mod--vacancies-result {
  margin-bottom: 24px;
}

.text--body-2.mod--card-course-price {
  color: rgba(0, 0, 0, .5);
  margin-left: 12px;
  text-decoration: line-through;
}

.text--body-2.mod--card-contacts {
  margin-top: 8px;
}

.text--body-2.mod--banner-grey {
  margin-top: 16px;
}

.text--body-2.mod--banner-grey.mod--white {
  color: rgba(255, 255, 255, .7);
}

.text--body-2.mod--form-banner-success {
  width: 100%;
  color: rgba(255, 255, 255, .7);
  text-align: center;
}

.text--body-2.mod--slider-p {
  min-width: 120px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text--body-2.mod--404 {
  color: rgba(255, 255, 255, .7);
  text-align: center;
  margin-top: 28px;
  margin-bottom: 56px;
}

.text--body-2.mod--qa-desc {
  margin-bottom: 16px;
}

.text--body-2.mod--lp {
  color: rgba(255, 255, 255, .7);
  margin-top: 28px;
}

.text--body-2.mod--lp-banner {
  color: #fff;
}

.text--body-2.mod--sport-banner {
  color: #000;
}

.text--body-2.mod--slider-full {
  color: rgba(255, 255, 255, .7);
}

.text--body-2.mod--tabs {
  width: 100%;
  color: rgba(255, 255, 255, .7);
  margin-top: 28px;
}

.text--body-2.mod--tabs.mod--why {
  margin-top: 0;
}

.text--body-2.mod--main-results {
  z-index: 1;
  color: rgba(255, 255, 255, .7);
  margin-top: 32px;
  position: relative;
}

.text--body-2.mod--course-intro {
  margin-top: 16px;
}

.text--body-2.mod--course-adv {
  color: #000;
}

.text--body-2.mod--banner-50 {
  width: 100%;
  color: rgba(255, 255, 255, .7);
  margin-top: 28px;
}

.text--body-2.mod--banner-50.mod--why {
  margin-top: 0;
}

.text--h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 115%;
  text-decoration: none;
}

.text--h3.mod--contacts {
  margin-bottom: 32px;
}

.text--h3.mod--contacts.mod--second {
  margin-top: 64px;
}

.text--h3.mod--card-plan {
  text-align: center;
}

.text--h3.mod--accent {
  color: rgba(0, 0, 0, .5);
}

.text--h3.mod--slider-full-title {
  max-width: 600px;
  color: #fff;
}

.text--h3.mod--point {
  margin-bottom: 32px;
}

.text--h3.mod--point.mod--second {
  margin-top: 64px;
}

.text--h3.mod--banner-50 {
  color: #fff;
}

.text--h5 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 115%;
  text-decoration: none;
}

.text--h5.mod--header-aside-num {
  color: rgba(255, 255, 255, .5);
  margin-left: 8px;
}

.text--h5.mod--blog-filters {
  color: rgba(0, 0, 0, .5);
  border-bottom-color: rgba(0, 0, 0, .5);
  margin-bottom: 24px;
  margin-right: 48px;
  padding-bottom: 12px;
}

.text--h5.mod--blog-filters:hover {
  color: rgba(0, 0, 0, .7);
  border-bottom-color: rgba(0, 0, 0, .7);
}

.text--h5.mod--blog-filters.mod--active {
  color: #000;
  border-bottom-color: #000;
}

.text--h5.mod--blog-filters.mod--active:hover {
  color: rgba(0, 0, 0, .7);
  border-bottom-color: rgba(0, 0, 0, .7);
}

.text--h5.mod--blog-aside {
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.text--h5.mod--card-track {
  text-align: center;
}

.text--h5.mod--qa {
  margin-right: 8px;
}

.text--h5.mod--banner-adv {
  color: #fff;
}

.text--caption {
  color: rgba(0, 0, 0, .7);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.text--caption.mod--link-footer {
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  display: inline;
}

.text--caption.mod--link-footer:hover {
  opacity: .5;
}

.text--caption.mod--link-footer.mod--atm {
  margin-left: 28px;
  margin-right: 0;
}

.text--caption.mod--link-footer.mod--margin {
  margin-right: 28px;
}

.text--caption.mod--footer-num {
  color: rgba(0, 0, 0, .5);
  margin-left: 4px;
}

.text--caption.mod--btn {
  color: #fff;
  text-align: center;
  line-height: 100%;
}

.text--caption.mod--btn-label {
  color: #000;
  text-align: center;
  line-height: 100%;
}

.text--caption.mod--link-card-review {
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  margin-left: 12px;
  padding-bottom: 0;
  display: inline;
}

.text--caption.mod--link-card-review:hover {
  opacity: .5;
}

.text--caption.mod--form-modal {
  text-align: center;
  margin-top: 12px;
}

.text--caption.mod--form-modal-error {
  width: 100%;
  text-align: center;
}

.text--caption.mod--card-course-trainer {
  margin-top: 8px;
}

.text--caption.mod--vacancy-info {
  width: 100%;
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, .05);
  margin-top: 16px;
  padding-top: 16px;
}

.text--caption.mod--card-contacts {
  margin-top: 8px;
  margin-bottom: 8px;
}

.text--caption.mod--form-white {
  color: rgba(255, 255, 255, .7);
  text-align: center;
  margin-top: 12px;
}

.text--caption.mod--card-track {
  text-align: center;
}

.text--caption.mod--card-plan {
  margin-top: 12px;
}

.text--caption.mod--review-lg {
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  display: block;
}

.text--caption.mod--review-lg:hover {
  opacity: .5;
}

.text--caption.mod--banner-adv, .text--caption.mod--cookie {
  color: rgba(255, 255, 255, .7);
}

.typography {
  display: block;
}

.text--h6 {
  letter-spacing: .02ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 115%;
  text-decoration: none;
}

.text--h1 {
  letter-spacing: -.01ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 300;
  line-height: 105%;
  text-decoration: none;
}

.text--h1.mod--404 {
  color: #fff;
  text-align: center;
}

.text--h2 {
  letter-spacing: -.01ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 300;
  line-height: 110%;
  text-decoration: none;
}

.text--h2.mod--card-sport, .text--h2.mod--header-dark, .text--h2.mod--white {
  color: #fff;
}

.text--h2.mod--main-fact {
  width: 100%;
  text-align: right;
  margin-top: 28px;
}

.text--h2.mod--main-fact.mod--centered {
  width: 50%;
  text-align: left;
}

.text--h2.mod--tabs {
  color: #fff;
}

.text--h2.mod--point {
  margin-bottom: 32px;
}

.btn {
  cursor: pointer;
  background-color: #000;
  border-bottom-width: 0;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.btn:hover {
  background-color: rgba(0, 0, 0, .7);
}

.btn.mod--blur {
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
}

.btn.mod--blur:hover {
  background-color: rgba(255, 255, 255, .1);
}

.btn.mod--blur.mod--footer-l {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn.mod--blur.mod--footer-l.mod--drop {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.btn.mod--blur.mod--footer-l.mod--drop.mod--single {
  border-radius: 60px;
}

.btn.mod--blur.mod--footer-r {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn.mod--blur.mod--header-r {
  width: 100%;
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn.mod--blur.mod--header-l {
  width: 100%;
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn.mod--blur.mod--slider-r {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn.mod--blur.mod--slider-l {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn.mod--blur.mod--lp {
  cursor: auto;
  margin-top: 28px;
  padding: 8px 12px;
}

.btn.mod--blur.mod--lp:hover {
  background-color: rgba(255, 255, 255, .05);
}

.btn.mod--blur.mod--active {
  background-color: rgba(255, 255, 255, .15);
}

.btn.mod--blur.mod--cookie {
  line-height: 100%;
}

.btn.mod--blur.mod--cookie:hover {
  color: #fff;
}

.btn.mod--linear {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
}

.btn.mod--linear:hover {
  background-color: rgba(0, 0, 0, .05);
}

.btn.mod--linear.mod--header-r {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn.mod--linear.mod--header-l {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn.mod--linear.mod--header-l.mod--drop {
  width: 100%;
  cursor: pointer;
  transition-property: none;
}

.btn.mod--label {
  background-color: rgba(0, 0, 0, .05);
  padding: 8px 12px;
}

.btn.mod--label:hover {
  background-color: rgba(0, 0, 0, .1);
}

.btn.mod--label.mod--card-plan {
  margin-top: 12px;
}

.btn.mod--label.mod--card-plan:hover {
  background-color: rgba(0, 0, 0, .05);
}

.btn.mod--label.mod--first-banner {
  cursor: auto;
}

.btn.mod--label.mod--first-banner:hover {
  background-color: rgba(0, 0, 0, .05);
}

.btn.mod--menu-white {
  border: 1px solid rgba(0, 0, 0, 0);
  transition-property: none;
}

.btn.mod--menu-white:hover {
  background-color: #000;
}

.btn.mod--white {
  background-color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.btn.mod--white:hover {
  background-color: rgba(255, 255, 255, .7);
}

.btn.mod--white.mod--card-sport {
  min-width: 280px;
  margin-top: 64px;
}

.btn.mod--white.mod--banner {
  margin-top: 16px;
}

.btn.mod--white.mod--tab-studio {
  width: 100%;
}

.btn.mod--card-review {
  margin-top: 24px;
}

.btn.mod--form-modal {
  width: 100%;
  height: 54px;
  font-size: 20px;
  line-height: 100%;
  transition: all .2s cubic-bezier(.35, 0, 0, 1);
}

.btn.mod--card-blog {
  margin-top: 24px;
}

.btn.mod--label-lg {
  background-color: rgba(0, 0, 0, .05);
}

.btn.mod--label-lg:hover {
  background-color: rgba(0, 0, 0, .1);
}

.btn.mod--label-lg.w--current {
  background-color: rgba(0, 0, 0, .3);
}

.btn.mod--label-lg.mod--dropdown-mob {
  display: none;
}

.btn.mod--label-lg.mod--slider {
  padding-left: 12px;
  padding-right: 12px;
}

.btn.mod--label-lg.mod--qa {
  padding: 4px;
}

.btn.mod--label-lg.mod--qa:hover {
  background-color: rgba(0, 0, 0, .05);
}

.btn.mod--label-lg.mod--why {
  background-color: rgba(0, 0, 0, .05);
  justify-content: flex-start;
}

.btn.mod--static {
  margin-top: 32px;
}

.btn.mod--menu-black {
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
}

.btn.mod--menu-black:hover {
  background-color: rgba(255, 255, 255, .1);
}

.btn.mod--form-white {
  width: 100%;
  height: 54px;
  color: #000;
  background-color: #fff;
  font-size: 20px;
  line-height: 100%;
  transition: all .2s cubic-bezier(.35, 0, 0, 1);
}

.btn.mod--form-white:hover {
  background-color: rgba(255, 255, 255, .7);
}

.btn.mod--linear-white {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.btn.mod--linear-white:hover {
  opacity: .7;
  background-color: rgba(0, 0, 0, .05);
}

.btn.mod--linear-white.mod--first-banner {
  cursor: auto;
}

.btn.mod--linear-white.mod--first-banner:hover {
  opacity: 1;
}

.btn.mod--label-lg-white {
  background-color: rgba(255, 255, 255, .05);
}

.btn.mod--label-lg-white:hover, .btn.mod--label-lg-white.w--current {
  background-color: rgba(255, 255, 255, .1);
}

.btn.mod--label-lg-white.mod--dropdown-mob {
  display: none;
}

.btn.mod--label-lg-white.mod--slider {
  padding-left: 12px;
  padding-right: 12px;
}

.btn.mod--label-lg-white.mod--qa {
  padding: 4px;
}

.btn.mod--label-lg-white.mod--qa:hover {
  background-color: rgba(0, 0, 0, .05);
}

.btn.mod--tabs-why {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
}

.btn.mod--tabs-why:hover {
  color: #000;
  background-color: rgba(0, 0, 0, .05);
}

.btn.mod--tabs-why.w--current {
  background-color: rgba(0, 0, 0, .1);
}

.btn.mod--tabs-why.mod--dropdown-mob {
  display: none;
}

.btn.mod--tabs-why.mod--slider {
  padding-left: 12px;
  padding-right: 12px;
}

.btn.mod--tabs-why.mod--qa {
  padding: 4px;
}

.btn.mod--tabs-why.mod--qa:hover {
  background-color: rgba(0, 0, 0, .05);
}

.btn.mod--tabs-why.mod--why {
  background-color: rgba(0, 0, 0, .05);
  justify-content: flex-start;
}

.btn-icon {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  display: block;
}

.btn-icon.mod--left {
  margin-right: 8px;
}

.btn-icon.mod--left.mod--why {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-right: 16px;
}

.btn-icon.mod--right {
  margin-left: 8px;
}

.btn-icon.mod--footer-nav {
  margin-left: 4px;
}

.btn-icon.mod--header-aside-nav-drop {
  margin-left: 8px;
}

.btn-icon.mod--first-banner {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
}

.logo-link {
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  display: block;
}

.logo-link:hover {
  opacity: .7;
}

.logo-link.mod--header {
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  display: flex;
}

.logo-link.mod--header.w--current {
  position: relative;
}

.logo-link.mod--footer {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.logo {
  width: 200px;
  min-width: 200px;
  object-fit: contain;
  display: block;
}

.logo.mod--toggle {
  opacity: 0;
  position: absolute;
}

.header-l {
  align-items: stretch;
  display: flex;
}

.header-r {
  justify-content: flex-end;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.header-r-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  justify-content: flex-end;
  align-items: stretch;
  margin-right: 8px;
  display: grid;
}

.header-inner-l.mod--pl {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header-inner-r {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.header-inner-r.mod--lp {
  width: 100%;
  justify-content: flex-end;
}

.bd {
  width: 100%;
  align-items: center;
  margin-bottom: 28px;
  display: flex;
  overflow: hidden;
}

.mod--hidden {
  display: none;
}

.header-inner-r-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  margin-top: 28px;
  display: grid;
}

.footer-dark {
  z-index: -1;
  width: 50%;
  background-color: #000;
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.footer-r {
  width: 100%;
  background-color: #ececec;
  padding: 70px 0 70px 28px;
}

.footer-l {
  width: 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 28px;
  display: flex;
}

.footer-l-bottom {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-social {
  width: 54px;
  height: 54px;
  min-height: 54px;
  min-width: 54px;
  background-color: rgba(255, 255, 255, .1);
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.btn-social:hover {
  opacity: .5;
}

.btn-social.mod--dark {
  background-color: rgba(0, 0, 0, .05);
}

.btn-social.mod--dark:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .1);
}

.footer-socials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  display: grid;
}

.footer-l-group {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: grid;
}

.footer-r-top {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 1.5fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  align-items: start;
  display: grid;
}

.footer-r-btm {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .05);
  margin-top: 28px;
  padding-top: 28px;
}

.footer-r-btm-1 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-r-btm-2 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.img-pay {
  height: 32px;
  min-height: 32px;
  opacity: .1;
  display: block;
}

.footer-pay {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  justify-items: end;
  display: grid;
}

.footer-links-legacy {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  align-items: center;
  display: flex;
}

.footer-r-top-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: repeat(auto-fit, minmax(0, auto));
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  font-style: normal;
  display: grid;
}

.footer-r-top-column-el {
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.footer-r-top-column-el:hover {
  opacity: .5;
}

.scroll-up {
  z-index: 10;
  width: 54px;
  height: 54px;
  opacity: 1;
  background-color: rgba(0, 0, 0, .5);
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 70px;
  left: auto;
  right: 5%;
}

.scroll-up:hover {
  background-color: rgba(0, 0, 0, .7);
}

.scroll-up.mod--hidden {
  height: 0;
  opacity: 0;
}

.drop {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.drop.mod--header-cities {
  justify-content: space-between;
}

.drop.mod--footer-cities {
  justify-content: space-between;
  align-items: flex-start;
}

.drop.mod--header-cities-aside {
  height: auto;
  justify-content: flex-start;
}

.drop.mod--tab-cities {
  justify-content: space-between;
  align-items: center;
}

.drop-toggle {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.drop-toggle.mod--header-cities {
  min-width: 360px;
  opacity: 0;
  flex-direction: column;
  align-items: center;
  display: flex;
  top: 54px;
  left: auto;
  right: auto;
}

.drop-toggle.mod--footer-cities {
  width: 360px;
  opacity: 0;
  flex-direction: column;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 72px;
  left: auto;
  right: auto;
}

.drop-toggle.mod--header-cities-aside {
  width: 100%;
  height: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.drop-toggle.mod--tab-cities {
  width: 360px;
  opacity: 0;
  flex-direction: column;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 72px;
  left: auto;
  right: auto;
}

.cities-list {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #000;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.cities-dec-box {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  display: flex;
}

.cities-dec {
  width: 12px;
  min-width: 12px;
  display: block;
}

.list-filters {
  width: 100%;
  margin-bottom: 60px;
}

.list-filters.mod--blog {
  margin-bottom: 36px;
}

.list {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.list.mod--sports {
  grid-template-columns: minmax(0, 1fr);
}

.list.mod--vacancies {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.list-pagination {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.btn-pagination {
  width: 54px;
  height: 54px;
  min-height: 54px;
  min-width: 54px;
  background-color: rgba(0, 0, 0, .05);
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 0;
  display: flex;
}

.btn-pagination:hover, .btn-pagination.mod--current {
  background-color: rgba(0, 0, 0, .1);
}

.btn-pagination.mod--arrow {
  background-color: #000;
}

.btn-pagination.mod--arrow:hover {
  background-color: rgba(0, 0, 0, .7);
}

.list-filters-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-filters-content.mod--3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.form-select {
  width: 100%;
  height: 54px;
  min-height: 54px;
  letter-spacing: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .05);
  background-image: url('../images/i-arrow-down-b.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 60px;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 20px;
  line-height: 130%;
  transition: all .2s cubic-bezier(.35, 0, 0, 1);
  display: flex;
}

.form-select:hover {
  background-color: rgba(0, 0, 0, .1);
}

.form-select.mod--margin {
  margin-right: 24px;
}

.form-select.mod--white {
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  background-image: url('../images/i-arrow-down-w.svg');
  border-width: 1px;
  border-color: rgba(255, 255, 255, .1);
}

.form-select.mod--white:hover {
  background-color: rgba(255, 255, 255, .1);
}

.card-trainer {
  width: 100%;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.card-trainer-btm {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .1);
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
}

.card-trainer-top {
  align-items: center;
  display: flex;
}

.card-trainer-img {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 16px;
  display: block;
  overflow: hidden;
}

.card-trainer-top-text {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.card-trainer-tags {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-right: 8px;
  display: flex;
}

.header-aside {
  z-index: 11;
  width: 40%;
  height: 0%;
  max-width: 600px;
  min-width: 480px;
  background-color: #000;
  border-bottom-right-radius: 60px;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.header-aside-nav {
  width: 100%;
  height: 100%;
  max-height: 88vh;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  grid-template-rows: repeat(auto-fit, minmax(0, auto));
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  align-content: start;
  align-items: start;
  margin-top: 132px;
  display: flex;
  position: relative;
  overflow: auto;
}

.header-aside-adress {
  width: 100%;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  font-style: normal;
  display: flex;
}

.header-aside-nav-el {
  width: 100%;
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.header-aside-nav-el:hover {
  opacity: .7;
}

.header-aside-nav-el.mod--drop {
  justify-content: space-between;
  position: relative;
}

.header-aside-adress-dec {
  width: 6px;
  height: 6px;
  min-height: 6px;
  min-width: 6px;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 100%;
  margin-left: 28px;
  margin-right: 28px;
}

.cities-list-aside {
  z-index: 1;
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: repeat(auto-fit, minmax(0, auto));
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  padding-top: 12px;
  display: grid;
  position: relative;
}

.card-sport {
  width: 100%;
  background-color: #000;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, .2)), url('../images/plug-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 64px;
  display: flex;
}

.card-sport.swiper-slide {
  min-width: 100%;
}

.card-sport-text {
  width: 100%;
  max-width: 600px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.filters-success {
  background-color: rgba(0, 0, 0, 0);
}

.filters-error {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.card-review {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
  overflow: hidden;
}

.card-review.mod--review-sm {
  grid-template-columns: minmax(0, 1fr);
  grid-auto-flow: row;
  justify-items: start;
  padding: 24px;
}

.card-review.mod--review-img {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  grid-template-columns: minmax(0, 1fr);
  padding-bottom: 0;
  position: relative;
}

.card-review-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

.card-review-img.mod--sm {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 100px;
  margin-right: 24px;
  overflow: hidden;
}

.card-review-img-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.card-review-content {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.card-review-title {
  width: 100%;
  align-items: flex-end;
  display: flex;
}

.card-review-tags {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  margin-top: 12px;
  display: flex;
}

.card-review-tags.mod--modal {
  margin-top: 0;
  margin-bottom: 16px;
}

.mod--label-desc {
  color: rgba(0, 0, 0, .7);
}

.modal-header {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 28px;
  display: flex;
}

.modal-content {
  width: 70%;
  max-width: 680px;
  background-color: #fff;
  border-radius: 32px;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  bottom: auto;
  right: auto;
  overflow: hidden;
}

.modal-body {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.modal-wrapper {
  z-index: 21;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.modal-header-text {
  margin-right: 8px;
  display: flex;
}

.modal-header-text.mod--review {
  align-items: flex-end;
}

.modal-close {
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  cursor: pointer;
  object-fit: cover;
  transition: all .2s cubic-bezier(.35, 0, 0, 1);
  display: block;
  position: relative;
  top: auto;
  right: auto;
}

.modal-close:hover {
  opacity: .7;
  transform: rotate(90deg);
}

.modal-mask {
  opacity: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .7);
  margin-bottom: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn-2 {
  border: 1px solid #252525;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.btn-2:hover {
  opacity: .6;
}

.btn-2.mod--btn-more {
  width: 100%;
  height: 100%;
  padding-left: 6px;
  padding-right: 6px;
}

.form-modal {
  width: 100%;
  margin-bottom: 0;
}

.form-modal-content {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-input {
  width: 100%;
  height: 54px;
  min-height: 54px;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, .05);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 60px;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 20px;
  line-height: 130%;
  transition: all .2s cubic-bezier(.35, 0, 0, 1);
  display: flex;
}

.form-input:hover {
  background-color: rgba(0, 0, 0, .1);
}

.form-input.mod--textarea {
  height: 128px;
  max-width: 100%;
  min-height: 128px;
  min-width: 100%;
  border-radius: 16px;
}

.form-input.mod--white {
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  border-width: 1px;
  border-color: rgba(255, 255, 255, .1);
}

.form-input.mod--white:hover {
  background-color: rgba(255, 255, 255, .1);
}

.form-input.mod--white:active {
  border-color: rgba(255, 255, 255, .3);
}

.form-input.mod--white:focus {
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .3);
}

.form-input.mod--white::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-input.mod--white::placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-modal-line {
  width: 100%;
  margin-bottom: 12px;
}

.form-modal-content-down {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 12px;
  padding-top: 24px;
}

.form-modal-success {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.form-modal-success-img {
  width: 40px;
  height: 40px;
  display: block;
}

.form-modal-success-img-circle {
  width: 96px;
  height: 96px;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-modal-success-img-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.form-modal-error {
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px;
}

.form-checkbox {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  cursor: pointer;
  border-color: #000;
  border-radius: 4px;
  margin: 0 12px 0 0;
  transition: all .2s cubic-bezier(.35, 0, 0, 1);
  overflow: hidden;
}

.form-checkbox:hover {
  background-color: rgba(0, 0, 0, .05);
}

.form-checkbox.w--redirected-checked {
  background-color: #000;
  background-image: url('../images/ill-yes-w.svg');
  background-size: 50%;
  border-color: #000;
  border-radius: 4px;
}

.form-checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  border-radius: 4px;
}

.form-checkbox.w--redirected-focus-visible {
  border-color: #000;
  border-radius: 4px;
}

.form-checkbox.mod--white {
  border-color: rgba(255, 255, 255, .3);
}

.form-checkbox.mod--white.w--redirected-checked {
  background-color: rgba(255, 255, 255, .1);
}

.form-checkbox-group {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.select2-search.select2-search--inline {
  width: 100%;
}

.form-result {
  text-align: center;
  border-radius: 4px;
  padding: 20px;
}

.form-result.mod--error {
  background-color: #fdcdcd;
  margin-top: 15px;
  padding: 10px;
}

.form-result.mod--success {
  background-color: #cae6c9;
}

.form, .form.mod--search, .form.mod--filters {
  width: 100%;
  margin-bottom: 0;
}

.select2-selection__rendered {
  width: 100%;
  max-height: 100px;
  flex-flow: wrap;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  overflow: auto;
}

.select2-selection__choice {
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 8px;
  align-items: center;
  margin: 4px 4px 4px 0;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 150%;
  display: flex;
}

.select2-search__field {
  width: 100%;
  height: 54px;
  max-height: 54px;
  max-width: 100%;
  min-height: 54px;
  min-width: 100%;
  letter-spacing: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .05);
  background-image: url('../images/i-arrow-down-b.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 20px;
  line-height: 130%;
  transition: all .2s cubic-bezier(.35, 0, 0, 1);
  display: block;
  position: relative;
}

.select2-search__field:hover {
  background-color: rgba(0, 0, 0, .1);
}

.select2-search__field:active, .select2-search__field:focus {
  background-color: rgba(0, 0, 0, .15);
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
}

.select2-selection__choice__remove {
  width: 18px;
  height: 18px;
  max-height: 18px;
  max-width: 18px;
  min-height: 18px;
  min-width: 18px;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  line-height: 100%;
  transition: background-color .2s cubic-bezier(.35, 0, 0, 1);
  display: flex;
}

.select2-selection__choice__remove:hover {
  background-color: rgba(0, 0, 0, .7);
}

.select2-results__options {
  width: 100%;
  max-height: 200px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 8px;
  flex-flow: wrap;
  padding: 12px;
  display: flex;
  overflow: auto;
}

.form-content.mod--search {
  width: 100%;
  display: flex;
}

.select2-results__option {
  cursor: pointer;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 4px 12px;
  transition: background-color .2s cubic-bezier(.35, 0, 0, 1);
}

.select2-results__option:hover, .select2-results__option.select2-results__option--selectable.select2-results__option--selected {
  background-color: rgba(0, 0, 0, .1);
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected:hover {
  background-color: rgba(0, 0, 0, .15);
}

.select2-input {
  width: 100%;
  height: 50px;
  max-width: 100%;
  color: #1a1d22;
  letter-spacing: .02ch;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(28, 66, 143, .1);
  border-radius: 100px;
  margin-bottom: 16px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.select2-input:hover {
  border-color: rgba(28, 66, 143, .15);
}

.select2-input:active {
  background-color: #edf7ff;
}

.select2-input:focus {
  background-color: #edf7ff;
  border-color: rgba(28, 66, 143, .15);
}

.select2-input::-ms-input-placeholder {
  color: rgba(28, 66, 143, .15);
  letter-spacing: .02ch;
  font-weight: 600;
  line-height: 100%;
}

.select2-input::placeholder {
  color: rgba(28, 66, 143, .15);
  letter-spacing: .02ch;
  font-weight: 600;
  line-height: 100%;
}

.select2-input.mod--select-multiple {
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.select2-input.mod--select-multiple:active, .select2-input.mod--select-multiple:focus {
  background-color: rgba(0, 0, 0, 0);
}

.select2-input.mod--select-multiple::-ms-input-placeholder {
  color: #93c0e2;
}

.select2-input.mod--select-multiple::placeholder {
  color: #93c0e2;
}

.card-blog {
  width: 100%;
  min-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.card-blog-content {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.card-blog-text {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.card-blog-tags {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
}

.card-blog-img-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.card-blog-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

.vacancies-content {
  width: 100%;
}

.vacancies-aside {
  width: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: minmax(0, 1fr);
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
}

.vacancies-aside.mod--single {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: repeat(auto-fit, minmax(0, auto));
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.card-vacancy {
  width: 100%;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.card-vacancy-btm {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .1);
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
}

.vacancies-filters {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: repeat(auto-fit, minmax(0, auto));
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
  overflow: hidden;
}

.mod--black {
  color: #000;
}

.static-wrapper {
  width: 100%;
  max-width: 1180px;
  background-color: #fff;
  border-radius: 32px;
  padding: 40px;
}

.card-course {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  grid-auto-columns: minmax(0, 1fr);
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.card-course-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

.card-course-img-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.card-course-content {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.card-course-title {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
}

.card-course-text {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.card-course-cta {
  width: 100%;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.card-course-trainer {
  width: 100%;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 16px;
  align-items: flex-start;
  margin-top: 32px;
  padding: 16px;
  display: flex;
}

.card-course-trainer-img {
  width: 90px;
  height: 90px;
  min-height: 90px;
  min-width: 90px;
  object-fit: contain;
  border-radius: 100%;
  margin-right: 16px;
  display: block;
  overflow: hidden;
}

.card-course-trainer-text {
  width: 100%;
}

.rich-wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 32px;
  padding: 40px;
}

.vacancy-info {
  width: 100%;
  background-color: #fff;
  border-radius: 32px;
  padding: 24px;
}

.contacts-list {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.card-contact {
  width: 100%;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.card-contacts-top {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.card-contacts-btm {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .1);
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
}

.vacancy-more-list {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.screen-title {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  display: flex;
}

.screen-title.mod--line {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 48px;
}

.header-inner-l-tags {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  margin-top: 28px;
  display: flex;
}

.blog-aside {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: repeat(auto-fit, minmax(0, auto));
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
}

.blog-content {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: repeat(auto-fit, minmax(0, auto));
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.banner-grey {
  width: 100%;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.banner-grey.mod--form {
  background-color: #000;
  border-radius: 32px;
  padding: 64px;
}

.banner-grey.mod--form.mod--train {
  align-items: stretch;
}

.banner-grey.mod--adv {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #000;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  padding: 48px;
  display: grid;
}

.blog-banner-socials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  align-items: center;
  justify-items: end;
  display: grid;
}

.banner-grey-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 24px;
  display: flex;
}

.blog-aside-list {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.card-blog-aside {
  width: 100%;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.blog-aside-tags {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.mod--link-white {
  color: #fff;
  display: inline;
}

.mod--link-white:hover {
  color: rgba(255, 255, 255, .7);
}

.form-down-white {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 12px;
  padding-top: 24px;
}

.form-banner {
  width: 320px;
  max-width: 320px;
  min-width: 320px;
  margin-bottom: 0;
}

.form-banner.mod--train {
  width: 100%;
  max-width: 600px;
  min-width: auto;
}

.form-banner-content {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-banner-success-img-circle {
  width: 96px;
  height: 96px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.trainer-aside {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: repeat(auto-fit, minmax(0, auto));
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
}

.trainer-content {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: repeat(auto-fit, minmax(0, auto));
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.trainer-socials {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  display: flex;
}

.trainer-gallery {
  width: 100%;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  display: flex;
}

.trainer-gallery-controls {
  z-index: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: auto;
  right: auto;
}

.trainer-img {
  width: 360px;
  height: 360px;
  min-width: 360px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  overflow: hidden;
}

.trainer-tracks {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  margin-top: 40px;
  display: grid;
  overflow: hidden;
}

.trainer-tracks-header {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.header-controls {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 12px;
  display: flex;
}

.header-controls.mod--plans {
  width: 100%;
  margin-bottom: 32px;
  margin-left: 0;
}

.card-track {
  width: 25%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: repeat(auto-fit, minmax(0, auto));
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: minmax(0, auto);
  grid-auto-columns: minmax(0, 1fr);
  align-items: center;
  padding-bottom: 0;
  display: grid;
}

.card-track:hover {
  opacity: .7;
}

.card-track-img {
  width: 100%;
  border-radius: 12px;
  display: block;
  overflow: hidden;
}

.trainer-ach {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  margin-top: 40px;
  display: grid;
  overflow: hidden;
}

.trainer-schedule {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.slider-reviews {
  width: 100%;
  overflow: hidden;
}

.card-review-sm-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.card-review-sm-title {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.card-review-sm-top {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.screen-title-text {
  align-items: flex-end;
  margin-right: 24px;
  display: flex;
}

.screen-title-text.mod--ver {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
}

.screen-title-tags {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  margin-left: 12px;
  display: flex;
}

.card-plan {
  width: 100%;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.card-plan-top {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-plan-btm {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.card-plan-price {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.card-plan-btn {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  display: grid;
}

.plans-list {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  overflow: hidden;
}

.qa-title {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.qa-desc {
  width: 100%;
  margin-top: 64px;
}

.qa-question {
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  transition: all .2s cubic-bezier(.35, 0, 0, 1);
  display: flex;
}

.qa-question:hover {
  opacity: .7;
}

.qa-answer-mask {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.qa-list {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  padding: 32px;
  display: grid;
  overflow: hidden;
}

.qa {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.qa.mod--last {
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.qa-answer {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.contacts-studio {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.contacts-studio-banner {
  background-color: #000;
  background-image: url('../images/bg-banner-contacts.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.contacts-studio-banner-img {
  width: 60%;
  margin-bottom: 32px;
  display: block;
}

.card-contact-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  margin-bottom: 32px;
  padding-bottom: 32px;
  display: flex;
}

.card-contact-box.mod--last {
  border-bottom-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-bottom: 0;
}

.lp-btn {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  margin-top: 28px;
  display: grid;
}

.mod--lp-cal {
  color: rgba(255, 255, 255, .7);
}

.lp-banner {
  max-width: 90%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.lp-banner-el {
  align-items: center;
  display: flex;
}

.sport-banner {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.sport-accent {
  width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 420px);
  grid-auto-columns: minmax(0, 1fr);
  align-items: center;
  display: grid;
}

.sport-banner-el {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.slider-trainers, .reviews-slider {
  width: 100%;
  overflow: hidden;
}

.review-lg {
  width: 100%;
  min-width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-lg-dec {
  width: 42px;
  min-width: 42px;
  background-image: url('../images/ill-quote.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.review-lg-dec.mod--down {
  background-position: 50% 100%;
}

.review-lg-text {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.review-lg-img {
  width: 160px;
  height: 160px;
  min-height: 160px;
  min-width: 160px;
  border-radius: 100%;
  overflow: hidden;
}

.review-lg-tags {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 12px;
  display: flex;
}

.slider-full {
  width: 100%;
  min-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-full.mod--first {
  min-height: 100vh;
  align-items: center;
}

.slider-full-img {
  width: 100%;
  min-height: 720px;
  background-color: #000;
  background-image: linear-gradient(135deg, #000, rgba(0, 0, 0, .2) 50%), url('../images/bg-slider-online.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: block;
}

.slider-full-img.mod--first {
  z-index: -1;
  height: 100%;
  min-height: auto;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, .2) 75%), url('../images/plug-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-full-banner {
  width: 100%;
  max-width: 480px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.slider-full-controls {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  bottom: 60px;
  right: 0;
}

.slider-full-controls.mod--first {
  top: 200px;
  bottom: auto;
  left: 5%;
  right: auto;
}

.main-fact {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.main-accent {
  width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  align-items: center;
  display: grid;
}

.slider-blog {
  width: 100%;
  overflow: hidden;
}

.tabs {
  width: 100%;
  position: relative;
}

.tabs.mod--why {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(420px, 420px) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  align-items: start;
  display: grid;
}

.tabs-menu {
  z-index: 2;
  width: 50%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  padding-left: 48px;
  padding-right: 48px;
  display: grid;
  position: absolute;
  top: 48px;
}

.tabs-menu.mod--why {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: auto;
}

.tabs-content {
  width: 100%;
}

.tabs-content.mod--why {
  height: 100%;
}

.tabs-pane {
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}

.tabs-pane.mod--why {
  height: 100%;
}

.tabs-pane-content {
  z-index: 1;
  width: 50%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, .5);
  border-radius: 32px;
  padding: 124px 48px 48px;
  position: relative;
  overflow: hidden;
}

.tabs-pane-content.mod--why {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 48px;
  display: flex;
}

.tabs-btn {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  margin-top: 28px;
  display: grid;
}

.tabs-img {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-results {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.main-results-el {
  width: 100%;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 264px 32px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-results-img {
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  background-color: #000;
  background-image: linear-gradient(60deg, #000, rgba(0, 0, 0, .2) 50%), url('../images/bg-tab-studio.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-results-img.mod--1 {
  background-image: linear-gradient(60deg, #000, rgba(0, 0, 0, .2) 50%), url('../images/bg-adv-1.jpg');
}

.main-results-img.mod--2 {
  background-image: linear-gradient(60deg, #000, rgba(0, 0, 0, .2) 50%), url('../images/bg-adv-2.jpg');
}

.main-results-img.mod--3 {
  background-image: linear-gradient(60deg, #000, rgba(0, 0, 0, .2) 50%), url('../images/bg-adv-3.jpg');
}

.main-results-img.mod--online-1 {
  background-image: linear-gradient(60deg, #000, rgba(0, 0, 0, .2) 50%), url('../images/bg-adv-online-1.jpg');
}

.main-results-img.mod--online-2 {
  background-image: linear-gradient(60deg, #000, rgba(0, 0, 0, .2) 50%), url('../images/bg-adv-online-2.jpg');
}

.main-results-img.mod--online-3 {
  background-image: linear-gradient(60deg, #000, rgba(0, 0, 0, .2) 50%), url('../images/bg-adv-online-3.jpg');
}

.mod--price-old {
  color: rgba(255, 255, 255, .3);
  text-decoration: line-through;
}

.course-intro-img {
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
  display: block;
}

.course-intro {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 420px);
  grid-auto-columns: minmax(0, 1fr);
  align-items: stretch;
  display: grid;
}

.course-intro-content {
  width: 100%;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 32px;
  padding: 40px;
}

.course-intro-btm {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 32px;
  padding-top: 32px;
}

.course-intro-btm-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.point-list {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.point-list.mod--4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.card-point {
  width: 100%;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  display: flex;
}

.card-point.mod--program {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.card-point-btm {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .1);
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
}

.card-point-img {
  width: 56px;
  height: 56px;
  min-height: 56px;
  min-width: 56px;
  object-fit: contain;
  display: block;
}

.course-program-img {
  z-index: -1;
  width: 100%;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  margin-top: -160px;
  display: block;
  position: relative;
}

.course-adv {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.course-adv-banner {
  background-color: #000;
  background-image: url('../images/bg-banner-contacts.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.course-adv-img {
  width: 60%;
  margin-bottom: 32px;
  display: block;
}

.course-adv-card {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.course-adv-el {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.card-expert {
  width: 100%;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: row;
  justify-content: space-between;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.card-expert.mod--review-sm {
  grid-template-columns: minmax(0, 1fr);
  grid-auto-flow: row;
  justify-items: start;
  padding: 24px;
}

.card-expert-img {
  width: 160px;
  height: 160px;
  max-width: none;
  object-fit: cover;
  border-radius: 100%;
  display: block;
}

.card-expert-img.mod--sm {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 100px;
  margin-right: 24px;
  overflow: hidden;
}

.card-expert-socials {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  justify-content: flex-start;
  justify-items: center;
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
}

.card-expert-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.card-review-img-fancy {
  width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.card-review-img-mask {
  z-index: 1;
  background-color: rgba(0, 0, 0, .1);
  background-image: url('../images/i-zoom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 56px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-adv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.banner-adv-el {
  width: 100%;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 12px;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.banner-adv-img {
  background-color: rgba(255, 255, 255, .05);
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.banner-adv-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.slider-sports {
  width: 100%;
  overflow: hidden;
}

.studio-map {
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.first-banner-l {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-right: 16px;
  display: flex;
}

.first-banner-r {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  align-items: center;
  padding-left: 16px;
  display: grid;
}

.first-banner-bg {
  width: 38.5%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.first-banner-l-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.card-course-sm {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
  overflow: hidden;
}

.card-course-sm.mod--review-sm {
  grid-template-columns: minmax(0, 1fr);
  grid-auto-flow: row;
  justify-items: start;
  padding: 24px;
}

.card-course-sm.mod--review-img {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  grid-template-columns: minmax(0, 1fr);
  padding-bottom: 0;
  position: relative;
}

.card-course-sm-content {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.card-course-sm-img-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.card-course-sm-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

.card-course-sm-img.mod--sm {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 100px;
  margin-right: 24px;
  overflow: hidden;
}

.slider-full-banner-img {
  width: 180px;
  display: block;
}

.banner-50 {
  width: 100%;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.banner-50-img {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.banner-50-content {
  z-index: 1;
  width: 50%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000;
  border-radius: 32px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.banner-50-content.mod--why {
  padding-top: 48px;
}

.header-aside-mask {
  z-index: 2;
  width: 100%;
  height: 32px;
  min-height: 32px;
  background-image: linear-gradient(#000, rgba(0, 0, 0, .2));
  margin-bottom: -28px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer-l-group-wrapper {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-bottom: 28px;
  display: flex;
}

.vacancies-filters-wrapper {
  width: 100%;
  overflow: hidden;
}

.list-empty {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 128px 64px;
  display: flex;
  overflow: hidden;
}

.list-preload {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 128px 64px;
  display: flex;
}

.list-preload-img {
  width: 64px;
  height: 64px;
  display: block;
}

.cookie {
  z-index: 10;
  width: 100%;
  max-width: 560px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border-radius: 16px;
  align-items: center;
  padding: 16px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 50px;
  left: 5%;
}

.mod--cookie-link {
  color: #fff;
}

.mod--cookie-link:hover {
  color: rgba(255, 255, 255, .7);
}

.banner-grey-group {
  width: 100%;
  max-width: 540px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 991px) {
  .screen {
    margin-bottom: 60px;
  }

  .screen.mod--header {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .screen.mod--header.mod--scroll {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .screen.mod--header-inner {
    margin-bottom: 30px;
    padding-top: 128px;
  }

  .screen.mod--header-inner.mod--dark.mod--lp {
    min-height: 480px;
  }

  .screen.mod--header-dark {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .screen.mod--header-dark.mod--scroll {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .screen.mod--404 {
    padding-top: 240px;
    padding-bottom: 32px;
  }

  .screen.mod--studio-map {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content.mod--header-inner {
    padding-bottom: 32px;
  }

  .content.mod--header-inner.mod--lp.mod--first {
    padding-top: 172px;
    padding-bottom: 30px;
  }

  .content.mod--footer {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    grid-auto-flow: row;
    display: flex;
  }

  .content.mod--vacancies {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: minmax(200px, 200px) minmax(0, 1fr);
  }

  .content.mod--blog {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 240px);
  }

  .content.mod--trainer-single {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: minmax(240px, 240px) minmax(0, 1fr);
  }

  .content.mod--qa {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: minmax(200px, 200px) minmax(0, 1fr);
  }

  .content.mod--slider-full, .content.mod--slider-full-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content.mod--main-fact {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content.mod--studio-map {
    max-width: 280px;
  }

  .content.mod--first-banner {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text--rich h2 {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .text--rich h1 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .text--rich h3 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .text--rich h4 {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .text--rich h5 {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .text--rich h6 {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .text--rich p {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .text--rich li {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .text--rich blockquote {
    margin-bottom: 24px;
    padding: 12px 16px;
    font-size: 16px;
  }

  .text--rich.mod--trainer-single {
    margin-top: 24px;
  }

  .text--h4 {
    font-size: 20px;
  }

  .text--h4.mod--review-lg {
    margin-top: 8px;
  }

  .text--body-1 {
    font-size: 24px;
  }

  .text--body-1.mod--card-course-price {
    margin-left: 16px;
  }

  .text--body-2 {
    font-size: 16px;
  }

  .text--body-2.mod--card-trainer, .text--body-2.mod--card-sport, .text--body-2.mod--card-review-truncate, .text--body-2.mod--card-review-modal, .text--body-2.mod--card-vacancy {
    margin-top: 8px;
  }

  .text--body-2.mod--card-course-price {
    margin-left: 8px;
  }

  .text--body-2.mod--banner-grey {
    margin-top: 8px;
  }

  .text--body-2.mod--slider-p {
    min-width: 80px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text--body-2.mod--404 {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .text--body-2.mod--qa-desc {
    margin-bottom: 8px;
  }

  .text--body-2.mod--lp, .text--body-2.mod--tabs, .text--body-2.mod--main-results, .text--body-2.mod--banner-50 {
    margin-top: 16px;
  }

  .text--h3 {
    font-size: 28px;
  }

  .text--h3.mod--contacts.mod--second {
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .text--h3.mod--slider-full-title {
    max-width: 360px;
  }

  .text--h3.mod--point.mod--second {
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .text--h5 {
    font-size: 18px;
  }

  .text--h5.mod--blog-filters {
    margin-bottom: 16px;
    margin-right: 24px;
    padding-bottom: 8px;
  }

  .text--caption {
    font-size: 14px;
  }

  .text--caption.mod--link-footer.mod--atm {
    margin-left: 16px;
  }

  .text--caption.mod--link-footer.mod--margin {
    margin-right: 16px;
  }

  .text--caption.mod--link-card-review, .text--caption.mod--review-lg {
    margin-left: 8px;
  }

  .text--h6 {
    font-size: 14px;
  }

  .text--h1 {
    font-size: 42px;
  }

  .text--h2 {
    font-size: 36px;
  }

  .text--h2.mod--main-fact {
    margin-top: 12px;
  }

  .text--h2.mod--point {
    margin-bottom: 24px;
  }

  .btn {
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn.mod--blur.mod--slider-r, .btn.mod--blur.mod--slider-l {
    padding: 8px 12px;
  }

  .btn.mod--blur.mod--lp {
    margin-top: 16px;
  }

  .btn.mod--blur.mod--cookie {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .btn.mod--white.mod--card-sport {
    min-width: 200px;
    margin-top: 32px;
  }

  .btn.mod--card-review {
    margin-top: 16px;
  }

  .btn.mod--form-modal {
    height: 48px;
    font-size: 16px;
    line-height: 100%;
  }

  .btn.mod--card-blog {
    margin-top: 16px;
  }

  .btn.mod--form-white {
    height: 48px;
    font-size: 16px;
    line-height: 100%;
  }

  .btn.mod--tabs-why {
    padding: 8px 12px;
  }

  .btn-icon {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .btn-icon.mod--left.mod--why {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    margin-right: 12px;
  }

  .btn-icon.mod--first-banner {
    width: 32px;
    height: 32px;
    min-height: 32px;
    min-width: 32px;
  }

  .logo {
    width: 154px;
    min-width: 154px;
  }

  .header-l {
    width: 100%;
    justify-content: space-between;
  }

  .header-r {
    display: none;
  }

  .bd {
    margin-bottom: 16px;
  }

  .header-inner-r-btn {
    margin-top: 16px;
  }

  .footer-dark {
    width: 100%;
    height: 186px;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .footer-dark.mod--studio {
    height: 240px;
  }

  .footer-r {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 0;
  }

  .footer-l {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 0;
  }

  .btn-social {
    width: 48px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
  }

  .footer-r-btm {
    margin-top: 16px;
    padding-top: 16px;
  }

  .footer-r-btm-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-pay {
    margin-top: 16px;
  }

  .scroll-up {
    width: 48px;
    height: 48px;
    bottom: 5%;
  }

  .cities-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 16px;
  }

  .list-filters {
    margin-bottom: 32px;
  }

  .list-filters.mod--blog {
    margin-bottom: 16px;
  }

  .list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .list-pagination {
    margin-top: 32px;
  }

  .btn-pagination {
    width: 48px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
  }

  .list-filters-content.mod--3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .form-select {
    height: 48px;
    min-height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .form-select.mod--margin {
    margin-right: 16px;
  }

  .card-trainer {
    border-radius: 24px;
    padding: 16px;
  }

  .card-trainer-btm {
    margin-top: 8px;
    padding-top: 8px;
  }

  .card-trainer-img {
    width: 80px;
    height: 80px;
    min-height: 80px;
    min-width: 80px;
  }

  .header-aside {
    width: 100%;
    max-width: none;
    min-width: auto;
    border-bottom-right-radius: 0;
    right: 0%;
    overflow: auto;
  }

  .header-aside-nav {
    height: auto;
    max-height: none;
    margin-top: 112px;
    overflow: visible;
  }

  .cities-list-aside {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 8px;
  }

  .card-sport {
    border-radius: 24px;
    padding: 24px;
  }

  .card-review {
    border-radius: 24px;
    grid-template-rows: repeat(auto-fit, minmax(0, auto));
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
  }

  .card-review-img.mod--sm {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .card-review-img-wrapper {
    height: 280px;
    min-height: 280px;
  }

  .card-review-content {
    padding: 16px;
  }

  .card-review-tags {
    margin-top: 8px;
  }

  .modal-header {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .modal-content {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .modal-body {
    margin-bottom: 24px;
  }

  .form-input {
    height: 48px;
    min-height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .form-modal-success-img {
    width: 28px;
    height: 28px;
  }

  .form-modal-success-img-circle {
    width: 64px;
    height: 64px;
  }

  .form-checkbox {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .select2-search__field {
    height: 48px;
    max-height: 48px;
    min-height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .card-blog {
    border-radius: 24px;
  }

  .card-blog-content {
    padding: 16px;
  }

  .card-blog-tags {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .card-blog-img-wrapper {
    height: 100%;
  }

  .card-vacancy {
    border-radius: 24px;
    padding: 16px;
  }

  .card-vacancy-btm {
    margin-top: 8px;
    padding-top: 8px;
  }

  .static-wrapper {
    padding: 24px;
  }

  .card-course {
    border-radius: 24px;
  }

  .card-course-img-wrapper {
    height: 100%;
  }

  .card-course-content {
    padding: 16px;
  }

  .card-course-title {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .card-course-cta {
    margin-top: 16px;
  }

  .card-course-trainer {
    margin-top: 16px;
    padding: 8px;
  }

  .card-course-trainer-img {
    width: 64px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
    margin-right: 8px;
  }

  .rich-wrapper, .vacancy-info {
    padding: 24px;
  }

  .contacts-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .card-contact {
    border-radius: 24px;
    padding: 16px;
  }

  .card-contacts-btm {
    margin-top: 8px;
    padding-top: 8px;
  }

  .vacancy-more-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .screen-title {
    margin-bottom: 24px;
  }

  .screen-title.mod--line {
    padding-bottom: 24px;
  }

  .header-inner-l-tags {
    margin-top: 16px;
  }

  .blog-aside {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .banner-grey {
    border-radius: 24px;
  }

  .banner-grey.mod--form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 24px;
    padding: 24px;
  }

  .banner-grey.mod--adv {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 24px;
    padding: 24px;
  }

  .blog-aside-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .card-blog-aside {
    border-radius: 24px;
    padding: 16px;
  }

  .blog-aside-tags {
    margin-bottom: 8px;
  }

  .form-banner {
    width: 240px;
    max-width: 240px;
    min-width: 240px;
  }

  .form-banner-success-img-circle {
    width: 64px;
    height: 64px;
  }

  .trainer-aside {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .trainer-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .trainer-socials {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .trainer-gallery-controls {
    bottom: 24px;
  }

  .trainer-img {
    width: 240px;
    height: 240px;
    min-width: 240px;
  }

  .trainer-tracks {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
  }

  .header-controls {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .header-controls.mod--plans {
    margin-bottom: 12px;
  }

  .trainer-ach {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
  }

  .card-review-sm-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .card-plan {
    border-radius: 24px;
    padding: 16px;
  }

  .card-plan-btm {
    margin-top: 8px;
    padding-top: 8px;
  }

  .card-plan-btn {
    grid-template-columns: minmax(0, 1fr);
  }

  .plans-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .qa-desc {
    margin-top: 24px;
  }

  .qa-question {
    padding-bottom: 16px;
  }

  .qa-list {
    border-radius: 24px;
    padding: 24px;
  }

  .contacts-studio {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .contacts-studio-banner {
    border-radius: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contacts-studio-banner-img {
    margin-bottom: 24px;
  }

  .card-contact-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .lp-btn {
    margin-top: 16px;
  }

  .lp-banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 16px;
    padding: 16px;
  }

  .sport-banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .sport-accent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 280px);
  }

  .sport-banner-el {
    padding-bottom: 16px;
  }

  .review-lg-dec {
    width: 32px;
    min-width: 32px;
  }

  .review-lg-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 16px;
  }

  .review-lg-img {
    width: 120px;
    height: 120px;
    min-height: 120px;
    min-width: 120px;
  }

  .review-lg-tags {
    margin-top: 8px;
  }

  .slider-full.mod--first, .slider-full-img, .slider-full-img.mod--first {
    min-height: 480px;
  }

  .slider-full-banner {
    max-width: 360px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 16px;
    padding: 16px;
  }

  .slider-full-controls {
    bottom: 30px;
  }

  .slider-full-controls.mod--first {
    top: 112px;
  }

  .main-accent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tabs.mod--why {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: minmax(240px, 240px) minmax(0, 1fr);
  }

  .tabs-menu {
    padding-left: 24px;
    padding-right: 24px;
    top: 24px;
  }

  .tabs-menu.mod--why {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .tabs-pane {
    border-radius: 24px;
  }

  .tabs-pane-content {
    border-radius: 24px;
    padding: 96px 24px 24px;
  }

  .tabs-pane-content.mod--why {
    padding-top: 24px;
  }

  .tabs-btn {
    margin-top: 16px;
  }

  .main-results {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .main-results-el {
    border-radius: 24px;
    padding: 164px 24px 24px;
  }

  .course-intro {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 280px);
  }

  .course-intro-content {
    padding: 24px;
  }

  .course-intro-btm {
    margin-top: 24px;
    padding-top: 24px;
  }

  .point-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .point-list.mod--4 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .card-point {
    border-radius: 24px;
    padding: 16px;
  }

  .card-point.mod--program {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .card-point-btm {
    margin-top: 8px;
    padding-top: 8px;
  }

  .card-point-img {
    width: 36px;
    height: 36px;
    min-height: 36px;
    min-width: 36px;
  }

  .course-program-img {
    margin-top: -120px;
  }

  .course-adv {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .course-adv-banner {
    border-radius: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .course-adv-img {
    margin-bottom: 24px;
  }

  .course-adv-card {
    border-radius: 24px;
    padding: 16px;
  }

  .course-adv-el {
    padding-bottom: 16px;
  }

  .card-expert {
    border-radius: 24px;
    grid-template-rows: repeat(auto-fit, minmax(0, auto));
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
  }

  .card-expert-img {
    width: 80px;
    height: 80px;
  }

  .card-expert-img.mod--sm {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .card-expert-socials {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .banner-adv {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: minmax(0, 1fr);
  }

  .first-banner-l {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-right: 8px;
  }

  .first-banner-r {
    grid-auto-flow: row;
    padding-left: 8px;
  }

  .first-banner-l-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .card-course-sm {
    border-radius: 24px;
    flex-direction: column-reverse;
    grid-template-rows: repeat(auto-fit, minmax(0, auto));
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    display: flex;
  }

  .card-course-sm-content {
    padding: 16px;
  }

  .card-course-sm-img-wrapper {
    height: 160px;
    min-height: 160px;
  }

  .card-course-sm-img.mod--sm {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .banner-50 {
    border-radius: 24px;
  }

  .banner-50-content {
    border-radius: 24px;
    padding: 24px;
  }

  .header-aside-mask {
    height: 112px;
    min-height: 112px;
    margin-bottom: 0;
    display: none;
    position: absolute;
    top: -112px;
  }

  .list-empty {
    border-radius: 24px;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .list-preload {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .cookie {
    max-width: 460px;
  }

  .banner-grey-group {
    max-width: 240px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  a {
    padding-bottom: 1px;
  }

  .screen {
    margin-bottom: 30px;
  }

  .screen.mod--header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .screen.mod--header.mod--scroll {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .screen.mod--header-inner {
    padding-top: 104px;
  }

  .screen.mod--header-dark {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .screen.mod--header-dark.mod--scroll {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .screen.mod--studio-map {
    justify-content: flex-end;
  }

  .content.mod--header-inner {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
  }

  .content.mod--header-inner.mod--lp {
    grid-template-columns: minmax(0, 1fr);
  }

  .content.mod--header-inner.mod--lp.mod--first {
    padding-top: 172px;
  }

  .content.mod--vacancies, .content.mod--blog {
    grid-template-columns: minmax(0, 1fr);
  }

  .content.mod--trainer-single {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    grid-template-columns: minmax(0, 1fr);
    justify-content: flex-end;
    display: flex;
  }

  .content.mod--qa, .content.mod--main-fact {
    grid-template-columns: minmax(0, 1fr);
  }

  .text--rich a {
    padding-bottom: 1px;
  }

  .text--body-1.mod--review-lg {
    font-size: 20px;
  }

  .text--body-2.mod--form-success, .text--body-2.mod--form-banner-success {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .text--body-2.mod--slider-p {
    min-width: 60px;
  }

  .text--h3.mod--slider-full-title {
    margin-top: 60px;
  }

  .text--caption.mod--link-footer.mod--atm {
    margin-top: 16px;
    margin-left: 0;
    display: block;
  }

  .text--caption.mod--link-footer.mod--margin {
    margin-bottom: 16px;
    margin-right: 0;
    display: block;
  }

  .text--h2.mod--white {
    font-size: 28px;
  }

  .text--h2.mod--main-fact.mod--centered {
    text-align: right;
  }

  .btn {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .btn.mod--white.mod--card-sport {
    min-width: auto;
  }

  .btn.mod--label-lg.mod--dropdown-mob {
    justify-content: space-between;
    margin-bottom: 16px;
    display: flex;
  }

  .btn.mod--label-lg.mod--slider {
    padding-left: 8px;
    padding-right: 8px;
  }

  .btn.mod--label-lg-white.mod--dropdown-mob {
    justify-content: space-between;
    margin-bottom: 16px;
    display: flex;
  }

  .btn.mod--label-lg-white.mod--slider {
    padding-left: 8px;
    padding-right: 8px;
  }

  .btn.mod--tabs-why.mod--dropdown-mob {
    justify-content: space-between;
    margin-bottom: 16px;
    display: flex;
  }

  .btn.mod--tabs-why.mod--slider {
    padding-left: 8px;
    padding-right: 8px;
  }

  .header-inner-r {
    align-items: flex-start;
  }

  .footer-dark {
    height: 166px;
  }

  .btn-social {
    width: 36px;
    height: 36px;
    min-height: 36px;
    min-width: 36px;
  }

  .footer-r-top {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .footer-r-btm-2, .footer-links-legacy {
    flex-direction: column;
    align-items: flex-start;
  }

  .drop-toggle.mod--footer-cities, .drop-toggle.mod--tab-cities {
    width: 280px;
  }

  .list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .list.mod--course-expert {
    grid-template-columns: minmax(0, 1fr);
  }

  .btn-pagination {
    width: 36px;
    height: 36px;
    min-height: 36px;
    min-width: 36px;
  }

  .list-filters-content.mod--3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: minmax(0, 1fr);
  }

  .form-select.mod--margin {
    margin-right: 8px;
  }

  .card-trainer-btm {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-trainer-tags {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .header-aside {
    justify-content: flex-start;
  }

  .header-aside-nav {
    height: auto;
    margin-top: 96px;
  }

  .card-review-img.mod--sm {
    width: 64px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .card-review-img-wrapper {
    height: 240px;
    min-height: 240px;
  }

  .modal-content {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .select2-selection__choice__remove {
    height: 22px;
    max-height: 22px;
    min-height: 22px;
  }

  .select2-results__options {
    max-width: 280px;
  }

  .form-content.mod--search {
    flex-direction: column;
    align-items: flex-start;
  }

  .vacancies-aside {
    position: relative;
    top: auto;
  }

  .card-vacancy-btm {
    flex-direction: column;
    align-items: flex-start;
  }

  .vacancies-filters {
    align-content: start;
    align-items: start;
  }

  .card-course {
    grid-template-columns: minmax(0, 1fr) minmax(0, .5fr);
  }

  .contacts-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .card-contacts-btm {
    flex-direction: column;
    align-items: flex-start;
  }

  .vacancy-more-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .blog-aside {
    position: relative;
    top: auto;
  }

  .banner-grey.mod--form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .banner-grey.mod--adv {
    flex-direction: column;
    grid-template-columns: minmax(0, 1fr);
    justify-content: flex-start;
  }

  .banner-grey-text {
    width: 100%;
    margin-right: 0;
  }

  .form-banner {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .trainer-aside {
    margin-top: 24px;
    position: relative;
    top: auto;
  }

  .trainer-img.swiper-slide {
    width: 100%;
    min-width: 100%;
  }

  .card-review-sm-header {
    flex-direction: row;
  }

  .screen-title-text {
    flex-direction: column;
    align-items: flex-start;
  }

  .screen-title-text.mod--nowrap {
    flex-direction: row;
    align-items: flex-end;
  }

  .screen-title-tags {
    margin-top: 12px;
    margin-left: 0;
  }

  .screen-title-tags.mod--nowrap {
    margin-top: 0;
    margin-left: 8px;
  }

  .card-plan-btm {
    flex-direction: column;
    align-items: flex-start;
  }

  .plans-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .qa-desc {
    margin-top: 16px;
  }

  .qa-answer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contacts-studio {
    grid-template-columns: minmax(0, 1fr);
  }

  .contacts-studio-banner-img {
    max-width: 280px;
  }

  .card-contact-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .lp-banner {
    max-width: none;
  }

  .sport-accent {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 240px);
  }

  .review-lg-dec {
    width: 24px;
    min-width: 24px;
  }

  .review-lg-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .review-lg-img {
    width: 80px;
    height: 80px;
    min-height: 80px;
    min-width: 80px;
  }

  .slider-full-banner {
    max-width: 280px;
  }

  .slider-full-controls {
    top: 30px;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .tabs.mod--why {
    grid-template-columns: minmax(0, 1fr);
  }

  .tabs-menu {
    width: 100%;
    top: 180px;
  }

  .tabs-content.mod--why, .tabs-pane.mod--why {
    height: auto;
  }

  .tabs-pane-content {
    width: 100%;
    background-color: #000;
    border-radius: 0 0 24px 24px;
    padding-top: 80px;
  }

  .tabs-pane-content.mod--why {
    height: auto;
  }

  .tabs-img {
    height: 160px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .main-results {
    grid-template-columns: minmax(0, 1fr);
  }

  .course-intro-img {
    max-height: 360px;
  }

  .course-intro {
    grid-template-columns: minmax(0, 1fr);
  }

  .point-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .card-point-btm {
    flex-direction: column;
    align-items: flex-start;
  }

  .course-program-img {
    margin-top: -80px;
  }

  .course-adv {
    grid-template-columns: minmax(0, 1fr);
  }

  .course-adv-img {
    max-width: 280px;
  }

  .card-expert-img.mod--sm, .card-course-sm-img.mod--sm {
    width: 64px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .banner-50-img {
    height: 160px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .banner-50-content {
    width: 100%;
    background-color: #000;
    border-radius: 0;
  }

  .header-aside-mask {
    height: 96px;
    min-height: 96px;
    top: -96px;
  }

  .list-empty, .list-preload {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cookie {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    bottom: 30px;
    left: 0;
  }

  .banner-grey-group {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .content.mod--studio-map {
    width: 80%;
  }

  .content.mod--first-banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: minmax(0, 1fr);
  }

  .text--body-2.mod--screen-title {
    margin-top: 12px;
  }

  .btn.mod--blur.mod--cookie {
    width: 100%;
  }

  .btn.mod--linear.mod--vacancy-more-title {
    margin-top: 16px;
  }

  .btn.mod--white.mod--card-sport, .btn.mod--card-review, .btn.mod--form-modal, .btn.mod--form-white {
    width: 100%;
  }

  .btn.mod--banner-grey {
    width: 100%;
    margin-top: 16px;
  }

  .btn-icon.mod--first-banner {
    display: none;
  }

  .footer-dark {
    height: 178px;
  }

  .footer-r-top {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
  }

  .list {
    grid-template-columns: minmax(0, 1fr);
  }

  .list-filters-content {
    flex-direction: column;
  }

  .form-select {
    width: 100%;
  }

  .form-select.mod--margin {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .header-aside-adress {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .header-aside-adress-dec {
    background-color: rgba(0, 0, 0, 0);
    margin: 0 0 18px;
  }

  .modal-content {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .modal-wrapper {
    align-items: flex-start;
  }

  .form-modal-content {
    flex-direction: column;
  }

  .form-input {
    width: 100%;
  }

  .card-blog {
    flex-direction: column-reverse;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    display: flex;
  }

  .card-blog-img-wrapper {
    max-height: 160px;
    min-height: 160px;
  }

  .card-course {
    flex-direction: column-reverse;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    display: flex;
  }

  .card-course-img-wrapper {
    max-height: 160px;
    min-height: 160px;
  }

  .contacts-list, .vacancy-more-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .screen-title, .banner-grey {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-banner-socials {
    margin-top: 16px;
  }

  .form-banner-content {
    flex-direction: column;
  }

  .trainer-tracks-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-controls {
    margin-top: 12px;
    margin-left: 0;
  }

  .header-controls.mod--plans {
    margin-top: 0;
  }

  .screen-title-text {
    margin-right: 0;
  }

  .plans-list, .lp-btn {
    grid-template-columns: minmax(0, 1fr);
  }

  .lp-banner, .sport-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .sport-accent {
    grid-template-columns: minmax(0, 1fr);
  }

  .slider-full-img {
    min-height: 600px;
  }

  .slider-full-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-accent {
    grid-template-columns: minmax(0, 1fr);
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: minmax(0, 1fr);
  }

  .tabs-pane-content {
    padding-top: 104px;
  }

  .tabs-btn {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
  }

  .course-intro, .point-list, .point-list.mod--4 {
    grid-template-columns: minmax(0, 1fr);
  }

  .first-banner-l {
    padding-right: 0;
  }

  .first-banner-r {
    padding-left: 0;
  }

  .first-banner-bg {
    width: 100%;
    height: 96px;
    top: auto;
    left: 0%;
  }

  .first-banner-l-text {
    width: 100%;
  }

  .cookie {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
}

#w-node-de202c7e-42bd-59a6-0f7a-cda86f3fd873-6f477de2, #w-node-de202c7e-42bd-59a6-0f7a-cda86f3fd883-6f477de2, #w-node-_85771e00-c532-4ea8-7e05-c983ee7d3e4d-6f477de2, #w-node-_85771e00-c532-4ea8-7e05-c983ee7d3e58-6f477de2, #w-node-_32e3e6fb-b3e9-2008-6210-54217293e1ea-6f477de2, #w-node-fef578ee-f01a-cc7e-5a73-688c4e84bda0-6f477de2, #w-node-_68d6f0e7-e017-5176-b017-a13dce2dc720-6f477de2, #w-node-fc04b8b4-0b72-0eba-1d36-ac9c71616551-6f477de2, #w-node-c85152f3-9153-a345-c2e5-369db76a8875-6f477de2, #w-node-_931a6570-bbaf-71b4-1b23-c64be17bc1e3-6f477de2, #w-node-_20e7cd50-5bd9-376b-07b9-41744d76d90b-6f477de2, #w-node-f3fbcf51-8b23-22f4-d153-995f01000d16-6f477de2, #w-node-f6c9c794-b30c-5c7b-aabd-b30c564c2015-0ebed953, #w-node-_191ee05a-b110-3bf4-700f-84320ebed988-0ebed953, #w-node-_191ee05a-b110-3bf4-700f-84320ebed98a-0ebed953, #w-node-_191ee05a-b110-3bf4-700f-84320ebed98c-0ebed953, #w-node-_191ee05a-b110-3bf4-700f-84320ebed98e-0ebed953, #w-node-_071fd794-20ff-5801-858a-5979c18343b9-c183436f, #w-node-_4958f432-9960-46bd-2b73-9a67ae7e589e-248f8dc5, #w-node-d802c124-caae-12df-fb6a-101b912c2324-912c22d9, #w-node-_03ceea8b-851d-335a-90f7-7e6056512aaf-0c67a9ba, #w-node-a46ac46a-51c2-1b23-b19a-5a9f1bbee833-0c67a9ba, #w-node-_0eb8cb6d-3210-18e9-004d-04a18852c4d9-8852c4ce, #w-node-_0eb8cb6d-3210-18e9-004d-04a18852c503-8852c4ce, #w-node-_0eb8cb6d-3210-18e9-004d-04a18852c505-8852c4ce, #w-node-d05f79b8-7ba6-bb51-59b5-4f54ccf052a4-0d06f90f, #w-node-e379c4e4-2bdd-2052-8983-6f2de3a76b60-0d06f90f, #w-node-_4ef6a285-f0c2-5855-88f1-5dce37f04fea-0d06f90f, #w-node-_52635566-640b-0cbb-9ef9-b70712f7e4ad-0d06f90f, #w-node-_2ccf1e52-426f-3006-850d-b42b9d6df2b5-0d06f90f, #w-node-fa8bc852-e644-3741-f989-f25e44150661-7478667e, #w-node-_2c8168ca-866d-e4fc-33c9-173887f8d30b-7478667e, #w-node-_1f84c790-083e-dad7-0b94-6c6832e71ca2-7478667e, #w-node-_0271d217-0c3c-ff69-d57a-5d7ce31e44a9-7478667e, #w-node-b0b4a689-c5a3-9508-406c-dbda20c40e05-7478667e, #w-node-e0834b84-910d-8a63-9fb0-96577dd20e4b-7478667e, #w-node-c38670ea-3ed4-09aa-2ffc-5f5a6b1e8123-7478667e, #w-node-_2464d86c-41a2-39ad-98f9-453fe8c93363-e8c9335c, #w-node-_2464d86c-41a2-39ad-98f9-453fe8c93395-e8c9335c, #w-node-_2464d86c-41a2-39ad-98f9-453fe8c93397-e8c9335c, #w-node-_2464d86c-41a2-39ad-98f9-453fe8c93399-e8c9335c, #w-node-_2464d86c-41a2-39ad-98f9-453fe8c9339b-e8c9335c, #w-node-_2464d86c-41a2-39ad-98f9-453fe8c9339d-e8c9335c, #w-node-_3ef17bda-58c0-eef9-6ab1-14daf0ec0c6b-f0ec0c1f, #w-node-a4e3e618-e501-e899-64df-7e49f2aaa67a-cfbf6e53, #w-node-_95cc482a-0795-bd02-d8af-903a3badb75f-cfbf6e53, #w-node-a4e3e618-e501-e899-64df-7e49f2aaa67a-a53e5d60, #w-node-_95cc482a-0795-bd02-d8af-903a3badb75f-a53e5d60, #w-node-_0db991b9-fd90-ad81-9a21-211b2724c5d6-a53e5d60, #w-node-c6ab9a21-8aa3-ae3a-e6c3-b6ae813cb53a-a53e5d60, #w-node-_87b9235a-5378-f4aa-e831-b3c38d5d50a0-a53e5d60, #w-node-_8f78a2be-7549-dc58-16f2-e4f1646b5fb1-a53e5d60, #w-node-fe4f5162-d2e9-feec-e830-4889d335250f-a53e5d60, #w-node-_14e39ebd-f7a0-e80f-3e30-1dd32dd47ba7-a53e5d60, #w-node-d5d33832-9977-0000-2000-04e315a58b92-a53e5d60, #w-node-de202c7e-42bd-59a6-0f7a-cda86f3fd873-e67d7948, #w-node-de202c7e-42bd-59a6-0f7a-cda86f3fd883-e67d7948, #w-node-_85771e00-c532-4ea8-7e05-c983ee7d3e4d-e67d7948, #w-node-_85771e00-c532-4ea8-7e05-c983ee7d3e58-e67d7948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1637f0f-474e-2fb8-4b06-ba3bca0b9e37-e67d7948 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0a80fdf4-9b09-ba73-8e67-d38eaa992cbd-e67d7948, #w-node-a75dd876-1597-3f87-1c23-98b6b025e748-e67d7948, #w-node-e9cd4227-732e-c5fb-12e6-227faa57849f-e67d7948, #w-node-_393742ba-d9f1-ca81-01e7-fbc165cc403c-e67d7948, #w-node-a4e3e618-e501-e899-64df-7e49f2aaa67a-8b8f8211, #w-node-_95cc482a-0795-bd02-d8af-903a3badb75f-8b8f8211, #w-node-_5d1e7f6e-e167-77f4-8405-25f8f25fcac4-8b8f8211, #w-node-c4cb64a1-d639-9ec1-b209-7a696b8c3f2d-8b8f8211, #w-node-c4cb64a1-d639-9ec1-b209-7a696b8c3f33-8b8f8211, #w-node-c4cb64a1-d639-9ec1-b209-7a696b8c3f3d-8b8f8211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eac736fd-accb-c8e7-c336-45d2a34a9a16-8b8f8211 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_52e46fe2-b938-90fa-dd11-d24f16697388-8b8f8211, #w-node-_52e46fe2-b938-90fa-dd11-d24f1669738b-8b8f8211, #w-node-a1ef670b-ca67-6b61-d32a-8958d51f132d-8b8f8211, #w-node-_802ab341-df2e-54a8-a428-93bc9b126fea-8b8f8211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_191ee05a-b110-3bf4-700f-84320ebed987-0ebed953, #w-node-_0eb8cb6d-3210-18e9-004d-04a18852c502-8852c4ce, #w-node-_2464d86c-41a2-39ad-98f9-453fe8c93394-e8c9335c {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_191ee05a-b110-3bf4-700f-84320ebed987-0ebed953, #w-node-_0eb8cb6d-3210-18e9-004d-04a18852c502-8852c4ce, #w-node-_2464d86c-41a2-39ad-98f9-453fe8c93394-e8c9335c {
    grid-column-end: 2;
  }
}


@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}