

/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/menu/bootstrap_v4_desktop_lang/style.css?1613469014440*/
.lang-switch > span {
  vertical-align: middle;
}

.lang-switch-img {
  width: 16px;
  height: 16px;
}

.lang-switch-text {
  position: relative;
  top: 1px;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
}

.lang-switch-list {
  margin-bottom: 0;
  padding: 5px 15px;
}

.popup-dropdown.lang-switch-popup-dropdown {
  min-width: 80px;
}

.popup-dropdown-list-link {
  white-space: nowrap;
}
/* End */


/* Start:/local/components/ds/search.title/templates/desktop/style.css?16134690132004*/
.bx-searchtitle-container {
  padding-left: 20px;
}

.search-title-button {
  background-image: url(/local/components/ds/search.title/templates/desktop/images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 45px;
}

.title-search-result {
  margin-top: -3px;
  border: 1px solid var(--border-bg);
  border-top-style: dashed;
  display: none;
  overflow: hidden;
  z-index: 999;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .08);
  border-radius: 0 0 .5rem .5rem;
}

.bx_item_block {
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.all_result,
.others_result {
  border: none;
}

.all_result {
  margin-bottom: 0;
}

.bx-search-container {
  position: relative;
}

.bx-search-container .form-control-search {
  padding-right: 85px;
  background-color: #fff;
  transition: none;
}

.bx-search-container .header-search-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 6px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.bx-search-container .header-search-btn:disabled {
  background-color: var(--border-bg);
  border-color: var(--border-bg);
  box-shadow: none;
  opacity: 1;
  cursor: default;
}

.bx_searche a {
  color: var(--gray);
}

.bx_searche a b {
  color: var(--black);
  font-weight: 400;
}

.body-search-open .form-control-search {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}

.body-search-open .title-search-result {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
/* End */


/* Start:/local/components/ds/sale.basket.basket.line/templates/desktop/style.css?16134690136201*/
.bx-basket {
}

.basket-line-block {
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
  font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
  position: relative;
  margin-right: 10px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
  position: absolute;
  top: -1px;
  left: -25px;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
}

.basket-line-block-icon-profile:after {
  background: no-repeat center url(/local/components/ds/sale.basket.basket.line/templates/desktop/images/profile.svg);
}

.basket-line-block-icon-cart:after {
  background: no-repeat center url(/local/components/ds/sale.basket.basket.line/templates/desktop/images/cart.svg);
}

/*FIXED BASKET*/

@media (min-width: 768px) {
  .bx-basket-fixed {
    position: fixed;
    z-index: 998;
    overflow: hidden;
    padding-top: 10px;
    width: 200px;
    border: 1px solid #f0f0f0;
    border-radius: 1px;
    background: #fff;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  }

  .bx-basket-fixed.top {
    top: 10px
  }

  .bx-basket-fixed.right {
    right: 10px
  }

  .bx-basket-fixed.bottom {
    bottom: 10px
  }

  .bx-basket-fixed.left {
    left: 10px
  }

  .bx-basket-fixed.bx-max-height {
    top: 10px;
    bottom: 10px;
  }
}

.bx-basket-fixed .basket-line-block {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .bx-basket-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    overflow: hidden;
    padding: 12px;
    background: #FFFFFF;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08);
    border-radius: 12px 12px 0 0;
  }

  .bx-basket-fixed .basket-line-block {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .bx-basket-item-list {
    display: none;
  }

  .basket-line-block-link {
    display: block;
    color: var(--gray);
    text-align: center;
  }

  .basket-line-block-icon-container {
    position: relative;
    display: inline-block;
  }

  .basket-line-block-icon {
    height: 24px;
    margin-right: 0;
    margin-bottom: 4px;
  }

  .basket-line-block-link-text {
    display: block;
    font-size: 10px;
  }

  .basket-line-block-link.is-active {
    color: var(--theme-color-primary);
  }

  .basket-line-block-link.is-active .basket-line-block-icon {
    fill: var(--theme-color-primary);
  }

  .basket-line-block-link.is-active .basket-line-block-link-text {
    color: var(--theme-color-primary);
    font-weight: 600
  }

  .new-message {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    right: -3px;
    border-radius: 50%;
    background-color: var(--theme-color-primary)
  }

  /*.bx-basket-fixed */
}

.bx-basket-item-list {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list {
  padding-bottom: 75px;
}

.bx-max-height .bx-basket-item-list {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.bx-closed .bx-basket-item-list {
  overflow: hidden;
  height: 20px;
}

.bx-basket-item-list-action {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 120;
  padding: 3px 0;
  height: 20px;
  background: #f7f7f7;
  color: #4f4f4f;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}

.bx-basket-item-list-button-container {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
  background: #fff;
  text-align: center;
}

.bx-basket-item-list-container {
  overflow-y: auto;
  max-height: 100%
}

.bx-basket-item-list-item {
  position: relative;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.bx-basket-item-list-item-status {
  margin: 0 10px 20px;
  padding: 3px;
  border-radius: 3px;
  background: #ebebeb;
  text-align: center;
  white-space: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}

.bx-basket-item-list-item-img {
  position: relative;
  padding-bottom: 5px;
  text-align: center;
}

.bx-basket-item-list-item-img img {
  max-width: 90px;
  height: auto;
  border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name {
  padding-bottom: 5px;
}

.bx-basket-item-list-item-name a {
  font-size: 13px;
  line-height: 16px;
}

.bx-basket-item-list-item-remove {
  position: absolute;
  top: -7px;
  right: 10px;
  width: 20px;
  height: 20px;
  opacity: .5;
  cursor: pointer;
  transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background-color: #333;
  content: '';
  transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  -o-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover {
  opacity: .7;
}

.bx-basket-item-list-item-price-block {
  padding-bottom: 5px;
  font-size: 12px;
}

.bx-basket-item-list-item-price {
  display: inline-block;
  margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
  display: inline-block;
  margin-right: 5px;
  color: #b0b0b0;
  text-decoration: line-through
}

.bx_cart_login_top .basket-line {
  line-height: 1.44em;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/menu/desktop/style.css?161346901415291*/
.bx-top-nav-container {
  position: relative;
  padding: 0 10px;
  border-radius: 2px;
  background: var(--theme-color-primary);
  color: #fff;
}

/*region 1 lvl*/
.bx-nav-list-1-lvl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bx-nav-1-lvl {
  position: relative;
}


.bx-nav-1-lvl-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 2px;
  border-bottom: none;
  border-radius: 1px;
  text-decoration: none;
  color: inherit;
  transition: 250ms linear all;
}

.bx-nav-1-lvl-link:hover {
  text-decoration: none;
  background-color: #fff;
}

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
  border-bottom: none;
  background: var(--theme-color-primary);
}

.bx-nav-1-lvl-link-text {
  display: flex;
  padding: 10px 14px 14px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  transition: 250ms linear all;
  align-items: center;
}

.bx-nav-angle-bottom {
  position: relative;
  display: block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
}

.bx-nav-angle-bottom:after,
.bx-nav-angle-bottom:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 2px;
  background-color: #fff;
  content: '';
  transition: 250ms linear all;
}

.bx-nav-angle-bottom:after {
  margin-left: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.bx-nav-angle-bottom:before {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before {
  background-color: var(--theme-color-primary);
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
  background-color: transparent;
}

.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
  z-index: 250;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
  background: #fff;
  color: var(--primary);
}

/**/


.bx-nav-angle-top {
  position: relative;
  display: block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
}

.bx-nav-angle-top:after,
.bx-nav-angle-top:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 2px;
  background-color: #fff;
  content: '';
  transition: 250ms linear all;
}

.bx-nav-angle-top:after {
  margin-left: -2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-angle-top:before {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}


/**/
.bx-nav-parent-arrow {
  display: none;
}

/*endregion*/

/*region 2 lvl*/
.bx-nav-2-lvl-container,
.bx-nav-2-lvl-container-advanced {
  z-index: 999;
  display: none;
  padding: 0;
  min-width: 100%;
  border-top: none;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
  color: #000;
  opacity: 0;
}

.bx-nav-2-lvl-container > ul,
.bx-nav-2-lvl-container > div,
.bx-nav-2-lvl-container-advanced > ul,
.bx-nav-2-lvl-container-advanced > div {
  flex: 1
}

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
  position: absolute;
  top: calc(100% - 5px);
  z-index: 999;
  display: flex;
  background: #fff;
  opacity: 1;
  align-items: stretch;
}

.bx-nav-list-2-lvl {
  margin: 0;
  padding: 5px 0 12px;
}

.bx-nav-2-lvl {
  display: block;
  padding: 0;
  min-width: 180px;
}

.bx-nav-2-lvl-link {
  display: block;
  padding: 5px 15px 5px;
  border-bottom: none;
  text-decoration: none;
}

.bx-nav-2-lvl-link-text {
  color: var(--theme-color-primary);
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
}

/*.bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	margin-top: 0;
	border-top: none;
}*/

.bx-nav-2-lvl > .bx-nav-list-2-lvl.bx-active .bx-nav-list-2-lvl-text,
.bx-nav-2-lvl > .bx-nav-list-2-lvl:hover .bx-nav-list-2-lvl-text {
  background: var(--theme-color-light);
  color: var(--theme-color-primary);
}

/*endregion*/

/*region 3 lvl*/

.bx-nav-3-lvl-container-advanced:before,
.bx-nav-3-lvl-container:before {
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  display: block;
  height: 5px;
  background: #fff;
  content: " ";
}

.bx-nav-list-3-lvl {
  margin: 0;
  padding: 0 0 14px 0;
}

.bx-nav-3-lvl {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-width: 180px;
}

.bx-nav-3-lvl-link {
  display: block;
  padding: 3px 15px 3px 20px;
  border-bottom: none;
  color: var(--dark-gray);
  text-decoration: none;
  font-size: 13px;
  line-height: 14px;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
  background: #f0f0f0;
  color: var(--theme-color-primary);
  text-decoration: none;
}

/*endregion*/

/*region col 4 */
.bx-nav-list-4-col {
  position: static;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
  top: 100%;
  right: 0;
  left: 0;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container,
.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
  right: 0;
  left: 0;
}

/*endregion*/

/*region catinfo*/
.bx-nav-catinfo {
  position: relative;
  z-index: 120;
  padding: 15px 15px 5px;
  min-width: 200px;
  border-left: 1px solid #ecefef;
  background: #f7fafb;
}

.bx-nav-catinfo img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border: 1px solid #e7e9ea;
}

.bx-nav-catinfo p {
  padding: 20px 5px 0;
  font-size: 13px;
}

/*endregion*/

/*region ASIDE */
.bx-menu-button-mobile {
  position: absolute;
  top: 4px;
  left: 5px;
  z-index: 10;
  width: 40px;
  height: 40px;
}

.bx-aside-nav-control {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1750;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
  transition: left .15s linear;
}

.bx-nav-bars {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2100;
  display: block;
  padding: 8px 0;
  width: 24px;
  height: 19px;
  transform: translate(-50%, -50%);
}

.bx-nav-bars:before,
.bx-nav-bars:after {
  position: absolute;
  display: block;
  background: var(--black);
  width: 100%;
  height: 3px;
  border-radius: 3px;
  content: '';
}

.bx-nav-bars-inner {
  display: block;
  height: 3px;
  border-radius: 3px;
  background: var(--black);
}

.bx-nav-bars:before {
  top: 0;
}

.bx-nav-bars:after {
  bottom: 0;
}

.bx-wrapper,
.bx-aside-nav {
  transition: transform .15s linear;
}

/**/
.bx-opened .bx-footer,
.bx-opened .workarea {
  overflow: hidden;
}




/**/
.bx-aside-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1600;
  display: none;
  width: 82%;
  background: var(--body-bg);
  box-shadow: 0 6px 6px rgba(0, 0, 0, .05);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.bx-aside-nav.bx-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.bx-aside-nav-inner {
  padding: 20px 0;
  overflow-y: auto;
  height: 100%;
}

.bx-aside-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bx-aside-nav .bx-nav-list-1-lvl {
  margin-bottom: 15px;
  border-top: 1px solid var(--border-bg);
  z-index: 1700;
  flex-direction: column;
}

.bx-aside-nav .bx-nav-1-lvl-link {
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
  max-width: 100%;
  height: 44px;
  border-radius: 0;
  border-bottom: 1px solid var(--border-bg);
  color: var(--black);
  vertical-align: middle;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 44px;
}

.bx-aside-nav .bx-nav-1-lvl-link-text {
  margin-right: 15px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: inherit;
  text-transform: none;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
  box-shadow: none !important;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
  background: transparent;
  color: #fff;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
  position: relative;
  box-shadow: none;
  background-color: transparent;
}

.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container {
  display: block;
  opacity: 1;
  box-shadow: none;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
  color: #fff;
  background-color: var(--primary);
  border-bottom: 1px solid var(--border-bg);
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link + .bx-nav-parent-arrow,
.bx-aside-nav .bx-nav-1-lvl:hover > .bx-nav-1-lvl-link + .bx-nav-parent-arrow {
  color: #fff;
}

.bx-aside-nav .bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link{
  background-color: transparent;
  color: var(--primary);
  border-bottom: 1px solid var(--border-bg);
}

.bx-nav-1-lvl.bx-opened {
  background: #44535c;
}

.bx-aside-nav .bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover > a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover > a {
  background: transparent;
}

.bx-aside-nav .bx-nav-2-lvl-link-text,
.bx-aside-nav .bx-nav-3-lvl-link-text,
.bx-aside-nav .bx-nav-4-lvl-link-text {
  color: var(--black);
  font-weight: 600;
  font-size: 14px;
}

.bx-aside-nav .bx-nav-list-2-lvl {
  background: transparent;
}

.bx-aside-nav .bx-nav-2-lvl-link {
  padding: 10px 30px;
  border-bottom: 1px solid var(--border-bg);
}

.bx-aside-nav .bx-nav-2-lvl-link:hover {
  /*background-color: #3b4851;*/
  text-decoration: none;
}

.bx-aside-nav .bx-nav-3-lvl-link {
  padding: 0 0 0 45px;
}

.bx-aside-nav .bx-nav-3-lvl-link:hover {
  /*background-color: #3b4851;*/
}

.bx-aside-nav .bx-nav-4-lvl-link {
  padding: 0 0 0 60px;
}

.bx-aside-nav .bx-nav-4-lvl-link:hover {
  /*background-color: #3b4851;*/
}

.bx-aside-nav .bx-nav-parent {
  position: relative;
}

.bx-aside-nav .bx-nav-parent-arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  margin-top: 6px;
  width: 46px;
  height: 34px;
  text-align: center;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i {
  transition: all .15s linear;
}

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
  overflow: hidden;
  height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul {
  height: auto;
}

.bx-aside-nav .bx-nav-catinfo {
  display: none;
}


.bx-aside-nav .bx-nav-angle-top,
.bx-aside-nav .bx-nav-angle-bottom {
  position: absolute;
  width: 7px;
  height: 12px;
  transform: translate(-50%, -50%);
  color: inherit;
  left: 50%;
  top: 50%;
  margin: 0;
}

.bx-aside-nav .bx-nav-angle-top {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bx-aside-nav .bx-nav-angle-top svg,
.bx-aside-nav .bx-nav-angle-bottom svg {
  vertical-align: top;
}

.bx-aside-nav .bx-nav-angle-top:before,
.bx-aside-nav .bx-nav-angle-top:after,
.bx-aside-nav .bx-nav-angle-bottom:before,
.bx-aside-nav .bx-nav-angle-bottom:after {
  display: none;
}


@media (min-width: 1200px) {
  .bx-nav-1-lvl > a {
    font-size: 15px;
  }

  .bx-nav-1-lvl > a span {
    padding: 12px 14px 15px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bx-nav-1-lvl > a {
    font-size: 13px;
  }

  .bx-nav-1-lvl > a span {
    padding: 9px 11px 12px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bx-nav-1-lvl > a {
    font-size: 11px;
  }

  .bx-nav-1-lvl > a span {
    padding: 5px 6px 9px
  }
}

@media (min-width: 768px) {
  .bx-aside-nav-control,
  .bx-aside-nav {
    display: none;
  }

  .bx-top-nav-container {
    display: block;
  }
}

@media (max-width: 767px) {
  .bx-aside-nav-control {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bx-aside-nav {
    display: block;
  }

  .bx-top-nav-container {
    display: none;
  }

  .bx-aside-nav .bx-nav-parent-arrow {
    display: block;
  }

  .bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom {
    display: none;
  }
}

.bx-white {
  --theme-color-primary: #f5f5f5;
  --theme-color-second: #dfdfdf;
}

.bx-white .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-2-lvl-link-text,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
  color: #333;
}

.bx-aside-nav-container {
  padding: 0 15px;
  margin-bottom: 15px;
}

.bx-social-group-title {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.bx-social-img {
  width: 30px;
  height: 30px;
}

.bx-menu-close-mobile {
  display: none;
  position: absolute;
  top: 30px;
  left: 100%;
  margin-left: 20px;
}

.bx-opened .bx-menu-close-mobile {
  display: block;
}

.bx-profile-img {
  border-radius: 50%;
}

.bx-profile-name {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.bx-profile-links {
  font-size: 14px;
}

.sale-badge {
  background-color: var(--theme-color-primary);
  color: white;
  padding: 7px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
}

.menu-column-link-show-all {
  text-decoration: underline;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/breadcrumb/universal/style.css?1613469014914*/
.bx-breadcrumb-container {
    margin-bottom: 2.5rem;
}

.bx-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bx-breadcrumb-item {
    height: 22px;
    white-space: nowrap;
}

.bx-breadcrumb-item-angle {
    margin: 0 10px;
    color: #b5bdc2;
    vertical-align: top;
    font-size: 12px;
}

.bx-breadcrumb-item-link {
    border-bottom: none;
    vertical-align: top;
    line-height: 21px;
}

.bx-breadcrumb-item-link:hover {
}

.bx-breadcrumb-item-text {
    vertical-align: top;
    white-space: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    transition: 250ms linear all;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/style.css?16134690145715*/
.news-list {
}

.news-list-block {
  margin-bottom: 40px;
  padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.news-list-item-embed-slider img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto
}

.news-list-item-embed-video {
  z-index: 1;
  display: block;
  background: url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/images/bx-video.png) no-repeat center;
  transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
  overflow: hidden;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}

.news-list-slider-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.news-list-slider-slide {
  z-index: 100;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-list-slider-slide img {
  border-radius: 3px 3px 0 0;
}

.news-list-item-embed-video {
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  cursor: pointer;
}

.news-list-slider-arrow-container-left {
  left: 0;
}

.news-list-slider-arrow-container-right {
  right: 0;
}

.news-list-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 110;
  margin-top: -24px;
  width: 20px;
  height: 48px;
  color: #fff;
  vertical-align: middle;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
  font-size: 48px;
  line-height: 34px;
  opacity: .5;
  cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
  display: block;
  color: #fff;
  opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow {
  left: 20px;
}

.news-list-slider-arrow-container-right .news-list-slider-arrow {
  right: 20px;
}

.news-list-slider-control {
  position: absolute;
  bottom: 10px;
  z-index: 110;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  word-spacing: -4px;
}

.news-list-slider-control li {
  display: inline-block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  word-spacing: -4px;
  opacity: .5;
  cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
  background: var(--primary);
  opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li {
  transition: opacity .3s ease;
}

/*endregion*/

.news-list .card-title a:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}

.news-list-post-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.news-list-param,
.news-list-value {
  font-size: 13px;
  color: #a4a4a4;
  padding-left: 5px;
}

.news-list-icon {
  display: block;
  min-width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.news-list-icon-eye {
  background-image: url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/images/eye.svg);
}

.news-list-icon-calendar {
  background-image: url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/images/calendar.svg);
}

.news-list-icon-tag {
  background-image: url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/images/tag.svg);
}

.news-list-icon-user {
  background-image: url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/images/user.svg);
}

.news-list-icon-comments {
  background-image: url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/images/comments.svg);
}

.news-list-item-card {
  border: none;
  box-shadow: 0 4px 12px 0 rgba(14, 21, 47, .08), 0 -1px 4px 0 rgba(14, 21, 47, .04)
}

.news-slider-wrapper {
  display: flex;
  margin-top: -16px;
}

.news-list-item {
  padding: 16px 7px;
  flex: 0 0 245px;
  max-width: 245px;
  height: auto;
}

.news-list .news-list-card-title {
  -webkit-line-clamp: 3;
  margin: 0;
  color: var(--primary);
  font-size: 16px;
  height: 4rem;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-bottom: 0;
  word-wrap: break-word;
  word-break: break-word;
}

.news-list-item-link {
  width: 100%;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  webkit-box-orient: vertical;
  flex-direction: column;
  flex: 0 0 auto;
  padding: 0;
  border-radius: .25rem .25rem 0 0;
  background-position: 50% 50%;
  background-size: cover;
}

.news-item-link-image {
  padding-bottom: 50%;
  border-radius: .25rem .25rem 0 0;
  width: 100%;
  background: #e5e5e5 50% 50%;
  background-size: cover;
}

.placeholder-text,
.placeholder-line {
  display: block;
}

.placeholder-line {
  height: 16px;
  margin-bottom: 4px;
  background-color: #e5e5e5;
  border-radius: 0.25rem;
}

.placeholder-line:last-child {
  width: 90%;
}

.news-list-item-more {
  display: flex;
  flex: 0 0 140px;
  max-width: 140px;
  justify-content: center;
  align-items: center;
}

.news-list-item-more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  margin: 0 auto;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 100%;
}

.news-list-item-more-text {
  display: block;
  margin-top: .5em;
  line-height: 1.29;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4_banner/style.css?16134690141661*/
.hero-slide {
    position: relative;
    color: #fff;
    /*background: #c4c4c4;*/
}

.hero-slide:hover,
.hero-slide:focus {
    color: #fff;
}

.hero-img {
    display: block;
    height: 100%;
}

.hero-img img {
    width: 100%;
    height: 100%;
}

.hero-slide:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(359.27deg, rgba(0, 0, 0, 0.6) 0.52%, rgba(0, 0, 0, 0) 79.83%);*/
}

.hero-caption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 10px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
    /*z-index: 2;*/
}

.hero-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.hero-btn {
    min-width: 160px;
}

@media (orientation: portrait) {
    .is-mobile .main-page.hero-slider-container {
        margin-top: -1.125rem;
    }

    .is-mobile .hero-slider-container {
        margin-right: -15px;
        margin-left: -15px;
    }

    .is-mobile .main-page .hero-caption {
        max-width: 90%;
        bottom: 0;
        top: auto;
        left: 0;
        height: auto;
        text-align: left;
        -webkit-transform: none;
        transform: none;
    }
}

.hero-body {
    margin-top: 20px;
}

.hero-body .btn {
    background-color: var(--theme-color-primary);
    color: white;
}

.swiper-container-banner .swiper-button-prev {
    left: 10px;
}

.swiper-container-banner .swiper-button-next {
    right: 10px;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/template_styles.css?162913643739273*/
/* Fonts*/

@font-face {
  font-display: swap;
  font-family: 'Body Font';
  src: url('/bitrix/templates/eshop_bootstrap_v4/./fonts/lato-regular.woff2') format('woff2'),
  url('/bitrix/templates/eshop_bootstrap_v4/./fonts/lato-regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Body Font';
  src: url('/bitrix/templates/eshop_bootstrap_v4/./fonts/lato-semibold.woff2') format('woff2'),
  url('/bitrix/templates/eshop_bootstrap_v4/./fonts/lato-semibold.woff') format('woff');
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-display: swap;
  font-family: 'Body Font';
  src: url('/bitrix/templates/eshop_bootstrap_v4/./fonts/lato-bold.woff2') format('woff2'),
  url('/bitrix/templates/eshop_bootstrap_v4/./fonts/lato-bold.woff') format('woff');
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-display: swap;
  font-family: 'Body Font';
  src: url('/bitrix/templates/eshop_bootstrap_v4/./fonts/lato-black.woff2') format('woff2'),
  url('/bitrix/templates/eshop_bootstrap_v4/./fonts/lato-black.woff') format('woff');
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-display: swap;
  font-family: 'Heading Font';
  src: url('/bitrix/templates/eshop_bootstrap_v4/./fonts/metropolis-semibold.woff2') format('woff2'),
  url('/bitrix/templates/eshop_bootstrap_v4/./fonts/metropolis-semibold.woff') format('woff');
  font-style: normal;
  font-weight: 600;
}

:root {
  --headline-1: 28px;
  --headline-2: 22px;
  --headline-3: 18px;
  --gray: #9b9b9b;
  --dark-gray: #555;
  --black: #242424;
  --white: #fff;
  --body-bg: #f9f9f9;
  --border-bg: #e3e7ec;
  --error-color: #ff2e00;
  --success-color: #039500;
  --notice-color: #ffc700;
  --sale-color: #df1b21;
  --font-family-body: "Body Font", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-family-heading: "Heading Font", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-yellow,
.bx-theme-yellow {
  --primary: #f9a91d;
  --theme-color-primary: #f9a91d;
  --theme-color-second: #faba4a;
  --theme-color-light: #f0f0f0;
  --theme-b-link: #f9a91d;
  --theme-b-link-hover: #faba4a;
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #f9a91d;
  --theme-b-bd-primary: #f9a91d;
  --theme-b-sd-primary: rgba(249, 169, 29, 0.5);
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #faba4a;
  --theme-b-bd-primary-hover: #daa53e;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #faba4a;
  --theme-b-bd-primary-active: #daa53e;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #daa53e;
  --theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
  --primary: #171717;
  --theme-color-primary: #171717;
  --theme-color-second: #5ca6e4;
  --theme-color-light: var(--border-bg);
  --theme-b-link: #2C5074;
  --theme-b-link-hover: rgba(44, 80, 116, .5);
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #171717;
  --theme-b-bd-primary: #171717;
  --theme-b-sd-primary: rgba(23, 23, 23, .5);
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #343a40;
  --theme-b-bd-primary-hover: #343a40;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #343a40;
  --theme-b-bd-primary-active: #343a40;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #5599d2;
  --theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
  --primary: #e22b2b;
  --theme-color-primary: #e22b2b;
  --theme-color-second: #e95c5c;
  --theme-color-light: #f0f0f0;
  --theme-b-link: #e22b2b;
  --theme-b-link-hover: #e95c5c;
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #e22b2b;
  --theme-b-bd-primary: #e22b2b;
  --theme-b-sd-primary: rgba(226, 43, 43, 0.5);
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #e95c5c;
  --theme-b-bd-primary-hover: #d05454;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #e95c5c;
  --theme-b-bd-primary-active: #d05454;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #d05454;
  --theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
  --primary: #63aa28;
  --theme-color-primary: #63aa28;
  --theme-color-second: #5b9f0b;
  --theme-color-light: #a8d95b;
  --theme-b-link: #44b1c9;
  --theme-b-link-hover: #5cc3d1;
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #63aa28;
  --theme-b-bd-primary: #63aa28;
  --theme-b-sd-primary: rgba(99, 170, 40, 0.5);
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #5b9f0b;
  --theme-b-bd-primary-hover: #56940b;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #5b9f0b;
  --theme-b-bd-primary-active: #56940b;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #56940b;
  --theme-b-bd-primary-disabled: #497c09;
}

[type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}

[type="button"]:focus, [type="reset"]:focus, [type="submit"]:focus, [role="button"]:focus {
  outline: none;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

input[type='number'] {
  -moz-appearance: textfield
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

*[placeholder] {
  text-overflow: ellipsis;
}

*[placeholder]::-webkit-input-placeholder {
  color: #A7A7A7 !important;
  text-overflow: ellipsis;
}

*[placeholder]:-moz-placeholder {
  color: #A7A7A7 !important;
  text-overflow: ellipsis;
}

*[placeholder]::-moz-placeholder {
  color: #A7A7A7 !important;
  text-overflow: ellipsis;
}

*[placeholder]:-ms-input-placeholder {
  color: #A7A7A7 !important;
  text-overflow: ellipsis;
}

*[placeholder].placeholder {
  color: #A7A7A7 !important;
  text-overflow: ellipsis;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 992px;
  color: var(--black);
  background: var(--body-bg);
  font-family: var(--font-family-body);
}

body.is-hidden {
  overflow: hidden;
}

body.is-mobile {
  min-width: 320px;
}

img {
  max-width: 100%;
  height: auto;
}

.mb-4, .my-4 {
  margin-bottom: 2rem !important;
}

.inline-dl {
  margin-top: -14px;
}

.inline-dl dt:before {
  content: "";
  display: block;
}

.inline-dl dt, .inline-dl dd {
  display: inline;
}

#panel, .marketplace-banner, .bx-header, .bx-footer {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.bx-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: hidden;
}

.bx-wrapper, .workarea {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

a,
.btn-link {
  color: var(--theme-b-link);
}

a:hover,
.btn-link:hover {
  color: var(--theme-b-link-hover);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-family-body);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1em;
}

h1, .h1 {
  font-size: var(--headline-1);
}

h2, .h2 {
  font-size: var(--headline-2);
}

h3, .h3 {
  font-size: var(--headline-3);
}

.h4, h4 {
  font-size: 1rem;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 1.375rem;
  }

  h2, .h2 {
    font-size: 1.125rem;
  }
}

.area:empty {
  display: none;
}

.container,
.container-fluid {
  max-width: 1140px !important;
}

.section {
  margin-bottom: 40px;
}

.section-header-h2 {
  font-size: 1.375rem;
  margin-bottom: 1em;
}

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

.pagetitle-type {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.2;
}

.workarea {
  padding: 2rem 0;
}

.btn-reset {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: hand;
  line-height: normal;
  overflow: visible;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn-reset::-moz-focus-inner {
  border: 0;
  padding: 0
}

.bx-content,
.bx-content-section {
  padding-bottom: 2px;
}

.bx-wrapper {
}

/*region HEADER*/

.bx-header, .bx-footer {
  background-color: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
  .bx-header {
    position: fixed;
    z-index: 998;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .bx-header + .workarea {
    padding-top: 4.5rem;
  }
}

.bx-header-section {
}

.bx-header-logo {
  -webkit-box-ordinal-group: 2;
  order: 1
}

.bx-header-personal {
  -webkit-box-ordinal-group: 4;
  order: 3
}

.bx-header-contact {
  -webkit-box-ordinal-group: 3;
  order: 2
}

/*region Logo*/
.bx-logo-block {
  display: block;
  height: 50px;
  border-bottom: none;
}

.bx-logo-block img {
  max-height: 50px;
  width: auto;
}

.bx-theme-blue .bx-logo-block {
  height: 76px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.bx-theme-blue .bx-logo-block img {
  max-height: 77px;
}

@media (max-width: 767px) {

  .bx-theme-blue .bx-logo-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bx-logo-block img {
    max-width: 100%;
    max-height: 28px;
    width: auto;
    height: auto;
  }

  .bx-header-logo {
    padding: 10px 15px 10px 55px;
  }

  .bx-logo-block {
    height: auto;
  }

  body.bx-theme-green .bx-store-logo {
    background: #33b111;
  }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.bx-header-phone-number {
  color: #000;
  white-space: nowrap;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  -webkit-transition: 250ms linear all;
  transition: 250ms linear all;
}

.bx-header-phone-icon {
  display: block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background: no-repeat center url(/bitrix/templates/eshop_bootstrap_v4/images/phone.svg);
}

@media (max-width: 991px) {
  .bx-header-phone-number {
    font-size: 12px;
    line-height: 18px;
  }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: 250ms linear all;
  transition: 250ms linear all;
}

.bx-worktime-title {
  color: #adadad;
  font-size: 12px;
}

.bx-worktime-schedule {
  color: #000;
  font-size: 12px;
}

@media (max-width: 991px) {
  .bx-header-worktime {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
  }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
  color: #343434;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

/*region FOOTER*/


.bx-footer-section {
  padding: 30px 0;
}

.bx-footer-row {
  margin-right: -8px;
  margin-left: -8px;
  margin-top: -1rem;
}

.bx-footer-col {
  padding-top: 1rem;
  padding-left: 8px;
  padding-right: 8px;
}

.bx-footer-bottom a {
  color: #fff;
}

.collapse-arrow {
  display: none;
}

.collapse-box-list .nav-link {
  padding: 3px 0;
  font-size: 14px;
}

.smart-filter-sorting-toolbar {
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  padding: .8125rem .9375rem;
}

.smart-filter-sorting-toolbar .btn-reset {
  padding: .8125rem 0;
  margin: -.8125rem 0;
}

.is-mobile .bx-footer-middle {
  padding-top: 0;
  padding-bottom: 0;
}

.is-mobile .bx-footer-bottom {
  padding-top: 15px;
  padding-bottom: 150px;
}

.is-mobile .bx-footer-row {
  margin-top: 0;
}

.is-mobile .bx-footer-col {
  padding-top: 0;
}

.is-mobile .collapse-box {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border-bg);
  margin: 0 -15px;
}

.is-mobile .collapse-box-title {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.is-mobile .collapse-box-list {
  overflow: hidden;
  max-height: 1000px;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
}

.is-mobile .collapse-box-list-inner {
  padding: 0 15px 15px;
}

.is-mobile .collapse-box-list-inner > *:last-child {
  margin-bottom: 0;
}

.is-mobile .collapse-box.is-collapsed .collapse-box-list {
  max-height: 0;
}

.is-mobile .collapse-box-title {
  display: block;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  color: inherit;
}

.is-mobile .collapse-arrow {
  position: absolute;
  display: block;
  z-index: 1;
  width: 30px;
  top: 0;
  right: 0;
  line-height: 52px;
  text-align: center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.is-mobile .collapse-arrow svg {
  vertical-align: middle;
}

.is-mobile .is-collapsed .collapse-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bx-footer-logo {
  border-bottom: none !important;
  text-decoration: none !important;
}

.bx-footer-logo img {
  max-width: 100%;
  height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover {
  background: #0083d1;
}

.bx-theme-blue.bx-inclinkspersonal-selected {
  background: #3398d7;
}

.bx-inclinkspersonal-item.bx-theme-black:hover {
  background: #303030;
}

.bx-theme-black.bx-inclinkspersonal-selected {
  background: #484848;
}

.bx-inclinkspersonal-item.bx-theme-green:hover {
  background: #44b1c9;
}

.bx-theme-green.bx-inclinkspersonal-selected {
  background: #5cc3d1;
}

.bx-inclinkspersonal-item.bx-theme-red:hover {
  background: #e63c3c;
}

.bx-theme-red.bx-inclinkspersonal-selected {
  background: #e95c5c;
}

.bx-inclinkspersonal-item.bx-theme-yellow:hover {
  background: #f4a52e;
}

.bx-theme-yellow.bx-inclinkspersonal-selected {
  background: #fbb859;
}

/*region Bootstrap modified*/

.btn {
  font-size: 14px;
  padding: .5rem 1.0625rem;
  border-radius: 1.5625rem;
  line-height: 1.35;
  box-shadow: 0 2px 6px rgba(44, 80, 116, .25);
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-dark {
  box-shadow: none;
}

.btn-sm {
  padding: .375rem 1.375rem;
  line-height: 1.375rem;
}

.btn-lg {
  padding: 0.875rem 2rem;
  line-height: 1.35;
  font-size: 14px;
  font-weight: 600;
  border-radius: 1.5625rem;
}

.exsmall-text {
  font-size: 11px;
}

.small-text {
  font-size: 12px;
}

.medium-text {
  font-size: 14px;
}

.subhead {
  font-size: 16px;
  font-weight: 600;
}

.btn-primary,
.list-group-item.active {
  border-color: var(--theme-b-bd-primary);
  background-color: var(--theme-b-bg-primary);
  color: var(--theme-b-tx-primary);
}

.btn-primary:hover,
.btn-primary:focus {
  border-color: var(--theme-b-bd-primary-hover);
  background-color: var(--theme-b-bg-primary-hover);
  color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
  border-color: var(--theme-b-bg-primary);
  background-color: var(--theme-b-bg-primary);
  color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  border-color: var(--theme-b-bd-primary-active);
  background-color: var(--theme-b-bg-primary-active);
  color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control {
  border-radius: .5rem;
  border-color: var(--border-bg);
  background: #fff;
  color: var(--black);
}

.form-control-xl {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 48px;
}

.form-control:focus {
  background-color: #fff;
  border-color: var(--border-bg);
  box-shadow: 0 .125rem .375rem rgba(0, 0, 0, 0.08);
}

.form-control-search {
  padding-left: 2.75rem;
  font-size: .875rem;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTE1LjgyLDE1YS42Mi42MiwwLDAsMS0uODcuODdsLTIuOTUtM2EuNjIuNjIsMCwxLDEsLjg3LS44N1ptLTkuMy0xLjlhNi41Myw2LjUzLDAsMSwxLDYuNTMtNi41M0E2LjUyLDYuNTIsMCwwLDEsNi41MiwxMy4wNVptMC0xLjIzYTUuMyw1LjMsMCwxLDAtNS4yOS01LjNBNS4zLDUuMywwLDAsMCw2LjUyLDExLjgyWk0zLjQ5LDZhLjQxLjQxLDAsMCwxLS40MS40MUEuNDEuNDEsMCwwLDEsMi42Nyw2LDMuMzUsMy4zNSwwLDAsMSw2LDIuNjdhLjQxLjQxLDAsMCwxLC40MS40MUEuNDEuNDEsMCwwLDEsNiwzLjQ5LDIuNTQsMi41NCwwLDAsMCwzLjQ5LDZaIiBmaWxsPSIjMjQyNDI0Ii8+PC9zdmc+") no-repeat 19px center;
  background-size: 16px 16px;
}

.scroll-container {
  overflow: hidden
}

.scroll-content {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

.scroll-item {
  display: block;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  margin: 0 5px;
  white-space: nowrap;
}

.tag-row {
  margin-top: -7px;
}

.tag-col {
  margin-top: 7px;
}

.tag-item {
  display: block;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  margin-bottom: 8px;
  padding: .4375rem .75rem;
  background-color: #fff;
  border: 1px solid var(--border-bg);
  border-radius: .5rem;
  white-space: nowrap;
  color: inherit;
  transition: none;
}

.tag-item:hover,
.tag-item:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
  background-color: rgba(44, 80, 116, .1);
}

.tag-item.is-active {
  background-color: var(--black);
  border-color: var(--black);
  color: #fff;
}

.link {
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

.link:hover {
  text-decoration: none;
}

.gray {
  color: var(--gray);
}

.dark-gray {
  color: var(--dark-gray);
}

.unlink {
  color: inherit;
}

.unlink:hover {
  text-decoration: none;
  color: inherit;
}

.alt-link:hover {
  text-decoration: none;
}


@media (max-width: 575px) {
  .scroll-container {
    margin: -.625rem -.9375rem;
    padding: .625rem .9375rem;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch
  }

  .scroll-container::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent
  }

  .scroll-content {
    flex-wrap: nowrap
  }
}

.g-font-size-14 {
  font-size: 14px;
}

.g-font-size-15 {
  font-size: 15px;
}

.g-font-size-17 {
  font-size: 17px;
}

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

.text-primary {
  color: var(--primary) !important
}

.bg-primary {
  background: var(--primary) !important
}

.border-primary {
  border-color: var(--primary) !important
}

/*endregion*/

.bx-sidebar-block {
  margin-bottom: 30px;
}


.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
  font-size: 12px;
  font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
  width: 27px;
  height: 27px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: var(--theme-color-primary);
  background-repeat: no-repeat;
  background-position: center;
}

.sidebar-icon-label {
  background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/label.svg);
  background-size: 19px auto;
}

.sidebar-icon-delivery {
  background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/delivery.svg);
  background-size: 17px auto;
}

.sidebar-icon-sale {
  background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/sale.svg);
  background-size: auto 17px;
}

.sidebar-icon-self {
  background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/self.svg);
  background-size: auto 17px;
}

.sidebar-icon-phone {
  background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/phone_white.svg);
  background-size: auto 21px;
}

.bx-header-phone-icon {
  display: none;
}

.overlay {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

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

.box-item {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 1px 25px rgba(0, 0, 0, .08);
  border-radius: 8px;
}

.mrow-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.pcol-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.form-group-sm {
  margin-bottom: 10px;
}

.form-group-md {
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group-mg {
  margin-bottom: 30px;
}

.form-group-lg {
  margin-bottom: 40px;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  padding-right: 60px;
  border-color: var(--border-bg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' fill='none' viewBox='0 0 16 14'%3e%3cpath d='M5.08471 11.0455L1.29164 6.69202L0 8.16406L5.08471 14L16 1.47204L14.7175 0L5.08471 11.0455Z' fill='%23039500'/%3e%3c/svg%3e");
  background-position: right 23px center;
  background-repeat: no-repeat;
  background-size: 16px 14px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--error-color);
  padding-right: 60px;
  background-image: url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 1.6L14.4 0L8 6.4L1.6 0L0 1.6L6.4 8L0 14.4L1.6 16L8 9.6L14.4 16L16 14.4L9.6 8L16 1.6Z' fill='%23FF2E00'/%3e%3c/svg>");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 16px 16px;
}

.form-control.is-invalid + .float-label,
.was-validated .form-control:invalid + .float-label,
.invalid-feedback {
  color: var(--error-color);
}

.invalid-feedback {
  padding-left: 20px;
}

.form-control.is-valid:focus {
  border-color: var(--border-bg);
}

.checkbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-label {
  margin: 0;
}

.checkbox-input + .checkbox-label {
  position: relative;
  display: block;
  padding-left: 1.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-input + .checkbox-label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--gray);
  border-radius: 0.25em;
  background-color: #fff;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
}

.checkbox-input:not(:disabled):not(:checked) + .checkbox-label:hover:before {
  border-color: var(--gray);
}

.checkbox-input:not(:disabled):checked + .checkbox-label:before {
  background-color: var(--primary);
  border-color: var(--primary);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE2IDE0Ij48cGF0aCBkPSJNNS4wOCwxMS4wNSwxLjI5LDYuNjksMCw4LjE2LDUuMDgsMTQsMTYsMS40NywxNC43MiwwWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}

.checkbox-input:focus + .checkbox-label:before {
  box-shadow: 0 1px 15px rgba(0, 0, 0, .08);
}

.checkbox-input:disabled + .checkbox-label:before {
  opacity: .3;
}

.form-check {
  padding-left: 30px;
}

.form-check small {
  font-size: 12px;
  line-height: 14px;
  color: var(--gray);
}

.form-check + .form-check {
  margin-top: 15px;
}

.form-check input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-check input[type="radio"] + .form-check-label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check input[type="radio"] + .form-check-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: .0625rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--primary);
  border-radius: 50%;
  background-color: #fff;
  margin-right: 0.625em;
  background-repeat: no-repeat;
  background-position: center center;
}

.form-check input[type="radio"]:not(:disabled):checked + .form-check-label:after {
  content: '';
  position: absolute;
  left: .25rem;
  top: .3125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: var(--primary);
}

.form-check input[type="radio"]:not(:disabled):focus + .form-check-label:before {
  box-shadow: 0 1px 15px rgba(0, 0, 0, .08);
}

.form-check input[type="radio"]:disabled + .form-check-label {
  color: var(--gray);
}

.form-check input[type="radio"]:disabled + .form-check-label:before {
  border-color: var(--gray);
  background-color: #eeeeee;
}

.float-label-container {
  position: relative;
}

.float-label-textarea-container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  height: 36px;
  pointer-events: none;
}

.float-label {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.33;
  color: var(--gray);
  border-radius: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

.float-input, .float-textarea {
  padding: 29px 20px 12px;
  font-size: 14px;
  height: auto;
}

.float-textarea {
  padding-top: 36px;
  min-height: 105px;
}

.float-input:focus,
.float-input:valid,
.float-input.is-invalid:focus,
.float-input.is-valid:focus {
  outline: 0;
  box-shadow: none;
}

.float-input[data-empty="false"] + .float-label,
.float-input:focus + .float-label,
.float-textarea + .float-label {
  font-size: 11px;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.custom-switch .custom-control-label:before {
  width: 2rem;
  height: 1.25rem;
  border-radius: 0.9375rem;
  background-color: var(--border-bg);
  border-color: var(--border-bg);
}

.custom-switch .custom-control-label:after {
  top: 0.25rem;
  left: -2.25rem;
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: 0.625rem;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.custom-control-input:checked ~ .custom-control-label:before {
  background-color: var(--success-color);
  border-color: var(--success-color);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: var(--border-bg);
}

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  -webkit-transform: translateX(75%);
  transform: translateX(75%);
}

.slide-panel {
  display: none;
}

.auth-container {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
}

.header-top {
  font-size: 14px;
  line-height: 1.2;
  border-bottom: 1px solid var(--border-bg);
}

.top-menu {
  margin-top: 14px;
  margin-bottom: 14px;
}

.contact-item-small {
  font-size: 11px;
  line-height: 1.2;
  color: var(--gray);
}

.contact-item-small svg {
  vertical-align: baseline;
}

.header-middle {
  padding: 22px 0;
}

.header-search-col {
  flex: 1.23 1 0%;
  max-width: 495px;
}

.mrg-7 {
  margin-right: -7px;
  margin-left: -7px;
}

.pdg-7 {
  padding-left: 7px;
  padding-right: 7px;
}

.bx-menu-nav-container {
  max-width: 465px;
}

.pc-item-count {
  position: absolute;
  top: 100%;
  right: -9px;
  min-width: 20px;
  margin-top: -9px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 12px;
  height: 18px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: var(--primary);
}

.pc-item {
  position: relative;
}

.header-price {
  font-size: 18px;
}

.header-bottom {
  background-color: var(--border-bg);
}

.header-profile-icon {
  margin-right: 5px;
}

.bx-social-list {
  letter-spacing: -0.31em;
  margin-left: -5px;
  margin-right: -5px;
}

.bx-social-list-item {
  margin: 5px;
  letter-spacing: normal;
}

@media (max-width: 1280px) {

  .btn-sm-block {
    display: block;
    width: 100%;
  }

  .bx-sidebar-block {
    margin-bottom: 0;
  }

  .slide-panel {
    position: fixed;
    display: block;
    margin-bottom: 0;
    top: 100%;
    left: 0;
    z-index: 999;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--body-bg);
    will-change: top, left;
    -webkit-transition: left .5s ease, top .5s ease;
    transition: left .5s ease, top .5s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .slide-panel.is-active {
    top: 0;
  }

  .slide-panel.is-shifted {
    left: -100%;
  }

  .slide-panel-title {
    position: relative;
    height: 44px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #000;
    font-size: 18px;
    text-align: center;
    background: var(--body-bg);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .08);
  }

  .slide-panel-title-inner {
    margin-bottom: 0;
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .btn-smart-panel-close,
  .btn-smart-chile-back {
    position: absolute;
    top: .6875rem;
    color: var(--black);
  }

  .btn-smart-panel-close {
    right: 1.1875rem;
  }

  .slide-panel-child {
    position: fixed;
    z-index: 999;
    display: none;
    margin-bottom: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-left: 0;
    background: var(--body-bg);
    left: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    opacity: 1;
  }

  .slide-panel-child.is-active {
    display: block;
  }

  .slide-panel-section {
    height: calc(100% - 112px);
    overflow-x: hidden;
  }

  .smart-filter-container-row,
  .smart-filter-submit-panel-row {
    margin-left: 0;
    margin-right: 0;
  }

  .auth-slide-section {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bx-content + .sidebar {
    margin-top: 30px;
  }

}

.order-status-color-block {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 21px;
  border-radius: 8px;
  text-align: center;
}

.cookie-alert {
  position: fixed;
  left: .75rem;
  right: .75rem;
  bottom: 0;
  margin: 0 auto;
  padding: 0;
  border: none;
  z-index: 1000;
  border-radius: 1rem;
  box-shadow: 0 16px 40px 0 rgba(108, 133, 159, .5);
  font-size: .875rem;
  line-height: 1.25rem;
  background-color: #fff;
  transform: translateY(300px);
  transition: transform .3s;
}

.cookie-alert.is-active {
  transform: translateY(-12px);
}

@media (min-width: 768px) {
  .cookie-alert {
    left: auto;
    right: .75rem;
    width: 360px;
  }
}

.cookie-alert-inner {
  display: flex;
  padding: .9375rem 3rem .9375rem 1.25rem;
}

.cookie-alert-img {
  min-width: 68px;
  height: 68px;
  background-image: url("/bitrix/templates/eshop_bootstrap_v4/images/cookie.svg");
  background-size: cover;
}

@media (min-width: 480px) {
  .cookie-alert-img {
    min-width: 80px;
    height: 80px;
  }
}

.cookie-alert-text {
  margin-bottom: 0;
  margin-right: 1rem;
  font-weight: 500;
}

.cookie-alert-more {
  display: block;
  margin-top: .625rem;
}

.cookie-alert-close {
  position: absolute;
  top: 0;
  right: 0;
}

.cookie-alert-close-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: 0;
  padding: 1rem;
  margin: 0;
  border: 0;
  background: none;
  font-size: 1rem;
  line-height: 1.25rem;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, box-shadow .2s, color .2s, fill .2s;
}

.cookie-alert-close-btn-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cookie-alert-close-icon {
  width: 16px;
  height: 16px;
  fill: #fff;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.is-mobile .bx-header-logo {
  padding: 10px 15px 10px 55px;
}

.is-mobile .bx-logo-block {
  height: auto;
}

.is-mobile .bx-logo-block img {
  max-width: 100%;
  max-height: 28px;
  width: auto;
  height: auto;
}

.bx-theme-blue.is-mobile .bx-logo-block img {
  max-height: 41px;
  margin: -4px 0;
}

.swiper-button-prev,
.swiper-button-next {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--black);
  opacity: 0;
  text-align: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -18px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -18px;
}

@media (min-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    opacity: 1;
  }
}

.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.slick-prev {
  left: -18px;
}

.slick-next {
  right: -18px;
}

.slick-disabled {
  display: none;
}

.present-ul {
  max-width: 965px;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
}

.present-figure {
  margin-top: 1rem;
  text-align: center;
}

.present-img {
  height: 61px;
  color: var(--primary);
}

.present-figcaption {
  margin-top: 1rem;
}

.area ul:not([class]) {
  list-style: none;
  padding-left: 1em;
}

.area ul:not([class]) li {
  margin-bottom: .5em;
}

.area ul:not([class]) li:before {
  content: "\2022";
  color: var(--theme-color-primary);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.popup-dropdown-container {
  position: relative;
}

.popup-dropdown-container-link {
  display: block;
}

.popup-dropdown-container:hover .popup-dropdown {
  display: block;
}

.popup-dropdown {
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;

  padding-top: 8px;
  width: 100%;
  min-width: 175px;
}

.popup-dropdown-left {
  right: auto;
  left: 0;
}

.popup-dropdown-left .popup-dropdown-inner:before {
  left: 23px;
}

.popup-dropdown-right {
  left: auto;
  right: 0;
}

.popup-dropdown-right .popup-dropdown-inner:before {
  right: 23px;
}

.popup-dropdown-inner {
  position: relative;
  padding: 8px 0;
  transition: opacity .3s, box-shadow .3s;
  background-color: #fff;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, .15);
}

.popup-dropdown-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.popup-dropdown-item {
  display: block;
  padding: 5px 15px;
}

.is-disabled {
  position: relative;
  border: none;
}

.is-disabled:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(236, 240, 245, .5);
}
/***********AGE_CONF***********/
.age-confirm{
    position: fixed;
    top: -1000%;
    left: -1000%;
    z-index: 99999;
    padding: 16px;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    background-color: rgba(0,0,0,.65);
    opacity: 0;
    align-items: center;
    overflow-Y: auto;
    display: flex;
}
.age-confirm_show{
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: all;
    opacity: 1;
    transition: opacity .3s;
    transition-delay: 0s;
}
.age-confirm__wrapper{
    padding: 0;
    display: flex;
    flex-direction: row;
    width: 800px;
    background-color: #fff;
    transition: transform .3s;
    transform: translateX(-250%);
}
.age-confirm_show .age-confirm__wrapper {
    transform: translateX(0);
}
.age-confirm__content {
    padding-top: 64px;
    padding-left: 48px;
    padding-bottom: 48px;
    order: 1;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(62.4375% - 9px);
    max-width: calc(62.4375% - 9px);
    width: calc(62.4375% - 9px);
}
.age-confirm__content:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
}
.age-confirm__title {
    margin-bottom: 16px;
    line-height: 1;
	font-size: 26px;
}
.age-confirm__desc {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.5;
}
.age-confirm__button {
    max-width: 214px;
}
.age-confirm__button__button{
	width: 100%;
	color: #fff;
    background-color: #13151a;
    height: 48px;
	font-size: 12px;
	position: relative;
    user-select: none;
    padding: 0 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-width: 112px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all .2s;
}
.age-confirm__button__button::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -6px;
    right: -6px;
    left: -6px;
    bottom: -6px;
    border: 3px solid #2da3ff;
    opacity: 0;
    box-shadow: 0 0 4px 0 #2da3ff, inset 0 0 1px #2da3ff;
    transition: all .2s;
    transform: scale(.9);
}
.age-confirm__button__button span{
	flex-grow: 1;
    vertical-align: baseline;
    white-space: normal;
    letter-spacing: .4px;
	display: inline-block;
    line-height: 1;
}
.age-confirm__button__button:hover,
.age-confirm__button__button:active{
	background-color:#df1b21;
}
.age-confirm__head:last-child {
    margin-right: 0;
	margin-left: 0;
	display: flex;
    justify-content: center;
    background-image: url(/upload/age-conf-pic.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    order: 2;
    align-items: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(37.4625% - 15px);
    max-width: calc(37.4625% - 15px);
    width: calc(37.4625% - 15px);
}
.age-confirm__icon {
    margin-top: 189px;
}
.age-confirm__head svg {
    width: 169px;
    height: 84px;
}
@media (max-width: 767px){
	.age-confirm__wrapper {
		padding: 32px 16px;
		flex-direction: column;
	}
	.age-confirm__head:last-child{
		text-align: center;
		order: 1;
		margin:0;
		justify-content: center;
		background-image: none;
    	flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
	.age-confirm__icon {
		margin-top: 0;
	}
	.age-confirm__head svg {
		width: 59px;
    	height: 31px;
	}
	.age-confirm__content:nth-child(1n){
		text-align: center;
		order: 2;
		padding:0;
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
	.age-confirm__title {
		position: relative;
		margin-top: 6px;
		margin-bottom: 20px;
		padding-bottom: 24px;
		text-align: center;
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: normal;
	}
	.age-confirm__title:before {
		content: "";
		position: absolute;
		left: 16px;
		bottom: 0;
		width: calc(100% - 32px);
		height: 1px;
		background-color: #e6e8eb;
	}
	.age-confirm__desc {
		margin-bottom: 32px;
		padding: 0 9px;
		font-size: 14px;
		line-height: 1.29;
		text-align: center;
		color: #8d9199;
	}
	.age-confirm__button {
		margin: 0 16px;
		max-width: none;
	}
	.age-confirm__button__button {
		font-size: 12px;
		height: 40px;
	}
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/css/dropdown-menu.css?161346901415970*/
.bx-header {
  position: relative;
  z-index: 500;
}

.menu-catalog-bar {
  position: relative;
  width: 100%;
  font-size: 14px;
}

.header-bottom .menu {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

.has-dropdown .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}

.header-bottom .container {
  position: relative
}

.menu-catalog-block {
  float: left
}

.header-bottom .menu-container {
  margin-right: 140px;
  height: 60px;
  /*margin-left: 195px*/
}

.header-bottom.test:after {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .15)
}

.header-bottom.test .menu-container {
  height: auto;
  overflow: visible
}

.background-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 499;
  transition: .3s ease;
  overflow: auto;
  opacity: 1;
  visibility: visible;
}

.background-mask.is-disabled {
  opacity: 0;
  visibility: hidden;
}

.menu-catalog-block {
  position: static;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: .005em;
  min-width: 173px
}

.menu-catalog-block .link-dropdown {
  padding-right: 13px;
  background: #242424;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  z-index: 1000
}

.menu-catalog-block .link-dropdown span {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  font-weight: 700;
  color: #fff
}

.menu-catalog-block .link-dropdown:after {
  display: none !important
}

.menu-catalog-block .link-dropdown:active,
.menu-catalog-block .link-dropdown:focus,
.menu-catalog-block .link-dropdown:hover {
  transition: all .3s
}

.menu-catalog-block .icon {
  padding: 0 13px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  border-radius: 1px
}

.menu-catalog-block .icon:before {
  content: "";
  display: block
}

.menu-catalog-block .icon:before {
  width: 24px;
  height: 3px;
  background: #fff;
  box-shadow: 0 -7px 0 0 #fff, 0 7px 0 0 #fff;
  border-radius: 2px
}

.menu-catalog-block .dropdown {
  display: block;
  width: 100%;
  background: #fff;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  overflow: hidden
}

.menu-catalog-block .dropdown {
  border: 1px solid #fff;
  border-top: none;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
  width: 600px
}

.menu-catalog-block.is-opened .link-dropdown:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #242424 transparent transparent transparent;
  z-index: 1000
}

.menu-catalog-block.is-opened .dropdown {
  top: 100%;
  left: 0;
  opacity: 1;
  transition: opacity .3s
}

@media only screen and (max-height: 820px) and (min-width: 900px) {
  .menu-catalog-block.is-opened .dropdown {
    width: 100%
  }

  .menu-catalog-block.is-opened .dropdown .menu-dropdown {
    padding: 10px 0;
    -moz-column-gap: 10px;
    column-gap: 10px;
    position: relative;
    width: 100%;
    -moz-column-count: 3;
    column-count: 3
  }

  .menu-catalog-block.is-opened .dropdown .menu-dropdown * {
    box-sizing: border-box
  }

  .menu-catalog-block.is-opened .dropdown .menu-dropdown li {
    -moz-column-break-inside: avoid;
    break-inside: avoid
  }

  .menu-catalog-block.is-opened .dropdown .menu-dropdown li ul {
    display: block;
    clear: both;
    width: 100%;
    padding-left: 5px
  }

  .menu-catalog-block.is-opened .dropdown .menu-dropdown li ul li {
    flex: none;
    width: auto
  }

  .menu-catalog-block.is-opened .dropdown .menu-dropdown li ul li a {
    padding: 5px
  }
}

.menu-catalog-block-icon {
  display: none
}

@media (min-width: 0px) and (max-width: 767px) and (min-width: 768px) {
  .menu-catalog-block-icon .icon:before {
    width: 22px;
    height: 4px;
    background: #fff;
    box-shadow: 0 -8px 0 0 #fff, 0 8px 0 0 #fff;
    border-radius: 1px
  }
}

.menu-dropdown {
  overflow: hidden
}

.menu-dropdown a:active,
.menu-dropdown a:focus,
.menu-dropdown a:hover {
  color: #df6760;
  text-decoration: underline;
  transition: color .3s
}

.menu-dropdown > li {
  /*padding: 0 0 0 40px;*/
  padding: 0;
  border-top: 1px solid #fff;
  overflow: hidden
}

@media (min-width: 768px) {
  .menu-dropdown > li {
    position: relative;
    background: #fff
  }
}

.menu-dropdown > li > a {
  display: block;
  float: left;
  vertical-align: middle;
  font-weight: 600;
  color: #242424;
  padding: 12px 30px 12px 10px;
}

.menu-dropdown > li > a:active,
.menu-dropdown > li > a:focus,
.menu-dropdown > li > a:hover {
  text-decoration: none
}


.menu-dropdown-right {
  float: left;
  width: 30%
}

.menu-dropdown-right li {
  border-bottom: 1px solid #fff
}

.menu-dropdown-right li a {
  display: table;
  width: 100%
}

.menu-dropdown-right li a > span {
  display: table-cell;
  vertical-align: middle;
  padding: 31px 10px 32px
}

.menu-dropdown-right li a .img-container {
  width: 90px;
  padding-left: 20px;
  padding-right: 10px;
  text-align: center
}

.menu-dropdown-right li a img {
  display: inline-block;
  max-height: 60px
}

.menu-container .link-permanent a:active,
.menu-container .link-permanent a:focus,
.menu-container .link-permanent a:hover,
.menu-dropdown-right li a:active,
.menu-dropdown-right li a:focus,
.menu-dropdown-right li a:hover {
  opacity: .7;
  transition: all .3s
}

.menu-dropdown-sublevel {
  padding: 0;
  margin: 0;
}

.menu-dropdown-sublevel li {
  display: inline-block
}

.menu-dropdown-sublevel li a {
  display: block;
  padding: 12px 10px
}

.menu-secondary-container .menu-main {
  border-top: 1px solid #294162;
  background: #002855;
  right: 0;
  top: 100%;
  width: 100%;
  padding-left: 161px;
  z-index: 100
}

.menu-container .menu-main li.is-moved {
  position: absolute;
  top: -9999px;
  left: -9999px
}

.menu-container .link-permanent {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
}

.menu-container .link-permanent a {
  display: block;
  padding: 8px 14px;
  border-radius: 5px;
  background-color: #df1b21;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .005em
}

.menu-container .link-permanent a:hover {
  text-decoration: none;
}

.menu-main {
  text-align: center;
  padding-left: 12px
}

.menu-main > li {
  font-size: 16px
}

.menu-main > li > a {
  display: block;
  padding: 18px 16px;
  color: #242424;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .menu-main > li > a {
    padding: 18px 10px;
    font-size: 14px;
  }
}

.menu-main > li > a:focus,
.menu-main > li > a:hover {
  transition: all .3s;
  text-decoration: none;
  color: var(--theme-b-link-hover);
}

.menu-main > li > a.is-active {
  color: #242424;
}

.menu-main.is-lg .link-permanent {
  right: 60px
}

@media (min-width: 992px) and (max-width: 1279px) {
  .menu-main {
    padding-left: 22px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu-main {
    padding-left: 2px
  }
}

.sublevel {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  border: none;
  text-align: left;
  z-index: 1010
}

.sublevel:after,
.sublevel:before {
  position: absolute;
  left: -100%;
  right: -100%;
  content: ''
}

.sublevel:before {
  top: 0;
  z-index: -1;
  height: 100%;
  background-color: #fff
}

.sublevel:after {
  bottom: -11px;
  height: 11px;
  background-color: transparent;
  box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, .1)
}

.sublevel-left {
  float: left;
  width: 76%;
  padding: 30px 0 20px 10px;
  overflow: hidden
}

.sublevel-left-inner {
  padding-right: 6%;
  border-right: 1px solid #f2f2f2;
}

.sublevel-left-menu {
  padding: 0 20px;
  float: left;
  width: 33.33%;
  border-right: 1px solid #f2f2f2;
}

.sublevel-left-menu:nth-child(3) {
  border-right: none;
}

.sublevel-left-bottom {
  padding: 10px 0;
  overflow: hidden;
  clear: both
}

.sublevel-left-bottom .name {
  display: block;
  font-size: 16px;
  padding: 10px
}

.sublevel-left-bottom .rounded-links {
  width: 75%;
  float: left
}

.sublevel-left-bottom .button:active,
.sublevel-left-bottom .button:focus,
.sublevel-left-bottom .button:hover {
  color: #1d375a;
  border-color: #1d375a;
  transition: all .3s
}

@media (max-width: 1279px) {
  .sublevel-left {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (max-width: 991px) {
  .sublevel-left {
    width: 100%;
    padding: 15px;
    border-right: none
  }
}

.sublevel-right {
  float: left;
  width: 24%;
  padding: 40px 30px 30px;
  text-align: center
}

.sublevel-right img {
  transition: all .3s;
  max-height: 300px
}

.sublevel-right img + span {
  margin-top: 28px
}

.sublevel-right span {
  display: block;
  line-height: 1.8
}

.sublevel-right:active span,
.sublevel-right:focus span,
.sublevel-right:hover span {
  color: #1d375a
}

.sublevel-right:active img,
.sublevel-right:focus img,
.sublevel-right:hover img {
  transform: scale(1.1)
}

@media (max-width: 991px) {
  .sublevel-right {
    display: none
  }
}

.menu-sublevel {
  list-style: none;
  color: #242424;
  text-align: left
}

.menu-sublevel-down {
  padding-left: 0;
}

.menu-sublevel span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px 14px
}

.menu-sublevel a {
  color: #242424;
}

.menu-sublevel a:active,
.menu-sublevel a:focus,
.menu-sublevel a:hover {
  color: #1d375a;
  text-decoration: underline;
  transition: all .3s
}

.menu-sublevel a:active:before,
.menu-sublevel a:focus:before,
.menu-sublevel a:hover:before {
  text-decoration: none
}

.menu-sublevel .link-all {
  margin-left: 10px;
  padding-top: 5px
}

.menu-sublevel .link-all a {
  display: inline-block;
  position: relative;
  padding: 0;
  border-bottom: 1px solid transparent;
}

.menu-sublevel .link-all:active a,
.menu-sublevel .link-all:focus a,
.menu-sublevel .link-all:hover a {
  color: #242424;
  text-decoration: none;
  border-bottom-color: #242424;
  transition: all .3s
}

.menu-sublevel .divider {
  margin: 15px 0 14px 10px;
  max-width: 130px;
  border-bottom: 1px solid #f2f2f2
}

.menu-sublevel > li > a {
  display: block;
  padding: 4px 10px;
  text-align: left;
  letter-spacing: .025em;
}

.menu-sublevel-down a {
  color: #555;
}

.rounded-links {
  overflow: hidden
}

.rounded-links a {
  display: block;
  float: left;
  width: 33.33%;
  overflow: hidden;
  color: #464445;
  font-size: 14px
}

.rounded-links a .icon-round {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 100%;
  position: relative
}

.rounded-links a .icon-round:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 300px;
  height: 1px;
  background: #f2f2f2;
  z-index: -1
}

.rounded-links a:last-child .icon-round:after {
  display: none
}

.rounded-links a:active .icon-round,
.rounded-links a:focus .icon-round,
.rounded-links a:hover .icon-round {
  border-color: #d4494c;
  background-color: #d4494c;
  transition: all .3s
}

.rounded-links a:active .text,
.rounded-links a:focus .text,
.rounded-links a:hover .text {
  color: #d4494c;
  transition: all .3s
}

.has-sublevel .sublevel .sublevel-all,
.rounded-links a .text {
  display: block
}

.has-sublevel .sublevel .sublevel-back,
.has-sublevel .sublevel .sublevel-title {
  display: block;
  color: #002855;
  padding: 15px
}

.has-sublevel .sublevel-sm .sublevel-all {
  display: block
}

.has-sublevel .sublevel-sm .sublevel-back,
.has-sublevel .sublevel-sm .sublevel-title {
  display: block;
  color: #002855;
  padding: 15px
}

.has-sublevel .sublevel .sublevel-back,
.has-sublevel .sublevel-sm .sublevel-back {
  padding-left: 5px;
  font-size: 16px
}

.has-sublevel .sublevel .sublevel-all,
.has-sublevel .sublevel-sm .sublevel-all {
  max-width: 290px;
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #002855;
  text-align: center;
  border-radius: 5px;
  color: #002855
}

.has-sublevel .sublevel .sublevel-title,
.has-sublevel .sublevel-sm .sublevel-title {
  background: #f0f0f0;
  font-size: 18px;
  border-bottom: 1px solid #aca8a7;
  position: relative
}

.has-sublevel .sublevel .sublevel-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #f0f0f0 transparent transparent transparent
}

.has-sublevel .sublevel .sublevel-title:after {
  bottom: -10px
}

.has-sublevel .sublevel .sublevel-title:after,
.has-sublevel .sublevel-sm .sublevel-title:after,
.has-sublevel .sublevel-sm .sublevel-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #f0f0f0 transparent transparent transparent
}

.has-sublevel .sublevel-sm .sublevel-title:after {
  bottom: -10px
}

.has-sublevel .sublevel .sublevel-title:before,
.has-sublevel .sublevel-sm .sublevel-title:before {
  bottom: -9px;
  z-index: 1
}

.has-sublevel .sublevel .sublevel-title:after,
.has-sublevel .sublevel-sm .sublevel-title:after {
  border-top-color: #aca8a7
}


.is-active .has-sublevel:hover .sublevel,
.is-active .has-sublevel:hover .sublevel-sm {
  display: block;
  left: 0
}

.is-active .has-sublevel:hover > a {
  position: relative
}

.is-active .has-sublevel:hover > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #e3e7ec transparent transparent transparent;
  z-index: 1011
}

.is-active .has-sublevel:hover > a.is-active:after {
  border-color: #e3e7ec transparent transparent transparent
}

.has-sublevel-sm {
  position: relative
}

.has-sublevel-sm:active > a:after,
.has-sublevel-sm:focus > a:after,
.has-sublevel-sm:hover > a:after {
  display: none
}


@-moz-document url-prefix() {
  .has-sublevel:hover > a:after {
    bottom: -8px
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .is-active .has-sublevel:hover > a:after {
    bottom: -8px
  }
}

@supports (-ms-ime-align:auto) {
  .is-active .has-sublevel:hover > a:after {
    bottom: -8px
  }
}

.menu-dropdown-item.promo-discount {
  border-top: 1px dashed #dadada;
}

.sublevel-left-bottom .button {
  background-color: #f2f2f2;
  color: #464445;
  border: none;
  border-bottom: 2px solid #e6e6e6;
  padding-top: 11px;
  padding-bottom: 12px
}

.sublevel-right {
  color: #464445;
  line-height: 1.5625
}

.sublevel-right .text {
  line-height: 1.5625;
  letter-spacing: .025em
}

.sublevel-right a {
  color: #242424;
}

.sublevel-right a span.text {
  margin-top: 20px;
}

.sublevel-right a:hover {
  text-decoration: none;
}

.sublevel-right .price {
  color: #242424;
  font-size: 18px;
  padding-top: 25px
}

.sublevel-right .price-currency {
  font-size: 14px;
  display: inline-block
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/css/submenu.css?1613469014853*/
.menu-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
}

.menu-submenu a {
  display: block;
  min-width: 200px;
  padding: 10px 15px;
  font-size: 14px;
}

/*.menu-submenu a:hover,*/
/*.has-submenu-left:hover > a {*/
/*  text-decoration: none;*/
/*  background-color: var(--primary);*/
/*  color: #fff;*/
/*}*/

.menu-submenu-left {
  top: 0;
  left: 100%;
}

.has-submenu {
  position: relative;
}

.has-submenu:hover > a {
  color: var(--primary);
}

.has-submenu:hover .menu-submenu-vertical,
.has-submenu-left:hover .menu-submenu-left {
  display: block;
}

.menu-submenu-item + .menu-submenu-item,
.menu-submenu-left-item + .menu-submenu-left-item {
  border-top: 1px solid #ecefef;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/css/components/catalog.includes.css?16134690149399*/
/* SCU */
.product-item-line-card .product-item-scu-container {
  text-align: left;
}

.product-item-scu-container-title {
  color: #333;
  font-size: 12px;
}

.product-item-scu-block {
}

.product-item-scu-block-title {
  font-size: 12px;
}

.product-item-scu-list {
  margin: 0;
}

.product-item-scu-item-list {
  overflow: hidden;
  margin: 0 -2px;
  padding: 0;
  list-style: none;
  letter-spacing: -.31em;
}

.product-item-scu-item-color-container {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 2px;
  max-width: 100%;
  border-radius: 50%;
  letter-spacing: normal;
}

.product-item-scu-item-text-container {
  display: inline-block;
  vertical-align: baseline;
  letter-spacing: normal;
}

.product-item-scu-item-text-block {
  padding-left: 6px;
  padding-right: 6px;
  margin: 2px;
  text-align: center;
  background: #fff;
  border: 1px solid #e3e7ec;
  border-radius: 8px;
  color: #9b9b9b;
  font-size: 11px;
  line-height: 15px;
  cursor: pointer;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
  border-color: var(--primary);
}

.product-item-scu-item-color-container {
  max-width: 24px;
  width: 25%;
}

.product-item-scu-item-color-block {
  position: relative;
  padding-top: calc(100% - 2px);
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
}

.bx-no-touch .product-item-scu-item-color-block {
  -webkit-transition: outline 200ms ease;
  transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
  outline-width: .5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
  border-color: var(--primary);
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {

}

.product-item-scu-item-color {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*.product-item-scu-item-text-block {*/
/*  position: relative;*/
/*  padding: 0 5px;*/
/*  cursor: pointer;*/
/*}*/

.bx-no-touch .product-item-scu-item-text-block {
  -webkit-transition: outline 300ms ease;
  transition: outline 300ms ease;
}

/*.bx-retina .product-item-scu-item-text-block {*/
/*  outline-width: .5px;*/
/*}*/

/*.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {*/
/*  outline-width: 2px;*/
/*}*/

/*.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {*/
/*  outline-width: 1px;*/
/*}*/

/*.product-item-scu-item-text {*/
/*  overflow: hidden;*/
/*  max-width: 100%;*/
/*  vertical-align: middle;*/
/*  text-align: center;*/
/*  text-transform: uppercase;*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap;*/
/*  font-size: 11px;*/
/*  line-height: 18px;*/
/*}*/

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
  position: relative;
  outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
  background-size: 80% 80%;
  content: "";
}

/*.product-item-scu-item-text-block:hover,*/
/*.product-item-scu-item-color-block:hover,*/
/*.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,*/
/*.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {*/
/*  outline-color: var(--primary);*/
/*}*/


.cart-btn, .btn.cart-btn,
.fav-btn, .btn.fav-btn {
  padding: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: none;
  background-color: #fff;
  color: var(--theme-color-primary);
  -webkit-transition: .3s;
  transition: .3s;
  box-shadow: 0 2px 6px rgba(44, 80, 116, 0.25);
}

.cart-btn, .btn.cart-btn {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.fav-btn, .btn.fav-btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.cart-btn.is-active {
  background-color: var(--theme-color-primary);
  color: #fff;
}

.fav-btn.is-active,
.btn.fav-btn.is-active {
  color: var(--theme-color-primary);
  background-color: #fff;
}

.fav-btn svg {
  fill: transparent;
  stroke: #9b9b9b;
  -webkit-transition: .3s;
  transition: .3s;
}

.fav-btn.is-active svg {
  fill: var(--theme-color-primary);
  stroke: var(--theme-color-primary);
}

.fav-remove-btn,
.btn.fav-remove-btn {
  background: transparent;
}

@media (min-width: 992px) {
  .cart-btn:hover {
    background-color: var(--theme-color-primary);
    color: #fff;
  }

  .fav-btn:hover svg {
    fill: var(--theme-color-primary);
    stroke: var(--theme-color-primary);
  }
}


.cart-popup-window,
.cart-popup-window.popup-window-with-titlebar {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 50px 15px 0;
}

.cart-popup-window .popup-window-titlebar:empty {
  display: none;
}

.cart-popup-window .smart-sort-panel-title {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 7px;
}

.cart-popup-window .popup-window-content {
  padding: 0;
  background: transparent;
}

.popup-window-descr-text {
  text-align: center;
  color: #9b9b9b;
}

.articul-cart-entry {
  max-height: 430px;
  overflow: auto;
}

.articul-cart-item {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.articul-cart-item-header {
  margin-bottom: 30px;
}

.articul-cart-item {
  margin-bottom: 15px;
}

.articul-cart-item-content {
  padding: 8px 15px;
}

.articul-cart-item-row {
  margin-right: 0;
  margin-left: 0;
}

.articul-cart-item-col {
  padding-left: 0;
  padding-right: 0;
}

.articul-cart-item-img-col {
  width: 80px;
  text-align: center;
  padding: 8px;
}

.articul-cart-item-img {
  border-radius: 8px;
  max-height: 130px;
  max-width: 80px;
}

.articul-cart-model-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #242424;
}

.articul-size-container {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.articul-popup-text {
  font-size: 11px;
  line-height: 13px;
  color: #9B9B9B;
}

.articul-popup-bottom-row {
  margin-left: -7px;
  margin-right: -7px;
}

.articul-popup-bottom-col {
  margin-top: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

.noCartMessage {
  text-align: center;
  font-size: 12px;
}


@media (max-width: 767px) {
  .cart-popup-window,
  .cart-popup-window.popup-window-with-titlebar {
    position: fixed !important;
    top: auto !important;
    bottom: 0;
    left: 0 !important;
    width: 100%;
    max-height: 75vh;
    padding-top: 1.875rem;
    background: #f9f9f9;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 34px 34px 0 0;
    will-change: transform;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translate3d(0, 105%, 0);
    transform: translate3d(0, 105%, 0);
  }


  .cart-popup-window.is-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .cart-popup-window:before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 6px;
    left: 50%;
    top: 14px;
    margin: 0 0 0 -30px;
    background: #9b9b9b;
    border-radius: 3px;
  }

  .cart-popup-window .popup-window-content {
    max-height: calc(75vh - 108px);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: transparent;
  }

  .articul-cart-item-header {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .articul-cart-entry {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    overflow: auto;
  }

  .cart-popup-window .popup-window-close-icon {
    display: none;
  }

  .popup-cart-btn,
  .btn.popup-cart-btn {
    padding-left: 13px;
    padding-right: 13px;
  }

  .popup-cart-btn,
  .popup-cart-item-amount {
    max-width: 110px;
  }

  .cart-popup-window .popup-window-buttons {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .08);
  }

  .popup-window-buttons .btn-sm {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn.btn-to-cart {
    display: block;
    width: 100%;
    padding: 0.875rem;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.35;
  }

}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/css/components/catalog.item.css?161346901420993*/
.product-item-card-row {
  margin-left: -7px;
  margin-right: -7px;
}

.product-item-card-row:first-child {
  margin-top: -10px;
}

.product-item-card-col {
  display: flex;
  padding: 10px 7px;
  height: auto;
}

.product-item-container {
  position: relative;
  display: flex;
  flex: 1 0 100%;
  max-width: 100%;
  height: auto !important;
}

.product-item-container.hover {
  z-index: 17;
}

.product-item {
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .08);
  border-radius: 8px;
}

.product-item-line-card .product-item {
  border-bottom: 1px solid #dadada;
}

/*.bx-no-touch .product-item-container.hover .product-item {*/
/*  position: absolute;*/
/*  right: -15px;*/
/*  left: -15px;*/
/*  top: -15px;*/
/*  padding: 15px 15px 10px;*/
/*  width: auto;*/
/*  border-color: transparent;*/
/*  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);*/
/*}*/

.bx-touch .product-item {
  width: auto;
}

/*.bx-no-touch .product-item-container.hover .product-item {*/
/*  -webkit-animation: product-item-hover 300ms 1 ease;*/
/*  animation: product-item-hover 300ms 1 ease;*/
/*}*/

@-webkit-keyframes product-item-hover {
  0% {
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }
  100% {
    border: 1px solid transparent;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
    left: -15px;
    right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@keyframes product-item-hover {
  0% {
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }
  100% {
    border: 1px solid transparent;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
    left: -15px;
    right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*Image*/
.product-item-image-wrapper {
  position: relative;
  display: block;
  margin: -1px -1px 0 -1px;
  padding-top: 136%;
  width: calc(100% + 2px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
  padding-top: 54%;
}

.product-item-image-original,
.product-item-image-alternative {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  transform: translateZ(0);
}

.product-item-image-original {
  z-index: 11;
}

.product-item-image-alternative {
  z-index: 13;
  opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
  opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-alternative {
  opacity: 1;
}

/*Image Slider*/
.product-item-image-slider-slide-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.product-item-image-slide {
  position: relative;
  display: none;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .product-item-image-slide {
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .product-item-image-slide.next,
  .product-item-image-slide.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .product-item-image-slide.prev,
  .product-item-image-slide.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .product-item-image-slide.next.left,
  .product-item-image-slide.prev.right,
  .product-item-image-slide.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
  display: block;
}

.product-item-image-slider-slide-container > .active {
  left: 0;
}

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.product-item-image-slider-slide-container > .next {
  left: 100%;
}

.product-item-image-slider-slide-container > .prev {
  left: -100%;
}

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right {
  left: 0;
}

.product-item-image-slider-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
}

.product-item-image-slider-progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: var(--theme-color-primary);
  opacity: .8;
}

.product-item-image-slider-control-container {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: block;
  padding: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container {
  opacity: 1;
}

.product-item-image-slider-control,
.product-item-image-slider-control.active {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, .8);
  opacity: .6;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover {
  cursor: pointer;
}

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover {
  background-color: var(--primary);
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
  position: absolute;
  z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring span {
  display: inline-block;
  clear: both;
  margin-bottom: 2px;
  background: #ff200e;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  padding: 6px 7px;
  border-radius: 29px;
  font-family: "Metropolis", sans-serif;
  text-transform: uppercase;
}

.product-item-label-text .newproduct span {
  background-color: var(--success-color);
}

/*RING*/

.product-item-label-top {
  top: 8px;
}

.product-item-label-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-item-label-center > div {
  text-align: center;
}

.product-item-label-left {
  left: 8px;
}

.product-item-label-left > div {
  text-align: left;
}

.product-item-label-bottom {
  bottom: 8px;
}

.product-item-label-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-item-label-right {
  right: 8px;
}

.product-item-label-right > div {
  text-align: right;
}

.product-item-label-center.product-item-label-middle {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-item-label-text-link {
  color: inherit;
}

/*Title*/
.product-item-title {
  padding: 5px;
  margin: 0;
  min-height: 48px;
  font-weight: normal;
  line-height: 1.2;
  overflow: hidden;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
  overflow: auto;
  white-space: normal;
}

.product-item-title a {
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: 250ms linear all;
  transition: 250ms linear all;
}

.product-item-line-card .product-item-title {
  white-space: normal;
  text-align: left;
}

/*Price*/
.product-item-price-container {
  line-height: 1;
}

.product-item-price,
.product-item-price-current {
  white-space: nowrap;
}

.product-item-price-current {
  color: #ff200e;
}

.product-item-price-old {
  color: #9B9B9B;;
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 11px;
  line-height: 13px;

}


/*Info*/
.product-item-info-container {
  clear: both;
  padding: 2px 5px;
}

.product-item-info-container-title {
  font-size: 12px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
  /*display: none;*/
  /*opacity: 0;*/
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
  display: none !important
}

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
  display: block;
  opacity: 1;
}

/*Amount*/
.product-item-amount {
  padding: 0;
  text-align: center;

}

.product-item-amount-field-container {
  letter-spacing: -.31em;
}

.product-item-amount-field-container > * {
  letter-spacing: normal;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
  position: relative;
  display: inline-block;
  min-width: 36px;
  height: 36px;
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  color: var(--gray);
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 300ms ease, opacity 300ms ease;
  transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
  border-width: .5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
  background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: .8;
  -webkit-transition: opacity 300ms ease, background 300ms ease;
  transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
  opacity: .3 !important;
  cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
  background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
  opacity: 1;
}

.product-item-amount-field {
  display: inline-block;
  padding: 0;
  max-width: 38px;
  width: auto;
  height: 36px;
  border: none;
  border-radius: 2px;
  background: transparent !important;
  color: var(--black);
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  line-height: 36px;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
  border-width: .5px;
}

.product-item-amount-field:focus {
  outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none
}

.product-item-amount-description-container {
  display: block;
  color: #a5a5a5;
  white-space: nowrap;
  font-size: 12px;
}

.product-item-amount-description-container strong {
  color: #333;
  white-space: nowrap;
}

.product-item-amount-label-container {
  margin: 5px 0;
  color: #a5a5a5;
  font-weight: bold;
  font-size: 12px;
}

/**/
.product-item-quantity {
  font-size: 12px;
}

/*region Properties */
.product-item-properties {
  font-size: 12px;
}

.sizes_container {
  display: block;
  text-align: center;
  letter-spacing: -.31em;
  margin-left: -12px;
  margin-right: -12px;
}

.sizes_container span {
  display: inline-block;
  vertical-align: baseline;
  padding-left: 6px;
  padding-right: 6px;
  margin: 2px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--border-bg);
  border-radius: 8px;
  color: var(--gray);
  font-size: 11px;
  line-height: 15px;
  letter-spacing: normal;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
  position: relative;
  display: none;
  margin: 0 -15px;
  padding: 4px 15px;
  min-height: 30px;
  border-top: 1px solid #e6e6e6;
  background: #f3f3f3;
  box-shadow: inset 0 1px 1px 0 #eee;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
  margin: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.bx-touch .product-item-compare-container {
  display: none;
}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container {
  display: block;
}

.product-item-compare .checkbox {
  margin: 0;
  padding: 0;
}


/*Description*/
.product-item-description-container {
}

.product-item-description-container p {
  color: #575757;
  font-size: 13px;
}

/*Buttons*/
.product-item-button-container {
  text-align: center;
}

.product-item-button-container:empty {
  display: none;
}

.product-item-button-container .btn {
  margin-bottom: 3px;
  margin-top: 3px;
  font-size: 12px;
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
  display: none;
}

/*More*/
.product-item-more-container {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 15px 15px 5px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-item-more-wrapper {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-top: 116%;
  width: 100%;
}

.product-item-more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
  background-size: 50%;
  opacity: .7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more {
  opacity: 1;
}

.product-item-more-title {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/css/components/bx-blue.css?16134690142091*/
.product-item-scu-item-text-volume,
.product-item-scu-item-text-price {
  display: block;
}

.product-item-scu-item-text-block {
  padding-top: 3px;
  padding-bottom: 3px;
}

.product-item-scu-item-text-block.product-item-scu-item-text-block-lg {
  min-width: 40px;
  padding: 3px 16px;
  color: inherit;
}

.selected .product-item-scu-item-text-block {
  background-color: var(--primary);
  color: #fff;
}

.product-item-alt .product-item-properties {
  margin-bottom: 2px;
  margin-top: -4px;
}

.product-item-alt .product-item-properties.product-item-sku-prop {
  margin-bottom: 4px;
}

.product-item-alt .product-item-properties dt {
  font-weight: 400;
}

.product-item-alt .product-item-properties dt:before {
  content: "";
  height: 3px;
}

.product-item-alt .product-item-price,
.product-item-alt .product-item-price-current {
  font-size: 24px;
  line-height: 1.3;
}

.product-item-alt .product-item-price .price-wrapper-sub,
.product-item-alt .product-item-price-current .price-wrapper-sub {
  font-size: 14px;
}

.product-item-alt .product-item-title {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding-bottom: 3px;
  line-height: 1.3;
}

.product-item-alt .product-item-price,
.product-item-alt .product-item-price-current {
  font-size: 24px;
  line-height: 1;
}

.product-item-alt .product-item-price-old {
  font-size: 16px;
}

.product-item-alt .product-item-price-old .price-wrapper-sub {
  font-size: 14px;
}

.product-item-alt .product-item-price .price-wrapper-sub,
.product-item-alt .product-item-price-current .price-wrapper-sub {
  font-size: 14px;
}

.product-item-alt .fav-btn, .product-item-alt .btn.fav-btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.product-item-price-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-item-scu-container {
  margin-bottom: 3px;
}

.product-item-price-per-liter {
  margin-bottom: 5px;
}

.product-item-alt .product-item-label-ring {
  border-radius: 29px;
}
/* End */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/menu/bootstrap_v4_desktop_lang/style.css?1613469014440 */
/* /local/components/ds/search.title/templates/desktop/style.css?16134690132004 */
/* /local/components/ds/sale.basket.basket.line/templates/desktop/style.css?16134690136201 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/menu/desktop/style.css?161346901415291 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/breadcrumb/universal/style.css?1613469014914 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/style.css?16134690145715 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4_banner/style.css?16134690141661 */
/* /bitrix/templates/eshop_bootstrap_v4/template_styles.css?162913643739273 */
/* /bitrix/templates/eshop_bootstrap_v4/css/dropdown-menu.css?161346901415970 */
/* /bitrix/templates/eshop_bootstrap_v4/css/submenu.css?1613469014853 */
/* /bitrix/templates/eshop_bootstrap_v4/css/components/catalog.includes.css?16134690149399 */
/* /bitrix/templates/eshop_bootstrap_v4/css/components/catalog.item.css?161346901420993 */
/* /bitrix/templates/eshop_bootstrap_v4/css/components/bx-blue.css?16134690142091 */
