/* body {
  margin: 0;
  padding: 0;
  background-color: #f2f3f9;
  color: #14175c;
  font-family: "Geologica", sans-serif;
} */

/* Светлый и темный режимы */

:root {
  --bg-color: #f2f3f9;
  --text-color: #14175c;
}

body {
  background-color: var(--bg-color);
  color: #14175c;
  transition: background-color 0.3s ease;
  font-family: 'Geologica', sans-serif;
  margin: 0;
  padding: 0;
}

body.dark-theme {
  --bg-color: #14175c;
  --text-color: white;
}

body.dark-theme .company-new-header,
body.dark-theme .problems-new-header,
body.dark-theme .services-new-header,
body.dark-theme .docs-wrapper,
body.dark-theme .places-new-header {
  color: white;
}

body.dark-theme .integrations-schema {
  background-image: url(/img/integrations-img-light.svg);
}

body.dark-theme .feedback-form-info {
  border-bottom-left-radius: 16px;
}

body.dark-theme .accordion-item:last-of-type {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

body.dark-theme .accordion-item:last-of-type > .accordion-collapse,
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

body.dark-theme .banner-text-wrapper {
  border-bottom-left-radius: 16px;
}

#themeToggle {
  position: fixed;
  bottom: 60px;
  right: 60px;
  cursor: pointer;
  border: none;
  background: none;
}

#themeToggle .sun-icon,
#themeToggle .moon-icon {
  display: none;
  width: 113px;
  height: 57px;
}

#themeToggle .moon-icon {
  display: block;
}

.dark-theme #themeToggle {
  & .moon-icon {
    display: none;
  }
  & .sun-icon {
    display: block;
  }
}

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

/* Шрифты */

.geologica-normal {
  font-family: 'Geologica', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: 'slnt' 0, 'CRSV' 0, 'SHRP' 0;
}

.geologica-bold {
  font-family: 'Geologica', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: bold;
  font-variation-settings: 'slnt' 0, 'CRSV' 0, 'SHRP' 0;
}

/* Хелперы */

.bg-white {
  background-color: white;
}

.p-r-fix {
  padding-right: 0 !important;
}

.b-r-8 {
  border-radius: 8px;
}

.b-r-16 {
  border-radius: 16px;
}

.b-r-24 {
  border-radius: 24px;
}

.border-b {
  border-bottom: 1px solid #e8e8e8;
}

.p-t-32 {
  padding-top: 32px;
}

.p-40 {
  padding: 40px;
}

.p-20 {
  padding: 20px;
}

.f-b-30 {
  flex-basis: 30%;
}

.f-b-40 {
  flex-basis: 40%;
}

.f-b-50 {
  flex-basis: 50%;
}

.f-b-25 {
  flex-basis: 25%;
}

.m-b-40 {
  margin-bottom: 40px;
}
/* Основные стили */

.integrations-schema {
  background-image: url(/img/integrations-img.svg);
  width: 238px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
}

.menu-wrapper {
  font-family: 'Geologica', sans-serif;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  height: 60px;
}

.header-wrapper {
  background-color: white;
  height: 72px;
  border: 0px;
  border-radius: 0 0 20px 20px;
  margin: 0 0 40px 0;
  padding: 6px 8px 8px 8px;
}

.header-block-button {
  background-color: #fe641f;
  width: 177px;
  height: 56px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  border: 0;
  border-radius: 12px;
}

.header-block-button:hover {
  background-color: #ea5a1a;
  font-weight: 500;
}

.logo {
  background-image: url(/img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 177px;
  height: 40px;
  border: 0;
}

.header-logo-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}

.blocks-selector-item {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
}

.blocks-selector-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  background-color: white;
  border: 0;
  border-radius: 16px;
  padding: 4px;
  background-color: #dce2ef;
  margin-top: 24px;
}

