/* Start:/bitrix/templates/furniture_dark-blue/assets/css/fonts.css?17566602821141*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../../../../../s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf)
    format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../../../s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf)
    format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../../../../../../s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf)
    format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../../../../../../s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf)
    format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../../../s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf)
    format("truetype");
}

/* End */

/* Start:/bitrix/templates/furniture_dark-blue/assets/css/style.css?176018878619210*/
.header__modern {
  --font-family: Montserrat;
  position: relative;
  z-index: 11;
  transition: all 0.3s ease;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header__modern * {
  font-family: var(--font-family);
}

/* Fixed Header Styles */
.header__modern.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
}

.header__modern.header-fixed .header__inner {
  padding: 10px 0;
}

.header__modern.header-fixed .headerLeft__top {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.header__modern.header-fixed .headerAddress__wrap {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.header__modern.header-fixed .headerLeft__top {
  margin-bottom: 0;
}

.headerRight__btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.headerLeft__top {
  margin-bottom: 20px;
  transition: 0.25s;
}

.modal__btn {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 123%;
  color: #fff;
  cursor: pointer;
  transition: 0.25s;
  padding: 13px 14px;
  border-radius: 16px;
  max-width: 180px;
  text-align: center;
  background: #e52722;
  border: none;
}

.header-fixed .headerRight__btns {
  margin-bottom: 0;
}

/* Animation for header slide down */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* Add padding to body when header is fixed */
body.header-fixed {
  padding-top: 80px;
}

.mainNav__item:hover .arrDown__icon {
  transform: rotate(180deg);
}

/* Responsive adjustments for fixed header */
@media (max-width: 992px) {
  body.header-fixed {
    padding-top: 60px;
  }

  .mainNav__item:hover .arrDown__icon {
    transform: rotate(0);
  }

  .header__modern.header-fixed .header__inner {
    padding: 8px 0;
  }
}

@media (max-width: 768px) {
  body.header-fixed {
    padding-top: 50px;
  }

  .header__modern.header-fixed .header__inner {
    padding: 5px 0;
  }
}

.content__holder {
  /* max-width: 1398px; */
  max-width: 1740px;
  margin-inline: auto;
  padding: 0 20px;
}

.header__modern img {
  width: 100px;
  max-width: 100%;
  display: block;
}

.headerLanguage__switch {
  display: flex;
  gap: 7px;
}

.headerLanguageSwitch__item {
  color: #2f2f2f;
  transition: 0.25s;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerLanguageSwitch__item.active,
.headerLanguageSwitch__item:hover {
  color: #e52722;
}

.headerLanguageSwitch__item.active:hover {
  pointer-events: none;
}

.header__logo {
  display: block;
  max-width: 243px;
}

.headerLeft__top {
  display: flex;
  align-items: center;
}

.header__links {
  margin-left: 33px;
}

.headerLinks__item {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 123%;
  color: #666;
  text-decoration: none;
}

.headerLinks__item.selected {
  color: #e52722;
}

.headerLinks__item:not(:last-child) {
  margin-right: 39px;
}

/* Responsive Navigation Styles */
.main-navigation {
  /* position: relative; */
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.mobile-menu-toggle span {
  width: 100%;
  height: 3px;
  background: #2f2f2f;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* Main Navigation */
.main__nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.mainNav__item {
  /* position: relative; */
}

.mainNav__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 0;
  color: #2f2f2f;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.mainNav__link.selected,
.mainSubnav__item.selected .mainSubnavItem__txt {
  color: #e52722;
}

.mainNav__link:hover {
  color: #e52722;
}

/* Active state for current page */
.mainNav__link.active {
  color: #e52722;
  font-weight: 600;
}

/* Loading state for links */
.mainNav__link.loading {
  opacity: 0.7;
  pointer-events: none;
}

.arrDown__icon {
  width: 24px;
  height: 24px;
  transition: 0.25s;
}

/* Make arrow icon more clickable on mobile */
@media (max-width: 992px) {
  .arrDown__icon {
    padding: 10px;
    /* margin: -10px; */
  }

  .arrDown__icon::before {
    /* content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: 1; */
  }
}

/* Subnavigation */
.main__subnav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: calc(100vw - 40px);
  /* max-width: 1398px; */
  max-width: 1740px;

  opacity: 0;
  visibility: hidden;
  /* transition: all 0.3s ease; */
  transition: 0.25s;
  z-index: -1000;
}

.mainNav__item:hover .main__subnav {
  /* opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0); */
}

@media (width >992px) {
  .mainNav__item:hover .main__subnav {
    opacity: 1;
    z-index: 12;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}

.main-subnav__list {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}

.link__services + .main__subnav .main-subnav__list {
  --columns: 3;
  --gap: 15px;
}

.link__geography + .main__subnav .main-subnav__list {
  --columns: 6;
  --gap: 15px;
}

.link__tipy-gruzov + .main__subnav .main-subnav__list {
  --columns: 4;
  --gap: 15px;
}

.mainSubnav__item {
  display: flex;
  align-items: center;

  padding: 13px 28px;
  color: #2f2f2f;
  text-decoration: none;

  gap: 20px;
  width: calc(
    (100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns))
  );
  transition: 0.25s;
}

/* .link__services+.main__subnav .mainSubnav__item:nth-child(1),
.link__services+.main__subnav .mainSubnav__item:nth-child(2),
.link__services+.main__subnav .mainSubnav__item:nth-child(4),
.link__services+.main__subnav .mainSubnav__item:nth-child(5) {
  border-right: 1px solid #ddd;
}

.link__services+.main__subnav .mainSubnav__item:nth-child(1),
.link__services+.main__subnav .mainSubnav__item:nth-child(2),
.link__services+.main__subnav .mainSubnav__item:nth-child(3) {
  border-bottom: 1px solid #ddd;
} */

.mainSubnav__item:hover {
  /* background: #f8f9fa; */
  color: #e52722;
  /* transform: translateX(5px); */
}

.mainSubnavItem__img {
  width: 94px;
  height: 94px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* border: 1px solid red; */
}

.link__services + .main__subnav .mainSubnavItem__img {
  width: 120px;
  height: 120px;
  min-width: 120px;
}

.link__geography + .main__subnav .mainSubnavItem__img {
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.link__tipy-gruzov + .main__subnav .mainSubnavItem__img {
  width: 94px;
  height: 94px;
  min-width: 94px;
}

.link__services + .main__subnav .mainSubnav__item,
.link__tipy-gruzov + .main__subnav .mainSubnav__item {
  gap: 0;
}

.mainSubnavItem__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mainSubnavItem__txt {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #333;
  max-width: 229px;
}

/* Header Layout Improvements */
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  position: relative;
}

.headerLeft__bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}

.headerRight__link {
  display: block;

  font-weight: 600;
  font-size: 14px;
  line-height: 123%;
  text-align: right;
  color: #333;
  text-decoration: none;
  transition: 0.25s;
}

.headerRight__link + .headerRight__link {
  margin-top: 5px;
}

.headerRight__email {
  font-size: 12px;
}

.headerRight__address {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 123%;
  color: #333;
  text-align: right;
}

.headerContacts__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  margin-right: 25px;
  transition: 0.25s;
}

.headerContacts__links {
  display: flex;

  align-items: center;
  justify-content: flex-end;
}

.mob__btns {
  display: none;
}

/* Responsive Breakpoints */

@media (width <=1400px) {
  .link__services .mainSubnavItem__img {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }

  .link__geography + .main__subnav .mainSubnavItem__img {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .mainSubnav__item {
    gap: 10px;
  }

  .link__geography + .main__subnav .main-subnav__list {
    --columns: 5;
  }

  .link__tipy-gruzov + .main__subnav .mainSubnavItem__img {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
}

@media (max-width: 1200px) {
  .main__nav {
    gap: 10px;
  }

  .mainNav__link {
    font-size: 14px;
    padding: 12px 0;
  }

  .main__subnav {
    width: calc(100vw - 30px);
  }

  .headerLeft__bottom {
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .mob__btns {
    display: flex;
    margin-right: 25px;
  }

  .nav__outer {
    display: flex;
    align-items: center;
  }

  .content__holder {
    padding: 0 15px;
  }

  .mainNav__link.active .arrDown__icon {
    transform: rotate(180deg);
  }

  .header__inner {
    padding: 10px 0;
  }

  .headerLeft__top {
    display: none;
  }

  .headerLeft__bottom {
    width: 100%;
    justify-content: space-between;
  }

  .mobile-menu-toggle {
    display: flex;
    position: relative;
  }

  .header__left {
    width: 100%;
  }

  .main__nav {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background: white;
    flex-direction: column;
    gap: 0;
    padding: 80px 20px 20px;
    transition: left 0.3s ease;
    overflow-y: auto;
    z-index: 1000;
  }

  .arrDown__icon {
    height: 100%;
    width: 50px;
    height: 50px;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Adjust mobile menu when header is fixed */
  .header-fixed .main__nav {
    top: 70px;
    /* Adjust based on fixed header height */
  }

  .main__nav.active {
    left: 0;
  }

  .mainNav__item {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
  }

  .mainNav__link {
    padding: 20px 0;
    font-size: 18px;
    justify-content: space-between;
  }

  .main__subnav {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    /* background: #f8f9fa; */
    margin-top: 10px;
    width: auto;
    max-width: none;

    display: none;
  }

  .link__services + .main__subnav .main-subnav__list {
    --columns: 2;
  }

  .arrDown__icon {
    padding: 0;
    width: 24px;
    height: 24px;
  }

  .link__services + .main__subnav .mainSubnav__item {
    border: 1px solid #ddd;
  }

  .link__tipy-gruzov + .main__subnav .main-subnav__list {
    --columns: 2;
  }

  .link__tipy-gruzov + .main__subnav .mainSubnav__item {
    border: 1px solid #ddd;
  }

  .main-subnav__list {
    padding: 15px;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .mainSubnav__item {
    padding: 10px;
    font-size: 16px;
  }

  .mainSubnavItem__img {
    width: 35px;
    height: 35px;
  }

  .mainSubnavItem__txt {
    font-size: 16px;
  }

  .header__right {
    display: none;
  }

  .main__subnav {
    /* padding-bottom: 30px; */
  }

  .main-subnav__list {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .content__holder {
    padding: 0 10px;
  }

  .header-fixed .main__nav {
    top: 54px;
  }

  .header__logo {
    max-width: 200px;
  }

  .main__nav {
    padding: 70px 15px 15px;
  }

  .mob__btns,
  .headerContacts__link {
    margin-right: 15px;
  }

  .mainNav__link {
    font-size: 16px;
    padding: 15px 0;
  }

  .mainSubnav__item {
    padding: 8px;
  }

  .mainSubnavItem__img {
    width: 50px;
    height: 50px;
  }

  .mainSubnavItem__txt {
    font-size: 14px;
  }

  .link__services + .main__subnav .main-subnav__list {
    --columns: 1;
    gap: 0;
  }

  .link__services + .main__subnav .mainSubnav__item:not(#id) {
    border: none;
    padding: 0;
  }

  .link__tipy-gruzov + .main__subnav .main-subnav__list {
    --columns: 1;
    padding: 0;
  }

  .main-subnav__list {
    /* padding: 0; */
    /* margin-top: 10px;
    margin-bottom: 10px; */
  }

  .link__geography + .main__subnav .main-subnav__list {
    --columns: 3;
  }

  .mainSubnav__item {
    padding: 0;
  }

  .main-subnav__list {
    padding-left: 0;
    padding-right: 0;
  }

  .arrDown__icon {
    width: 24px;
    height: 24px;
    padding: 0;
  }

  .mainNav__link {
    /* padding-top: 5px;
    padding-bottom: 5px; */
  }

  .mainSubnavItem__txt {
    max-width: none;
  }

  .link__services + .main__subnav .mainSubnavItem__img {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }

  .link__tipy-gruzov + .main__subnav .mainSubnav__item {
    border: none;
    padding: 0;
  }
}

@media (width <=600px) {
  .link__geography + .main__subnav .main-subnav__list {
    --columns: 2;
  }

  .headerContacts__links {
    display: none;
  }

  .link__geography + .main__subnav .mainSubnav__item {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .modal__btn {
    font-size: 12px;
    padding: 10px;
  }

  .content__holder {
    padding: 0 5px;
  }

  .header__logo {
    max-width: 180px;
  }

  .main__nav {
    padding: 60px 10px 10px;
  }

  .mainNav__link {
    font-size: 15px;
    padding: 12px 0;
  }

  .main-subnav__list {
    padding: 10px;
  }

  .mainSubnav__item {
    padding: 6px;
    gap: 10px;
  }

  .mainSubnavItem__img {
    width: 25px;
    height: 25px;
  }

  .mainSubnavItem__txt {
    font-size: 13px;
  }

  .header-fixed .main__nav {
    top: 50px;
  }
}

@media (width<=410px) {
  .modal__btn {
    display: none;
  }
}

/* Overlay for mobile menu */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Prevent body scroll when menu is open */
body.menu-open {
  overflow: hidden;
}

/* Focus styles for accessibility */
/* .mobile-menu-toggle:focus,
.mainNav__link:focus,
.mainSubnav__item:focus {
  outline: 2px solid #E52722;
  outline-offset: 2px;
} */

/* High contrast mode support */
@media (prefers-contrast: high) {
  .mainNav__link:hover,
  .mainSubnav__item:hover {
    background: #000;
    color: #fff;
  }

  .main__subnav {
    border: 2px solid #000;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .mainNav__link,
  .mainSubnav__item,
  .main__subnav,
  .mobile-menu-toggle span {
    transition: none;
  }

  .mainSubnav__item:hover {
    transform: none;
  }
}

.custom__h1 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 48px;
  font-weight: 900;
  /* max-width: 660px; */
}

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

.cstmPage__col {
  width: calc(100% / 2 - var(--gap) / 2);
}

.cstmPage__row .cstmPage__col--img img {
  max-width: 100%;
}

.cstmPageForm__input {
  border-radius: 16px;
  min-height: 56px;
  padding: 16px;
  background: #fff;
  border: 1px solid transparent;
  outline: none;
  width: 100%;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

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

.cstmPageFormFields__row + .cstmPageFormFields__row {
  margin-top: 10px;
}

.cstmPageForm__outer {
  background: #f0f2f3;
  padding: 24px;
  border-radius: 16px;
  font-weight: normal;
  color: var(--grey);
  max-width: 580px;
  width: 100%;
}

.cstmPageForm-input__holder {
  position: relative;
}

.cstmPageFormFields__col {
  width: calc(100% / 2 - 5px);
}

.cstmPageForm-input__holder.error .cstmPageForm__input {
  border: 1px solid red;
}

.cstmPageForm-input__holder.error .fake-placeholder {
  color: red;
}

.cstmPageForm-input__holder .fake-placeholder.up {
  opacity: 0;
  /* z-index: -1; */
}

.cstmPage__subheader {
  display: flex;
  font-weight: bold;
}

.cstmPage__subheader span {
  margin-top: 10px;
  margin-left: 10px;
}

.custom__container.custom__container--narrow {
  max-width: 1370px;
}

.pros__list {
  display: flex;
  --columns: 3;
  --gap: 20px;
  gap: var(--gap);
  flex-wrap: wrap;
}

.pros__list li {
  list-style: none;
  background: none;
  width: calc(
    (100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns))
  );
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-left: 0;
}

.cstmForm__disclaimer {
  font-size: 10px;
}

.cstmForm__sbmt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #e52722;
  color: #fff;
  border-radius: 16px;
  height: 56px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.25s;
}

.cstmPageFormFields__row.cstmPageFormFields__row--sbmt {
  margin-top: 20px;
}

@media (width >768px) {
  .cstmForm__sbmt:hover {
    opacity: 0.8;
    color: #fff;
  }
}

@media (width <=1400px) {
  .cstmPage__row {
    --gap: 40px;
  }

  .custom__h1 {
    font-size: calc(6px + 3vw);
  }
}

@media (width <=1150px) {
  .pros__list {
    --columns: 1;
  }

  .pros__list li {
    text-align: left;
  }
}

@media (width <=992px) {
  .cstmPage__row {
    flex-wrap: wrap;
  }

  .cstmPage__col {
    width: 100%;
    margin-bottom: 60px;
  }

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

  .pros__list {
    --columns: 3;
    margin-top: 25px;
  }

  .pros__list li {
    text-align: center;
    width: calc(
      (100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns))
    );
  }

  .cstmPage__subheader {
    justify-content: center;
  }

  .cstmPageForm__outer {
    margin: 25px auto 0;
  }
}

@media (width <=768px) {
  .custom__h1 {
    font-size: calc(6px + 6vw);
    text-align: center;
  }
}

@media (width <=570px) {
  .cstmPageFormFields__row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .cstmPageFormFields__col {
    width: 100%;
    margin-bottom: 10px;
  }

  .cstmPageFormFields__row + .cstmPageFormFields__row {
    margin-top: 0;
  }

  .cstmPageFormFields__row + .cstmPageFormFields__row--sbmt {
    margin-top: 20px;
  }

  .pros__list {
    --columns: 1;
  }

  .cstmPageForm__input {
    min-height: 52px;
    height: 52px;
  }

  .cstmForm__sbmt {
    height: 52px;
    margin-bottom: 15px;
  }

  .cstmPageForm__outer {
    padding: 20px 20px;
  }
}
/* End */

/* Start:/bitrix/templates/furniture_dark-blue/styles.css?175154842921865*/
/* img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 1em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:200%; margin:0 0 1em; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ol li, #workarea ul li { margin: 0.6em 0; }
#workarea ul { list-style-type: disc; } */

/* custom page styles ++++++++++++++++++++++ */

.custom__container {
  --gutterX: 20px;
  max-width: calc(1560px + var(--gutterX) * 2);
  padding-left: var(--gutterX);
  padding-right: var(--gutterX);
  margin-inline: auto;
}

.custom__section img {
  max-width: 100%;
}

.cstm-banner__img img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cstm-banner__section {
  position: relative;
}

.cstm-banner__img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}

.cstm-banner__content {
  padding-top: 200px;
  padding-bottom: 138px;
  position: relative;
  z-index: 2;
}

.cstm-banner__title {
  color: #fff;
  max-width: 729px;

  font-weight: 900;
  font-size: 68px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 8px;
}

.cstm-banner__text {
  color: #fff;
  max-width: 991px;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
}

.cstm__h2 {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  color: #0e2936;
  margin: 0;
  margin-bottom: 20px;
}

.cstm__h3 {
  font-weight: 900;
  font-size: 28px;
  color: #313d42;
  margin-top: 45px;
}

.cstm__h4 {
  font-weight: 600;
  font-size: 18px;
  color: #0e2936;
  margin: 0;
}

.custom__section {
  padding-top: 40px;
}

.steps__section {
  padding-top: 65px;
}

.servs__list,
.solutions__list {
  --gap: 20px;
  --columns: 3;

  --itemHeight: 330px;
  gap: var(--gap);
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
}

.serv__item:not(#id),
.solutions__item:not(#id) {
  height: var(--itemHeight);
  border-radius: 16px;
  background: #f0f2f3;
  overflow: hidden;

  width: calc(
    (100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns))
  );
}

.serv__item,
.solutions__item img {
  display: block;
}

.serv-item__inner,
.solutions-item__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 23px 28px;
}

.solutions-item__inner {
  padding-bottom: 45px;
}

.serv-item__img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.solutions-item__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

.solutions-item__img img {
  height: 100%;
  width: auto;
}

.serv-item__name {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #2f2f2f;
  line-height: 1.1;
}

.serv__item:nth-child(1) .serv-item__img img {
  max-height: calc(var(--itemHeight) - 60px);
}

.serv__item:nth-child(2) .serv-item__img img {
  max-height: calc(var(--itemHeight) - 60px);
}

.serv__item:nth-child(3) .serv-item__img img {
  max-height: calc(var(--itemHeight) - 60px);
}

.serv__item:nth-child(4) .serv-item__img img {
  max-height: calc(var(--itemHeight) - 60px);
}

.serv__item:nth-child(5) .serv-item__img img {
  max-height: calc(var(--itemHeight) - 60px);
}

.serv__item:nth-child(6) .serv-item__img img {
  max-height: calc(var(--itemHeight) - 60px);
}

.solutions__item:nth-child(1) .solutions-item__img img {
  max-height: calc(var(--itemHeight) - 70px);
  margin-top: -7px;
}

.solutions__item:nth-child(2) .solutions-item__img img {
  max-height: calc(var(--itemHeight) - 60px);
  margin-inline: auto;
}

.solutions__item:nth-child(3) .solutions-item__img img {
  max-height: calc(var(--itemHeight) - 60px);
  margin-inline: auto;
}

.solutions__item:nth-child(4) .solutions-item__img img {
  max-height: calc(var(--itemHeight) - 60px);
  margin-inline: auto;
  margin-top: 5px;
}

.solutions__item:nth-child(5) .solutions-item__img img {
  max-height: calc(var(--itemHeight));
  margin-inline: auto;
}

.solutions__item:nth-child(6) .solutions-item__img img {
  max-height: calc(var(--itemHeight) - 60px);
  margin-inline: auto;
}

.servs__slider,
.solutions__slider {
  display: none;
}

.solutions-item__name {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #313d42;
  line-height: 1.1;
}

.attention {
  color: #ae1c1c;
}

.steps__heading {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  color: #313d42;
}

.steps__list {
  --imgSize: 272px;
  --numSize: 107px;
  --titleHeight: 60px;
  --overlap: 15px;
  padding-top: calc(var(--imgSize) + var(--titleHeight));
  padding-bottom: calc(var(--imgSize) + var(--titleHeight));
  display: flex;
}

.step__num {
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  color: #0e2936;

  width: var(--numSize);
  height: var(--numSize);
  background: #f0f2f3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
}

.step:before,
.step::after {
  content: "";
  height: 1px;
  width: calc((100% - var(--numSize)) / 2);
  background: #cecece;

  z-index: 9;
  position: absolute;

  top: calc(var(--numSize) / 2);
}

.step:before {
  left: 0;
}

.step::after {
  right: 0;
}

.step:first-child::before {
  width: 20px;
  left: calc(((100% - var(--numSize)) / 2) - 20px);
}

.step:last-child::after {
  width: 50px;
  right: calc(((100% - var(--numSize)) / 2) - 50px);
}

.step__img {
  width: var(--imgSize);
  height: var(--imgSize);
}

.icon__plane {
  position: absolute;
  top: calc(var(--numSize) / 2);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  z-index: 10;
}

.step:nth-child(1) .icon__plane {
  left: calc(((100% - var(--numSize)) / 2) - 20px - 23px);
}

.step:nth-child(3) .icon__plane {
  left: calc(((100% - var(--numSize)) / 2) - 20px - 23px);
}

.step:nth-child(5) .icon__plane {
  right: calc(((100% - var(--numSize)) / 2) - 20px - calc(25px * 2));
}

.step {
  display: flex;
  justify-content: center;
  text-align: center;
  width: calc(100% / 5);
  position: relative;
}

.step__info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.step__title {
  line-height: 1.1;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #313d42;
}

.step:nth-child(odd) .step__info {
  flex-direction: column;
  top: calc(100% - var(--overlap));
}

.step:nth-child(even) .step__info {
  flex-direction: column-reverse;
  bottom: calc(100% - var(--overlap));
}

.step:nth-child(odd) .step__title {
  margin-top: 5px;
}

.step:nth-child(even) .step__title {
  margin-bottom: 5px;
}

.freighForm__holder {
  position: relative;
  z-index: 4;
}

.freighForm-select__options {
  display: none;
}

.step2__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2f2f2f;
  opacity: 0.4;
  z-index: 5;
  display: none;
}

.freighForm__section {
  padding-top: 37px;
  padding-bottom: 21px;
  margin-top: 38px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.freighForm__holder {
  max-width: 1237px;
  width: 100%;
  margin-inline: auto;
}

.freighForm__step2 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  backdrop-filter: blur(21.5px);
  background: #fff;

  border: 1px solid #cecece;
  border-radius: 24px;
  width: 95%;
  max-width: 663px;
  display: none;
}

.freighForm-fileInput__holder .error__txt {
  left: 5px;
  top: 40px;
}

.freighForm-step2__h3 {
  font-weight: 900;
  font-size: 28px;
  text-transform: uppercase;
  color: #2f2f2f;
}

.freighForm-step2__text {
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  color: #2f2f2f;
  margin-bottom: 30px;
}

.freighForm__input {
  height: 60px;
  border: none;
  width: 100%;
  padding: 0 16px;
  outline: none;
  cursor: pointer;
  transition: 0.25s;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.form-success__holder {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  backdrop-filter: blur(21.5px);
  background: #fff;
  border: 1px solid #cecece;
  border-radius: 24px;
  width: 95%;
  max-width: 380px;

  z-index: 5;

  display: none;
}

.form-success__inner {
  position: relative;
  padding: 31px 33px;
}

.success__holder p {
  margin-bottom: 0;
}

.form-success__closer {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.freighForm-step2__inner {
  padding: 31px 33px;
  position: relative;
}

.frform-step2__closer {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.freighForm-input__holder {
  position: relative;
  margin-bottom: 15px;
}

.freighForm-select__options {
  position: absolute;
  background: #fff;
  z-index: 2;
  width: 100%;
  min-width: 357px;
  border-radius: 16px;
  overflow: hidden;
}

.freighForm-select__option {
  padding: 14px 40px;
  cursor: pointer;
  transition: 0.25s;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.freighForm-select__option:hover {
  background: #f0f2f3;
}

.freighForm-select__option.active {
  background: #f0f2f3;
}

.fake-placeholder {
  position: absolute;
  left: 11px;
  top: 17px;
  transition: 0.25s;
  margin-bottom: 0;

  font-weight: 400;
  font-size: 13px;
  color: #4a4a4a;

  background: #fff;
  padding: 2px 5px;
  border-radius: 8px;
}

.fake-placeholder.up {
  top: -10px;
}

.nextStep {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background: #ae1c1c;
  border-radius: 16px;
  min-width: 205px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.25s;
}

.step1__fields {
  margin-right: 7px;
}

.step1-fields__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.freighForm-input__holder {
  width: calc(100% / 5 - 1px);
}

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

.freighForm-fileInput__holder {
  width: 100%;
}

.freighForm-input__holder:nth-child(1) .freighForm__input {
  border-radius: 16px 0 0 16px;
}

.freighForm-input__holder:nth-child(5) .freighForm__input {
  border-radius: 0 16px 16px 0;
}

/* Stylized file input */
.freighForm-fileInput__holder {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 350px;
}

.freighForm-fileInput__holder input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: -1;
}

.freighForm-fileInput__label {
  display: flex;
  align-items: center;
  justify-content: center;

  background: #f0f2f3;
  border-radius: 16px;

  transition: 0.25s;

  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 10px;
  color: #ae1c1c;

  border: 0.74px solid #ae1c1c;
  border-radius: 12px;
  width: 132px;
  height: 39px;
  cursor: pointer;
}

.freighForm-fileInput__label:hover {
  background: #e6e8ea;
  color: #ae1c1c;
}

.freighForm-fileInput__holder
  input[type="file"]:focus
  + .freighForm-fileInput__label {
}

.freighForm-fileInput__filename {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: max-content;
  font-weight: 600;
  font-size: 10px;
  color: #4a4a4a;
}

.freighForm__step2 .step2__fields .freighForm__input {
  border: 1px solid #b7b7b7;
  border-radius: 16px;
}

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

.step2-fields__row .freighForm-input__holder:nth-child(1) {
  width: calc(55% - 10px);
}

.step2-fields__row .freighForm-input__holder:nth-child(2) {
  width: calc(45% - 10px);
}

.freightForm__sbmt {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.25s;
  border-radius: 16px;
  background: #ae1c1c;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.error__txt {
  position: absolute;
  right: 10px;
  top: 37px;
  font-size: 12px;
  margin: 0;
  color: #ae1c1c;

  display: none;
}

@media (max-width: 1390px) {
  .serv__item:nth-child(1) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 80px);
  }

  .serv__item:nth-child(3) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 120px);
  }

  .serv__item:nth-child(6) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 120px);
  }

  .steps__list {
    --imgSize: 250px;
    --numSize: 95px;
    --overlap: 10px;
  }
}

@media (max-width: 1190px) {
  .steps__list {
    --imgSize: 200px;
    --numSize: 75px;
  }

  .step__title {
    font-size: 14px;
  }

  .step__num {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .servs__list,
  .solutions__list {
    --columns: 2;
    --itemHeight: 330px;
  }

  .servs__list br,
  .solutions__list br {
    display: none;
  }

  .solutions-item__inner {
    padding-bottom: 23px;
  }

  .serv__item:nth-child(1) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 80px);
  }

  .serv__item:nth-child(3) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 120px);
  }

  .serv__item:nth-child(6) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 120px);
  }

  .freighForm__step1 .freighForm-input__holder:nth-child(1),
  .freighForm__step1 .freighForm-input__holder:nth-child(2),
  .freighForm__step1 .freighForm-input__holder:nth-child(3) {
    width: calc(100% / 3 - 1px);
  }

  .freighForm__step1 .freighForm-input__holder:nth-child(4),
  .freighForm__step1 .freighForm-input__holder:nth-child(5) {
    width: calc(100% / 2 - 1px);
  }

  .freighForm__step1 .freighForm-input__holder:nth-child(3) .freighForm__input {
    border-radius: 0 16px 16px 0;
  }

  .freighForm__step1 .freighForm-input__holder:nth-child(4) .freighForm__input {
    border-radius: 16px 0 0 16px;
  }

  .freighForm__step1 {
    flex-wrap: wrap;
  }

  .step1__fields {
    margin-right: 0;
    width: 100%;
  }

  .step1__fields {
    margin-bottom: 50px;
  }

  .freighForm-select__options {
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 940px) {
  .icon__plane {
    display: none;
  }

  .step::before,
  .step::after {
    display: none;
  }

  .steps__list {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .step .step__info:not(#id) {
    position: static;
    transform: none;
    flex-direction: row;
    align-items: center;
    /* margin-left: -10px; */
    position: relative;
    z-index: 2;
    left: -10px;
    right: 0;
  }

  .step__num {
    min-width: var(--numSize);
  }

  .step {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
  }

  .steps__list {
    --imgSize: 230px;
    --numSize: 97px;
  }

  .step__img {
    min-width: var(--imgSize);
  }

  .step__title {
    font-size: 16px;
    text-align: left;
    margin-left: 15px;
  }

  .step__num {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .servs__list,
  .solutions__list {
    display: none;
  }

  .servs__slider,
  .solutions__slider {
    display: block;
    --itemHeight: 200px;
  }

  .serv__item {
    width: auto;
  }

  .serv__item:nth-child(1) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 10px);
  }

  .serv__item:nth-child(2) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 10px);
  }

  .serv__item:nth-child(3) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 50px);
  }

  .serv__item:nth-child(4) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 20px);
  }

  .serv__item:nth-child(5) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 50px);
  }

  .serv__item:nth-child(6) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 10px);
  }

  .serv-item__name,
  .solutions-item__name {
    font-size: 14px;
  }

  .serv-item__inner,
  .solutions-item__inner {
    padding: 15px;
  }

  .cstm-banner__title {
    font-size: calc(10px + 7vw);
  }

  .cstm-banner__text {
    font-size: calc(10px + 3vw);
  }

  .custom__section br {
    display: none;
  }
}

