@charset "UTF-8";
:root {
  --font-family: "Inter", sans-serif;
  --content-width: 1296px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --color-text: #333;
  --color-white: #fff;
  --color-black: #000;
  --color-accent: #0B5BDA;
  --trs: all 0.4s ease-in-out;
}

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

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

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

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Semibold.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family, sans-serif);
}

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

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

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

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

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

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

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

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

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

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

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

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

body {
  padding-top: 101px;
}

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

.test {
  position: relative;
  padding: 100px 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.test::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #2e2e2e;
  opacity: 0.05;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.test__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.test__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  padding: 70px;
  width: calc(50% - 20px);
  background: #fff;
  aspect-ratio: 1/1;
}
.test__item:nth-child(4) {
  color: var(--color-white);
  background: #29abee;
}
.test__item--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 250px;
}
.test__item--btn {
  width: 140px;
  height: 40px;
  background-color: #068ace;
}
.test-bre {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #565656;
}
.test-bre a {
  color: currentcolor;
}
.test-bre .last {
  color: #666;
}

.block-video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.block-video-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  padding: 70px;
  min-height: 450px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.faq {
  margin: 0 auto;
  max-width: 100%;
}
.faq-item {
  border-bottom: 1px solid #ddd;
}
.faq-item:last-child {
  border-bottom: 0;
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  outline: none;
  padding: 25px 20px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}

.faq-question:hover {
  background: #e2e2e2;
}

.faq-icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq-item.open .faq-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-answer {
  overflow: hidden;
  padding: 0 20px;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.faq-item.open .faq-answer {
  max-height: 500px;
  /* максимальная высота, если контент заранее известен */
}

.faq-answer p {
  margin: 15px 0;
}

h1,
.h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 576px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  color: #000;
}
h2.ragular,
.h2.ragular {
  font-weight: 400;
}
@media (max-width: 576px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  color: #000;
}
@media (max-width: 576px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #000;
}
h4.ragular,
.h4.ragular {
  font-weight: 400;
}
@media (max-width: 576px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #000;
}
h5.ragular,
.h5.ragular {
  font-weight: 400;
}
@media (max-width: 576px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}

h6,
.h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 576px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}

ul {
  padding-left: 15px;
}
ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 576px) {
  ul li {
    font-size: 14px;
  }
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 576px) {
  p {
    font-size: 14px;
  }
}

.video-widget {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
}

.video-widget__container {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 999999;
  overflow: hidden;
  outline: none;
  border-style: solid;
  border-width: 5px;
  border-color: rgb(255, 255, 255);
  border-radius: 20px;
  width: 130px;
  height: 180px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: "Helvetica";
  -webkit-tap-highlight-color: transparent;
  background: rgb(238, 238, 238);
  -webkit-transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-widget__container:hover {
  border-color: rgb(19, 19, 68);
  -webkit-transform: scale(1.05) translate(5px, -5px);
  -ms-transform: scale(1.05) translate(5px, -5px);
  transform: scale(1.05) translate(5px, -5px);
}

.video-widget__video {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 200;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.8;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
}

.video-widget__close {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 250;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}

.video-widget__close::before,
.video-widget__close::after {
  content: " ";
  position: absolute;
  left: 9px;
  top: 1px;
  width: 2px;
  height: 18px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
  background: #fff;
}

.video-widget__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.video-widget__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.video-widget__container:hover .video-widget__close {
  opacity: 0.5;
}

.video-widget.video-widget[data-state=opened] .video-widget__container {
  border-color: rgb(255, 255, 255);
  border-radius: 20px;
  width: 280px;
  height: 500px;
}

.video-widget.video-widget[data-state=opened] .video-widget__close {
  opacity: 0.5;
}

.video-widget.video-widget[data-state=opened] .video-widget__close::before {
  display: none;
}

.video-widget.video-widget[data-state=opened] .video-widget__close::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.video-widget.video-widget[data-state=opened] .video-widget__close:hover {
  opacity: 1;
}

.video-widget__button {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 300;
  vertical-align: middle;
  border-radius: 10px;
  height: 65px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 4px 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 4px 15px;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: "Helvetica";
  font-size: 14px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  background-color: rgb(253, 216, 42);
  opacity: 0;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}

.video-widget__button:hover {
  text-decoration: none;
  background-color: rgb(255, 226, 87);
}

.video-widget.video-widget[data-state=opened] .video-widget__button {
  opacity: 1;
}

@media only screen and (width <= 1023px) {
  .video-widget__close {
    opacity: 0.5;
  }
}
@media only screen and (width <= 479px) {
  .video-widget__container {
    left: 15px;
    bottom: 15px;
    width: 90px;
    height: 125px;
  }
}
.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 999999;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  border-radius: 10px;
  padding: 20px;
  max-width: 710px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  /* синий фон */
  color: #000;
  background-color: var(--color-white);
  gap: 20px;
}
.cookie-banner p {
  font-size: 14px;
}
@media (max-width: 576px) {
  .cookie-banner p {
    font-size: 12px;
  }
}

