/*todo: удалить ненужные стили*/
/*todo: вынести медиа запросы в другой файл*/
/*todo: запретить селект ненужных элементов*/

/*light theme*/
:root {
  --white-clear: #fdfdfd;
  --blue: #0085FF;
  --blue-hover: #53a8f4;
  --cian: #16B2F5;
  --red: #F96955;
  --red-button: #ad3636;
  --red-button-hover: #cd2525;
  --green: #60f955;
  --gray: #9F9F9F;
  --swiper-navigation-sides-offset: 0;
  --swiper-scrollbar-size: 5px;
  --swiper-scrollbar-bottom: -10px;
  --swiper-scrollbar-bg-color: rgba(0, 133, 255, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 133, 255, 0.4);
  --backdrop: rgba(0, 0, 0, 0.6);

  --text-blue-black: #001426;
  --new-blue: #0061BA;
  --new-blue-10: rgba(0, 97, 186, .1);
}

:root[data-color-scheme="light"] {
  --light-gray: #f2f2f2;
  --button-gray: #f2f2f2;
  --button-gray-hover: #e3e3e3;
  --button-gray-lighten: #f7f7f7;
  --button-gray-lighten-hover: #fdfdfd;
  --white: #fdfdfd;
  --bg-grey-loader: #eaeaea;
  --bg-grey-loader-hover: #656565;
  --bg-grey-lighting: rgba(255, 255, 255, 0.5);
  --text-black: #050505;
  --card-bg: #fdfdfd;
  --dot-black: #787878;
  --dot-white: #ccc;
  --white-range: #f2f2f2;
  --white-range-lighten: #fcfcfc;
  --white-white: #fdfdfd;
  --banner-hover: #f9f9f9;
  --bg-conf-grey: #f0f0f0;
  --bg-conf-grey-hover: #e8e8e8;
  --light-blue: #D2E5FD;
  --glass: rgba(255, 255, 255, .7);
  --text-gray: #333333;
  --card-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.08);

  --1c-light-blue: #F4F9FF;
  --black-20: rgba(0, 0, 0, .2);
}

:root[data-color-scheme="dark"] {
  --light-gray: #1f1f1f;
  --button-gray: #3e3e3e;
  --button-gray-hover: #4b4b4b;
  --button-gray-lighten: #474747;
  --button-gray-lighten-hover: #5c5c5c;
  --white: #2a2a2a;
  --bg-grey-loader: #4a4a4a;
  --bg-grey-lighting: rgba(42, 42, 42, 0.3);
  --text-black: #f4f4f4;
  --card-bg: #2a2a2a;
  --dot-black: #ccc;
  --dot-white: #575757;
  --white-range: #393939;
  --white-range-lighten: #4d4d4d;
  --white-white: #fdfdfd;
  --banner-hover: #2d2d2d;
  --bg-conf-grey: #343434;
  --bg-conf-grey-hover: #424242;
  --light-blue: #17181c;
  --glass: rgba(20, 20, 20, .7);
  --text-gray: #c6c6c6;
  --card-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.3);

  --1c-light-blue: #131516;
  --black-20: rgba(255, 255, 255, .2);
}

:root[data-color-scheme="dark"] .v-theme--dark {
  --v-theme-card: 255,255,255!important;
}

.color-light-gray {
  background-color: var(--light-gray)!important;
}
.color-light-gray {
  background-color: var(--light-gray)!important;
}

img {
  user-select: none;
  pointer-events: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, th, span, a, li {
  font-family: 'Montserrat', 'Arial', sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.unselectable {
  -webkit-user-select: none; /* Safari */
  user-select: none;
}

ul {
  list-style: none;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: var(--text-black);
  transition: color .2s ease-in-out;
}

button span, button, input, textarea, option {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 14px;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: initial;
  color: inherit;
}

.custom-input:not([type="range"]) {
  outline: none;
  border: none;

  background-color: var(--light-gray);
  color: var(--text-black);
  padding: 4px 8px;
  border-radius: 6px;
  text-wrap: nowrap;
}

.custom-input:not([type="range"]):focus {
  outline: 1px solid var(--blue);
}

.h1 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  margin: 0;
  color: var(--text-black);
}

.h2 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  margin: 0;
  color: var(--text-black);
}

.h3 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  margin: 0;
  color: var(--text-black);
}

.text-small {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin: 0;
  color: var(--text-black);
}

.text-reg {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin: 0;
  color: var(--text-black);
}

.advantage__text {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  margin: 0;
  color: var(--text-black);
}

.configurator-result__text {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  margin: 0;
  color: var(--text-black);
}

.subtitle {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  margin: 0;
  color: var(--text-black);
}

.animation-link {
  cursor: pointer;
  padding-bottom: 3px;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .2s;
}

/*todo: ховеры разбить по медиа-запросам, чтобы не было залипания*/
/*todo: transition на определённое свойство вешать*/
/*todo: разобраться почему несколько лоадеров (мб в форме успеха)*/
/*todo: проверить, чтобы везде var(--*) было*/
/*todo: адаптивы нового конфигуратора*/
/*кнопки*/
.button {
  background-color: var(--button-gray);
  border-radius: 7px;
  color: var(--text-black);
  transition: background-color .1s ease;
}

.button-main {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  border: 1px transparent solid;
  cursor: pointer;
  background: var(--blue);
  border-radius: 7px;
  color: var(--white-white);
  padding: 8px 16px;
  transition: background-color .1s ease;

  font-weight: 500;
}

.button-main:disabled {
  cursor: default;
  opacity: .8;
}

.button-main_loading .button-main__loader {
  display: inline-block;
}

.button-main__loader {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid var(--white-white);
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.button-second {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  border: 1px transparent solid;
  cursor: pointer;
  background-color: var(--button-gray-lighten);
  border-radius: 7px;
  color: var(--text-black);
  padding: 8px 16px;
  transition: background-color .1s ease;
}

.button-second--loading .button-second__loader {
  display: inline-block;
}

.button-second__loader {
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--white-clear);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: none;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

/*повторяется*/
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.button-second:disabled {
  cursor: default;
  opacity: .8;
}

.button:disabled {
  background: var(--gray);
}

.button_type_primary {
  border: none;
  cursor: pointer;
  border-radius: 7px;
  background: var(--blue);
  color: var(--white-white);
  transition: background-color .1s ease;
}

.button_type_primary:disabled {
  background: var(--gray);
}

.page {
  position: relative;
  height: 100vh;
  background: var(--white);
  color: var(--text-black);
}

.root {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.header {
  width: 100%;
  position: relative;
  display: flex;
  max-width: 1600px;
  padding: 23px 50px;
  margin: 0 auto;
}

.header__logo {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-55%, 0%);
}

.header__container {
  width: 100%;
}

.header__nav {
  display: flex;
  justify-content: space-between;
}

.header__list {
  display: flex;
  column-gap: 35px;
  width: fit-content;
}

.header__item {
  width: fit-content;
  display: flex;
  align-items: center;
}

.header__link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}

.header__theme {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--blue);
}

.header__theme_dark::before {
  content: url("../images/dark.svg");
  display: inline-block;
  width: 10px;
  height: 11px;
}

.header__theme_light::before {
  content: url("../images/light.svg");
  display: inline-block;
  width: 14px;
  height: 14px;
}

.header__login {
  display: flex;
  align-items: center;
  color: var(--blue);
}

.header__login::before {
  content: url("../images/login.svg");
  display: inline-block;
  width: 14px;
  height: 13px;
}

@media screen and (max-width: 1152px) {
  .header {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 544px) {
  .header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 760px) {
  .header {
    justify-content: space-between;
  }

  .header__logo {
    position: static;
    transform: none;
  }

  .header__container {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--light-gray);
    height: 100vh;
    width: 100%;
    transition: .3s ease-in-out;
    transform: translateY(-170%);
    z-index: 51;
  }

  .header__nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    row-gap: 100px;

  }

  .header__list {
    flex-direction: column;
    row-gap: 35px;
    align-items: center;
    width: 90px;
  }

  .header__link {
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: baseline;
  }
}

