﻿@font-face {
  font-family: "PTRootUI";
  font-weight: 400;
  src: url("../fonts/PTRootUI-Regular.woff2");
}
@font-face {
  font-family: "PTRootUI";
  font-weight: 300;
  src: url("../fonts/PTRootUI-Light.woff2");
}
@font-face {
  font-family: "PTRootUI";
  font-weight: 500;
  src: url("../fonts/PTRootUI-Medium.woff2");
}
@font-face {
  font-family: "PTRootUI";
  font-weight: 700;
  src: url("../fonts/PTRootUI-Bold.woff2");
}
input, button, textarea, select {
  font-family: "PTRootUI", sans-serif;
}

body {
  font-family: "PTRootUI", sans-serif;
  color: #1C2132;
}

html, body {
  padding: 0;
  margin: 0;
  height: 100vh;
}

.page-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 103px;
}

.container {
  width: 1360px;
}

.modal {
  height: 100%;
}

.modal-overlay {
  height: 100%;
}

.modal-list {
  height: 100%;
}

.breadcrumbs {
  padding: 32px 0 64px;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #24356C;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.14px;
}
.breadcrumbs li a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #24356C;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li::before {
  content: "/";
  display: block;
  margin: 0 8px;
}
.breadcrumbs li:first-child::before, .breadcrumbs li:nth-child(2)::before {
  display: none;
}
.breadcrumbs li:last-child {
  color: rgba(36, 53, 108, 0.6);
}

