@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Arizonia&family=Montserrat:wght@400;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

span:hover {
  cursor: default;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

/*--------------------*/
@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/FuturaPT-Book.woff2") format("woff2"), url("../fonts/FuturaPT-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/FuturaPT-Demi.woff2") format("woff2"), url("../fonts/FuturaPT-Demi.woff") format("woff");
  font-weight: 450;
  font-style: normal;
}
@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/FuturaPT-ExtraBold.woff2") format("woff2"), url("../fonts/FuturaPT-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/FuturaPT-Heavy.woff2") format("woff2"), url("../fonts/FuturaPT-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/FuturaPT-Light.woff2") format("woff2"), url("../fonts/FuturaPT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: gotham_black;
  font-display: swap;
  src: url("../fonts/gotham_black.woff2") format("woff2"), url("../fonts/gotham_black.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: BrushScript;
  font-display: swap;
  src: url("../fonts/Brush-Script.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
.page {
  font-family: "FuturaPT";
}
.page__body._lock {
  overflow: hidden;
}
.page__underdecorate {
  display: inline-block;
  position: relative;
}
.page__underdecorate--font-change {
  font-family: "BrushScript";
  font-weight: 500;
}
.page__underdecorate:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: -35%;
  background-repeat: no-repeat;
  background-size: contain;
}
.page__underdecorate--blue::before {
  background-image: url("../image/decorat-line-blue.svg");
}
.page__underdecorate--red::before {
  background-image: url("../image/decorat-line-red.svg");
  transform: rotateY(180deg);
}
.page .container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}

.menu__icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  transform: translate(-50%, -50%);
}
.menu__icon img {
  height: 100%;
}
@media (max-width: 860px) {
  .menu__icon {
    display: block;
  }
}
@media (max-width: 640px) {
  .menu__icon {
    left: auto;
    right: 0px;
    transform: translate(0, -50%);
  }
}
.menu__opener {
  z-index: 3;
}
.menu__opener._active {
  display: none;
}
.menu__closer {
  z-index: 8;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 640px) {
  .menu__closer {
    left: auto;
    right: 10px;
    transform: translateX(0);
  }
}

.title {
  font-size: 35px;
  font-weight: 500;
}
.title--dark {
  color: #272727;
}
.title--light {
  color: #fff;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 140px;
  height: 40px;
  border-radius: 5px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  transition-duration: 300ms;
}
.button--red {
  background: #F08178;
}
.button--red:hover {
  background: #FF5B4E;
}
.button--dark {
  background: #424F5F;
}
.button--dark:hover {
  background: #2C3540;
}
.button--transparent {
  background: none;
  border: 1px solid #FFF;
}
.button--transparent:hover {
  border: 1px solid #FF5B4E;
}

