@charset "UTF-8";
/* reset style */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  height: 100%;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

:focus,
:active {
  outline: none;
}

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

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

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}

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

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* grid */
html {
  font-size: 16px;
}

body {
  font-family: "Mulish", sans-serif;
  color: #4c4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 2560px;
  min-width: 360px;
  margin: 0px auto;
  position: relative;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background: #fff;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 30px;
  position: relative;
}

h1 {
  font-size: 60px;
  line-height: 62px;
  color: #323232;
  font-weight: 800;
}

h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 42px;
  color: #323232;
}

h3 {
  font-weight: 800;
  font-size: 36px;
  line-height: 38px;
  color: #323232;
}

h4 {
  font-weight: 800;
  font-size: 34px;
  line-height: 36px;
  color: #323232;
}

h5 {
  font-weight: 800;
  font-size: 30px;
  line-height: 34px;
  color: #323232;
}

h6 {
  font-weight: 800;
  font-size: 28px;
  line-height: 30px;
  color: #323232;
}

a {
  color: #ed6f1e;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
a:hover {
  text-decoration: none;
}

.cl {
  clear: left;
}

.section {
  position: relative;
  overflow: hidden;
  will-change: transform;
}

.popup__text ul {
  list-style: disc;
  margin: 0 0 0 20px;
}

.popup__text ul li {
  list-style: inherit;
}

.popup__text ol {
  list-style: decimal;
  margin: 0 0 0 20px;
}

.popup__text ol li {
  list-style: inherit;
}

.popup__text p {
  margin: 15px 0 0 0;
}

.popup__text p:first-child {
  margin: 0;
}

.popup__text table {
  border-collapse: collapse;
  font-size: 15px;
  width: 100%;
  border-radius: 0px;
  border: 1px solid #323232;
}

.popup__text table td {
  padding: 10px 15px;
  vertical-align: middle;
  border: none;
  text-align: left;
  background: none;
  color: #323232;
  line-height: 17px;
  border-top: 1px solid #323232;
  border-left: 1px solid #323232;
}

.popup__text table td:first-child {
  border-left: none;
}

.popup__text table tr:last-child td:first-child {
  border-radius: 0px;
}

.popup__text table tr:last-child td:last-child {
  border-radius: 0px;
}

.popup__text table tr:nth-child(even) {
  background: none;
}

.popup__text table tr:nth-child(odd) {
  background: none;
}

.popup__text table th {
  font-weight: 400;
  padding: 10px 15px;
  vertical-align: middle;
  border: none;
  text-align: left;
  color: #323232;
  font-size: 16px;
  background: none;
  border-left: 1px solid #323232;
}

.popup__text table th:first-child {
  border-radius: 0px 0 0 0;
  border-left: none;
}

.popup__text table th:last-child {
  border-radius: 0px 0px 0 0;
}

.popup__text table thead td {
  border-bottom-width: 0px;
  text-align: left;
  font-weight: normal;
  padding: 10px;
  background: none;
}

.popup__text table tfoot th {
  background: none;
  text-align: left;
  border: none;
  font-size: 14px;
  font-weight: normal;
  color: #323232;
}

.popup__text table tfoot td {
  background: none;
  text-align: left;
  border: none;
  font-size: 105%;
  font-weight: normal;
  color: #323232;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.swiper-wrapper {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.swiper-slide {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.swiper-lazy-preloader {
  border: 4px solid #fff;
}

.fancybox-active {
  height: 100%;
}

.fancybox-content {
  padding: 0;
  border-radius: 0px;
}

.fancybox-caption__body {
  font-size: 20px;
}

.fancybox-close-small {
  opacity: 1;
  outline: none;
  border: none;
}

.fancybox-button.fancybox-focus {
  outline: none;
}

.popup {
  display: none;
  background: #d8ddeb;
  border-radius: 30px;
}

.fancybox-slide--html .fancybox-close-small {
  color: #323232;
  padding: 5px;
  top: 10px;
  right: 10px;
}

.popup__content {
  padding: 30px;
  background: #d8ddeb;
}

.popup__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 26px;
  color: #323232;
  text-align: center;
  padding: 0 30px;
}

