html {
  font-size: 10px;
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #111E25;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

/* ------ Specification ------ */
div, p, form, input, a, span, button, textarea {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, textarea, a, div {
  padding: 0;
  margin: 0;
}

p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #393939;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Old Standard TT', serif;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #393939;
  line-height: 1;
}

a, a:hover, a:active a:focus {
  text-decoration: none;
  outline: none;
  font-family: 'Roboto', sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}

a, button, input, div {
  display: block;
  text-decoration: none;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active,
textarea, textarea:hover, textarea:focus, textarea:active {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 1rem;
  height: 5rem;
  padding: 0 2rem;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 0.3rem;
  background: #009DDB;
  color: #ffffff;
  border: 0.1rem solid #009DDB;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.btn:hover {
  background: #009DDB;
  color: #ffffff;
  border: 0.1rem solid #009DDB;
}

.btn:active {
  background: #009DDB;
  color: #ffffff;
  border: 0.1rem solid #009DDB;
}

main {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

nav {
  padding: 2rem 0;
  z-index: 1;
  position: relative;
}

.nav-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.nav-wrapper__image {
  margin-right: 5.4rem;
}

.nav-wrapper__image svg {
  width: 15rem;
}

.nav-wrapper__image img {
  width: 15rem;
}

.nav-wrapper__box p {
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
}

.nav-wrapper__box .nav-wrapper__box__links {
  display: -webkit-box;
  display: flex;
}

.nav-wrapper__box a {
  color: #fff;
  font-size: 1.8em;
  margin-right: 2.4rem;
  font-family: 'Rubik', sans-serif;
}

.nav-wrapper__lang {
  margin-left: auto;
}

.dropdown-menu.show {
  right: 0;
  left: auto !important;
}

.dropdown-menu {
  background: transparent;
  border: none;
  width: 100%;
  min-width: unset;
}

.dropdown-item {
  padding: 0.5rem 0;
}

.dropdown-item:hover {
  background: transparent;
}

.nav-wrapper__lang button {
  background: transparent;
  border: none;
  display: -webkit-box;
  display: flex;
  padding: 0;
}

.nav-wrapper__lang button:after {
  content: " ";
  display: -webkit-box;
  display: flex;
  background: url("data:image/svg+xml,%3Csvg  viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.17461 0.120381C7.38428 -0.0593303 7.69993 -0.0350495 7.87964 0.174613C8.05935 0.384276 8.03507 0.699926 7.8254 0.879637L4.3254 3.87964C4.13816 4.04013 3.86186 4.04013 3.67461 3.87964L0.174613 0.879637C-0.0350495 0.699926 -0.0593303 0.384276 0.120381 0.174613C0.300092 -0.0350495 0.615742 -0.0593303 0.825405 0.120381L4.00001 2.84147L7.17461 0.120381Z' fill='white'/%3E%3C/svg%3E%0A") center top no-repeat;
  width: 1.2rem;
  height: 0.7rem;
  margin-left: 2rem;
}

.lang-item {
  font-size: 1.8rem;
  color: #ffffff;
  text-transform: capitalize;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.lang-item img {
  display: none;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  border-radius: 50%;
  overflow: hidden;
}

.lang-item:hover {
  color: #ffffff;
}

main {
  z-index: 1;
}

.header-wrapper {
  position: relative;
  overflow: hidden;
}

.header-img {
  display: none;
}

.section-title h2 {
  font-size: 4.8rem;
  text-align: center;
  font-weight: 700;
}

.preload {
  display: none;
}

.button-block {
  display: inline-block;
}

.button-container {
  display: inline-block;
  border: 1px solid #FFF;
}

.button, .button-2 {
  position: relative;
  font-size: 21px;
  color: #111E25;
  font-weight: 700;
  padding: 29px 41px;
  background-color: #FFF;
  left: 10px;
  top: 10px;
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  border: none;
}

.button:hover, .button-2:hover {
  left: 2px;
  top: 2px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.sub-button-text {
  position: relative;
  left: 10px;
  margin-top: 38px;
  font-size: 15px;
  text-align: center;
}

.bold-underline {
  font-weight: 700;
  text-decoration: underline;
}

/*section 2*/
.slider {
  overflow: hidden;
  margin-top: 124px;
  padding-bottom: 83px;
}

.section-2 {
  background: url("../img/slider_background.png") no-repeat 100% 100%;
}

.section-2 h2 {
  font-size: 70px;
}

.slider-left-changeable-block {
  margin-top: 100px;
}

.slider h3 {
  width: 250px;
  font-size: 37px;
  color: rgba(17, 30, 37, 0.75);
  height: 160px;
}

.slider-description-part {
  display: inline-block;
}

.slider-icon {
  float: left;
  margin-right: 38px;
}

.slider-description-navigation {
  overflow: hidden;
  font-size: 20px;
}

.slider-description {
  height: 180px;
  font-size: 2rem;
  line-height: 2rem;
  padding-right: 5rem;
}

.slider-navigation {
  margin-top: 38px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.arrow-left, .arrow-right {
  display: inline-block;
  height: 48px;
  width: 26px;
  cursor: pointer;
}

.arrow-left {
  background: url("../img/left_arrow2.png");
  background-size: cover;
}

.arrow-left:hover {
  background: url("../img/left_arrow.png");
  background-size: cover;
}

.arrow-right {
  background: url("../img/right_arrow2.png");
  background-size: cover;
  margin-left: 52px;
}

.arrow-right:hover {
  background: url("../img/right_arrow.png");
  background-size: cover;
}

.slider-right-part {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.slider-image {
  background: url("../img/slider_image.png") 0 100%;
  background-size: cover;
  width: 220px;
  height: 714px;
  box-shadow: 0 13px 30px rgba(37, 52, 67, 0.45);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navigation-points {
  margin-left: 66px;
}

.slider-point {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid rgba(28, 37, 43, 0.2);
  margin-bottom: 29px;
  cursor: pointer;
}

.slider-point:nth-last-child {
  margin-bottom: 0;
}

.slider-point-active {
  background-color: #25343D;
}

/*section 3*/
.section-3 {
  padding-top: 77px;
  padding-bottom: 77px;
  background-color: #F7FCFE;
  margin-top: 69px;
  margin-bottom: 115px;
}

.play-button {
  text-align: center;
}

.play-button img {
  border-radius: 50%;
  cursor: pointer;
}

/*section 4*/
.section-4__title {
  margin-bottom: 6rem;
}

.trainer-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 2.6rem;
}

.trainer-card__img {
  margin-bottom: 3rem;
}

.trainer-card__text h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.trainer-card__text p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
}

.section-4 .button-wrap {
  text-align: center;
}

.section-4 .button-block {
  margin-top: 48px;
  margin-bottom: 138px;
}

.section-4 .button-container {
  border: 1px solid #05A3D9;
}

.section-4__btn .button {
  background-color: #05A3D9;
  color: #ffffff;
}

/*section 5*/
.section-5 {
  background: #000000;
  overflow: hidden;
  padding-top: 14rem;
}

.faq__title {
  margin-bottom: 5rem;
}

.faq__title h2 {
  color: #ffffff;
  text-align: left;
}

.faq__list {
  margin-bottom: 10rem;
}

.faq__item .faq__item__line {
  position: relative;
  width: 90%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.faq__item .faq__item__line span {
  color: #ffffff;
  background: #000;
  font-family: 'Old Standard TT', serif;
  font-size: 3.6rem;
  font-weight: 700;
  padding: 0 2rem;
  left: 50%;
  bottom: -3rem;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  position: absolute;
}

.faq__item h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3rem;
}

.faq__item h4:before {
  content: "-";
  margin-right: 0.5rem;
}

.faq__item p {
  font-size: 1.6rem;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
}

.faq__img {
  height: 100%;
  display: -webkit-box;
  display: flex;
}

.faq__img img {
  position: absolute;
  bottom: 0;
  max-width: 77rem;
}

/*section 6*/
.section-6 {
  padding-top: 142px;
  padding-bottom: 155px;
}

.students-left-block {
  text-align: center;
}

.student-portrait-0, .student-portrait-1, .student-portrait-2 {
  height: 79px;
  width: 79px;
  position: relative;
  bottom: 0;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  margin: 8px 20px 56px 20px;
  box-shadow: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.student-portrait-0 {
  background-image: url("../img/pupil_0.png");
}

.student-portrait-1 {
  background-image: url("../img/pupil_1.png");
}

.student-portrait-2 {
  background-image: url("../img/pupil_2.png");
}

.student-portrait-active {
  box-shadow: 0 13px 30px rgba(37, 52, 61, 0.38) !important;
  position: relative;
  bottom: 8px !important;
}

.review-block {
  text-align: center;
}

.review {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 30px;
  width: 80%;
  line-height: 147%;
}

.student-name {
  font-size: 18px;
  font-weight: 700;
}

.students-heading-button {
  display: inline-block;
}

.section-6 h2 {
  font-size: 64px;
}

.section-6 .button-wrap {
  text-align: center;
  margin-top: 80px;
}

.section-6 .button-container {
  border: 1px solid #111E25;
}

.section-6 .button-block-2 {
  display: none;
}

/*section 7*/
.section-7 {
  padding-bottom: 13rem;
}

.section-7__title {
  margin-bottom: 6rem;
}

.section-7__title h2 {
  margin-bottom: 2rem;
}

.section-7__title p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  text-align: center;
}

.offer-wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.offer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  border: 1px solid #CCCCCC;
  padding: 3rem 3rem;
  height: 100%;
}

.offer .offer__img {
  margin-bottom: 3.8rem;
}

.offer h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.offer p {
  font-family: 'Rubik', sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
}

.offer p span {
  font-weight: 400;
}

/*section 8*/
.mob-text {
  display: none;
}

.section-8__title {
  margin-bottom: 4rem;
}

.schedule {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.schedule .nav-link {
  padding: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
  border: none;
  color: rgba(50, 50, 50, 0.51);
  position: relative;
}

.schedule .nav-link:not(:last-child) {
  margin-right: 3rem;
}

.schedule .nav-link.active {
  color: #05A3D9;
}

.schedule .nav-link.active:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  border-bottom: 3px solid #05A3D9;
}

.schedule-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.schedule-wrapper__header {
  background: #F8FCFE;
  padding: 2rem 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.schedule-wrapper__header .schedule-wrapper__header__col {
  font-family: 'Rubik', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.51);
}

.schedule-wrapper__header .schedule-wrapper__header__col.title {
  width: 30%;
}

.schedule-wrapper__header .schedule-wrapper__header__col.time {
  width: 30%;
  text-align: center;
}

.schedule-wrapper__header .schedule-wrapper__header__col.price {
  width: 40%;
}

.schedule-wrapper__container {
  padding: 2rem 3rem;
}

.schedule-wrapper__container .schedule-wrapper__container__row {
  display: -webkit-box;
  display: flex;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.31);
}

.schedule-wrapper__container .schedule-wrapper__container__col.title {
  width: 30%;
}

.schedule-wrapper__container .schedule-wrapper__container__col.time {
  width: 30%;
  text-align: center;
}

.schedule-wrapper__container .schedule-wrapper__container__col.price {
  width: 40%;
}

.schedule-wrapper__container .schedule-wrapper__container__col .schedule-wrapper__container__col__title {
  font-size: 2.4rem;
}

.schedule-wrapper__container .schedule-wrapper__container__col .schedule-wrapper__container__col__time {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

.schedule-wrapper__container .schedule-wrapper__container__col .schedule-wrapper__container__col__list .schedule-wrapper__container__col__list__item {
  font-family: 'Rubik', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 300;
}

.schedule-wrapper__container .schedule-wrapper__container__col .schedule-wrapper__container__col__list .schedule-wrapper__container__col__list__item span {
  font-weight: 500;
}

.schedule-wrapper__container .schedule-wrapper__container__col .schedule-wrapper__container__col__list .schedule-wrapper__container__col__list__item:not(:last-child) {
  margin-bottom: 2rem;
}

/*section 9*/
.section-9 {
  margin-top: 132px;
  height: 589px;
  background-size: cover;
  background: url("../img/map.png") center;
  font-size: 22px;
  color: #2C3B43;
}

.map-pop-up {
  position: relative;
  margin: auto;
  top: 125px;
  height: 121px;
  width: 341px;
  background-color: #FFF;
  box-shadow: 0 23px 30px rgba(37, 52, 61, 0.44);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.map-pop-up-inner {
  width: 320px;
  height: 101px;
  border: 1px solid #DBDBDB;
  text-align: center;
}

.map-text-wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}

.section-9 h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

/*section 10*/
.section-10 {
  height: 104px;
  background-color: #1f2427;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  color: #FFF;
}

.section-10 .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.copyright {
  display: block;
  text-align: left;
  width: 50%;
}

.powered_by {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  width: 50%;
}

.powered_by img {
  margin-left: 17px;
}

/*Dialogs*/
.video-pop-up {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.fade-pop {
  background-color: #111E25;
  opacity: 0.65;
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
}

.video-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001;
}

.video {
  width: 560px;
  height: 315px;
}

.shown {
  display: block !important;
}

.main-pop-up {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.main-dialog {
  width: 500px;
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.38);
  background-color: #FFF;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001;
}

.dialog-header {
  background-color: #00A7DE;
  color: white;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  padding: 40px 0;
}

.dialog-body {
  background: url("../img/swords_bg.png") no-repeat center;
  position: relative;
  padding-top: 30px;
  text-align: center;
}

.error-field {
  margin-bottom: 6px;
  font-size: 14px;
  color: red;
  visibility: hidden;
}

.input-field {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 4px 4px;
  font-size: 20px;
  border: 1px solid rgba(37, 52, 61, 0.7);
}

.main-dialog .button-container {
  border: 1px solid #111E25;
}

.main-dialog .button-wrap {
  padding-top: 50px;
  padding-bottom: 60px;
}

.close-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}

.thanks-pop-up {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.thanks-dialog {
  width: 500px;
  height: 312px;
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.38);
  background-color: #00A7DE;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001;
}

.thanks-inner {
  width: 95%;
  height: 95%;
  position: relative;
  border: 1px solid #FFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thanks-text {
  font-weight: 700;
  width: 100%;
  font-size: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #FFF;
}

header {
  background: #000000 url("../img/header-bg.jpg") top center;
  background-size: cover;
  color: #ffffff;
  position: relative;
}

.header__wrapper {
  padding-top: 20rem;
}

.header-bg {
  position: absolute;
  bottom: -27rem;
  right: 0;
}

.header__title {
  z-index: 1;
  position: relative;
  margin-bottom: 5rem;
}

.header__title h1 {
  color: #ffffff;
  font-size: 6rem;
  line-height: 7rem;
}

.header__btn-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: 20rem;
}

.header__btn-wrapper .button {
  color: #05A3D9;
}

@media (max-width: 1199.98px) {
  .students-heading-button h2 {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  html {
    font-size: 6px;
  }
  /*section-2*/
  .section-2 {
    background: url("../img/slider_background.png") no-repeat 100% 70%;
    background-size: 70%;
  }
  .slider {
    margin-top: 54px;
    padding-bottom: 36px;
  }
  .section-2 h2 {
    font-size: 36px;
    text-align: center;
  }
  .slider-left-changeable-block {
    margin-top: 37px;
  }
  .slider h3 {
    max-width: 300px;
    font-size: 25px;
    height: 85px;
  }
  .slider-icon {
    height: 48px;
    width: 48px;
    margin-right: 26px;
  }
  .slider-left-changeable-block {
    position: relative;
  }
  .slider-description-navigation {
    font-size: 14px;
  }
  .slider-description {
    height: 75px;
  }
  /*section 4*/
  .trainer-card {
    padding: 0;
  }
  /*section 6*/
  .section-6 {
    padding-top: 63px;
    padding-bottom: 113px;
  }
  .section-6 .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .students-left-block {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .students-right-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .student-portrait-0, .student-portrait-1, .student-portrait-2 {
    height: 64px;
    width: 64px;
    background-size: 100% 100%;
    background-position: center;
    margin: 8px 16px 45px 16px;
  }
  .review {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 24px;
  }
  .student-name {
    font-size: 14px;
  }
  .students-heading-button {
    display: block;
  }
  .section-6 h2 {
    font-size: 36px;
    text-align: center;
  }
  .section-6 .button-block {
    display: none;
  }
  .section-6 .button-block-2 {
    display: block;
    text-align: center;
    -webkit-box-ordinal-group: 4;
    order: 3;
    margin-top: 66px;
  }
  /*section 7*/
  .section-7 h2 {
    font-size: 36px;
  }
  .price-text-wrapper {
    text-align: center;
  }
  .prices-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 66px;
  }
  .price-1 {
    margin-left: 0;
  }
  .price-2 {
    bottom: 0;
    margin: 50px 0;
  }
  .price-3 {
    margin-right: 0;
  }
  .offer-description-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .who-are-suitable {
    width: 100%;
    margin: 0 11px;
  }
  .training-contains {
    width: 100%;
    margin: 49px 11px 0;
  }
  .training-description {
    width: 100%;
    margin: 57px 11px 0;
    font-size: 15px;
  }
  .section-7 h5 {
    font-family: "Old Standard TT", serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .section-7 li {
    font-size: 15px;
  }
  .who-are-suitable li:nth-last-child(1n+2) {
    margin-bottom: 30px;
  }
  .student-category {
    font-weight: 500;
  }
  .training-contains li:nth-last-child(1n+2) {
    margin-bottom: 6px;
  }
}

@media (max-width: 767.98px) {
  /*common*/
  .button, .button-2 {
    font-size: 14px;
    color: #111E25;
    padding: 19px 28px;
    left: 7px;
    top: 7px;
    box-shadow: 0 13px 30px rgba(0, 0, 0, 0.38);
  }
  .sub-button-text {
    left: 7px;
    margin-top: 19px;
    font-size: 10px;
  }
  /*section 1*/
  .section-1 {
    background-blend-mode: multiply;
    background: #00A7DE url("../img/section_1_man_transparent.png") no-repeat 70% 100%;
    background-size: auto 100%;
  }
  .section-1 .container {
    background: none;
  }
  .logo {
    margin-top: 18px;
    text-align: center;
  }
  .call-us {
    text-align: center;
    font-size: 13px;
    margin-top: 35px;
  }
  .section-1 .subheading, .main-heading, .section-1 .button-block {
    padding-right: 11px;
    padding-left: 11px;
    text-align: center;
  }
  .section-1 .subheading {
    font-size: 16px;
    margin-top: 291px;
  }
  .section-1 .main-heading {
    font-size: 40px;
    margin-top: 36px;
  }
  .section-1 .button-block {
    display: block;
    text-align: center;
    margin: 53px auto 42px;
  }
  /*section-2*/
  .slider-left-changeable-block {
    margin-top: 37px;
  }
  .slider h3 {
    max-width: 300px;
    font-size: 25px;
    height: 85px;
  }
  .slider-icon {
    height: 48px;
    width: 48px;
    margin-right: 26px;
  }
  .slider-left-changeable-block {
    position: relative;
  }
  .slider-description-navigation {
    font-size: 14px;
  }
  .slider-description {
    min-height: 185px;
  }
  .slider-navigation {
    margin-top: 0;
    margin-bottom: 0;
  }
  .arrows {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .arrow-left, .arrow-right {
    height: 37px;
    width: 17px;
  }
  .arrow-left {
    background: url("../img/left_arrow2.png") no-repeat;
    background-size: 100%;
    margin-left: 14px;
  }
  .arrow-left:hover {
    background: url("../img/left_arrow.png") no-repeat;
    background-size: 100%;
  }
  .arrow-right {
    background: url("../img/right_arrow2.png") no-repeat;
    background-size: 100%;
    margin-left: 36px;
  }
  .arrow-right:hover {
    background: url("../img/right_arrow.png") no-repeat;
    background-size: 100%;
  }
  .slider-right-part {
    display: none;
  }
  /*section 3*/
  .section-3 {
    margin-top: 0;
    padding-top: 46px;
    padding-bottom: 46px;
    margin-bottom: 60px;
  }
  .play-button img {
    width: 100px;
    height: 100px;
  }
  /*section 4*/
  .section-4 .button-wrap {
    margin-top: 4rem;
  }
  .section-4 h2 {
    font-size: 36px;
    margin-bottom: 58px;
  }
  .our-trainers-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .our-trainers-left-part {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .our-trainers-right-part {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .portrait, .portrait-background, .portrait-background-2 {
    width: 90%;
    height: auto;
  }
  .portrait {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .portrait-background {
    left: 52%;
    -webkit-transform: translateX(-48%);
    transform: translateX(-48%);
    top: 11px;
  }
  .portrait-wrapper {
    height: auto;
    text-align: center;
  }
  .portrait-background-2 {
    visibility: hidden;
    margin-bottom: 11px;
  }
  .portrait-wrapper {
    height: auto;
  }
  .our-trainers-description {
    text-align: center;
    font-size: 13px;
    margin-top: 28px;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .our-trainers-invitation {
    margin-bottom: 48px;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .regalia-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
    margin-top: 38px;
    margin-bottom: 10px;
    text-align: center;
  }
  .regalia {
    text-align: center;
    width: 23%;
  }
  .regalia img {
    width: 70%;
  }
  .regalia p {
    font-size: 8px;
  }
  .trainer-name {
    width: 100%;
    position: static;
    text-align: center;
  }
  .name {
    margin-top: 20px;
    font-size: 12px;
  }
  .award {
    font-size: 12px;
    margin-top: 4px;
  }
  .section-4 .button-block {
    margin-top: 0;
    margin-bottom: 37px;
  }
  /*section 5*/
  .faq__img img {
    display: none;
  }
  .faq__item .faq__item__line {
    width: 100%;
  }
  /*section 6*/
  .section-6 {
    padding-top: 63px;
    padding-bottom: 113px;
  }
  .section-6 .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .students-left-block {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .students-right-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .student-portrait-0, .student-portrait-1, .student-portrait-2 {
    height: 64px;
    width: 64px;
    background-size: 100% 100%;
    background-position: center;
    margin: 8px 16px 45px 16px;
  }
  .review {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 24px;
  }
  .student-name {
    font-size: 14px;
  }
  .students-heading-button {
    display: block;
  }
  .section-6 h2 {
    font-size: 36px;
    text-align: center;
  }
  .section-6 .button-block {
    display: none;
  }
  .section-6 .button-block-2 {
    display: block;
    text-align: center;
    -webkit-box-ordinal-group: 4;
    order: 3;
    margin-top: 66px;
  }
  /*section 7*/
  .section-7 h2 {
    font-size: 36px;
  }
  .price-text-wrapper {
    text-align: center;
  }
  .prices-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 66px;
  }
  .price-1 {
    margin-left: 0;
  }
  .price-2 {
    bottom: 0;
    margin: 50px 0;
  }
  .price-3 {
    margin-right: 0;
  }
  .offer-description-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .who-are-suitable {
    width: 100%;
    margin: 0 11px;
  }
  .training-contains {
    width: 100%;
    margin: 49px 11px 0;
  }
  .training-description {
    width: 100%;
    margin: 57px 11px 0;
    font-size: 15px;
  }
  .section-7 h5 {
    font-family: "Old Standard TT", serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .section-7 li {
    font-size: 15px;
  }
  .who-are-suitable li:nth-last-child(1n+2) {
    margin-bottom: 30px;
  }
  .student-category {
    font-weight: 500;
  }
  .training-contains li:nth-last-child(1n+2) {
    margin-bottom: 6px;
  }
  /*section 8*/
  .section-8 .button-wrap {
    margin-top: 67px;
  }
  /*section 9*/
  .section-9 {
    margin-top: 88px;
    height: 437px;
    background-size: cover;
    background: url("../img/map.png") center;
    font-size: 16px;
  }
  .map-pop-up {
    top: 93px;
    height: 87px;
    width: 252px;
  }
  .map-pop-up-inner {
    width: 237px;
    height: 75px;
  }
  /*section 10*/
  .section-10 {
    height: 104px;
    font-size: 12px;
    font-weight: 400;
    background-color: #111E25;
  }
  .section-10 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .copyright {
    text-align: center;
    width: 100%;
  }
  .powered_by {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 13px;
  }
  .powered_by img {
    margin-left: 11px;
  }
  .copyright-2 {
    display: none;
  }
  /*Dialogs*/
  .video, .thanks-dialog {
    width: 80vw;
    height: 45vw;
  }
  .main-dialog {
    width: 80%;
  }
  .dialog-header {
    font-size: 20px;
    padding: 20px 0;
  }
  .dialog-body {
    padding-top: 20px;
  }
  .input-field {
    font-size: 16px;
  }
  .main-dialog .button-wrap {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .thanks-text {
    font-size: 14px;
    padding: 0 4px;
  }
}

@media (max-width: 575.98px) {
  html {
    font-size: 10px;
  }
  .nav-wrapper__box {
    position: absolute;
    top: 11rem;
    z-index: 1;
  }
  .play-button {
    margin-bottom: 2rem;
  }
  header {
    background-position: -310px;
  }
  .header__btn-wrapper {
    margin-bottom: 9rem;
  }
  .schedule-wrapper__container {
    padding: 0;
  }
  .schedule-wrapper__header {
    display: none;
  }
  .trainer-card {
    margin-bottom: 6rem;
  }
  .trainer-card__img {
    margin-bottom: 2rem;
  }
  .trainer-card__text h3 {
    text-align: center;
    margin-bottom: 1rem;
  }
  .trainer-card__text p {
    width: 28rem;
  }
  .section-title h2 {
    font-size: 3.4rem;
    text-align: center;
  }
  .schedule-wrapper__container__row {
    flex-wrap: wrap;
  }
  .schedule-wrapper__container .schedule-wrapper__container__col.title {
    width: 50%;
  }
  .schedule-wrapper__container .schedule-wrapper__container__col.time {
    width: 50%;
    text-align: right;
  }
  .schedule-wrapper__container .schedule-wrapper__container__col.price {
    width: 100%;
  }
  .schedule-wrapper__container__col__list {
    margin-top: 2rem;
  }
  .schedule-wrapper__container .schedule-wrapper__container__col .schedule-wrapper__container__col__list .schedule-wrapper__container__col__list__item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .header__title h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
  header {
    background: #000000;
  }
  .header-img {
    position: absolute;
    bottom: 0;
    right: -37rem;
    width: 137rem;
    display: block;
  }
  nav {
    padding-bottom: 9rem;
  }
  .review {
    width: 100%;
  }
  .section-8 nav {
    padding: 0;
  }
  .mob-text {
    display: block;
  }
  .desk-text {
    display: none;
  }
  .slider-description {
    padding-right: 0;
  }
  .slider-description {
    min-height: auto;
    height: auto;
    padding-bottom: 6rem;
  }
  .schedule .nav-link:not(:last-child) {
    margin-right: 2.6rem;
  }
}

@media (max-width: 375px) {
  .nav-wrapper__box .nav-wrapper__box__links {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .header__title h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

@media (max-width: 325px) {
  .students-portraits-block {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .student-portrait-0, .student-portrait-1, .student-portrait-2 {
    height: 64px;
    width: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-left: 0;
  }
  .schedule {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .schedule .nav-link:not(:last-child) {
    margin-right: 0;
  }
}
