.video .video-ico:hover {
  transform: scale(1.1, 1.1);
}
.video .video-ico {
  background-size: contain;
  position: absolute;
  height: 160px;
  width: 160px;
  margin-top: -80px;
  margin-left: -80px;
  left: 50%;
  top: 50%;
  background-image: url(../img/youtube_play_yellow.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  opacity: 85%;
}
.video__image-box{
  position: relative;
}
.overlay {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 99;
}
.overlay.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal_custom {
  background: white;
  text-align: center;
  padding: 40px 80px;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}
.overlay .modal_custom.open {
  opacity: 1;
  pointer-events: inherit;
  background: black;
}
a {
  color: #fff;
}
.wpcf7 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpcf7 > p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wpcf7-form-control-wrap {
  /* display: block; */
  flex: 0 0 40%;
  /* width: 38.2%; */
}

.wpcf7-submit {
}

.main-form-submission__entry-field::-webkit-input-placeholder {
  font-family: Intro;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 20px;
}

.main-form-submission__entry-field::-moz-placeholder {
  font-family: Intro;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 20px;
}

.main-form-submission__entry-field:-ms-input-placeholder {
  font-family: Intro;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 20px;
}

.main-form-submission__entry-field::-ms-input-placeholder {
  font-family: Intro;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 20px;
}

.main-form-submission__button > span,
.main-form-submission__entry-field::placeholder,
.submission-form__heading,
.our__heading,
.video__heading,
.gallery__heading,
.lesson-program__heading,
.benefits__heading,
.about__heading,
.main-screen__title,
.primary-button__text {
  font-family: Intro;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.map__info-label,
.benefits__text,
.menu__link,
.burger__link,
.our-card__text,
.card__text {
  font-family: Mont;
  font-weight: 600;
  color: #ffffff;
}

@font-face {
  font-family: Intro;
  font-display: swap;
  src: url("../fonts/Intro-Regular.woff2") format("woff2"),
    url("../fonts/Intro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Mont;
  font-display: swap;
  src: url("../fonts/Mont-Bold.woff2") format("woff2"),
    url("../fonts/Mont-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Mont;
  font-display: swap;
  src: url("../fonts/Mont-Regular.woff2") format("woff2"),
    url("../fonts/Mont-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Mont;
  font-display: swap;
  src: url("../fonts/Mont-SemiBold.woff2") format("woff2"),
    url("../fonts/Mont-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

.svg-close-dims,
.svg-youtube_negative-dims,
.svg-instagram_negative-dims,
.svg-facebook_negative-dims {
  width: 24px;
  height: 24px;
  fill: #e4ab39;
}

.svg-watsapp-dims,
.svg-google-dims,
.svg-calendar-dims,
.svg-building-dims {
  width: 30px;
  height: 30px;
}

.svg-ilustrations_1-dims {
  width: 100%;
  height: auto;
}

.svg-ilustrations_2-dims {
  width: 100%;
  height: auto;
}

.svg-ilustrations_3-dims {
  width: 100%;
  height: auto;
}

.svg-ilustrations_4-dims {
  width: 100%;
  height: auto;
}

.svg-ilustrations_5-dims {
  width: 100%;
  height: auto;
}

.svg-ilustrations_6-dims {
  width: 100%;
  height: auto;
}

.svg-burger-dims {
  width: 100%;
  height: auto;
}

.svg-ellipse-dims {
  width: 100%;
  height: auto;
}

.svg-ellipse-dims {
  width: 17px;
  height: 17px;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 20px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: Mont;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: Mont;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/

body {
  background-color: #131316;
  color: #ffffff;
  font-family: Mont;
  font-weight: 600;
}

body span {
  color: red;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

._container {
  max-width: 1170px;
  margin: 0 auto;
}

.logo {
  width: 100%;
}

.logo__image-box {
  display: block;
}

.logo__image {
  width: 100%;
  min-width: 116px;
  min-height: 47px;
  max-width: 170px;
}

.logo > img {
  width: 100%;
}

.primary-button {
  background-color: #e4ab39;
  border-radius: 4px;
  max-width: 370px;
  min-width: 270px;
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.primary-button__text {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}

.primary-button_size_290 {
  width: 290px;
}

.primary-button_type_youtube {
  background-color: transparent;
  border: 2px solid #ffffff;
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.3));
}

.primary-button_type_youtube:hover {
  background-color: #e4ab39;
  border: 2px solid #e4ab39;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.primary-button_type_youtube > span {
  position: relative;
}

.primary-button_type_youtube > span::before {
  content: "";
  top: -4px;
  left: -34px;
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/youtube_negative.svg") no-repeat;
}

.card {
  max-width: 370px;
  min-width: 290px;
  height: 400px;
  border: 3px solid #e4ab39;
  -webkit-filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.5));
  border-radius: 20px;
  overflow: hidden;
}

.card__body {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__row_jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card__col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 49.75%;
  flex: 0 1 49.75%;
}

.card__col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 99.5%;
  flex: 0 1 99.5%;
}

.card__img-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card__img-box_ilustrations_1 {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  width: 109px;
  height: 171px;
  margin: 0 auto 52px auto;
}

.card__img-box_ilustrations_2 {
  width: 173px;
  height: 175px;
  margin: 39px auto 10px auto;
}

.card__img-box_ilustrations_3 {
  width: 160px;
  height: 175px;
  margin: 39px auto 10px auto;
}

.card__img-box_ilustrations_4 {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-bottom: 37px;
  width: 160px;
  height: 184px;
  margin: 0px auto 37px auto;
}

.card__img-box_ilustrations_5 {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  width: 136px;
  height: 190px;
  margin: 0px auto 37px auto;
}

.card__img-box_ilustrations_6 {
  width: 98px;
  height: 160px;
  margin: 0px auto 61px auto;
}

.card__text-box {
  text-align: center;
  max-width: 330px;
  margin-bottom: 25px;
  margin: 0 auto;
  height: 100%;
}

.card__sub-heading {
  font-family: Mont;
  font-weight: 800;
  color: #e4ab39;
  text-align: center;
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
  border-bottom: 1px solid #ffffff;
}

.card__text {
  text-align: center;
}

.our-card {
  max-width: 372px;
  min-width: 290px;
  border: 3px solid #e4ab39;
  -webkit-filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.5));
  border-radius: 20px;
}

.our-card__body {
  padding-bottom: 32px;
}

.our-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-card__row_jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our-card__col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 99.5%;
  flex: 0 1 99.5%;
  max-width: 362px;
}

.our-card__image-box {
  padding-bottom: 85.5%;
  position: relative;
  overflow: hidden;
}

.our-card__image {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0;
}

.our-card__text-box {
  padding-top: 20px;
  text-align: center;
}

.our-card__heading {
  font-family: Mont;
  font-weight: 800;
  text-align: center;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 8px;
  overflow: hidden;
}

.our-card__heading > span {
  color: #e4ab39;
}

.our-card__heading::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 31%;
  width: 39%;
  height: 1px;
  background-color: #ffffff;
}

.our-card__label {
  font-family: Mont;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

.our-card__text {
  text-align: center;
  padding: 0px 18px;
}

.mapping__body > iframe {
  max-width: 100%;
  width: 100%;
}

.burger {
  position: fixed;
  top: -400%;
  left: 0;
  z-index: -2;
  background-color: #131316;
  min-width: 100%;
}

.burger[data-show="false"] {
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  top: -400%;
  left: 0;
  z-index: -2;
}

.burger[data-show="true"] {
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  top: 0;
  left: 0;
  z-index: 2;
}

.burger__body {
  padding: 6px 0px 100% 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger__menu {
  width: 100%;
  padding-bottom: 60px;
}

.burger__header {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 67px;
}

.burger__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger__link {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.burger__link > a {
  color: #ffffff;
}

.burger__link:not(:last-child) {
  margin-bottom: 30px;
}

.burger__button-box {
  position: absolute;
  top: 12%;
  right: 6.5%;
}

.burger__logo {
  width: 36%;
}

.svg-close-dims {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.header__body {
  margin: 10px 0px 11px 0px;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__row_jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.5833333333%;
  flex: 0 1 16.5833333333%;
}

.header__col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 49.75%;
  flex: 0 1 49.75%;
}

.header__menu {
  padding: 0px 55px;
}

.header__burger-box {
  display: none;
}

.header__burger-box {
  width: 40px;
  height: 40px;
}

.header__burger-button > svg {
  height: 40px;
}

.footer__body {
  padding: 40px 0px 28px 0px;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__row_jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.5833333333%;
  flex: 0 1 16.5833333333%;
}

.footer__col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 49.75%;
  flex: 0 1 49.75%;
}

.footer__menu {
  padding: 0px 55px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu_jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__link {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social_jcfe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social__item:not(:last-child) {
  margin-right: 20px;
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

._gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

._gallery__swiper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 83%;
  flex: 0 1 83%;
  overflow: hidden;
  height: 542px;
}

._gallery__swiper-slide {
  border-radius: 10px;
}

._gallery__swiper-image {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

._gallery__swiper-mini {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 14.5%;
  flex: 0 1 14.5%;
  overflow-y: scroll;
  max-height: 542px;
}

._gallery__swiper-mini::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}

._gallery__swiper-mini::-webkit-scrollbar-thumb {
  background-color: #e4ab39;
  border-radius: 5px;
}

._gallery__swiper-mini-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._gallery__swiper-mini-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  width: auto !important;
  margin-bottom: 30px;
}

._gallery__swiper-mini-image-box {
  position: relative;
  padding: 0px 0px 70% 0px;
}

._gallery__swiper-mini-image {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*.slide-color-active > ._gallery__swiper-image-box > picture > img {*/
/*  border: 4px solid #e4ab39;*/
/*}*/

.swiper-slide-thumb-active > ._gallery__swiper-mini-image-box > picture > img {
  border: 4px solid #e4ab39;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
  top: 75%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #e4ab39;
  font-size: 9px;
  position: absolute;
  top: 8px;
  left: 10px;
}

.swiper-pagination {
  width: 50px !important;
  height: 227px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  top: 85% !important;
  left: 45%;
}

.swiper-pagination-bullet-active-main {
  background-color: transparent !important;
  border: 4px solid #e4ab39 !important;
  height: 24px !important;
  width: 24px !important;
  border-radius: 50% !important;
}

.swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background-color: transparent;
  border: 3px solid #d3d3d3;
  border-radius: 50%;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-webp .page__main-screen {
  background: url("../img/main_screen_image.png") no-repeat top center;
}

.page__main-screen {
  padding: 194px 0px 193px 0px;
}

.page__about {
  padding: 63px 0px 100px 0px;
}

.no-webp .page__benefits {
  background: url("../img/background-image.png") no-repeat top center #e4ab39;
}

.page__benefits {
  padding: 63px 0px;
}

.page__lesson-program {
  padding: 100px 0px;
}

.page__gallery {
  padding-bottom: 123px;
}

.no-webp .page__video {
  background: url("../img/background-image_2.png") no-repeat top center #e4ab39;
}

.page__video {
  padding: 30px 0px;
}

.page__our {
  padding: 90px 0px 100px 0px;
}

.no-webp .page__submission-form {
  background: url("../img/background-image_3.png") no-repeat top center #e4ab39;
}

.page__submission-form {
  padding: 40px 0px;
}

.main-screen__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-screen__row_jcfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-screen__col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 49.75%;
  flex: 0 1 49.75%;
}

.main-screen__title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.main-screen__description {
  font-weight: 400;
  margin-bottom: 50px;
}

.main-screen__button-box {
  max-width: 270px;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.about__row_jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about__row_jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__row:last-child {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.about__col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48.755%;
  flex: 0 1 48.755%;
}

.about__heading-box {
  margin-bottom: 50px;
  text-align: center;
}

.about__text-box {
  min-width: 290px;
}

.about__image-box {
  max-width: 100%;
  min-width: 290px;
}

.about__heading {
  text-align: center;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #e4ab39;
}

.about__text {
  text-align: center;
}

.about__image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.benefits__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.benefits__row_jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.benefits__row_jcfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.benefits__col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 82.9166666667%;
  flex: 0 1 82.9166666667%;
}

.benefits__col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 99.5%;
  flex: 0 1 99.5%;
}

.benefits__heading-box {
  margin-bottom: 40px;
  padding: 0px 22px;
}

.benefits__heading {
  text-align: center;
}

.benefits__text {
  text-align: center;
  color: #000;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
}

.benefits__text:not(:last-child) {
  margin-bottom: 46px;
}

.benefits__text:nth-child(1) {
  margin-left: 10px;
  margin-right: 200px;
  padding-left: 71px;
  padding-bottom: 20px;
}

.benefits__text:nth-child(2) {
  margin-left: 100px;
  padding-left: 82px;
  margin-right: 100px;
}

.benefits__text:nth-child(3) {
  margin-left: 210px;
  padding-left: 82px;
}

.benefits__text > span {
  position: absolute;
  top: 15%;
  left: 0;
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 96px;
  line-height: 60px;
  color: #000;
}

.lesson-program__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lesson-program__row_jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lesson-program__col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 99.5%;
  flex: 0 1 99.5%;
}

.lesson-program__col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 29.0208333333%;
  flex: 0 1 29.0208333333%;
}

.lesson-program__text-box {
  text-align: center;
  margin-bottom: 40px;
}

.lesson-program__button-box {
  margin-top: 40px;
}

.lesson-program__heading {
  text-align: center;
  display: inline-block;
  border-bottom: 2px solid #e4ab39;
  padding-bottom: 3px;
  margin-bottom: 10px;
  min-width: 290px;
}

.lesson-program__text {
  min-width: 290px;
}

.lesson-program__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lesson-program__list_jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lesson-program__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.1666666667%;
  flex: 0 1 33.1666666667%;
  margin-bottom: 30px;
}

.gallery__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery__row_jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery__col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 99.5%;
  flex: 0 1 99.5%;
}