.spollers__item {
  background-color: #F2F2F2;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(204, 204, 204, 0.8);
}
.spollers__item:not(:last-child) {
  margin-bottom: 20px;
}
.spollers__title {
  padding: 16px 32px;
  width: 100%;
  text-align: left;
  color: #2C3540;
  font-size: 22px;
  font-weight: 450;
  line-height: normal;
  position: relative;
}
.spollers__title::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
  transition-duration: 300ms;
}
.spollers__title._spoller-active::after {
  transform: translateY(-50%) rotateZ(180deg);
}
.spollers__body {
  padding: 0 32px 24px;
  color: #2C3540;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.header {
  margin-bottom: 88px;
  padding: 15px 0;
}
.header--margin-bottom-60 {
  margin-bottom: 60px;
}
.header--referal {
  margin-bottom: 0;
}
.header__row {
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media (max-width: 640px) {
  .header__button {
    display: none;
  }
}
.header__logo {
  display: inline-block;
  width: 230px;
  height: 18px;
}
.header__logo-image {
  width: 100%;
  height: auto;
}
@media (max-width: 860px) {
  .header__menu {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration: 300ms;
    transform: translate(0, -50%) rotateX(90deg) scale(0);
    border-radius: 50%;
  }
}
@media (max-width: 860px) and (max-width: 640px) {
  .header__menu {
    transform: translate(70%, -70%) rotateX(90deg) scale(0);
    border-radius: 50% 0 50% 50%;
  }
}
@media (max-width: 860px) {
  .header__menu._active {
    transform: translate(0, 0) rotateX(0) scale(1.002);
    border-radius: 0;
  }
}
.header__menu ul {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 860px) {
  .header__menu ul {
    flex-direction: column;
    height: 100%;
  }
}
.header__menu a {
  color: #272727;
  font-size: 18px;
  font-weight: 400;
  transition-duration: 300ms;
}
@media (max-width: 860px) {
  .header__menu a {
    color: #eee;
    font-size: 36px;
  }
}
.header__menu a:hover {
  color: #FF5B4E;
}
.header__menu .header__button {
  display: none;
  font-size: 16px;
}
@media (max-width: 640px) {
  .header__menu .header__button {
    display: flex;
  }
}

.first-screen {
  margin-bottom: 48px;
}
.first-screen .container {
  position: relative;
}
.first-screen__title {
  max-width: 840px;
  margin-bottom: 15px;
  color: #272727;
  font-family: FuturaPT;
  font-size: 65px;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 740px) {
  .first-screen__title {
    font-size: 54px;
  }
}
@media (max-width: 640px) {
  .first-screen__title {
    font-size: 36px;
  }
}
.first-screen__text {
  max-width: 550px;
  color: #404040;
  font-size: 18px;
  font-weight: 400;
}
.first-screen__go-down {
  position: absolute;
  bottom: 0;
  right: 15%;
}
@media (max-width: 860px) {
  .first-screen__go-down {
    right: 10px;
  }
}
@media (max-width: 740px) {
  .first-screen__go-down {
    display: none;
  }
}
.first-screen__go-down:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-100%);
  display: inline-block;
  width: 50px;
  height: 100px;
  background-image: url("/image/icons/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.first-screen__go-down-img {
  width: 100%;
}

.swiper {
  border-radius: 20px;
  background: #424F5F;
  overflow: hidden;
}
.swiper-slide {
  padding: 32px;
}
.swiper-pagination {
  padding: 0 20px;
}
.swiper-pagination > .swiper-pagination-bullets {
  bottom: 32px;
}
.swiper-pagination-bullet {
  width: 30%;
  border-radius: 0;
  height: 2px;
  background: #D9D9D9;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #F08178;
}
.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 32px;
}

