@import url(https://fonts.googleapis.com/css?family=Montserrat:300,regular,500,600,700,800,900);

@font-face {
  font-family: icons;
  font-display: swap;
  src: url(../../../../lp/fonts/icons.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}

[class*=icon-]::before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

._icon-arrow:before {
  content: "\e900"
}

._icon-arrow01:before {
  content: "\e901"
}

._icon-location:before {
  content: "\e902"
}

._icon-mail:before {
  content: "\e903"
}

._icon-telegram:before {
  content: "\e904"
}

._icon-telephone:before {
  content: "\e905"
}

._icon-viber:before {
  content: "\e906"
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
*::after,
*::before {
  box-sizing: border-box
}

*::after,
*::before {
  display: inline-block
}

body,
html {
  height: 100%;
  min-width: 375px
}

body {
  color: #2d2d2d;
  line-height: 1;
  font-family: Montserrat;
  font-size: .875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
  font-family: Montserrat;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent
}

input,
textarea {
  width: 100%
}

button,
option,
select {
  cursor: pointer
}

a {
  display: inline-block;
  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;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}

.wrapper>main {
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

[class*=__container] {
  max-width: 75.625rem;
  margin: 0 auto;
  padding: 0 .9375rem
}

.button {
  display: inline-flex;
  padding: 0 0
}

.button--fw {
  width: 100%
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  appearance: none
}

.input {
  width: 100%;
  display: block;
  padding: 24px 24px;
  border: 1px solid #bababa;
  border-radius: 6.25rem;
  caret-color: inherit
}

.input._form-error {
  box-shadow: 0 0 5px red
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: #7a7a7a;
  text-transform: uppercase
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s;
  color: #7a7a7a;
  text-transform: uppercase
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s;
  color: #7a7a7a;
  text-transform: uppercase
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity .3s;
  color: #7a7a7a;
  text-transform: uppercase
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0
}

textarea.input {
  resize: none;
  padding: 0 0
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}

.lang-li {
  margin-top: 13px;
  margin-right: 19px;
  font-weight: 700;
  white-space: nowrap;
}

.lang-li a {
  font-weight: 700;
}

.menu__contact.contact-menu {
  padding-right: 10px;
}

@media only screen and (max-width:992px) {
  .lang-li {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 45px;
  }

  .lang-li {
    font-size: 12px;
    margin-right: 10px;
  }

  .menu__contact.contact-menu {
    padding-right: 10px;
    padding-left: 0px;
    min-width: 148px;
  }
}

.popup-show body::after {
  opacity: 1
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.popup__content {
  position: relative;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  background-color: #eee;
  max-width: 50rem;
  border-radius: 15px
}

.lock .popup__content {
  visibility: visible
}

.popup__close {
  position: absolute;
  line-height: normal;
  font-weight: 700;
  z-index: 100;
  margin-top: -20px;
  margin-right: -13px;
  top: 30px;
  right: 30px;
}

.popup__text {
  text-align: center;
  line-height: 165%
}

[data-showmore-button] {
  margin: 0 auto
}

[data-showmore-button] span:last-child {
  display: none
}

._showmore-active [data-showmore-button] span {
  display: none
}

._showmore-active [data-showmore-button] span:last-child {
  display: block
}

.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.ibg--top {
  -o-object-position: top;
  object-position: top
}

.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}

.ibg--left {
  -o-object-position: left;
  object-position: left
}

.ibg--right {
  -o-object-position: right;
  object-position: right
}

.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}

.title {
  font-weight: 600
}

.sub-title {
  font-weight: 600;
  line-height: 24px
}

.text {
  line-height: 17px
}

.animation-left {
  -webkit-transform: translate(90%);
  transform: translate(90%);
  opacity: 0;
  transition: all .8s 0s
}

.animation-left._watcher-view {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1
}

.animation-right {
  -webkit-transform: translate(-90%);
  transform: translate(-90%);
  opacity: 0;
  transition: all .8s .2s
}

.animation-right._watcher-view {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1
}

.animation-top {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 0;
  transition: all .8s 0s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom
}

.animation-top._watcher-view {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.header {
  position: fixed;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  height: 5rem;
  background: #fff
}

.header__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center
}

.header__logo {
  position: relative;
  z-index: 100;
  margin-right: .9375rem;
  height: 100%
}

.header__logo img {
  height: 100%
}

.header__menu {
  display: flex
}

.menu__icon {
  flex: 1 0 auto
}

.menu__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: .625rem
}

.menu__link {
  position: relative;
  padding: 10px 0;
  white-space: nowrap;
  font-size: .875rem;
  line-height: 17px;
  transition: all .3s;
  white-space: nowrap;
  transition: color .3s
}

.menu__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1987f4;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.menu__cosial {
  padding-left: 20px;
  display: flex;
  gap: .75rem
}

.menu__contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: .875rem;
  padding-right: 1.5rem
}

.menu__button {
  padding-top: .6875rem;
  padding-bottom: .6875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #fe9914;
  font-weight: 600;
  line-height: 17px;
  border: 1px solid #fe9914;
  border-radius: 100px;
  transition: background-color .3s
}

.cosial-menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #efefef;
  border-radius: 50%;
  width: 2.625rem;
  height: 2.625rem;
  font-size: .9375rem;
  color: #1987f4;
  transition: background-color .3s
}

.contact-menu {
  position: relative
}

.contact-menu__phone {
  display: flex;
  gap: .5rem;
  white-space: nowrap;
  font-weight: 500;
  line-height: 22px
}

.contact-menu__text {
  line-height: 15px
}

.icon-menu {
  display: none
}

.footer {
  padding-bottom: 1.25rem
}

.footer__content {
  gap: 1.25rem
}

.footer__info {
  max-width: 23.75rem
}

.footer__text {
  max-width: 23.75rem;
  margin: 0 auto
}

.footer__social {
  padding-top: 1.25rem
}

.footer__copy {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between
}

.social-footer {
  display: flex
}

.social-footer__facebook,
.social-footer__instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #ececec;
  border-radius: 50%;
  background: #fff
}

.social-footer__facebook img,
.social-footer__instagram img {
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s
}

.menu-footer__content {
  display: flex
}

.website-menu-foote__list {
  display: flex;
  flex-direction: column
}

.website-menu-foote__link {
  text-transform: uppercase;
  font-weight: 400
}

.contact-menu-footer__list {
  display: flex;
  flex-direction: column
}

.contact-menu-footer__link {
  display: flex;
  align-items: center;
  font-weight: 400
}

.contact-menu-footer__link p {
  padding-right: 1.1875rem;
  font-size: 1.1875rem;
  color: #fe9914
}

.contact-menu-footer__body .contact-menu-footer__item:first-child span {
  font-weight: 700
}

.contact-menu-footer__body .contact-menu-footer__item:last-child span {
  font-size: 12px;
  font-weight: 300
}

.contact-menu-footer__body .contact-menu-footer__list li:last-child a {
  display: block
}

.contact-menu-footer__body .contact-menu-footer__list li:last-child div {
  display: flex;
  justify-content: left;
  padding-bottom: .3125rem
}

.main {
  padding-bottom: 5rem;
  background: rgba(190, 207, 223, .1)
}

.main__container {
  display: flex;
  align-items: center;
}

.main__title {
  position: relative;
  max-width: 36.25rem;
  font-weight: 700;
  line-height: 59px
}

.main__title span {
  color: #1987f4
}

.main__title::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../../../../lp/img/main/decor02.webp) 0 0 no-repeat;
  top: -30%;
  left: -8%;
  width: 288px;
  height: 270px
}

.main__title::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../../../../lp/img/main/decor01.webp) 0 0 no-repeat;
  bottom: 153%;
  left: -69%;
  width: 466px;
  height: 178px
}

.main__text {
  max-width: 36rem;
  font-weight: 300
}

.main__text span {
  font-weight: 600
}

.main__form {
  position: relative;
  width: 23.5rem;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, .12)
}

.main__form::before {
  content: "";
  background: url(../../../../lp/img/main/decor03.webp) 0 0 no-repeat;
  position: absolute;
  z-index: -1;
  top: -7%;
  left: -23%;
  width: 1.875rem;
  height: 8.9375rem
}

.main__form::after {
  content: "";
  background: url(../../../../lp/img/main/decor04.webp) 0 0 no-repeat;
  position: absolute;
  z-index: -1;
  top: 19%;
  right: -11%;
  width: 4.625rem;
  height: 4.625rem
}

.main__decor {
  content: "";
  background: url(../../../../lp/img/main/decor05.webp) 0 0 no-repeat;
  position: absolute;
  z-index: -1;
  top: 57%;
  right: -28%;
  width: 23.5625rem;
  height: 16.5rem
}

.form {
  position: relative
}

.form__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.form__title {}

.form__img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 8.75rem;
  max-height: 10rem
}

.form__img img {
  width: 100%;
  height: 100%
}

.form__call {
  display: flex;
  flex-direction: column;
  gap: 1.25rem
}

.form__subtitle {
  padding-bottom: .625rem;
  color: #444
}

.form__button {
  color: #fff;
  padding: 1.25rem 0;
  background-color: #fe9914;
  border-radius: 6.25rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color .3s
}

.form__button span {
  color: #fff;
  padding-left: .625rem
}









.needs {}

.needs__container {}

.needs__title {}

