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

@font-face {
  font-family: 'Verlag';
  src: url("../fonts/Verlag-Light.woff2") format("woff2"), url("../fonts/Verlag-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Verlag';
  src: url("../fonts/Verlag-Book.woff2") format("woff2"), url("../fonts/Verlag-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 50%;
  }
}

* {
  outline: none;
}

body {
  position: relative;
  margin: 0;
  font-family: "Verlag", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #000;
  background: white;
}

body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  width: 1px;
  height: 100%;
  background-color: green;
  z-index: 10000;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  p {
    font-size: 2.2rem;
  }
}

.hidden {
  display: none;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1590px;
}

@media screen and (max-width: 576px) {
  .container {
    padding: 0 36px;
  }
}

input[type="submit"]:disabled {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}

a {
  color: inherit;
  text-decoration: none;
}

.body__container.body__container--height {
  height: 800vh;
}

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

.wrapper.animate {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  background: transparent;
  z-index: 100;
}

@media screen and (max-width: 992px) {
  .main-header {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .main-header {
    top: 20px;
  }
}

.main-header__sandwich {
  top: 3rem;
  left: 4.6rem;
}

@media screen and (max-width: 576px) {
  .main-header__sandwich {
    top: 1rem;
    left: 0;
  }
}

.main-header__main-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.main-header__logo {
  position: absolute;
  top: 3.4rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 576px) {
  .main-header__logo {
    top: 1.4rem;
    width: 80px;
  }
}

.main-header__logo a {
  display: block;
}

.main-header__utils {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header__search, .main-header__mini-cart {
  position: relative;
  top: 3.4rem;
}

.main-header__search {
  margin-right: 2.8rem;
}

@media screen and (max-width: 576px) {
  .main-header__search {
    display: none;
  }
}

.main-header__mini-cart {
  margin-right: 21.8rem;
}

@media screen and (max-width: 576px) {
  .main-header__mini-cart {
    top: 0.3rem;
    margin-right: 6.8rem;
  }
}

.main-header__profile {
  position: absolute;
  top: 2.2rem;
  right: -1.7rem;
  width: 21.4rem;
}

@media screen and (max-width: 730px) {
  .main-header__profile {
    right: 1.3rem;
    width: 6rem;
  }
}

@media screen and (max-width: 576px) {
  .main-header__profile {
    top: -1.6rem;
  }
}

.sandwich {
  position: relative;
  width: 50px;
  height: 32px;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .sandwich {
    width: 26px;
  }
}

.sandwich.sandwich--active .sandwich__line--top {
  top: 16px;
  transform: rotate(45deg);
}

.sandwich.sandwich--active .sandwich__line--middle {
  opacity: 0;
}

.sandwich.sandwich--active .sandwich__line--bottom {
  top: 16px;
  transform: rotate(-45deg);
}

.sandwich__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  transition: all linear 0.1s;
  background-color: white;
}

@media screen and (max-width: 576px) {
  .sandwich__line {
    height: 1px;
  }
}

.sandwich__line--top {
  top: 0;
}

.sandwich__line--middle {
  top: 16px;
}

@media screen and (max-width: 576px) {
  .sandwich__line--middle {
    top: 8px;
  }
}

.sandwich__line--bottom {
  top: 32px;
}

@media screen and (max-width: 576px) {
  .sandwich__line--bottom {
    top: 16px;
  }
}

.profile {
  position: relative;
  top: 1.4rem;
  padding: 1.1rem 1.1rem;
  width: 15.9rem;
  background: #DBDBDB;
  border-radius: 1rem;
}

@media screen and (max-width: 730px) {
  .profile {
    padding: 2rem 0 0;
    width: 6rem;
    background: transparent;
  }
}

.profile.profile--opened {
  width: 18.9rem;
}

@media screen and (max-width: 730px) {
  .profile.profile--opened {
    width: 6rem;
  }
}

.profile select {
  display: none;
}

.profile__img {
  position: absolute;
  top: 1.1rem;
  left: 1.3rem;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
}

@media screen and (max-width: 730px) {
  .profile__img {
    left: initial;
    right: 1rem;
  }
}

@media screen and (max-width: 576px) {
  .profile__img {
    top: 1.8rem;
    width: 4.2rem;
    height: 4.2rem;
  }
}

.profile__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile .jq-selectbox {
  position: relative;
  cursor: pointer;
}

.profile .jq-selectbox.opened .jq-selectbox__select::after {
  transform: rotateX(0);
}

.profile .jq-selectbox__select {
  position: relative;
  margin-top: 1rem;
  padding-left: 6rem;
}

@media screen and (max-width: 730px) {
  .profile .jq-selectbox__select {
    padding-left: 0;
    width: 100%;
    background: red;
    opacity: 0;
  }
}

.profile .jq-selectbox__select::after {
  content: '';
  position: absolute;
  top: 0.7rem;
  right: -2rem;
  width: 12px;
  height: 6px;
  transform: rotateX(180deg);
  -o-object-fit: cover;
  object-fit: cover;
  background: url("../i/svg/profile-arrow.svg") no-repeat center;
  transition: all .1s;
}

.profile .jq-selectbox__select-text {
  max-width: 10.2rem;
  overflow: hidden;
}

.profile .jq-selectbox__dropdown {
  position: relative;
  top: 3rem !important;
  left: 1rem !important;
  padding-bottom: 3.2rem;
}

@media screen and (max-width: 730px) {
  .profile .jq-selectbox__dropdown {
    left: initial !important;
    right: 12.2rem !important;
    padding: 2rem;
    background: white;
  }
}

.main-menu {
  padding: 9rem 4.3rem 3.8rem;
  width: 29.5rem;
  background: white;
  opacity: 0;
  pointer-events: none;
  transition: all .4s;
  transform: translateY(-120%);
}

.main-menu.fixed {
  opacity: 1;
  pointer-events: initial;
  transform: translateY(0);
}

@media screen and (max-width: 576px) {
  .main-menu.fixed {
    top: -20px;
  }
}

.main-menu__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
}

.main-menu__list {
  position: relative;
  margin-bottom: 12.2rem;
}