.testimonials {
  margin-bottom: 56px;
}
.testimonials__content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 860px) {
  .testimonials__content {
    flex-direction: column-reverse;
  }
}
.testimonials__slider {
  flex: 1 1 45%;
  width: 100%;
}
.testimonials__title {
  margin-bottom: 22px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
}
.testimonials__text {
  margin-bottom: 12px;
  color: #FFF;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}
.testimonials__author {
  display: block;
  margin-bottom: 32px;
  color: #F08178;
  font-size: 16px;
  font-weight: 700;
}
.testimonials__image {
  flex: 1 1 55%;
  border-radius: 20px;
  overflow: hidden;
}
.testimonials__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.your-benefits {
  margin-bottom: 108px;
}
.your-benefits__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.your-benefits__item {
  flex: 1;
}
@media (max-width: 740px) {
  .your-benefits__item:last-child {
    display: none;
  }
}
.your-benefits__title {
  margin-bottom: 10px;
}
.your-benefits__text {
  max-width: 500px;
  margin-bottom: 24px;
  color: #636C78;
  font-size: 18px;
  font-weight: 400;
}
.your-benefits__buttons-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
.your-benefits__image {
  width: 100%;
}

.about {
  padding: 90px 0 110px;
  background-color: #2C3540;
}
.about__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
.about__row--image-right {
  flex-direction: row-reverse;
}
.about__row--image-right .about__item:last-child::before {
  left: auto;
  right: 0;
  transform: translate(50%, -100%) rotateY(180deg) rotateZ(0);
}
@media (max-width: 740px) {
  .about__row--image-right .about__item:last-child::before {
    transform: translate(0%, -100%) rotateY(0deg) rotateZ(130deg);
  }
}
@media (max-width: 740px) {
  .about__row--image-right .about__item {
    flex-direction: column;
  }
}
@media (max-width: 740px) {
  .about__row {
    flex-direction: column;
  }
}
.about__row:not(:last-child) {
  margin-bottom: 90px;
}
.about__item {
  flex: 1;
}
.about__item:first-child {
  display: flex;
  gap: 10px;
}
.about__item:last-child {
  position: relative;
}
.about__item:last-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 60px;
  transform: translate(-90%, -100%) rotateZ(0deg);
  background-image: url("/image/icons/arrow-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 740px) {
  .about__item:last-child:before {
    left: auto;
    right: 0;
    transform: translate(0%, -100%) rotateZ(130deg);
  }
}
.about__image {
  width: 100%;
  border-radius: 10px;
}
.about__image--blue-shadow {
  box-shadow: -20px 20px 0 #476ACA;
}
.about__image--white-shadow {
  box-shadow: -20px 20px 0 #F2F2F2;
}
.about__image--red-shadow {
  box-shadow: -20px 20px 0 #F08178;
}
@media (max-width: 1200px) {
  .about__dots {
    display: none;
  }
}
.about__title {
  margin-bottom: 10px;
}
.about__text {
  max-width: 500px;
  color: #97A3B4;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
}
.about__buttons-block {
  display: flex;
  gap: 20px;
}
.about__list {
  margin-bottom: 20px;
}
.about__list li {
  position: relative;
  color: #97A3B4;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 400;
}
.about__list li:not(:last-child) {
  margin-bottom: 8px;
}
.about__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  background-image: url("/image/icons/check-mark.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.who-we-serve {
  position: relative;
  padding: 74px 0 104px;
  margin-bottom: 52px;
  background-image: url("/image/background-1.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.who-we-serve::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #F2F2F2;
  opacity: 0.6;
  z-index: 1;
}
.who-we-serve__title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  z-index: 3;
}
.who-we-serve__text {
  position: relative;
  max-width: 552px;
  margin: 0 auto 28px;
  color: #97A3B4;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  z-index: 3;
  line-height: 150%;
}
.who-we-serve__buttons-block {
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: center;
  z-index: 3;
}
.who-we-serve__button {
  border-color: #424F5F;
}
.who-we-serve__button.button--transparent {
  color: #424F5F;
}

.how-it-work {
  margin-bottom: 80px;
}
.how-it-work__title {
  text-align: center;
  margin-bottom: 50px;
}
.how-it-work__row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.how-it-work__item {
  flex: 1;
  padding: 36px;
  border-radius: 10px;
  border: 1px solid #99A1AC;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition-duration: 300ms;
}
@media (max-width: 920px) {
  .how-it-work__item {
    flex: 1 1 48%;
  }
}
.how-it-work__item:hover {
  background-color: #F7F7F7;
}
.how-it-work__image {
  display: block;
  width: 23%;
  margin-bottom: 30px;
}
.how-it-work__subtitle {
  margin-bottom: 16px;
  text-align: center;
  color: #272727;
  font-size: 20px;
  font-weight: 500;
}
.how-it-work__text {
  color: #636C78;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  cursor: default;
}

.faq {
  position: relative;
}
.faq__content {
  padding: 0 150px;
}
@media (max-width: 920px) {
  .faq__content {
    padding: 0;
  }
}
.faq__image {
  position: absolute;
  width: 100%;
  height: 45%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: 1;
}
.faq__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.about-first-screen {
  margin-bottom: 120px;
  padding-bottom: 460px;
  position: relative;
}
.about-first-screen__title {
  color: #2C3540;
  font-size: 65px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 740px) {
  .about-first-screen__title {
    font-size: 54px;
  }
}
@media (max-width: 640px) {
  .about-first-screen__title {
    font-size: 38px;
  }
}
.about-first-screen__text {
  max-width: 790px;
  color: #97A3B4;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.about-first-screen__background {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 85%;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.about-colaboration--margin-bottom-100 {
  margin-bottom: 100px;
}
.about-colaboration__title {
  text-align: center;
  margin-bottom: 12px;
}
.about-colaboration__text {
  color: #97A3B4;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  max-width: 620px;
  margin: 0 auto 60px;
}
.about-colaboration__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 740px) {
  .about-colaboration__row {
    flex-direction: column;
  }
}
.about-colaboration__item:nth-child(1) {
  border-radius: 10px;
  background: #F2F2F2;
  width: 390px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 740px) {
  .about-colaboration__item:nth-child(1) {
    width: 70%;
  }
}
@media (max-width: 640px) {
  .about-colaboration__item:nth-child(1) {
    width: 100%;
  }
}
.about-colaboration__item:nth-child(2) {
  width: 60px;
  height: 50px;
}
.about-colaboration__item:nth-child(3) {
  border-radius: 10px;
  background: #2C3540;
  width: 390px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 740px) {
  .about-colaboration__item:nth-child(3) {
    width: 70%;
  }
}
@media (max-width: 640px) {
  .about-colaboration__item:nth-child(3) {
    width: 100%;
  }
}
.about-colaboration__image {
  display: block;
  width: 60%;
}
.about-colaboration__arrows {
  width: 100%;
  height: 100%;
}