.btn {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  border: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 38px;
  border-radius: 4px;
  background: #0A7FDB;
  color: #fff;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  line-height: 20px;
}
.btn:hover {
  background: #1373bc;
  color: #fff;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.mt-56 {
  margin-top: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-8 {
  margin-bottom: 8px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-8 {
  padding-bottom: 8px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.mt-96 {
  margin-top: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.64px;
}

.h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 52px;
}

.h3 {
  font-size: 32px;
  line-height: normal;
  font-weight: bold;
}

.h1 span, .h2 span, .h3 span {
  color: #0A7FDB;
}

.pagination-bottom {
  width: 340px;
}

.pagination, .mobile-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a, .pagination span, .mobile-pagination a, .mobile-pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 3px;
  color: #24356C;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 100%;
}
.pagination a:hover, .pagination span.current, .mobile-pagination a:hover, .mobile-pagination span.current {
  background: #0A7FDB;
  color: #fff;
}
.pagination a.prev, .pagination a.next, .mobile-pagination a.prev, .mobile-pagination a.next {
  background: transparent;
  font-size: 0;
  position: relative;
}
.pagination a.prev:hover, .pagination a.next:hover, .mobile-pagination a.prev:hover, .mobile-pagination a.next:hover {
  background: transparent;
}
.pagination a.prev::before, .pagination a.next::before, .mobile-pagination a.prev::before, .mobile-pagination a.next::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/pagination-next.svg");
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pagination a.prev:hover::before, .pagination a.next:hover::before, .mobile-pagination a.prev:hover::before, .mobile-pagination a.next:hover::before {
  background-image: url("../images/pagination-hover.svg");
}
.pagination a.prev.disabled, .pagination a.next.disabled, .mobile-pagination a.prev.disabled, .mobile-pagination a.next.disabled {
  pointer-events: none;
}
.pagination a.prev.disabled::before, .pagination a.next.disabled::before, .mobile-pagination a.prev.disabled::before, .mobile-pagination a.next.disabled::before {
  background-image: url("../images/pagination-disabled.svg");
}
.pagination a.prev, .mobile-pagination a.prev {
  margin-right: auto;
  margin-left: 0;
}
.pagination a.prev::before, .mobile-pagination a.prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination a.next, .mobile-pagination a.next {
  margin-left: auto;
  margin-right: 0;
}

.mobile-pagination {
  width: 146px;
  color: #24356C;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}
.mobile-pagination b {
  display: block;
  text-align: center;
  font-weight: normal;
}

.search-list {
  margin-top: -24px;
}
.search-block {
  width: 25%;
  margin-top: 24px;
}

.catalog-item {
  border-radius: 8px;
  border: 1px solid rgba(28, 33, 50, 0.1);
  overflow: hidden;
  min-height: 100%;
}
.catalog-item__img {
  padding-top: 98%;
}
.catalog-item__img img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.catalog-item__wrapper {
  padding: 16px;
}
.catalog-item__title {
  margin-bottom: 20px;
  color: #24356C;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.catalog-item__info {
  padding: 12px 0 6px;
  border-bottom: 1px solid rgba(36, 53, 108, 0.07);
}
.catalog-item__info:last-child {
  border: none;
}
.catalog-item__info-left {
  color: #24356C;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.14px;
}
.catalog-item__info-right {
  color: #24356C;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.catalog-item:hover .catalog-item__title {
  color: #0A7FDB;
}
.catalog-item:hover .catalog-item__img img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.modal {
  opacity: 1;
}
.modal-list {
  padding: 16px;
}
.modal-overlay {
  opacity: 0.7;
  background: #000;
}
.modal-container {
  padding: 64px 48px;
  width: 784px;
  border-radius: 16px;
  background: #F3F3F3;
  text-align: left;
}
.modal-close {
  right: 32px;
  top: 32px;
}
.modal-close:hover {
  opacity: 0.7;
}
.modal-subtitle {
  margin: 24px 0 48px;
  color: #24356C;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.modal-btn {
  height: 44px;
}
.modal-title {
  color: #24356C;
}
.modal-policy {
  margin-top: 16px;
  color: #0A7FDB;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.modal-policy a {
  color: #0A7FDB;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.modal-policy a:hover {
  text-decoration: underline;
}
.modal-file {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: url("../images/file.svg");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 33px;
}
.modal-file input {
  display: none;
}
.modal-file span {
  color: #1C2132;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.modal-file small {
  margin-top: 4px;
  color: #0A7FDB;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.success-text {
  color: #24356C;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.input {
  width: 100%;
}
.input input {
  width: 100%;
  border: none;
  background: transparent;
  height: 48px;
  padding: 0;
  color: #24356C;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px solid rgba(36, 53, 108, 0.5);
}
.input input::-webkit-input-placeholder {
  color: rgba(36, 53, 108, 0.5);
}
.input input::-moz-placeholder {
  color: rgba(36, 53, 108, 0.5);
}
.input input:-ms-input-placeholder {
  color: rgba(36, 53, 108, 0.5);
}
.input input::-ms-input-placeholder {
  color: rgba(36, 53, 108, 0.5);
}
.input input::placeholder {
  color: rgba(36, 53, 108, 0.5);
}
.input.w-50 {
  width: calc(50% - 8px);
}

.search-blue {
  color: #0A7FDB;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 80px;
}

.search-form {
  width: 900px;
  max-width: 100%;
}
.search-form::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  z-index: 3;
  pointer-events: none;
}
.search-form__btn {
  border-radius: 0 4px 4px 0;
  height: 48px;
  width: 126px;
  min-width: 126px;
}
.search-form__input {
  width: 100%;
  padding-left: 49px;
  width: 100%;
  border-radius: 4px 0 0 4px;
  border: 1px solid #C2C4CC;
  background: transparent;
  height: 48px;
  color: #1C2132;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  border-right: none;
}
.search-form__input::-webkit-input-placeholder {
  color: rgba(28, 33, 50, 0.5);
}
.search-form__input::-moz-placeholder {
  color: rgba(28, 33, 50, 0.5);
}
.search-form__input:-ms-input-placeholder {
  color: rgba(28, 33, 50, 0.5);
}
.search-form__input::-ms-input-placeholder {
  color: rgba(28, 33, 50, 0.5);
}
.search-form__input::placeholder {
  color: rgba(28, 33, 50, 0.5);
}

.footer {
  background: #131316;
  padding: 32px 0;
}
.footer-list {
  padding-top: 72px;
  border-top: 1px solid rgba(243, 243, 243, 0.6);
  justify-content: space-between;
}
.footer-bottom {
  color: #F3F3F3;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.14px;
  margin-top: 80px;
}
.footer-policy {
  color: #F3F3F3;
  margin-left: 114px;
}
.footer-policy:hover {
  text-decoration: underline;
}
.footer-text {
  margin: 24px 0 0 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.14px;
}
.footer-logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.footer-left {
  width: 229px;
  /* margin-right: auto; */
}
.footer-right {
  text-align: right;
  /* margin-left: auto; */
}
.footer-link {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.footer-link:hover {
  text-decoration: underline;
}
.footer-soc {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-soc__item {
  margin-left: 8px;
}
.footer-soc__item:hover {
  opacity: 0.7;
}
.footer-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 0 32px;
  height: 42px;
  font-size: 16px;
}
.footer-block {
  margin-right: 24px;
}
.footer-block:last-child {
  margin-right: 0;
}
.footer-block__link {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.footer-block__link:hover {
  text-decoration: underline;
}
.footer-nav {
  padding: 0;
  margin: 0;
}
.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 210px;
}
.footer-nav ul li {
  width: 140px;
  margin-right: 16px;
  min-width: 140px;
  margin-bottom: 16px;
  display: block;
}
.footer-nav ul li a {
  text-decoration: none;
  outline: none;
  display: block;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.footer-nav ul li a:hover {
  text-decoration: underline;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30;
  background: #fff;
  padding: 8px 0 16px;
}
.header-city {
  margin-bottom: 8px;
}
.header-city__current {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #1C2132;
  font-size: 14px;
  font-weight: 500;
  height: 25px;
  padding-left: 8px;
  margin-left: -8px;
  line-height: normal;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 4px 4px 0 0;
  padding-right: 8px;
}
.header-city__current img {
  margin-right: 5px;
}
.header-city:hover .header-city__current, .header-city.open .header-city__current {
  color: #0A7FDB;
}
.header-city.open .header-city__current {
  background: #F3F3F3;
}
.header-search__icon {
  margin-left: 56px;
  margin-right: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 24px;
  height: 24px;
  background-image: url("../images/search-blue.svg");
  background-repeat: no-repeat;
}
.header-btn {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 16px;
  height: 38px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 16px;
}
.header-nav {
  padding: 0;
  margin: 0;
}
.header-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav ul li {
  display: block;
  position: relative;
}
.header-nav ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  border-radius: 4px;
  white-space: nowrap;
  color: #1C2132;
  font-size: 14px;
  height: 37px;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-nav ul li:hover a {
  background: #F3F3F3;
  color: #0A7FDB;
}
.header-nav ul li:first-child a {
  border-radius: 4px 4px 0 0;
}
.header-nav ul li.menu-item-has-children a::after {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  margin-left: 6px;
  background-image: url("../images/nav-arrow-1.svg");
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-nav ul li.menu-item-has-children:hover a::after {
  background-image: url("../images/nav-arrow-2.svg");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #F3F3F3;
  border-radius: 0 4px 4px 4px;
  padding: 8px 16px 24px;
  width: 204px;
  display: block;
}
.header-nav ul li ul li {
  display: block;
  margin: 16px 0 0 0;
}
.header-nav ul li ul li a {
  display: block;
  color: #1C2132 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
  letter-spacing: 0.14px;
  height: auto;
}
.header-nav ul li ul li a:hover {
  background: transparent !important;
  color: #0A7FDB !important;
}
.header-nav ul li ul li a::after, .header-nav ul li ul li a::before {
  display: none !important;
}
.header-nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-catalog__current {
  padding: 0 16px;
  margin-right: 16px;
  border-radius: 4px;
  background: #F3F3F3;
  color: #24356C;
  font-size: 14px;
  font-weight: 500;
  height: 37px;
  line-height: normal;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
header nav ul li.item-166 {
  padding: 0 16px;
  margin-right: 16px;
  border-radius: 4px;
  background: #F3F3F3;
  color: #24356C;
  font-size: 14px;
  font-weight: 500;
  height: 37px;
  line-height: normal;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.header-catalog__current b {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  background-image: url("../images/nav-arrow-3.svg");
}
.header-catalog__item {
  color: #1C2132;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.14px;
  width: 194px;
  min-width: 194px;
  margin-right: 24px;
  margin-top: 16px;
}
.header-catalog__item-img {
  width: 90px;
  height: 47px;
  min-width: 90px;
  margin-right: 16px;
}
.header-catalog__item-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.header-catalog__item:hover {
  background: #fff;
}
.header-catalog__wrapper {
  z-index: 3;
  border-radius: 4px;
  background: #F3F3F3;
  width: 993px;
  padding: 8px 16px 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header-catalog:hover .header-catalog__current {
  color: #0A7FDB;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px 4px 0 0;
}
.header-catalog:hover .header-catalog__current b {
  background-image: url("../images/nav-arrow-2.svg");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-catalog:hover .header-catalog__wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-city__item {
  top: 100%;
  left: -8px;
  width: 250px;
  position: absolute;
  border-radius: 0px 4px 4px 4px;
  background: #F3F3F3;
  padding: 16px 0 0;
  max-height: 410px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}
.header-city__item::-webkit-scrollbar {
  display: none;
}
.header-city__item-search {
  margin-left: 16px;
  width: calc(100% - 32px);
  margin-bottom: 10px;
}
.header-city__item-search::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../images/search.svg");
  background-size: 18px;
  left: 8px;
  top: calc(50% - 9px);
  z-index: 3;
  pointer-events: none;
  position: absolute;
  opacity: 0.6;
}
.header-city__item-search input {
  width: 100%;
  padding-left: 35px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid rgba(28, 33, 50, 0.2);
  background: transparent;
  color: #1C2132;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.14px;
}
.header-city__item-search input::-webkit-input-placeholder {
  color: rgba(28, 33, 50, 0.6);
}
.header-city__item-search input::-moz-placeholder {
  color: rgba(28, 33, 50, 0.6);
}
.header-city__item-search input:-ms-input-placeholder {
  color: rgba(28, 33, 50, 0.6);
}
.header-city__item-search input::-ms-input-placeholder {
  color: rgba(28, 33, 50, 0.6);
}
.header-city__item-search input::placeholder {
  color: rgba(28, 33, 50, 0.6);
}
.header-city__item-title {
  padding: 8px 16px;
  color: #1C2132;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.header-city__item-link {
  padding: 8px 16px 8px 21px;
  color: #1C2132;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.14px;
}
.header-city__item-link:hover {
  background: #fff;
  color: #0A7FDB;
}
.header-city.open .header-city__item {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu {
  position: fixed;
  z-index: 29;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #031337;
  display: none;
}
.mobile-menu__container {
  padding: 90px 0;
}
.mobile-menu__city {
  height: 42px;
  border-top: 1px solid rgba(194, 196, 204, 0.2);
  border-bottom: 1px solid rgba(194, 196, 204, 0.2);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mobile-menu__city img {
  width: 22px;
  margin-right: 5px;
}
.mobile-menu__nav {
  padding: 0;
  margin: 0;
}
.mobile-menu__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-menu__nav ul li {
  display: block;
  margin-top: 24px;
}
.mobile-menu__nav ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.24px;
}
.mobile-menu__nav ul li ul {
  display: none;
}
.mobile-menu__nav ul li ul li {
  margin-top: 8px;
}
.mobile-menu__nav ul li ul li a {
  opacity: 0.7;
  color: #F3F3F3;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
}
.mobile-menu__nav ul li ul li a::after {
  display: none !important;
}
.mobile-menu__nav ul li ul li:first-child {
  margin-top: 16px;
}
.mobile-menu__nav ul li ul li:first-child a {
  font-weight: 700;
}
.mobile-menu__nav ul li.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/mobile-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-size: 16px;
}
.mobile-menu__nav ul li.menu-item-has-children.open a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-city__item-mobileTitle {
  width: calc(100% - 80px);
  text-align: center;
  color: #1C2132;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.24px;
}

.header-city__item-mobile {
  margin-bottom: 34px;
}

.header-city {
  z-index: 5;
}

.header-city__item-search input {
  border-color: #F3F3F3;
}

.header-search {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 261px);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header-search__box::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  width: 24px;
  height: 24px;
  background-image: url("../images/search.svg");
  opacity: 0.6;
  pointer-events: none;
  background-size: 24px;
}
.header-search__input {
  padding-left: 41px;
  width: 100%;
  background: #fff;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
  color: #1C2132;
  font-size: 18px;
  font-weight: 400;
  height: 48px;
  line-height: 22px;
}
.header-search__input::-webkit-input-placeholder {
  color: rgba(28, 33, 50, 0.6);
}
.header-search__input::-moz-placeholder {
  color: rgba(28, 33, 50, 0.6);
}
.header-search__input:-ms-input-placeholder {
  color: rgba(28, 33, 50, 0.6);
}
.header-search__input::-ms-input-placeholder {
  color: rgba(28, 33, 50, 0.6);
}
.header-search__input::placeholder {
  color: rgba(28, 33, 50, 0.6);
}
.header-search__close {
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.header-search__close:hover {
  opacity: 0.7;
}
.header-search__btn {
  border: none;
  background: transparent;
  white-space: nowrap;
  color: #0A7FDB;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  right: 80px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  top: 50%;
}
.header-search__btn:hover {
  opacity: 0.7;
}
.header-search__wrapper {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  background: #fff;
  border: 1px solid #F3F3F3;
  border-radius: 0 0 4px 4px;
  border-top: none;
  z-index: 3;
  padding: 16px 42px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  pointer-events: none;
}
.header-search__wrapper.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-search__link {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 16px;
}
.header-search__link:hover {
  color: #0A7FDB;
}
.header-search__all, header .awesomplete ul li:last-child {
  margin-top: 6px;
  color: #0A7FDB;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.4s;
}
.header-search__all:hover, header .awesomplete ul li:last-child:hover {
  transition: all 0.4s;
  text-decoration : underline;
}
.header-search__all:hover {
  text-decoration: underline;
}
.header-search.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-city {
  position: fixed;
  z-index: 31;
  right: calc(50% + 480px);
  width: 204px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #F3F3F3;
  padding: 23px 15px 15px;
  top: 41px;
}
.modal-city__title {
  color: #1C2132;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
}
.modal-city__btn {
  width: auto;
  padding: 0 16px;
  height: 38px;
  font-size: 14px;
  margin-right: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.modal-city__border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 0 16px;
  height: 38px;
  font-size: 14px;
  background: #F3F3F3;
  color: #24356C;
}
.modal-city__border:hover {
  background: #0A7FDB;
  color: #fff;
}

.catalog-item__link {
  z-index: 2;
}

.examples-list {
  margin-top: -24px;
}
.examples-block {
  margin-top: 24px;
  width: 33.333%;
  min-width: 33.333%;
  max-width : 50%;
}

.examples-item {
  min-height: 100%;
  border-radius: 8px;
  border: 1px solid #C2C4CC;
  overflow: hidden;
}
.examples-item__img {
  /* height: 314px; */
  overflow: hidden;
}
.examples-item__img img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.examples-item__img .divimg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio : 1.4;
  cursor : pointer;
  background-size: cover;
}
.examples-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.examples-item__title a {
  color: #24356C;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration : none;
}
.examples-item__text a {
  margin-top: 16px;
  opacity: 0.8;
  color: #1C2132;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration : none;
}
.examples-item__wrapper { 
  padding: 24px;
}
.examples-item:hover .examples-item__title a {
  color: #0A7FDB;
}
.examples-item:hover .examples-item__title {
  color: #0A7FDB;
}
.examples-item:hover .examples-item__img img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.examples-item:hover .examples-item__img .divimg {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.examples-block.w50 {
  width: 50%;
}

.blog-item__date {
  margin-bottom: 24px;
  opacity: 0.64;
  color: #1C2132;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.examples-item.blog-item .examples-item__img {
  height: 277px;
}

.products-left {
  width: 322px;
}
.products-right {
  width: calc(100% - 322px - 24px);
}
.products-block {
  width: 33.333%;
  margin-top: 24px;
}
.products-blocks {
  /* margin-top: -24px; */
}

.title {
  color: #24356C;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  padding-top: 12px;
}
.title::before, .title::after {
  content: "";
  position: absolute;
  border-top: 1px solid rgba(36, 53, 108, 0.2);
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.title::after {
  background: #24356C;
  width: 50%;
}
.title.white {
  color: #fff;
}
.title.white::before {
  border-color: rgba(255, 255, 255, 0.2);
}
.title.white::after {
  border-color: rgb(243, 243, 243);
}

.subtitle {
  color: #1C2132;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.64px;
}
.subtitle span {
  color: #0A7FDB;
}
.subtitle.white {
  color: #fff;
}

.faq-item {
  border-bottom: 1px solid #C2C4CC;
}
.faq-item__title {
  padding: 24px 32px 24px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #24356C;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.faq-item__title::after {
  content: "";
  display: block;
  width: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 100%;
  border: 1px solid #C2C4CC;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url("../images/faq-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
}
.faq-item__title.active::after {
  border-color: #0A7FDB;
  background-image: url("../images/faq-minus.svg");
}
.faq-item__text {
  width: 1129px;
  padding-bottom: 24px;
  max-width: 100%;
  color: #1C2132;
  font-size: 18px;
  font-weight: 400;
  display: none;
  line-height: 22px;
}

.products-count {
  color: #24356C;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.products-mobile {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 4px;
  background: #0A7FDB;
  margin-right: 8px;
}
.products-mobile.active img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.products-filter__mobile {
  margin-right: 8px;
  padding: 0 6px;
  height: 30px;
  border-radius: 4px;
  background: #0A7FDB;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.products-filter__mobile img {
  margin-right: 8px;
}
.products-cat {
  padding: 0 8px;
  height: 34px;
  border-radius: 4px;
  background: #0A7FDB;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-right: 8px;
}
.products-cat__delete {
  margin-left: 8px;
}
.products-cat__delete:hover {
  opacity: 0.7;
}
.products-cat:hover {
  background: #1373bc;
}
.products-clear {
  padding: 0 8px;
  height: 34px;
  border-radius: 4px;
  background: #EBEDF2;
  color: #24356C;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.products-clear img {
  margin-left: 8px;
}
.products-clear:hover {
  background: rgb(210.2727272727, 214.7454545455, 225.9272727273);
}
.products-sort__title {
  margin-right: 24px;
  color: #1C2132;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.products-sort__link, .products-sort a {
  color: #1C2132;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 4px 7px;
  border-bottom: 2px solid #F3F3F3;
}
.products-sort__link.active {
  border-color: #0A7FDB;
}
.products-filter {
  border-radius: 8px;
  border: 1px solid #C2C4CC;
}
.products-filter__title {
  padding: 16px;
  color: #24356C;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.products-filter__title:hover {
  background: #F3F3F3;
}
.products-filter__title::after {
  content: "";
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-left: 16px;
  background-image: url("../images/filter-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.products-filter__wrapper {
  display: none;
  padding: 0 16px;
}
.products-filter__toggle {
  color: #0A7FDB;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 16px;
}
.products-filter__toggle {
  padding: 10px 0;
}
.products-filter__btn {
  margin: 16px 0 4px;
  height: 40px;
}
.products-filter__bottom {
  padding: 0 16px;
}
.products-filter__clear {
  width: 100%;
  height: 40px;
  color: #0A7FDB;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.products-filter__clear:hover {
  color: #1373bc;
}
.products-filter__label {
  margin-top: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #24356C;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: none;
}
.products-filter__label:nth-child(-n+5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-filter__label input {
  display: none;
}
.products-filter__label b {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 8px;
  background-image: url("../images/catalog-check-1.svg");
  background-repeat: no-repeat;
}
.products-filter__label:first-child {
  margin-top: 0;
}
.products-filter__label input:checked + b {
  background-image: url("../images/catalog-check-2.svg");
}
.products-filter__item.open .products-filter__title {
  color: #0A7FDB;
  background: transparent !important;
}
.products-filter__item.open .products-filter__title::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.products-filter__item.open .products-filter__wrapper {
  display: block;
}

.why {
  padding-bottom: 120px;
}
.why-item {
  margin-top: 24px;
  width: calc(50% - 12px);
  padding: 39px;
  min-height: 340px;
  border-radius: 8px;
  border: 1px solid #C2C4CC;
}
.why-item__title {
  margin: 48px 0 24px;
  color: #24356C;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.why-item__text {
  color: #24356C;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.why-list {
  margin-top: -24px;
}

.card-box {
  width: 529px;
  max-width: 100%;
  margin-left: auto;
}
.card-top__text {
  opacity: 0.72;
  color: #24356C;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.card-top__year {
  white-space: nowrap;
  padding: 8px;
  border-radius: 4px;
  background: #EBEDF2;
  color: #24356C;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.card-title {
  color: #24356C;
}
.card-char__item {
  padding: 16px 0 8px;
  border-bottom: 1px solid rgba(194, 196, 204, 0.7);
}
.card-char__item-left {
  opacity: 0.72;
  color: #24356C;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.card-char__item-right {
  color: #24356C;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.card-char__item:last-child {
  padding-bottom: 0;
  border: none;
}
.card-gray {
  padding: 24px;
  border-radius: 8px;
  background: #F3F3F3;
}
.card-gray__btn {
  height: 38px;
  font-size: 16px;
  margin-top: 24px;
}
.card-gray__price {
  color: #1C2132;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.card-gray__list {
  color: #1C2132;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.card-left {
  left: 0;
  top: 0;
  width: 783px;
}
.card-img {
  width: 100%;
  border-radius: 8px;
  height: 432px;
  -o-object-fit: cover;
     object-fit: cover;
}

.spec {
  background: #131316;
}
.spec-block {
  width: calc(50% - 12px);
}
.spec-subtitle {
  text-indent: 100px;
}
.spec-white {
  padding: 40px;
  border-radius: 8px;
  background: #EBEDF2;
  min-height: 480px;
}
.spec-white__title {
  color: #1C2132;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.spec-white__subtitle {
  color: #1C2132;
  font-size: 20px;
  margin-top: auto;
  font-weight: 400;
  line-height: 24px;
}
.spec-item {
  border-radius: 8px;
  background: #262629;
  min-height: 480px;
  overflow: hidden;
  padding: 40px;
  position: relative;
}
.spec-item__img {
  height: 100%;
  top: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.spec-item__title {
  color: #B0B0B1;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.spec-item__subtitle {
  margin: 32px 0 12px;
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.spec-item__text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.spec-item__wrapper {
  width: 357px;
}

.spec-slider__flex {
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  left: 40px;
  bottom: 40px;
}
.spec-slider__numbers {
  margin-left: 8px;
  color: #B0B0B1;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.spec-slider__numbers b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 2px;
}
.spec-slider__numbers span {
  color: #0A7FDB;
}
.spec-slider__arrow {
  margin-right: 8px;
  width: 56px;
  height: 56px;
}
.spec-slider__arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/slider-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.spec-slider__arrow:hover::before {
  background-image: url("../images/slider-2.svg");
}
.spec-slider__prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.blue {
  background: #24356C;
}
.blue-subtitle {
  width: 491px;
  max-width: 100%;
}
.blue-img {
  width: 820px;
  max-width: 60%;
  right: 0;
  top: 0;
  min-height: 100%;
}
.blue-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.blue-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blue-btn {
  width: 208px;
  height: 44px;
}

.article-subtitle {
  margin: 0px 0 48px auto;
  width: 667px;
  max-width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.article-img {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 64px;
}
.article-date {
  color: #8A8A8A;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.14px;
}
.article-content {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  width: 1014px;
  max-width: 100%;
}
.article-content a {
  text-decoration: underline;
  color: #000;
}
.article-content ul {
  margin-bottom: 24px;
  list-style-type: disc !important;
  padding-left: 30px;
}
.article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  margin-bottom: 24px;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.article-content p {
  margin-bottom: 24px;
}
.article-content img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 48px;
}
.article-back {
  color: #0A7FDB;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 24px;
}
.article-back img {
  margin-right: 16px;
}

.other .subtitle {
  width: 807px;
  max-width: 100%;
}
.other-item {
  border-radius: 8px;
  border: 1px solid rgba(28, 33, 50, 0.2);
  min-height: 292px;
}
.other-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.other-item__img {
  width: calc(100% - 346px);
}
.other-item__img img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-item__img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.other-item__content {
  width: 346px;
  padding: 24px;
}
.other-item__title {
  color: #24356C;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  height: 84px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.other-item__text {
  margin-top: 16px;
  opacity: 0.8;
  color: #1C2132;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.other-item:hover .other-item__title {
  color: #0A7FDB;
}
.other-slider, .other-slider-portf {
  /* min-width: 1590px; */
  /* width: 1590px; */
  position: static;
}
.other .spec-slider__flex {
  top: -156px;
  bottom: auto;
  left: auto;
  right: 0;
}
.other .spec-slider__arrow::before {
  background-image: url("../images/slider-3.svg");
}
.other .spec-slider__arrow:hover::before {
  background-image: url("../images/slider-2.svg");
}
.other .spec-slider__numbers {
  color: #1C2132;
}
.other .spec-slider__numbers span {
  color: #24356C;
}

.next-arrow {
  right: 0;
  top: 12px;
  z-index: 3;
  color: #0A7FDB;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
.next-arrow img {
  margin-left: 8px;
}

.article-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article-block {
  margin-bottom: 48px;
  width: calc(50% - 8px);
}
.article-block small {
  margin: 16px 0 0 0;
  color: #B0B0B1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.14px;
}
.article-block img {
  margin: 0 !important;
}

.connection {
  background: #24356C;
  padding: 100px 0;
}
.connection-img {
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: calc(50% - 72px);
}
.connection-left {
  width: 553px;
}
.connection-right {
  width: 687px;
}
.connection .input input, .connection .input textarea {
  border-color: rgba(243, 243, 243, 0.5);
  color: #fff;
}
.connection .input input::-webkit-input-placeholder, .connection .input textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.connection .input input::-moz-placeholder, .connection .input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.connection .input input:-ms-input-placeholder, .connection .input textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.connection .input input::-ms-input-placeholder, .connection .input textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.connection .input input::placeholder, .connection .input textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.connection .modal-policy, .connection .modal-policy a {
  color: #6ABEFF;
}
.connection-list {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.connection-subtitle {
  width: 438px;
  margin: 24px 0 0 auto;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.dealers-top {
  margin: 0 0 64px;
}
.dealers-subtitle {
  color: #1C2132;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  width: 557px;
  max-width: 100%;
}
.dealers .search-form {
  width: 100%;
}
.dealers-city {
  width: 100%;
  padding: 16px 8px;
  color: #24356C;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  /* position: relative; */
}
.dealers-city:hover, .dealers-city.active {
  color: #0A7FDB;
}
.dealers-scroll {
  max-height: 540px;
  overflow-y: auto;
  margin-top: 32px;
}
.dealers-scroll::-webkit-scrollbar {
  width: 4px;
}
.dealers-scroll::-webkit-scrollbar-track {
  background: #F3F3F3;
  border-radius: 8px;
}
.dealers-scroll::-webkit-scrollbar-thumb {
  background: #0A7FDB;
  border-radius: 8px;
}
.dealers-left {
  width: 550px;
}
.dealers-right {
  width: calc(100% - 574px);
}
.dealers-iframe {
  height: 540px;
  border-radius: 8px;
  margin-top: 32px;
  overflow: hidden;
  display: none;
}
.dealers-iframe img, .dealers-iframe iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dealers-tabs {
  min-height: 48px;
}
.dealers-tab {
  color: #1C2132;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  border-bottom: 2px solid #F3F3F3;
  padding-bottom: 8px;
  padding-right: 8px;
  padding-left: 4px;
}
.dealers-tab:last-child {
  padding-right: 4px;
}
.dealers-tab img {
  margin-right: 4px;
}
.dealers-tab.active {
  border-bottom: 2px solid #0A7FDB;
}

.dealers-mobile {
  height: 36px;
  border-radius: 4px;
  background: #0A7FDB;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  padding: 0 8px;
  line-height: 18px;
}
.dealers-mobile img {
  margin-right: 8px;
}

.white-wrapper {
  padding-top: 0 !important;
}
.white-wrapper .header {
  background: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.white-wrapper .header.fixed {
  background: #131316;
}
.white-wrapper .header-nav ul li.menu-item-has-children a::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.white-wrapper .header-nav ul li a {
  color: #fff;
}
.white-wrapper .header-nav ul li a:hover {
  color: #0A7FDB;
  background: #fff;
}
.white-wrapper .header-nav ul li a:hover::after {
  -webkit-filter: none;
          filter: none;
}
.white-wrapper .header-catalog__current {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.white-wrapper .header-catalog__current b, .white-wrapper .header-search__icon, .white-wrapper .header-logo, .white-wrapper .header-burger {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.white-wrapper .header-catalog:hover .header-catalog__current {
  color: #0A7FDB;
  background: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.white-wrapper .header-catalog:hover .header-catalog__current b {
  -webkit-filter: none;
          filter: none;
}
.white-wrapper .header-catalog:hover .header-catalog__wrapper {
  border-radius: 0 4px 4px 4px;
}
.white-wrapper .header-city__current {
  color: #fff;
}
.white-wrapper .breadcrumbs li, .white-wrapper .breadcrumbs li a {
  color: #F3F3F3;
}
.white-wrapper .breadcrumbs li:last-child {
  color: rgba(243, 243, 243, 0.6);
}
.white-wrapper .header-nav ul li:hover > a {
  color: #0A7FDB;
}
.white-wrapper .header-nav ul li:hover > a::after {
  -webkit-filter: none;
          filter: none;
}

.page-top {
  position: relative;
  padding: 100px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-top__flex {
  min-height: 630px;
}
.page-top__img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: radial-gradient(194.83% 59.01% at 63.78% 50%, rgba(0, 0, 0, 0.3) 0%, rgba(3, 5, 15, 0.5) 45.09%, #050A1B 100%);
}
.page-top__title {
  margin-top: auto;
}
.page-top__wrapper {
  padding-left: 115px;
  width: 672px;
  max-width: 100%;
}
.page-top__subtitle {
  color: #F3F3F3;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
}
.page-top__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding-left: 32px;
  padding-right: 32px;
  height: 44px;
  margin-top: 24px;
}

.connection .modal-file {
  background-image: url("../images/file-2.svg");
}
.connection .modal-file span {
  color: #fff;
}
.connection .modal-file small {
  color: #6ABEFF;
}

.vacancies {
  background: #131316;
}
.vacancies-item {
  margin-top: 40px;
  border-radius: 8px;
  background: #262629;
}
.vacancies-item:first-child {
  margin-top: 0;
}
.vacancies-item__title {
  padding: 32px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vacancies-item__title::after {
  content: "";
  display: block;
  width: 56px;
  min-width: 56px;
  height: 56px;
  margin-left: 20px;
  background-image: url("../images/plus.svg");
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.vacancies-item__title.active::after {
  background-image: url("../images/minus.svg");
}
.vacancies-item__content {
  padding: 0 32px 48px;
  display: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.vacancies-item__content ul {
  padding: 0;
  margin: 0 0 48px;
  list-style-type: none;
}
.vacancies-item__content ul li {
  display: block;
  margin-top: 16px;
  position: relative;
  background-image: url("../images/li.svg");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 32px;
}
.vacancies-item__content ul li:first-child {
  margin-top: 0;
}
.vacancies-item__content h2, .vacancies-item__content h3, .vacancies-item__content h4, .vacancies-item__content h5, .vacancies-item__content h6 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.vacancies-item__bottom {
  text-align: right;
}
.vacancies-item__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 32px;
  height: 44px;
  width: auto;
}
.vacancies-big {
  width: 100%;
  min-height: 257px;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefits {
  overflow: hidden;
  background: #EBEDF2;
}
.benefits-title {
  width: 340px;
  max-width: 100%;
}
.benefits-title span {
  color: #0A7FDB;
}
.benefits-list {
  border-bottom: 1px solid #C2C4CC;
  border-right: 1px solid #C2C4CC;
}
.benefits-item {
  border-top: 1px solid #C2C4CC;
  border-left: 1px solid #C2C4CC;
  min-height: 100%;
  padding: 39px;
}
.benefits-item__number {
  color: #0A7FDB;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.64px;
}
.benefits-item__title {
  margin: 48px 0 24px;
  color: #24356C;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.benefits-item__text {
  color: #1C2132;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.benefits-block {
  width: 33.333%;
}
.benefits-block:nth-child(3) .benefits-item, .benefits-block:nth-child(3) .benefitsAbout-item, .benefits-block:nth-child(6) .benefits-item, .benefits-block:nth-child(6) .benefitsAbout-item, .benefits-block:nth-child(9) .benefits-item, .benefits-block:nth-child(9) .benefitsAbout-item {
  border-right: 1px solid #EBEDF2;
}

.bg-blue {
  background: #EBEDF2;
}

.vacanciesAbout {
  background: #EBEDF2;
}
.vacanciesAbout-item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 32px;
  padding: 20px 0 32px 36px;
  border-bottom: 1px solid #C2C4CC;
}
.vacanciesAbout-item__title {
  color: #24356C;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -4px;
}
.vacanciesAbout-item__title span {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}
.vacanciesAbout-item__text {
  width: 274px;
  color: #24356C;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.vacanciesAbout-item__icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  backdrop-filter: blur(2px);
}
.vacanciesAbout-item:first-child {
  margin-top: 0;
}
.vacanciesAbout-right {
  width: 553px;
}
.vacanciesAbout-left {
  width: 668px;
}
.vacanciesAbout-text {
  margin-top: 32px;
  width: 553px;
  max-width: 100%;
  color: #1C2132;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.vacanciesAbout-subtitle {
  text-indent: 120px;
}

.supportPartners {
  background: #EBEDF2;
}
.supportPartners-block {
  width: 25%;
  margin-top: 24px;
}
.supportPartners-list {
  margin-top: -24px;
}
.supportPartners-item {
  padding: 39px 15px;
  min-height: 100%;
  border-radius: 8px;
  border: 1px solid #C2C4CC;
}
.supportPartners-item__number {
  color: #0A7FDB;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}
.supportPartners-item__text {
  margin-top: 104px;
  color: #24356C;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.support {
  background: #131316;
}
.support-content {
  display: none;
}
.support-content:first-child {
  display: block;
}
.support-tab {
  padding: 0 8px 14px;
  border-bottom: 2px solid #F3F3F3;
  color: #F3F3F3;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.support-tab.active {
  border-color: #0A7FDB;
}
.support-block {
  width: 50%;
  margin-top: 24px;
}
.support-list {
  margin-top: -24px;
}
.support-item {
  padding: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.support-item b {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.support-item img {
  margin-right: 8px;
  width: 40px;
  min-width: 40px;
}
.support-item:hover {
  background: rgba(255, 255, 255, 0.12);
}

.pays {
  background: #EBEDF2;
}
.pays-item {
  padding: 16px 32px;
  border-bottom: 1px solid #C2C4CC;
  color: #1C2132;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.contact-link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.contact-link img {
  margin-left: 16px;
}
.contact-link:hover img {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}
.contact-item {
  margin-right: 92px;
}
.contact-item__title {
  color: #F3F3F3;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.contact-item__link {
  margin-top: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.contact-item__link:hover {
  color: #0A7FDB;
}
.contact-soc__item {
  margin-left: 10px;
}
.contact-soc__item:first-child {
  margin-left: 0;
}
.contact-soc__item:hover {
  opacity: 0.7;
}

.homePartners {
  background: #131316;
  padding-bottom: 228px;
}
.homePartners-video {
  width: 100%;
  height: 640px;
  overflow: hidden;
}
.homePartners-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homePartners-video span {
  left: 50%;
  top: 50%;
  width: 88px;
  height: 88px;
  background-image: url("../images/play.svg");
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.homePartners-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.homePartners-video:hover img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.homePartners-video:hover::before {
  opacity: 0.3;
}

.indent {
  text-indent: 120px;
}

.homePartners-subtitle {
  width: 1000px;
  max-width: 100%;
}
.homePartners-item {
  aspect-ratio: 1;
  border: 1px solid rgba(217, 217, 217, 0.6);
  border-right: none;
  padding: 40px;
}
.homePartners-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.homePartners-slider .swiper-slide {
  width: 240px;
  min-width: 240px;
}
.homePartners-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.homePartners-item.white img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.gallery-slider .swiper-pagination, .expertise-slider .swiper-pagination, .guarantee-slider .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
.gallery-slider .swiper-pagination-bullet, .expertise-slider .swiper-pagination-bullet, .guarantee-slider .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  opacity: 0.3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 2px;
}
.gallery-slider .swiper-pagination-bullet-active, .expertise-slider .swiper-pagination-bullet-active, .guarantee-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.gallery-slider .spec-slider__prev, .expertise-slider .spec-slider__prev {
  position: absolute;
  left: 40px;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gallery-slider .spec-slider__next, .expertise-slider .spec-slider__next {
  position: absolute;
  right: 40px;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gallery-subtitle {
  width: 1000px;
  max-width: 100%;
}

.benefitsAbout-item {
  padding: 40px;
  border-top: 1px solid #C2C4CC;
  border-left: 1px solid #C2C4CC;
  min-height: 100%;
}
.benefitsAbout-item__text {
  margin-top: 72px;
  color: #24356C;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.supportPartners-block {
  width: 50%;
  margin-top: 24px;
}
.supportPartners-list {
  margin-top: -24px;
}
.supportPartners-item {
  padding: 31px;
  border-radius: 8px;
  border: 1px solid #C2C4CC;
  min-height: 100%;
}
.supportPartners-item__title {
  color: #24356C;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}
.supportPartners-item__text {
  margin-top: 48px;
  color: #24356C;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.dark-bg {
  background: #131316;
}

.gray-bg {
  background: #EBEDF2;
}

.aboutMission-img {
  width: 100%;
  min-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutMission-subtitle {
  margin: 64px 0 48px;
}
.aboutMission-text {
  margin-left: 115px;
  width: 784px;
  max-width: 100%;
  color: #F3F3F3;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.about-text__block {
  width: 50%;
}
.about-text__item {
  padding-left: 115px;
  color: #1C2132;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.about-text__item span {
  color: #0A7FDB;
}
.about-block {
  width: 25%;
  margin-top: 24px;
}
.about-list {
  padding-top: 72px;
}
.about-item {
  border-radius: 8px;
  border: 1px solid rgba(36, 53, 108, 0.4);
  padding: 31px 23px 23px;
  height: 272px;
}
.about-item__title {
  padding-left: 16px;
  color: #24356C;
  font-size: 72px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -3.6px;
  white-space: nowrap;
}
.about-item__title span {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}
.about-item__text {
  color: #24356C;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.about-item__icon {
  left: 12px;
  top: 12px;
  z-index: 3;
  backdrop-filter: blur(2px);
}

.cards {
  width: 668px;
  max-width: 100%;
}

.card {
  margin-top: 32px;
  padding: 39px 23px;
  min-height: 296px;
  border-radius: 8px;
  border: 1px solid #C2C4CC;
  background: #EBEDF2;
}
.card span {
  width: 437px;
  max-width: 100%;
}
.card-bold {
  color: #24356C;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.card-text {
  margin-top: 24px;
  color: #1C2132;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.card-number {
  margin-top: auto;
  text-align: right;
  color: #0A7FDB;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.64px;
}

.cards-section__wrapper {
  min-height: 100vh;
}

.production .subtitle {
  width: 100% !important;
}
.production-text {
  width: 781px;
  max-width: 100%;
  margin-left: 115px;
  color: #1C2132;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 64px;
}
.production-item {
  border-radius: 16px;
  border: 1px solid #C2C4CC;
  min-height: 100%;
}
.production-item__link {
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.production-item__text {
  padding: 24px 24px 48px;
  color: #1C2132;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.production-item__img {
  height: 340px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.production-item:hover .production-item__text {
  color: #0A7FDB;
}
.production .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.production .swiper-slide {
  width: 437px !important;
  height: auto !important;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  padding-left: 3px;
}
.production .swiper-slide.swiper-slide-active {
  width: 553px !important;
}
.production .spec-slider__flex {
  top: -100px;
}

.proccess-img {
  width: 100%;
  min-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}
.proccess-text {
  width: 784px;
  margin-left: 115px;
  color: #F3F3F3;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.expertise-item__img {
  width: 100%;
  border-radius: 8px;
}
.expertise-item__number {
  position: absolute;
  width: 668px;
  left: 0;
  max-width: 100%;
  bottom: -48px;
  z-index: 3;
  color: #fff;
  font-size: 128px;
  font-weight: 400;
  line-height: 128px;
  letter-spacing: -1.28px;
  text-align: center;
}
.expertise-item__title {
  margin: 96px 0 32px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.expertise-item__text {
  color: #F3F3F3;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.expertise-item__info {
  z-index: 2;
  top: 0;
  right: 40px;
  padding: 16px;
  background: #fff;
  color: #1C2132;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  position: absolute;
}
.expertise-item__info p {
  color: #0A7FDB;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -4px;
}

.expertise .swiper-pagination, .expertise .spec-slider__arrow {
  display: none;
}

.network-list {
  padding-left: 115px;
  margin-top: 52px;
}
.network-text {
  width: 668px;
  max-width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.network-item {
  margin-top: 36px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.network-item span {
  color: rgba(243, 243, 243, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.network-item:first-child {
  margin-top: 0;
}

.logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #C2C4CC;
  border-right: 1px solid #C2C4CC;
}
.logos-item {
  aspect-ratio: 1;
  border: 1px solid #C2C4CC;
  border-right: none;
  border-top: none;
  padding: 39px;
}
.logos-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.logos-item:first-child {
  grid-row: span 2;
  grid-column: span 2;
}

.technologies-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 175px;
  margin-bottom: 48px;
}
.technologies-bold {
  width: 50%;
  color: #1C2132;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.technologies-text {
  width: 50%;
  color: #1C2132;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.proccessSection .to-stay-card {
  width: calc(50% - 12px);
}
.proccessSection .cards {
  width: calc(50% - 12px);
}
.proccessSection .homePartners-video {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 48px;
  height: 430px;
}

.production-text.white {
  color: #F3F3F3;
  margin-bottom: 96px;
}

.technologies-steps {
  margin-left: -8px;
  margin-right: -8px;
}
.technologies-steps__block {
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
}
.technologies-steps__item {
  padding: 24px;
  background: #24356C;
  border-radius: 8px;
  min-height: 100%;
}
.technologies-steps__item-number {
  color: #0A7FDB;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.64px;
}
.technologies-steps__item-title {
  margin: 160px 0 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.technologies-steps__item-text {
  opacity: 0.64;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.guarantee .swiper-pagination {
  display: none;
}
.guarantee-item__img {
  width: 50%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
.guarantee-item__content {
  width: 50%;
  padding-left: 50px;
}
.guarantee-item__text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 12px;
  opacity: 0.64;
}
.guarantee-item__title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.guarantee .spec-slider__flex {
  margin: 0;
  top: calc(100% + 34px);
  right: 0;
  left: auto;
  height: 56px;
}
.guarantee-title {
  width: 1160px;
  max-width: 100%;
}

.main {
  padding-top: 182px;
}

.homePartners.gray-bg .homePartners-item {
  border-color: rgba(36, 53, 108, 0.2) !important;
}

.homeAbout-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 175px;
}
.homeAbout-item {
  padding-top: 24px;
  padding-left: 41px;
  position: relative;
}
.homeAbout-item__icon {
  top: 4px;
  left: 0;
  width: 64px;
}
.homeAbout-item__title {
  color: #24356C;
  font-size: 94px;
  font-weight: 500;
  line-height: 94px;
}
.homeAbout-item__text {
  margin-top: 24px;
  color: #24356C;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.homeAbout-item:last-child {
  display: none;
}

.works {
  padding: 96px 0 275px;
}
.works-text {
  width: 553px;
  max-width: 100%;
  margin-left: 115px;
  color: #F3F3F3;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
}
.works-subtitle {
  width: 800px;
  max-width: 100%;
}
.works-img {
  width: 1157px;
  top: -100px;
  left: calc(50% - 100px);
}
.works-bottom {
  margin-top: 150px;
  width: 780px;
  max-width: 100%;
  margin-left: auto;
}
.works-bottom__text {
  margin: 40px 0 24px;
}
.works-bottom__wrapper {
  padding-left: 115px;
}
.works-bottom__img {
  width: 1157px;
  bottom: -200px;
  right: calc(50% + 100px);
}
.works-list {
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works-list:first-child {
  margin-top: 350px;
}
.works-block {
  width: 50%;
}
.works-item {
  padding: 40px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(186, 186, 186, 0.2);
}
.works-item:last-child {
  padding-bottom: 0;
  border: none;
}
.works-item__left {
  width: calc(50% - 12px);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.works-item__right {
  width: calc(50% - 12px);
  color: #F3F3F3;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.flip-block .works-block:last-child {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.chat-fixed {
  right: 24px;
  bottom: 24px;
  z-index: 18;
  position: fixed;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.chat-fixed:hover {
  opacity: 0.7;
}

.white-wrapper .header-catalog__wrapper, .white-wrapper .header-nav ul li ul {
  background: #fff;
}
.white-wrapper .header-nav ul li:hover a {
  background: #fff !important;
}
.white-wrapper .header-nav ul li ul a {
  background: transparent !important;
}
.white-wrapper .header-city.open .header-city__current, .white-wrapper .header-city__item {
  background: #fff;
}

.partners-slider {
  position: static;
  overflow: visible;
  width: 1200px;
  max-width: 100%;
  margin: 0;
}
.partners-slider .spec-slider__flex {
  top: 0;
  right: 0;
  position: absolute;
  left: auto;
  margin: 0;
  bottom: auto;
}
.partners-slider__wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 120px;
  margin-top: -56px;
}
.partners-slider__box {
  border-radius: 8px;
}
.partners-slider__item {
  height: 254px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 32px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}
.partners-slider__item span {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  width: 100%;
}
.partners-slider__item img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partners-slider__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26.77%, rgba(0, 0, 0, 0)), color-stop(56.39%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.72)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.77%, rgba(0, 0, 0, 0.35) 56.39%, rgba(0, 0, 0, 0.72) 100%);
}
.partners-slider__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #000;
  opacity: 0.5;
}
.partners-slider .swiper-slide {
  position: static;
}

.swiper-slide-active .partners-slider__item::after {
  opacity: 0;
}
.swiper-slide-active .partners-slider__item {
  z-index: 3;
}

.card.active .homePartners-video {
  opacity: 1;
  pointer-events: auto;
}

.card .homePartners-video {
  display: none;
}

.card-next {
  left: 32px;
  bottom: 16px;
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.card-next:hover {
  opacity: 0.7;
}
.card-thumb {
  height: 432px !important;
  width: 126px;
  margin-right: 12px;
  min-width: 126px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.card-thumb__item {
  height: 86px;
  width: 100%;
  padding: 2px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.card-thumb__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.card-thumb .swiper-slide {
  height: 80px !important;
}
.card-slider__item {
  height: 432px;
  width: 100%;
  position: relative;
}
.card-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide-thumb-active .card-thumb__item {
  border-color: #0A7FDB;
}

.dealers-block {
  margin-bottom: 16px;
  padding: 7px 39px 23px;
  border-radius: 8px;
  border: 1px solid #C2C4CC;
}
.dealers-block:last-child {
  margin-bottom: 32px;
}
.dealers-block__title, .ymaps-2-1-79-balloon-content__header {
  color: #24356C;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 16px;
  
}
.dealers-block__item {
  color: rgba(28, 33, 50, 0.64);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
}
.dealers-block__item img {
  margin-right: 12px;
}
.dealers-block__item a {
  text-decoration: none;
  color: rgba(28, 33, 50, 0.64);
}
.dealers-block__item a:hover {
  text-decoration: underline;
}

.dealers-blocks {
  
  margin-top: 32px;
  position: relative;
}
.dealers-blocks::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10.96%, rgba(255, 255, 255, 0.16)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 10.96%, #FFF 100%);
  z-index: 3;
  height: 73px;
}
.dealers-blocks__wrapper {
  max-height: 540px;
  position: relative;
  overflow-y: auto;
  padding-right: 2px;
}
.dealers-blocks__wrapper::-webkit-scrollbar {
  width: 4px;
}
.dealers-blocks__wrapper::-webkit-scrollbar-track {
  background: #F3F3F3;
  border-radius: 8px;
}
.dealers-blocks__wrapper::-webkit-scrollbar-thumb {
  background: #0A7FDB;
  border-radius: 8px;
}

.videoBlocks {
  position: relative;
  height: 430px;
}
.videoBlocks .homePartners-video {
  width: 100%;
  height: 100%;
}

.videoBlocks-item {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.videoBlocks-item.active {
  opacity: 1;
  pointer-events: auto;
}

.pBlock .spec-slider__flex {
  top: auto;
  margin: 0;
  bottom: 40px;
  right: auto;
  left: calc(50% + 480px);
  z-index: 4;
}
.pBlock-item {
  color: #fff;
}
.pBlock-item__number {
  position: absolute;
  height: 100%;
  top: 0;
  right: calc(100% + 115px);
  width: calc(50vw - 103px);
  color: #fff;
  font-size: 210px;
  font-weight: 351;
  letter-spacing: -2.1px;
}
.pBlock-item__number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #131316;
  opacity: 0.56;
}
.pBlock-item__number img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.56;
  -o-object-fit: cover;
     object-fit: cover;
}
.pBlock-item__content {
  margin-right: 110px;
  margin-left: auto;
  width: 560px;
  max-width: 100%;
  padding-top: 14px;
  min-height: 480px;
}
.pBlock-item__top {
  opacity: 0.64;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.pBlock-item__title {
  margin: 123px 0 12px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.pBlock-item__text {
  padding-left: 60px;
  opacity: 0.64;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.expertise-item__number {
  opacity: 0;
}

.expertise-thumb {
  width: 400px;
  overflow: visible;
  margin: 0;
}

.expertise-thumb__wrapper {
  position: absolute;
  top: 480px;
  overflow: hidden;
  left: 200px;
  width: calc(100% - 200px);
  z-index: 3;
}
.expertise-thumb__wrapper .expertise-item__number {
  position: static;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
  cursor: pointer;
  text-align: left;
}
.expertise-thumb__wrapper .swiper-slide-active .expertise-item__number {
  opacity: 1;
}

.pBlock-item__number {
  right: calc(100% + 82px);
  width: calc(50vw - 74px);
}

.works-start {
  position: absolute;
  top: -600px;
  bottom: -50px;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}

.homeAbout-imagesSlider img {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.swiper-slide .homeAbout-item {
  width: auto;
  margin: 0 auto;
}

@media (min-width: 1201px) {
  .cards {
    display: grid;
  }
  .cards > * {
    grid-area: 1/1/2/2;
  }
  .supportPartners-block.w50 {
    width: 25%;
  }
  .homeAbout-item__title {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  /*.hero-container {
    width: 1080px;
    position: fixed;
    display: block;
    top: 50%;
    right: 0;
    pointer-events: none;
    z-index: 16;
    opacity: 0;
    /*-webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	*/
	/*-webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-all 0.5s linear;
    transition: -webkit-all 0.3s linear;
    transition: all 0.5s linear;
    transition: all 0.5s linear, -webkit-all 0.5s linear;
	
	
  }*/
  .hero-container {
    width: 1080px;
    position: fixed;
    display: block;
    top: 50%;
    right: 0;
    pointer-events: none;
    z-index: 16;
    opacity: 0;
    transform: translateY(-50%) translateX(0); /* Добавляем начальное X-положение */
    /* УДАЛЯЕМ ВСЕ transition - они будут управляться GSAP */
}
  .hero-container.small {
    -webkit-transform: translateY(-50%) scale(0.5);
        -ms-transform: translateY(-50%) scale(0.5);
            transform: translateY(-50%) scale(0.5);
  }
  .hero-container img {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .works {
    min-height: 400vh;
  }
  .works-img, .works-block__img, .works-bottom__img {
    opacity: 0;
  }
  .works-section {
    height: 100vh;
  }
  .homeAbout-list {
    display: none !important;
  }
  .works-section.h-auto {
    height: 50vh;
  }
}
@media (min-width: 993px) {
  .homeAbout-item:last-child {
    display: block !important;
    width: 100% !important;
  }
  .connection-flip .connection-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .connection-flip .connection-img {
    left: auto;
    right: 0;
  }
  .partners-slider .swiper-slide-active .partners-slider__item {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .partners-slider .swiper-slide-active + .swiper-slide {
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  .partners-slider .swiper-slide-active + .swiper-slide + .swiper-slide {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  .homeAbout.active-two .homeAbout-images {
    -webkit-transform: translateX(-33.333%);
        -ms-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
  .homeAbout.active-three .homeAbout-images {
    -webkit-transform: translateX(-66.666%);
        -ms-transform: translateX(-66.666%);
            transform: translateX(-66.666%);
  }
  .homeAbout-images {
    width: 300%;
    min-width: 300%;
  }
}
@media (max-width: 1400px) {
  .container {
    width: 1160px;
  }
  .partners-slider__item {
    -webkit-transform: scale(1.05, 0.9) translateX(-50px);
        -ms-transform: scale(1.05, 0.9) translateX(-50px);
            transform: scale(1.05, 0.9) translateX(-50px);
  }
  .catalog-item__title {
    font-size: 20px;
    line-height: 130%;
  }
  .footer-block__link {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
  }
  .footer-nav ul li a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
  .footer-link {
    font-size: 16px;
    line-height: 18px;
  }
  .footer-nav ul li {
    width: 90px;
    min-width: 90px;
  }
  .footer-nav ul {
    max-height: 210px;
  }
  .header-nav ul li a, .header-catalog__current, header nav ul li.item-166 {
    padding: 0 8px;
  }
  .header-search__icon {
    margin: 0 auto;
  }
  .modal-city {
    right: calc(50% + 380px);
  }
  .examples-item__img {
    /* height: 260px; */
  }
  .products-left {
    width: 280px;
  }
  .products-right {
    width: calc(100% - 304px);
  }
  .faq-item__text {
    width: calc(100% - 120px);
  }
  .why-item {
    min-height: 364px;
  }
  .card-box {
    width: calc(50% - 12px);
  }
  .card-left {
    width: calc(50% - 12px);
  }
  .card-img {
    height: 380px;
  }
  .spec-item__img {
    -webkit-transform: translateX(40%);
        -ms-transform: translateX(40%);
            transform: translateX(40%);
  }
  .connection-left {
    width: calc(100% - 640px);
  }
  .connection-right {
    width: 600px;
  }
  .connection-img {
    width: calc(50% - 59px);
  }
  .dealers-left {
    width: 400px;
  }
  .dealers-right {
    width: calc(100% - 424px);
  }
  .vacanciesAbout-left {
    width: calc(100% - 574px);
  }
  .vacanciesAbout-right {
    width: 550px;
  }
  .supportPartners-item__text {
    font-size: 18px;
    line-height: 22px;
    margin-top: 60px;
  }
  .supportPartners-item__number {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.32px;
  }
  .contact-item {
    margin-right: 32px;
  }
  .benefitsAbout-item {
    padding: 15px;
  }
  .supportPartners-item {
    padding: 23px;
  }
  .about-block {
    width: 50%;
  }
  .card-slider__item {
    height: 300px;
  }
  .card-thumb {
    height: 300px !important;
  }
  .pBlock .spec-slider__flex {
    left: calc(50% + 380px);
  }
  .expertise-thumb__wrapper {
    top: 400px;
  }
  .expertise-thumb {
    width: 500px;
  }
  .pBlock-item__number {
    right: calc(100% + 78px);
    width: calc(50vw - 57px);
  }
  .pBlock-item__content {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 960px;
  }
.examples-block {
  margin-top: 24px;
  width: 50%;
  min-width: 50%;
}  
  .card-slider__item {
    height: 250px;
  }
  .card-thumb {
    height: 250px !important;
  }
  .benefits-item {
    padding: 15px;
  }
  .card-img {
    height: 360px;
  }
  .why-item {
    min-height: 100%;
  }
  .products-block {
    width: 50%;
  }
  .examples-item__img {
    /* height: 220px; */
  }
  .search-form {
    width: 100%;
  }
  .footer-nav ul li {
    width: 75px;
    min-width: 75px;
    margin-right: 8px;
  }
  .header-btn {
    display: none;
  }
  .header-nav ul li a, .header-catalog__current {
    padding: 0 10px;
  }
  .header-search {
    width: calc(100% - 220px);
  }
  .modal-city {
    right: calc(50% + 280px);
  }
  .blue-img {
    max-width: 50%;
  }
  .article-content {
    width: 100%;
  }
  .other .subtitle {
    width: 750px;
  }
  .connection-list {
    display: block;
  }
  .connection-left {
    width: 100%;
  }
  .connection-right {
    width: 100%;
    margin-top: 32px;
  }
  .connection {
    padding: 0 0 48px;
  }
  .connection-subtitle {
    padding-left: 24px;
    width: 100%;
    margin: 24px 0 0 0;
    font-size: 16px;
    line-height: 18px;
  }
  .connection-img {
    width: 100%;
    height: 250px;
    position: static;
    margin-bottom: 24px;
  }
  .vacanciesAbout-left {
    width: 100%;
  }
  .vacanciesAbout-right {
    width: 100%;
    margin-top: 32px;
  }
  .contact-list {
    display: block;
  }
  .contact-right {
    margin-top: 40px;
    padding-left: 115px;
  }
  .contact-soc {
    position: absolute;
    right: 0;
    top: -34px;
  }
  .contact-item {
    margin-left: 0;
    margin-right: 24px;
  }
  .about-text__item {
    padding-left: 0;
  }
  .cards-section {
    display: block;
  }
  .cards {
    display: block;
    width: 100%;
    padding-top: 8px;
  }
  .card {
    margin-top: 16px;
    padding: 15px;
    min-height: 100px;
  }
  .card-bold {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 22px;
  }
  .card-text {
    margin: 24px 0;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 16px;
  }
  .card-number {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.32px;
  }
  .production-text {
    width: 600px;
  }
  .network-list {
    padding-left: 0;
  }
  .network-text {
    width: 570px;
  }
  .proccessSection .to-stay-card {
    width: 100%;
  }
  .proccessSection .cards {
    width: 100%;
  }
  .guarantee .spec-slider__flex {
    position: static;
    margin-top: 24px;
  }
  .guarantee-item__content {
    padding-left: 24px;
  }
  .homeAbout-item__title {
    font-size: 64px;
    line-height: 64px;
  }
  .works-img {
    left: 55%;
    width: 800px;
    top: 0;
  }
  .works-bottom {
    width: 550px;
  }
  .works-bottom__img {
    right: 50%;
    width: 800px;
    bottom: 0;
  }
  .dealers-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pBlock .spec-slider__numbers {
    display: none;
  }
  .pBlock .spec-slider__arrow {
    margin: 0 6px;
  }
  .pBlock .spec-slider__flex {
    left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    bottom: 48px;
  }
  .pBlock-item__text {
    margin: 16px 0 24px;
    width: 285px;
    max-width: 100%;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
  }
  .pBlock-item__title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    margin: 0;
  }
  .pBlock-item__content {
    position: relative;
    width: 100%;
    padding: 0 0 112px 0;
    min-height: 100px;
  }
  .pBlock-item__top {
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
  }
  .pBlock-item__number {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: 200px;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.56px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .expertise-thumb__wrapper {
    top: 320px;
  }
  .expertise-thumb {
    width: 400px;
  }
  .hero-container {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .container {
    width: 730px;
  }
  .footer-left {
  width: 100%;
  text-align: center;
}
.examples-block {
  margin-top: 24px;
  width: 50%;
  min-width: 50%;
}
  .contact-right {
    padding-left: 24px;
  }
  .contact-item__title {
    font-size: 18px;
    line-height: 22px;
  }
  .contact-item__link {
    margin-top: 8px;
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
  }
  .mt-mobile-64 {
    margin-top: 64px;
  }
  .mt-mobile-48 {
    margin-top: 48px;
  }
  .mt-mobile-40 {
    margin-top: 40px;
  }
  .mt-mobile-32 {
    margin-top: 32px;
  }
  .mt-mobile-24 {
    margin-top: 24px;
  }
  .mt-mobile-16 {
    margin-top: 16px;
  }
  .mt-mobile-8 {
    margin-top: 8px;
  }
  .mb-mobile-64 {
    margin-bottom: 64px;
  }
  .mb-mobile-48 {
    margin-bottom: 48px;
  }
  .mb-mobile-40 {
    margin-bottom: 40px;
  }
  .mb-mobile-32 {
    margin-bottom: 32px;
  }
  .mb-mobile-24 {
    margin-bottom: 24px;
  }
  .mb-mobile-16 {
    margin-bottom: 16px;
  }
  .mb-mobile-8 {
    margin-bottom: 8px;
  }
  .pt-mobile-64 {
    padding-top: 64px;
  }
  .pt-mobile-48 {
    padding-top: 48px;
  }
  .pt-mobile-40 {
    padding-top: 40px;
  }
  .pt-mobile-32 {
    padding-top: 32px;
  }
  .pt-mobile-24 {
    padding-top: 24px;
  }
  .pt-mobile-16 {
    padding-top: 16px;
  }
  .pt-mobile-8 {
    padding-top: 8px;
  }
  .pb-mobile-64 {
    padding-bottom: 64px;
  }
  .pb-mobile-48 {
    padding-bottom: 48px;
  }
  .pb-mobile-40 {
    padding-bottom: 40px;
  }
  .pb-mobile-32 {
    padding-bottom: 32px;
  }
  .pb-mobile-24 {
    padding-bottom: 24px;
  }
  .pb-mobile-16 {
    padding-bottom: 16px;
  }
  .pb-mobile-8 {
    padding-bottom: 8px;
  }
  .mt-mobile-80 {
    margin-top: 80px;
  }
  .mb-mobile-80 {
    margin-bottom: 80px;
  }
  .pt-mobile-80 {
    padding-top: 80px;
  }
  .pb-mobile-80 {
    padding-bottom: 80px;
  }
  .pt-mobile-160 {
    padding-top: 160px;
  }
  .pb-mobile-160 {
    padding-bottom: 160px;
  }
  .mt-mobile-160 {
    margin-top: 160px;
  }
  .mb-mobile-160 {
    margin-bottom: 160px;
  }
  .pt-mobile-96 {
    padding-top: 96px;
  }
  .pb-mobile-96 {
    padding-bottom: 96px;
  }
  .mt-mobile-96 {
    margin-top: 96px;
  }
  .mb-mobile-96 {
    margin-bottom: 96px;
  }
  .mt-mobile-56 {
    margin-top: 56px;
  }
  .mb-mobile-56 {
    margin-bottom: 56px;
  }
  .pt-mobile-56 {
    padding-top: 56px;
  }
  .pb-mobile-56 {
    padding-bottom: 56px;
  }
  .h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.32px;
  }
  .h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.24px;
  }
  .h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .mobile-h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .mobile-h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.24px;
  }
  .mobile-h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.32px;
  }
  .breadcrumbs {
    display: none;
  }
  .page-wrapper {
    padding-top: 90px;
  }
  .search-list {
    margin: -8px -4px 0;
  }
  .search-block {
    width: 50%;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 8px;
  }
  .modal-container {
    width: 400px;
    padding: 24px 16px;
  }
  .modal-policy {
    font-size: 12px;
    line-height: 14px;
  }
  .input.w-50 {
    width: 100%;
  }
  .input input {
    height: 40px;
    font-size: 16px;
  }
  .modal-title {
    width: 220px;
  }
  .modal-subtitle {
    margin: 16px 0 24px;
    font-size: 18px;
    line-height: 22px;
  }
  .modal-file span {
    font-size: 16px;
    line-height: 18px;
  }
  .modal-file small {
    font-size: 12px;
    line-height: 14px;
  }
  .footer-soc {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
}
  .modal-close {
    width: 40px;
    right: 16px;
    top: 16px;
  }
  .modal-close img {
    width: 100%;
  }
  .success-text {
    font-size: 18px;
    line-height: 22px;
  }
  .success-title {
    width: 100%;
  }
  .search-blue {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
    margin-bottom: 24px;
  }
  .footer {
    padding-top: 24px;
  }
  .footer-list {
    padding-top: 40px;
    position: relative;
    display: block;
  }
  .footer-bottom {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.12px;
  }
  .footer-policy {
    margin: 8px 0 0 0;
  }
  .footer-text {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
    margin-bottom: 16px;
  }
  .footer-nav ul {
    display: block;
    max-height: none;
  }
  .footer-blocks {
    display: block;
  }
  .footer-block {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .bottom-menus {
      display : flex;
  }
  .footer-right {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 3;
    text-align: center;
  }
  .footer-bottom {
    margin-top: 40px;
    text-align: center;
  }
  .footer-nav ul li {
    min-width: 100%;
    width: 100%;
    margin: 0 0 8px 0;
  }
  .footer-nav ul li:last-child {
    margin-bottom: 16px;
  }
  .footer-mobile__hide {
    display: none;
  }
  .header {
    padding: 10px 0;
  }
  .header-city__current {
    display: none;
  }
  .header-catalog, .header-nav {
    display: none;
  }
  .header-search__icon {
    width: 40px;
    height: 40px;
    background-image: url("../images/search.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
  }
  .header-logo {
    margin: 0 auto;
    width: 161px;
  }
  .header-burger {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../images/burger.svg");
  }
  .header-burger.active {
    background-image: url("../images/burger-close.svg");
  }
  .header {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header .header-logo, .header .header-burger, .header .header-search__icon {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header.mobile-active {
    background: #031337;
  }
  .header.mobile-active .header-logo, .header.mobile-active .header-burger, .header.mobile-active .header-search__icon {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .header-city__item {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
    background: #fff;
    max-height: 100%;
    border-radius: 0;
    padding: 10px 0;
  }
  .header-city__item-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-city__item-container {
    width: 730px;
    max-width: 100%;
    margin: 0 auto;
  }
  .header-city__item-search input {
    padding-left: 41px;
    height: 48px;
    font-size: 14px;
    border-radius: 4px;
  }
  .header-city__item-title {
    font-size: 16px;
  }
  .header-city__item-link {
    font-size: 14px;
  }
  .header-city__item-search {
    margin: 0 0 24px 0;
    width: 100%;
    max-width: 100%;
  }
  .header-city__item-search::after {
    width: 24px;
    height: 24px;
    left: 8px;
    top: calc(50% - 12px);
    background-size: 24px;
  }
  .header-search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    border-radius: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 40;
    padding: 10px 0;
  }
  .header-search__input {
    height: 48px;
    font-size: 14px;
    margin-bottom: 24px;
  }
  .header-search__link {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .header-search__all {
    margin-top: 40px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .header-search__wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    position: static;
    padding: 0;
    border: none;
    background: transparent;
  }
  .header-search__wrapper.open {
    display: block;
  }
  .header-search__btn, .header-search__close {
    display: none;
  }
  .modal-city {
    width: 730px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    top: 50px;
    background: #fff;
    border: none;
    z-index: 33;
    text-align: center;
  }
  .modal-city__title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 22px;
  }
  .modal-city__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal-city__btn {
    margin-right: 8px;
  }
  .modal-city__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 32;
    background: #1C2132;
    opacity: 0.6;
    /* display: block; */
  }
  .examples-block {
    width: 50%;
  }
  .examples-item {
    border-radius: 8px;
  }
  .examples-item__img {
    /* height: 200px; */
  }
  .examples-item__title {
    display: block;
    overflow: visible;
    height: auto;
    font-size: 16px;
    line-height: 18px;
  }
  .examples-item__text {
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
    height: 48px;
  }
  .examples-item__wrapper {
    padding: 8px 8px 10px;
  }
  .blog-item__date {
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
  }
  .examples-item.blog-item .examples-item__img {
    height: 160px;
  }
  .products-block {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 8px;
  }
  .products-blocks {
    margin-top: -8px;
    margin-left: -4px;
    margin-right: -4px;
  }
  .products-left {
    width: 100%;
  }
  .products-right {
    width: 100%;
    margin-top: 32px;
  }
  .title {
    font-size: 14px;
    line-height: 16px;
  }
  .subtitle {
    font-size: 32px;
    line-height: 32px;
  }
  .faq-item__text {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
  }
  .faq-item__title {
    font-size: 18px;
    line-height: 22px;
  }
  .faq-item__title::after {
    width: 48px;
    min-width: 48px;
    height: 48px;
    background-size: 28px;
  }
  .products-count {
    font-size: 16px;
    line-height: 18px;
  }
  .products-filter__mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .products-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .products-sort {
    display: none;
  }
  .products-top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mt-mobile-20 {
    margin-top: 20px;
  }
  .mb-mobile-20 {
    margin-bottom: 20px;
  }
  .pt-mobile-20 {
    padding-top: 20px;
  }
  .pb-mobile-20 {
    padding-bottom: 20px;
  }
  .products-top {
    position: relative;
    padding-bottom: 45px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products-cat {
    height: 30px;
    padding: 0 6px;
    font-size: 14px;
  }
  .products-clear {
    height: 30px;
    padding: 0 6px;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .products-right {
    margin-top: 0;
  }
  .products-filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
    background: #fff;
    z-index: 31;
    padding: 16px 0;
    overflow-y: auto;
    display: none;
  }
  .products-filter::-webkit-scrollbar {
    display: none;
  }
  .products-filter__close {
    position: absolute;
    z-index: 3;
    right: 12px;
    top: 12px;
    display: block;
  }
  .products-filter__close img {
    width: 30px;
  }
  .products-filter__bold {
    display: block;
    color: #24356C;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 32px;
    margin-left: 16px;
  }
  .why-item {
    margin-top: 8px;
    width: calc(50% - 4px);
    padding: 15px 7px;
    border-radius: 0;
  }
  .why-item__title {
    font-size: 16px;
    line-height: 18px;
    margin: 24px 0;
  }
  .why-item__text {
    font-size: 14px;
    line-height: 16px;
    word-wrap: break-word;
  }
  .why-item__icon {
    width: 48px;
  }
  .card-left {
    position: static;
    width: 100%;
    margin-top: 16px;
  }
  .card-box {
    width: 100%;
  }
  .card-img {
    height: auto;
  }
  .card-gray {
    padding: 16px 8px;
  }
  .card-gray__price {
    font-size: 20px;
    line-height: 24px;
  }
  .card-gray__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-gray__btn {
    width: 161px;
    min-width: 161px;
    margin: 0 0 0 24px;
  }
  .card-gray__list {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
  }
  .card-gray__list img {
    margin: 8px 0 0;
  }
  .card-top__text {
    font-size: 14px;
    line-height: 16px;
  }
  .card-top__year {
    font-size: 14px;
  }
  .card-char__item-right, .card-char__item-left {
    font-size: 16px;
    line-height: 18px;
  }
  .spec-subtitle {
    text-indent: 0;
  }
  .spec-block {
    width: 100%;
  }
  .spec-block:last-child {
    margin-top: 8px;
  }
  .spec-white {
    padding: 24px 16px;
    min-height: 288px;
  }
  .spec-white__title {
    font-size: 18px;
    line-height: 22px;
  }
  .spec-white__subtitle {
    font-size: 14px;
    line-height: 16px;
  }
  .spec-item {
    min-height: 288px;
    padding: 24px 16px;
  }
  .spec-item__title {
    font-size: 14px;
    line-height: 16px;
  }
  .spec-item__subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .spec-item__text {
    font-size: 14px;
    line-height: 16px;
  }
  .spec-item__wrapper {
    width: 210px;
  }
  .spec-item__img {
    right: -200px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .spec-slider__flex {
    bottom: 24px;
    left: 16px;
  }
  .spec-slider__arrow {
    width: 40px;
    height: 40px;
    margin-right: 4px;
  }
  .spec-slider__arrow::before {
    background-size: 40px;
  }
  .spec-slider__numbers {
    display: none;
  }
  .blue-btn {
    width: 100%;
  }
  .blue-img {
    max-width: 100%;
    position: relative;
    right: auto;
    top: auto;
    min-height: 250px;
    height: 250px;
    margin-bottom: 24px;
  }
  .article-subtitle {
    margin: 24px 0;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
  }
  .article-img {
    width: 100%;
    margin-bottom: 32px;
  }
  .article-date {
    display: block;
  }
  .article-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
  .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #1C2132;
  }
  .article-content img {
    margin-bottom: 24px;
  }
  .article-back {
    font-size: 14px;
    line-height: 16px;
    margin-top: 0;
  }
  .article-back img {
    width: 17px;
  }
  .other .subtitle {
    width: 100%;
  }
  .other .spec-slider__flex {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .other .spec-slider__numbers {
    margin: 0 11px;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .other .spec-slider__arrow {
    margin: 0;
  }
  .other .spec-slider__prev {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .other-slider__wrapper {
    padding-bottom: 72px;
  }
  .spec-slider__numbers b {
    margin: 0 3px;
  }
  .other-slider, .other-slider {
    width: 100%;
    min-width: 100%;
  }
  .other-item {
    min-height: 100%;
    display: block;
  }
  .other-item__img {
    width: 100%;
    min-width: 100%;
    height: 175px;
  }
  .other-item__content {
    width: 100%;
  }
  .other-item__date {
    display: block;
    opacity: 0.64;
    color: #1C2132;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }
  .other-item__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    opacity: 0.8;
    margin: 0;
    height: auto;
  }
  .other-item__title {
    margin: 8px 0;
    font-size: 16px;
    line-height: 18px;
    height: auto;
  }
  .next-arrow {
    font-size: 14px;
  }
  .article-block {
    width: calc(50% - 4px);
    margin-bottom: 24px;
  }
  .article-block small {
    margin-top: 4px;
    font-size: 12px;
  }
  .dealers-top {
    margin: 0 0 32px;
    display: block;
  }
  .dealers-subtitle {
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
    line-height: 18px;
  }
  .dealers-list {
    display: block;
  }
  .dealers-left {
    width: 100%;
    /* display: none; */
  }
  .dealers {
    padding-bottom: 48px;
  }
  .dealers-right {
    width: 100%;
  }
  .dealers-tab {
    font-size: 14px;
  }
  .dealers-iframe {
    margin-top: 24px;
  }
  .dealers-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 16px;
  }
  .page-top {
    padding: 72px 0;
  }
  .page-top::before {
    background: radial-gradient(154.57% 46.74% at 62.93% 46.92%, rgba(0, 0, 0, 0.3) 0%, rgba(5, 10, 27, 0.5) 45.09%, #050A1B 82.64%);
  }
  .page-top__flex {
    min-height: 556px;
  }
  .page-top__wrapper {
    padding-left: 24px;
    width: 400px;
  }
  .page-top__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
  .page-top__btn {
    height: 40px;
    margin-top: 32px;
  }
  .vacancies-item {
    margin-top: 16px;
  }
  .vacancies-item__title {
    font-size: 18px;
    line-height: 22px;
    padding: 16px 8px;
  }
  .vacancies-item__title.active {
    font-size: 24px;
    line-height: 28px;
    padding-left: 32px;
  }
  .vacancies-item__title::after {
    width: 48px;
    min-width: 48px;
    height: 48px;
    background-size: 48px;
  }
  .vacancies-item__btn {
    width: 100%;
    padding: 0;
    height: 40px;
  }
  .vacancies-item__content {
    font-size: 14px;
    line-height: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .vacancies-item__content h2, .vacancies-item__content h3, .vacancies-item__content h4, .vacancies-item__content h5, .vacancies-item__content h6 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 22px;
  }
  .vacancies-item__content ul {
    margin-bottom: 32px;
  }
  .vacancies-item__content ul li {
    background-position: left center;
  }
  .benefits-block {
    width: 100%;
  }
  .benefits-title {
    margin-bottom: 24px;
  }
  .benefits-list {
    border-bottom: 1px solid #C2C4CC;
    border-right: none;
  }
  .benefitsAbout .benefits-list {
    border-right: 1px solid #C2C4CC;
  }
  .benefitsAbout-item {
    border: 1px solid #C2C4CC !important;
    border-bottom: none !important;
    border-right: none !important;
  }
  .benefits-item {
    border: 1px solid #C2C4CC !important;
    border-bottom: none !important;
  }
  .benefits-item__title {
    margin: 16px 0 24px;
    font-size: 18px;
    line-height: 22px;
  }
  .benefits-item__text {
    font-size: 16px;
    line-height: 18px;
  }
  .benefits-item__number {
    font-size: 32px;
    line-height: 32px;
  }
  .vacanciesAbout-text {
    font-weight: 500;
    margin-top: 24px;
    font-size: 14px;
    line-height: 16px;
  }
  .vacanciesAbout-subtitle {
    text-indent: 0;
  }
  .vacanciesAbout-item {
    margin-top: 8px;
    padding: 10px 0 10px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vacanciesAbout-item__title {
    font-size: 40px;
    line-height: 40px;
  }
  .vacanciesAbout-item__title span {
    font-size: 32px;
    line-height: 32px;
  }
  .vacanciesAbout-item__text {
    width: calc(100% - 130px);
    font-size: 14px;
    line-height: 16px;
  }
  .vacanciesAbout-item__icon {
    width: 32px;
  }
  .supportPartners-list {
    margin-top: -16px;
  }
  .supportPartners-block {
    margin-top: 16px;
    width: 100%;
  }
  .supportPartners-item {
    padding: 15px;
    border-radius: 4px;
  }
  .supportPartners-item__text {
    margin-top: 16px;
  }
  .supportPartners-item__title {
    margin: 0;
  }
  .support-block {
    margin-top: 16px;
    width: 100%;
  }
  .support-list {
    margin-top: -16px;
  }
  .support-tab {
    padding: 0 6px 14px;
    font-size: 18px;
    line-height: 22px;
  }
  .support-item {
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }
  .support-item b {
    font-size: 12px;
    line-height: 14px;
  }
  .pays-item {
    padding: 16px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
  }
  .homePartners {
    padding: 48px 0;
  }
  .indent {
    text-indent: 0;
  }
  .homePartners-item {
    padding: 16px;
  }
  .homePartners-slider .swiper-slide {
    width: 92px;
    min-width: 92px;
  }
  .homePartners-video {
    height: 175px;
  }
  .homePartners-video span {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .gallery-item {
    padding: 0 8px;
  }
  .gallery-img {
    border-radius: 8px;
  }
  .expertise-slider .swiper-pagination, .gallery-slider .swiper-pagination, .guarantee-slider .swiper-pagination {
    bottom: 9px;
  }
  .expertise-slider .swiper-pagination-bullet, .gallery-slider .swiper-pagination-bullet, .guarantee-slider .swiper-pagination-bullet {
    width: 11px;
    height: 3px;
    margin: 0 2px;
  }
  .expertise-slider .spec-slider__prev, .gallery-slider .spec-slider__prev {
    left: 0;
  }
  .expertise-slider .spec-slider__next, .gallery-slider .spec-slider__next {
    right: 0;
  }
  .next-arrow.mobile-hide {
    display: none;
  }
  .benefitsAbout-item {
    padding: 15px 7px;
  }
  .benefitsAbout-item__text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 18px;
  }
  .benefitsAbout-item__img {
    width: 48px;
  }
  .benefitsAbout .benefits-block {
    width: 50%;
  }
  .supportPartners-block {
    width: 100%;
  }
  .supportPartners-item {
    padding: 15px;
  }
  .supportPartners-item__title {
    font-size: 16px;
    line-height: 18px;
  }
  .supportPartners-item__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 16px;
  }
  .aboutMission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutMission-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 32px;
  }
  .aboutMission-text {
    width: 100%;
    margin: 0;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
  .aboutMission-subtitle {
    margin: 0 0 24px;
  }
  .about-block {
    margin-top: 8px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .about-list {
    padding-top: 24px;
    margin-left: -4px;
    margin-right: -4px;
  }
  .about-item {
    padding: 16px;
    padding-right: 0;
    height: auto;
    border: none;
  }
  .about-item__icon {
    left: 0;
    top: 0;
    width: 32px;
  }
  .about-item__title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    padding-left: 0;
  }
  .about-item__title span {
    font-size: 32px;
    line-height: 32px;
  }
  .about-item__text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 16px;
  }
  .about-text__item {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
  }
  .about-text__block {
    margin-top: 24px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .about-text {
    margin-left: -4px;
    margin-right: -4px;
  }
  .production-text {
    margin: 0 0 24px;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
  .production .swiper-slide.swiper-slide-active, .production .swiper-slide {
    width: 360px !important;
    padding: 0;
  }
  .production-item__text {
    padding: 8px;
    font-size: 16px;
    line-height: 18px;
  }
  .production-item__img {
    height: 177px;
  }
  .production-item {
    border-radius: 8px;
  }
  .proccess-text {
    width: 100%;
    margin: 0;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
  }
  .expertise .swiper-pagination, .expertise .spec-slider__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .expertise .swiper-pagination {
    bottom: 0;
    top: auto;
  }
  .expertise .spec-slider__arrow {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 72px;
  }
  .expertise-item {
    padding: 0 8px 20px;
  }
  .expertise-item__img {
    height: 175px;
  }
  .expertise-item__number {
    text-align: center;
    width: 100%;
    position: static;
    margin: 16px 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.32px;
  }
  .expertise-item__title {
    margin: 0 0 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }
  .expertise-item__info {
    right: 25px;
    padding: 8px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
  }
  .expertise-item__info p {
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }
  .expertise-item__text {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
  }
  .network-list {
    display: block;
    margin-top: 24px;
  }
  .network-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .network-item {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  .network-item span {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
  .network-text {
    width: 100%;
    margin-top: 24px;
    font-size: 16px;
    line-height: 18px;
  }
  .logos-item {
    padding: 24px;
  }
  .technologies-bold {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }
  .technologies-text {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 16px;
  }
  .technologies-img {
    margin-bottom: 24px;
  }
  .proccessSection .homePartners-video {
    height: 160px;
    margin-bottom: 24px;
  }
  .production-text.white {
    margin-bottom: 24px;
    padding-left: 0;
  }
  .technologies-steps__block {
    width: 50%;
    margin-top: 16px;
  }
  .technologies-steps__item {
    padding: 16px;
  }
  .technologies-steps__item-number {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.32px;
  }
  .technologies-steps__item-title {
    margin: 125px 0 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  .technologies-steps__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }
  .guarantee .spec-slider__flex {
    display: none;
  }
  .guarantee-item__img {
    width: 100%;
    height: 258px;
  }
  .guarantee-item {
    display: block;
    padding: 0 8px 28px;
  }
  .guarantee-item__content {
    padding-left: 0;
    width: 100%;
    margin-top: 24px;
  }
  .guarantee-arrow {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 4;
    right: 0;
    top: 113px;
  }
  .guarantee-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/slider-1.svg");
    background-size: 32px;
  }
  .guarantee .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .guarantee-prev {
    right: auto;
    left: 0;
  }
  .guarantee-prev::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main {
    padding-top: 90px;
  }
  .homeAbout-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .homeAbout-item {
    margin-top: 48px;
    padding: 16px 0 0 8px;
    width: calc(50% - 4px);
    display: block !important;
  }
  .homeAbout-item__icon {
    width: 32px;
    left: 0;
    top: 0;
  }
  .homeAbout-item__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.4px;
  }
  .homeAbout-item__text {
    margin-top: 12px;
    color: #24356C;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }
  .works {
    padding: 48px 0;
  }
  .works-subtitle {
    width: 300px;
  }
  .works-text {
    margin: 0;
    width: 400px;
    max-width: 100%;
    opacity: 0.7;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
  .works-bottom {
    width: 100%;
    margin: 0;
  }
  .works-bottom__img, .works-img {
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
    height: 500px;
    width: auto;
  }
  .works-box, .works-top__box {
    position: relative;
    height: 400px;
  }
  .works-img {
    margin-top: -70px;
    right: auto;
    left: 0;
  }
  .flip-block .works-block:last-child {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .works-list {
    margin-top: 0;
  }
  .works-item {
    padding: 24px 30px;
    display: block;
  }
  .works-item__left {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
  }
  .works-item__right {
    margin-top: 16px;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
  }
  .works-block {
    width: 100%;
  }
  .works-block__img {
    display: none;
    height: 300px;
    width: auto;
    margin: -80px auto 0;
  }
  .works-list:first-child {
    margin-top: 0;
  }
  .works-list:first-child .works-block__img {
    display: block;
  }
  .works-bottom__wrapper {
    padding: 0;
  }
  .works-box {
    margin-top: -70px;
    margin-bottom: 40px;
  }
  .chat-fixed {
    width: 64px;
    right: 16px;
    bottom: 16px;
  }
  .partners-slider__wrapper {
    padding: 0 0 81px;
  }
  .partners-slider .spec-slider__flex {
    top: auto;
    bottom: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partners-slider .spec-slider__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 10px;
  }
  .partners-slider .spec-slider__arrow {
    margin: 0;
  }
  .partners-slider .spec-slider__prev {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .partners-slider__item {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 12px;
    height: 152px;
  }
  .partners-slider__item span {
    font-size: 24px;
    line-height: 28px;
  }
  .partners-slider__wrapper {
    margin-top: 158px;
  }
  .card-thumb__item {
    height: 50px;
  }
  .card-thumb {
    width: 100%;
    margin: 9px 0 0 0;
    min-width: 100%;
  }
  .card-thumb__item {
    padding: 1px;
    border-radius: 2px;
  }
  .card-thumb .swiper-slide {
    height: 50px !important;
    min-width: 74px !important;
    width: 74px !important;
  }
  .card-slider {
    width: 100%;
  }
  .card-slider__item {
    height: auto;
  }
  .card-slider__item img {
    height: auto;
  }
  .card-thumb {
    height: auto !important;
  }
  .card-next {
    display: none;
  }
  .card-left__list {
    display: block;
  }
  .dealers-blocks {
    margin-top: 16px;
  }
  .dealers-blocks::before {
    display: none;
  }
  .dealers-blocks__wrapper {
    max-height: none;
  }
  .dealers-block {
    padding: 15px;
    display: block;
  }
  .dealers-block__title, .ymaps-2-1-79-balloon-content__header {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
  }
  .dealers-block__item {
    margin-top: 16px;
    font-size: 14px;
  }
  .card .homePartners-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: auto;
    right: auto;
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    bottom: auto;
    margin: 0 0 16px 0;
    width: 100%;
  }
  .homeAbout-item:first-child .homeAbout-item__title, .homeAbout-item__title {
    font-size: 32px !important;
    white-space: nowrap;
  }
  .homeAbout-img {
    display: none;
  }
  .homeAbout-img:first-child {
    display: block;
  }
  .expertise-thumb__wrapper {
    display: none;
  }
  .expertise-item__number {
    opacity: 1;
  }
  .works-block__img.img.mobile-hide {
    display: none !important;
  }
  .homePartners-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .homePartners-slider .swiper-slide {
    height: auto !important;
  }
  .homePartners-item {
    min-height: 100%;
  }
  .videoBlocks {
    display: none;
  }
  .homeAbout-slider {
    display: none;
  }
  .homeAbout-imagesSlider img {
    height: 175px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
  .header-city__item-container, .modal-city {
    width: 540px;
  }
  .examples-item__img {
    /* height: 142px; */
  }

  .examples-item.blog-item .examples-item__img {
    height: 142px;
  }
  .production .swiper-slide.swiper-slide-active, .production .swiper-slide {
    width: 265px !important;
    padding: 0;
  }
  .dealers-iframe {
    height: 220px;
  }
}
@media (max-width: 576px) {
  .container, .header-city__item-container {
    width: 100%;
    padding: 0 16px;
  }
.examples-block {
  margin-top: 24px;
  width: 100%;
  min-width: 100%;
  max-width : 100%;
}  
  .w-50 {
      width : 100%!important;
  }
  .bottom-menus {
    display: flex;
    flex-wrap: wrap;
  }  
  .production .swiper-slide.swiper-slide-active, .production .swiper-slide {
    width: 226px !important;
    padding: 0;
  }
  .next-arrow {
    right: 16px;
  }
  .modal-city {
    width: calc(100% - 32px);
  }
  .pagination {
    /* display: none; */
  }
  .mobile-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .pagination-bottom {
    width: 100%;
  }
  .catalog-item__wrapper {
    padding: 8px;
  }
  .catalog-item__title {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0;
  }
  .catalog-item__info {
    padding: 8px 0;
  }
  .catalog-item__info-left {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }
  .catalog-item__info-right {
    letter-spacing: 0;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
  }
  .search-form__btn {
    display: none;
  }
  .search-form__input {
    border: 1px solid #C2C4CC;
    border-radius: 4px;
  }
  .examples-block, .examples-block.w50 {
    width: 100%;
  }
  .examples-item.blog-item .examples-item__text {
    -webkit-line-clamp: 4;
  }
  .faq-item__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .products-clear {
    left: 16px;
  }
  .products-cats {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }
  .pays-items {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .products-top {
    margin-left: -16px;
    width: calc(100% + 32px);
    padding-left: 16px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .products-top::-webkit-scrollbar {
    display: none;
  }
  .spec-item__img {
    right: -231px;
  }
  .article-img {
    margin-left: -16px;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    border-radius: 0;
  }
  .other-slider, .other-slider-portf {
    min-width: 460px;
  }
  .dealers {
    padding-bottom: 0;
  }
  .dealers-iframe {
    margin-left: -16px;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    border-radius: 0;
  }
  .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .logos-item {
    width: 25%;
    padding: 20px;
  }
  .logos-item:first-child {
    width: 100%;
    aspect-ratio: 0;
    height: 110px;
  }
  .logos-item:first-child img {
    max-width: 190px;
  }
  .technologies-scroll {
    overflow-x: scroll;
    margin-left: -16px;
    padding-left: 16px;
    width: calc(100% + 32px);
  }
  .technologies-scroll::-webkit-scrollbar {
    display: none;
  }
  .technologies-steps {
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .technologies-steps__block {
    padding: 0;
    width: 240px;
    min-width: 240px;
    margin-right: 12px;
  }
  .logos {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .logos::-webkit-scrollbar {
    display: none;
  }
  .logos .logos-item {
    width: 90px;
    min-width: 90px;
    height: 90px;
    padding: 16px;
  }
  .logos .logos-item:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .logos .logos-item img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 360px) {
  .search-block {
    width: 100%;
  }
  .footer-copy {
    width: 210px;
  }
  .footer-btn {
    padding: 0 24px;
  }
  .products-block {
    width: 100%;
  }
  .why-item {
    width: 100%;
  }
  .card-gray__btn {
    width: 140px;
    min-width: 140px;
    margin-left: 16px;
  }
  .card-gray__list {
    font-size: 11px;
  }
  .card-top__year {
    margin-left: 16px;
  }
  .spec-item__img {
    right: -250px;
  }
  .vacanciesAbout-item__text {
    width: calc(100% - 115px);
  }
  .contact-item {
    margin-right: 0;
  }
  .contact-item:first-child {
    margin-right: auto;
  }
  .benefitsAbout-item__text {
    font-size: 14px;
  }
  .about-block, .about-text__block {
    width: 100%;
  }
}

/* update */
.main_partners {
	column-gap: 46px;
	justify-content: space-between;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	display: flex;
	margin-top: 208px;
}
.partners_el {
	display: flex;
	flex-grow: 1;
	column-gap: 24px;
	align-items: flex-start;
	width: 100%;
}
.partners_el span {
	background-color: #0A7FDB;
	width: 64px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	min-width: 64px;
	align-items: center;
	display: flex;
	justify-content: center;
}		
.partners_el span img {}

@media (max-width: 1200px) {
.main_partners {
	flex-wrap: wrap;
	margin-top: 176px;
	font-size: 18px;
	row-gap: 32px;
}
.partners_el {
	align-items: center;
}
.partners_el span {
	width: 48px;
}
.connection {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.connection-img {
	position: relative;
	order: 1;
	margin: 0;
}
.connection-list {
	padding: 48px 0 24px;
}

}

@media (max-width: 767px) {
	.partners_el {
	align-items: flex-start;
}
}