.nav-pills .nav-link.active {
  background-color: white;
  width: 100%;
  color: #14175c;
  font-weight: 600;
  height: 48px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.nav-link {
  color: #14175c !important;
  width: 100%;
  height: 48px;
}

.leasing-tab-first-block-left {
  background-image: url(/img/second-block-banner-left.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.leasing-tab-first-block-right {
  background-image: url(/img/second-block-banner-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 30px;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 24px;
  margin-left: 24px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.carousel-caption-fix {
  padding: 0 !important;
  margin: 0 !important;
  left: 0;
  bottom: 0;
}

#carouselMobileAppAbout .carousel-control-prev {
  display: flex;
  position: relative;
  top: 10px;
  left: 0;
  width: 30px;
}

#carouselMobileAppAbout .carousel-control-next {
  display: flex;
  position: relative;
  top: -22px;
  left: 40px;
  width: 30px;
}

.carousel-caption {
  position: absolute;
  right: unset;
  bottom: 0;
  left: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: left;
}

.carousel-caption-mobile-app-slider {
  position: absolute;
  top: 16px;
  right: 90px;
  color: #d3d4db;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
}

.second-block-subheader {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.second-block-header {
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
}

.m-t-8 {
  margin-top: 8px;
}

.leasing-tab-first-block-right {
  background-image: url(/img/second-block-banner-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.leasing-tab-first-block-right-item {
  padding: 11px;
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  margin: 4px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}

.third-block-item-img1 {
  background-image: url(/img/third-block-item-img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  border-radius: 8px;
}

.third-block-item-img2 {
  background-image: url(/img/third-block-item-img2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  border-radius: 8px;
}

.third-block-item-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}

.third-block-item-badge-red {
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  background-color: #ffeae5;
  width: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ff4e4b;
  margin-left: 40px;
  margin-top: 16px;
}

.third-block-item-badge-green {
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  background-color: #c3ffab;
  width: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #376e36;
  margin-left: 40px;
  margin-top: 16px;
}

.third-block-item-header {
  margin-left: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 14px;
  max-width: 80%;
}

.third-block-item-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-left: 40px;
  margin-top: 8px;
  max-width: 80%;
}

.show-more-button .btn {
  color: #fe641f;
}

.show-more-button {
  display: flex;
  background-color: #f2f3f9;
  border-radius: 8px;
  padding: 10px;
  margin-left: 40px;
  margin-top: 24px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fe641f;
  margin-bottom: 24px;
}

.card-body {
  padding: 0 !important;
}

.fourth-block-info-wrapper {
  padding: 40px;
}

.fourth-block-info-header {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}

.fourth-block-info-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 60%;
  margin-bottom: 32px;
}

.fourth-block-info-steps-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.fourth-block-info-step {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: stretch;
  background-color: #f2f3f9;
  flex-basis: 32.5%;
  border: 0;
  border-radius: 8px;
  padding: 16px;
  height: 200px;
}

.fourth-block-info-step-number-orange {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: #fe641f;
  text-align: right;
  padding: 4px;
}

.fourth-block-info-step-header {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 16px;
}

.fourth-block-info-step-text {
  font-size: 14px;
  font-weight: 400;
  color: #525d71;
  max-width: 98%;
}

.third-block-item-badge-red img {
  margin-right: 10px;
}

.third-block-item-badge-green img {
  margin-right: 10px;
}

.fourth-block-info-step-number-white {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  padding: 4px;
}

.fourth-block-info-step-orange {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: stretch;
  background-color: #fe641f;
  flex-basis: 32.5%;
  border: 0;
  border-radius: 8px;
  padding: 16px;
  height: 200px;
}

.fourth-block-info-step-header-white {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 16px;
  color: white;
}

.fourth-block-info-step-text-white {
  font-size: 14px;
  font-weight: 400;
  color: white;
  max-width: 98%;
}

.fourth-block-services-header {
  color: #fe641f;
  font-size: 32px;
  font-weight: 700;
  line-height: 33px;
  margin-left: 40px;
  max-width: 90%;
}

.fourth-block-services-text {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  padding-right: 40px;
}

.card {
  border: 0;
}

.card-body {
  padding: 0 0 20px 0 !important;
}

span.fifth-block-header-orange {
  color: #fe641f;
}

.fifth-block-header {
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  max-width: 80%;
  margin-bottom: 40px;
}

.parent {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(8, 1fr);
  gap: 15px;
  height: 700px;
}

.div1 {
  grid-column: span 4 / span 4;
  grid-row: span 3 / span 3;
  background-image: url(/img/regions-block-img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border-radius: 8px;
}

.div2 {
  grid-column: span 4 / span 4;
  grid-row: span 5 / span 5;
  grid-column-start: 1;
  grid-row-start: 4;
  background-image: url(/img/regions-block-img5.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.div3 {
  grid-column: span 5 / span 5;
  grid-row: span 4 / span 4;
  grid-column-start: 5;
  grid-row-start: 1;
  background-image: url(/img/regions-block-img2.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.div4 {
  grid-column: span 5 / span 5;
  grid-row: span 4 / span 4;
  grid-column-start: 5;
  grid-row-start: 5;
  background-image: url(/img/regions-block-img3.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.div5 {
  grid-column: span 3 / span 3;
  grid-row: span 5 / span 5;
  grid-column-start: 10;
  grid-row-start: 1;
  background-image: url(/img/regions-block-img4.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.div6 {
  grid-column: span 3 / span 3;
  grid-row: span 3 / span 3;
  grid-column-start: 10;
  grid-row-start: 6;
  background-image: url(/img/regions-block-img6.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.grid-item-badge {
  padding: 11px;
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  margin: 4px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
}

.show-more-regions-button {
  display: flex;
  background-color: #f2f3f9;
  border-radius: 8px;
  padding: 10px;
  margin-top: 24px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fe641f;
  margin-bottom: 24px;
}

.sixth-block-bg {
  background-image: url(/img/sixth-block-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.sixth-block-text {
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  color: white;
  max-width: 60%;
}

.sixth-block-button {
  width: 221px;
  height: 56px;
  text-align: center;
  background-color: #fe641f;
  color: white;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
}

.counters-block-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 60px 100px;
  height: 500px;
  align-items: stretch;
  align-content: space-between;
}

.counter-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-basis: 28%;
  max-width: 260px;
}

.counter-item-wide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-basis: 40%;
}

.counter-item-wide-gray {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-basis: 40%;
  background-color: #fafafd;
  border: 0;
  border-radius: 4px;
}

.counter-text-big {
  color: #fe641f;
  font-size: 120px;
  line-height: 110px;
  font-weight: bold;
}

.counter-text-medium {
  color: #fe641f;
  font-size: 40px;
  line-height: 30px;
  font-weight: 500;
}

.counter-text-small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #fe641f;
  max-width: 100px;
  margin-left: 15px;
}

.counter-text-small-wide {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #fe641f;
}

.counter-text-small-wide2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #fe641f;
  max-width: 200px;
  margin-left: 15px;
}

.counter-item-centered {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-basis: 28%;
  max-width: 260px;
}

.counter-item-wide-gray {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-basis: 40%;
  background-color: #fafafd;
  border: 0;
  border-radius: 4px;
  padding: 16px 24px 20px 24px;
}

.counter-text-grey {
  font-size: 22px;
  font-weight: 500;
  color: #d3d4db;
}

.counter-text-medium-thin {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #fe641f;
}

.sixth-block-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
}

.mobile-app-wrapper-first-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  max-width: 50%;
  margin-top: 24px;
}

.mobile-app-wrapper-first-header {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.mobile-app-wrapper-second {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.mobile-app-wrapper-second-img1 {
  flex-basis: 40%;
}

.mobile-app-wrapper-second-img2 {
  flex-basis: 60%;
}

.mobile-app-wrapper-third-image {
  flex-basis: 50%;
}

.mobile-app-wrapper-third {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.mobile-app-third-text {
  flex-basis: 50%;
  padding-left: 40px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.mobile-app-second-header {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  flex-basis: 100%;
  margin-bottom: 24px;
}

.mobile-app-third-image {
  flex-basis: 50%;
}

.mobile-app-about-header {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  flex-basis: 100%;
  margin-bottom: 24px;
}

.mobile-app-about-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.mobile-app-about-images {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 24px 0;
}

.mobile-app-about-image1 {
  flex-basis: 60%;
}

.mobile-app-about-image2 {
  flex-basis: 30%;
  margin-left: 24px;
}

.mobile-app-about-app-stores {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.mobile-app-about-app-stores-image1 {
  flex-basis: 40%;
}

.mobile-app-about-app-stores-image2 {
  flex-basis: 40%;
  margin-left: 24px;
}

.carousel-control-next-mobile-app-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-prev-mobile-app-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-next-icon-mobile-app-slider,
.carousel-control-prev-icon-mobile-app-slider {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon-mobile-app-slider {
  background-image: url(/img/arrow-left.svg);
}

.carousel-control-next-icon-mobile-app-slider {
  background-image: url(/img/arrow-right.svg);
}

div#carouselMobileAppAbout {
  height: 600px;
}

.bg-feedback-form {
  background-image: url(/img/feedback-form-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
}

.feedback-form-text {
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  color: white;
}

.feedback-form-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  background-image: url(/img/feedback-form-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 40px; */
  border-radius: 16px;
}

input.feedback-form-input {
  height: 56px;
  padding: 20px 16px;
  border: 0;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
}

form.feedback-form {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.feedback-form-button {
  height: 56px;
  background-color: #fe641f;
  border: 0;
  border-radius: 16px;
  width: 170px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: 500;
  flex-basis: 15%;
}

.footer-block-contacts-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.footer-block-contacts-item img {
  margin-right: 10px;
}

.footer-block-info {
  color: #525d71;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-left: 30px;
  margin-top: 14px;
}

.footer-block-contacts-item-text {
  margin-right: 16px;
}

.footer-block-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  height: 85px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.footer-block-link {
  height: 50%;
  flex-basis: 25%;
}

.footer-block-link-wide {
  height: 50%;
  flex-basis: 50%;
}

.footer-block-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  min-height: 100px;
}

.accordion-button:not(.collapsed) {
  color: #14175c;
  background-color: white;
  box-shadow: none;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  border-bottom: 0;
  padding: 24px;
  border-radius: 16px;
}

.accordion-button.collapsed {
  color: #14175c;
  background-color: white;
  box-shadow: none;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  border-bottom: 0;
  padding: 24px;
  border-radius: 16px;
}

.accordion-body {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #525d71;
  padding: 0 24px 24px 24px;
}

.accordion-item {
  font-size: 18px;
  line-height: 20px;
  border-radius: 16px;
  font-weight: 300;
  border: 0;
  margin-bottom: 8px;
}

.accordion-button {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}

.accordion-item:first-of-type {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: '';
  background-image: url(/img/open.svg);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(/img/close.svg);
  transform: var(--bs-accordion-btn-icon-transform);
}

.mobile-menu-wrapper {
  display: none;
}

.navbar-toggler {
  position: absolute;
  padding: 0.5rem 0;
  top: 15px;
  right: 24px;
}

.navbar-toggler .bi {
  transition: transform 0.3s ease;
}

.navbar-toggler.active .bi {
  transform: rotate(45deg);
}

.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #14175c;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* .carousel-control-next-icon {
  background-image: url(/img/arrow-right.svg);
  width: 3rem;
  height: 3rem;
}

.carousel-control-prev-icon {
  background-image: url(/img/arrow-left.svg);
  width: 3rem;
  height: 3rem;
} */

.carousel-control-prev {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  left: -35px;
}

.carousel-control-next {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  right: unset;
}

.carousel-controls-wrapper {
  z-index: 10;
  padding: 1rem;
  display: flex;
  width: 95%;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  position: absolute;
  top: 0;
}

.carousel-controls-wrapper div {
  position: relative;
}

.slider {
  border-radius: 8px;
  width: 90%;
  background-color: #f2f3f9;
  margin: auto;
}

#carouselCaptions .carousel-control-next {
  display: block;
  top: 45%;
  right: 5%;
  width: 8rem;
  height: 8rem;
}

#carouselCaptions .carousel-control-prev {
  display: block;
  top: 45%;
  left: 5%;
  width: 8rem;
  height: 8rem;
}

#carouselCaptions .carousel-control-prev-icon {
  background-image: url(/img/arrow.svg);
  transform: rotate(180deg);
  width: 8rem;
  height: 8rem;
}

#carouselCaptions .carousel-control-next-icon {
  background-image: url(/img/arrow.svg);
  width: 8rem;
  height: 8rem;
}

#mobileAppSlider .carousel-caption {
  position: absolute;
  right: 7rem;
  top: -5px;
  left: unset;
  bottom: unset;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #d3d4db;
  text-align: left;
  font-size: 20px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(/img/close2.svg);
  border: none;
  background-size: contain;
  background-color: white;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 16px;
}

.media-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  img,
  video {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
}

.loader {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
}

.stretch-content {
  align-items: stretch;
}

.intro-banner-left-wrapper {
  background-color: white;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  height: 100%;
  border: 0;
  border-radius: 16px;
  padding: 40px 16px 40px 40px;
  min-height: 460px;
}

.intro-banner-left-header {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
}
.intro-banner-left-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin: 20px 0 48px 0;
}

.intro-banner-left-reestr {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80%;
  height: 40px;
  margin-bottom: 16px;
}

.mc-text {
  color: #a1a5ac;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  flex-basis: 55%;
}

.logo-mc {
  background-image: url(/img/mc-logo.svg);
  background-size: contain;
  flex-basis: 40%;
  height: 100%;
  background-repeat: no-repeat;
}

.logo-rp {
  background-image: url(/img/rp-logo.svg);
  background-size: contain;
  flex-basis: 40%;
  height: 100%;
  background-repeat: no-repeat;
}

.logo-sk {
  background-image: url(/img/sk-logo.svg);
  background-size: contain;
  flex-basis: 40%;
  height: 100%;
  background-repeat: no-repeat;
}

.intro-banner-right-wrapper {
  background-color: #fe641f;
  border-radius: 24px;
  border: 0;
  width: 100%;
  height: 100%;
}

.intro-banner-right-wrapper img {
  width: 110%;
  position: relative;
  left: -40px;
}

.banner-wrapper-leasing {
  background-image: url(/img/leasing-banner1-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 460px;
  margin: 16px 0 40px 0;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
  border-radius: 16px;
}

.banner-wrapper-banks {
  background-image: url(/img/banks-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 460px;
  margin: 16px 0 40px 0;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
  border-radius: 16px;
}

.banner-wrapper-ensurance {
  background-image: url(/img/ensurance-banner1-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 460px;
  margin: 16px 0 40px 0;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
  border-radius: 16px;
}

.banner-wrapper-b2c {
  background-image: url(/img/b2c-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 460px;
  margin: 16px 0 40px 0;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
  border-radius: 16px;
}

.banner-text {
  color: white;
  height: 100%;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  padding: 24px 50px 26px 24px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.banner-text-wrapper {
  color: white;
  background-image: url(/img/banners-text-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -1px 0px;
  height: 150px;
  width: 583px;
  line-height: 26px;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-start;
}

.features-banner-text-wrapper {
  color: white;
  background-image: url(/img/banners-text-bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -1px 0px;
  height: auto;
  width: 576px;
  line-height: 26px;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-start;
}

.banner-text-wrapper-ensurance {
  color: white;
  background-image: url(/img/banners-text-bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -1px 0px;
  height: 176px;
  width: 583px;
  line-height: 26px;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-start;
  border-radius: 16px;
}

.places-new-card-wrapper-irkutsk {
  background-image: url(/img/regions-block-img2.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 771px !important;
  min-height: 581px !important;
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-end;
  align-content: flex-start;
  flex-direction: column;
}

.places-new-card-wrapper-irkutsk-bears {
  border-radius: 16px;
  width: 372px !important;
  min-height: 581px !important;
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-end;
  align-content: flex-start;
  flex-direction: column;
  margin: 0 16px;
}

.places-new-card-wrapper-magadan {
  background-image: url(/img/regions-block-img4.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 372px !important;
  min-height: 581px !important;
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-end;
  align-content: flex-start;
  flex-direction: column;
}

.places-new-card-wrapper-bisert {
  background-image: url(/img/regions-block-img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 1057px !important;
  min-height: 581px !important;
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-end;
  align-content: flex-start;
  flex-direction: column;
}

.places-new-card-wrapper-yakut {
  background-image: url(/img/regions-block-img8.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 1057px !important;
  min-height: 581px !important;
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-end;
  align-content: flex-start;
  flex-direction: column;
  margin: 0 16px;
}

.places-new-card-button {
  height: auto;
  width: calc(100% + 16px);
  text-align: left;
  display: flex;
  justify-content: flex-start;
  bottom: 0;
  left: 0x;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.places-new-card-button2 {
  height: 581px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  bottom: 0;
  left: 0;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.places-new-card-button button.btn.btn-primary {
  width: auto;
}

.places-new-card-button button.btn.btn-primary {
  background-color: white;
  color: #14175c;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  padding: 24px 24px 0 24px;
  border: 0;
  width: calc(100% - 16px);
  text-align: left;
  border-radius: 16px 16px 0 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.places-new-card-text {
  padding: 24px !important;
  font-size: 16px;
  line-height: 26px;
  color: #525d71;
  font-weight: 300;
  border: 0;
  width: calc(100% - 16px);
  border-radius: 0 0 16px 16px;
}

.places-new-card-text2 {
  padding: 24px !important;
  font-size: 16px;
  line-height: 26px;
  color: #525d71;
  font-weight: 300;
  border: 0;
  border-radius: 0 0 16px 16px;
  width: 100%;
  margin: 0;
}

.places-new-card-button button.btn.btn-primary.collapsed {
  width: auto;
  padding: 24px;
  border-radius: 16px;
  border: 0;
  position: relative;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.places-new-card-button2 button.btn.btn-primary {
  background-color: white;
  color: #14175c;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  padding: 24px 24px 0 24px;
  border: 0;
  width: 100%;
  text-align: left;
  border-radius: 16px 16px 0 0;
  position: relative;
  display: flex;
  z-index: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.places-new-card-button2 button.btn.btn-primary.collapsed {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  width: auto;
  padding: 24px;
  border-radius: 16px;
  border: 0;
  position: relative;
  left: 0;
  bottom: 0;
}

video.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 581px;
  object-fit: cover;
  z-index: -1;
  border-radius: 16px;
}

/* .slick-slide {
  margin: 0 16px;
} */

.places-new-header {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  max-width: 60%;
  margin-bottom: 24px;
}

section#places-new {
  margin: 40px 0;
}

section#problems-new {
  margin: 40px 0;
}

section#competitors {
  margin: 40px 0;
}

.problems-new-header {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  max-width: 60%;
  margin-bottom: 24px;
}

.services-new-card-icon1 {
  width: 40px;
  height: 40px;
  background-image: url(/img/services-new1.svg);
  background-repeat: no-repeat;
  margin-bottom: 16px;
}

.services-new-card-icon2 {
  width: 40px;
  height: 40px;
  background-image: url(/img/services-new2.svg);
  background-repeat: no-repeat;
  margin-bottom: 16px;
}

.services-new-card-icon3 {
  width: 40px;
  height: 40px;
  background-image: url(/img/services-new3.svg);
  background-repeat: no-repeat;
  margin-bottom: 16px;
}

.services-new-card-icon4 {
  width: 40px;
  height: 40px;
  background-image: url(/img/services-new4.svg);
  background-repeat: no-repeat;
  margin-bottom: 16px;
}

.services-new-header {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  max-width: 60%;
  margin-bottom: 24px;
}

.services-new-card-header {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}

.services-new-card-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #525d71;
}

.services-new-card {
  padding: 24px;
  background-color: white;
  width: 381px !important;
  margin: 0 8px;
  border-radius: 16px;
  border: 0;
  height: 540px !important;
}

.services-new-wrapper {
  margin-left: calc((100% - 1160px) / 2);
}

.carousel-slick {
  margin-left: calc((100% - 1160px) / 2);
}

.docs-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 24px 0 40px 0;
}

.doc-header {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}

.doc-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  max-width: 95%;
}

.features-banner-text {
  color: white;
  height: 100%;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  padding: 50px 50px 50px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.competitors-header-block {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.competitors-header {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  max-width: 60%;
  margin-bottom: 24px;
}

.competitors-line {
  background-color: white;
  border: 0;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  margin: 8px 0;
}

.competitors-line-header {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  flex-basis: 60%;
}

.competitors-line-icon {
  flex-basis: 20%;
}

.competitors-line-icon img {
  max-height: 24px;
}

.competitors-header-line {
  background-color: white;
  border: 0;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  margin: 8px 0;
}

.competitors-header-block {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  flex-basis: 20%;
  text-align: center;
}

.competitors-header-block-grey {
  flex-basis: 20%;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #a1a5ac;
  text-align: center;
}

.mobile-app-new-left {
  flex-basis: 58%;
  background-color: white;
  border: 0;
  border-radius: 16px;
  padding: 40px 120px 40px 40px;
}

.mobile-app-new-left-header {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  max-width: 60%;
  margin-bottom: 24px;
}

.mobile-app-new-left-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.mobile-app-new-left-features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 166px;
  align-items: stretch;
  align-content: space-between;
  margin-top: 24px;
  margin-bottom: 0;
}

.mobile-app-new-left-feature-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  background-color: #dce2ef;
  padding: 13px;
  border: 0;
  border-radius: 16px;
  margin-right: 8px;
}

.mobile-app-new-left-feature-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.mobile-app-new-left-feature-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.mobile-app-new-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mobile-app-new-right {
  flex-basis: 40%;
  background-color: #fe641f;
  border: 0;
  border-radius: 24px;
}

.mobile-app-new-right img {
  width: 140%;
  position: relative;
  left: -140px;
}

.integrations-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 198px;
}

.integrations-block {
  border: 0;
  border-radius: 16px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.integrations-block img {
  width: 238px;
}

section#integrations {
  margin: 40px 0;
}

.integrations-subblocks-wrapper {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}

.integrations-subblock {
  font-size: 22px;
  line-height: 26px;
  flex-basis: 49%;
  width: 260px;
  height: 96px;
  border: 0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.integrations-new-header {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 24px;
}

.integrations-new-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 40px;
}

.integrations-new-license {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.integrations-new-skolkovo-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #a1a5ac;
}

.integrations-new-skolkovo-logo {
  background-image: url(/img/sk-logo2.svg);
  background-repeat: no-repeat;
  width: 107px;
  height: 60px;
  margin-right: 24px;
}

.integrations-new-license img {
  width: 334px;
}

.integrations-new-skolkovo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}

.integrations-new-wrapper {
  padding: 40px;
}

#counters {
  margin-top: 40px;
}

section#integrations-new {
  margin: 0 8px 40px 8px;
}

.feedback-form-header {
  font-size: 48px;
  line-height: 50px;
  color: white;
  font-weight: 700;
  margin-bottom: 24px;
  padding: 40px 0 24px 40px;
}

.feedback-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  padding-left: 40px;
  padding-bottom: 16px;
}

select#form-select {
  flex-basis: 100%;
  border: 0;
  border-radius: 16px;
  padding: 16px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
  background-color: white;
  min-width: 235px;
  margin-bottom: 16px;
  height: 58px;
  margin-right: 8px !important;
}

input#form-inn {
  flex-basis: 10%;
  max-width: 160px;
}

input#form-company-name {
  flex-basis: 25%;
}

input#form-phone {
  flex-basis: 25%;
}

.feedback-form-info {
  position: relative;
  background-image: url(/img/banners-text-bg4.png);
  background-size: cover;
  height: 124px;
  width: 583px;
  background-repeat: no-repeat;
  color: white;
  bottom: 0;
  left: 0;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 24px;
}

section#footer-form {
  margin-bottom: 40px;
}

.feedback-form-select {
  --bs-form-select-bg-img: url(/img/arrow-down.svg);
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 24px 24px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select option {
  font-size: 14px;
  border-radius: 16px;
  background-color: white;
}

.menu-item.active {
  color: #fe641f;
}

.vacancy-card-header {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 24px;
}

.vacancy-cards-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: center;
  align-items: flex-start;
}

.vacancy-card {
  background-color: white;
  border-radius: 16px;
  padding: 40px;
  flex-basis: 49%;
}

.vacancy-card-text {
  color: #525d71;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.vacancy-card-button {
  color: white;
  background-color: #fe641f;
  padding: 16px 21px;
  width: fit-content;
  border-radius: 16px;
  border: 0;
}

section#vacancies {
  margin-bottom: 40px;
}

a.menu-link {
  text-decoration: none;
  color: inherit;
}

.tariffs-card-subheader {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 24px 0;
}

.tariffs-card-header {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}

.tariffs-card {
  flex-basis: 49%;
  background-color: white;
  border-radius: 16px;
  border: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tariffs-cards-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tariffs-card-text {
  font-size: 16px;
  line-height: 26px;
  color: #525d71;
  font-weight: 300;
}

.tariffs-card-text strong {
  font-weight: 600;
}

.tariffs-card.active {
  background-color: #5744ff;
  color: white;
}

.active .tariffs-card-text {
  color: white;
}

.about-history-header {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 24px;
}

.about-history-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.about-clients-header {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 24px;
}

.about-clients-row {
  background-color: white;
  border-radius: 24px;
  height: auto;
  padding: 40px;
  margin-bottom: 40px;
}

.about-card-arrow {
  background-image: url(/img/arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 116px;
  height: 26px;
}

.about-card {
  background-color: white;
  border-radius: 24px;
  padding: 24px 16px 24px 24px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  max-width: 260px;
  height: 250px !important;
  align-items: center;
  justify-content: space-between;
}

.about-card-number {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 8px;
}

.about-card-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #525d71;
}

.about-slick-slider-wrapper {
  margin-left: calc((100% - 1160px) / 2);
  margin-bottom: 40px;
}

section#about {
  margin-bottom: 40px;
}

.seo-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.seo-header {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 24px;
}

.seo-wrapper {
  background-color: white;
  border-radius: 16px;
  padding: 40px;
  margin-right: 16px;
}

.seo-photo {
  background-image: url(/img/seo-photo.png);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 780px;
  border-radius: 16px;
}

.vacancy-card-text strong {
  font-weight: 600;
}

.media {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 450px;
}

button.feedback-form-button.form-submit {
  padding: 20px;
}

.carousel-inner {
  border-radius: 16px;
}

.slick-track {
  margin-bottom: 16px;
}

.slick-list {
  overflow-x: scroll !important;
}

.slick-list::-webkit-scrollbar {
  height: 10px;
  margin-top: 30px;
  max-width: 1160px;
}

.slick-list::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.slick-list::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 4px;
  max-width: 1160px;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: green;
  border: 2px solid white;
}

.slick-slider-container {
  scrollbar-width: thin; /* Make scrollbar thin */
}

.slick-track {
  max-width: 3500px;
}

.about-slick-slider .slick-track {
  max-width: 1800px;
}

.services-cards-wrapper .services-new-card {
  flex-basis: 48%;
  margin-bottom: 24px;
  padding: 40px;
}

.services-cards-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.services-new-slick-slider .slick-track {
  max-width: 1650px;
}

.company-new-header {
  margin-top: 40px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  max-width: 60%;
  margin-bottom: 0;
}

.footer-block-link a {
  text-decoration: none;
  color: #14175c;
}

.footer-block-link a:hover {
  text-decoration: underline;
  color: #14175c;
}

.footer-block-link-wide a {
  text-decoration: none;
  color: #14175c;
}

.footer-block-link-wide a:hover {
  text-decoration: underline;
  color: #14175c;
}

/* Анимация пунктов меню */

.menu-wrapper-animated {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  max-width: 1160px;
  margin: auto;
}

.menu-item-animated {
  list-style: none;
}

.menu-link-animated {
  position: relative;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #262626;
  font-family: 'Geologica', sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s;
  z-index: 1;
}

.menu-link-animated::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 56px;
  border-top: 2px solid #fe641f;
  border-bottom: 2px solid #fe641f;
  transform: scaleY(2);
  opacity: 0;
  transition: 0.3s;
  border-radius: 12px;
}

.menu-link-animated::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: #fe641f;
  transform: scale(0);
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
  border-radius: 12px;
}

.menu-link-animated:hover {
  color: #fff;
}

.menu-link-animated:hover::before {
  transform: scaleY(1);
  opacity: 1;
}

.menu-link-animated:hover::after {
  transform: scaleY(1);
  opacity: 1;
}

/* Анимация в блоке AI-технологии в первом слайде */

.ai-tech-wrapper {
  width: 100%;
  height: 647px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-image: url(/img/blur2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ai-tech-block-inner {
  background-color: white;
  border: 0;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
}

.ai-tech-block {
  flex-basis: 33%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.ai-tech-block-inner-text {
  font-size: 18px;
  line-height: 20px;
  max-width: 150px;
  margin-left: 16px;
}

.ai-tech-block-inner-icon {
  background-image: url(/img/tick-circle-light.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.animate {
  transition: transform 0.3s ease;
}

.animate-b-r:hover {
  transform: translate(15px, 15px);
}

.animate-b-c:hover {
  transform: translate(0, 15px);
}

.animate-b-l:hover {
  transform: translate(-15px, 15px);
}

.animate-c-r:hover {
  transform: translate(15px, 0);
}

.animate-c-l:hover {
  transform: translate(-15px, 0);
}

.animate-r-l:hover {
  transform: translate(-15px, 0);
}

.animate-t-r:hover {
  transform: translate(15px, -15px);
}

.animate-t-c:hover {
  transform: translate(0, -15px);
}

.animate-t-l:hover {
  transform: translate(-15px, -15px);
}

.show-more {
  transition: background-color 0.3s ease;
}

.show-more:hover {
  background-color: #0056b3;
}

.arrow {
  background-image: url(/img/arrow.svg);
  transform: rotate(-90deg);
  width: 30px;
  height: 30px;
  background-size: contain;
  display: block;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.content {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 5px;
  margin-top: 15px;
}

.show-more.active {
  background-color: #0056b3;
}

.show-more.active .arrow {
  transform: rotate(90deg);
}

dotlottie-wc {
  width: 100%;
}

.clients-wrapper {
  width: 100%;
  padding: 40px;
}

.clients-logos-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 24px;
  align-content: flex-start;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}
.client-logo {
  flex-basis: 20%;
  max-width: 150px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.client-logo img {
  width: auto;
  height: auto;
  max-height: 50px;
  max-width: 130px;
  transition: transform 0.3s ease;
}

.client-logo img:hover {
  transform: scale(1.1);
}

.tariffs-card-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 24px;
  align-content: flex-end;
  align-items: flex-end;
}

.tariffs-card-price-text {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.tariffs-card-price-number {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #fe641f;
}

.tariffs-card-price-text-white {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: white;
}

.tariffs-card-price-number-white {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: white;
}

span.rubles {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-left: 8px;
  color: #14175c;
}

.counter-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 24px;
  border: 8px solid #fe641f;
  margin-bottom: 40px;
  /* padding: 0 20%; */
}

.counter-text {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  flex-basis: 30%;
}

.flipclock.flip-clock-wrapper {
  flex-basis: 30%;
  /* max-height: 80px; */
}

.conference-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}

.policy-wrapper {
  padding: 40px;
  background-color: white;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 24px;
}

.policy-header {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  /* max-width: 60%; */
  margin-bottom: 24px;
}

.animation-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fe641f;
  border-radius: 24px;
  border: 0;
  color: white;
}

.frame {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: blur(20px);
  display: none;
}

.phone-wrapper {
  position: relative;
  width: 30%;
  height: auto;
}

.text-wrapper {
  position: relative;
  padding: 20px;
}

.forAni {
  font-size: 1.2rem;
}

.image-wrapper {
  position: relative;
  width: 30%;
  height: auto;
}

.changing-image {
  width: 220px;
  height: auto;
  opacity: 0;
  filter: blur(20px);
  position: absolute;
  bottom: 190px;
  right: 20px;
}

.list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.list-item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.final-screen {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 530px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.restart-button {
  position: relative;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

.restart-button svg {
  width: 24px;
  height: 24px;
  fill: white;
  transition: transform 0.2s;
}

.restart-button:hover svg {
  transform: scale(1.1);
}

img.phone-mockup {
  left: -70px;
  height: 500px;
  position: relative;
}

.frame-1 {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 530px;
}

.frame-2 {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 530px;
}

.frame-3 {
  flex-wrap: wrap;
  align-items: flex-start;
  height: 530px;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.right-bottom {
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}

span.forAni-text-big {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.forAni {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  text-align: right;
}

img.changing-image-phone-right {
  width: 300px;
  position: relative;
  right: 80px;
  bottom: 30px;
  transform: rotate(10deg);
}

.list-wrapper.frame2-list {
  padding-left: 20px;
  font-size: 18px;
  max-width: 70%;
}

.forAniLeft {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
}

.list-item {
  display: flex;
  align-items: center;
  align-content: center;
  column-gap: 8px;
}

svg.bi.bi-check-circle-fill {
  fill: #15cd59;
  margin-right: 6px;
  flex-shrink: 0;
}

.changing-image-phone-right {
  display: none;
}

.image-wrapper-frame3 {
  width: 100%;
  height: 59%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  overflow: visible;
}

img.frame-2-image {
  width: 500px;
  overflow: visible;
}

.text-wrapper-frame3 {
  position: relative;
  padding: 20px;
  height: 40%;
}

img#final-screen-img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.conference-main-video {
  background-image: url(/img/conference-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 540px;
  height: 340px;
}

.conference-main-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
}

.conference-main-date {
  color: #525d71;
  font-size: 14px;
  margin-bottom: 16px;
  max-width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.conference-main-place {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  max-width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.conference-main-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  max-width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.conference-svg {
  fill: #fe641f;
  margin-right: 16px;
  flex-shrink: 0;
}

.media-conference {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 210px;
}

.about-card.slick-slide {
  margin: 0 16px 0 0;
}

/* Адаптив */

@media (max-width: 480px) {
  .tariffs-card-price-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
  .tariffs-card-price-number {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    color: #fe641f;
  }
  span.rubles {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-left: 8px;
    color: #14175c;
  }
  .tariffs-card-price-number-white {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: white;
    margin-left: 20px;
  }
  .tariffs-card-price-number-white {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: white;
  }
  .tariffs-card-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 24px;
    align-content: flex-end;
    align-items: flex-end;
  }
  .tariffs-card-price-text-white {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: white;
  }

  .company-new-header {
    margin-top: 40px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    max-width: 60%;
    margin-bottom: 0;
  }

  .intro-banner-left-reestr {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    height: 40px;
    margin-bottom: 24px;
  }

  .mc-text {
    color: #a1a5ac;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    flex-basis: 55%;
  }

  #accordionAboutClients .accordion-body {
    padding: 0;
  }

  .seo-wrapper {
    background-color: white;
    border-radius: 16px;
    padding: 40px;
    margin-right: 0;
  }
  section#footer-block {
    margin: 0 8px 0 8px;
  }
  #counters {
    margin: 40px 8px;
  }

  section#about {
    margin: 0 8px 40px 8px;
  }
  .frame-3 {
    flex-wrap: wrap;
    align-items: flex-start;
    height: 450px;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  img.frame-2-image {
    width: 300px;
    overflow: visible;
  }
  .image-wrapper-frame3 {
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    overflow: visible;
  }
  .list-item {
    display: flex;
    align-items: center;
    align-content: center;
    column-gap: 8px;
    line-height: 20px;
    max-width: 80%;
  }
  .text-wrapper.top-left {
    width: 100% !important;
  }
  .frame-2 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 450px;
  }
  span.forAni-text-big {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
  }
  img.changing-image-phone-right {
    width: 220px;
    position: relative;
    right: 80px;
    bottom: 30px;
    transform: rotate(10deg);
  }
  .forAni {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    text-align: right;
  }
  .text-wrapper {
    position: relative;
    padding: 16px;
    width: 70%;
  }
  .frame-1 {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 450px;
  }
  .phone-wrapper {
    position: relative;
    width: 30%;
    height: auto;
  }
  img.phone-mockup {
    left: -10px;
    top: 90px;
    height: 350px;
    position: relative;
  }
  .final-screen {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 450px;
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  section#conference {
    margin: 0 8px;
  }
  .conference-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
  }
  .conference-main-date {
    color: #525d71;
    font-size: 14px;
    margin-bottom: 16px;
    max-width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  }
  .conference-main-place {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  }
  .conference-main-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  }
  .conference-main-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  .conference-main-video {
    background-image: url(/img/conference-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    margin-top: 40px;
    height: 210px;
  }
  .counter-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 24px;
    border: 6px solid #fe641f;
    margin-bottom: 40px;
    /* padding: 0 20%; */
    padding: 16px;
  }
  .flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 16px;
    display: flex;
    justify-content: center;
  }
  .client-logo {
    flex-basis: 50%;
    max-width: 150px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .clients-wrapper {
    width: 100%;
    padding: 24px;
  }

  .clients-logos-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
    align-content: flex-start;
    align-items: center;
    row-gap: 24px;
    column-gap: 16px;
  }

  .animate-b-r:hover {
    transform: none;
  }

  .animate-b-c:hover {
    transform: none;
  }

  .animate-b-l:hover {
    transform: none;
  }

  .animate-c-r:hover {
    transform: none;
  }

  .animate-c-l:hover {
    transform: none;
  }

  .animate-r-l:hover {
    transform: none;
  }

  .animate-t-r:hover {
    transform: none;
  }

  .animate-t-c:hover {
    transform: none;
  }

  .animate-t-l:hover {
    transform: none;
  }
  .ai-tech-block-inner {
    display: flex !important
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  .ai-tech-block-inner-icon {
    flex-basis: 10%;
  }

  .ai-tech-block-inner-text {
    flex-basis: 80%;
  }

  .ai-tech-block-inner-text {
    font-size: 14px;
    line-height: 16px;
    max-width: 150px;
    margin-left: 16px;
  }

  .ai-tech-block {
    flex-basis: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    padding: 10px;
  }

  dotlottie-wc {
    width: 60%;
    margin: 6px;
  }

  .ai-tech-block.ai-block {
    flex-basis: 100%;
  }

  .ai-tech-wrapper {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url(/img/blur2.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
    align-items: stretch;
    align-content: space-between;
  }

  .services-cards-wrapper .services-new-card {
    flex-basis: 100%;
    margin-bottom: 16px;
    padding: 40px;
  }

  .places-new-card-wrapper-irkutsk-bears {
    background-image: url(/img/regions-block-img7.png);
  }

  .g-0,
  .gy-0 {
    --bs-gutter-y: 16px;
  }

  .g-0,
  .gx-0 {
    --bs-gutter-x: 16px;
  }

  .places-new-card-button2 {
    height: 581px;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-end;
    bottom: 0;
    left: 0;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .places-new-card-button2 button.btn.btn-primary {
    background-color: white;
    color: #14175c;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    padding: 24px 24px 0 24px;
    border: 0;
    width: 100%;
    text-align: left;
    border-radius: 16px 16px 0 0;
    border-top: 8px solid rgb(242, 243, 249);
    border-left: 8px solid rgb(242, 243, 249);
    border-right: 8px solid rgb(242, 243, 249);
    position: relative;
    z-index: 1;
  }

  .places-new-card-text2 {
    padding: 24px !important;
    font-size: 16px;
    line-height: 26px;
    color: #525d71;
    font-weight: 300;
    border: 0;
    border-radius: 0 0 16px 16px;
    width: 100%;
    margin: 0;
    border-left: 8px solid rgb(242, 243, 249);
    border-right: 8px solid rgb(242, 243, 249);
  }

  video.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 366px;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 16px;
  }
  .seo-photo {
    background-image: url(/img/seo-photo.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    border-radius: 16px;
    margin-top: 16px;
  }
  .seo-header {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .about-clients-wrapper {
    margin-top: 16px;
  }
  .about-clients-header {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .about-history-header {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .about-clients-row {
    background-color: white;
    border-radius: 24px;
    height: auto;
    padding: 24px;
    margin-bottom: 40px;
  }
  .integrations-new-license img {
    width: 300px;
  }
  .services-new-card-header {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .tariffs-card-subheader {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 24px 0;
  }

  .tariffs-card-header {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }
  .vacancy-card-header {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .vacancy-cards-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: flex-start;
  }
  .vacancy-card {
    background-color: white;
    border-radius: 16px;
    flex-basis: 49%;
    padding: 24px;
    margin-bottom: 16px;
  }
  .tariffs-cards-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tariffs-card {
    flex-basis: 49%;
    background-color: white;
    border-radius: 16px;
    border: 0;
    padding: 24px;
    margin-top: 16px;
  }
  .accordion-body {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #525d71;
    padding: 0 24px 24px 24px;
  }
  .integrations-new-wrapper {
    padding: 24px;
  }
  .integrations-new-skolkovo {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
  }

  .integrations-new-header {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .integrations-new-skolkovo-logo {
    background-image: url(/img/sk-logo2.svg);
    background-repeat: no-repeat;
    width: 107px;
    height: 60px;
    margin-right: 24px;
    margin-bottom: 8px;
  }

  section#mobile-app-new {
    height: auto;
  }

  .mobile-app-new-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: auto;
  }
  .mobile-app-new-left-header {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    max-width: 60%;
    margin-bottom: 24px;
  }
  .mobile-app-new-left-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
  .mobile-app-new-left-features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 300px;
    align-items: stretch;
    align-content: space-between;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .mobile-app-new-right {
    flex-basis: 100%;
    background-color: #fe641f;
    border: 0;
    border-radius: 24px;
    margin-top: 16px;
  }

  .mobile-app-new-right img {
    width: 100%;
    position: relative;
    left: 0;
  }

  .mobile-app-new-left {
    flex-basis: 100%;
    background-color: white;
    border: 0;
    border-radius: 16px;
    padding: 24px;
    height: auto;
  }

  .carousel-item img {
    width: 100%;
    border-radius: 16px;
  }

  .competitors-header {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    max-width: 60%;
    margin-bottom: 24px;
    padding-left: 24px;
  }

  .competitors-header-line {
    background-color: white;
    border: 0;
    border-radius: 16px;
    padding: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    margin: 8px 0;
  }

  .competitors-header-block {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    flex-basis: 25%;
    text-align: center;
    margin-right: 5px;
  }

  .competitors-header-block-grey {
    flex-basis: 25%;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #a1a5ac;
    text-align: center;
  }

  .competitors-line {
    background-color: white;
    border: 0;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    margin: 8px 0;
  }

  .competitors-line-header {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    flex-basis: 40%;
  }

  .competitors-line-icon {
    flex-basis: 30%;
  }

  .carousel-slick .slick-track {
    left: 25px !important;
  }

  .places-new-card-wrapper-magadan {
    border-radius: 16px;
    width: 350px !important;
    min-height: auto;
    height: 400px !important;
  }

  .places-new-card-wrapper-irkutsk {
    border-radius: 16px;
    width: 350px !important;
    min-height: auto;
    height: 400px !important;
  }

  .places-new-card-wrapper-bisert {
    border-radius: 16px;
    width: 350px !important;
    min-height: auto;
    height: 400px !important;
    background-position: 40%;
  }

  .places-new-card-wrapper-yakut {
    border-radius: 16px;
    width: 350px !important;
    min-height: auto;
    height: auto;
    background-position: 40%;
  }

  .places-new-header {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    max-width: 60%;
    margin-bottom: 24px;
    padding-left: 24px;
  }

  .features-banner-text-wrapper {
    color: white;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fe641f;
    border: 6px solid white;
    border-radius: 16px;
    height: auto;
    width: 100%;
    line-height: 20px;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .features-banner-text {
    color: white;
    height: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .intro-banner-left-header {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
  }
  .intro-banner-right-wrapper img {
    width: 90%;
    position: relative;
    left: 20px;
  }

  .services-new-card {
    padding: 24px;
    background-color: white;
    width: 300px !important;
    margin: 0 8px;
    border-radius: 16px;
    border: 0;
    height: auto !important;
  }

  .slick-track {
    left: 110px !important;
  }

  .doc {
    margin-bottom: 16px;
  }

  .docs-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 24px 0 40px 0;
    align-items: center;
    align-content: center;
    padding: 16px;
  }

  .nav-pills .nav-link.active {
    background-color: #dce2ef;
    width: 100%;
    color: #14175c;
    font-weight: 600;
    height: 48px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
  }

  .problems-new-header {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    max-width: 100%;
    margin-bottom: 24px;
    padding-left: 24px;
  }

  .services-new-header {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    max-width: 100%;
    margin-bottom: 24px;
    padding-left: 24px;
  }

  .banner-wrapper-b2c {
    background-image: url(/img/b2c-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40%;
    border-radius: 16px;
    width: 100%;
    height: 460px;
    margin: 16px 0 0 0;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start;
  }

  .banner-wrapper-banks {
    background-image: url(/img/banks-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40%;
    border-radius: 16px;
    width: 100%;
    height: 460px;
    margin: 16px 0 0 0;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start;
  }

  .banner-wrapper-ensurance {
    background-image: url(/img/ensurance-banner1-1mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 16px;
    width: 100%;
    height: 460px;
    margin: 16px 0 0 0;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start;
  }

  .banner-text-wrapper {
    color: white;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -1px 0px;
    background-color: #fe641f;
    border: 6px solid white;
    border-radius: 16px;
    height: fit-content;
    width: calc(100% + 2px);
    line-height: 26px;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    top: -20px;
  }

  .about-clients-accordion .accordion-button.collapsed {
    color: #14175c;
    background-color: white;
    box-shadow: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border-bottom: 0;
    padding: 24px 0;
    border-radius: 16px;
  }

  .about-clients-accordion .accordion-button:not(.collapsed) {
    color: #14175c;
    background-color: white;
    box-shadow: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border-bottom: 0;
    padding: 24px 0;
    border-radius: 16px;
  }

  .banner-text-wrapper-ensurance {
    color: white;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -1px 0px;
    background-color: #fe641f;
    border: 6px solid white;
    border-radius: 16px;
    height: fit-content;
    width: calc(100% + 2px);
    line-height: 26px;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    top: -20px;
  }

  .banner-text {
    color: white;
    height: 100%;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .banner-wrapper-leasing {
    background-image: url(/img/leasing-banner1-1mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    height: 460px;
    margin: 16px 0 0 0;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start;
    border-radius: 16px;
  }

  .feedback-form-info {
    position: relative;
    background-image: none;
    background-size: cover;
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    color: white;
    bottom: 0;
    left: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 24px;
    background-color: #fe641f;
    border: 6px solid #f2f3f9;
    border-radius: 16px;
    text-align: center;
    margin-top: 16px;
  }
  .feedback-form-header {
    font-size: 32px;
    line-height: 50px;
    color: white;
    font-weight: 700;
    margin-bottom: 24px;
    padding: 24px 0 0 24px;
  }
  input#form-inn {
    flex-basis: 100%;
    max-width: 100%;
  }
  .feedback-form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: center;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    width: 100%;
  }

  #carouselCaptions .carousel-control-next-icon {
    background-image: url(/img/arrow.svg);
    width: 3rem;
    height: 3rem;
  }

  #carouselCaptions .carousel-control-prev-icon {
    background-image: url(/img/arrow.svg);
    transform: rotate(180deg);
    width: 3rem;
    height: 3rem;
  }

  #carouselCaptions .carousel-control-prev {
    display: block;
    top: 40%;
    left: 0;
    width: 6rem;
    height: 6rem;
  }

  #carouselCaptions .carousel-control-next {
    display: block;
    top: 40%;
    right: 0;
    width: 6rem;
    height: 6rem;
  }

  .carousel-controls-wrapper {
    z-index: 10;
    display: flex;
    width: 90%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    position: absolute;
    top: 0;
    flex-direction: row-reverse;
    padding: 0;
  }

  .carousel-control-next {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 10rem;
    width: 4rem;
    right: 0;
    left: unset;
    top: 150px;
  }

  .carousel-control-prev {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    height: 10rem;
    width: 4rem;
    right: unset;
    left: unset;
    top: 150px;
    color: white;
  }

  #carouselMobileAppAbout .carousel-control-next {
    display: block;
    position: relative;
    top: -38px;
    left: 30px;
    width: 30px;
  }
  #carouselMobileAppAbout .carousel-control-prev {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 30px;
  }
  .menu-wrapper-animated {
    display: none;
  }
  .mobile-menu-wrapper {
    display: block;
  }
  .header-wrapper {
    height: auto;
    padding: 4px;
  }
  .logo {
    margin-top: 8px;
  }
  div#collapseMobileMenu {
    margin-top: 32px;
  }

  .header-block-button {
    width: 100%;
    margin: 16px 0 0 0;
    border-radius: 8px 8px 16px 16px;
  }

  .carousel-item {
    padding-right: 0;
  }

  .leasing-tab-first-block-right {
    margin-top: 8px;
    border-radius: 4px;
    background-position: 50%;
  }
  .third-block-item-img1 {
    height: 180px;
    border-radius: 4px;
    margin-top: 8px;
  }
  .third-block-item-img2 {
    height: 180px;
    border-radius: 4px;
    margin-top: 8px;
  }

  .third-block-item-text {
    font-size: 16px;
    margin-bottom: 12px;
  }

  a.btn.collapsed {
    font-size: 14px;
    border: 0;
  }

  .fourth-block-info-step {
    margin-bottom: 8px;
  }

  .fourth-block-info-steps-wrapper {
    flex-direction: column;
  }

  .fourth-block-info-text {
    font-size: 16px;
  }

  .fourth-block-info-header {
    font-size: 28px;
  }

  .fourth-block-services-header {
    font-size: 28px;
    padding-right: 40px;
  }

  .fourth-block-services-text {
    font-size: 14px;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 24px;
  }

  .fifth-block-header {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    max-width: 80%;
    margin-bottom: 40px;
  }

  .parent {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 15px;
    height: auto;
  }

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

  .div1 {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
    padding: 15px;
    height: 150px;
  }
  .div2 {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
    padding: 15px;
    height: 450px;
  }
  .div3 {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
    padding: 15px;
    height: 250px;
  }
  .div4 {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
    padding: 15px;
    height: 200px;
  }
  .div5 {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
    padding: 15px;
    height: 350px;
  }
  .div6 {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
    padding: 15px;
    height: 200px;
  }

  .sixth-block-text {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: white;
    max-width: 60%;
  }

  .counters-block-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 24px;
    align-items: center;
    align-content: center;
    height: auto;
  }

  .counter-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-basis: 50%;
    max-width: 260px;
    /* border-bottom: 1px solid gray; */
    margin-bottom: 24px;
  }

  .counter-text-big {
    color: #fe641f;
    font-size: 65px;
    line-height: 75px;
    font-weight: bold;
  }

  .counter-text-medium {
    color: #fe641f;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
  }

  .counter-text-small {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #fe641f;
    max-width: none;
    margin-left: 0;
  }

  .counter-item-wide {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-basis: 100%;
    margin-bottom: 24px;
  }

  .counter-text-small-wide2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #fe641f;
    max-width: none;
    margin-left: 0;
  }

  .counter-item-centered {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-basis: 50%;
    max-width: 260px;
    margin-bottom: 24px;
  }

  .mobile-app-wrapper-first-header {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
  }

  .mobile-app-wrapper-first-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    max-width: 100%;
    margin-top: 24px;
  }

  .mobile-app-wrapper-second-img1 {
    display: none;
  }

  .mobile-app-wrapper-second-img2 {
    flex-basis: 100%;
  }

  .mobile-app-wrapper-third {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin-top: 14px;
  }

  .mobile-app-third-text {
    flex-basis: 50%;
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 14px;
  }

  .mobile-app-about-header {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    flex-basis: 100%;
    margin-bottom: 24px;
  }

  .mobile-app-about-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .mobile-app-about-app-stores {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: stretch;
  }

  .mobile-app-about-app-stores-image1 {
    flex-basis: 48%;
  }

  .mobile-app-about-app-stores-image2 {
    flex-basis: 48%;
    margin-left: 0;
  }

  .mobile-app-about-block-wrapper {
    margin-top: 40px;
  }

  div#carouselMobileAppAbout {
    height: auto;
  }

  .feedback-form-text {
    font-size: 32px;
    line-height: 30px;
    font-weight: 700;
    color: white;
    margin-bottom: 24px;
  }

  .bg-feedback-form {
    height: auto;
  }

  .feedback-form-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
  }

  form.feedback-form {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
  }

  input.feedback-form-input {
    height: 36px;
    padding: 20px 16px;
    border: 0;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 400;
    flex-basis: 60%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .feedback-form-button {
    height: 56px;
    background-color: #fe641f;
    border: 0;
    border-radius: 16px;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    font-weight: 500;
    flex-basis: 100%;
    padding: 16px;
  }

  .footer-block-links {
    margin-top: 24px;
    height: auto !important;
    margin-bottom: 16px;
  }

  .footer-block-links {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    height: 65px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }

  .footer-block-link {
    margin-bottom: 6px;
    height: auto;
    flex-basis: 23%;
  }
  .blocks-selector-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    height: auto;
    background-color: white;
    border: 0;
    border-radius: 16px;
    padding: 4px;
  }

  .test-div2 {
    margin-top: 16px;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  input.feedback-form-input {
    height: 56px;
    padding: 20px 16px;
    border: 0;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  input#form-inn {
    flex-basis: 100%;
    max-width: unset;
  }

  .feedback-form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    padding-left: 40px;
    padding-bottom: 16px;
    width: 100%;
    padding-right: 40px;
  }

  select#form-select {
    flex-basis: 100%;
    border: 0;
    border-radius: 16px;
    padding: 16px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
    background-color: white;
    min-width: 235px;
    margin-bottom: 16px;
    height: 58px;
    margin-right: 8px !important;
    width: calc(100% - 10px);
  }

  .counters-block-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 30px 50px;
    height: auto;
    align-items: center;
    align-content: center;
  }

  .counter-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    flex-basis: 28%;
    max-width: 260px;
    margin-bottom: 16px;
  }
  .counter-text-big {
    color: #fe641f;
    font-size: 70px;
    line-height: 76px;
    font-weight: bold;
  }

  .counter-text-medium {
    color: #fe641f;
    font-size: 36px;
    line-height: 30px;
    font-weight: 500;
  }
  .counter-text-small {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #fe641f;
    max-width: fit-content;
    margin-left: 0;
  }
  .counter-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    flex-basis: 28%;
    max-width: 260px;
    margin-bottom: 16px;
  }
  .counter-item-wide {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-basis: 40%;
    margin-bottom: 16px;
  }
  .counter-item-centered {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-basis: 28%;
    max-width: 260px;
    margin-bottom: 16px;
  }
  .mobile-app-new-right img {
    width: 100%;
    position: relative;
    left: 0;
    margin: auto;
  }
  .mobile-app-new-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mobile-app-new-left {
    flex-basis: 58%;
    background-color: white;
    border: 0;
    border-radius: 16px;
    padding: 40px 60px 40px 40px;
    margin-bottom: 16px;
  }
  .footer-block-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    height: 65px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 20px;
  }
  .header-wrapper {
    height: auto;
    padding: 4px;
  }

  .mobile-menu-wrapper {
    display: block;
  }

  .menu-wrapper {
    display: none;
  }

  .header-block-button {
    background-color: #fe641f;
    width: 100%;
    height: 56px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    border: 0;
    border-radius: 12px;
    margin-top: 16px;
  }
  .navbar-toggler {
    position: relative;
    padding: 0.5rem 0;
    top: 0;
    right: -100px;
  }
  .competitors-line-header {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    flex-basis: 60%;
  }
  .competitors-header-block {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    flex-basis: 20%;
    text-align: center;
  }
  .competitors-header-block-grey {
    flex-basis: 20%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #a1a5ac;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .navbar-toggler {
    display: none;
  }

  .navbar-nav {
    display: flex;
    gap: 20px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .banner-wrapper-leasing {
    background-image: url(/img/leasing-banner1-1mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    height: 460px;
    margin: 16px 0 0 0;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start;
    border-radius: 16px;
  }

  .banner-text-wrapper {
    color: white;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -1px 0px;
    height: auto;
    width: 100%;
    line-height: 26px;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
    background-color: #fe641f;
    border: 6px solid white;
    border-radius: 16px;
  }

  .banner-text-wrapper-ensurance {
    color: white;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -1px 0px;
    height: auto;
    width: 100%;
    line-height: 26px;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
    background-color: #fe641f;
    border: 6px solid white;
    border-radius: 16px;
  }

  .g-0,
  .gx-0 {
    --bs-gutter-x: 1.5rem;
  }

  .container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .feedback-form-info {
    position: relative;
    background-image: none;
    background-size: cover;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    color: white;
    bottom: 0;
    left: 0;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 24px;
    background-color: #fe641f;
    border: 6px solid white;
    border-radius: 16px;
    margin-top: 10px;
  }

  .features-banner-text-wrapper {
    color: white;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -1px 0px;
    height: auto;
    width: 100%;
    line-height: 26px;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
    background-color: #fe641f;
    border: 6px solid white;
    border-radius: 16px;
  }

  .features-banner-text {
    color: white;
    height: 100%;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .mobile-app-new-left-features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto;
    align-items: stretch;
    align-content: space-between;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .mobile-app-new-left-feature-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    background-color: #dce2ef;
    padding: 13px;
    border: 0;
    border-radius: 16px;
    margin-right: 8px;
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .mobile-menu-wrapper {
    display: flex;
    text-align: right;
    right: 0;
    justify-content: flex-end;
    width: 65%;
  }
  .navbar-toggler {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .menu-wrapper {
    display: block;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1160px !important;
  }
}
