

/* Start:/local/templates/.default/assets/css/main.css?174418611519225*/
@import url("https://fonts.googleapis.com/css2?family=Forum&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --body-font: "Lora", "Montserrat";
  --h-font: "Caveat", "Lora", "Montserrat";

  --bg-dark: #030303;

  --creator-link: #9d8665;
  --hover-color: #9d8665;
  --bordo: #710707;
  --accentShade1: #e0f2f1;
  --accentShade4: #00796b;
  --accent3Shade1: #ffdde0;
  --accent3Shade4: #d32f2f;
  --secondaryShade1: #fff1d5;
  --secondaryShade5: #ba954b;
}

* {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  margin-bottom: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

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

main {
  flex: 1 1 auto;
}

body {
  font-family: var(--body-font);
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

a.rc-link {
  color: var(--creator-link);
}

/* FOR TEST */

/* /. FOR TEST*/

button {
  cursor: pointer;
}

input {
  font-family: var(--body-font);
  cursor: text;
}

.section {
  padding: 75px 0;
}

main.ru > section {
  padding-top: 10px;
}

main.ro > section {
  padding-top: 10px;
}

.block-container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 15px;
  width: calc(100% - 30px);
}

.dark-section {
  background-color: var(--bg-dark);
  color: #fff;
}

.header {
  padding: 30px 0 0;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-lang {
  width: 224px;
}

.header-lang.header-lang-mobile {
  display: none;
}

.header-logo {
  background-image: url("/local/templates/.default/assets/css/./../img/logo-light-text2.webp");
  width: 300px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.instagram {
  -webkit-mask-image: url("/local/templates/.default/assets/css/./../svg/instagram.svg");
}

.vkontakte {
  -webkit-mask-image: url("/local/templates/.default/assets/css/./../svg/vk-social-network-logo.svg");
}

.tiktok {
  -webkit-mask-image: url("/local/templates/.default/assets/css/./../svg/tiktok.svg");
}

.facebook {
  -webkit-mask-image: url("/local/templates/.default/assets/css/./../svg/fb.svg");
}

.user {
  -webkit-mask-image: url("/local/templates/.default/assets/css/./../svg/user.svg");
}

.search-box {
  -webkit-mask-image: url("/local/templates/.default/assets/css/./../svg/loupe.svg");
}

.cart-icon {
  -webkit-mask-image: url("/local/templates/.default/assets/css/./../svg/shopping-cart.svg");
}

.header-icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-mask-size: cover;
  transition: 0.5s;
}

.header-icon:hover {
  background-color: #9d8665;
}

.nav-menu {
  padding: 0;
  display: flex;
  justify-content: center;
}

.nav-item {
  padding: 40px;
}

.nav-item a,
.header-lang a {
  font-weight: 200;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  transition: 0.5s;
  letter-spacing: 2px;
}

.nav-item a.selected {
  color: var(--hover-color);
}

a:hover {
  color: var(--hover-color);
}

a.button {
  text-align: center;
}

a.button:hover {
  color: #fff;
}

.social-list {
  display: flex;
}

.social-item {
  padding: 0 8px;
}

.footer-top {
  border-bottom: 3px solid #666;
  /*padding: 75px 0 50px;*/
}

.footer-bottom {
  padding: 25px 0;
}

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

.foot-wrap {
  display: flex;
}

.section-title {
  font-family: var(--h-font);
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 5px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.underline-title {
  position: relative;
}

.section-title.underline-title {
  margin-bottom: 25px;
}

.underline-title::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--bordo);
}

.button {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #fff;
  border: none;
  background: #710707;
  border-radius: 10px;
  padding: 24px 64px;
  font-family: "Lora", "Montserrat";
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  transition: 0.5s;
}

.button:hover {
  background-color: var(--creator-link);
}

.button.empty-btn {
  max-width: fit-content;
  font-size: 12px;
  padding: 12px 10px;
  background-color: transparent;
  color: var(--bordo);
  font-weight: 500;
}

.button.empty-btn:hover {
  color: var(--bordo);
}

.add-cart.empty-btn {
  font-size: 12px;
  padding: 12px 10px;
  background-color: transparent;
  color: var(--bordo);
  font-weight: 500;
}

.add-cart.empty-btn:hover {
  color: var(--bordo);
}

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

.text-block {
  padding: 40px 0;
}

.some-text {
  padding: 10px 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 38px;
}

/* WELCOME */
/*.section#welcome .section-inner {
    background-image: url('/local/templates/.default/assets/css/./../img/welcome.png');
}*/
.section#welcome {
  padding: 0;
}

.section#welcome .section-inner {
  background-image: url("/local/templates/.default/assets/css/./../img/Milina-MainImage-16-9.webp");
  position: relative;
  background-position: center;
  background-size: cover;
  /* padding: 100px 0 150px; */
}

@media screen and ((max-width: 2560px) or (min-width: 2560px)) {
  .section#welcome .section-inner {
    height: fit-content;
    min-height: 1150px;
  }
}

@media screen and (max-width: 1920px) {
  .section#welcome .section-inner {
    min-height: 850px;
  }
}

@media screen and (max-width: 1440px) {
  .section#welcome .section-inner {
    min-height: 650px;
  }
}

@media screen and (max-width: 1024px) {
  .section#welcome .section-inner {
    min-height: 650px;
  }
}

.section#welcome .section-inner .section-title {
  padding-top: 50px;
}

.section#welcome .section-inner::after {
  background: transparent;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: -webkit-gradient(
    right top,
    right bottom,
    color-stop(0%, rgba(0, 0, 0, 0.3)),
    color-stop(100%, rgba(0, 0, 0, 0.3))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* /. WELCOME */

/* ABOUT */
.quality-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px;
}

.quality-item {
  border: 5px solid var(--creator-link);
  width: 200px;
}

.quality-item .number {
  position: absolute;
  background-color: #fff;
  transform: translate(-5px, -26px);
  font-size: 40px;
  letter-spacing: 2px;
  padding: 0 10px;
  color: var(--creator-link);
  font-weight: 500;
}

.dark-section .quality-item .number {
  background-color: var(--bg-dark);
}

.quality-item .inner-text {
  padding: 40px 15px;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 2px;
}

.section-subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.about-block {
  position: relative;
}

.about-text {
  max-width: 800px;
  width: 100%;
}

.about-img {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  position: sticky;
  top: 100px;
}

.about-img img {
  /* filter: invert(); */
  max-width: 412px;
}

.about-img .button {
  width: max-content;
  margin: 35px auto 0;
}

/* /. ABOUT */

/* DELIVERY */
.delivery-block {
  padding-top: 50px;
}

.delivery-list {
  padding: 0;
}

.delivery-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-weight: 300;
  font-size: 22px;
}

.delivery-item p {
  max-width: 600px;
}

.delivery-text,
.delivery-img {
  width: 50%;
}

/*img {
    width: 100%;
}*/

.section-icon {
  width: 50px;
  height: 50px;
  background-color: #000;
  -webkit-mask-size: cover;
  transition: 0.5s;
  margin-right: 15px;
}

.map-pin {
  -webkit-mask-image: url("/local/templates/.default/assets/css/./../svg/pin.svg");
}

.clock {
  -webkit-mask-image: url("/local/templates/.default/assets/css/./../svg/clock.svg");
}

.warning {
  -webkit-mask-image: url("/local/templates/.default/assets/css/./../svg/alert.svg");
}

.truck {
  -webkit-mask-image: url("/local/templates/.default/assets/css/./../svg/truck.svg");
}

/* /. DELIVERY */

/* CATALOG */
.catalog__list {
  max-width: 1440px;
  display: flex;
  padding-top: 70px;
  flex-wrap: wrap;
  gap: 15px;
}

.catalog__item {
  width: 100%;
  border-radius: 5px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}

.item-wrapper {
  margin-top: auto;
  width: 100%;
  color: #000 !important;
}

.item-hover {
  opacity: 0;
  transition: background-color 0.5s ease;
  position: absolute;
}

.item-wrapper:hover .item-hover {
  opacity: 1;
  top: 0;
  background-color: rgb(157, 134, 101, 0.85);
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s ease;
}

.img-wrapper {
  position: relative;
  display: flex;
}

.catalog__item img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.item-data {
  padding: 15px;
}

.item-title {
  font-family: var(--h-font);
  font-weight: normal;
  font-size: 29px;
  line-height: 35px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 10px 0;
  text-align: center;
}

.item-decription {
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 21px;
  padding: 10px 15px;
  text-align: center;
}

.item-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  flex-wrap: wrap;
  gap: 1rem;
}

.item-price {
  font-family: var(--h-font);
  font-size: 26px;
}

.product-item-price-old,
.product-item-detail-price-old {
  font-size: 22px;
  font-family: var(--h-font);
}

.product-item-detail-price-old {
  line-height: 32px;
}

.catalog-link {
  margin: 80px auto 0;
  display: flex;
  width: fit-content;
}

.add-cart {
  padding: 10px 20px;
}

/* /. CATALOG */