.cookie-banner button {
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 14px;
  color: var(--color-white);
  background: var(--color-accent);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media (max-width: 576px) {
  .cookie-banner button {
    font-size: 12px;
  }
}

.cookie-banner button:hover {
  background: var(--color-black);
}

/* Very important for having a smooth transitions. */
.swiper-wrapper {
  /* stylelint-disable-next-line declaration-no-important */
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.u-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
.u-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 100px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.u-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 100px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.c-carousel {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

.c-carousel__wrapper.swiper {
  position: static;
}

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

.c-carousel img {
  margin: 0 auto;
}

.c-carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wpcf7-form-control-wrap {
  display: block;
}
@media (max-width: 576px) {
  .wpcf7-form-control-wrap:first-child {
    margin-bottom: 20px;
  }
}
.wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 10px;
}
.wpcf7-form-control.wpcf7-submit {
  margin-top: 10px;
}
.wpcf7-form.submitting {
  opacity: 0.5;
}
.wpcf7-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 15px;
  padding: 20px 54px;
  width: 381px;
  max-height: 67px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: var(--color-white);
  background: #0d6cf0;
  -webkit-transition: var(--trs);
  transition: var(--trs);
  cursor: pointer;
  gap: 10px;
}
@media (max-width: 576px) {
  .wpcf7-submit {
    width: 100%;
  }
}
.wpcf7-submit:hover {
  background: var(--color-black);
}
.wpcf7-submit:disabled {
  background-color: rgb(192, 192, 192);
}
.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: none;
  border-radius: 15px;
  padding: 20px 25px;
  width: 381px;
  height: 67px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #0d4592;
  background: rgba(255, 255, 255, 0.9);
  gap: 10px;
}
@media (max-width: 576px) {
  .wpcf7 input[type=url],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel] {
    width: 100%;
  }
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #444;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 12px;
}
.wpcf7-acceptance input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: 2px solid #fff;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  background: transparent;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
.wpcf7-acceptance input[type=checkbox]::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  width: 4px;
  height: 9px;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.wpcf7-acceptance input[type=checkbox]:checked {
  border-color: #fff;
}
.wpcf7-acceptance input[type=checkbox]:checked::before {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
  color: var(--color-white);
}
@media (max-width: 576px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 3vw;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--color-white);
}
.wpcf7-form-control-wrap[data-name=radio-choice] {
  /* stylelint-disable-next-line no-duplicate-selectors */
}
.wpcf7-form-control-wrap[data-name=radio-choice] .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control-wrap[data-name=radio-choice] .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.wpcf7-form-control-wrap[data-name=radio-choice] .wpcf7-list-item label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 28px;
  font-size: 16px;
  color: var(--color-white);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 576px) {
  .wpcf7-form-control-wrap[data-name=radio-choice] .wpcf7-list-item label {
    font-size: 14px;
  }
}
.wpcf7-form-control-wrap[data-name=radio-choice] .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.wpcf7-form-control-wrap[data-name=radio-choice] .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wpcf7-form-control-wrap[data-name=radio-choice] .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: var(--color-white);
  -webkit-transform: translate(4px, -50%);
  -ms-transform: translate(4px, -50%);
  transform: translate(4px, -50%);
}
.wpcf7-spinner {
  opacity: 0;
}

