

/* Start:/bitrix/templates/youBrand/normalize.css?17332153876507*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  color: black;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: black;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
p,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  padding: 0;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/bitrix/templates/youBrand/style.css?17332153875605*/
@media screen and (min-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 48px;
  }
}

@media screen and (min-width: 1680px) {
  .container {
    max-width: 1644px;
  }
}

html{
  overflow-x: hidden;
}

body {
  font-family: 'Jost', sans-serif;
  /*overflow-x: hidden;*/

  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  height: 100%;
}

@font-face {
  font-family: Jost;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local('Jost'), url('/bitrix/templates/youBrand/fonts/Jost-Regular.ttf') format('truetype');
}

@font-face {
  font-family: Jost;
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: local('Jost'), url('/bitrix/templates/youBrand/fonts/Jost-Medium.ttf') format('truetype');
}

@font-face {
  font-family: Jost;
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: local('Jost'), url('/bitrix/templates/youBrand/fonts/Jost-SemiBold.ttf') format('truetype');
}

/* Slider dots animation */
.slick-active .circle-loader::before {
  animation: prixClipFix 3.5s linear infinite;
  border: 1px solid black;
}

.circle-loader {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
}
.circle-loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: none;
  animation: none;
  transform: rotate(45deg);
}
.circle-loader__dot {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  border-radius: 50%;
}

