@import 'https://fonts.cdnfonts.com/css/gilroy-bold';


body {
  background-color: #f5fcff;
  color: #221f1f;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
  max-width: 100vw;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
main{
	overflow:hidden;
}
.container {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.menu {
	display: flex;
	list-style: none;
}

.menu-item {
	position: relative;
	margin: 0 15px;
	font-size:20px;
}

.menu-link {
	color: #fff;
	text-decoration: none;
	padding: 15px 10px;
	display: block;
	transition:.3s all;
	font-size:16px;
}

.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ae95da;
	min-width: 300px;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.dropdown-item {
	list-style: none;
	padding: 10px 15px;
	border-bottom: 1px solid #fff;
	font-size:14px;
	text-transform:uppercase;
}

.dropdown-link {
	color: #fff;
	text-decoration: none;
	display: block;
}

.dropdown-link:hover {
	color: #ddd;
}

@media (min-width: 992px) {
    .menu-item:hover .dropdown {
        opacity: 1;
        visibility: visible;
    }
    .menu-link:hover {
        border-radius: 12px;
        background-color: #ae95da;
    }
}

@media (max-width: 991px) {
    .menu {
        flex-direction: column;
        width: 100%;
    }
    .menu-item {
        margin: 0;
    }
    .dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        background-color: #ae95da;
        box-shadow: none;
        min-width: auto;
        padding-left: 20px;
    }
    .dropdown-item {
        padding: 8px 15px;
    }
    .menu-link {
        padding: 12px 15px;
		font-weight:900;
		font-size:24px;
    }
}
.h1-title {
  line-height: 1.2;
  color: #f5fcff;
  font-size: clamp(3.75rem, 2.6591rem + 5.4545vw, 6.75rem);
}
.title {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: clamp(2.25rem, 1.7955rem + 2.2727vw, 3.5rem);
  color: #221f1f;
}
.h3-title {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: clamp(1.25rem, 1.1591rem + 0.4545vw, 1.5rem);
  color: #221f1f;
}
.burger-btn {
  width: 40px;
  height: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ae95da;
  border-radius: 12px;
  -webkit-box-align: center;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.burger-line {
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lock-scroll {
  overflow: hidden;
}
.burger-line:nth-child(1) {
  top: 7px;
}
.burger-line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.burger-line:nth-child(3) {
  bottom: 7px;
}
.burger-btn.active .burger-line:nth-child(1) {
  top: 44%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 10px;
}
.burger-btn.active {
  background-color: #f5fcff;
}
.burger-btn.active .burger-line:nth-child(2) {
  opacity: 0;
}
.header__inner.active {
  left: 0px;
  -webkit-transition-duration: 0.3s all;
  transition-duration: 0.3s all;
  -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.burger-btn.active .burger-line:nth-child(3) {
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.page-template-practice .trp-ls-shortcode-disabled-language.trp-ls-disabled-language,
body.page-template-consult .trp-ls-shortcode-disabled-language.trp-ls-disabled-language,
body.page-template-courses .trp-ls-shortcode-disabled-language.trp-ls-disabled-language,
body.page-template-practice .header__menu .header__link,
body.page-template-consult .header__menu .header__link,
body.page-template-courses .header__menu .header__link{
	color:#000;
}
.header {
  position: absolute;
  top: 0;
  max-width: 100%;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  max-width: 253px;
  width: 100%;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.header__link {
  color: #f5fcff;
  font-size: 16px;
}
.header__toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 25px;
  z-index: 10;
}
.header__toggle-bar {
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__toggle.active .header__toggle-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.header__toggle.active .header__toggle-bar:nth-child(2) {
  opacity: 0;
}
.header__toggle.active .header__toggle-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.header__list {
  display: none;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 46px;
}
.header__btn {
  font-size: 16px;
  color: #f5fcff;
  text-transform: uppercase;
}
.header__btn svg {
  width: 14px;
}
.header__get {
  border-radius: 40px;
  background-color: #ae95da;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header__get:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #7e65aa;
}
.header__link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 12px 8px 24px;
  font-size: 16px;
  color: #f5fcff;
}
.header__link-btn svg {
  border-radius: 50%;
  padding: 14px;
  background-color: #f5fcff;
  width: 40px;
}
.slider__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-next,
.slider-prev {
  border-radius: 50%;
  border: 2px solid #ae95da;
  width: 60px;
  height: 60px;
  cursor: pointer;
  padding: 16px 19px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-next:hover,
.slider-prev:hover {
  background-color: #ae95da;
}
.footer {
  background-color: #221f1f;
  padding-bottom: 32px;
}
.footer__inner {
  padding: 32px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  gap: 12px;
  font-family: 'Gilroy-Light', sans-serif;
}
.footer__social {
  margin-top: 20px;
}
.footer__logo {
  max-width: 220px;
  width: 100%;
}
.footer__obj {
  margin-top: 30px;
  max-width: 212px;
  width: 100%;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.footer__link {
  font-family: 'Gilroy-Light', sans-serif;
  font-size: 14px;
  color: #f5fcff;
}
.footer__contact {
  color: #f5fcff;
}
.footer__icon {
  max-width: 36px;
  width: 100%;
}
.footer__copi {
  margin-top: 45px;
  font-family: 'Gilroy-Light', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 34px;
  font-size: 14px;
}
.footer__copi a {
  color: #b3b3b3;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
}
.breadcrumbs__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
}
.breadcrumbs__list li:not(:last-child) a {
  color: #ae95da;
}
.breadcrumbs__list li:not(:last-child)::after {
  content: '›';
  right: -20px;
  font-size: 22px;
  position: absolute;
  color: #ae95da;
}
.breadcrumbs__list li:last-child a {
  color: #221f1f;
}
.who__inner.container{
	position:relative;
	z-index:2;
	display:flex;
	flex-direction:column;
	gap:24px;
}
.tariffs {
  margin-top: 156px;
}
.tariffs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  gap: 24px;
}
.tariffs__wrapper .tariff-card {
  border-radius: 20px;
  padding: 40px 35px;
}
.tariffs__wrapper .tariff-card-blue {
  background: #cfeefc;
}
.tariffs__wrapper .tariff-card-blue .tariff-card__duration {
  border-color: #29bafd;
}
.tariffs__wrapper .tariff-card-green {
  background: #cffcd1;
}
.tariffs__wrapper
  .tariff-card-green
  .tariff-card__duration {
  border-color: #5dea64;
}
.tariffs__wrapper .tariff-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tariffs__wrapper .tariff-card__subtitle {
  font-size: 40px;
}
.tariffs__wrapper .tariff-card__duration {
  padding: 13px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px dashed #ae95da;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  border-radius: 34px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tariffs__wrapper .tariff-card__desc {
  margin-top: 16px;
  max-width: 385px;
  font-size: 20px;
}
.tariffs__wrapper .tariff-card__includes {
  margin-top: 32px;
}
.tariffs__wrapper .tariff-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.tariffs__wrapper .tariff-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tariffs__wrapper .tariff-card__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tariffs__wrapper .tariff-card__text {
  font-size: 16px;
  font-family: 'Gilroy-Light', sans-serif;
}
.tariffs__wrapper .tariff-card__footer {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tariffs__wrapper .tariff-card__btn {
  max-width: 204px;
  width: 100%;
}
.tariffs__wrapper .tariff-card__pricing {
  font-size: 40px;
}
.benefits {
  margin-top: 150px;
}
.benefits__wrapper {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}
.benefits .item-benefit {
  padding: 32px;
  background-color: #e1dad3;
  border-radius: 20px;
  height: 100%;
}
.benefits .item-benefit__icon {
  max-width: 40px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.benefits .item-benefit__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.benefits .item-benefit__subtitle {
  max-width: 238px;
  width: 100%;
  font-size: 24px;
}
.benefits .item-benefit__text {
  margin-top: 16px;
  font-size: 16px;
  font-family: 'Gilroy-Light', sans-serif;
}
.benefits .item-benefit-1 {
  grid-column: 1/6;
  grid-row: 1/1;
}
.benefits .item-benefit-2 {
  grid-column: 6/10;
  grid-row: 1/1;
}
.benefits .item-benefit-3 {
  grid-column: 10/13;
  grid-row: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.benefits .item-benefit-4 {
  grid-column: 1/5;
  grid-row: 2/2;
}
.benefits .item-benefit-5 {
  grid-column: 5/10;
  grid-row: 2/2;
}
.benefits__pricing {
  margin-top: 32px;
  border-radius: 20px;
  padding: 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cfeefc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.benefits__pricing .courses__link {
  margin: 0;
  max-width: 204px;
  width: 100%;
}
.benefits__pricing__price {
  font-size: 48px;
}
.benefits__pricing__text {
  max-width: 586px;
  width: 100%;
}
* {
  padding: 0px;
  margin: 0px;
  border: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
aside,
nav,
footer,
header,
section,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}
ul,
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
img,
svg {
  max-width: 100%;
  width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
input::-ms-clear {
  display: none;
}
button,
input[type='submit'] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  background: none;
  cursor: pointer;
}
input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
legend {
  display: block;
}
.courses-page .hero {
  padding-bottom: 150px;
  background: #cfeefc;
}
.courses-page .hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 40px;
  max-width: 100%;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.courses-page .hero__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -60px;
  top: -30px;
}
.courses-page .hero__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  max-width: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.courses-page .hero__line p {
  max-width: 385px;
	margin-top:24px;
  width: 100%;
}
.courses-page .hero__btn {
  max-width: 123px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5fcff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.courses-page .hero__img {
  position: relative;
  z-index: 2;
  max-width: 588px;
  width: 100%;
}
.courses-page .hero__title {
    max-width: 100%;
    font-size: 42px;
    line-height: 120%;
    font-family: 'Gilroy-Medium', sans-serif;
}
.courses-page .hero__text {
  width: 100%;
  max-width: 100%;
  margin: 0;
  position: relative;
  z-index: 3;
}
.courses-page .hero__about {
  border: 1px dashed #7e65aa;
  border-radius: 20px;
  padding: 24px;
  padding-bottom: 43px;
  margin-top: 64px;
}
.courses-page .hero__about p {
  font-family: 'Gilroy-Light', sans-serif;
  margin-top: 16px;
}
.courses-page .who {
  padding-bottom: 20px;
}
.practice-page .hero {
  padding-bottom: 150px;
  background: #e1cffb;
}
.practice-page .hero__about__title{
	font-size:24px;
}
.practice-page .hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 40px;
  max-width: 100%;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.practice-page .hero__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -60px;
  top: -30px;
}
.practice-page .hero__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  max-width: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.practice-page .hero__line p {
  max-width: 385px;
  width: 100%;
}
.practice-page .hero__btn {
  max-width: 123px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5fcff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.practice-page .hero__img {
  position: relative;
  z-index: 2;
  max-width: 588px;
  width: 100%;
}
.practice-page .hero__title {
  font-size: 42px;
  font-family: 'Gilroy-Medium', sans-serif;
}
.practice-page .hero__text {
  width: 100%;
  max-width: 100%;
  margin: 0;
  position: relative;
  z-index: 3;
}
.practice-page .hero__about {
  border: 1px dashed #7e65aa;
  border-radius: 20px;
  padding: 24px;
  padding-bottom: 43px;
  margin-top: 64px;
}
.practice-page .hero__about p {
  font-family: 'Gilroy-Light', sans-serif;
  margin-top: 16px;
}
.consult-page .hero {
  padding-bottom: 150px;
  background: #e1dad3;
}
.consult-page .hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 40px;
  max-width: 100%;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.consult-page .hero__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -60px;
  top: -30px;
}
.consult-page .hero__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  max-width: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.consult-page .hero__line p {
  max-width: 385px;
  width: 100%;
}
.consult-page .hero__btn {
  max-width: 123px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5fcff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.consult-page .hero__img {
  position: relative;
  z-index: 2;
  max-width: 588px;
  width: 100%;
}
.consult-page .hero__title {
    font-size: 42px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.consult-page .hero__text {
  width: 100%;
  max-width: 100%;
  margin: 0;
  position: relative;
  z-index: 3;
}
.consult-page .hero__about {
  border: 1px dashed #7e65aa;
  border-radius: 20px;
  padding: 24px;
  padding-bottom: 43px;
  margin-top: 64px;
}
.consult-page .hero__about p {
  font-family: 'Gilroy-Light', sans-serif;
  margin-top: 16px;
}
.consult-page .tariffs {
  margin-top: 40px;
}
.consult-page .who {
  padding-bottom: 20px;
}
.hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__inner {
  padding: 138px 0 130px;
}
.hero__title {
  z-index: 3;
}
.hero__title-bg-blue {
  width: 737px;
  left: -60px;
  top: -20px;
  z-index: 1;
  position: absolute;
}
.hero__title-bg-white {
  width: 514px;
  z-index: 1;
  bottom: 0;
  position: absolute;
}
.hero__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 708px;
  width: 100%;
  margin-left:auto;
}
.header__logo {
    max-width: 123px;
    width: 100%;
}
.hero__text {
  margin-top: 4px;
  max-width: 385px;
  width: 100%;
  margin-left: 63px;
  font-family: 'Gilroy-Light', sans-serif;
  font-size: clamp(0.875rem, 0.7386rem + 0.6818vw, 1.25rem);
  color: #221f1f;
  line-height: 1.3;
}
.hero__info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 87px;
}
.hero__btn {
  border-radius: 50%;
  padding: 46px 22px;
  background-color: #7e65aa;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.hero__btn:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #ae95da;
}
.hero__link {
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #f5fcff;
}
.services {
  padding: 72px 15px 280px;
  background-color: #e1dad3;
}
.services__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services__info {
  max-width: 636px;
  width: 100%;
}
.services__wrapper {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.services__item {
  padding: 20px 21px;
  max-width: 282px;
  width: 100%;
  border-radius: 20px;
  position: relative;
  background-color: #ae95da;
}
.services .color-purple {
  background-color: #e1cffb;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
.services .color-green {
  background-color: #cffcd1;
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.services .color-yellow {
  background-color: #f9f8cd;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
.services .color-blue {
  background-color: #cfeefc;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.services__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services__circle {
  background-color: #f5fcff;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.services__circle svg {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.services__text {
  line-height: 30px;
  font-family: 'Gilroy-Light', sans-serif;
  margin-top: 7px;
  max-width: 232px;
  width: 100%;
}
.services__atom {
  max-width: 60px;
  width: 100%;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.who {
  margin-top: 130px;
  position: relative;
  z-index: 2;
}
.who__top {
  max-width: 656px;
  width: 100%;
}
.who__text {
  margin-top: 8px;
  line-height: 1.5;
}
.who__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  gap: 62px;
}
.who__box {
  margin-top: 30px;
  max-width: 495px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
  font-family: 'Gilroy-Light', sans-serif;
}
.who__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    max-width: 419px;
    width: 100%;
    border-radius: 20px;
    border: 1px dashed #beebc0;
}
.who .left {
  padding: 9px 0 14px 13px;
}
.who .right {
  padding: 11px 0 12px 18px;
  margin-left: auto;
}
.who__info {
  font-size: clamp(0.875rem, 0.6477rem + 1.1364vw, 1rem);
}
.who__img {
    border-radius: 20px;
    width: 100%;
    border-radius: 42px;
    overflow: hidden;
    height: fit-content;
}
.who__numb {
  font-size: 28px;
  flex-shrink:0;
}
.who .numb-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/obj/obj-blue.png);
}
.who .numb-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/obj/obj-green.png);
}
.who .numb-yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/obj/obj-yellow.png);
}
.who .numb-purple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/obj/obj-purple.png);
}
.who__cloud {
  position: absolute;
  top: -270px;
  left: 0;
  z-index: 1;
}
.why {
  margin-top: max(156px, min(9.75em, 96px));
}
.why__inner {
  position: relative;
}
.why__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.why .first {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.why .why-txt {
  font-family: 'Gilroy-Medium', sans-serif;
  line-height: 30px;
  font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
}
.why__subtitle {
  position: relative;
  z-index: 3;
}
.why__text {
  position: relative;
  z-index: 3;
  line-height: 30px;
  font-family: 'Gilroy-Light', sans-serif;
  font-size: clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);
}
.why__item {
  border-radius: 20px;
  background-color: #e1dad3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
  padding: 71px 17px 29px 32px;
}
.why__item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.why__item:nth-child(2) {
  grid-column: 2/2;
  grid-row: 1/2;
}
.why__item:nth-child(3) {
  grid-column: 3/3;
  grid-row: 1/3;
}
.why__item:nth-child(4) {
  grid-column: 4/4;
  grid-row: 1/2;
}
.why__item:nth-child(5) {
  grid-column: 1/3;
  grid-row: 2/2;
}
.why .why-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.why .why-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(225, 218, 211, 0.49);
  z-index: 1;
}
.why__object {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.review {
  position: relative;
  margin-top: max(156px, min(9.75em, 96px));
}
.review__top {
  max-width: 1078px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.review__text {
  max-width: 636px;
  width: 100%;
}
.review__wrapper {
  margin-right: 31px;
  max-width: 1140px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 163px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  background-image: url(../img/main/rev-obj.png);
  background-repeat: no-repeat;
  margin-top: 32px;
}
.review .swiper-slide {
  border: 1px dashed #ae95da;
  padding: 24px 24px 48px 24px;
  background-image: url(../img/main/rev-bg-obj.png);
  background-repeat: no-repeat;
  background-position: 530px 0;
}
.review .review-slider {
  max-width: 845px;
  width: 100%;
}
.review__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.review__img {
  max-width: 73px;
  width: 100%;
}
.review__info {
  line-height: 30px;
  font-size: clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);
}
.review__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.review__prof {
  font-size: clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);
  font-family: 'Gilroy-Light', sans-serif;
}
.review__cloud {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about {
  position: relative;
  background-color: #e1dad3;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about__cloud {
  max-width: 100vw;
  width: 100%;
  position: absolute;
  left: 0;
  top: -170px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about__title {
  font-size: 56px;
}
.about__text {
  font-family: 'Gilroy-Light', sans-serif;
  margin-top: 24px;
  max-width: 588px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about__navigation {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 24px;
  margin-left: auto;
}
.about__right {
    max-width: 600px;
	width:100%;
    overflow: hidden;
    border-radius: 40px;
}
.about .about-slider {
  margin-top: 53px;
  overflow: visible;
}
.about .about-slide {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about .about-slide img {
  max-width: 90%;
}
.about .about-slide::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 90px;
  width: 315px;
  height: 291px;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about .about-slide:nth-child(3n + 1)::before {
  background-image: url('../img/obj/green_bg.svg');
}
.about .about-slide:nth-child(3n + 2)::before {
  background-image: url('../img/obj/blue_bg.svg');
}
.about .about-slide:nth-child(3n + 0)::before {
  background-image: url('../img/obj/purple_bg.svg');
}
.courses {
  margin-top: 139px;
}
.courses__wrapper {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 32px;
}
.courses__item {
  padding: 22px 14px;
  background-color: #e1dad3;
  border-radius: 20px;
}
.courses__img {
  border-radius: 20px;
}
.courses__subtitle {
  font-size: 24px;
}
.courses__name {
  margin-top: 16px;
  font-size: 16px;
}
.courses__content {
  margin-top: 17px;
  padding-right: 16px;
}
.courses__list {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  padding: 0 20px;
}
.courses__point p {
  font-size: 16px;
  font-family: 'Gilroy-Light', sans-serif;
}
.courses__point {
  list-style-type: disc;
}
.courses__point::marker {
  list-style-position: inside;
  font-size: 13px;
}
.courses__point:nth-child(1)::marker {
  color: #cfeefc;
}
.courses__point:nth-child(2)::marker {
  color: #f9f8cd;
}
.courses__point:nth-child(3)::marker {
  color: #ae95da;
}
.courses__point:nth-child(4)::marker {
  color: #cffcd1;
}
.courses__link {
  margin-top: 16px;
  color: #f5fcff;
  font-size: 20px;
  background-color: #ae95da;
  border-radius: 70px;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.courses__navigation {
  margin-top: 32px;
  display: none;
  width: 100%;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.after {
  margin-top: max(156px, min(9.75em, 96px));
}
.after__wrapper {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.after__item {
  max-width: 282px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
    padding: 72px 30px 72px 68px;
}
.after__item:nth-child(1) {
  background-image: url(../img/main/after-bg-green.png);
}
.after__item:nth-child(2) {
  background-image: url(../img/main/after-bg-blue.png);
}
.after__item:nth-child(3) {
  background-image: url(../img/main/after-bg-yel.png);
}
.after__item:nth-child(4) {
  background-image: url(../img/main/after-bg-pur.png);
}
.after__subtitle {
  font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
  max-width: 197px;
  width: 100%;
}
.after__text {
  max-width: 197px;
  width: 100%;
  margin-top: 16px;
  font-size: clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);
  font-family: 'Gilroy-Light', sans-serif;
}
.practice {
  margin-top: max(156px, min(9.75em, 96px));
}
.practice__wrapper {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.practice__item {
  position: relative;
  padding: 29px 22px 45px 32px;
  border-radius: 20px;
  background-color: #e1dad3;
}
.practice__list {
  margin-top: 24px;
  max-width: 417px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.practice__btn {
  position: absolute;
  top: 17px;
  right: 22px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 79px;
  height: 79px;
  background-color: #ae95da;
}
.practice__btn svg {
  width: 22px;
  height: 22px;
}
.practice__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.practice__point {
  list-style-type: disc;
}
.practice__point::marker {
  list-style-position: inside;
  font-size: 13px;
}
.practice__subtitle {
  font-size: clamp(1.5rem, 1.3182rem + 0.9091vw, 2rem);
    max-width: 80%;
}
.practice__point p {
  font-size: 16px;
  font-family: 'Gilroy-Light', sans-serif;
}
.practice__point:nth-child(1)::marker {
  color: #cfeefc;
}
.practice__point:nth-child(2)::marker {
  color: #f9f8cd;
}
.practice__point:nth-child(3)::marker {
  color: #ae95da;
}
.result {
  margin-top: 150px;
}
.result__title {
  max-width: 533px;
  width: 100%;
}
.result__wrapper {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
}
.result__item {
  max-width: 357px;
  width: 100%;
  padding: 68px 0 17px 33px;
  background-repeat: no-repeat;
  background-size: contain;
}
.result__item:nth-child(1) {
  background-image: url(../img/main/result-bg-green.png);
}
.result__item:nth-child(2) {
  background-image: url(../img/main/result-bg-blue.png);
}
.result__item:nth-child(3) {
  background-image: url(../img/main/result-bg-pur.png);
}
.result__box {
  padding: 16px;
  border-radius: 20px;
}
.result__box:nth-child(1) {
  border: 1px dashed #99c69b;
}
.result__box:nth-child(2) {
  border: 1px dashed #9dbbea;
}
.result__box:nth-child(3) {
  border: 1px dashed #ab9fcc;
}
.result__subtitle {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: clamp(1.25rem, 1.1591rem + 0.4545vw, 1.5rem);
}
.result__text {
  margin-top: 18px;
  font-family: 'Gilroy-Light', sans-serif;
  font-size: clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);
}
.result__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.result__icon {
  width: 33px;
  height:100%;
}
.consultation {
  margin-top: 156px;
}
.consultation__inner {
  position: relative;
}
.consultation__object {
  position: absolute;
  top: 0;
  right: 50px;
  max-width: 392px;
  width: 100%;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  z-index: -1;
}
.consultation__wrapper {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: relative;
}
.consultation__objbg {
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 1;
}
.consultation__top {
  max-width: 673px;
  width: 100%;
}
.consultation__text {
  margin-top: 8px;
  font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
}
.consultation__item {
  padding: 33px 30px 34px 31px;
  border-radius: 20px;
}
.consultation__item:nth-child(1) {
  background-color: #cfeefc;
}
.consultation__item:nth-child(2) {
  background-color: #cffcd1;
}
.consultation__link {
  width: 79px;
  height: 79px;
  display: block;
  background-color: #f5fcff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.consultation__link svg {
  height: 22px;
  width: 22px;
}
.consultation__up {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.consultation__subtitle {
  font-size: 32px;
}
.consultation__info {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  font-family: 'Gilroy-Light', sans-serif;
  font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
}
.learning {
  margin-top: 156px;
}
.learning__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}
.learning__info {
  max-width: 486px;
  width: 100%;
  position: relative;
}
.learning__txt {
  margin-top: 8px;
  font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
}
.learning__btn {
  max-width: 282px;
  width: 100%;
  border-radius: 40px;
  background-color: #ae95da;
  margin-top: 16px;
}
.learning__link {
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f5fcff;
  padding: 18px 103px;
}
.learning__object {
  position: absolute;
  bottom: 33px;
  left: 43px;
  max-width: 392px;
  width: 100%;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  z-index: -1;
}
.learning__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 53px;
}
.learning__item {
  max-width: 284px;
  width: 100%;
  padding: 54px 2px 38px 40px;
  background-repeat: no-repeat;
}
.learning__item:nth-child(1) {
  background-image: url(../img/main/learning-bg-blue.png);
}
.learning__item:nth-child(2) {
  background-image: url(../img/main/learning-bg-green.png);
}
.learning__item:nth-child(3) {
  background-image: url(../img/main/learning-bg-yellow.png);
}
.learning__item:nth-child(4) {
  background-image: url(../img/main/learning-bg-pur.png);
}
.learning__subtitle {
  font-size: 32px;
}
.learning__text {
  margin-top: 8px;
  font-family: 'Gilroy-Medium', sans-serif;
  line-height: 30px;
  font-size: 14px;
	
}
.work {
  margin-top: 156px;
}
.work__wrapper {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.work__item {
  border-radius: 20px;
  padding: 34px;
  border: 1px solid #e1dad3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.work__item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/1;
}
.work__item:nth-child(2) {
  grid-column: 3/3;
  grid-row: 1/3;
}
.work__item:nth-child(3) {
  grid-column: 1/1;
  grid-row: 2/3;
}
.work__item:nth-child(4) {
  grid-column: 2/2;
  grid-row: 2/3;
}
.work__numb {
  font-size: 64px;
  color: #d1b8fd;
}
.work__subtitle {
  margin-top: 18px;
  font-size: 32px;
}
.work__text {
  margin-top: 8px;
  font-family: 'Gilroy-Light', sans-serif;
  font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
}
.work__text a{
	text-decoration:underline;	
	color:var(--black);
}
.faq {
  margin-top: 150px;
}
.faq__title.title {
  font-size: 56px;
}
.faq .faq__container {
  margin-top: 32px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.faq .faq__item {
  border-bottom: 1px solid #ae95da;
}
.faq .faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  font-size: 32px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.faq .faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease,
    padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  font-family: 'Gilroy-Light', sans-serif;
}
.faq .faq__answer--active {
  max-height: 500px;
  padding: 15px;
}
.faq .faq__icon {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.faq .faq__icon::before,
.faq .faq__icon::after {
  content: '';
  position: absolute;
  background-color: #000;
  -webkit-transition: opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
}
.faq .faq__icon::before {
  width: 24px;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq .faq__icon::after {
  width: 2px;
  height: 24px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.faq .faq__icon--cross::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.faq .faq__icon--cross::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.contact {
  margin-top: 150px;
  background-color: #e1dad3;
  border-radius: 20px 20px 0 0;
}
.contact__inner {
  padding: 60px 15px 98px 15px;
}
.contact__top {
  max-width: 700px;
  width: 100%;
}
.contact__text {
  margin-top: 8px;
  line-height: 30px;
  font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
}
.contact__wrapper {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.contact__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.contact__textarea,
.contact__form {
  border-radius: 8px;
  padding: 20px 32px;
  background-color: #f5fcff;
}
.contact__textarea::-webkit-input-placeholder,
.contact__form::-webkit-input-placeholder {
  font-size: 14px;
  color: #ababab;
}
.contact__textarea::-moz-placeholder,
.contact__form::-moz-placeholder {
  font-size: 14px;
  color: #ababab;
}
.contact__textarea:-ms-input-placeholder,
.contact__form:-ms-input-placeholder {
  font-size: 14px;
  color: #ababab;
}
.contact__textarea::-ms-input-placeholder,
.contact__form::-ms-input-placeholder {
  font-size: 14px;
  color: #ababab;
}
.contact__textarea::placeholder,
.contact__form::placeholder {
  font-size: 14px;
  color: #ababab;
}
.contact__textarea {
  resize: none;
}
.contact__btn {
  margin-top: 8px;
  border-radius: 40px;
  background-color: #ae95da;
}
.contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px;
  color: #f5fcff;
  font-size: 20px;
}
.contact__img {
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 690px;
  width: 100%;
  height: auto;
}
.contact label {
  margin-top: 8px;
  font-size: 14px;
  color: #857f7f;
}
@media screen and (max-width: 1550px) {
  .who__cloud {
	  top: -270px;
	  transform: scale(1.5);
  }
	.about__cloud{
		top: -110px;
	}
}
@media screen and (max-width: 1370px) {
  .hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	flex-direction:column;
	padding: 138px 0 49px;
  }
	.who__cloud{
		top:-230px;
	}
.consult-page .who {
    padding-bottom: 110px;
}
	.result{
		margin-top:90px;
	}
.benefits {
    margin-top: 90px;
}
}
@media screen and (max-width: 1200px) {
  .about__cloud {
    top: -110px;
  }
}
@media screen and (max-width: 1024px) {
  .faq,
  .learning,
  .contact,
  .consultation,
  .courses,
  .after,
  .result {
    margin-top: 70px;
  }
.benefits .item-benefit {
        padding: 16px;
        background-repeat: no-repeat;
        background-size: cover;
    }
	.courses__wrapper{
		grid-template-columns:repeat(2,1fr);
	}
	.item-benefit.item-benefit-3 {
        background-position-y: 40%;
    }
    .item-benefit.item-benefit-4 {
        background-position-y: 70%;
        order: -1;
    }
	.about__navigation{
	margin:0 auto;
	}
	
  .who__cloud {
    top: -200px;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
	.courses__list{
		padding-right:0;
	}
  .about__cloud {
    top: -90px;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
.learning__object {
    left: auto;
    right: -310px;
}
  .services__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .services__title {
    font-size: 36px;
  }
  .services__info {
    font-size: 16px;
  }
  .services__subtitle {
    font-size: 20px;
  }
  .services__wrapper {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .services__item {
    max-width: 100%;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }
  .services__text {
    max-width: 100%;
    font-size: 16px;
  }
  .why__wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .why__item {
    grid-column: initial !important;
    grid-row: initial !important;
    padding: 31px 17px 29px 32px;
  }
  .why {
    margin-top: 100px;
  }
  .services {
    padding: 72px 15px 160px;
  }
  .title {
    font-size: 36px;
  }
  .review__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }
  .about {
    padding-top: 160px;
  }
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about__title {
    font-size: 36px;
  }
  .about__navigation {
    margin-top: 24px;
  }
  .after__wrapper {
    max-width: 80%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .consultation__subtitle {
    font-size: 20px;
  }
  .practice__btn {
    width: 59px;
    height: 59px;
  }
  .practice__btn svg {
    width: 16px;
    height: 16px;
  }
  .learning__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .learning__wrapper {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .work__text {
    font-size: 16px;
  }
  .work__subtitle {
    font-size: 20px;
  }
  .faq__title.title {
    font-size: 36px;
  }
  .faq .faq__question {
    font-size: 24px;
  }
  .faq__answer {
    font-size: 16px;
  }
  .practice-page .hero,
  .consult-page .hero,
  .courses-page .hero {
    padding-top: 150px;
  }
  .practice-page .hero__inner,
  .consult-page .hero__inner,
  .courses-page .hero__inner {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .practice-page .hero__wrapper,
  .consult-page .hero__wrapper,
  .courses-page .hero__wrapper {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .practice-page .who,
  .consult-page .who,
  .courses-page .who {
    padding-bottom: 0;
  }
  .practice-page .tariffs,
  .consult-page .tariffs,
  .courses-page .tariffs {
    margin-top: 50px;
  }
  .benefits__pricing__text {
    max-width: 386px;
  }
  .benefits__wrapper {
    grid-template-columns: 1fr;
  }
  .benefits__item.item-benefit {
    max-width: 100%;
    grid-column: initial;
    grid-row: initial;
  }
  .benefits {
    margin-top: 40px;
  }
  .benefits__pricing {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .benefits__pricing__btn.courses__link {
    margin: 0 auto;
  }
  .benefits .item-benefit {
    padding: 16px;
  }
  .benefits .item-benefit__subtitle {
    font-size: 18px;
  }
  .benefits__pricing__price {
    font-size: 32px;
    margin: 0 auto;
  }
  .courses-page .hero__title,
  .practice-page .hero__title {
    font-size: 32px;
  }
  .consult-page .hero__title {
    font-size: 32px;
  }
  .courses-page .hero__about,
  .consult-page .hero__about,
  .practice-page .hero__about {
    margin-top: 32px;
  }
  .tariffs__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tariffs__wrapper .tariff-card {
    padding: 24px 20px;
  }
  .tariffs__wrapper .tariff-card__subtitle {
    font-size: 24px;
  }
  .tariffs__wrapper .tariff-card__duration {
    font-size: 14px;
  }
  .tariffs__wrapper .tariff-card__duration {
    padding: 8px 16px;
  }
  .tariffs__wrapper .tariff-card__item {
    gap: 12px;
  }
  .tariffs__wrapper .tariff-card__pricing {
    font-size: 28px;
  }
  .tariffs__wrapper .tariff-card__btn {
    margin: 0;
    font-size: 16px;
  }
  .tariffs__wrapper .tariff-card__btn {
    max-width: 158px;
  }
  .tariffs__wrapper .tariff-card__desc {
    font-size: 16px;
    max-width: 100%;
  }
  .tariffs__wrapper .tariff-card__text {
    font-size: 14px;
	font-family: 'Gilroy-Medium' !important;
  }
.courses-page .hero__title {
    max-width: 100%;
}
}
@media screen and (max-width: 900px) {
.header__logo{
		display:none;
	}
	.hero{
		padding:50px 0 100px 0;
	}
	.page-template-index .hero{
		background-image:url(../img/hero-mobile.png) !important;
		min-height:100vh;
	}
  .header {
    position: fixed;
    z-index: 10;
    padding-top: 0;
  }
	.hero__inner {
        padding: 0px 0 49px;
    }
	
  .burger-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
  }
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #221f1f;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
  }
  .header__link {
    color: #221f1f;
    font-size: 24px;
  }
  .trp-language-switcher .trp-ls-shortcode-language {
    overflow: visible;
    visibility: visible;
  }
  .trp-ls-shortcode-language {
    width: 154px !important;
    height: 40px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 12;
    margin: 0 auto !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    display: flex !important;
    justify-content: space-between;
    height: 40px;
  }
  .trp-ls-shortcode-disabled-language.trp-ls-disabled-language {
    background-color: #f5fcff !important;
    color: #221f1f !important;
    border-radius: 8px;
  }
  .trp-language-switcher:hover .trp-ls-shortcode-language {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .trp-ls-shortcode-current-language {
    display: none !important;
  }
  .header__inner {
    left: -100%;
    padding-top: 20px;
    position: absolute;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #ae95da;
    padding-bottom: 150px;
/*     width: 100vw; */
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__right {
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__get {
    display: none;
  }
  .main-page .hero__title {
    font-size: 60px;
    text-align: center;
  }
  .main-page .hero__wrapper {
    gap: 24px;
  }
  .who__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .who__img {
    height: 130px;
    overflow: hidden;
    -webkit-clip-path: none;
    clip-path: none;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .who__item {
    max-width: 100%;
    margin: 0 !important;
  }
  .who__box {
    max-width: 100%;
  }
  .slider-prev.reviews-prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .review__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 'review-slider review-slider' 'slider-prev slider-next';
    gap: 24px;
  }
  .review-slider {
    grid-area: review-slider;
  }
  .reviews-prev {
    grid-area: slider-prev;
    margin-left: auto;
  }
  .reviews-next {
    grid-area: slider-next;
  }
  .courses__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: initial;
    -moz-column-gap: initial;
    column-gap: initial;
    row-gap: initial;
  }
  .courses__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .after__item {
    max-width: 100%;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-size: contain;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 0;
  }
  .after__wrapper {
    margin-left: 0;
    max-width: 100%;
    gap: 12px;
    margin-right: 0;
  }
  .after__text {
    max-width: 100%;
  }
  .practice__wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .practice {
    margin-top: 80px;
  }
  .result__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .result__item {
    max-width: 100%;
    padding-top: 40px;
  }
  .consultation__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .consultation__link {
    width: 51px;
    height: 51px;
  }
  .consultation__link svg {
    width: 14px;
    height: 14px;
  }
  .learning__info {
    max-width: 100%;
  }
  .learning__wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .learning__item {
    background-size: contain;
    max-width: 100%;
  }
  .learning__subtitle {
    font-size: 20px;
  }
  .learning {
    position: relative;
    padding-bottom: 100px;
  }
  .work {
    margin-top: 56px;
  }
  .learning__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .learning__info {
    position: initial;
  }
  .work__wrapper {
    grid-template-columns: 1fr;
  }
  .work__item {
    grid-column: initial !important;
    grid-row: initial !important;
  }
  .work-image {
    height: 233px;
    background-position-y: 0%;
    padding: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .work__numb {
    font-size: 40px;
  }
  .work__item {
    padding: 15px;
  }
  .contact__img {
    display: none;
  }
  .contact__contact {
    max-width: 100%;
    width: 100%;
  }
  .faq .faq__question {
    font-size: 20px;
    padding-left: 0;
  }
	.practice__list{
		max-width:100%;
	}
	.hero__about__title{
		font-size:24px !important;
	}
}
@media screen and (max-width: 500px) {

	.hero__line{
		flex-direction:column;
		gap:20px !important;
	}
	.hero__text{
		padding-top:20px !important;
	}
	.main-page .hero__text{
		padding-top:0px !important;
		margin-left:50px !important;
	} 
 .hero__line {
    align-items: flex-start !important;
}
.hero__content{
		width:100% !important;
	}
	.main-page .about__text,
	.main-page .after__text,
	.main-page .why__text{
		 font-family: 'Gilroy-Medium' !important;
	}
 .hero__line p {
    max-width: 285px !important;
    font-family: 'Gilroy-Medium';
    margin-top: 10px;
    width: 100%;
}
	.page-id-18 .item-benefit-4{
		order:1;
	}
.result__text,	
.item-benefit__text{
		font-family: 'Gilroy-Medium' !important;
	}
.hero__btn {
    max-width: 123px;
    width: 100%;
    height: 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f5fcff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
margin:0 auto !important;
		height:123px !important;
}
  .review__wrapper {
    padding-bottom: 63px;
  }
  .about {
    padding-top: 130px;
    padding-bottom: 90px;
  }
	.about__cloud{
		top: -40px;
	}
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__obj {
    margin: 0;
  }
  .footer__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__right {
    text-align: center;
  }
  .footer__copi {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .hero__title-bg-blue {
    width: 467px;
    left: -20px;
  }
  .main-page .hero__wrapper {
    gap: 0;
  }
  .main-page .hero__title {
    line-height: 1.1;
  }
  .hero__title-bg-white {
    width: 334px;
    z-index: 1;
    bottom: 40px;
  }
  .hero__info {
    gap: 0;
  }
  .hero__text {
    position: relative;
    top: -20px;
    margin-left: 27px;
  }
  .services {
    padding: 40px 0;
	padding-bottom:100px;
  }
  .who {
    margin-top: 40px;
  }
  .review,
  .why {
    margin-top: 40px;
  }
	.who__cloud{
	top:-100px;
	}
  .practice-page .hero,
  .consult-page .hero,
  .courses-page .hero {
    padding-top: 40px;
	padding-bottom:120px;
  }
} /*# sourceMappingURL=main.min.css.map */