body input[type=text].wpcf7-not-valid,
body input[type=email].wpcf7-not-valid,
body input[type=tel].wpcf7-not-valid,
body textarea.wpcf7-not-valid {
  border: 1px solid #ec3c06;
}

body span.wpcf7-not-valid-tip {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  margin-top: 2px;
  border: none;
  padding: 0;
  font-size: 15px;
  color: #ec3c06;
  background: none;
}

body div.wpcf7-validation-errors {
  border: 1px solid #ff8a8a;
  color: #ec3c06;
  background: #ffe2e2;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  position: absolute;
  top: calc(100% - 10px);
  margin: 0;
  border-color: #46b450;
  border-radius: 0 20px 20px;
  padding: 25px;
  width: 100%;
  max-width: 381px;
  line-height: 150%;
  color: var(--color-white);
  background: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  position: absolute;
  top: calc(100% - 10px);
  margin: 0;
  border-color: #ffb900;
  border-radius: 0 20px 20px;
  padding: 25px;
  width: 100%;
  max-width: 381px;
  line-height: 150%;
  background: #ffb900;
  /* Yellow */
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 30px;
  min-height: 50px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #000;
  background: #f5f5f5;
  -webkit-transition: var(--trs);
  transition: var(--trs);
  cursor: pointer;
  gap: 10px;
}
.btn:hover {
  background: #ebebeb;
}
.btn-accent {
  color: var(--color-white);
  background: var(--color-accent);
}
.btn-accent:hover {
  color: var(--color-white);
  background: var(--color-black);
}
.btn-regular {
  padding: 15px 25px;
}
.btn-small {
  width: 192px;
  height: 50px;
  min-height: 50px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  width: 100%;
  min-height: 104px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}