@keyframes prixClipFix {
  0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
  25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
  50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
  75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
  100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

.catalog-filters__content-body-section-filters-checkboxItem-input:checked + label:after {
  background-image: url('/bitrix/templates/youBrand/img/closing-checkbox-icon.svg');
}

footer{
  max-width: 100%;
  overflow: hidden;
}

.noscroll, .noscroll body{
  overflow: hidden;
}

.accordion-item{
  overflow: hidden;
}


.headerFixed{
  position: fixed !important;
  top: 0;
  background: #fff !important;
}

.header.transparent .header2, .header.transparent .header3{
  background: transparent;
  border-color: transparent;
}

.header3.headerFixed{
  background: #fff;
}

footer.white .footer1, footer.white .footer2{
  background-color: #fff;
}

footer.black .footer1, footer.black .footer2{
  background-color: #000;
  color: #fff;
}

footer.black .footer1__wrapper-item-text,
footer.black .footer1__wrapper-item-link,
footer.black .header3__nav-menuItem-title{
  color: #fff !important;
}


.error-wrap{
  margin: 250px auto;
  text-align: center;
  width: 800px;
  max-width: 100%;
}

.error-small-text{
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.error-title{
  color: #000;
  font-size: 55px;
  font-weight: 500;
  margin: 10px 0;
}

.error-desc{
  color: #B2B5BB;
  font-size: 17px;
  font-weight: 400;
  width: 475px;
  max-width: 100%;
  margin: auto;
}

.error-btn{
  padding: 11px 21px;
  max-width: 100%;
  display: inline-block;
  margin: auto;
  margin-top: 50px;
  color: #fff;
}

@media(max-width: 575px){
  .error-wrap{
    margin: 100px auto;
  }

  .error-title{
    font-size: 35px;
  }

  .error-desc{
    font-size: 14px;
  }

  .error-btn{
    margin-top: 25px;
  }
}


.scrollBarContainer{
  border-radius: 3px;
  background: #F7F7F7;
  width: 3px;
}

.scrollBarContainer .scroll{
  border-radius: 3px;
  background: #000;
}

.catalogGrid__catalogHeader-breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  gap: 8px;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .catalogGrid__catalogHeader-breadcrumbs {
    display: none;
  }
}

.catalogGrid__catalogHeader-breadcrumbs-line {
  width: 17px;
  height: 1px;
  background-color: black;
}

.catalogGrid__catalogHeader-breadcrumbs-item:hover {
  color: #666666;
}



.text-block, .text-block p{
  color: #000;
  font-size: 25px;
  font-weight: 400;
}

.text-block h3{
  color: #000;
  font-size: 30px;
  font-weight: 500;
}

.custom-catalog-wrap{
  display: flex;
  flex-wrap: wrap;
}

.news-seo{
  margin: 80px 0;
  color: #666;
}

.news-seo h2, .news-seo h3, .news-seo h4, .news-seo h5, .news-seo h6{
  color: #000;
}

.flex-1{
  flex: 1;
}

.header3__dropdownMenu-content-categories-wrap .scroll-wrapper{
  right: -17px !important;
}

.grey-bg{
  background: #F7F7F7;
  padding: 80px 0;
}

a:hover{
  color: inherit;
  opacity: .8;
}

.headerMobilePopup__menu-parent-list-item-iconWrapper-circleTooltip {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  border-radius: 50%;
  color: white;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerMobilePopup__menu-parent-list-item-iconWrapper .headerMobilePopup__menu-parent-list-item-iconWrapper-circleTooltip{
  top: -8px;
  right: -8px;
}

@media(max-width: 992px){
  .grey-bg{
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .text-block, .text-block p{
    font-size: 16px;
  }

  .text-block h3{
    font-size: 20px;
  }

  .news-seo{
    margin: 40px 0;
  }
}
/* End */


/* Start:/bitrix/templates/youBrand/include/css/search.css?17332153876622*/
.header3__foundProducts {
    z-index: 1000;
    position: fixed;
    background-color: white;
    width: 100%;
    padding: 40px;
    left: 0;
}

.header3__foundProducts-hidden {
    opacity: 0;
    pointer-events: none;
}

.header3__foundProducts-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 -7px;
    margin-bottom: 45px;
}

.header3__foundProducts-wrapper-item{
    display: block;
    width: 25%;
    padding: 14px;
}

.header3__foundProducts-wrapper-item:hover {
    color: black;
}

.header3__foundProducts-wrapper-item-title {
    font-weight: 500;
    font-size: 24px;
    margin-top: 15px;
}

.header3__foundProducts-wrapper-item-img {
    max-width: 100%;
}

.header3__foundProducts-wrapper-item-prices {
    display: flex;
    font-size: 24px;
}

.header3__foundProducts-wrapper-item-prices-new {
    margin-right: 15px;
}

.header3__foundProducts-wrapper-item-prices-old {
    color: #666666;
    text-decoration: line-through;
}

.header3__foundProducts-showAllBtn {
    margin: 0 auto;
    display: block;
    background-color: #FFFFFF;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    border: 2px solid black;
}

.header3__foundProducts-showAllBtn:hover {
    transform: scale(1.03);
    background-color: #000000;
    color: #FFFFFF;
}

/* --- SEARCH MENU MOBILE --- */
.header3__searchMenuMobile {
    background-color: white;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
    overflow: scroll;
}

.header3__searchMenuMobile-hidden {
    opacity: 0;
    pointer-events: none;
}

.header3__searchMenuMobile-wrapper-content {
    padding: 16px;
    width: 100%;
}

.header3__searchMenuMobile-wrapper-content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header3__searchMenuMobile-wrapper-content-header-title {
    font-size: 18px;
    font-weight: 600;
}

.header3__searchMenuMobile-wrapper-content-header-closeIcon {
    cursor: pointer;
}

.header3__searchMenuMobile-wrapper-content-searchBar {
    width: 100%;
    position: relative;
}

.header3__searchMenuMobile-wrapper-content-searchBar-input {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    padding-left: 16px;
    border: 1px solid #626262;
    border-radius: 2px;
}

.header3__searchMenuMobile-wrapper-content-searchBar-button {
    position: absolute;
    right: 0;
    height: 45px;
    background: transparent;
    border: none;
}

.header3__searchMenuMobile-wrapper-content-searchBar-button-icon {
    width: 100%;
    height: 100%;
}

.header3__searchMenuMobile-wrapper-content-searchBar-input::placeholder {
    color: #C9CBD1;
}

.header3__searchMenuMobile-wrapper-content-tagSection {
    margin-top: 14px;
    display: flex;
}

.header3__searchMenuMobile-wrapper-content-tagSection-title {
    font-size: 18px;
    color: #C9CBD1;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .header3__searchMenuMobile-wrapper-content-tagSection-title {
        font-size: 12px;
    }
}

.header3__searchMenuMobile-wrapper-content-tagSection-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .header3__searchMenuMobile-wrapper-content-tagSection-content {
        font-size: 12px;
    }
}