@media (max-width: 600px) {
  .steps__list {
    --imgSize: 140px;
    --numSize: 79px;
  }

  .step__img {
    min-width: var(--imgSize);
  }

  .step__title {
    font-size: 14px;
  }

  .step__num {
    font-size: 30px;
  }

  .steps__heading {
    font-size: 30px;
  }

  .freighForm__step1 .freighForm-input__holder:nth-child(1),
  .freighForm__step1 .freighForm-input__holder:nth-child(2),
  .freighForm__step1 .freighForm-input__holder:nth-child(3),
  .freighForm__step1 .freighForm-input__holder:nth-child(4) {
    width: calc(100% / 2 - 1px);
  }

  .freighForm__step1 .freighForm-input__holder:nth-child(5) {
    width: 100%;
  }

  .freighForm__step1 .freighForm-input__holder:not(#id) .freighForm__input {
    border-radius: 16px;
  }

  .step2-fields__row {
    flex-wrap: wrap;
  }

  .step2-fields__row .freighForm-input__holder:not(#id) {
    width: 100%;
  }

  .freighForm-step2__h3 {
    font-size: 20px;
  }

  .freighForm-step2__text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .freighForm-step2__inner {
    padding: 20px;
  }

  .frform-step2__closer {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 500px) {
  .servs__slider,
  .solutions__slider {
    --itemHeight: 186px;
  }

  .serv-item__name,
  .solutions-item__name {
    font-size: 10px;
    font-weight: 600;
  }

  .serv__item:nth-child(1) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 60px);
  }

  .serv__item:nth-child(2) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 20px);
  }

  .serv__item:nth-child(3) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 60px);
  }

  .serv__item:nth-child(4) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 20px);
  }

  .serv__item:nth-child(5) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 50px);
  }

  .serv__item:nth-child(6) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 60px);
  }

  .serv__item:nth-child(1) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 60px);
  }

  .solutions__item:nth-child(1) .solutions-item__img img {
    max-height: calc(var(--itemHeight) - 40px);
  }

  .solutions__item:nth-child(2) .solutions-item__img img {
    max-height: calc(var(--itemHeight) - 40px);
  }

  .solutions__item:nth-child(3) .solutions-item__img img {
    max-height: calc(var(--itemHeight) - 40px);
  }

  .solutions__item:nth-child(5) .solutions-item__img img {
    max-height: calc(var(--itemHeight));
  }

  .solutions__item:nth-child(6) .solutions-item__img img {
    max-height: calc(var(--itemHeight) - 40px);
  }

  .cstm-banner__title {
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 23px;
  }

  .cstm-banner__text {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
  }

  .cstm-banner__content {
    padding-bottom: 45px;
    padding-top: 45px;
  }

  .custom__section {
    padding-top: 30px;
  }

  .cstm__h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .cstm__h3 {
    font-size: 20px;
  }

  .cstm__h2 {
    font-size: 20px;
  }

  .step {
    margin-bottom: 12px;
  }

  .steps__list {
    --imgSize: 100px;
    --numSize: 59px;
  }

  .step__img {
    min-width: var(--imgSize);
  }

  .step__title {
    font-size: 12px;
  }

  .step__num {
    font-size: 24px;
  }

  .steps__heading {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .step1-fields__row .freighForm-input__holder:not(#id) {
    width: 100%;
  }

  .freighForm-fileInput__label {
    height: 60px;
    max-width: 100%;
    width: 100%;
  }

  .freighForm-fileInput__holder {
    max-width: 100%;
    margin-top: 30px;
  }

  .step1__fields {
    margin-bottom: 12px;
  }

  .nextStep {
    max-width: 100%;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
  }

  .freighForm-step2__h3 {
    font-size: 16px;
  }
}

