

/* Start:/local/templates/.default/components/bitrix/menu/main_subbanner/style.css?17509367531995*/
.subbanner-menu {
    background-color: #2d2e33;
}
.subbanner-menu .row {
    margin: 0;
}
@media (min-width: 1200px){
    .subbanner-menu > .row{
        max-width: 1200px;
        margin: 0 auto;
    }
}
.subbanner-menu__item{
    height: 120px;
    text-align: center;
    padding: 40px;
}
/*@media (min-width: 1200px){
    .subbanner-menu__item:not(:last-child):after{
        content: '';
        display: block;
        height: 50%;
        width: 1px;
        background-color: #414347;
        position: absolute;
        top: 25%;
        right: -1px;
    }
}*/
@media (min-width: 1200px){
    .subbanner-menu__item:last-child{
        display: none;
    }
}
@media (max-width: 1199px) {
    .subbanner-menu__item:nth-child(1):after,
    .subbanner-menu__item:nth-child(3):after {
        content: '';
        display: block;
        height: 50%;
        width: 1px;
        background-color: #414347;
        position: absolute;
        top: 25%;
        right: -1px;
    }

    .subbanner-menu__item:nth-child(3):before,
    .subbanner-menu__item:nth-child(4):before {
        content: '';
        display: block;
        height: 1px;
        width: 375px;
        background-color: #414347;
        position: absolute;
        top: 0;
    }

    .subbanner-menu__item:nth-child(3):before {
        right: 0;
    }

    .subbanner-menu__item:nth-child(4):before {
        left: 0;
    }
}
@media (max-width: 768px) {
    .subbanner-menu__item:nth-child(3):before,
    .subbanner-menu__item:nth-child(4):before {
        width: 100%;
    }
}
.subbanner-menu__item a {
    text-transform: uppercase;
    font-size: 2.2rem;
    line-height: 2.4rem;
    color: #fff;
}
.subbanner-menu__item a svg {
    display: inline-block;
    vertical-align: middle;
    line-height: 2.4rem;
    margin-right: 11px;
    width: 40px;
    height: 40px;
    fill: #fff;
}
.subbanner-menu__item a:hover {
    color: #e463a0;
    cursor: pointer;
}
.subbanner-menu__item a:hover svg {
    fill: #e463a0;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/advertising.banner/recommendations/style.css?175093675310277*/
.block_recommended {
    background-color: #25262a;
    padding: 40px 20px;
}
@media (min-width: 768px) {
    .block_recommended {
        padding: 90px 75px 70px;
    }
}
@media (min-width: 1200px) {
    .block_recommended > .row{
        max-width: 1200px;
        margin: 0 auto;
    }
}
.block_recommended [class*="col-"] {
    padding: 0 !important;
}
.block_recommended__item {
    position: relative;
    margin: 0 10px 20px;
}
.block_recommended__item--proportional {
    height: auto;
}
.block_recommended__item--proportional:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.block_recommended__item--white-bg {
    background-color: #fff;
}
.block_recommended__item--lg,
.block_recommended__item--md {
}

.block_recommended__item > a,
.block_recommended__item-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block_recommended__item-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.block_recommended__item-description {
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-transform: uppercase;
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 4rem;
    line-height: 3.3rem;
    color: #fff;
}
.block_recommended__item-description span {
    display: block;
    text-transform: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 1.3rem;
    line-height: 3.2rem;
}
.single-product-carousel__title {
    position: absolute;
    top: 35px;
    z-index: 100;
    font-size: 2.5rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.single-product-carousel__title a {
    color: #25262a;
}
.single-product-card__card {
    height: 100%;
    position: absolute;
    padding: 70px 20px 20px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    -webkit-transition: all 350ms cubic-bezier(.86, 0, .07, 1);
    transition: all 350ms cubic-bezier(.86, 0, .07, 1);
}
.single-product-card__card .shield {
    position: absolute;
    z-index: 5;
}

.single-product-card svg.svg-icon-wishlist {
    width: 17px;
    height: 15px;
    fill: #25262a;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 15;
    cursor: pointer;
}
@media (min-width: 1200px) {
    .single-product-card svg.svg-icon-wishlist {
        opacity: 0;
    }
}
@media (min-width: 1200px) {
    .single-product-card__link:hover + svg.svg-icon-wishlist {
        opacity: 1;
    }
}
.single-product-card svg.svg-icon-wishlist:hover,
.single-product-card svg.svg-icon-wishlist--active {
    fill: #e463a0;
}
@media (min-width: 1200px) {
    .single-product-card svg.svg-icon-wishlist:hover,
    .single-product-card svg.svg-icon-wishlist--active {
        opacity: 1;
    }
}

.single-product-card__img {
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.single-product-card__img img {
    width: auto !important;
    height: auto;
    max-height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
    .single-product-card__img {
        height: 120px;
    }
    .single-product-card__img img {
        max-height: 120px;
    }
}
@media (min-width: 1400px) {
    .single-product-card__img {
        height: 160px;
    }
    .single-product-card__img img {
        max-height: 160px;
    }
}
@media (min-width: 1600px) {
    .single-product-card__img {
        height: 200px;
    }
    .single-product-card__img img {
        max-height: 200px;
    }
}
.h2.single-product-card__title {
    margin-bottom: 10px;
    text-align: center;
}
.single-product-card .raiting {
    margin-bottom: 10px;
}
.single-product-card__name {
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 2rem;
    text-align: center;
    max-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.single-product-card__name span {
    color: #25262a;
}
.single-product-card__description {
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 2rem;
    color: #9a9ba0;
    margin-bottom: 27px;
    text-align: center;
    max-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-style: italic;
}
.single-product-card__price {
    color: #e463a0;
    font-size: 2.8rem;
    text-align: center;
}

.single-product-card__join{
    min-height:60px;
}
.single-product-card__price--old {
    color: #9a9ba0;
    margin-right: 5px;
    font-size: 1.7rem;
    position: relative;
}
.single-product-card__price--old:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9a9ba0;
    position: absolute;
    bottom: 9px;
    right: 0;
}
.single-product-card .btn {
    position: absolute;
    z-index: 101;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    min-width: 106px;
}
.single-product-card .btn--disabled {
    z-index: 0;
}
.single-product-card__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.single-product-carousel__navigation,
.single-product-carousel__products .owl-nav {
    position: absolute;
    bottom: 70px;
    left: 0;
    margin-top: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    z-index: 10;
}
.single-product-carousel__products .owl-nav:before {
    content: '';
    display: block;
    margin: 0 20px;
    border-top: 1px solid #f3f3f3;
}
.single-product-carousel__navigation.disabled,
.single-product-carousel__products .owl-nav.disabled {
    display: none;
}
.single-product-carousel__navigation svg.svg-arrow,
.single-product-carousel__products .owl-nav svg.svg-arrow{
    width: 40px;
    height: 20px;
}
.single-product-carousel__nav-left,
.single-product-carousel__products .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    top: 25px;
}
@media (min-width: 1200px) {
    .single-product-carousel__nav-left,
    .single-product-carousel__products .owl-nav .owl-prev {
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .single-product-carousel__nav-left:hover,
    .single-product-carousel__products .owl-nav .owl-prev:hover {
        -webkit-transform: translate(-5px);
        -ms-transform: translate(-5px);
        transform: translate(-5px);
    }
    .single-product-carousel__nav-left:hover svg.svg-arrow,
    .single-product-carousel__products .owl-nav .owl-prev:hover svg.svg-arrow {
        fill: #e463a0;
    }
}
.single-product-carousel__nav-right,
.single-product-carousel__products .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    top: 25px;
}
@media (min-width: 1200px) {
    .single-product-carousel__nav-right,
    .single-product-carousel__products .owl-nav .owl-next {
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .single-product-carousel__nav-right:hover,
    .single-product-carousel__products .owl-nav .owl-next:hover {
        -webkit-transform: translate(5px);
        -ms-transform: translate(5px);
        transform: translate(5px);
    }
    .single-product-carousel__nav-right:hover svg.svg-arrow,
    .single-product-carousel__products .owl-nav .owl-next:hover svg.svg-arrow {
        fill: #e463a0;
    }
}
.single-product-carousel__nav-right svg.svg-arrow,
.single-product-carousel__products .owl-nav .owl-next svg.svg-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
}
.single-product-carousel__products .owl-nav.disabled,
.single-product-carousel__products .owl-nav .owl-prev.disabled,
.single-product-carousel__products .owl-nav .owl-next.disabled {
    display: none;
}

.single-product-carousel__products .owl-dots {
    position: absolute;
    bottom: 22px;
    text-align: center;
    width: 100%;
}

.single-product-carousel__products .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;
}

.single-product-carousel__products .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.single-product-carousel__products .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #e463a0;
}