.header3__searchMenuMobile-wrapper-content-tagSection-content-tag {
    cursor: pointer;
}

/* --- FOUND PRODUCTS MOBILE --- */
.header3__searchMenuMobile-wrapper-content-foundProducts {
    margin-top: 40px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    column-gap: 20px;
}

.header3__searchMenuMobile-wrapper-content-foundProducts-item {

}

.header3__searchMenuMobile-wrapper-content-foundProducts-item:hover {
    color: black;
}

.header3__searchMenuMobile-wrapper-content-foundProducts-item-title {
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    .header3__searchMenuMobile-wrapper-content-foundProducts-item-title {
        font-size: 14px;
    }
}

.header3__searchMenuMobile-wrapper-content-foundProducts-item-img {
    width: 100%;
    object-fit: cover;
}

.header3__searchMenuMobile-wrapper-content-foundProducts-item-prices {
    display: flex;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .header3__searchMenuMobile-wrapper-content-foundProducts-item-prices {
        font-size: 14px;
    }
}

.header3__searchMenuMobile-wrapper-content-foundProducts-item-prices-new {
    margin-right: 15px;
}

.header3__searchMenuMobile-wrapper-content-foundProducts-item-prices-old {
    color: #666666;
    text-decoration: line-through;
}


.loader {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1020;
    transition: all .2s ease-in-out;
}

.loader__item {
    margin: 0 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #f3f3f3;
    border-top: 4px solid red;
    animation: rotating-spinner 1s linear infinite;
}

.loader__hidden {
    opacity: 0;
    pointer-events: none;
}

.logo-link{
    width: unset;
}

.header3__mobileMenu-burgerMenu-logoMobile{
    max-width: 100%;
}

@keyframes rotating-spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.header3Substrate{
    /*display: none;*/
}

@media(max-width: 1200px){
    .header3__foundProducts-wrapper-item-title{
        font-size: 20px;
    }

    .header3__foundProducts-wrapper-item-prices{
        font-size: 18px;
    }
}

.header3__searchMenu-header-upper-searchBar{
    display: flex;
}

.header3__searchMenu-header-upper-searchBar form{
    position: relative;
    flex: 1;
}

.search-close{
    display: flex;
    align-items: center;
    padding: 9px 14px;
    color: #000;
    font-size: 16px;
    border-radius: 3px;
    background: #C9CBD1;
    margin-left: 15px;
    flex: none;
    border: 0;
}

.search-close-img{
    width: 23px;
    height: 23px;
    margin-right: 5px;
}
/* End */


/* Start:/bitrix/templates/youBrand/components/sopdu/simple.iblock/banner.top/style.css?1733215387653*/
.header1 {
    position: relative;
    padding: 10px;
    background-color: #C94C46;
    display: flex;
    justify-content: center;
    height: 40px;
    transition: all .2s ease-in-out;
    z-index: 1000;
    padding-right: 40px;
}

@media screen and (max-width: 768px) {
    .header1 {
        height: unset;
    }
}

.header1__text {
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
}

@media screen and (max-width: 576px) {
    .header1__text {
        text-align: center;
        width: 80%;
    }
}

.header1__closeIcon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
/* End */


/* Start:/bitrix/templates/youBrand/components/sopdu/template.part/header.top/style.css?17332153872428*/
.header2 {
    padding: 10px;
    font-size: 15px;
    border-bottom: 1px solid #EEEEEE;
    height: 50px;
    background: white;
    position: relative;
    z-index: 1000;
    transition: all .2s ease-in-out;
}
@media screen and (max-width: 991px) {
    .header2 {
        display: none;
    }
}

.header2__socialLinks {
    display: flex;
    gap: 10px;
}

.header2__text-line {
    margin: 0 15px;
    width: 1px;
    background-color: #000000;
}

.header2__text-link {
    text-decoration: underline;
    transition: .2s ease-in-out;
}

.header2__text-link:hover {
    color: #666666;
}

.header2__currencyBox {
    cursor: pointer;
    position: relative;
}

.header2__currencyBox-wrapper-activeCurrency {
    margin-right: 8px;
}