@media (max-width: 425px) {
  .serv__item:nth-child(1) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 60px);
  }

  .serv__item:nth-child(2) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 40px);
  }

  .serv__item:nth-child(3) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 80px);
  }

  .serv__item:nth-child(4) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 50px);
  }

  .serv__item:nth-child(5) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 60px);
  }

  .serv__item:nth-child(6) .serv-item__img img {
    max-height: calc(var(--itemHeight) - 80px);
  }
}

@media (max-width: 350px) {
  .cstm__h2 {
    font-size: 18px;
  }
}

/* custom page styles ++++++++++++++++++++++ */

/* custom home page +++++++++++++++++++++++ */
#promo__h1 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  color: #3e4347;
  text-transform: uppercase;
  margin-bottom: 0;
}

#promo__span {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  color: #3e4347;
  text-align: left;
  margin: 0 0 30px 0;
  padding: 0;

  margin: 0 0 12px 0;

  font-size: 30px;
}

.promo__text:not(#id) {
  max-width: 740px;
}

@media (min-width: 768px) {
  #promo__span {
    font-size: 60px;
  }
}

/* custom home page ----------------------- */
/* End */

/* Start:/bitrix/templates/furniture_dark-blue/template_styles.css?1748693833133785*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}

.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

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

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Raleway | Designed by Matt McInerney, Pablo Impallari, Rodrigo Fuenzalida | SIL Open Font License, Version 1.1. https://github.com/impallari/Raleway/blob/master/OFL.txt */

@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 100;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-ThinItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-Thin.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 200;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-ExtraLight.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 200;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-ExtraLightItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-Light.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 300;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-LightItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-Regular.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  src: url("/bitrix/templates/furniture_dark-blue/fonts/Raleway/Raleway-Italic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-Medium.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 500;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-MediumItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-SemiBold.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 600;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-SemiBoldItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-Bold.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 700;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-BoldItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-ExtraBold.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 800;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-ExtraBoldItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-Black.woff2")
    format("woff2");
}

@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 900;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Raleway/Raleway-BlackItalic.woff2")
    format("woff2");
}

/* Jost* | Designed by Owen Earl | SIL Open Font License, Version 1.1. https://github.com/indestructible-type/Jost/blob/master/OFL.txt */

@font-face {
  font-family: "Jost";
  font-weight: 100;
  font-style: normal;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-100-Hairline.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: 100;
  font-style: italic;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-100-HairlineItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: 200;
  font-style: normal;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-200-Thin.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: 200;
  font-style: italic;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-200-ThinItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: 300;
  font-style: normal;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-300-Light.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: 300;
  font-style: italic;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-300-LightItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: normal;
  font-style: normal;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-400-Book.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: normal;
  font-style: italic;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-400-BookItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: 500;
  font-style: normal;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-500-Medium.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: 500;
  font-style: italic;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-500-Medium.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: 600;
  font-style: normal;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-600-Semi.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: 600;
  font-style: italic;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-600-SemiItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: 700;
  font-style: normal;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-700-Bold.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: 700;
  font-style: italic;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-700-BoldItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: 800;
  font-style: normal;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-800-Heavy.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: 800;
  font-style: italic;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-800-HeavyItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: 900;
  font-style: normal;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-900-Black.woff2")
    format("woff2");
}

@font-face {
  font-family: "Jost";
  font-weight: 900;
  font-style: italic;
  src: url("../../../../../templates/furniture_dark-blue/fonts/Jost/Jost-900-BlackItalic.woff2")
    format("woff2");
}

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

html,
body {
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: #3e4347;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}

.body-mobile-menu-opened {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .body-mobile-menu-opened {
    overflow: initial;
  }
}

.body-modal-opened {
  overflow: hidden !important;
}

h1 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  color: #3e4347;
  text-align: left;
  margin: 0 0 30px 0;
  padding: 0;
}

@media (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  color: #3e4347;
  text-align: left;
  margin: 0 0 30px 0;
  padding: 0;
}

@media (min-width: 768px) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  color: #3e4347;
  margin: 0 0 10px 0;
  padding: 0;
}

@media (min-width: 768px) {
  h3 {
    font-size: 42px;
  }
}

p {
  margin: 0 0 20px 0;
}

ul {
  list-style: none;
  background: none;
  margin: 0 0 20px 0;
  padding: 0;
}

ul li {
  padding: 0 0 0 12px;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA2IDYiIHdpZHRoPSI2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjMiIGN5PSIzIiBmaWxsPSIjM2U0MzQ3IiByPSIzIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+")
    no-repeat left 3px top 7px;
  margin: 0 0 15px 0;
}

@media (min-width: 768px) {
  ul li {
    background-position: left 3px top 9px;
  }
}

a {
  color: #3e4347;
  text-decoration: underline;
}

a:hover {
  color: #969696;
  text-decoration: none;
}

a:active {
  color: #969696;
  text-decoration: none;
}

.breadcrumbs {
  margin-top: 40px;
}

.breadcrumbs-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 20px 0;
  padding: 0;
}

.breadcrumbs-list__item {
  background: none;
  flex: 0 0 auto;
  position: relative;
  font-size: 14px;
  line-height: 1.25;
  color: #bcbdbf;
  padding: 0 16px 0 0;
  margin: 0;
}

.breadcrumbs-list__item::after {
  position: absolute;
  z-index: 10;
  content: "/";
  font-size: 14px;
  line-height: 1.25;
  color: #bcbdbf;
  right: 0;
  top: 0;
  width: 10px;
}

.breadcrumbs-list__item:last-child {
  padding: 0;
}

.breadcrumbs-list__item:last-child::after {
  width: 0;
  content: "";
}

.breadcrumbs-list__item-link {
  color: #bcbdbf;
  text-decoration: none;
}

.breadcrumbs-list__item-link:hover {
  color: #3e4347;
  text-decoration: none;
}

.breadcrumbs-list__item-link:active {
  color: #3e4347;
  text-decoration: none;
}

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

.visible {
  visibility: visible;
}

