

/* Start:/local/templates/orteka_desktop/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?165460426810266*/
.wrap.wrap_breadcrumb {
    position: relative;
    margin: 0 auto;
}

.landing-brand ul {
    list-style: none;
}

.block-1 li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.block-1 li::before {
    width: 12px;
    height: 17px;
    position: absolute;
    top: 1px;
    left: 0;
    background: url('data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMC40NTk5IDYuMjUzMDRDMTEuODA5NiA3LjQ0NzAxIDExLjgwOTYgOS41NTMwNSAxMC40NTk5IDEwLjc0N0w0Ljk4NzcyIDE1LjU4NzhDMy4wNTE0NSAxNy4zMDA3IDEuMjYzOTRlLTA3IDE1LjkyNiAyLjM5Mzk1ZS0wNyAxMy4zNDA4TDYuNjI1OTFlLTA3IDMuNjU5MjJDNy43NTU5MWUtMDcgMS4wNzQwNiAzLjA1MTQ2IC0wLjMwMDYzIDQuOTg3NzMgMS40MTIyM0wxMC40NTk5IDYuMjUzMDRaIiBmaWxsPSIjQjgxODM4Ii8+DQo8L3N2Zz4NCg==') no-repeat;
    background-size: 100%;
    content: '';
}

.breadcrumbs {
    width: 100%;
    position: absolute;
    z-index: 5;
    color: #fff;
    fill: #fff;
}

.main-carousel__slide .wrap {
    max-width: 100%;
}

.landing-brand {
    letter-spacing: 0;
}

.block-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 80px 0;
}

.block-1 section {
    width: 892px;
}

.block-1 section p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #1c1c1c;
    margin: 0 0 10px;
}

.block-1__logo {
    margin: 20px 30px 0 0;
}

.block-2 {
    background: #F6F7F8;
    padding: 100px 0 10px 0;
}

.block-2__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1300px;
    margin: 0 auto;
}

.block-2__item_n {
    position: relative;
    width: 30%;
    margin: 0 15px 70px;
}

.block-2__thumb {
    position: static;
    display: block;
    margin: 0 auto 30px auto;
    text-align: center;
}

.block-2__thumb img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.block-2__item_n section {
    /*padding: 0 0 0 0px;*/
    max-width: 360px;
    margin: 0 auto;
}

.block-2__item_n section h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #1c1c1c;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.block-2__item_n section p {
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    text-align: center;
    color: #1C1C1C;
}

.block-22 {
    background: #F6F7F8;
    padding: 90px 0 35px;
}

.block-22__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1250px;
    margin: 0 auto;
}

.block-22__item {
    position: relative;
    width: 45%;
    margin: 0 20px 35px;
}

.block-22__thumb {
    position: absolute;
    top: -10px;
    left: 0;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-22__item section {
    padding: 0 0 0 80px;
}

.block-22__item section h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #1c1c1c;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.block-22__item section p {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #1c1c1c;
}

.block-3 {
    padding: 100px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-3 iframe {
    width: 790px;
    height: 440px;
}

.block-4 h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    color: #1c1c1c;
    text-align: center;
    padding: 0 0 40px;
    margin: 0;
    text-transform: none;
}

.block-4 h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #1c1c1c;
    margin: 0;
    padding: 0 0 30px;
}

.js-brand-items-slider .main-carousel__dots {
    bottom: -32px;
}

.pagination-arrow {
    width: 16px;
    height: 14px;
}

.pagination-arrow svg {
    stroke: #E5E5E5;
    width: 16px;
    height: 14px;
}

.pagination-arrow {
    bottom: -40px;
    top: unset;
    right: -webkit-calc((100% - 320px) / 2);
    right: calc((100% - 320px) / 2);
}

.pagination-arrow-left {
    left: -webkit-calc((100% - 320px) / 2) !important;
    left: calc((100% - 320px) / 2) !important;
}

.pagination-arrow:hover svg {
    stroke: #000 !important;
}

.block-4__products {
    padding: 0 70px 100px;
}

.page__content {
    margin-bottom: 35px;
}

.mobile-show {
    display: none;
}

@media (max-width: 1250px) {
    .block-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 60px 0 70px;
    }

    .block-1__logo {
        margin: 0 0 40px;
    }

    .block-1 section {
        width: 100%;
        max-width: 892px;
        padding: 0 24px;
    }

    .block-2__item_n {
        width: 345px;
        margin-bottom: 65px;
    }

    .block-2 {
        padding: 80px 0 0;
    }

    .block-22__item {
        width: 100%;
        margin: 0 24px 50px;
        max-width: 760px;
    }

    .block-22 {
        padding: 90px 0 30px;
    }

    .block-4__products {
        padding: 0 24px 115px;
    }
}