.header2__currencyBox-dropdownMenu {
    position: absolute;
    list-style-type: none;
    padding: 0 8px;
    margin: 0;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 29px 45px rgba(164, 164, 164, 0.2);
    z-index: 1001;
    top: 25px;
    transition: all .2s ease-in-out;
}

.header2__currencyBox-dropdownMenu-item {
    margin: 8px 0;
    color: #666666;
}

.header2__currencyBox-dropdownMenu-item:hover {
    color: black;
}

.hidden {
    opacity: 0;
    pointer-events: none;
}

.grayText {
    color: #666666;
}

.header-top-menu-col, .header2__socialLinks{
    flex: 1;
}

.header-top-menu-col ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.header-top-menu-col li{
    padding: 0 15px;
    color: #000;
    font-size: 14px;
}

.header2__socialLinks{
    display: flex;
    justify-content: flex-end;
}

.header-phone{
    display: flex;
}

.header-phone-link{
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-right: 15px;
}

.order-call{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-right: 30px;
    cursor: pointer;
}

.header2-row{
    flex-wrap: nowrap;
}

@media(max-width: 1400px){
    .header-top-menu-col li{
        padding: 0 7px;
    }

    .order-call, .header-phone-link{
        margin-right: 10px;
    }
}

@media (max-width: 1200px) {
    .order-call{
        display: none;
    }

    .header2__socialLinks{
        flex: none;
        padding: 0;
    }

    .header-top-menu-col{
        padding: 0;
    }
}
/* End */


/* Start:/bitrix/templates/youBrand/components/sopdu/template.part/header4/sopdu/template.part/header.bottom/style.css?17332153878493*/
.header3 {
    width: 100%;
    max-width: 100vw;
    background-color: white;
    transition: all .2s ease-in-out;
    z-index: 2;
}

.z-1000 {
    z-index: 1000;
}

.header3__desktopMenu {
    transition: height .2s ease-in-out, opacity .6s ease-in-out;
    height: 64px;
}

.header3__desktopMenu > div:nth-child(2){
    display: flex;
    justify-content: center;
    width: 41.66666667%;
}

.header2__socialLinks + div{
    width: 41.66666667%;
}


.header3__mainContent {
    display: none;
}

.hidden {
    opacity: 0;
    pointer-events: none;
}

.header3__nav {
    display: flex;
    gap: 8px;
    height: 100%;
    align-items: center;
}

@media screen and (max-width: 1680px) {
    .header3__nav {
        gap: 16px;
    }
}

@media screen and (max-width: 1400px) {
    .header3__nav {
        align-self: start;
    }
}

@media screen and (max-width: 1080px) {
    .header3__nav {
        gap: 8px;
    }
}

@media screen and (max-width: 991px) {
    .header3__nav {
        display: none;
    }
}

.header3__nav-menuItem {
    cursor: pointer;
    font-weight: 500;
    display: flex;
    gap: 14px;
    padding: 4px 0;
    margin: 15px;
    border-bottom: 2px solid transparent;
    transition: all .2s ease-in-out;
}

.header3__nav-menuItem-title{
    color: #000 !important;
}

@media screen and (max-width: 1680px) {
    .header3__nav-menuItem {
        margin: 15px 5px;
    }
}

@media screen and (max-width: 1500px) {
    .header3__nav-menuItem {
        font-size: 14px;
    }
}

@media screen and (max-width: 1080px) {
    .header3__nav-menuItem {
        gap: 4px;
    }
}

.header3__nav-menuItem:hover {
    border-bottom: 2px solid;
}

.header3__nav-menuItem-icon {
    transition: all .2s ease-in-out;
    max-width: 7px;
    display: none;
}

.header3__nav-menuItem:hover .header3__nav-menuItem-icon {
    transform: rotate(180deg);
}

.header3__nav-menuItem:first-of-type {
    margin-left: 0;
}

.header3__logo {
    max-width: 160px;
}

.header3__actionsBox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}

.header3__actionsBox-transferredNavContainer {
    margin-right: auto;
    align-self: center;
    height: 64px;
}