.section-margin-top_1 {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .section-margin-top_1 {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .section-margin-top_1 {
    margin-top: 60px;
  }
}

.section-margin-top_2 {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .section-margin-top_2 {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  .section-margin-top_2 {
    margin-top: 100px;
  }
}

.common-input {
  width: 100%;
  height: 40px;
  padding: 0;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  border-radius: 0;
  border: none;
  background: transparent;
}

.common-input::-webkit-input-placeholder {
  font-weight: 400;
  font-style: italic;
  opacity: 1;
}

.common-input::-moz-placeholder {
  font-weight: 400;
  font-style: italic;
  opacity: 1;
}

.common-input:-moz-placeholder {
  font-weight: 400;
  font-style: italic;
  opacity: 1;
}

.common-input:-ms-input-placeholder {
  font-weight: 400;
  font-style: italic;
  opacity: 1;
}

.common-input:focus {
  outline: 0;
  background: transparent !important;
  font-weight: 400;
  font-style: italic;
  opacity: 1;
}

.common-input:disabled {
  background: transparent;
}

.common-input_style_1 {
  color: #696969;
  border-bottom: 1px solid #3e4347;
}

.common-input_style_1::-webkit-input-placeholder {
  color: #696969;
}

.common-input_style_1::-moz-placeholder {
  color: #696969;
}

.common-input_style_1:-moz-placeholder {
  color: #696969;
}

.common-input_style_1:-ms-input-placeholder {
  color: #696969;
}

.common-input_style_1:focus {
  color: #696969;
  border-bottom: 1px solid #696969;
}

.common-input_style_2 {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.common-input_style_2::-webkit-input-placeholder {
  color: #ffffff;
}

.common-input_style_2::-moz-placeholder {
  color: #ffffff;
}

.common-input_style_2:-moz-placeholder {
  color: #ffffff;
}

.common-input_style_2:-ms-input-placeholder {
  color: #ffffff;
}

.common-input_style_2:focus {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.common-radio[type="radio"] {
  margin-top: 3px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 1px solid #696969;
  outline: 0;
  flex-grow: 0;
  border-radius: 8px;
  cursor: pointer;
}

.common-radio[type="radio"]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: 10px 10px;
  background-position: left 4px top 4px;
  background-repeat: no-repeat;
}

.common-radio[type="radio"]:checked {
  background-color: #ffffff;
}

.common-radio[type="radio"]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTAgMTAiIHdpZHRoPSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCBmaWxsPSIjNjk2OTY5IiBoZWlnaHQ9IjEwIiByeD0iNSIgd2lkdGg9IjEwIi8+PC9zdmc+");
}

.common-radio[type="radio"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.number-input {
  width: 100%;
  height: 20px;
  padding: 0;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  border-radius: 0;
  border: none;
  background: transparent;
  color: #696969;
  -moz-appearance: textfield;
}

.number-input::-webkit-input-placeholder {
  font-weight: 400;
  font-style: italic;
  opacity: 1;
  color: #696969;
}

.number-input::-moz-placeholder {
  font-weight: 400;
  font-style: italic;
  opacity: 1;
  color: #696969;
}

.number-input:-moz-placeholder {
  font-weight: 400;
  font-style: italic;
  opacity: 1;
  color: #696969;
}

.number-input:-ms-input-placeholder {
  font-weight: 400;
  font-style: italic;
  opacity: 1;
  color: #696969;
}

.number-input:focus {
  outline: 0;
  background: transparent !important;
  font-weight: 400;
  font-style: italic;
  opacity: 1;
  color: #696969;
}

.number-input:disabled {
  background: transparent;
}

.number-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.common-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 28px 0 28px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  text-decoration: none;
}

.common-button:hover {
  text-decoration: none;
}

.common-button:hover .common-button__file-text::after {
  background-position: right 0 top -100px;
}

.common-button:hover .common-button__news-text::after {
  background-position: right 0 top -100px;
}

@media (min-width: 768px) {
  .common-button {
    width: initial;
  }
}

.common-button_width_100percent {
  width: 100%;
}

.common-button_font_1 {
  font-family: "Raleway", Arial, sans-serif;
}

.common-button_font_2 {
  font-family: "Jost", Arial, sans-serif;
}

.common-button_style_1 {
  color: #ffffff;
  background: linear-gradient(90deg, #7e7e7e 0%, #acacac 46%, #909090 100%);
  border: 1px solid #969696;
}

.common-button_style_1:hover {
  background: #ffffff;
  color: #696969;
  border: 1px solid #696969;
}

.common-button_style_1:active {
  background: #969696;
  color: #ffffff;
}

.common-button_style_2 {
  color: #696969;
  background: none;
  border: 1px solid #696969;
}

.common-button_style_2:hover {
  background: #969696;
  color: #ffffff;
  border: 1px solid #969696;
}

.common-button_style_3 {
  color: #696969;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #696969;
}

.common-button_style_3:hover {
  background: #969696;
  color: #ffffff;
  border: 1px solid #969696;
}

.common-button_style_4 {
  color: #ffffff;
  background: none;
  border: 1px solid #ffffff;
}

.common-button_style_4:hover {
  background: #969696;
  color: #ffffff;
  border: 1px solid #969696;
}

.common-button_style_5 {
  color: #acacac;
  background: none;
  border: 1px solid #acacac;
}

.common-button_style_5:hover {
  background: #969696;
  color: #ffffff;
  border: 1px solid #969696;
}

.common-button_inline-flex {
  display: inline-flex;
}

.common-button__file-text {
  position: relative;
  padding: 0 20px 0 0;
}

.common-button__file-text::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 12px;
  content: "";
  margin: auto 0 auto 0;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjExMiIgdmlld0JveD0iMCAwIDExIDExMiIgd2lkdGg9IjExIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im05Ljg0OTYwODIgMS4wOTgxMTg0Yy0xLjUzMjg4NDktMS40NjQxNTc4Ny00LjAyOTAzOTEtMS40NjQxNTc4Ny01LjU2MDI1MTYgMGwtNC4yNDcwMzM4IDQuMDUzNjE5Yy0uMDI3NjYyNy4wMjY0Mi0uMDQyMzA3NzYuMDYyMTc2LS4wNDIzMDc3Ni4wOTk0NzMgMCAuMDM3MzA3LjAxNDY0NTA2LjA3MzA1NC4wNDIzMDc3Ni4wOTk0NzNsLjYwMDQ0MzcyLjU3MzU0MTRjLjAyNzQ0NTQuMDI2MDk3LjA2NDU5ODMuMDQwNzUxLjEwMzMyODIyLjA0MDc1MS4wMzg3Mjk5IDAgLjA3NTg4MTgtLjAxNDY1NC4xMDMzMjgyMS0uMDQwNzUxbDQuMjQ3MDM0MTUtNC4wNTM2MTg3Yy41MjcyMjYxLS41MDM1OTk5IDEuMjI4NTU0Ny0uNzgwMjYzMyAxLjk3MzgxNzItLjc4MDI2MzMuNzQ1MjcyMyAwIDEuNDQ2NjAxLjI3NjY2MzQgMS45NzIxOTQxLjc4MDI2MzMuNTI3MjE2My41MDM1OTAyLjgxNjg3ODggMS4xNzM0OTI2LjgxNjg3ODggMS44ODM4MTQ0IDAgLjcxMTg3MzEtLjI4OTY2MjUgMS4zODAyMTQ1LS44MTY4Nzg4IDEuODgzODE0NGwtNC4zMjg0MDEzIDQuMTMyODg3Ni0uNzAxMzI4Ni42Njk5NTE1Yy0uNjU1NzcxNi42MjYzNDEtMS43MjE1OTU5LjYyNjM0MS0yLjM3NzM2NzUgMC0uMzE3MzA1Ni0uMzAzMTIyLS40OTE0MTgtLjcwNTY1OTUtLjQ5MTQxOC0xLjEzNDczMjUgMC0uNDI4OTM2Mi4xNzQxMTI0LS44MzE1MDIuNDkxNDE4LTEuMTM0NTk0N2w0LjI5NDIyNjEtNC4xMDAyNTMxYy4xMDkwMjgtLjEwMjU4NTQuMjUyMjIxNC0uMTYwMDg3OC40MDUxNzM0LS4xNjAwODc4aC4wMDE2M2MuMTUyOTUyMSAwIC4yOTQ1MjIzLjA1NzUwMi40MDE5MTczLjE2MDA4NzguMTA5MDI4LjEwNDEzNjUuMTY3NjA5Ny4yNDA5MTcuMTY3NjA5Ny4zODcwMjQzIDAgLjE0NDU0NjMtLjA2MDIxNS4yODEzMjY4LS4xNjc2MDk3LjM4MzkxMjJsLTMuNTA5OTA2MiAzLjM0OTUyMTVjLS4wMjc2NjMuMDI2NDI5LS4wNDIzMDEuMDYyMTc2LS4wNDIzMDEuMDk5NDczIDAgLjAzNzMwNy4wMTQ2MzguMDczMDU0LjA0MjMwMS4wOTk0ODNsLjYwMDQ0Ni41NzM1ODA0Yy4wMjc0NDYuMDI2MDQ5LjA2NDYwMi4wNDA2ODMuMTAzMzMyMi4wNDA2ODMuMDM4NzMgMCAuMDc1ODc2LS4wMTQ2MzQuMTAzMzIyMy0uMDQwNjgzbDMuNTA4Mjg1OS0zLjM1MTEyMTRjLjMyMzgxOC0uMzA5MzA3My41MDExODY1LS43MTk2NDg3LjUwMTE4NjUtMS4xNTYzOTk5IDAtLjQzNjc2MDktLjE3OTAwMTUtLjg0ODY1MzYtLjUwMTE4NjUtMS4xNTY0MDk2LS42Njg3ODY0LS42Mzg4MDk3LTEuNzU1NzcxLS42MzcyNTg1LTIuNDI0NTU3NSAwbC0uNDE2NTY1MS4zOTk0NjMzLTMuODc2MDMzOTIgMy43MDA3ODk4Yy0uMjYzMDcxMDMuMjQ5ODE0Ni0uNDcxNjAyNDcuNTQ3MDI0NC0uNjEzNTAxMjEuODc0Mzk5OS0uMTQxODk4NTQuMzI3Mzc1Ni0uMjE0MzQwNjIuNjc4NDQ4Ny0uMjEzMTI1MjMgMS4wMzI2OTIzIDAgLjcxOTcwODUuMjk0NTI2ODUgMS4zOTU4MDU1LjgyNjYyNjQ0IDEuOTA0MDk4NS41NTE2Mjg4Mi41MjUzNjUgMS4yNzQxMDc5Mi43ODggMS45OTY1OTY3Mi43ODguNzIyNDg4OSAwIDEuNDQ0OTY4LS4yNjI2MzUgMS45OTQ5Njc3LS43ODhsNS4wMzE0MDIzLTQuODAyODI5NmMuNzQwMzYzOC0uNzA4NzcwNiAxLjE1MDM4NjgtMS42NTIyMjQyIDEuMTUwMzg2OC0yLjY1NDc1MDkuMDAxNjcyLTEuMDA0MDc3OS0uNDA4NDQ5LTEuOTQ3NTQxMi0xLjE1MDM4NjgtMi42NTYzMDIxeiIgZmlsbD0iIzY5Njk2OSIvPjxwYXRoIGQ9Im05Ljg0OTYzNzcgMTAxLjA5ODEzYy0xLjUzMjg4NS0xLjQ2NDE1OC00LjAyOTAzOS0xLjQ2NDE1OC01LjU2MDI1MSAwbC00LjI0NzAzMzk2IDQuMDUzNjJjLS4wMjc2Ni4wMjY0LS4wNDIzMS4wNjIyLS4wNDIzMS4wOTk1cy4wMTQ2NC4wNzMuMDQyMzEuMDk5NWwuNjAwNDQ0LjU3MzU0Yy4wMjc0NS4wMjYxLjA2NDYuMDQwOC4xMDMzMjguMDQwOC4wMzg3MyAwIC4wNzU4OC0uMDE0Ny4xMDMzMjgtLjA0MDhsNC4yNDcwMzM5Ni00LjA1MzYyYy41MjcyMjYtLjUwMzYgMS4yMjg1NTUtLjc4MDI2IDEuOTczODE3LS43ODAyNi43NDUyNzMgMCAxLjQ0NjYwMS4yNzY2NiAxLjk3MjE5NC43ODAyNi41MjcyMTcuNTAzNTkuODE2ODc5IDEuMTczNDkuODE2ODc5IDEuODgzODIgMCAuNzExODctLjI4OTY2MiAxLjM4MDIxLS44MTY4NzkgMS44ODM4MWwtNC4zMjg0MDEgNC4xMzI4OS0uNzAxMzI5LjY2OTk1Yy0uNjU1NzcxLjYyNjM0LTEuNzIxNTk1LjYyNjM0LTIuMzc3MzY3IDAtLjMxNzMwNi0uMzAzMTItLjQ5MTQxOC0uNzA1NjYtLjQ5MTQxOC0xLjEzNDczIDAtLjQyODk0LjE3NDExMi0uODMxNS40OTE0MTgtMS4xMzQ2bDQuMjk0MjI2LTQuMTAwMjVjLjEwOTAyOC0uMTAyNTkuMjUyMjIxLS4xNjAwOS40MDUxNzMtLjE2MDA5aC4wMDE2Yy4xNTI5NTMgMCAuMjk0NTIzLjA1NzUuNDAxOTE4LjE2MDA5LjEwOTAyOC4xMDQxNC4xNjc2MDkuMjQwOTIuMTY3NjA5LjM4NzAyIDAgLjE0NDU1LS4wNjAyMS4yODEzMy0uMTY3NjA5LjM4MzkybC0zLjUwOTkwNiAzLjM0OTUyYy0uMDI3NjYuMDI2NC0uMDQyMy4wNjIyLS4wNDIzLjA5OTVzLjAxNDY0LjA3My4wNDIzLjA5OTVsLjYwMDQ0Ni41NzM1OGMuMDI3NDUuMDI2LjA2NDYuMDQwNy4xMDMzMzIuMDQwNy4wMzg3MyAwIC4wNzU4OC0uMDE0Ni4xMDMzMjItLjA0MDdsMy41MDgyODYtMy4zNTExMmMuMzIzODE4LS4zMDkzMS41MDExODYtLjcxOTY1LjUwMTE4Ni0xLjE1NjQgMC0uNDM2NzYtLjE3OTAwMS0uODQ4NjYtLjUwMTE4Ni0xLjE1NjQxLS42Njg3ODYtLjYzODgxLTEuNzU1NzcxLS42MzcyNi0yLjQyNDU1OCAwbC0uNDE2NTY1LjM5OTQ2LTMuODc2MDMzOTYgMy43MDA3OWMtLjI2MzA3MS4yNDk4MS0uNDcxNjAyLjU0NzAyLS42MTM1MDEuODc0NC0uMTQxODk4LjMyNzM4LS4yMTQzNC42Nzg0NS0uMjEzMTI1IDEuMDMyNjkgMCAuNzE5NzEuMjk0NTI3IDEuMzk1ODEuODI2NjI2IDEuOTA0MS41NTE2Mjg5Ni41MjUyNSAxLjI3NDEwNzk2Ljc4Nzg5IDEuOTk2NTk2OTYuNzg3ODlzMS40NDQ5NjgtLjI2MjY0IDEuOTk0OTY4LS43ODhsNS4wMzE0MDItNC44MDI4M2MuNzQwMzY0My0uNzA4NzcgMS4xNTAzODczLTEuNjUyMjIgMS4xNTAzODczLTIuNjU0NzUuMDAxNy0xLjAwNDA4LS40MDg0NDktMS45NDc1NC0xLjE1MDM4NzMtMi42NTYzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==")
    no-repeat left 0 top 0;
}

.common-button__news-text {
  position: relative;
  padding: 0 20px 0 0;
}

.common-button__news-text::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 12px;
  content: "";
  margin: auto 0 auto 0;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjExNCIgdmlld0JveD0iMCAwIDEyIDExNCIgd2lkdGg9IjEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTYgMGEuMjUuMjUgMCAwIDAgLS4yNS4yNXYxMi44ODQ3NjZsLTUuMzIwMzEyNS01LjQ1ODk4NDhhLjI1LjI1IDAgMCAwIC0uMzUzNTE1NjMtLjAwMzkwNjIuMjUuMjUgMCAwIDAgLS4wMDU4NTkzNy4zNTM1MTU2bDUuNzUgNS44OTg0Mzc0YS4yNS4yNSAwIDAgMCAuMDAzOTEuMDAzOS4yNS4yNSAwIDAgMCAwIC4wMDIuMjUuMjUgMCAwIDAgLjEwNTQ2ODguMDQxMDEuMjUuMjUgMCAwIDAgLjAwNTg2LjAwMi4yNS4yNSAwIDAgMCAuMDAxOTUuMDAyLjI1LjI1IDAgMCAwIC4wNjA1NDU2LjAyNTI2Mi4yNS4yNSAwIDAgMCAuMDAxOTUzMSAwIC4yNS4yNSAwIDAgMCAuMDAxOTUgMCAuMjUuMjUgMCAwIDAgLjA0Njg3NS0uMDE5NTMuMjUuMjUgMCAwIDAgLjA1MDc4MS0uMDIxNDkuMjUuMjUgMCAwIDAgLjA3NDIxOS0uMDI5My4yNS4yNSAwIDAgMCAwLS4wMDIuMjUuMjUgMCAwIDAgLjAwMTk1IDAgLjI1LjI1IDAgMCAwIC4wMDE5NS0uMDAzOS4yNS4yNSAwIDAgMCAuMDAxOTUgMGw1Ljc1MDAxMy01Ljg5ODM4OTRhLjI1LjI1IDAgMCAwIC0uMDA1OS0uMzUzNTE1Ni4yNS4yNSAwIDAgMCAtLjM1MzUxNS4wMDM5MWwtNS4zMjAyNzMgNS40NTg5ODF2LTEyLjg4NDc2NmEuMjUuMjUgMCAwIDAgLS4yNS0uMjV6IiBmaWxsPSIjNjM3Mjg1Ii8+PHBhdGggZD0ibTYuMDAwMDI4IDEwMGEuMjUuMjUgMCAwIDAgLS4yNS4yNXYxMi44ODQ3N2wtNS4zMjAzMTMtNS40NTg5OWEuMjUuMjUgMCAwIDAgLS4zNTM1MTUtLjAwNC4yNS4yNSAwIDAgMCAtLjAwNTkuMzUzNTJsNS43NSA1Ljg5ODQ0YS4yNS4yNSAwIDAgMCAuMDAzOS4wMDQuMjUuMjUgMCAwIDAgMCAuMDAyLjI1LjI1IDAgMCAwIC4xMDU0NjguMDQxLjI1LjI1IDAgMCAwIC4wMDU5LjAwMi4yNS4yNSAwIDAgMCAuMDAxOS4wMDIuMjUuMjUgMCAwIDAgLjA2MDU1LjAyNTMuMjUuMjUgMCAwIDAgLjAwMiAwIC4yNS4yNSAwIDAgMCAuMDAxOSAwIC4yNS4yNSAwIDAgMCAuMDQ2ODctLjAxOTUuMjUuMjUgMCAwIDAgLjA1MDc4LS4wMjE1LjI1LjI1IDAgMCAwIC4wNzQyMi0uMDI5My4yNS4yNSAwIDAgMCAwLS4wMDIuMjUuMjUgMCAwIDAgLjAwMiAwIC4yNS4yNSAwIDAgMCAuMDAxOS0uMDA0LjI1LjI1IDAgMCAwIC4wMDIgMGw1Ljc1MDAxMi01Ljg5ODM0YS4yNS4yNSAwIDAgMCAtLjAwNTktLjM1MzUyLjI1LjI1IDAgMCAwIC0uMzUzNTE1LjAwNGwtNS4zMjAyNzIgNS40NTg5OHYtMTIuODg0NzZhLjI1LjI1IDAgMCAwIC0uMjUtLjI1eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=")
    no-repeat left 0 top 0;
  min-height: 14px;
}

.common-button__news-text_show::after {
  transform: rotate(180deg);
}

.contacts-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #acacac;
  border-radius: 50%;
  cursor: pointer;
}