.needs__row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.needs__item {
  flex: 1 1 320px;
  background: #468ADC;
  border-radius: 30px;
  transition: all .3s ease;
  box-shadow: 0 0 10px rgba(0, 75, 165, 0.52);
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.needs__item:hover {
  background: #004BA5;
}

.needs__descr {
  display: block;
  padding: 30px;
  min-height: 90px;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
}

.needs__caption {
  margin-top: auto;
  display: block;
  text-align: right;
  padding: 30px 30px;
  font-weight: bold;
  font-size: 30px;
  line-height: 39px;
}


































.clients__title {
  text-align: center;
  padding-bottom: 2.5rem
}

.clients__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.cart-clients {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cart-clients__images {
  position: relative;
  /* padding-bottom: 71.0526315789%;
  -o-object-fit: hidden;
  object-fit: hidden */
}

.cart-clients__images img {
  /* position: absolute;
  top: 0;
  left: 0; */
  border-radius: 1.25rem;
  /* -o-object-fit: cover;
  object-fit: cover; */
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 270px;
}

.cart-clients__content {
  position: relative;
  margin-top: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* max-width: 90%; */
  /* height: 225px; */
  background-color: #fff;
  border-radius: 1.125rem;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .06);

  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.cart-clients__top {

  margin-bottom: auto;
}

.cart-clients__text {
  padding-top: .75rem
}



.cart-clients__item {
  display: flex;
  flex-direction: column;
  align-items: center
}

.cart-clients__number {
  padding: .5rem;
  white-space: nowrap;
  font-weight: 600;
  color: #fff;
  border-radius: 6.25rem;
  background-color: #1987f4;
  text-align: center
}

.cart-clients__label {
  text-align: center;
  font-size: .75rem;
  max-width: 5.9375rem
}

.clients-showmore__more {
  margin-top: 2.125rem;
  padding: 1.5rem 5rem 1.5rem 5rem;
  box-sizing: border-box;
  border: 1px solid #fe9914;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  gap: 1.125rem;
  flex-direction: row-reverse;
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fe9914
}

.partners {
  background-color: #f9fafc;
  -webkit-transform: translate(90%);
  transform: translate(90%);
  opacity: 0;
  transition: all .8s 0s
}

.partners._watcher-view {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1
}

.partners__items {
  display: flex;
  gap: 1.875rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.partners__item {
  position: relative;
  transition: all .3s;
  padding: 3.125rem
}

.partners__content {
  position: relative;
  padding: .1875rem;
  width: 7.8125rem;
  height: 100px
}

.partners__content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: opacity .3s
}

.advantages__title {
  text-align: center;
}

.advantages__items {
  padding-top: 2.8125rem;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* -webkit-column-gap: 1.125rem; */
  /* -moz-column-gap: 1.125rem; */
  /* column-gap: 1.125rem; */
  column-gap: 3rem;
  row-gap: 3rem
}

@media (max-width:991.98px) {
  .advantages__items {
    justify-content: center;
  }
}

.advantages__item {
  position: relative;
  /* max-width: 17.5rem; */
  /* max-width: 25rem; */
  max-width: 25rem;
  width: 100%;
}

/* .advantages__title {
  font-weight: 700
} */

/* .advantages__title span {
  color: #fe9914
} */

.about-us__container {
  display: flex;
  justify-content: space-between;
  -webkit-column-gap: 4.0625rem;
  -moz-column-gap: 4.0625rem;
  column-gap: 4.0625rem
}

.about-us__content {
  flex: 1 0 50%;
  padding-top: 2.5rem;
  max-width: 36.25rem
}

.about-us__title {
  font-weight: 700
}

.about-us__text p:nth-child(2) {
  padding-top: 1.4375rem
}

.about-us__images {
  max-width: 35rem
}

.about-us__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.competencies {
  background-color: #f9fafc
}

.competencies__title {
  text-align: center
}

.competencies__text {
  text-align: center
}

.competencies__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  /* width: 16.25rem; */
  width: 16.3rem;
}

.item-competencies {
  /* text-align: center */
}

.item-competencies__icon {
  height: 100px;
  width: 100px;

}

.item-competencies__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.competencies__content {
  display: flex;
  align-items: start;
  justify-content: center;
  -webkit-column-gap: 2.875rem;
  -moz-column-gap: 2.875rem;
  column-gap: 2.875rem;
  row-gap: 4.0625rem;
  flex-wrap: wrap
}

.competencies__more {
  margin-top: 2.5rem;
  padding: 1.5rem 5rem 1.5rem 5rem;
  background-color: #fe9914;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  gap: 1.125rem;
  flex-direction: row-reverse;
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff
}

.competencies__btn {
  text-align: center;
  margin-top: 32px;
  width: 100%;
}

.competencies__btn .forma_modal {
  margin: 0 auto;
}

.structure__title {
  text-align: center
}

.structure__title span {
  position: relative
}

.structure__title span::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../../../../lp/img/structure/decor01.webp) 0 0/contain no-repeat;
  top: -60%;
  left: -7%;
  width: 120px;
  height: 120px
}

.structure__items {
  display: flex;
  flex-direction: column;
  gap: 1.875rem
}

.item-not-even {
  flex-direction: row-reverse
}

.item-structure {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-column-gap: 6.25rem;
  -moz-column-gap: 6.25rem;
  column-gap: 6.25rem;
  row-gap: 1.25rem
}

.item-structure__box {
  display: flex;
  gap: 1.25rem
}

.item-structure__items {
  display: flex;
  align-items: center;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.5rem
}

.item-structure__number {
  padding-right: 1.25rem;
  color: #1987f4;
  font-weight: 800;
  border-right: 1px solid rgba(203, 203, 203, .2)
}

.images-item-structure {
  max-width: 30rem
}

.images-item-structure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.item-flex {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0
}

.diagnostics {
  background-color: #f9fafc
}

.diagnostics__container {
  display: flex
}

.diagnostics__content {
  position: relative;
  z-index: 5;
  max-width: 36.25rem
}

.diagnostics__title {
  position: relative
}

.diagnostics__title span {
  color: #1987f4
}

.diagnostics__title::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../../../../lp/img/main/decor01.webp) 0 0/contain no-repeat;
  top: -14%;
  left: -35%;
  width: 29.25rem;
  height: 29.25rem
}

.diagnostics__text span {
  font-weight: 600
}

.diagnostics__text p:nth-of-type(2) {
  padding-top: 1.5625rem
}

.diagnostics__form {
  position: relative;
  z-index: 1;
  width: 23.5rem;
  border-radius: 2rem;
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, .12)
}

.diagnostics__decor01 {
  position: absolute;
  width: 30.25rem;
  height: 28.375rem;
  bottom: -15%;
  right: -36%
}

.diagnostics__decor02 {
  position: absolute;
  width: 1.875rem;
  height: 8.9375rem;
  top: -12%;
  right: -18%
}

.diagnostics__decor03 {
  position: absolute;
  width: 3.625rem;
  height: 3.625rem;
  bottom: 31%;
  right: 93%
}

.diagnostics__decor01,
.diagnostics__decor02,
.diagnostics__decor03 {
  z-index: -1
}

.diagnostics__decor01 img,
.diagnostics__decor02 img,
.diagnostics__decor03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.form {
  position: relative;
  border-radius: 2rem;
  background: #fff
}




.rev {}

.rev__title {}

.rev__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.rev__item {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all .3s;
}

.rev__head {}

.rev__head svg {
  display: block;
  max-width: 190px !important;
  margin: 0 auto;
}

.rev__head img {
  width: 100%;
  max-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: top;
}

.rev__body {}

.rev__caption {
  padding: 15px 0;
}

.rev__text {}




.trust__top {
  display: flex;
  justify-content: space-between
}

.trust__title {
  position: relative
}

.trust__actions {
  max-width: 100%
}

.trust__slider {
  padding-bottom: 1.875rem
}

.trust__wrapper {
  padding: 1.25rem 1.25rem
}

.trust__slide {
  width: auto
}

.trust__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  align-items: stretch;
}

@media (max-width:991.98px) {

  .trust__row {
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 1fr);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
  }

  .trust__row::-webkit-scrollbar {
    height: 6px;
  }

  .trust__row::-webkit-scrollbar-thumb {
    background-color: #fe9914;
    border-radius: 10px;
  }
}


.trust__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  flex: 1 1 220px;
  max-width: 220px;
  height: 100px;
  padding: 10px;
}

.trust__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: opacity .3s
}

.trust__pagination {
  padding-top: 1.5rem
}

.team {
  background-color: #f9fafc
}

.team__top {
  display: flex;
  justify-content: space-between
}

.team__pagination {
  padding-top: 1.5rem
}

.card-team {
  margin: 20px 0 90px 0;
  position: relative;
  height: 17.9375rem;
  border-radius: 0 0 32px 32px;
  background: linear-gradient(180deg, rgba(233, 240, 254, 0), #e9f0fe 100%)
}

.card-team__top {
  position: absolute;
  width: 17.3125rem;
  height: 19.0625rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.card-team__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.card-team__bottom {
  position: relative;
  top: 257px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  padding: 1.5rem;
  text-align: center;
  border-radius: 1.125rem;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .08);
  background: #fff
}

.card-team__title {
  font-weight: 600
}

.card-team__text {
  padding-top: .75rem
}

.card-team-even {
  position: relative
}

.card-team-even::before {
  content: "";
  background: url(../../../../lp/img/main/decor04.webp) 0 0/contain no-repeat;
  position: absolute;
  top: 9px;
  left: 60px;
  width: 5.5rem;
  height: 5.5rem
}

.card-team-no-even {
  position: relative
}

.card-team-no-even::before {
  content: "";
  background: url(../../../../lp/img/main/decor07.webp) 0 0/cover no-repeat;
  position: absolute;
  top: 9px;
  right: 23px;
  width: 3.9375rem;
  height: 3rem
}

.contact {
  margin-bottom: 3.125rem;
  background-color: #1987f4
}

.contact__container {
  display: flex;
  align-items: center
}

.contact__content {
  max-width: 30rem
}

.contact__title {
  font-weight: 700;
  color: #fff
}

.contact__text {
  color: #fff
}

.contact__form {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .05)
}

.contact-form {
  width: 43.125rem
}

.contact-form__row {
  width: 100%
}

.swiper {
  overflow: hidden
}

.swiper-initialized {
  touch-action: pan-y
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
  display: none !important
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 10;
  cursor: pointer
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  color: #fe9914;
  border: 1px solid #efefef;
  background-color: #fff
}

.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  font-size: 16px;
  border-radius: 50%;
  color: #fff;
  background-color: #fe9914
}