.header3__actionsBox-item {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.header3__actionsBox-item-tooltip {
    opacity: 0;
    padding: 5px 11px;
    color: white;
    text-align: center;
    border-radius: 4px;
    pointer-events: none;
    transition: all .2s ease-in-out;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.header3__actionsBox-item-tooltip:after {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    height: 11px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid black;
}

.header3__actionsBox-item:hover .header3__actionsBox-item-tooltip {
    opacity: 1;
}

.header3__actionsBox-item:hover .header3__actionsBox-item-icon {
    filter: contrast(0.2);
}

/* --- Mobile header --- */
.header3__mobileMenu {
    padding: 10px 0;
}

.header3__mobileMenu-burgerMenu-img {
    width: 20px;
    cursor: pointer;
}

.header3__mobileMenu-burgerMenu-actionBoxMobile {
    display: flex;
    justify-content: flex-end;
}

.header3__mobileMenu-burgerMenu-actionBoxMobile-item {
    position: relative;
    cursor: pointer;
}

.header3__mobileMenu-burgerMenu-actionBoxMobile-item-tooltip {
    opacity: 0;
    padding: 5px 11px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 4px;
    pointer-events: none;
    transition: all .2s ease-in-out;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.header3__mobileMenu-burgerMenu-actionBoxMobile-item-tooltip:after {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    height: 11px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid black;
}

.header3__mobileMenu-burgerMenu-actionBoxMobile-item:hover .header3__mobileMenu-burgerMenu-actionBoxMobile-item-tooltip {
    opacity: 1;
}

.header3__mobileMenu-burgerMenu-actionBoxMobile-item:hover .header3__mobileMenu-burgerMenu-actionBoxMobile-item-icon {
    filter: contrast(0.2);
}

/*--- Search menu ---*/
.header3__searchMenu {
    transition: height .2s ease-in-out, opacity .6s ease-in-out;
    height: 140px;
    opacity: 1;
}

.header3__searchMenu-active {
    height: 80vh;
}

.header3__searchMenu-header {
    padding: 20px 0 30px 0;
}

.header3__searchMenu-header-upper-logo {
    max-width: 135px;
    padding-right: 10px;
}

.header3__searchMenu-header-upper-searchBar {
    width: 100%;
    max-width: 855px;
    position: relative;
}

.header3__searchMenu-header-upper-searchBar-input {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    padding-left: 16px;
    border: 1px solid #626262;
    border-radius: 2px;
}

.header3__searchMenu-header-upper-searchBar-button {
    position: absolute;
    right: 0;
    height: 45px;
    background: transparent;
    border: none;
}

.header3__searchMenu-header-upper-searchBar-button-icon {
    width: 100%;
    height: 100%;
}

.header3__searchMenu-header-upper-searchBar-input::placeholder {
    color: #C9CBD1;
}

.header3__searchMenu-header-upper-actionBox {
    display: flex;
    justify-content: flex-end;
}

.header3__searchMenu-header-upper-actionBox-item {
    position: relative;
    cursor: pointer;
}

.header3__searchMenu-header-upper-item-tooltip {
    opacity: 0;
    padding: 5px 11px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 4px;
    pointer-events: none;
    transition: all .2s ease-in-out;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.header3__searchMenu-header-upper-item-tooltip:after {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    height: 11px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid black;
}

.header3__searchMenu-header-upper-actionBox-item:hover .header3__searchMenu-header-upper-item-tooltip {
    opacity: 1;
}

.header3__searchMenu-header-upper-actionBox-item:hover .header3__searchMenu-header-upper-actionBox-item-icon {
    filter: contrast(0.2);
}

.header3__searchMenu-header-lower {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.header3__searchMenu-header-lower-title {
    font-size: 20px;
    color: #C9CBD1;
}

.header3__searchMenu-header-lower-content {
    display: flex;
    gap: 20px;
    font-size: 20px;
    font-weight: 500;
}

.header3__searchMenu-header-lower-content-tag {
    text-decoration: underline;
    color: black;
    cursor: pointer;
}

.header3__searchMenu-header-lower-content-tag:hover {
    color: #666666;
}

.header3__searchMenu-content {
    background-color: white;
    position: relative;
    z-index: 1000;
}

/*--- Common ---*/
.header3__hidden {
    height: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0s ease-in-out;
}

.header3__darkenBackground {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.header3__darkenBackground-hidden {
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
}

.header3__nav-menuItem.hasDropdown{
    padding: 12px 28px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 46px;
    border: 0 !important;
}

.header3__nav-menuItem.hasDropdown .header3__nav-menuItem-title{
    color: #fff !important;
    pointer-events: none;
}

.header3__nav-menuItem.hasDropdown:before{
    content: '';
    position: relative;
    display: block;
    width: 24px;
    height: 22px;
    background: url('/bitrix/templates/youBrand/components/sopdu/template.part/header4/sopdu/template.part/header.bottom/img/menu.svg') no-repeat center;
}

.header3__nav-menuItem.hasDropdown.active:before{
    background-image: url('/bitrix/templates/youBrand/components/sopdu/template.part/header4/sopdu/template.part/header.bottom/img/cross.svg');
}


/* End */


/* Start:/bitrix/templates/youBrand/components/sopdu/template.part/header.dropdown2/style.css?17332153872493*/
.header3__dropdownMenu {
    position: absolute;
    height: calc(100vh - 65px);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .2s ease-in-out;
    left: 0;
}

.header3__dropdownMenu-content-categories-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    /*padding-bottom: 40px;*/
}

@media screen and (max-width: 991px) {
    .header3__dropdownMenu {
        display: none;
    }
}

.header3__dropdownMenu-content {
    height: 100%;
    transition: all .2s ease-in-out;
}

.header3__dropdownMenu-content-imageWrapper-img {
    width: 100%;
    max-height: 340px;
    object-fit: cover;
    object-position: top;
}

.header3__dropdownMenu-content-categories-item .header3__dropdownMenu-content-categories{
    display: none;
    left: 100%;
    top: 0;
    margin-left: -12px;
}

.header3__dropdownMenu-content-categories{
    width: 312px;
    height: 100%;
    background: #fff;
    padding: 12px;
    list-style: none;
    position: relative;
    border-left: 1px solid #EFECEC;
    margin-bottom: 40px;
}

.header3__dropdownMenu-content-categories:last-child:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 100%;
    top: 0;
    right: -17px;
    background: #fff;
}

.header3__dropdownMenu-content-categories:first-child{
    border-left: 0;
}

.header3__dropdownMenu-content-categories-item{
    border-radius: 3px;
    padding: 10px;
    transition: .3s;
}

.header3__dropdownMenu-content-categories-item:hover{
    background: #F7F7F7;
}

.header3__dropdownMenu-content-categories-item.parent:before{
    content: '';
    width: 30px;
    height: 32px;
    position: absolute;
    right: 10px;
    margin-top: -5px;
    background: url('/bitrix/templates/youBrand/components/sopdu/template.part/header.dropdown2/img/arrow.svg') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    align-self: center;
}

/*.header3__dropdownMenu-content-categories-item:hover > .header3__dropdownMenu-content-categories{
    display: block;
}*/

.header3__dropdownMenu-content-categories-item-title{
    display: flex;
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
}

.header3__dropdownMenu-content-icon, .headerMobilePopup__menu-child-content-icon{
    width: 24px;
    height: 24px;
    background: no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    flex: none;
    margin-right: 10px;
}


/* End */


/* Start:/bitrix/templates/youBrand/components/sopdu/template.part/modal.fastBuy/style.css?173321538796*/
.product-fastBuyPopupHidden {
    opacity: 0;
    pointer-events: none;
    display: none;
}
/* End */
/* /bitrix/templates/youBrand/normalize.css?17332153876507 */
/* /bitrix/templates/youBrand/style.css?17332153875605 */
/* /bitrix/templates/youBrand/include/css/search.css?17332153876622 */
/* /bitrix/templates/youBrand/components/sopdu/simple.iblock/banner.top/style.css?1733215387653 */
/* /bitrix/templates/youBrand/components/sopdu/template.part/header.top/style.css?17332153872428 */
/* /bitrix/templates/youBrand/components/sopdu/template.part/header4/sopdu/template.part/header.bottom/style.css?17332153878493 */
/* /bitrix/templates/youBrand/components/sopdu/template.part/header.dropdown2/style.css?17332153872493 */
/* /bitrix/templates/youBrand/components/sopdu/template.part/modal.fastBuy/style.css?173321538796 */