.main-menu__list li {
  padding-top: 1.6rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

.main-menu__list li.menu-item-has-children {
  position: relative;
}

.main-menu__list li.menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 2.5rem;
  right: 0;
  width: 12px;
  height: 8px;
  transform: rotateX(180deg);
  background: url("../i/svg/profile-arrow.svg") no-repeat center;
  transition: all .1s;
}

.main-menu__list li a {
  display: block;
  font-family: "Golden", sans-serif;
  font-size: 21px;
}

.social-list {
  display: flex;
  align-items: center;
}

.social-list a {
  display: block;
  margin-right: 2rem;
}

.slider {
  position: relative;
  z-index: 3;
}

.slider__item {
  position: relative;
  height: 108rem;
}

@media screen and (max-width: 576px) {
  .slider__item {
    height: 844px;
  }
}

.slider__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98.7%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.slider__content {
  position: absolute;
  top: 49.2rem;
  left: 7.2%;
  z-index: 3;
}

@media screen and (max-width: 1800px) {
  .slider__content {
    left: 6rem;
  }
}

@media screen and (max-width: 576px) {
  .slider__content {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
  }
}

.slider__content svg {
  display: none;
}

@media screen and (max-width: 576px) {
  .slider__content svg {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .slider__content .btn {
    width: 188px !important;
    height: 38px !important;
    font-size: 16px !important;
    font-weight: normal;
  }
}

.slider__title {
  margin-bottom: 3.4rem;
  font-family: "Golden", sans-serif;
  font-size: 7.2rem;
  line-height: 1.3;
  letter-spacing: 0.07rem;
  color: white;
}

@media screen and (max-width: 576px) {
  .slider__title {
    font-size: 4.9rem;
  }
}

.slider .slick-dots {
  position: absolute;
  top: 81rem;
  left: 12.3%;
  display: flex;
  align-items: center;
  z-index: 2;
}

@media screen and (max-width: 1800px) {
  .slider .slick-dots {
    left: 16rem;
  }
}

@media screen and (max-width: 576px) {
  .slider .slick-dots {
    top: 71rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.slider .slick-dots li {
  margin: 0 0.6rem;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: 1px solid white;
  border-radius: 50%;
  transition: all 0.4s;
  cursor: pointer;
}

.slider .slick-dots li.slick-active {
  background: #fff;
}

.slider .slick-dots button {
  display: none;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29rem;
  height: 6.1rem;
  font-family: "Verlag", sans-serif;
  font-size: 2.1rem;
  font-weight: 300;
  color: #000;
  background: #fff;
  border-radius: 3rem;
  border: 1px solid transparent;
  transition: all 0.4s;
}

@media screen and (max-width: 768px) {
  .btn {
    width: 144px !important;
    height: 29px !important;
    font-size: 11px !important;
    font-weight: normal;
  }
}

.btn:hover {
  color: #fff;
  background: #000;
}

.btn.btn--dark {
  color: #fff;
  background: #000;
}

.btn.btn--dark:hover {
  color: #000;
  background: #fff;
  border-color: black;
}

@media screen and (max-width: 576px) {
  .btn.btn-darken-mobile {
    color: #fff;
    background: #000;
  }
}

@media screen and (max-width: 576px) {
  .btn.btn-darken-mobile:hover {
    color: #000;
    background: #fff;
    border-color: black;
  }
}

.home-intro {
  position: relative;
  z-index: 99;
}

.home-intro__slider {
  position: relative;
  z-index: 2;
}

.home-intro__down {
  position: absolute;
  top: 92.9rem;
  left: 11.5%;
  text-align: center;
  z-index: 3;
}

@media screen and (max-width: 1800px) {
  .home-intro__down {
    left: 14.6rem;
  }
}

@media screen and (max-width: 576px) {
  .home-intro__down {
    left: 50%;
    transform: translateX(-50%);
  }
}

.home-intro__down:hover svg {
  transform: translateY(1rem);
}

.home-intro__down span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
  font-weight: 300;
  color: white;
}

.home-intro__down svg {
  position: relative;
  transition: all .4s;
}

.best {
  margin-bottom: 3.3rem;
  padding: 15.1rem 3rem 5rem;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .best {
    padding-top: 78px;
    padding-bottom: 2rem;
  }
}

.best.animate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 102;
}

.best__img {
  display: inline-block;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 576px) {
  .best__img {
    margin-bottom: 1rem;
    width: 88px;
  }
}

@media screen and (max-width: 576px) {
  .best__img svg {
    width: 100%;
    height: auto;
  }
}

.best__title {
  margin-bottom: 4.2rem;
  font-family: "Golden", sans-serif;
  font-size: 8.9rem;
  font-weight: normal;
}

@media screen and (max-width: 576px) {
  .best__title {
    margin-bottom: 1rem;
    font-size: 40px;
  }
}

.best__text {
  margin: 0 auto 9.5rem;
  max-width: 57rem;
  font-size: 2.6rem;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .best__text {
    margin-bottom: 4rem;
    max-width: 230px;
    font-size: 20px;
  }
}

.link-down {
  text-align: center;
}

.link-down__title {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 300;
}

.link-down svg {
  position: relative;
  display: inline-block;
  transition: all .4s;
}

.link-down svg:hover {
  transform: scale(0.9);
}

.video {
  margin-bottom: 10.8rem;
  background: #fff;
}

.video.animate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 104;
}

.video__body {
  position: relative;
  margin-bottom: 7.7rem;
  height: 73.5rem;
}

.video__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}

.video__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video__play {
  position: absolute;
  top: 47.8%;
  left: 52%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.2rem;
  height: 18.2rem;
  border: 1px solid white;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .video__play {
    width: 8rem;
    height: 8rem;
  }
}

.video__play:hover svg {
  position: relative;
  transform: scale(0.9);
}

.video__play svg {
  transition: all 0.4s;
}

@media screen and (max-width: 576px) {
  .video__play svg {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.corsi {
  position: relative;
}

.corsi.animate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 105;
}

.corsi.animate .corsi__item {
  position: relative;
  z-index: 1;
}

.corsi.animate .corsi__item--animated {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50%;
  height: 100%;
  transform-origin: top left;
  z-index: 2;
}

.corsi.animate .corsi__title {
  font-family: "Verlag", sans-serif;
  font-size: 7.4rem;
}

.corsi__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .corsi__wrap {
    flex-direction: column;
  }
}

