@charset "UTF-8";
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat;
}
@font-face {
  font-family: slick;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/slick.eot);
  src:
    url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  
  height: 20px;
  line-height: 0px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
}
.slick-dots li,
.slick-dots li button {
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  display: block;
  
  line-height: 0px;
  outline: none;
  padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  content: "•";
  font-family: slick;
  font-size: 12px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
body,
html {
  background-color: #fff;
  color: #212529;
  font-family: Manrope, sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  min-width: 300px;
}
@media (min-width: 1024px) {
  body,
  html {
    font-size: 16px;
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-main-content {
  flex: 1 0 auto;
}
img {
  max-width: 100%;
}
p {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}
.page-header__inner {
  align-items: center;
  display: flex;
}
@media (max-width: 1023.98px) {
  .page-header__inner {
    justify-content: space-between;
  }
}
.page-header__top {
  border-bottom: 1px solid rgba(128, 135, 151, 0.2);
  padding-bottom: 15px;
  padding-top: 15px;
}
.page-header__main {
  background-color: #076dcb;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 1023.98px) {
  .page-header__main {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page-header__main {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.page-header__logo {
  margin-bottom: 0;
  margin-right: 20px;
}
@media (min-width: 1460px) {
  .page-header__logo {
    margin-right: 60px;
  }
}
.page-header__contact {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}
@media (max-width: 1023.98px) {
  .page-header__contact {
    display: none;
  }
}
.page-header-favorite {
  align-items: center;
  color: #808797;
  display: flex;
  font-size: 14px;
  margin-right: 30px;
}
.page-header-favorite__icon {
  fill: #076dcb;
  stroke: #fff;
  stroke-width: 0.3;
  height: 20px;
  width: 20px;
}
@media (min-width: 1024px) {
  .page-header-favorite__icon {
    fill: #fff;
  }
}
.page-header-favorite__icon-wrap {
  margin-bottom: 0;
  margin-right: 8px;
  position: relative;
}
.page-header-favorite__total {
  color: #076dcb;
  font-size: 12px;
  font-weight: 600;
  vertical-align: super;
}
@media (min-width: 1024px) {
  .page-header-favorite__total {
    color: #fff;
  }
}
.page-header-favorite__link {
  align-items: baseline;
  color: #808797;
  display: flex !important;
  font-size: 16px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .page-header-favorite__link {
    color: #fff;
  }
}
@media (min-width: 1024px) and (max-width: 1459.98px) {
  .page-header-favorite__link {
    font-size: 14px;
  }
}
.page-header-contact {
  font-size: 12px;
}
@media (min-width: 576px) {
  .page-header-contact {
    font-size: 14px;
  }
}
.page-header-contact__label {
  color: #808797;
  font-size: 12px;
}
@media (min-width: 576px) {
  .page-header-contact__label {
    font-size: 14px;
  }
}
.page-header-contact__value {
  color: #212529;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 576px) {
  .page-header-contact__value {
    font-size: 14px;
  }
}
.page-header-contact__value:hover {
  color: #808797;
}
.page-header-contact__value--phone {
  color: #416dc4;
  font-optical-sizing: auto;
  font-size: 17px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .page-header-contact__value--phone {
    font-size: 20px;
  }
}
@media (max-width: 1459.98px) {
  .page-header-contact__item--xl {
    display: none;
  }
}
.page-header-contact--top {
  align-items: center;
  -moz-column-gap: 50px;
  column-gap: 50px;
  display: flex;
}
@media (max-width: 1023.98px) {
  .page-header-contact--top {
    display: none;
  }
}
.page-header-mess {
  display: none;
  margin-right: 20px;
}
@media (min-width: 576px) {
  .page-header-mess {
    margin-right: 60px;
  }
}
@media (min-width: 1024px) {
  .page-header-mess {
    display: flex;
    margin-right: 0;
  }
}
.page-header-mess--mobile {
  display: flex;
}
.page-header-mess__item {
  display: block;
  height: 26px;
  margin-right: 15px;
  width: 26px;
}
.page-header-mess__item:last-child {
  margin-right: 0;
}
.page-header-mess__item img {
  height: 100%;
  width: 100%;
}
.mobile-nav-panel {
  cursor: pointer;
  position: relative;
}
@media (min-width: 1024px) {
  .mobile-nav-panel {
    display: none;
  }
}
.mobile-nav-panel__icon {
  position: relative;
  z-index: 2;
}
.mobile-nav-panel__line {
  background-color: #212529;
  display: block;
  height: 2px;
  position: relative;
  transition: all 0.1s;
  width: 30px;
}
.mobile-nav-panel__line--2 {
  height: 2px;
  margin-bottom: 6px;
  margin-left: 5px;
  margin-top: 6px;
  width: 23px;
}
.mobile-nav-panel.open .mobile-nav-panel__line--1 {
  transform: translateY(7px) rotate(-45deg);
}
.mobile-nav-panel.open .mobile-nav-panel__line--2 {
  opacity: 0;
}
.mobile-nav-panel.open .mobile-nav-panel__line--3 {
  transform: translateY(-9px) rotate(45deg);
}
.page-footer {
  background-color: #212529;
  flex: 0 0 auto;
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .page-footer {
    padding-top: 100px;
  }
}
.page-footer__logo {
  margin-bottom: 25px;
}
.page-footer__description {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .page-footer__description {
    margin-bottom: 60px;
    padding-right: 40px;
  }
}
.page-footer__main {
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .page-footer__main {
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .page-footer__main {
    padding-bottom: 100px;
  }
}
.page-footer__bottom {
  background: #191d20;
  padding: 20px 0;
}
.page-footer__link {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.page-footer__link:hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .page-footer__inner {
    justify-content: space-between;
  }
}
.page-footer__phone {
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .page-footer__phone {
    font-size: 32px;
  }
}
.page-footer__contact {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.page-footer__contact:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .page-footer__contact:last-child {
    margin-bottom: 15px;
  }
}
.page-footer__contact a {
  color: #fff;
  text-decoration: none;
}
.page-footer__contact a:hover {
  color: #808797;
}
@media (max-width: 575.98px) {
  .page-footer__contact-bl {
    margin-bottom: 25px;
  }
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .page-footer__contact-bl {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.page-footer-mess {
  display: flex;
}
@media (min-width: 1024px) {
  .page-footer-mess {
    margin-bottom: 80px;
    margin-top: 30px;
  }
}
.page-footer-mess__item {
  align-items: center;
  border: 1px solid #808797;
  border-radius: 100%;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-right: 15px;
  text-decoration: none;
  width: 40px;
}
@media (min-width: 1024px) {
  .page-footer-mess__item {
    height: 50px;
    width: 50px;
  }
}
.page-footer-mess__item svg {
  fill: #808797;
  height: 20px;
  width: 20px;
}
@media (min-width: 1024px) {
  .page-footer-mess__item svg {
    height: 26px;
    width: 26px;
  }
}
.page-footer-mess__item:hover svg {
  fill: #fff;
}
.page-footer-mess__item:last-child {
  margin-right: 0;
}
.page-footer-mess__item img {
  height: 100%;
  width: 100%;
}
.close-btn {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: absolute;
  right: 14px;
  top: 14px;
}
.close-btn:focus,
.close-btn:hover {
  outline: none;
}
@media (min-width: 1024px) {
  .close-btn {
    right: 25px;
    top: 25px;
  }
}
.close-btn svg {
  height: 16px;
  width: 16px;
}
@media (min-width: 1024px) {
  .close-btn svg {
    height: 18px;
    width: 18px;
  }
}
.modal-content {
  background: #fff;
  border-width: 0;
  padding: 25px 20px;
}
@media (min-width: 1024px) {
  .modal-content {
    border-radius: 30px;
    padding: 60px;
  }
  .modal-content--small {
    padding: 50px 60px;
  }
}
.modal-dialog {
  max-width: 780px;
}
.modal-dialog--small {
  max-width: 520px;
}
@media (min-width: 1024px) {
  .modal-title {
    font-size: 36px;
  }
}
@media (min-width: 1460px) {
  .modal-title {
    font-size: 42px;
    margin-bottom: 25px;
  }
  .modal-descr {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
.button {
  background-color: #076dcb;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 30px;
  text-transform: uppercase;
}
@media (max-width: 1023.98px) {
  .button {
    border-radius: 5px;
    width: 100%;
  }
}
.button:focus {
  background-color: #076dcb;
  color: #fff;
}
.button:hover {
  background-color: #808797;
  color: #fff;
}
.button--100 {
  width: 100%;
}
.button--white,
.button--white:focus,
.button--white:hover {
  background-color: #fff;
  color: #076dcb;
}
.button--light-blue {
  background-color: rgba(7, 109, 203, 0.15);
  color: #076dcb;
}
.button--light-blue:focus,
.button--light-blue:hover {
  background-color: #076dcb;
  color: #fff;
}
.button--transparent,
.button--transparent:focus,
.button--transparent:hover {
  background: transparent;
  color: #808797;
}
.button--transparent-bg {
  border: 1px solid #076dcb;
  border-radius: 10px;
}
.button--transparent-bg,
.button--transparent-bg:focus {
  background: transparent;
  color: #076dcb;
}
.button--transparent-bg:hover {
  background-color: #076dcb;
  color: #fff;
}
@media (max-width: 575.98px) {
  .button--lg {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .button--lg {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1260px) {
  .button--lg {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.header-nav {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .header-nav {
    display: flex;
    margin-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  .header-nav__item {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .header-nav__item {
    margin-right: 30px;
  }
  .header-nav__item:last-child {
    margin-right: 0;
  }
}
.header-nav__link {
  color: #808797;
  text-decoration: none;
}
.header-nav__link:focus,
.header-nav__link:hover {
  color: #212529;
}
.header-main-nav {
  display: none;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-top: 7px;
}
@media (min-width: 1024px) {
  .header-main-nav {
    align-items: baseline;
    display: flex;
    flex: 1 1 92%;
    justify-content: space-between;
    max-width: 92%;
    padding-top: 0;
  }
}
@media (min-width: 1260px) {
  .header-main-nav {
    flex: 1 1 78%;
    flex: 1 1 82%;
    max-width: 78%;
    max-width: 82%;
  }
}
@media (min-width: 1460px) {
  .header-main-nav {
    flex: 1 1 85%;
    max-width: 85%;
  }
}
@media (min-width: 1580px) {
  .header-main-nav {
    flex: 1 1 86%;
    max-width: 86%;
  }
}
.header-main-nav--mobile {
  display: block;
}
.header-main-nav__item {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1023.98px) {
  .header-main-nav__item {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .header-main-nav__item {
    margin-right: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1459.98px) {
  .header-main-nav__item {
    font-size: 14px;
  }
}
.header-main-nav__item:last-child {
  margin-right: 0;
}
.header-main-nav__link {
  align-items: center;
  color: #212529;
  display: inline-flex;
  text-decoration: none;
  position: relative;
}
@media (min-width: 1024px) {
  .header-main-nav__link {
    color: #fff;
  }
}
.header-main-nav__link:hover {
  color: #212529;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .header-main-nav__link:hover {
    color: #fff;
  }
}
.header-main-nav__count {
  color: #076dcb;
  font-size: 12px;
  font-weight: 600;
  vertical-align: super;
}
@media (min-width: 1024px) {
  .header-main-nav__count {
    color: #fff;
  }
}
.header-main-nav__icon {
  margin-right: 4px;
  width: 15px;
}
@media (max-width: 1023.98px) {
  .header-main-nav__icon {
    display: none;
  }
}
.mobile-nav {
  padding-bottom: 15px;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav__contact {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  margin-top: 80px;
}
.footer-nav {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 1023.98px) {
  .footer-nav {
    margin-bottom: 40px;
  }
}
.footer-nav__item {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .footer-nav__item {
    margin-bottom: 15px;
  }
}
.footer-nav__link {
  text-decoration: none;
}
.footer-nav__link,
.footer-nav__link:hover {
  color: hsla(0, 0%, 100%, 0.5);
}
.footer-main-nav {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.footer-main-nav__item {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .footer-main-nav__item {
    margin-bottom: 15px;
  }
}
.footer-main-nav__link {
  color: #fff;
  text-decoration: none;
}
.footer-main-nav__link:hover {
  color: hsla(0, 0%, 100%, 0.5);
}
.breadcrumbs {
  color: #808797;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  list-style-type: none;
  margin: 25px 0 55px;
  padding-left: 0;
}
.breadcrumbs--utp {
  margin: 0 0 140px;
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .breadcrumbs--utp {
    margin-bottom: 160px;
  }
}
@media (min-width: 1260px) {
  .breadcrumbs--utp {
    padding-top: 25px;
  }
}
@media (min-width: 1460px) {
  .breadcrumbs--utp {
    margin-bottom: 200px;
  }
}
.breadcrumbs__item:before {
  content: ">";
}
.breadcrumbs__item:first-child:before {
  content: none;
}
.breadcrumbs__item--active,
.breadcrumbs__item:last-child:before {
  color: #076dcb;
}
.breadcrumbs__item--active-utp,
.breadcrumbs__item--utp:last-child:before {
  color: #fff;
}
.breadcrumbs__link {
  color: #808797;
  text-decoration: none;
}
.breadcrumbs__link:hover {
  color: #076dcb;
  text-decoration: none;
}
.breadcrumbs__link--utp {
  color: hsla(0, 0%, 100%, 0.5);
}
.breadcrumbs__link--utp:hover {
  color: #fff;
}
.form__input {
  background: #f3f2f8;
  border: 1px solid #f3f2f8;
  border-radius: 5px;
  color: #808797;
  font-size: 14px;
  outline: none;
  padding: 15px 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .form__input {
    border-radius: 10px;
  }
}
.form__input::-moz-placeholder {
  color: #808797;
  font-size: 14px;
  font-weight: 500;
}
.form__input::placeholder {
  color: #808797;
  font-size: 14px;
  font-weight: 500;
}
.form__input--gray {
  background-color: #e7e5f0;
  border-color: #e7e5f0;
}
.form__input--white-tr {
  background: hsla(0, 0%, 100%, 0.35);
  border-color: transparent;
  color: hsla(0, 0%, 100%, 0.7);
}
.form__input--white-tr::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}
.form__input--white-tr::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}
.form__input--textarea {
  height: 200px;
}
@media (min-width: 1260px) {
  .form__input--textarea {
    height: 240px;
  }
}
.form__input.error {
  border-color: #dc3545;
}
.form-group {
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 1024px) {
  .form-group--50 {
    max-width: 50%;
  }
}
.form-conf {
  color: #808797;
  font-size: 14px;
}
.form-conf a {
  color: #076dcb;
  text-decoration: none;
}
.form-conf a:hover {
  color: #076dcb;
  text-decoration: underline;
}
.form-conf--m-top {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .form-conf--m-top {
    margin-top: 20px;
  }
  .form-conf--row {
    align-items: center;
    flex: 1 1 calc(67% - 25px);
    max-width: 67%;
  }
}
.form-actions {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .form-actions--row {
    flex: 1 1 calc(33% - 25px);
    margin-bottom: 0;
    max-width: 33%;
  }
  .form-actions__wrap {
    align-items: center;
    -moz-column-gap: 25px;
    column-gap: 25px;
    display: flex;
  }
}
.has-error {
  border-color: #dc3545;
}
.header-search {
  position: relative;
}
@media (max-width: 1023.98px) {
  .header-search {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .header-search {
    flex: 1;
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (max-width: 1023.98px) {
  .header-search--desc {
    display: none;
  }
}
.header-search__input {
  padding: 15px 40px 15px 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  .header-search__input {
    padding: 10px 40px 10px 15px;
  }
}
.header-search__btn {
  box-shadow: none;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.header-search__icon {
  height: 16px;
  width: 16px;
}
.sendex {
  color: #fff;
  display: none;
}
@media (min-width: 1024px) {
  .sendex {
    display: block;
  }
}
.sendex--mobile {
  display: block;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .sendex--mobile {
    display: none;
  }
}
.sendex__description {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1023.98px) {
  .sendex__description {
    padding-right: 40%;
  }
}
@media (max-width: 575.98px) {
  .sendex__description {
    padding-right: 0;
  }
}
.sendex__input {
  background-color: hsla(0, 0%, 100%, 0.15);
  padding: 20px 65px 20px 20px;
  width: 100%;
}
.sendex__input-wrap {
  position: relative;
}
.sendex__input-icon {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 5px;
  display: flex;
  height: 45px;
  justify-content: center;
  margin-bottom: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
}
.sendex__input-icon svg {
  height: 10px;
  width: 10px;
}
.custom-select {
  background-color: #fff;
  border: 1px solid #dbd8eb;
  border-radius: 10px;
  position: relative;
}
.custom-select--active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-select--active .custom-select__dropdown {
  opacity: 1;
  visibility: visible;
}
.custom-select__inner {
  align-items: center;
  background: #f3f2f8;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  position: relative;
}
@media (min-width: 1024px) {
  .custom-select__inner {
    padding: 17px 15px;
  }
}
.custom-select__value {
  color: #808797;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 1024px) and (max-width: 1259.98px) {
  .custom-select__value {
    font-size: 12px;
  }
}
@media (min-width: 1460px) {
  .custom-select__value {
    font-size: 14px;
  }
}
.custom-select__content {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding-right: 8px;
}
.custom-select__arrow {
  cursor: pointer;
  width: 15px;
}
.custom-select__label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 1024px) and (max-width: 1259.98px) {
  .custom-select__label {
    font-size: 12px;
  }
}
@media (min-width: 1460px) {
  .custom-select__label {
    font-size: 14px;
  }
}
.custom-select__item {
  color: #808797;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.custom-select__item:last-child {
  margin-bottom: 0;
}
.custom-select__item label {
  cursor: pointer;
  display: block;
}
.custom-select__item label:hover {
  color: #076dcb;
}
.custom-select__dropdown {
  background-color: #fff;
  border-bottom: 1px solid #dbd8eb;
  border-left: 1px solid #dbd8eb;
  border-radius: 0 0 15px 15px;
  border-right: 1px solid #dbd8eb;
  box-shadow: inherit;
  list-style: none;
  margin: 0 -1px;
  padding: 15px;
  right: 0;
  top: 100%;
  transform-origin: top;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
  z-index: 3;
}
.custom-select__dropdown,
.custom-select__input {
  left: 0;
  opacity: 0;
  position: absolute;
}
.custom-select__input:checked ~ label,
.custom-select__input:focus ~ label {
  color: #076dcb;
}
.form-group {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.form-descr {
  color: #808797;
  font-size: 12px;
  margin-top: 10px;
}
@media (min-width: 1024px) and (max-width: 1259.98px) {
  .form-descr {
    font-size: 12px;
  }
}
.form-descr a,
.form-descr a:hover {
  color: #076dcb;
  text-decoration: none;
}
.form-descr--white {
  color: hsla(0, 0%, 100%, 0.6);
}
.form-descr--white a,
.form-descr--white a:hover {
  color: #fff;
  text-decoration: none;
}
.form-row {
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}
.range-slider {
  border: 1px solid #dbd8eb;
  border-radius: 10px;
  padding: 15px 17px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .range-slider {
    padding: 15px 15px 0;
  }
}
.range-slider__slider {
  margin: 0 !important;
}
.range-slider__input-group {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 1024px) {
  .range-slider__input-group {
    margin-bottom: 17px;
  }
}
.range-slider__value {
  margin-right: 3px;
}
.range-slider__input {
  background: transparent;
  border: none;
  display: none;
  font-size: 14px;
  line-height: 1;
  outline: 0;
  padding: 0;
  padding-block: 0;
  padding-inline: 0;
  width: 100%;
}
.range-slider__input:focus {
  border: none;
  outline: none;
}
.range-slider__label {
  color: #808797;
  font-size: 13px;
  margin-right: 5px;
  white-space: nowrap;
}
@media (min-width: 1024px) and (max-width: 1259.98px) {
  .range-slider__label {
    font-size: 12px;
  }
}
@media (min-width: 1460px) {
  .range-slider__label {
    font-size: 14px;
  }
}
@media (max-width: 1023.98px) {
  .range-slider__label--main {
    display: none;
  }
}
.range-slider__label--mobile {
  display: block;
}
@media (min-width: 1024px) {
  .range-slider__label--mobile {
    display: none;
  }
}
.range-slider__input-bl {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1259.98px) {
  .range-slider__input-bl {
    font-size: 12px;
    padding-right: 8px;
  }
}
@media (min-width: 1460px) {
  .range-slider__input-bl {
    font-size: 14px;
  }
}
.range-slider__input-bl:last-child {
  padding-left: 15px;
  padding-right: 0;
}
@media (min-width: 1024px) and (max-width: 1259.98px) {
  .range-slider__input-bl:last-child {
    padding-left: 8px;
  }
}
.range-slider__input-bl:last-child:after {
  background: #dbd8eb;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.range-slider .ui-slider-horizontal {
  background: transparent;
  height: 2px;
}
.range-slider .ui-widget.ui-widget-content {
  border: none;
}
.range-slider .ui-widget-header {
  background: #076dcb;
}
.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default {
  background: #076dcb;
  border: none;
  border-radius: 100%;
}
.range-slider .ui-state-default:focus,
.range-slider .ui-widget-content .ui-state-default:focus {
  outline: none;
}
.range-slider .ui-slider .ui-slider-handle {
  height: 16px;
  margin-top: -3px;
  width: 16px;
}
.custom-checkbox {
  margin-bottom: 14px;
}
.custom-checkbox__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.custom-checkbox__label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
.custom-checkbox__label:before {
  -webkit-appearance: none;
  background-color: #e1dfea;
  border-radius: 2px;
  content: "";
  cursor: pointer;
  display: block;
  height: 16px;
  margin-right: 5px;
  position: relative;
  vertical-align: middle;
  width: 16px;
}
.custom-checkbox__input:checked + .custom-checkbox__label:before {
  background-color: #076dcb;
}
.custom-checkbox__input:checked + .custom-checkbox__label:after {
  background-image: url(../images/filter-check.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 8px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.number-slider__input-group {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 23px;
}
.number-slider__input-bl {
  align-items: center;
  border: 1px solid #dbd8eb;
  border-radius: 5px;
  display: flex;
  flex: 1 1 calc(50% - 5px);
  font-size: 13px;
  font-weight: 500;
  padding: 10px 12px;
}
.number-slider__input {
  background: transparent;
  border: none;
  font-size: 13px;
  font-weight: 500;
  padding: 0 0 0 5px;
  width: 100%;
}
.number-slider__input:focus {
  border: none;
  outline: none;
}
.number-slider__slider {
  margin: 8px;
}
.number-slider .ui-slider-horizontal {
  background: transparent;
  height: 2px;
}
.number-slider .ui-widget.ui-widget-content {
  border: none;
}
.number-slider .ui-widget-header {
  background: #076dcb;
}
.number-slider .ui-state-default,
.number-slider .ui-widget-content .ui-state-default {
  background: #076dcb;
  border: none;
  border-radius: 100%;
}
.number-slider .ui-state-default:focus,
.number-slider .ui-widget-content .ui-state-default:focus {
  outline: none;
}
.number-slider .ui-slider .ui-slider-handle {
  height: 16px;
  margin-top: -3px;
  width: 16px;
}
.read-more {
  margin-bottom: 20px;
  transition: max-height 10s linear;
}
@media (min-width: 1024px) {
  .read-more {
    margin-bottom: 40px;
  }
}
.read-more__icon {
  align-items: center;
  background-color: #f3f2f8;
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  margin-bottom: 0;
  width: 20px;
}
@media (min-width: 1024px) {
  .read-more__icon {
    height: 25px;
    width: 25px;
  }
}
.read-more__icon svg {
  height: 5px;
  width: 5px;
}
@media (min-width: 1024px) {
  .read-more__icon svg {
    height: 6px;
    width: 6px;
  }
}
.read-more__link {
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 700;
}
.read-more__link,
.read-more__link:hover {
  color: #076dcb;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .read-more__link {
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 16px;
  }
}
.play-btn {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.15);
  cursor: pointer;
  display: flex;
  height: 110px;
  justify-content: center;
  width: 110px;
  z-index: 1;
}
.play-btn,
.play-btn:before {
  border-radius: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play-btn:before {
  background-color: #fff;
  content: "";
  height: 88px;
  width: 88px;
}
.play-btn:hover:before {
  background-color: #076dcb;
}
.play-btn:hover svg {
  fill: #fff;
}
.play-btn svg {
  fill: #076dcb;
  height: 20px;
  margin-left: 6px;
  position: relative;
  width: 18px;
  z-index: 1;
}
.main-page-filters-more {
  align-items: center;
  border-width: 0;
  display: flex;
  margin-bottom: 20px;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .main-page-filters-more {
    display: none;
  }
}
.main-page-filters-more:active,
.main-page-filters-more:focus {
  border-width: 0;
  outline: none;
}
.main-page-filters-more__icon {
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  margin-left: 8px;
  min-width: 20px;
  width: 20px;
}
.main-page-filters-more__icon svg {
  width: 8px;
}
.main-page-filters-more__text {
  font-size: 12px;
}
.goto-link-btn,
.main-page-filters-more__text {
  color: #076dcb;
  font-weight: 700;
  text-transform: uppercase;
}
.goto-link-btn {
  align-items: center;
  border: none;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: flex;
  font-size: 14px;
}
@media (max-width: 1023.98px) {
  .goto-link-btn {
    display: none;
  }
}
.goto-link-btn:focus,
.goto-link-btn:hover {
  box-shadow: transparent;
  color: #808797;
  outline: none;
}
.goto-link-btn:focus .goto-link-btn__icon svg,
.goto-link-btn:hover .goto-link-btn__icon svg {
  stroke: #808797;
}
.goto-link-btn__icon {
  background-color: #f3f2f8;
  border-radius: 100%;
  height: 25px;
  margin-bottom: 0;
  min-width: 25px;
  width: 25px;
}
.goto-link-btn__icon svg {
  stroke: #076dcb;
  width: 9px;
}
@media (min-width: 576px) {
  .modal-dialog-large {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .modal-dialog-large {
    max-width: 700px;
  }
}
@media (min-width: 1024px) {
  .modal-dialog-large {
    max-width: 940px;
  }
}
@media (min-width: 1260px) {
  .modal-dialog-large {
    max-width: 1032px;
  }
}
.modal-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .modal-title {
    font-size: 34px;
    margin-bottom: 25px;
  }
}
.modal-descr {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .modal-descr {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.btn-close {
  background: none;
  border: 0;
  border-radius: 0;
  height: 14px;
  opacity: 1;
  padding: 0 !important;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 14px;
}
@media (min-width: 1024px) {
  .btn-close {
    height: 18px;
    right: 25px;
    top: 25px;
    width: 18px;
  }
}
.modal-content {
  border-radius: 15px;
  padding: 25px;
}
@media (min-width: 1024px) {
  .modal-content {
    border-radius: 30px;
    padding: 65px 80px;
  }
}
.page-block {
  margin-bottom: 80px;
}

@media (min-width: 1024px) {
  .page-block--m-extra {
    margin-bottom: 100px;
  }
}
@media (min-width: 1260px) {
  .page-block--m-extra {
    margin-bottom: 135px;
  }
}
.page-block--small-m {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .page-block--small-m {
    margin-bottom: 40px;
  }
}
.page-block:last-child {
  margin-bottom: 60px;
}

.page-block__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.042;
  margin-bottom: 25px;
}
@media (min-width: 1260px) {
  .page-block__title {
    font-size: 34px;
    line-height: 1.18;
    margin-bottom: 35px;
  }
}
.page-block__title--m0 {
  margin-bottom: 0;
}
.page-block__heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (min-width: 1260px) {
  .page-block__heading {
    margin-bottom: 35px;
  }
}
.utp {
  color: #fff;
  margin-bottom: 50px;
  padding-bottom: 1px;
  position: relative;
}

@media (min-width: 1260px) {
  .utp {
    margin-bottom: 135px;
  }
}
.utp--main {
  padding-top: 100px;
}
@media (min-width: 1460px) {
  .utp--main {
    padding-top: 205px;
  }
}
.utp__content {
  position: relative;
}
.utp__background {
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  filter: saturate(10%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.utp__background--main {
  max-height: 80%;
}
.utp__background--leasing {
  max-height: 65%;
}
@media (min-width: 1024px) {
  .utp__background--leasing {
    max-height: 82%;
  }
}
@media (min-width: 1260px) {
  .utp__background--leasing {
    max-height: 79%;
  }
}
@media (min-width: 1460px) {
  .utp__background--leasing {
    max-height: 85%;
  }
}
.utp__background:before {
  background-color: rgba(0, 20, 39, 0.72);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.utp__pageTitle {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .utp__pageTitle {
    font-size: 60px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1460px) {
  .utp__pageTitle {
    font-size: 80px;
    margin-bottom: 55px;
  }
}
.utp__pageTitle--main {
  font-size: 28px;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .utp__pageTitle--main {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .utp__pageTitle--main {
    font-size: 60px;
    line-height: 0.96;
    margin-bottom: 30px;
  }
}
@media (min-width: 1460px) {
  .utp__pageTitle--main {
    font-size: 80px;
    margin-bottom: 40px;
  }
}
.utp__pageTitle--leasing {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .utp__pageTitle--leasing {
    margin-bottom: 40px;
  }
}
.utp__btn {
  margin-bottom: 30px;
}
@media (min-width: 1260px) {
  .utp__btn {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .page-content--col {
    display: flex;
  }
  .page-content__aside {
    flex: none;
    width: 280px;
  }
  .page-content__main {
    flex: 1;
    padding-left: 60px;
  }
  .main-page-filters-download-catalog {
    align-items: center;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex;
  }
}
.main-page-filters-download-catalog__description {
  align-items: center;
  display: flex;
}
@media (min-width: 1024px) {
  .main-page-filters-download-catalog__description {
    flex: 1 1 calc(50% - 16px);
  }
}
@media (min-width: 1460px) {
  .main-page-filters-download-catalog__description {
    flex: 1 1 calc(75% - 16px);
  }
}
@media (min-width: 1024px) {
  .main-page-filters-download-catalog__btn {
    flex: 1 1 calc(50% - 16px);
  }
}
@media (min-width: 1460px) {
  .main-page-filters-download-catalog__btn {
    flex: 1 1 calc(25% - 16px);
  }
}
.main-page-filters-download-catalog__icon {
  align-items: center;
  background: #fff;
  border-radius: 100%;
  display: flex;
  height: 45px;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 15px;
  min-width: 45px;
  width: 45px;
}
@media (max-width: 1023.98px) {
  .main-page-filters-download-catalog__icon {
    display: none;
  }
}
.main-page-filters-download-catalog__icon svg {
  width: 25px;
}
.main-page-filters-download-catalog__text {
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 1023.98px) {
  .main-page-filters-download-catalog__text {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .main-page-filters-download-catalog__text {
    font-size: 16px;
  }
}
@media (min-width: 1260px) {
  .main-page-filters-download-catalog__text {
    font-size: 22px;
  }
}
.video-block {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.video-block:after {
  background-color: rgba(0, 20, 39, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.expert-selection {
  background: #f3f2f8;
  padding-top: 45px;
}
@media (min-width: 1024px) {
  .expert-selection {
    border-radius: 20px;
    margin-top: 180px;
    padding-top: 0;
  }
}
.expert-selection__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .expert-selection__title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1460px) {
  .expert-selection__title {
    font-size: 34px;
    line-height: 40px;
  }
}
.expert-selection__text {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .expert-selection__text {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1460px) {
  .expert-selection__text {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .expert-selection__content {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1023.98px) {
  .expert-selection__main {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .expert-selection__main {
    flex: 1 58.3%;
    max-width: 58.3%;
  }
}
.expert-selection__fig {
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .expert-selection__fig {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .expert-selection__fig {
    margin-top: -40px;
    padding-left: 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1579.98px) {
  .expert-selection__form-descr {
    margin-top: 0;
  }
}
.question-request {
  background: #076dcb;
  border-radius: 15px;
  color: #fff;
  padding: 0 0 0 25px;
}
@media (min-width: 1024px) {
  .question-request {
    padding: 0 0 0 40px;
  }
}
@media (min-width: 1260px) {
  .question-request {
    padding: 0 0 0 80px;
  }
}
.question-request--cooperation {
  padding: 20px;
}
@media (min-width: 1260px) {
  .question-request--cooperation {
    padding: 50px 60px;
  }
}
.question-request__heading {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .question-request__heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}
.question-request__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .question-request__title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1460px) {
  .question-request__title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .question-request__title--cooperation {
    margin-bottom: 0;
  }
}
.question-request__text {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .question-request__text {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1460px) {
  .question-request__text {
    font-size: 20px;
  }
}
.question-request__text--cooperation {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .question-request__content {
    display: flex;
    justify-content: space-between;
  }
}
.question-request__main {
  padding-top: 25px;
}
@media (max-width: 1023.98px) {
  .question-request__main {
    padding-bottom: 40px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .question-request__main {
    flex: 1 65%;
    max-width: 65%;
    padding-bottom: 62px;
    padding-top: 63px;
  }
}
@media (min-width: 1260px) {
  .question-request__main {
    flex: 1 60%;
    max-width: 60%;
  }
}
@media (min-width: 1460px) {
  .question-request__main {
    flex: 1 58.333%;
    max-width: 58.333%;
  }
}
@media (min-width: 1580px) {
  .question-request__main {
    flex: 1 66.666%;
    max-width: 66.666%;
    padding-bottom: 70px;
    padding-right: 65px;
    padding-top: 70px;
  }
}
.question-request__fig {
  align-items: flex-end;
  display: flex;
  margin-bottom: 0;
  position: relative;
}
.question-request__fig:before {
  background-image: url(../images/question-request-bg-mobile.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .question-request__fig {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .question-request__fig {
    margin-left: 50px;
  }
  .question-request__fig:before {
    background-image: url(../images/question-request-bg.png);
    background-position: 0 100%;
    background-size: cover;
    width: 75%;
  }
}
@media (min-width: 1260px) {
  .question-request__fig {
    margin-left: 80px;
  }
}
@media (min-width: 1460px) {
  .question-request__fig {
    flex: 1 33.33%;
    justify-content: flex-start;
    margin-left: 0;
    max-width: 33.33%;
  }
}
@media (min-width: 1580px) {
  .question-request__fig {
    padding-left: 20px;
  }
}
.question-request__img {
  z-index: 1;
}
@media (min-width: 1260px) {
  .question-request__img {
    padding-right: 140px;
  }
}
@media (min-width: 1024px) {
  .img-cat-list {
    display: flex;
    gap: 10px;
  }
}
.img-cat-list__item {
  background: #f3f2f8;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1023.98px) {
  .img-cat-list__item {
    margin-bottom: 10px;
  }
  .img-cat-list__item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .img-cat-list__item {
    flex: 1 1 calc(33.33333% - 10px);
    max-width: calc(33.33333% - 10px);
  }
}
.img-cat-list__link:after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 9 8-8m0 0H1m8 0v8' stroke='%23076DCB' stroke-width='1.5'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  content: "";
  height: 40px;
  position: absolute;
  right: 25px;
  top: 25px;
  transition: 0.5s;
  width: 40px;
}
@media (max-width: 1023.98px) {
  .img-cat-list__item:after {
    height: 35px;
    right: 10px;
    top: 10px;
    width: 35px;
  }
}
.img-cat-list__item:hover img {
  transform: scale(1.1);
}
.img-cat-list__link:hover:after {
  background-color: #076dcb;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 9 8-8m0 0H1m8 0v8' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");
}
.img-cat-list__title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1024px) {
  .img-cat-list__title {
    font-size: 20px;
  }
}
.img-cat-list__link {
  display: block;
  padding: 25px;
}
.img-cat-list__link,
.img-cat-list__link:focus,
.img-cat-list__link:hover {
  color: #212529;
  text-decoration: none;
}
.img-cat-list__img {
  margin-bottom: 20px;
}
@media (max-width: 1023.98px) {
  .img-cat-list__img {
    padding-left: 30px;
    padding-right: 60px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .img-cat-list__img {
    margin-bottom: 28px;
    padding-left: 11px;
  }
}
@media (min-width: 1460px) {
  .img-cat-list__img {
    padding-left: 45px;
  }
}
@media (min-width: 1580px) {
  .img-cat-list__img {
    padding-left: 65px;
  }
}
.img-cat-list__img img {
  transition: 0.5s;
}
.text-block {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5625;
}
@media (min-width: 1024px) {
  .text-block--2-col {
    display: flex;
    justify-content: space-between;
  }
}
.text-block__left {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .text-block__left {
    flex: 1 1 40%;
    max-width: 40%;
  }
}
@media (min-width: 1460px) {
  .text-block__left {
    flex: 1 1 42%;
    font-size: 28px;
    max-width: 42%;
  }
}
@media (min-width: 1024px) {
  .text-block__right {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.text-block__text {
  margin-bottom: 20px;
}
@media (min-width: 1460px) {
  .text-block__text {
    margin-bottom: 40px;
  }
}
.text-block__logo {
  background-color: #f3f2f8;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 0;
  padding: 15px 25px;
}
@media (min-width: 1260px) {
  .text-block__logo {
    border-radius: 10px;
    padding: 20px 30px;
  }
}
.text-block__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .text-block__title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.why-us {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .why-us {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.why-us__item {
  background-color: #f3f2f8;
  border-radius: 10px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 8px;
}
@media (min-width: 1024px) {
  .why-us__item {
    align-items: center;
    flex: 1 1 calc(50% - 15px);
    margin-bottom: 0;
    max-width: calc(50% - 7.5px);
    padding: 10px;
  }
}
.why-us__icon {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-bottom: 0;
  min-width: 50px;
  width: 50px;
}
@media (min-width: 1260px) {
  .why-us__icon {
    height: 85px;
    width: 85px;
  }
}
.why-us__icon img {
  width: 24px;
}
@media (min-width: 1260px) {
  .why-us__icon img {
    width: 37px;
  }
}
.why-us__item-content {
  flex: 1;
  padding: 12px 0 12px 12px;
}
@media (min-width: 1024px) {
  .why-us__item-content {
    order: 1;
  }
}
.why-us__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .why-us__title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.why-us__text {
  color: #808797;
  margin-bottom: 0;
}
.faq-item {
  border-bottom: 1px solid #dbd8eb;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .faq-item {
    padding: 18px 0;
  }
}
.faq-item:first-child {
  border-top: 1px solid #dbd8eb;
}
.faq-item__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .faq-item__title {
    font-size: 20px;
  }
}
.faq-item__icon {
  align-items: center;
  background-color: #f3f2f8;
  border-radius: 100%;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 0;
  min-width: 40px;
  width: 40px;
}
@media (min-width: 1460px) {
  .faq-item__icon {
    height: 50px;
    width: 50px;
  }
}
.faq-item__icon:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1h12' stroke='%23076DCB' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
  height: 2px;
  width: 12px;
}
@media (min-width: 1460px) {
  .faq-item__icon:before {
    height: 2px;
    width: 14px;
  }
}
.faq-item__num {
  color: #808797;
  font-weight: 600;
  margin-right: 20px;
}
@media (max-width: 1023.98px) {
  .faq-item__num {
    display: none;
  }
}
@media (min-width: 1260px) {
  .faq-item__num {
    margin-right: 40px;
  }
}
.faq-item__header {
  align-items: center;
  -moz-column-gap: 38px;
  column-gap: 38px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.faq-item__header.collapsed .faq-item__icon:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12V0M0 6h12' stroke='%23076DCB' stroke-width='2'/%3E%3C/svg%3E");
  height: 12px;
  width: 12px;
}
@media (min-width: 1460px) {
  .faq-item__header.collapsed .faq-item__icon:before {
    height: 14px;
    width: 14px;
  }
}
.faq-item__header:hover .faq-item__title {
  color: #076dcb;
}
.faq-item__header:hover .faq-item__num {
  color: #808797;
}
.faq-item__text {
  color: #808797;
  padding-bottom: 10px;
  padding-top: 20px;
}
.carousel {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .carousel {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .carousel__bottom {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .carousel__bottom {
    justify-content: space-between;
  }
}
@media (min-width: 1760px) {
  .carousel__bottom {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .carousel__btn {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1260px) {
  .carousel__btn {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1460px) {
  .carousel__btn {
    padding-left: 117px;
    padding-right: 117px;
  }
}
.carousel__btns {
  text-align: center;
}
@media (min-width: 1024px) {
  .carousel__btns {
    display: none;
  }
}
.leasing-preview {
  background-color: #f3f2f8;
  border-radius: 15px;
  overflow: hidden;
  padding: 25px;
}
@media (min-width: 1024px) {
  .leasing-preview {
    display: flex;
  }
}
@media (min-width: 1260px) {
  .leasing-preview {
    border-radius: 20px;
    padding: 30px;
  }
}
@media (max-width: 1023.98px) {
  .leasing-preview__content {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .leasing-preview__content {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 1260px) {
  .leasing-preview__content {
    padding-top: 40px;
  }
}
.leasing-preview__img {
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .leasing-preview__img {
    flex: 1 1 50%;
  }
  .leasing-preview__img:before {
    background-color: #e7e5f0;
    border-radius: 100%;
    content: "";
    height: 654px;
    left: 100%;
    position: absolute;
    top: -20%;
    transform: translateX(-60%);
    width: 654px;
  }
}
@media (min-width: 1260px) {
  .leasing-preview__img:before {
    height: 700px;
    width: 700px;
  }
}
@media (min-width: 1460px) {
  .leasing-preview__img:before {
    height: 800px;
    width: 800px;
  }
}
@media (min-width: 1580px) {
  .leasing-preview__img:before {
    height: 894px;
    width: 894px;
  }
}
.leasing-preview__img img {
  position: relative;
}
.leasing-list {
  background: #f3f2f8;
  border-radius: 15px;
  font-weight: 500;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px;
}
@media (min-width: 1024px) {
  .leasing-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
  }
}
@media (min-width: 1260px) {
  .leasing-list {
    padding: 50px 60px;
  }
}
@media (min-width: 1580px) {
  .leasing-list {
    gap: 37px;
  }
}
.leasing-list__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1;
}
.leasing-list__item {
  color: #076dcb;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: flex;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .leasing-list__item {
    flex: 1 1 calc(50% - 30px);
    margin-bottom: 0;
    max-width: 50%;
  }
}
@media (min-width: 1460px) {
  .leasing-list__item {
    flex: 1 1 calc(27% - 30px);
    max-width: calc(27% - 15px);
  }
}
@media (min-width: 1580px) {
  .leasing-list__item {
    flex: 1 1 calc(27% - 37px);
    max-width: calc(27% - 18.5px);
  }
}
@media (min-width: 1460px) {
  .leasing-list__item--btn {
    flex: 1 1 calc(19% - 30px);
    max-width: calc(19% - 15px);
  }
}
@media (min-width: 1580px) {
  .leasing-list__item--btn {
    flex: 1 1 calc(19% - 37px);
    max-width: calc(19% - 18.5px);
  }
}
.leasing-list__title {
  color: #808797;
  font-size: 16px;
}
@media (min-width: 1260px) {
  .leasing-list__title {
    font-size: 20px;
  }
}
.leasing-list__label {
  font-size: 22px;
}
@media (min-width: 1260px) {
  .leasing-list__label {
    font-size: 34px;
  }
}
.leasing-list__value {
  font-size: 52px;
  line-height: 1;
}
@media (min-width: 1260px) {
  .leasing-list__value {
    font-size: 70px;
  }
}
.leasing-preview-list {
  display: flex;
  font-weight: 500;
  gap: 37px;
  list-style-type: none;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 1260px) {
  .leasing-preview-list {
    margin-bottom: 50px;
  }
}
.leasing-preview-list__main {
  color: #076dcb;
  line-height: 1;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .leasing-preview-list__main {
    margin-bottom: 10px;
  }
}
.leasing-preview-list__item {
  flex: 1 1 calc(50% - 37px);
  max-width: 50%;
}
.leasing-preview-list__title {
  color: #808797;
  font-size: 16px;
}
@media (min-width: 1260px) {
  .leasing-preview-list__title {
    font-size: 20px;
  }
}
.leasing-preview-list__label {
  font-size: 22px;
}
@media (min-width: 1260px) {
  .leasing-preview-list__label {
    font-size: 34px;
  }
}
.leasing-preview-list__value {
  font-size: 44px;
}
@media (min-width: 1260px) {
  .leasing-preview-list__value {
    font-size: 70px;
  }
}
@media (min-width: 1024px) {
  .leasing-cat-list {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
  }
}
.leasing-cat-list__item {
  border: 1px solid #dbd8eb;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 25px;
  text-align: center;
}
.leasing-cat-list__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .leasing-cat-list__item {
    flex: 1 1 calc(33.33333% - 10px);
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .leasing-cat-list__item {
    padding: 33px 35px 25px;
  }
}
.leasing-cat-list__item:hover img {
  transform: scale(1.1);
}
.leasing-cat-list__link {
  display: block;
}
.leasing-cat-list__link,
.leasing-cat-list__link:hover {
  color: inherit;
  text-decoration: none;
}
.leasing-cat-list__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  .leasing-cat-list__title {
    font-size: 20px;
  }
}
.leasing-cat-list__img {
  margin-bottom: 17px;
}
@media (min-width: 1260px) {
  .leasing-cat-list__img {
    margin-bottom: 28px;
  }
}
.leasing-cat-list__img img {
  transition: 0.5s;
}
.leasing-ratings__img {
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .leasing-ratings__img {
    border-radius: 20px;
    margin-bottom: 0;
  }
}
.leasing-ratings__list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.leasing-ratings__icon {
  height: 18px;
  min-width: 18px;
  width: 18px;
}
@media (min-width: 1024px) {
  .leasing-ratings__icon {
    height: 21px;
    min-width: 21px;
    width: 21px;
  }
}
.leasing-ratings__item {
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: flex;
  font-weight: 500;
  margin-bottom: 15px;
}
.trust-us .owl-stage {
  padding-left: 0 !important;
}
.trust-us__item {
  align-items: center;
  background-color: #f3f2f8;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 12px;
}
@media (min-width: 1024px) {
  .trust-us__item {
    border-radius: 20px;
    padding: 25px;
  }
}
@media (min-width: 1260px) {
  .trust-us__item {
    padding: 33px;
  }
}
.article-page__text {
  font-size: 14px;
  margin-bottom: 30px;
}
.article-page__text p {
  margin-bottom: 15px;
}
.article-page__image {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .article-page__image {
    border-radius: 20px;
    margin-bottom: 35px;
  }
}
.article-page__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.article-page__sidebar {
  padding-left: 50px;
}
@media (max-width: 1023.98px) {
  .article-page__sidebar {
    display: none;
  }
}
@media (min-width: 1260px) {
  .article-page__sidebar {
    padding-left: 30px;
  }
}
@media (min-width: 1460px) {
  .article-page__sidebar {
    padding-left: 70px;
  }
}
@media (min-width: 1580px) {
  .article-page__sidebar {
    padding-left: 90px;
  }
}
.article-page-like {
  align-items: center;
  display: flex;
  gap: 35px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .article-page-like {
    justify-content: space-between;
  }
}
.article-page-like__title {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .article-page-like__title {
    font-size: 16px;
  }
}
.article-page-like__label {
  color: #808797;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .article-page-like__label {
    font-size: 16px;
  }
}
.article-page-like__block {
  align-items: center;
  display: flex;
  gap: 8px;
}
.article-values {
  align-items: flex-end;
  color: #808797;
  display: flex;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .article-values--row {
    justify-content: space-between;
  }
}
.article-values--page {
  border-top: 1px solid #dbd8eb;
  margin-bottom: 25px;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .article-values--page {
    margin-bottom: 35px;
    padding-top: 25px;
  }
}
.article-values__icon {
  fill: #808797;
  width: 16px;
}
.article-values__item {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  line-height: 1;
}
.article-reviews__heading {
  border-bottom: 1px solid #dbd8eb;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .article-reviews__heading {
    align-items: center;
    -moz-column-gap: 25px;
    column-gap: 25px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
  }
}
.article-reviews__count {
  color: #808797;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1023.98px) {
  .article-reviews__count {
    display: none;
  }
}
@media (min-width: 1024px) {
  .article-reviews__count {
    font-size: 16px;
  }
}
.article-reviews__count--mobile {
  display: inline-block;
}
@media (min-width: 1024px) {
  .article-reviews__count--mobile {
    display: none;
  }
}
.article-comment {
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .article-comment {
    border-bottom: 1px solid #dbd8eb;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .article-comment:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
  }
}
.article-comment__heading {
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.article-comment__name {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .article-comment__name {
    font-size: 20px;
  }
}
.article-comment__date {
  color: #808797;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .article-comment__date {
    font-size: 16px;
  }
}
.article-comment__text {
  font-size: 14px;
}
.article-comment__text p {
  margin-bottom: 10px;
}
.articles-list .owl-stage {
  display: flex;
  padding-left: 0 !important;
}
.articles-list__wrap {
  position: relative;
}
.articles-list--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1260px) {
  .articles-list--flex {
    gap: 30px;
  }
}
.articles-list__arr {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbd8eb;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 35px;
  justify-content: center;
  width: 35px;
}
@media (min-width: 1024px) {
  .articles-list__arr {
    height: 50px;
    width: 50px;
  }
}
.articles-list__arr:hover {
  background-color: rgba(7, 109, 203, 0.1);
}
@media (min-width: 1760px) {
  .articles-list__arr--left {
    margin-left: -90px;
  }
  .articles-list__arr--right {
    margin-right: -90px;
  }
}
.articles-list__arr svg {
  width: 5px;
}
@media (min-width: 1024px) {
  .articles-list__arr svg {
    width: 7px;
  }
}
.articles-list__nav {
  align-items: center;
  display: none;
  gap: 15px;
  justify-content: center;
  z-index: 2;
}
@media (min-width: 1024px) {
  .articles-list__nav {
    display: flex;
  }
}
@media (min-width: 1760px) {
  .articles-list__nav {
    justify-content: space-between;
    left: 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
  }
}
.article-row {
  background: #f3f2f8;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .article-row {
    border-radius: 20px;
  }
}
.article-row__link:after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.343 7h11.314m0 0L6 1.343M11.657 7 6 12.657' stroke='%23076DCB' stroke-width='1.5'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  bottom: 25px;
  height: 40px;
  position: absolute;
  right: 25px;
  transition: 0.5s;
  width: 40px;
}
@media (max-width: 1023.98px) {
  .article-row__link:after {
    height: 35px;
    right: 10px;
    top: 10px;
    width: 35px;
  }
}
@media (min-width: 1024px) {
  .article-row__link:after {
    content: "";
  }
}
.article-row__link:hover .article-row__image img {
  transform: scale(1.1);
}
.article-row__link:hover:after {
  background-color: #076dcb;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.343 7h11.314m0 0L6 1.343M11.657 7 6 12.657' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");
}
.article-row--flex {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .article-row--flex {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .article-row--flex {
    flex: 1 1 calc(33.33333% - 20px);
    max-width: calc(33.33333% - 10px);
  }
}
@media (min-width: 1260px) {
  .article-row--flex {
    flex: 1 1 calc(25% - 30px);
    max-width: calc(25% - 20px);
  }
}
.article-row--carousel {
  height: 100%;
}
.article-row__link {
  display: block;
  height: 100%;
}
.article-row__link,
.article-row__link:hover {
  color: inherit;
  text-decoration: none;
}
.article-row__image {
  margin-bottom: 15px;
  overflow: hidden;
}
.article-row__image img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
  width: 100%;
}
.article-row__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 35px;
}
@media (min-width: 1580px) {
  .article-row__title {
    font-size: 20px;
  }
}
.article-row__content {
  padding: 0 20px 20px;
}
@media (min-width: 1024px) {
  .article-row__content {
    padding: 0 25px 35px;
  }
}
.download-catalog-offer {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.download-catalog-offer--blue {
  background-color: #076dcb;
}
.download-catalog-offer--gray {
  background-color: #808797;
}
@media (max-width: 767.98px) {
  .download-catalog-offer--gray .download-catalog-offer__link {
    align-items: center;
    -moz-column-gap: 19px;
    column-gap: 19px;
    display: flex;
  }
  .download-catalog-offer--gray .download-catalog-offer__title {
    flex: 1 calc(55% - 19px);
  }
  .download-catalog-offer--gray .download-catalog-offer__img {
    flex: 1 calc(45% - 19px);
  }
  .download-catalog-offer--gray .download-catalog-offer__dots-pattern {
    height: 100%;
    left: 55%;
    width: 45%;
  }
}
.download-catalog-offer__link {
  display: block;
  padding: 25px;
}
.download-catalog-offer__link,
.download-catalog-offer__link:hover {
  color: inherit;
  text-decoration: inherit;
}
.download-catalog-offer__link--products {
  padding: 20px;
}
.download-catalog-offer__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (min-width: 1024px) {
  .download-catalog-offer__title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1460px) {
  .download-catalog-offer__title {
    font-size: 20px;
  }
}
.download-catalog-offer__dots-pattern {
  bottom: 0;
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}
.download-catalog-offer__img {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.download-catalog-offer__img img {
  min-width: 100%;
}
.download-catalog-offer__img--sidebar {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1460px) {
  .download-catalog-offer__img--sidebar {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.telegram-item {
  background-color: #076dcb;
  border-radius: 10px;
  color: #fff;
  position: relative;
}
@media (min-width: 1024px) {
  .telegram-item {
    border-radius: 20px;
  }
}
.telegram-item:hover {
  background-color: rgba(7, 109, 203, 0.8);
}
.telegram-item:after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.533 2.74s1.457-.567 1.335.812c-.04.569-.404 2.557-.688 4.708l-.971 6.371s-.081.933-.81 1.096c-.728.162-1.82-.568-2.023-.73-.162-.123-3.035-1.949-4.047-2.841-.284-.244-.608-.73.04-1.299l4.25-4.058c.485-.487.97-1.623-1.053-.244L4.9 10.41s-.648.406-1.862.041L.408 9.64s-.972-.608.688-1.217c4.047-1.907 9.025-3.855 13.436-5.681h.001Z' fill='%23076DCB'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  content: "";
  height: 40px;
  position: absolute;
  right: 25px;
  top: 25px;
  transition: 0.5s;
  width: 40px;
}
@media (max-width: 1023.98px) {
  .telegram-item:after {
    height: 35px;
    right: 20px;
    top: 20px;
    width: 35px;
  }
}
@media (min-width: 1024px) {
  .telegram-item:after {
    content: "";
  }
}
.telegram-item--carousel {
  height: 100%;
}
.telegram-item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 20px;
}
.telegram-item__link,
.telegram-item__link:hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .telegram-item__link {
    padding: 25px;
  }
}
.telegram-item__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 1580px) {
  .telegram-item__title {
    font-size: 20px;
  }
}
.telegram-item__text {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .telegram-item__text {
    font-size: 14px;
  }
}
.about-main-page__img {
  margin-bottom: 0;
}
.about-main-page__img img {
  border-radius: 10px 10px 0 0;
}
@media (min-width: 1024px) {
  .about-main-page__img img {
    border-radius: 20px 20px 0 0;
  }
}
.about-main-page__img-descr {
  background-color: #f3f2f8;
  border-radius: 0 0 10px 10px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  display: flex;
  margin-bottom: 20px;
  padding: 15px 10px;
}
@media (min-width: 1024px) {
  .about-main-page__img-descr {
    border-radius: 0 0 20px 20px;
    margin-bottom: 0;
    padding: 25px 20px;
  }
}
@media (min-width: 1260px) {
  .about-main-page__img-descr {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.about-main-page__img-descr-icon {
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 0;
  min-width: 40px;
  width: 40px;
}
.about-main-page__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 1260px) {
  .about-main-page__title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .about-main-page__text {
    padding-right: 25px;
  }
}
@media (min-width: 1580px) {
  .about-main-page__text {
    padding-right: 30px;
  }
}
.partners .owl-stage {
  padding-left: 0 !important;
}
.partners__item {
  border-radius: 10px;
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .partners__item {
    border-radius: 20px;
  }
}
.contact__panel {
  background-color: #f3f2f8;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 20px;
}
@media (min-width: 1024px) {
  .contact__panel {
    border-radius: 20px;
    margin-bottom: 0;
    padding: 40px;
  }
}
.contact__map {
  border-radius: 10px;
  height: 400px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  .contact__map {
    border-radius: 20px;
    height: 100%;
  }
}
.contact-list {
  list-style-type: none;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 1260px) {
  .contact-list {
    margin-bottom: 60px;
  }
}
.contact-list__item {
  margin-bottom: 20px;
}
.contact-list__label {
  color: #808797;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1260px) {
  .contact-list__label {
    margin-bottom: 5px;
  }
}
.contact-list__value {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1260px) {
  .contact-list__value {
    font-size: 20px;
  }
}
.contact-list__descr {
  color: #808797;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}
@media (min-width: 1260px) {
  .contact-list__descr {
    margin-top: 10px;
  }
}
.catalog-list {
  margin-bottom: 45px;
}
.catalog-list__item {
  border: 1px solid #dbd8eb;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 20px;
}
@media (min-width: 1024px) {
  .catalog-list__item {
    align-items: center;
    border-radius: 15px;
    display: flex;
    padding: 23px 40px 23px 5px;
  }
}
@media (min-width: 1580px) {
  .catalog-list__item {
    padding: 23px 60px 23px 5px;
  }
}
.catalog-list__item:last-child {
  margin-bottom: 0;
}
.catalog-list__main {
  align-items: center;
  display: flex;
}
@media (max-width: 1023.98px) {
  .catalog-list__main {
    border-bottom: 1px solid #dbd8eb;
    flex: 1 1 40%;
    padding-bottom: 20px;
  }
}
@media (min-width: 1460px) {
  .catalog-list__main {
    flex: 1 1 35%;
  }
}
.catalog-list__img {
  margin-bottom: 0;
  padding-right: 23px;
  position: relative;
}
@media (min-width: 1024px) {
  .catalog-list__img {
    padding-right: 52px;
  }
  .catalog-list__img:after {
    background-color: #dbd8eb;
    content: "";
    height: 50%;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
}
.catalog-list__img img {
  min-width: 85px;
}
.catalog-list__link {
  color: #212529;
  text-decoration: none;
}
.catalog-list__link:hover {
  color: #076dcb;
  text-decoration: none;
}
.catalog-list__title {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .catalog-list__title {
    margin-bottom: 0;
  }
}
.catalog-list-load-capacities {
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  row-gap: 15px;
}
@media (max-width: 1023.98px) {
  .catalog-list-load-capacities {
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .catalog-list-load-capacities {
    flex: 1 1 60%;
    padding-left: 25px;
  }
}
@media (min-width: 1460px) {
  .catalog-list-load-capacities {
    -moz-column-gap: 35px;
    column-gap: 35px;
    flex: 1 1 65%;
    padding-left: 40px;
    row-gap: 20px;
  }
}
.catalog-list-load-capacities__link {
  color: #808797;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 1460px) {
  .catalog-list-load-capacities__link {
    font-size: 16px;
  }
}
.brand-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  .brand-list {
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: flex;
    row-gap: 10px;
  }
  .brand-list__item {
    flex: 1 1 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}
@media (min-width: 576px) {
  .brand-list__item {
    margin-bottom: 10px;
  }
  .brand-list__item:last-child {
    margin-bottom: 0;
  }
}
.brand-list__link {
  color: #212529;
  font-size: 14px;
  text-decoration: none;
}
@media (min-width: 1460px) {
  .brand-list__link {
    font-size: 16px;
  }
}
.brand-list__link:hover {
  color: #076dcb;
  text-decoration: none;
}
.brands-alphabet-list {
  position: relative;
}
@media (min-width: 576px) {
  .brands-alphabet-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .brands-alphabet-list__item {
    border-bottom: 1px solid #dbd8eb;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-right: 30px;
  }
  .brands-alphabet-list__item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .brands-alphabet-list__item {
    display: flex;
    flex: 1 1 calc(50% - 30px);
    flex-wrap: wrap;
    gap: 25px;
    max-width: calc(50% - 15px);
  }
}
@media (min-width: 1024px) {
  .brands-alphabet-list__item {
    flex: 1 1 calc(33.33333% - 30px);
    gap: 35px;
    max-width: calc(33.33333% - 10px);
    padding-right: 50px;
  }
}
@media (min-width: 1460px) {
  .brands-alphabet-list__item {
    gap: 50px;
  }
}
.brands-alphabet-list__char {
  color: #808797;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  min-width: 1em;
}
@media (min-width: 1024px) {
  .brands-alphabet-list__char {
    font-size: 46px;
  }
}
@media (min-width: 1460px) {
  .brands-alphabet-list__char {
    font-size: 52px;
  }
}
.brands-alphabet-list__divider {
  background-color: #dbd8eb;
  display: none;
  flex: 1 1 100%;
  height: 1px;
  margin-bottom: 25px;
  margin-top: 35px;
  width: 100%;
}
@media (min-width: 1024px) {
  .brands-alphabet-list__divider {
    display: block;
    margin-bottom: 35px;
    margin-top: 50px;
  }
}
.brands-alphabet-list__divider--2-col {
  display: none;
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .brands-alphabet-list__divider--2-col {
    display: block;
  }
}
.brands-chars-list {
  -moz-column-gap: 35px;
  column-gap: 35px;
  display: flex;
  list-style-type: none;
  margin-bottom: 25px;
  margin-left: 0;
  overflow-x: auto;
  padding: 0;
}
@media (min-width: 1024px) {
  .brands-chars-list {
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 30px;
  }
}
.brands-chars-list__item {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .brands-chars-list__item {
    font-size: 16px;
  }
}
.brands-chars-list__item:hover {
  color: #076dcb;
}
.brands-chars-list__btn--active {
  background: #076dcb !important;
  color: #fff !important;
}
.brands-search {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .brands-search {
    margin-bottom: 50px;
  }
}
.brands-search__input {
  padding: 15px 40px 15px 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  .brands-search__input {
    padding: 15px 40px 15px 20px;
  }
}
@media (min-width: 1024px) {
  .brands-search__input::-moz-placeholder {
    font-size: 16px;
  }
  .brands-search__input::placeholder {
    font-size: 16px;
  }
}
.brands-search__btn {
  box-shadow: none;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.brands-search__icon {
  height: 16px;
  width: 16px;
}
.aside-filter {
  margin-bottom: 30px;
}
.aside-filter:last-child {
  margin-bottom: 35px;
}
.aside-filter__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.aside-filter__reset-btn {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 20px;
  text-transform: uppercase;
}
.aside-filter__reset-btn,
.aside-filter__reset-btn:focus,
.aside-filter__reset-btn:hover {
  color: #808797;
  text-decoration: none;
}
.main-page-filters {
  background: #f3f2f8;
  border-radius: 30px;
  color: #212529;
  padding: 40px 32px;
  position: relative;
  z-index: 1;
}
.main-page-filters__row {
  border-bottom: 1px solid #dbd8eb;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .main-page-filters__row {
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 21px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1260px) {
  .main-page-filters__row {
    margin-bottom: 30px;
    padding-bottom: 19px;
  }
}
@media (min-width: 1580px) {
  .main-page-filters__row {
    padding-bottom: 8px;
  }
}
.main-page-filters__col {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .main-page-filters__col {
    flex: 1 1 calc(33.33333% - 16px);
  }
}
@media (min-width: 1024px) and (max-width: 1459.98px) {
  .main-page-filters__col:nth-child(4) {
    order: 2;
  }
}
@media (min-width: 1460px) {
  .main-page-filters__col {
    flex: 1 1 calc(33.33333% - 16px);
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .main-page-filters__col--collapse.collapse {
    display: block;
  }
}
.main-page-filters__col--btn {
  order: 3;
}
@media (min-width: 1460px) and (max-width: 1579.98px) {
  .main-page-filters__col--btn {
    max-width: calc(33.33333% - 16px);
  }
}
@media (min-width: 1580px) {
  .main-page-filters__col--btn {
    max-width: calc(33.33333% - 16px);
  }
}
.main-page-filters__col--slider {
  margin-bottom: 27px;
}
@media (max-width: 1023.98px) {
  .main-page-filters__col--slider:nth-child(5) {
    margin-top: 20px;
  }
}
@media (min-width: 1460px) and (max-width: 1579.98px) {
  .main-page-filters__col--slider {
    flex: 1 1 calc(33.33333% - 16px);
  }
}
@media (min-width: 1460px) {
  .main-page-filters__col--slider {
    margin-bottom: 29px;
  }
}
.aside-filters__inner {
  background: #f3f2f8;
  margin-bottom: 15px;
  padding: 20px;
}
@media (min-width: 1024px) {
  .aside-filters__inner {
    border-radius: 20px;
  }
}
@media (max-width: 1023.98px) {
  .aside-filters {
    height: 100%;
    left: -360px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: all 0.5s;
    width: 320px;
    z-index: 40;
  }
}
@media (min-width: 1024px) {
  .aside-filters {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023.98px) {
  .aside-filters--open {
    left: 0;
  }
}
.aside-filters__btn {
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 13px 15px 13px 20px;
  text-transform: uppercase;
  width: 100%;
}
.aside-filters__btn,
.aside-filters__btn:hover {
  background-color: #076dcb;
  color: #fff;
}
@media (min-width: 1024px) {
  .aside-filters__btn {
    display: none;
  }
}
.aside-filters__btn svg {
  width: 20px;
}
.catalog-filters-heading {
  border-bottom: 1px solid #dbd8eb;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.catalog-filters-heading__pr-count,
.catalog-filters-sort {
  color: #808797;
  font-size: 16px;
  font-weight: 500;
}
.catalog-filters-sort .sort {
  color: #212529;
  text-decoration: none;
}
#mse2_sort .sort[data-dir="asc"] span:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M11 7 6 2 1 7' stroke='%23212529' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}
#mse2_sort .sort[data-dir="desc"] span:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M11 1 6 6 1 1' stroke='%23212529' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}
#mse2_sort a.active,
#mse2_tpl a.active {
  color: #212529;
}
.product-page__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .product-page__title {
    font-size: 34px;
  }
}
.product-page__heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.product-page__heading-inf {
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
}
.product-page__introtext {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 35px;
}
@media (max-width: 1023.98px) {
  .product-page__left {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1459.98px) {
  .product-page__left {
    flex: 1 60%;
    width: 60%;
  }
}
@media (max-width: 1023.98px) {
  .product-page__right {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1459.98px) {
  .product-page__right {
    flex: 1 40%;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .product-page__main {
    margin-bottom: 80px;
  }
}
@media (min-width: 1580px) {
  .product-page__main {
    margin-bottom: 130px;
  }
}
@media (min-width: 1024px) {
  .product-gallery {
    display: flex;
  }
}
.product-gallery__list {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.product-gallery__list-wrap {
  display: none;
}
@media (min-width: 1024px) {
  .product-gallery__list-wrap {
    align-items: center;
    display: flex;
    flex: 1 14%;
    flex-direction: column;
    justify-content: space-between;
    max-width: 14%;
    width: 14%;
  }
}
@media (min-width: 1260px) {
  .product-gallery__list-wrap {
    flex: 1 12.5%;
    max-width: 12.5%;
    width: 12.5%;
  }
}
@media (min-width: 1460px) {
  .product-gallery__list-wrap {
    flex: 1 11.5%;
    max-width: 11.5%;
    width: 11.5%;
  }
}
@media (min-width: 1580px) {
  .product-gallery__list-wrap {
    flex: 1 10.5%;
    max-width: 10.5%;
    width: 10.5%;
  }
}
.product-gallery__link {
  background: #f3f2f8;
  border: 1px solid #f3f2f8;
  border-radius: 5px;
  display: block;
  padding: 8px 18px;
  text-decoration: none;
}
.product-gallery__link--selected {
  border-color: #076dcb;
}
.product-gallery__link img {
  mix-blend-mode: multiply;
}
.product-gallery__arrow {
  border: 0;
  display: flex;
  padding: 0;
}
.product-gallery__arrow:active,
.product-gallery__arrow:focus {
  outline: none;
}
.product-gallery__arrow--prev {
  align-items: flex-start;
}
.product-gallery__arrow--next {
  align-items: flex-end;
}
.product-gallery__arrow svg {
  height: 8px;
  width: 12px;
}
.product-gallery__mainImage {
  align-items: center;
  background: #f3f2f8;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding: 90px;
}
@media (min-width: 1024px) {
  .product-gallery__mainImage {
    display: none;
    padding: 90px 25px 80px 90px;
  }
}
@media (min-width: 1260px) {
  .product-gallery__mainImage {
    padding: 90px 35px 90px 110px;
  }
}
@media (min-width: 1460px) {
  .product-gallery__mainImage {
    padding: 90px 50px 90px 120px;
  }
}
@media (min-width: 1580px) {
  .product-gallery__mainImage {
    padding: 90px 120px 90px 150px;
  }
}
@media (min-width: 1024px) {
  .product-gallery__mainImage--active {
    display: flex;
  }
}
.product-gallery__mainImage-wrap {
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 1023.98px) {
  .product-gallery__mainImage-wrap {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .product-gallery__mainImage-wrap {
    flex: 1;
    padding-left: 10px;
  }
}
.product-gallery__mainImage-wrap .owl-dots {
  align-items: center;
  bottom: 5px;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.product-gallery__mainImage-wrap .owl-dots .owl-dot span {
  background: #d5d1e5;
  border-radius: 25px;
  display: block;
  height: 3px;
  margin: 10px 5px;
  width: 12px;
}
.product-gallery__mainImage-wrap .owl-dots .owl-dot.active span {
  background-color: #212529;
}
.product-gallery__mainImage img {
  mix-blend-mode: multiply;
}
.product-options {
  list-style-type: none;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .product-options {
    margin-bottom: 25px;
  }
  .product-options--2-col {
    -moz-column-gap: 40px;
    column-gap: 40px;
    -moz-columns: 2;
    column-count: 2;
  }
}
@media (min-width: 1460px) {
  .product-options--2-col {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
.product-options__item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.product-options__item:before {
  border-bottom: 2px dashed rgba(128, 135, 151, 0.2);
  content: "";
  height: 0;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}
.product-options__label {
  background-color: #fff;
  color: #808797;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .product-options__label {
    font-size: 16px;
  }
}
.product-options__value {
  background-color: #fff;
  color: #212529;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .product-options__value {
    font-size: 16px;
  }
}
.pr-advantages {
  list-style-type: none;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .pr-advantages {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .pr-advantages {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1459.98px) {
  .pr-advantages {
    display: none;
  }
}
.pr-advantages--lg {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1459.98px) {
  .pr-advantages--lg {
    display: flex;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .pr-advantages__item {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .pr-advantages__item {
    flex: 1 33%;
    width: 33%;
  }
}
.pr-advantages__content {
  align-items: center;
  display: flex;
  padding-right: 45px;
}
@media (min-width: 768px) {
  .pr-advantages__content {
    align-items: flex-start;
  }
}
.pr-advantages__content:last-child {
  padding-right: 0;
}
.pr-advantages__icon {
  height: 30px;
  margin-right: 15px;
  min-width: 30px;
  width: 30px;
}
.pr-advantages__text {
  color: #808797;
  font-size: 14px;
}
@media (min-width: 1460px) {
  .product-price-bl {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.product-price-bl__price {
  color: #808797;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1459.98px) {
  .product-price-bl__price {
    margin-bottom: 20px;
  }
}
.product-price-bl__btns {
  display: flex;
}
@media (min-width: 1024px) and (max-width: 1459.98px) {
  .product-price-bl__btn {
    width: 100%;
  }
}
.product-price-bl__favorite {
  background: #f3f2f8;
  border-radius: 10px;
  margin-right: 10px;
  padding: 15px;
}
@media (min-width: 1460px) {
  .product-price-bl__favorite {
    display: block;
  }
}
.product-price-bl__favorite.voted svg {
  fill: #dc3545;
}
.product-price-bl__favorite svg {
  fill: #076dcb;
  stroke-width: 0.4;
  stroke: #fff;
  height: 25px;
  width: 25px;
}
.product-price-bl__favorite:hover {
  background: #f3f2f8;
}
.product-rating {
  align-items: center;
  display: flex;
}
@media (max-width: 1023.98px) {
  .product-rating--desktop {
    display: none;
  }
}
.product-rating--mobile {
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .product-rating--mobile {
    display: none;
  }
}
.product-rating__star {
  height: 20px;
  margin-right: 5px;
  min-width: 20px;
  width: 20px;
}
.product-rating__value {
  color: #808797;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.product-badge {
  background: #076dcb;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  white-space: nowrap;
}
.product-badge--in-stock {
  background: #0dc143;
}
.product-badge--hit {
  background-color: red;
  position: absolute;
  right: 10px;
  z-index: 2;
}
@media (max-width: 1023.98px) {
  .product-badge--hit {
    bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .product-badge--hit {
    right: 20px;
    top: 20px;
  }
}
@media (min-width: 1260px) {
  .product-badge--hit {
    font-size: 16px;
  }
}
.vendor-logo {
  background: #fff;
  border-radius: 10px;
  line-height: 1;
  margin: 0;
  padding: 12px 15px;
  position: absolute;
  right: 10px;
  z-index: 1;
}
.vendor-logo img {
  width: 60px;
}
@media (min-width: 768px) {
  .vendor-logo img {
    width: 95px;
  }
}
@media (max-width: 1023.98px) {
  .vendor-logo {
    top: 10px;
  }
}
@media (min-width: 1024px) {
  .vendor-logo {
    bottom: 10px;
    padding: 20px 25px;
  }
}
.product-tabs {
  margin-bottom: 80px;
}
@media (min-width: 1580px) {
  .product-tabs {
    margin-bottom: 180px;
  }
}
.product-tabs-nav {
  border-bottom: 1.5px solid #dbd8eb;
  display: flex;
  list-style-type: none;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .product-tabs-nav {
    border-width: 2px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1580px) {
  .product-tabs-nav {
    margin-bottom: 55px;
  }
}
.product-tabs-nav__item {
  margin-right: 80px;
}
.product-tabs-nav__item:last-child {
  margin-right: 0;
}
.product-tabs-nav__link {
  color: #808797;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 10px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .product-tabs-nav__link {
    font-size: 20px;
    padding-bottom: 25px;
  }
}
.product-tabs-nav__link.active,
.product-tabs-nav__link:hover {
  color: #212529;
  position: relative;
  text-decoration: none;
}
.product-tabs-nav__link.active:after,
.product-tabs-nav__link:hover:after {
  width: 100%;
}
.product-tabs-nav__link:after {
  background-color: #076dcb;
  bottom: -1.5px;
  content: "";
  height: 1.5px;
  left: 0;
  position: absolute;
  transition: width 0.1s;
  width: 0;
}
@media (min-width: 1024px) {
  .product-tabs-nav__link:after {
    bottom: -2px;
    height: 2px;
  }
  .product-review {
    display: flex;
  }
}
@media (max-width: 1023.98px) {
  .product-review__col--left {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .product-review__col {
    flex: 1 50%;
    max-width: 50%;
  }
  .product-review__col--left {
    padding-right: 20px;
  }
  .product-review__col--right {
    padding-left: 20px;
  }
}
@media (min-width: 1460px) {
  .product-review__col--left {
    padding-right: 30px;
  }
  .product-review__col--right {
    padding-left: 30px;
  }
}
.product-review__text {
  font-size: 14px;
}
.product-documentation {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.product-documentation__item {
  margin-bottom: 20px;
}
@media (min-width: 1460px) {
  .product-documentation__item {
    margin-bottom: 25px;
  }
}
.product-documentation__link {
  color: #212529;
  display: inline-flex;
  text-decoration: none;
}
.product-documentation__link:focus,
.product-documentation__link:hover {
  color: #076dcb;
}
.product-documentation__icon {
  height: 19px;
  margin-right: 10px;
  width: 17px;
}
@media (min-width: 1460px) {
  .product-documentation__icon {
    margin-right: 15px;
  }
}
.product-banner {
  background-color: #f3f2f8;
  border-radius: 10px;
  height: 100%;
  padding: 25px;
}
.product-banner__wrap {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .product-banner__wrap {
    margin-bottom: 0;
  }
}
.product-banner__wrap--last {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .product-banner {
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    padding: 25px 30px 0;
  }
}
@media (min-width: 1260px) {
  .product-banner {
    border-radius: 20px;
    padding: 35px 40px 0;
  }
}
@media (min-width: 1024px) {
  .product-banner__content {
    flex: 1 1 calc(60% - 20px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1260px) {
  .product-banner__content {
    padding-bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .product-banner__content--small {
    flex: 1 1 calc(45% - 20px);
    padding-bottom: 25px;
  }
}
.product-banner__img {
  text-align: center;
}
@media (min-width: 1024px) {
  .product-banner__img {
    flex: 1 1 calc(40% - 20px);
    margin-bottom: 0;
    order: 2;
  }
  .product-banner__img img {
    min-width: 100%;
    width: 100%;
  }
  .product-banner__img--big {
    flex: 1 1 calc(55% - 20px);
    padding-bottom: 25px;
  }
}
@media (min-width: 1260px) {
  .product-banner__img--big {
    padding-bottom: 35px;
  }
}
.product-banner__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .product-banner__title {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1260px) {
  .product-banner__title {
    font-size: 26px;
    margin-bottom: 65px;
  }
}
.product-list__wrap {
  position: relative;
}
.product-list .owl-stage {
  display: flex;
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .product-list--flex {
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
  }
}
.product-list__arr {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbd8eb;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 35px;
  justify-content: center;
  width: 35px;
}
@media (min-width: 1024px) {
  .product-list__arr {
    height: 50px;
    width: 50px;
  }
}
.product-list__arr:hover {
  background-color: rgba(7, 109, 203, 0.1);
}
@media (min-width: 1760px) {
  .product-list__arr--left {
    margin-left: -90px;
  }
  .product-list__arr--right {
    margin-right: -90px;
  }
}
.product-list__arr svg {
  width: 5px;
}
@media (min-width: 1024px) {
  .product-list__arr svg {
    width: 7px;
  }
}
.product-list__nav {
  align-items: center;
  display: none;
  gap: 15px;
  justify-content: center;
  z-index: 2;
}
@media (min-width: 1024px) {
  .product-list__nav {
    display: flex;
  }
}
@media (min-width: 1760px) {
  .product-list__nav {
    justify-content: space-between;
    left: 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
  }
}
.product-list__btn-wrap {
  padding: 0 1px;
}
.product-list-item {
  position: relative;
}
.product-list-item:hover img {
  transform: scale(1.1);
}
.product-list-item:hover .product-list-item__title {
  color: #076dcb;
}
@media (max-width: 767.98px) {
  .product-list-item--col {
    margin-bottom: 25px;
  }
  .product-list-item--col:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .product-list-item--col {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 1260px) {
  .product-list-item--col {
    flex: 1 1 calc(33.33333% - 20px);
    max-width: calc(33.33333% - 10px);
  }
}
@media (min-width: 1580px) {
  .product-list-item--col {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 10px);
  }
}
@media (max-width: 767.98px) {
  .product-list-item--col {
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: flex;
  }
  .product-list-item--col .product-list-item__figure {
    align-items: center;
    display: flex;
    flex: 1 1 calc(40% - 15px);
    justify-content: center;
    margin-bottom: 0;
    padding: 36px 13px;
  }
  .product-list-item--col .product-list-item__content {
    flex: 1 1 calc(60% - 15px);
  }
}
@media (min-width: 768px) {
  .product-list-item--col-5 {
    flex: 1 1 calc(33.33333% - 20px);
    max-width: calc(33.33333% - 10px);
  }
}
@media (min-width: 1260px) {
  .product-list-item--col-5 {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 10px);
  }
}
@media (min-width: 1460px) {
  .product-list-item--col-5 {
    flex: 1 1 calc(20% - 20px);
    max-width: calc(20% - 10px);
  }
}
.product-list-item__figure {
  background-color: #f3f2f8;
  border-radius: 10px;
  padding: 30px 43px 30px 23px;
  position: relative;
}
@media (min-width: 1024px) {
  .product-list-item__figure {
    border-radius: 20px;
  }
}
.product-list-item__figure img {
  mix-blend-mode: multiply;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
  width: 100%;
}
.product-list-item__link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.product-list-item__link,
.product-list-item__link:focus,
.product-list-item__link:hover {
  color: #212529;
  text-decoration: none;
}
.product-list-item__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.product-list-item__price-block {
  border-bottom: 1px solid #dbd8eb;
  border-top: 1px solid #dbd8eb;
  color: #808797;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 15px;
  padding-top: 15px;
}
.product-list-item__price-value {
  color: #212529;
}
.product-list-item__rating {
  align-items: center;
  color: #808797;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  left: 15px;
  position: absolute;
  top: 15px;
}
.product-list-item__rating-star {
  margin-right: 5px;
  width: 18px;
}
.product-list-item__label {
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 10px;
  position: absolute;
}
.product-list-item__label--hit {
  background-color: red;
  right: 15px;
  top: 40px;
}
@media (min-width: 1024px) {
  .product-list-item__label--hit {
    top: 45px;
  }
}
.product-list-item__label--stock {
  background-color: #1176ca;
  bottom: 15px;
  right: 15px;
}
.product-list-item__label--in-stock {
  background-color: #0dc143;
}
.product-list-item__btn-wrap {
  padding: 0 2px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .product-list-item__btn {
    font-size: 12px;
    padding: 17px 20px;
  }
}
@media (max-width: 575.98px) {
  .product-list-item__btn {
    font-size: 12px;
    padding: 15px 17px;
  }
}
.product-item-options {
  list-style-type: none;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 1260px) {
  .product-item-options {
    margin-bottom: 25px;
  }
}
.product-item-options__item {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 1260px) {
  .product-item-options__item {
    font-size: 14px;
  }
}
.product-item-options__label {
  color: #808797;
  display: inline;
}
.product-list-favorite {
  position: absolute;
  right: 8px;
  top: 8px;
}
@media (min-width: 1024px) {
  .product-list-favorite {
    right: 15px;
    top: 15px;
  }
}
.product-list-favorite__icon {
  fill: #076dcb;
  stroke: #fff;
  stroke-width: 0.3;
  height: 20px;
  width: 20px;
}
.product-list-favorite.voted .product-list-favorite__icon {
  fill: #dc3545;
}
.ec-message {
  background-color: #f0f0f0;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}
.ec-message p:last-child {
  margin-bottom: 0;
}
.control-label {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .control-label {
    font-size: 16px;
  }
}
.ec-message__meta {
  line-height: 32px;
  margin: 0 0 6px;
}
.ec-message__meta .ec-message__author {
  float: left;
  font-weight: 700;
}
.ec-message__meta .ec-message__date {
  float: left;
}
.ec-message__meta .ec-message__votes {
  float: right;
}
.ec-message__date {
  color: #999;
  font-size: 12px;
  padding-left: 20px;
}
.ec-message__reply {
  background: #fff;
  margin-left: 20px;
  padding: 10px;
}
.ec-message__reply p:last-child {
  margin-bottom: 0;
}
.ec-message__votes {
  background: #fff;
  border-radius: 5px 5px 0 0;
  padding: 5px 15px;
  position: relative;
}
.ec-message__votes-item {
  display: block;
  float: left;
}
.ec-message__votes-item + .ec-message__votes-item {
  margin-left: 15px;
}
.ec-message__votes-button {
  color: #8b8b8b;
  cursor: default;
  display: block;
  height: 22px;
  line-height: 22px;
  padding-left: 20px;
  text-decoration: none;
}
.ec-message__votes-button:active,
.ec-message__votes-button:focus,
.ec-message__votes-button:hover {
  color: #8b8b8b;
  text-decoration: none;
}
.ec-message__votes-button.enabled {
  cursor: pointer;
}
.ec-message__votes-button.active,
.ec-message__votes-button.enabled:active,
.ec-message__votes-button.enabled:focus,
.ec-message__votes-button.enabled:hover {
  color: #337ab7;
}
.ec-message__votes-button-like {
  background: url(../../img/web/ec-votes.png) 0 0 no-repeat;
}
.ec-message__votes-button-dislike {
  background: url(../../img/web/ec-votes.png) 0 -22px no-repeat;
}
.ec-message__votes-button-like.enabled:hover {
  background-position: 0 -88px;
}
.ec-message__votes-button-dislike.enabled:hover {
  background-position: 0 -110px;
}
.ec-message__votes-button-like.active {
  background-position: 0 -88px;
}
.ec-message__votes-button-dislike.active {
  background-position: 0 -110px;
}
.ec-message__votes-bar {
  background: #ddd;
  bottom: -2px;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}
.ec-message__votes-bar span {
  background: #337ab7;
  display: block;
  height: 2px;
  width: 0;
}
.ec-antispam,
.ec-error {
  display: none;
}
.ec-rating-stars span svg,
.ec-stars span svg,
.ec-stars svg {
  fill: #ffc700;
  fill-opacity: 0.35;
}
.ec-rating-stars {
  display: flex;
  gap: 7px;
}
.ec-rating-stars span {
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
  height: 22px;
  margin: 0;
  width: 22px;
}
.ec-rating-stars span.active svg,
.ec-rating-stars span.active2 svg {
  fill-opacity: 1;
}
.ec-stars {
  background-position: 0 -16px;
  margin: 10px 0;
  width: 96px;
}
.ec-stars,
.ec-stars span {
  background-repeat: repeat-x;
  height: 16px;
}
.ec-stars span {
  background-position: 0 0;
  display: block;
  width: 0;
}
.ec-stars span.rating-0 {
  width: 0;
}
.ec-stars span.rating-1 {
  width: 16px;
}
.ec-stars span.rating-2 {
  width: 36px;
}
.ec-stars span.rating-3 {
  width: 56px;
}
.ec-stars span.rating-4 {
  width: 76px;
}
.ec-stars span.rating-5 {
  width: 96px;
}
.ec-d-rating {
  background: #eee;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  display: flex;
  max-width: 500px;
  padding: 20px;
  width: 100%;
}
.ec-d-rating:after {
  clear: both;
  content: "";
  display: table;
}
.ec-d-rating__col-info {
  padding-top: 12px;
  width: 130px;
}
.ec-d-rating__col-lines {
  width: 250px;
  width: calc(100% - 130px);
}
.ec-d-rating__value {
  color: #333;
  font-size: 50px;
  line-height: 1;
}
.ec-d-rating__desc {
  color: #8b8b8b;
  margin-top: 12px;
}
.ec-d-rating__line {
  color: #8b8b8b;
  line-height: 1;
  margin: 10px 0;
  position: relative;
}
.ec-d-rating__line:after {
  clear: both;
  content: "";
  display: table;
}
.ec-d-rating__line-rate {
  float: left;
  padding-left: 5px;
  text-align: left;
}
.ec-d-rating__line-progress {
  background-color: #ddd;
  left: 30px;
  margin-top: -2px;
  position: absolute;
  right: 60px;
  top: 50%;
}
.ec-d-rating__line-progress > span {
  background-color: #337ab7;
  display: block;
  height: 4px;
}
.ec-d-rating__line-volume {
  float: right;
  text-align: right;
  width: 60px;
}
.ec-clearfix:after,
.ec-clearfix:before {
  content: " ";
  display: table;
}
.ec-clearfix:after {
  clear: both;
}
.ec-clearfix {
  *zoom: 1;
}
.star-rating-group {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .product-reviews {
    display: flex;
    gap: 70px;
  }
}
.product-reviews__heading {
  display: flex;
}
@media (min-width: 1024px) {
  .product-reviews__main {
    flex: 1 1 calc(77% - 70px);
  }
}
.error-404 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 100px 0;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .error-404 {
    padding-top: 120px;
  }
}
@media (min-width: 1460px) {
  .error-404 {
    padding-top: 140px;
  }
}
.error-404__mobile-bg {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .error-404__mobile-bg {
    display: block;
  }
}
.error-404__pagetitle {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .error-404__pagetitle {
    font-size: 36px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .error-404__pagetitle {
    font-size: 46px;
  }
}
@media (min-width: 1260px) {
  .error-404__pagetitle {
    font-size: 56px;
  }
}
@media (min-width: 1460px) {
  .error-404__pagetitle {
    font-size: 68px;
  }
}
@media (min-width: 1580px) {
  .error-404__pagetitle {
    font-size: 80px;
  }
}
.error-404__content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.error-404__btn {
  font-size: 13px;
  font-weight: 700;
  padding: 18px 30px;
}
@media (min-width: 1024px) {
  .error-404__btn {
    font-size: 18px;
    padding: 20px 42px;
  }
}
@media (min-width: 1580px) {
  .error-404__btn {
    font-size: 22px;
    padding: 30px 62px;
  }
}
.thanks {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 25px 0 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .thanks {
    padding: 50px 0 40px;
  }
}
.thanks__pagetitle {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .thanks__pagetitle {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .thanks__pagetitle {
    font-size: 40px;
  }
}
@media (min-width: 1260px) {
  .thanks__pagetitle {
    font-size: 50px;
  }
}
@media (min-width: 1460px) {
  .thanks__pagetitle {
    font-size: 60px;
  }
}
@media (min-width: 1580px) {
  .thanks__pagetitle {
    font-size: 70px;
  }
}
.thanks__content {
  text-align: center;
}
.thanks__description {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .thanks__description {
    font-size: 18px;
  }
}
@media (min-width: 1460px) {
  .thanks__description {
    font-size: 26px;
  }
}
@media (min-width: 1580px) {
  .thanks__description {
    font-size: 28px;
  }
}
.thanks__btn {
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 20px;
}
@media (min-width: 576px) {
  .thanks__btn {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .thanks__btn {
    font-size: 12px;
    padding: 18px 30px;
  }
}
.thanks__btn svg {
  fill: #fff;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .thanks__btn svg {
    margin-left: 12px;
  }
}
@media (min-width: 1024px) {
  .thanks__btn {
    font-size: 18px;
    padding: 20px 42px;
  }
}
@media (min-width: 1580px) {
  .thanks__btn {
    font-size: 22px;
    padding: 30px 62px;
  }
}
.thanks__top {
  margin-bottom: 240px;
}
@media (min-width: 1024px) {
  .thanks__top {
    margin-bottom: 280px;
  }
}
@media (min-width: 1460px) {
  .thanks__top {
    margin-bottom: 290px;
  }
}
@media (min-width: 1580px) {
  .thanks__top {
    margin-bottom: 300px;
  }
}
.thanks__bottom {
  color: #fff;
}
.thanks__bottom a {
  color: #076dcb;
}
@media (min-width: 1024px) {
  .thanks__bottom {
    font-size: 22px;
  }
}
.thanks__back {
  margin-bottom: 10px;
}
.thanks__back-wrap {
  margin-bottom: 20px;
  text-align: left;
}
.thanks__back-link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .thanks__back-link {
    font-size: 18px;
  }
}
.thanks__back-link:hover {
  color: #808797;
}
.thanks__back-icon {
  margin-right: 12px;
  width: 11px;
}
@media (min-width: 1024px) {
  .thanks__back-icon {
    width: 43px;
  }
}
.vendor-rating-item {
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 1024px) {
  .vendor-rating-item {
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-left: 45px;
  }
}
@media (min-width: 1460px) {
  .vendor-rating-item {
    -moz-column-gap: 70px;
    column-gap: 70px;
    padding-left: 65px;
  }
}
@media (min-width: 1580px) {
  .vendor-rating-item {
    -moz-column-gap: 110px;
    column-gap: 110px;
    padding-left: 85px;
  }
}
.vendor-rating-item__logo {
  align-items: center;
  background-color: #f3f2f8;
  border-radius: 10px;
  display: flex;
  flex: 1 1 48%;
  flex-direction: column;
  height: 165px;
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  width: 48%;
}
.vendor-rating-item__logo img {
  margin-bottom: auto;
  margin-top: auto;
}
@media (min-width: 768px) {
  .vendor-rating-item__logo {
    flex: 1 1 38%;
    width: 38%;
  }
}
@media (min-width: 1024px) {
  .vendor-rating-item__logo {
    flex: 1 1 20%;
    width: 20%;
  }
}
@media (min-width: 1460px) {
  .vendor-rating-item__logo {
    border-radius: 20px;
    flex: 1 1 19%;
    height: 210px;
    padding: 30px;
    width: 19%;
  }
}
@media (min-width: 1580px) {
  .vendor-rating-item__logo {
    flex: 1 1 17%;
    width: 17%;
  }
}
.vendor-rating-item__logo img {
  max-height: 70px;
}
.vendor-rating-item__products-count {
  color: #808797;
  font-size: 14px;
  font-weight: 700;
  padding-left: 12px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media (min-width: 1460px) {
  .vendor-rating-item__products-count {
    font-size: 16px;
  }
}
.vendor-rating-item__products-count:before {
  background-color: #076dcb;
  border-radius: 100%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
.vendor-rating-item__content {
  flex: 1 1 58%;
  width: 52%;
}
@media (min-width: 768px) {
  .vendor-rating-item__content {
    align-items: center;
    display: flex;
    flex: 1 1 62%;
    justify-content: space-between;
    width: 62%;
  }
}
@media (min-width: 1024px) {
  .vendor-rating-item__content {
    flex: 1 1 80%;
    width: 80%;
  }
}
@media (min-width: 1460px) {
  .vendor-rating-item__content {
    flex: 1 1 81%;
    padding-left: 40px;
    width: 81%;
  }
}
@media (min-width: 1580px) {
  .vendor-rating-item__content {
    flex: 1 1 83%;
    padding-left: 50px;
    width: 83%;
  }
}
@media (max-width: 767.98px) {
  .vendor-rating-item__inf {
    margin-bottom: 15px;
  }
}
.vendor-rating-item__inf-item {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.vendor-rating-item__inf-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .vendor-rating-item__inf-item {
    font-size: 18px;
  }
}
@media (min-width: 1460px) {
  .vendor-rating-item__inf-item {
    font-size: 20px;
  }
}
@media (min-width: 1580px) {
  .vendor-rating-item__inf-item {
    font-size: 24px;
  }
}
.vendor-rating-item__rating {
  align-items: center;
  color: #808797;
  -moz-column-gap: 5px;
  column-gap: 5px;
  display: flex;
  font-size: 24px;
  font-weight: 700;
}
.vendor-rating-item__star {
  width: 30px;
}
.vendor-rating-item__number {
  font-size: 24px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .vendor-rating-item__number {
    display: none;
  }
}
@media (min-width: 1024px) {
  .popular-brands {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
  }
}
.popular-brands__img {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .popular-brands__img {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .popular-brands__img {
    border-radius: 20px;
    flex: 1 1 calc(40% - 10px);
    margin-bottom: 0;
    max-width: 40%;
  }
  .popular-brands__img img {
    display: none;
  }
  .popular-brands__img-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 1260px) {
  .popular-brands__img {
    flex: 1 1 calc(30% - 10px);
    max-width: 30%;
  }
}
@media (min-width: 1460px) {
  .popular-brands__img {
    flex: 1 1 calc(33.33333% - 10px);
    max-width: 33.3333333%;
  }
}
.popular-brands-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1024px) {
  .popular-brands-list {
    flex: 1 1 calc(60% - 10px);
    max-width: 60%;
  }
}
@media (min-width: 1260px) {
  .popular-brands-list {
    flex: 1 1 calc(70% - 10px);
    max-width: 70%;
  }
}
@media (min-width: 1460px) {
  .popular-brands-list {
    flex: 1 1 calc(66.66667% - 10px);
    max-width: 66.6666667%;
  }
}
.popular-brand-item {
  align-items: center;
  background-color: #f3f2f8;
  border-radius: 10px;
  color: #808797;
  display: flex;
  flex: 1 1 calc(50% - 10px);
  flex-direction: column;
  max-width: 50%;
  padding: 15px 15px 30px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .popular-brand-item {
    min-height: 200px;
  }
}
@media (min-width: 768px) {
  .popular-brand-item {
    flex: 1 1 calc(25% - 20px);
    max-width: 25%;
  }
  .popular-brand-item:first-child,
  .popular-brand-item:nth-child(6) {
    flex: 1 1 calc(50% - 20px);
    max-width: 50%;
  }
}
@media (min-width: 1260px) {
  .popular-brand-item {
    border-radius: 20px;
  }
}
.popular-brand-item:hover {
  color: #808797;
}
.popular-brand-item__logo {
  margin-bottom: auto;
  margin-top: auto;
}
.popular-brand-item__heading {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  .popular-brand-item__heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.popular-brand-item__products-count {
  font-size: 14px;
  font-weight: 700;
  padding-left: 12px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
@media (min-width: 1460px) {
  .popular-brand-item__products-count {
    font-size: 16px;
  }
}
.popular-brand-item__products-count:before {
  background-color: #076dcb;
  border-radius: 100%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
@media (max-width: 1023.98px) {
  .popular-brand-item__products-count--desktop {
    display: none;
  }
}
.popular-brand-item__products-count--mobile {
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  .popular-brand-item__products-count--mobile {
    display: none;
  }
}
.mse2_pagination {
  margin-bottom: 20px;
}
.header-main-nav__link.active:before {
  content: "";
  width: 100%;
  background: #fff;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.utp__rating {
  display: flex;
  gap: 50px;
  align-items: baseline;
}
.utp__rating .product-rating__star {
  width: 36px;
  height: 36px;
}
.utp__rating .product-rating__value {
  font-size: 40px;
  color: #fff;
}
@media (max-width: 1024px) {
  .utp__rating {
    gap: 15px;
  }
  .utp__rating .product-rating__star {
    width: 18px;
    height: 18px;
  }
  .utp__rating .product-rating__value {
    font-size: 20px;
  }
}
.agree-cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: white;
  padding: 30px 0;
  font-size: 14px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  z-index: 999999;
}
.agree-cookie.hide {
  display: none;
}
.agree-cookie a {
  text-decoration: none;
  transition: all linear 0.3s;
}
.agree-cookie a:hover {
  color: #4d8ab5;
}
.form-group {
  position: relative;
}
.si-error {
  border-color: red;
}
.error {
  display: none;
}

.page-footer__description,
.page-footer-mess {
  margin-bottom: 0px !important;
}

.page-footer__title {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 1024px) {
  .page-footer__title {
    font-size: 34px;
    letter-spacing: -0.02em;
    line-height: 40px;
  }
  .row-border-top {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(128, 135, 151, 0.2);
  }

  .footer-main-nav {
    margin-top: 35px;
  }

  .col-xl-12:has(.footer-main-nav.category) {
    margin-top: 55px;
  }
}

.footer-main-nav__link {
  color: rgba(189, 189, 189, 1);
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}
.footer-main-nav.category {
  display: flex;
  grid-template-columns: repeat(8, 1fr);
}

@media (max-width: 1500px) {
  .footer-main-nav.category {
    grid-template-columns: repeat(4, 1fr);
  }
}

.page-footer__title svg {
  display: none;
}

@media (max-width: 1023px) {
  .footer-main-nav.category {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-footer__inner {
    display: contents;
  }

  .page-footer .page-footer__main .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .order3 {
    order: 3;
  }

  .order4 {
    order: 4;
  }

  .order5 {
    order: 5;
  }

  .order6 {
    order: 6;
  }

  .order7 {
    order: 7;
  }

  .footer-main-nav {
    margin-top: 10px;
    flex-direction: column;
  }
  .footer-main-nav__item {
    padding-left: 0;
  }
  .page-footer__title {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
  }
  .page-footer__title svg {
    display: block;
    transition: all linear 0.3s;
  }
  .footer-accordion:not(.open) svg {
    transform: rotate(180deg);
  }
  .footer-accordion:not(.open) .footer-main-nav {
    height: 0;
    overflow: hidden;
  }
}

@media (max-width: 1260px) and (min-width: 1024px) {
  .footer-main-nav.category.row .footer-main-nav__item {
    width: 33.33333333%;
  }
}
/* =========================
   Карточка товара — обзор
   ========================= */

.product-review__text {
    font-size: 16px;
    line-height: 1.7;
    color: #212529;
}

/* H2 внутри обзора */
.product-review__text h2 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    margin-top: 36px;
    margin-bottom: 16px;
    color: #212529;
}

/* Первый H2 без лишнего отступа сверху */
.product-review__text h2:first-child {
    margin-top: 0;
}

/* H3 внутри обзора */
.product-review__text h3 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 10px;
    color: #212529;
}

/* Абзацы */
.product-review__text p {
    margin-bottom: 18px;
}

/* Ссылки в SEO/обзорном тексте */
.product-review__text a {
    color: #076dcb;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(7, 109, 203, 0.35);
    transition: color .2s ease, border-color .2s ease;
}

.product-review__text a:hover,
.product-review__text a:focus {
    color: #0559a6;
    border-bottom-color: #0559a6;
}

/* Последний элемент не создаёт лишний низ */
.product-review__text > *:last-child {
    margin-bottom: 0;
}

@media (min-width: 1024px) {

    .product-review__text {
        font-size: 16px;
    }

    .product-review__text h2 {
        font-size: 28px;
        margin-top: 46px;
        margin-bottom: 18px;
    }

    .product-review__text h3 {
        font-size: 20px;
        margin-top: 28px;
        margin-bottom: 12px;
    }
}
/* =========================================
   Запчасти — ссылки по маркам и типу техники
   ========================================= */

.zapchasti-brands,
.zapchasti-types {
    margin-top: 50px !important;
    margin-bottom: 45px !important;
}

/* Заголовки блоков */
.zapchasti-brands .page-block__title,
.zapchasti-types .page-block__title {
    margin-bottom: 24px;
}

/* Контейнер ссылок */
.zapchasti-brands__links,
.zapchasti-types__links {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px !important;
}

/* Сами ссылки */
.zapchasti-brands__links a,
.zapchasti-types__links a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 16px;

    background: #f3f2f8;
    border: 1px solid transparent;
    border-radius: 8px;

    color: #212529;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    text-decoration: none;

    transition:
        background-color .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

/* Hover */
.zapchasti-brands__links a:hover,
.zapchasti-types__links a:hover {
    background: rgba(7, 109, 203, 0.08);
    border-color: rgba(7, 109, 203, 0.25);
    color: #076dcb;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Клавиатурный фокус */
.zapchasti-brands__links a:focus-visible,
.zapchasti-types__links a:focus-visible {
    outline: 2px solid #076dcb;
    outline-offset: 2px;
}

/* Desktop */
@media (min-width: 1024px) {
    .zapchasti-brands__links a,
    .zapchasti-types__links a {
        font-size: 15px;
        padding: 11px 18px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .zapchasti-brands,
    .zapchasti-types {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }

    .zapchasti-brands .page-block__title,
    .zapchasti-types .page-block__title {
        margin-bottom: 18px;
    }

    .zapchasti-brands__links,
    .zapchasti-types__links {
        gap: 8px !important;
    }

    .zapchasti-brands__links a,
    .zapchasti-types__links a {
        min-height: 40px;
        padding: 9px 13px;
        font-size: 13px;
    }
}
/* =========================================
   Запчасти — единая система заголовков
   ========================================= */

/* Основные H2-блоки */
.zapchasti-intro .page-block__title,
.zapchasti-brands .page-block__title,
.zapchasti-types .page-block__title,
.zapchasti-faq .page-block__title,
.page-block > .page-block__title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #212529;
    margin-bottom: 22px;
}

/* Заголовок блока подбора */
.expert-selection__title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
}

/* Вложенные H3 */
.zapchasti-intro h3,
.page-block h3,
.expert-selection__method h3,
.zapchasti-faq__question {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #212529;
}

/* Отступы вложенных заголовков */
.page-block h3,
.expert-selection__method h3 {
    margin-top: 22px;
    margin-bottom: 10px;
}

/* FAQ */
.zapchasti-faq__question {
    margin: 0 0 8px;
}

/* Текст под заголовками */
.zapchasti-intro p,
.page-block p,
.expert-selection__method p,
.zapchasti-faq__answer {
    line-height: 1.65;
}

/* Desktop */
@media (min-width: 1024px) {

    .zapchasti-intro .page-block__title,
    .zapchasti-brands .page-block__title,
    .zapchasti-types .page-block__title,
    .zapchasti-faq .page-block__title,
    .page-block > .page-block__title,
    .expert-selection__title {
        font-size: 34px;
        margin-top: 32px;
    }

    .zapchasti-intro h3,
    .page-block h3,
    .expert-selection__method h3,
    .zapchasti-faq__question {
        font-size: 20px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {

    .zapchasti-intro .page-block__title,
    .zapchasti-brands .page-block__title,
    .zapchasti-types .page-block__title,
    .zapchasti-faq .page-block__title,
    .page-block > .page-block__title,
    .expert-selection__title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .zapchasti-intro h3,
    .page-block h3,
    .expert-selection__method h3,
    .zapchasti-faq__question {
        font-size: 17px;
    }
}
.zapchasti-brands,
.zapchasti-types {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.expert-selection.page-block--m-extra {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.zapchasti-faq {
    margin-top: 0 !important;
    margin-bottom: 45px !important;
}
@media (min-width: 1024px) {
    .zapchasti-brands.page-block:last-child,
    .zapchasti-types.page-block:last-child,
    .zapchasti-faq.page-block:last-child {
        margin-bottom: 40px;
    }
}
/* =========================================
   Подкатегории запчастей — SEO-текст
   Только .page-block.text-block
   ========================================= */

.page-block.text-block {
    font-size: 16px;
    line-height: 1.7;
    color: #212529;
}


/* H2 */
.page-block.text-block h2 {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #212529;

    margin-top: 42px;
    margin-bottom: 16px;
}

.page-block.text-block h2:first-child {
    margin-top: 0;
}


/* H3 */
.page-block.text-block h3 {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: #212529;

    margin-top: 28px;
    margin-bottom: 12px;
}


/* Абзацы */
.page-block.text-block p {
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.7;
}


/* Списки */
.page-block.text-block ul,
.page-block.text-block ol {
    margin-top: 8px;
    margin-bottom: 20px;
    padding-left: 24px;
}

.page-block.text-block li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.page-block.text-block li:last-child {
    margin-bottom: 0;
}


/* Ссылки внутри SEO-текста */
.page-block.text-block a {
    color: #076dcb;
    font-weight: 600;
    text-decoration: none;

    border-bottom: 1px solid rgba(7, 109, 203, 0.35);

    transition:
        color .2s ease,
        border-color .2s ease;
}

.page-block.text-block a:hover,
.page-block.text-block a:focus {
    color: #0559a6;
    border-bottom-color: #0559a6;
    text-decoration: none;
}


/* Жирный текст */
.page-block.text-block strong,
.page-block.text-block b {
    font-weight: 700;
}


/* Чтобы последний элемент не создавал лишний отступ */
.page-block.text-block > *:last-child {
    margin-bottom: 0;
}


/* =========================================
   Планшет
   ========================================= */

@media (max-width: 1023.98px) {

    .page-block.text-block h2 {
        font-size: 26px;
        margin-top: 36px;
        margin-bottom: 15px;
    }

    .page-block.text-block h3 {
        font-size: 19px;
        margin-top: 25px;
    }

}


/* =========================================
   Телефон
   ========================================= */

@media (max-width: 575.98px) {

    .page-block.text-block {
        font-size: 14px;
        line-height: 1.65;
    }

    .page-block.text-block h2 {
        font-size: 22px;
        line-height: 1.25;
        margin-top: 30px;
        margin-bottom: 14px;
    }

    .page-block.text-block h3 {
        font-size: 17px;
        margin-top: 22px;
        margin-bottom: 10px;
    }

    .page-block.text-block p {
        margin-bottom: 14px;
        line-height: 1.65;
    }

    .page-block.text-block ul,
    .page-block.text-block ol {
        padding-left: 20px;
        margin-bottom: 18px;
    }

    .page-block.text-block li {
        margin-bottom: 7px;
    }

}
/* Выпадающий список брендов на главной */
#vendor .custom-select__dropdown {
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
}
.utp.utp--main .utp__subtitle {
    margin-bottom: 24px !important;
    font-size: 22px !important;
}
.utp + .container > p {
    max-width: 1100px;
    margin: 32px 0 36px;
    font-size: 18px;
    line-height: 1.55;
    color: #333;
}

@media (max-width: 767px) {
    .utp + .container > p {
        margin: 24px 0 28px;
        font-size: 16px;
        line-height: 1.5;
    }
}
.page-footer-mess__item img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}
.page-footer-mess__max {
    width: 26px;
    height: 26px;
    opacity: .55;
    transition: opacity .2s ease;
}

.page-footer-mess__item:hover .page-footer-mess__max {
    opacity: 1;
}
/* Исправление клика по избранному в карточках */
.product-list-item__link {
    z-index: 1;
}

.product-list-favorite {
    z-index: 5;
    cursor: pointer;
}
.pagination {
    margin-top: 30px;
}
/* Лизинг — диапазоны 6–36 и 0–50 не переносим */
.leasing-list__value {
    white-space: nowrap;
}
.leasing-list__item--btn .button {
    white-space: nowrap;
    padding-left: 24px;
    padding-right: 24px;
    min-width: 210px;
}
.form-consent-row {
    margin-top: 20px;    /* Увеличен для воздуха сверху */
    margin-bottom: 30px; /* Увеличен для воздуха снизу */
}