:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Raleway", sans-serif;
  --content-width: 1320px;
  --container-offset: 60px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Muller";
  src: url("../fonts/../fonts/Inter_18ptRegular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Muller";
  src: url("../fonts/../fonts/Inter_18ptSemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: bold;
}
@font-face {
  font-family: "Muller";
  src: url("../fonts/../fonts/MullerRegular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Muller";
  src: url("../fonts/../fonts/Inter_18ptMedium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: medium;
}
@font-face {
  font-family: "Muller";
  src: url("../fonts/../fonts/RalewayExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: bold;
}
@font-face {
  font-family: "Muller";
  src: url("../fonts/../fonts/RalewaySemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: bold;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0px;
  margin: 0px;
  border: none;
  color: #000;
}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}
@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.header {
  padding: 27px 0 40px;
  background: right 0%/75% 100% no-repeat url("../img/header/header-print.png");
}
@media (min-width: 1886px) {
  .header {
    background: right 0%/70% 100% no-repeat url("../img/header/header-print.png");
  }
}
@media (max-width: 1144px) {
  .header {
    background: right 0%/68% 100% no-repeat url("../img/header/header-print.png");
  }
}
@media (max-width: 768px) {
  .header {
    background: right 0%/60% 100% no-repeat url("../img/header/header-print.png");
  }
}
@media (max-width: 576px) {
  .header {
    padding: 20px 0;
    background: none;
  }
}
.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__links {
  position: absolute;
  right: 0;
  top: -17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  gap: 37px;
}
@media (max-width: 576px) {
  .header__links {
    display: none;
  }
}
.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.header__svg {
  width: 30px;
  height: 30px;
}
.header__text {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 1144px) {
  .header__text {
    display: none;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1024px) {
  .logo__img {
    width: 45px;
  }
}

.title__header {
  font-family: var(--second-family);
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
}
.title__header-small {
  font-size: 28px;
}
@media (max-width: 1024px) {
  .title__header-small {
    font-size: 18px;
  }
}
.title__header-big {
  font-size: 39px;
}
@media (max-width: 1024px) {
  .title__header-big {
    font-size: 26px;
  }
}

.burger {
  position: relative;
  width: 40px;
  height: 40px;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  border-radius: 10px;
  background-color: #00A4D7;
}
@media (min-width: 1024px) {
  .burger {
    display: none;
  }
}
@media (max-width: 576px) {
  .burger {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
.burger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.burger__line:first-child {
  margin-top: -9px;
}
.burger__line:last-child {
  margin-top: 9px;
}

.burger-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 500;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .burger-close {
    display: none;
  }
}
.burger-close__line {
  position: absolute;
  top: 45%;
  left: 12%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.burger-close__line:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger-close__line:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background-color: #00A4D7;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    height: 100%;
  }
}
.nav__item-blue {
  padding: 8px 15px;
  border-radius: 8px;
  background-color: #00A4D7;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.nav__link {
  position: relative;
  color: #000;
}
.nav__link:hover {
  color: #fff;
}
.nav__link:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 130%;
  height: 130%;
  background-color: #00A4D7;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nav__link-white {
  color: #fff;
}
.nav__link-white:hover::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
@media (max-width: 1024px) {
  .nav__link {
    color: #fff;
  }
}
.nav__item-blue:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.menu--active {
  opacity: 1;
  visibility: visible;
}

.intro {
  background: linear-gradient(90.11deg, rgba(0, 164, 215, 0.65) -5.03%, rgba(128, 181, 61, 0.65) 153.31%), url("../img/intro/intro-bg.jpeg") center center/cover no-repeat;
}
.intro__inner {
  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;
  padding: 200px 0 100px;
}
@media (max-width: 768px) {
  .intro__inner {
    padding: 100px 0;
  }
}
.intro__title {
  margin-bottom: 62px;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 113px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .intro__title {
    font-size: 45px;
  }
}
.intro__subtitle {
  margin-bottom: 43px;
  font-weight: 400;
  font-size: 47px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1440px) {
  .intro__subtitle {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .intro__subtitle {
    font-size: 16px;
  }
}
.intro__usp {
  margin-bottom: 83px;
  font-weight: 400;
  font-size: 47px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1440px) {
  .intro__usp {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .intro__usp {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .intro__usp {
    font-size: 16px;
  }
}
.intro__button {
  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: 12px;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: #3d2a79;
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.intro__button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .intro__button {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .intro__button {
    font-size: 16px;
  }
}
.intro__svg {
  width: 30px;
  height: 30px;
}

.about {
  position: relative;
  padding: 130px 0 115px;
}
@media (max-width: 768px) {
  .about {
    padding: 50px 0 50px;
  }
}
.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__left {
  width: 60%;
}
@media (max-width: 768px) {
  .about__left {
    width: 100%;
  }
}
.about__right {
  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: 40%;
}
@media (max-width: 768px) {
  .about__right {
    display: none;
  }
}
.about__rectangle {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: -100;
  width: 70%;
  height: 91px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-15.04%, #80B53D), color-stop(103.48%, #00A4D7));
  background: linear-gradient(90deg, #80B53D -15.04%, #00A4D7 103.48%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.about__rectangle::after {
  content: "";
  position: absolute;
  margin: -20px;
  width: 60px;
  height: 120px;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
  background-color: #fff;
}
@media (max-width: 768px) {
  .about__rectangle {
    top: 45px;
    height: 40px;
  }
}
.about__title {
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 1024px) {
  .about__title {
    margin-bottom: 50px;
  }
}
.about__subtitle {
  margin-bottom: 30px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 86px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .about__subtitle {
    font-size: 46px;
  }
}
.about__text {
  margin-bottom: 20px;
  max-width: 980px;
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  text-align: justify;
}
.about__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .about__text {
    font-size: 20px;
    line-height: 27px;
  }
}

.statistics {
  padding: 95px 0;
  background: url("../img/statistics/statistics-bg.jpg") center center/cover no-repeat;
}
.statistics__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 20px;
}
.statistics__block {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 51px;
  color: #fff;
  border-radius: 20px;
  width: 419px;
  height: 175px;
  background-color: #00A4D7;
}
@media (max-width: 576px) {
  .statistics__block {
    font-size: 38px;
  }
}
.statistics__block-middle {
  font-weight: 500;
  font-size: 40px;
}
@media (max-width: 576px) {
  .statistics__block-middle {
    font-size: 30px;
  }
}
.statistics__block-small {
  font-size: 50px;
}
@media (max-width: 576px) {
  .statistics__block-small {
    font-size: 38px;
  }
}
.statistics__block:last-child {
  margin-bottom: 0;
}

.team {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .team {
    padding: 80px 0;
  }
}
.team-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.team-swiper {
  width: 100%;
  height: 100%;
}
.team__slide {
  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;
}
.team__rectangle {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: -100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 58px;
  background: -webkit-gradient(linear, left top, right top, from(#80b53d), to(#00a4d7));
  background: linear-gradient(90deg, #80b53d 0%, #00a4d7 100%);
}
.team__rectangle::after {
  content: "";
  position: absolute;
  margin: -20px;
  width: 60px;
  height: 120px;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
  background-color: #fff;
}
@media (max-width: 768px) {
  .team__rectangle {
    top: 30px;
    height: 38px;
    width: 90%;
  }
}
.team__img {
  width: 50%;
}
@media (max-width: 576px) {
  .team__photo {
    width: 90% !important;
  }
}
.team__right {
  padding: 100px 0;
  width: 50%;
  text-align: right;
}
@media (max-width: 576px) {
  .team__right {
    padding: 50px 0;
  }
}
.team__title {
  position: absolute;
  right: 10%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .team__title {
    font-size: 20px;
  }
}
.team__name {
  margin-bottom: 45px;
  font-weight: 400;
  font-size: 58px;
}
@media (max-width: 1024px) {
  .team__name {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .team__name {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .team__name {
    font-size: 18px;
  }
}
.team__description {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 49px;
}
@media (max-width: 1024px) {
  .team__description {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .team__description {
    font-size: 16px;
  }
}
.team__experience {
  font-weight: 400;
  font-size: 61px;
}
@media (max-width: 1024px) {
  .team__experience {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .team__experience {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .team__experience {
    font-size: 20px;
  }
}

.team__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  left: auto !important;
  right: 0 !important;
  bottom: 100px !important;
  z-index: 10;
  gap: 10px;
  width: 500px !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .team__pagination {
    right: 50% !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 20px !important;
  }
}
@media (max-width: 576px) {
  .team__pagination {
    bottom: 30px !important;
  }
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 27px;
  height: 27px;
  background-color: #2b2b2b;
}
@media (max-width: 576px) {
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #474747;
}

.diplomas {
  padding: 50px 0 100px;
}
@media (max-width: 576px) {
  .diplomas {
    padding: 25px 0 150px;
  }
}
.diplomas__inner {
  position: relative;
}
.diplomas__title {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 47px;
  text-align: center;
}
@media (max-width: 576px) {
  .diplomas__title {
    font-size: 30px;
  }
}
.diplomas__swiper {
  width: 85%;
  height: 100%;
}
.diplomas__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.diplomas-button-prev {
  border-radius: 8px;
  color: #fff;
  width: 81px;
  height: 81px;
  background: #00a4d7;
}
@media (max-width: 576px) {
  .diplomas-button-prev {
    top: auto !important;
    left: 10%;
    bottom: -100px;
  }
}

.diplomas-button-next {
  border-radius: 8px;
  color: #fff;
  width: 81px;
  height: 81px;
  background: #00a4d7;
}
@media (max-width: 576px) {
  .diplomas-button-next {
    top: auto !important;
    right: 10%;
    bottom: -100px;
  }
}

.feedback {
  padding: 100px 0;
  background: url("../img/feedback/feedback-bg.jpg") center/cover no-repeat;
}
@media (max-width: 576px) {
  .feedback {
    padding: 60px 0 170px;
  }
}
.feedback__title {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 47px;
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .feedback__title {
    font-size: 30px;
  }
}
.feedback__inner {
  position: relative;
  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;
}
.feedback__swiper {
  width: 85%;
  height: 100%;
}
.feedback__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feedback__arrow {
  cursor: pointer;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedback-button-prev {
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 8px;
  color: #fff;
  width: 81px;
  height: 81px;
  background: #3D2A79;
}
@media (max-width: 576px) {
  .feedback-button-prev {
    top: auto !important;
    left: 10%;
    bottom: -150px;
  }
}

.feedback-button-next {
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 8px;
  color: #fff;
  width: 81px;
  height: 81px;
  background: #3D2A79;
}
@media (max-width: 576px) {
  .feedback-button-next {
    top: auto !important;
    right: 10%;
    bottom: -150px;
  }
}

.services {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1246px) {
  .services {
    padding: 100px 0 150px;
  }
}
.services__rectangle {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: -100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 58px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-15.04%, #80B53D), color-stop(103.48%, #00A4D7));
  background: linear-gradient(90deg, #80B53D -15.04%, #00A4D7 103.48%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.services__rectangle::after {
  content: "";
  position: absolute;
  margin: -20px;
  width: 60px;
  height: 120px;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
  background-color: #fff;
}
@media (max-width: 1144px) {
  .services__rectangle {
    top: 50px;
  }
}
@media (max-width: 1024px) {
  .services__rectangle {
    top: 40px;
  }
}
@media (max-width: 768px) {
  .services__rectangle {
    height: 38px;
    width: 90%;
  }
}
@media (max-width: 576px) {
  .services__rectangle {
    top: 60px;
  }
}
.services__left {
  width: 50%;
}
@media (max-width: 1184px) {
  .services__left {
    width: 65%;
  }
}
@media (max-width: 576px) {
  .services__left {
    padding: 50px 0;
    width: 100%;
  }
}
.services__swiper {
  width: 100%;
  height: 100%;
}
.services__slide {
  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;
}
.services__title {
  position: absolute;
  right: 10%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
@media (max-width: 768px) {
  .services__title {
    font-size: 20px;
  }
}
.services__name {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 50px;
}
@media (max-width: 1024px) {
  .services__name {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .services__name {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .services__name {
    font-size: 30px;
  }
}
.services__description {
  margin-bottom: 20px;
  max-width: 500px;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 768px) {
  .services__description {
    font-size: 16px;
  }
}
.services__price {
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 30px;
}
@media (max-width: 768px) {
  .services__price {
    font-size: 20px;
  }
}
.services__btn {
  padding: 20px 70px;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 12px;
  background: #00a4d7;
}
@media (max-width: 768px) {
  .services__btn {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .services__btn {
    width: 100%;
  }
}
.services__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: 50%;
}
@media (max-width: 576px) {
  .services__img {
    display: none;
  }
}
@media (max-width: 576px) {
  .services__photo {
    width: 90% !important;
  }
}
.services__pagination {
  left: 50% !important;
  top: 0;
  z-index: 10;
  gap: 10px;
  width: 500px !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.services__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -10px;
  width: 600px;
}
@media (max-width: 1246px) {
  .services__nav {
    bottom: -110px;
    width: 100%;
  }
}
.services-button {
  top: auto !important;
  bottom: 0px !important;
  border-radius: 8px;
  color: #fff;
  width: 81px;
  height: 81px;
  background: #00a4d7;
}

.swiper-pagination-bullets {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  width: 200px !important;
}

.footer {
  padding: 65px 0;
  background: url("../img/footer/footer-bg.jpg") center/cover no-repeat;
}
.footer__inner {
  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;
}
@media (max-width: 1024px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.footer__widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}
@media (max-width: 1024px) {
  .footer__widget {
    width: 100%;
  }
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.footer__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
.footer__title-big {
  font-size: 34px;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.footer__text {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}/*# sourceMappingURL=main.css.map */