.swiper-button-prev {
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  text-align: center;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
  border: 1px solid #fe9914;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #fe9914
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

@media (min-width:47.99875em) {
  .trust__pagination {
    display: none
  }

  .team__pagination {
    display: none
  }
}

@media (min-width:75.625em) {
  .popup__content {
    padding-top: 3.75rem
  }

  .popup__content {
    padding-bottom: 3.75rem
  }

  .popup__content {
    padding-left: 3.75rem
  }

  .popup__content {
    padding-right: 3.75rem
  }

  /* .popup__close {
    right: 1.875rem
  }

  .popup__close {
    top: 1.875rem
  } */

  .popup__close {
    font-size: 1.75rem;
    top: 30px;
    right: 30px;
  }

  .popup__text {
    padding-top: .9375rem
  }

  .popup__text {
    font-size: 1.5rem
  }

  .title {
    font-size: 3rem
  }

  .title {
    line-height: 3.6875rem
  }

  .sub-title {
    font-size: 1.25rem
  }

  .header__logo img {
    max-width: 7.9375rem
  }

  .contact-menu__phone {
    font-size: 1.125rem
  }

  .contact-menu__text {
    font-size: .75rem
  }

  .footer__content {
    padding-bottom: 2.1875rem
  }

  .footer__text {
    padding-top: 2.6875rem
  }

  .social-footer {
    gap: 1rem
  }

  .website-menu-foote__body {
    padding-top: 1.9375rem
  }

  .website-menu-foote__list {
    gap: 1.375rem
  }

  .contact-menu-footer__body {
    padding-top: 1.9375rem
  }

  .contact-menu-footer__list {
    gap: 1.375rem
  }

  .main {
    padding-top: 8.75rem
  }

  .main__content {
    /* padding-top: 11.75rem */
  }

  .main__title {
    font-size: 3rem
  }

  .main__title {
    line-height: 3.6875rem
  }

  .main__text {
    padding-top: 2.5rem
  }

  .main__text {
    font-size: 1.25rem
  }

  .main__text {
    line-height: 1.5rem
  }

  .form__header {
    padding: 1.5rem;
    padding-bottom: 0;
  }

  .form__call {
    padding: 1.5rem
  }

  .clients {
    padding-top: 7.5rem
  }

  .clients {
    padding-bottom: 7.5rem
  }

  .cart-clients__content {
    padding: 1.125rem
  }

  .cart-clients__top {
    padding-bottom: 1.125rem
  }

  .cart-clients__bottom {
    padding-top: 1.125rem
  }

  .cart-clients__item {
    gap: .75rem
  }

  .partners {
    padding-top: 6.25rem
  }

  .partners {
    padding-bottom: 6.25rem
  }

  .advantages {
    padding-top: 7.5rem
  }

  /* .advantages__title {
    font-size: 2.3125rem
  }

  .advantages__title {
    line-height: 3.0625rem
  } */

  .advantages__text {
    padding-top: 1.5rem
  }

  /* .advantages__text {
    font-size: 1.25rem
  }

  .advantages__text {
    line-height: 1.5rem
  } */

  .about-us {
    padding-top: 6.25rem
  }

  .about-us__sub-title {
    padding-top: 2.5rem
  }

  .about-us__sub-title {
    font-size: 2rem
  }

  .about-us__sub-title {
    line-height: 2.4375rem
  }

  .about-us__text {
    padding-top: 1.5rem
  }

  .competencies {
    margin-top: 7.5rem
  }

  .competencies__container {
    padding-top: 7.5rem
  }

  .competencies__container {
    padding-bottom: 7.5rem
  }

  .competencies__text {
    padding-top: 2.5rem
  }

  .competencies__items {
    padding-top: 2.8125rem
  }

  .item-competencies__subtitle {
    padding-top: 2rem
  }

  .item-competencies__text {
    padding-top: .875rem
  }

  .structure {
    padding-top: 11.25rem
  }

  .structure__items {
    padding-top: 2.25rem
  }

  .item-structure__number {
    font-size: 3rem
  }

  .item-structure__number {
    font-size: 3.6875rem
  }

  .item-structure__title {
    font-size: 1.25rem
  }

  .item-structure__title {
    line-height: 1.5rem
  }

  .diagnostics {
    margin-top: 7.5rem
  }

  .diagnostics__container {
    padding-top: 7.5rem
  }

  .diagnostics__container {
    padding-bottom: 7.5rem
  }

  .diagnostics__text {
    padding-top: 2.5rem
  }

  .trust {
    padding-top: 7.5rem
  }

  .trust {
    padding-bottom: 7.5rem
  }

  .trust__slider {
    margin-top: 4.375rem
  }

  .team__container {
    padding-top: 7.5rem
  }

  .team__container {
    padding-bottom: 7.5rem
  }

  .team__top {
    padding-bottom: 2.1875rem
  }

  .card-team__title {
    font-size: 1.25rem
  }

  .card-team__title {
    line-height: 1.5rem
  }

  .contact__container {
    gap: 3.9375rem
  }

  .contact__title {
    font-size: 2rem
  }

  .contact__title {
    line-height: 2.4375rem
  }

  .contact__text {
    padding-top: 2rem
  }

  .contact__text {
    font-size: 1.25rem
  }

  .contact__text {
    line-height: 1.75rem
  }

  .contact-form__call {
    padding: 3.5rem
  }
}

@media (min-width:596px) {
  .competencies__more {
    display: none
  }
}

@media (min-width:700px) {
  .form__column {
    display: flex;
    gap: 1.25rem
  }
}

@media (min-width:810px) {
  .clients-showmore__more {
    display: none
  }
}

@media (min-width:870px) {
  .footer__content {
    display: flex;
    border-bottom: 1px solid #e9f0fe
  }

  .footer__copy {
    margin-top: 25px
  }
}

@media (min-width:1050px) {
  .contact__container {
    max-height: 20rem;
  }
}

@media (min-width:1124px) {
  .menu__body {
    display: flex
  }
}

@media (min-width:1180px) {
  .menu-footer__content {
    gap: 17.5rem
  }
}

@media (min-width:1370) {
  .contact-form {
    margin-right: -3.125rem
  }
}

@media (min-width:120em) {
  .main__container {
    gap: 7.5rem
  }

  .diagnostics__container {
    gap: 7.5rem
  }

  .diagnostics__content {
    padding-top: 1.9375rem
  }
}

@media (max-width:1200px) {
  .partners__items {
    justify-content: center;
    gap: .625rem
  }
}

@media (max-width:1180px) {
  .footer__content {
    justify-content: space-between
  }

  .menu-footer {
    flex: 1 0 50%
  }

  .menu-footer__content {
    justify-content: space-between;
    flex: 1 0 50%
  }
}

@media (max-width:1150px) {
  .contact {
    margin-bottom: 5rem
  }
}

@media (max-width:1124px) {
  .header__logo {
    flex: 0 1 100%
  }

  .menu__cosial {
    justify-content: center;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 0
  }

  .menu__button {
    margin: 0 auto;
    display: block
  }

  .menu__body {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 12.5rem .9375rem .9375rem 1.875rem;
    transition: left .3s
  }

  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    background: #fff;
    left: -100%;
    top: 0;
    transition: left .3s;
    z-index: 2
  }

  .menu-open .menu__body {
    left: 0
  }

  .menu-open .menu__body::before {
    left: 0
  }

  .menu__list {
    flex-direction: column;
    gap: 1.875rem
  }

  .menu__link {
    font-size: 1.5rem
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5
  }

  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #000
  }

  .icon-menu::before {
    top: 0
  }

  .icon-menu::after {
    bottom: 0
  }

  .icon-menu span {
    top: calc(50% - .0625rem)
  }

  .menu-open .icon-menu span {
    width: 0
  }

  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}

@media (max-width:1124px) and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}

@media (max-width:1050px) {
  .contact__container {
    flex-direction: column
  }

  .contact__content {
    text-align: center;
    padding-top: 2.5rem
  }

  .contact-form {
    margin-bottom: -3.125rem
  }
}

@media (max-width:1024px) {
  .structure__items {
    gap: 3.75rem
  }

  .item-structure {
    flex-direction: column-reverse;
    justify-content: center
  }

  .item-structure:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 100%;
    background: #e9f0fe
  }

  .item-structure__box {
    flex-direction: column;
    justify-content: center
  }

  .item-structure__items {
    flex-direction: column;
    justify-content: center;
    text-align: center
  }

  .item-structure__number {
    border-right: 1px solid rgba(203, 203, 203, 0)
  }
}

@media (max-width:1000px) {
  .about-us__container {
    flex-direction: column-reverse
  }

  .about-us__images {
    margin: 0 auto;
    max-width: 25rem
  }

  .diagnostics__content {
    max-width: 30rem
  }
}

@media (max-width:950px) {
  .main__container {
    flex-direction: column;
    gap: 5rem
  }

  .main__form {
    margin: 0 auto
  }

  .diagnostics__container {
    flex-direction: column;
    gap: 2rem
  }

  .diagnostics__title::before {
    display: none
  }

  .diagnostics__form {
    margin: 0 auto
  }

  .diagnostics__decor03 {
    display: none
  }
}

@media (max-width:870px) {
  .footer__info {
    text-align: center;
    max-width: 100%;
    padding-bottom: 1.4375rem;
    border-bottom: 1px solid #e9f0fe
  }

  .footer__social {
    display: flex;
    justify-content: center
  }

  .footer__copy {
    text-align: center;
    flex-direction: column;
    justify-content: center
  }

  .menu-footer {
    padding-bottom: 1.4375rem;
    border-bottom: 1px solid #e9f0fe
  }

  .menu-footer__content {
    display: block;
    text-align: center
  }

  .website-menu-foote {
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem;
    border-bottom: 1px solid #e9f0fe
  }

  .contact-menu-footer {
    padding-top: 1.4375rem
  }

  .contact-menu-footer__link {
    text-align: center;
    justify-content: center
  }

  .contact-menu-footer__body .contact-menu-footer__list li:last-child a {
    text-align: center
  }

  .contact-menu-footer__body .contact-menu-footer__list li:last-child div {
    justify-content: center
  }
}

@media (max-width:700px) {
  .contact-form {
    width: 100%
  }
}

@media (max-width:600px) {
  .structure__title span::before {
    width: 100px;
    height: 100px
  }
}

@media (max-width:596px) {
  .competencies__item {
    width: 100%
  }

  .competencies__item:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 100%;
    background: #e9f0fe
  }
}

