

/* Start:/bitrix/templates/.default/ajax/ajax.min.css?1755437635420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/bitrix/templates/.default/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif);border:1px solid #808080}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/mobile/style.css?17573281193482*/
.search-mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
}

.search-mobile__container {
  display: flex;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  height: 70px;
  width: 100%;
  z-index: 201;
  padding: 10px 20px;
}

.search-mobile.search-mobile--opened {
  display: flex;
}

.search-mobile__backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.search-mobile__input {
  display: inline-flex;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 100%;
}

.search-mobile__input-wrapper {
  width: 100%;
  height: 100%;
}

.search-mobile__form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.search-mobile__button-clear {
  display: none;
  width: auto;
  height: auto;
  cursor: pointer;
  flex-shrink: 0;
}

.search-mobile__button-clear-icon {
  width: 20px;
  height: 20px;
}

.search-mobile__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  flex-shrink: 0;
  background-color: #001f31;
  transition: background-color 0.1s;
}

.search-mobile__button:hover {
  background-color: #004e7b;
}

.search-mobile__icon {
  width: 22px;
  height: 22px;
}

.search-mobile__close {
  fill: #001f31;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  flex-shrink: 0;
}

.result-list {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  overflow: hidden;
  z-index: 200;
}

.result-list-info {
  overflow: hidden;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 16px;
  color: #4e4e4e;
}

.result-list-info a {
  text-decoration: none;
  color: #004e7b;
}

.result-list-count-number {
  padding: 2px 5px;
  background-color: #4e4e4e;
  color: #ffffff;
  border-radius: 4px;
}

.result-list-results {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}

.result-list-item {
  padding: 8px 15px;
  overflow: hidden;
}

.result-list-item:hover {
  background-color: #004e7b;
  transition: background-color 0.2s;
}

.result-list-item-link {
  display: inline-flex;
  align-items: flex-start;
  align-items: center;
}

.result-list-item-image {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 10px;
}

/* Скрыть боковые стрелки (доступно только в WebKit) */
.result-list::-webkit-scrollbar-button {
  display: none;
}

/* Общие стили скроллбара */
.result-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Стили трека (фона) скроллбара */
.result-list::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 8px;
}

/* Стили ползунка (thumb) */
.result-list::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 8px;
}

/* Стили при наведении на ползунок */
.result-list::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/dekstop/style.css?17573281192724*/
.search-wrapper {
  position: relative;
  font-size: 14px;
  line-height: 16px;
}

.result-list {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  overflow: auto;
  z-index: 200;
  max-height: 330px;
  font-size: 14px;
  line-height: 16px;
}

.result-list-info {
  overflow: hidden;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4e4e4e;
}

.result-list-info a {
  text-decoration: none;
  color: #004e7b;
}

.result-list-count-number {
  padding: 2px 5px;
  background-color: #4e4e4e;
  color: #ffffff;
  border-radius: 4px;
  margin-left: 5px;
}

.result-list-results {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  color: #4e4e4e;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.result-list-item {
  padding: 8px 15px;
  overflow: hidden;
}

.result-list-item:hover {
  background-color: #004e7b;
  transition: background-color 0.2s;
}

.result-list-item:hover .result-list-item-link {
  color: #ffffff;
  transition: color 0.2s;
}

.result-list-item-link {
  display: inline-flex;
  align-items: flex-start;
  align-items: center;
  gap: 10px;
}

.result-list-item-link > img {
  max-width: 30px;
  max-height: 30px;
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 5px;
}

.search-wrapper__input {
  color: #4e4e4e;
  display: flex;
  width: 100%;
  height: 100%;
}

.search-wrapper__input-wrapper {
  width: 100%;
  height: 100%;
}

.search-wrapper__form {
  width: 100%;
  height: 100%;
}

/* Скрыть боковые стрелки (доступно только в WebKit) */
.result-list::-webkit-scrollbar-button {
  display: none;
}

/* Общие стили скроллбара */
.result-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Стили трека (фона) скроллбара */
.result-list::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 8px;
}

/* Стили ползунка (thumb) */
.result-list::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 8px;
}

/* Стили при наведении на ползунок */
.result-list::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

@media (min-width: 1920px) {
  .search-wrapper {
    font-size: 16px;
    line-height: 18px;
  }

  .result-list-item-link > aimg {
    max-width: 40px;
    max-height: 40px;
  }
}