.contacts-button:hover {
  background: #969696;
}

.contacts-button svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.contacts-button2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.contacts-button2 svg {
  display: block;
  width: 40px;
  height: 40px;
}

.contacts-button3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #acacac;
  border-radius: 50%;
  cursor: pointer;
}

.contacts-button3:hover {
  background: #969696;
}

.contacts-button3 svg {
  display: block;
  width: 12px;
  height: 12px;
  fill: #ffffff;
}

.change-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 8px;
  border: 1px solid #969696;
  cursor: pointer;
}

.change-button:hover {
  background: #969696;
}

.change-button:hover svg {
  fill: #ffffff;
}

.change-button svg {
  display: block;
  width: 10px;
  height: 10px;
  fill: #696969;
}

.up-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #acacac;
  border-radius: 50%;
  cursor: pointer;
}

.up-button:hover {
  background: #969696;
}

@media (min-width: 576px) {
  .up-button {
    width: 56px;
    height: 56px;
  }
}

.up-button svg {
  display: block;
  width: 12px;
  height: 7px;
  fill: #ffffff;
}

@media (min-width: 576px) {
  .up-button svg {
    width: 25px;
    height: 13px;
  }
}

.mobile-menu-button {
  display: block;
  width: 40px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjEyMiIgdmlld0JveD0iMCAwIDQwIDEyMiIgd2lkdGg9IjQwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNhY2FjYWMiPjxyZWN0IGhlaWdodD0iMiIgcng9IjEiIHdpZHRoPSI0MCIvPjxyZWN0IGhlaWdodD0iMiIgcng9IjEiIHdpZHRoPSI0MCIgeT0iMTAiLz48cmVjdCBoZWlnaHQ9IjIiIHJ4PSIxIiB3aWR0aD0iNDAiIHk9IjIwIi8+PHBhdGggZD0ibTkuNzYzNjcxOSAxMDBjLS4xOTQ3OTIgMC0uMzg5ODAzNC4wNzcyLS41MzkwNjI1LjIyNDYxLS4yOTg1MTc1LjI5ODEyLS4yOTg1MTg1Ljc3ODA1IDAgMS4wNzYxN2w5LjY5OTIxODYgOS42OTkyMi05LjY5OTIxODYgOS43MDExN2MtLjI5ODUxODIuMjk4MTItLjI5ODUxNzkuNzc4MDUgMCAxLjA3NjE3LjI5ODUxNzguMjk4MTIuNzc3NjUzNi4yOTgxMiAxLjA3NjE3MTYgMGw5LjY5OTIxOS05LjcwMTE3IDkuNjk5MjE5IDkuNzAxMTdjLjI5ODUxOC4yOTgxMi43Nzc2NTQuMjk4MTIgMS4wNzYxNzIgMCAuMjk4NTE5LS4yOTgxMi4yOTg1MTgtLjc3ODA1IDAtMS4wNzYxN2wtOS42OTkyMTktOS43MDExNyA5LjY5OTIxOS05LjY5OTIyYy4yOTg1MTktLjI5ODEyLjI5ODUxOC0uNzc4MDUgMC0xLjA3NjE3LS4yOTg1MTctLjI5ODU1Ni0uNzc3NjUzLS4yOTg1NTYtMS4wNzYxNzIgMGwtOS42OTkyMTkgOS42OTkyMi05LjY5OTIxOS05LjY5OTIyYy0uMTQ5MjU5LS4xNDkwNi0uMzQyMzE2NS0uMjI0NjEtLjUzNzEwOTEtLjIyNDYxeiIvPjwvZz48L3N2Zz4=")
    no-repeat left 0 top 0;
}

.mobile-menu-button_opened {
  background-position: left 0 top -100px;
}

.slider-nav-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid #696969;
  border-radius: 8px;
  cursor: pointer;
  background: none;
}

.slider-nav-button:hover {
  background: #969696;
  border: 1px solid #969696;
}

.slider-nav-button:hover svg {
  fill: #ffffff;
}

@media (min-width: 768px) {
  .slider-nav-button {
    width: 80px;
    height: 60px;
  }
}

.slider-nav-button svg {
  display: block;
  width: 10px;
  height: 10px;
  fill: #696969;
}

@media (min-width: 768px) {
  .slider-nav-button svg {
    width: 20px;
    height: 20px;
  }
}

.header {
  background-color: #ffffff;
  flex: 0 0 auto;
}

.header__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .header__container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .header__container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .header__container {
    max-width: 870px;
  }
}

@media (min-width: 1200px) {
  .header__container {
    max-width: 1170px;
  }
}

@media (min-width: 1200px) {
  .header__container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .header__container {
    width: 1770px;
    max-width: 100%;
  }
}

.header_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  box-shadow: 4px 4px 4px 0px rgba(62, 67, 71, 0.1);
}

.header-top {
  display: none;
}

@media (min-width: 1200px) {
  .header-top {
    display: block;
    height: 52px;
    border-bottom: 1px solid #d5d5d5;
  }
}

.header-top__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.header-top__menu-column {
  flex: 1 1 auto;
  min-width: 0;
  padding: 18px 0 0 0;
}

.header-top__language-column {
  flex: 0 0 auto;
  width: 310px;
  padding: 18px 0 0 0;
}

@media (min-width: 1200px) {
  .header-top_sticky {
    display: none;
  }
}

.header-top-menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -0;
  margin-bottom: -0;
}

.header-top-menu__item {
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.1;
  transition: all 0.5s ease;
  background: none;
}

.header-top-menu__item:hover {
  transform: scale(1.3);
  line-height: 1;
  font-weight: bold;
}

.header-top-menu__item-link {
  color: #acacac;
  text-decoration: none;
}

.header-top-menu__item-link:hover {
  color: #acacac;
  text-decoration: none;
}

.language {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.language__item {
  border-right: 1px solid #dddddd;
  font-size: 14px;
  line-height: 1.1;
  color: #acacac;
  padding-right: 6px;
}

.language__item:last-child {
  border: none;
  padding-right: 0;
  padding-left: 6px;
}

.language__item-link {
  color: #000000;
  text-decoration: none;
}

.language__item-link:hover {
  color: #969696;
  text-decoration: none;
}

.header-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 66px;
}

@media (min-width: 768px) {
  .header-info {
    height: 120px;
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .header-info {
    height: 96px;
  }
}

.header-info__logo-column {
  flex: 0 0 auto;
  width: 96px;
  padding: 24px 0 0 0;
}

@media (min-width: 768px) {
  .header-info__logo-column {
    width: 220px;
    padding: 35px 0 0 0;
  }
}

@media (min-width: 1200px) {
  .header-info__logo-column {
    padding: 18px 0 0 0;
  }
}

.header-info__info-column {
  display: none;
}

@media (min-width: 768px) {
  .header-info__info-column {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    padding: 34px 30px 0 0;
  }
}

.header-info__language-column {
  display: none;
}

@media (min-width: 768px) {
  .header-info__language-column {
    display: block;
    flex: 0 0 auto;
    padding: 53px 24px 0 0;
  }
}

@media (min-width: 1200px) {
  .header-info__language-column {
    display: none;
  }
}

.header-info__contacts-buttons-column {
  display: none;
  padding: 29px 20px 0 0;
}

@media (min-width: 768px) {
  .header-info__contacts-buttons-column {
    display: block;
    flex: 0 0 auto;
    padding: 46px 20px 0 0;
  }
}

@media (min-width: 1200px) {
  .header-info__contacts-buttons-column {
    padding: 29px 20px 0 0;
  }
}

.header-info__consult-button-column {
  display: none;
}

@media (min-width: 768px) {
  .header-info__consult-button-column {
    display: block;
    flex: 0 0 auto;
    padding: 40px 0 0 0;
  }
}

@media (min-width: 1200px) {
  .header-info__consult-button-column {
    padding: 23px 0 0 0;
  }
}

.header-info__mobile-column {
  flex: 0 0 auto;
}

.header-info__mobile {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.header-info__city-column {
  flex: 0 0 auto;
  padding: 22px 0 0 20px;
}

@media (min-width: 576px) {
  .header-info__city-column {
    padding: 22px 0 0 28px;
  }
}

@media (min-width: 768px) {
  .header-info__city-column {
    display: none;
  }
}

.header-info__mobile-phone-column {
  flex: 0 0 auto;
  padding: 22px 0 0 20px;
}

@media (min-width: 576px) {
  .header-info__mobile-phone-column {
    padding: 22px 0 0 28px;
  }
}

@media (min-width: 768px) {
  .header-info__mobile-phone-column {
    display: none;
  }
}

.header-info__mobile-menu-button-column {
  flex: 0 0 auto;
  width: 68px;
  padding: 22px 0 0 20px;
}

@media (min-width: 576px) {
  .header-info__mobile-menu-button-column {
    padding: 22px 0 0 28px;
  }
}

@media (min-width: 768px) {
  .header-info__mobile-menu-button-column {
    padding: 50px 0 0 28px;
  }
}

@media (min-width: 1200px) {
  .header-info__mobile-menu-button-column {
    display: none;
  }
}

.city {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
}

.city__image {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #acacac;
  border-radius: 50%;
}

.city__image svg {
  display: block;
  width: 12px;
  height: 12px;
  fill: #ffffff;
}

.city__text {
  flex: 1 1 auto;
  padding: 0 0 0 8px;
  max-width: 70px;
  font-size: 8px;
  line-height: 1.3;
}

.header-logo {
  display: block;
  text-decoration: none;
}

.header-logo:hover {
  text-decoration: none;
}

.header-logo img {
  display: block;
  width: 100%;
}

.header-menu {
  display: none;
}

@media (min-width: 1200px) {
  .header-menu {
    display: block;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -0;
    margin-bottom: -0;
  }
}

.header-menu__item {
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  background: none;
}

.header-menu__item-link {
  color: #3e4347;
  text-decoration: none;
}

.header-menu__item-link:hover {
  color: #969696;
  text-decoration: none;
}

.header-contacts-buttons {
  padding: 0;
}

.header-contacts-buttons__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-left: -5px;
  margin-right: -5px;
}

.header-contacts-buttons__column {
  flex: 0 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}

.mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 66px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 4px 4px 4px 0px rgba(62, 67, 71, 0.1);
  padding: 10px 0 30px 0;
  margin: 0;
}

@media (min-width: 768px) {
  .mobile-menu {
    top: 120px;
  }
}

@media (min-width: 1200px) {
  .mobile-menu {
    display: none !important;
  }
}

.mobile-menu__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .mobile-menu__container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .mobile-menu__container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .mobile-menu__container {
    max-width: 870px;
  }
}

@media (min-width: 1200px) {
  .mobile-menu__container {
    max-width: 1170px;
  }
}