.colaboration__first-screen {
  color: #fff;
}
.colaboration__first-screen--margin-bottom-100 {
  margin-bottom: 100px;
}
.colaboration__first-screen__row {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 920px) {
  .colaboration__first-screen__row {
    flex-direction: column;
  }
}
.colaboration__first-screen__item {
  flex: 1 1 50%;
  padding: 148px 50px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.colaboration__first-screen__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.colaboration__first-screen__item:first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 61%;
  background-image: url("../image/image-1.webp");
  clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
}
.colaboration__first-screen__item:first-child h2, .colaboration__first-screen__item:first-child p {
  text-align: left;
  max-width: 75%;
}
@media (max-width: 920px) {
  .colaboration__first-screen__item:first-child h2, .colaboration__first-screen__item:first-child p {
    max-width: 60%;
  }
}
@media (max-width: 920px) {
  .colaboration__first-screen__item:first-child {
    padding: 30px 20px 248px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.colaboration__first-screen__item:last-child {
  position: relative;
  background-image: url("../image/collaboration-image-2.png");
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
  flex: 0 0 61%;
}
@media (max-width: 920px) {
  .colaboration__first-screen__item:last-child {
    clip-path: polygon(0% 70%, 150% 0, 100% 100%, 0% 100%);
  }
}
.colaboration__first-screen__item:last-child h2, .colaboration__first-screen__item:last-child p {
  text-align: right;
  margin: 0 0 0 auto;
  max-width: 75%;
}
@media (max-width: 920px) {
  .colaboration__first-screen__item:last-child h2, .colaboration__first-screen__item:last-child p {
    max-width: 60%;
  }
}
@media (max-width: 920px) {
  .colaboration__first-screen__item:last-child {
    padding: 248px 20px 30px;
  }
}
@media (max-width: 640px) {
  .colaboration__first-screen__item:last-child {
    padding: 348px 20px 30px;
  }
}
.colaboration__first-screen__content {
  position: relative;
  z-index: 3;
}
.colaboration__first-screen__title {
  color: #FFF;
  font-family: inherit;
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 920px) {
  .colaboration__first-screen__title {
    font-size: 30px;
  }
}
.colaboration__first-screen__text {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 920px) {
  .colaboration__first-screen__text {
    font-size: 30px;
    font-size: 14px;
  }
}
.colaboration__core-values {
  background-color: #F2F2F2;
  padding: 46px 0 80px;
}
.colaboration__core-values .core-values__text {
  color: #2C3540;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 70px;
}

.colaboration-anovite__first-screen--margin-bottom-100 {
  margin-bottom: 100px;
}
.colaboration-anovite__first-screen__content {
  position: relative;
  padding: 140px 50px 170px;
  overflow: hidden;
  border-radius: 10px;
}
.colaboration-anovite__first-screen__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.colaboration-anovite__first-screen__title {
  position: relative;
  max-width: 530px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  z-index: 3;
}
.colaboration-anovite__first-screen__text {
  max-width: 380px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 3;
}
.colaboration-anovite__first-screen__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.about-colaboration-anovito .about-colaboration__text {
  max-width: 500px;
}
.about-colaboration-anovito .about-colaboration__image {
  width: 60%;
  height: 50%;
  object-fit: contain;
}
.invite-anovite__content.invite__content {
  padding: 180px 0;
  background-image: url("../image/colaboration-anovite__join-us-bg.jpg");
}
.invite-anovite p {
  margin: 0 auto;
  text-align: center;
}

.core-values {
  margin-bottom: 74px;
}
.core-values__title-block {
  padding: 90px 0 100px;
  margin-bottom: 44px;
  position: relative;
  background-image: url("../image/image-1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.core-values__title-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.core-values__title {
  text-align: center;
  margin-bottom: 12px;
  position: relative;
  z-index: 3;
}
.core-values__text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  max-width: 624px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.core-values__row {
  display: flex;
  column-gap: 76px;
  row-gap: 44px;
  flex-wrap: wrap;
}
@media (max-width: 860px) {
  .core-values__row {
    justify-content: center;
  }
}
.core-values__item {
  flex: 0 1 45%;
  padding-left: 74px;
  position: relative;
}
@media (max-width: 860px) {
  .core-values__item {
    flex: 0 1 65%;
  }
}
@media (max-width: 640px) {
  .core-values__item {
    flex: 0 1 100%;
  }
}
.core-values__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-image: url("../image/icons/core-values-item-img.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.core-values__subtitle {
  margin-bottom: 8px;
  color: #2C3540;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.core-values__subtext {
  color: #636C78;
  font-size: 18px;
  line-height: normal;
}

.invite__content {
  padding: 120px 50px;
  background-image: url("../image/invite-bakground.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  position: relative;
}
@media (max-width: 640px) {
  .invite__content {
    padding: 80px 20px;
  }
}
.invite__content:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.invite p {
  max-width: 550px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 2;
}

.referal-first-screen {
  position: relative;
  height: 680px;
  padding-top: 120px;
  margin-bottom: 60px;
}
@media (max-width: 920px) {
  .referal-first-screen::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 860px) {
  .referal-first-screen {
    height: auto;
    padding-top: 60px;
  }
}
.referal-first-screen__info {
  position: relative;
  z-index: 3;
}
.referal-first-screen__title {
  margin-bottom: 12px;
  max-width: 530px;
  color: #000;
  font-family: inherit;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 860px) {
  .referal-first-screen__title {
    font-size: 52px;
  }
}
@media (max-width: 740px) {
  .referal-first-screen__title {
    font-size: 42px;
  }
}
.referal-first-screen__aditional-text {
  margin-bottom: 12px;
  max-width: 280px;
  color: #EC7E75;
  font-family: inherit;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}
.referal-first-screen__logo {
  display: block;
  width: 232px;
  height: 18px;
  object-fit: contain;
}
.referal-first-screen__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 740px) {
  .referal-first-screen__background {
    display: none;
  }
}

.referal__footer .footer-contacts__content {
  align-items: flex-start;
}
.referal__footer .footer-contacts__box:last-child {
  padding-top: 50px;
}
.referal__footer .footer-contacts__title {
  color: #2C3540;
  font-family: inherit;
  font-size: 35px;
  font-weight: 500;
  line-height: normal;
}
.referal__footer .footer-contacts__button-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #6C6C6C;
  text-align: center;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.ability__content {
  display: flex;
  gap: 130px;
}
@media (max-width: 860px) {
  .ability__content {
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .ability__content {
    display: block;
  }
}
.ability__block {
  flex: 1;
}
@media (max-width: 640px) {
  .ability__block:not(:last-child) {
    margin-bottom: 25px;
  }
}
.ability__title {
  margin-bottom: 30px;
  color: #EC7E75;
  font-family: inherit;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
.ability__text {
  color: #97A3B4;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  max-width: 400px;
}
.ability__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ability__item:not(:last-child) {
  margin-bottom: 16px;
}
.ability__item img {
  display: block;
  width: 35px;
}
.ability__item span {
  color: #97A3B4;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  max-width: 350px;
}

.footer {
  padding: 68px 0 32px;
}
.footer-contacts {
  margin-bottom: 48px;
}
.footer-contacts__content {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 920px) {
  .footer-contacts__content {
    flex-direction: column;
  }
}
.footer-contacts__box {
  flex: 1;
}
.footer-contacts__box:first-child {
  flex: 1 1 70%;
  background-color: #F2F2F2;
  border-radius: 8px;
  padding: 45px 50px 50px;
}
@media (max-width: 640px) {
  .footer-contacts__box:first-child {
    width: 100%;
    padding: 45px 20px 50px;
  }
}
.footer-contacts__box:last-child {
  flex: 1 1 30%;
}
.footer-contacts__subtitle {
  color: #272727;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 28px;
}
.footer-contacts__inputs-container {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .footer-contacts__inputs-container {
    flex-direction: column;
  }
}
.footer-contacts__input {
  flex: 0 1 48%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #272727;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}
.footer-contacts__input input {
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #99A1AC;
  background: #FFF;
}
.footer-contacts__textarea {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #272727;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}
.footer-contacts__textarea textarea {
  resize: none;
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #99A1AC;
  background: #FFF;
}
.footer-contacts__button-box {
  display: flex;
  gap: 30px;
  align-items: center;
}
.footer-contacts .privacy-policy {
  color: #F08178;
  text-decoration: underline;
}
.footer-contacts__title {
  margin-bottom: 22px;
}
.footer-contacts__text {
  margin-bottom: 46px;
  color: #97A3B4;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.footer-contacts__direct {
  display: flex;
  flex-direction: column;
  padding-bottom: 18px;
  border-bottom: 1px solid #97A3B4;
}
.footer-contacts__direct span {
  margin-bottom: 4px;
  color: #F08178;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.footer-contacts__direct:not(:last-child) {
  margin-bottom: 20px;
}
.footer-contacts__link {
  color: #97A3B4;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding-left: 26px;
}
.footer-contacts__link::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer-contacts__link--phone::before {
  background: url("/image/icons/phone.svg") center/contain no-repeat;
}
.footer-contacts__link--email::before {
  background: url("/image/icons/mail.svg") center/contain no-repeat;
}
.footer-navigation {
  width: 95%;
  margin: 0 auto;
  padding: 32px 0 16px;
  border-radius: 10px;
  background: #1D232B;
}
.footer-navigation__content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 36px;
  margin-bottom: 16px;
  border-bottom: 1px solid #99A1AC;
}
@media (max-width: 740px) {
  .footer-navigation__content {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-navigation__box:last-child {
  display: flex;
  gap: 64px;
}
@media (max-width: 640px) {
  .footer-navigation__box:last-child {
    flex-direction: column;
  }
}
.footer-navigation__logo-link {
  display: inline-block;
  margin-bottom: 10px;
  width: 230px;
  height: 18px;
}
.footer-navigation__logo-image {
  width: 100%;
  height: auto;
}
.footer-navigation__text {
  color: #99A1AC;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.footer-navigation__subtitle {
  margin-bottom: 20px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.footer-navigation__list li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-navigation__list a {
  color: #99A1AC;
  font-size: 16px;
  font-weight: 400;
  transition-duration: 300ms;
}
.footer-navigation__list a:hover {
  color: #F08178;
}
.footer-navigation__copirate {
  color: #99A1AC;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}/*# sourceMappingURL=main.css.map */