@media (max-width: 1100px) {
    .breadcrumbs {
        margin: 15px 16px;
    }

    .block-3 {
        padding: 95px 24px 80px;
    }

    .block-4 h2 {
        padding: 0 15px 30px 15px;
    }

    .block-4 h3 {
        padding: 0 0 15px;
    }

    .page__content {
        margin-bottom: 0;
    }

    .main-carousel__dots li {
        width: 7px;
        height: 7px;
    }

    .main-carousel__dots button {
        width: 5px;
        height: 5px;
    }

    .main-carousel__dots li.slick-active button {
        width: 7px;
        height: 7px;
    }

    .pagination-arrow {
        right: -webkit-calc((100% - 235px) / 2);
        right: calc((100% - 235px) / 2);
        bottom: -42px;
    }

    .pagination-arrow-left {
        left: -webkit-calc((100% - 235px) / 2) !important;
        left: calc((100% - 235px) / 2) !important;
    }
}

@media (max-width: 760px) {
    .breadcrumbs {
        margin: 7px;
    }

    .block-1 {
        padding: 40px 0 50px;
    }

    .block-1 section {
        padding: 0 15px;
    }

    .block-2 {
        padding: 60px 0 0;
    }

    .block-2__thumb {
        position: relative;
        width: 100%;
        top: 0;
        margin: 0 auto 20px;
    }

    .block-2__item_n
    {
        width: 100%;
        max-width: 320px;
    }

    .block-2__item_n section {
        padding: 0;
    }

    .block-2__thumb img {
        height: 60px;
    }

    .block-2__item_n section p {
        margin: 0;
        padding: 0 2px;
    }

    .block-2__item_n section p br{
        display: none;
    }

    .block-2__item_n {
        margin: 0 15px 60px;
    }

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

    .block-22__thumb {
        position: relative;
        width: 100%;
        top: 0;
    }

    .block-22__item section {
        padding: 0;
    }

    .block-22__item section h5 {
        margin: 20px 0 10px;
    }

    .block-22__item section p {
        margin: 0;
    }

    .block-22__item {
        margin: 0 15px 40px;
    }

    .block-3 {
        padding: 60px 24px;
    }

    .block-3 iframe {
        height: 56vw;
    }

    .block-4 h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .block-4 h3 {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .brand-section-url {
        float: none;
        text-align: center;
        margin: 50px 0 0;
    }

    .block-4__products {
        padding: 0 15px 60px;
    }

    .mobile-hidden {
        display: none;
    }

    .mobile-show {
        display: block;
    }
}

.g-page-bg {
    height: 496px;
}
.g-page-bg img {
    margin-top: -120px;
    position: relative;
    top: 50%;
}

.brand-banner-wrapper {
    width: 96vw;
    margin: auto;
}

.slider-dots-brand {
    margin-top: 15px;
}

.slick-slide img {
    width: 96vw;
    height: auto;
}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-product-slider/b-product-slider.css?16711022941791*/
.b-product-slider {
  margin: 0 -5px;
}
.b-product-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-product-slider__item,
.b-product-slider__item.slick-slide {
  padding: 6px 5px 10px;
  height: auto;
}
.b-product-slider .b-card__layer {
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}
.b-product-slider .b-slider__arrow {
	background: transparent;
	box-shadow: none;
	width: 25px;
	height: 100%;
	top: 0;
	bottom: 0;
	transform: translateY(0);
}
.b-product-slider .b-mainpage_main-slider .b-slider__arrow {
	height: calc(100% - 16px);
	bottom: 16px;
}
.b-product-slider .b-slider__arrow_prev svg {
	transform: rotate(-90deg);
}
.b-product-slider .b-slider__arrow_next svg {
	transform: rotate(90deg);
}
.b-product-slider .b-slider__arrow_prev {
	left: 0;
	justify-content: flex-start;
}
.b-product-slider .b-slider__arrow_next {
	right: 0;
	justify-content: flex-end;
}
.bx-no-touch .b-product-slider .b-slider__arrow:hover {
	background: transparent;
	color: #ec6600;
}
.b-product-slider.is-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.b-product-slider.is-start .b-product-slider__item {
  width: 20%;
  min-width: 20%;
}

.js-product-slider.b-product-slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    overflow-x:hidden;
    display: flex;
}

@media screen and (max-width: 1000px) {
.b-product-slider.is-start .b-product-slider__item {
  width: 25%;
  min-width: 25%;
}
}
@media screen and (max-width: 900px) {
.b-product-slider.is-start .b-product-slider__item {
  width: 33.3333%;
  min-width: 33.3333%;
}
}



/* End */