@media (max-width:575px) {
  .main__form::before {
    top: -19%;
    left: 14%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}

@media (max-width:550px) {
  .diagnostics__decor02 {
    top: 1%;
    right: -5%
  }
}

@media (max-width:543px) {
  .advantages__item:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 40%;
    background: #e9f0fe
  }
}

@media (max-width:400px) {
  .main__form {
    width: 100%
  }

  .diagnostics__form {
    width: 100%
  }
}

@media (max-width:47.99875em) {
  .partners__item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .75rem;
    width: 10rem;
    height: 7.5625rem;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .08);
    background: #fff;
    padding: 3.125rem 1.25rem
  }

  .partners__content img:last-child {
    display: none
  }

  .trust__actions {
    display: none
  }

  .trust__item {
    border-radius: .75rem;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .08);
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .team__actions {
    display: none
  }
}

@media (max-width:23.4375em) {
  .popup__content {
    padding-top: 1.5625rem
  }

  .popup__content {
    padding-bottom: 2.1875rem
  }

  .popup__content {
    padding-left: 2.1875rem
  }

  .popup__content {
    padding-right: 1.5625rem
  }

  /* .popup__close {
    right: .625rem
  }

  .popup__close {
    top: .625rem
  } */

  .popup__close {
    font-size: 1.125rem;
    top: 30px;
    right: 30px;
  }

  .popup__text {
    padding-top: .625rem
  }

  .popup__text {
    font-size: 1rem
  }

  .title {
    font-size: 1.875rem
  }

  .title {
    line-height: 2.3125rem
  }

  .sub-title {
    font-size: 1.125rem
  }

  .header__logo img {
    max-width: 6.25rem
  }

  .contact-menu__phone {
    font-size: .875rem
  }

  .contact-menu__text {
    font-size: .625rem
  }

  .footer__content {
    padding-bottom: 1.4375rem
  }

  .footer__text {
    padding-top: 2.0625rem
  }

  .social-footer {
    gap: .75rem
  }

  .website-menu-foote__body {
    padding-top: 1.5rem
  }

  .website-menu-foote__list {
    gap: 1rem
  }

  .contact-menu-footer__body {
    padding-top: 1.5rem
  }

  .contact-menu-footer__list {
    gap: 1rem
  }

  .main {
    padding-top: 6.25rem
  }

  .main__content {
    padding-top: 5rem
  }

  .main__title {
    font-size: 1.875rem
  }

  .main__title {
    line-height: 2.3125rem
  }

  .main__text {
    padding-top: 1.5rem
  }

  .main__text {
    font-size: 1.125rem
  }

  .main__text {
    line-height: 1.375rem
  }

  .form__header {
    padding: 1.5rem
  }

  .form__call {
    padding: 1.5rem
  }

  .clients {
    padding-top: 5rem
  }

  .clients {
    padding-bottom: 5rem
  }

  .cart-clients__content {
    padding: 1rem
  }

  .cart-clients__top {
    padding-bottom: 1rem
  }

  .cart-clients__bottom {
    padding-top: 1rem
  }

  .cart-clients__item {
    gap: .375rem
  }

  .partners {
    padding-top: 5rem
  }

  .partners {
    padding-bottom: 5rem
  }

  .advantages {
    padding-top: 5rem
  }

  /* .advantages__title {
    font-size: 1.875rem
  }

  .advantages__title {
    line-height: 2.3125rem
  } */

  .advantages__text {
    padding-top: .75rem
  }

  /* .advantages__text {
    font-size: .875rem
  }

  .advantages__text {
    line-height: 1.0625rem
  } */

  .about-us {
    padding-top: 3.75rem
  }

  .about-us__sub-title {
    padding-top: 1.5rem
  }

  .about-us__sub-title {
    font-size: 1.5rem
  }

  .about-us__sub-title {
    line-height: 1.8125rem
  }

  .about-us__text {
    padding-top: 1.125rem
  }

  .competencies {
    margin-top: 5rem
  }

  .competencies__container {
    padding-top: 5rem
  }

  .competencies__container {
    padding-bottom: 5rem
  }

  .competencies__text {
    padding-top: 1.5rem
  }

  .competencies__items {
    padding-top: 2.5rem
  }

  .item-competencies__subtitle {
    padding-top: 1.5rem
  }

  .item-competencies__text {
    padding-top: .75rem
  }

  .structure {
    padding-top: 8.125rem
  }

  .structure__items {
    padding-top: 1.5rem
  }

  .item-structure__number {
    font-size: 1.875rem
  }

  .item-structure__number {
    font-size: 2.3125rem
  }

  .item-structure__title {
    font-size: 1.125rem
  }

  .item-structure__title {
    line-height: 1.375rem
  }

  .diagnostics {
    margin-top: 5rem
  }

  .diagnostics__container {
    padding-top: 5rem
  }

  .diagnostics__container {
    padding-bottom: 5rem
  }

  .diagnostics__text {
    padding-top: 1.5rem
  }

  .trust {
    padding-top: 5rem
  }

  .trust {
    padding-bottom: 5rem
  }

  .trust__slider {
    margin-top: 1.5rem
  }

  .team__container {
    padding-top: 5rem
  }

  .team__container {
    padding-bottom: 5rem
  }

  .team__top {
    padding-bottom: 1.1875rem
  }

  .card-team__title {
    font-size: 1.125rem
  }

  .card-team__title {
    line-height: 1.375rem
  }

  .contact__container {
    gap: 1.125rem
  }

  .contact__title {
    font-size: 1.5rem
  }

  .contact__title {
    line-height: 1.6875rem
  }

  .contact__text {
    padding-top: 1rem
  }

  .contact__text {
    font-size: 1.125rem
  }

  .contact__text {
    line-height: 1.5rem
  }

  .contact-form__call {
    padding: 2rem
  }
}