@media (max-width: 1280px) {
  .header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 80px;
    background: rgb(255, 255, 255);
  }
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .header__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 15px;
    gap: 30px;
  }
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo img {
  display: block;
  width: auto;
  height: 40px;
}
@media (max-width: 576px) {
  .header-logo img {
    height: 30px;
  }
}
.header-logo span {
  margin-left: 20px;
  border-left: 1px solid rgba(51, 51, 57, 0.1);
  padding-left: 20px;
  font-size: 12px;
  color: #333339;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  padding: 30px 25px;
  background: rgba(241, 241, 241, 0.6);
  backdrop-filter: blur(5px);
  gap: 50px;
}
@media (max-width: 1280px) {
  .header-nav {
    display: none;
    background: transparent;
  }
}
.header-nav.show {
  display: inline;
  padding: 0;
  width: 100%;
}
.header-nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  gap: 50px;
}
@media (max-width: 1280px) {
  .header-nav nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.header-nav nav ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #000;
}
@media (max-width: 1280px) {
  .header-nav nav ul li a {
    font-size: 18px;
  }
}
.header-nav nav ul li .sub-menu {
  display: none;
}
.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 1280px) {
  .header-contacts {
    display: none;
  }
}
.header-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 15px;
  padding: 15px;
  background: rgba(241, 241, 241, 0.6);
  -webkit-transition: var(--trs);
  transition: var(--trs);
  backdrop-filter: blur(5px);
  gap: 25px;
}
.header-contacts__item:hover {
  background: #EBEBEB;
}
.header-contacts__item:hover span {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.header-contacts__item span {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  -webkit-transition: var(--trs);
  transition: var(--trs);
}
.header-contacts__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 0 0;
  width: 40px;
  height: 50px;
  gap: 10px;
}
.header-contacts__icon svg {
  width: 40px;
  height: 40px;
  fill: #000;
}
.header-contacts__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 0 0;
  width: 40px;
  height: 50px;
  gap: 10px;
}
.header-contacts__avatar img {
  border-radius: 52px;
  width: 40px;
  height: 40px;
}
.header-contacts.show {
  display: inline;
  width: 100%;
}
.header-mob-phone {
  position: absolute;
  left: 15px;
  top: 15px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 48px;
  width: 48px;
  height: 48px;
  background: #fff;
}
@media (max-width: 576px) {
  .header-mob-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-mob-phone svg {
  width: 32px;
  height: 32px;
}
.header-mob-menu {
  position: absolute;
  right: 15px;
  top: 27px;
  display: none;
  width: 24px;
  height: 24px;
  background: #fff;
}
@media (max-width: 1280px) {
  .header-mob-menu {
    display: inherit;
  }
}
.header-mob-menu .hamburger,
.header-mob-menu .hamburger::after,
.header-mob-menu .hamburger::before {
  border-radius: 2px;
  width: 24px;
  height: 2px;
}
.header-mob-menu .hamburger {
  position: absolute;
  top: 50%;
  background: #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
}
.header-mob-menu .hamburger::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #000;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 1024px) {
  .header-mob-menu .hamburger::before {
    bottom: 8px;
  }
}
.header-mob-menu .hamburger::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #000;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 1024px) {
  .header-mob-menu .hamburger::after {
    top: 8px;
  }
}
.header-mob-menu .hamburger.animate {
  background: rgba(0, 0, 0, 0);
}
.header-mob-menu .hamburger.animate::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header-mob-menu .hamburger.animate::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header.show {
  overflow: hidden;
  overflow: auto;
  width: 100%;
  height: 100vh;
}
.header .container {
  width: 100%;
}

.footer {
  padding: 60px 0;
  color: #000;
  background-color: #f5f5f5;
}
@media (width <= 768px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media (width <= 768px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.footer__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 300px;
}
.footer__title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 24px;
}
@media (width <= 768px) {
  .footer__title {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.footer__row {
  margin-bottom: 16px;
}
.footer__row p {
  margin-top: 4px;
  font-size: 14px;
  color: #777;
}
.footer__contact a {
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  color: #000;
}
.footer__contact a:hover {
  text-decoration: underline;
}
.footer__contact--mail a {
  color: var(--color-black);
}
.footer__contact--address a {
  color: #333;
}
@media (width <= 768px) {
  .footer__contact a {
    font-size: 16px;
  }
}
.footer__messengers {
  font-size: 14px;
}
.footer__messengers-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  gap: 12px;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  gap: 12px;
}
.footer__social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background: #fff;
}
.footer__social-icon.icon-telegram {
  background: #08c;
}
.footer__social-icon.icon-whatsapp {
  background: #2cb742;
}
.footer__social-icon.icon-vk {
  background: #07F;
}
.footer__social-icon.icon-threads, .footer__social-icon.icon-dprofile {
  background: #000;
}
.footer__social-icon.icon-behance {
  background: #053eff;
}
.footer__social-icon.icon-dribbble {
  background: #ea4c89;
}
.footer__social-icon svg {
  width: 24px;
  height: 24px;
  fill: var(--color-white);
}
.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 576px) {
  .footer__columns {
    display: none;
  }
}
.footer__section {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
}
.footer__section-title {
  margin-bottom: 12px;
}
.footer__section-title .footer__section-link {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.footer__section-title .footer__section-link:hover {
  text-decoration: underline;
}
.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__list--bold .footer__link {
  font-weight: 600;
}
.footer__link {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 14px;
  text-decoration: none;
  color: #555;
}
.footer__link:hover {
  color: #000;
}
.footer__disclaimer {
  margin-top: 20px;
  width: 100%;
  max-width: 500px;
  font-size: 12px;
  line-height: 1.4;
  text-align: justify;
  color: #999;
}
@media (max-width: 576px) {
  .footer__disclaimer {
    font-size: 11px;
  }
}
.footer__disclaimer--mobile {
  display: none;
}
@media (max-width: 576px) {
  .footer__disclaimer--mobile {
    display: block;
  }
}

.partners__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
}
.partners-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 20px;
  width: calc(33.3333333333% - 20px);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-transition: var(--trs);
  transition: var(--trs);
  gap: 0;
}
.partners-item:hover {
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.partners-item__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 240px;
  min-height: 240px;
}
.partners-item__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 30px 30px;
  gap: 25px;
}
.partners-item__content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #000;
}
.partners-item__link::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.partners h1 {
  margin-bottom: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 48px;
}