/* DETAIL PAGE */
.detail-title {
  font-family: var(--h-font);
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 50px;
  letter-spacing: 5px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.detail-title.underline-title {
  margin-bottom: 25px;
}

h1.section-title.center-text,
h2.section-title.center-text,
h1.detail-title.underline-title,
h2.detail-title.underline-title {
  margin-top: 0;
  margin-bottom: 18px;
}

h1.detail-title.underline-title::after,
section.cart-page h1.section-title.underline-title::after {
  bottom: -18px;
}

.detail-item {
  padding-top: 70px;
  display: flex;
  flex-direction: row;
}

.detail-img {
  width: 45%;
}

.detail-description {
  width: 55%;
  margin-left: 60px;
}

.detail-img img {
  width: 100%;
  object-fit: contain;
}

.compound {
  font-weight: 200;
  font-size: 28px;
  line-height: 34px;
}

.specification {
  margin: 30px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.detail-item table th {
  padding-right: 30px;
}

.detail-item table th span {
  font-size: 18px;
  font-family: var(--h-font);
}

.detail-item table tr td {
  padding: 3px;
}

.detail-item table tr td span {
  font-size: 14px;
  font-weight: 300;
}

.amount {
  margin-top: 15px;
  border: 3px solid #000000;
  box-sizing: border-box;
  width: 150px;
  display: flex;
  flex-direction: row;
  margin-left: auto;
}

.amount button {
  padding: 12px;
  border: 0;
  background-color: transparent;
  font-weight: 300;
  font-size: 22px;
  line-height: 22px;
}

.amount .number {
  all: unset;
  width: 3em;
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  padding-left: 4px;
}

.price {
  display: flex;
  font-family: var(--h-font);
  margin: 25px 0 0 auto;
  max-width: max-content;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 1.65px;
  font-weight: 700;
}

.detail-description .button {
  margin-top: 15px;
  display: flex;
  margin-left: auto;
}

.tag-wrapper {
  padding: 5px;
  position: absolute;

  background-color: #fff;
  border-radius: 50%;
  height: 74px;
  width: 74px;
  margin: 10px;
}

.tag-wrapper.new .tag:after {
  content: "new";
}

.tag-wrapper.hit .tag:after {
  left: calc(50% - 24px);
  content: "best";
}

.tag-wrapper.sale .tag:after {
  left: calc(50% - 24px);
  content: "sale";
}

.tag {
  position: absolute;
  background-color: #fff;
  color: var(--bordo);
  font-weight: 700;
  font-size: 20px;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  border: 3px dotted var(--bordo);
}

.tag:after {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 22px);
  text-transform: uppercase;
}

.tag-wrapper.discount .tag div {
  display: flex;
  justify-content: center;
}

.tag-wrapper.discount span {
  position: absolute;
  top: calc(50% - 12px);
  text-transform: uppercase;
}

.tag-wrapper.new {
  top: 0;
}

.tag-wrapper.hit {
  bottom: 0;
  right: 0;
}

.tag-wrapper.discount {
  bottom: 0;
}

.tag-wrapper.sale {
  top: 0;
  right: 0;
}

/*.tag.new {
    top: 0;
}*/
.tag.new:after {
}

/*.tag.percent15 {
    bottom: 0;
}*/
.tag.percent15:after {
  content: "-15%";
}

/*.tag.hit {
    top: 0;
    right: 0;
}*/
.tag.hit:after {
  content: "hit";
}

.proposal-list {
  margin-top: 100px;
}

.back-btn__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  gap: 8px;
  transition: 0.5s;
  margin-top: -15px;
  margin-bottom: 12px;
}

.back-icon {
  width: 30px;
  height: 30px;
  background-color: #000;
  -webkit-mask-size: cover;
  transition: 0.5s;
}

.back {
  -webkit-mask-image: url("/local/templates/.default/assets/css/./../svg/left-arrow.svg");
}

a.back-btn__link:hover .back-icon {
  background-color: var(--creator-link);
}

/* /. DETAIL PAGE */

/* SWIPER */
.swiper {
  display: flex;
}

.image-slider {
  margin-top: 100px;
  padding: 30px 0 70px 0;
  max-width: 1000px;
}

.image-slider__wrapper {
}

.image-slider__slide {
}

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

.image-slider__image img {
  max-width: 100%;
}

.image-slider .swiper-pagination {
  position: static;
  margin-top: 30px;
}

.swiper-pagination-fraction {
  font-size: 30px;
}

.image-slider .swiper-button-next,
.image-slider .swiper-button-prev {
  color: #000;
  font-weight: 700;
}

.image-slider .swiper-button-prev,
.image-slider .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

.image-slider .swiper-button-next:after,
.image-slider .swiper-button-prev:after {
  font-size: 24px;
}

.image-slider .swiper-button-prev:hover,
.image-slider .swiper-button-next:hover {
  background-color: var(--hover-color);
}

/* /. SWIPER */

/* CONTACTS */
section#contacts {
  font-weight: 300;
  font-size: 22px;
}

.divided-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 50px;
}

.divided-400 {
  max-width: 400px;
  width: 100%;
}

.divided-900 {
  max-width: 900px;
  width: 100%;
}

.select {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--bordo);
  width: max-content;
  padding-bottom: 8px;
}

.select-icon {
  width: 35px;
  height: 35px;
  background-color: #000;
  -webkit-mask-size: cover;
  transition: 0.5s;
  margin-right: 5px;
}

.contact-list#ever,
.contact-list#ever-2 {
  padding: 25px 0 0 0;
}

.contact-list a {
  color: var(--bordo);
}

.contact-line {
  padding: 6px 0;
}

.contact-line ul li {
  font-size: 18px;
}

/* ДОРАБОТКИ */
.popup-window span {
  font-family: var(--body-font);
  font-weight: 300;
  color: black;
}

.popup-window p {
  font-family: var(--h-font);
  font-size: 24px;
}

.product-item-button-container .btn {
  padding: 10px 20px;
  font-size: 16px;
}

.btn {
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 2px;
  color: #fff !important;
  border: none;
  background: #710707 !important;
  border-radius: 10px;
  font-family: "Lora", "Montserrat";
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  transition: background-color 0.5s ease;
}

.popup-window img {
  max-width: 200px;
}

h2.hit-title {
  font-family: var(--h-font);
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 5px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.hit-title.underline-title::after {
  bottom: -6px;
}

/* /.ДОРАБОТКИ */

.bx_sitemap_ul {
  padding: 0;
  margin: 0;
}

.bx_sitemap .bx_sitemap_li_title {
  float: left;
}

.bx_sitemap .bx_sitemap_ul > li > h2 > a {
  color: var(--bg-dark);
  float: left;
  margin-right: 2px;
  line-height: 1.42857143;
  padding: 10px;
  font-size: 22px;
  border-bottom: 3px solid rgba(113, 7, 7, 0.2);
  padding-bottom: 7px;
}

.bx_sitemap .bx_sitemap_ul > li > h2 > a:hover {
  border-bottom: 3px solid var(--creator-link);
  padding-bottom: 7px;
}

.bx_sitemap .bx_sitemap_ul > li.active > h2 > a,
.bx_sitemap .bx_sitemap_ul > li.active > h2 > a:hover,
.bx_sitemap .bx_sitemap_ul > li.active > h2 > a:focus {
  color: var(--bg-dark);
  border-bottom: 3px solid var(--bordo);
  padding-bottom: 7px;
}

select.form-control,
select.form-control-2 {
  border: none;
  font-size: 20px;
  cursor: pointer;
  height: 34px;
}

select.form-control option,
select.form-control-2 option {
  font-size: 18px;
}

.bx-section-desc.bx-red {
  margin-top: 60px;
}

#bx-soa-basket .bx-soa-coupon {
  display: flex;
}

@media (prefers-color-scheme: dark) {
  .cart-icon {
    background-color: #cdcdcd;
  }
}

.header-catalog-link {
  display: none;
}

div.product-item-info-container[data-entity="quantity-block"] {
  width: 150px;
}

div.product-item-info-container[data-entity="quantity-block"] input {
  max-width: 65px;
  width: 65px;
  margin: 0 10px;
  height: 35px;
}

.catalog-section__description {
  text-align: center;
  font-size: 1.7rem;
}

footer .pays i {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 10px;
  background: url("https://milina.md/local/templates/.default/assets/img/payment.svg")
    0 0 no-repeat;
  opacity: 1;
}

footer .pays i.mastercard {
  width: 24px;
  height: 16px;
  background-position: -327px -200px;
}

footer .light .pays i.mastercard {
  background-position: -327px -200px;
  background-position-y: var(--light, -250px) var(--dark, -300px);
}

footer .pays i.visa {
  width: 32px;
  height: 10px;
  background-position: -40px -204px;
}

footer .light .pays i.visa {
  background-position: -40px -204px;
  background-position-y: var(--light, -254px) var(--dark, -304px);
}

footer .pays i.maib {
  background-image: url("https://milina.md/local/templates/.default/assets/img/maib_white.svg");
  background-size: cover;
  height: 16px;
  width: 57px;
}

/* End */