.content {
  flex: 1;
}

.lead {
  padding: 30px 0 50px;
  display: flex;
  column-gap: 100px;
  max-width: 1600px;
  margin: 0 auto;
}

.lead__container {
  min-width: 415px;
  padding-left: 50px;
  display: flex;
  align-self: center;
  flex-direction: column;
  row-gap: 13px;
}

.lead__title {
  max-width: 465px;
}

.lead__subtitle {
  max-width: 330px;
}

.lead__btn-container {
  display: flex;
  column-gap: 11px;
  margin-top: 6px;
}

.lead__button {
  padding: 12px 16px;
}

.btn-container {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.btn-container button {
  border-radius: 50%;
  background-color: var(--button-gray);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-next {
  width: 40px;
  height: 40px;
}

.slider-prev {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1152px) {
  .lead {
    column-gap: 50px;
  }

  .lead__container {
    padding-left: 50px;
  }
}

@media screen and (max-width: 896px) {
  .lead {
    flex-direction: column;
    row-gap: 30px;
  }

  .lead__container {
    align-self: start;
    padding-right: 50px;
  }

  .lead__title {
    max-width: 100%;
  }

  .lead__subtitle {
    max-width: 100%;
  }

  /*.photo-slider {*/
  /*  width: calc(100% - 100px);*/
  /*  align-self: center;*/
  /*}*/
}

@media screen and (max-width: 544px) {
  .lead {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .lead__container {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*.photo-slider {*/
  /*  width: calc(100% - 20px);*/
  /*  min-height: 200px;*/
  /*}*/

  /*.photo-slider__container {*/
  /*  min-height: 200px;*/
  /*}*/
}

.solutions {
  background-color: var(--light-gray);
}

.solutions__content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 30px 50px;
  max-width: 1600px;
  margin: 0 auto;
  color: var(--text-black);

}

.solutions__header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.solutions__header .solutions__title {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  min-width: 255px;
}

.solutions__header .solutions__title h2 {
  font-size: 20px;
  font-weight: 600;
}

.solutions__header .solutions__title p {
  font-size: 14px;
  font-weight: 400;
}

.solutions-swiper-container {
  display: flex;
  width: calc(100% - 255px - 20px);
  position: relative;
}

.swiper-scrollbar-drag {
  cursor: pointer;
}

.solutions__header .swiper-wrapper {
  display: flex;
}

.solutions-swiper {
  display: flex;
  width: 100%;
}

.solutions-swiper .swiper-slide {
  border: 1px var(--white) solid;
  background: var(--white);
  cursor: pointer;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  transition:
          background-color .2s ease-in-out,
          border-bottom-color .2s ease-in-out,
          border-left-color .2s ease-in-out,
          border-right-color .2s ease-in-out,
          border-top-color .2s ease-in-out;
}

.solutions-swiper .swiper-slide.active {
  border: 1px var(--blue) solid;
  background: transparent;
}

.solutions-swiper .swiper-slide {
  width: auto!important;
}

.solutions-swiper .swiper-wrapper h3 {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  user-select: none;
}

.solutions-swiper .swiper-wrapper p {
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  user-select: none;
}

.swiper .swiper-notification {
  display: none;
}

.solutions__body {
  position: relative;
  /*height: 319px;*/
}

.solutions__body ul {
  width: 100%;
  position: absolute;
  display: flex;
  gap: 20px;
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
}

.solutions__body .grid-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.solutions__body .grid-cards li {
  width: 100%;
}

.solutions__body ul.active {
  visibility: visible;
  opacity: 1;
}

.solutions__body li {
  width: calc(100% / 4);
  min-height: 319px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: var(--white);
  border-radius: 20px;
}

.solutions__body li.disabled {
  opacity: .6;
}

.solutions__body li.disabled button:disabled {
  transition: none;
}

.solutions__line {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
  min-height: 37px;
}

.solutions__line.solutions__line--vertical {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.solutions__line-item {
  min-width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}

.solutions__line-item:nth-of-type(1) {
  min-width: calc(40% - 5px);
}

.solutions__line-item:nth-of-type(1) {
  min-width: calc(60% - 5px);
}

.solutions__line:first-child {
  margin-bottom: 5px;
}

.solutions__line:nth-of-type(4) .solutions__line-item h5 {
  display: flex;
}

.solutions__line:last-child {
  margin-top: 5px;
  justify-content: center;
  flex: 1;
  display: flex;
}

.solutions__line-item {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.solutions__line-item h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.solutions__line-item h5 {
  font-size: 16px;
  font-weight: 600;
}

.solutions__line-item p {
  font-size: 12px;
  font-weight: 400;
}

.solutions__line:first-child p {
  min-height: 36px;
}

.solutions__line button {
  align-self: end;
  padding: 8px 20px;
  background-color: var(--blue);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  color: var(--white-clear);
  transition: background-color .2s ease-in-out;
}

@media screen and (max-width: 1230px) {
  /*todo: посмотреть везде паддинги, я везде убрала 100, уменьшать на 50 не надо*/
  .solutions__content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .solutions__body ul {
    flex-wrap: wrap;
  }

  .solutions__body li {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 896px) {
  .solutions__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .solutions__title {
    width: 100%;
  }

  .solutions-swiper-container {
    width: 100%;
  }
}

@media screen and (max-width: 544px) {
  .solutions__body li {
    width: 100%;
  }

  .solutions__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.advantages {
  padding: 30px 0;
}

.advantages__list {
  padding: 0 50px;
  display: flex;
  column-gap: 20px;
  max-width: 1600px;
  margin: 0 auto;
}

.advantage__item {
  padding: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: start;
}

.advantage__img {
  height: 60px;
}

@media screen and (max-width: 1152px) {
  .advantages__list {
    padding-right: 50px;
    padding-left: 50px;
  }
  .advantage__item {
    max-width: 169px;
  }
}

@media screen and (max-width: 896px) {
  .advantages__list {
    padding-right: 50px;
    padding-left: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 544px) {
  .advantages__list {
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
  }

  .advantage__item {
    max-width: 100%;
    flex: 1;
  }
}

.make-server {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 50px;
}

.make-server__container {
  display: flex;
  column-gap: 50px;
}

.info {

}

.info__list {
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
  max-width: 1600px;
  padding: 30px 50px;
  margin: 0 auto;
}

.info__item {
  padding: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: start;
  max-width: 320px;
  flex: 1;
}

.info__img {
  height: 80px;
}

@media screen and (max-width: 1152px) {

  .info__list {
    /*max-width: 1080px;*/
    column-gap: 3.25%;
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 896px) {
  .info__list {
    max-width: 868px;
  }
}

@media screen and (max-width: 544px) {
  .info {

  }

  .info__list {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    flex-direction: column;
  }

  .info__item {
    max-width: 100%;
  }
}

.benefits {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.benefits__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.benefits__title p {
  white-space: nowrap;
  padding: 16px 20px;
  background-color: var(--blue);
  border-radius: 10px;
  color: var(--white-clear);
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.benefits-list__item {
  display: flex;
  align-items: center;
  flex: 1;
  border-radius: 10px;
  border: 1px var(--blue) solid;
  padding: 20px 10px;
}

.reviews {
  position: relative;
  padding: 30px 50px;
  margin: 0 auto;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 30px;
}

.reviews__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 35px;
}

.reviews__btn {
  padding: 14px 20px;
}
/*.slider {*/
/*    width: 95%;*/
/*    height: 300px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

.slide-list {
  display: flex;
  /*width: 300%;*/
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
  z-index: 1;
}

.prev {
  position: absolute;
  right: 8%;
  top: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--light-gray);
  background-image: url("../images/slider-prev.svg");
  object-fit: contain;
  object-position: center;
}

.next {
  position: absolute;
  right: 8%;
  top: 40%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--light-gray);
  background-image: url("../images/slider-next.svg");
  object-fit: contain;
  object-position: center;
}

.reviews__title {
  max-width: 324px;
  width: 100%;
  color: var(--blue);
  overflow: hidden; /* Скрытие излишнего текста */
  text-overflow: ellipsis; /* Многоточие для обрезанного текста */
  white-space: nowrap; /* Запрет переноса строки */
}

.reviews__button {
  padding: 14px 20px;
}

.reviews__list {
  display: flex;
  column-gap: 54px;
  overflow: auto;
  height: 100%;
  max-width: 1080px;
  padding-bottom: 5px;
}
/*todo: высота картинки не вписывается в открытом попапе*/
.reviews__item {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
  align-items: start;
  flex: 1;
  width: 30vw;
}

.reviews__text {

  height: 87px;
  overflow: hidden; /* Скрытие излишнего текста */
  display: -webkit-box; /* Вебкит-расширение для многих строк */
  -webkit-line-clamp: 6; /* Ограничение на 6 строки текста */
  -webkit-box-orient: vertical; /* Вертикальное расположение текста */
}

.reviews__list::-webkit-scrollbar {
  padding-top: 30px;
  height: 7px;
}
.reviews__list::-webkit-scrollbar-track {
  background: transparent;       /* цвет дорожки */
}
.reviews__list::-webkit-scrollbar-thumb {
  border-radius: 20px;       /* закругления плашки */
  background: var(--gray);
}

.slider_reviews {
  position: static;
  width: 100%;
}

.slide-list_reviews {
  width: 100%;
}

.slide_reviews {
  display: flex;
  column-gap: 54px;
  width: 100%;
}

.prevButton_review {
  background-color: var(--light-gray);
}

.nextButton_review {
  background-color: var(--light-gray);
}

@media screen and (max-width: 1152px) {
  .reviews {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider_reviews {
    width: 90.235vw;
  }

  .slide-list_reviews {
    width: 90.235vw;
  }

  .slide_reviews {
    width: 90.235vw;
  }
}

@media screen and (max-width: 896px) {
  .reviews {
    max-width: 868px;
  }

  .reviews__list {
    flex-direction: column;
    row-gap: 30px;
  }

  .slider_reviews {
    width: 86.98vw;
  }

  .slide-list_reviews {
    width: 86.98vw;
  }

  .slide_reviews {
    width: 86.98vw;
  }

  .reviews__item {
    width: 24.308vw;
    max-width: 544px;
  }
}

@media screen and (max-width: 544px) {
  .reviews {
    padding-left: 10px;
    padding-right: 10px;
  }

  .reviews__text {
    height: fit-content;
  }

  .reviews__container {
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
  }

  .slider_reviews {
    width: calc(100vw - 20px);
    margin: 0;
    padding: 0;
  }

  .slide-list_reviews {
    width: calc(100vw - 20px);
  }

  .slide_reviews {
    width: calc(100vw - 20px);
    flex-direction: column;
    row-gap: 54px;
  }

  .reviews__item {
    width: calc(100vw - 20px);
  }

  .navigation {
    bottom: 0;
  }
}

.us__list {
  display: flex;
  column-gap: 31px;
}

.us__item {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  width: 100%;
}

.us__img {
  border-radius: 10px;
  width: 100%;
  height: 259px;
  object-fit: cover;
  object-position: center;
}

.section {
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin: 0 auto;
  max-width: 1600px;
}

@media screen and (max-width: 896px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;

    row-gap: 20px;
  }
}

@media screen and (max-width: 544px) {
  .section {
    padding-left: 10px;
    padding-right: 10px;

    row-gap: 10px;
  }
}

.section__title {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.faq__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.faq__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--light-gray);
  border-radius: 20px;
}

.faq__header {
  user-select: none;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  column-gap: 20px;
}

.faq__body {
  padding: 0 20px 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-in-out;
}

.faq__item--active .faq__body {
  max-height: 300px;
}

.faq__body-text {
  min-height: 20px;
}

.faq__icon {
  transition: .2s transform ease-in-out;
}

.faq__item--active .faq__icon {
  transform: rotate(45deg);
}

.accordion {
  --bs-accordion-inner-border-radius: calc(0.375rem + 10px) !important;
}

.accordion-button {
  background-color: var(--light-gray) !important;
}

.accordion-item {
  border: none!important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: var(--text-black);
  box-shadow: none!important;
}

.accordion-body {
  background-color: var(--light-gray);
}

.popup {
  z-index: 60;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: var(--backdrop);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: .2s ease;
}

.popup_opened {
  opacity: 1;
  transition: .2s ease;
  visibility: visible;
}

.popup__container {
  max-height: 1920px;
  max-width: 1080px;
  width: 47.34%;
  padding: 10px 20px;
  background: var(--white);
  border-radius: 30px;
}

.popup__container_review {
  height: 80vh;
  width: 80vw;
}

.popup__c-title {
  padding: 10px 0 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}

.popup__c-image {
  object-position: center;
  object-fit: contain;
  height: 93%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.popup__img {
  max-height: 1920px;
  max-width: 1080px;
  object-position: center;
  object-fit: contain;
}

.popup__close {
  cursor: pointer;
  padding: 10px;
}

#btnClosePopupConsultation, #btnClosePopupReview {
  cursor: pointer;
}

.popup__form {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.popup__form_hidden {
  display: none;
}

.popup__input {
  background: var(--light-gray);
  border: none;
  border-radius: 5px;
  padding: 0 18px;
  height: 50px;
  flex-grow: 1;
  resize: none
}

.popup__input_textarea {
  padding-top: 10px;
  height: 130px;
}

.popup__btn {
  padding: 10px;
  width: 100px;
  margin: 10px auto;
}

.popup__success {
  display: none;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}

.popup__success_active {
  display: flex;
}

.popup__message {
  text-align: center;
}

.loader {
  margin-top: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid var(--light-gray);
  border-top-color: var(--blue);
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.checked {
  border-color: var(--blue);
  animation: none;
}

.loader.checked::before {
  content: "\2714"; /* Код символа галочки */
  font-size: 50px;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 544px) {
  .popup__container_consultation {
    width: 80%;
  }

  .popup__img {
    max-height: 1920px;
    max-width: 461px;
    width: 70vw;
    object-position: center;
    object-fit: contain;
  }
}

/* Конфигуратор */
.os-list .v-slide-group__content {
  column-gap: 10px;
  justify-content: center;
}

.card__2step .v-card__underlay {
  display: none;
}

.configurator-new {
  padding: 30px 50px;
  margin: 0 auto;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.create-vm {
  width: 100% !important;
}

.c-configurator {
  width: 70%!important;
}

.configurator {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.configurator__container {
  display: grid;
  grid-template-columns: minmax(38%, max-content) 150px minmax(min-content, 1fr);
  grid-gap: 20px;
  align-items: center
}

@media screen and (max-width: 1152px) {
  .configurator-new {
    padding-left: 50px;
    padding-right: 50px;
  }
  .configurator__container {
    grid-template-columns: minmax(20%, max-content) 150px minmax(min-content, 1fr);
  }
}

@media screen and (max-width: 852px) {
  .configurator__container {
    grid-template-columns: minmax(20%, max-content) 100px minmax(min-content, 1fr);
  }
}

@media screen and (max-width: 770px) {
  .configurator__container {
    grid-template-columns: minmax(17%, max-content) 100px minmax(min-content, 1fr);
  }
}

@media screen and (max-width: 757px) {
  .configurator__container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }
  .configurator-new {
    gap: 10px;
  }

  .number-input {
    flex-grow: 0;
    max-width: 115px!important;
  }

  .configurator__text {
    width: 100%;
  }
  .configurator__toggle {
    width: min-content;
  }

  .configurator-left {
    width: 67%!important;
  }

  .configurator-result {
    width: 33%!important;
    flex-shrink: 0!important;
    min-width: 210px;

  }
}

@media screen and (max-width: 986px) {
  .configurator-new {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .configurator-left {
    width: 100%!important;
  }

  .configurator-result {
    width: 100%!important;
  }
}

.configurator__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 17px;
}

.configurator__item {
  row-gap: 10px;
}

.image-wrapper {
  height: 100px!important;
  width: 115px!important;
  text-align: center;
}

.label {
  text-align: center;
}

.card__second-step .v-slide-group__content {
  justify-content: center;
  column-gap: 10px;
}

.slider__container .v-slide-group__container .v-slide-group__content {
  width: 90% !important;
  column-gap: 10px!important;
  justify-content: space-between!important;
}

div.v-slide-group__content {
  column-gap: 50px;
}

.v-btn {
  text-transform: none!important;
}

.v-card__underlay {
  display: none;
}

/*-----------------*/

.ch-docs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}

.ch-docs__item {

}

.ch-docs__item-link {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 20px;
  height: 100%;
  background-color: var(--bg-conf-grey);
  border-radius: 20px;
  transition: background-color .1s linear;
}

.ch-docs__item-link svg {
  width: 100px;
  height: 100px;
}

@media (hover: hover) {
  .ch-docs__item-link:hover {
    background-color: var(--bg-conf-grey-hover);
  }
}

@media (hover: none) {
  .ch-docs__item-link:active {
    background-color: var(--bg-conf-grey-hover);
  }
}

/* Изменение цвета иконки */
input[type="date"]::-webkit-calendar-picker-indicator {
  /*filter: grayscale(100%); !* Преобразует иконку в серый цвет *!*/
}

.swiper-lead.swiper {
  display: none;
  width: 100%;
  height: 100%;
}

.swiper-lead_active.swiper {
  display: flex;
}

.photo-slider__img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  vertical-align: top;
}

.corp-cloud__switch input[type=checkbox]{
  height: 0;
  width: 0;
  visibility: hidden;
}
/*todo: разобраться с цветами свитча*/
.corp-cloud__switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 30px;
  background: var(--white-range);
  display: block;
  border-radius: 100px;
  position: relative;
  transition: background-color .2s ease-in-out;
}

.corp-cloud__switch label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: var(--white);
  border-radius: 90px;
  transition: 0.3s;
}

.corp-cloud__switch input:checked + label {
  background: var(--blue);
}

.corp-cloud__switch input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.corp-cloud__switch label:active:after {
  width: 30px;
}

.corp-cloud {
  background: var(--card-bg);
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 100%;
  padding: 30px 40px;
  border-radius: 20px;
  margin-top: 10px;
}

.corp-cloud__switch-container {
  display: flex;
  align-items: center;
  gap: 4px 10px;
}

.corp-cloud__switch {
  display: flex;
}

.corp-cloud__range-container {
  margin-top: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 44px 30px;
}

.corp-cloud__range-line {
  display: flex;
  gap: 4px 40px;
}

.corp-cloud__range {
  flex-grow: 1;
  position: relative;
}

.corp-cloud__range label {
  width: calc(100% + 14px);
  margin-left: -7px;
  display: block;
}

.corp-cloud__range-number {
  font-family: "Montserrat", "Arial", sans-serif;
  top: -24px;
  left: 0;
  transform: translateX(-50%);
  position: absolute;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: var(--blue);
  color: var(--white-white);
  display: flex;
  column-gap: 4px;
}

.custom-range-label {
  position: relative;
}

.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  background: linear-gradient(to right, var(--blue) 0%, var(--white-range) 0%);
  border-radius: 3px;
  height: 7px;
}

.custom-range-layout {
  opacity: 0;
  /*width: calc(100% + 55px);*/
  width: 100%;
  cursor: pointer;
  position: absolute;
  /*left: -23px;*/
  left: 0;
  top: -20px;
  height: 27px;
}

.custom-range::-webkit-slider-runnable-track {
  border-radius: 3px;
  height: 7px;
  border: none;
}

.custom-range::-moz-range-track {
  border-radius: 3px;
  height: 5px;
  border: none;
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  background-color: var(--blue);
  border: none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-top: -11px;
}

.custom-range::-moz-range-thumb {
  background-color: var(--blue);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.custom-range {
  transition: all 0.3s ease;
}

.custom-range::-webkit-slider-thumb {
  transition: left 0.3s ease;
}

.custom-range::-moz-range-thumb {
  transition: all 0.3s ease;
}

.corp-cloud__range datalist {
  width: calc(100% - 14px);
  margin-left: 7px;
  margin-top: 4px;
  display: block;
  position: relative;
}

.corp-cloud__range option {
  position: absolute;
  transform: translateX(-50%);
  opacity: .6;
}

.button-main.loading .loader-corp-cloud {
  display: block;
}

.loader-corp-cloud {
  display: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite
}
.loader-corp-cloud::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 2px solid var(--white-white);
  animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
  0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
  25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
  50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
  75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
  100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

.c-corp-cloud {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px 20px;
}

.corp-cloud-overall {
  background: var(--card-bg);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 20px;
  border-radius: 20px;
  margin-top: 10px;
}

.corp-cloud-overall__c-btn {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: end;
  margin-top: 10px;
}

.corp-cloud-overall__c-btn button {
  width: 100%;
}

.corp-cloud-overall__item {
  display: grid;
  align-items: center;
  grid-column-gap: 8px;
  grid-template-columns: auto 1fr auto;
}

.corp-cloud-overall__hr {
  width: 100%;
  background-color: var(--white-white);
  opacity: 0;
}

.corp-cloud-overall__type {
  display: flex;
  column-gap: 2px;
  font-size: 16px;
}

@media screen and (max-width: 896px) {
  .corp-cloud__range-container {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }

  .c-corp-cloud {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 544px) {
  .corp-cloud-overall {
    margin-top: 0;
  }
}

.footer__c-caption {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 0 50px 30px;
}

.footer__c-caption a {
  width: fit-content;
}

.loader-solutions-body-container {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.loader-solutions-body-container_active {
  display: grid;
}

.loader-solutions-body {
  width: 100%;
  height: 319px;
  border-radius: 20px;
  display: block;
  margin: auto;
  position: relative;
  background: var(--white);
  box-sizing: border-box;
}

.loader-solutions-body::after {
  content: '';
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 30px;
  left: 30px;
  position: absolute;
  background-image:
      linear-gradient(100deg, transparent, var(--bg-grey-lighting) 50%, transparent 100%),
      linear-gradient(var(--bg-grey-loader) 23px, transparent 0),
      linear-gradient(var(--bg-grey-loader) 14px, transparent 0),
      linear-gradient(var(--bg-grey-loader) 37px, transparent 0),
      linear-gradient(var(--bg-grey-loader) 37px, transparent 0),
      linear-gradient(var(--bg-grey-loader) 37px, transparent 0),
      linear-gradient(var(--bg-grey-loader) 37px, transparent 0),
      linear-gradient(var(--bg-grey-loader) 37px, transparent 0),
      linear-gradient(var(--bg-grey-loader) 37px, transparent 0),
      linear-gradient(var(--bg-grey-loader) 33px, transparent 0);
  background-repeat: no-repeat;
  background-size: 75px 300px, 100% 100%, 100% 100%, 40% 100%, 40% 100%, 40% 100%, 40% 100%, 40% 100%, 40% 100%, 40% 100%;
  background-position: -100% 0, -80px 0, 0 30px, left 75px, right 75px, left 120px, right 120px, left 165px, right 165px, center 225px;
  box-sizing: border-box;
  animation: anim-solutions-body-loader 1s linear infinite;
}

@keyframes anim-solutions-body-loader {
  to {
    background-position: 100% 0, -80px 0, 0 30px, left 75px, right 75px, left 120px, right 120px, left 165px, right 165px, center 225px;
  }
}

.loader-solutions-header-container {
  width: 800px;
  height: 76px;
  flex-shrink: 0;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.loader-solutions-header-container_active {
  display: grid;
}

.loader-solutions-header {
  width: 100%;
  height: 76px;
  border-radius: 10px;
  display: block;
  margin: auto;
  position: relative;
  background: var(--white);
  box-sizing: border-box;
}

.loader-solutions-header::after {
  content: '';
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  position: absolute;
  background-image:
      linear-gradient(100deg, transparent, var(--bg-grey-lighting) 50%, transparent 100%),
      linear-gradient(var(--bg-grey-loader) 18px, transparent 0),
      linear-gradient(var(--bg-grey-loader) 12px, transparent 0);
  background-repeat: no-repeat;
  background-size: 40px 50px, 100% 100%, 100% 100%;
  background-position: -100% 0, -30px 0, center 24px;
  box-sizing: border-box;
  animation: anim-solutions-header-loader 1s linear infinite;
}

@keyframes anim-solutions-header-loader {
  to {
    background-position: 100% 0, -30px 0, center 24px;
  }
}

.loader-lead-stub {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  aspect-ratio: 246 / 100;
  background-image:
      linear-gradient(100deg, transparent, var(--bg-grey-lighting), transparent),
      linear-gradient(var(--bg-grey-loader), var(--bg-grey-loader)),
      linear-gradient(var(--bg-grey-loader), var(--bg-grey-loader)),
      linear-gradient(var(--bg-grey-loader), var(--bg-grey-loader));
  background-color: var(--bg-grey-loader);
  background-repeat: no-repeat;
  background-size: 90px 500px, 215px 130px, 100px 15px, 150px 15px;
  background-position: -100% 0, 0 0, 15px 150px, 15px 180px;
  animation: anim-lead-stub-loader 1s infinite;
}

.loader-lead-stub_active {
  display: block;
}

@keyframes anim-lead-stub-loader {
  to {
    background-position: 100% 0, 0 0, 15px 150px, 15px 180px;
  }
}

@media screen and (max-width: 1230px) {
  .loader-solutions-body-container {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
  }

  .footer__item:nth-child(4), .footer__item:nth-child(5) {
    grid-row-start: 3;
  }
}

@media screen and (max-width: 896px) {
  .loader-lead-stub {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}

@media screen and (max-width: 544px) {
  .loader-solutions-body-container {
    grid-template-columns: 1fr;
  }
}

.dialog {
  width: 600px;

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background: var(--white);
  color: var(--text-black);
  border: initial;
  border-radius: 24px;
}

.dialog::backdrop {
  background-color: var(--backdrop);
}

.dialog__body {
  width: 100%;

  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
}

.dialog__close {
  display: flex;
  background-color: transparent;
}

.dialog__content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.dialog__form {
  display: inherit;
  flex-direction: inherit;
  row-gap: inherit;
}

.dialog__label {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.custom-input.dialog__input {
  color: var(--text-black);
  background: var(--light-gray);
  border: 0.5px transparent solid;
  outline: none;
  border-radius: 5px;
  padding: 12px;
  flex-grow: 1;
}

.custom-input.dialog__input_success {
  border: 0.5px var(--blue) solid;
}

.custom-input.dialog__input_error {
  border: 0.5px var(--red) solid;
}

.custom-input.dialog__input_error:focus {
  outline: none;
}

.dialog__error {
  display: none;
  font-size: 12px;
  color: var(--red);
}

.dialog__error_active {
  display: flex;
}

.dialog__textarea {
  color: var(--text-black);
  background: var(--light-gray);
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 12px;
  height: 80px;
  flex-grow: 1;
  resize: none;
}

.dialog__btn {
  user-select: none;

  padding: 10px;
  margin: 10px auto;
  display: flex;
  align-items: center;
  column-gap: 8px;

  border: none;
  cursor: pointer;
  border-radius: 7px;
  background-color: var(--blue);
  color: var(--white-white);
  transition: background-color .1s linear;
}

.dialog__btn:disabled {
  cursor: default;
  background-color: var(--gray);
}

.dialog__btn_loading .dialog__btn-loader {
  display: flex;
}

.dialog__btn-loader {
  width: 16px;
  height: 16px;
  border: 1px solid var(--text-black);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: none;
  box-sizing: border-box;
  animation: rotation-dialog-btn 1s linear infinite;
}

@keyframes rotation-dialog-btn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.swiper-slide-hover {
  cursor: pointer;
  padding: 20px;
  border-radius: 20px;
}

@media screen and (max-width: 1230px) {
  .swiper-slide-hover {
    border-radius: 20px 0 0 20px;
  }
}

@media screen and (max-width: 896px) {
  .swiper-slide-hover {
    border-radius: 0;
  }
}

.swiper-lead .swiper-pagination {
  left: 50%!important;
  width: fit-content!important;
  transform: translateX(-50%);
}

.ch-configurator-wrapper {
  display: grid;
  grid-template-columns: calc(70% - 10px) calc(30% - 10px);
  grid-gap: 20px;
}

.ch-configurator-wrapper button, .ch-configurator-wrapper option {
  user-select: none;
}

.ch-configurator, .ch-overall {
  background-color: var(--bg-conf-grey);
  border-radius: 20px;
  padding: 30px;
}

.ch-configurator {
  display: flex;
  flex-direction: column;
  row-gap: 62px;
  /*padding-bottom: calc(30px + 14px);*/
  padding-right: calc(30px + 5px);
}

.ch-configurator .button-main {
  /*align-self: end;*/
  /*justify-content: center;*/
  padding: 6px 10px;
  background-color: var(--button-gray-lighten);
  color: var(--text-black);
}

.ch-configurator__item {
  width: 100%;
  display: grid;
  /*grid-template-columns: 1fr 62px min-content;*/
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 10px 5px;
}

.ch-configurator__item--additional-storage {
  /*display: none;*/
  padding-bottom: 14px;
  margin-top: -14px;
}

.ch-configurator__item-name {
  min-width: 260px;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.ch-configurator__input-wrapper {
  justify-self: center;
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.ch-configurator__quantity-button {
  padding: 0;
  width: 25px;
  height: 29px;
  font-size: 20px;
  background-color: initial;
}

.ch-configurator__delete-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-gray-lighten);
  padding: 4px 6px 4px 4px;
  border-radius: 4px;
}

.ch-configurator .custom-range-label {
  grid-column-start: 1;
  grid-column-end: 4;
}

.ch-configurator .custom-range {
  background: linear-gradient(to right, var(--blue) 0%, var(--white-range-lighten) 0%);
}

.button-toggle-wrapper {
  display: flex;
  gap: 5px;
}

.ch-configurator__item .button-toggle-wrapper {
  justify-self: end;
}

.button-toggle {
  background-color: var(--button-gray-lighten);
  color: var(--text-black);
  padding: 4px 8px;
  border-radius: 6px;

  display: flex;
  align-items: center;
  column-gap: 4px;
  font-size: 14px;
  transition: background-color .1s ease-out;
}

.button-toggle_active {
  color: var(--white-clear);
  background-color: var(--blue);
  transition: background-color .1s ease-out;
}

.custom-input-label {

}

.custom-input {

}

.ch-configurator__item .custom-input-label {
  width: 62px;
  align-self: center;
  justify-self: center;
}

.ch-configurator__item .custom-input {
  width: 100%;

  background-color: var(--button-gray-lighten);
}

.custom-range-label datalist {
  width: calc(100% - 14px);
  margin-left: 7px;
  margin-top: 4px;
  display: block;
  position: relative;
}

.custom-range-label option {
  position: absolute;
  transform: translateX(-50%);
  opacity: .6;
}

.ch-overall {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: space-between;
}

.ch-overall__header {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.ch-overall-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.ch-overall-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 4px;
}

.ch-overall-list__item-value {
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.ch-overall-list__item-value--marker {
  cursor: pointer;
  background-color: var(--button-gray-lighten);
  padding: 2px 6px;
  border-radius: 4px;
}

.ch-overall__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.ch-overall-price {
  column-gap: 20px;
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
}

.ch-overall-price__table {
  width: 100%;
  max-width: 200px;
  border-spacing: 0;
}

.ch-overall-price__table th {
  border: 1px var(--button-gray-lighten-hover) solid;
  padding: 2px 2px 2px 4px;
}

.ch-overall-price__table th:first-of-type {
  min-width: 100px;
  text-align: end;
  padding-left: 4px;
  padding-right: 4px;
}

.ch-overall-price__table th:last-of-type {
  width: 95px;
  text-align: start;
}

.ch-overall-price__table tr:first-of-type th:first-of-type {
  border-top-left-radius: 4px;
}

.ch-overall-price__table tr:first-of-type th:last-of-type {
  border-top-right-radius: 4px;
}

.ch-overall-price__table tr:last-of-type th:first-of-type {
  border-bottom-left-radius: 4px;
}

.ch-overall-price__table tr:last-of-type th:last-of-type {
  border-bottom-right-radius: 4px;
}

.ch-overall-price__th-wrapper {
  display: flex;
  align-items: center;
  column-gap: 4px;
  justify-content: space-between;
}

.ch-overall-price__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-gray-lighten);
  padding: 4px;
  border-radius: 4px;
}

.ch-overall__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.ch-overall__buttons button {
  /*align-self: end;*/
}

.no-wrap {
  text-wrap: nowrap;
  /*display: flex;*/
  /*flex-wrap: nowrap;*/
}

.no-select {
  user-select: none;
}

.tooltip {
  width: fit-content;
  position: relative;
}

.tooltip__text {
  /*border: 1px green solid;*/
  /*min-width: 150px;*/
  /*max-width: 200px;*/
  width: 150px;
  visibility: hidden;
  position: absolute;
  top: -10px;
  left: 10px;
  transform: translateY(-100%);
  z-index: 1;

  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  background-color: var(--button-gray-lighten);
  padding: 4px 8px;
  border-radius: 4px;
}

.tooltip__text::after {
  /*border: 1px red solid;*/
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-10px, -10px);
  z-index: -1;
}

/*refactored (new) styles*/

.page[data-page-type="1c-rent"] a[id="btnDarkTheme"],
.page[data-page-type="saas-rent"] a[id="btnDarkTheme"] {
  /*display: none;*/
}

.text-white {
  color: var(--white);
}

.new-lead {
  display: grid;
  grid-template-columns: minmax(430px, 1fr) 1fr;
  align-items: center;
  column-gap: 50px;
}

.new-lead__button-wrapper {
  margin-top: 10px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.new-lead-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: start;
}

.new-lead-wrapper .button-main,
.new-lead-wrapper .button-second,
.get-grant .button-main {
  padding: 14px 20px;
}

.new-lead-wrapper .button-second:hover {
  background-color: var(--button-gray-hover);
}

.new-lead__pic {
  width: 100%;
  height: 100%;
}

.new-lead__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page[data-page-type="1c-rent"] a[id="btnDarkTheme"] .advantages__list {
  row-gap: 5px;
}

.page[data-page-type="1c-rent"] .advantage__item {
  max-width: initial;
}

.page[data-page-type="1c-rent"] .advantage__img {
  max-height: 50px;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left;

  margin-bottom: 11px;
}

.page[data-page-type="1c-rent"] .info__list {
  padding: initial;
  margin: initial;
}

.page[data-page-type="1c-rent"] .info__item {
  max-width: initial;
}

.bg-gray {
  background-color: var(--light-gray);
}

.bg-gray-blue {
  background-color: var(--1c-light-blue);
}

.bg-blue {
  background-color: var(--blue);
}

.bg-blue-light {
  background-color: var(--light-blue);
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.swiper_c1-solution {
  width: 100%;
}

.c1-solution {
  min-height: 345px;

  background-color: var(--white);
  border-radius: 30px;

  padding: 30px;

  display: flex;
  flex-direction: column;
  row-gap: 16px;
  height: 100%;
}

.c1-solution .button-main {
  align-self: center;
}

.c1-solution__info {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

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

.c1-solution__info-item-img {
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.c1-solution__prices-wrapper {
  display: flex;
  align-items: end;
  column-gap: 10px;

  height: 100%;
  flex-grow: 1;
}

.c1-solution__price-wrapper:last-of-type {
  align-items: baseline;
  column-gap: 2px;
  color: rgba(153, 163, 174, 1);
  text-decoration: line-through;
}


.c1-solution__price-wrapper {
  margin-top: 10px;

  display: flex;
  align-items: end;
  column-gap: 6px;
  /*justify-content: center;*/
  /*flex-grow: 1;*/
}

.c1-solution__price-wrapper span:first-child {
  margin-bottom: -4px;
}

.text-uppercase {
  text-transform: uppercase;
}

.solution-1c__item {
  padding: 20px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;

  background-color: var(--white);

  position: relative;
}

.solution-1c__most-popular {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--new-blue);
  color: var(--white-white);
  padding: 5px 12px;
  border-radius: 40px;
  z-index: 100;

  display: flex;
  align-items: center;
  column-gap: 10px;
  white-space: nowrap;
}

.solution-1c__most-popular .solution-1c__icon {
  /*margin-top: 2px;*/
}

.solution-1c__item--most-popular {
  border: 1px var(--new-blue) solid;
}

.solution-1c__header {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.solution-1c__icon, .solution-1c__info-icon {
  width: 24px;
  height: 24px;
}

.solution-1c__header .text-20-600 {
  line-height: 100%;
}

.solution-1c__line {
  color: var(--black-20);
}

.solution-1c__info {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.solution-1c__info-item {
  display: flex;
  column-gap: 8px;
}

.solution-1c__info-inner {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.solution-1c__inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 30px;
}

.solution-1c__content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}


.solution-1c__price {
  display: flex;
  column-gap: 10px;
  align-items: end;
  flex-wrap: wrap;
}

.solution-1c__price-new {
  display: flex;
  column-gap: 4px;
  white-space: nowrap;
}

.solution-1c__price-old {
  /*margin-bottom: 3px;*/
  color: var(--black-20);
  text-decoration: line-through;
  white-space: nowrap;
}

.solution-1c__price-new .text-32-700,
.solution-1c__price-new .text-32-600 {
  line-height: 100%!important;
}

.solution-1c__economy {
  width: fit-content;
  padding: 6px 12px;
  background-color: var(--new-blue-10);
  border-radius: 40px;
}

.solution-1c__actions {
  display: flex;
  justify-content: center;
}


.color-blue {
  color: var(--blue)!important;
}

.color-new-blue {
  color: var(--new-blue);
}

.color-red {
  color: var(--red)!important;
}

.color-white {
  color: var(--white-white);
}

.color-gray {
  color: var(--text-gray);
}

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

.text-no-wrap {
  white-space: nowrap;
}

#solutions1C,
#faq1C {
  scroll-margin-top: 20vh;
}

html[data-page-type="1c-rent"] {
  scroll-behavior: smooth;
}

/* Dialog styles */
dialog {
  border: none;
}

dialog[open] {
  display: flex;
}

html[data-color-scheme="dark"] {
  dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

textarea {
  resize: none;
}

.new-dialog {
  user-select: none;
  width: 100%;
  max-width: 600px;

  background-color: var(--white);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  border-radius: 30px;
  padding: 30px;

  flex-direction: column;
  row-gap: 20px;
}

.new-dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  color: var(--text-black);
}

.new-dialog__btn-close {
  background-color: initial;
  display: flex;
  padding: 4px 0 4px 4px;
}

.new-dialog[data-state="success"] .new-dialog__content,
.new-dialog[data-state="fail"] .new-dialog__content {
  display: none;
}

.new-dialog[data-state="success"] .new-dialog__success,
.new-dialog[data-state="fail"] .new-dialog__fail {
  display: flex;
}

.new-dialog__success,
.new-dialog__fail {
  display: none;
  flex-direction: column;
  row-gap: 20px;
  color: var(--text-black);
}

.new-dialog__success .button-main,
.new-dialog__fail .button-main {
  align-self: center;
}

.new-dialog__content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.new-dialog__content .button-main {
  align-self: center;
}

.new-dialog__form {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.new-label {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  color: var(--text-black);
}

.new-label--error .new-input,
.new-label--error .new-textarea {
  outline: 1px solid var(--red, #ff3b30);
}

.new-input, .new-textarea {
  width: 100%;

  border: none;
  outline: none;
  background-color: var(--light-gray);
  color: var(--text-black);
  border-radius: 8px;
  padding: 12px 16px;
}

.new-input-error {
  display: none;
}

.flex-column-10 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.flex-column-1 {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}

.flex-column-20 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.flex-row-20 {
  display: flex;
  gap: 20px;
}

.flex-row-10 {
  display: flex;
  gap: 10px;
}

.flex-row-10-no-wrap {
  display: flex;
  gap: 10px;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.horizontal-wrapper {
  display: flex;
  gap: 0 20px;
}

.line-cards-flex {
  display: flex;
  gap: 0 20px;
}

.flex-item--1-3 {
  flex-basis: calc(100% / 3);
}

.flex-item--2-3 {
  flex-basis: calc(100% / 3 * 2);
}

.grid-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*grid-template-rows: repeat(2, 1fr);*/
  grid-gap: 20px;
}

.grid-cards--gap-10 {
  grid-gap: 10px;
}

.grid-row-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.grid-row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.adv-card {
  background-color: var(--white);
  padding: 30px;
  border-radius: 30px;

  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.adv-card--outlined {
  border: 1px var(--blue) solid;
}

.adv-card--rg-smaller {
  row-gap: 8px;
}

.adv-card--accent {
  background-color: var(--blue);
  color: var(--white-white);
}

.adv-card--single-text {
  justify-content: end;
}

.adv-card--bg-grey {
  background-color: var(--light-gray);
}

.adv-card--centered {
  justify-content: center;
}

.adv-card--smaller {
  border-radius: 16px;
  padding: 20px;
}

.h-100 {
  height: 100%;
}

.compare-table {
  display: flex;
}

.compare-item {
  width: 100%;

  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.compare-item:nth-child(1) {
  flex-basis: 30%;
}

.compare-item:nth-child(2) {
  flex-basis: 30%;
  margin-left: -50px;
}

.compare-item:nth-child(3) {
  flex-basis: 40%;
  margin-left: -50px;
}

.compare-header {
  padding: 20px;
  border-radius: 20px;
  text-wrap: nowrap;
  white-space: nowrap;
}

.compare-card {
  /*padding: 20px;*/
  border-radius: 30px;
  display: flex;
  flex-direction: column;

  white-space: nowrap;
  text-wrap: nowrap;
}

.compare-item:nth-child(1) .compare-card,
.compare-item:nth-child(2) .compare-card {
  padding-right: 50px;
}

.compare-card__inner {
  min-height: 60px;
  padding: 20px;
}

.glass {
  position: relative;

  background: var(--glass);
  /*backdrop-filter: blur(20px) saturate(180%) contrast(110%);*/
  /*-webkit-backdrop-filter: blur(20px) saturate(180%) contrast(110%);*/

  border: 1px solid rgba(255, 255, 255, .25);

  /*box-shadow:*/
  /*  0 8px 32px rgba(0, 0, 0, .25),*/
  /*  inset 0 1px 0 rgba(255, 255, 255, .4);*/
  box-shadow:
    0 1px 16px rgba(0, 0, 0, .1),
    inset 0 2px 0 rgba(255, 255, 255, 0.4);
}

.round-section {
  border-radius: 30px;
  padding: 50px;

  min-height: 600px;
  position: relative;
}

.round-section .adv-card {
  max-width: 510px;
  align-self: end;
}

.round-section__img {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% + 30px);
  left: 10px;
  bottom: 0;
  z-index: 0;
}

.round-section > .title-wrapper {
  position: relative;
  z-index: 1;
}

:root {
  --why-we-bg: url("/src/new-images/folders-bg-saas.webp");
}

[data-color-scheme="dark"] {
  --why-we-bg: url("/src/new-images/folders-bg-saas--dark.webp");
}

.why-we {
  background-image: var(--why-we-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.partner-card {
  cursor: pointer;
  background-color: var(--light-gray);
  border-radius: 20px;
  padding: 20px 30px;

  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

.partner-card__logo {
  width: 100%;
  height: 50px;
  object-fit: contain;
  object-position: center;
}

.swiper-partners {
  width: 100%;
}
.new-form__success,
.new-form__fail {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
}

.new-form[data-state="success"] .new-form__content {
  display: none;
}

.new-form[data-state="success"] .new-form__success {
  display: flex;
  height: 100%;
  align-items: center;
}

.new-form[data-state="fail"] .new-form__content {
  display: none;
}

.new-form[data-state="fail"] .new-form__fail {
  display: flex;
  height: 100%;
  align-items: center;
}

.form-block-wrapper {
  display: grid;
  grid-template-columns: 119fr 93fr;
  gap: 20px;
}

.form-block-wrapper__pic {
  background-color: var(--light-blue);
  border-radius: 30px;
}

.form-wrapper {
  min-height: 400px;
  padding: 30px;
  border-radius: 30px;
  background-color: var(--light-gray);
  align-items: center;
}

.form-wrapper .new-form {
  height: 100%;
}

.form-wrapper .new-input, .form-wrapper .new-textarea {
  background-color: var(--white);
}

.form-wrapper .new-dialog__form .button-main {
  align-self: start;
}

.card {
  display: flex;
  column-gap: 8px;

  position: relative;
  width: 100%;
  background-color: var(--white);
  box-shadow: var(--card-shadow);
  padding: 30px;
  border-radius: 30px;
}

.card.card--has-icon {
  align-items: start;
}

.card.card--has-icon .card-icon {
  margin-top: 5px;
}

.card.card--vertical {
  flex-direction: column;
  row-gap: 20px;
}

.card.card--vertical-2 {
  flex-direction: column;
  row-gap: 2px;
}

.card.card--vertical-8 {
  flex-direction: column;
  row-gap: 8px;
}

.card.card--vertical-12 {
  flex-direction: column;
  row-gap: 12px;
}

.card.card--vertical-center {
  align-items: center;
}

.card.card--p16 {
  padding: 16px;
}

.card.card--br16 {
  border-radius: 16px;
}

.card.card--gpu {
  position: relative;
  padding-top: 60px;
}

.card-gpu-recommended {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 8px 12px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  background-color: var(--blue);
}

.card-gpu-recommended p {
  margin-top: 2px;
}

.card-gpu-icon {
  max-width: 240px;
  max-height: 120px;
}

.card-icon {
  margin-top: 2px;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.card__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.faq__item--card {
  padding: 0;
}

.faq__list--grant .faq__header {
  padding: 30px;
}

.faq__list--grant .faq__body {
  padding-left: 30px;
  padding-right: 30px;
}

.need-li-mark .card::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin-top: 8px;

  background: var(--blue);

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 0C6.98528 0 9 2.01472 9 4.5C9 6.98528 6.98528 9 4.5 9C2.01472 9 0 6.98528 0 4.5C0 2.01472 2.01472 0 4.5 0ZM4.5 1C2.567 1 1 2.567 1 4.5C1 6.433 2.567 8 4.5 8C6.433 8 8 6.433 8 4.5C8 2.567 6.433 1 4.5 1ZM4.5 2C5.88071 2 7 3.11929 7 4.5C7 5.88071 5.88071 7 4.5 7C3.11929 7 2 5.88071 2 4.5C2 3.11929 3.11929 2 4.5 2Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;

  mask-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 0C6.98528 0 9 2.01472 9 4.5C9 6.98528 6.98528 9 4.5 9C2.01472 9 0 6.98528 0 4.5C0 2.01472 2.01472 0 4.5 0ZM4.5 1C2.567 1 1 2.567 1 4.5C1 6.433 2.567 8 4.5 8C6.433 8 8 6.433 8 4.5C8 2.567 6.433 1 4.5 1ZM4.5 2C5.88071 2 7 3.11929 7 4.5C7 5.88071 5.88071 7 4.5 7C3.11929 7 2 5.88071 2 4.5C2 3.11929 3.11929 2 4.5 2Z' fill='white'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}

.need-li-mark.need-li-mark--checkmark .card::before {
  margin-top: 3px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;

  background: var(--blue);

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M16.5 8.31002V9.00002C16.4991 10.6173 15.9754 12.191 15.007 13.4864C14.0386 14.7818 12.6775 15.7294 11.1265 16.1879C9.57557 16.6465 7.91794 16.5914 6.40085 16.031C4.88376 15.4705 3.58849 14.4346 2.70822 13.0778C1.82795 11.721 1.40984 10.1161 1.51626 8.50226C1.62267 6.88844 2.24791 5.35226 3.29871 4.12282C4.34951 2.89338 5.76959 2.03656 7.34714 1.68013C8.92469 1.3237 10.5752 1.48677 12.0525 2.14502' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 3L9 10.5075L6.75 8.2575' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M16.5 8.31002V9.00002C16.4991 10.6173 15.9754 12.191 15.007 13.4864C14.0386 14.7818 12.6775 15.7294 11.1265 16.1879C9.57557 16.6465 7.91794 16.5914 6.40085 16.031C4.88376 15.4705 3.58849 14.4346 2.70822 13.0778C1.82795 11.721 1.40984 10.1161 1.51626 8.50226C1.62267 6.88844 2.24791 5.35226 3.29871 4.12282C4.34951 2.89338 5.76959 2.03656 7.34714 1.68013C8.92469 1.3237 10.5752 1.48677 12.0525 2.14502' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 3L9 10.5075L6.75 8.2575' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

.get-grant__item-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.get-grant {
  align-items: start;
}

.get-grant > .title-wrapper {
  margin-bottom: 10px;
}

.get-grant__item {
  padding: 20px;
  width: 100%;
  display: flex;
  column-gap: 8px;
}

.get-grant__item-number {
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--blue);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*todo удалить, когда везде будут одинаковые формы*/
.card .new-input, .card .new-textarea {
  background-color: var(--light-gray);
}

.card .new-form {
  width: 100%;
}

.text-ellipsis {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-30-70 {
  display: grid;
  grid-template-columns: 3fr 7fr;
  grid-gap: 20px;
}

.grid-70-30 {
  display: grid;
  grid-template-columns: 7fr 3fr;
  grid-gap: 20px 50px;
}

.new-header {
  width: 100%;
  padding: 25px 50px;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.new-header-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}

.logo.logo--mobile {
  display: none;
}

.new-header__nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 50px;

  text-wrap: nowrap;
}

.burger-button {
  display: none;
  width: 22px;
  height: 14px;
  position: relative;
  z-index: 101;
  cursor: pointer;
}

.burger-button__inner {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22px;
  height: 14px;
  z-index: 51;
}

.lines {
  width: 22px;
  height: 2px;
  border-radius: 5px;
  background: var(--text-black);
}

.line1,
.line2,
.line3 {
  transition: .2s ease-in-out;
}

.burger-button.is-open .line1 {
  transform-origin: 0 0;
  transform: rotate(45deg) translate(-1px, -1px);
}

.burger-button.is-open .line2 {
  transform: scale(0);
}

.burger-button.is-open .line3 {
  transform-origin: 0 100%;
  transform: rotate(-45deg) translate(-1px, 1px);
}

.new-menu {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.new-header-buttons {
  display: flex;
  align-items: center;
  column-gap: 20px;

  text-wrap: nowrap;
}

.new-header-buttons__button {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.submenu {
  text-wrap: nowrap;
}

.submenu.submenu--tooltip {
  display: none;
  overflow: hidden;
  width: max-content;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--light-gray);
  color: var(--white);
  border-radius: 12px;
  padding: 4px 0;
}

.submenu.submenu--tooltip.is-open {
  display: block;
  z-index: 100;
}

.submenu__link {
  display: flex;
  width: 100%;
  padding: 8px 16px;
}

.submenu__link:hover {
  background-color: var(--button-gray-hover);
}

.external-link::after {
  flex-shrink: 0;
  margin-top: 2px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 4V0.5H0V0H4V4H3.5Z' fill='black'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 4V0.5H0V0H4V4H3.5Z' fill='black'/%3E%3C/svg%3E") no-repeat center / contain;
  color: var(--text-black);
}

.footer-wrapper {
  padding: 25px 50px;
  max-width: 1600px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.new-footer__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.new-footer__item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

#solutions .solutions-swiper,
#solutions .solutions__body,
#solutions .swiper-scrollbar {
  opacity: 0;
  visibility: hidden;
}

#solutions .loader-solutions-header-container,
#solutions .loader-solutions-body-container {
  opacity: 1;
  visibility: visible;
}

#solutions.solutions_ready .solutions-swiper,
#solutions.solutions_ready .solutions__body,
#solutions.solutions_ready .swiper-scrollbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease;
}

#solutions.solutions_ready .loader-solutions-header-container,
#solutions.solutions_ready .loader-solutions-body-container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


.new-button, .new-button-outline {
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.new-button {
  background-color: var(--new-blue);
  color: var(--white-white);
}

.new-button-outline {
  color: var(--new-blue);
  border: 1px var(--new-blue) solid;
}

/*.page[data-page-type="1c-rent"] {*/
/*  color: var(--text-blue-black);*/
/*  line-height: 120%;*/
/*}*/

.lead-1c {
  background-color: var(--1c-light-blue);
  padding: 48px 40px;
  border-radius: 24px;
  display: flex;
  gap: 50px 30px;
  align-items: start;
  position: relative;
  overflow: hidden;
}

.lead-1c__content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  z-index: 1;
}

.lead-1c__content .text-48-600 {
  line-height: 100%;
}

.lead-1c__actions {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-top: 24px;
}

.lead-1c__features {
  display: flex;
  flex-wrap: wrap;
  max-width: 440px;
  gap: 12px;
  z-index: 1;
}

.lead-1c__feature-item {
  padding: 6px 12px;
  background-color: var(--white);
  border-radius: 40px;
  display: flex;
}

.lead-1c__blind {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -25px;
  top: -10%;
  background-color: var(--new-blue);
  opacity: .51;
  border-radius: 9999px;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.features-1c {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature-1c__img {
  margin-bottom: 4px;
  width: 24px;
  height: 24px;
}

.feature-1c__item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;

  border-radius: 24px;
  border: 1px var(--black-20) solid;
}

.feature-1c__item .text-20-600 {
  line-height: 100%;
}

.page[data-page-type="1c-rent"] .text-32-600 {
  line-height: 120%;
}

.page[data-page-type="1c-rent"] .swiper {
  overflow-y: initial!important;
  overflow-x: clip!important;
}

.steps-1c {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.step-1c__item {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 24px;
  border: 1px var(--black-20) solid;
  border-radius: 24px;
}

.step-1c__number {
  margin-bottom: 12px;
  line-height: 100%;
}

.step-1c__item--accent {
  border-color: var(--new-blue);
  background-color: var(--new-blue-10);
}

.page[data-page-type="1c-rent"] .new-footer {
  background-color: var(--1c-light-blue);
  font-size: 16px;
}

.footer__logos {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.footer__logo-item-link {
  display: flex;
}

.footer__logo-item-img {
  width: 100%;
  height: 100%;
  max-height: 50px;
}