.section-intro {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .section-intro {
    padding-top: 50px;
  }
}
.section-intro__title h1 {
  font-weight: 700;
  font-size: 71.1px;
  line-height: 116%;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 1440px) {
  .section-intro__title h1 {
    font-size: 4.938vw;
  }
}
@media (max-width: 1024px) {
  .section-intro__title h1 {
    margin: 0;
    font-size: 8.3vw;
  }
}
@media (max-width: 1024px) {
  .section-intro__title h1 .accent {
    display: block;
  }
}
.section-intro__title h1 .break {
  margin-left: 348px;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .section-intro__title h1 .break {
    margin-left: 24.238vw;
    font-size: 4.938vw;
  }
}
@media (max-width: 1024px) {
  .section-intro__title h1 .break {
    display: block;
    margin-left: 0;
    font-size: 7.12vw;
  }
}
.section-intro__inner {
  position: relative;
}
.section-intro .category-tag {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 266px;
  gap: 2px;
}
@media (max-width: 1440px) {
  .section-intro .category-tag {
    bottom: 0;
  }
}
@media (max-width: 1280px) {
  .section-intro .category-tag {
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .section-intro .category-tag {
    position: static;
    bottom: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.section-intro .category-tag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  background: #fafafa;
  -webkit-transition: var(--trs);
  transition: var(--trs);
  gap: 10px;
}
@media (max-width: 1024px) {
  .section-intro .category-tag a {
    background: #f1f1f1;
  }
}
.section-intro .category-tag a:hover {
  color: #fafafa;
  background: #000;
}
.section-intro .letsgo {
  margin-left: 350px;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 1440px) {
  .section-intro .letsgo {
    margin-left: 24.238vw;
    font-size: 1.75vw;
  }
}
@media (max-width: 1024px) {
  .section-intro .letsgo {
    margin-left: 0;
    font-weight: 500;
    font-size: 6vw;
  }
}
.section-intro .letsgo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: currentcolor;
  gap: 5px;
}
.section-intro .letsgo a:hover svg {
  -webkit-transform: translate(5px, -5px);
  -ms-transform: translate(5px, -5px);
  transform: translate(5px, -5px);
}
.section-intro .letsgo svg {
  width: 30px;
  height: 30px;
  -webkit-transition: var(--trs);
  transition: var(--trs);
}
.section-bg {
  margin-right: 24px;
  margin-left: 24px;
  background-color: #F2F6FA;
}
.section-video {
  position: relative;
  padding: 100px 0;
}
.section-video__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 768px;
}
.section-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.section-newcase {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0;
}
@media (max-width: 1024px) {
  .section-newcase {
    padding: 0;
  }
}
.section-newcase::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin-top: 100px;
  width: 100%;
  height: calc(100% - 100px);
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(rgba(250, 250, 250, 0)));
  background: linear-gradient(180deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}