.corsi__item {
  position: relative;
  width: 50%;
  height: 105.6rem;
}

.corsi__item:first-of-type {
  width: 50.4%;
}

@media screen and (max-width: 768px) {
  .corsi__item:first-of-type {
    width: 100%;
    height: 42.2rem;
  }
}

.corsi__item:last-of-type {
  width: 49.6%;
}

@media screen and (max-width: 768px) {
  .corsi__item:last-of-type {
    width: 100%;
    height: 42.2rem;
  }
}

.corsi__item picture,
.corsi__item img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.corsi__body {
  position: absolute;
  top: 46.4%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .corsi__body {
    top: 50.7%;
  }
}

@media screen and (max-width: 576px) {
  .corsi__body {
    width: 218px;
  }
}

.corsi__body svg {
  margin-bottom: 3.8rem;
}

@media screen and (max-width: 768px) {
  .corsi__body svg {
    margin-bottom: 1rem;
    width: 18.8rem;
    height: 8rem;
  }
}

.corsi__title {
  font-family: "Golden", sans-serif;
  font-size: 13.6rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .corsi__title {
    width: 100%;
    font-size: 81px;
  }
}

.i-corsi {
  padding: 15.3rem 2rem 8.5rem;
  background: linear-gradient(to bottom, #bfbbb7, #d9d9d9);
}

@media screen and (max-width: 992px) {
  .i-corsi {
    padding: 4.5rem 0 3rem;
  }
}

.i-corsi.animate {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: transparent;
  z-index: 107;
}

.i-corsi.animate .i-corsi__title {
  opacity: 0;
}

.i-corsi__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 17.1rem;
  max-width: 1383px;
}