.popup__text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #4c4d4d;
}
.popup__text span {
  display: block;
  color: #4c4d4d;
  margin-top: 10px;
}

.popup__form {
  position: relative;
  margin-top: 30px;
}

.popup__form .feed__items {
  --elements: 1;
  --cgap: 20px;
  --rgap: 20px;
}

.popup__form .feed__consent {
  text-align: left;
}

.cookies {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 -5px 15px 0 rgba(6, 88, 175, 0.15);
          box-shadow: 0 -5px 15px 0 rgba(6, 88, 175, 0.15);
  background: #fff;
  padding: 1.25rem 0;
}

.cookies__inner {
  max-width: 850px;
  margin: 0 auto;
}

.cookies__text {
  text-align: center;
  padding: 0 30px;
}

.cookies__text a {
  text-decoration: none;
  border-bottom: 1px solid #392a98;
  color: #392a98;
  cursor: pointer;
}

.cookies__text a:hover {
  border-bottom: 1px solid #fff;
}

.cookies__link {
  width: 7.875rem;
  height: 2.75rem;
  margin: 1rem auto 0 auto;
}

.cookies__link a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #392a98;
  border-radius: 0.375rem;
  line-height: 2.625rem;
  background: #392a98;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.cookies__link a:hover {
  background: #ef7e00;
  border: 1px solid #ef7e00;
  color: #fff;
}

.cookies__close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1.875rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background: url(/images/cookies-close.svg) 0px 0px no-repeat;
}