.section-newcase::before {
  content: attr(data-title-block);
  display: none;
  font-weight: 700;
  font-size: 13.9vw;
  color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  .section-newcase::before {
    display: block;
  }
}
.section-newcase:hover .section-newcase__img {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
@media (max-width: 1440px) {
  .section-newcase:hover .section-newcase__img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.section-newcase:hover .btn {
  color: var(--color-white);
  background: var(--color-black);
}
.section-newcase:hover svg {
  fill: var(--color-white);
}
.section-newcase__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .section-newcase__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-newcase__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-top: 100px;
  padding-bottom: 50px;
  width: 100%;
  max-width: 440px;
  gap: 30px;
}
@media (max-width: 1024px) {
  .section-newcase__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 20px;
    padding-bottom: 40px;
    gap: 15px;
  }
}
.section-newcase__text h2 {
  font-size: bold;
  font-size: 48px;
}
@media (max-width: 1024px) {
  .section-newcase__text h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .section-newcase__text h5 {
    display: none;
  }
}
.section-newcase__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
  gap: 10px;
}
.section-newcase__text .btn {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .section-newcase__text .btn {
    font-weight: 500;
    font-size: 14px;
  }
}
.section-newcase__text svg {
  -webkit-transition: var(--trs);
  transition: var(--trs);
}
.section-newcase__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
  -webkit-transition: var(--trs);
  transition: var(--trs);
}
@media (max-width: 1440px) {
  .section-newcase__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 1024px) {
  .section-newcase__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: -15px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.section-newcase__img img {
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
}
.section-clients {
  padding: 80px 0;
  background: #000;
}
.section-faq {
  padding: 80px 0;
  background-color: #fff;
}
@media (width <= 768px) {
  .section-faq {
    padding: 60px 0;
  }
}
.section-faq__content {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
}
@media (width <= 768px) {
  .section-faq__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.section-faq__left {
  position: sticky;
  top: 100px;
}
@media (max-width: 576px) {
  .section-faq__left {
    position: relative;
    top: 0;
  }
}
.section-faq__left h2 {
  margin-bottom: 20px;
}
.section-faq-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  color: #fff;
  background-image: url("../../assets/img/block/cta/block-cta.webp");
  background-size: cover;
  aspect-ratio: 16/9;
  gap: 25px;
}
.section-faq-cta__avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-faq-cta__avatars--item {
  position: relative;
}
.section-faq-cta__avatars--item:not(:first-child) {
  margin-left: -15px;
}
.section-faq-cta__avatars--item img {
  border: 1px solid #fff;
  border-radius: 52px;
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
}
.section-faq-cta__avatars--online {
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 10;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background: rgb(0, 255, 0);
}
.section-faq-cta span {
  max-width: 240px;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
}
.section-faq-cta button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
  padding: 15px 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 47px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}