@media (min-width: 1200px) {
  .mobile-menu__container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .mobile-menu__container {
    width: 1770px;
    max-width: 100%;
  }
}

.mobile-menu_opened {
  display: block;
}

@media (min-width: 768px) {
  .mobile-menu-small {
    display: none;
  }
}

.mobile-menu-small__top {
  padding: 0;
}

.mobile-menu-small__top-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.mobile-menu-small__top-language-column {
  flex: 0 0 auto;
}

.mobile-menu-small__top-buttons-column {
  flex: 0 0 auto;
}

.mobile-menu-small__consultation-button {
  padding: 24px 0 0 0;
}

.mobile-menu-small__items {
  padding: 30px 0 0 0;
}

.mobile-menu-small__items-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}

.mobile-menu-small__items-column {
  max-width: 140px;
  padding-left: 10px;
  padding-right: 10px;
}

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

@media (min-width: 768px) {
  .mobile-menu-big {
    display: block;
  }
}

.mobile-menu-big__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}

.mobile-menu-big__column {
  max-width: 140px;
  padding-left: 10px;
  padding-right: 10px;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list__item {
  background: none;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 30px 0;
  padding: 0;
}

.mobile-menu-list__item:last-child {
  margin: 0;
}

.mobile-menu-list__item-link {
  text-decoration: none;
}

.mobile-menu-list__item-link:hover {
  text-decoration: none;
}

.content {
  flex: 1 0 auto;
  overflow: hidden;
}

.content__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .content__container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .content__container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .content__container {
    max-width: 870px;
  }
}

@media (min-width: 1200px) {
  .content__container {
    max-width: 1170px;
  }
}

@media (min-width: 1200px) {
  .content__container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .content__container {
    width: 1770px;
    max-width: 100%;
  }
}

.header-space {
  display: none;
}

.promo {
  border-radius: 10px;
  height: 560px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: right 0 top 0;
  background-size: auto 100%;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .promo {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .promo {
    height: 662px;
  }
}

.promo__gradient {
  height: 100%;
  background: linear-gradient(
    101.46deg,
    rgba(255, 255, 255, 0.9) 40.02%,
    rgba(255, 255, 255, 0) 58.43%
  );
}

.promo__info {
  height: 100%;
  padding: 30px 15px 30px 15px;
}

@media (min-width: 768px) {
  .promo__info {
    padding: 60px 35px 35px 35px;
  }
}

@media (min-width: 1200px) {
  .promo__info {
    padding: 42px;
  }
}

.promo__title {
  margin: 0 0 12px 0;
}

@media (min-width: 1200px) {
  .promo__title {
    max-width: 870px;
  }
}

.promo__text {
  max-width: 650px;
}

.promo__buttons {
  padding: 60px 0 0 0;
}

@media (min-width: 768px) {
  .promo__buttons {
    padding: 18px 0 0 0;
  }
}

.promo__buttons-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -8px;
  margin-bottom: -8px;
}

.promo__buttons-column {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .promo__buttons-column {
    width: initial;
  }
}

.company {
  background-color: #efefef;
  border-radius: 10px;
  padding: 30px 15px 15px 15px;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .company {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .company {
    padding: 30px 35px 40px 35px;
  }
}

@media (min-width: 1200px) {
  .company {
    background: none;
    padding: 0;
    border-radius: 0;
  }
}

.company__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.company__image-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  order: 2;
}

@media (min-width: 1200px) {
  .company__image-column {
    flex: 0 0 auto;
    width: 50%;
    order: 1;
  }
}

.company__info-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  order: 1;
}

@media (min-width: 1200px) {
  .company__info-column {
    flex: 0 0 auto;
    width: 50%;
    order: 2;
  }
}

.company-image {
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 18/10;
}

@media (min-width: 1200px) {
  .company-image {
    aspect-ratio: initial;
    min-height: 532px;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .company-info {
    background-color: #efefef;
    padding: 30px 20px 30px 20px;
    border-radius: 10px;
    height: 100%;
  }
}

.company-info__text {
  padding: 0;
}

.company-info__image {
  display: none;
}

.services {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .services {
    margin-left: 0;
    margin-right: 0;
  }
}

.services__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

@media (min-width: 768px) {
  .services__row {
    margin-top: -24px;
    margin-bottom: -24px;
  }
}

.services__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .services__column {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .services__column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.services-info {
  background-color: #efefef;
  padding: 30px 15px 30px 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
}

@media (min-width: 768px) {
  .services-info {
    padding: 30px 35px 30px 35px;
  }
}

@media (min-width: 1200px) {
  .services-info {
    padding: 30px 20px 30px 20px;
  }
}

.services-info__top {
  flex: 0 0 auto;
}

.services-info__text {
  padding: 0;
}

.services-info__button {
  flex: 0 0 auto;
  padding: 30px 0 0 0;
}

.services-items {
  padding: 0 15px 0 15px;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .services-items {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.services-item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px 10px 15px;
}

.services-item:first-child {
  padding-top: 0;
}

@media (min-width: 576px) {
  .services-item {
    padding: 10px 0 10px 0;
  }
}

@media (min-width: 768px) {
  .services-item {
    padding: 24px 0 24px 0;
  }
}

.services-item__image {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  background-color: #696969;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .services-item__image {
    width: 90px;
    height: 90px;
  }
}

.services-item__image svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

@media (min-width: 768px) {
  .services-item__image svg {
    width: 68px;
    height: 68px;
  }
}

.services-item__text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .services-item__text {
    font-size: 42px;
    padding-left: 40px;
  }
}

.services-item__text-link {
  text-decoration: none;
}

.services-item__text-link:hover {
  text-decoration: none;
}

.services-item__border-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #b1b8c2;
}