.gallery__heading-box {
  text-align: center;
  margin-bottom: 50px;
}

.gallery__slider-box {
  width: 100%;
  position: relative;
}

.gallery__heading {
  display: inline-block;
  text-align: center;
  padding-bottom: 3px;
  border-bottom: 2px solid #e4ab39;
}

.video__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video__row_jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.video__col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 58.0416666667%;
  flex: 0 1 58.0416666667%;
}

.video__col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41.4583333333%;
  flex: 0 1 41.4583333333%;
}

.video__mix-box {
  margin-left: 15px;
  margin-bottom: 29px;
  text-align: center;
}

.video__button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video__image {
  max-width: 100%;
}

.video__heading {
  text-align: center;
  padding-bottom: 30px;
}

.video__heading > span {
  color: #000;
}

.our__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.our__row_jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our__col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 99.5%;
  flex: 0 1 99.5%;
}

.our__heading-box {
  text-align: center;
}

.our__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our__card-list_jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.our__card-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31.84%;
  flex: 0 1 31.84%;
  margin-bottom: 20px;
}

.our__heading {
  text-align: center;
  padding-bottom: 3px;
  margin-bottom: 43px;
  display: inline-block;
  border-bottom: 2px solid #e4ab39;
}

.map__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.map__row_jcfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.map__col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 47.51125%;
  flex: 0 1 47.51125%;
}

