@font-face {
  font-family: Archia;
  src: url('../fonts/archia-regular-webfont.eot') format("embedded-opentype"), url('../fonts/archia-regular-webfont.woff') format("woff"), url('../fonts/archia-regular-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-sea-green: #97c680;
  --black-2: #1e1e2f;
  --white: white;
  --sandy-brown: #feba88;
  --black: black;
}

body {
  color: #1e1e2f;
  font-family: Archia, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 90px;
  font-size: 76px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  text-decoration: underline;
  transition: all .3s;
}

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

.header {
  z-index: 90;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.main {
  background-image: linear-gradient(-5deg, #f8f4f1 60%, #fefeff 98%);
}

.footer {
  padding-left: 80px;
  padding-right: 80px;
}

.remodal.remodal--global {
  text-align: left;
  background-color: #fff;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 37.25rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.header__columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section {
  padding: 64px 80px;
}

.section.section--overflow-hidden {
  overflow: hidden;
}

.section.section--hero {
  padding-top: 120px;
  overflow: hidden;
}

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

.nav {
  display: block;
}

.nav__link {
  box-shadow: inset 0 0 0 0 var(--dark-sea-green);
  color: var(--black-2);
  text-align: center;
  margin-right: 40px;
  text-decoration: none;
  display: inline-block;
}

.nav__link:hover, .nav__link.mod--fixed.w--current {
  box-shadow: inset 0 -9px 0 0 var(--dark-sea-green);
}

.btn {
  background-color: var(--dark-sea-green);
  box-shadow: inset 0 45px 0 0 var(--black-2);
  text-align: center;
  border-radius: 100px;
  min-width: 160px;
  padding: 10px 30px;
}

.btn:hover {
  box-shadow: inset 0 45px 0 -50px var(--black-2);
  color: var(--black-2);
}

.header__col.col--3 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header__col.col--1 {
  min-width: 250px;
}

.hero__col.col--2 {
  z-index: 0;
  flex: 1;
}

.hero__col.col--1 {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 56px;
  display: flex;
}

.input {
  z-index: 0;
  border: 1px solid #1e1e2f33;
  border-radius: 0;
  width: 300px;
  height: 64px;
  padding-left: 25px;
  font-size: 16px;
  transition: all .3s;
  position: relative;
}

.input:hover {
  border-color: #1e1e2f66;
}

.input:focus {
  border-color: #97c680;
}

.input::placeholder {
  color: var(--black-2);
}

.input.mod--footer {
  width: 240px;
  margin-bottom: 0;
  margin-right: -1px;
}

.input.mod--hero {
  border-width: 1px;
  border-color: #fff;
  width: 450px;
  height: 120px;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 20px;
  box-shadow: 0 46px 50px #00000008;
}

.input.mod--hero:hover {
  box-shadow: 0 46px 50px #0000001a;
}

.input.mod--hero:focus {
  border-color: #97c680;
  box-shadow: 0 46px 50px #0000001a;
}

.input.mod--modal {
  background-color: #fff0;
  border-width: 0 0 1px;
  flex: 1;
  width: auto;
  height: 72px;
  margin-bottom: 0;
  padding-left: 0;
}

.input.mod--modal::placeholder {
  color: #1e1e2f99;
}

.btn-submit {
  z-index: 1;
  background-color: var(--dark-sea-green);
  box-shadow: inset 0 0 0 0 var(--sandy-brown);
  color: var(--black-2);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 100%;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-submit:hover {
  box-shadow: inset 0 -70px 0 0 var(--sandy-brown);
}

.btn-submit.mod--hero {
  width: 120px;
  font-size: 34px;
}

.btn-submit.mod--hero:hover {
  box-shadow: inset 0 -120px 0 0 var(--sandy-brown);
}

.btn-submit.stroke--btn-1.active {
  opacity: 0;
  transition-duration: .2s;
}

.btn-submit.mod--form-footer {
  height: auto;
  position: relative;
}

.btn-submit.mod--modal {
  flex: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: auto;
  bottom: 1rem;
}

.form {
  position: relative;
}

.form-block {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.form-block.mod--modal {
  width: 100%;
}

.hero__persons {
  z-index: 0;
  justify-content: flex-end;
  height: 590px;
  margin-left: -85px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.hero__person {
  cursor: pointer;
  border-radius: 20px;
  width: 21%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person.active {
  width: 58%;
}

.hero__person-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0000 50%, #000c);
  position: absolute;
  inset: 0%;
}

.hero__person-txt-wrap {
  justify-content: space-between;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .5s;
  display: flex;
  position: absolute;
  transform: rotate(-90deg);
}

.hero__person-txt-wrap.active {
  width: 100%;
  margin-bottom: 55px;
  transform: none;
}

.hero__person-txt-wrap.mod--first {
  margin-left: auto;
  transform: rotate(-90deg);
}

.hero__person-txt-wrap.mod--first.active {
  padding-left: 100px;
  transform: none;
}

.hero__person-title {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.hero__person-title.active {
  height: 80px;
}

.hero__person-count {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 0%;
  font-size: 52px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.hero__person-count.active {
  opacity: 1;
  height: 100%;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.hero__person-count-span {
  flex: none;
  width: 100%;
  font-size: 14px;
  display: inline-block;
}

.hero__person-square {
  z-index: -1;
  background-color: var(--black-2);
  width: 120px;
  height: 100%;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.hero__person-square.active {
  width: 0;
}

.heading--center {
  text-align: center;
}

.category__tab-link {
  background-color: #0000;
  border-bottom: 2px solid #0000;
  border-radius: 0;
  min-height: 32px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  line-height: 1.5em;
}

.category__tab-link:hover {
  border-bottom-color: #0003;
  min-height: 26px;
}

.category__tab-link.w--current {
  background-color: #0000;
  border-bottom-color: #000;
  min-height: 26px;
}

.category__tab-link.w--current:hover {
  border-bottom-color: #000;
}

.category__tabs-menu {
  text-align: center;
  margin-bottom: 56px;
}

.category__columns {
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

.category__col {
  width: 25%;
  padding-left: 16px;
  padding-right: 16px;
  position: sticky;
  top: 40vh;
}

.category__card {
  color: var(--black-2);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.category__card:hover {
  color: var(--dark-sea-green);
}

.category__card-img {
  border-radius: 20px;
  margin-bottom: 24px;
  display: block;
}

.category__card-img.mod--desctop {
  display: block;
}

.category__card-img.mod--mob {
  display: none;
}

.category__card-title {
  margin-bottom: 12px;
  font-size: 24px;
}

.category__card-month {
  color: var(--black-2);
}

.skills__head-desc {
  z-index: 1;
  width: 100%;
  max-width: 544px;
  margin-right: 80px;
  position: relative;
}

.skills__txt-desc {
  margin-bottom: 0;
  font-size: 18px;
}

.skills__achieve {
  background-color: var(--dark-sea-green);
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: -185px;
  display: flex;
  overflow: hidden;
}

.skills__achieve.mob--mob {
  display: none;
}

.skills__achieve-title {
  margin-right: 16px;
  font-size: 52px;
  line-height: 1em;
}

.skills__achieve-desc {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4em;
}

.skills__achieve-txt-wrap {
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.skills__achieve-line {
  background-color: var(--black-2);
  flex: none;
  width: 1px;
  height: 40px;
  margin-left: 52px;
  margin-right: 52px;
}

.skills__columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.skills__col.mod--video {
  flex: 1;
}

.skills__video-wrap {
  z-index: 0;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  min-height: 470px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.skills__list {
  max-width: 270px;
  margin-right: 60px;
}

.skills__list-item {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.skills__list-ico {
  background-color: var(--white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 24px;
  display: flex;
  box-shadow: 0 4px 40px #0000000d;
}

.skills__list-title {
  margin-bottom: 16px;
  font-size: 20px;
}

.skills__list-desc {
  color: #1e1e2fcc;
}

.skills__list-line {
  border-left: 1px dashed #1e1e2f99;
  width: 1px;
  margin-top: 103px;
  margin-bottom: -14px;
  position: absolute;
  inset: 0% auto 0% 28px;
}

.hide {
  display: none;
}

.dot-green {
  color: var(--dark-sea-green);
  font-family: Varela, sans-serif;
}

.reviews__card {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 24px;
  transition: all .6s;
  display: flex;
  box-shadow: 0 64px 50px -32px #06072508;
}

.reviews__card-name {
  font-size: 14px;
  line-height: 1em;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.swiper-slide.slide--reviews {
  width: 50%;
  min-width: 25%;
  max-width: 240px;
  height: auto;
}

.swiper-slide.slide--reviews.show {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  min-width: 25%;
  max-width: 240px;
  display: block;
}

.swiper {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--reviews {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
  overflow: visible;
}

.swiper.swiper--persons {
  display: none;
}

.swiper-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.reviews__card-author {
  flex-direction: row;
  flex: none;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.reviews__card-p {
  color: #1e1e2fcc;
  margin-bottom: 0;
}

.swiper__nav {
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.swiper__nav-arrow {
  opacity: .8;
  cursor: pointer;
  background-image: url('../images/ico_arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #1e1e2f00;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-left: 12px;
  margin-right: 12px;
  transition: all .3s;
}

.swiper__nav-arrow:hover {
  opacity: 1;
  border-color: #1e1e2f26;
}

.swiper__nav-arrow.mod--right {
  transform: rotate(180deg);
}

.reviews__card-ava {
  border-radius: 100px;
  flex: none;
  width: 56px;
  height: 56px;
  margin-right: 12px;
}

.reviews__card-name {
  margin-bottom: 12px;
}

.reviews__card-spec {
  color: var(--dark-sea-green);
  font-size: 14px;
  line-height: 1em;
}

.footer__columns {
  border-bottom: 1px solid #1e1e2f1a;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 120px;
  margin-bottom: 24px;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.footer__col.col--nav {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer__subs-title {
  margin-bottom: 20px;
  font-size: 20px;
}

.footer__copyright {
  align-items: center;
  display: flex;
}

.footer__nav-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 400px;
  margin-bottom: -40px;
  margin-right: -50px;
  display: flex;
}

.footer__nav-list-item {
  width: 50%;
  margin-bottom: 40px;
}

.hero__h1 {
  font-size: 50px;
}

.category__card-arrow {
  z-index: 2;
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: -60px 16px auto auto;
}

.skills__video {
  width: 100%;
  height: 110%;
  margin-bottom: -30px;
  position: absolute;
  inset: auto 0% 0%;
}

.header-block {
  z-index: 90;
  padding: 38px 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.header-block.mod--fixed {
  background-color: var(--white);
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all .5s;
  position: fixed;
  transform: translate(10px, -100px);
}

.dot {
  font-family: Varela, sans-serif;
}

.category__tabs-mask {
  overflow: visible;
}

.hero__person-txt-more {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.hero__person-txt-more.mod--1 {
  padding-left: 100px;
}

.hero__person-txt-less {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  right: 0;
}

.hero__person-txt-less.mod--1.hide {
  display: none;
}

.skills__top {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero__person-cont {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.header__btn-menu {
  background-color: var(--black-2);
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 24px;
  display: none;
  position: relative;
}

.header__btn-menu-line {
  background-color: var(--white);
  width: 16px;
  height: 2px;
  position: absolute;
  transform: none;
}

.header__btn-menu-line.mod--1 {
  transform: translate(0, -3px);
}

.header__btn-menu-line.mod--2 {
  transform: translate(0, 3px);
}

.menu {
  display: none;
}

.btn-border {
  background-color: var(--dark-sea-green);
  box-shadow: inset 0 45px 0 0 var(--black-2);
  text-align: center;
  border-radius: 100px;
  min-width: 160px;
  padding: 10px 30px;
}

.btn-border:hover {
  box-shadow: inset 0 45px 0 -50px var(--black-2);
  color: var(--black-2);
}

.footer__nav-link {
  box-shadow: inset 0 0 0 0 var(--dark-sea-green);
  color: var(--black-2);
  text-align: center;
  margin-right: 0;
  text-decoration: none;
  display: inline-block;
}

.footer__nav-link:hover {
  box-shadow: inset 0 -9px 0 0 var(--dark-sea-green);
}

.skills__video-nav {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto 32px 32px auto;
}

.skills__video-nav-ico {
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  transition: all .3s;
  position: absolute;
  transform: scale(.7);
}

.skills__video-nav-ico.active {
  z-index: 1;
  opacity: 1;
  display: block;
  transform: translate(0);
}

.skills__video-nav-ico.active:hover {
  opacity: .7;
}

.footer__bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer__soc-link {
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.footer__soc-link:hover {
  background-color: var(--black-2);
}

.footer__soc-img {
  object-fit: scale-down;
  border: 1px solid #1e1e2f1a;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: block;
}

.footer__soc-img:hover {
  filter: brightness(0%) invert();
}

.footer__copyright-logo {
  flex: none;
  margin-right: 14px;
}

.footer__follow-wrap {
  background-color: #1e1e2f;
  border-top: 1px solid #29242a;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  margin-top: 24px;
  margin-left: -80px;
  margin-right: -80px;
  font-size: 16px;
  display: flex;
}

.footer__follow {
  z-index: 1;
  color: #fff9;
  text-align: center;
  line-height: 1.5em;
  position: relative;
}

.footer__follow-heart {
  z-index: -1;
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -10px;
  display: inline-block;
  position: relative;
  top: -7px;
  right: -4px;
}

.footer__follow-link {
  color: #fff;
  display: inline-block;
}

.footer__follow-and {
  color: #fff;
}

.form__content {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.form__submit-result-wrap {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.4rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form__submit-result-wrap.mod--modal {
  padding-left: .75rem;
}

.form__submit-result {
  align-items: center;
  width: 0;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.form__submit-result.active {
  width: 1rem;
  transition-duration: 1s;
}

.form__submit-result-ico {
  filter: invert(90%);
  flex: none;
  width: 1rem;
  max-width: none;
  display: block;
}

.modal__block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-small {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
}

.btn-2 {
  color: #080808;
  text-align: center;
  background-color: #fbc540;
  border-radius: 6.25rem;
  min-width: 9.375rem;
  padding: .9375rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all .3s;
}

.btn-2:hover {
  background-color: #fde29f;
}

.modal__content {
  z-index: 2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal__content.mod--success {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.modal__close {
  z-index: 5;
  opacity: .4;
  filter: invert();
  cursor: pointer;
  background-image: url('../images/ico-close-modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.modal__close:hover {
  opacity: .9;
}

.text-size-big {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-size-big.margin-bottom-40.mod--moda-desc {
  max-width: 24.375rem;
}

.modal__img {
  object-fit: cover;
  width: 100%;
  display: block;
  position: relative;
}

.modal__heading {
  max-width: 11.25rem;
  font-size: 1.25rem;
}

.modal__text-wrap {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.modal__text {
  max-width: 15rem;
  margin-bottom: 0;
  line-height: 1.5rem;
}

.btn-submit__arrow {
  opacity: 1;
  transition: all .2s;
  display: block;
}

.btn-submit__arrow.active {
  opacity: 0;
}

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

  .header {
    position: fixed;
  }

  .footer, .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero__columns {
    display: block;
  }

  .nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .nav__link {
    text-align: left;
    border-bottom: 1px solid #1e1e2f1a;
    margin-bottom: -1px;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav__link:hover {
    box-shadow: none;
  }

  .header__col.col--3 {
    display: none;
  }

  .header__col.col--1 {
    min-width: auto;
  }

  .header__col.col--2, .hero__col.col--2 {
    display: none;
  }

  .input.mod--hero {
    width: 100%;
  }

  .form-block {
    width: 100%;
    max-width: 300px;
  }

  .form-block.mod--hero {
    width: 100%;
    max-width: 450px;
  }

  .form-block.mod--modal {
    max-width: 100%;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__person-title {
    font-size: 22px;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .hero__person-count-span {
    font-size: 12px;
  }

  .category__columns {
    flex-wrap: wrap;
    max-width: 800px;
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  .category__col {
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-bottom: 40px;
    display: flex;
    position: relative;
    top: auto;
  }

  .skills__txt-desc {
    margin-top: -14px;
  }

  .skills__achieve.mod--desctop {
    display: none;
  }

  .skills__achieve.mob--mob {
    z-index: 3;
    width: 162px;
    height: 70px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    inset: -35px 16px auto auto;
  }

  .skills__achieve-title {
    margin-right: 8px;
    font-size: 28px;
  }

  .skills__achieve-desc {
    font-size: 12px;
    line-height: 1.2em;
  }

  .skills__achieve-txt-wrap {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    transform: translate(0, -60px);
  }

  .skills__achieve-txt-wrap.active {
    opacity: 1;
    transition: all .3s;
    transform: none;
  }

  .skills__achieve-txt-wrap.active.done {
    transform: translate(0, 60px);
  }

  .skills__achieve-line {
    display: none;
  }

  .skills__col {
    flex: none;
  }

  .skills__col.mod--video {
    position: relative;
  }

  .skills__video-wrap {
    align-items: stretch;
    max-width: 50vw;
    height: 26.5vw;
    min-height: auto;
  }

  .reviews__card {
    width: 240px;
  }

  .swiper-slide.slide--reviews, .swiper-slide.slide--persons {
    width: auto;
  }

  .swiper.swiper--persons {
    margin-bottom: 40px;
    display: block;
    overflow: visible;
  }

  .reviews__card-author, .swiper__nav {
    margin-top: 32px;
  }

  .swiper__nav-arrow:hover {
    border-color: #0000;
  }

  .swiper__nav-arrow.mod--active {
    border-color: #1e1e2f26;
  }

  .footer__columns {
    flex-wrap: wrap;
    padding-bottom: 16px;
  }

  .footer__col {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer__subs-title {
    margin-bottom: 16px;
  }

  .footer__nav-list {
    margin-bottom: 0;
    margin-right: auto;
  }

  .footer__nav-list-item {
    margin-bottom: 24px;
  }

  .hero__h1 {
    margin-bottom: 30px;
  }

  .nav__link.mod--login {
    margin-right: 24px;
  }

  .category__card-arrow {
    top: 16px;
  }

  .skills__video {
    height: 29vw;
    margin-bottom: -5px;
  }

  .header-block {
    padding: 24px;
  }

  .header-block.mod--fixed {
    display: none;
  }

  .header-block.mod--absolute {
    background-color: var(--white);
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--1 {
    padding-left: 16px;
  }

  .hero__person-txt-less {
    display: none;
  }

  .skills__top {
    margin-bottom: 30px;
    display: block;
  }

  .header__btn-menu {
    background-color: var(--black-2);
    cursor: pointer;
    width: 32px;
    height: 32px;
    padding: 0;
    transition: all .2s;
    display: flex;
  }

  .menu {
    z-index: -1;
    background-color: var(--white);
    height: 0%;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .menu.test {
    height: 100%;
  }

  .menu__btns {
    border-top: 1px solid #1e1e2f1a;
    width: 100%;
    padding-top: 24px;
    display: flex;
  }

  .menu__content {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 115px;
    padding-bottom: 24px;
    display: flex;
  }

  .btn-border {
    box-shadow: none;
    color: var(--black-2);
    background-color: #0000;
    border: 1px solid #1e1e2f33;
  }

  .btn-border.mod--menu {
    margin-right: 16px;
  }

  .footer__nav-link {
    text-align: left;
  }

  .footer__nav-link:hover {
    box-shadow: none;
  }

  .skills__video-nav {
    bottom: 20px;
    right: 20px;
  }

  .footer__follow-wrap {
    margin-top: 24px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .btn-2 {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .remodal.remodal--global {
    max-width: 30rem;
  }

  .remodal.remodal--global.mod--success {
    max-width: 21.5rem;
  }

  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section.section--hero {
    padding-top: 100px;
  }

  .hero__columns {
    display: block;
  }

  .hero__col.col--1 {
    padding-bottom: 20px;
  }

  .input.mod--hero {
    height: 86px;
    padding-left: 32px;
    font-size: 16px;
    box-shadow: 0 32px 36px #00000008;
  }

  .input.mod--hero:hover, .input.mod--hero:focus {
    box-shadow: 0 32px 36px #0000001a;
  }

  .btn-submit.mod--hero {
    width: 86px;
    font-size: 24px;
  }

  .form-block.mod--hero {
    max-width: 340px;
  }

  .category__tab-link {
    flex: none;
    margin-left: 0;
    margin-right: 32px;
  }

  .category__tabs-menu {
    margin-bottom: 32px;
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: 6px;
    padding-left: 24px;
    display: flex;
    overflow: auto;
  }

  .category__columns {
    flex-wrap: wrap;
  }

  .category__col {
    width: 50%;
    position: static;
    top: auto;
  }

  .category__card {
    width: 100%;
  }

  .category__card-img {
    object-fit: cover;
    width: 100%;
    height: 42vw;
    margin-bottom: 20px;
  }

  .category__card-title {
    font-size: 22px;
  }

  .skills__columns {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .skills__video-wrap {
    max-width: none;
    height: 48vw;
  }

  .skills__list {
    margin-right: 0;
  }

  .reviews__card {
    border-radius: 20px;
    padding: 16px;
    transform: none;
  }

  .swiper-slide {
    width: 100%;
  }

  .reviews__card-ava {
    width: 48px;
    height: 48px;
  }

  .footer__columns {
    margin-bottom: 24px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer__col {
    margin-bottom: 40px;
  }

  .footer__col.col--nav {
    margin-top: -8px;
  }

  .footer__subs-title {
    font-size: 16px;
  }

  .footer__copyright {
    justify-content: center;
  }

  .footer__nav-list {
    max-width: 310px;
    margin-bottom: -14px;
  }

  .skills__video {
    height: 52vw;
  }

  .header-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .skills__top {
    margin-bottom: 68px;
  }

  .menu__content {
    padding-top: 100px;
  }

  .footer__bottom {
    flex-direction: column-reverse;
  }

  .footer__social {
    margin-bottom: 24px;
  }

  .footer__soc-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .footer__follow {
    font-size: 14px;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .btn-2 {
    min-width: 7rem;
    padding: .5rem 1.5rem;
    font-size: 1rem;
  }

  .modal__content {
    padding: 1.5rem;
  }

  .modal__close {
    top: 1rem;
    right: 1rem;
  }

  .text-size-big {
    font-size: 1.125rem;
  }

  .text-size-big.margin-bottom-40.mod--moda-desc {
    max-width: 14.375rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 28px;
  }

  .nav__link {
    font-size: 14px;
  }

  .btn.mod--menu {
    background-color: var(--black-2);
    box-shadow: none;
    color: var(--white);
    flex: 1;
    min-width: auto;
  }

  .input {
    width: 100%;
  }

  .input.mod--footer {
    width: 210px;
  }

  .form-block, .form-block.mod--hero {
    max-width: 100%;
  }

  .hero__person {
    border-radius: 14px;
  }

  .category__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .category__card-img {
    height: 300px;
  }

  .category__card-img.mod--desctop {
    display: none;
  }

  .category__card-img.mod--mob {
    display: block;
  }

  .skills__txt-desc {
    font-size: 16px;
  }

  .skills__video-wrap {
    border-radius: 8px;
    align-items: center;
    height: 55vw;
    margin-bottom: 20px;
  }

  .skills__list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .skills__list-ico {
    margin-right: 20px;
  }

  .skills__list-title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .skills__list-line {
    margin-top: 88px;
    margin-bottom: 0;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.slide--reviews {
    width: auto;
  }

  .swiper.swiper--reviews {
    margin-left: auto;
    margin-right: auto;
  }

  .skills__video {
    min-width: 110vw;
    height: 70vw;
    margin-bottom: -14px;
    margin-left: -5vw;
  }

  .header-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-block.mod--fixed {
    display: none;
  }

  .logo-img {
    max-width: 82px;
  }

  .btn-border.mod--menu {
    flex: 1;
    min-width: auto;
  }

  .footer__nav-link {
    font-size: 14px;
  }

  .footer__follow-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer__follow {
    align-items: flex-start;
    max-width: 240px;
    padding-left: 0;
  }

  .footer__follow-heart {
    top: -9px;
    right: -5px;
  }

  .modal__content {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .modal__content.mod--success {
    justify-content: center;
    overflow: hidden;
  }

  .modal__heading {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .modal__text-wrap {
    display: block;
  }

  .modal__text {
    max-width: 20rem;
  }
}


@font-face {
  font-family: 'Archia';
  src: url('../fonts/archia-regular-webfont.eot') format('embedded-opentype'), url('../fonts/archia-regular-webfont.woff') format('woff'), url('../fonts/archia-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}