@media (min-width: 3340px) {
  .search-wrapper {
    font-size: 20px;
    line-height: 22px;
  }

  .result-list-item-link > img {
    max-width: 50px;
    max-height: 50px;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.line/line_custom/style.css?17573281181333*/
.basket-link,
.basket,
.title_basket,
.js-basket-block,
.count {
    all: unset !important;
}


.header-basket {
    display: inline-flex;
    position: relative;
}

.header-basket__counter {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #FFA600;
    color: #001f31;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    z-index: 10;
}

.header-basket__link {
    display: inline-flex;
}

.header-basket__image {
    width: 22px;
    height: 22px;
    display: inline-block;
}

@media (min-width: 1280px) {
    .header-basket__counter {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 14px;
    }
}

@media (min-width: 1920px) {
    .header-basket__image {
        width: 36px;
        height: 36px;
    }

    .header-basket__counter {
        width: 26px;
        height: 26px;
        font-size: 14px;
        line-height: 17px;
    }
}

@media (min-width: 3440px) {
    .header-basket__image {
        width: 58px;
        height: 58px;
    }

    .header-basket__counter {
        width: 46px;
        height: 46px;
        font-size: 32px;
        line-height: 39px;
    }
}

/* End */


/* Start:/local/templates/home-redesign/styles.css?175740821931911*/
:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
a,
button {
  cursor: revert;
}
menu,
ol,
summary,
ul {
  list-style: none;
}
ol {
  counter-reset: revert;
}
img {
  max-block-size: 100%;
  max-inline-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
  box-sizing: border-box;
}
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable='false'])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  -webkit-line-break: after-white-space;
  overflow-wrap: break-word;
  -webkit-user-select: auto;
}
:where([draggable='true']) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}
::-webkit-details-marker {
  display: none;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(/local/templates/home-redesign/./assets/fonts/Montserrat-Regular.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(/local/templates/home-redesign/./assets/fonts/Montserrat-Medium.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url(/local/templates/home-redesign/./assets/fonts/Montserrat-SemiBold.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(/local/templates/home-redesign/./assets/fonts/Montserrat-Bold.woff) format('woff');
  font-display: swap;
}
body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  position: relative;
  width: 100%;
}
.no-scroll {
  overflow: hidden;
}

.header {
  background-color: #fff;
  color: #001f31;
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header__icon {
  display: inline-block;
  height: 22px;
  width: 22px;
}
.header__wrapper {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: space-between;
  padding: 0 12px;
  width: 100%;
}
.header__logo {
  display: none;
  height: 42px;
  width: 188px;
  fill: #001f31;
  cursor: pointer;
}
.header__logo:hover {
  fill: #004e7b;
}
.header__left {
  align-items: center;
  display: none;
}
.header__left-nav {
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  height: 100%;
  row-gap: 10px;
}
.header__right {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  gap: 14px;
  justify-content: flex-end;
  white-space: nowrap;
}
.header__right-link {
  display: inline-flex;
}
.header__right-search {
  align-items: center;
  background-color: #001f31;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  height: 22px;
  justify-content: center;
  width: 22px;
}
.header__right-search img {
  height: 14px;
  width: 14px;
}
.header__right-contacts {
  align-items: center;
  align-self: flex-start;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 14px;
  margin-right: auto;
  white-space: nowrap;
}
.header__right-contacts-phone {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.header__right-contacts-messenger {
  display: none;
}
.header__burger {
  align-items: center;
  background-color: #001f31;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  gap: 2px;
  height: 22px;
  justify-content: center;
  width: 22px;
}
.header__burger--opened .header__burger-bar {
  background-color: #f4a614;
}
.header__burger-bar {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 12px;
}
.search-wrapper {
  align-items: center;
  background-color: #efefef;
  border-radius: 8px;
  display: inline-flex;
  flex-grow: 1;
  flex-shrink: 0;
  gap: 10px;
  justify-content: flex-end;
  margin-right: 30px;
  padding: 2px;
  position: relative;
  width: 189px;
}
.search-wrapper__input {
  display: inline-flex;
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
  width: 100%;
}
.search-wrapper__button-clear {
  cursor: pointer;
  display: none;
  flex-shrink: 0;
  height: auto;
  width: auto;
}
.search-wrapper__button-clear-icon {
  height: 10px;
  width: 10px;
}
.search-wrapper__button {
  align-items: center;
  background-color: #001f31;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  transition: background-color 0.1s;
  width: 32px;
}
.search-wrapper__button:hover {
  background-color: #004e7b;
}
.search-wrapper__icon {
  height: 22px;
  width: 22px;
}
.nav-mobile {
  max-width: 430px;
  overflow: auto;
  transform: translate(100%);
  transition: transform 0.3s ease-out;
  z-index: 50;
  z-index: 52;
}
.nav-mobile,
.nav-mobile__backdrop {
  position: fixed;
  right: 0;
  top: 70px;
  width: 100%;
}
.nav-mobile__backdrop {
  animation: backdrop 0.3s ease-out;
  background-color: #0006;
  display: none;
  height: 100%;
}
@keyframes backdrop {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav-mobile.nav-mobile--opened {
  transform: translate(0);
}
.nav-mobile__content {
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 100%;
  z-index: 51;
}
.nav-mobile__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 9px 12px;
}
.nav-mobile__link {
  align-items: center;
  color: #001f31;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  min-width: 330px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.nav-mobile__link-background {
  background-color: #f4a614;
  border-radius: 10px;
  color: #001f31;
  height: 64px;
  justify-content: flex-start;
  margin-left: -40px;
  margin-right: 12px;
  padding-left: 56px;
  transform: skew(-20deg);
  width: 100%;
}
.nav-mobile__link-background,
.nav-mobile__link-icon {
  align-items: center;
  box-shadow: 0 3px 5px #0006;
  display: flex;
}
.nav-mobile__link-icon {
  background-color: #ffa600;
  border-radius: 50%;
  flex-shrink: 0;
  height: 80px;
  justify-content: center;
  transition: background-color 0.1s;
  width: 80px;
  z-index: 1;
}
.nav-mobile__link-icon svg {
  color: #f4a614;
}
.nav-mobile__link-text {
  left: 91px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.1s;
}
@media (pointer: fine) {
  .nav-mobile__link:hover .nav-mobile__link-icon {
    background-color: #fff;
  }
  .nav-mobile__link:hover .nav-mobile__link-text {
    color: #fff;
  }
  .nav-mobile__link:hover .nav-mobile__link-background {
    background-color: #d28d0b;
  }
}
.nav-mobile__link:active .nav-mobile__link-icon {
  background-color: #ffc908;
}
.nav-mobile__link:active .nav-mobile__link-text {
  color: #ffc908;
}
@media (min-width: 768px) {
  .header__right-contacts-messenger {
    display: inline-flex;
  }
}
@media (min-width: 1280px) {
  .header__burger,
  .header__right-search,
  .nav-mobile {
    display: none;
  }
  .header__left {
    display: flex;
  }
  .header__wrapper {
    height: 90px;
    padding: 0 40px;
    gap: 23px;
  }
  .header__logo {
    display: inline-block;
  }
  .header__right {
    flex-grow: 0;
  }
}
@media (min-width: 1920px) {
  .header__wrapper {
    height: 150px;
    padding: 0 100px;
  }
  .header__right-contacts {
    gap: 20px;
  }
  .header__icon {
    height: 36px;
    width: 36px;
  }
  .header__left-nav {
    -moz-column-gap: 36px;
    column-gap: 36px;
    row-gap: 15px;
  }
  .header__logo {
    height: 60px;
    width: 270px;
  }
  .header__left-nav {
    font-size: 18px;
  }
  .search-wrapper {
    margin-right: 36px;
    width: 270px;
    gap: 20px;
  }
  .search-wrapper__input {
    font-size: 14px;
    line-height: 16px;
  }
  .search-wrapper__button-clear-icon {
    height: 20px;
    width: 20px;
  }
  .search-wrapper__button {
    height: 48px;
    width: 48px;
  }
  .search-wrapper__icon {
    height: 22px;
    width: 22px;
  }
  .header__right-contacts-phone {
    font-size: 20px;
  }
}
@media (min-width: 3440px) {
  .header__wrapper {
    height: 200px;
    padding: 0 250px;
  }
  .header__right-contacts {
    gap: 40px;
  }
  .header__icon {
    height: 58px;
    width: 58px;
  }
  .header__left-nav {
    -moz-column-gap: 70px;
    column-gap: 70px;
    row-gap: 30px;
  }
  .header__logo {
    height: 69px;
    width: 309px;
  }
  .header__left-nav {
    font-size: 24px;
  }
  .search-wrapper {
    margin-right: 40px;
    width: 329px;
  }
  .search-wrapper__input {
    font-size: 24px;
    line-height: 25px;
    margin-left: 15px;
  }
  .search-wrapper__button {
    height: 58px;
    width: 58px;
  }
  .search-wrapper__icon {
    height: 34px;
    width: 34px;
  }
}
.top-banner {
  align-items: center;
  display: flex;
  justify-content: center;
}
.top-banner,
.top-banner__wrapper {
  overflow: hidden;
  position: relative;
}
.top-banner__wrapper {
  background-color: #ffa600;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.top-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.top-banner__wrapper:after {
  content: url(/local/templates/home-redesign/./assets/ship-CBawdnB5.png);
  filter: sepia(1);
  position: absolute;
  right: 10%;
  top: 30%;
  width: 220px;
}
.top-banner__video {
  display: none;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top-banner__content {
  align-items: center;
  color: #001f31;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  padding: 24px 36px;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
}
.top-banner__logo {
  height: 43.56px;
  margin-bottom: 20px;
  width: 195px;
  fill: #001f31;
}
.top-banner__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28.87px;
  padding: 10px;
}
.top-banner__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 10px;
}
.top-banner__btn {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4.29px 4.29px #00000040;
  color: #001f31;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.4px;
  margin-top: 70px;
  padding: 15px 30px;
  text-decoration: none;
  transition: background-color 0.1s ease-out;
  white-space: nowrap;
}
@media (pointer: fine) {
  .top-banner__btn:hover {
    background-color: #ffa600;
  }
}
.top-banner__btn:active {
  background-color: #ff8a00;
}
.top-banner__btn--valid {
  background-color: #333;
  color: #8f8f8f;
}
.top-banner__badges {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: auto;
}
.top-banner__badge {
  align-items: center;
  display: flex;
  font-weight: 600;
  gap: 20px;
}
.top-banner__badge-image {
  height: 45px;
}
.top-banner__badge-text {
  font-size: 14px;
  font-weight: 600;
  text-align: start;
}
@media (min-width: 768px) {
  .top-banner {
    height: calc(100vh - 70px);
  }
  .top-banner__video {
    display: block;
  }
  .top-banner__wrapper {
    background-color: #6d6d6d;
    position: absolute;
  }
  .top-banner__wrapper:after {
    content: '';
  }
  .top-banner__wrapper:before {
    background: linear-gradient(178.48deg, #1b1b1bbf 30.42%, #c7c7c700 146.96%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .top-banner__content {
    color: #fff;
    padding: 40px;
    position: absolute;
  }
  .top-banner__logo {
    display: none;
  }
  .top-banner__badges {
    flex-direction: row;
    gap: 50px;
  }
}
@media (min-width: 1280px) {
  .top-banner {
    height: calc(100vh - 90px);
  }
  .top-banner__title {
    font-size: 40px;
    line-height: 50px;
  }
  .top-banner__description {
    font-size: 24px;
    line-height: 30px;
  }
  .top-banner__content {
    color: #fff;
    padding: 50px 40px;
  }
  .top-banner__badges {
    gap: 109px;
  }
  .top-banner__badge {
    font-size: 18px;
  }
  .top-banner__badge-image {
    height: 90px;
  }
  .top-banner__badge-text {
    font-size: 18px;
  }
  .top-banner__btn {
    font-size: 16px;
    margin-top: 50px;
    padding: 20px 30px;
  }
}
@media (min-width: 1920px) {
  .top-banner {
    height: calc(100vh - 150px);
  }
  .top-banner__title {
    font-size: 52px;
    line-height: 50px;
  }
  .top-banner__description {
    font-size: 28px;
    line-height: 30px;
  }
  .top-banner__content {
    padding: 70px 40px;
  }
  .top-banner__badge {
    font-size: 20px;
    gap: 25px;
  }
  .top-banner__badge-image {
    height: 108px;
  }
  .top-banner__badge-text {
    font-size: 20px;
  }
  .top-banner__btn {
    font-size: 24px;
    margin-top: 60px;
    padding: 30px 50px;
  }
}
@media (min-width: 3440px) {
  .top-banner {
    height: calc(100vh - 200px);
  }
  .top-banner__title {
    font-size: 64px;
    line-height: 55px;
  }
  .top-banner__description {
    font-size: 40px;
    line-height: 40px;
  }
  .top-banner__content {
    padding: 100px 40px;
  }
  .top-banner__badge {
    font-size: 32px;
    gap: 35px;
  }
  .top-banner__badge-image {
    height: 148px;
  }
  .top-banner__badge-text {
    font-size: 32px;
  }
  .top-banner__btn {
    font-size: 36px;
    margin-top: 60px;
    padding: 40px 50px;
  }
}
.company {
  background-color: #001f31;
  background-image: url(/local/templates/home-redesign/./assets/background-WFU0fmm-.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.company:before {
  background-color: #001f31cc;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.company__wrapper {
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
  padding: 24px 12px 62px;
}
.company__side,
.company__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
.company__side {
  flex-direction: row;
  gap: 35px;
  justify-content: center;
  z-index: 2;
}
.company__person {
  align-items: center;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  position: relative;
  width: 100%;
  width: 120px;
}
.company__person-img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.company__person-info {
  color: #fff;
  padding-top: 7px;
  position: absolute;
  top: 100%;
  white-space: nowrap;
}
.company__person-name {
  font-size: 8px;
  font-weight: 600;
  text-align: center;
}
.company__person-position {
  font-size: 7px;
  text-align: center;
}
.company__center {
  color: #fff;
  height: 100%;
  justify-content: space-between;
  order: -1;
  width: 100%;
  z-index: 5;
}
.company__center,
.company__center-header {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.company__center-header {
  gap: 15px;
  justify-content: center;
}
.company__center-logo {
  width: 60px;
}
.company__center-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 37.9px;
  text-align: center;
  white-space: nowrap;
}
.company__center-person {
  height: auto;
  max-width: 200px;
  position: relative;
}

.company__center-img-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

.company__center-img-wrapper::before {
  content: '';
  position: absolute;
  display: block;
  top: 80%;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(0, 31, 49, 0) 0%, #001f31 100%);
}

.company__center-img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.company__center-info {
  border-radius: 10px;
  color: #fff;
  left: 50%;
  padding: 0 30px;
  position: absolute;
  top: 95%;
  transform: translate(-50%);
  white-space: nowrap;
}
.company__center-name {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.company__center-position {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 430px) {
  .company__wrapper {
    flex-direction: row;
    gap: 17px;
  }
  .company__person {
    width: 90px;
  }
  .company__center {
    order: 0;
  }
  .company__side {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .company__wrapper {
    padding: 50px 12px 100px;
  }
  .company__side {
    gap: 80px;
  }
  .company__person {
    width: 150px;
  }
  .company__person-info {
    padding-top: 10px;
    top: 96%;
  }
  .company__person-name {
    font-size: 16px;
    line-height: 19px;
  }
  .company__person-position {
    font-size: 14px;
    line-height: 17px;
  }
  .company__center-person {
    max-width: 90%;
  }
  .company__center-name {
    font-size: 28px;
    line-height: 32px;
  }
  .company__center-position {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1280px) {
  .company__wrapper {
    padding: 50px 140px 100px;
  }
  .company__side {
    gap: 122px;
    justify-content: space-between;
  }
  .company__person {
    width: 189px;
  }
  .company__person-name {
    font-size: 16px;
    line-height: 19px;
  }
  .company__person-position {
    font-size: 14px;
    line-height: 17px;
  }
  .company__center-logo {
    width: 68px;
  }
  .company__center-title {
    font-size: 32px;
    line-height: 37.9px;
  }
  .company__center-name {
    font-size: 32px;
    line-height: 39px;
  }
  .company__center-position {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1600px) {
  .company__person {
    width: 270px;
  }
  .company__person-info {
    padding-top: 14px;
  }
  .company__person-name {
    font-size: 22px;
    line-height: 26px;
  }
  .company__person-position {
    font-size: 18px;
    line-height: 22px;
  }
  .company__center-logo {
    width: 112px;
  }
  .company__center-title {
    font-size: 38px;
    line-height: 38px;
  }
  .company__center-name {
    font-size: 36px;
    line-height: 43px;
  }
  .company__center-position {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1920px) {
  .company__wrapper {
    padding: 70px 245px 153px;
  }
}
@media (min-width: 3440px) {
  .company__wrapper {
    padding: 100px 580px 215px;
  }
  .company__person {
    width: 473px;
  }
  .company__person-info {
    padding-top: 25px;
  }
  .company__person-name {
    font-size: 40px;
    line-height: 48px;
  }
  .company__person-position {
    font-size: 32px;
    line-height: 39px;
  }
  .company__center-logo {
    width: 159px;
  }
  .company__center-title {
    font-size: 64px;
  }
  .company__center-name {
    font-size: 64px;
    line-height: 78px;
  }
  .company__center-position {
    font-size: 32px;
    line-height: 38px;
  }
}
.media {
  margin: 0 auto;
  padding: 24px 0;
  position: relative;
}
.media,
.media:before {
  height: 100%;
  width: 100%;
}
.media:before {
  background-color: #ffa600;
  background-image: url(/local/templates/home-redesign/./assets/background-WFU0fmm-.svg);
  background-position: right 50% top 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.media__icon {
  height: 65px;
  width: 65px;
}
.media__reviews,
.media__social {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.media__reviews {
  padding: 0 12px;
}
.media__reviews-title {
  color: #001f31;
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px;
  padding: 15px 35px;
  text-align: center;
}
.media__reviews-video {
  background-color: #000;
  border-radius: 17px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.media__reviews-video:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.media__reviews-video iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.media__social {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 20px;
}
.media__social-title {
  color: #001f31;
  font-size: 23px;
  line-height: 38px;
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
}
.media__below {
  flex-direction: column;
  margin-top: 24px;
  width: 100%;
}
.media__below,
.media__below-icons {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.media__below-text {
  font-size: 16px;
  font-weight: 600;
}
.media__below-icon {
  align-items: center;
  display: flex;
  height: 64px;
  width: auto;
}
.slider-swiper {
  height: 100%;
  position: relative;
  width: 100%;
}
.slider-swiper-slide {
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 25px;
  justify-content: center;
  text-align: center;
}
.slider-swiper-slide:not(.slider-swiper-slide-active) {
  transform: scale(0.9);
}
.slider-swiper-slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider-video {
  background-color: #000;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider-video:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.slider-video iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider-swiper-wrapper {
  align-items: center;
  display: flex;
}
.slider-swiper-wrapper .slider-swiper-slide {
  border-radius: 35px;
  overflow: hidden;
}
.slider-swiper-button-next {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 5.99px 5.99px #00000040;
  height: 58px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-10%);
  width: 58px;
  z-index: 10;
}
.slider-swiper-button-next:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='31' fill='none' viewBox='0 0 28 31'%3E%3Cpath fill='%23001F31' d='M26.915 14.002a1.588 1.588 0 0 1 0 2.75L3.192 30.463A1.588 1.588 0 0 1 .81 29.088V1.667A1.588 1.588 0 0 1 3.192.292z'/%3E%3C/svg%3E");
  background-position: top 50% right 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 28px;
  transform: scale(1);
  transition: transform 0.2s ease-out;
  width: 28px;
}
.slider-swiper-button-prev {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 5.99px 5.99px #00000040;
  height: 58px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
  width: 58px;
  z-index: 10;
}
.slider-swiper-button-prev:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='31' fill='none' viewBox='0 0 28 31'%3E%3Cpath fill='%23001F31' d='M26.915 14.002a1.588 1.588 0 0 1 0 2.75L3.192 30.463A1.588 1.588 0 0 1 .81 29.088V1.667A1.588 1.588 0 0 1 3.192.292z'/%3E%3C/svg%3E");
  background-position: top 50% right 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 28px;
  transform: rotate(180deg);
  transition: transform 0.2s ease-out;
  width: 28px;
}
@media (pointer: fine) {
  .slider-swiper-button-prev:hover:after {
    transform: scale(1.2) rotate(180deg);
  }
  .slider-swiper-button-prev:active:after {
    transform: scale(1) rotate(180deg);
  }
  .slider-swiper-button-next:hover:after {
    transform: scale(1.2);
  }
  .slider-swiper-button-next:active:after {
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .media__reviews-video {
    margin: 0 auto;
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .media {
    padding: 30px 0;
  }
  .media__social {
    padding: 0 32px;
  }
  .slider-swiper-button-prev {
    left: 0;
  }
  .slider-swiper-button-next {
    right: 0;
  }
  .media__below {
    flex-direction: row;
    margin-top: 30px;
  }
  .media__below-text {
    font-size: 21px;
  }
  .media__below-icon {
    height: 68px;
  }
  .media__below-text:not(:first-of-type) {
    order: 3;
  }
}
@media (min-width: 1920px) {
  .media {
    padding: 70px 0;
  }
  .slider-swiper-button-next,
  .slider-swiper-button-prev {
    height: 84px;
    width: 84px;
  }
  .slider-swiper-button-next:after,
  .slider-swiper-button-prev:after {
    height: 40px;
    width: 40px;
  }
  .media__social {
    padding: 0 100px;
  }
  .media__reviews-video {
    max-width: 1140px;
  }
  .media__below {
    flex-direction: row;
    gap: 20px;
    margin-top: 50px;
  }
  .media__below-text {
    font-size: 32px;
  }
  .media__below-icons {
    gap: 20px;
  }
  .media__below-icon {
    height: 68px;
  }
}
@media (min-width: 3440px) {
  .slider-swiper-button-next,
  .slider-swiper-button-prev {
    height: 143px;
    width: 143px;
  }
  .slider-swiper-button-next:after,
  .slider-swiper-button-prev:after {
    height: 40px;
    width: 40px;
  }
  .media {
    padding: 100px 0;
  }
  .media__reviews-video {
    max-width: 1954px;
  }
  .media__below {
    flex-direction: row;
    gap: 60px;
    margin-top: 60px;
  }
  .media__below-text {
    font-size: 36px;
  }
  .media__below-icons {
    gap: 60px;
  }
  .media__below-icon {
    height: 117px;
  }
}
.footer {
  background-color: #001f31;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  height: 100%;
  padding: 44px 12px 47px;
  width: 100%;
}
.footer__container {
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer__row {
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.footer__col,
.footer__row {
  align-items: flex-start;
  display: flex;
  gap: 26px;
  justify-content: space-between;
}
.footer__col {
  flex-direction: column;
}
.footer__logo {
  height: auto;
  width: 195px;
}
.footer__menu {
  gap: 10px;
}
.footer__contacts,
.footer__menu {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__contacts {
  gap: 5px;
}
.footer__policy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 26px;
  justify-content: space-between;
}
.copyright {
  text-align: left;
}
.footer__social {
  align-items: flex-start;
  display: flex;
  gap: 15px;
}
.footer__social-link {
  display: inline-flex;
}
.footer__social-link img {
  height: 22px;
  width: 22px;
}
@media (pointer: fine) {
  .footer__contacts-link:hover {
    color: #ffa600;
    transition: color 0.2s ease-out;
  }
}
@media (min-width: 940px) {
  .footer__logo {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 289px;
  }
  .footer__row {
    flex-wrap: nowrap;
    gap: 60px;
    height: 100%;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .footer__col {
    gap: 43px;
    height: 100%;
    justify-content: space-between;
  }
  .footer__policy {
    gap: 5px;
  }
}

@media (min-width: 1280px) {
  .footer {
    font-size: 18px;
    padding: 47px 40px 53px;
  }
}

@media (min-width: 1920px) {
  .footer {
    font-size: 20px;
    padding: 63px 100px 68px;
  }
  .footer__row {
    gap: 80px;
  }
}
@media (min-width: 3440px) {
  .footer {
    font-size: 26px;
    padding: 67px 250px 76px;
  }
  .footer__logo {
    width: 473px;
  }
  .footer__row {
    gap: 94px;
  }
}
@media (min-width: 768px) {
  .footer__social {
    display: none;
  }
}
.catalog {
  padding: 24px 12px;
  width: 100%;
}
.catalog,
.catalog__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog__header {
  gap: 15px;
  margin-bottom: 24px;
}
.catalog__icon {
  width: 60px;
}
.catalog__title {
  color: #001f31;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
}
.catalog__grid {
  display: grid;
  gap: 16px;
  grid-template: auto/repeat(2, 1fr);
}
.catalog__card {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 12px;
  justify-content: space-between;
  padding: 10px 20px;
  position: relative;
}
.catalog__card-image-wrapper {
  margin: 0 auto 10px;
  position: relative;
  width: 100%;
}
.catalog__card-image-wrapper:before {
  content: '';
  display: block;
  padding-top: 100%;
  width: 100%;
}
.catalog__card-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.catalog__card-link,
.catalog__card-link img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.catalog__card-link img {
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
}
.catalog__card-footer {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}
.catalog__card-title {
  color: #001f31;
  font-weight: 500;
  line-height: 18px;
}
.catalog__card-btn {
  cursor: pointer;
}
.catalog__card-price {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  width: 100%;
}
.catalog__btn {
  background-color: #ffa600;
  border-radius: 20px;
  box-shadow: 0 4.29px 4.29px #00000040;
  color: #001f31;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.4px;
  margin-top: 24px;
  padding: 15px 30px;
  text-decoration: none;
  transition: background-color 0.1s ease-out;
  white-space: nowrap;
}
@media (pointer: fine) {
  .catalog__btn:hover {
    background-color: #ffe500;
  }
}
.catalog__btn:active {
  background-color: #ff8a00;
}
.catalog__btn--valid {
  background-color: #333;
  color: #8f8f8f;
}
.catalog__rating {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  margin-bottom: 7px;
}
.catalog__rating-icon {
  background-position: 50%;
  background-size: contain;
  background: url(/local/templates/home-redesign/./assets/star.svg);
  height: 12px;
  width: 12px;
}
.catalog__rating-icon--fill {
  background: url(/local/templates/home-redesign/./assets/star-fill.svg);
}

.header__left{
    column-gap: 34px;
}

@media (min-width: 768px) {
  .catalog__rating-icon {
    height: 20px;
    width: 20px;
  }
  .catalog__grid {
    grid-template: auto/repeat(3, 1fr);
  }
  .catalog__card {
    font-size: 14px;
  }
  .catalog-price {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .catalog {
    padding: 60px 40px 50px;
  }
  .catalog__header {
    gap: 20px;
    margin-bottom: 10px;
  }
  .catalog__icon {
    width: 67px;
  }
  .catalog__title {
    font-size: 32px;
  }
  .catalog__grid {
    font-size: 16px;
    grid-template: auto/repeat(4, 1fr);
  }
  .catalog__btn {
    font-size: 16px;
    margin-top: 50px;
    padding: 20px 30px;
  }
  .catalog__card {
    font-size: 16px;
    padding: 15px 30px;
  }
  .catalog-price {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .catalog {
    padding: 70px 116px;
  }
  .catalog__header {
    gap: 30px;
    margin-bottom: 30px;
  }
  .catalog__icon {
    width: 110px;
  }
  .catalog__title {
    font-size: 38px;
  }
  .catalog__grid {
    font-size: 20px;
  }
  .catalog__btn {
    font-size: 24px;
    margin-top: 70px;
    padding: 30px 50px;
  }
  .catalog__card {
    font-size: 18px;
    padding: 20px 40px;
  }
  .catalog-price {
    font-size: 20px;
  }
}
@media (min-width: 3440px) {
  .catalog {
    padding: 100px 250px;
  }
  .catalog__header {
    gap: 60px;
    margin-bottom: 10px;
  }
  .catalog__icon {
    width: 155px;
  }
  .catalog__title {
    font-size: 64px;
  }
  .catalog__grid {
    font-size: 24px;
  }
  .catalog__btn {
    font-size: 36px;
    margin-top: 60px;
    padding: 40px 50px;
  }
  .catalog__card {
    font-size: 24px;
    padding: 30px 60px;
  }
  .catalog-price {
    font-size: 26px;
  }
}

/* End */


/* Start:/local/templates/home-redesign/template_styles.css?17575103212897*/
.container {
    padding: 24px 12px;
    font-family: "Montserrat", sans-serif;
    margin: 0 auto;
    font-size: 14px;
}

.contacts-map iframe{
    border-radius: 33px;
    border: 1px solid #FFA600;
    margin-top: 40px;
    margin-bottom: 40px;
}

.title {
    font-size: 24px;
    line-height: 37px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
}

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

.title-icon {
    width: 77px;
}

.contacts-map a{
    display: none;
}

.contacts-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    line-height: 119%;
    gap: 15px;
}

.contacts-information_sub{
    padding-top: 20px;
    font-weight:  500;
    line-height: 119%;
    text-align: center;
    color: #001f31;
}

.title_black{
    color: #001f31;
}

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

.header__left{
    column-gap: 34px;
}

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

    .header__right-contacts-messenger {
        display: inline-flex;
    }
}

@media (min-width: 1280px){
    .container {
        padding: 50px 141px;
        max-width: 1500px;
        font-size: 18px;
    }

    .contacts-information {
        flex-direction: row;
    }

    .title-icon {
        width: 88px;
    }
}

@media (min-width: 1920px) {
    .title {
        margin: 30px 0;
        font-size: 38px;
    }

    .title-icon {
        width: 140px;
    }

    .container {
        max-width: 2060px;
        padding: 68px 245px;
        font-size: 24px;
    }
}

@media (min-width: 3440px) {
    .container{
        max-width: 3440px;
        font-size: 40px;
        padding: 100px 579px;
    }

    .title {
        margin: 60px 0;
    }
}

#widgetModal {
    display: none;
}

#widgetBackdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

#widgetContainer {
    min-width: 370px;
}

/* #widgetContainer {
    max-width:90%;
    background-color: #FFFFFF;
    background-image: url("/local/templates/home-redesign/assets/Vector.svg");
    background-size: contain;
    border-radius: 20px;
}

.widgetImage {
    display: none;
    width: 100%;
    background: url("/local/templates/home-redesign/assets/Group_33909.svg") center / contain no-repeat;
}

#widgetContainer .b24-form-control-string .b24-form-control {
    border-radius: 10px;
}

#widgetContainer .b24-form-btn {
    border-radius: 10px;
    text-align: center;
}

@media (min-width: 1280px) {
    #widgetContainer {
        display: flex;
        padding: 0 0 15px 20px;
        max-width:675px;
        border-radius: 20px;
    }

    .widgetImage {
        flex-basis: 40%;
        display: block;
        min-width: 100px;
    }
} */

.in-cart-js {
    display: none;
}
/* End */
/* /bitrix/templates/.default/ajax/ajax.min.css?1755437635420 */
/* /local/templates/.default/components/bitrix/search.title/mobile/style.css?17573281193482 */
/* /local/templates/.default/components/bitrix/search.title/dekstop/style.css?17573281192724 */
/* /local/templates/.default/components/bitrix/sale.basket.basket.line/line_custom/style.css?17573281181333 */
/* /local/templates/home-redesign/styles.css?175740821931911 */
/* /local/templates/home-redesign/template_styles.css?17575103212897 */