@keyframes servicesborderbottom {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.services-item__border-bottom_animation {
  width: 0;
  animation: servicesborderbottom 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.values {
  padding: 0;
}

.values__title {
  margin: 0 0 10px 0;
}

.values__text {
  max-width: 712px;
}

.values-items {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .values-items {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .values-items {
    padding-bottom: 0;
  }
}

.values-items__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .values-items__row {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

.values-items__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .values-items__column {
    flex: 0 0 auto;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .values-items__column {
    flex: 0 0 auto;
    width: 25%;
  }
}

@keyframes valuesmobilebordertop {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.values-items__mobile-border-top {
  position: absolute;
  left: 0;
  top: 10px;
  width: 0;
  height: 1px;
  background-color: #b1b8c2;
}

@media (min-width: 768px) {
  .values-items__mobile-border-top {
    display: none;
  }
}

.values-items__mobile-border-top_animation {
  animation: valuesmobilebordertop 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes valuesbordertop {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.values-items__border-top {
  display: none;
}

@media (min-width: 768px) {
  .values-items__border-top {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 0;
    height: 1px;
    background-color: #b1b8c2;
  }
}

.values-items__border-top_animation {
  animation: valuesbordertop 0.25s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.values-items__border-left {
  display: none;
}

@media (min-width: 768px) {
  .values-items__border-left {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 0;
    background-color: #b1b8c2;
  }
}

@keyframes valuesborderleft {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.values-items__border-left_animation {
  height: 0;
  animation: valuesborderleft 1s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.values-items__border-bottom {
  width: 0;
  height: 1px;
  background-color: #b1b8c2;
}

@keyframes valuesborderbottom {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.values-items__border-bottom_animation {
  width: 100%;
  animation: valuesborderbottom 1s;
  animation-timing-function: linear;
}

.values-items__mobile-border-bottom {
  width: 0;
  height: 1px;
  background-color: #b1b8c2;
}

@keyframes valuesmobileborderbottom {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.values-items__mobile-border-bottom_animation {
  width: 0;
  animation: valuesmobileborderbottom 0.5s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

@media (min-width: 768px) {
  .values-items__mobile-border-bottom_animation {
    display: none;
  }
}

.values-item {
  padding: 10px 15px 10px 15px;
  text-align: center;
}

@media (min-width: 576px) {
  .values-item {
    padding: 10px 0 10px 0;
  }
}

@media (min-width: 768px) {
  .values-item {
    padding: 40px 0 30px 0;
  }
}

.values-item__image {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #696969;
  border-radius: 10px;
  margin: auto;
}

@media (min-width: 768px) {
  .values-item__image {
    width: 90px;
    height: 90px;
  }
}

.values-item__image svg {
  display: block;
  fill: #696969;
}

.values-item__title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  padding: 10px 0 0 0;
}

@media (min-width: 768px) {
  .values-item__title {
    font-size: 42px;
  }
}

.values-item__info {
  padding: 10px 0 0 0;
}

.transportation {
  padding: 0;
}

.transportation-items {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .transportation-items {
    margin-left: 0;
    margin-right: 0;
  }
}

.transportation-items__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.transportation-items__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .transportation-items__column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.transportation-item {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .transportation-item {
    height: 500px;
  }
}

.transportation-item:hover .transportation-item__background {
  transform: scale(1.3);
}

.transportation-item__background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: right 0 top 0;
  background-size: auto 100%;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
}

.transportation-item__background:hover {
  text-decoration: none;
  transform: scale(1.3);
}

.transportation-item__gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 55%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}

.transportation-item__info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
  padding: 112px 15px 20px 15px;
}

@media (min-width: 360px) {
  .transportation-item__info {
    padding: 162px 15px 20px 15px;
  }
}

@media (min-width: 768px) {
  .transportation-item__info {
    padding: 215px 30px 30px 30px;
  }
}

.transportation-item__info-top {
  flex: 0 0 auto;
  max-width: 680px;
}

.transportation-item__title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
}

@media (min-width: 768px) {
  .transportation-item__title {
    font-size: 42px;
  }
}

.transportation-item__text {
  padding: 10px 0 0 0;
  line-height: 1.5;
  color: #ffffff;
}

.transportation-item__info-button {
  flex: 0 0 auto;
}

.transportation-item__info2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  height: 100%;
  padding: 112px 15px 20px 15px;
}

@media (min-width: 360px) {
  .transportation-item__info2 {
    padding: 162px 15px 20px 15px;
  }
}

@media (min-width: 768px) {
  .transportation-item__info2 {
    padding: 215px 30px 30px 30px;
  }
}

.transportation-item__info2-container {
  flex: 0 0 auto;
}

.transportation-item__info2-title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
  padding: 0 0 40px 0;
}

@media (min-width: 768px) {
  .transportation-item__info2-title {
    font-size: 42px;
  }
}

@media (min-width: 1200px) {
  .transportation-item__info2-title {
    padding: 0 0 50px 0;
  }
}

.transportation-item__info2-button {
  padding: 0;
}

.cargo {
  padding: 0;
}

.cargo__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 1200px) {
  .cargo__row {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

.cargo__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1200px) {
  .cargo__column {
    flex: 0 0 auto;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.cargo-info {
  background-color: #efefef;
  padding: 30px 15px 30px 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 10px;
  height: 100%;
}

@media (min-width: 576px) {
  .cargo-info {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .cargo-info {
    padding: 30px 35px 40px 35px;
  }
}

@media (min-width: 1200px) {
  .cargo-info {
    padding: 30px 20px 30px 20px;
  }
}

.cargo-info__text {
  padding: 0;
}

.cargo-items {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .cargo-items {
    margin-left: 0;
    margin-right: 0;
  }
}

.cargo-item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px 10px 15px;
}

@media (min-width: 576px) {
  .cargo-item {
    padding: 10px 0 10px 0;
  }
}

@media (min-width: 768px) {
  .cargo-item {
    padding: 30px 0 30px 0;
  }
}

.cargo-item__image {
  width: 50px;
  height: 50px;
}

.cargo-item__image svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #696969;
}

.cargo-item__text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .cargo-item__text {
    font-size: 42px;
    padding-left: 20px;
  }
}

.cargo-item__text-link {
  text-decoration: none;
}

.cargo-item__text-link:hover {
  text-decoration: none;
}

.cargo-item__border-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #b1b8c2;
}

@keyframes cargoborderbottom {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.cargo-item__border-bottom_animation {
  width: 0;
  animation: cargoborderbottom 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.partners {
  padding: 0;
}

.partners__title {
  margin: 0 0 10px 0;
}

.partners__text {
  max-width: 712px;
}

.partners-slider .swiper-slide {
  height: auto;
}

.partners-item {
  padding: 0;
}

.partners-item img {
  display: block;
  width: 100%;
}

.partners-slider-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .partners-slider-nav {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 30px;
  }
}

.partners-slider-nav__column {
  flex: 0 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .partners-slider-nav__column {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.transportation-types {
  padding: 0;
}

.info-items {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .info-items {
    margin-left: 0;
    margin-right: 0;
  }
}

.info-items__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.info-items__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .info-items__column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.info-item {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #bcbdbf;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.5s ease;
}

.info-item:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.info-item__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .info-item__row {
    flex-wrap: nowrap;
  }
}

.info-item__info-column {
  padding: 20px 0 0 0;
  flex: 1 1 auto;
  min-width: 0;
  order: 2;
}

@media (min-width: 992px) {
  .info-item__info-column {
    padding: 58px 0 0 0;
    order: 1;
  }
}

.info-item__image-column {
  flex: 0 0 auto;
  width: 150px;
  order: 1;
}

@media (min-width: 576px) {
  .info-item__image-column {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .info-item__image-column {
    width: 320px;
    padding: 0 0 0 20px;
    order: 2;
  }
}

@media (min-width: 992px) {
  .info-item__info {
    max-width: 420px;
  }
}

.info-item__title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #3e4347;
}

@media (min-width: 992px) {
  .info-item__title {
    font-size: 32px;
  }
}

@media (min-width: 1400) {
  .info-item__title {
    font-size: 42px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .info-item__text p {
    font-size: 18px;
  }
}

.info-item__text {
  padding: 10px 0 0 0;
  color: #3e4347;
}

.info-item__image {
  overflow: hidden;
  border-radius: 10px;
  width: 315px;
  height: 315px;
}

.info-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.consultation {
  background-color: #efefef;
  padding: 30px 15px 15px 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 10px;
}

@media (min-width: 576px) {
  .consultation {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .consultation {
    padding: 30px 35px 30px 35px;
  }
}

@media (min-width: 1200px) {
  .consultation {
    padding: 0;
    background: none;
  }
}

.consultation__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.consultation__map-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  order: 2;
}

@media (min-width: 1200px) {
  .consultation__map-column {
    flex: 0 0 auto;
    width: 50%;
    order: 1;
  }
}

.consultation__form-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  order: 1;
}

@media (min-width: 1200px) {
  .consultation__form-column {
    flex: 0 0 auto;
    width: 50%;
    order: 2;
  }
}

.consultation-map {
  border-radius: 10px;
  aspect-ratio: 18/10;
  background-color: #3e4347;
}

@media (min-width: 1200px) {
  .consultation-map {
    aspect-ratio: initial;
    min-height: 532px;
    height: 100%;
  }
}

.consultation-form {
  border-radius: 10px;
  height: 100%;
}

@media (min-width: 1200px) {
  .consultation-form_style_1 {
    background-color: #efefef;
  }
}

.consultation-form_style_2 {
  background-color: #efefef;
}

@media (min-width: 1200px) {
  .consultation-form_paddings_1 {
    padding: 30px 20px 30px 20px;
  }
}

.consultation-form_paddings_2 {
  padding: 30px 15px 15px 15px;
}

@media (min-width: 1200px) {
  .consultation-form_paddings_2 {
    padding: 30px 20px 30px 20px;
  }
}

.consultation-form_margins {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .consultation-form_margins {
    margin-left: 0;
    margin-right: 0;
  }
}

.consultation-form__title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  color: #3e4347;
  text-align: left;
  margin: 0 0 30px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .consultation-form__title {
    font-size: 60px;
  }
}

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

.consultation-form__elements {
  padding: 0;
}

.consultation-form__input {
  padding: 0 0 16px 0;
}

.consultation-form__group {
  padding: 0;
}

.consultation-form__group-title {
  font-size: 16px;
  line-height: 1.1;
  padding: 0 0 16px 0;
}

.consultation-form__element-title {
  font-size: 16px;
  line-height: 1.1;
  padding: 0 0 12px 0;
}

.consultation-form__parameters {
  overflow: hidden;
  padding: 0 0 16px 0;
}

.consultation-form__parameters-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -35px;
  margin-right: -35px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.consultation-form__parameters-item {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .consultation-form__parameters-item {
    width: initial;
  }
}

.consultation-form__parameters-item-text {
  flex: 0 0 auto;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  font-style: italic;
  color: #696969;
  padding: 0 12px 0 0;
  width: 120px;
}

@media (min-width: 992px) {
  .consultation-form__parameters-item-text {
    width: initial;
  }
}

.consultation-form__parameters-item-number {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.consultation-form__parameters-item-number-button-column {
  flex: 0 0 auto;
  width: 20px;
}

.consultation-form__parameters-item-number-input-column {
  display: flex;
  flex: 0 0 auto;
  width: 60px;
  padding: 0 10px 0 10px;
}

.consultation-form__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.consultation-form__column {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.consultation-form__types {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-bottom: 20px;
}

.consultation-form__types-item {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .consultation-form__types-item {
    width: initial;
  }
}

.consultation-form__types-item-radio {
  flex: 0 0 auto;
  width: 30px;
}

.consultation-form__types-item-text {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  color: #696969;
  padding: 6px 0 0 0;
}

.consultation-form__file {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0 20px 0;
}

@media (min-width: 992px) {
  .consultation-form__file {
    flex-wrap: nowrap;
  }
}

.consultation-form__file-button-column {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .consultation-form__file-button-column {
    width: 420px;
  }
}

.consultation-form__file-text-column {
  flex: 0 0 auto;
  width: 100%;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  padding: 20px 0 0 0;
}

@media (min-width: 992px) {
  .consultation-form__file-text-column {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 0 0 20px;
  }
}

.consultation-form__button {
  padding: 0 0 20px 0;
}

.consultation-form__privacy {
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.contacts {
  background-color: #efefef;
  padding: 30px 15px 15px 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 10px;
}

@media (min-width: 576px) {
  .contacts {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .contacts {
    padding: 30px 35px 30px 35px;
  }
}

@media (min-width: 1200px) {
  .contacts {
    background: none;
    padding: 0;
  }
}

.contacts__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contacts__info-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .contacts__info-column {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .contacts__info-column {
    flex: 0 0 auto;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.contacts__map-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .contacts__map-column {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .contacts__map-column {
    flex: 0 0 auto;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.contacts-info {
  background-color: #efefef;
  border-radius: 10px;
  height: 100%;
}

@media (min-width: 1200px) {
  .contacts-info {
    padding: 30px 20px 30px 20px;
  }
}

.contacts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contacts-list__item {
  background: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0 0 10px 0;
  padding: 0;
}

.contacts-list__item:last-child {
  margin: 0;
}

.contacts-list__item-image {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background-color: #acacac;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.contacts-list__item-image svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.contacts-list__item-text {
  flex: 1 1 auto;
  min-width: 0;
  padding: 6px 0 0 15px;
  font-size: 16px;
  line-height: 1.1;
}

.contacts-list-item-text-link {
  text-decoration: none;
}

.contacts-list-item-text-link:hover {
  text-decoration: none;
}

.contacts-buttons2 {
  padding: 44px 0 0 0;
}

.contacts-buttons2__title {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  padding: 0 0 22px 0;
}

@media (min-width: 768px) {
  .contacts-buttons2__title {
    font-size: 20px;
  }
}

.contacts-buttons2-items {
  padding: 0;
}

.contacts-buttons2-items__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}

.contacts-buttons2-items__column {
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.contacts-form {
  width: 290px;
}

.contacts-form_padding-top_1 {
  padding: 44px 0 0 0;
}

.contacts-form_padding-top_2 {
  padding: 25px 0 0 0;
}

@media (min-width: 1200px) {
  .contacts-form_padding-top_2 {
    padding: 44px 0 0 0;
  }
}

.contacts-form__input {
  padding: 0 0 16px 0;
}

.contacts-map {
  aspect-ratio: 18/10;
  background-color: #3e4347;
  border-radius: 10px;
}

@media (min-width: 1200px) {
  .contacts-map {
    aspect-ratio: initial;
    height: 100%;
  }
}

.info2 {
  padding: 0;
}

.info2__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.info2__image-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .info2__image-column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.info2__text-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .info2__text-column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.info2__image {
  overflow: hidden;
  border-radius: 10px;
}

.info2__image img {
  display: block;
  width: 100%;
  max-height: 550px;
  object-fit: cover;
}

.info2__text {
  padding: 0;
}

.info3 {
  padding: 0;
}

.info3-top {
  padding: 0;
}

.info3-top__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 1200px) {
  .info3-top__row {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

.info3-top__title-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1200px) {
  .info3-top__title-column {
    flex: 0 0 auto;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.info3-top__text-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1200px) {
  .info3-top__text-column {
    flex: 0 0 auto;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.info3-top__text {
  padding: 0;
}

.info3-image {
  overflow: hidden;
  border-radius: 10px;
}

.info3-image img {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.info3-bottom {
  padding: 20px 0 0 0;
}

.info3-bottom__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.info3-bottom__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .info3-bottom__column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.info3-bottom__text {
  max-width: 712px;
}

.info3-bottom__text p:last-child {
  margin: 0;
}

.page-top__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.page-top__info-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .page-top__info-column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.page-top__image-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .page-top__image-column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.page-top__title {
  margin: 0 0 10px 0;
}

.page-top__text {
  padding: 0;
}

.page-top__image {
  overflow: hidden;
  border-radius: 10px;
}

.page-top__image img {
  display: block;
  width: 100%;
}

.time-line {
  padding: 0;
}

.time-line-items__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.time-line-items__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .time-line-items__column {
    flex: 0 0 auto;
    width: 25%;
  }
}

.time-line-item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
  padding: 0 0 0 26px;
}

@media (min-width: 1200px) {
  .time-line-item {
    padding: 0;
  }
}

.time-line-item__top {
  flex: 0 0 auto;
}

.time-line-item__number {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
}

@media (min-width: 768px) {
  .time-line-item__number {
    font-size: 42px;
  }
}

.time-line-item__text {
  padding: 10px 0 0 0;
}

.time-line-item__bottom {
  flex: 0 0 auto;
  padding: 30px 0 0 0;
}

.time-line-item__number2 {
  color: #bcbdbf;
  line-height: 1.1;
}

.time-line-item__line {
  display: none;
}

@media (min-width: 1200px) {
  .time-line-item__line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 0;
    height: 16px;
    background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjEiIHZpZXdCb3g9IjAgMCAxIDEiIHdpZHRoPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IGZpbGw9IiNiMWI4YzIiIGhlaWdodD0iMSIgcng9IjEiIHJ5PSIwIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiB3aWR0aD0iMSIvPjwvc3ZnPg==")
      repeat-x left 0 center;
  }
}

@keyframes timeline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes timelinearrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.time-line-item__line_animation {
  width: 0;
  animation: timeline 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.time-line-item__arrow {
  flex: 0 0 auto;
  width: 12px;
  height: 16px;
}

.time-line-item__arrow svg {
  display: block;
}

.time-line-item__arrow_animation {
  opacity: 0;
  animation: timelinearrow 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes timelinevertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes timelineverticalarrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.time-line-item__vertical-line {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 16px;
  height: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjEiIHZpZXdCb3g9IjAgMCAxIDEiIHdpZHRoPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IGZpbGw9IiNiMWI4YzIiIGhlaWdodD0iMSIgcng9IjEiIHJ5PSIwIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiB3aWR0aD0iMSIvPjwvc3ZnPg==")
    repeat-y center top 0;
}

@media (min-width: 1200px) {
  .time-line-item__vertical-line {
    display: none;
  }
}

.time-line-item__vertical-line_animation {
  height: 0;
  animation: timelinevertical 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.time-line-item__vertical-arrow {
  flex: 0 0 auto;
  width: 16px;
  height: 12px;
}

.time-line-item__vertical-arrow svg {
  display: block;
}

.time-line-item__vertical-arrow_animation {
  opacity: 0;
  animation: timelineverticalarrow 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.last-news {
  padding: 0;
}

.last-news-items {
  padding: 0;
  overflow: hidden;
}

.last-news-items__content {
  padding: 0;
  overflow: hidden;
}

.last-news-items__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  margin-bottom: -15px;
}

.last-news-items__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.last-news-item {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #bcbdbf;
}

.last-news-item__top {
  padding: 0;
}

.last-news-item__top-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.last-news-item__top-image-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.last-news-item__top-image-column a {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .last-news-item__top-image-column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.last-news-item__top-info-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .last-news-item__top-info-column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.last-news-item__top-image {
  border-radius: 10px;
  overflow: hidden;
  height: 220px;
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .last-news-item__top-image {
    height: 330px;
  }
}

.last-news-item__top-image-gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 55%
  );
  height: 100%;
}

.last-news-item__top-title {
  padding: 128px 20px 0 20px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
}

@media (min-width: 768px) {
  .last-news-item__top-title {
    padding: 160px 30px 0 30px;
    font-size: 42px;
  }
}

.last-news-item__bottom {
  padding: 60px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.last-news-item__bottom-date {
  color: #bcbdbf;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .last-news-item__bottom-date {
    width: initial;
  }
}

.last-news-item__bottom-button {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .last-news-item__bottom-button {
    width: initial;
  }
}

.last-news-item__date {
  padding: 10px 0 0 0;
  color: #bcbdbf;
  line-height: 1.1;
}

.last-news-item__info {
  padding: 0;
}

.last-news-item__info2 {
  padding: 0;
  height: 0;
  overflow: hidden;
}

.last-news-item__info2_show {
  height: auto;
}

.last-news-item__info2-content {
  padding: 0;
}

.last-news-more {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px 0 0 0;
}

@media (min-width: 768px) {
  .last-news-more {
    padding: 30px 0 0 0;
  }
}

.last-news-more__element {
  flex: 0 0 auto;
}

.news {
  padding: 0;
}

.news-slider .swiper-slide {
  height: auto;
}

.news-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #3e4347;
  text-decoration: none;
}

.news-item:hover {
  color: #3e4347;
  text-decoration: none;
}

@media (min-width: 576px) {
  .news-item {
    flex-wrap: nowrap;
  }
}

.news-item__image {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  /*border-radius: 10px;*/
}

.news-item__image img {
  display: block;
  width: 100%;
  object-fit: contain;
  /*object-fit: cover;*/
  object-position: top;
}

@media (max-width: 576px) {
  .news-item__image {
    flex: auto !important;
  }
}

@media (min-width: 576px) {
  .news-item__image {
    width: 270px;
  }
}

@media (min-width: 1200px) {
  .news-item__image {
    width: 370px;
  }
}

.news-item__info {
  flex: 0 0 auto;
  width: 100%;
  padding: 10px 0 0 0;
}

@media (min-width: 576px) {
  .news-item__info {
    flex: 1 1 auto;
    padding: 26px 0 0 15px;
  }
}

.news-item__title {
  font-size: 24px;
  line-heigth: 1.1;
  font-weight: 500;
  padding: 0 0 10px 0;
}

@media (min-width: 768px) {
  .news-item__title {
    font-size: 32px;
  }
}

.news-item__text {
  padding: 0;
}

.news-slider-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .news-slider-nav {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 30px;
  }
}

.news-slider-nav__column {
  flex: 0 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .news-slider-nav__column {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.payment {
  padding: 0;
}

.payment-info {
  padding: 0 0 20px 0;
}

.payment-info:last-child {
  padding: 0;
}

.payment-info__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.payment-info__showcase-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .payment-info__showcase-column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.payment-info__text-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .payment-info__text-column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.payment-showcase {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 15px 15px 15px;
  border-radius: 10px;
}

@media (min-width: 576px) {
  .payment-showcase {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .payment-showcase {
    padding: 30px 20px 60px 20px;
  }
}

.payment-showcase__border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.payment-items__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.payment-items__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .payment-items__column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.payment-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .payment-item {
    flex-wrap: nowrap;
  }
}

.payment-item__image {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #696969;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .payment-item__image {
    width: 90px;
    height: 90px;
  }
}

.payment-item__image svg {
  display: block;
  width: 100%;
  fill: #696969;
}

.payment-item__text {
  flex: 0 0 auto;
  width: 100%;
  padding: 10px 0 0 0;
}

@media (min-width: 768px) {
  .payment-item__text {
    flex: 1 1 auto;
    min-width: 0;
    padding: 20px 0 0 10px;
  }
}

.delivery__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.delivery__title-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .delivery__title-column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.delivery__form-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .delivery__form-column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.delivery-result__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.delivery-result__receiving-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .delivery-result__receiving-column {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .delivery-result__receiving-column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.delivery-result__info-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .delivery-result__info-column {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .delivery-result__info-column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.delivery-result-receiving {
  padding: 0;
}

.delivery-result-receiving-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 20px 0;
  padding: 0 0 0 28px;
  position: relative;
}

.delivery-result-receiving-item:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .delivery-result-receiving-item {
    flex-wrap: nowrap;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .delivery-result-receiving-item_min-height_1 {
    min-height: 112px;
  }
}

@media (min-width: 768px) {
  .delivery-result-receiving-item_min-height_2 {
    min-height: 74px;
  }
}

.delivery-result-receiving-item__date-time {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .delivery-result-receiving-item__date-time {
    width: 168px;
    padding: 23px 28px 0 0;
  }
}

.delivery-result-receiving-item__date {
  padding: 0;
}

@media (min-width: 768px) {
  .delivery-result-receiving-item__date {
    text-align: right;
  }
}

.delivery-result-receiving-item__time {
  color: #acacac;
}

@media (min-width: 768px) {
  .delivery-result-receiving-item__time {
    padding: 8px 0 0 0;
    text-align: right;
  }
}

.delivery-result-receiving-item__info {
  flex: 0 0 auto;
  width: 100%;
  padding: 10px 0 0 0;
}

@media (min-width: 768px) {
  .delivery-result-receiving-item__info {
    padding: 0 0 0 45px;
    flex: 1 1 auto;
    position: relative;
  }
}

.delivery-result-receiving-item__title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
}

@media (min-width: 768px) {
  .delivery-result-receiving-item__title {
    font-size: 42px;
  }
}

.delivery-result-receiving-item__text {
  padding: 10px 0 0 0;
}

.delivery-result-receiving-item__line {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjEiIHZpZXdCb3g9IjAgMCAxIDEiIHdpZHRoPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IGZpbGw9IiNiMWI4YzIiIGhlaWdodD0iMSIgcng9IjEiIHJ5PSIwIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiB3aWR0aD0iMSIvPjwvc3ZnPg==")
    repeat-y center top 0;
}

.delivery-result-receiving-item__line-container {
  position: relative;
  height: 100%;
}

.delivery-result-receiving-item__circle {
  position: absolute;
  z-index: 5;
  width: 16px;
  height: 16px;
}

.delivery-result-receiving-item__circle svg {
  display: block;
  width: 100%;
}

.delivery-result-receiving-item__circle_top {
  left: 0;
  top: 0;
}

.delivery-result-receiving-item__circle_bottom {
  left: 0;
  bottom: 0;
  width: 16px;
}

.delivery-result-receiving-item__arrow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 16px;
  height: 12px;
}

.delivery-result-receiving-item__arrow svg {
  display: block;
  width: 100%;
}

.delivery-result-info {
  padding: 30px 15px 30px 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 10px;
  background-color: #efefef;
}

@media (min-width: 576px) {
  .delivery-result-info {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .delivery-result-info {
    padding: 25px 20px 30px 20px;
  }
}

.delivery-result-info-list {
  list-style: none;
  margin: 0;
}

.delivery-result-info-list__item {
  margin: 0 0 5px 0;
  padding: 0;
  background: none;
}

.delivery-result-info-list__item:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .delivery-result-info-list__item {
    margin: 0 0 20px 0;
  }
}

.delivery-result-info-list__item-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -5px;
  margin-right: -5px;
}

@media (min-width: 768px) {
  .delivery-result-info-list__item-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.delivery-result-info-list__item-title {
  flex: 0 0 auto;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .delivery-result-info-list__item-title {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.delivery-result-info-list__item-value {
  flex: 0 0 auto;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .delivery-result-info-list__item-value {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.footer {
  flex: 0 0 auto;
  padding: 30px 0 0 0;
}

@media (min-width: 768px) {
  .footer {
    padding: 30px 0 60px 0;
  }
}

@media (min-width: 768px) {
  .footer {
    padding: 60px 0 60px 0;
  }
}

.footer__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .footer__container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .footer__container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .footer__container {
    max-width: 870px;
  }
}

@media (min-width: 1200px) {
  .footer__container {
    max-width: 1170px;
  }
}

@media (min-width: 1200px) {
  .footer__container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .footer__container {
    max-width: 1770px;
  }
}

.footer-content {
  background-color: #3e4347;
  padding: 50px 15px 40px 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

@media (min-width: 576px) {
  .footer-content {
    margin-left: 0;
    margin-right: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

@media (min-width: 768px) {
  .footer-content {
    padding: 50px 35px 40px 35px;
  }
}

@media (min-width: 1200px) {
  .footer-content {
    padding: 50px 20px 40px 20px;
  }
}

.footer-content-top__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .footer-content-top__row {
    flex-wrap: nowrap;
  }
}

.footer-content-top__info-column {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .footer-content-top__info-column {
    width: 310px;
  }
}

.footer-content-top__menu-column {
  flex: 0 0 auto;
  width: 100%;
  padding: 30px 0 0 0;
}

@media (min-width: 768px) {
  .footer-content-top__menu-column {
    flex: 1 1 auto;
    min-width: 0;
    padding: 30px 40px 0 40px;
  }
}

@media (min-width: 992px) {
  .footer-content-top__menu-column {
    padding: 15px 40px 0 50px;
  }
}

@media (min-width: 1200px) {
  .footer-content-top__menu-column {
    padding: 25px 130px 0 60px;
  }
}

.footer-logo {
  width: 200px;
}

.footer-logo__link {
  display: block;
  text-decoration: none;
}

.footer-logo__link:hover {
  text-decoration: none;
}

.footer-logo__link img {
  display: block;
  width: 100%;
}

.footer-email {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 25px 0 0 0;
}

@media (min-width: 768px) {
  .footer-email {
    padding: 70px 0 0 0;
  }
}

.footer-email__image {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background-color: #acacac;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.footer-email__image svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.footer-email__text {
  flex: 1 1 auto;
  min-width: 0;
  padding: 6px 0 0 15px;
  font-size: 16px;
  line-height: 1.1;
}

.footer-email__text-link {
  color: #ffffff;
  text-decoration: none;
}

.footer-email__text-link:hover {
  color: #acacac;
  text-decoration: none;
}

.footer-contact-buttons {
  padding: 25px 0 10px 0;
}

@media (min-width: 768px) {
  .footer-contact-buttons {
    padding: 60px 0 0 0;
  }
}

.footer-contact-buttons__title {
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  padding: 0 0 20px 0;
}

@media (min-width: 768px) {
  .footer-contact-buttons__title {
    font-size: 20px;
  }
}

.footer-menu {
  margin: 0 0 -50px 0;
  overflow: hidden;
}

.footer-menu__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .footer-menu__row {
    margin-top: -35px;
    margin-bottom: -35px;
  }
}

.footer-menu__column {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .footer-menu__column {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .footer-menu__column {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .footer-menu__column {
    width: initial;
    max-width: 45%;
  }
}

.footer-menu-group {
  padding: 0 0 20px 0;
}

@media (min-width: 1200px) {
  .footer-menu-group {
    padding: 0 0 50px 0;
  }
}

.footer-menu-title {
  font-size: 15px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 500;
  padding: 0 0 10px 0;
}

@media (min-width: 768px) {
  .footer-menu-title {
    padding: 0 0 30px 0;
  }
}

.footer-menu-title__link {
  color: #ffffff;
  text-decoration: none;
}

.footer-menu-title__link:hover {
  color: #acacac;
  text-decoration: none;
}

.footer-menu-list {
  list-style: none;
  margin: 0;
}

.footer-menu-list__item {
  background: none;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: "Jost", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #ffffff;
}

.footer-menu-list__item:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .footer-menu-list__item {
    margin: 0 0 8px 0;
  }
}

@media (min-width: 992px) {
  .footer-menu-list__item {
    font-size: 15px;
  }
}

.footer-menu-list__item-link {
  color: #ffffff;
  text-decoration: none;
}

.footer-menu-list__item-link:hover {
  color: #acacac;
  text-decoration: none;
}

.footer-contacts-menu-list {
  list-style: none;
}

.footer-contacts-menu-list__item {
  background: none;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
}

.footer-contacts-menu-list__item:last-child {
  margin: 0;
}

.footer-contacts-menu-list__item-link {
  color: #ffffff;
  text-decoration: none;
}

.footer-contacts-menu-list__item-link:hover {
  color: #acacac;
  text-decoration: none;
}

.footer-bottom {
  padding: 70px 0 0 0;
}

.footer-bottom__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-bottom__map-column {
  flex: 0 0 auto;
}

.footer-bottom__privacy-column {
  flex: 0 0 auto;
}

.footer-bottom__item {
  font-size: 12px;
  line-heigth: 1.2;
  color: #bcbdbf;
}

@media (min-width: 768px) {
  .footer-bottom__item {
    font-size: 14px;
  }
}

.footer-bottom__item-link {
  color: #bcbdbf;
  text-decoration: none;
}

.footer-bottom__item-link:hover {
  color: #acacac;
  text-decoration: none;
}

.sticky-buttons {
  position: fixed;
  visibility: hidden;
  z-index: 40;
  left: 0;
  bottom: 20px;
  width: 100%;
}

@media (min-width: 576px) {
  .sticky-buttons {
    left: 0;
  }
}

.sticky-buttons__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

@media (min-width: 576px) {
  .sticky-buttons__container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .sticky-buttons__container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .sticky-buttons__container {
    max-width: 870px;
  }
}

@media (min-width: 1200px) {
  .sticky-buttons__container {
    max-width: 1170px;
  }
}

@media (min-width: 1200px) {
  .sticky-buttons__container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .sticky-buttons__container {
    max-width: 1770px;
  }
}

.sticky-buttons__info {
  flex: 0 0 auto;
  width: 45px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .sticky-buttons__info {
    width: 78px;
    padding-right: 22px;
  }
}

.sticky-buttons__contacts {
  display: none;
}

@media (min-width: 992px) {
  .sticky-buttons__contacts {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
}

.sticky-buttons__contacts-item {
  flex: 0 0 auto;
  padding: 0 0 10px 0;
}

.sticky-buttons__up {
  padding: 0;
}

@media (min-width: 576px) {
  .sticky-buttons__up {
    padding: 10px 0 0 0;
  }
}

.modal-wrapper {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 67, 71, 0.8);
  z-index: 400;
  overflow: hidden auto;
  padding: 40px 15px 15px 15px;
}

@media (min-width: 576px) {
  .modal-wrapper {
    padding: 40px;
  }
}

.modal-consultation {
  width: 100%;
}

@media (min-width: 992px) {
  .modal-consultation {
    width: 860px;
  }
}

.modal {
  position: relative;
  display: none;
  padding: 30px 15px 20px 15px;
}

@media (min-width: 768px) {
  .modal {
    padding: 30px 20px 30px 20px;
  }
}

.modal_show {
  display: block;
  background-color: #efefef;
  border-radius: 10px;
  z-index: 500;
  flex: 0 0 auto;
  border-radius: 10px;
}

.modal-close-button {
  display: block;
  position: absolute;
  right: 10px;
  top: -30px;
  width: 12px;
  height: 12px;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

@media (min-width: 1200px) {
  .modal-close-button {
    top: -30px;
    right: -30px;
    width: 22px;
    height: 22px;
  }
}

.modal-close-button svg {
  display: block;
  fill: #ffffff;
}

a.header-logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

a.header-logo {
  display: flex;
  height: 100%;
}

.header-info__logo-column {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-logo {
  width: 100px;
}

/*  */

.payment-showcase__border svg {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
}

.payment-showcase__border {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
}

img {
  max-width: 100%;
}

.consultation-map {
  background-size: cover;
  background-position: center;
}

section.news .news-slider {
  position: relative;
}

section.news .news-slider a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

.sitemap-wr * {
  color: #3e4347;
}

.sitemap-wr ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.sitemap-wr .footer-menu-title {
  padding-bottom: 20px;
}

.sitemap-wr ul.footer-contacts-menu-list {
  padding-left: 0px;
}

.contacts-map {
  overflow: hidden;
}

a.ymaps-2-1-79-gototech {
  display: none;
}

ymaps.ymaps-2-1-79-gotoymaps__container {
  display: none;
}

.ymaps-2-1-79-searchbox__normal-layout {
  display: none;
}

ymaps.ymaps-2-1-79-controls__toolbar {
  display: none;
}

button.common-button.common-button_width_100percent.common-button_font_2.common-button_style_2
  input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

button.common-button.common-button_width_100percent.common-button_font_2.common-button_style_2 {
  position: relative;
}

.up-button {
  width: 30px;
  height: 30px;
}

button#up-button svg {
  width: 16px;
}

.sticky-buttons__up {
  display: flex;
  justify-content: flex-end;
}

.info-item {
  height: 100%;
}

@media (min-width: 768px) {
  .footer-logo {
    margin-left: 65px;
  }
}

.transportation-item__info {
  padding-top: 180px;
}

.transportation-item__title {
  font-size: 33px;
}

.transportation-item__text {
  font-size: 16px;
}

@media (max-width: 1400px) {
  .transportation-item__info {
    padding-top: 160px;
  }
  .transportation-item__title {
    font-size: 26px;
  }
  .transportation-item__text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .transportation-item__info {
    padding-top: 30px;
  }
  .transportation-item__text {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .payment-info__text-column {
    padding-top: 130px;
  }
}

@media (max-width: 768px) {
  .footer-bottom__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-bottom__map-column.advertpro {
    order: 3;
  }
  body .promo__gradient {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.85) 60.02%,
      rgba(255, 255, 255, 0) 88.43%
    );
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .content__container > section,
  .info-items,
  section.info.section-margin-top_2 > div,
  section.info.section-margin-top_2 > section {
    zoom: 0.8;
  }
  .footer-content-top {
    zoom: 0.8;
  }
}

.common-button_style_1 {
  color: #ffffff;
  background: linear-gradient(277deg, #ff0000 0%, #f88d8d 46%, #f9231d 100%);
  border: 1px solid #f92722;
}
.contacts-info .contacts-buttons2,
.footer-content-top .footer-contact-buttons {
  display: none;
}
/* End */
/* /bitrix/templates/furniture_dark-blue/assets/css/fonts.css?17566602821141 */
/* /bitrix/templates/furniture_dark-blue/assets/css/style.css?176018878619210 */
/* /bitrix/templates/furniture_dark-blue/styles.css?175154842921865 */
/* /bitrix/templates/furniture_dark-blue/template_styles.css?1748693833133785 */