.page-intro {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0;
}
.page-intro:hover .page-intro__img {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
@media (max-width: 1440px) {
  .page-intro:hover .page-intro__img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.page-intro__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .page-intro__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-intro__text {
  max-width: 630px;
}
.page-intro__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
  gap: 10px;
}
.page-intro__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
  -webkit-transition: var(--trs);
  transition: var(--trs);
}
@media (max-width: 1440px) {
  .page-intro__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 50px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.page-intro__img img {
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
}
.page-404, .page-nofound {
  margin-bottom: 50px;
}
.page-404__title h1, .page-nofound__title h1 {
  text-align: center;
}
.page-404__desc, .page-nofound__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .page-404__desc, .page-nofound__desc {
    margin-top: -50px;
  }
}
.page-404__desc h4, .page-nofound__desc h4 {
  padding-bottom: 15px;
}
.page-404__desc p, .page-nofound__desc p {
  text-align: center;
  color: #333339;
}
@media (max-width: 576px) {
  .page-404__desc p, .page-nofound__desc p {
    font-size: 14px;
  }
}
.page-404__btn, .page-nofound__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.page-404__btn .btn, .page-nofound__btn .btn {
  font-weight: 400;
}
.page-404__bg {
  height: 400px;
  background-image: url("../../assets/img/404.gif");
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .page-404__bg {
    height: 300px;
    background-position: center bottom;
    background-size: contain;
  }
}
.page-nofound__bg {
  height: 400px;
  background-image: url("../../assets/img/nofound.gif");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .page-nofound__bg {
    height: 300px;
    background-position: center bottom;
    background-size: contain;
  }
}
.page-nofound__bg--update {
  background-image: url("../../assets/img/update.gif");
}
.page-nofound__desc {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .page-nofound__desc {
    margin-top: 30px;
  }
}
.page-nofound__desc h4 {
  text-align: center;
}
.page-contacts {
  overflow: hidden;
}
.page-contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .page-contacts__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
}
.page-contacts__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-contacts__col:first-child {
  max-width: 450px;
}
@media (max-width: 1024px) {
  .page-contacts__col:first-child {
    max-width: 100%;
  }
}
.page-contacts-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 50px;
  padding: 30px 40px;
  background: #0d4592;
  gap: 80px;
}
@media (max-width: 1024px) {
  .page-contacts-form {
    margin: 0 -15px;
    border-radius: 30px;
    padding: 25px;
    gap: 50px;
  }
}
.page-contacts-form__wrap {
  position: relative;
}
.page-contacts-form__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  color: var(--color-white);
}
@media (max-width: 576px) {
  .page-contacts-form__title {
    font-size: 24px;
  }
}
.page-contacts-form__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  gap: 12px;
}
.page-contacts-form__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-white);
}
.page-contacts__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}
.page-contacts__text span {
  font-weight: 500;
}
.page-contacts__text small {
  font-weight: 400;
}
.page-contacts__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0;
  gap: 40px;
}
@media (max-width: 1024px) {
  .page-contacts__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .page-contacts__details {
    margin: 0 0 50px;
  }
}
.page-contacts__details-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  min-width: 260px;
}
.page-contacts__details-title {
  margin-bottom: 8px;
  font-weight: 500;
  color: #222;
}
.page-contacts__details-text {
  margin-bottom: 16px;
  max-width: 320px;
  color: #555;
}
.page-contacts__details-text b {
  font-weight: 600;
  color: #000;
}
.page-contacts .intro-bubble {
  position: absolute;
  right: -70px;
  bottom: -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 720px;
  gap: 16px;
}
@media (max-width: 1280px) {
  .page-contacts .intro-bubble {
    position: static;
    right: auto;
    bottom: auto;
  }
}
.page-contacts .intro-bubble__avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.page-contacts .intro-bubble__avatar img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .page-contacts .intro-bubble__avatar img {
    width: 50px;
    height: 50px;
  }
}
.page-contacts .intro-bubble__message-box {
  position: relative;
  border-radius: 16px;
  padding: 20px 24px;
  max-width: 100%;
  max-width: 345px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (max-width: 1280px) {
  .page-contacts .intro-bubble__message-box {
    padding: 10px 14px;
  }
}
.page-contacts .intro-bubble__message-box::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 40px;
  border-style: solid;
  border-width: 0 12px 15px 0;
  border-color: transparent #fff transparent transparent;
  width: 0;
  height: 0;
}
.page-contacts .intro-bubble__message {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000;
}
.page-contacts .intro-bubble__message p {
  margin: 0;
}
.page-contacts .intro-bubble__name {
  display: block;
  font-size: 14px;
  color: #666;
}
@media (max-width: 576px) {
  .page-contacts .intro-bubble__name {
    font-size: 3vw;
  }
}
.page-contacts h2 span {
  display: block;
  color: #e4e4e4;
}
.page.privacy-policy .footer, .page.page-id-32 .footer {
  margin-top: 50px;
}/*# sourceMappingURL=main.css.map */