@media (min-width:23.4375em) and (max-width:75.625em) {
  @supports (padding-top:clamp(1.5625rem, 0.5800898204rem + 4.1916167665vw, 3.75rem)) {
    .popup__content {
      padding-top: clamp(1.5625rem, .5800898204rem + 4.1916167665vw, 3.75rem)
    }
  }

  @supports not (padding-top:clamp(1.5625rem, 0.5800898204rem + 4.1916167665vw, 3.75rem)) {
    .popup__content {
      padding-top: calc(1.5625rem + 2.1875 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-bottom:clamp(2.1875rem, 1.4857784431rem + 2.994011976vw, 3.75rem)) {
    .popup__content {
      padding-bottom: clamp(2.1875rem, 1.4857784431rem + 2.994011976vw, 3.75rem)
    }
  }

  @supports not (padding-bottom:clamp(2.1875rem, 1.4857784431rem + 2.994011976vw, 3.75rem)) {
    .popup__content {
      padding-bottom: calc(2.1875rem + 1.5625 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-left:clamp(2.1875rem, 1.4857784431rem + 2.994011976vw, 3.75rem)) {
    .popup__content {
      padding-left: clamp(2.1875rem, 1.4857784431rem + 2.994011976vw, 3.75rem)
    }
  }

  @supports not (padding-left:clamp(2.1875rem, 1.4857784431rem + 2.994011976vw, 3.75rem)) {
    .popup__content {
      padding-left: calc(2.1875rem + 1.5625 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-right:clamp(1.5625rem, 0.5800898204rem + 4.1916167665vw, 3.75rem)) {
    .popup__content {
      padding-right: clamp(1.5625rem, .5800898204rem + 4.1916167665vw, 3.75rem)
    }
  }

  @supports not (padding-right:clamp(1.5625rem, 0.5800898204rem + 4.1916167665vw, 3.75rem)) {
    .popup__content {
      padding-right: calc(1.5625rem + 2.1875 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  /* @supports (right:clamp(0.625rem, 0.0636227545rem + 2.3952095808vw, 1.875rem)) {
    .popup__close {
      right: clamp(.625rem, .0636227545rem + 2.3952095808vw, 1.875rem)
    }
  }

  @supports not (right:clamp(0.625rem, 0.0636227545rem + 2.3952095808vw, 1.875rem)) {
    .popup__close {
      right: calc(.625rem + 1.25 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (top:clamp(0.625rem, 0.0636227545rem + 2.3952095808vw, 1.875rem)) {
    .popup__close {
      top: clamp(.625rem, .0636227545rem + 2.3952095808vw, 1.875rem)
    }
  }

  @supports not (top:clamp(0.625rem, 0.0636227545rem + 2.3952095808vw, 1.875rem)) {
    .popup__close {
      top: calc(.625rem + 1.25 * (100vw - 23.4375rem)/ 52.1875)
    }
  } */

  @supports (font-size:clamp(1.125rem, 0.8443113772rem + 1.1976047904vw, 1.75rem)) {
    .popup__close {
      font-size: clamp(1.125rem, .8443113772rem + 1.1976047904vw, 1.75rem)
    }
  }

  @supports not (font-size:clamp(1.125rem, 0.8443113772rem + 1.1976047904vw, 1.75rem)) {
    .popup__close {
      font-size: calc(1.125rem + .625 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(0.625rem, 0.4846556886rem + 0.5988023952vw, 0.9375rem)) {
    .popup__text {
      padding-top: clamp(.625rem, .4846556886rem + .5988023952vw, .9375rem)
    }
  }

  @supports not (padding-top:clamp(0.625rem, 0.4846556886rem + 0.5988023952vw, 0.9375rem)) {
    .popup__text {
      padding-top: calc(.625rem + .3125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (font-size:clamp(1rem, 0.7754491018rem + 0.9580838323vw, 1.5rem)) {
    .popup__text {
      font-size: clamp(1rem, .7754491018rem + .9580838323vw, 1.5rem)
    }
  }

  @supports not (font-size:clamp(1rem, 0.7754491018rem + 0.9580838323vw, 1.5rem)) {
    .popup__text {
      font-size: calc(1rem + .5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (font-size:clamp(1.875rem, 1.369760479rem + 2.1556886228vw, 3rem)) {
    .title {
      font-size: clamp(1.875rem, 1.369760479rem + 2.1556886228vw, 3rem)
    }
  }

  @supports not (font-size:clamp(1.875rem, 1.369760479rem + 2.1556886228vw, 3rem)) {
    .title {
      font-size: calc(1.875rem + 1.125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (line-height:clamp(2.3125rem, 1.6949850299rem + 2.6347305389vw, 3.6875rem)) {
    .title {
      line-height: clamp(2.3125rem, 1.6949850299rem + 2.6347305389vw, 3.6875rem)
    }
  }

  @supports not (line-height:clamp(2.3125rem, 1.6949850299rem + 2.6347305389vw, 3.6875rem)) {
    .title {
      line-height: calc(2.3125rem + 1.375 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (font-size:clamp(1.125rem, 1.0688622754rem + 0.2395209581vw, 1.25rem)) {
    .sub-title {
      font-size: clamp(1.125rem, 1.0688622754rem + .2395209581vw, 1.25rem)
    }
  }

  @supports not (font-size:clamp(1.125rem, 1.0688622754rem + 0.2395209581vw, 1.25rem)) {
    .sub-title {
      font-size: calc(1.125rem + .125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (max-width:clamp(6.25rem, 5.4921407186rem + 3.2335329341vw, 7.9375rem)) {
    .header__logo img {
      max-width: clamp(6.25rem, 5.4921407186rem + 3.2335329341vw, 7.9375rem)
    }
  }

  @supports not (max-width:clamp(6.25rem, 5.4921407186rem + 3.2335329341vw, 7.9375rem)) {
    .header__logo img {
      max-width: calc(6.25rem + 1.6875 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (font-size:clamp(0.875rem, 0.7627245509rem + 0.4790419162vw, 1.125rem)) {
    .contact-menu__phone {
      font-size: clamp(.875rem, .7627245509rem + .4790419162vw, 1.125rem)
    }
  }

  @supports not (font-size:clamp(0.875rem, 0.7627245509rem + 0.4790419162vw, 1.125rem)) {
    .contact-menu__phone {
      font-size: calc(.875rem + .25 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (font-size:clamp(0.625rem, 0.5688622754rem + 0.2395209581vw, 0.75rem)) {
    .contact-menu__text {
      font-size: clamp(.625rem, .5688622754rem + .2395209581vw, .75rem)
    }
  }

  @supports not (font-size:clamp(0.625rem, 0.5688622754rem + 0.2395209581vw, 0.75rem)) {
    .contact-menu__text {
      font-size: calc(.625rem + .125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-bottom:clamp(1.4375rem, 1.1006736527rem + 1.4371257485vw, 2.1875rem)) {
    .footer__content {
      padding-bottom: clamp(1.4375rem, 1.1006736527rem + 1.4371257485vw, 2.1875rem)
    }
  }

  @supports not (padding-bottom:clamp(1.4375rem, 1.1006736527rem + 1.4371257485vw, 2.1875rem)) {
    .footer__content {
      padding-bottom: calc(1.4375rem + .75 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(2.0625rem, 1.7818113772rem + 1.1976047904vw, 2.6875rem)) {
    .footer__text {
      padding-top: clamp(2.0625rem, 1.7818113772rem + 1.1976047904vw, 2.6875rem)
    }
  }

  @supports not (padding-top:clamp(2.0625rem, 1.7818113772rem + 1.1976047904vw, 2.6875rem)) {
    .footer__text {
      padding-top: calc(2.0625rem + .625 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (gap:clamp(0.75rem, 0.6377245509rem + 0.4790419162vw, 1rem)) {
    .social-footer {
      gap: clamp(.75rem, .6377245509rem + .4790419162vw, 1rem)
    }
  }

  @supports not (gap:clamp(0.75rem, 0.6377245509rem + 0.4790419162vw, 1rem)) {
    .social-footer {
      gap: calc(.75rem + .25 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(1.5rem, 1.3035179641rem + 0.8383233533vw, 1.9375rem)) {
    .website-menu-foote__body {
      padding-top: clamp(1.5rem, 1.3035179641rem + .8383233533vw, 1.9375rem)
    }
  }

  @supports not (padding-top:clamp(1.5rem, 1.3035179641rem + 0.8383233533vw, 1.9375rem)) {
    .website-menu-foote__body {
      padding-top: calc(1.5rem + .4375 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (gap:clamp(1rem, 0.8315868263rem + 0.7185628743vw, 1.375rem)) {
    .website-menu-foote__list {
      gap: clamp(1rem, .8315868263rem + .7185628743vw, 1.375rem)
    }
  }

  @supports not (gap:clamp(1rem, 0.8315868263rem + 0.7185628743vw, 1.375rem)) {
    .website-menu-foote__list {
      gap: calc(1rem + .375 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(1.5rem, 1.3035179641rem + 0.8383233533vw, 1.9375rem)) {
    .contact-menu-footer__body {
      padding-top: clamp(1.5rem, 1.3035179641rem + .8383233533vw, 1.9375rem)
    }
  }

  @supports not (padding-top:clamp(1.5rem, 1.3035179641rem + 0.8383233533vw, 1.9375rem)) {
    .contact-menu-footer__body {
      padding-top: calc(1.5rem + .4375 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (gap:clamp(1rem, 0.8315868263rem + 0.7185628743vw, 1.375rem)) {
    .contact-menu-footer__list {
      gap: clamp(1rem, .8315868263rem + .7185628743vw, 1.375rem)
    }
  }

  @supports not (gap:clamp(1rem, 0.8315868263rem + 0.7185628743vw, 1.375rem)) {
    .contact-menu-footer__list {
      gap: calc(1rem + .375 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(6.25rem, 5.127245509rem + 4.7904191617vw, 8.75rem)) {
    .main {
      padding-top: clamp(6.25rem, 5.127245509rem + 4.7904191617vw, 8.75rem)
    }
  }

  @supports not (padding-top:clamp(6.25rem, 5.127245509rem + 4.7904191617vw, 8.75rem)) {
    .main {
      padding-top: calc(6.25rem + 2.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  /* @supports (padding-top:clamp(5rem, 1.9685628743rem + 12.9341317365vw, 11.75rem)) {
    .main__content {
      padding-top: clamp(5rem, 1.9685628743rem + 12.9341317365vw, 11.75rem)
    }
  }

  @supports not (padding-top:clamp(5rem, 1.9685628743rem + 12.9341317365vw, 11.75rem)) {
    .main__content {
      padding-top: calc(5rem + 6.75 * (100vw - 23.4375rem)/ 52.1875)
    }
  } */

  @supports (font-size:clamp(1.875rem, 1.369760479rem + 2.1556886228vw, 3rem)) {
    .main__title {
      font-size: clamp(1.875rem, 1.369760479rem + 2.1556886228vw, 3rem)
    }
  }

  @supports not (font-size:clamp(1.875rem, 1.369760479rem + 2.1556886228vw, 3rem)) {
    .main__title {
      font-size: calc(1.875rem + 1.125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (line-height:clamp(2.3125rem, 1.6949850299rem + 2.6347305389vw, 3.6875rem)) {
    .main__title {
      line-height: clamp(2.3125rem, 1.6949850299rem + 2.6347305389vw, 3.6875rem)
    }
  }

  @supports not (line-height:clamp(2.3125rem, 1.6949850299rem + 2.6347305389vw, 3.6875rem)) {
    .main__title {
      line-height: calc(2.3125rem + 1.375 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(1.5rem, 1.0508982036rem + 1.9161676647vw, 2.5rem)) {
    .main__text {
      padding-top: clamp(1.5rem, 1.0508982036rem + 1.9161676647vw, 2.5rem)
    }
  }

  @supports not (padding-top:clamp(1.5rem, 1.0508982036rem + 1.9161676647vw, 2.5rem)) {
    .main__text {
      padding-top: calc(1.5rem + 1 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (font-size:clamp(1.125rem, 1.0688622754rem + 0.2395209581vw, 1.25rem)) {
    .main__text {
      font-size: clamp(1.125rem, 1.0688622754rem + .2395209581vw, 1.25rem)
    }
  }

  @supports not (font-size:clamp(1.125rem, 1.0688622754rem + 0.2395209581vw, 1.25rem)) {
    .main__text {
      font-size: calc(1.125rem + .125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (line-height:clamp(1.375rem, 1.3188622754rem + 0.2395209581vw, 1.5rem)) {
    .main__text {
      line-height: clamp(1.375rem, 1.3188622754rem + .2395209581vw, 1.5rem)
    }
  }

  @supports not (line-height:clamp(1.375rem, 1.3188622754rem + 0.2395209581vw, 1.5rem)) {
    .main__text {
      line-height: calc(1.375rem + .125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding:clamp(1.5rem, 1.2754491018rem + 0.9580838323vw, 2rem)) {
    .form__header {
      padding: clamp(1.5rem, 1.2754491018rem + .9580838323vw, 2rem)
    }
  }

  @supports not (padding:clamp(1.5rem, 1.2754491018rem + 0.9580838323vw, 2rem)) {
    .form__header {
      padding: calc(1.5rem + .5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding:clamp(1.5rem, 1.2754491018rem + 0.9580838323vw, 2rem)) {
    .form__call {
      padding: clamp(1.5rem, 1.2754491018rem + .9580838323vw, 2rem)
    }
  }

  @supports not (padding:clamp(1.5rem, 1.2754491018rem + 0.9580838323vw, 2rem)) {
    .form__call {
      padding: calc(1.5rem + .5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .clients {
      padding-top: clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)
    }
  }

  @supports not (padding-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .clients {
      padding-top: calc(5rem + 2.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-bottom:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .clients {
      padding-bottom: clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)
    }
  }

  @supports not (padding-bottom:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .clients {
      padding-bottom: calc(5rem + 2.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding:clamp(1rem, 0.9438622754rem + 0.2395209581vw, 1.125rem)) {
    .cart-clients__content {
      padding: clamp(1rem, .9438622754rem + .2395209581vw, 1.125rem)
    }
  }

  @supports not (padding:clamp(1rem, 0.9438622754rem + 0.2395209581vw, 1.125rem)) {
    .cart-clients__content {
      padding: calc(1rem + .125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-bottom:clamp(1rem, 0.9438622754rem + 0.2395209581vw, 1.125rem)) {
    .cart-clients__top {
      padding-bottom: clamp(1rem, .9438622754rem + .2395209581vw, 1.125rem)
    }
  }

  @supports not (padding-bottom:clamp(1rem, 0.9438622754rem + 0.2395209581vw, 1.125rem)) {
    .cart-clients__top {
      padding-bottom: calc(1rem + .125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(1rem, 0.9438622754rem + 0.2395209581vw, 1.125rem)) {
    .cart-clients__bottom {
      padding-top: clamp(1rem, .9438622754rem + .2395209581vw, 1.125rem)
    }
  }

  @supports not (padding-top:clamp(1rem, 0.9438622754rem + 0.2395209581vw, 1.125rem)) {
    .cart-clients__bottom {
      padding-top: calc(1rem + .125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (gap:clamp(0.375rem, 0.2065868263rem + 0.7185628743vw, 0.75rem)) {
    .cart-clients__item {
      gap: clamp(.375rem, .2065868263rem + .7185628743vw, .75rem)
    }
  }

  @supports not (gap:clamp(0.375rem, 0.2065868263rem + 0.7185628743vw, 0.75rem)) {
    .cart-clients__item {
      gap: calc(.375rem + .375 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(5rem, 4.4386227545rem + 2.3952095808vw, 6.25rem)) {
    .partners {
      padding-top: clamp(5rem, 4.4386227545rem + 2.3952095808vw, 6.25rem)
    }
  }

  @supports not (padding-top:clamp(5rem, 4.4386227545rem + 2.3952095808vw, 6.25rem)) {
    .partners {
      padding-top: calc(5rem + 1.25 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-bottom:clamp(5rem, 4.4386227545rem + 2.3952095808vw, 6.25rem)) {
    .partners {
      padding-bottom: clamp(5rem, 4.4386227545rem + 2.3952095808vw, 6.25rem)
    }
  }

  @supports not (padding-bottom:clamp(5rem, 4.4386227545rem + 2.3952095808vw, 6.25rem)) {
    .partners {
      padding-bottom: calc(5rem + 1.25 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .advantages {
      padding-top: clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)
    }
  }

  @supports not (padding-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .advantages {
      padding-top: calc(5rem + 2.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  /* @supports (font-size:clamp(1.875rem, 1.6785179641rem + 0.8383233533vw, 2.3125rem)) {
    .advantages__title {
      font-size: clamp(1.875rem, 1.6785179641rem + .8383233533vw, 2.3125rem)
    }
  }

  @supports not (font-size:clamp(1.875rem, 1.6785179641rem + 0.8383233533vw, 2.3125rem)) {
    .advantages__title {
      font-size: calc(1.875rem + .4375 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (line-height:clamp(2.3125rem, 1.9756736527rem + 1.4371257485vw, 3.0625rem)) {
    .advantages__title {
      line-height: clamp(2.3125rem, 1.9756736527rem + 1.4371257485vw, 3.0625rem)
    }
  }

  @supports not (line-height:clamp(2.3125rem, 1.9756736527rem + 1.4371257485vw, 3.0625rem)) {
    .advantages__title {
      line-height: calc(2.3125rem + .75 * (100vw - 23.4375rem)/ 52.1875)
    }
  } */

  @supports (padding-top:clamp(0.75rem, 0.4131736527rem + 1.4371257485vw, 1.5rem)) {
    .advantages__text {
      padding-top: clamp(.75rem, .4131736527rem + 1.4371257485vw, 1.5rem)
    }
  }

  @supports not (padding-top:clamp(0.75rem, 0.4131736527rem + 1.4371257485vw, 1.5rem)) {
    .advantages__text {
      padding-top: calc(.75rem + .75 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  /* @supports (font-size:clamp(0.875rem, 0.7065868263rem + 0.7185628743vw, 1.25rem)) {
    .advantages__text {
      font-size: clamp(.875rem, .7065868263rem + .7185628743vw, 1.25rem)
    }
  }

  @supports not (font-size:clamp(0.875rem, 0.7065868263rem + 0.7185628743vw, 1.25rem)) {
    .advantages__text {
      font-size: calc(.875rem + .375 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (line-height:clamp(1.0625rem, 0.8660179641rem + 0.8383233533vw, 1.5rem)) {
    .advantages__text {
      line-height: clamp(1.0625rem, .8660179641rem + .8383233533vw, 1.5rem)
    }
  }

  @supports not (line-height:clamp(1.0625rem, 0.8660179641rem + 0.8383233533vw, 1.5rem)) {
    .advantages__text {
      line-height: calc(1.0625rem + .4375 * (100vw - 23.4375rem)/ 52.1875)
    }
  } */

  @supports (padding-top:clamp(3.75rem, 2.627245509rem + 4.7904191617vw, 6.25rem)) {
    .about-us {
      padding-top: clamp(3.75rem, 2.627245509rem + 4.7904191617vw, 6.25rem)
    }
  }

  @supports not (padding-top:clamp(3.75rem, 2.627245509rem + 4.7904191617vw, 6.25rem)) {
    .about-us {
      padding-top: calc(3.75rem + 2.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(1.5rem, 1.0508982036rem + 1.9161676647vw, 2.5rem)) {
    .about-us__sub-title {
      padding-top: clamp(1.5rem, 1.0508982036rem + 1.9161676647vw, 2.5rem)
    }
  }

  @supports not (padding-top:clamp(1.5rem, 1.0508982036rem + 1.9161676647vw, 2.5rem)) {
    .about-us__sub-title {
      padding-top: calc(1.5rem + 1 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (font-size:clamp(1.5rem, 1.2754491018rem + 0.9580838323vw, 2rem)) {
    .about-us__sub-title {
      font-size: clamp(1.5rem, 1.2754491018rem + .9580838323vw, 2rem)
    }
  }

  @supports not (font-size:clamp(1.5rem, 1.2754491018rem + 0.9580838323vw, 2rem)) {
    .about-us__sub-title {
      font-size: calc(1.5rem + .5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (line-height:clamp(1.8125rem, 1.5318113772rem + 1.1976047904vw, 2.4375rem)) {
    .about-us__sub-title {
      line-height: clamp(1.8125rem, 1.5318113772rem + 1.1976047904vw, 2.4375rem)
    }
  }

  @supports not (line-height:clamp(1.8125rem, 1.5318113772rem + 1.1976047904vw, 2.4375rem)) {
    .about-us__sub-title {
      line-height: calc(1.8125rem + .625 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(1.125rem, 0.9565868263rem + 0.7185628743vw, 1.5rem)) {
    .about-us__text {
      padding-top: clamp(1.125rem, .9565868263rem + .7185628743vw, 1.5rem)
    }
  }

  @supports not (padding-top:clamp(1.125rem, 0.9565868263rem + 0.7185628743vw, 1.5rem)) {
    .about-us__text {
      padding-top: calc(1.125rem + .375 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (margin-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .competencies {
      margin-top: clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)
    }
  }

  @supports not (margin-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .competencies {
      margin-top: calc(5rem + 2.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .competencies__container {
      padding-top: clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)
    }
  }

  @supports not (padding-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .competencies__container {
      padding-top: calc(5rem + 2.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-bottom:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .competencies__container {
      padding-bottom: clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)
    }
  }

  @supports not (padding-bottom:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .competencies__container {
      padding-bottom: calc(5rem + 2.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(1.5rem, 1.0508982036rem + 1.9161676647vw, 2.5rem)) {
    .competencies__text {
      padding-top: clamp(1.5rem, 1.0508982036rem + 1.9161676647vw, 2.5rem)
    }
  }

  @supports not (padding-top:clamp(1.5rem, 1.0508982036rem + 1.9161676647vw, 2.5rem)) {
    .competencies__text {
      padding-top: calc(1.5rem + 1 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(2.5rem, 2.3596556886rem + 0.5988023952vw, 2.8125rem)) {
    .competencies__items {
      padding-top: clamp(2.5rem, 2.3596556886rem + .5988023952vw, 2.8125rem)
    }
  }

  @supports not (padding-top:clamp(2.5rem, 2.3596556886rem + 0.5988023952vw, 2.8125rem)) {
    .competencies__items {
      padding-top: calc(2.5rem + .3125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(1.5rem, 1.2754491018rem + 0.9580838323vw, 2rem)) {
    .item-competencies__subtitle {
      padding-top: clamp(1.5rem, 1.2754491018rem + .9580838323vw, 2rem)
    }
  }

  @supports not (padding-top:clamp(1.5rem, 1.2754491018rem + 0.9580838323vw, 2rem)) {
    .item-competencies__subtitle {
      padding-top: calc(1.5rem + .5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(0.75rem, 0.6938622754rem + 0.2395209581vw, 0.875rem)) {
    .item-competencies__text {
      padding-top: clamp(.75rem, .6938622754rem + .2395209581vw, .875rem)
    }
  }

  @supports not (padding-top:clamp(0.75rem, 0.6938622754rem + 0.2395209581vw, 0.875rem)) {
    .item-competencies__text {
      padding-top: calc(.75rem + .125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(8.125rem, 6.7215568862rem + 5.9880239521vw, 11.25rem)) {
    .structure {
      padding-top: clamp(8.125rem, 6.7215568862rem + 5.9880239521vw, 11.25rem)
    }
  }

  @supports not (padding-top:clamp(8.125rem, 6.7215568862rem + 5.9880239521vw, 11.25rem)) {
    .structure {
      padding-top: calc(8.125rem + 3.125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(1.5rem, 1.1631736527rem + 1.4371257485vw, 2.25rem)) {
    .structure__items {
      padding-top: clamp(1.5rem, 1.1631736527rem + 1.4371257485vw, 2.25rem)
    }
  }

  @supports not (padding-top:clamp(1.5rem, 1.1631736527rem + 1.4371257485vw, 2.25rem)) {
    .structure__items {
      padding-top: calc(1.5rem + .75 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (font-size:clamp(1.875rem, 1.369760479rem + 2.1556886228vw, 3rem)) {
    .item-structure__number {
      font-size: clamp(1.875rem, 1.369760479rem + 2.1556886228vw, 3rem)
    }
  }

  @supports not (font-size:clamp(1.875rem, 1.369760479rem + 2.1556886228vw, 3rem)) {
    .item-structure__number {
      font-size: calc(1.875rem + 1.125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (font-size:clamp(2.3125rem, 1.6949850299rem + 2.6347305389vw, 3.6875rem)) {
    .item-structure__number {
      font-size: clamp(2.3125rem, 1.6949850299rem + 2.6347305389vw, 3.6875rem)
    }
  }

  @supports not (font-size:clamp(2.3125rem, 1.6949850299rem + 2.6347305389vw, 3.6875rem)) {
    .item-structure__number {
      font-size: calc(2.3125rem + 1.375 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (font-size:clamp(1.125rem, 1.0688622754rem + 0.2395209581vw, 1.25rem)) {
    .item-structure__title {
      font-size: clamp(1.125rem, 1.0688622754rem + .2395209581vw, 1.25rem)
    }
  }

  @supports not (font-size:clamp(1.125rem, 1.0688622754rem + 0.2395209581vw, 1.25rem)) {
    .item-structure__title {
      font-size: calc(1.125rem + .125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (line-height:clamp(1.375rem, 1.3188622754rem + 0.2395209581vw, 1.5rem)) {
    .item-structure__title {
      line-height: clamp(1.375rem, 1.3188622754rem + .2395209581vw, 1.5rem)
    }
  }

  @supports not (line-height:clamp(1.375rem, 1.3188622754rem + 0.2395209581vw, 1.5rem)) {
    .item-structure__title {
      line-height: calc(1.375rem + .125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (margin-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .diagnostics {
      margin-top: clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)
    }
  }

  @supports not (margin-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .diagnostics {
      margin-top: calc(5rem + 2.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .diagnostics__container {
      padding-top: clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)
    }
  }

  @supports not (padding-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .diagnostics__container {
      padding-top: calc(5rem + 2.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-bottom:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .diagnostics__container {
      padding-bottom: clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)
    }
  }

  @supports not (padding-bottom:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .diagnostics__container {
      padding-bottom: calc(5rem + 2.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(1.5rem, 1.0508982036rem + 1.9161676647vw, 2.5rem)) {
    .diagnostics__text {
      padding-top: clamp(1.5rem, 1.0508982036rem + 1.9161676647vw, 2.5rem)
    }
  }

  @supports not (padding-top:clamp(1.5rem, 1.0508982036rem + 1.9161676647vw, 2.5rem)) {
    .diagnostics__text {
      padding-top: calc(1.5rem + 1 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .trust {
      padding-top: clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)
    }
  }

  @supports not (padding-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .trust {
      padding-top: calc(5rem + 2.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-bottom:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .trust {
      padding-bottom: clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)
    }
  }

  @supports not (padding-bottom:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .trust {
      padding-bottom: calc(5rem + 2.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (margin-top:clamp(1.5rem, 0.2088323353rem + 5.5089820359vw, 4.375rem)) {
    .trust__slider {
      margin-top: clamp(1.5rem, .2088323353rem + 5.5089820359vw, 4.375rem)
    }
  }

  @supports not (margin-top:clamp(1.5rem, 0.2088323353rem + 5.5089820359vw, 4.375rem)) {
    .trust__slider {
      margin-top: calc(1.5rem + 2.875 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .team__container {
      padding-top: clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)
    }
  }

  @supports not (padding-top:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .team__container {
      padding-top: calc(5rem + 2.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-bottom:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .team__container {
      padding-bottom: clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)
    }
  }

  @supports not (padding-bottom:clamp(5rem, 3.877245509rem + 4.7904191617vw, 7.5rem)) {
    .team__container {
      padding-bottom: calc(5rem + 2.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-bottom:clamp(1.1875rem, 0.7383982036rem + 1.9161676647vw, 2.1875rem)) {
    .team__top {
      padding-bottom: clamp(1.1875rem, .7383982036rem + 1.9161676647vw, 2.1875rem)
    }
  }

  @supports not (padding-bottom:clamp(1.1875rem, 0.7383982036rem + 1.9161676647vw, 2.1875rem)) {
    .team__top {
      padding-bottom: calc(1.1875rem + 1 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (font-size:clamp(1.125rem, 1.0688622754rem + 0.2395209581vw, 1.25rem)) {
    .card-team__title {
      font-size: clamp(1.125rem, 1.0688622754rem + .2395209581vw, 1.25rem)
    }
  }

  @supports not (font-size:clamp(1.125rem, 1.0688622754rem + 0.2395209581vw, 1.25rem)) {
    .card-team__title {
      font-size: calc(1.125rem + .125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (line-height:clamp(1.375rem, 1.3188622754rem + 0.2395209581vw, 1.5rem)) {
    .card-team__title {
      line-height: clamp(1.375rem, 1.3188622754rem + .2395209581vw, 1.5rem)
    }
  }

  @supports not (line-height:clamp(1.375rem, 1.3188622754rem + 0.2395209581vw, 1.5rem)) {
    .card-team__title {
      line-height: calc(1.375rem + .125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (gap:clamp(1.125rem, -0.1380988024rem + 5.3892215569vw, 3.9375rem)) {
    .contact__container {
      gap: clamp(1.125rem, -.1380988024rem + 5.3892215569vw, 3.9375rem)
    }
  }

  @supports not (gap:clamp(1.125rem, -0.1380988024rem + 5.3892215569vw, 3.9375rem)) {
    .contact__container {
      gap: calc(1.125rem + 2.8125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (font-size:clamp(1.5rem, 1.2754491018rem + 0.9580838323vw, 2rem)) {
    .contact__title {
      font-size: clamp(1.5rem, 1.2754491018rem + .9580838323vw, 2rem)
    }
  }

  @supports not (font-size:clamp(1.5rem, 1.2754491018rem + 0.9580838323vw, 2rem)) {
    .contact__title {
      font-size: calc(1.5rem + .5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (line-height:clamp(1.6875rem, 1.3506736527rem + 1.4371257485vw, 2.4375rem)) {
    .contact__title {
      line-height: clamp(1.6875rem, 1.3506736527rem + 1.4371257485vw, 2.4375rem)
    }
  }

  @supports not (line-height:clamp(1.6875rem, 1.3506736527rem + 1.4371257485vw, 2.4375rem)) {
    .contact__title {
      line-height: calc(1.6875rem + .75 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding-top:clamp(1rem, 0.5508982036rem + 1.9161676647vw, 2rem)) {
    .contact__text {
      padding-top: clamp(1rem, .5508982036rem + 1.9161676647vw, 2rem)
    }
  }

  @supports not (padding-top:clamp(1rem, 0.5508982036rem + 1.9161676647vw, 2rem)) {
    .contact__text {
      padding-top: calc(1rem + 1 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (font-size:clamp(1.125rem, 1.0688622754rem + 0.2395209581vw, 1.25rem)) {
    .contact__text {
      font-size: clamp(1.125rem, 1.0688622754rem + .2395209581vw, 1.25rem)
    }
  }

  @supports not (font-size:clamp(1.125rem, 1.0688622754rem + 0.2395209581vw, 1.25rem)) {
    .contact__text {
      font-size: calc(1.125rem + .125 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (line-height:clamp(1.5rem, 1.3877245509rem + 0.4790419162vw, 1.75rem)) {
    .contact__text {
      line-height: clamp(1.5rem, 1.3877245509rem + .4790419162vw, 1.75rem)
    }
  }

  @supports not (line-height:clamp(1.5rem, 1.3877245509rem + 0.4790419162vw, 1.75rem)) {
    .contact__text {
      line-height: calc(1.5rem + .25 * (100vw - 23.4375rem)/ 52.1875)
    }
  }

  @supports (padding:clamp(2rem, 1.3263473054rem + 2.874251497vw, 3.5rem)) {
    .contact-form__call {
      padding: clamp(2rem, 1.3263473054rem + 2.874251497vw, 3.5rem)
    }
  }

  @supports not (padding:clamp(2rem, 1.3263473054rem + 2.874251497vw, 3.5rem)) {
    .contact-form__call {
      padding: calc(2rem + 1.5 * (100vw - 23.4375rem)/ 52.1875)
    }
  }
}

@media (min-width:59.375em) and (max-width:120em) {
  @supports (gap:clamp(1.875rem, -3.6340206186rem + 9.2783505155vw, 7.5rem)) {
    .main__container {
      gap: clamp(1.875rem, -3.6340206186rem + 9.2783505155vw, 7.5rem)
    }
  }

  @supports not (gap:clamp(1.875rem, -3.6340206186rem + 9.2783505155vw, 7.5rem)) {
    .main__container {
      gap: calc(1.875rem + 5.625 * (100vw - 59.375rem)/ 60.625)
    }
  }

  @supports (gap:clamp(1.875rem, -3.6340206186rem + 9.2783505155vw, 7.5rem)) {
    .diagnostics__container {
      gap: clamp(1.875rem, -3.6340206186rem + 9.2783505155vw, 7.5rem)
    }
  }

  @supports not (gap:clamp(1.875rem, -3.6340206186rem + 9.2783505155vw, 7.5rem)) {
    .diagnostics__container {
      gap: calc(1.875rem + 5.625 * (100vw - 59.375rem)/ 60.625)
    }
  }

  @supports (padding-top:clamp(0.0000000625rem, -1.8975514227rem + 3.1958761856vw, 1.9375rem)) {
    .diagnostics__content {
      padding-top: clamp(.0000000625rem, -1.8975514227rem + 3.1958761856vw, 1.9375rem)
    }
  }

  @supports not (padding-top:clamp(0.0000000625rem, -1.8975514227rem + 3.1958761856vw, 1.9375rem)) {
    .diagnostics__content {
      padding-top: calc(.0000000625rem + 1.9374999375 * (100vw - 59.375rem)/ 60.625)
    }
  }
}

@media (any-hover:hover) {
  .menu__link:hover {
    color: #1987f4
  }

  .menu__link:hover::before {
    content: "";
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
  }

  .menu__button:hover {
    color: #fff;
    background-color: #fe9914
  }

  .cosial-menu__item:hover {
    background-color: #1987f4;
    color: #fff
  }

  .social-footer__facebook:hover img,
  .social-footer__instagram:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  .website-menu-foote__link:hover {
    text-decoration: underline
  }

  .contact-menu-footer__item:hover {
    text-decoration: underline
  }

  .form__button:hover {
    background-color: #ff8400
  }

  .partners__item:hover {
    border-radius: .75rem;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .08);
    background: #fff
  }

  .partners__item:hover img:last-child {
    opacity: 0
  }

  .trust__item:hover {
    border-radius: .75rem;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .08);
    background: #fff
  }
}

.bottom-dor {
  color: #fff;
  padding: 1.25rem 15px;
  background-color: #fe9914;
  border-radius: 6.25rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color .3s, opacity .3s;
  position: fixed;
  bottom: 25px;
  left: calc(50% - 120px);
  cursor: pointer;
  display: none;
  z-index: 1;
}

.bottom-dor--hidden {
  opacity: 0;
  pointer-events: none;
}

.cart-client-butt a {
  width: 174.006px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 30px;
  border: 1px solid #fb8713;
  color: #fb8713;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center
}

.cart-client-butt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px
}

a.forma_modal {
  color: #fff;
  padding: 1.25rem 0;
  background-color: #fe9914;
  border-radius: 6.25rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color .3s;
  width: 315px;
  height: 57px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media (max-width:992px) {
  .bottom-dor {
    display: flex
  }
}

.cart-client-butt a:hover {
  color: #fff;
  background: #fb8713;
}

a.forma_modal:hover {
  background-color: #ff8400;
}

div#popup-forma .popup__content {
  padding: 0;
  border-radius: 88px;
}

div#popup-forma .form {
  width: 380px;
}

div#popup-forma button.popup__close {
  z-index: 100;
  margin-top: -20px;
  margin-right: -13px;
  top: 30px;
  right: 30px;
}

div#popup-forma-two .popup__content {
  padding: 0;
  border-radius: 88px;
}

div#popup-forma-two .form {
  width: 380px;
  border-radius: 0;
}

div#popup-forma-two button.popup__close {
  z-index: 100;
  margin-top: -20px;
  margin-right: -13px;
}






.text-review-slider .slick-slide {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.video-review-slider,
.text-review-slider,
.text-review-slider-text {
  padding: 0 40px;
}

.text-review-slider-text .slick-prev {
  left: -25px;
}

.text-review-slider-text .slick-next {
  right: -25px;
}

.text-review-slider .draggable {
  padding: 50px 0 20px;
  top: -50px;
}



.slick-disabled {
  -webkit-filter: grayscale(50);
  filter: grayscale(50);
  cursor: default !important;
  opacity: 0;
}

.slick-disabled:hover {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  top: calc(50% - 12px);
}

.slick-prev:hover,
.slick-next:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.slick-slider .slick-list,
.slick-slider {
  touch-action: auto !important;
  -ms-touch-action: auto !important;
}


.slick-arrow svg rect,
.slick-arrow svg path {
  -webkit-transition: all.3s ease;
  transition: all.3s ease;
}

.slick-arrow:hover svg [fill],
.slick-arrow:hover svg [fill] {
  fill: #fe9914;
}

.text-review .slick-prev {
  left: -90px;
}

.text-review .slick-next {
  right: -90px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #dadada !important;
}

.callback_button {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 1002;
}

@-webkit-keyframes callback_button-blum-blum {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  90% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes callback_button-blum-blum {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  90% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* text-review */
.text-review {
  position: relative;
  padding: 120px 0 100px;
  margin-top: -50px;
  margin-bottom: 50px;
  z-index: 1;
  background: url('../images/text-review-bg.svg') center top/cover no-repeat;
}

.text-review__title {
  margin-bottom: 40px;
}

.popup-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom_dash_button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  padding: 11px 25px;
  background: #FE9914;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #FE9914;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
}

.custom_dash_button>span {
  display: inline-block;
  position: relative;
  left: 0;
  margin: 0 !important;
  color: #ffffff;
  z-index: 2;
}

.text-review .custom_dash_button {
  padding: 11px 25px;
  min-width: 270px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.custom_dash_button>svg {
  position: relative;
  margin-left: 15px;
  left: 0;
}

.custom_dash_button>svg path:first-child {
  fill: #468ADC;
}

.custom_dash_button,
.custom_dash_button>span,
.custom_dash_button>svg,
.custom_dash_button>svg path {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

.custom_dash_button:hover {
  box-shadow: -20px 0px 60px rgba(0, 0, 0, 0.35);
  background: #468ADC;
  border-color: #468ADC;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.custom_dash_button:hover>span {
  color: #ffffff;
  left: -5px;
}

.custom_dash_button:hover>svg {
  left: 5px;
}

.custom_dash_button:hover>svg path:first-child {
  fill: #FE9914;
}

@-webkit-keyframes slow_jump {
  0% {
    top: 0;
  }

  50% {
    top: -20px;
  }

  100% {
    top: 0;
  }
}

@keyframes slow_jump {
  0% {
    top: 0;
  }

  50% {
    top: -20px;
  }

  100% {
    top: 0;
  }
}


.text-review-box {
  display: block;
  margin: 0 auto;
  max-width: 190px;
  width: 100%;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}

.text-review-box.without_socials .review-txt,
.text-review-box.without_socials .review-desc {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text-review-box .image .square_padding {
  padding-bottom: 100%;
}

.text-review-box .image {
  position: relative;
  -webkit-perspective: 200px;
  perspective: 200px;
  display: block;
  -webkit-transition: all.6s ease;
  transition: all.6s ease;
}

.text-review-box .image .front {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.text-review-box .image .front,
.text-review-box .image .back {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all.6s ease;
  transition: all.6s ease;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.text-review-box .image .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.text-review-box:hover .image {
  -webkit-animation-name: slow_jump;
  animation-name: slow_jump;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}

.text-review-box:hover .image .back {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.text-review-box:hover .image .front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.text-review-box b {
  display: table;
  font-size: 18px;
  color: #FE9914;
  margin: 15px 0 5px;
}

.text-review-box span {
  display: table;
  font-weight: 300;
}

.text-review-box .soc {
  display: table;
  float: right;
  margin: 20px 10px 0 0;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
  -webkit-filter: drop-shadow(3px 1px 10px rgba(0, 0, 0, .15));
  filter: drop-shadow(3px 1px 10px rgba(0, 0, 0, .15));
}


.text-review-box .soc:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: drop-shadow(3px 1px 15px rgba(0, 0, 0, .35));
  filter: drop-shadow(3px 1px 15px rgba(0, 0, 0, .35));
}

.text-review-box .soc svg path {
  -webkit-transition: all.2s ease;
  transition: all.2s ease;
}

.text-review-box .soc:hover svg .bg {
  fill: #fe9914;
}

.text-review-box .soc:hover svg .obj path {
  fill: #fff;
}

.text-review-box .image img {
  width: 100%;
  max-height: 300px;
  max-width: none !important;
}

.rev-box {
  display: block;
}

.rev-box-tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 30px;

  line-height: 36px;
  color: #FE9914;
  font-weight: bold;
}

.rev-box-tit a {
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform ease .2s;
  transition: -webkit-transform ease .2s;
  transition: transform ease .2s;
  transition: transform ease .2s, -webkit-transform ease .2s;
  left: 15px;
  top: 2px;
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .15));
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .15));
}

.rev-box-tit a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.rev-box-desc {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.rev-box-text {
  display: block;
  margin: 20px 0 0;
  font-size: 18px;
  color: #104482;
  font-weight: 400;
  line-height: 25px;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(10, 10, 10, 0.7);
  z-index: 1004;
  display: none;
  top: 0;
  left: 0;
}

.rev-pop {
  background: #ffffff;
  border-radius: 40px;
  padding: 50px 60px;
  width: 100%;
  max-width: 700px;
  box-shadow: 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.reveal-modal {
  visibility: hidden;
  top: 180px;
  position: absolute;
  z-index: 1005;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.rev-box {
  display: block;
}

.close-reveal-modal {
  position: absolute;
  top: -55px;
  right: -70px;
  width: 67px;
  height: 67px;
  background: url(../images/close-bg.svg) no-repeat center;
  line-height: 82px;
  cursor: pointer;
}

.close-reveal-modal img {
  -webkit-transition: -webkit-transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
  margin: 0 0 0 18px;
  vertical-align: baseline;
}

.rev-box-heading {
  display: -webkit-box;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 20px;
}

.rev-box-image {
  margin-right: 30px;
}

.rev-box-imageClip {
  max-width: 100px;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, .1));
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, .1));
}

.rev-box-tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 36px;
  color: #FE9914;
  font-weight: bold;
}

.rev-box-desc {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.rev-box-text {
  display: block;
  margin: 20px 0 0;
  font-size: 18px;
  color: #104482;
  font-weight: 400;
  line-height: 25px;
}

@media screen and (max-width: 1439px) {

  .text-review .slick-next {
    right: -15px;
  }

  .text-review .slick-prev {
    left: -15px;
  }
}


@media only screen and (min-width : 992px) {
  .reveal-modal {
    position: fixed;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 991px) {
  .rev-pop {
    padding: 20px 25px 30px;
    border-radius: 10px;
    max-width: 85%;
  }

  .close-reveal-modal {
    right: 10px;
    top: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .rev-pop {
    padding: 20px 25px 30px;
    border-radius: 10px;
    max-width: 90%;
  }

  .rev-box-image {
    display: none;
  }

  .rev-box-tit {
    font-size: 26px;
    line-height: 30px;
    flex-wrap: wrap;
    padding-right: 50px;
  }

  .rev-box-tit a {
    left: 0;
    margin-bottom: 10px;
  }

  .rev-box-tit span {
    -webkit-box-ordinal-group: 2;
    order: 1;
    width: 100%;
  }

  .rev-box-desc {
    font-size: 16px;
    margin: 5px 0 0;
  }

  .rev-box-text {
    font-size: 16px;
    line-height: 24px;
  }

  .close-reveal-modal {
    width: 47px;
    height: 47px;
    right: 10px;
    top: 10px;
    background-size: contain;
  }

  .close-reveal-modal img {
    position: relative;
    top: -12px;
    margin-left: 12px;
    width: 20px;
  }
}