.map__col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.1666666667%;
  flex: 0 1 33.1666666667%;
}

.map__mapping-box {
  width: 100%;
}

.map__info-box {
  margin-left: 66px;
}

.map__info-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.map__info-box-item:not(:last-child) {
  margin-bottom: 28px;
}

.map__info-box-item > svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 8%;
  flex: 0 1 8%;
}

.map__info-label {
  text-align: center;
  text-align: left;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 95%;
  flex: 0 1 95%;
  padding-left: 20px;
}

.map__info-label > span {
  font-weight: 400;
  color: #ffffff;
}

.submission-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.submission-form__row_jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submission-form__col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 82.9166666667%;
  flex: 0 1 82.9166666667%;
}

.submission-form__heading-box {
  margin-bottom: 30px;
}

.submission-form__heading {
  text-align: center;
}

.main-form-submission {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
}

.main-form-submission_jcsb {
  /* -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}

.main-form-submission__entry-field {
  width: 100%;
  background: rgba(228, 171, 57, 0.8);
  border: 2px solid #000000;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  height: 44px;
}

.main-form-submission__entry-field::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 20px;
}

.main-form-submission__entry-field::-moz-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 20px;
}

.main-form-submission__entry-field:-ms-input-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 20px;
}

.main-form-submission__entry-field::-ms-input-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 20px;
}

.main-form-submission__entry-field::placeholder {
  font-size: 16px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 20px;
}

.main-form-submission__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 17.4125%;
  flex: 0 1 17.4125%;
  background: #000000;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e4ab39;
}

.main-form-submission__button > span {
  color: #e4ab39;
  font-size: 16px;
  line-height: 16px;
}

@media (min-width: 320px) {
  body {
    font-size: calc(12px + 8 * (((100vw - 320px)) / ((1280))));
  }

  body {
    line-height: calc(15px + 11 * (((100vw - 320px)) / ((1280))));
  }

  .card__sub-heading {
    font-size: calc(18px + 6 * (((100vw - 320px)) / ((1280))));
  }

  .card__sub-heading {
    line-height: calc(18px + 13 * (((100vw - 320px)) / ((1280))));
  }

  .card__text {
    font-size: calc(10px + 4 * (((100vw - 320px)) / ((1280))));
  }

  .card__text {
    line-height: calc(12px + 6 * (((100vw - 320px)) / ((1280))));
  }

  .our-card__heading {
    line-height: calc(18px + 6 * (((100vw - 320px)) / ((1280))));
  }

  .our-card__heading {
    font-size: calc(18px + 6 * (((100vw - 320px)) / ((1280))));
  }

  .our-card__label {
    font-size: calc(12px + 2 * (((100vw - 320px)) / ((1280))));
  }

  .our-card__label {
    line-height: calc(15px + 3 * (((100vw - 320px)) / ((1280))));
  }

  .our-card__text {
    font-size: calc(10px + 4 * (((100vw - 320px)) / ((1280))));
  }

  .our-card__text {
    line-height: calc(12px + 6 * (((100vw - 320px)) / ((1280))));
  }

  .main-screen__title {
    font-size: calc(32px + 12 * (((100vw - 320px)) / ((1280))));
  }

  .main-screen__title {
    line-height: calc(32px + 12 * (((100vw - 320px)) / ((1280))));
  }

  .about__heading {
    font-size: calc(24px + 20 * (((100vw - 320px)) / ((1280))));
  }

  .about__heading {
    line-height: calc(24px + 20 * (((100vw - 320px)) / ((1280))));
  }

  .benefits__heading {
    font-size: calc(24px + 20 * (((100vw - 320px)) / ((1280))));
  }

  .benefits__heading {
    line-height: calc(24px + 20 * (((100vw - 320px)) / ((1280))));
  }

  .benefits__text {
    font-size: calc(12px + 8 * (((100vw - 320px)) / ((1280))));
  }

  .benefits__text {
    line-height: calc(12px + 8 * (((100vw - 320px)) / ((1280))));
  }

  .lesson-program__heading {
    font-size: calc(24px + 20 * (((100vw - 320px)) / ((1280))));
  }

  .lesson-program__heading {
    line-height: calc(24px + 20 * (((100vw - 320px)) / ((1280))));
  }

  .gallery__heading {
    font-size: calc(24px + 20 * (((100vw - 320px)) / ((1280))));
  }

  .gallery__heading {
    line-height: calc(24px + 20 * (((100vw - 320px)) / ((1280))));
  }

  .video__heading {
    font-size: calc(24px + 20 * (((100vw - 320px)) / ((1280))));
  }

  .video__heading {
    line-height: calc(24px + 20 * (((100vw - 320px)) / ((1280))));
  }

  .our__heading {
    font-size: calc(24px + 20 * (((100vw - 320px)) / ((1280))));
  }

  .our__heading {
    line-height: calc(24px + 20 * (((100vw - 320px)) / ((1280))));
  }

  .map__info-label {
    font-size: calc(14px + 10 * (((100vw - 320px)) / ((1280))));
  }

  .map__info-label {
    line-height: calc(14px + 10 * (((100vw - 320px)) / ((1280))));
  }

  .submission-form__heading {
    font-size: calc(24px + 12 * (((100vw - 320px)) / ((1280))));
  }

  .submission-form__heading {
    line-height: calc(24px + 12 * (((100vw - 320px)) / ((1280))));
  }
}

@media (max-width: 1182px) {
  ._container {
    max-width: 970px;
  }

  ._gallery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._gallery__swiper {
    padding-top: 40px;
    padding-top: 40px;
  }

  ._gallery__swiper-mini {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  ._gallery__swiper-mini::-webkit-scrollbar {
    height: 8px;
    background-color: transparent;
  }

  ._gallery__swiper-mini::-webkit-scrollbar-thumb {
    background-color: #e4ab39;
    border-radius: 5px;
  }

  ._gallery__swiper-mini-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 0px;
  }

  ._gallery__swiper-mini-slide {
    margin-bottom: 10px;
    margin-right: 19px;
  }
}

@media (max-width: 1182px) and (max-width: 1170px) {
  ._gallery__swiper {
    padding-top: calc(10px + 30 * ((100vw - 320px) / 850));
  }
}

@media (max-width: 1170px) {
  ._gallery__swiper {
    height: calc(180px + 362 * ((100vw - 320px) / 850));
  }

  .page__gallery {
    padding-bottom: calc(60px + 63 * ((100vw - 320px) / 850));
  }
}

@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }

  .benefits__text:nth-child(1) {
    margin-right: 0px;
  }

  .benefits__text:nth-child(2) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .benefits__text:nth-child(3) {
    margin-left: 0px;
  }
}

@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 15px;
  }

  .card {
    height: 211px;
  }

  .card__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card__row:last-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card__img-box_ilustrations_1 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 31px 0px 0px 24px;
    width: 93px;
    height: 149px;
  }

  .card__img-box_ilustrations_2 {
    margin: 40px 0px 0px 6px;
    width: 129px;
    height: 131px;
  }

  .card__img-box_ilustrations_3 {
    margin: 31px 0px 0px 10px;
    width: 137px;
    height: 149px;
  }

  .card__img-box_ilustrations_4 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 15px 0px 0px 10px;
    width: 127px;
    height: 140px;
  }

  .card__img-box_ilustrations_5 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 31px 0px 0px 18px;
    width: 105px;
    height: 149px;
  }

  .card__img-box_ilustrations_6 {
    margin: 31px 0px 0px 26px;
    width: 89px;
    height: 149px;
  }

  .card__text-box {
    max-width: 120px;
    text-align: right;
    margin-right: 15px;
  }

  .card__sub-heading {
    margin: 11px 0px 22px 0px;
    text-align: right;
  }

  .card__text {
    margin-right: initial;
    text-align: right;
  }

  .header__col-6 {
    display: none;
  }

  .header__menu {
    display: none;
  }

  .header__burger-box {
    display: block;
  }

  .footer__body {
    padding: 35px 0px 64px 0px;
  }

  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__logo {
    margin-bottom: 30px;
  }

  .menu_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu_footer > .menu__item {
    margin-bottom: 24px;
  }

  .menu_footer > .menu__item:last-child {
    margin-bottom: 51px;
  }

  .social__item_md3_disable {
    display: none;
  }

  ._gallery__swiper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid #dddddd;
  }

  .swiper-pagination {
    display: none;
  }

  .page__main-screen {
    padding: 172px 0px 83px 0px;
  }

  .page__about {
    padding: 30px 0px 10px 0px;
  }

  .page__lesson-program {
    padding: 40px 0px 60px 0px;
  }

  .page__our {
    padding: 60px 0px 80px 0px;
  }

  .about__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about__text-box {
    margin-bottom: 30px;
  }

  .about__image-box {
    margin-bottom: 20px;
  }

  .benefits__heading-box {
    margin-bottom: 27px;
  }

  .benefits__text:not(:last-child) {
    margin-bottom: 27px;
  }

  .benefits__text:nth-child(1) {
    padding-left: 48px;
    margin-left: 6px;
  }

  .benefits__text:nth-child(2) {
    padding-left: 53px;
  }

  .benefits__text:nth-child(3) {
    padding-left: 53px;
    margin-left: 6px;
  }

  .benefits__text > span {
    font-size: 64px;
    line-height: 50px;
  }

  .lesson-program__button-box {
    margin-top: 10px;
  }

  .lesson-program__heading {
    display: block;
  }

  .lesson-program__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .our__card-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .our__card-item {
    margin-bottom: 30px;
  }

  .our__heading {
    margin-bottom: 30px;
  }

  .map__col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .map__col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .submission-form__col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .main-form-submission__entry-field {
    /* -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 15px; */
  }

  .main-form-submission__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 20px;
  }

  .wpcf7-form-control-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 479.98px) {
  ._gallery__swiper-mini-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }

  ._gallery__swiper-mini-image-box {
    padding: 0px 0px 95% 0px;
  }

  ._gallery__swiper-mini-image {
    min-height: auto;
  }

  .main-screen__col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .main-screen__button-box {
    max-width: none;
    width: 100%;
  }

  .lesson-program__col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .video__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .video__col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .video__col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .video__mix-box {
    margin: 20px 0px 0px 0px;
  }

  .map__info-box {
    margin: 0px 0px 30px 0px;
    padding: 0px 15px;
  }
}

@media (max-width: 320px) {
  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 65% !important;
    left: 55%;
  }
}

.webp .page__main-screen {
  background: url(../img/main_screen_image.webp) no-repeat top center;
}

.webp .page__benefits {
  background: url(../img/background-image.webp) no-repeat top center #e4ab39;
}

.webp .page__video {
  background: url(../img/background-image_2.webp) no-repeat top center #e4ab39;
}

.webp .page__submission-form {
  background: url(../img/background-image_3.webp) no-repeat top center #e4ab39;
}