.header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
}
.header__row {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  width: 158px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header__logo-link {
  display: block;
}
.header__logo-image {
  display: block;
  width: 100%;
  height: auto;
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__phone {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
.header__phone-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.header__callback {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 20px;
}
.header__callback-link {
  display: block;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  background: #ef7e00;
  border-radius: 10px;
  padding: 15px 30px;
}
.header__callback-link:hover {
  background: #f49f10;
}

.footer {
  position: relative;
  padding-bottom: 30px;
  will-change: transform;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: -1px;
}

.footer__block {
  background: #4c4d4d;
  padding: 30px 40px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.footer__cols {
  position: relative;
}

.footer__col {
  position: relative;
}

.footer__col--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__col--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 36px;
}

.footer__col--logo {
  position: absolute;
  left: 50%;
  margin-left: -116px;
  width: 232px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  top: 0;
}

.footer__logo {
  width: 100%;
}
.footer__logo img {
  display: block;
}

.footer__phone {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.footer__phone a {
  color: #fff;
  text-decoration: none;
}

.footer__email {
  margin-top: 10px;
}
.footer__email a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #4c4d4d;
}
.footer__email a:hover {
  border-bottom: 1px solid #fff;
}

.footer__policy a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #4c4d4d;
  cursor: pointer;
}
.footer__policy a:hover {
  border-bottom: 1px solid #fff;
}

.footer__approval {
  margin-top: 5px;
  text-align: right;
}
.footer__approval a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #4c4d4d;
  cursor: pointer;
}
.footer__approval a:hover {
  border-bottom: 1px solid #fff;
}

.footer__developer {
  height: 25px;
}
.footer__developer a {
  display: block;
  background: url(/images/studio-logo.svg) 100% 0 no-repeat;
  padding-right: 25px;
  text-align: right;
  color: #fff;
  text-decoration: none;
}
.footer__developer a span {
  border-bottom: 1px solid #4c4d4d;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.footer__developer a:hover span {
  border-bottom: 1px solid #fff;
}

.promo {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.promo__overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.promo__content {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promo__content .promo__container {
  width: 100%;
}
.promo__title-text {
  color: #fff;
  text-align: center;
}
.promo__description {
  max-width: 680px;
  margin: 20px auto 0 auto;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.promo__video {
  width: 100%;
  height: 100vh;
  position: relative;
}
.promo__video-element {
  display: block;
  position: absolute;
  inset: 0;
  min-width: 100%;
  min-height: 100%;
}

.promo__video-sound {
	position: absolute;
	z-index: 3;
	right: 40px;
	bottom: 40px;
	width: 40px;
	height: 40px;
	background: url(/images/sound-icon.svg) 0 0 no-repeat;
	cursor: pointer;
	background-position: 0 -40px;
}
.promo__video-sound.active {
	background-position: 0 0px;
}

.application {
  position: relative;
  overflow: hidden;
  will-change: transform;
  background: #fff;
  padding: 100px 0;
}

.application__title {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.application__title h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 42px;
  color: #323232;
  text-align: center;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.application__text {
  max-width: 860px;
  margin: 20px auto 0 auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #4c4d4d;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform;
}

.application__block {
  max-width: 1100px;
  width: 100%;
  margin: 40px auto 0 auto;
  padding: 0 30px;
}

.application__cards {
  --elements: 3;
  --cgap: 50px;
  --rgap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.application__card {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  position: relative;
  border-radius: 30px;
  height: 100%;
}

.application__card--a {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  margin-top: 37px;
}

.application__card--c {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  margin-top: 37px;
}

.application-card__img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 30px;
}
.application-card__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}

.application-card__overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  will-change: transform;
}

.application-card__name {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 800;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  will-change: transform;
}

.application__count {
  margin-top: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9c11f), to(#f07e00));
  background: linear-gradient(180deg, #f9c11f 0%, #f07e00 100%);
  border-radius: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.application-count__inner {
  padding: 60px 30px;
}

.application-count__items {
  --elements: 3;
  --cgap: 0px;
  --rgap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.application-count__item {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  position: relative;
  text-align: center;
  border-left: 1px solid #fff;
}

.application-count__item:first-child {
  border-left: none;
}

.application-count__heading {
  font-weight: 800;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.application-count__heading span {
  font-size: 65px;
  line-height: 65px;
}

.application-count__name {
  margin-top: 10px;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.application__slider {
  display: none;
}

.elevator {
  position: relative;
  overflow: hidden;
  will-change: transform;
  background: #fff;
  padding-bottom: 100px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: -1px;
}

.elevator__block {
  position: relative;
}

.elevator__bg {
  position: relative;
  width: 369px;
  margin: 0 auto;
}

.elevator__title {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.elevator__title h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 42px;
  color: #323232;
  text-align: center;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.elevator__block {
  margin-top: 40px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform;
}
.elevator__block .container {
  z-index: 2;
}

.elevator-block__bg {
  position: relative;
  width: 369px;
  height: 1908px;
  margin: 0 auto;
  background: url(/images/elevator-bg.svg) 0 0 no-repeat;
  padding-top: 100px;
}

.elevator-block__img {
  width: 246px;
  margin-left: 47px;
}
.elevator-block__img img {
  display: block;
}

.elevator-block__bgmob {
  display: none;
  position: relative;
  width: 183px;
  height: 1549px;
  margin: 0 auto;
  background: url(/images/elevator-bg-mob.svg) 0 0 no-repeat;
  padding-top: 47px;
}

.elevator-block__imgmob {
  width: 122px;
  margin-left: 22px;
  position: relative;
}
.elevator-block__imgmob img {
  display: block;
}

.elevator-block__advantages {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 30px;
  right: 30px;
  bottom: 0;
}

.elevator-block__item {
  border-radius: 30px;
  width: 280px;
  min-height: 180px;
  padding: 30px;
  background: rgba(237, 237, 239, 0.8);
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ef7e00;
}

.elevator-block__item:nth-child(1) {
  margin-top: 20px;
}

.elevator-block__item:nth-child(2) {
  margin-left: auto;
  margin-top: 56px;
}

.elevator-block__item:nth-child(3) {
  margin-top: 56px;
}

.elevator-block__item:nth-child(4) {
  margin-left: auto;
  margin-top: 56px;
}

.elevator-block__item:nth-child(5) {
  margin-top: 56px;
}

.elevator-block__item:nth-child(6) {
  margin-left: auto;
  margin-top: 56px;
}

.elevator-block__item:nth-child(7) {
  margin-top: 56px;
}

.elevator-block__item:nth-child(8) {
  margin-left: auto;
  margin-top: 56px;
}

.elevator-block__line {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  height: 10px;
  background: #e0dfe4;
}

.elevator-block__line--floor1 {
  top: 567px;
}

.elevator-block__line--floor2 {
  top: 1275px;
}

.benefit {
  position: relative;
  overflow: hidden;
  will-change: transform;
  background: #fff;
  padding-bottom: 100px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: -1px;
}

.benefit-block {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  will-change: transform;
}

.benefit__cols {
  --elements: 2;
  --cgap: 30px;
  --rgap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: transform;
}

.benefit__col {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  height: 100%;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.benefit__item {
  border-radius: 30px;
  margin-top: 30px;
  background: #ededef;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.benefit__item:first-child {
  margin-top: 0;
}

.benefit-item__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 70px;
  height: 70px;
  background: #392a98;
  border-radius: 100%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefit-item__icon img {
  display: block;
  will-change: transform;
}

.benefit-item__content {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}

.benefit-item__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #323232;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.benefit-item__title h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #323232;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.benefit-item__text {
  margin-top: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #4c4d4d;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.benefit__video {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 30px;
}

.benefit__video-element {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.portfolio {
  position: relative;
  overflow: hidden;
  will-change: transform;
  background: #fff;
  padding-bottom: 100px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: -1px;
}

.portfolio__top {
  width: 100%;
  max-width: 904px;
  margin: 0 auto;
}

.portfolio__title {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.portfolio__title h2 {
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  line-height: 42px;
  color: #323232;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.portfolio__text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #4c4d4d;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.portfolio__content {
  position: relative;
  margin-top: 40px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.portfolio__slider {
  position: relative;
  overflow: hidden;
}

.portfolio__slider .swiper-slide {
  height: auto;
}

.portfolio__item {
  position: relative;
}
.portfolio__item:hover .portfolio-item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.portfolio__item:hover .portfolio-item__name {
  color: #ef7e00;
}

.portfolio-item__img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border-radius: 20px;
}

.portfolio-item__blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
  border-radius: 0px;
}

.portfolio-item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
  will-change: transform;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border-radius: 0px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.portfolio-item__name {
  margin-top: 16px;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #323232;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.portfolio-item__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.portfolio-item__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.portfolio-slider__prev {
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 10px;
  margin-top: -50px;
  cursor: pointer;
  outline: none;
  background: url(/images/portfolio-prev.svg) 0 0 no-repeat;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.portfolio-slider__next {
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 10px;
  margin-top: -50px;
  cursor: pointer;
  outline: none;
  background: url(/images/portfolio-next.svg) 0 0 no-repeat;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.portfolio__slider .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.feed {
  position: relative;
  overflow: hidden;
  will-change: transform;
  background: #fff;
  padding-bottom: 100px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: -1px;
}

.feed__block {
  padding: 50px;
  background: #d8ddeb;
  border-radius: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.feed__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 42px;
  color: #323232;
  text-align: center;
  will-change: transform;
}

.feed__title h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 42px;
  color: #323232;
  text-align: center;
  will-change: transform;
}

.feed__text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #323232;
  will-change: transform;
}
.feed__text a {
  font-weight: 800;
  color: #323232;
  text-decoration: none;
  border-bottom: 1px solid #d8ddeb;
}
.feed__text a:hover {
  border-bottom: 1px solid #323232;
}

.feed__content {
  width: 100%;
  max-width: 810px;
  margin: 30px auto 0 auto;
}

.feed__items {
  --elements: 2;
  --cgap: 20px;
  --rgap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.feed__item {
  position: relative;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}

.feed-item__input {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 10px;
  background: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #4c4d4d;
  padding: 0 20px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border: 1px solid transparent;
  will-change: transform;
}
.feed-item__input:focus {
  border: 1px solid #392a98;
}

.feed-item__input::-moz-placeholder {
  color: #4c4d4d;
}

.feed-item__input::-webkit-input-placeholder {
  color: #4c4d4d;
}

.feed-item__input:-ms-input-placeholder {
  color: #4c4d4d;
}

.feed-item__input::-ms-input-placeholder {
  color: #4c4d4d;
}

.feed-item__input::placeholder {
  color: #4c4d4d;
}

.feed-item__input:-webkit-autofill {
  -webkit-appearance: none;
  appearance: none;
  -webkit-text-fill-color: #4c4d4d;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-background-clip: text;
}

.feed-item__message {
  font-size: 12px;
  line-height: 12px;
  color: red;
  display: none;
  margin-top: 5px;
  will-change: transform;
}

.feed__item--error .feed-item__input {
  border: 1px solid red;
}
.feed__item--error .feed-item__message {
  display: block;
}

.feed__consent {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

.feed__top {
  display: inline-block;
}

.feed__consent input[type=checkbox] {
  display: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.feed__consent input[type=checkbox] + label {
  display: block;
  position: relative;
  margin: 0px 0 0px 30px;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #323232;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  will-change: transform;
}

.feed__consent a {
  color: #323232;
  text-decoration: underline;
}

.feed__consent a:hover {
  color: #323232;
  text-decoration: none;
}

.feed__consent input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: -30px;
  border: 1px solid #fff;
}

.feed__consent input[type=checkbox]:checked + label:before {
  background: #fff url(/images/consent-icon.svg) 50% 50% no-repeat;
}

.feed__consent input[type=submit] {
  display: block;
  width: 240px;
  margin: 40px auto 0 auto;
  cursor: pointer;
  font-weight: 800;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  border: none;
  height: 50px;
  background: #392a98;
  text-align: center;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border-radius: 10px;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  will-change: transform;
}

.feed__consent input[type=submit].load {
  pointer-events: none;
  background: #392a98;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #5e46f5 5px, #5e46f5 10px);
  background-size: 200% 200%;
  -webkit-animation: gradient 5s linear infinite;
  animation: gradient 5s linear infinite;
}

@-webkit-keyframes gradient {
  100% {
    background-position: 100% 100%;
  }
}
@keyframes gradient {
  100% {
    background-position: 100% 100%;
  }
}
.feed__consent input[type=submit]:hover {
  background: #5e46f5;
}

.feed__consent input[disabled] {
  background: rgba(57, 42, 152, 0.7);
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

/* xl <= Large (xlg) */
@media screen and (max-width: 1239px) {
  .container {
    padding: 0 30px;
  }
  .benefit__cols {
    --elements: 2;
    --cgap: 20px;
    --rgap: 20px;
  }
  .benefit__item {
    margin-top: 20px;
    padding: 35px 30px;
  }
}
/* md <= Large (lg) */
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
  h1 {
    font-size: 34px;
    line-height: 36px;
  }
  h2 {
    font-size: 32px;
    line-height: 34px;
  }
  h3 {
    font-size: 30px;
    line-height: 32px;
  }
  h4 {
    font-size: 28px;
    line-height: 30px;
  }
  h5 {
    font-size: 26px;
    line-height: 28px;
  }
  h6 {
    font-size: 24px;
    line-height: 26px;
  }
  .cookies__text {
    font-size: 14px;
    text-align: left;
    padding: 0 30px 0 0;
  }
  .cookies__text a {
    border-bottom: 1px solid #392a98;
  }
  .cookies__text a:hover {
    border-bottom: 1px solid #392a98;
  }
  .cookies__link a:hover {
    background: #392a98;
    color: #fff;
    border: 1px solid #392a98;
  }
  .cookies__close {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    background: url(/images/cookies-close.svg) 0px 0px no-repeat;
    background-size: 1.25rem;
    right: 20px;
  }
  .compensate-for-scrollbar {
    margin-right: 0 !important;
  }
  .popup__link a:hover {
    background: #392a98;
  }
  .header {
    position: relative;
    background: #fff;
  }
  .header__logo {
    width: 118px;
  }
  .header__phone {
    color: #323232;
  }
  .header__phone-link {
    color: #323232;
  }
  .header__callback-link {
    font-size: 16px;
    line-height: 20px;
  }
  .header__callback-link:hover {
    background: #ef7e00;
  }
  .footer__col--logo {
    width: 142px;
    margin-left: -71px;
    top: 50%;
    margin-top: -30px;
  }
  .footer__email a:hover {
    border-bottom: 1px solid #4c4d4d;
  }
  .footer__policy a:hover {
    border-bottom: 1px solid #4c4d4d;
  }
  .footer__approval a:hover {
    border-bottom: 1px solid #4c4d4d;
  }
  .footer__developer a:hover span {
    border-bottom: 1px solid #4c4d4d;
  }
  .promo {
    height: auto;
    position: sticky;
    top: 0;
  }
  .promo__content {
    top: 70px;
  }
  .promo__description {
    font-size: 16px;
    line-height: 20px;
  }
  .promo__video {
    height: auto;
  }
  .promo__video-element {
    position: relative;
    width: 100%;
    height: auto;
  }
	.promo__video-sound {
		right: 20px;
		bottom: 20px;
	}
  .application {
    padding: 60px 0;
  }
  .application__block {
    padding: 0px;
  }
  .application__cards {
    --cgap: 20px;
    --rgap: 20px;
  }
  .application__card--a {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: 0px;
  }
  .application__card--c {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: 0px;
  }
  .application-card__name {
    font-size: 24px;
    line-height: 28px;
  }
  .application__title h2 {
    font-size: 34px;
    line-height: 36px;
  }
  .application__text {
    font-size: 18px;
    line-height: 22px;
  }
  .application__count {
    margin-top: 40px;
  }
  .application-count__inner {
    padding: 40px 20px;
  }
  .application-count__heading {
    font-size: 22px;
    line-height: 24px;
  }
  .application-count__heading span {
    font-size: 55px;
    line-height: 55px;
  }
  .application-count__name {
    font-size: 16px;
    line-height: 18px;
  }
  .elevator {
    padding-bottom: 60px;
  }
  .elevator__title h2 {
    font-size: 34px;
    line-height: 36px;
  }
  .elevator__block {
    margin-top: 20px;
  }
  .elevator-block__bg {
    display: none;
  }
  html,
  body {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    -webkit-overflow-scrolling: touch; /* важно для iOS */
    scroll-behavior: auto; /* отключаем smooth scroll */
  }
  .elevator-block__bgmob {
    display: block;
  }
  .elevator-block__imgmob {
    will-change: transform;
  }
  .elevator-block__advantages {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 30px;
    right: 30px;
    bottom: 0;
  }
  .elevator-block__item {
    border-radius: 30px;
    width: 100%;
    max-width: 480px;
    min-height: auto;
    padding: 25px 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .elevator-block__item:nth-child(1) {
    margin: 455px auto 0 auto;
  }
  .elevator-block__item:nth-child(2) {
    margin: 30px auto;
  }
  .elevator-block__item:nth-child(3) {
    margin: 30px auto;
  }
  .elevator-block__item:nth-child(4) {
    margin: 30px auto;
  }
  .elevator-block__item:nth-child(5) {
    margin: 30px auto;
  }
  .elevator-block__item:nth-child(6) {
    margin: 30px auto;
  }
  .elevator-block__item:nth-child(7) {
    margin: 30px auto;
  }
  .elevator-block__item:nth-child(8) {
    margin: 30px auto;
  }
  .elevator-block__line--floor1 {
    top: 500px;
  }
  .elevator-block__line--floor2 {
    top: 1010px;
  }
  .benefit {
    padding-bottom: 60px;
  }
  .benefit-block {
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
  }
  .benefit__cols {
    --elements: 1;
    --cgap: 20px;
    --rgap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: var(--cgap);
       -moz-column-gap: var(--cgap);
            column-gap: var(--cgap);
    row-gap: var(--rgap);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .benefit__item {
    padding: 35px 20px;
  }
  .benefit-item__title h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .benefit-item__text {
    font-size: 16px;
    line-height: 24px;
  }
  .portfolio {
    padding-bottom: 60px;
  }
  .portfolio__title h2 {
    font-size: 34px;
    line-height: 36px;
  }
  .portfolio__text {
    font-size: 18px;
    line-height: 22px;
  }
  .portfolio__content {
    margin-top: 30px;
  }
  .portfolio__item:hover .portfolio-item__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .portfolio__item:hover .portfolio-item__name {
    color: #323232;
  }
  .feed {
    padding-bottom: 60px;
  }
  .feed__block {
    padding: 30px 40px;
  }
  .feed__title h2 {
    font-size: 34px;
    line-height: 36px;
  }
  .feed__text {
    font-size: 18px;
    line-height: 24px;
  }
  .feed__text a:hover {
    border-bottom: 1px solid #d8ddeb;
  }
  .feed__consent a:hover {
    text-decoration: underline;
  }
}
/* sm <= Medium (md) */
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .popup__content {
    padding: 30px 20px;
  }
  .header__logo {
    width: 95px;
  }
  .header__phone {
    font-size: 18px;
    line-height: 20px;
  }
  .header__callback {
    display: none;
  }
  .footer__block {
    padding: 20px;
  }
  .footer__col--logo {
    position: relative;
    width: 142px;
    margin: 20px auto;
    top: auto;
    left: auto;
  }
  .footer__col--right {
    margin-top: 0;
  }
  .promo__content {
    top: 60px;
  }
  .promo__description {
    display: none;
  }
  .application {
    padding: 50px 0;
  }
  .application-count__inner {
    padding: 40px 30px;
  }
  .application-count__items {
    --elements: 1;
    --cgap: 0px;
    --rgap: 30px;
  }
  .application-count__item {
    border-top: 1px solid #fff;
    border-left: none;
    padding-top: 30px;
  }
  .application-count__item:first-child {
    border-top: none;
    padding-top: 0;
  }
  .application__block {
    display: none;
  }
  .application__slider {
    position: relative;
    margin: 40px auto 0 auto;
    display: block;
    width: 100%;
    max-width: 480px;
  }
  .application-slider {
    margin: 0 auto;
    max-width: 320px;
    height: 100%;
  }
  .application-slider .swiper-slide {
    overflow: hidden;
    border-radius: 30px;
  }
  .application__card {
    width: 100%;
    will-change: transform;
  }
  .elevator {
    padding-bottom: 50px;
  }
  .benefit {
    padding-bottom: 50px;
  }
  .portfolio {
    padding-bottom: 50px;
  }
  .portfolio__slider {
    overflow: visible;
  }
  .portfolio__slider .swiper-slide {
    width: 280px;
  }
  .portfolio-slider__prev {
    display: none;
  }
  .portfolio-slider__next {
    display: none;
  }
  .portfolio-item__name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .feed {
    padding-bottom: 50px;
  }
  .feed__block {
    padding: 30px 20px;
  }
  .feed__title {
    padding: 0 20px;
  }
  .feed__text {
    padding: 0 20px;
  }
  .feed__items {
    --elements: 1;
    --cgap: 20px;
    --rgap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: var(--cgap);
       -moz-column-gap: var(--cgap);
            column-gap: var(--cgap);
    row-gap: var(--rgap);
  }
  .feed__consent {
    position: relative;
    margin-top: 20px;
    text-align: left;
  }
  .feed__top {
    display: block;
  }
}
@media (max-width: 576px) {
  .footer__col--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__top {
    width: 100%;
  }
  .footer__policy {
    width: 100%;
    margin-top: 10px;
  }
  .footer__approval {
    margin-top: 5px;
    text-align: left;
  }
  .footer__col--right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__copyrights {
    width: 100%;
  }
  .footer__developer {
    margin-top: 10px;
  }
}
/* xs <= Small (sm) */