/* Start:/local/templates/.default/assets/css/new.css?17441130896735*/
/* .section#welcome .section-inner {
  padding: 100px 0 250px;
} */
h1.section-title.initial-text {
  text-transform: none;
}
.triger-btn {
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 25px;
}
.section-title.center-text {
  text-align: center;
  font-size: 60px;
  line-height: 70px;
}
.catalog-btn {
  margin: 50px auto;
}
.parallax {
  width: 100%;
  height: 400px;
  background: url("/local/templates/.default/assets/css/./../img/dinamic.gif");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.page-have-form .button,
.page-have-form .btn {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #fff;
  border: none;
  background: #710707;
  border-radius: 10px;
  padding: 24px 64px;
  font-family: "Lora", "Montserrat";
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  transition: 0.5s;
  display: flex;
  margin: auto;
}
.page-have-form .button:hover,
.page-have-form .btn:hover {
  background-color: var(--hover-color) !important;
}
.basket-checkout-container,
.basket-items-list-wrapper,
.basket-items-list-wrapper-compact,
.bx-soa-cart-total {
  border: 1px solid #000;
  border-radius: 0;
}
.bx-ss-icon {
  background-image: none;
  width: 24px;
  height: 24px;
}
.bx-ss-icon.facebook {
  background-color: #fff;
}
div.bx-auth-serv-icons a {
  margin: 0;
  background-color: #1877f2;
  transition: background-color 0.3s ease;
}
div.bx-auth-serv-icons a:hover {
  border: 0;
  background-color: var(--hover-color);
}
a.button:focus {
  /*color: #fff!important;*/
}
.bx-sbb-empty-cart-desc {
  padding: 10px 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 38px;
}
.bx-sbb-empty-cart-desc a {
  color: var(--bordo);
  font-weight: 500;
}

.popup-window-titlebar-text {
  color: var(--bg-dark);
  font-size: 22px;
}

.basket-btn-checkout,
.add-cart,
.bx-red .btn.btn-default,
.page-have-form .btn {
  line-height: 26px;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
}
.btn {
  cursor: pointer;
}
.btn:hover {
  background-color: var(--hover-color) !important;
}
.basket-coupon-block-field input {
  max-width: 150px;
}
.basket-coupon-block-coupon-btn {
  color: #fff !important;
  border: none;
  background: #710707 !important;
  font-family: "Lora", "Montserrat";
  position: relative;
  z-index: 2;
  transition: background-color 0.5s ease;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 0;
  padding: 10px 20px;
  cursor: pointer;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 300;
}
.basket-coupon-block-coupon-btn::after {
  content: "Применить";
}
.basket-coupon-block-coupon-btn:hover {
  background-color: var(--hover-color) !important;
}
.form-group {
  display: flex;
}
.basket-checkout-block-total-title,
.basket-coupon-block-total-price-current {
  display: flex;
  font-family: var(--h-font);
  max-width: max-content;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 1.65px;
  font-weight: 700;
}
.basket-checkout-section-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.basket-item-price-difference,
.basket-coupon-block-total-price-difference,
.basket-item-price-title {
  font-family: "Lora", "Montserrat";
  font-weight: 300;
  font-size: 11px;
}

.instagram.header-icon {
  background-image: none;
}
.basket-item-info-name,
.basket-item-info-name-link,
.bx-soa-item-title a {
  margin: 0;
  padding: 0 20px 0 0;
  color: #2f3435;
  text-decoration: none;
  word-break: break-all;
  word-break: break-word;
  font-family: var(--h-font), Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  transition: 300ms all ease;
}
.alert.alert-success {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
  background: var(--accentShade1);
  color: var(--accentShade4);
}
.alert-warning {
  background: var(--secondaryShade1);
  color: var(--secondaryShade5);
}

.personal-order-list {
  margin-top: 40px;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
  font-size: 32px;
  line-height: 37px;
  color: #030303;
}
.bx-soa-section-title {
}
.order-last-page {
  margin-top: 50px;
}
.alert-description {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
}
.sale_order_full_table {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.alert.alert-danger {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
  background: var(--accent3Shade1);
  color: var(--bordo);
}

/* BASKET CART start */

.basket-items-list-item-price-for-one {
  padding-right: 10px;
}

.basket-item-block-amount.disabled {
  border: 3px solid #c3c3c3;
}
.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
  background-color: #c3c3c3;
}
.basket-item-block-amount.disabled .basket-item-amount-filed {
  background-color: #fff;
  color: #c9c9c9;
}

.footer-information {
  display: flex;
  justify-content: space-between;
}
.popup-window .popup-window-content p {
  display: none;
}
.block-container.footer-information p {
  display: block;
}

@media (max-width: 1024px) {
  .bx-step-opacity {
    margin-top: 50px;
  }
  .basket-item-info-name,
  .basket-item-info-name-link,
  .bx-soa-item-title a {
    font-size: 24px;
    line-height: 28px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .basket-item-block-price {
    height: 105px;
    /*width: 60px;*/
  }
}
@media (max-width: 767px) {
  .basket-items-list-item-container {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .basket-items-list-item-descriptions-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .basket-items-list-item-descriptions-inner .basket-item-block-image {
    order: 2;
  }
  .basket-items-list-item-descriptions-inner .basket-item-block-info {
    order: 1;
    text-align: center;
  }
  .basket-item-block-amount {
    margin: 15px auto;
  }
  .basket-item-price-title {
    margin-left: 8px;
    font-size: 14px;
  }
  td.basket-items-list-item-remove {
    padding: 0 !important;
  }
  .basket-items-list-item-remove,
  .basket-items-list-item-remove {
    margin-left: auto !important;
  }
}
@media (max-width: 580px) {
  .non-visible-mobile {
    display: none !important;
  }
  .basket-item-price-current-text {
    font-size: 24px;
  }
  .basket-item-image {
    margin: 0;
  }
  .basket-item-block-image {
    margin-bottom: 0;
  }
  .basket-items-list-item-amount {
    padding-bottom: 0;
  }
}

/* End */


/* Start:/local/templates/.default/assets/css/hardcore.css?1740754057309*/
/*хардкод*/
.bx_sitemap_ul ul .bx_sitemap_li_title a {
    display: none;
}
#bx_1847241719_29,
#bx_1847241719_28,
#bx_1847241719_6,
#bx_1847241719_24,
#bx_1847241719_25,
#bx_1847241719_22 {
    display: none;
}

.bx_sitemap {
    /*display: none;*/
}
.catalog__list {
    padding-top: 35px!important;
}
/* End */


/* Start:/local/templates/.default/assets/css/ui.css?17407540575660*/
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}


.input-container {
    position: relative;
    margin: 15px 0;
}
input[type=text] {
    min-width: 260px;
    height: 46px;
    padding-left: 45px;
    border: 1px solid #000000;
    font-size: 18px;
    line-height: 21px;
    color: #030303;
}
input[type=text],
input[type=password] {
    width: 100%;
}
textarea {
    padding: 12px 0 12px 45px;
    border: 1px solid rgb(0, 0, 0);
    font-size: 18px;
    line-height: 21px;
    color: rgb(3, 3, 3);
    max-width: calc(100% - 2.4rem);
    width: 100%;
    min-height: 24px;
    min-width: 100px;
    font-family: 'Roboto', sans-serif;
}
.input-icon {
    font-size: 24px;
    position: absolute;
    left: 12px;
    top: 12px;
}
.modal .button {
    display: flex;
    padding: 10px 20px;
    margin-left: auto;
}
.modal-title {
    color: var(--bordo);
    margin-top: 15px;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 21px;
    font-weight: normal;
}
.modal-title.underline-title:after {
    margin-bottom: 10px;
}


.modal {
    will-change: visibility, opacity;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    /*transition-delay: $modal-delay;*/
}
.modal--active {
    visibility: visible;
    opacity: 1;
}
.modal--align-top {
    align-items: flex-start;
}
.modal__bg {
    background: transparent;
}
.modal__dialog {
    max-width: 600px;
    padding: 1.2rem;
}
.modal__content {
    will-change: transform, opacity;
    position: relative;
    padding: 2.4rem;
    background: #fff;
    background-clip: padding-box;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__content--active {
    opacity: 1;
}
.modal__close {
    z-index: 1100;
    cursor: pointer;
}
.modal__trigger {
    position: relative;
    display: inline-block;
    padding: 1.2rem 2.4rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__trigger--active {
    z-index: 10;
}
.modal__trigger:hover {
    background: var(--hover-color);
}
#modal__temp {
    will-change: transform, opacity;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--hover-color);
    transform: none;
    opacity: 1;
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-btns header {
    padding: 7vh 10vw;
    background: #ffebee;
    display: flex;
    align-items: center;
}
.demo-btns header h1 {
    margin: 0;
    color: rgba(0,0,0,0.54);
    font-weight: 300;
}
.demo-btns .info {
    background: #f44336;
    padding: 3vh 10vw;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
}
.demo-btns p {
    text-align: center;
    color: #fff;
}
.demo-btns .link {
    font-size: 20px;
}
.demo-btns .modal__trigger {
    margin-right: 3px;
}
@media (max-width: 640px) {
    .demo-btns .modal__trigger {
        margin-bottom: 0.8rem;
    }
}
.demo-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.2rem;
    padding: 0.6rem;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}
.demo-close:hover {
    background: rgba(0,0,0,0.6);
}
.logo {
    position: fixed;
    bottom: 3vh;
    right: 3vw;
    z-index: 2;
}
.logo img {
    width: 45px;
    transform: rotate(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.logo img:hover {
    transform: rotate(180deg) scale(1.1);
}

.page-have-form .input-container{
    margin: 0 0 10px 0;
}
.bx-soa-item-title {
    font-family: var(--h-font);
}
.bx-soa-item-title a {
    color: #000;
}

/*CONFIDENTIAL PAGE*/
.confidential-agreement ol {
    counter-reset: list1;
    list-style: none;
    padding: 0 0 0 20px;
}
.confidential-agreement ol li::before {
    content: counter(list1) ". ";
    counter-increment: list1;
    font-weight: 700;
    position: absolute;
    right: 100%;
    padding: 0 6px 0 0;
}
.confidential-agreement ol ol li::before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";
}

.confidential-agreement ol ol {
    counter-reset: list2;
    padding: 0 0 0 34px;
}
.confidential-agreement ol h2, .confidential-agreement ol li {
    position: relative;
}
.confidential-agreement ol h2, .confidential-agreement ol li {
    position: relative;
}
.confidential-agreement ol ol ol {
    counter-reset: list3;
    padding: 0 0 0 46px;
}
.confidential-agreement ol ol ol li::before {
    counter-increment: list3;
    content: counter(list1) "." counter(list2) "." counter(list3) ". ";
    padding: 0 8px 0 0;
    font-weight: normal;
}
.confidential-agreement h2 {
    font-size: 20px;
    margin-top: 0.83em;
    margin-bottom: 20px;
}
.confidential-agreement h3 {
    font-size: 20px;
    margin-top: 0.63em;
    margin-bottom: 14px;
}
.confidential-agreement {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 32px;
}
/*end of/.CONFIDENTIAL PAGE*/
/* End */


/* Start:/local/templates/.default/assets/css/mobile.css?17441867315843*/
@media (max-width: 1466px) {
  .alert.alert-success {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .about-text {
    max-width: 57%;
  }
}
@media (min-width: 1070px) and (max-width: 1240px) {
  .advantages-item {
    max-width: 380px;
  }
}
@media (min-width: 1241px) and (max-width: 1430px) {
  .advantages-list {
    gap: 40px 140px;
  }
  .advantages-item {
    max-width: 380px;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 20px 0;
  }

  .header-logo {
    flex-grow: 1;
  }

  .header-logo {
    background-image: url("/local/templates/.default/assets/css/./../img/logo-light-text2.png");
    height: 100px;
    background-size: contain;
    background-position: left;
    flex-grow: initial;
    margin-right: auto;
  }

  .header-bottom,
  .header-lang {
    display: none;
  }

  .header-lang.header-lang-mobile {
    display: block;
    width: auto;
  }

  .header-lang.header-lang-mobile > a {
    font-size: 30px;
  }

  .header-social .social-item:not(:last-child) {
    display: none;
  }

  .header-social .social-item .cart-icon {
    margin-right: 15px;
  }

  .footer .nav-menu {
    column-count: 2;
    display: block;
  }
  .footer .nav-menu .nav-item {
    padding: 0;
    line-height: 45px;
  }
  .about-img img {
    display: none;
  }
  .detail-item {
    flex-direction: column;
  }
  .detail-description {
    margin-left: 0;
  }
  .detail-img,
  .detail-description {
    width: 100%;
  }
  .specification ul {
    padding: 0;
  }
  .catalog__list {
    padding-top: 20px;
  }

  .about-text:after {
    content: "";
    background-image: url("/local/templates/.default/assets/css/./../img/bg-map-milina-3.webp");
    /* filter: contrast(0.5); */
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    height: 65%;
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: -1;
  }
  .about-img {
    margin: auto;
  }
  .footer-top {
    padding: 25px 0;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .section {
    padding: 60px 0;
  }
}
@media (max-width: 1025px) {
  .header-logo {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
  .section-title {
    font-size: 36px !important;
    line-height: 40px !important;
    text-align: center;
  }
  .catalog-link {
    margin: 60px auto 0;
  }
  .section-title,
  .section-subtitle {
    /*text-align: left!important;*/
  }
  .underline-title::after {
    bottom: -8px;
  }
  .section-title.underline-title {
    margin-bottom: 8px;
  }
  .section-subtitle {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 8px;
  }
  .text-block {
    padding: 10px 0;
  }
  .some-text {
    font-size: 18px;
    line-height: 26px;
  }
  .section#welcome .section-inner .section-title {
    /* padding-bottom: 30px; */
    padding-bottom: 0;
  }
  h1.section-title.initial-text {
    margin-bottom: 0;
  }
  .triger-btn {
    margin: auto;
  }
  .button {
    font-size: 18px;
    line-height: 26px;
    padding: 18px 40px;
  }
  .button.add-cart {
    padding: 10px 20px;
  }
  .item-title {
    font-size: 20px;
    line-height: 26px;
  }
  .advantages-list {
    gap: 15px;
  }
  .advantages-item h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .advantages-item p {
    font-size: 18px;
    line-height: 24px;
  }
  .parallax {
    height: 200px;
    background-attachment: inherit;
  }
  .divided-block {
    display: flex;
    flex-direction: column;
  }

  .catalog__item .img-wrapper img {
    /* max-height: 20vh; */
    max-height: initial;
  }

  div.product-item-info-container[data-entity="quantity-block"] input {
    margin: 0 3px;
  }

  div.product-item-info-container[data-entity="quantity-block"] {
    width: 130px;
  }

  .section#welcome .section-inner {
    background: url("/local/templates/.default/assets/css/./../img/mobile-main-banner2.webp") no-repeat 0 0
      transparent;
    background-size: cover;
    background-position: center;
    height: fit-content;
  }

  /* .ro-section.section#welcome>.section-inner{
        height: 800px;
    } */

  .section#welcome .triger-btn a:first-of-type {
    margin-top: 40px;
  }
}
@media (min-width: 769px) {
  .section#about .underline-title::after {
    max-width: 250px;
  }
}

@media (min-width: 1000px) {
  .catalog__item {
    max-width: calc(33% - 9px);
  }
}

@media (min-width: 720px) and (max-width: 999px) {
  .catalog__item {
    max-width: calc(50% - 9px);
  }
}
@media (max-width: 425px) {
  .catalog-link {
    margin: 40px auto 0;
  }
  .footer-top {
    display: none;
  }
  .section-title {
    font-size: 11vw;
    line-height: 12vw;
  }
  .footer .nav-menu {
    column-count: 1;
    text-align: center;
  }

  .catalog__list .catalog__item .item-footer {
    padding: 15px;
    flex-wrap: wrap;
  }

  /* .catalog__list .catalog__item .product-item-info-container {
    flex: 1 1 50%;
  } */
}

@media (max-width: 1025px) and (min-width: 320px) {
  .header-catalog-link {
    display: block;
    color: #fff;
    margin-right: 15px;
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
  }
}

@media (max-width: 480px) {
  .header.dark-section > .block-container {
    padding: 0;
  }

  .header-logo {
    height: 60px;
  }

  .header-catalog-link {
    font-size: 20px;
    margin-right: 10px;
  }

  .header-icon {
    width: 21px;
    height: 21px;
    margin-right: 10px;
  }

  .header-lang.header-lang-mobile > a {
    font-size: 20px;
  }

  .section#welcome .section-inner {
    min-height: 500px;
  }
}