/* Start:/local/components/orteka/product.list.light.item/templates/block_products/style.css?1739260152824*/
.b-card-sizes{
    opacity: 0;
}
.bx-no-touch .b-card:hover .b-card-sizes {
    opacity: 1;
    visibility: visible;
}
.b-card-sizes{
    display: flex;
    flex-wrap: wrap;
}
.bx-no-touch .b-card.b-card_main .g-text-block a:hover {
    color: white;
}
.aloe__item:hover {
    color: #F04C25 !important;
}
.aloe p a:hover {
    color: #F04C25 !important;
}

.block-products .product-card-action-container {
    position: absolute;
    bottom: 0;
    z-index: 5;
    color: #fff;
    left: 0;
    right: 0;
}
.b-card_main .block-products .b-card__top {
    margin-bottom: 8px;
}

.block-products .b-card__tag-block {
  position: absolute;
  top: 12px;
  left: 12px;
  max-width: 75%;
  z-index: 1;
}
.b-card_main .block-products .product-card-favourite {
  display: flex;
  align-items: center;
  top: 8px;
  height: 28px;
}

/* End */


/* Start:/local/templates/orteka_desktop/components/bitrix/catalog/.default/catalog_popup/popup-card.css?1626158155492*/
.b-popup .b-full-card-details__bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-popup .b-full-card .g-link_more,
.b-popup .b-full-card + .g-link_more {
  background: rgba(0, 167, 184, 0.1);
  color: #00A7B8;
  border: none;
  height: 68px;
  line-height: 68px;
  text-transform: none;
}
.b-popup .b-full-card .g-link_more:hover,
.b-popup .b-full-card + .g-link_more:hover{
  background: #00A7B8;
  color: #FFFFFF;
}

/* End */


/* Start:/local/templates/orteka_desktop/global/b-rating/b-rating.css?16856052962303*/
.b-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 -2px;
}
.b-rating__star {
  width: 16px;
  min-width: 16px;
  height: 16px;
  color: #B7CDD9;
  transition: 0.3s;
  margin: 0 2px;
}
.b-rating__star.is-active {
  color: #FFB800;
}
.b-rating_action {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.b-rating_action .b-rating__star {
  cursor: pointer;
  width: 24px;
  min-width: 24px;
  height: 22px;
}
.b-rating_action .b-rating__star:hover,
.b-rating_action .b-rating__star:hover ~ .b-rating__star,
.b-rating_action .b-rating__star.is-active,
.b-rating_action .b-rating__star.is-active ~ .b-rating__star {
  color: #FFB800;
}
.b-rating__data {
	font-weight: 500;
	font-size: 14px;
	color: #A6A6A6;
	margin: 0 2px;
}

.bmhouse-comments-rating .bmhouse-comments-rating-background,
.bmhouse-comment-rating-background
{
  background: url("data: image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' style='max-width: 180px;'%3E%3Cg%3E%3Cpath fill='lightgray' d='M8 0L10.2665 4.88043L15.6085 5.52786L11.6673 9.19157L12.7023 14.4721L8 11.856L3.29772 14.4721L4.33273 9.19157L0.391548 5.52786L5.7335 4.88043L8 0Z'/%3E%3C/g%3E%3C/svg%3E")100%;
}

.bmhouse-comments-rating .bmhouse-comments-rating-foreground,
.bmhouse-comments-rating .bmhouse-comments-rating-foreground-stars,
.bmhouse-comment-rating-foreground
{
  background: url("data: image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' style='max-width: 180px;'%3E%3Cg%3E%3Cpath fill='orange' d='M8 0L10.2665 4.88043L15.6085 5.52786L11.6673 9.19157L12.7023 14.4721L8 11.856L3.29772 14.4721L4.33273 9.19157L0.391548 5.52786L5.7335 4.88043L8 0Z'/%3E%3C/g%3E%3C/svg%3E");
}

.bmhouse-comments-rating,
.bmhouse-comments-count
{
  display: inline-block;
}

.bmhouse-comments-rating-background,
.bmhouse-comments-rating-foreground,
.bmhouse-comments-rating-foreground-stars
{
  height: 22px;
  width: 110px;
  background: url( '/local/templates/orteka_desktop/global/b-rating/../img/stars.png') repeat-x;
}

.bmhouse-comments-rating-foreground,
.bmhouse-comments-rating-foreground-stars
{
  background-position: 0 -22px;
}
/* End */
/* /local/templates/orteka_desktop/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?165460426810266 */
/* /local/templates/orteka_desktop/global/b-product-slider/b-product-slider.css?16711022941791 */
/* /local/components/orteka/product.list.light.item/templates/block_products/style.css?1739260152824 */
/* /local/templates/orteka_desktop/components/bitrix/catalog/.default/catalog_popup/popup-card.css?1626158155492 */
/* /local/templates/orteka_desktop/global/b-rating/b-rating.css?16856052962303 */
