@charset "UTF-8";

@font-face {
  font-family: SFProDisplay;
  font-display: swap;
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: SFProDisplay;
  font-display: swap;
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: SFProDisplay;
  font-display: swap;
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: SFProDisplay;
  font-display: swap;
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

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

body {
  color: #000;
  line-height: 1;
  font-family: "SFProDisplay";
  font-size: 1.5rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=__container] {
  max-width: 76.875rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: -o-linear-gradient(357.58deg, #2D91C5 0%, #0043C6 100%);
  background: linear-gradient(92.42deg, #2D91C5 0%, #0043C6 100%);
  -webkit-box-shadow: 0px 10px 35px rgba(9, 80, 115, 0.3);
          box-shadow: 0px 10px 35px rgba(9, 80, 115, 0.3);
  border-radius: 0px 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button_gradient {
  background: -o-linear-gradient(357.58deg, #C52D9A 0%, #0043C6 100%) !important;
  background: linear-gradient(92.42deg, #C52D9A 0%, #0043C6 100%) !important;
  -webkit-box-shadow: 0px 10px 35px rgba(9, 80, 115, 0.3) !important;
          box-shadow: 0px 10px 35px rgba(9, 80, 115, 0.3) !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button._fw {
  width: 100%;
}

.title {
  font-weight: 700;
  line-height: 1.3;
  color: #0A215F;
}

.title span {
  color: #69CBF6;
}

.text {
  line-height: 1.5;
  color: #050505;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
}

.header._header-scroll {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: rgba(12, 17, 54, 0.3);
}

.header__container {
  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;
  text-align: center;
}

.header__logo {
  margin-right: 0.625rem;
  position: relative;
  z-index: 5;
}

.menu {
  margin-left: auto;
  color: #424953;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.625rem;
}

.menu__link {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.25rem;
  color: inherit;
  -webkit-transition: all 0.3s step-start 0s;
  -o-transition: all 0.3s step-start 0s;
  transition: all 0.3s step-start 0s;
}

.menu__button {
  padding: 10px 18px !important;
  font-size: 1.25rem !important;
}

.footer {
  background-color: #2D91C5;
  color: #fff;
}

.footer__body {
  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;
  gap: 10px;
}

.footer__copy {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.menu-footer__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: 10px;
}

.menu-footer__link {
  font-weight: 600;
  line-height: 1.2;
}

.menu-footer__link:hover {
  color: #0A215F;
}

.contact-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.contact-footer__link {
  font-weight: 700;
  font-size: 18px;
  line-height: 0.9;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-footer__link:hover {
  color: #0A215F;
}

.page__main-block {
  position: relative;
}

@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.main-block__container {
  position: relative;
}

.main-block__decor_1 {
  position: absolute;
  width: 123px;
  height: 123px;
  top: 0;
  left: calc(50% - 61.5px);
  background: -o-radial-gradient(70% 64.8%, 70% 70%, #67C9F6 0%, rgba(255, 255, 255, 0.5) 100%);
  background: radial-gradient(70% 70% at 70% 64.8%, #67C9F6 0%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: 50%;
}

.main-block__decor_2 {
  position: absolute;
  width: 39px;
  height: 39px;
  bottom: 15%;
  left: calc(50% - 19.5px);
  background: -o-radial-gradient(70% 64.8%, 70% 70%, #67C9F6 0%, rgba(255, 255, 255, 0.5) 100%);
  background: radial-gradient(70% 70% at 70% 64.8%, #67C9F6 0%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: 50%;
}

.main-block__decor_3 {
  position: absolute;
  width: 61px;
  height: 61px;
  bottom: 0;
  left: -10%;
  background: -o-radial-gradient(70% 64.8%, 70% 70%, #67C9F6 0%, rgba(255, 255, 255, 0.5) 100%);
  background: radial-gradient(70% 70% at 70% 64.8%, #67C9F6 0%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: 50%;
}

.main-block__body {
  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: 10px;
}

.main-block__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.main-block__images {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.main-block__title {
  font-weight: 700;
  line-height: 0.33;
  text-align: center;
  letter-spacing: 0.13em;
  color: #F7F9FC;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.main-block__title._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.dots_decor {
  position: absolute;
}

.content-main-block {
  position: relative;
  max-width: 600px;
}

.content-main-block__title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.005em;
  color: #0A215F;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.content-main-block__title._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.content-main-block__border {
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.content-main-block__border._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}

.content-main-block__text {
  margin-top: 15px;
  line-height: 1.2;
  letter-spacing: 0.005em;
  color: #161616;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.content-main-block__text._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.content-main-block__button {
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.content-main-block__button._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}

.images-main-block {
  text-align: right;
  position: relative;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.images-main-block._active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}

.images-main-block__screen {
  position: absolute;
  top: 12%;
  right: 0;
}

.images-main-block__screen::before {
  content: url(../img/main-block/decor.svg);
  position: absolute;
  top: -20%;
  left: -5%;
  z-index: -1;
}

.images-main-block__bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 101, 178, 0.7)), to(rgba(89, 189, 239, 0)));
  background: -o-linear-gradient(top, rgba(15, 101, 178, 0.7) 0%, rgba(89, 189, 239, 0) 100%);
  background: linear-gradient(180deg, rgba(15, 101, 178, 0.7) 0%, rgba(89, 189, 239, 0) 100%);
  border-radius: 0px 0px 59px 100px;
  -webkit-transform: rotate(26.32deg);
      -ms-transform: rotate(26.32deg);
          transform: rotate(26.32deg);
  position: absolute;
  top: -250px;
  right: -20%;
  z-index: -1;
}

.images-main-block__oval {
  position: absolute;
  background: #FFFFFF;
  opacity: 0.5;
  bottom: 4%;
  right: 0;
  border-radius: 75%;
}

.images-main-block__decor_1 {
  position: absolute;
  top: 7.29%;
  right: 11.47%;
  z-index: 4;
}

.images-main-block__decor_2 {
  position: relative;
  top: 30%;
  left: 25%;
}

.images-main-block__decor_3 {
  position: absolute;
  z-index: 4;
}

.images-main-block__decor_4 {
  position: absolute;
  left: -3%;
  z-index: 3 !important;
  -webkit-animation: 3s linear 0s normal none infinite running rot;
          animation: 3s linear 0s normal none infinite running rot;
}

.images-main-block__decor_5 {
  position: absolute;
  bottom: 8%;
  right: 10%;
  z-index: 4;
}

.about-us__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.about-us__image._active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.about-us__image img {
  width: 399px;
  height: 361px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.about-us__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66.667%;
          flex: 0 1 66.667%;
}

.content-about-us__title {
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.content-about-us__title._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.content-about-us__text {
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.content-about-us__text._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}

.content-about-us__button {
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.content-about-us__button._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.brands__title{
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translate(0px, 120%);
  -ms-transform: translate(0px, 120%);
  transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.brands__title._active {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.brands__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translate(0px, 10%);
  -ms-transform: translate(0px, 10%);
  transform: translate(0px, 10%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.brands__body._active {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.brands__item {
  -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%;
  height: auto;
  width: auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  text-align: center;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.brands__item._active {
  -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.brands__icon {
  width: 300px;
  height: 140px;

  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;
  text-align: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.finami{
  width: 150px !important;
  height: 150px !important;
}

.advantages__title {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.advantages__title._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.advantages__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0px, 10%);
      -ms-transform: translate(0px, 10%);
          transform: translate(0px, 10%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.advantages__body._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.advantages__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.advantages__item {
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 100px 200px rgba(1, 23, 54, 0.1);
          box-shadow: 0px 100px 200px rgba(1, 23, 54, 0.1);
  border-radius: 35px;
  text-align: center;
  padding: 28px 21px 90px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.advantages__item:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.item-advantages__icon {
  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;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(49, 62, 247, 0.05);
  border-radius: 50%;
}

.item-advantages__icon img {
  -o-object-fit: cover;
     object-fit: cover;
}

.item-advantages__title {
  font-weight: 700;
  line-height: 1.5;
  color: #030522;
  margin: 14px 0px 10px;
}

.item-advantages__text {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(3, 5, 34, 0.65);
}

.be-advertizer__container {
  max-width: 820px;
  text-align: center;
}

.be-advertizer__subtitle {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.8;
  text-transform: uppercase;
  color: rgba(10, 33, 95, 0.9);
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.be-advertizer__subtitle a:hover {
  text-decoration: underline;
}

.be-advertizer__subtitle._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.be-advertizer__title {
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.be-advertizer__title._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.be-advertizer__button {
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.be-advertizer__button._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.our-excellences__container {
  max-width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-excellences__images {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.our-excellences__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-left: 24px;
  border-left: 2px dashed #59BDEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translate(0px, 50%);
      -ms-transform: translate(0px, 50%);
          transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.our-excellences__content._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.our-excellences__item {
  position: relative;
}

.our-excellences__item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #313EF7;
  border-radius: 50%;
  top: 0;
  left: -35px;
}

.images-our-excellences {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.images-our-excellences._active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.images-our-excellences__bg {
  position: relative;
  background-color: #F4F7FA;
  border-radius: 60%;
}

.images-our-excellences__decor_1 {
  position: absolute;
  left: 9.35%;
  top: 0;
  z-index: 4;
}

.images-our-excellences__decor_2 {
  position: absolute;
  right: 2.3%;
  bottom: 0;
  z-index: 4;
}

.images-our-excellences__decor_3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.images-our-excellences__decor_4 {
  position: absolute;
  top: 13.07%;
  right: 15.33%;
  -webkit-animation: 3s linear 0s normal none infinite running rot;
          animation: 3s linear 0s normal none infinite running rot;
  z-index: 2;
}

.images-our-excellences__decor_5 {
  position: absolute;
  bottom: 10%;
  right: 7%;
  -webkit-animation: 3s linear 0s normal none infinite running rot;
          animation: 3s linear 0s normal none infinite running rot;
  z-index: 2;
}

.item-our-excellences__title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.item-our-excellences__text {
  line-height: 1.2;
}

.get-started__container {
  max-width: 820px;
  text-align: center;
}

.get-started__subtitle {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.8;
  text-transform: uppercase;
  color: rgba(10, 33, 95, 0.9);
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.get-started__subtitle a:hover {
  text-decoration: underline;
}

.get-started__subtitle._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.get-started__title {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.get-started__title a:hover {
  color: #69CBF6;
}

.get-started__title._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.get-started__button {
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.get-started__button._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

@media (min-width: 31.24875em) {
  .menu__button_2 {
    display: none;
  }
}

@media (min-width: 76.875em) {
  .button {
    padding-right: 2.96875rem;
  }

  .button {
    padding-left: 2.96875rem;
  }

  .button {
    font-size: 1.5rem;
  }

  .title {
    font-size: 2.8125rem;
  }

  .text {
    font-size: 1.4375rem;
  }

  .header {
    padding-top: 1.5625rem;
  }

  .header {
    padding-bottom: 1.5625rem;
  }

  .header__logo img {
    width: 13.1875rem;
  }

  .menu__list {
    -webkit-column-gap: 1.0625rem;
       -moz-column-gap: 1.0625rem;
            column-gap: 1.0625rem;
  }

  .footer {
    padding-top: 2.6875rem;
  }

  .footer {
    padding-bottom: 1.9375rem;
  }

  .footer__logo img {
    width: 13.1875rem;
  }

  .footer__copy {
    margin-top: 4.625rem;
  }

  .menu-footer__link {
    font-size: 1.25rem;
  }

  .page__main-block {
    padding-top: 8.9375rem;
  }

  .page__about-us {
    padding-top: 9.5625rem;
  }

  .page__about-us {
    padding-bottom: 11.625rem;
  }

  .page__brands {
    padding-bottom: 11.625rem;
  }

  .page__be-advertizer {
    padding-top: 10.9375rem;
  }

  .page__be-advertizer {
    padding-bottom: 10.1875rem;
  }

  .page__get-started {
    padding-top: 10.3125rem;
  }

  .page__get-started {
    padding-bottom: 10.3125rem;
  }

  .main-block__title {
    font-size: 12.5rem;
  }

  .main-block__title {
    margin-top: 5.5625rem;
  }

  .content-main-block__title {
    font-size: 4.8125rem;
  }

  .content-main-block__border img {
    width: 16.0625rem;
  }

  .content-main-block__text {
    margin-bottom: 3.25rem;
  }

  .content-main-block__text {
    font-size: 2.6875rem;
  }

  .images-main-block {
    width: 30.125rem;
  }

  .images-main-block {
    height: 37.5rem;
  }

  .images-main-block__screen img {
    width: 30.125rem;
  }

  .images-main-block__bg {
    width: 39.625rem;
  }

  .images-main-block__bg {
    height: 54.625rem;
  }

  .images-main-block__oval {
    width: 32rem;
  }

  .images-main-block__oval {
    height: 4.5rem;
  }

  .images-main-block__decor_1 img {
    width: 13.875rem;
  }

  .images-main-block__decor_3 img {
    width: 11.9375rem;
  }

  .images-main-block__decor_4 img {
    width: 8.1875rem;
  }

  .images-main-block__decor_5 img {
    width: 13.5625rem;
  }

  .about-us__content {
    padding-left: 3.6875rem;
  }

  .content-about-us__text {
    margin-top: 1.1875rem;
  }

  .content-about-us__text:not(:last-child) {
    margin-bottom: 3.4375rem;
  }

  .brands__title {
    margin-bottom: 4.3125rem;
  }

  .brands__body {
    gap: 2.5rem;
  }

  .brands__icon {
    width: 15rem;
  }

  .brands__icon {
    height: 7rem;
  }
  
  .advantages__title {
    margin-bottom: 4.3125rem;
  }

  .advantages__body {
    gap: 1.5rem;
  }

  .advantages__body {
    margin-bottom: 4.3125rem;
  }

  .advantages__item {
    padding-top: 1.75rem;
  }

  .advantages__item {
    padding-right: 1.3125rem;
  }

  .advantages__item {
    padding-left: 1.3125rem;
  }

  .advantages__item {
    padding-bottom: 5.625rem;
  }

  .item-advantages__icon {
    width: 4.375rem;
  }

  .item-advantages__icon {
    height: 4.375rem;
  }

  .item-advantages__icon img {
    width: 2.375rem;
  }

  .item-advantages__icon img {
    height: 2.375rem;
  }

  .item-advantages__title {
    font-size: 1.5rem;
  }

  .be-advertizer__subtitle {
    margin-bottom: 4.3125rem;
  }

  .be-advertizer__title {
    margin-top: 2.3125rem;
  }

  .be-advertizer__title {
    margin-bottom: 2.9375rem;
  }

  .be-advertizer__title {
    margin-bottom: 4.3125rem;
  }

  .be-advertizer__button {
    margin-bottom: 4.3125rem;
  }

  .our-excellences__container {
    gap: 6.125rem;
  }

  .our-excellences__content {
    gap: 1.875rem;
  }

  .images-our-excellences__bg {
    width: 29rem;
  }

  .images-our-excellences__bg {
    height: 25.8125rem;
  }

  .images-our-excellences__decor_1 img {
    height: 25.8125rem;
  }

  .images-our-excellences__decor_2 img {
    height: 17.9375rem;
  }

  .images-our-excellences__decor_3 img {
    height: 9.6875rem;
  }

  .images-our-excellences__decor_4 img {
    height: 6.6875rem;
  }

  .images-our-excellences__decor_5 img {
    height: 12.15625rem;
  }

  .item-our-excellences__title {
    font-size: 1.5rem;
  }

  .item-our-excellences__text {
    font-size: 1.5rem;
  }

  .get-started__title {
    margin-top: 2.3125rem;
  }

  .get-started__title {
    margin-bottom: 2.9375rem;
  }
}

@media (max-width: 60em) {
  .images-main-block__decor_2 {
    left: 4%;
  }
}

@media (max-width: 25em) {
  .images-main-block__decor_2 {
    left: 8%;
  }
}

@media (max-width: 20em) {
  .button {
    padding-right: 1.25rem;
  }

  .button {
    padding-left: 1.25rem;
  }

  .button {
    font-size: 1.25rem;
  }

  .title {
    font-size: 1.875rem;
  }

  .text {
    font-size: 1.125rem;
  }

  .header {
    padding-top: 0.625rem;
  }

  .header {
    padding-bottom: 0.625rem;
  }

  .header__logo img {
    width: 9.375rem;
  }

  .menu__list {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }

  .footer {
    padding-top: 1.5625rem;
  }

  .footer {
    padding-bottom: 1.25rem;
  }

  .footer__logo img {
    width: 9.375rem;
  }

  .footer__copy {
    margin-top: 2.1875rem;
  }

  .menu-footer__link {
    font-size: 1.125rem;
  }

  .page__main-block {
    padding-top: 6.25rem;
  }

  .page__about-us {
    padding-top: 3.125rem;
  }

  .page__about-us {
    padding-bottom: 3.125rem;
  }

  .page__brands {
    padding-bottom: 3.125rem;
  }

  .page__be-advertizer {
    padding-top: 3.125rem;
  }

  .page__be-advertizer {
    padding-bottom: 3.125rem;
  }

  .page__get-started {
    padding-top: 3.125rem;
  }

  .page__get-started {
    padding-bottom: 3.125rem;
  }

  .main-block__title {
    font-size: 3.125rem;
  }

  .main-block__title {
    margin-top: 3.125rem;
  }

  .content-main-block__title {
    font-size: 3.75rem;
  }

  .content-main-block__border img {
    width: 12.5rem;
  }

  .content-main-block__text {
    margin-bottom: 1.25rem;
  }

  .content-main-block__text {
    font-size: 1.25rem;
  }

  .images-main-block {
    width: 18.125rem;
  }

  .images-main-block {
    height: 22.5625rem;
  }

  .images-main-block__screen img {
    width: 18.125rem;
  }

  .images-main-block__bg {
    width: 18.75rem;
  }

  .images-main-block__bg {
    height: 25rem;
  }

  .images-main-block__oval {
    width: 18.125rem;
  }

  .images-main-block__oval {
    height: 2.5625rem;
  }

  .images-main-block__decor_1 img {
    width: 7.5rem;
  }

  .images-main-block__decor_2 {
    left: 7%;
  }

  .images-main-block__decor_3 img {
    width: 6.25rem;
  }

  .images-main-block__decor_4 img {
    width: 5rem;
  }

  .images-main-block__decor_5 img {
    width: 9.375rem;
  }

  .about-us__content {
    padding-left: 0.3125rem;
  }

  .content-about-us__text {
    margin-top: 0.9375rem;
  }

  .content-about-us__text:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .brands__title {
    margin-bottom: 1.5625rem;
  }

  .brands__body {
    gap: 0.9375rem;
  }

  .brands__icon {
    width: 6rem;
  }

  .brands__icon {
    height: 2.875rem;
  }

  .finami{
    height: 3.5rem;
  }

  .advantages__title {
    margin-bottom: 1.5625rem;
  }

  .advantages__body {
    gap: 0.9375rem;
  }

  .advantages__body {
    margin-bottom: 1.5625rem;
  }

  .advantages__item {
    padding-top: 0.9375rem;
  }

  .advantages__item {
    padding-right: 0.9375rem;
  }

  .advantages__item {
    padding-left: 0.9375rem;
  }

  .advantages__item {
    padding-bottom: 2.1875rem;
  }

  .item-advantages__icon {
    width: 2.875rem;
  }

  .item-advantages__icon {
    height: 2.875rem;
  }

  .item-advantages__icon img {
    width: 1.5625rem;
  }

  .item-advantages__icon img {
    height: 1.5625rem;
  }

  .item-advantages__title {
    font-size: 1.25rem;
  }

  .be-advertizer__subtitle {
    margin-bottom: 1.5625rem;
  }

  .be-advertizer__title {
    margin-top: 0.9375rem;
  }

  .be-advertizer__title {
    margin-bottom: 1.25rem;
  }

  .be-advertizer__title {
    margin-bottom: 1.5625rem;
  }

  .be-advertizer__button {
    margin-bottom: 1.5625rem;
  }

  .our-excellences__container {
    gap: 0.625rem;
  }

  .our-excellences__content {
    gap: 1.25rem;
  }

  .images-our-excellences__bg {
    width: 18.125rem;
  }

  .images-our-excellences__bg {
    height: 16.25rem;
  }

  .images-our-excellences__decor_1 img {
    height: 16.25rem;
  }

  .images-our-excellences__decor_2 img {
    height: 12.5rem;
  }

  .images-our-excellences__decor_3 img {
    height: 6.25rem;
  }

  .images-our-excellences__decor_4 img {
    height: 5rem;
  }

  .images-our-excellences__decor_5 img {
    height: 7.5rem;
  }

  .item-our-excellences__title {
    font-size: 1.125rem;
  }

  .item-our-excellences__text {
    font-size: 1.125rem;
  }

  .get-started__title {
    margin-top: 0.9375rem;
  }

  .get-started__title {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 88.125em) {
  .main-block__title {
    letter-spacing: 0.05em;
  }
}

@media (max-width: 73.75em) {
  .images-main-block__decor_2 {
    left: 22%;
  }
}

@media (max-width: 66.25em) {
  .images-main-block__screen::before {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    left: -10%;
  }

  .images-main-block__decor_2 {
    left: 18%;
  }
}

@media (max-width: 61.99875em) {
  .main-block__decor_1 {
    left: 70%;
  }

  .main-block__decor_2 {
    bottom: 70%;
  }

  .main-block__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main-block__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .main-block__images {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .images-main-block {
    max-width: 400px;
    margin: 0 auto;
  }

  .images-main-block__bg {
    display: none;
  }

  .images-main-block__oval {
    background: rgba(109, 224, 228, 0.3);
  }

  .images-main-block__decor_2 {
    left: 0;
  }

  .about-us__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .about-us__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
    margin-bottom: 15px;
  }

  .about-us__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 0;
  }

  .brands__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .brands__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }

  .advantages__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .advantages__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}

@media (max-width: 57.5em) {
  .images-main-block__screen::before {
    top: -30%;
  }
}

@media (max-width: 55.625em) {
  .images-main-block__decor_2 {
    left: 8%;
  }
}

@media (max-width: 50.3125em) {
  .images-main-block__decor_2 {
    left: 12%;
  }
}

@media (max-width: 47.99875em) {
  .menu__list {
    display: none;
  }

  .main-block__decor {
    display: none;
  }

  .images-main-block__screen::before {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    top: -40%;
    left: -15%;
  }

  .our-excellences__container {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .our-excellences__images {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 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;
  }

  .our-excellences__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

@media (max-width: 45.9375em) {
  .images-main-block__decor_2 {
    left: 16%;
  }
}

@media (max-width: 40.3125em) {
  .images-main-block__screen::before {
    display: none;
  }
}

@media (max-width: 40.625em) {
  .images-main-block__decor_2 {
    left: 20%;
  }
}

@media (max-width: 37.5em) {
  .images-main-block {
    max-width: 300px;
  }

  .images-main-block__decor_2 {
    left: -5%;
  }
}

@media (max-width: 34.375em) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
  }

  .advantages__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (max-width: 33.75em) {
  .images-main-block__decor_2 {
    left: 0%;
  }
}

@media (max-width: 31.24875em) {
  .menu__button {
    padding: 10px 40px !important;
  }

  .menu__button_1 {
    display: none;
  }
}

@media (max-width: 29.0625em) {
  .images-main-block__decor_2 {
    left: 4%;
  }
}

@media (max-width: 29.99875em) {
  .about-us__image img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 21.5625em) {
  .images-main-block__decor_2 {
    left: 10%;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
@supports (padding-right: clamp( 1.25rem , 0.6456043956rem  +  3.021978022vw , 2.96875rem )) {
    .button {
      padding-right: clamp( 1.25rem , 0.6456043956rem  +  3.021978022vw , 2.96875rem );
    }
}

@supports not (padding-right: clamp( 1.25rem , 0.6456043956rem  +  3.021978022vw , 2.96875rem )) {
    .button {
      padding-right: calc(1.25rem + 1.71875 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-left: clamp( 1.25rem , 0.6456043956rem  +  3.021978022vw , 2.96875rem )) {
    .button {
      padding-left: clamp( 1.25rem , 0.6456043956rem  +  3.021978022vw , 2.96875rem );
    }
}

@supports not (padding-left: clamp( 1.25rem , 0.6456043956rem  +  3.021978022vw , 2.96875rem )) {
    .button {
      padding-left: calc(1.25rem + 1.71875 * (100vw - 20rem) / 56.875);
    }
}

@supports (font-size: clamp( 1.25rem , 1.1620879121rem  +  0.4395604396vw , 1.5rem )) {
    .button {
      font-size: clamp( 1.25rem , 1.1620879121rem  +  0.4395604396vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1620879121rem  +  0.4395604396vw , 1.5rem )) {
    .button {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 56.875);
    }
}

@supports (font-size: clamp( 1.875rem , 1.5453296703rem  +  1.6483516484vw , 2.8125rem )) {
    .title {
      font-size: clamp( 1.875rem , 1.5453296703rem  +  1.6483516484vw , 2.8125rem );
    }
}

@supports not (font-size: clamp( 1.875rem , 1.5453296703rem  +  1.6483516484vw , 2.8125rem )) {
    .title {
      font-size: calc(1.875rem + 0.9375 * (100vw - 20rem) / 56.875);
    }
}

@supports (font-size: clamp( 1.125rem , 1.0151098901rem  +  0.5494505495vw , 1.4375rem )) {
    .text {
      font-size: clamp( 1.125rem , 1.0151098901rem  +  0.5494505495vw , 1.4375rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.0151098901rem  +  0.5494505495vw , 1.4375rem )) {
    .text {
      font-size: calc(1.125rem + 0.3125 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-top: clamp( 0.625rem , 0.2953296703rem  +  1.6483516484vw , 1.5625rem )) {
    .header {
      padding-top: clamp( 0.625rem , 0.2953296703rem  +  1.6483516484vw , 1.5625rem );
    }
}

@supports not (padding-top: clamp( 0.625rem , 0.2953296703rem  +  1.6483516484vw , 1.5625rem )) {
    .header {
      padding-top: calc(0.625rem + 0.9375 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-bottom: clamp( 0.625rem , 0.2953296703rem  +  1.6483516484vw , 1.5625rem )) {
    .header {
      padding-bottom: clamp( 0.625rem , 0.2953296703rem  +  1.6483516484vw , 1.5625rem );
    }
}

@supports not (padding-bottom: clamp( 0.625rem , 0.2953296703rem  +  1.6483516484vw , 1.5625rem )) {
    .header {
      padding-bottom: calc(0.625rem + 0.9375 * (100vw - 20rem) / 56.875);
    }
}

@supports (width: clamp( 9.375rem , 8.0343406593rem  +  6.7032967033vw , 13.1875rem )) {
    .header__logo img {
      width: clamp( 9.375rem , 8.0343406593rem  +  6.7032967033vw , 13.1875rem );
    }
}

@supports not (width: clamp( 9.375rem , 8.0343406593rem  +  6.7032967033vw , 13.1875rem )) {
    .header__logo img {
      width: calc(9.375rem + 3.8125 * (100vw - 20rem) / 56.875);
    }
}

@supports ((-moz-column-gap: clamp( 0.625rem , 0.4711538462rem  +  0.7692307692vw , 1.0625rem )) or (column-gap: clamp( 0.625rem , 0.4711538462rem  +  0.7692307692vw , 1.0625rem ))) {
    .menu__list {
      -webkit-column-gap: clamp( 0.625rem , 0.4711538462rem  +  0.7692307692vw , 1.0625rem );
         -moz-column-gap: clamp( 0.625rem , 0.4711538462rem  +  0.7692307692vw , 1.0625rem );
              column-gap: clamp( 0.625rem , 0.4711538462rem  +  0.7692307692vw , 1.0625rem );
    }
}

@supports not ((-moz-column-gap: clamp( 0.625rem , 0.4711538462rem  +  0.7692307692vw , 1.0625rem )) or (column-gap: clamp( 0.625rem , 0.4711538462rem  +  0.7692307692vw , 1.0625rem ))) {
    .menu__list {
      -webkit-column-gap: calc(0.625rem + 0.4375 * (100vw - 20rem) / 56.875);
         -moz-column-gap: calc(0.625rem + 0.4375 * (100vw - 20rem) / 56.875);
              column-gap: calc(0.625rem + 0.4375 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-top: clamp( 1.5625rem , 1.1668956044rem  +  1.978021978vw , 2.6875rem )) {
    .footer {
      padding-top: clamp( 1.5625rem , 1.1668956044rem  +  1.978021978vw , 2.6875rem );
    }
}

@supports not (padding-top: clamp( 1.5625rem , 1.1668956044rem  +  1.978021978vw , 2.6875rem )) {
    .footer {
      padding-top: calc(1.5625rem + 1.125 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-bottom: clamp( 1.25rem , 1.0082417582rem  +  1.2087912088vw , 1.9375rem )) {
    .footer {
      padding-bottom: clamp( 1.25rem , 1.0082417582rem  +  1.2087912088vw , 1.9375rem );
    }
}

@supports not (padding-bottom: clamp( 1.25rem , 1.0082417582rem  +  1.2087912088vw , 1.9375rem )) {
    .footer {
      padding-bottom: calc(1.25rem + 0.6875 * (100vw - 20rem) / 56.875);
    }
}

@supports (width: clamp( 9.375rem , 8.0343406593rem  +  6.7032967033vw , 13.1875rem )) {
    .footer__logo img {
      width: clamp( 9.375rem , 8.0343406593rem  +  6.7032967033vw , 13.1875rem );
    }
}

@supports not (width: clamp( 9.375rem , 8.0343406593rem  +  6.7032967033vw , 13.1875rem )) {
    .footer__logo img {
      width: calc(9.375rem + 3.8125 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-top: clamp( 2.1875rem , 1.3303571429rem  +  4.2857142857vw , 4.625rem )) {
    .footer__copy {
      margin-top: clamp( 2.1875rem , 1.3303571429rem  +  4.2857142857vw , 4.625rem );
    }
}

@supports not (margin-top: clamp( 2.1875rem , 1.3303571429rem  +  4.2857142857vw , 4.625rem )) {
    .footer__copy {
      margin-top: calc(2.1875rem + 2.4375 * (100vw - 20rem) / 56.875);
    }
}

@supports (font-size: clamp( 1.125rem , 1.081043956rem  +  0.2197802198vw , 1.25rem )) {
    .menu-footer__link {
      font-size: clamp( 1.125rem , 1.081043956rem  +  0.2197802198vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.081043956rem  +  0.2197802198vw , 1.25rem )) {
    .menu-footer__link {
      font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-top: clamp( 6.25rem , 5.3049450549rem  +  4.7252747253vw , 8.9375rem )) {
    .page__main-block {
      padding-top: clamp( 6.25rem , 5.3049450549rem  +  4.7252747253vw , 8.9375rem );
    }
}

@supports not (padding-top: clamp( 6.25rem , 5.3049450549rem  +  4.7252747253vw , 8.9375rem )) {
    .page__main-block {
      padding-top: calc(6.25rem + 2.6875 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-top: clamp( 3.125rem , 0.8612637363rem  +  11.3186813187vw , 9.5625rem )) {
    .page__about-us {
      padding-top: clamp( 3.125rem , 0.8612637363rem  +  11.3186813187vw , 9.5625rem );
    }
}

@supports not (padding-top: clamp( 3.125rem , 0.8612637363rem  +  11.3186813187vw , 9.5625rem )) {
    .page__about-us {
      padding-top: calc(3.125rem + 6.4375 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-bottom: clamp( 3.125rem , 0.135989011rem  +  14.9450549451vw , 11.625rem )) {
    .page__about-us {
      padding-bottom: clamp( 3.125rem , 0.135989011rem  +  14.9450549451vw , 11.625rem );
    }
}

@supports not (padding-bottom: clamp( 3.125rem , 0.135989011rem  +  14.9450549451vw , 11.625rem )) {
    .page__about-us {
      padding-bottom: calc(3.125rem + 8.5 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-bottom: clamp(3.125rem, 0.135989011rem + 14.9450549451vw, 11.625rem)) {
  .page__brands {
    padding-bottom: clamp(3.125rem, 0.135989011rem + 14.9450549451vw, 11.625rem);
  }
}

@supports not (padding-bottom: clamp(3.125rem, 0.135989011rem + 14.9450549451vw, 11.625rem)) {
  .page__brands {
    padding-bottom: calc(3.125rem + 8.5 * (100vw - 20rem) / 56.875);
  }
}

@supports (padding-top: clamp( 3.125rem , 0.3777472527rem  +  13.7362637363vw , 10.9375rem )) {
    .page__be-advertizer {
      padding-top: clamp( 3.125rem , 0.3777472527rem  +  13.7362637363vw , 10.9375rem );
    }
}

@supports not (padding-top: clamp( 3.125rem , 0.3777472527rem  +  13.7362637363vw , 10.9375rem )) {
    .page__be-advertizer {
      padding-top: calc(3.125rem + 7.8125 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-bottom: clamp( 3.125rem , 0.6414835165rem  +  12.4175824176vw , 10.1875rem )) {
    .page__be-advertizer {
      padding-bottom: clamp( 3.125rem , 0.6414835165rem  +  12.4175824176vw , 10.1875rem );
    }
}

@supports not (padding-bottom: clamp( 3.125rem , 0.6414835165rem  +  12.4175824176vw , 10.1875rem )) {
    .page__be-advertizer {
      padding-bottom: calc(3.125rem + 7.0625 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-top: clamp( 3.125rem , 0.5975274725rem  +  12.6373626374vw , 10.3125rem )) {
    .page__get-started {
      padding-top: clamp( 3.125rem , 0.5975274725rem  +  12.6373626374vw , 10.3125rem );
    }
}

@supports not (padding-top: clamp( 3.125rem , 0.5975274725rem  +  12.6373626374vw , 10.3125rem )) {
    .page__get-started {
      padding-top: calc(3.125rem + 7.1875 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-bottom: clamp( 3.125rem , 0.5975274725rem  +  12.6373626374vw , 10.3125rem )) {
    .page__get-started {
      padding-bottom: clamp( 3.125rem , 0.5975274725rem  +  12.6373626374vw , 10.3125rem );
    }
}

@supports not (padding-bottom: clamp( 3.125rem , 0.5975274725rem  +  12.6373626374vw , 10.3125rem )) {
    .page__get-started {
      padding-bottom: calc(3.125rem + 7.1875 * (100vw - 20rem) / 56.875);
    }
}

@supports (font-size: clamp( 3.125rem , -0.1717032967rem  +  16.4835164835vw , 12.5rem )) {
    .main-block__title {
      font-size: clamp( 3.125rem , -0.1717032967rem  +  16.4835164835vw , 12.5rem );
    }
}

@supports not (font-size: clamp( 3.125rem , -0.1717032967rem  +  16.4835164835vw , 12.5rem )) {
    .main-block__title {
      font-size: calc(3.125rem + 9.375 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-top: clamp( 3.125rem , 2.2678571429rem  +  4.2857142857vw , 5.5625rem )) {
    .main-block__title {
      margin-top: clamp( 3.125rem , 2.2678571429rem  +  4.2857142857vw , 5.5625rem );
    }
}

@supports not (margin-top: clamp( 3.125rem , 2.2678571429rem  +  4.2857142857vw , 5.5625rem )) {
    .main-block__title {
      margin-top: calc(3.125rem + 2.4375 * (100vw - 20rem) / 56.875);
    }
}

@supports (font-size: clamp( 3.75rem , 3.3763736264rem  +  1.8681318681vw , 4.8125rem )) {
    .content-main-block__title {
      font-size: clamp( 3.75rem , 3.3763736264rem  +  1.8681318681vw , 4.8125rem );
    }
}

@supports not (font-size: clamp( 3.75rem , 3.3763736264rem  +  1.8681318681vw , 4.8125rem )) {
    .content-main-block__title {
      font-size: calc(3.75rem + 1.0625 * (100vw - 20rem) / 56.875);
    }
}

@supports (width: clamp( 12.5rem , 11.2472527473rem  +  6.2637362637vw , 16.0625rem )) {
    .content-main-block__border img {
      width: clamp( 12.5rem , 11.2472527473rem  +  6.2637362637vw , 16.0625rem );
    }
}

@supports not (width: clamp( 12.5rem , 11.2472527473rem  +  6.2637362637vw , 16.0625rem )) {
    .content-main-block__border img {
      width: calc(12.5rem + 3.5625 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 0.5467032967rem  +  3.5164835165vw , 3.25rem )) {
    .content-main-block__text {
      margin-bottom: clamp( 1.25rem , 0.5467032967rem  +  3.5164835165vw , 3.25rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.5467032967rem  +  3.5164835165vw , 3.25rem )) {
    .content-main-block__text {
      margin-bottom: calc(1.25rem + 2 * (100vw - 20rem) / 56.875);
    }
}

@supports (font-size: clamp( 1.25rem , 0.7445054945rem  +  2.5274725275vw , 2.6875rem )) {
    .content-main-block__text {
      font-size: clamp( 1.25rem , 0.7445054945rem  +  2.5274725275vw , 2.6875rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 0.7445054945rem  +  2.5274725275vw , 2.6875rem )) {
    .content-main-block__text {
      font-size: calc(1.25rem + 1.4375 * (100vw - 20rem) / 56.875);
    }
}

@supports (width: clamp( 18.125rem , 13.9052197802rem  +  21.0989010989vw , 30.125rem )) {
    .images-main-block {
      width: clamp( 18.125rem , 13.9052197802rem  +  21.0989010989vw , 30.125rem );
    }
}

@supports not (width: clamp( 18.125rem , 13.9052197802rem  +  21.0989010989vw , 30.125rem )) {
    .images-main-block {
      width: calc(18.125rem + 12 * (100vw - 20rem) / 56.875);
    }
}

@supports (height: clamp( 22.5625rem , 17.3097527473rem  +  26.2637362637vw , 37.5rem )) {
    .images-main-block {
      height: clamp( 22.5625rem , 17.3097527473rem  +  26.2637362637vw , 37.5rem );
    }
}

@supports not (height: clamp( 22.5625rem , 17.3097527473rem  +  26.2637362637vw , 37.5rem )) {
    .images-main-block {
      height: calc(22.5625rem + 14.9375 * (100vw - 20rem) / 56.875);
    }
}

@supports (width: clamp( 18.125rem , 13.9052197802rem  +  21.0989010989vw , 30.125rem )) {
    .images-main-block__screen img {
      width: clamp( 18.125rem , 13.9052197802rem  +  21.0989010989vw , 30.125rem );
    }
}

@supports not (width: clamp( 18.125rem , 13.9052197802rem  +  21.0989010989vw , 30.125rem )) {
    .images-main-block__screen img {
      width: calc(18.125rem + 12 * (100vw - 20rem) / 56.875);
    }
}

@supports (width: clamp( 18.75rem , 11.4093406593rem  +  36.7032967033vw , 39.625rem )) {
    .images-main-block__bg {
      width: clamp( 18.75rem , 11.4093406593rem  +  36.7032967033vw , 39.625rem );
    }
}

@supports not (width: clamp( 18.75rem , 11.4093406593rem  +  36.7032967033vw , 39.625rem )) {
    .images-main-block__bg {
      width: calc(18.75rem + 20.875 * (100vw - 20rem) / 56.875);
    }
}

@supports (height: clamp( 25rem , 14.5824175824rem  +  52.0879120879vw , 54.625rem )) {
    .images-main-block__bg {
      height: clamp( 25rem , 14.5824175824rem  +  52.0879120879vw , 54.625rem );
    }
}

@supports not (height: clamp( 25rem , 14.5824175824rem  +  52.0879120879vw , 54.625rem )) {
    .images-main-block__bg {
      height: calc(25rem + 29.625 * (100vw - 20rem) / 56.875);
    }
}

@supports (width: clamp( 18.125rem , 13.2458791209rem  +  24.3956043956vw , 32rem )) {
    .images-main-block__oval {
      width: clamp( 18.125rem , 13.2458791209rem  +  24.3956043956vw , 32rem );
    }
}

@supports not (width: clamp( 18.125rem , 13.2458791209rem  +  24.3956043956vw , 32rem )) {
    .images-main-block__oval {
      width: calc(18.125rem + 13.875 * (100vw - 20rem) / 56.875);
    }
}

@supports (height: clamp( 2.5625rem , 1.8811813187rem  +  3.4065934066vw , 4.5rem )) {
    .images-main-block__oval {
      height: clamp( 2.5625rem , 1.8811813187rem  +  3.4065934066vw , 4.5rem );
    }
}

@supports not (height: clamp( 2.5625rem , 1.8811813187rem  +  3.4065934066vw , 4.5rem )) {
    .images-main-block__oval {
      height: calc(2.5625rem + 1.9375 * (100vw - 20rem) / 56.875);
    }
}

@supports (width: clamp( 7.5rem , 5.2582417582rem  +  11.2087912088vw , 13.875rem )) {
    .images-main-block__decor_1 img {
      width: clamp( 7.5rem , 5.2582417582rem  +  11.2087912088vw , 13.875rem );
    }
}

@supports not (width: clamp( 7.5rem , 5.2582417582rem  +  11.2087912088vw , 13.875rem )) {
    .images-main-block__decor_1 img {
      width: calc(7.5rem + 6.375 * (100vw - 20rem) / 56.875);
    }
}

@supports (width: clamp( 6.25rem , 4.25rem  +  10vw , 11.9375rem )) {
    .images-main-block__decor_3 img {
      width: clamp( 6.25rem , 4.25rem  +  10vw , 11.9375rem );
    }
}

@supports not (width: clamp( 6.25rem , 4.25rem  +  10vw , 11.9375rem )) {
    .images-main-block__decor_3 img {
      width: calc(6.25rem + 5.6875 * (100vw - 20rem) / 56.875);
    }
}

@supports (width: clamp( 5rem , 3.8791208791rem  +  5.6043956044vw , 8.1875rem )) {
    .images-main-block__decor_4 img {
      width: clamp( 5rem , 3.8791208791rem  +  5.6043956044vw , 8.1875rem );
    }
}

@supports not (width: clamp( 5rem , 3.8791208791rem  +  5.6043956044vw , 8.1875rem )) {
    .images-main-block__decor_4 img {
      width: calc(5rem + 3.1875 * (100vw - 20rem) / 56.875);
    }
}

@supports (width: clamp( 9.375rem , 7.9024725275rem  +  7.3626373626vw , 13.5625rem )) {
    .images-main-block__decor_5 img {
      width: clamp( 9.375rem , 7.9024725275rem  +  7.3626373626vw , 13.5625rem );
    }
}

@supports not (width: clamp( 9.375rem , 7.9024725275rem  +  7.3626373626vw , 13.5625rem )) {
    .images-main-block__decor_5 img {
      width: calc(9.375rem + 4.1875 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-left: clamp( 0.3125rem , -0.8743131868rem  +  5.9340659341vw , 3.6875rem )) {
    .about-us__content {
      padding-left: clamp( 0.3125rem , -0.8743131868rem  +  5.9340659341vw , 3.6875rem );
    }
}

@supports not (padding-left: clamp( 0.3125rem , -0.8743131868rem  +  5.9340659341vw , 3.6875rem )) {
    .about-us__content {
      padding-left: calc(0.3125rem + 3.375 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-top: clamp( 0.9375rem , 0.8495879121rem  +  0.4395604396vw , 1.1875rem )) {
    .content-about-us__text {
      margin-top: clamp( 0.9375rem , 0.8495879121rem  +  0.4395604396vw , 1.1875rem );
    }
}

@supports not (margin-top: clamp( 0.9375rem , 0.8495879121rem  +  0.4395604396vw , 1.1875rem )) {
    .content-about-us__text {
      margin-top: calc(0.9375rem + 0.25 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.0583791209rem  +  4.3956043956vw , 3.4375rem )) {
    .content-about-us__text:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.0583791209rem  +  4.3956043956vw , 3.4375rem );
    }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.0583791209rem  +  4.3956043956vw , 3.4375rem )) {
    .content-about-us__text:not(:last-child) {
      margin-bottom: calc(0.9375rem + 2.5 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-bottom: clamp(1.5625rem, 0.595467033rem + 4.8351648352vw, 4.3125rem)) {
  .brands__title {
    margin-bottom: clamp(1.5625rem, 0.595467033rem + 4.8351648352vw, 4.3125rem);
  }
}

@supports not (margin-bottom: clamp(1.5625rem, 0.595467033rem + 4.8351648352vw, 4.3125rem)) {
  .brands__title {
    margin-bottom: calc(1.5625rem + 2.75 * (100vw - 20rem) / 56.875);
  }
}

@supports (gap: clamp(0.5rem, 0.5rem + 0.989010989vw, 1.5rem)) {
  .brands__body {
    gap: clamp(0.5rem, 0.5rem + 0.989010989vw, 1.5rem);
  }
}

@supports not (gap: clamp(0.5rem, 0.5rem + 0.989010989vw, 1.5rem)) {
  .brands__body {
    gap: calc(0.5rem + 0.5625 * (100vw - 20rem) / 56.875);
  }
}

@supports (width: clamp(11.875rem, 2.3475274725rem + 2.6373626374vw, 4.375rem)) {
  .brands__icon {
    width: clamp(11.875rem, 2.3475274725rem + 2.6373626374vw, 4.375rem);
  }
}

@supports not (width: clamp(11.875rem, 2.3475274725rem + 2.6373626374vw, 4.375rem)) {
  .brands__icon {
    width: calc(11.875rem + 1.5 * (100vw - 20rem) / 56.875);
  }
}

@supports (height: clamp(3.875rem, 2.3475274725rem + 2.6373626374vw, 4.375rem)) {
  .brands__icon {
    height: clamp(3.875rem, 2.3475274725rem + 2.6373626374vw, 4.375rem);
  }
}

@supports not (height: clamp(3.875rem, 2.3475274725rem + 2.6373626374vw, 4.375rem)) {
  .brands__icon {  
    height: calc(3.875rem + 1.5 * (100vw - 20rem) / 56.875);
  }
}

@supports (height: clamp(4.875rem, 2.3475274725rem + 2.6373626374vw, 4.375rem)) {
  .finami {
    height: clamp(4.875rem, 2.3475274725rem + 2.6373626374vw, 4.375rem);
  }
}

@supports not (height: clamp(4.875rem, 2.3475274725rem + 2.6373626374vw, 4.375rem)) {
  .finami {
    height: calc(4.875rem + 1.5 * (100vw - 20rem) / 56.875);
  }
}

@supports (margin-bottom: clamp( 1.5625rem , 0.595467033rem  +  4.8351648352vw , 4.3125rem )) {
    .advantages__title {
      margin-bottom: clamp( 1.5625rem , 0.595467033rem  +  4.8351648352vw , 4.3125rem );
    }
}

@supports not (margin-bottom: clamp( 1.5625rem , 0.595467033rem  +  4.8351648352vw , 4.3125rem )) {
    .advantages__title {
      margin-bottom: calc(1.5625rem + 2.75 * (100vw - 20rem) / 56.875);
    }
}

@supports (gap: clamp( 0.9375rem , 0.7396978022rem  +  0.989010989vw , 1.5rem )) {
    .advantages__body {
      gap: clamp( 0.9375rem , 0.7396978022rem  +  0.989010989vw , 1.5rem );
    }
}

@supports not (gap: clamp( 0.9375rem , 0.7396978022rem  +  0.989010989vw , 1.5rem )) {
    .advantages__body {
      gap: calc(0.9375rem + 0.5625 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-bottom: clamp( 1.5625rem , 0.595467033rem  +  4.8351648352vw , 4.3125rem )) {
    .advantages__body {
      margin-bottom: clamp( 1.5625rem , 0.595467033rem  +  4.8351648352vw , 4.3125rem );
    }
}

@supports not (margin-bottom: clamp( 1.5625rem , 0.595467033rem  +  4.8351648352vw , 4.3125rem )) {
    .advantages__body {
      margin-bottom: calc(1.5625rem + 2.75 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-top: clamp( 0.9375rem , 0.6517857143rem  +  1.4285714286vw , 1.75rem )) {
    .advantages__item {
      padding-top: clamp( 0.9375rem , 0.6517857143rem  +  1.4285714286vw , 1.75rem );
    }
}

@supports not (padding-top: clamp( 0.9375rem , 0.6517857143rem  +  1.4285714286vw , 1.75rem )) {
    .advantages__item {
      padding-top: calc(0.9375rem + 0.8125 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-right: clamp( 0.9375rem , 0.8056318681rem  +  0.6593406593vw , 1.3125rem )) {
    .advantages__item {
      padding-right: clamp( 0.9375rem , 0.8056318681rem  +  0.6593406593vw , 1.3125rem );
    }
}

@supports not (padding-right: clamp( 0.9375rem , 0.8056318681rem  +  0.6593406593vw , 1.3125rem )) {
    .advantages__item {
      padding-right: calc(0.9375rem + 0.375 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-left: clamp( 0.9375rem , 0.8056318681rem  +  0.6593406593vw , 1.3125rem )) {
    .advantages__item {
      padding-left: clamp( 0.9375rem , 0.8056318681rem  +  0.6593406593vw , 1.3125rem );
    }
}

@supports not (padding-left: clamp( 0.9375rem , 0.8056318681rem  +  0.6593406593vw , 1.3125rem )) {
    .advantages__item {
      padding-left: calc(0.9375rem + 0.375 * (100vw - 20rem) / 56.875);
    }
}

@supports (padding-bottom: clamp( 2.1875rem , 0.9787087912rem  +  6.043956044vw , 5.625rem )) {
    .advantages__item {
      padding-bottom: clamp( 2.1875rem , 0.9787087912rem  +  6.043956044vw , 5.625rem );
    }
}

@supports not (padding-bottom: clamp( 2.1875rem , 0.9787087912rem  +  6.043956044vw , 5.625rem )) {
    .advantages__item {
      padding-bottom: calc(2.1875rem + 3.4375 * (100vw - 20rem) / 56.875);
    }
}

@supports (width: clamp( 2.875rem , 2.3475274725rem  +  2.6373626374vw , 4.375rem )) {
    .item-advantages__icon {
      width: clamp( 2.875rem , 2.3475274725rem  +  2.6373626374vw , 4.375rem );
    }
}

@supports not (width: clamp( 2.875rem , 2.3475274725rem  +  2.6373626374vw , 4.375rem )) {
    .item-advantages__icon {
      width: calc(2.875rem + 1.5 * (100vw - 20rem) / 56.875);
    }
}

@supports (height: clamp( 2.875rem , 2.3475274725rem  +  2.6373626374vw , 4.375rem )) {
    .item-advantages__icon {
      height: clamp( 2.875rem , 2.3475274725rem  +  2.6373626374vw , 4.375rem );
    }
}

@supports not (height: clamp( 2.875rem , 2.3475274725rem  +  2.6373626374vw , 4.375rem )) {
    .item-advantages__icon {
      height: calc(2.875rem + 1.5 * (100vw - 20rem) / 56.875);
    }
}

@supports (width: clamp( 1.5625rem , 1.2767857143rem  +  1.4285714286vw , 2.375rem )) {
    .item-advantages__icon img {
      width: clamp( 1.5625rem , 1.2767857143rem  +  1.4285714286vw , 2.375rem );
    }
}

@supports not (width: clamp( 1.5625rem , 1.2767857143rem  +  1.4285714286vw , 2.375rem )) {
    .item-advantages__icon img {
      width: calc(1.5625rem + 0.8125 * (100vw - 20rem) / 56.875);
    }
}

@supports (height: clamp( 1.5625rem , 1.2767857143rem  +  1.4285714286vw , 2.375rem )) {
    .item-advantages__icon img {
      height: clamp( 1.5625rem , 1.2767857143rem  +  1.4285714286vw , 2.375rem );
    }
}

@supports not (height: clamp( 1.5625rem , 1.2767857143rem  +  1.4285714286vw , 2.375rem )) {
    .item-advantages__icon img {
      height: calc(1.5625rem + 0.8125 * (100vw - 20rem) / 56.875);
    }
}

@supports (font-size: clamp( 1.25rem , 1.1620879121rem  +  0.4395604396vw , 1.5rem )) {
    .item-advantages__title {
      font-size: clamp( 1.25rem , 1.1620879121rem  +  0.4395604396vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1620879121rem  +  0.4395604396vw , 1.5rem )) {
    .item-advantages__title {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-bottom: clamp( 1.5625rem , 0.595467033rem  +  4.8351648352vw , 4.3125rem )) {
    .be-advertizer__subtitle {
      margin-bottom: clamp( 1.5625rem , 0.595467033rem  +  4.8351648352vw , 4.3125rem );
    }
}

@supports not (margin-bottom: clamp( 1.5625rem , 0.595467033rem  +  4.8351648352vw , 4.3125rem )) {
    .be-advertizer__subtitle {
      margin-bottom: calc(1.5625rem + 2.75 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-top: clamp( 0.9375rem , 0.4539835165rem  +  2.4175824176vw , 2.3125rem )) {
    .be-advertizer__title {
      margin-top: clamp( 0.9375rem , 0.4539835165rem  +  2.4175824176vw , 2.3125rem );
    }
}

@supports not (margin-top: clamp( 0.9375rem , 0.4539835165rem  +  2.4175824176vw , 2.3125rem )) {
    .be-advertizer__title {
      margin-top: calc(0.9375rem + 1.375 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 0.6565934066rem  +  2.967032967vw , 2.9375rem )) {
    .be-advertizer__title {
      margin-bottom: clamp( 1.25rem , 0.6565934066rem  +  2.967032967vw , 2.9375rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.6565934066rem  +  2.967032967vw , 2.9375rem )) {
    .be-advertizer__title {
      margin-bottom: calc(1.25rem + 1.6875 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-bottom: clamp( 1.5625rem , 0.595467033rem  +  4.8351648352vw , 4.3125rem )) {
    .be-advertizer__title {
      margin-bottom: clamp( 1.5625rem , 0.595467033rem  +  4.8351648352vw , 4.3125rem );
    }
}

@supports not (margin-bottom: clamp( 1.5625rem , 0.595467033rem  +  4.8351648352vw , 4.3125rem )) {
    .be-advertizer__title {
      margin-bottom: calc(1.5625rem + 2.75 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-bottom: clamp( 1.5625rem , 0.595467033rem  +  4.8351648352vw , 4.3125rem )) {
    .be-advertizer__button {
      margin-bottom: clamp( 1.5625rem , 0.595467033rem  +  4.8351648352vw , 4.3125rem );
    }
}

@supports not (margin-bottom: clamp( 1.5625rem , 0.595467033rem  +  4.8351648352vw , 4.3125rem )) {
    .be-advertizer__button {
      margin-bottom: calc(1.5625rem + 2.75 * (100vw - 20rem) / 56.875);
    }
}

@supports (gap: clamp( 0.625rem , -1.3090659341rem  +  9.6703296703vw , 6.125rem )) {
    .our-excellences__container {
      gap: clamp( 0.625rem , -1.3090659341rem  +  9.6703296703vw , 6.125rem );
    }
}

@supports not (gap: clamp( 0.625rem , -1.3090659341rem  +  9.6703296703vw , 6.125rem )) {
    .our-excellences__container {
      gap: calc(0.625rem + 5.5 * (100vw - 20rem) / 56.875);
    }
}

@supports (gap: clamp( 1.25rem , 1.0302197802rem  +  1.0989010989vw , 1.875rem )) {
    .our-excellences__content {
      gap: clamp( 1.25rem , 1.0302197802rem  +  1.0989010989vw , 1.875rem );
    }
}

@supports not (gap: clamp( 1.25rem , 1.0302197802rem  +  1.0989010989vw , 1.875rem )) {
    .our-excellences__content {
      gap: calc(1.25rem + 0.625 * (100vw - 20rem) / 56.875);
    }
}

@supports (width: clamp( 18.125rem , 14.3008241758rem  +  19.1208791209vw , 29rem )) {
    .images-our-excellences__bg {
      width: clamp( 18.125rem , 14.3008241758rem  +  19.1208791209vw , 29rem );
    }
}

@supports not (width: clamp( 18.125rem , 14.3008241758rem  +  19.1208791209vw , 29rem )) {
    .images-our-excellences__bg {
      width: calc(18.125rem + 10.875 * (100vw - 20rem) / 56.875);
    }
}

@supports (height: clamp( 16.25rem , 12.8873626374rem  +  16.8131868132vw , 25.8125rem )) {
    .images-our-excellences__bg {
      height: clamp( 16.25rem , 12.8873626374rem  +  16.8131868132vw , 25.8125rem );
    }
}

@supports not (height: clamp( 16.25rem , 12.8873626374rem  +  16.8131868132vw , 25.8125rem )) {
    .images-our-excellences__bg {
      height: calc(16.25rem + 9.5625 * (100vw - 20rem) / 56.875);
    }
}

@supports (height: clamp( 16.25rem , 12.8873626374rem  +  16.8131868132vw , 25.8125rem )) {
    .images-our-excellences__decor_1 img {
      height: clamp( 16.25rem , 12.8873626374rem  +  16.8131868132vw , 25.8125rem );
    }
}

@supports not (height: clamp( 16.25rem , 12.8873626374rem  +  16.8131868132vw , 25.8125rem )) {
    .images-our-excellences__decor_1 img {
      height: calc(16.25rem + 9.5625 * (100vw - 20rem) / 56.875);
    }
}

@supports (height: clamp( 12.5rem , 10.5879120879rem  +  9.5604395604vw , 17.9375rem )) {
    .images-our-excellences__decor_2 img {
      height: clamp( 12.5rem , 10.5879120879rem  +  9.5604395604vw , 17.9375rem );
    }
}

@supports not (height: clamp( 12.5rem , 10.5879120879rem  +  9.5604395604vw , 17.9375rem )) {
    .images-our-excellences__decor_2 img {
      height: calc(12.5rem + 5.4375 * (100vw - 20rem) / 56.875);
    }
}

@supports (height: clamp( 6.25rem , 5.0412087912rem  +  6.043956044vw , 9.6875rem )) {
    .images-our-excellences__decor_3 img {
      height: clamp( 6.25rem , 5.0412087912rem  +  6.043956044vw , 9.6875rem );
    }
}

@supports not (height: clamp( 6.25rem , 5.0412087912rem  +  6.043956044vw , 9.6875rem )) {
    .images-our-excellences__decor_3 img {
      height: calc(6.25rem + 3.4375 * (100vw - 20rem) / 56.875);
    }
}

@supports (height: clamp( 5rem , 4.4065934066rem  +  2.967032967vw , 6.6875rem )) {
    .images-our-excellences__decor_4 img {
      height: clamp( 5rem , 4.4065934066rem  +  2.967032967vw , 6.6875rem );
    }
}

@supports not (height: clamp( 5rem , 4.4065934066rem  +  2.967032967vw , 6.6875rem )) {
    .images-our-excellences__decor_4 img {
      height: calc(5rem + 1.6875 * (100vw - 20rem) / 56.875);
    }
}

@supports (height: clamp( 7.5rem , 5.8626373626rem  +  8.1868131868vw , 12.15625rem )) {
    .images-our-excellences__decor_5 img {
      height: clamp( 7.5rem , 5.8626373626rem  +  8.1868131868vw , 12.15625rem );
    }
}

@supports not (height: clamp( 7.5rem , 5.8626373626rem  +  8.1868131868vw , 12.15625rem )) {
    .images-our-excellences__decor_5 img {
      height: calc(7.5rem + 4.65625 * (100vw - 20rem) / 56.875);
    }
}

@supports (font-size: clamp( 1.125rem , 0.9931318681rem  +  0.6593406593vw , 1.5rem )) {
    .item-our-excellences__title {
      font-size: clamp( 1.125rem , 0.9931318681rem  +  0.6593406593vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.9931318681rem  +  0.6593406593vw , 1.5rem )) {
    .item-our-excellences__title {
      font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 56.875);
    }
}

@supports (font-size: clamp( 1.125rem , 0.9931318681rem  +  0.6593406593vw , 1.5rem )) {
    .item-our-excellences__text {
      font-size: clamp( 1.125rem , 0.9931318681rem  +  0.6593406593vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.9931318681rem  +  0.6593406593vw , 1.5rem )) {
    .item-our-excellences__text {
      font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-top: clamp( 0.9375rem , 0.4539835165rem  +  2.4175824176vw , 2.3125rem )) {
    .get-started__title {
      margin-top: clamp( 0.9375rem , 0.4539835165rem  +  2.4175824176vw , 2.3125rem );
    }
}

@supports not (margin-top: clamp( 0.9375rem , 0.4539835165rem  +  2.4175824176vw , 2.3125rem )) {
    .get-started__title {
      margin-top: calc(0.9375rem + 1.375 * (100vw - 20rem) / 56.875);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 0.6565934066rem  +  2.967032967vw , 2.9375rem )) {
    .get-started__title {
      margin-bottom: clamp( 1.25rem , 0.6565934066rem  +  2.967032967vw , 2.9375rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.6565934066rem  +  2.967032967vw , 2.9375rem )) {
    .get-started__title {
      margin-bottom: calc(1.25rem + 1.6875 * (100vw - 20rem) / 56.875);
    }
}
}

@media (any-hover: hover) {
  .button_gradient:hover {
    background: -o-linear-gradient(357.58deg, #0043C6 0%, #C52D9A 100%) !important;
    background: linear-gradient(92.42deg, #0043C6 0%, #C52D9A 100%) !important;
  }

  .button:hover {
    background: -o-linear-gradient(357.58deg, #0043C6 0%, #2D91C5 100%);
    background: linear-gradient(92.42deg, #0043C6 0%, #2D91C5 100%);
  }

  .menu__link:hover {
    color: #0A215F;
    border-bottom: 2px solid #0A215F;
  }
}