@media (max-height: 700px) {
  .catalog__item .img-wrapper img {
    max-height: 15vh;
  }
}

@media screen and (max-width: 600px) {
  .section#welcome .section-inner {
    min-height: 650px;
  }
}

@media screen and (max-width: 375px) {
  .button {
    padding: 18px 30px;
  }
}

/* End */


/* Start:/local/templates/.default/assets/css/modal.css?17407540571054*/
.modal-search{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: scroll;
    padding: 60px 15px;
    visibility: hidden;
  }
   
  .modal-search-content {
    width: 100%;
    padding: 50px;
    background: #f9f9f9;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 5px 15px black;
  }
   
  .modal-search-close-button {
    background: #ff0000;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    cursor: pointer;
    transition: transform .3s ease;
    outline: none;
  }
   
  .modal-search-close-button:hover {
    transition: transform .3s ease;
    transform: rotate(180deg);
  }
   
 
  .modal-search-show {
    position: fixed;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: .3s;
  }
 
/* End */


/* Start:/local/templates/milina/components/bitrix/menu/mobile-menu/style.css?17441012322788*/
body.lock {
  overflow: hidden;
}
.menu-icon {
  display: none;
}

.mobile-menu_login {
  font-weight: 200;
  font-size: 25px;
  color: #fff;
  transition: 0.5s;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.mobile-menu_order {
  display: block;
  flex: 3 0 auto;
  padding: 0;
}

.mobile-menu_order a {
  font-weight: 200;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  transition: 0.5s;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 1025px) {
  .menu-body {
    display: none;
  }
}
@media (max-width: 1024px) {
  main {
    /* padding-top: 100px; */
  }
  .header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* height: 13svh; */
  }

  .menu-icon {
    z-index: 9;
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    min-width: 24px;
  }
  .menu-icon span,
  .menu-icon::before,
  .menu-icon::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #fff;
  }
  .menu-icon::before,
  .menu-icon::after {
    content: "";
  }
  .menu-icon::before {
    top: 0;
  }
  .menu-icon::after {
    bottom: 0;
  }
  .menu-icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }

  .menu-icon.open span {
    transform: scale(0) translate(0px, -50%);
  }
  .menu-icon.open::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  .menu-icon.open::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }

  .menu-body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    padding: 100px 30px 30px 30px;
    transition: left 0.3s ease 0s;
    overflow: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .menu-body.open {
    left: 0;
  }
  .menu-body {
    z-index: 5;
  }
  .menu-body .nav-menu {
    display: block;
    flex: 1 0 auto;
  }
  .mobile-menu_bottom {
    flex: 0 0 auto;
    align-self: center;
    text-align: center;
  }
  .mobile-menu_bottom .header-lang {
    display: block;
    padding: 10px 0;
  }

  .nav-item {
    padding: 10px 0;
  }
  .social-list {
    padding: 0;
    display: flex;
    width: max-content;
    margin: auto;
  }
  .social-list-mobile {
    padding: 0;
    display: flex;
    width: max-content;
    margin: auto;
  }
  .social-item-mobile {
    padding: 0 8px;
  }
  .modal-search-content {
    padding: 10px;
  }
  .search-page .search-element {
    flex-direction: column;
  }
  .modal-search-content .section-title {
    font-size: 32px !important;
  }
}
@media (max-width: 768px) {
  main {
    /* padding-top: 23vw; */
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.search/modal-search/style.css?1740754057163*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.search/modal-search/bitrix/search.page/.default/style.css?1740754057669*/
.search-element{
    display: flex;
    flex-direction: row;
    gap:30px;
    justify-content: center;
}
.search-section-title.center-text{
    text-align: center;
    font-size: 30px;
    font-family: var(--h-font);
    font-style: normal;
    font-weight: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;

}
.catalog__list{
    padding-top:0px;
}
.search-page{
    text-align: center;
    margin: 40px auto 0px auto;
}
.button-container {
    margin-top: 15px;
}
@media(max-width:426px){
    .search-section-title{
        font-size: 20px !important;
    }
    .button-container {
        margin-top: 0;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/breadcrumb.custom/style.css?17441008321652*/
.bx-breadcrumb {
  margin: 15px;
  /* margin: 30px 0 0 30px; */
  font-size: 12pt;
  max-width: 1440px;
  /* text-align: center; */
}
.bx-breadcrumb i {
  color: black;
  vertical-align: middle;
  margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
  float: left;
  margin-bottom: 10px;
  white-space: nowrap;
  /* vertical-align: middle; */
  margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
  font-family: "Lora", "Montserrat";
  white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {
  border-bottom: none;
  color: var(--bordo);
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
}

.bx-breadcrum-container + main > section {
  padding-top: 0;
}

.bx-breadcrum-container + main > section:first-of-type .bx-catalog-element {
  margin-top: 10px;
}

.bx-breadcrumb-item .fa.fa-angle-right::before {
  content: "/";
}

.bx-breadcrumb::after {
  content: "";
  height: 3px;
  display: block;
  margin-top: 3px;
  background-color: var(--bordo);
}

.bx-breadcrum-container {
  max-width: 1440px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

@media (max-width: 1024px) {
  /* .bx-breadcrumb {
    margin-top: 20%;
  } */

  .bx-breadcrum-container + main > section:first-of-type {
    padding-top: 0;
  }

  .bx-breadcrum-container + main > section:first-of-type .bx-catalog-element {
    margin-top: 0;
  }

  .bx-breadcrum-container + main {
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  /* .bx-breadcrumb {
    margin-top: 30%;
  } */

  .bx-breadcrum-container + main > section:first-of-type {
    padding-top: 0;
  }

  .bx-breadcrum-container + main {
    /* padding-top: 25px; */
    padding-top: 0;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.order.ajax/payment/style.css?174102393447663*/
.bx-soa {
  padding-bottom: 20px;
}
.bx-soa-section {
  border-radius: 2px;
  margin-bottom: 6px;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border: 1px solid #e8e9eb;
}
/*.bx-soa-section.bx-step-completed .bx-soa-section-title:before {*/
/*content: " ";*/
/*display: inline-block;*/
/*width: 18px;*/
/*margin:2px 10px 1px 0;*/
/*line-height: 20px;*/
/*height: 18px;*/
/*background: url(/local/templates/.default/components/bitrix/sale.order.ajax/payment/images/sprite.png) no-repeat center 0;*/
/*vertical-align: middle;*/
/*}*/
.bx-soa-section-title-count {
  display: inline-block;
  min-width: 17px;
  height: 17px;
  border-radius: 8px;
  border: 1px solid #98979d;
  vertical-align: middle;
  position: relative;
  margin: -3px 10px 0 0;
}
#bx-soa-order {
  transition: 500ms opacity ease;
  counter-reset: heading;
}
.bx-soa-section .bx-soa-section-title-count:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 10px;
  color: #98979d;
  line-height: 15px;
  counter-increment: heading;
  content: counter(heading);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bx-soa-section-title-count:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -5px;
  bottom: -2px;
  display: none;
  background: url(/local/templates/.default/components/bitrix/sale.order.ajax/payment/images/sprite.png) no-repeat center;
}
.bx-soa-section.bx-step-completed .bx-soa-section-title-count {
  background: #87c73d;
  border-color: #87c73d;
}
.bx-soa-section.bx-step-completed .bx-soa-section-title-count:after {
  color: #fff;
}
.bx-soa-section.bx-step-completed .bx-soa-section-title-count:before {
  display: block;
  background-position: center 0;
}

.bx-soa-section.bx-step-warning .bx-soa-section-title-count {
  background: #f8c11a;
  border-color: #f8c11a;
}
.bx-soa-section.bx-step-warning .bx-soa-section-title-count:after {
  color: #000;
}
.bx-soa-section.bx-step-warning {
  border: 1px solid #ccbe71;
}
.bx-soa-section.bx-step-warning .bx-soa-section-title-count:before {
  display: block;
  background-position: center -37px;
}

.bx-soa-section.bx-step-error .bx-soa-section-title-count {
  background: #db4c4c;
  border-color: #db4c4c;
}
.bx-soa-section.bx-step-error .bx-soa-section-title-count:after {
  color: #fff;
}
.bx-soa-section.bx-step-error {
  border: 1px solid #db4a29;
}
.bx-soa-section.bx-step-error .bx-soa-section-title-count:before {
  display: block;
  background-position: center -20px;
}
/*.bx-soa-section.bx-step-error .bx-soa-section-title:before {background: url(/local/templates/.default/components/bitrix/sale.order.ajax/payment/images/sprite.png) no-repeat center -18px;}*/

.bx-soa-section.bx-selected {
  border: none;
}

.bx-soa-section-title-container {
  overflow: hidden;
  display: flex;
  padding: 15px 0 10px;
  font-size: 14px;
  position: relative;
}

.bx-soa-section-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: var(--body-font);
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #710707;
  margin: 0;
  transition: all 0.3s ease;
}
.bx-soa-section-title-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 3px;
  background-color: var(--bordo);
  width: 68%;
  transition: 0.8s;
}
.bx-soa-section:hover .bx-soa-section-title-container::after,
.bx-soa-section.bx-selected .bx-soa-section-title-container::after {
  width: calc(100% - 30px);
}
.bx-soa-editstep {
  display: inline;
  color: var(--accentShade4);
  font-size: 14px;
  vertical-align: middle;
  line-height: 22px;
  border-bottom: 1px dotted;
}
.bx-soa-section.bx-selected .bx-soa-editstep {
  display: none;
}
.bx-soa-section.bx-selected .bx-soa-editstep:hover {
  border-bottom: none;
}

.bx-soa-section-content {
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bx-soa-section.bx-step-completed .bx-soa-section-content,
.bx-soa-section.bx-selected .bx-soa-section-content {
  line-height: 32px;
}

/* Table */
.bx-soa-table-fade {
  position: relative;
}
.bx-soa-table-fade:before {
  left: 0;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.bx-soa-table-fade:after {
  right: 0;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.bx-soa-table-fade:before,
.bx-soa-table-fade:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: 10px;
  top: 0;
  height: 100%;
  display: block;
  -webkit-transition: width 300ms ease;
  -moz-transition: width 300ms ease;
  -ms-transition: width 300ms ease;
  -o-transition: width 300ms ease;
  transition: width 300ms ease;
}
.bx-soa-table-fade-left:before,
.bx-soa-table-fade-right:after {
  width: 15px;
}
.bx-soa-item-table {
  margin-bottom: 10px;
  min-width: 100%;
  display: table;
}
.bx-soa-item-tr {
  display: table-row;
}
.bx-soa-item-td {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-top: 1px dotted #e5e5e5;
}
@media (min-width: 769px) {
  .bx-soa-item-td {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 10px;
  }
}
.bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td {
  border-top: none;
}

.bx-soa-item-block {
  display: flex;
  align-items: center;
}

.bx-soa-item-img-block {
  float: left;
  padding-right: 15px;
}
.bx-step-completed .bx-soa-item-img-block {
  width: 75px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.bx-soa-item-imgcontainer {
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bx-soa-item-content {
}
.bx-soa-item-title {
  font-weight: bold;
  padding-bottom: 5px;
}
.bx-soa-item-td-title {
  line-height: 20px;
  color: #7c7c7c;
  padding-bottom: 3px;
  font-size: 12px;
}
.bx-soa-item-td-text {
  line-height: 25px;
  vertical-align: middle;
}
.bx-soa-item-properties .bx-soa-item-td-title,
.bx-soa-item-properties .bx-soa-item-td-text {
  text-align: center;
}
.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
.bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
  text-align: right;
}
.bx-soa-item-td-text input[type="number"] {
  height: 25px;
  line-height: 20px;
}
.bx-soa-item-td-text .bx-price {
  white-space: nowrap;
  font-family: var(--h-font);
  max-width: max-content;
  font-size: 16px;
  font-weight: 700;
}
.bx-price-old {
  white-space: nowrap;
  text-decoration: line-through;
  color: #b8b8b8;
  font-size: 13px;
}
.bx-soa-item-td-control {
  padding-bottom: 5px;
  font-size: 11px;
}

@media (max-width: 991px) {
  .bx-soa-item-table,
  .bx-soa-item-table > tbody,
  .bx-soa-item-tr,
  .bx-soa-item-td {
    display: block;
  }
  .bx-soa-item-tr.bx-soa-item-info-container,
  .bx-soa-item-tr .bx-soa-item-td {
    border: none;
  }
  .bx-soa-item-tr {
    border-top: 1px dotted #e5e5e5;
    padding-bottom: 15px;
    padding-top: 10px;
    overflow: hidden;
  }
  .bx-soa-item-tr.bx-soa-item-tr-first {
    border: none;
  }
  .bx-soa-item-block {
    overflow: hidden;
  }
  .bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
  .bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
    text-align: center;
  }
}
@media (min-width: 581px) and (max-width: 991px) {
  .bx-soa-item-properties {
    float: left;
    padding-bottom: 10px;
  }
  .bx-soa-item-td-title,
  .bx-soa-item-nth-4p1,
  .bx-soa-item-tr {
    clear: both;
  }
}
@media (max-width: 580px) {
  .bx-soa-item-td {
    line-height: 17px;
  }
  .bx-soa-item-img-block {
    float: none;
    max-width: 160px;
    margin: 0 auto;
    padding-right: 0;
  }
  .bx-soa-section.bx-step-completed .bx-soa-item-img-block {
    float: left;
  }
  .bx-soa-item-content {
    padding-top: 15px;
  }
  .bx-soa-section.bx-step-completed .bx-soa-item-content {
    padding-top: 0;
  }
  .bx-scu-container {
    padding-top: 10px;
  }
  .bx-soa-item-td-title,
  .bx-soa-item-td-text {
    line-height: 20px;
    display: inline-block !important;
    padding: 2px 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
  }
  .bx-soa-item-td-title:after {
    content: ":";
  }
  .bx-soa-item-properties {
    padding: 0;
  }
}
@media (min-width: 580px) {
  .bx-soa-item-img-block {
    width: 85px;
    margin: 0;
  }
}

/* Advanced info */
.bx-soa-item-info-container {
  position: relative;
  height: 35px;
}
.bx-soa-item-info-container .bx-soa-item-td {
  border: none;
  position: absolute;
  /*left:20px;*/
  /*right:20px;*/
  /*padding:0 20px;*/
}
.bx-soa-item-info-container .bx-soa-item-info-block {
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.bx-soa-item-info-block.bx-active {
  padding-top: 10px;
  height: auto;
}
.bx-soa-info-block {
  border: none;
  max-width: 100%;
}
.bx-soa-info-line {
  line-height: 15px;
}
.bx-soa-info-title {
  color: #7c7c7c;
  font-size: 12px;
  padding: 4px 0;
  vertical-align: top;
}
.bx-soa-info-text {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  vertical-align: top;
}
@media (max-width: 580px) {
  .bx-soa-item-info-container .bx-soa-item-td {
    position: static;
    left: auto;
    right: auto;
    padding: 0;
  }
  .bx-soa-item-info-container {
    position: relative;
    height: auto !important;
    min-height: 0;
  }
}
/* Coupon */
.bx-soa-coupon {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 10px;
}
.bx-soa-coupon-label {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  padding-right: 10px;
  vertical-align: top;
}
.bx-soa-coupon-label {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
}
.bx-selected .bx-soa-coupon-label {
  padding-top: 7px;
}
.bx-soa-coupon-item-fixed .bx-soa-coupon-block {
  font-weight: normal;
}
.bx-soa-coupon-item-fixed .bx-soa-coupon-label,
.bx-soa-coupon-item-fixed .bx-soa-coupon-item {
  font-weight: normal;
  padding-top: 0;
  line-height: 20px;
}
.bx-soa-coupon-block {
  vertical-align: middle;
  line-height: 34px;
}
.bx-soa-coupon-input {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.bx-soa-coupon-input:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-right: 2px solid #710707;
  border-bottom: 2px solid #710707;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}
.bx-soa-coupon-input input[type="text"].form-control {
  min-width: 260px;
  height: 46px;
  padding-left: 45px;
  border: 1px solid #000000;
  font-size: 18px;
  line-height: 21px;
  color: #030303;
}
input[type="text"] {
  padding: 10px !important;
  min-width: 60px !important;
}
.bx-soa-coupon-input input[type="text"].form-control:focus {
  border-color: rgb(99, 116, 126);
  outline: none;
  box-shadow: none;
}
.bx-step-completed .bx-soa-coupon-list {
  padding-top: 0;
  line-height: 20px;
}
.bx-soa-coupon-item {
}
.bx-soa-coupon-item strong:first-child {
  margin-left: 10px;
}
.bx-soa-coupon-item strong {
  white-space: nowrap;
  margin-right: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: -0.5px;
}
.bx-soa-coupon-item strong.bx-soa-coupon-item-danger {
  color: #a94442;
}
.bx-soa-coupon-item strong.bx-soa-coupon-item-success {
  color: #3ba428;
}
.bx-soa-coupon-item strong.bx-soa-coupon-item-used {
  color: #777;
}
.bx-soa-coupon-item-danger-mess,
.bx-soa-coupon-item-mess {
  display: none;
  position: absolute;
  left: 0;
  min-width: 100%;
  top: 100%;
  font-weight: normal;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  text-transform: none;
  color: #333;
  letter-spacing: normal;
  z-index: 1;
}

/*.bx-touch 	.bx-soa-coupon-item strong 			.bx-soa-coupon-item-mess,*/
.bx-soa-coupon-item strong:hover 	.bx-soa-coupon-item-mess,
    /*.bx-touch 	.bx-soa-coupon-item strong 			.bx-soa-coupon-item-danger-mess,*/
.bx-soa-coupon-item strong:hover 	.bx-soa-coupon-item-danger-mess {
  display: block;
}
.bx-soa-coupon-remove {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANhJREFUeNpEkM0KwjAQhGdr/Dv6Nj6EXkRvehTfRhS868lWWigU9OFEHGeTqIF0dydftrMJp0s1McMdwJ5AY0iLKaxVbwGbBxgeJKaCS4NjbJxQvlE4a/ektUFX9w5JCNolEzQmGCHlT8VjEFQjdvrBN0EOF4oOrXS5Cxmqs7NKVSEroPHlkLLOLRX4r5HOjenf3tE7DDyjxCLNx032ZFovSe80BK7Sl9IQmJ4gT4foSfowe+47jGx+xzidQxY9Zd/+/cLbIC8ztW9VHBL0fXDWGdeDc/ERYABB6E45iF95UQAAAABJRU5ErkJggg==)
    no-repeat center;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* pickup */
#pickUpMap img {
  max-height: initial;
}
.bx-soa-pickup-preview-img {
  height: 76px;
  border: 1px solid #ddd;
  border-radius: 1px;
  padding: 1px;
  margin-left: 10px;
  float: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bx-soa-pickup-subTitle {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px;
}
.bx-soa-pickup-list {
  margin-bottom: 20px;
}
.bx-soa-pickup-list .bx-soa-pickup-list-item {
  border-top: 1px solid #dcdfe2;
  padding: 16px 35px;
  font-size: 13px;
  position: relative;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.bx-soa-pickup-list-item.bx-selected {
  background: #f8fafc;
}
.bx-soa-pickup-list .bx-soa-pickup-list-item:last-child {
  border-bottom: 1px solid #dcdfe2;
}

.bx-soa-pickup-l-item-adress {
  padding-left: 15px;
  color: #25495e;
  font-weight: bold;
  line-height: 17px;
  min-height: 17px;
  position: relative;
  padding-right: 100px;
}
.bx-soa-pickup-l-item-adress:before {
  height: 17px;
  width: 18px;
  content: "";
  top: 50%;
  left: -5px;
  margin-top: -8px;
  position: absolute;
  background: url(/local/templates/.default/components/bitrix/sale.order.ajax/payment/images/sprite.png) no-repeat center -54px;
}
.bx-soa-pickup-list-item .bx-soa-pickup-l-item-detail {
  padding-top: 20px;
  display: none;
}
.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-detail {
  display: block;
}
.bx-soa-pickup-l-item-detail {
  padding-left: 100px;
  position: relative;
  min-height: 80px;
}
.bx-soa-pickup-l-item-detail.no-image {
  padding-left: 20px;
}
.bx-soa-pickup-l-item-btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
}
.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn {
  padding-left: 100px;
  padding-top: 10px;
  float: none;
  position: relative;
  top: auto;
  right: auto;
  margin-top: 0;
}
.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn.no-image {
  padding-left: 20px;
}
.bx-soa-pickup-l-item-name {
  font-weight: bold;
}
.bx-soa-pickup-l-item-img {
  position: absolute;
  top: 23px;
  left: 0;
  max-width: 90px;
  max-height: 90px;
  height: auto;
  width: auto;
}

/*Sidebar*/
.bx-soa-sidebar {
  position: relative;
  /*height: 100%;*/
}
.bx-soa-cart-total {
  padding: 20px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bx-soa-cart-total.bx-soa-cart-total-fixed {
  position: fixed;
  top: 10px;
}
.bx-soa-cart-total.bx-soa-cart-total-bottom {
  opacity: 0;
}
@media (max-width: 768px) {
  .bx-soa-cart-total.bx-soa-cart-total-fixed {
    position: static;
    padding-top: 0;
    width: 100% !important;
  }
  .bx-soa-cart-total.bx-soa-cart-total-bottom {
    opacity: 1 !important;
    position: static;
  }
  .bx-soa-cart-total-ghost {
    display: none;
  }
}
.bx-soa-cart-total-line {
  padding: 5px 7px;
  font-size: 16px;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}
.bx-soa-cart-total .bx-soa-cart-total-line:first-child {
  border-top: none;
}
.bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2) {
  border-color: #bfbfbf;
}
.bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t {
  font-weight: bold;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total {
  padding-top: 25px;
  border-bottom: none;
  font-family: var(--h-font);
  font-weight: 700;
}
.bx-soa-cart-t {
  float: left;
}
.bx-soa-cart-d {
  float: right;
  text-align: right;
  font-family: var(--h-font);
  font-weight: 700;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
  font-weight: bold;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
  font-size: 28px;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d span {
  font-size: 18px;
}

.bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
  background-color: var(--accentShade1);
  border-color: transparent;
}
.bx-soa-cart-total-line-highlighted + .bx-soa-cart-total-line {
  border-top: none;
}

.bx-soa-cart-total-button-container {
  padding-top: 20px;
  text-align: center;
}
.bx-soa-cart-total-button-container > .btn {
  width: 100%;
}
.bx-soa-more {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 10px;
}
.bx-soa-price-not-calc {
  border-bottom: 1px dashed;
  color: #f55450;
  text-decoration: none;
  cursor: pointer;
}
.bx-soa-price-not-calc:active,
.bx-soa-price-not-calc:hover {
  border-color: transparent;
  color: #a94442;
}
.bx-soa-price-free {
  font-weight: 700;
  color: var(--accentShade4);
}

@media (max-width: 991px) {
  .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    white-space: nowrap;
    font-size: 19px;
  }
  .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d span {
    font-size: 14px;
  }
}

@media (max-width: 580px) {
  .bx-soa-coupon-label {
    /*text-align: center;*/
    display: block;
    padding-bottom: 5px;
  }
  .bx-soa-coupon-block {
    display: block;
  }
  .bx-soa-coupon-input {
    text-align: center;
  }
  .bx-soa-coupon-input input {
    display: inline-block !important;
  }
  .bx-soa-coupon-item {
    text-align: center;
  }
  .bx-soa-coupon-item strong {
    display: inline-block;
    position: relative;
    /*right: -20px;*/
  }
  .bx-soa-coupon-item strong:first-child {
    margin-left: 0;
  }
  .bx-soa-coupon-remove:after {
    content: "";
    clear: both;
  }
  .bx-soa-more {
    padding-top: 10px;
  }
  .bx-soa-pickup-l-item-detail {
    padding-left: 0;
  }
  .bx-soa-pickup-l-item-img {
    position: relative;
    left: auto;
    top: auto;
    max-width: 200px;
    max-height: 200px;
  }
  .bx-soa-pickup-l-item-adress {
    padding-right: 0;
  }
}

/* SCU */
.bx-scu-container {
  overflow: hidden;
}
.bx-soa-item-content .bx-scu-container {
  max-width: 200px;
}
.bx-scu-block {
}
.bx-scu-list {
  margin: 0;
  padding: 0 5px;
}
.bx-scu-itemlist {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 0 -5px;
  min-width: 40px;
}
.bx-scu-item {
  float: left;
  width: 20%;
  padding: 5px;
}
.bx-img-item {
  float: left;
  width: 50%;
  padding: 5px;
  min-width: 30px;
  max-width: 50px;
}
@media (max-width: 580px) {
  .bx-img-item {
    width: 45px;
  }
}
.bx-img-itemColor {
  position: absolute;
  top: 3px;
  right: 3px;
  left: 3px;
  bottom: 3px;
  background-size: contain;
  -webkit-background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bx-scu-itemColorBlock {
  position: relative;
  padding-top: 100%;
  cursor: pointer;
  outline: 1px solid #c0cfda;
  -webkit-transition: outline 0.2s ease;
  -moz-transition: outline 0.2s ease;
  -o-transition: outline 0.2s ease;
  transition: outline 0.2s ease;
}
.bx-scu-itemColorBlock:hover {
  outline: 1px solid #006cc0;
}
.bx-scu-itemColorBlock.selected {
  outline: 2px solid #006cc0;
}
.bx-scu-itemColor {
  position: absolute;
  top: 3px;
  right: 3px;
  left: 3px;
  bottom: 3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bx-scu-itemTextBlock {
  position: relative;
  cursor: pointer;
  outline: 1px solid #c0cfda;
  -webkit-transition: outline 0.2s ease;
  -moz-transition: outline 0.2s ease;
  -o-transition: outline 0.2s ease;
  transition: outline 0.2s ease;
}
.bx-scu-itemTextBlock:hover {
  outline: 1px solid #006cc0;
}
.bx-scu-itemTextBlock.selected {
  outline: 2px solid #006cc0;
}
.bx-scu-itemText {
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*.bx-step-completed*/
.bx-scu-container {
  position: relative;
  height: 35px;
  overflow: hidden;
}

/*.bx-step-completed*/
.bx-scu-container:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25px;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.bx-selected .bx-scu-container {
  height: auto;
}
.bx-selected .bx-scu-container:after {
  height: 0;
}
@media (max-width: 768px) {
  .bx-scu-container {
    height: auto;
  }
  .bx-scu-container:after {
    height: 0;
  }
}
/*.bx-step-completed*/
.bx-scu-container .bx-soa-item-td-title {
  line-height: 20px;
}

.bx-scu-container .bx-soa-item-td-title,
.bx-scu-container .bx-soa-item-td-text {
  float: left;
  font-size: 13px;
  padding-right: 5px;
  line-height: 19px;
  vertical-align: middle;
  padding-bottom: 3px;
}
.bx-scu-container .bx-soa-item-td-title {
  clear: both;
}
/*.bx-scu-container .bx-soa-item-td-title:after{
    content:": ";
}*/
@media (min-width: 768px) {
  .bx-scu-container .bx-soa-item-td-title,
  .bx-scu-container .bx-soa-item-td-text {
    padding-bottom: 0;
    line-height: 20px;
  }
}
/* AUTH */
.bx-soa h3.bx-title {
  font-size: 15px;
  font-weight: bold;
}
.bx-soa-reg-block {
  background: #f8fafc;
  padding: 25px 20px;
}
.bx-soa-reg-block p {
  color: #595a5b;
  font-size: 13px;
  margin: 0 0 10px;
  padding: 0;
}

/*bx-soa-reference*/
.bx-soa-reference {
  color: #9a9a9a;
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.bx-soa-auth .bx-soa-reference {
  border-top: 1px solid #f2f2f2;
}

/*REGION*/
.bx-sls .quick-location-tag,
.bx-slst .quick-location-tag {
  display: inline-block;
  background: #d0ecf1;
  border-radius: 3px;
  padding: 10px 20px 11px;
  margin: 10px 2px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  height: auto;
  color: #333;
  border: none;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}

.bx-sls .quick-location-tag:hover,
.bx-slst .quick-location-tag:hover {
  background-color: #e3f4f7;
}
.bx-sls .quick-location-tag:first-child,
.bx-slst .quick-location-tag:first-child {
  margin-left: 0;
}
.bx-sls .quick-location-tag:last-child,
.bx-slst .quick-location-tag:last-child {
  margin-right: 0;
}
.bx-soa .bx-soa-location-offered small {
  color: #737373;
}
.bx-soa-location-selected {
  padding-top: 12px;
  padding-bottom: 22px;
}
.bx-soa .bx-soa-customer-label,
.bx-soa .bx-soa-custom-label,
.bx-soa .form-group label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 2px;
  color: #000;
}
.bx-soa .bx-soa-customer-label-container small,
.bx-soa .bx-soa-custom-label-container small,
.bx-soa .form-group label small {
  color: #737373;
}

/*FIELDS*/
.form-control {
  background-color: #f8fafc;
  border: 1px solid #d5dadc;
  box-shadow: none;
  border-radius: 2px;
}
.form-group .form-control:focus {
  border-color: #63747e;
}
.bx-soa .bx-soa-location-input-container {
  position: relative;
}
.bx-soa .bx-soa-customer-tel-input-container {
  position: relative;
}
.bx-soa .bx-soa-customer-tel-input-container {
  height: 41px;
}
.bx-soa .bx-soa-location-input {
  padding: 10px 40px 11px;
}
.bx-soa .bx-soa-customer-tel-input {
  padding: 10px 11px 10px 50px;
}
.bx-soa .bx-soa-location-input-container:before {
  content: " ";
  position: absolute;
  left: 8px;
  bottom: 9px;
  top: 9px;
  width: 20px;
  background-size: contain;
}

/*pay*/
.bx-soa-pp-company {
  padding-bottom: 20px;
  z-index: 100;
  position: relative;
}
.bx-soa-pp .bx-soa-pp-company {
  padding: 7px;
  border: 1px solid transparent;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.bx-soa-pp-desc-container {
  padding-top: 7px;
}
.bx-soa-pp-desc-container .bx-soa-pp-company {
  background: #f8fafc;
  border: 1px solid #d5dadc;
  padding: 7px 15px;
}
.bx-soa-pp-company-logo {
  padding-top: 6px;
}
.bx-soa-pp-company-graf-container {
  border: 2px solid #c3cace;
  border-radius: 2px;
  position: relative;
  background: #fff;
  width: auto;
  height: 0;
  /*margin-bottom: 10px;*/
  padding-top: 50%;
}
.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
  border-color: var(--accentShade4);
}
.bx-soa-pp-inner-ps.bx-selected .bx-soa-pp-company-graf-container {
  border-color: #159ebb;
}
.bx-soa-pp-company.bx-bd-error .bx-soa-pp-company-graf-container {
  border-color: #db4a29;
}
.bx-soa-pp-company.bx-bd-waring .bx-soa-pp-company-graf-container {
  border-color: #ccbe71;
}
input[type="checkbox"].bx-soa-pp-company-checkbox {
  position: absolute;
  top: 7px;
  left: 7px;
  margin: 0;
  padding: 0;
  z-index: 100;
}
.bx-soa-pp-company-image {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bx-soa-pp-desc-container .bx-soa-pp-company-logo {
  max-width: 150px;
}
.bx-soa-pp-company-smalltitle {
  padding-top: 9px;
  color: var(--accentShade4);
  font-size: 14px;
  text-align: center;
  padding-bottom: 5px;
}
.bx-soa-pp-company-title {
  font-size: 19px;
  font-weight: bold;
}
.bx-soa-pp-company-subTitle {
  font-size: 16px;
  font-weight: bold;
  color: var(--accentShade4);
}
.bx-soa-pp-company-desc {
  font-size: 13px;
  padding-top: 10px;
  line-height: 17px;
}
.bx-soa-pp-company-selected {
  padding: 4px 0;
}
.bx-soa-pp-company-selected strong {
  margin-left: 10px;
}
ul.bx-soa-pp-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #000;
}
ul.bx-soa-pp-list li {
  clear: both;
  padding: 5px 0;
}
.bx-soa-pp-list-termin {
  color: #8d8d8d;
  display: block;
}
.bx-soa-pp-list-description {
  display: block;
}
.bx-soa-pp-delivery-cost {
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 2px 4px;
  right: -2px;
  bottom: -2px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.5);
}
.bx-soa-pp-field .form-control {
  background: #fff;
}
.bx-soa-pp-company-block .checkbox label,
.bx-soa-pp-company-block .form-group label {
  font-size: 13px;
}
.bx-soa-pp-company-block .form-control {
  font-size: 13px;
}
.bx-soa-pp-price {
  font-family: var(--h-font);
  text-align: right;
  padding: 4px 0;
  font-size: 16px;
  font-weight: 700;
}
.bx-soa-service-small {
  color: #a3a3a3;
  font-size: 11px;
}
.form-group.bx-soa-customer-field {
  flex-direction: column;
}
.form-group.bx-soa-customer-field input {
  max-width: 400px;
}
.form-group.bx-soa-customer-field textarea {
  border: 1px solid rgb(0, 0, 0);
}

/*CHECKBOX*/
@media (min-width: 1200px) {
  .bx-soa-pp .bx-soa-pp-company:nth-child(3n + 1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .bx-soa-pp .bx-soa-pp-company:nth-child(3n + 1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bx-soa-pp .bx-soa-pp-company:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .bx-soa-pp .bx-soa-pp-company:nth-child(2n + 1) {
    clear: both;
  }
}

@media (min-width: 481px) and (max-width: 766px) {
  .bx-soa-pp-desc-container .bx-soa-pp-company-logo {
    width: 100%;
    padding-top: 0;
  }
  .bx-soa-pp-desc-container .bx-soa-pp-company-smalltitle {
    display: none;
  }
  .bx-soa-pp-list-termin {
    width: 30%;
  }
}

@media (max-width: 480px) {
  .bx-soa-pp-company-logo {
    width: 45%;
  }
  .bx-soa-pp-company-title {
    display: none;
  }
  /*    .bx-soa-pp-company-smalltitle {
        font-weight: bold;
        color: #000;
        font-size: 14px;
    }*/
  .bx-soa-pp-item-container {
    border-right: none;
  }
  .bx-soa-pp-desc-container {
  }
  .bx-soa-pp-desc-container .bx-soa-pp-company-logo {
    width: 100%;
    padding-top: 0;
  }

  .bx-soa-pp-desc-container .bx-soa-pp-company-smalltitle {
    display: none;
  }
  .bx-soa-pp-list-termin {
    width: 40%;
  }
  /*	.bx-soa-pp-list-description {
            margin-left: 45%;
        }*/
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  @media only screen and (min--moz-device-pixel-ratio: 2),
  @media only screen and (-moz-min-device-pixel-ratio: 2),
  @media only screen and (-o-min-device-pixel-ratio: 2/1),
  @media only screen and (min-device-pixel-ratio: 2),
  @media only screen and (min-resolution: 192dpi),
  @media only screen and (min-resolution: 2dppx) {
  .bx-soa-location-input-container {
    border-width: 0.5px;
  }
}

.bx-soa-section.bx-step-good {
  -webkit-animation: animationBorderStep ease 5s;
  -moz-animation: animationBorderStep ease 5s;
  -o-animation: animationBorderStep ease 5s;
  animation: animationBorderStep ease 5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes animationBorderStep {
  0% {
    border-color: #70bb18;
  }
  100% {
    border-color: #91cedc;
  }
}
@-moz-keyframes animationBorderStep {
  0% {
    border-color: #70bb18;
  }
  100% {
    border-color: #91cedc;
  }
}
@-ms-keyframes animationBorderStep {
  0% {
    border-color: #70bb18;
  }
  100% {
    border-color: #91cedc;
  }
}
@-o-keyframes animationBorderStep {
  0% {
    border-color: #70bb18;
  }
  100% {
    border-color: #91cedc;
  }
}
@keyframes animationBorderStep {
  0% {
    border-color: #70bb18;
  }
  100% {
    border-color: #91cedc;
  }
}

.bx-soa-section.bx-step-bad {
  -webkit-animation: animationBorderStepBad ease 5s;
  -moz-animation: animationBorderStepBad ease 5s;
  -o-animation: animationBorderStepBad ease 5s;
  animation: animationBorderStepBad ease 5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes animationBorderStepBad {
  0% {
    border-color: #db4a29;
  }
  100% {
    border-color: #91cedc;
  }
}
@-moz-keyframes animationBorderStepBad {
  0% {
    border-color: #db4a29;
  }
  100% {
    border-color: #91cedc;
  }
}
@-ms-keyframes animationBorderStepBad {
  0% {
    border-color: #db4a29;
  }
  100% {
    border-color: #91cedc;
  }
}
@-o-keyframes animationBorderStepBad {
  0% {
    border-color: #db4a29;
  }
  100% {
    border-color: #91cedc;
  }
}
@keyframes animationBorderStepBad {
  0% {
    border-color: #db4a29;
  }
  100% {
    border-color: #91cedc;
  }
}

.bx-soa-changeCostSign {
  -webkit-animation: changeCostSign ease 0.4s;
  -moz-animation: changeCostSign ease 0.4s;
  -o-animation: changeCostSign ease 0.4s;
  animation: changeCostSign ease 0.4s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes changeCostSign {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes changeCostSign {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes changeCostSign {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes changeCostSign {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes changeCostSign {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bx-sls.form-control {
  padding: 0;
}
.bx-sls .bx-ui-sls-pane,
.bx-slst .bx-ui-combobox-dropdown {
  border: 1px solid #bdbdbd;
}
.bx-sls .dropdown-fade2white,
.bx-slst .dropdown-fade2white {
  top: 1px;
}
.bx-sls .form-control.dropdown-block,
.bx-slst .form-control.dropdown-block {
  background-color: #f8fafc;
  border: 1px solid #d5dadc;
  box-shadow: none;
}
.has-error .bx-sls .form-control.dropdown-block,
.has-error .bx-slst .form-control.dropdown-block {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bx-slst .form-control .bx-ui-combobox-container .bx-combobox-fake-as-input {
  padding-top: 7px;
}
.bx-bd-error {
  border-color: #db4a29;
}
.bx-bd-waring {
  border-color: #ccbe71;
}
.wsnw {
  white-space: nowrap;
}

.bx-step-opacity {
  transition: 500ms opacity ease;
}

/* MAPS */
ymaps h3 {
  margin: 6px 0 10px 0;
}

/* AUTH */
.bx-authform {
  margin: 0 0 25px;
}
/*block*/
.bx-authform-formgroup-container {
  margin-bottom: 25px;
}
.bx-authform-content-container,
.bx-authform-label-container {
  font-size: 13px;
  color: #5a6c77;
  padding-bottom: 2px;
}
.bx-authform-input-container {
  position: relative;
}
.bx-authform-psw-protected {
  height: 38px;
  width: 38px;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -19px;
  background: url(/local/templates/.default/components/bitrix/sale.order.ajax/payment/images/sprite.png) no-repeat center;
  -webkit-background-size: 11px auto;
  background-size: 11px auto;
}

.bx-authform-psw-protected-desc {
  display: none;
  background: #fff;
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  bottom: 100%;
  margin-bottom: 14px;
  border: 1px solid #f0f1f2;
  padding: 10px 20px;
  font-size: 14px;
  z-index: 110;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.1);
}
.bx-authform-psw-protected:hover .bx-authform-psw-protected-desc {
  display: block;
}
.bx-authform-psw-protected-desc > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzNzExNDdGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzNzExNDhGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMjM3MTE0NUZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMjM3MTE0NkZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PodxyuQAAAFASURBVHjarJS/SgNBEMZ3x00glj6DL2Fn5UtYi7WdlYUIYhGwCYgPYBeIjbUvIYikCxaCGk/wZvf2n98dCiEm521y2xwzOzO/m5tvTn5knyrG+LLZ6211ux3R5rHWCtZGhBBOCbaTUu7kzM9FYVuDeO+FNsWjD+EQ9S/px/8EY7ctmHVO5KwzwM5Iymu4pjRzP24D5tAJs34D7Bzm3a+f5uLWgpWfCzMZY+YHG0QXqDVdBloZZp0VXzmXAriCOZq/pyV5STB0Eo0pHqCufXQygCs2BTWCxUrC5eDZO+f7iL+BSy+KpX9ethZWSVibCSDHiLutK0QNPv9CGIpDXWaCPTkioj5c7+uC/sBctSccMfjBrITrjsQvKEXB25DufUepDPtyAnvYNFElrkrVGZZxD89hSqJaYflL2Gtq0rcAAwDa/ePzqfelnAAAAABJRU5ErkJggg==)
    no-repeat center bottom;
}
.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"] {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  background: #f8fafc;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bx-authform-input-container input[type="text"].bx-empty-field,
.bx-authform-input-container input[type="password"].bx-empty-field {
  border-color: #dd4b39;
}
span.bx-authform-starrequired {
  color: #d93333;
}
.bx-authform-formgroup-container .bx-captcha {
  margin-bottom: 10px;
}
.bx-authform-link-container,
.bx-authform-description-container {
  padding-bottom: 10px;
  font-size: 13px;
  color: #292d2e;
}
.bx-authform-description-container {
  font-size: 13px;
  color: #5a6c77;
}
.bx-authform-link-container {
  margin-bottom: 20px;
}

hr.bxe-light {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 20px;
}

.alert {
  border: none;
  border-radius: 1px;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 20px;
}
.bxe-aleft-title {
  font-weight: bold;
  padding-bottom: 5px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* PAGINATION */
.bx-pagination {
  margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
  text-align: center;
  position: relative;
}
.bx-pagination .bx-pagination-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
  display: inline-block;
  margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  background: #eff0f1;
  padding: 0 8px;
  display: block;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  font-size: 14px;
  border-radius: 16px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
  text-decoration: none;
  display: block;
  border-radius: 16px;
  display: block;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span {
  background: #dadada;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #0083d1;
  color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
  color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
  color: #aab1b4;
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
  background: #fff;
  border-color: #dadada;
  color: #000;
}

.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
  background: #3bc915;
  color: #fff;
}
.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
  background: #f9a91d;
  color: #fff;
}
.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span {
  background: #e22b2b;
  color: #fff;
}

#loading_screen {
  position: fixed;
  z-index: 1150;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
}

.bx-soa-tooltip.bx-soa-tooltip-static {
  position: relative;
  z-index: 0;
}
.bx-soa-tooltip.bx-soa-tooltip-static .tooltip-arrow {
  left: 20px;
}

.bx-soa-tooltip .tooltip-inner {
  max-width: 300px;
}
.bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow {
  border-top-color: #f2dede;
}
.bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
  background: #f2dede;
  color: #a94442;
}
.bx-soa-tooltip.bx-soa-tooltip-warning .tooltip-arrow {
  border-top-color: #fcf8e3;
}
.bx-soa-tooltip.bx-soa-tooltip-warning .tooltip-inner {
  background: #fcf8e3;
  color: #8a6d3b;
}
.bx-soa-tooltip.bx-soa-tooltip-success .tooltip-arrow {
  border-top-color: #dff0d8;
}
.bx-soa-tooltip.bx-soa-tooltip-success .tooltip-inner {
  background: #dff0d8;
  color: #3c763d;
}

.bx-soa-tooltip.bx-soa-tooltip-coupon {
  display: none;
}
.bx-soa-coupon-item-used:hover .bx-soa-tooltip,
.bx-soa-coupon-item-danger:hover .bx-soa-tooltip,
.bx-soa-coupon-item-success:hover .bx-soa-tooltip {
  display: block;
  opacity: 1;
  bottom: 100%;
}
.bx-soa-tooltip-coupon > span {
  display: block;
  text-transform: none;
}

.bx-soa-empty-cart-image {
  width: 131px;
  height: 116px;
  margin: 50px auto 42px;
  background: url(/local/templates/.default/components/bitrix/sale.order.ajax/payment/images/empty_cart.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
.bx-soa-empty-cart-text {
  font-size: 36px;
  text-align: center;
  color: #bababa;
  margin-bottom: 42px;
}
.bx-soa-empty-cart-desc {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-bottom: 42px;
}
.soa-property-container .input-group-addon {
  background: #fff;
}
.input-group-addon .bx-calendar {
  background: url(/local/templates/.default/components/bitrix/sale.order.ajax/payment/images/calendar.svg) no-repeat center;
  display: inline-block;
  width: 18px;
  background-size: 18px auto;
  height: 18px;
}
.icon-success {
  position: absolute;
  left: 16px;
  width: 21px;
  height: 21px;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjEgMjEiPjxzdHlsZT4uc3Qwe2ZpbGw6IzcxYmEyNH08L3N0eWxlPjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMTAuNSAwQzQuNyAwIDAgNC43IDAgMTAuNVM0LjcgMjEgMTAuNSAyMSAyMSAxNi4zIDIxIDEwLjUgMTYuMyAwIDEwLjUgMHpNOSAxNS40bC01LTQuOSAyLTIgMyAzIDYtNS45IDIgMi04IDcuOHoiLz48L3N2Zz4=);
}
.icon-warning {
  position: absolute;
  left: 16px;
  width: 22px;
  height: 20px;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjIgMjAiPjxzdHlsZT4uc3Qwe2ZpbGw6I2RlYTcxMn08L3N0eWxlPjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMjEuNyAxNi43TDEyLjkgMS4xQzEyLjMuMSAxMS0uMyAxMCAuM2MtLjQuMi0uNy41LS45LjhMLjMgMTYuN2MtLjQuNy0uNCAxLjUgMCAyLjIuNC43IDEuMSAxLjEgMS45IDEuMWgxNy43Yy44IDAgMS41LS40IDEuOS0xLjEuMy0uNy4zLTEuNS0uMS0yLjJ6bS0xMC43LjhjLS44IDAtMS40LS42LTEuNS0xLjQgMC0uOC42LTEuNCAxLjQtMS41LjggMCAxLjQuNiAxLjUgMS40IDAgLjgtLjYgMS41LTEuNCAxLjV6bTEuNC02LjJjMCAuOC0uNiAxLjQtMS40IDEuNHMtMS40LS42LTEuNC0xLjRWNC43YzAtLjQuMy0uNy43LS43aDEuNWMuNCAwIC43LjMuNy43bC0uMSA2LjZ6Ii8+PC9zdmc+);
}

/* USER CONSENT */
label[data-bx-user-consent] {
  line-height: 13px;
}
label[data-bx-user-consent] a {
  color: #000;
  font-size: 11px;
  font-weight: 100;
}
label[data-bx-user-consent] input {
  margin-top: 2px;
}

.bx-soa-custom-label ~ .radio-inline {
  margin-left: 15px;
}

.soa-property-container select {
  padding: 10px;
  min-width: 260px;
  height: 46px;
  border: 1.5px solid #000000;
  /* font-size: 18px; */
  line-height: 21px;
  background-color: #f8fafc;
  /* color: #9ea09e; */
  -webkit-appearance: none;
}

.bx-soa-order-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  gap: 20px;
}

.bx-soa-order-buttons > * {
  margin-bottom: 10px;
}

#bx-soa-basket {
  display: none;
}

#bx-soa-total-mobile {
  display: none !important;
}

.soa-property-container.input-group input {
  cursor: pointer;
}

.bx-calendar-set-time-wrap .bx-calendar-form-close {
  display: none;
}

input[type="text"].bx-calendar-year-input {
  min-width: initial !important;
}

.bx-calendar-set-time-wrap .bx-calendar-form-text {
  display: block;
}

.bx-calendar-set-time-wrap .bx-calendar-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.bx-calendar-set-time-wrap input[type="text"].bx-calendar-form-input {
  width: 30px;
  min-width: initial !important;
  height: 30px;
}

.bx-calendar-button-select,
.bx-calendar-button-cancel {
  background-color: #710707;
  border-radius: 0;
  transition: background-color 0.5s ease;
}

.bx-calendar-button-left,
.bx-calendar-button-right,
.bx-calendar-button-text {
  background: none;
}

.bx-calendar-button-text {
  color: #fff !important;
}

.bx-calendar-button-select:hover,
.bx-calendar-button-cancel:hover {
  outline: none;
  border-color: #9d8665;
  background-color: #9d8665;
  color: #fff;
}

.bx-calendar-cell.disabled {
  color: #ccc;
  cursor: not-allowed;
}

@media screen and (max-width: 600px) {
  .bx-soa-pickup-list .bx-soa-pickup-select {
    min-width: 0px;
    width: 100%;
  }
}

/* End */
/* /local/templates/.default/assets/css/main.css?174418611519225 */
/* /local/templates/.default/assets/css/new.css?17441130896735 */
/* /local/templates/.default/assets/css/hardcore.css?1740754057309 */
/* /local/templates/.default/assets/css/ui.css?17407540575660 */
/* /local/templates/.default/assets/css/mobile.css?17441867315843 */
/* /local/templates/.default/assets/css/modal.css?17407540571054 */
/* /local/templates/milina/components/bitrix/menu/mobile-menu/style.css?17441012322788 */
/* /local/templates/.default/components/bitrix/catalog.search/modal-search/style.css?1740754057163 */
/* /local/templates/.default/components/bitrix/catalog.search/modal-search/bitrix/search.page/.default/style.css?1740754057669 */
/* /local/templates/.default/components/bitrix/breadcrumb/breadcrumb.custom/style.css?17441008321652 */
/* /local/templates/.default/components/bitrix/sale.order.ajax/payment/style.css?174102393447663 */