.block_recommended__item .product-card,
.block_recommended__item .product-card__card {
    margin: 0;
    padding: 0;
}
.block_recommended__item .product-card__card:hover{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: none;
}
.block_recommended__item .single-product-card__card {
    position: static;
}
.block_recommended__item--proportional-2x:before {
    content: '';
    display: none;
    padding-bottom: 200%;
}
.block_recommended__item--proportional-2x:after {
    content: '';
    display: none;
    padding-bottom: 20px;
}
.block_recommended__item--proportional-2x .single-product-card,
.block_recommended__item--proportional-2x .single-product-carousel__carousel-inner {
    position: static;
    height: 560px;
}
.block_recommended__item--proportional-2x .single-product-carousel__products,
.block_recommended__item--proportional-2x .owl-stage-outer {
    height: 100%;
}
@media (min-width: 768px) {
    .block_recommended__item--proportional-2x:before {
        display: block;
    }
    .block_recommended__item--proportional-2x:after {
        display: block;
    }
    .block_recommended__item--proportional-2x .single-product-card,
    .block_recommended__item--proportional-2x .single-product-carousel__carousel-inner {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        height: auto;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/menu/main_subbanner/style.css?17509367531995 */
/* /local/templates/.default/components/bitrix/advertising.banner/recommendations/style.css?175093675310277 */