@media screen and (max-width: 992px) {
  .i-corsi__header {
    margin-bottom: 34px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.i-corsi__header .btn {
  width: 39.3rem;
  height: 8.3rem;
  font-size: 2.4rem;
  font-weight: normal;
  border-radius: 4.1rem;
}

@media screen and (max-width: 576px) {
  .i-corsi__header .btn {
    font-size: 11px;
  }
}

.i-corsi__title {
  font-family: "Golden", sans-serif;
  font-size: 8rem;
  font-weight: normal;
}

@media screen and (max-width: 576px) {
  .i-corsi__title {
    font-size: 4rem;
  }
}

.i-corsi__text {
  flex: 0 0 55.6rem;
  font-size: 2.6rem;
  font-weight: 300;
}

@media screen and (max-width: 992px) {
  .i-corsi__text {
    flex: initial;
    margin: 0 auto 3rem;
    max-width: 80%;
    text-align: center;
  }
}

.i-corsi__wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 10.7rem;
  max-width: 1779px;
}

@media screen and (max-width: 1800px) {
  .i-corsi__wrap {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .i-corsi__wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.i-corsi__item {
  position: relative;
  flex: 0 0 78.4rem;
  height: 48rem;
}

@media screen and (max-width: 1890px) {
  .i-corsi__item {
    flex: initial;
    width: 45%;
  }
}

@media screen and (max-width: 1400px) {
  .i-corsi__item {
    width: 49%;
  }
}

@media screen and (max-width: 768px) {
  .i-corsi__item {
    align-self: flex-start;
    width: 293px;
    height: 225px;
  }
}

.i-corsi__item:last-of-type {
  margin-top: 8.4rem;
}

@media screen and (max-width: 768px) {
  .i-corsi__item:last-of-type {
    align-self: flex-end;
    margin-top: 34px;
  }
}

.item-i-corsi {
  position: relative;
}

.item-i-corsi__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.item-i-corsi__body {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12.5rem;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .item-i-corsi__body {
    padding-top: 100px;
  }
}

.item-i-corsi__title {
  margin-bottom: 8.7rem;
  font-family: "Golden", sans-serif;
  font-size: 4.2rem;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
  color: white;
}

@media screen and (max-width: 768px) {
  .item-i-corsi__title {
    margin-bottom: 5px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .item-i-corsi__title br {
    display: none;
  }
}

.item-i-corsi .btn {
  width: 310px;
  height: 65px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1400px) {
  .item-i-corsi .btn {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .item-i-corsi .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 14.4rem;
    height: 29px;
    font-size: 11px;
  }
}

.instructor {
  position: relative;
  padding-bottom: 11.7rem;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .instructor {
    padding-bottom: 0;
  }
}

.instructor.animate {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120vh;
  transform: translateY(200vh);
  background-color: #fff;
  z-index: 110;
}

.instructor.animate .instructor__main-title {
  font-family: "Verlag", sans-serif;
}

.instructor.animate .instructor__body {
  transform: translateY(-220px);
}

.instructor.animate .instructor__svg {
  top: 15rem;
  left: 43%;
  width: 30rem;
  height: 10rem;
}

.instructor.animate .instructor__svg svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.instructor.animate .instructor__wrap {
  transform: translateY(100vh);
}

.instructor__body {
  position: relative;
  width: 60.8%;
  padding: 21.2rem 0 0 15.9rem;
  z-index: 2;
}

@media screen and (max-width: 1600px) {
  .instructor__body {
    padding: 20.2rem 0 0 44px;
  }
}

@media screen and (max-width: 992px) {
  .instructor__body {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .instructor__body {
    padding: 36px 44px 40px;
  }
}

.instructor__main-title {
  margin-bottom: 3.4rem;
  font-family: "Golden", sans-serif;
  font-size: 6.9rem;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 768px) {
  .instructor__main-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 576px) {
  .instructor__main-title {
    max-width: 230px;
  }
}

.instructor__wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 992px) {
  .instructor__wrap {
    display: block;
  }
}

.instructor__img {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .instructor__img {
    width: 196px;
  }
}

.instructor__content {
  display: flex;
  flex-direction: column;
  padding: 7.3rem 0 7.7rem;
  width: 50%;
}

@media screen and (max-width: 1600px) {
  .instructor__content {
    padding: 3rem 0;
  }
}

@media screen and (max-width: 992px) {
  .instructor__content {
    display: block;
    width: auto;
  }
}

.instructor__title {
  margin-bottom: 1.1rem;
  font-family: "Golden", sans-serif;
  font-size: 5rem;
  font-weight: normal;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .instructor__title {
    font-size: 40px;
  }
}

.instructor__subtitle {
  margin-bottom: 2rem;
  font-family: "Golden", sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .instructor__subtitle {
    font-size: 22px;
  }
}

.instructor__text {
  max-width: 40rem;
  font-size: 22px;
}

@media screen and (max-width: 992px) {
  .instructor__text {
    margin-bottom: 20px;
  }
}

.instructor .btn {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .instructor .btn {
    width: 188px !important;
    height: 38px !important;
    font-size: 16px !important;
  }
}

.instructor__svg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .instructor__svg {
    width: 100%;
  }
}

.instructor__svg svg {
  position: relative;
  top: -16.9rem;
  left: 1rem;
  width: 261.5rem;
  height: 107.5rem;
}

@media screen and (max-width: 768px) {
  .instructor__svg svg {
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 924px;
    height: 379px;
  }
}

.community {
  position: relative;
  height: 82.6rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .community {
    height: 470px;
  }
}

@media screen and (max-width: 576px) {
  .community {
    height: 420px;
  }
}

.community__images {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 576px) {
  .community__images {
    width: initial;
  }
}

.community__images::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 576px) {
  .community__images::before {
    left: -20rem;
    width: 270%;
  }
}

.community__images img {
  flex: 1;
}

@media screen and (max-width: 576px) {
  .community__images img {
    flex: 0 0 100px;
  }
}

.community__body {
  position: absolute;
  top: 47.2%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  color: white;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .community__body {
    width: 100%;
  }
}

.community__title {
  margin-bottom: 1.7rem;
  font-family: "Golden", sans-serif;
  font-size: 10.7rem;
  font-weight: normal;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .community__title {
    font-size: 49px;
    letter-spacing: -0.19rem;
    text-transform: initial;
  }
}

.community__text {
  margin: 0 auto 5.3rem;
  max-width: 632px;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .community__text {
    margin: 0 auto 28px;
    max-width: 310px;
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  .community__text {
    display: none;
  }
}

.community .btn {
  width: 158px !important;
  height: 34px !important;
  font-size: 16px !important;
  font-weight: normal;
}

.main-footer {
  color: white;
  background: #000;
}

.main-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1438px;
  padding: 7.3rem 3rem 1.6rem;
}

@media screen and (max-width: 992px) {
  .main-footer__top {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .main-footer__top {
    padding-top: 0;
    justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .main-footer__body {
    flex: initial;
    margin-bottom: 4rem;
    width: 100%;
  }
}

.main-footer__logo {
  margin-bottom: 3.5rem;
  padding-top: 3rem;
}

@media screen and (max-width: 576px) {
  .main-footer__logo {
    margin: 0 auto 0;
    width: 160px;
  }
}

@media screen and (max-width: 576px) {
  .main-footer__logo svg {
    width: 100%;
  }
}

.main-footer__text {
  max-width: 316px;
  font-size: 1.7rem;
}

@media screen and (max-width: 576px) {
  .main-footer__text {
    margin: 0 auto 8rem;
    max-width: 230px;
    text-align: center;
  }
}

.main-footer__menu, .main-footer__social {
  padding-top: 3.9rem;
  flex: 0 0 100px;
}

@media screen and (max-width: 992px) {
  .main-footer__menu, .main-footer__social {
    padding-top: 0;
  }
}

.main-footer__menu {
  flex: 0 0 39.4rem;
  padding-left: 12.4rem;
  padding-right: 13.4rem;
  padding-bottom: 7rem;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1200px) {
  .main-footer__menu {
    flex: initial;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media screen and (max-width: 992px) {
  .main-footer__menu {
    padding: 0 0 0 3rem;
    border: none;
  }
}

.main-footer__menu a {
  font-size: 2.2rem;
}

@media screen and (max-width: 576px) {
  .main-footer__menu a {
    font-size: 16px;
  }
}

.main-footer__title {
  margin-bottom: 1.8rem;
  font-family: "Golden", sans-serif;
  font-size: 4rem;
  font-weight: normal;
}

.main-footer__social {
  position: relative;
  right: 15.3rem;
}

@media screen and (max-width: 992px) {
  .main-footer__social {
    flex: initial;
    padding-left: 3rem;
    right: 0;
  }
}

.main-footer__social ul {
  display: flex;
  align-items: center;
}

.main-footer__social ul a {
  display: block;
  margin-right: 1.9rem;
}

.main-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
}

@media screen and (max-width: 576px) {
  .main-footer__bottom {
    flex-wrap: wrap;
    font-size: 16px;
  }
}

.main-footer__bottom a {
  margin-right: 1rem;
  font-size: 2rem;
  font-weight: normal;
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  .main-footer__bottom a {
    font-size: 20px;
  }
}

.main-footer__bottom a:hover {
  text-decoration: underline;
}

.main-footer__bottom span {
  display: inline-block;
  margin-right: 1rem;
}

@media screen and (max-width: 576px) {
  .main-footer__line {
    display: none;
  }
}

.page-intro {
  position: relative;
  height: 87.4rem;
}

@media screen and (max-width: 992px) {
  .page-intro {
    height: 509px;
  }
}

.page-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.page-intro__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.page-intro__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-intro__body {
  position: absolute;
  top: 43.2%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  color: white;
  z-index: 3;
}

@media screen and (max-width: 992px) {
  .page-intro__body {
    top: initial;
    bottom: 82px;
    width: 100%;
  }
}

.page-intro__title {
  margin-bottom: 2.9rem;
  font-family: "Golden", sans-serif;
  font-size: 10.4rem;
  font-weight: normal;
}

@media screen and (max-width: 992px) {
  .page-intro__title {
    font-size: 49px;
  }
}

@media screen and (max-width: 576px) {
  .page-intro__title {
    line-height: 1.4;
  }
}

.page-intro__text {
  margin: 0 auto;
  max-width: 875px;
  font-size: 3rem;
}

@media screen and (max-width: 992px) {
  .page-intro__text {
    max-width: 308px;
    height: 50px;
    font-size: 20px;
    overflow: hidden;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  padding: 5.9rem 0;
}

@media screen and (max-width: 576px) {
  .breadcrumbs {
    display: none;
    padding: 2rem 0;
  }
}

.breadcrumbs.breadcrumbs--mobile {
  display: none;
}

@media screen and (max-width: 576px) {
  .breadcrumbs.breadcrumbs--mobile {
    display: block;
    margin-bottom: 3rem;
  }
}

.breadcrumbs.breadcrumbs--mobile .breadcrumbs__link {
  text-decoration: underline;
}

.breadcrumbs__title, .breadcrumbs__link {
  font-size: 2.4rem;
}

.breadcrumbs__title {
  display: block;
}

.breadcrumbs__title, .breadcrumbs__arrow {
  font-weight: bold;
}

.breadcrumbs__arrow {
  display: inline-block;
  margin-right: 1rem;
  margin-left: 1rem;
}

.page-corsi {
  background: #EFEFEF;
}

.page-corsi__title {
  margin-bottom: 3.9rem;
  padding-top: 1.6rem;
  font-family: "Golden", sans-serif;
  font-size: 7.8rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .page-corsi__title {
    margin-bottom: 2rem;
    font-size: 40px;
    text-align: left;
  }
}

.page-corsi__text {
  margin: 0 auto 10.8rem;
  max-width: 98.3rem;
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .page-corsi__text {
    margin-bottom: 3rem;
    font-size: 20px;
    text-align: left;
  }
}

.corso-block {
  padding-bottom: 14.2rem;
}

@media screen and (max-width: 576px) {
  .corso-block {
    padding-bottom: 18px;
  }
}

.corso-block__dark {
  padding-top: 26.7rem;
  color: white;
  background: #333333;
}

@media screen and (max-width: 1500px) {
  .corso-block__dark {
    padding-top: 16rem;
  }
}

@media screen and (max-width: 576px) {
  .corso-block__dark {
    padding-top: 77px;
  }
}

.corso-block__dark .corso-info__line {
  background: white;
}

.corso-block__wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .corso-block__wrap {
    display: block;
  }
}

.corso-block__img {
  position: relative;
  width: 59.5%;
  height: 50.2rem;
}

@media screen and (max-width: 992px) {
  .corso-block__img {
    width: 100%;
    height: auto;
  }
}

.corso-block__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .corso-block__img img {
    position: static;
  }
}

.corso-block__content {
  width: 40%;
  padding: 2.6rem 0 3rem 16.3rem;
}

@media screen and (max-width: 1500px) {
  .corso-block__content {
    padding-left: 3rem;
  }
}

@media screen and (max-width: 992px) {
  .corso-block__content {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .corso-block__content {
    padding-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .corso-block__footer {
    text-align: center;
  }
}

.corso-block .btn {
  width: 32.5rem;
  height: 6.8rem;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  .corso-block .btn {
    width: 180px important;
    height: 38px !important;
    font-size: 16px !important;
  }
}

.about-block {
  padding-top: 12.1rem;
  padding-bottom: 28.8rem;
}

@media screen and (max-width: 992px) {
  .about-block {
    padding-top: 0;
    padding-bottom: 8rem;
  }
}

.about-block__wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .about-block__wrap {
    flex-direction: column-reverse;
  }
}

.about-block__img {
  position: relative;
  width: 50.7%;
  height: 82rem;
}

@media screen and (max-width: 992px) {
  .about-block__img {
    width: 100%;
    height: auto;
  }
}

.about-block__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .about-block__img img {
    position: static;
  }
}

.about-block__content {
  padding: 17.5rem 0 0 13.8rem;
  width: 49.3%;
}

@media screen and (max-width: 992px) {
  .about-block__content {
    margin-bottom: 4rem;
    padding: 0;
    width: 100%;
    height: auto;
  }
}

.about-block__title {
  margin-bottom: 2.7rem;
  font-family: "Golden", sans-serif;
  font-size: 7.8rem;
  font-weight: normal;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 576px) {
  .about-block__title {
    font-size: 40px;
  }
}

.about-block__text {
  font-size: 3rem;
}

@media screen and (max-width: 576px) {
  .about-block__text {
    font-size: 20px;
  }
}

.page-about__container {
  margin: 0 auto;
  padding: 0 18px;
  max-width: 1561px;
}

@media screen and (max-width: 576px) {
  .title {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 576px) {
  .text {
    font-size: 20px !important;
  }
}

.method {
  padding-top: 15.3rem;
  height: 96.4rem;
  text-align: center;
  background-image: url("../i/method/method-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 576px) {
  .method {
    padding-top: 72px;
    height: 584px;
    background-image: url("../i/method/method-mobile.jpg");
  }
}

.method__title {
  margin-bottom: 3.9rem;
  font-family: "Golden", sans-serif;
  font-size: 7.8rem;
  font-weight: normal;
}

.method__text {
  margin: 0 auto;
  max-width: 982px;
  font-size: 3rem;
}

@media screen and (max-width: 576px) {
  .method__text {
    max-width: 308px;
  }
}

.trainer {
  padding: 11.6rem 3rem 14rem;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .trainer {
    padding: 94px 3px 79px;
  }
}

.trainer__title {
  margin-bottom: 11.1rem;
  font-family: "Golden", sans-serif;
  font-weight: normal;
  font-size: 7.8rem;
  font-weight: normal;
  letter-spacing: 0.07rem;
}

@media screen and (max-width: 576px) {
  .trainer__title {
    margin-bottom: 30px;
  }
}

.trainer__img {
  display: inline-block;
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 576px) {
  .trainer__img {
    margin: 0 auto 20px;
    max-width: 219px;
  }
}

.trainer__subtitle {
  margin-bottom: 1.9rem;
  font-family: "Golden", sans-serif;
  font-weight: normal;
  font-size: 6.1rem;
  font-weight: normal;
}

@media screen and (max-width: 576px) {
  .trainer__subtitle {
    font-size: 3rem;
  }
}

.trainer__text {
  font-family: "Golden", sans-serif;
  font-weight: normal;
  font-size: 3.3rem;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
}

.nostri-corsi {
  padding: 12.3rem 0 17.8rem;
  text-align: center;
  background: #EFEFEF;
}

@media screen and (max-width: 576px) {
  .nostri-corsi {
    padding-top: 0;
    padding-bottom: 7px;
    background: #fff;
  }
}

.nostri-corsi.nostri-corsi--no-bg {
  background: transparent;
}

.nostri-corsi__title {
  margin-bottom: 3.7rem;
  font-family: "Golden", sans-serif;
  font-weight: normal;
  font-size: 7.8rem;
  font-weight: normal;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 576px) {
  .nostri-corsi__title--desktop {
    display: none;
  }
}

.nostri-corsi__title__mobile {
  display: none;
}

@media screen and (max-width: 576px) {
  .nostri-corsi__title__mobile {
    display: block;
  }
}

.nostri-corsi__text {
  margin: 0 auto 10.1rem;
  max-width: 556px;
  font-size: 2.6rem;
}

@media screen and (max-width: 576px) {
  .nostri-corsi__text {
    display: none;
  }
}

.nostri-corsi__wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1566px;
}

@media screen and (max-width: 576px) {
  .nostri-corsi__wrap {
    display: block;
  }
}

.nostri-corsi__item {
  width: 50%;
}

@media screen and (max-width: 576px) {
  .nostri-corsi__item {
    margin: 0 auto 26px;
    width: 302px;
  }
}

.item-nostri-corsi {
  position: relative;
  height: 48rem;
}

@media screen and (max-width: 576px) {
  .item-nostri-corsi {
    height: 185px;
  }
}

.item-nostri-corsi::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.item-nostri-corsi__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.item-nostri-corsi__body {
  position: relative;
  padding-top: 15.4%;
  z-index: 3;
}

@media screen and (max-width: 576px) {
  .item-nostri-corsi__body {
    padding-top: 22.4%;
  }
}

.item-nostri-corsi__title {
  margin-bottom: 8.2rem;
  font-family: "Golden", sans-serif;
  font-weight: normal;
  font-size: 4.2rem;
  font-weight: normal;
  line-height: 1.2;
  color: white;
}

@media screen and (max-width: 576px) {
  .item-nostri-corsi__title {
    margin-bottom: 8px;
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .item-nostri-corsi__title br {
    display: none;
  }
}

.i-nostri-trainer {
  margin-bottom: 2rem;
}

@media screen and (max-width: 992px) {
  .i-nostri-trainer {
    margin-bottom: 79px;
  }
}

.i-nostri-trainer__header {
  margin-top: -2.3rem;
  margin-bottom: 14.7rem;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .i-nostri-trainer__header {
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .i-nostri-trainer__header {
    margin-bottom: 5.7rem;
    text-align: left;
  }
}

.i-nostri-trainer__header .i-nostri-trainer__text {
  margin: 0 auto;
  max-width: 880px;
}

.i-nostri-trainer__main-title {
  margin-bottom: 4.4rem;
  font-family: "Golden", sans-serif;
  font-weight: normal;
  font-size: 7.8rem;
}

.i-nostri-trainer__text {
  font-size: 3rem;
}

.i-nostri-trainer__wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .i-nostri-trainer__wrap {
    display: block;
  }
}

.i-nostri-trainer__img {
  width: 50%;
}

@media screen and (max-width: 992px) {
  .i-nostri-trainer__img {
    width: 100%;
  }
}

.i-nostri-trainer__body {
  padding-top: 10.8%;
  width: 37.5%;
}

@media screen and (max-width: 992px) {
  .i-nostri-trainer__body {
    width: 100%;
  }
}

.i-nostri-trainer__title {
  margin-bottom: 1.2rem;
  font-family: "Golden", sans-serif;
  font-weight: normal;
  font-size: 6.1rem;
}

.i-nostri-trainer__subtitle {
  margin-bottom: 2rem;
  font-family: "Golden", sans-serif;
  font-weight: normal;
  font-size: 3.3rem;
  text-transform: uppercase;
}

.page-i-trainer .nostri-corsi {
  margin-bottom: -7rem;
}

@media screen and (max-width: 992px) {
  .page-i-trainer .nostri-corsi {
    margin-bottom: 7px;
  }
}

.page-contatti__title {
  margin-bottom: 3.1rem;
  padding-top: 9.5rem;
  font-family: "Golden", sans-serif;
  font-weight: normal;
  font-size: 7.8rem;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .page-contatti__title {
    text-align: left;
  }
}

.page-contatti__text {
  margin: 0 auto 7.9rem;
  max-width: 847px;
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .page-contatti__text {
    text-align: left;
  }
}

.form {
  margin: 0 auto 9.3rem;
  max-width: 854px;
}

.form-group {
  margin-bottom: 0.4rem;
  padding-bottom: 3.6rem;
  border-bottom: 1px solid #000;
}

.form input[type="text"],
.form input[type="email"],
.form textarea {
  width: 100%;
  height: 70px;
  font-size: 3.3rem;
  font-weight: 300;
  color: black;
  border: none;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="submit"] {
  font-family: "Verlag", sans-serif;
  /* webkit */
  /* webkit */
}

.form input[type="text"][type='text']::-webkit-input-placeholder, .form input[type="text"][type='email']::-webkit-input-placeholder, .form input[type="text"][type='phone']::-webkit-input-placeholder,
.form input[type="email"][type='text']::-webkit-input-placeholder,
.form input[type="email"][type='email']::-webkit-input-placeholder,
.form input[type="email"][type='phone']::-webkit-input-placeholder,
.form input[type="submit"][type='text']::-webkit-input-placeholder,
.form input[type="submit"][type='email']::-webkit-input-placeholder,
.form input[type="submit"][type='phone']::-webkit-input-placeholder {
  font-size: 3.3rem;
  font-weight: 300;
  color: #000;
}

.form input[type="text"][type='text']::-moz-placeholder, .form input[type="text"][type='email']::-moz-placeholder, .form input[type="text"][type='phone']::-moz-placeholder,
.form input[type="email"][type='text']::-moz-placeholder,
.form input[type="email"][type='email']::-moz-placeholder,
.form input[type="email"][type='phone']::-moz-placeholder,
.form input[type="submit"][type='text']::-moz-placeholder,
.form input[type="submit"][type='email']::-moz-placeholder,
.form input[type="submit"][type='phone']::-moz-placeholder {
  font-size: 3.3rem;
  font-weight: 300;
  color: #000;
}

.form input[type="text"][type='text']:-moz-placeholder, .form input[type="text"][type='email']:-moz-placeholder, .form input[type="text"][type='phone']:-moz-placeholder,
.form input[type="email"][type='text']:-moz-placeholder,
.form input[type="email"][type='email']:-moz-placeholder,
.form input[type="email"][type='phone']:-moz-placeholder,
.form input[type="submit"][type='text']:-moz-placeholder,
.form input[type="submit"][type='email']:-moz-placeholder,
.form input[type="submit"][type='phone']:-moz-placeholder {
  font-size: 3.3rem;
  font-weight: 300;
  color: #000;
}

.form input[type="text"][type='text']:-ms-input-placeholder, .form input[type="text"][type='email']:-ms-input-placeholder, .form input[type="text"][type='phone']:-ms-input-placeholder,
.form input[type="email"][type='text']:-ms-input-placeholder,
.form input[type="email"][type='email']:-ms-input-placeholder,
.form input[type="email"][type='phone']:-ms-input-placeholder,
.form input[type="submit"][type='text']:-ms-input-placeholder,
.form input[type="submit"][type='email']:-ms-input-placeholder,
.form input[type="submit"][type='phone']:-ms-input-placeholder {
  font-size: 3.3rem;
  font-weight: 300;
  color: #000;
}

.form textarea {
  font-family: "Verlag", sans-serif;
  /* webkit */
  /* webkit */
  /* webkit */
}

.form textarea::-webkit-input-placeholder {
  font-size: 3.3rem;
  font-weight: 300;
  color: #000;
}

.form textarea::-moz-placeholder {
  font-size: 3.3rem;
  font-weight: 300;
  color: #000;
}

.form textarea:-moz-placeholder {
  font-size: 3.3rem;
  font-weight: 300;
  color: #000;
}

.form textarea:-ms-input-placeholder {
  font-size: 3.3rem;
  font-weight: 300;
  color: #000;
}

.form-lines {
  margin-top: 4.3rem;
}

.form-line {
  margin-bottom: 4.4rem;
  border-bottom: 1px solid #000;
}

.form-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form .btn {
  outline: none;
  border-color: transparent;
  cursor: pointer;
}

.form .btn:hover {
  border-color: black;
}

.la-community {
  padding: 1.5rem 0 11.2rem;
}

@media screen and (max-width: 992px) {
  .la-community {
    padding: 0 0 9rem;
  }
}

.la-community__wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .la-community__wrap {
    flex-direction: column;
  }
}

.la-community__img {
  width: 50%;
}

@media screen and (max-width: 992px) {
  .la-community__img {
    margin-bottom: 6rem;
    width: 100%;
    order: 2;
  }
}

.la-community__content {
  padding: 9.1% 0 0 10%;
  width: 50%;
}

@media screen and (max-width: 1800px) {
  .la-community__content {
    padding: 6% 3% 0;
  }
}

@media screen and (max-width: 992px) {
  .la-community__content {
    padding: 0;
    width: 100%;
    order: 1;
  }
}

.la-community__title {
  margin-bottom: 2.6rem;
  font-family: "Golden", sans-serif;
  font-weight: normal;
  font-size: 7.8rem;
}

.la-community__text {
  margin-bottom: 10.6rem;
  font-size: 3rem;
}

@media screen and (max-width: 992px) {
  .la-community__text {
    margin-bottom: 3.6rem;
  }
}

@media screen and (max-width: 992px) {
  .la-community__footer {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .la-community__footer.la-community__footer--mobile {
    display: block;
    text-align: center;
    order: 3;
  }
}

@media screen and (max-width: 576px) {
  .la-community__footer.la-community__footer--mobile {
    align-self: center;
  }
}

.la-community .btn {
  width: 32.5rem;
  height: 6.8rem;
  font-size: 1.9rem;
  font-weight: normal;
}

@media screen and (max-width: 576px) {
  .la-community .btn {
    width: 218px !important;
    height: 38px !important;
    font-size: 16px !important;
  }
}

.corso-info__title {
  margin-bottom: 2.7rem;
  font-family: "Golden", sans-serif;
  font-size: 4.6rem;
  font-weight: normal;
}

.corso-info__title--big {
  font-size: 7.8rem;
}

.corso-info__text {
  margin-bottom: 3.4rem;
  font-size: 2rem;
}

.corso-info__table {
  margin-bottom: 4.2rem;
}

.corso-info__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3.1rem;
  line-height: 1;
}

@media screen and (max-width: 576px) {
  .corso-info__row:first-of-type {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .corso-info__row:first-of-type .corso-block__label {
    margin-bottom: 10px;
  }
}

.corso-info__row:last-of-type {
  align-items: flex-end;
}

.corso-info__row:last-of-type .corso-info__label {
  position: relative;
  top: 3px;
}

.corso-info__label {
  flex: 0 0 13rem;
  font-family: "Golden", sans-serif;
  font-size: 2.6rem;
  font-weight: normal;
}

@media screen and (max-width: 576px) {
  .corso-info__label {
    font-size: 20px;
  }
}

.corso-info__value {
  font-size: 2rem;
}

@media screen and (max-width: 576px) {
  .corso-info__value {
    font-size: 20px;
  }
}

.corso-info__rating {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 2rem;
}

.corso-info__line {
  display: inline-block;
  margin-right: 0.26rem;
  width: 0.8rem;
  background: #000;
}

.corso-info__line:first-of-type {
  height: 1.6rem;
}

.corso-info__line:nth-of-type(2) {
  height: 2.3rem;
}

.corso-info__line:nth-of-type(3) {
  height: 4rem;
}

.corso-desc {
  margin-bottom: 7.4rem;
  padding-top: 4.4rem;
}

@media screen and (max-width: 576px) {
  .corso-desc {
    padding-top: 0;
  }
}

.corso-desc__wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .corso-desc__wrap {
    display: block;
  }
}

.corso-desc__img {
  width: 47%;
}

@media screen and (max-width: 992px) {
  .corso-desc__img {
    width: 100%;
  }
}

.corso-desc__content {
  padding-top: 4.5rem;
  padding-left: 8.8%;
  width: 42%;
}

@media screen and (max-width: 1500px) {
  .corso-desc__content {
    padding-top: 2rem;
    padding-left: 2%;
  }
}

@media screen and (max-width: 992px) {
  .corso-desc__content {
    padding: 0 40px;
    width: 100%;
  }
}

.corso-desc__title {
  margin-bottom: 2.8rem;
  font-family: "Golden", sans-serif;
  font-weight: normal;
  font-size: 7.8rem;
}

.corso-desc__text {
  margin-bottom: 11.3rem;
  font-size: 3rem;
}

@media screen and (max-width: 576px) {
  .corso-desc__text {
    margin-bottom: 6.3rem;
  }
}

@media screen and (max-width: 576px) {
  .corso-desc .corso-info__row:first-of-type {
    display: flex;
    justify-content: flex-end;
  }
}

.corso-desc .corso-info__label {
  margin-right: 6.3rem;
  font-size: 4.6rem;
}

@media screen and (max-width: 992px) {
  .corso-desc .corso-info__label {
    font-size: 33px;
  }
}

.corso-desc .corso-info__value {
  font-size: 3rem;
}

@media screen and (max-width: 992px) {
  .corso-desc .corso-info__value {
    font-size: 21px;
  }
}

.corso-features {
  margin-bottom: 18.7rem;
}

@media screen and (max-width: 992px) {
  .corso-features {
    margin-bottom: 3.7rem;
  }
}

.corso-features__main-title {
  margin-bottom: 3.6rem;
  font-family: "Golden", sans-serif;
  font-weight: normal;
  font-size: 4.6rem;
}

@media screen and (max-width: 992px) {
  .corso-features__main-title {
    font-size: 33px !important;
  }
}

@media screen and (max-width: 576px) {
  .corso-features__main-title {
    text-align: center;
  }
}

.corso-features__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}

@media screen and (max-width: 576px) {
  .corso-features__wrap {
    display: block;
    margin: 0 -15px;
  }
}

.corso-features__item {
  margin: 0 1.5rem 3rem;
  flex: 0 0 24.2rem;
}

@media screen and (max-width: 576px) {
  .corso-features__item {
    margin: 0;
  }
}

.corso-features__img {
  position: relative;
  margin-bottom: 2rem;
  height: 20.2rem;
}

@media screen and (max-width: 576px) {
  .corso-features__img {
    margin-bottom: 10px;
    height: auto;
  }
}

.corso-features__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 576px) {
  .corso-features__img img {
    position: static;
  }
}

.corso-features .slick-slide {
  padding: 0 8px;
}

.corso-features .slick-dots {
  position: relative;
  top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.corso-features .slick-dots li {
  margin: 0 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid black;
  background: transparent;
}

.corso-features .slick-dots li.slick-active {
  background: #000;
}

.corso-features .slick-dots button {
  display: none;
}

.corso-features__title {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.keep-training {
  position: relative;
  margin-bottom: 10.8rem;
}

@media screen and (max-width: 992px) {
  .keep-training {
    margin-bottom: 8rem;
  }
}

.keep-training__wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .keep-training__wrap {
    flex-direction: column;
  }
}

.keep-training__content {
  padding: 4.5rem 0 3rem 0;
  width: 36%;
}

@media screen and (max-width: 992px) {
  .keep-training__content {
    padding: 3rem 0;
    width: 100%;
  }
}

.keep-training__title {
  margin-bottom: 5rem;
  font-family: "Golden", sans-serif;
  font-weight: normal;
  font-size: 4.6rem;
}

.keep-training__text {
  margin-bottom: 5.8rem;
}

.keep-training__img {
  width: 56.1%;
}

@media screen and (max-width: 992px) {
  .keep-training__img {
    margin-bottom: 6rem;
    width: 100%;
  }
}

.keep-training__text {
  font-size: 3rem;
}

@media screen and (max-width: 992px) {
  .keep-training__footer {
    display: none;
  }
}

.keep-training__footer--mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .keep-training__footer--mobile {
    display: block;
    text-align: center;
  }
}

.keep-training .btn {
  width: 32.4rem !important;
  height: 6.8rem !important;
  font-size: 1.9rem !important;
  font-weight: normal !important;
}

.corso-choose {
  margin-bottom: 8.8rem;
}

.corso-choose__title {
  margin-bottom: 4.8rem;
  font-family: "Golden", sans-serif;
  font-weight: normal;
  font-size: 2.6rem;
}

@media screen and (max-width: 576px) {
  .corso-choose__title {
    font-size: 33px !important;
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .corso-choose__span {
    display: none;
  }
}

.corso-choose__span--mobile {
  display: none;
}

@media screen and (max-width: 576px) {
  .corso-choose__span--mobile {
    display: block;
  }
}

.corso-choose__wrap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
  .corso-choose__wrap {
    justify-content: center;
  }
}

.corso-choose__item {
  margin-right: 2.9rem;
}

@media screen and (max-width: 768px) {
  .corso-choose__item {
    margin-bottom: 2.9rem;
  }
}

.corso-choose button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.4rem;
  height: 6.5rem;
  font-family: "Verlag", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: black;
  background: white;
  border: 1px solid #707070;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.corso-choose button.active, .corso-choose button:hover {
  color: white;
  background: black;
}

.add-to-cart {
  margin-bottom: 13.6rem;
  max-width: 740px;
}

@media screen and (max-width: 576px) {
  .add-to-cart {
    margin-bottom: 6rem;
    text-align: center;
  }
}

.add-to-cart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 576px) {
  .add-to-cart__header {
    display: block;
    text-align: center;
  }
}

.add-to-cart__title {
  font-family: "Golden", sans-serif;
  font-weight: normal;
  font-size: 4.6rem;
}

@media screen and (max-width: 576px) {
  .add-to-cart__title {
    display: none;
  }
}

.add-to-cart__price {
  font-family: "Verlag", sans-serif;
  font-size: 5.7rem;
  line-height: 1;
}

.add-to-cart .btn {
  width: 32.4rem !important;
  height: 6.8rem !important;
  font-size: 1.9rem !important;
  font-weight: normal;
}

.white-bg {
  display: none;
  background: #fff;
  pointer-events: none;
}

.white-bg.animate {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 101;
}

.bottom.animate {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  transform: translateY(100vh);
  z-index: 114;
}

@media screen and (max-width: 576px) {
  .single-corso .page-intro__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
  }
}

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