@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/noto-sans-v36-latin-300.eot");
  src: url("/assets/fonts/noto-sans-v36-latin-300.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/noto-sans-v36-latin-300.woff2") format("woff2"), url("/assets/fonts/noto-sans-v36-latin-300.woff") format("woff"), url("/assets/fonts/noto-sans-v36-latin-300.ttf") format("truetype"), url("/assets/fonts/noto-sans-v36-latin-300.svg#NotoSans") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/noto-sans-v36-latin-500.eot");
  src: url("/assets/fonts/noto-sans-v36-latin-500.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/noto-sans-v36-latin-500.woff2") format("woff2"), url("/assets/fonts/noto-sans-v36-latin-500.woff") format("woff"), url("/assets/fonts/noto-sans-v36-latin-500.ttf") format("truetype"), url("/assets/fonts/noto-sans-v36-latin-500.svg#NotoSans") format("svg");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, h1, h2, h3, h4, h5, h6, p,
figure, blockquote, dl, dd {
  margin: 0;
}

ol, ul, menu, summary {
  list-style: none;
}

ul,
ol,
fieldset {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

picture, video, iframe {
  display: block;
}

img, video, iframe, object {
  max-width: 100%;
}

img {
  vertical-align: middle;
}

iframe, fieldset {
  border: none;
}

img, object {
  height: auto;
}

table {
  border-collapse: collapse;
}

b, strong {
  font-weight: bolder;
}

a {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  color: inherit;
}

label {
  cursor: pointer;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: unset;
  opacity: 1;
}

::-moz-placeholder {
  color: unset;
  opacity: 1;
}

:-ms-input-placeholder {
  color: unset;
  opacity: 1;
}

::-ms-input-placeholder {
  color: unset;
  opacity: 1;
}

::placeholder {
  color: unset;
  opacity: 1;
}

::-moz-selection {
  background-color: #be123c;
  color: #fff;
}

::selection {
  background-color: #be123c;
  color: #fff;
}

body {
  font: 300 calc(0.2412545235vw + 15.0952955368px) "Noto Sans", sans-serif;
  color: #3F3F46;
  background-color: #fff;
}

.footerinfo {
  margin-top: 50px;
  color: #737373;
}
.footerinfo h2 {
  text-align: center;
  font-size: calc(0.3618817853vw + 22.6429433052px);
  font-weight: 300;
  margin-bottom: 0.5em;
}
.footerinfo .footerinfo_description {
  text-align: center;
  margin-bottom: 1.8em;
}
.footerinfo .footerinfo_text h2 {
  text-align: left;
  font-size: calc(0.3618817853vw + 22.6429433052px);
  font-weight: 300;
  margin-bottom: 1em;
  margin-top: 1em;
}
.footerinfo .footerinfo_text h3 {
  font-size: calc(0.2412545235vw + 19.0952955368px);
  font-weight: 300;
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}
.container {
  max-width: 1204px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}

.icon {
  display: block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.icon-tire {
  width: 1.158203125em;
}

.radio {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #D4D4D8;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.radio::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  background-color: #be123c;
}
.radio:checked {
  border-color: #be123c;
}
.radio:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.radio:focus-visible {
  -webkit-box-shadow: 0 0 0 3px rgba(190, 18, 60, 0.25);
          box-shadow: 0 0 0 3px rgba(190, 18, 60, 0.25);
}

.btn {
  min-width: min(100%, 205px);
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 12px 35px;
  border-radius: 100px;
  font: 500 18px/1.2 "Noto Sans", sans-serif;
  border: 1px solid;
  -webkit-transition-property: color, background-color, -webkit-filter, -webkit-transform;
  transition-property: color, background-color, -webkit-filter, -webkit-transform;
  transition-property: filter, color, background-color, transform;
  transition-property: filter, color, background-color, transform, -webkit-filter, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.btn_loading:not(:disabled) {
  cursor: default;
}
.btn_loading .btn__label,
.btn_loading .btn__icon {
  visibility: hidden;
}
.btn_loading::before {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12,23a9.63,9.63,0,0,1-8-9.5,9.51,9.51,0,0,1,6.79-9.1A1.66,1.66,0,0,0,12,2.81h0a1.67,1.67,0,0,0-1.94-1.64A11,11,0,0,0,12,23Z'%3E%3CanimateTransform attributeName='transform' dur='0.75s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3C/svg%3E");
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2em;
  height: 2em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.btn_mode_default {
  border-color: transparent;
  color: #fff;
}
.btn_mode_default.btn_theme_primary {
  background-color: #be123c;
}
.btn_mode_default.btn_theme_secondary {
  background-color: #3F3F46;
}
.btn_mode_outline {
  background-color: transparent;
  color: #3F3F46;
}
.btn_mode_outline.btn_theme_primary {
  border-color: #be123c;
}
.btn_mode_outline.btn_theme_secondary {
  border-color: #3F3F46;
}
.btn_alignment_space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn__label {
  padding-top: 1px;
  padding-bottom: 1px;
}
.btn__icon {
  font-size: 27px;
}
.btn__icon:first-child {
  margin-right: 15px;
}
.btn__icon:last-child {
  margin-left: 15px;
}

.checkbox {
  position: relative;
  width: 17px;
  height: 17px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #D4D4D8;
  background-color: #fff;
  border-radius: 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.checkbox:checked::before, .checkbox:checked::after {
  content: "";
  position: absolute;
}
.checkbox:checked::before {
  width: 3px;
  height: 9px;
  right: -2px;
  top: -2px;
  background-color: #fff;
}
.checkbox:checked::after {
  width: 7px;
  height: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #be123c;
  border-right: 2px solid #be123c;
  left: 47%;
  bottom: 20%;
}

.checkbox-btn {
  position: relative;
  display: inline-block;
}
.checkbox-btn__input {
  position: absolute;
  visibility: hidden;
}
.checkbox-btn__text {
  display: block;
  padding: 2px 15px;
  border: 1px solid #D4D4D8;
  border-radius: 9px;
  text-align: center;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.checkbox-btn__input:checked + .checkbox-btn__text {
  border-color: #be123c;
}
.checkbox-btn__input:focus-visible + .checkbox-btn__text {
  -webkit-box-shadow: 0 0 0 3px rgba(190, 18, 60, 0.25);
          box-shadow: 0 0 0 3px rgba(190, 18, 60, 0.25);
}

.switch {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 4px;
  width: 52px;
  border-radius: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #D4D4D8;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.switch:checked {
  background-color: #be123c;
}
.switch:not(:disabled) {
  cursor: pointer;
}
.switch::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.switch:checked::before {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.input-file {
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.input-file_theme_light {
  color: #737373;
}
.input-file_theme_colored {
  color: #A21CAF;
}
.input-file__control {
  position: absolute;
}
.input-file__label {
  padding: 9px 24px 9px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 29px;
  border: 1px solid;
  white-space: nowrap;
}
.input-file__icon {
  font-size: 27px;
  margin-right: 7px;
}
.input-file_has-value .input-file__text {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.input,
.textarea {
  color: #000;
  background-color: transparent;
  font: 300 calc(0.2412545235vw + 15.0952955368px)/1.25 "Noto Sans", sans-serif;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-style: solid;
}
.input_theme_light,
.textarea_theme_light {
  border-color: #D4D4D8;
}
.input_theme_light::-webkit-input-placeholder, .textarea_theme_light::-webkit-input-placeholder {
  color: #737373;
}
.input_theme_light::-moz-placeholder, .textarea_theme_light::-moz-placeholder {
  color: #737373;
}
.input_theme_light:-ms-input-placeholder, .textarea_theme_light:-ms-input-placeholder {
  color: #737373;
}
.input_theme_light::-ms-input-placeholder, .textarea_theme_light::-ms-input-placeholder {
  color: #737373;
}
.input_theme_light::placeholder,
.textarea_theme_light::placeholder {
  color: #737373;
}
.input_theme_dark,
.textarea_theme_dark {
  border-color: #737373;
}
.input_theme_dark::-webkit-input-placeholder, .textarea_theme_dark::-webkit-input-placeholder {
  color: #737373;
}
.input_theme_dark::-moz-placeholder, .textarea_theme_dark::-moz-placeholder {
  color: #737373;
}
.input_theme_dark:-ms-input-placeholder, .textarea_theme_dark:-ms-input-placeholder {
  color: #737373;
}
.input_theme_dark::-ms-input-placeholder, .textarea_theme_dark::-ms-input-placeholder {
  color: #737373;
}
.input_theme_dark::placeholder,
.textarea_theme_dark::placeholder {
  color: #737373;
}
.input_theme_colored,
.textarea_theme_colored {
  border-color: #A21CAF;
}
.input_theme_colored::-webkit-input-placeholder, .textarea_theme_colored::-webkit-input-placeholder {
  color: #A21CAF;
}
.input_theme_colored::-moz-placeholder, .textarea_theme_colored::-moz-placeholder {
  color: #A21CAF;
}
.input_theme_colored:-ms-input-placeholder, .textarea_theme_colored:-ms-input-placeholder {
  color: #A21CAF;
}
.input_theme_colored::-ms-input-placeholder, .textarea_theme_colored::-ms-input-placeholder {
  color: #A21CAF;
}
.input_theme_colored::placeholder,
.textarea_theme_colored::placeholder {
  color: #A21CAF;
}
.input:focus,
.textarea:focus {
  border-color: #be123c;
}

.input {
  padding: 0 0 5px;
  border-width: 0 0 1px;
}

.textarea {
  padding: 25px;
  border-radius: 29px;
  border-width: 1px;
}

.form-field input,
.form-field textarea {
  margin-top: 3px;
  width: 100%;
}

.stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #be123c;
}
.stars > * + * {
  margin-left: 2px;
}

.logo {
  display: inline-block;
  vertical-align: middle;
}

.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hamburger__line {
  display: block;
  height: 5px;
  background-color: currentColor;
  margin-left: auto;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.hamburger__line:nth-child(1) {
  width: 100%;
}
.hamburger_active .hamburger__line:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(12px);
          transform: rotate(45deg) translateY(12px);
}
.hamburger__line:nth-child(2) {
  width: 66.666666%;
}
.hamburger_active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger__line:nth-child(3) {
  width: 33.333333%;
}
.hamburger_active .hamburger__line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-12px);
          transform: rotate(-45deg) translateY(-12px);
}
.hamburger_active .hamburger__line {
  width: 100%;
}

@property --nav-splash-size {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@-webkit-keyframes nav-splash {
  to {
    --nav-splash: 284vmax;
  }
}

@keyframes nav-splash {
  to {
    --nav-splash: 284vmax;
  }
}
.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.partners > * + * {
  margin-left: 15px;
}
.partners__img {
  min-width: 0;
}

.cookies {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 20;
  bottom: 20px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, transform;
  transition-property: visibility, opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.cookies_showing {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.cookies__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 10px;
  text-align: center;
  border: 1px solid #be123c;
  background: #fff url("/assets/img/cookies.svg") left 40% center/calc(55.7297949337vw + 191.0132689988px) no-repeat;
  border-radius: 29px;
  padding: 12px 16px 12px 0;
  -webkit-box-shadow: 0 0 20px #D4D4D8;
          box-shadow: 0 0 20px #D4D4D8;
  pointer-events: all;
}
.cookies__inner > * {
  margin-left: 16px;
}
.cookies__text {
  font-size: calc(2.4125452352vw + 8.9529553679px);
  color: #000;
  background-color: inherit;
}
.cookies__accept-btn {
  padding-left: 16px;
  padding-right: 16px;
}

.cookies-showing {
  padding-bottom: 100px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #737373;
}
.breadcrumbs__item::after {
  content: "/";
  padding-right: 0.25em;
}
.breadcrumbs__item:last-child::after {
  display: none;
}
.breadcrumbs__link {
  -webkit-transition: -webkit-text-decoration-color 0.25s;
  transition: -webkit-text-decoration-color 0.25s;
  transition: text-decoration-color 0.25s;
  transition: text-decoration-color 0.25s, -webkit-text-decoration-color 0.25s;
}
.breadcrumbs__link:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

.heading {
  text-align: center;
}
.heading h1, .heading h2, .heading h3 {
  color: #000;
  font-size: calc(1.0856453559vw + 22.9288299156px);
  font-weight: 300;
  line-height: 1.3;
  text-wrap: balance;
}
.heading__descr {
  margin-top: 8px;
  line-height: calc(0.9650180941vw + 18.3811821472px);
  text-wrap: balance;
}

.to-top {
  position: fixed;
  z-index: 10;
  bottom: 100px;
  right: 32px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background: none;
  padding: 0;
  font-size: 28px;
  color: #71717A;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.to-top_visible {
  visibility: visible;
  opacity: 1;
}

.list {
  line-height: 1.5;
}
.list__item {
  position: relative;
  padding-left: 23px;
  padding-left: calc(var(--marker-offset, 23px) + 6px);
}
.list_marker_icon .list__item {
  padding-left: 32px;
}
.list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background-color: #be123c;
  background-color: var(--list-marker-color, #be123c);
}
.list_marker_icon .list__item::before {
  display: none;
}
.list__item + .list__item {
  margin-top: 10px;
  margin-top: var(--list-gap, 10px);
}
.list__link {
  -webkit-transition: -webkit-text-decoration-color 0.25s;
  transition: -webkit-text-decoration-color 0.25s;
  transition: text-decoration-color 0.25s;
  transition: text-decoration-color 0.25s, -webkit-text-decoration-color 0.25s;
}
.list__link:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.list__icon {
  color: #be123c;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.awards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.calc-cta {
  border: 1px solid #D4D4D8;
  border-radius: 29px;
}
.calc-cta__text {
  padding: calc(3.6188178528vw + 10.4294330519px) calc(3.6188178528vw + 10.4294330519px) calc(4.2219541616vw + 16.1676718938px);
}
.calc-cta__title {
  text-align: inherit;
}
.calc-cta__descr {
  color: #71717A;
  margin-top: calc(4.2219541616vw + 16.1676718938px);
}
.calc-cta__actions {
  margin-top: 22px;
  margin-left: -45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.calc-cta__actions > * {
  margin-top: 10px;
  margin-left: 45px;
}
.calc-cta__figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom-right-radius: inherit;
}
.calc-cta_theme_primary .calc-cta__figure {
  padding: 43px;
  background: url("/assets/img/numbers.png") top 11px center/425px no-repeat, linear-gradient(116.1deg, rgb(233, 213, 255) 14.565%, rgb(199, 210, 254) 98.217%);
}
.calc-cta_theme_secondary .calc-cta__figure {
  padding: 33px 67px 0 0;
}

.calc-promocode {
  text-align: center;
}
.calc-promocode__fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}
.calc-promocode__input {
  border: 1px solid #D4D4D8;
  width: 126px;
  height: 59px;
  text-align: center;
  padding: 0;
  min-width: 0;
}
.calc-promocode__input:focus {
  border-color: #000;
}
.calc-promocode__inputs-divider {
  width: 18px;
  height: 1px;
  background-color: #D4D4D8;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 9px;
  margin-right: 9px;
}
.calc-promocode__btn {
  min-width: min(150px, 100%);
  margin-top: 24px;
}
.calc-promocode__result {
  font-weight: 500;
}
.calc-promocode__result:empty {
  display: none;
}
.calc-promocode__result, .calc-promocode__tip {
  margin-top: 30px;
  color: #3F3F46;
}

.callback-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: calc(-8.2026537998vw - 1.2400482509px);
  margin-left: -60px;
  pointer-events: none;
}
.callback-form__row > * {
  pointer-events: all;
}
.callback-form__field {
  margin-top: calc(8.2026537998vw + 1.2400482509px);
  margin-left: 60px;
  width: calc(100% - 60px);
}
.callback-form__footer {
  margin-top: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -32px;
}
.callback-form__footer > * {
  margin-top: 32px;
  margin-left: 32px;
}

.callback-modal__title {
  font-size: calc(1.6887816647vw + 17.6670687575px);
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  margin-bottom: 1em;
}
.callback-modal__descr {
  color: #737373;
  margin-bottom: calc(3.7394451146vw + 9.9770808203px);
}
.callback-modal__descr > * + * {
  margin-top: 15px;
}

.color-palette__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}
.color-palette__item {
  margin-top: 10px;
  margin-left: 10px;
  width: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.color-palette__preview {
  border-radius: 50%;
  border: 1px solid transparent;
  margin: 0 auto;
}
.color-palette__preview::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.compare {
  position: relative;
}
.compare__before {
  width: 100%;
  display: block;
}
.compare__after {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.compare_direction_horizontal .compare__after {
  top: 0;
  -webkit-animation-name: compare-horizontal;
          animation-name: compare-horizontal;
  will-change: width;
  -o-object-position: right top;
     object-position: right top;
}
.compare_direction_vertical .compare__after {
  bottom: 0;
  -webkit-animation-name: compare-vertical;
          animation-name: compare-vertical;
  will-change: height;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.compare__divider {
  position: absolute;
  top: 0;
  background-color: #be123c;
}
.compare_direction_horizontal .compare__divider {
  -webkit-animation-name: compare-divider-horizontal;
          animation-name: compare-divider-horizontal;
  will-change: left;
  width: 14px;
  height: 100%;
  left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.compare_direction_vertical .compare__divider {
  -webkit-animation-name: compare-divider-vertical;
          animation-name: compare-divider-vertical;
  will-change: top;
  left: 0;
  width: 100%;
  height: 9px;
}
.compare_direction_vertical .compare__divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background: #be123c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 13'%3E%3Cpath fill='%23fff' d='M9.638 11.439c-1.178 1.986-4.064 1.953-5.196-.06l-3.339-5.94c-1.131-2.014.34-4.497 2.65-4.47l6.814.078c2.31.027 3.724 2.543 2.546 4.53l-3.475 5.862Z'/%3E%3C/svg%3E") center top calc(50% - 14px)/14px no-repeat;
  -webkit-clip-path: circle(50% at 50% 0);
          clip-path: circle(50% at 50% 0);
}
.compare__after, .compare__divider {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes compare-horizontal {
  50% {
    width: 0%;
  }
}

@keyframes compare-horizontal {
  50% {
    width: 0%;
  }
}
@-webkit-keyframes compare-vertical {
  50% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes compare-vertical {
  50% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes compare-divider-horizontal {
  50% {
    left: 100%;
  }
}
@keyframes compare-divider-horizontal {
  50% {
    left: 100%;
  }
}
@-webkit-keyframes compare-divider-vertical {
  50% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}
@keyframes compare-divider-vertical {
  50% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}
.contacts-nav__item + .contacts-nav__item {
  margin-top: calc(3.015681544vw + 12.6911942099px);
}
.contacts-nav__link {
  position: relative;
  isolation: isolate;
  padding: 12px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A21CAF;
  border: 1px solid #A21CAF;
  border-radius: 29px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.contacts-nav__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #C026D3, #7E22CE);
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contacts-nav__link:hover {
  color: #fff;
}
.contacts-nav__link:hover::after {
  opacity: 1;
}
.contacts-nav__icon {
  font-size: 27px;
  margin-right: 15px;
}

.footer-nav_style_inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-nav__item + .footer-nav__item {
  margin-top: 5px;
}
.footer-nav_style_inline .footer-nav__item + .footer-nav__item {
  margin-top: 0;
}
.footer-nav_style_inline .footer-nav__item::after {
  content: "|";
  margin-right: 0.25em;
}
.footer-nav_style_inline .footer-nav__item:last-child::after {
  content: "";
  margin-right: 0;
}
.footer-nav__link {
  -webkit-transition-property: color, -webkit-text-decoration-color;
  transition-property: color, -webkit-text-decoration-color;
  transition-property: color, text-decoration-color;
  transition-property: color, text-decoration-color, -webkit-text-decoration-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.footer-nav__link_current {
  color: #be123c;
}
.footer-nav__link:not(.footer-nav__link_current):hover {
  color: #be123c;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

.footer-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -50px;
  margin-left: -32px;
}
.footer-services__col {
  margin-top: 50px;
  margin-left: 32px;
  width: calc(100% - 32px);
}
.footer-services__title {
  margin-bottom: 39px;
  padding-bottom: 20px;
  font-weight: 500;
  border-bottom: 1px solid #D4D4D8;
}
.footer-services__title-link {
  -webkit-transform: color 0.3s;
          transform: color 0.3s;
}
.footer-services__title-link:hover {
  color: #be123c;
}

.services-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #737373;
  margin-top: -77px;
  margin-left: calc(-13.5102533172vw + 26.6634499397px);
  pointer-events: none;
}
.services-list_compact {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -32px;
}
.services-list__col {
  width: calc(100% - (13.5102533172vw - 26.6634499397px));
  margin-top: 77px;
  margin-left: calc(13.5102533172vw - 26.6634499397px);
  pointer-events: all;
}
.services-list_compact .services-list__col {
  margin-top: 32px;
  width: auto;
}
.services-list__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 300;
}
.services-list_compact .services-list__title {
  display: inline;
}
.services-list__title .icon {
  font-size: 36px;
  margin-right: 10px;
  color: #be123c;
}
.services-list__nav {
  border-top: 1px solid #D4D4D8;
  padding-top: 38px;
  padding-left: 46px;
}
.services-list__item + .services-list__item {
  margin-top: 5px;
}
.services-list__link:hover, .services-list__title:hover {
  color: #be123c;
}

.hero-gallery__slider {
  position: relative;
  display: grid;
}
.hero-gallery__slider > * {
  grid-area: stack;
  opacity: 0;
  -webkit-animation: hero-gallery-slider 18s linear calc(var(--index) * 6s) infinite forwards;
          animation: hero-gallery-slider 18s linear calc(var(--index) * 6s) infinite forwards;
}

@-webkit-keyframes hero-gallery-slider {
  0% {
    opacity: 0;
  }
  6.6666666667% {
    opacity: 1;
  }
  33.6666666667% {
    opacity: 1;
  }
  40.6666666667% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hero-gallery-slider {
  0% {
    opacity: 0;
  }
  6.6666666667% {
    opacity: 1;
  }
  33.6666666667% {
    opacity: 1;
  }
  40.6666666667% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hero-gallery-pagination {
  0% {
    color: rgba(113, 113, 122, 0.18);
  }
  6.6666666667% {
    color: #BE123C;
  }
  32.6666666667% {
    color: #BE123C;
  }
  33.6666666667% {
    color: rgba(113, 113, 122, 0.18);
  }
  100% {
    color: rgba(113, 113, 122, 0.18);
  }
}
@keyframes hero-gallery-pagination {
  0% {
    color: rgba(113, 113, 122, 0.18);
  }
  6.6666666667% {
    color: #BE123C;
  }
  32.6666666667% {
    color: #BE123C;
  }
  33.6666666667% {
    color: rgba(113, 113, 122, 0.18);
  }
  100% {
    color: rgba(113, 113, 122, 0.18);
  }
}
.gallery__picture {
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
  cursor: url("/assets/img/cursor-view.svg") 45 45, pointer;
}
.gallery__picture::before {
  padding-top: 100%;
}
.gallery__img {
  border-radius: 29px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.gallery__nav {
  border: 1px solid rgba(113, 113, 122, 0.2);
  border-radius: 21px;
}
.gallery__title {
  width: 100%;
  border: none;
  background-color: transparent;
  color: inherit;
  font-size: calc(0.2412545235vw + 26.0952955368px);
  font-weight: inherit;
  padding: calc(-0.6031363088vw + 24.261761158px) 50px calc(-0.6031363088vw + 24.261761158px) calc(1.2062726176vw + 20.476477684px);
  text-transform: capitalize;
}
.gallery__list {
  --list-gap: 8px;
  padding: 0 calc(1.2062726176vw + 20.476477684px) calc(-0.6031363088vw + 24.261761158px);
  text-transform: capitalize;
}

.gallery-v2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.gallery-v2__inner {
  position: relative;
}
.gallery-v2__pc, .gallery-v2__tablet, .gallery-v2__phone {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-name: levitate;
          animation-name: levitate;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.gallery-v2__pc::before, .gallery-v2__tablet::before, .gallery-v2__phone::before {
  content: "";
  display: block;
}
.gallery-v2__tablet, .gallery-v2__phone {
  position: absolute;
  bottom: 0;
  -webkit-filter: drop-shadow(0 0 10px #D4D4D8);
          filter: drop-shadow(0 0 10px #D4D4D8);
}
.gallery-v2__pc {
  position: relative;
  width: 88.48%;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/assets/img/pc.svg");
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.gallery-v2__pc::before {
  padding-top: 80.289330922%;
}
.gallery-v2__tablet {
  width: 36.8%;
  left: 0;
  background-image: url("/assets/img/tablet.svg");
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.gallery-v2__tablet::before {
  padding-top: 130.434782609%;
}
.gallery-v2__phone {
  width: 17.12%;
  right: 0;
  background-image: url("/assets/img/phone.svg");
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}
.gallery-v2__phone::before {
  padding-top: 202.803738318%;
}
.gallery-v2__picture {
  position: absolute;
  overflow: hidden;
}
.gallery-v2__picture_pc {
  width: 86%;
  height: 62%;
  left: 7%;
  top: 10%;
}
.gallery-v2__picture_tablet, .gallery-v2__picture_phone {
  width: 88%;
  height: 89%;
  left: 6%;
  bottom: 4%;
}
.gallery-v2__picture_phone {
  border-radius: 0 0 6px 6px;
}
.gallery-v2__img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.gallery-v3__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
}
.gallery-v3__picture {
  position: relative;
  border-radius: 24px;
  width: calc(100% - 20px);
  background: url("/assets/img/tablet.svg") center/contain no-repeat;
  -webkit-filter: drop-shadow(0 0 10px #D4D4D8);
          filter: drop-shadow(0 0 10px #D4D4D8);
  -webkit-animation-name: levitate;
          animation-name: levitate;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.gallery-v3__picture::before {
  content: "";
  display: block;
  padding-top: 130.735930736%;
}
.gallery-v3__picture_pos_1 {
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.gallery-v3__picture_pos_2 {
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.gallery-v3__picture_pos_3 {
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}
.gallery-v3__picture_pos_4 {
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}
.gallery-v3__picture_pos_5 {
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.gallery-v3__picture_pos_6 {
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.gallery-v3__img {
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 35px);
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 12px;
}

.testimonial {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 14px 21px 15px;
  background-color: #fff;
  border: 1px solid #D4D4D8;
  color: #71717A;
  border-radius: 29px;
  font-weight: 500;
  font-size: 17px;
  overflow: hidden;
}
.testimonial__title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: -10px;
}
.testimonial__title {
  line-height: 1.666666667;
}
.testimonial__logo-wrapper {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.testimonial__logo {
  margin-left: 5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial__rating-row {
  margin-top: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.testimonial__rating {
  font-size: 38px;
  line-height: 1;
}
.testimonial__stars {
  font-size: 16px;
  margin-left: 3px;
}
.testimonial__descr-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  padding: inherit;
  padding-right: 8px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}
.testimonial_expanded .testimonial__descr-wrapper {
  visibility: visible;
  opacity: 1;
}
.testimonial__descr {
  height: 100%;
  overflow-y: auto;
  padding-right: 12px;
  line-height: 1.6;
}
.testimonial__descr p {
  margin-bottom: 0.75em;
}
.testimonial__descr p:last-child {
  margin-bottom: 0;
}
.testimonial__excerpt {
  margin-top: 12px;
  margin-bottom: 5px;
  line-height: 1.6;
}
.testimonial__excerpt:last-child {
  margin-bottom: 0;
}
.testimonial__expand-btn, .testimonial__collapse-btn {
  border: none;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
}
.testimonial__expand-btn {
  margin-top: auto;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  text-decoration: underline;
  font-size: 16px;
  -webkit-transition-property: color, -webkit-text-decoration-color;
  transition-property: color, -webkit-text-decoration-color;
  transition-property: color, text-decoration-color;
  transition-property: color, text-decoration-color, -webkit-text-decoration-color;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  color: inherit;
  text-transform: capitalize;
}
.testimonial__collapse-btn {
  position: absolute;
  right: 10px;
  top: 7px;
  background: transparent;
  width: 30px;
  height: 30px;
  display: none;
  color: #be123c;
  border-radius: 50%;
  font-size: 16px;
}
.testimonial_expanded .testimonial__collapse-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rating__about {
  margin-bottom: 43px;
  text-align: center;
}
.rating__title {
  margin-bottom: 8px;
}
.rating__summary {
  margin-bottom: calc(1.0856453559vw + 8.9288299156px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rating__val {
  margin-right: 8px;
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
}
.rating__categories {
  margin-top: calc(-2.1712907117vw - 6.8576598311px);
}
.rating__category {
  margin-top: calc(2.1712907117vw + 6.8576598311px);
}
.rating__category-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.rating__category-total {
  font-size: 11px;
}
.rating__progressbar {
  height: 6px;
  border-radius: 6px;
  background-color: currentColor;
}
.rating__reviews-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  -webkit-transition-property: color, -webkit-text-decoration-color;
  transition-property: color, -webkit-text-decoration-color;
  transition-property: color, text-decoration-color;
  transition-property: color, text-decoration-color, -webkit-text-decoration-color;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.rating__reviews-link:hover {
  color: #be123c;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.rating__reviews-link .icon {
  font-size: 24px;
}

.reviews-pane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #3F3F46;
  color: #fff;
  border-radius: 5px;
  padding: 10px calc(4.2219541616vw - 5.8323281062px);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.reviews-pane__link {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  -webkit-transition: -webkit-text-decoration-color 0.25s;
  transition: -webkit-text-decoration-color 0.25s;
  transition: text-decoration-color 0.25s;
  transition: text-decoration-color 0.25s, -webkit-text-decoration-color 0.25s;
  font-weight: 500;
}
.reviews-pane__link:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.reviews-pane__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 9px;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.reviews-pane__logo {
  margin-left: 12px;
}

.portfolio-card {
  overflow: hidden;
}
.portfolio-card__media {
  position: relative;
}
.portfolio-card__link {
  /*transform: rotate(8.44deg);*/
  display: block;
  position: relative;
}
.portfolio-card__link[href] {
  cursor: url("/assets/img/cursor-view.svg") 45 45, pointer;
}
.portfolio-card__link::before {
  content: "";
  display: block;
  /*padding-top: 84.273504274%;*/
  padding-top: 70%;
}
.portfolio-card__poster-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio-card__poster {
  /*width: 100%;
  height: 100%;
  border-radius: 29px;
  box-shadow: 0 0 20px #D4D4D8;*/
  display: block;
}
.portfolio-card__video {
  position: absolute;
  width: 25.762711864%;
  height: 60.843373494%;
  border-radius: calc(0.9650180941vw + 4.3811821472px);
  left: calc(50% - 1px);
  top: calc(50% + 2px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  pointer-events: none;
}

.portfolio-details {
  padding: 29px 23px;
  border: 1px solid #D4D4D8;
  border-radius: 21px;
  color: #71717A;
}
.portfolio-details__title {
  font-size: 29px;
  font-weight: 300;
  line-height: 1.2;
  border-bottom: 1px solid #D4D4D8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.portfolio-details__list {
  color: #737373;
}
.portfolio-details__color-palette {
  margin-top: 15px;
}
.portfolio-details__btn {
  margin-top: 32px;
}

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

.tariff {
  position: relative;
  border: 1px solid rgba(113, 113, 122, 0.2);
  background-color: #fff;
  border-radius: 29px;
  padding: 20px calc(1.2062726176vw + 25.476477684px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: background-color 0.25s, -webkit-transform 0.25s;
  transition: background-color 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, background-color 0.25s;
  transition: transform 0.25s, background-color 0.25s, -webkit-transform 0.25s;
}
.tariff:not(.tariff_accented) {
  --list-marker-color: currentColor;
}
.tariff_size_lg {
  padding-top: 27px;
  padding-bottom: 30px;
}
.tariff_accented {
  border-color: #be123c;
}
.tariff_has-badge {
  padding-top: 52px;
}
.tariff__title {
  font-size: 27px;
  font-weight: 300;
  line-height: 1.034482759;
  margin-bottom: 26px;
}
.tariff__descr {
  font-size: 11px;
  color: #737373;
}
.tariff__old-price {
  text-decoration: line-through;
  font-size: 18px;
}
.tariff_accented .tariff__old-price {
  color: #be123c;
}
.tariff__price {
  font-weight: 500;
  font-size: 29px;
  line-height: 1;
  margin-right: 5px;
}
.tariff_accented .tariff__price {
  color: #be123c;
}
.tariff__features {
  --marker-offset: 10px;
  --list-gap: 16px;
  color: #737373;
  margin-left: -10px;
  margin-right: -30px;
  margin-top: 26px;
}
.tariff__actions {
  padding-top: 30px;
  margin-top: auto;
  text-align: center;
}
.tariff__badge {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

html:has(dialog[open]) {
  overflow: hidden;
}

.modal {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 26px;
  border: 1px solid #be123c;
  max-width: calc(100% - 38px);
  max-height: calc(100% - 38px);
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-animation: modal-slide-out 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
          animation: modal-slide-out 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
  will-change: transform;
}
.modal:not([open]) {
  visibility: hidden;
  opacity: 0;
}
.modal[open] {
  -webkit-animation-name: modal-slide-in;
          animation-name: modal-slide-in;
}
.modal__box {
  padding: calc(5.548854041vw - 0.8082026538px);
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  max-width: 100%;
}
.modal::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  animation: modal-pop 0.5s ease-out;
  will-change: opacity;
}
.modal::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: modal-pop 0.5s ease-out;
          animation: modal-pop 0.5s ease-out;
  will-change: opacity;
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 28px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  color: #be123c;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.modal__close::before {
  content: "✕";
}

dialog + .backdrop {
  background: rgba(0, 0, 0, 0.7);
  -webkit-animation: modal-pop 0.5s ease-out;
          animation: modal-pop 0.5s ease-out;
}

._dialog_overlay,
dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.worldmap {
  position: relative;
}
.worldmap__map-gutters {
  padding: 16.202247191% 0px 11.797752809% 3.511235955%;
}
.worldmap__map {
  padding-top: 46.7248908297%;
  -webkit-mask: url("/uploads/worldmap/map.png") center/contain no-repeat;
          mask: url("/uploads/worldmap/map.png") center/contain no-repeat;
  background-color: #60a5fa;
  width: 687px;
  max-width: 100%;
  -webkit-animation: map-gradient 10s linear infinite;
          animation: map-gradient 10s linear infinite;
}
.worldmap__icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@-webkit-keyframes map-gradient {
  0% {
    background-color: #60a5fa;
  }
  50% {
    background-color: #857CDD;
  }
}
@keyframes map-gradient {
  0% {
    background-color: #60a5fa;
  }
  50% {
    background-color: #857CDD;
  }
}

.form-alert {
  outline: none;
  width: 320px;
  text-align: center;
  border-radius: 8px;
  border: none;
  padding: 0;
  opacity: 0;
  -webkit-transform: translateY(-15vh);
          transform: translateY(-15vh);
  -webkit-transition: overlay 0.3s ease-out allow-discrete, display 0.3s ease-out allow-discrete, opacity 0.3s ease-out allow-discrete, -webkit-transform 0.3s ease-out;
  transition: overlay 0.3s ease-out allow-discrete, display 0.3s ease-out allow-discrete, opacity 0.3s ease-out allow-discrete, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, overlay 0.3s ease-out allow-discrete, display 0.3s ease-out allow-discrete, opacity 0.3s ease-out allow-discrete;
  transition: transform 0.3s ease-out, overlay 0.3s ease-out allow-discrete, display 0.3s ease-out allow-discrete, opacity 0.3s ease-out allow-discrete, -webkit-transform 0.3s ease-out;
}
.form-alert[open] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@starting-style {
  .form-alert[open] {
    opacity: 0;
    -webkit-transform: translateY(-15vh);
            transform: translateY(-15vh);
  }
}
.form-alert__inner {
  padding: 0 32px 32px;
  border-radius: inherit;
}
.form-alert__inner::before {
  content: "";
  display: block;
  height: 150px;
  background-position: center;
  background-size: 100px;
  background-repeat: no-repeat;
  margin: 0 -32px 32px;
}
.form-alert_theme_success .form-alert__inner::before {
  background-color: #8bc34a;
  background-image: url("/assets/img/check-circle.svg");
}
.form-alert_theme_error .form-alert__inner::before {
  background-color: #be123c;
  background-image: url("/assets/img/alert-circle.svg");
}
.form-alert__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23fff' d='M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'%3E%3C/path%3E%3C/svg%3E") center/24px no-repeat;
}

.about {
  overflow: hidden;
}
.about__heading {
  width: 100%;
  margin-bottom: calc(1.9300361882vw + 31.7623642943px);
}
.about__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 36px;
}
.about__text, .about__awards {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 400px;
      -ms-flex: 1 0 400px;
          flex: 1 0 400px;
  min-width: 0;
  max-width: 100%;
}
.about__text {
  color: #737373;
}
.about__subtitle {
  font-size: calc(0.3618817853vw + 22.6429433052px);
  font-weight: 300;
  margin-bottom: 0.5em;
}
.about__awards {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: calc(2.8950542823vw + 1.1435464415px);
     -moz-column-gap: calc(2.8950542823vw + 1.1435464415px);
          column-gap: calc(2.8950542823vw + 1.1435464415px);
}

.about-v2 {
  overflow: hidden;
  padding-bottom: 20px;
}
.about-v2__heading {
  margin-bottom: calc(4.8250904704vw - 2.0940892642px);
}
.about-v2__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 32px;
}
.about-v2__picture {
  text-align: center;
}
.about-v2__img_has-shadow {
  -webkit-filter: drop-shadow(0 0 10px rgba(113, 113, 122, 0.2));
          filter: drop-shadow(0 0 10px rgba(113, 113, 122, 0.2));
}
.about-v2__text {
  color: #737373;
  -webkit-flex-basis: 400px;
      -ms-flex-preferred-size: 400px;
          flex-basis: 400px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.about-v2__list {
  --list-gap: 26px;
  margin-top: 32px;
}

.calc > * + * {
  margin-top: calc(11.5802171291vw - 13.425814234px);
}
.calc__section {
  padding: calc(2.8950542823vw + 13.1435464415px) calc(3.9806996381vw + 0.0723763571px);
  border: 1px solid #D4D4D8;
  border-radius: 27px;
  color: #737373;
}
.calc__title {
  margin-bottom: 36px;
  color: #000;
}
.calc__subtitle {
  font-size: 18px;
  font-weight: 500;
}
.calc__options-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.calc__options-row + .calc__options-row {
  margin-top: 36px;
}
.calc__inputs-row, .calc__buttons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.calc__inputs-row {
  margin-top: calc(-2.8950542823vw - 1.1435464415px);
  margin-left: -48px;
}
.calc__inputs-row > * {
  margin-top: calc(2.8950542823vw + 1.1435464415px);
  margin-left: 48px;
}
.calc__buttons-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -24px;
  margin-left: -24px;
}
.calc__buttons-row > * {
  margin-top: 24px;
  margin-left: 24px;
}
.calc__options-group + .calc__options-group {
  margin-top: 36px;
}
.calc__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}
.calc__checkbox, .calc__switch {
  margin-right: 5px;
}
.calc__num {
  width: 30px;
  height: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #D4D4D8;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  -moz-appearance: textfield;
}
.calc__num_size_lg {
  width: 80px;
}
.calc__num::-webkit-outer-spin-button, .calc__num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calc__num:invalid {
  border-color: #f00;
}
.calc__actions {
  text-align: center;
}
.calc__result-section {
  display: none;
}
.calc_result-ready .calc__result-section {
  display: block;
}
.calc__result-heading {
  margin-bottom: 36px;
}
.calc__result > * + * {
  margin-top: 15px;
}
.calc__promocode {
  margin-bottom: 30px;
}

.u-calc-no-values {
  display: none;
}

.callback__heading {
  margin-bottom: calc(6.7551266586vw + 22.6682750302px);
}

.categories {
  overflow: hidden;
  padding-top: calc(10.1326899879vw - 17.9975874548px);
  padding-bottom: calc(17.7322074789vw - 46.4957780458px);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 1.381%, rgb(255, 255, 255) 26.802%) center top -214px/auto 318px no-repeat, linear-gradient(0deg, rgb(255, 255, 255) 46.811%, rgba(255, 255, 255, 0) 89.136%) center bottom -58px/auto 172px no-repeat, linear-gradient(138.05deg, rgba(255, 255, 255, 0) 29.91%, rgb(254, 226, 226) 49.175%, rgb(224, 242, 254) 74.111%, rgba(255, 255, 255, 0) 89.121%);
}
.categories__heading {
  margin-bottom: calc(1.8094089264vw + 23.2147165259px);
}

.contacts {
  background: linear-gradient(-0.57deg, rgb(255, 255, 255) 10.452%, rgba(255, 255, 255, 0) 55.962%), linear-gradient(47.39deg, rgb(255, 255, 255) 9.018%, rgb(254, 226, 226) 26.254%, rgb(224, 242, 254) 44.913%, rgb(237, 233, 254) 66.337%, rgb(252, 231, 243) 82.179%, rgba(255, 255, 255, 0) 97.525%);
}
.contacts__heading {
  margin-bottom: 37px;
}
.contacts__awards, .contacts__partners {
  margin-top: 24px;
}

.custom-solution__heading {
  margin-bottom: calc(3.4981905911vw + 16.8817852835px);
}
.custom-solution__actions {
  text-align: center;
}

.design-viewer__heading {
  margin-bottom: 22px;
}

.projects {
  padding-top: 89px;
  padding-bottom: calc(17.1290711701vw - 44.2340168878px);
  overflow: hidden;
}
.projects_theme_alpha {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 4.67%, rgb(255, 255, 255) 28.235%) center top -82px/auto 164px no-repeat, linear-gradient(0deg, rgb(255, 255, 255) 46.815%, rgba(255, 255, 255, 0) 89.58%) center bottom -45px/auto 177px no-repeat, linear-gradient(138.05deg, rgba(255, 255, 255, 0) 29.84%, #fee2e2 49.144%, #F3E8FF 74.132%, rgba(255, 255, 255, 0) 89.174%);
}
.projects_theme_beta {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 4.67%, rgb(255, 255, 255) 28.235%) center top -82px/auto 164px no-repeat, linear-gradient(0deg, rgb(255, 255, 255) 46.815%, rgba(255, 255, 255, 0) 89.58%) center bottom -45px/auto 177px no-repeat, linear-gradient(138.05deg, rgba(255, 255, 255, 0) 29.883%, rgb(254, 249, 195) 49.163%, rgb(254, 226, 226) 74.119%, rgba(255, 255, 255, 0) 89.142%);
}
.projects_theme_gamma {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 4.67%, rgb(255, 255, 255) 28.235%) center top -82px/auto 164px no-repeat, linear-gradient(0deg, rgb(255, 255, 255) 46.815%, rgba(255, 255, 255, 0) 89.58%) center bottom -45px/auto 177px no-repeat, linear-gradient(128.77deg, rgba(255, 255, 255, 0) 43.746%, rgba(235, 84, 204, 0.1) 53.869%, rgba(145, 67, 245, 0.1) 62.294%, rgba(243, 190, 66, 0.1) 69.135%, rgba(255, 255, 255, 0) 80.809%);
}
.projects_theme_delta {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 4.67%, rgb(255, 255, 255) 28.235%) center top -82px/auto 164px no-repeat, linear-gradient(0deg, rgb(255, 255, 255) 46.815%, rgba(255, 255, 255, 0) 89.58%) center bottom -45px/auto 177px no-repeat, linear-gradient(128.77deg, rgba(255, 255, 255, 0) 44.045%, rgb(231, 229, 228) 54.109%, rgb(219, 234, 254) 62.486%, rgb(243, 244, 246) 69.288%, rgba(255, 255, 255, 0) 80.895%);
}
.projects_theme_epsilon {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 4.67%, rgb(255, 255, 255) 28.235%) center top -82px/auto 164px no-repeat, linear-gradient(0deg, rgb(255, 255, 255) 46.815%, rgba(255, 255, 255, 0) 89.58%) center bottom -45px/auto 177px no-repeat, linear-gradient(128.77deg, rgba(255, 255, 255, 0) 44.045%, rgb(243, 236, 250) 54.109%, rgb(248, 219, 255) 62.486%, rgb(226, 227, 255) 69.288%, rgba(255, 255, 255, 0) 80.895%);
}
.projects_theme_zeta {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 4.67%, rgb(255, 255, 255) 28.235%) center top -82px/auto 164px no-repeat, linear-gradient(0deg, rgb(255, 255, 255) 46.815%, rgba(255, 255, 255, 0) 89.58%) center bottom -45px/auto 177px no-repeat, linear-gradient(128.77deg, rgba(255, 255, 255, 0) 44.045%, rgb(250, 250, 250) 54.109%, rgb(221, 209, 199) 62.486%, rgb(220, 221, 222) 69.288%, rgba(255, 255, 255, 0) 80.895%);
}
.projects__heading {
  margin-bottom: calc(2.8950542823vw + 45.1435464415px);
}
.projects__gallery {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

.contacts-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -36px;
  margin-left: -54px;
  color: #A21CAF;
}
.contacts-form__row > * {
  width: calc(100% - 54px);
  margin-top: 36px;
  margin-left: 54px;
}
.contacts-form__col-fluid {
  width: calc(100% - 54px) !important;
}
.contacts-form__col-auto {
  width: auto !important;
}
.contacts-form__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-left: -78px;
}
.contacts-form__footer > * {
  margin-top: 12px;
  margin-left: 78px;
}

.footer {
  margin-top: calc(15.3196622437vw - 4.4487334138px);
  padding-bottom: 20px;
  color: #737373;
}
.footer__main {
  border-top: 1px solid #D4D4D8;
  padding-top: 78px;
  margin-bottom: 83px;
}
.footer__logo {
  width: 163px;
}
.footer__about, .footer__address {
  margin-top: 36px;
  line-height: 1.666666667;
}
.footer__btn {
  margin-top: 72px;
}
.footer__primary-nav {
  margin-top: 54px;
}
.footer__awards {
  margin-top: 32px;
  gap: 18px;
}
.footer__services {
  margin-top: 50px;
}
.footer__industries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -32px;
  margin-left: -24px;
}
.footer__industries-title {
  margin-bottom: 48px;
  padding-bottom: 17px;
  border-bottom: 1px solid #D4D4D8;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
}
.footer__industries-nav {
  min-width: 0;
  margin-top: 32px;
  width: calc(50% - 24px);
  margin-left: 24px;
}
.footer__bottom {
  margin-top: 64px;
  text-align: center;
}
.footer .languages {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: small;
}
.footer .languages .active {
  display: inline-block;
  padding: 5px;
}
.footer .languages a {
  display: inline-block;
  padding: 5px;
}
.footer .languages a:hover {
  text-decoration: underline;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header > * + * {
  margin-left: 24px;
}
.header__logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 246px;
}

.hero_theme_default {
  background: linear-gradient(-0.57deg, rgb(255, 255, 255) 10.452%, rgba(255, 255, 255, 0) 55.962%), linear-gradient(47.39deg, rgb(255, 255, 255) 9.018%, rgb(254, 226, 226) 26.254%, rgb(224, 242, 254) 44.913%, rgb(237, 233, 254) 66.337%, rgb(252, 231, 243) 82.179%, rgba(255, 255, 255, 0) 97.525%);
}
.hero_theme_bg-image {
  background-repeat: no-repeat;
}
.hero__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero__content {
  margin-top: auto;
  margin-bottom: auto;
}
.hero__title {
  font-size: calc(1.0856453559vw + 22.9288299156px);
  font-weight: 300;
  color: #000000;
  margin-bottom: 39px;
}
.hero__typed-row {
  display: block;
}
.hero__descr {
  font-size: 18px;
}
.hero__actions {
  margin-top: calc(3.6188178528vw + 16.4294330519px);
}
.hero__partners {
  margin-top: calc(2.8950542823vw + 37.1435464415px);
}
.hero__plain-img {
  -webkit-animation: levitate 10s infinite;
          animation: levitate 10s infinite;
}
.hero__worldmap {
  width: 100%;
}
.hero__compare {
  -webkit-filter: drop-shadow(0 0 20px rgba(113, 113, 122, 0.2));
          filter: drop-shadow(0 0 20px rgba(113, 113, 122, 0.2));
}
@supports (--custom-properties: 1px) {
  .hero_theme_bg-image {
    background-image: var(--hero-bg) !important;
  }
}

.legal {
  --list-gap: calc(2.1712907117vw + 23.8576598311px);
}
.legal__heading {
  margin-bottom: 16px;
}

.portfolio {
  overflow-x: hidden;
  overflow-x: clip;
  /*&__list {
  	:nth-child(even) .portfolio-card__link {
  		transform: rotate(-8.44deg);
  	}

  	:nth-child(even) .portfolio-card__poster-wrapper {
  		transform: scaleX(-1);
  	}
  }
  */
}
.portfolio__heading {
  margin-bottom: 22px;
}
.portfolio__actions {
  margin-top: 81px;
  text-align: center;
}

.presentation {
  overflow: hidden;
}
.presentation__heading {
  margin-bottom: calc(2.4125452352vw + 30.9529553679px);
}
.presentation__row + .presentation__heading {
  margin-top: calc(4.8250904704vw + 41.9059107358px);
}
.presentation__item {
  position: relative;
  display: block;
}
.presentation__item[href] {
  cursor: url("/assets/img/cursor-view.svg") 45 45, pointer;
}
.presentation__item::before {
  content: "";
  display: block;
  /*padding-top: 100%;*/
  padding-top: 50%;
}
.presentation__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  border-radius: 29px;
}
.presentation__video {
  position: absolute;
  top: 8.6%;
  left: 8.6%;
  width: 83.2%;
  height: 47%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.presentation__actions {
  margin-top: calc(9.6501809409vw + 13.8118214717px);
  padding-bottom: 10px;
}

.prototyping__heading {
  margin-bottom: 42px;
}
.prototyping__gallery > * + * {
  margin-top: 20px;
}

.services {
  padding-top: 75px;
  padding-bottom: 70px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(255, 255, 255)) center top/auto 100px no-repeat, linear-gradient(0deg, rgb(255, 255, 255) 46.819%, rgba(255, 255, 255, 0) 90.012%) center bottom -75px/auto 194px no-repeat, linear-gradient(134.16deg, rgba(255, 255, 255, 0) 18.568%, rgb(243, 232, 255) 51.711%, rgb(255, 228, 230) 65.037%, rgba(255, 255, 255, 0) 82.121%);
}
.services__heading {
  margin-bottom: calc(2.2919179735vw + 27.4053075995px);
}

.tariffs__heading {
  margin-bottom: calc(1.8094089264vw + 28.2147165259px);
}
.tariffs__item {
  height: 100%;
}
.tariffs__notice {
  margin-top: calc(4.5838359469vw - 5.189384801px);
  text-align: center;
}
.tariffs__actions {
  text-align: center;
  margin-top: calc(3.6188178528vw + 36.4294330519px);
}

.testimonials {
  padding-top: calc(9.5295536791vw - 13.7358262967px);
  padding-bottom: 22px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 3.789%, rgb(255, 255, 255) 27.851%) center top -89px/auto 186px no-repeat, linear-gradient(0deg, rgb(255, 255, 255) 46.84%, rgba(255, 255, 255, 0) 92.367%) center bottom/auto 342px no-repeat, linear-gradient(119.48deg, rgb(255, 255, 255) 36.613%, rgb(224, 242, 254) 48.893%, rgb(243, 232, 255) 69.339%, rgb(255, 255, 255) 81.595%);
}
.testimonials__heading {
  margin-bottom: 48px;
}
.testimonials__pane {
  margin-bottom: 28px;
}
.testimonials__summary {
  margin-bottom: 33px;
}
.testimonials__list {
  margin-top: calc(3.4825870647vw - 49.0597014925px);
  margin-left: -27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.testimonials__item {
  margin-top: calc(-3.4825870647vw + 49.0597014925px);
  margin-left: 27px;
  width: calc(100% - 27px);
  min-height: 230px;
}
.testimonials__actions {
  margin-top: calc(3.6188178528vw + 22.4294330519px);
  text-align: center;
}

.error-404 {
  min-height: 100vh;
  min-height: 100dvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  overflow: hidden;
}
.error-404 > * {
  opacity: 0;
  -webkit-animation: error-404 1s forwards;
          animation: error-404 1s forwards;
}
.error-404__shout {
  line-height: 1;
  font-size: calc(2.8950542823vw + 61.1435464415px);
  font-weight: 500;
  color: #be123c;
}
.error-404__message {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
  margin-top: 22px;
  font-size: 19px;
  font-weight: 500;
}
.error-404__descr {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
  margin-top: 24px;
  font-size: 19px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}
.error-404__code {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
  margin-top: 17px;
  font-size: calc(8.564535585vw + 67.8829915561px);
  font-weight: 500;
  line-height: 1;
}
.error-404__btn {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
  margin-top: 17px;
}

@-webkit-keyframes error-404 {
  from {
    opacity: 0;
    -webkit-transform: translateY(170px) scale(0);
            transform: translateY(170px) scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes error-404 {
  from {
    opacity: 0;
    -webkit-transform: translateY(170px) scale(0);
            transform: translateY(170px) scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.page_id_404 {
  background: linear-gradient(-0.57deg, rgb(255, 255, 255) 10.452%, rgba(255, 255, 255, 0) 55.962%), linear-gradient(47.39deg, rgb(255, 255, 255) 9.018%, rgb(254, 226, 226) 26.254%, rgb(224, 242, 254) 44.913%, rgb(237, 233, 254) 66.337%, rgb(252, 231, 243) 82.179%, rgba(255, 255, 255, 0) 97.525%);
}
.page__testimonials {
  margin-bottom: calc(14.2340168878vw + 21.6224366707px);
}
.page__contacts {
  margin-bottom: calc(7.2376357057vw + 62.8588661037px);
}
.page__calc {
  margin-bottom: 126px;
}

.homepage__hero {
  margin-bottom: calc(8.4439083233vw + 38.3353437877px);
}
.homepage__about {
  margin-bottom: calc(3.2569360676vw + 27.7864897467px);
}
.homepage__services {
  margin-bottom: calc(2.1712907117vw + 50.8576598311px);
}
.homepage__calc {
  margin-bottom: calc(13.148371532vw + 0.6936067551px);
}
.homepage__calc2 {
  margin-bottom: calc(-6.0313630881vw + 72.6176115802px);
}
.homepage__portfolio {
  margin-bottom: calc(3.9806996381vw + 104.0723763571px);
}
.homepage__categories {
  margin-bottom: 70px;
}
.homepage__custom-solution {
  margin-bottom: calc(16.4053075995vw - 11.5199034982px);
}

.post__hero {
  margin-bottom: 48px;
}
.post__breadcrumbs {
  margin-bottom: calc(3.8600723764vw + 21.5247285887px);
}
.post__breadcrumbs h1 {
  margin-top: 19px;
  color: #737373;
  font-weight: inherit;
  font-size: inherit;
}
.post__about {
  margin-bottom: calc(7.2376357057vw + 62.8588661037px);
}
.post__custom-solution {
  margin-bottom: calc(16.5259348613vw + 38.0277442702px);
}
.post__design-viewer {
  margin-bottom: calc(14.7165259349vw - 27.1869722557px);
}
.post__completed-projects {
  margin-bottom: calc(8.082026538vw + 67.6924004825px);
}
.post__prototyping {
  margin-bottom: calc(17.6115802171vw + 31.9565741858px);
}
.post__presentation {
  margin-bottom: calc(8.8057901086vw + 46.9782870929px);
}
.post__packages {
  margin-bottom: 101px;
}
.post__portfolio {
  margin-bottom: calc(3.9806996381vw + 104.0723763571px);
}
.post__prices {
  margin-bottom: 70px;
}
.post__calc {
  margin-bottom: calc(13.148371532vw + 0.6936067551px);
}
.post__legal {
  margin-bottom: 120px;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  font-weight: 300;
  text-wrap: balance;
}
.typography h1 + *, .typography h2 + *, .typography h3 + *, .typography h4 + *, .typography h5 + *, .typography h6 + *,
.typography > :first-child {
  margin-top: 0 !important;
}
.typography > :last-child {
  margin-bottom: 0 !important;
}
.typography h3, .typography .h3 {
  margin-top: 27px;
  line-height: 1.4;
  font-size: calc(0.2412545235vw + 26.0952955368px);
}
.typography p {
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.typography a:not([class]) {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.typography a:not([class]):hover {
  color: #be123c;
}

@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  70% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes levitate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  70% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes wobble-right {
  16.65% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes wobble-right {
  16.65% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes wobble-left {
  16.65% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  33.3% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  49.95% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  66.6% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  83.25% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes wobble-left {
  16.65% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  33.3% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  49.95% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  66.6% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  83.25% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes modal-pop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-pop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-slide-in {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}
@keyframes modal-slide-in {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}
@-webkit-keyframes modal-slide-out {
  to {
    display: none;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@keyframes modal-slide-out {
  to {
    display: none;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
.ratio {
  position: relative;
}
.ratio::before {
  display: block;
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.styled-scrollbar::-webkit-scrollbar {
  width: 2px;
}
.styled-scrollbar::-webkit-scrollbar-track {
  background: #e3e3e4;
  border-radius: 3px;
}
.styled-scrollbar::-webkit-scrollbar-thumb {
  background: #71717A;
  border-radius: 3px;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: #71717A #e3e3e4;
  }
}
.u-color-primary {
  color: #be123c;
}
.u-color-default {
  color: #3F3F46;
}

.u-font-medium {
  font-weight: 500;
}

.u-text-center {
  text-align: center;
}

.u-space-prewrap {
  white-space: pre-wrap;
}

.u-hidden {
  display: none !important;
}

.u-visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 420px){
  .gallery-v3__picture {
    width: calc(50% - 20px);
  }
}

@media (min-width: 480px){
  .footer-services__col {
    width: calc(50% - 32px);
  }
}

@media (min-width: 480px) and (max-width: 1203.98px){
  .footer__main-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -32px;
  }
  .footer__main-row > * {
    margin-top: 50px;
    margin-left: 32px;
    width: calc(50% - 32px);
  }
}

@media (min-width: 520px){
  .footer__industries-nav {
    width: calc(33.3333333333% - 24px);
  }
}

@media (min-width: 576px){
  .callback-form__field_group_1, .callback-form__field_group_2 {
    width: calc(50% - 60px);
  }
  .services-list__col {
    width: calc(50% - (13.5102533172vw - 26.6634499397px));
  }
  .rating {
    border-radius: 29px;
    border: 1px solid #D4D4D8;
    background-color: #fff;
    padding: 12px 20px 20px;
  }
  .rating__categories {
    margin-left: -75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .rating__category {
    margin-left: 75px;
    width: calc(50% - 76px);
  }
  .rating__progressbar {
    margin-top: 9px;
  }
  .contacts-form__row > * {
    width: calc(50% - 54px);
  }
  .presentation__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: calc(-3.025477707vw - 14.5732484076px);
    margin-left: calc(-3.025477707vw - 14.5732484076px);
  }
  .presentation__item {
    width: calc(50% - (3.025477707vw + 14.5732484076px));
    margin-top: calc(3.025477707vw + 14.5732484076px);
    margin-left: calc(3.025477707vw + 14.5732484076px);
  }
  .presentation__actions {
    margin-left: calc(-24.6815286624vw + 127.1656050955px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .presentation__btn {
    width: calc(50% - (24.6815286624vw - 127.1656050955px));
    margin-left: calc(24.6815286624vw - 127.1656050955px);
  }
  .presentation__btn:first-child {
    text-align: right;
  }
  .testimonials__list {
    margin-top: -29px;
  }
  .testimonials__item {
    margin-top: 29px;
    width: calc(50% - 27px);
  }
}

@media (min-width: 640px){
  .gallery-v3__picture {
    width: calc(33.333333% - 20px);
  }
}

@media (min-width: 680px){
  .footer__industries-nav {
    width: calc(25% - 24px);
  }
}

@media (min-width: 768px){
  .footer-services__col {
    width: calc(33.3333333333% - 32px);
  }
  .gallery-v3__col {
    -webkit-transform: rotate(-9.61deg);
            transform: rotate(-9.61deg);
    width: calc(25% - 20px);
    margin-left: 20px;
  }
  .gallery-v3__col > * + * {
    margin-top: 20px;
  }
  .gallery-v3__picture {
    width: 100%;
  }
  .tariff__title {
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tariff__price-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .calc__options-row {
    grid-template-columns: minmax(0, 276px) minmax(0, 1fr);
  }
  .calc__options {
    grid-column-start: 2;
  }
  .footer__main-row > * {
    width: calc(33.3333333333% - 32px);
  }
  .tariffs__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -20px;
    margin-top: -32px;
  }
  .tariffs__col {
    margin-top: 32px;
    margin-left: 20px;
    width: calc(50% - 20px);
  }
}

@media (min-width: 860px){
  .callback-form__field_group_1 {
    width: calc(25% - 60px);
  }
  .callback-form__field_group_2 {
    width: calc(33.33333333% - 60px);
  }
  .callback-form__footer {
    margin-top: 72px;
  }
  .hero-gallery {
    position: relative;
  }
  .hero-gallery::before {
    content: "";
    display: block;
    padding-top: 86.86244204%;
  }
  .hero-gallery__item {
    position: absolute;
    -webkit-filter: drop-shadow(0 0 10px #D4D4D8);
            filter: drop-shadow(0 0 10px #D4D4D8);
    -webkit-animation-name: levitate;
            animation-name: levitate;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .hero-gallery__item:nth-child(1) {
    top: 10%;
    left: 0%;
    width: 31.684698609%;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .hero-gallery__item:nth-child(2) {
    bottom: 20%;
    left: 1%;
    width: 30.29366306%;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
  }
  .hero-gallery__item:nth-child(3) {
    bottom: 11%;
    right: 0%;
    width: 29.675425039%;
    -webkit-animation-duration: 16s;
            animation-duration: 16s;
  }
  .hero-gallery__item:nth-child(4) {
    bottom: 0%;
    right: 32%;
    width: 34.466769706%;
    -webkit-animation-duration: 14s;
            animation-duration: 14s;
  }
  .hero-gallery__item:nth-child(5) {
    top: 0%;
    right: 3%;
    width: 33.075734158%;
    -webkit-animation-duration: 13s;
            animation-duration: 13s;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .hero-gallery__pagination {
    position: absolute;
    bottom: calc(100% + 19px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 1px solid rgba(113, 113, 122, 0.2);
    border-radius: 36px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
    padding: 5px 15px;
  }
  .hero-gallery__bullet {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(113, 113, 122, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(113, 113, 122, 0.18);
    -webkit-animation: hero-gallery-pagination 18s linear calc(var(--index) * 6s) infinite forwards;
            animation: hero-gallery-pagination 18s linear calc(var(--index) * 6s) infinite forwards;
  }
  .gallery {
    margin-left: -30px;
    margin-top: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .gallery__item {
    margin-top: 30px;
    width: calc(33.333333% - 30px);
    margin-left: 30px;
  }
  .gallery__item_wide {
    width: calc(66.666666% - 30px);
  }
  .gallery__picture {
    position: relative;
    z-index: 1;
  }
  .gallery__item_wide .gallery__picture::before {
    padding-top: 46.78111588%;
  }
  .gallery__item:not(.gallery__item_active) .gallery__picture {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .gallery__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  .gallery__item_active .gallery__nav {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, transform, opacity;
    transition-property: visibility, transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .gallery__title {
    text-align: left;
  }
  .gallery__title-arrow {
    display: none;
  }
  .gallery__list {
    overflow-y: auto;
  }
  .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3px 29px 29px 3px;
    border-left: 8px solid #be123c;
    padding: 12px 20px 15px calc(12.2093023256vw - 85px);
  }
  .rating__about {
    margin-right: 94px;
    margin-bottom: 0;
    text-align: left;
  }
  .rating__summary {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .rating__reviews-link {
    white-space: nowrap;
  }
  .portfolio-card {
    padding-top: calc(1.2062726176vw + 65.476477684px);
    padding-bottom: calc(1.5681544029vw + 16.1194209891px);
  }
  .portfolio-card__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*align-items: center;
    align-items: flex-start;*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .portfolio-card__media {
    width: 51%;
  }
  .portfolio-card__details {
    width: 42%;
    font-size: calc(1.1627906977vw + 6px);
  }
  .categories__main {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .categories__nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(39% - 32px);
  }
  .categories__gallery {
    margin-left: auto;
    width: 61%;
  }
  .hero_theme_bg-image {
    background-position: right calc(37.7358490566vw - 724.5283018868px) top;
  }
  .hero_theme_bg-image .hero__gradient {
    background: linear-gradient(-0.57deg, rgb(255, 255, 255) 1.953%, rgba(255, 255, 255, 0) 55.962%), linear-gradient(47.39deg, rgb(255, 255, 255) 9.006%, rgb(254, 226, 226) 26.244%, rgb(224, 242, 254) 44.905%, rgba(237, 233, 254, 0) 66.332%, rgba(252, 231, 243, 0) 82.176%, rgba(255, 255, 255, 0) 97.524%), linear-gradient(to right, #fff, rgba(255, 255, 255, 0)) right calc(1102px + (37.7358490566vw - 724.5283018868px)) center/100px 100% no-repeat;
  }
  .hero__inner {
    min-height: calc(58.7209302326vw + 95px);
  }
  .hero__content {
    position: relative;
    z-index: 1;
    padding-top: calc(24.7093023256vw - 182.5px);
    padding-bottom: calc(24.7093023256vw - 182.5px);
  }
  .hero__media {
    position: absolute;
    z-index: -1;
    top: calc(50% - 40px);
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .hero__media_id_homepage {
    width: 54.8305084746%;
  }
  .hero__media_id_industries {
    width: 50.4237288136%;
  }
  .hero__media_id_seo {
    width: 55.8474576271%;
  }
  .hero__media_id_hosting, .hero__media_id_partnership {
    width: 60.3389830508%;
  }
  .hero__media_id_webdev {
    width: 52.9661016949%;
  }
  .hero__media_id_prototyping {
    width: 30.6779661017%;
    right: 12%;
  }
  .hero__media_id_calc {
    width: 55.2542372881%;
  }
  .hero__descr {
    max-width: 426px;
  }
}

@media (min-width: 992px){
  .calc-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .calc-cta__text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .calc-cta__figure {
    width: 431px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    border-top-right-radius: inherit;
  }
  .about-v2__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about-v2__row_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .about-v2__picture {
    width: 50%;
  }
  .about-v2__gallery {
    width: 54%;
  }
  .about-v2__text {
    width: calc(46% - 20px);
    margin-left: 20px;
  }
  .about-v2__row_reverse .about-v2__text {
    margin-left: 0;
    margin-right: 20px;
  }
  .contacts {
    padding-bottom: 100px;
  }
  .contacts__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .contacts__sidebar {
    width: 285px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .contacts__content {
    width: calc(100% - 285px - 72px);
    margin-left: auto;
  }
  .tariffs__col {
    width: calc(33.333333% - 20px);
  }
  .tariffs__col_pt {
    padding-top: 32px;
  }
  .tariffs__notice {
    text-align: left;
  }
  .testimonials__item {
    width: calc(33.333333% - 27px);
  }
}

@media (min-width: 1007px){
  .calc-promocode__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 225px;
  }
  .calc-promocode__btn {
    margin-top: 0;
    margin-left: 75px;
  }
}

@media (min-width: 1204px){
  body {
    font-size: 18px;
  }
  .input,
  .textarea {
    font-size: 18px;
  }
  .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -34px;
  }
  .nav__item {
    margin-left: 34px;
  }
  .nav__link {
    position: relative;
    font-size: 19px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  .nav__link_active {
    color: #be123c;
  }
  .nav__link::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
    height: 1px;
    background-color: #be123c;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    pointer-events: none;
  }
  .nav__link:hover {
    color: #be123c;
  }
  .nav__link:hover::after {
    width: 100%;
  }
  .nav__btn {
    display: none;
  }
  .cookies__inner {
    background-size: 862px;
  }
  .cookies__text {
    font-size: 38px;
  }
  .heading h1, .heading h2, .heading h3 {
    font-size: 36px;
  }
  .heading__descr {
    line-height: 1.5;
  }
  .calc-cta__text {
    padding: 54px 54px 67px;
  }
  .calc-cta__descr {
    margin-top: 67px;
  }
  .callback-form__row {
    margin-top: -100px;
  }
  .callback-form__field {
    margin-top: 100px;
  }
  .callback-modal__title {
    font-size: 38px;
  }
  .callback-modal__descr {
    margin-bottom: 55px;
  }
  .color-palette__row {
    margin-top: -12px;
    margin-left: -27px;
  }
  .color-palette__item {
    margin-top: 12px;
    margin-left: 27px;
    width: 88px;
  }
  .contacts-nav__item + .contacts-nav__item {
    margin-top: 49px;
  }
  .services-list {
    margin-left: -136px;
  }
  .services-list_compact {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .services-list__col {
    margin-left: 136px;
    width: calc(33.3333333333% - 136px) !important;
  }
  .gallery__title {
    font-size: 29px;
    padding: 17px 35px;
  }
  .gallery__list {
    padding: 0 35px 17px;
  }
  .rating {
    padding-left: 62px;
  }
  .rating__summary {
    margin-bottom: 22px;
  }
  .rating__categories {
    margin-top: -33px;
  }
  .rating__category {
    margin-top: 33px;
  }
  .reviews-pane {
    padding: 10px 45px;
  }
  .portfolio-card {
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .portfolio-card__details {
    font-size: 20px;
  }
  .portfolio-card__video {
    border-radius: 16px;
  }
  .tariff {
    padding-left: 40px;
    padding-right: 40px;
  }
  .modal__box {
    padding: 66px;
  }
  .about__subtitle {
    font-size: 27px;
  }
  .about__awards {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
  .about-v2__heading {
    margin-bottom: 56px;
  }
  .calc > * + * {
    margin-top: 126px;
  }
  .calc__section {
    padding: 48px;
  }
  .calc__inputs-row {
    margin-top: -36px;
  }
  .calc__inputs-row > * {
    margin-top: 36px;
  }
  .callback__heading {
    margin-bottom: 104px;
  }
  .categories {
    padding-top: 104px;
    padding-bottom: 167px;
  }
  .categories__heading {
    margin-bottom: 45px;
  }
  .custom-solution__heading {
    margin-bottom: 59px;
  }
  .projects {
    padding-bottom: 162px;
  }
  .projects__heading {
    margin-bottom: 80px;
  }
  .footer {
    margin-top: 180px;
  }
  .footer__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__main-row > * {
    width: auto;
  }
  .footer__main-col {
    width: 30%;
  }
  .footer__services {
    margin-top: 0;
    margin-left: 63px;
    width: calc(70% - 63px);
  }
  .footer__industries {
    margin-left: -13px;
  }
  .footer__industries-nav {
    width: calc(14.2857142857% - 13px);
    margin-left: 13px;
  }
  .header {
    padding-top: 26px;
    padding-bottom: 26px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__logo {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  .hero__content {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .hero__inner {
    min-height: 802px;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__actions {
    margin-top: 60px;
  }
  .hero__partners {
    margin-top: 72px;
  }
  .legal {
    --list-gap: 50px;
  }
  .presentation__heading {
    margin-bottom: 60px;
  }
  .presentation__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -51px;
  }
  .presentation__row + .presentation__heading {
    margin-top: 100px;
  }
  .presentation__item {
    margin-left: 50px;
    width: calc(50% - 51px);
  }
  .presentation__actions {
    margin-top: 130px;
    margin-left: -170px;
  }
  .presentation__btn {
    width: calc(50% - 170px);
    margin-left: 170px;
  }
  .services__heading {
    margin-bottom: 55px;
  }
  .tariffs__heading {
    margin-bottom: 50px;
  }
  .tariffs__notice {
    margin-top: 50px;
  }
  .tariffs__actions {
    margin-top: 80px;
  }
  .testimonials {
    padding-top: 101px;
  }
  .testimonials__actions {
    margin-top: 66px;
  }
  .error-404__shout {
    font-size: 96px;
  }
  .error-404__code {
    font-size: 171px;
  }
  .page__testimonials {
    margin-bottom: 193px;
  }
  .page__contacts {
    margin-bottom: 150px;
  }
  .homepage__hero {
    margin-bottom: 140px;
  }
  .homepage__about {
    margin-bottom: 67px;
  }
  .homepage__services {
    margin-bottom: 77px;
  }
  .homepage__calc {
    margin-bottom: 159px;
  }
  .homepage__calc2 {
    margin-bottom: 70px;
  }
  .homepage__portfolio {
    margin-bottom: 80px;
  }
  .homepage__custom-solution {
    margin-bottom: 186px;
  }
  .post__breadcrumbs {
    margin-bottom: 68px;
  }
  .post__about {
    margin-bottom: 80px;
  }
  .post__design-viewer {
    margin-bottom: 150px;
  }
  .post__completed-projects {
    margin-bottom: 35px;
  }
  .post__custom-solution {
    margin-bottom: 50px;
  }
  .post__prototyping {
    margin-bottom: 30px;
  }
  .post__presentation {
    margin-bottom: 153px;
  }
  .post__portfolio {
    margin-bottom: 80px;
  }
  .post__calc {
    margin-bottom: 159px;
  }
  .typography h3, .typography .h3 {
    font-size: 29px;
  }
}

@media (min-width: 1920px){
  .hero_theme_bg-image {
    background-position: right top;
  }
  .hero_theme_bg-image .hero__gradient {
    background-position: 0 0, 0 0, right 1100px center;
  }
}

@media (min-width: 2800px){
  .hero_theme_bg-image {
    background-image: none !important;
  }
}

@media (max-width: 1203.98px){
  .nav-scroll-lock {
    overflow: hidden;
  }
  .nav__list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    padding: 30px;
    visibility: hidden;
  }
  .nav_open .nav__list-wrapper {
    background-color: #be123c;
    visibility: visible;
    -webkit-transition: visibility 0.5s, background-color 0.5s;
    transition: visibility 0.5s, background-color 0.5s;
    --nav-splash-size: 284vmax;
  }
  .nav__list {
    margin: auto;
    text-align: center;
  }
  .nav__item {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .nav__item:nth-child(1) {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  .nav__item:nth-child(2) {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  .nav__item:nth-child(3) {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  .nav__item:nth-child(4) {
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
  }
  .nav__item:nth-child(5) {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  .nav__item:nth-child(6) {
    -webkit-transform: translateY(-240px);
            transform: translateY(-240px);
  }
  .nav__item:nth-child(7) {
    -webkit-transform: translateY(-280px);
            transform: translateY(-280px);
  }
  .nav__item + .nav__item {
    margin-top: 30px;
  }
  .nav_open .nav__item {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .nav__link {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
  }
  .nav__btn {
    width: 42px;
    height: 23px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    z-index: 31;
    color: #be123c;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .nav_open .nav__btn {
    color: #fff;
  }
  @supports (background: paint(something)) {
    .nav__list-wrapper {
      background: radial-gradient(circle var(--nav-splash-size) at right 40px top 78px, #be123c 50%, transparent calc(50% + 1px)) !important;
      transition: visibility 0.5s, --nav-splash-size 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06) !important;
    }
  }
  .header {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .header__logo {
    margin-right: auto;
  }
  .header__nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 991.98px){
  .calc-cta {
    text-align: center;
  }
  .calc-cta__figure {
    border-bottom-left-radius: inherit;
  }
  .calc-cta__actions {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-v2__picture {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-v2__gallery {
    max-width: 626px;
    width: 100%;
  }
  .contacts {
    padding-bottom: 50px;
  }
  .contacts__content {
    margin-top: 72px;
  }
  .contacts__nav {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts__awards, .contacts__partners {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 859.98px){
  .hero-gallery__item {
    display: none;
  }
  .hero-gallery__item:nth-child(4) {
    display: block;
    text-align: center;
  }
  .hero-gallery__pagination {
    display: none;
  }
  .gallery__item + .gallery__item {
    margin-top: 36px;
  }
  .gallery__picture {
    width: 218px;
    margin: 0 auto 36px;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .gallery__title {
    position: relative;
  }
  .gallery__title-arrow {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 14px;
    color: #be123c;
  }
  .gallery__title_active .gallery__title-arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .gallery__list {
    display: none;
  }
  .gallery__list_expanded {
    display: block;
  }
  .portfolio-card {
    padding-top: calc(3.015681544vw + 23.6911942099px);
  }
  .portfolio-card__media {
    max-width: 590px;
    /*width: 80%;*/
    margin-left: auto;
    margin-right: auto;
  }
  .portfolio-card__details {
    max-width: 590px;
    /*margin: 60px auto 0;*/
  }
  .hero_theme_bg-image {
    background-position: center top;
    background-size: auto 100%;
  }
  .hero_theme_bg-image .hero__gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 96.5%) center bottom/100% 79px no-repeat, linear-gradient(47.39deg, rgba(255, 255, 255, 0.8) 13.499%, rgba(254, 226, 226, 0.8) 29.886%, rgba(224, 242, 254, 0.8) 47.626%, rgba(237, 233, 254, 0.8) 67.995%, rgba(252, 231, 243, 0.8) 83.056%, rgba(255, 255, 255, 0) 97.647%), linear-gradient(to right, #fff, rgba(255, 255, 255, 0)) right 1102px center/100px 100% no-repeat;
  }
  .hero__inner {
    min-height: 574.7666666667px;
  }
  .hero__content {
    text-align: center;
  }
  .hero__title_gutters {
    padding-top: 67px;
    padding-bottom: 90px;
  }
  .hero__descr {
    display: none;
  }
  .hero__media {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .hero__media_id_homepage {
    width: 186px;
  }
  .hero__media_id_industries {
    width: 400px;
  }
  .hero__media_id_seo {
    width: 400px;
  }
  .hero__media_id_hosting, .hero__media_id_partnership {
    width: 712px;
  }
  .hero__media_id_webdev {
    width: 625px;
  }
  .hero__media_id_prototyping {
    width: 362px;
  }
  .hero__partners {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767.98px){
  .gallery-v3__row {
    margin-top: -30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gallery-v3__col {
    display: contents;
  }
  .gallery-v3__picture {
    -webkit-transform: rotate(-9.61deg);
            transform: rotate(-9.61deg);
    margin-left: 20px;
    margin-top: 30px;
  }
  .tariff__title {
    text-align: center;
  }
  .tariff__old-price {
    text-align: center;
    margin-bottom: 5px;
  }
  .tariff__price-row {
    text-align: center;
  }
  .tariff__descr {
    margin-top: 15px;
  }
  .tariffs__row {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .tariffs__row > * + * {
    margin-top: 32px;
  }
}

@media (max-width: 639.98px){
  .header__btn {
    display: none;
  }
  .header {
    padding-top: 25px;
  }
}

@media (max-width: 575.98px){
  .presentation__row {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .presentation__item + .presentation__item {
    margin-top: 32px;
  }
  .presentation__item:nth-child(n+3) {
    display: none;
  }
  .presentation__actions {
    text-align: center;
  }
  .presentation__btn + .presentation__btn {
    margin-top: 15px;
  }
}

@media (max-width: 479.98px){
  .footer-nav_style_inline {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__main, .footer__services {
    text-align: center;
  }
  .footer__awards {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 419.98px){
  .gallery-v3__row {
    margin-left: 0;
    margin-top: -70px;
  }
  .gallery-v3__picture {
    max-width: 257px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
  }
}

@media (hover: hover){
  .btn:not(.btn_pseudo):hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .btn_mode_default:not(.btn_loading):hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
  .btn_mode_outline:not(.btn_loading):hover {
    color: #fff;
  }
  .btn_mode_outline:not(.btn_loading):hover.btn_theme_primary {
    background: #be123c;
  }
  .btn_mode_outline:not(.btn_loading):hover.btn_theme_secondary {
    background: #3F3F46;
  }
  .btn_animation_wobble-right:hover .btn__icon {
    -webkit-animation: wobble-right 1s ease-in-out;
            animation: wobble-right 1s ease-in-out;
  }
  .btn_animation_wobble-left:hover .btn__icon {
    -webkit-animation: wobble-left 1s ease-in-out;
            animation: wobble-left 1s ease-in-out;
  }
  .input-file:hover {
    color: #be123c;
  }
  .to-top:hover {
    color: #be123c;
  }
  .testimonial__expand-btn:hover {
    color: #be123c;
  }
  .tariff:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    background-color: #FCE7F3;
  }
  .modal__close:hover {
    color: #000;
  }
}

@media (prefers-reduced-motion: no-preference){
  :root {
    scroll-behavior: smooth;
  }
}.orbit-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.orbit {
  --widget-color: #be123c;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
}

.orbit__modal {
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 7px;
  position: absolute;
  bottom: 80px;
  right: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: visibility 0.12s, -webkit-transform 0.12s ease-out;
  transition: visibility 0.12s, -webkit-transform 0.12s ease-out;
  transition: transform 0.12s ease-out, visibility 0.12s;
  transition: transform 0.12s ease-out, visibility 0.12s, -webkit-transform 0.12s ease-out;
  white-space: nowrap;
}

.orbit_open .orbit__modal {
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.orbit__modal::before {
  content: "";
  border-right: 8px solid transparent;
  border-top: 8px solid #FFF;
  border-left: 8px solid transparent;
  position: absolute;
  left: 25px;
  top: 100%;
}
.orbit-btn {
  width: 70px;
  height: 70px;
  background-color: var(--widget-color);
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
}

.orbit-btn::before,
.orbit-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: orbit-pulse 2s infinite;
          animation: orbit-pulse 2s infinite;
  background-color: var(--widget-color);
}

.orbit_open .orbit-btn::before,
.orbit_open .orbit-btn::after {
  display: none;
}

.orbit-btn::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.orbit-btn__icon {
  font-size: 24px;
  position: absolute;
}

.orbit-btn__icon_type_chat {
  font-size: 18px;
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
}

.orbit_open .orbit-btn__icon_type_chat {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

.orbit-btn__icon_type_close {
  font-size: 14px;
  visibility: hidden;
  -webkit-transform: rotate(180deg) scale(0);
          transform: rotate(180deg) scale(0);
  -webkit-transition: visibility 0.12s, -webkit-transform 0.12s ease-in;
  transition: visibility 0.12s, -webkit-transform 0.12s ease-in;
  transition: transform 0.12s ease-in, visibility 0.12s;
  transition: transform 0.12s ease-in, visibility 0.12s, -webkit-transform 0.12s ease-in;
}

.orbit_open .orbit-btn__icon_type_close {
  visibility: visible;
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
}

.orbit-slider {
  position: absolute;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: inherit;
  background-color: #fff;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
}

.orbit-slider_visible {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.orbit-slider__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.orbit-slider_visible .orbit-slider__track {
  -webkit-animation: orbit-slider 2.5s 0.5s forwards;
          animation: orbit-slider 2.5s 0.5s forwards;
}

.orbit-slider__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 24px;
  margin-right: 40px;
  color: var(--widget-color);
}

@-webkit-keyframes orbit-slider {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  25% {
    -webkit-transform: translateX(-54px);
            transform: translateX(-54px);
  }
  /*50% {
  	transform: translateX(-118px);
  }
  75% {
  	transform: translateX(-182px);
  }
  100% {
  	transform: translateX(-246px);
  }*/
}

@keyframes orbit-slider {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  25% {
    -webkit-transform: translateX(-54px);
            transform: translateX(-54px);
  }
  /*50% {
  	transform: translateX(-118px);
  }
  75% {
  	transform: translateX(-182px);
  }
  100% {
  	transform: translateX(-246px);
  }*/
}
.orbit-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.orbit-list__link {
  display: block;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.orbit-list__link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px 8px 13px;
}

.orbit-list__link:hover {
  background-color: #EEE;
}

.orbit-list__icon {
  font-size: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 13px;
}

.orbit-list__icon_theme_email {
  color: #be123c;
}

.orbit-list__icon_theme_viber {
  color: #be123c;
}

.orbit-list__icon_theme_whatsapp {
  color: #be123c;
}

.orbit-list__icon_theme_message {
  color: #be123c;
}

.orbit-list__icon_theme_telegram {
  color: #be123c;
}

.orbit-list__icon_theme_phone {
  color: #be123c;
}

.orbit-list__title {
  color: #212121;
}

.orbit-list__descr {
  font-size: 13px;
  color: #787878;
}

@-webkit-keyframes orbit-pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes orbit-pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@media (max-width: 428px) {
  .orbit__modal {
    position: fixed;
    width: 100%;
    bottom: 0;
    border-radius: 0;
    white-space: normal;
  }
  .orbit_open .orbit__btn {
    display: none;
  }
}