@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap");
@font-face {
  font-family: "Kukurudza";
  src: url("../../kukuruza2/fonts/Kukurudza-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ermilov";
  src: url("../../kukuruza2/fonts/ermilov-bold.eot");
  /* IE 9 Compatibility Mode */
  src: url("../../kukuruza2/fonts/ermilov-bold.eot?#iefix") format("embedded-opentype"), url("../../kukuruza2/fonts/ermilov-bold.woff2") format("woff2"), url("../../kukuruza2/fonts/ermilov-bold.woff") format("woff"), url("../../kukuruza2/fonts/ermilov-bold.ttf") format("truetype"), url("../../kukuruza2/fonts/ermilov-bold.svg#ermilov-bold") format("svg");
  /* Chrome < 4, Legacy iOS */
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

*::after,
*::before {
  display: inline-block;
  pointer-events: none;
}

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

body {
  color: #000000;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body._lock {
  overflow: hidden;
}

button,
input,
textarea {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}

input,
textarea {
  width: 100%;
}

label {
  display: inline-block;
}

button,
option,
select {
  cursor: pointer;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

picture {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

address {
  font-style: normal;
}

summary::-webkit-details-marker {
  display: none;
}

summary {
  list-style: none;
}

body {
  scrollbar-gutter: stable;
  overscroll-behavior: none;
  background-color: #f7f7f7;
  color: #1a1a1a;
}
body._lock {
  overflow: hidden;
}

*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar-thumb {
  background-color: #ff6b00;
  border-radius: 3px;
}

html {
  font-size: 0.6944444444vw;
}

[class*=__container] {
  width: 100%;
  margin-inline: auto;
  padding: 0 10rem;
}

/*  header  block  */
.header {
  position: relative;
  z-index: 30;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.header .__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px 0px 1000px 1000px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
}
.header .logo {
  font-family: "Ermilov";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-right: auto;
  margin-bottom: -4px;
  z-index: 23;
}
.header .button {
  width: 15rem;
  height: 3.5rem;
  margin-left: auto;
  font-family: "Commissioner";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 6px;
  border: none;
  text-transform: none;
}
.header .button:hover {
  background-color: #1a1a1a;
  color: #f7f7f7;
}
.header .nav {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.header .nav .nav-link {
  font-family: "Commissioner";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  color: #1a1a1a;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
.header .nav .nav-link:hover {
  transform: scale(1.1);
  color: #ff6b00;
  text-shadow: 0 0 0.5px #ff6b00;
  transition: all 0.3s;
}
.header .nav .nav-link:hover a {
  color: #ff6b00;
}
.header .nav .nav-link:hover::after {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}
.header .nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 2px;
  background-color: #ff6b00;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease;
}
.header .nav .current-menu-item {
  transform: scale(1.1);
  color: #ff6b00;
  text-shadow: 0 0 0.5px #ff6b00;
  transition: all 0.3s;
}
.header .nav .current-menu-item a {
  color: #ff6b00;
}
.header .nav .current-menu-item::after {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}
.header .header-menu {
  display: none;
  gap: 3px;
  align-items: end;
  background-color: #f7f7f7;
  position: relative;
  z-index: 20;
}
.header .header-menu p {
  font-family: "Commissioner";
  font-style: normal;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.header ._hidden {
  display: none;
}
.header .back-white {
  background-color: #fefefe !important;
  border-radius: none !important;
  box-shadow: none !important;
}
.header .back-white .header-menu {
  background-color: #fefefe !important;
  border-radius: 25px;
}
.header .header-menu .menu {
  height: calc(100vh - 50px);
  position: fixed;
  top: -150vh;
  right: 0;
  width: 100vw;
  background-color: #000000;
  transition: all 0.5s ease-out;
  z-index: 21;
}
.header .header-menu ._active {
  top: 0px;
  transition: all 0.5s ease-out;
}
.header .menu-body {
  background-color: #fff;
  height: calc(100vh - 30px);
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 100px 35px 70px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.header .menu-body .nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: auto;
}
.header .menu-body .nav .current-menu-item {
  transform: none;
  color: #1a1a1a;
  text-shadow: none;
  transition: none;
}
.header .menu-body .nav .current-menu-item a {
  color: #1a1a1a;
}
.header .menu-body .nav .nav-link:hover {
  transform: none;
  color: #1a1a1a;
  text-shadow: none;
  transition: none;
}
.header .menu-body .nav .nav-link:hover a {
  color: #1a1a1a;
}
.header .menu-body .nav .nav-link .sub-menu {
  margin-top: 20px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-shadow: none;
}
.header .menu-body .nav .nav-link .sub-menu .nav-link {
  text-align: right;
  color: #1a1a1a;
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 112.5% */
  margin-bottom: 20px;
}
.header .menu-body .nav .nav-link .sub-menu .nav-link:hover {
  transform: none;
  color: #1a1a1a;
  text-shadow: none;
  transition: none;
}
.header .menu-body .nav .nav-link .sub-menu .nav-link:hover a {
  color: #1a1a1a;
}
.header .menu-body .nav .nav-link .sub-menu .current-menu-item a {
  font-weight: 600;
  transform: none;
  text-shadow: none;
  transition: none;
  color: #1a1a1a;
}
.header .menu-body .nav .nav-link {
  color: #1a1a1a;
  text-align: right;
  font-family: "Ermilov";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 83.333% */
  letter-spacing: -0.6px;
}
.header .menu-body .nav .nav-link:hover {
  color: #1a1a1a;
}
.header .menu-body .nav .nav-link:hover::after {
  display: none;
}
.header .menu-body .nav .nav-link::after {
  display: none;
}
.header .menu-body .right {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header .menu-body .right a {
  color: #b9b9b9;
  text-align: right;
  font-family: "Commissioner";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 116.667% */
}
.header .menu-body .button {
  height: 30px;
  font-family: "Commissioner";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 114.286% */
  display: flex;
  max-width: none;
  min-height: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
}
.header .menu-body p {
  margin-top: 20px;
  color: #1a1a1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
  text-transform: none;
  text-align: right;
}
.header .menu-body .social {
  margin-top: 30px;
}
.header .menu-btn {
  width: 20px;
  height: 16px;
  margin-left: 5px;
  position: relative;
  z-index: 23;
  overflow: hidden;
  background: none;
  border: none;
}
.header .word {
  z-index: 23;
}
.header .menu-btn span {
  width: 17px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.5px solid #000000;
  transition: all 0.5s;
}
.header .menu-btn span:nth-of-type(1) {
  top: calc(50% - 2px);
}
.header .menu-btn span:nth-of-type(4) {
  top: calc(50% + 2px);
}
.header .menu-btn span:nth-of-type(2) {
  top: calc(50% - 7px);
}
.header .menu-btn span:nth-of-type(3) {
  top: calc(50% + 7px);
}
.header .menu-btn.rotate span:nth-of-type(1) {
  display: none;
}
.header .menu-btn.rotate span:nth-of-type(4) {
  display: none;
}
.header .menu-btn.rotate span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
.header .menu-btn.rotate span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

.social {
  display: flex;
  gap: 10px;
}
.social img {
  height: 26px;
  width: auto;
}

/* breadcrumb */
.breadcrumb {
  position: absolute;
  top: 50px;
  display: flex;
  gap: 10px;
  list-style: none;
  padding-left: 0;
  z-index: 20;
  max-width: calc(100vw - 100px);
  overflow: hidden;
}

.breadcrumb_container {
  padding: 0 100px;
  position: relative;
}

.breadcrumb_business {
  top: 70px;
}

.breadcrumb a {
  color: #1a1a1a;
  font-family: "Commissioner";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  line-height: 14px;
  display: inline-block;
  padding-right: 11px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb_white a {
  color: #fff;
}

.breadcrumb li:not(:last-child) a::after {
  display: block;
  background-color: #1a1a1a;
  height: 12px;
  width: 1px;
  content: "";
  position: absolute;
  bottom: 1px;
  right: 0px;
}

.breadcrumb_white li:not(:last-child) a::after {
  background-color: #fff;
}

.breadcrumb li:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumb li:last-child a {
  color: #1a1a1a;
  font-family: "Commissioner";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  opacity: 0.5;
  cursor: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  pointer-events: none;
}

.breadcrumb_white li:last-child a {
  color: #fff;
}

@media (max-width: 768px) {
  .breadcrumb {
    max-width: calc(100vw - 70px);
    top: 15px;
  }
  .breadcrumb_container {
    padding: 0 35px;
  }
  .breadcrumb li:first-child a {
    font-size: 0;
    width: 21px;
    height: 19px;
    background-image: url(./../img/home.svg);
    display: block;
    background-position: 0 77%;
    background-repeat: no-repeat;
    background-size: 13px;
  }
  .breadcrumb_white li:first-child a {
    background-image: url(./../img/home-white.svg);
  }
  /* header  block*/
  .header .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .header .logo {
    font-size: 13.343px;
    margin-bottom: 0;
  }
  .header .button {
    display: none;
  }
  .header .nav {
    display: none;
  }
  .header .header-menu {
    display: flex;
    align-items: center;
  }
}
.footer {
  padding: 10rem 0;
  border-radius: 0px;
  background: #1d1d1d;
  position: relative;
  z-index: 2;
  border-radius: 3rem 3rem 0 0;
  margin-top: -8.3rem;
}
.footer .container {
  padding: 0 10rem;
}
.footer .content {
  border-radius: 3rem;
  background-color: #fefefe;
  padding: 5rem 6rem;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15rem;
  align-items: end;
  justify-content: start;
}
.footer .left p {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 2.2rem;
}
.footer .left .logo {
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: Ermilov;
}
.footer .left .button {
  height: 4.2rem;
  font-family: Commissioner;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  margin-top: 2rem;
  padding-bottom: 5px;
  padding: 0 3.6rem;
}
.footer .left .button:hover {
  background-color: #1a1a1a;
  color: #fefefe;
}
.footer .social {
  display: flex;
  gap: 1.5rem;
}
.footer .social img {
  height: 3.6rem;
  width: auto;
  filter: brightness(0) saturate(100%) invert(6%) sepia(17%) saturate(192%) hue-rotate(314deg) brightness(105%) contrast(92%);
}
.footer .social img:hover {
  filter: brightness(0) saturate(100%) invert(66%) sepia(69%) saturate(5883%) hue-rotate(360deg) brightness(101%) contrast(108%);
}
.footer .nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 33px;
}
.footer .nav .nav-link {
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footer .nav .nav-link:hover {
  font-weight: 600;
}
.footer .mob {
  display: none;
}
.footer .right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer .right a {
  color: #b9b9b9;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footer .right a:hover {
  color: #1a1a1a;
}
.footer .right a:nth-of-type(1) {
  text-decoration-line: underline;
}

@media (max-width: 600px) {
  .footer {
    padding: 17rem 0 0 0;
  }
  .footer::before {
    width: 100%;
    height: 4rem;
    background-image: url(../img/decor/snow-mob.svg);
    top: -2rem;
    left: inherit;
    transform: none;
    background-size: contain;
  }
  .footer .container {
    padding: 0 0rem;
  }
  .footer .content {
    border-radius: 3rem 3rem 0 0;
    padding: 6rem 3.5rem 13.4rem;
    grid-template-columns: 1fr;
    gap: 0px;
    position: relative;
    align-items: start;
  }
  .footer .left p {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
  .footer .left .logo {
    font-size: 2.5rem;
  }
  .footer .left .button {
    height: 3rem;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    padding-bottom: 2px;
    padding: 0 2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer .social {
    display: flex;
    gap: 1.2rem;
    position: absolute;
    top: 6rem;
    right: 3.5rem;
  }
  .footer .social img {
    height: 2.6rem;
    width: auto;
  }
  .footer .nav {
    gap: 10px;
    margin-top: 2rem;
  }
  .footer .nav .nav-link {
    font-size: 1.2rem;
    line-height: 1.4rem; /* 116.667% */
  }
  .footer .desck {
    display: none;
  }
  .footer .mob {
    display: flex;
  }
  .footer .right {
    gap: 1rem;
    margin-top: 5rem;
  }
  .footer .right a {
    font-size: 1.2rem;
    line-height: 1.4rem; /* 116.667% */
  }
  .footer .right a:hover {
    font-weight: 500;
  }
}
main {
  overflow: hidden;
}

/* hero section */
.hero {
  position: relative;
  height: calc(100vh + 5.2rem);
  max-height: 1100px;
}

.hero__container {
  height: 100%;
}

.hero__picture {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.hero__content {
  padding-bottom: 11.2rem;
  max-width: 108rem;
  padding-top: 19.4rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero__title {
  font-family: Ermilov;
  font-weight: 700;
  font-size: 5.5rem;
  line-height: 0.9;
  letter-spacing: -3%;
  color: #f7f7f7;
  margin-left: 55%;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff6b00;
  border-radius: 10rem;
  font-family: Ermilov;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #fcffbf;
  transition: all 0.3s ease-out;
  padding: 0 5.3rem;
  height: 6.5rem;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.button span {
  display: inline-block;
  width: 1.7rem;
  height: 1.9rem;
}
.button:hover {
  background: #fcffbf;
  color: #ff6b00;
}

.hero__button {
  width: 100%;
  border: none;
  box-shadow: 5px 5px 0 #fcffbf;
}
.hero__button:hover {
  background-color: #f7f7f7;
}

/* about section */
.about {
  background-color: #198baa;
  border-radius: 3rem;
  padding-bottom: 15rem;
  padding-top: 10rem;
  position: relative;
  margin-top: -5.2rem;
  background-image: url(../img/about/about-back-pc.webp);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.about::after, .about::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
}
.about::after {
  background-image: url(../img/about/about-after.svg);
  bottom: -8.4rem;
  height: 38.3rem;
  width: 46.2rem;
  right: 0;
  z-index: 6;
  background-position: right;
}
.about::before {
  background-image: url(../img/about/about-before.svg);
  bottom: -8.6rem;
  height: 30.5rem;
  width: 36.2rem;
}

.about__content {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5rem;
  padding: 5.6rem 8rem 0 8rem;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 5.7rem;
  display: flex;
  align-items: end;
  background-color: #fcffbf;
  background-image: url(../img/about/cell.svg);
  background-position: cover;
}

.about__left {
  position: relative;
  width: 54.3rem;
}

.timer__picture {
  width: 54.3rem;
  height: auto;
}

.about__timer {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 18.3rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.about__timer .timer {
  display: flex;
}
.about__timer .timer div {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fcffbf;
  gap: 1rem;
  width: 10rem;
}
.about__timer .timer p {
  font-family: Ermilov;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 4.3rem;
  display: inline;
  color: #fcffbf;
}
.about__timer .timer span {
  font-family: Commissioner;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2rem;
  display: inline;
}

.about__right {
  padding-top: 3rem;
  padding-bottom: 10rem;
}

.about__text {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
.about__text.mobile {
  display: none;
}

.about__title {
  font-family: Ermilov;
  font-size: 5rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: -3%;
  margin-bottom: 5rem;
}
.about__title span {
  color: #ff6b00;
}

.about__button {
  border: none;
  box-shadow: 6px 5px 0 #1a1a1a;
}
.about__button:hover {
  background-color: #f7f7f7;
}

.about__timer-turner {
  position: absolute;
  right: 0;
  top: 0;
  width: 28.2rem;
  height: auto;
  z-index: 3;
}

/* courses section */
.courses {
  padding-top: 9rem;
  position: relative;
  padding-bottom: 10.7rem;
}

.courses__container {
  position: relative;
  z-index: 2;
}

.courses__title {
  font-family: Ermilov;
  font-size: 7rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.03em;
  max-width: 72.7rem;
  position: relative;
}
.courses__title span {
  font-family: Commissioner;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2;
  position: absolute;
  bottom: 0.6rem;
  right: -4.4rem;
  max-width: 20.7rem;
  letter-spacing: normal;
}

.courses__list {
  display: grid;
  gap: 0 2rem;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.course {
  display: grid;
  margin-top: 5rem;
  grid-template-rows: 20rem auto;
}

.course__head {
  border-radius: 2rem 2rem 0px 0px;
  position: relative;
  color: #fefefe;
  padding: 4rem;
}

.course__data {
  display: flex;
  gap: 1.4rem;
  align-items: end;
}
.course__data img {
  height: 3.4rem !important;
  width: auto !important;
  position: relative !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(226deg) brightness(101%) contrast(102%);
}
.course__data p {
  font-family: Kukurudza;
  font-weight: 400;
  line-height: 1;
  font-size: 2rem;
  position: relative;
  text-wrap: nowrap;
  z-index: 3;
}

.course__head img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 95%;
  max-height: 100%;
}

.course__head h3 {
  line-height: 1;
  font-family: Ermilov;
  font-weight: 700;
  font-size: 4rem;
  position: inherit;
  z-index: 2;
  margin-bottom: 1rem;
}
.course__head h3 span {
  display: inline-block;
  border-radius: 100rem;
  background-color: #ffffff;
  padding: 1rem 2rem 0.6rem;
}

.course__sale {
  width: 11.7rem;
  height: 5.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Ermilov;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  position: absolute;
  left: 3.9rem;
  top: -2.9rem;
}

.course__body {
  border-radius: 0px 0px 2rem 2rem;
  background: #1a1a1a;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  padding: 4.4rem 4rem 4rem 4.1rem;
  align-items: start;
  position: relative;
  overflow: hidden;
}

.course__decor {
  position: absolute;
  bottom: 0;
  right: 4rem;
  height: 100%;
  width: 1.8rem;
  background-image: url(../img/courses/vertical-line.svg);
  background-size: 100%;
  background-repeat: repeat-y;
}

.course__more {
  color: #fff;
  font-family: Commissioner;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 2rem;
  display: block;
  border-bottom: 1px solid #ffffff;
  position: relative;
  cursor: pointer;
}

.course__more::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  background-size: contain;
  background-image: url(../img/courses/arror.svg);
  bottom: -4px;
  margin-left: 1rem;
  transition: all 0.3s ease-in-out;
  padding-bottom: 0.9rem;
}

.course__more.open::after {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.course__body-top {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 30px;
  width: 95%;
  gap: 20px;
}
.course__body-top div {
  display: flex;
  gap: 1.4rem;
}
.course__body-top p {
  font-family: Kukurudza;
  font-weight: 400;
  line-height: 1;
  font-size: 2rem;
  position: relative;
  text-wrap: nowrap;
}
.course__body-top img {
  height: 100%;
  width: auto;
}

.course__cost {
  background-color: #ffffff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  height: 6rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.9rem;
  padding: 0 2rem;
  color: #ff6b00;
}
.course__cost span {
  font-family: Commissioner;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
  text-align: left;
  text-decoration: line-through;
  margin-left: 0.5rem;
}
.course__cost img {
  margin-right: 1rem;
  width: 4.2rem;
  height: auto;
}
.course__cost p {
  font-size: 2.5rem;
  line-height: 1;
  position: relative;
  font-family: Ermilov;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.course__about {
  height: 0;
  overflow: hidden;
}

.course__about.open {
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease-in-out;
}

.course__description {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
  max-width: 90%;
  margin-bottom: 14px;
}

.course__about ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 80%;
  padding-bottom: 4.2rem;
}

.course__about ul li {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
  padding-left: 2.2rem;
  display: inline-block;
  position: relative;
}
.course__about ul li::before {
  content: "";
  height: 1.2rem;
  width: 1.2rem;
  background: url(../img/courses/++.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.course .course__btn {
  width: 33rem;
  height: 6rem;
  padding: 0;
  color: #f7f7f7;
  cursor: pointer;
}
.course .course__btn:hover {
  background: transparent;
  transform: scale(0.97);
}
.course .btn_transparent {
  margin-top: 1rem;
  background-color: transparent;
  border: 1px solid #f7f7f7;
}

.olive h3 span {
  color: #b0b810;
}
.olive .btn_main {
  background-color: #b0b810;
}
.olive .btn_main:hover {
  border: 1px solid #b0b810;
  color: #b0b810;
}
.olive .btn_transparent:hover {
  border: 1px solid #b0b810;
  color: #b0b810;
}
.olive .course__head {
  background-color: #b0b810;
}
.olive .course__sale {
  background-image: url(../img/courses/sale-olive.svg);
}
.olive .course__about ul li::before {
  filter: brightness(0) saturate(100%) invert(70%) sepia(59%) saturate(2006%) hue-rotate(21deg) brightness(98%) contrast(87%);
}

.blue h3 span {
  color: #2592b0;
}
.blue .btn_main {
  background-color: #2592b0;
}
.blue .btn_main:hover {
  border: 1px solid #2592b0;
  color: #2592b0;
}
.blue .btn_transparent:hover {
  border: 1px solid #2592b0;
  color: #2592b0;
}
.blue .course__head {
  background-color: #2592b0;
}
.blue .course__sale {
  background-image: url(../img/courses/sale-blue.svg);
}
.blue .course__about ul li::before {
  filter: brightness(0) saturate(100%) invert(52%) sepia(46%) saturate(710%) hue-rotate(146deg) brightness(86%) contrast(88%);
}

.yellow .btn_main {
  background-color: #e8b611;
}
.yellow .btn_main:hover {
  border: 1px solid #e8b611;
  color: #e8b611;
}
.yellow .btn_transparent:hover {
  border: 1px solid #e8b611;
  color: #e8b611;
}
.yellow h3 span {
  color: #e8b611;
}
.yellow .course__head {
  background: #e8b611;
}
.yellow .course__sale {
  background-image: url(../img/courses/sale-yellow.svg);
}
.yellow .course__about ul li::before {
  filter: brightness(0) saturate(100%) invert(88%) sepia(26%) saturate(4801%) hue-rotate(355deg) brightness(95%) contrast(91%);
}

/* courses header */
.courses__head {
  margin-top: 8rem;
  padding: 4rem 0 4rem 8rem;
  border-radius: 1rem;
  position: relative;
}
.courses__head .courses__image {
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 4;
  width: 83.8rem;
  height: auto;
}
.courses__head .courses__name {
  font-family: Ermilov;
  font-weight: 600;
  font-size: 5rem;
  line-height: 0.9;
  letter-spacing: -3%;
}
.courses__head.olive {
  background: linear-gradient(94.04deg, #d7e021 4%, #adb50f 101.82%);
  border: 3px solid #d7e021;
}
.courses__head.yellow {
  padding: 0px;
}
.courses__head.yellow:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(93.63deg, #fcffbf -1.81%, #e8b611 69.16%);
  z-index: -1;
  border-radius: 1rem;
}
.courses__head.yellow .courses__head-content {
  position: relative;
  padding: 4rem 0 4rem 8rem;
  border: 3px solid transparent;
  border-radius: 1rem;
  background: transparent padding-box, linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f2c633 100%) border-box;
  background-clip: padding-box, border-box;
}
.courses__head.blue {
  background: linear-gradient(94.04deg, #afe1ef -2.01%, #198baa 101.82%);
  border: 3px solid #a2dae9;
}

.courses__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 9rem;
  gap: 0 1rem;
}
.courses__nav .courses__item {
  border-width: 0px, 0px, 0px, 0px solid #1a1a1a;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  border-radius: 1rem;
  background: #ffffff;
  padding: 0.5rem;
  position: relative;
}
.courses__nav .courses__item::before {
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f7f7f7;
  z-index: -1;
}
.courses__nav .active {
  margin-bottom: 0;
  border-radius: 1rem 1rem 0 0;
  background: transparent;
  box-shadow: none;
  border-radius: 1rem 1rem 0 0;
}
.courses__nav .active::before {
  display: none;
}
.courses__nav .active .courses__link {
  text-decoration: underline;
}
.courses__nav .courses__icon {
  max-width: 43px;
  width: auto;
  max-height: 32px;
  height: auto;
  margin-right: 5px;
}
.courses__nav .courses__link {
  font-family: Kukurudza;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
}
.courses__nav .courses__link:hover {
  text-decoration: underline;
}

/* courses bottom */
.courses__bottom {
  position: relative;
  border-radius: 3rem;
  display: flex;
  flex-direction: column;
  margin-top: 10rem;
  gap: 5rem;
  padding: 7rem;
  background-image: url(../img/courses/back-pc.webp);
  background-size: cover;
}
.courses__bottom::before {
  content: "";
  background-image: url(../img/courses/50.webp);
  background-size: cover;
  position: absolute;
  left: -1.1rem;
  top: -6.1rem;
  width: 15.8rem;
  height: 12.4rem;
  display: block;
  opacity: 0.5;
  transform: rotate(35deg);
  z-index: -1;
}

.courses__subtitle {
  font-family: Ermilov;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
  position: relative;
  color: #f7f7f7;
}
.courses__subtitle span {
  color: #ff6b00;
}

.courses__picture {
  position: absolute;
  width: 26.4rem;
  height: auto;
  bottom: -3.3rem;
  left: 44.8rem;
  z-index: 2;
}

.courses__button {
  z-index: 2;
  position: relative;
  width: 44rem;
  border: none;
  box-shadow: 5px 5px 0 #fff;
}

/* benefits section */
.benefits {
  background-color: #ff6b00;
  background-size: 100%;
  background-position: bottom;
  border-radius: 5rem 5rem;
  padding-bottom: 34.7rem;
  padding-top: 10rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../img/benefits/benefit-back.webp);
  background-repeat: no-repeat;
}
.benefits .splide__list {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.benefits__container {
  z-index: 2;
  position: relative;
}

.benefits__title {
  color: #f7f7f7;
  font-family: Ermilov;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4rem;
}

.benefits__item {
  background-color: #fefefe;
  border-radius: 2rem;
  display: grid;
  grid-template-columns: 13rem 1fr;
  align-items: center;
  height: 13rem;
}

.benefits__icon {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.benefits__icon.small {
  padding-left: 2.5rem;
}
.benefits__icon.small img {
  max-width: 100%;
}
.benefits__icon img {
  max-width: 70%;
  height: auto;
}

.benefits__name {
  padding: 3.5rem 1rem 3.5rem 2rem;
}
.benefits__name h3 {
  font-family: Ermilov;
  font-size: 2.5rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2.5rem;
}

.benefits__btn {
  margin-top: 1.5rem;
  background-color: #1a1a1a;
  color: #fefefe;
  position: relative;
  border: none;
  box-shadow: 5px 4px 0 #fefefe;
}
.benefits__btn:hover {
  background-color: #fefefe;
  color: #1a1a1a;
}

/* Landscape phones and portrait tablets */
@media (max-width: 600px) {
  html {
    font-size: 2.7777777778vw;
  }
  [class*=__container] {
    padding: 0 3.5rem;
  }
  /* hero section */
  .hero {
    max-height: 820px;
  }
  .hero__picture {
    width: 103%;
  }
  .hero__content {
    padding-top: 11.4rem;
    padding-bottom: 8.3rem;
  }
  .hero__title {
    font-size: 3.5rem;
    line-height: 3rem;
    margin-left: 0;
    margin-right: -10px;
  }
  .button {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1rem;
    height: 5rem;
    letter-spacing: -0.02em;
    padding: 0 1rem;
  }
  /* about section */
  .about {
    padding-top: 4rem;
    padding-bottom: 10.4rem;
    margin-top: -4.3rem;
  }
  /* about section */
  .about {
    padding-top: 4rem;
    padding-bottom: 10.4rem;
    margin-top: -4.3rem;
    background-image: url(../img/about/about-back-mob.webp);
    background-position: bottom;
    background-size: 924px;
    background-repeat: no-repeat;
  }
  .about::after, .about::before {
    display: none;
  }
  .about__content {
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0px;
    gap: 0rem;
    background-image: none;
    flex-direction: column;
  }
  .about__left {
    position: relative;
    width: 100%;
  }
  .timer__picture {
    width: 100%;
    height: auto;
  }
  .about__timer {
    top: 8.5rem;
  }
  .about__timer .timer div {
    gap: 0.5rem;
    width: 5.8rem;
  }
  .about__timer .timer p {
    font-size: 3.9rem;
    line-height: 2.6rem;
  }
  .about__timer .timer span {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
  .about__right {
    padding: 3.5rem 2.5rem 2.9rem;
    background-color: #fcffbf;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    border-radius: 0 0 2rem 2rem;
  }
  .about__text {
    font-size: 1.2em;
    line-height: 1.1;
    margin-bottom: 4rem;
  }
  .about__text.mobile {
    display: inline-block;
  }
  .about__text.desck {
    display: none;
  }
  .about__title {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: -2%;
    margin-bottom: 1.5rem;
  }
  /* courses section */
  .courses {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
  .courses__title {
    font-size: 3.5rem;
    line-height: 3rem;
  }
  .courses__title span {
    position: relative;
    bottom: inherit;
    right: inherit;
    display: inline-block;
    margin-top: 1.5rem;
    max-width: none;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .courses__list {
    gap: 0;
    grid-template-columns: 100%;
  }
  .course {
    grid-template-rows: 14.3rem auto;
  }
  .course__head {
    padding: 4rem 2.5rem 3rem;
  }
  .course__head img {
    max-width: 18rem;
    height: 100%;
    width: auto;
  }
  .course__data p {
    font-size: 1.5rem;
  }
  .course__head h3 {
    font-size: 2rem;
    line-height: 1.8rem;
    letter-spacing: -0.02em;
  }
  .course__head h3 span {
    border-radius: 50rem;
    padding: 0.4rem 0.9rem 0.3rem;
  }
  .course__sale {
    width: 9.1rem;
    height: 4.4rem;
    font-size: 2.3rem;
    left: 2.5rem;
    top: -2.2rem;
  }
  .course__body {
    padding: 2.5rem 2.5rem 3rem;
  }
  .course__decor {
    display: none;
  }
  .course__more {
    margin-bottom: 2.5rem;
  }
  .course__body-top {
    margin-bottom: 1.4rem;
    flex-direction: column;
    display: flex;
    gap: 1rem;
  }
  .course__body-top p {
    font-size: 1.5rem;
  }
  .course__body-top img {
    height: 3.3rem;
    width: auto;
  }
  .course__cost {
    height: 5.3rem;
    width: 100%;
    margin-bottom: 2.4rem;
    padding: 0 0rem 0 1rem;
  }
  .course__cost span {
    font-size: 1.2rem;
  }
  .course__cost img {
    margin-right: 0.5rem;
    width: 3rem;
  }
  .course__cost p {
    font-size: 2rem;
  }
  .course__description {
    font-size: 1.2rem;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .course__about ul {
    gap: 5px;
    max-width: 100%;
    padding-bottom: 4.2rem;
  }
  .course__about ul li {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .course .course__btn {
    width: 100%;
    height: 5rem;
  }
  /* courses header */
  .courses__head {
    margin-top: 4rem;
    padding: 3em 0 3rem 2.5rem;
  }
  .courses__head .courses__image {
    right: inherit;
    left: 0;
    top: -2px;
    height: 100%;
    width: auto;
  }
  .courses__head .courses__image img {
    height: 100%;
    width: auto;
  }
  .courses__head .courses__name {
    font-weight: 500;
    font-size: 2rem;
    z-index: 6;
    position: relative;
  }
  .courses__head.yellow {
    margin-top: 2rem;
  }
  .courses__head.yellow .courses__image {
    top: inherit;
    bottom: -3px;
    right: -3px;
    left: inherit;
  }
  .courses__head.yellow .courses__head-content {
    padding: 3em 0 3rem 2.5rem;
    border: 3px solid transparent;
  }
  .courses__nav {
    grid-template-rows: 5.7rem;
    gap: 0 0.5rem;
  }
  .courses__nav .courses__item {
    padding: 0.5rem;
    position: relative;
  }
  .courses__nav .courses__icon {
    max-width: 19px;
    max-height: 15px;
  }
  .courses__nav .courses__link {
    font-size: 1rem;
  }
  .courses__bottom {
    border-radius: 2rem;
    margin-top: 9rem;
    gap: 4rem;
    padding: 23rem 2.5rem 3rem;
    background-image: url(../img/courses/back-mob.webp);
  }
  .courses__bottom::before {
    left: -7.5rem;
    top: inherit;
    bottom: 3rem;
    width: 10.8rem;
    height: 8.4rem;
  }
  .courses__subtitle {
    font-size: 2.5rem;
    letter-spacing: -0.02em;
  }
  .courses__picture {
    width: 15.5rem;
    height: auto;
    left: 19.5rem;
  }
  .courses__button {
    margin-top: 0px;
  }
  /* benefits section */
  .benefits {
    border-radius: 3rem 3rem;
    padding-bottom: 27.3rem;
    padding-top: 9rem;
    background-size: 1043px;
  }
  .benefits .splide__list {
    gap: 0.7rem;
  }
  .benefits .splide__slide {
    width: calc(100vw - 7rem);
  }
  .benefits .splide__slide.is-prev {
    opacity: 0.5;
  }
  .benefits .splide__slide.is-next {
    opacity: 0.5;
  }
  .benefits__title {
    font-size: 3.5rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .benefits__list .splide__track {
    overflow: visible;
  }
  .benefits__list .splide__list {
    overflow: visible;
  }
  .splide__arrows {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -6rem;
    display: flex;
    gap: 1rem;
  }
  .splide__arrow {
    height: 5rem;
    width: 5rem;
    background-color: #1a1a1a;
    border-radius: 50%;
    overflow: hidden;
    background-size: 1.4rem;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
    transform: none;
    left: initial;
    right: initial;
    top: initial;
  }
  .splide__arrow svg {
    display: none;
  }
  .splide__arrow--prev {
    background-image: url(../img/benefits/prev.svg);
  }
  .splide__arrow--next {
    background-image: url(../img/benefits/next.svg);
  }
  .benefits__item {
    border-radius: 1.5rem;
    grid-template-columns: 10rem 1fr;
    width: 100%;
    height: 100%;
    max-width: calc(100vw - 70px);
  }
  .benefits__icon img {
    max-width: 60%;
  }
  .benefits__icon::before {
    display: none;
  }
  .benefits__name {
    padding: 2rem 1rem 2rem 0rem;
  }
  .benefits__name h3 {
    font-size: 2rem;
    line-height: 1.8rem;
    letter-spacing: -0.02em;
  }
  .benefits__btn {
    margin-top: 7rem;
  }
}
/* faq section */
.faq {
  padding-bottom: 10rem;
  position: relative;
  padding-top: 7rem;
}

.faq__title {
  font-family: Ermilov;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.faq__title span {
  font-family: Commissioner;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2;
  padding-bottom: 0.6rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.faq-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4.5rem;
  width: 100%;
}

.question {
  position: relative;
  cursor: pointer;
  padding: 3rem 0;
}
.question p {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem; /* 137.5% */
  max-width: calc(100% - 10rem);
}
.question span {
  color: #1a1a1a;
  font-family: Commissioner;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  text-transform: uppercase;
  opacity: 0.35;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.question .icon {
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-color: #ff6b00;
  border-radius: 50%;
  top: 6rem;
  right: 0;
  background-image: url(../img/faq/arrow.svg);
  background-position: center;
  background-size: 2.1rem;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
}

.answer {
  overflow: hidden;
}
.answer a {
  text-decoration: underline;
}
.answer a:hover {
  color: #82131d;
}
.answer p {
  margin-bottom: 3rem;
  max-width: calc(100% - 5rem);
  font-family: Commissioner;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.2rem;
}

.close .question {
  border-bottom: solid 2px #ddd;
}
.close .answer {
  height: 0;
  transition: height 1s ease-out;
  transform: scaleY(0);
}

.open {
  border: none;
}
.open .question {
  border-bottom: none;
  height: -moz-fit-content;
  height: fit-content;
}
.open .question .icon {
  transform: rotate(180deg);
  transition: transform 0.4s ease;
  background-color: #d7e022;
}
.open .answer {
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: solid 2px #ddd;
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.4s ease;
}

/* Landscape phones and portrait tablets */
@media (max-width: 600px) {
  html {
    font-size: 2.7777777778vw;
  }
  [class*=__container] {
    padding: 0 3.5rem;
  }
  .faq {
    padding-bottom: 11rem;
    padding-top: 9rem;
  }
  .faq__title {
    font-size: 3rem;
    max-width: none;
    line-height: 2.5rem;
  }
  .faq__title span {
    display: none;
  }
  .faq-items {
    grid-template-columns: 100%;
    gap: 0rem;
  }
  .question {
    padding: 2rem 0;
  }
  .question p {
    font-size: 1.4rem;
    line-height: 1.6rem;
    max-width: calc(100% - 10rem);
  }
  .question span {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
  }
  .question .icon {
    width: 3.5rem;
    height: 3.5rem;
    top: inherit;
    bottom: 2rem;
    background-size: 1.8rem;
  }
  .answer p {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2rem;
  }
  .close .question {
    border-bottom: solid 1px #ddd;
  }
  .open .answer {
    border-bottom: solid 1px #ddd;
  }
}
/* growth section */
.growth {
  background: #fcffbf;
  border-radius: 5rem;
  padding-top: 10rem;
  padding-bottom: 18.3rem;
}

.growth__title {
  margin-bottom: 1rem;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-family: Ermilov;
  font-weight: 700;
  font-size: 5.5rem;
  letter-spacing: none;
  line-height: 0.9;
}

.growth__title span {
  color: #ff6b00;
}

.growth__title::after {
  position: absolute;
  width: 4.4rem;
  height: 4.3rem;
  content: "";
  background-image: url(../img/growth/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.growth__subtitle {
  font-family: "Kukurudza";
  font-size: 3rem;
  line-height: 1;
}

.growth__items {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}

.growth__item {
  background-color: #ffffff;
  border-radius: 2rem;
  display: grid;
  grid-template-columns: minmax(6rem, 15rem) auto;
  gap: 1rem;
  padding: 3rem 4.5rem 2rem 4rem;
  width: -moz-fit-content;
  width: fit-content;
}
.growth__item .sum {
  font-family: Ermilov;
  font-weight: 500;
  font-size: 10rem;
  line-height: 0.9;
  letter-spacing: -0.5rem;
  text-transform: uppercase;
  opacity: 0.5;
}

.growth__item:nth-of-type(3) {
  gap: 14.5rem;
}

.growth__item:last-of-type {
  width: 100%;
  color: #ff6b00;
}
.growth__item:last-of-type .position {
  font-weight: 600;
}

.growth__item:last-of-type .sum {
  opacity: 1;
  color: #ff6b00;
  justify-self: end;
}

.growth__item .position {
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
}

.growth__picture {
  position: absolute;
  right: -14.2rem;
  bottom: 23.7rem;
  width: 83.3rem;
  height: auto;
  z-index: 3;
}

.growth__commet {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1rem;
  color: #1a1a1a;
  margin-top: 1rem;
  opacity: 0.6;
}

.growth__button {
  width: 100%;
  border: none;
  box-shadow: 5px 5px 0 #1a1a1a;
  margin-top: 1.9rem;
}
.growth__button:hover {
  background-color: #f7f7f7;
}

/* Landscape phones and portrait tablets */
@media (max-width: 600px) {
  .growth {
    border-radius: 3rem;
    padding-top: 9rem;
    padding-bottom: 20rem;
  }
  .growth__title {
    font-size: 3rem;
    letter-spacing: 0.02em;
    line-height: 2.5rem;
  }
  .growth__title::after {
    width: 2.9rem;
    height: 2.8rem;
    bottom: 0.2rem;
    right: -3rem;
  }
  .growth__subtitle {
    font-size: 2rem;
  }
  .growth__items {
    margin-top: 2rem;
    gap: 0.5rem;
  }
  .growth__item {
    border-radius: 1.5rem;
    grid-template-columns: minmax(3rem, 6rem) auto;
    gap: 1rem;
    padding: 1.5rem 2rem 4rem 2rem;
  }
  .growth__item:nth-of-type(3) {
    gap: 2rem;
  }
  .growth__item:last-of-type {
    width: 100%;
    color: #ff6b00;
  }
  .growth__item:last-of-type .position {
    font-weight: 600;
  }
  .growth__item .position {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .growth__item .sum {
    font-size: 3rem;
    letter-spacing: -0.02rem;
  }
  .growth__picture {
    right: inherit;
    left: 5.3rem;
    bottom: 8.2rem;
    width: 33.6rem;
  }
  .growth__commet {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 16.2rem;
  }
}
.reviews {
  margin-top: -23.4rem;
  z-index: 2;
  position: relative;
}

.reviews__content {
  background-color: #1a1a1a;
  border-radius: 3rem;
  padding: 3rem 9.6rem 4rem 7rem;
  display: grid;
  grid-template-columns: auto 34.5rem;
  align-items: center;
  color: #ffffff;
}

.reviews__title {
  font-family: Ermilov;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1;
}
.reviews__title span {
  color: #fcffbf;
}

.reviews__text {
  font-family: Kukurudza;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  margin-top: 1.5rem;
}

.reviews__block {
  justify-self: end;
}

.reviews__items {
  width: 100%;
}

.review {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.review video {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  height: 31.6rem;
  width: 31.7rem;
  border-radius: 50%;
}
.review span {
  position: absolute;
  background: url(../img/reviews/muted.png) center no-repeat, rgba(228, 225, 225, 0.6);
  background-size: 2rem;
  height: 3rem;
  width: 3rem;
  border-radius: 50px;
  top: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  pointer-events: auto;
}
.review .unmute {
  background: url(../img/reviews/unmute.png) center no-repeat, rgba(228, 225, 225, 0.6);
  background-size: 2rem;
}

.video-message {
  height: 31.6rem;
  width: 31.7rem;
}

.description {
  text-align: center;
  background-color: #fcffbf;
  width: 32rem;
  padding: 2rem 2rem 1.5rem;
  border-radius: 1.26rem;
  margin-top: -4rem;
  color: #1a1a1a;
  z-index: 2;
  position: relative;
}
.description .position {
  font-family: Commissioner;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
}
.description .name {
  font-family: Kukurudza;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
}
.description .insta {
  position: absolute;
  width: 5rem;
  height: 5rem;
  background: url(../img/reviews/insta.svg) no-repeat center #fff;
  border-radius: 50%;
  overflow: hidden;
  top: -2.5rem;
  right: -2.5rem;
  cursor: pointer;
  background-size: 3rem;
}

.splide__arrows {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -6rem;
  display: flex;
  gap: 1rem;
}

.splide__arrow {
  height: 5rem;
  width: 5rem;
  background-color: #fcffbf;
  border-radius: 50%;
  overflow: hidden;
  background-size: 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  position: relative;
  transform: none;
  left: initial;
  right: initial;
  top: initial;
}
.splide__arrow svg {
  display: none;
}

.splide__arrow--prev {
  background-image: url(../img/reviews/prev.svg);
}

.splide__arrow--next {
  background-image: url(../img/reviews/next.svg);
}

@media (max-width: 600px) {
  .reviews {
    margin-top: -19.2rem;
  }
  .reviews__content {
    border-radius: 2rem;
    padding: 4rem 2rem 3.5rem;
    grid-template-columns: 100%;
    gap: 3rem;
  }
  .reviews__title {
    font-size: 2rem;
  }
  .reviews__text {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .reviews__block {
    justify-self: end;
  }
  .reviews__items {
    width: auto;
  }
  .review {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .review video {
    height: 24.5rem;
    width: 24.5rem;
    position: relative;
    z-index: -1;
  }
  .review span {
    top: 1rem;
  }
  .video-message {
    height: 24.5rem;
    width: 24.5rem;
  }
  .description {
    width: 100%;
    position: static;
  }
  .description .position {
    font-size: 1.2rem;
    line-height: 1;
  }
  .description .insta {
    top: 0;
    right: 1rem;
  }
  .splide__arrows {
    bottom: -6rem;
  }
}/*# sourceMappingURL=summer2025.css.map */