/**
 * Theme Name: New Design of Wbooster Child
 * Theme URI: wbooster.ru
 * Author: wbooster, frontend developer, Alex
 * Author URI: wbooster.ru
 * Template: wbooster
 * Version: 2.1.1
 */

/*
c- - component
b- - block
s- - shortcode
g- - global
*/


.free_deviliper {
    position: absolute;
    text-align: right;
    right: 0;
    color: #FFF;
    background-color: #4b1634;
    padding: 5px;
    top: 135px;
    font-size: 12px;
}

.free_deviliper-details {
    position: absolute;
    text-align: right;
    right: 0;
    color: #FFF;
    background-color: #4b1634;
    padding: 5px;
    top: 80px;
    font-size: 12px;
    z-index: 999;
}

.free_deviliper-info {
    border: 1px solid #4b1634;
    padding: 10px;
    margin-top: 10px;
}

.c-form-search__input, #searchsubmit {
    height: 41px;
}

.seo-tag__wrapper {
    display: flex;
    flex-wrap: wrap;
}

a.seo_tag {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

a.seo_tag:hover {
    background: #f6f6f6;
}

#menu-item-28080 {
    border: 1px solid #640435;
    color: #FFF;
    padding: 0px 3px;
    background-color: #640435;
}

#menu-item-28080:hover {
    background-color: transparent;
}

#menu-item-28080 > a:hover {
    color: #640435;

}

.content-magazin {
    padding: 0px !important;
}

.arhive-magazin-text {

    border: 1px solid #640435;
    padding: 2rem;
    margin-top: 2rem;
}

.nav-top__link {
    display: block;
    /* color: #333; */
}

.nav-top__link.\--sublink {
    padding: .6rem 1.2rem;
}

.nav-top__link.\--sublink:hover,
.nav-top__link.\--sublink:focus {
    color: inherit;
    background-color: #000;
}

.nav-top__submenu {
    margin-top: .8rem;
    color: #fff;
    background: #333;
    font-size: 1.4rem;
    line-height: 1.42857;
    border-radius: 0;
    white-space: nowrap;
}

.nav-top__submenu::before {
    content: url(assets/img/rom.png);
    position: absolute;
    left: 2.5rem;
    top: -.8rem;
    height: 1.6rem;
}

@font-face {
    font-family: 'Century Gothic Regular';
    src: url('../wbooster-child/assets/font/CenturyGothic.eot');
    src: url('../wbooster-child/assets/font/CenturyGothic.eot@') format('embedded-opentype'),
    url('../wbooster-child/assets/font/CenturyGothic.woff') format('woff'),
    url('../wbooster-child/assets/font/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic Bold';
    src: url('../wbooster-child/assets/font/CenturyGothic-Bold.eot');
    src: url('../wbooster-child/assets/font/CenturyGothic-Bold.eot@') format('embedded-opentype'),
    url('../wbooster-child/assets/font/CenturyGothic-Bold.woff') format('woff'),
    url('../wbooster-child/assets/font/CenturyGothic-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@media (max-width: 992px) {
    .nav-top__list {
        min-width: 34rem !important;
    }
}

@media (max-width: 544px) {
    .c-filter__headline {
        text-align: center;
    }

    .c-slide-nav__close-menu {
        left: 2rem;
        top: 2rem !important;
        right: auto;
    }

    .c-slide-nav__logo {
        padding-left: 1rem;
    }

    .c-slide-nav__logo img {
        height: 4rem;
        width: auto;
        margin: auto;
        display: block;
    }

    .c-slide__wrapper .filter--style-premmerce .filter__item {
        background: #c7c7c7c7;
        border: none;
        margin-bottom: 1rem;
    }

    .header__btn:first-child {
        max-width: 100% !important;
    }

    .filter__checkgroup-control[type='checkbox'] + .filter__checkgroup-check {
        border-color: #640435;
    }

    .c-product__item-content {
        padding: 1rem;
    }

    .c-product__item-footer .card__btns-holder .help-buttons {
        display: none !important;
    }

    .c-product__item-footer .btn-primary {
        width: 100%;
        padding: 1.5rem .5rem;
    }

    .c-product__quantity .c-quantity__counter {
        flex: 0 0 8.5rem !important;
        width: 8.5rem !important;
        margin-right: 2rem;
    }

    .c-product__quantity .c-quantity__counter input {
        text-align: center;
    }
}

.wb-social-widget {
    display: none;
}

@media (max-width: 544px) {
    .wb-social-widget {
        z-index: 999;
        box-sizing: border-box;
        position: fixed;
        bottom: 10px;
        left: 10px;
        display: flex;
        align-items: center;
        padding: 22px;
        width: 50px;
        height: 50px;
        background: #BB313F;
        border-radius: 50%;
        /* animation */
        animation: pulse 2s infinite;
    }

    .wb-social-widget i {
        color: #fff;
    }

    #wb-social-trigger {
        position: relative;
        /* right: 7px; */
        right: 4px;
        top: 1px;
    }

    .wb-social-button {
        display: none;
    }

    .wb-social-container {
        display: flex;
        padding: 5px;
        margin-left: 10px;
    }

    .wb-social-link {
        list-style: none;
        display: flex;
        flex-direction: row;
        position: relative;
    }

    .wb-social-item {
        width: 50px;
        height: 50px;

        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        border: 1px solid #bb313f;
        background: #fff;
    }

    .wb-social-item a i {
        color: #BB313F;
        font-size: 25px;

    }

    .wb-social-item:hover {
        background-color: #bb313f;
    }

    .wb-social-item:hover a i {
        color: #fff;
    }

    @-webkit-keyframes pulse {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        }

        70% {
            -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        }

        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        }
    }

    @keyframes pulse {
        0% {
            -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        }

        70% {
            -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        }

        100% {
            -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        }
    }
}

/*****MAIN
***************************************************************/

.widget_text {
    background: #640435;
    padding: 1rem;
}

.widget_text > .widgettitle {
    font-size: 1.8rem;
    color: #fff;
}

.widget_text > .textwidget {
    padding-top: 1.5rem;
}

.white-marks {
    color: #fff;
}

ul.white-marks > li {
    margin-bottom: 1rem;
}

.category-banner {
    padding: 8px 0px;
}

.atribyt {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

div.characteristics {
    padding: 5px;
    width: 100%;
}

p.characteristics {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
}

.characteristics-b {
    font-weight: bold;
}

.vote-hover {
    width: 100px !important;
}

:root {
    --font_family_reg: 'Century Gothic Regular', "Gotham Pro", Arial, sans-serif;
    --font_family_bold: 'Century Gothic Bold', "Gotham Pro", Arial, sans-serif;
    --color_main: #640435;
    --color_main2: rgba(170, 22, 93);
}
* {
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
    /* font-family: "Century Gothic", "Gotham Pro", Arial, sans-serif */

}

p strong {
    font-family: "Gotham Pro", Arial, sans-serif;
}

html {
    font-size: 10px;
}

body {
    color: #333 !important;
    font-weight: 400;
    /*font-size: 1.4rem !important;*/
    min-width: 320px;
    font-family: 'Century Gothic Regular', "Gotham Pro", Arial, sans-serif;
}

h2 {
    margin: 3rem 0;
    font-size: 2.2rem;
    font-weight: 700;
}

h5 {
    margin-bottom: .5rem;
    font-size: 1.4rem;
    font-weight: 700;
}

textarea {
    height: 15rem;
    text-align: left !important;
}

/* [type="submit"] {
  cursor: pointer;
} */

label {
    font-size: 1.4rem;
    text-align: left;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #640435;
    text-decoration: none;
    outline: none !important;
}

button {
    cursor: pointer;
}

input:focus,
button:focus {
    outline: none;
}

.disabled {
    display: none !important;
}

.menu-item-has-children {
    position: relative;
}

/*global*/
.g-title {
}

.g-text {
}

.g-link,
.link {
    position: relative;
    color: #640435;
    text-decoration: none;
}

.g-link::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 1px;
    width: 3rem;
    background: #640435;
    transition: all 0.4s
}

.g-link:hover::before {
    width: 100%;
}

.g-link-title:hover > [class*=title] {
    color: inherit;
}

.g-link--lg {
    font-size: 1.6rem;
}

.g-video {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
}

.g-video iframe,
.g-video object,
.g-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.g-video::before {
    content: url(https://altdekor.ru/wp-content/themes/wbooster-child-new-design/img/play.png);
    position: absolute;
}

/*.g-content a:not(.btn) {
    color: #640435;
}
.g-content a:not(.btn):hover {
    color: #640435;
}*/
.g-content ul {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    list-style-position: inside;
}

.g-content ul li {
    list-style: none;
}

.g-content table {
    width: 100%;
    margin-bottom: 2rem;
    color: #000;
    vertical-align: middle;
}

.g-content table tr:nth-of-type(2n) {
    background: rgba(206, 206, 206, 0.17);
}

.g-content table th {
    padding: 1rem;
    text-align: center;
    font-weight: 400;
    border-bottom: 1px solid #F2F2F2;
}

.g-content table td {
    padding: 1rem;
    text-align: left;
    font-weight: normal;
}

.g-content table td:first-child {
    text-align: left;
}

.g-link-abs {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.g-link-abs + * {
    position: relative;
    z-index: 1;
}

/*--global*/
.link-theme,
.more {
    font-size: 1.2rem;
    color: #2D9CDB;
    text-decoration: underline;
    line-height: 2rem;
}

.link-theme:hover,
.more:hover {
    color: #277bb9;
    text-decoration: none;
}

@media (max-width: 481px) {
    .container.\--no-p {
        padding: 0;
    }
}


.content-block .section {
    padding-top: 0;
}

.section {
    padding: 2rem 0 2rem;
    color: #333;
}

.sect-beige {
    /*background: #f6f6f6;*/
    background: #fff;
}

.sect-main {
    padding: 0;
    /*overflow: hidden;*/
}

.sect-slider {
    padding: 0;
}

.sect-no-title {
    padding-top: 6rem;
}

.sect-content {
    padding-bottom: 6rem;
}

.sect-page {
    padding: 0rem 0 5rem;
}

.woocommerce-breadcrumb,
.sect-breadcrumbs {
    padding: 2rem 0 2rem;
}

.section__footer {
    margin: 3rem 0;
}

.title-section {
    margin-bottom: 3rem;
    margin-top: 0;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.2;
}

.subtitle-section {
    margin-top: -3rem;
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: none;
    text-align: center;
}

.block-title,
.title-page {
    text-align: left;
    font-size: 3.6rem;
    font-weight: 500;
    margin-bottom: 3rem;
}

.lead {
    font-size: 1.4rem;
}

.im {
    font-size: inherit;
    vertical-align: middle;
}


.tab-content {
    margin-top: 2rem;
}

.media__inner-img {
    width: 4rem;
    text-align: center;
}

.media-body {
    margin-left: 5%;
}

.list-theme {
    font-size: 1.6rem;
    font-weight: 500;
}

.list-theme > li::before {
    content: url(https://altdekor.ru/wp-content/themes/wbooster-child-new-design/img/tick-inside-circle.png);
    font-size: inherit;
}

.g-input,
.input-theme {
    width: 100%;
    max-width: 50rem;
    text-align: left;
    font-size: 1.4rem;
    color: #999999;
    background: #fff;
    line-height: 1;
    padding: .85rem 1.2rem;
    border: 1px solid #BDBDBD;
    border-radius: .8rem;
}

.input-theme::-webkit-input-placeholder {
    color: #999999;
}

.input-theme::-moz-placeholder {
    color: #999999;
}

.input-theme::-ms-input-placeholder {
    color: #999999;
}

.c-file-load {
    margin-top: 2.5rem;
    text-align: center;
}

.c-file-load__input {
    display: none;
}

.c-file-load__text {
    padding-left: 3rem;
    line-height: 1.9;
    font-size: 1.6rem;
    color: #5C7C98;
    background-image: url(https://altdekor.ru/wp-content/themes/wbooster-child-new-design/img/load.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.c-file-load:hover .c-file-load__text {
    text-decoration: underline;
}

.btn input[type="file"] {
    display: none;
}

[disabled] {
    background: #b4b4b4;
    border-color: #b4b4b4;
    opacity: .5;
    cursor: default;
}

.btn,
.btn-theme,
.button {
    min-width: 13rem;
    margin: 0;
    padding: 1rem .5rem;
    background-color: #640435;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    border: 2px solid #640435;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    transition: cubic-bezier(0, 0.71, 0.58, 1) .4s all;
}

.btn--dark {
    color: #333;
    border-color: rgb(51, 51, 51);
}

.btn--no-bg {
    color: #640435;
    background: transparent;
}

.header__btn.btn.btn--no-bg {
    border: 2px solid #640435;

}

.btn-sm {
    min-width: 8rem;
    padding: .25rem .5rem;
    font-size: 1.2rem;
    line-height: 1.2;
}

.btn-lg {
    padding: 2rem;
    font-weight: 700;
}

.btn-submit {
    display: block;
    margin: 2rem auto;
    /* padding: 2rem 3.6rem; */
    padding: 1.5rem 1.8rem;
    font-weight: 300;
    line-height: 1;
    font-size: 1.6rem;
    /*color: #640435;*/
    border: 2px solid #640435;
    border-radius: 0;
    text-transform: uppercase;
}

.btn-up {
    display: none !important;
    padding: 0px 2.5rem 0px;
    height: 7rem;
    background: url(assets/img/up.png) no-repeat;
    background-size: contain;
}

.btn-up::before {
    content: none;
}

.button:focus,
.button:hover,
.btn:focus,
.btn:hover,
.shares__more:hover {
    background: #640435;
    color: #fff;
    border-color: #640435;
    box-shadow: none;
    /*transform: translateY(-3px);*/
    transition: cubic-bezier(0, 0.71, 0.58, 1) .3s all;
}

.btn--no-bg:focus,
.btn--no-bg:hover {
    background: transparent;
    color: #000;
}

.btn-up:hover {
    background: url(assets/img/up.png) no-repeat;
    background-size: contain;
}

.btn:active {
    background-color: #640435;
    border-color: #640435;
    box-shadow: none;
    transform: translateY(0);
}

.container {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.container--abc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding-top: 3rem
}

.row:not(.no-gutters) {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

@media screen and (min-width: 992px) {
    .row-five > [class*=col-] {
        width: 20%
    }
}

@media screen and (max-width: 992px) {
    .row-five > [class*=col-] {
        width: 33.33%
    }
}

@media screen and (max-width: 576px) {
    .row-five > [class*=col-] {
        float: left;
        width: 50%
    }

    ul#shops {
        height: auto !important;
        overflow-y: hidden !important;
        overflow-x: scroll;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    ul#shops li {
        flex-basis: 100%;
        min-width: 250px;
        margin-right: 10px;
    }

}

[class*=col-] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-control {
    display: block;
    width: 100%;
    height: 3.4rem;
    padding: .6rem 1.2rem;
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #000;
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #f6f6f6;
    border-radius: 0;
    text-align: center;
    /*-webkit-box-shadow: none;
    box-shadow: none;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control.input-text {
    text-align: left;
}

textarea.form-control {
    height: 10rem;
}

.form-control:focus {
    color: #000;
    background-color: #f6f6f6;
    border-color: #640435;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(127, 33, 52, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(127, 33, 52, 0.6);
}

.breadcrumbs {
    padding: 0;
    font-size: 1.4rem;
}

.breadcrumbs__link {
}

.breadcrumbs__sep {
    padding: 0 .7rem;
    color: #640435;
}

.fancybox-container {
    z-index: 100003;
}

.fancybox {
    padding: 1rem 4vw 2rem;
    max-width: 80rem;
}

.fancybox--xs {
    max-width: 47rem;
}

.fancybox-close-small::after {
    color: #292928;
    font-size: 5rem;
    font-weight: 100;
    font-family: inherit;
}

.g-vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6rem;
}

.g-inner-img {
    width: 3rem;
    text-align: center;
}

/*social*/
.list-social {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
    color: #fff;
    text-align: center;
    margin: 0 -.5rem;
}

.list-social--black {
    width: auto;
    color: #000;
}

.list-social__item {
}

.list-social__link {
    display: block;
    text-align: center;
    background: none;
    font-size: 1.2rem;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.2rem;
    border: .3rem solid;
    border-radius: 50%;
}

.list-social__link:hover {
    color: #ccc;
    border-color: #fff;
    background: #fff;
}

.list-social__link--black:hover {
    color: #fff;
    border-color: #000;
    background: #000;
}

.owl-carousel.owl-loaded {
    display: flex;
    flex-wrap: wrap;
}

.slider--widget {
    flex-direction: column-reverse;
}

/*.carousel {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.carousel__content {
    overflow: hidden;
}
.carousel__nav {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
    z-index: -1;
}
.carousel__nav--slider {
    align-items: flex-end;
    bottom: 0.4rem;
    max-width: 20rem;
    height: auto;
}
.carousel__nav--slider-widget {
    align-items: flex-start;
    top: 0.4rem;
}
.carousel__nav.disabled {
    display: none !important;
}
.carousel__nav-item {
    color: #333;
    background: none;
    line-height: 1;
    cursor: pointer;
}
.carousel__nav-item--prev::before {
    content: url(img/arrow-left.png);
}
.carousel__nav-item--next::before {
    content: url(img/arrow-right.png);
}
.carousel__nav-item:hover {
    color: #000;
    background: none;
}
.carousel__dots {
    display: flex;
    justify-content: center;
    max-width: 15rem;
    margin: auto;
}
.carousel__dots--slider-widget {
    margin-bottom: 1rem;
}
.carousel__dots-item {
    width: 1.2rem;
    height: 1.2rem;
    margin: .5rem .75rem;
    background: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 3rem;
    cursor: pointer;
}
.carousel__dots-item:hover,
.carousel__dots-item.active {
    background: #A5BACC;
    border: 1px solid rgba(0, 0, 0, 0.08);
}*/
.carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0 4rem;
    overflow: hidden
}

.carousel.\--full {
    padding: 0;
}

.carousel__content {
    position: relative;
    overflow: hidden;
    z-index: 10
}

/*.carousel__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;right:0;width:100%;height:100%;max-width:1440px;margin:0 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:0}*/
.carousel__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 0;
}

.carousel__nav.\--full {
    z-index: 11
}

.carousel__nav.disabled {
    display: none !important
}

.carousel__nav-item {
    margin: 0;
    color: #333;
    background: 0 0;
    line-height: 1;
    cursor: pointer;
    border: none
}


.carousel__nav-item.\--prev::before {
    /*  content: url(assets/img/left.png)*/
    content: "\f104";
    font: normal normal normal 41px/1 FontAwesome;
    color: #fff;

}

.carousel__nav-item.\--next::before {
    /*  content: url(assets/img/right.png)*/
    content: "\f105";
    font: normal normal normal 41px/1 FontAwesome;
    color: #fff;
}

.carousel__nav-item.\--prev:hover::before {
    /* content: url(assets/img/lefthover.png)*/
    color: #ddd;
}

.carousel__nav-item.\--next:hover::before {
    /*  content: url(assets/img/righthover.png)*/
    color: #ddd;
}

/*.carousel__nav-item.\--prev.\--xs::before {
  content: url(assets/img/left-xs.png)
}

.carousel__nav-item.\--next.\--xs::before {
  content: url(assets/img/right-xs.png)
}*/
.carousel__nav-item.\--prev.\--xs::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f053";
    font-size: 20px;
    color: #640435;
    text-align: center;
    line-height: 15px;
    padding: 2px 4px;
    font-weight: 600;
}

.carousel__nav-item.\--next.\--xs::before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f054";
    font-size: 20px;
    color: #640435;
    text-align: center;
    line-height: 15px;
    padding: 2px 4px;
    font-weight: 600;
}

.carousel__nav-item:hover {
}

.carousel__dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    z-index: 5
}

.carousel__dots-item {
    width: 1.1rem;
    height: 1.1rem;
    margin: .75rem .75rem;
    background: #f2f2f2;
    border: none;
    border-radius: 0;
    cursor: pointer;
    opacity: 0.55;
    transform: rotate(45deg)
}

.carousel__dots-item.active,
.carousel__dots-item:hover {
    opacity: 1
}

.carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.carousel__item {
    position: relative;
}

.c-slider-thumb__control {
    margin: 4rem auto 0;
    max-width: 36rem;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wpcf7-form-control-wrap {
    display: block;
}

.navigate__inner {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.navigate__inner__link {
    font-size: 14px;
}

.navigate__link {
    flex: 100%;
}

@media (min-width: 471px) {
    .navigate__link {
        position: absolute;
        right: 0;
        flex: 100%;
    }
}

.nav-pills {
    justify-content: center;
    /* margin: 0 -1.5rem; */
    /*margin-bottom: 4.5rem;*/
}

@media (max-width: 400px) {
    .nav-pills {
        display: flex;
        flex-direction: column;
    }
}

.nav-pills .nav-item {
    /* margin: 0 1.5rem; */
}

.nav-pills .nav-link {
    display: block;
    padding: .6rem 1.8rem;
    font-size: 2rem;
    text-align: center;
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #640435;
    border-radius: 0;
}

.c-form__item {
    margin-top: 1.5rem;
}

.c-form-search {
    display: flex;
    position: relative;
    flex-grow: 1;
}

.c-form-search__input {
    width: 100%;
    padding: 1.1rem 2.3rem;
    background: #ffffff;
    line-height: 1;
    font-size: 1.3rem;
    color: #000;
    border: 1px solid #640435;
    border-radius: 0;
    letter-spacing: 0.05em;
    vertical-align: middle;
    transition: cubic-bezier(0, 0.71, 0.58, 1) .4s all;
}

.c-form-search__input::-ms-input-placeholder {
    color: #AAAAAA;
}

.c-form-search__input::-moz-placeholder {
    color: #AAAAAA;
}

.c-form-search__input::-webkit-input-placeholder {
    color: #AAAAAA;
}

.c-form-search__btn {
    position: relative;
    border: none;
    background: #640435;
    padding: 0rem 1.1rem;
    width: 4.5rem;
    border-radius: 0;
    z-index: 10;
    transition: cubic-bezier(0, 0.71, 0.58, 1) .4s all;
}

/*****HEADER
***************************************************************/
/* .header {
  padding: 0 0 2.5rem;
} */

.header-main {
    padding: 1rem 0;
    background: #fff;
    border-bottom: 1px solid #9e1934;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
}

.header__wrap-logo {
    margin-right: 1.4rem;
    max-width: 20rem;
}

.header__logo {
}

.header__btn-group {
    display: flex;
    justify-content: space-between;

}

.header__btn {
    flex-grow: 1;
    min-width: 10rem;
    padding: 11px 0;
    font-size: 14px;
    text-transform: uppercase;
}

.header__btn:first-child {
    /* max-width: 20rem;*/
    /* margin-right: 1.4rem;*/
    margin-right: 6.4rem;
    max-width: 17.5rem;
}


.header__phone {
    padding-left: 3rem;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background: url(assets/img/telephonehead.png) no-repeat left center;
    white-space: nowrap;
    background-size: 20px;
}

.header__phone.\--icon {
    text-indent: -1000px;
}

.header__text {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 1.5rem;
}

.header__link {
    position: relative;
    padding-bottom: 3px;
    white-space: nowrap;
    margin-left: 4rem;
    color: #333;
}

.header__link.\--store {
    min-height: 2.5rem;
    padding-left: 2.5rem;
}

.header__link.\--store::after {
    content: '';
    position: absolute;
    background-image: url('assets/img/locale.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 2.5rem;
    left: 0;
}

.header__link:hover {
    text-decoration: none;
    color: #640435;
}

.header__link::before {
    position: absolute;
    content: '';
    width: 69px;
    height: 1px;
    background: #640435;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
}

.header__link:hover::before {
    width: 100%;
}

/*.header__wrap-cart {
  flex-grow: 1;
}*/

.shop-cart {
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: auto;
    /*  background: url(assets/img/shopping-cart.png) center no-repeat;*/
}

.shop-cart__count {
    position: absolute;
    right: -3px;
    top: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background: #640435;
    color: #fff;
}

.nav-top {
    padding: 0;
}

.nav-top__list {
    min-width: 40rem;
    justify-content: space-between;
}


/*****SHORTCODE
***************************************************************/
.s-single__title {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.s-post__content {
    display: flex;
    flex-wrap: wrap;
}

.s-post__inner-img {
    max-width: 30rem;
    margin-right: 4rem;
    min-width: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.s-post__inner {
    flex: 1;
    margin-bottom: 3rem;
    min-width: 20rem;
    width: 100%;
}

.s-post__title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.s-post__text {
    margin-bottom: 1rem;
}

.s-post__link {
    font-size: 1.6rem;
}

/*****THEME UPDATE
***************************************************************/

.c-social {
    margin-bottom: 3.5rem;
    display: flex;
}

.c-social__badge {
    display: block;
    margin-right: 2.5rem;
}

.c-social__link {
    display: inline-block;
    margin-right: 3.5rem;
    color: #640435;
}

.c-social__link:hover {
    color: #000;
}

.c-social__link.\--white {
    color: #fff;

}

.c-social__link.\--white:hover {
    color: #969393;

}

.c-social__list {
    display: flex;
    list-style: none;
}

.c-advantage__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 1.5rem;
}

.brand__content {
    display: flex;
    align-items: flex-start;
}

.brand__gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-width: 22rem;
    margin: -1rem -.5rem 0 -.5rem;
}

.brand__gallery-item {
    padding: 1rem .5rem 0 .5rem;
}

.nav-sidebar__list {
    padding-left: 2rem;
}

.nav-sidebar__item-title {
    margin-bottom: .5rem;
    margin-left: -2rem;
    font-size: 2rem;
    font-weight: 700;
}

.nav-sidebar__item {
    margin-bottom: 1rem;
}

.nav-sidebar__item.current_page_item {
    color: #640435;
}

/*****WOO
***************************************************************/
.c-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 2.5rem;
    border: 1px solid #f6f6f6;
}

.c-product__item-img {
    margin-right: 25px;

}

.slider-home .carousel__nav {
    z-index: 13
}

.slider-home.carousel {
    padding: 0px;
}

.slider-home__items--img img {
    max-width: 100%;
    height: 400px;
}

.slider-home__items, .slider-home__items--img {
    position: relative;
}

.slider-home__items--text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.slider-home__items--text-title {
    font-size: 4.8rem;
    color: #640435;
    margin-top: 8%;
    line-height: 1;
    margin-bottom: 5%;
    background-color: #ffffffd6;
    display: inline-block;
    padding: 1rem;
}

.slider-home__items--text-title span {
    display: block;
    font-weight: 700;
}

.slider-home__items--text-descr {
    font-size: 3.2rem;
    color: #640435;
    background-color: #ffffffd6;
    display: inline-block;
    padding: 1rem;
}

.title-form-slider {
    font-size: 2.4rem;
    color: #640435;
    text-align: center;
    line-height: 1;
    margin-top: 6%;
}

.slider-home__items--text .main__slider-form {
    padding: 11rem 7.1rem 8rem;
    width: 40.2rem;
    height: 40rem;
    opacity: 0.8;
}

.slider-home__items--text .main__slider-form .c-form__item {
    margin-top: .5rem;
}

.slider-home__items--text .main__slider-form .c-form__item .btn-submit {
    padding: 1.3rem 1.3rem;
    margin: 1rem auto;
    font-size: 1.3rem;
}

.c-product__item-img img {
}

@media (min-width: 991px) {
    .c-product__item-img {
        max-width: 26.5rem;
    }
}

.c-product__item-content {
    width: 65%;
    padding-right: 20px;
}

.c-product__item_short .c-product__item-content {
    padding-top: 20px;
    width: 80%;
}

.c-product__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.c-product__item-body {
    margin-bottom: 10px;
}

.c-product__item-title {
    font-size: 14px;
    font-weight: 700;
}

.c-product__more {
    position: relative;
    padding-bottom: 3px;
}

.c-product__more:hover {
    text-decoration: none;
    color: #640435;
}

.c-product__more:hover:before {
    width: 100%;
}

.c-product__more:before {
    content: '';
    position: absolute;
    width: 64px;
    height: 1px;
    background: #640435;
    left: 0;
    bottom: 0;
}

.c-product__item-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-product__item-footer .btn-primary {
    text-transform: uppercase;
}

.c-product__price {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.c-product__price-num {
    font-weight: 700;
    font-size: 120%;
}

.c-product__seo {
    margin-bottom: 75px;
}

.c-product__item_thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-product__item_thumb .c-product__item-img {
    overflow: hidden;
    margin-right: 0;
}

.c-product__item_thumb .c-product__item-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-product__item_thumb .c-product__item-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}

.c-product__item_thumb .c-product__price {
    width: 100%;
    margin-bottom: 15px;
}

.c-product__item_thumb .card__counter {
    margin-bottom: 15px;
}

.c-product__item_thumb .card__counter-item .counter {
    width: 45px;
}

.c-product__item-content_fw {
    width: 100%;
    padding-right: 0;
}

.c-product__item-content {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
}

.c-product__item-header {
    width: 100%;
}

.c-product__item-footer {
    width: 100%;
}

.c-product__item-header .help-buttons {
    display: block;
}

.c-product__item-footer .help-buttons {
    display: none;
}

.c-product__item_thumb .c-product__item-header .help-buttons {
    display: none;
}

.c-product__item_thumb .c-product__item-footer .help-buttons {
    display: block;
}

.c-product__item_thumb .c-product__item-title {
    margin: 1rem 0;
}

.c-product__item-body {
    display: none;
}

.c-product__item_short .c-product__item-body {
    display: block;
}


.catalog__header {
    margin-bottom: 30px;
}

.catalog__header img {
    margin-right: 25px;
}

.catalog__pagination li a {
    margin-right: 10px;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #333;
}

.catalog__pagination li.active a {
    background: #000;
    border: 1px solid #000;
}

.catalog__pagination li.active a:hover {
    background: #000;
    border: 1px solid #000;
}

.catalog__pagination li.disabled {
    border: transparent;
    background: url(assets/img/card/leftdis.png) no-repeat left center;
}

.catalog__pagination li:last-child a {
    border: transparent;
    background: url(assets/img/card/right.png) no-repeat center;
    padding: 17px;
}

.catalog__pagination li:first-child a {
    border: transparent;
    background: url(assets/img/card/leftdis.png) no-repeat center;
    padding: 17px;
}

.c-category__item {
    position: relative;
    color: #333;
}

.c-category__title {
    padding: 2rem 0;
    font-size: 2rem;
    font-weight: normal;
}

.c-brand::after {
    content: "";
    position: relative;
    display: block;
    height: 1px;
    width: 100%;
    background: #f6f6f6;
    margin-top: -1px;
    z-index: 1;
}

/* .c-brand__item {
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
} */

.c-brand__inner-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 160px; */
    height: 100px;
}

.c-brand__img {
    margin: auto;
    max-width: 75%;
}

.o-product {
    padding: 5rem 0;
    background: #fff;
}

.o-product__wrap-tabs {
    max-width: 62rem;
    margin: auto;
}

.o-product__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.o-product__description-name,
.o-product__description-item {
    width: 50%;
    font-size: 16px;
}

.o-product__description a {
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
}

.o-product__description a::before {
    width: 30px;
    height: 1px;
    background: #640435;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
}

.o-product__description a:hover {
    text-decoration: none;
    color: #640435;
}

.o-product__description a:hover::before {
    width: 100%;
    text-decoration: none;
}

.o-product__title-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
}

.o-product__name {
    font-size: 2rem;
}

.o-product__slider-item {
    position: relative;
    margin: auto;
    max-width: 36rem;
}

.o-product__slider-avaliable {
    padding: 6px 12px;
    background: #640435;
    color: #f6f6f6;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 35px;
}

.o-product__slider-cubed {

    position: absolute;
    color: #333;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    padding: 6px 12px 6px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60%;
    background: url(assets/img/card/3d-cube.png) no-repeat 5px center #fff;
    cursor: pointer;
    display: none;
}

.o-product__slider-cubed:hover {
    background: #333;
    color: #fff;
    background: url(assets/img/card/3d-cube2.png) no-repeat 5px center #333;
    text-decoration: none;
}

/*.o-product__slider-sale-hit {
    top: 15px;
    position: absolute;
    left: 0;
}*/

.o-product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.o-product__price-item {
    display: block;
    width: 50%;
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    font-weight: 600;
    color: #333333;
}

.o-product__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.o-product__order .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.o-product__order .btn-holder .btn {
    width: 80%;
}

.o-product__find {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 25px;
}

.o-product__find::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 70px;
    background: #640435;
}

.o-product__list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
}

.o-product__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(assets/img/repeat-dots.png) repeat-x left 75%;
    margin-bottom: 10px;
}

.o-product__list-item span {
    background: #f6f6f6;
    padding-right: 2px;
}

.o-product__all-char {
    font-weight: 700;
    font-size: 16px;
}

.o-product__all-char:hover {
    text-decoration: none;
    color: #640435;
}

.ajax_add_to_cart.added {
    display: none;
}

/*****USE
***************************************************************/
.card__btns-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.card__btns-holder--direction {
    flex-direction: column;
    width: auto;
    margin-bottom: 1.5rem;
}

.help-buttons {
    white-space: nowrap;

}

.help-buttons .heart,
.help-buttons .weight {
    position: relative;
    width: 28px;
    height: 24px;
    display: inline-block;
    background: url(assets/img/card/007-heart.png);
    cursor: pointer;
    vertical-align: middle;
}

.help-buttons .heart:hover,
.help-buttons .weight:hover {
    background: url(assets/img/card/007-hearta.png);
}

.help-buttons .weight {
    background: url(assets/img/card/lawyer.png);
    margin-left: 3rem;
}

.help-buttons .weight:hover {
    background: url(assets/img/card/lawyera.png);
}

.help-buttons .weight.active {
    background: url(assets/img/card/lawyera.png);
}

.help-buttons .heart.active {
    background: url(assets/img/card/007-hearta.png);
}

.help-buttons .weight a.added {
    opacity: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* Для Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.quantity-arrow-minus {
    width: 9px;
    height: 5px;
    background: url(assets/img/card/down.png) no-repeat;
    border: none;
    outline: 0;
    position: absolute;
    bottom: 35%;
    right: 5px;
    z-index: 10;
}

.quantity-arrow-plus {
    width: 9px;
    height: 5px;
    background: url(assets/img/card/up.png) no-repeat;
    border: none;
    outline: 0;
    position: absolute;
    top: 35%;
    right: 5px;
}

.quantity-num {
    border: #fff;
    padding: 12px;
    width: 100%;
    position: relative;
}

.quantity-num_grey {
    background: #f6f6f6;
    padding: 8px;
}

.quantity-block {
    position: relative;
}

.right-arrow-sm {
    width: 14px;
    height: 6px;
    display: inline-block;
    background: url(assets/img/card/rightdis.png);
    position: absolute;
    right: -23px;
    top: 50%;
    cursor: pointer;
}

.right-arrow-sm:hover {
    background: url(assets/img/card/right.png);
}

.left-arrow-sm {
    width: 14px;
    height: 6px;
    display: inline-block;
    background: url(assets/img/card/leftdis.png);
    position: absolute;
    left: -23px;
    top: 50%;
    cursor: pointer;
}

.left-arrow-sm:hover {
    background: url(assets/img/card/left.png);
}

.card__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card__counter-item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card__counter-item .counter {
    background: #fff;
    display: inline-block;
    width: 63px;
    margin-right: 15px;
}

.main {
    background: url(assets/img/slider.jpg) no-repeat;
    padding: 15px 0 30px;
}

.main__slider-info {
    margin-bottom: 1.5rem;
    text-align: center;
    color: #fff;
}

.main__slider-title {
    display: inline-block;
    margin: 3rem 0;
    font-size: 2.65rem;
    font-weight: 600;
    text-transform: uppercase;
}

.main__slider-title span {
    display: block;
    font-size: 125%;
    font-weight: 900;
}

.main__slider-descr {
    font-size: 2rem;
}

.main__slider-btn {
    margin-top: 2rem;
    font-size: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.main__slider-form {
    background: url(assets/img/form.png) no-repeat;
    background-size: contain;
    padding: 8rem 11.1rem 8rem;
    width: 45.2rem;
    text-align: center;
}

.main__slider-form-title {
    font-size: 1.6rem;
    display: inline-block;
    line-height: 1.5;
}

.main__slider-form-title span {
    font-size: 2.2rem;
    display: block;
    line-height: 1.1;
}

.welling {
    background: #f6f6f6;
    padding: 30px 0;
}

.welling__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.welling__intro-item {
    width: 100%;
}

.welling__intro-item_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.welling__intro-logo {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 3rem;
}

.welling__intro-logo img {
    margin-right: 3rem;
}

.welling__intro-brand {
    display: inline-block;
    font-size: 1.8rem;
    color: #640435;
}

.welling__intro-descr {
    margin-bottom: 3rem;
    font-size: 1.75rem;
}

.welling__intro-thumb {
    position: relative;
    flex: 100%;
    overflow: hidden;
    width: 15rem;
    height: 15rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.welling__intro-thumb img {
    max-width: none;
}

.welling__inner-intro {
    display: flex;
    justify-content: space-between;
}

.welling__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 481px) {
    .welling__intro-thumb {
        margin-bottom: 2rem;
        width: 36rem;
        height: auto;
    }

    .welling__inner-intro {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/*****NOT USE
***************************************************************/
.nav-tabs {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
}

.nav-tabs li.active a {
    color: #fff;
    background: #640435;
    border-color: #640435;
    outline: 0;
}

.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
    background: #640435;
    border-color: #640435;
    outline: 0;
    color: #fff;
}

.nav-tabs li a {
    font-size: 20px;
    color: #333;
    border-radius: 0;
    outline: 0;
}

.miniature {
    width: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    padding: 25px 0;
}

.miniature a {
    cursor: pointer;
}

.info-tabs__container {
    max-width: 620px;
    margin: auto;
}

.info-tabs__container_delivery {
    max-width: 100%;
}

.tab-pane .char {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    padding-right: 25px;
    margin-bottom: 20px;
}

.tab-pane .char span {
    display: block;
}

.form-control.wpcf7-not-valid {
    border-color: #f00;
}

span.wpcf7-not-valid-tip {
    display: none;
}

/*****THEME
***************************************************************/

.block-title {
    font-size: 3.6rem;
    margin-bottom: 3rem;
}

.main-navi {
    background: #640435;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-navi__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-navi__list-item {
    padding: 10px 5px;
}

.main-navi__list-item a {
    color: #f6f6f6;
    text-transform: uppercase;
}

.main-navi__list-item a:hover {
    text-decoration: none;
    /* text-shadow: 1px 1px 1px white; */
    color: #ffffffdb;
}

.main-navi__list .active a {
    /* text-shadow: 1px 1px 1px white; */
    color: #ffffffdb;
}


/*::-webkit-input-placeholder {
  text-align: center;
}

:-moz-placeholder {
  text-align: center;
}

::-moz-placeholder {
  text-align: center;
}

:-ms-input-placeholder {
  text-align: center;
}*/

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*.left-arrow {
  width: 31px;
  height: 12px;
  background: url(assets/img/left.png) no-repeat;
  display: block;
  position: absolute;
  z-index: 10;
  top: 46%;
  left: 0;
  cursor: pointer;
}

.left-arrow:hover {
  background: url(assets/img/lefthover.png) no-repeat;
}

.right-arrow {
  background: url(assets/img/right.png) no-repeat;
  top: 44%;
  right: 0;
  position: absolute;
  width: 31px;
  height: 12px;
  display: block;
  cursor: pointer;
}

.right-arrow:hover {
  background: url(assets/img/righthover.png) no-repeat;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 22px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(assets/img/dot-active.png);
  width: 15px;
  height: 15px;
  line-height: 20px;
  text-align: center;
  opacity: 0.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}*/


/*.subheader {
  padding: 80px 0 45px;
}

.subheader__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.subheader__up {
  position: absolute;
  right: -8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subheader__all {
    margin: 0 1.5rem;
  padding-bottom: 3px;
  display: inline-block;
  position: relative;
  font-size: 16px;
}

.subheader__all:hover {
  color: #640435;
  text-decoration: none;
}

.subheader__all:hover:before {
  width: 100%;
}

.subheader__all:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 54px;
  height: 1px;
  background: #640435;
}

.subheader__navi {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}

.subheader__navi .active {
  background: #640435;
  border: 1px solid #640435;
}

.subheader__navi .active:hover a {
  color: #fff;
}

.subheader__navi .active a {
  color: #fff;
}

.subheader__navi-item:hover a {
  color: #640435;
}

.subheader__navi-item a {
  color: #333;
  font-size: 20px;
}

.subheader__navi-item a:hover {
  text-decoration: none;
}*/

.w-annotation {
    position: absolute;
    padding: 6px 15px;
    background: #000;
    color: #f6f6f6;
    left: 0;
    bottom: 13px;
}

.shares {
    padding: 80px 0;
}


.shares__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 55px;
    padding: 0;
    list-style: none;
}

.shares__navi .active {
    background: #640435;
    border: 1px solid #640435;
}

.shares__navi .active:hover a {
    color: #fff;
}

.shares__navi .active a {
    color: #fff;
}

.shares__navi-item {
    border: 1px solid transparent;
}

.shares__navi-item:hover a {
    color: #640435;
}

.shares__navi-item a {
    color: #333;
    font-size: 20px;
}

.shares__navi-item a:hover {
    text-decoration: none;
}

.shares__navi_full {
    max-width: 100%;
}

.shares__info {
    padding: 20px 0;
    background: #fff;
}

.shares__info .shares__name {
    display: block;
    margin-bottom: 15px;
}

.shares__info .shares__price {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 18px;
}

. /*shares__info .shares__more {
  position: relative;
  padding-bottom: 3px;
}

.shares__info .shares__more:hover {
  text-decoration: none;
  color: #640435;
}

.shares__info .shares__more:hover:before {
  width: 100%;
}

.shares__info .shares__more:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 39px;
  height: 1px;
  background: #640435;
  transition: all 0.3s;
}

.shares__info .shares__more::before:hover {
  width: 100%;
}*/
.about {
    background: #f6f6f6;
}

.about__title {
    font-weight: 400;
    font-size: 36px;
    color: #333;
    margin-top: 30px;
}

.about__text {
    display: block;
    margin-bottom: 25px;
}

.about_white {
    background: transparent;
}

.about__features-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 481px) {
    .about__features-row {
        flex-direction: column;
        margin: auto;
        width: 37.5rem;
    }

    .about__features-row .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
        margin-right: 3rem;
        margin-top: 2rem;
    }

    .about__features-row-item {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}

.about__features-row .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.about__features-row .icon img {
    margin: auto;
}

.about__slider-wrap {
    position: relative;
}

.about__slider-wrap .dot1 {
    position: absolute;
    right: 6%;
    top: 2%;
}

.about__slider-wrap .dot2 {
    position: absolute;
    right: -5%;
    top: 16%;
}

.about__slider-wrap .dot3 {
    position: absolute;
    right: 5%;
    top: 66%;
}

.about__slider-wrap .dot4 {
    position: absolute;
    top: 81%;
    right: 17%;
}

.about__slider .left-arrow {
    width: 31px;
    height: 12px;
    background: url(assets/img/left.png) no-repeat;
    display: block;
    position: absolute;
    z-index: 10;
    top: 46%;
    left: 10%;
    cursor: pointer;
}

.about__slider .left-arrow:hover {
    background: url(assets/img/lefthover.png) no-repeat;
}

.about__slider .right-arrow {
    background: url(assets/img/right.png) no-repeat;
    top: 44%;
    right: 10%;
    position: absolute;
    width: 31px;
    height: 12px;
    display: block;
    cursor: pointer;
}

.about__slider .right-arrow:hover {
    background: url(assets/img/righthover.png) no-repeat;
}

.about__page-slider div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about__page-slider div img {
    margin: auto;
}

.about__page-slider .right-arrow {
    background: url(assets/img/right.png) no-repeat;
    top: 44%;
    right: 10%;
    position: absolute;
    width: 31px;
    height: 12px;
    display: block;
    cursor: pointer;
}

.about__page-slider .right-arrow:hover {
    background: url(assets/img/righthover.png) no-repeat;
}

.about__page-slider .left-arrow {
    width: 31px;
    height: 12px;
    background: url(assets/img/left.png) no-repeat;
    display: block;
    position: absolute;
    z-index: 10;
    top: 46%;
    left: 10%;
    cursor: pointer;
}

.about__page-slider .left-arrow:hover {
    background: url(assets/img/lefthover.png) no-repeat;
}

.about__page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

.more {
    position: relative;
    padding-bottom: 3px;
    font-size: 16px;
}

.more:hover {
    text-decoration: none;
    color: #640435;
}

.more:hover:before {
    width: 100%;
}

.more:before {
    position: absolute;
    content: '';
    width: 63px;
    height: 1px;
    background: #640435;
    left: 0;
    bottom: 0;
}

.tech {
    padding-bottom: 80px;
}

@media (max-width: 481px) {
    .tech {
        padding-bottom: 0;
    }
}

.tech__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tech__item {
    height: 142px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
}

.tech__item_question {
    background: url(assets/img/t01.png) no-repeat;
}

.tech__item_lam {
    background: url(assets/img/tech/lamin.jpg) no-repeat;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tech__item_massiv {
    background: url(assets/img/tech/massivnaya-doska-dlya-pola.jpg) no-repeat;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tech__item_parket {
    background: url(assets/img/tech/2.jpg) no-repeat;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tech__item_call {
    background: url(assets/img/t02.png) no-repeat;
}

.tech__item_order {
    background: url(assets/img/t03.png) no-repeat;
}

.tech__item-ico {
    margin-right: 15px;
}

.tech__item-title {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 3px;
    position: relative;
}

.tech__item-title:hover {
    color: #fff;
    text-decoration: none;
}

.tech__item-title:hover:before {
    width: 100%;
}

.tech__item-title:before {
    content: '';
    width: 87px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

.tech__item-title::before:hover {
    width: 100%;

}

.tech__item-title_m:before {
    width: 50%;
    margin: auto;
}

.tech__item-descr {
    display: block;
    color: #fff;
}

.brand-page {
    background: #f6f6f6;
    padding: 50px 0;
    margin-bottom: 80px;
}

.brand-page__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.brand-page .brand-page__collage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 10px;
}

.brand-page .brand-page__collage:last-child {
    margin-right: 0;
}

.brand-page__text {
    padding: 0 20px;
}

.brand-profit {
    padding-bottom: 80px;
}

.brand-profit__item-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top: 15px;
}

.mr {
    margin-right: 5px;
    font-size: 12px;
}

.delivery {
    padding-bottom: 50px;
}

.free-del {
    font-size: 16px;
    color: #640435;
}

.sidebar {
    /* padding: 30px; */
    border: 1px solid #f6f6f6;
}

.sidebar__title {
    font-size: 20px;
}

.sidebar__list {
    list-style: none;
    padding-left: 20px;
}

.sidebar__list-item {
    margin-bottom: 10px;
}

.sidebar__list-item a {
    color: #333;
}

.sidebar__list-item a:hover {
    text-decoration: none;
    color: #640435;
}

.sidebar__list .active a {
    color: #640435;
}

.label__title {
    font-weight: 600;
    display: block;
}

.sidebar__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sidebar__form .input-wrap {
    width: 45%;
    position: relative;
}

.sidebar__form .input-wrap .custom-form-control {
    padding-left: 35px;
}

.sidebar__form .input-wrap span {
    position: absolute;
    top: 20%;
    left: 15px;
}

.color-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.color-wrap .color {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.line-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.line-wrap .span2 {
    width: 100%;
    display: inline-block;
}

.line-wrap-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    background-color: transparent;
    background-image: url(assets/img/category/slider-romb.png);
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px solid transparent;
}

.slider.slider-horizontal .slider-track {
    height: 1px;
    background: #d0d0d0;
}

.slider.slider-horizontal {
    height: 23px;
}

.slider.slider-horizontal .slider-selection {
    background: #000;
}

.slider-track-low,
.slider-track-high {
    background: #d0d0d0 !important;
}


select {
    height: 36px;
    border-radius: 0;
    border-color: #f6f6f6;
    padding-left: 1rem;
    padding-right: 3.5rem;
    -webkit-appearance: none;
    background: url("assets/img/select.png") #fff no-repeat;
    background-position-x: 90%;
    background-position-y: 50%;
    line-height: 1em;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    -o-text-overflow: '';
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none !important;
    outline: 0;
    cursor: pointer;
    border: none;
}

select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f6f6f6;
}

select::-ms-expand {
    display: none;
}

.category__filter {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select-holder label {
    font-weight: 400;
    margin-right: 10px;
}

.view-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.view-holder span {
    display: inline-block;
    margin-right: 10px;
}

.view-btn {
    width: 25px;
    height: 25px;
    display: block;
    margin-right: 10px;
}

.view-btn:last-child {
    margin-right: 0;
}

.view-btn_thumb {
    background: url(assets/img/category/thumb.png) no-repeat;
}

.view-btn_thumb:hover {
    background: url(assets/img/category/thumb-h.png) no-repeat;
}

.view-btn_thumb.active {
    background: url(assets/img/category/thumb-a.png) no-repeat;
}

.view-btn_list {
    background: url(assets/img/category/list.png) no-repeat;
}

.view-btn_list:hover {
    background: url(assets/img/category/list-h.png) no-repeat;
}

.view-btn_list.active {
    background: url(assets/img/category/list-a.png) no-repeat;
}

.view-btn_short {
    background: url(assets/img/category/short.png) no-repeat;
}

.view-btn_short:hover {
    background: url(assets/img/category/short-h.png) no-repeat;
}

.view-btn_short.active {
    background: url(assets/img/category/short-a.png) no-repeat;
}

.checkbox {
    display: none;
}

.checkbox-custom {
    position: relative;
    width: 14px;
    height: 14px;
    background: #f6f6f6;
}

.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.checkbox:checked + .checkbox-custom::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #640435;
}

.check-label {
    font-weight: 400;
}

.label__title {
    margin-bottom: 10px;
}

.sidebar__check {
    display: block;
}

.more__mb {
    margin-bottom: 20px;
}


.news {
    margin-bottom: 30px;
}

.news__img {
    margin-right: 30px;
}

.news__title {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.news__content-slider {
    max-width: 295px;
    height: 190px;
}

.news__othere {
    margin-top: 50px;
}

.news__othere .othere-title {
    margin-bottom: 25px;
}

.news__othere-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news__othere-row .news__othere-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news__othere-row .news__othere-item span {
    padding: 20px 0;
}

.nav-tabs-magazin li a {
    font-size: 14px;
}

.magazin-title {
    font-size: 30px;
}

#map {
    width: 100%;
    height: 290px;
}

.map-wrap {
    margin-bottom: 50px;
}

.magazin__list-slider {
    max-width: 292px;
    height: auto;
}

.magazin__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

@media (max-width: 567px) {
    .magazin__list-slider {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .magazin__list-item {
        flex-wrap: wrap;
    }

    .magazin__info {
        margin-top: 1rem;
    }
}

.magazin__name {
    font-size: 20px;
}

.romb__small {
    z-index: 999;
}

.romb__inner-img {
    position: relative;
    overflow: hidden;
    min-height: 43rem;
}

.romb__inner-img img {
    position: absolute;
    min-width: 59rem;
    min-height: 43rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 768px) {

    .romb__inner-img::before {
        content: '';
        position: absolute;
        width: 73rem;
        height: 73rem;
        top: 50%;
        left: 50%;
        background-color: transparent;
        border: 18rem solid #f6f6f6;
        transform: translate(-50%, -50%) rotate(45deg);
        z-index: 10;

    }

}


.magazin__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-grow: 1;
    max-width: 50rem;
}

.magazin__info span {
    display: block;
}

.magazin__wrap-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.magazin__img {
    width: 100%;
    flex-grow: 1;
    flex: 0 0 100%;
    flex-shrink: 1;
}

.magazin__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.magazin__links a {
    position: relative;
    padding-bottom: 3px;
}

.magazin__links a:hover {
    text-decoration: none;
    color: #640435;
}

.magazin__links a:hover:before {
    width: 100%;
}

.magazin__links a:before {
    content: '';
    position: absolute;
    width: 4rem;
    height: 1px;
    background: #640435;
    left: 0;
    bottom: 0;
}

.tab-content {
    position: relative;
}

.tab-content .up {
    position: absolute;
    right: -10%;
    top: 30%;
}

.schem-title {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
}

.magazi-buttons {
    margin-bottom: 40px;
}

.magazi-buttons .btn-primary {
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 15px;
    letter-spacing: 0.8;
}

.magazi-buttons .btn-default {
    border: 1px solid #000;
    background: transparent;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.8;
}

.magazi-buttons .btn-default:hover {
    background: #000;
    color: #fff;
}

.order {
    padding-bottom: 50px;
}

.order strong {
    font-size: 20px;
    margin-bottom: 25px;
    display: block;
}

.order ::-webkit-input-placeholder {
    text-align: left;
}

.order :-moz-placeholder {
    text-align: left;
}

.order ::-moz-placeholder {
    text-align: left;
}

.order :-ms-input-placeholder {
    text-align: left;
}

.order .form-control:focus {
    -webkit-box-shadow: left;
    box-shadow: left;
}

.order textarea {
    resize: none;
}

.radio-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.radio-block__delivery {
    width: 60%;
}

.radio-block__pay {
    width: 35%;
}

.radio {
    display: none;
}

.radio-custom {
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 50%;
    position: relative;
}

.radio-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}

.radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #640435;
    border-radius: 50%;
}

.custom-radio-block .label {
    color: #333;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
	flex-direction: column;
}

.label-text {
    padding-left: 40px;
}

.label-text_marker {
    background: url(assets/img/order/facebook-placeholder-for-locate-places-on-maps.png) no-repeat;
    background-position-x: 15px;
}

.label-text_del {
    background: url(assets/img/order/delivery-truck-silhouette.png) no-repeat;
    background-position-x: 12px;
}

.label-text_walet {
    background: url(assets/img/order/wallet-with-money.png) no-repeat;
    background-position-x: 12px;
}

.label-text_card {
    background: url(assets/img/order/credit-card.png) no-repeat;
    background-position-x: 12px;
}

.order-info {
    padding-bottom: 80px;
}

.order-info strong {
    font-size: 20px;
    margin-bottom: 25px;
    display: block;
}

.order-info__item {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-info__item-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order-info__item-position .img-wrap {
    margin-right: 20px;
}

.order-info__item-position .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.order-info__item-position .text-wrap span {
    display: block;
}

.order-info__item-position .text-wrap .category__item-title {
    margin-top: 0;
}

.order-info__item .card__counter-item {
    width: 100%;
}

.order-info__item .btn-wrap .trash {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(assets/img/order/trash.png) center no-repeat;
    cursor: pointer;
}

.order-info__item .btn-wrap .trash:hover {
    background: url(assets/img/order/trash-h.png) center no-repeat;
}

.order-info__item .btn-wrap .reload {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(assets/img/order/refresh.png) center no-repeat;
    cursor: pointer;
}

.order-info__item .btn-wrap .reload:hover {
    background: url(assets/img/order/refresh-h.png) center no-repeat;
}

.order-info__item .card__counter {
    margin-bottom: 10px;
}

.order-info__item .card__counter:last-child {
    margin-bottom: 0;
}

.order-info__list-holder {
    width: 320px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.order__list-item {
    margin-bottom: 15px;
}

.order__list .bold {
    font-weight: 700;
}

.order-info__btn .btn-default {
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 40px;
    position: relative;
}

.order-info__btn .btn-default:before {
    content: url(assets/img/order/back.png);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

.order-info__btn .btn-primary {
    text-transform: uppercase;
    font-size: 16px;
}

.order-info__btn .btn-primary:hover {
    background: #640435;
    border-color: #640435;
}

.underfooter {
    padding: 50px 0;
    background: #640435;
}

.underfooter__row {
    padding: 0 35px;
}

.underfooter__item {
    color: #fff;
    padding-left: 45px;
}

.underfooter__item-title {
    display: block;
    font-weight: 700;
    font-size: 18px;
}

.underfooter__item_phone {
    background: url(assets/img/telephone.png) left 50% no-repeat;
}

.underfooter__item_clock {
    background: url(assets/img/clock.png) left 50% no-repeat;
}

.underfooter__item_car {
    background: url(assets/img/delivery-truck-silhouette.png) left 50% no-repeat;
}

.underfooter__item_piggy {
    background: url(assets/img/piggybank.png) left 50% no-repeat;
}

.footer {
    background: #f1f1f1;
    padding: 50px 0;
    color: #000 !important;
}
.footer a {color: #000 !important;}
footer .col-12 {padding-left: 0;padding-right: 0;}

element.style {
}
@media (max-width: 1919px)
.footer-info ul li a {
    display: inline-block;
    padding: 8px 0;
}

.footer a {
    color: white;
    transition: color .3s;
}
.footer a:hover {
    color: #797474 !important;
}

.footer__item {
    width: 80%;
    margin: auto;
}

.footer__item-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    display: block;
}

.footer__item-logo {
    margin-bottom: 25px;
}

.footer__item-descr {
    margin-bottom: 25px;
}

.footer__item-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__social-link {
    color: #fff;
}

.footer__social-link:hover {
    color: #640435;
}

.footer__list {
    padding: 0;
    list-style: none;
}

.footer__list-item {
    margin-bottom: 15px;
}

.footer__list-item span {
    font-weight: 700;
}

.footer__list a {
    color: #fff;
}

.subfooter {
    background-color: #141414;
    padding: 28px;
}

.subfooter__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px;
}

.subfooter__copyright span {
    color: #fff;
    font-size: 12px;
}

@media (max-width: 991.98px) {
    .underfooter__item {
        margin-bottom: 25px;
    }

    .underfooter__row {
        padding: 0;
    }

    .footer__item {
        width: 100%;
    }

    .footer__item-social {
        margin-bottom: 25px;
    }
}


.category__header-img {
    margin-right: 2.5rem;
    max-width: 163rem;
}

.category__header-img .pull-left {
    max-width: 26.3rem;

}

.custom-select {
    height: 36px;
    width: auto;
    border-radius: 0;
    border-color: #f6f6f6;
    padding-left: 10px;
    padding-right: 15px;
    -webkit-appearance: none;
    background: url(assets/img/select.png) #f6f6f6 no-repeat;
    background-position-x: 90%;
    background-position-y: 50%;
    line-height: 1em;
    -moz-appearance: none;
    text-indent: 0.01px;
    -o-text-overflow: '';
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    outline: 0;
    cursor: pointer;
}

/* --------------Styles for c-slide-nav-------------- */
.c-slide-nav {
    /* max-width: 32rem; */
    width: 100%;
    display: none;
    /* padding-left: 1rem; */
    border: 1px solid #e6e2e2c7;
    box-shadow: 0 0 4rem 0 #bbb3b39e;
    position: fixed;
    -webkit-transform: translateX(-40rem);
    transform: translateX(-40rem);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    top: 0;
    bottom: 0;
    z-index: 10002;
    background-color: #fff;

}

.c-slide-nav.\--is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block !important;
}

.c-slide-nav__close-menu {
    content: ' ';
    position: absolute;
    top: 1rem;
    right: 0px;
    /* right: -7rem; */
    cursor: pointer;
    background: #fff;
    box-sizing: border-box;
    background-clip: content-box;
    width: 30px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s ease-in-out;
    z-index: 1300
}

.c-slide-nav__close-menu::after,
.c-slide-nav__close-menu::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 3px;
    width: 100%;
    right: 0;
    will-change: rotate;
    -webkit-transform: rotate(0);
    transform: rotate();
    transition: all .5s ease
}

.c-slide-nav__close-menu::before {
    top: 7px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #640435;
}

.c-slide-nav__close-menu::after {
    bottom: -10px;
    background-color: #640435;
}

.c-slide-nav__inner {
    padding: 2rem 2rem 0 2rem
}

.c-slide-nav__cart {
    text-align: right
}

.c-slide-nav__tel {
    margin: 1.5rem 0 1.5rem 2rem;
    font-size: 18px;
    position: relative;
    font-weight: 700;
    color: #000
}

.c-slide-nav__tel::before {
    content: ' ';
    position: absolute;
    background-image: url(assets/img/telephonehead.png);
    background-repeat: no-repeat;
    background-size: 1.9rem;
    width: 2rem;
    height: 2rem;
    bottom: 0.8rem;
    left: -2.5rem;
}

.c-slide-nav__list {
    list-style: none;
    font-size: 14px;
    margin: 0;
    color: #656565;
    font-weight: 500;
    padding: 0;
}

.c-slide-nav__list-link {
    width: 80%;
    padding: 1rem 1rem 1rem 0;
}

.c-slide-nav__list-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #f0f0f0;
    padding-left: 2rem;
    transition: all .3s
}

.c-slide-nav__list-item:last-child {
    border-bottom: none
}

.c-slide-nav__list-item:hover {
    background-color: #e4e4e4
}

.c-slide-nav__list-item.\--subitem {
    border: none;
    background-color: transparent;
}

.c-slide-nav__list-item.\--subitem:hover {
    background-color: #fff;
}

.c-slide-nav__list-link.\--sublink {
}

.c-slide-nav__sublist {
    display: none;
    list-style: none
}

.c-slide-nav__sublist-item {
    padding: 1rem 0 0 2rem
}

.c-slide-nav__open-list {
    width: 20%
}

.c-slide-nav__open-list::before {
    content: '+';
    font-weight: 700;
    right: 2rem;
    cursor: pointer;
    width: 67px;
    flex-grow: 1;
    height: 20px;
    padding: 20px;
    text-align: center
}

.c-slide-nav__adress {
    margin: 3.5rem 0 3.5rem 0
}

.c-slide-nav__link {
    color: #640435;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.4rem;
    position: relative;
    padding-bottom: .4rem
}

.c-slide-nav__link::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 2px;
    background-color: #a5213b;
    bottom: 0;
    transition: all .5s
}

.c-slide-nav__link:hover {
    text-decoration: none;
    color: #a5213b
}

.c-slide-nav__link:hover::before {
    width: 100%
}

.c-slide-nav__link:focus {
    text-decoration: none;
    color: #a5213b
}

.c-slide-nav__room {
}

.c-slide-nav__btn-room {
    border: 2.5px solid #a5213b;
    border-radius: 2px;
    color: #a5213b;
    padding: 1.5rem 3rem;
    font-weight: 500
}

.c-slide-nav__btn-room:hover {
    color: #a5213b;
    background-color: #d4d2d26b
}

.c-slide-nav__btn-room:focus {
    color: #a5213b
}

.c-slide-nav__call {
    margin: 2.5rem 0 5.5rem
}

.c-slide-nav__btn-call {
    padding: 1.5rem 2rem;
}

/* .c-slide-nav__burger {
  margin-right: 2rem;
  cursor: pointer;
  background: #7b2033;
  box-sizing: border-box;
  background-clip: content-box;
  width: 30px;
  height: 25px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0);
  transform: rotate(0);

}

.c-slide-nav__burger::after,
.c-slide-nav__burger::before {
  content: "";
  position: absolute;
  background: #7b2033;
  height: 3px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all .5s ease
}

.c-slide-nav__burger::before {
  top: -10px
}

.c-slide-nav__burger::after {
  bottom: -10px
} */
@media (max-width: 991px) {
    .c-slide-nav__button {
        text-align: center;
        margin: 2rem 0;
    }

    .c-slide-nav__button-link {
        text-decoration: none;
        padding: 1rem 2rem;
        background-color: #640435;
        color: #fff;
        background-image: url('');
    }

    .c-slide-nav__button-link.\--burger {
        margin-right: 2.5rem;
        cursor: pointer;
        background: #7b2033;
        box-sizing: border-box;
        background-clip: content-box;
        width: 30px;
        height: 25px;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        padding: 0;

    }

    .c-slide-nav__button-link.\--burger::after,
    .c-slide-nav__button-link.\--burger::before {
        content: "";
        position: absolute;
        background: #7b2033;
        height: 3px;
        width: 100%;
        right: 0;
        will-change: rotate;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transition: all .5s ease
    }

    .c-slide-nav__button-link.\--burger::before {
        top: -11px
    }

    .c-slide-nav__button-link.\--burger::after {
        bottom: -11px
    }


    .c-slide-nav__button-link:hover {
        color: #fff;
    }

    .c-slide-nav__button-link:focus {
        color: #fff;
    }

}

@media (min-width: 992px) {
    .c-slide-nav__button {
        display: none;
    }
}

@media (max-width: 767px) {
    .category__header-text {
        flex-direction: column;
    }

    .category__header-img .pull-left {
        max-width: 100%;
    }

    .term-description {
        margin-top: 2rem;
    }

    .category__header-img {
        width: 100%;
        text-align: center;
    }
}

.c-form {
    color: #333;
    text-align: center;
    letter-spacing: 0;
    padding: 2.5rem 2rem;
}

.c-form__title {
    font-size: 3.2rem;
    text-transform: uppercase;
    line-height: 1;
}

.c-form__desc {
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-size: 1.8rem;
    line-height: 1.2;
}

.c-form__badge {
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
    font-size: 1.8rem;
    text-indent: 1rem;
}

.c-form__file-text {
    padding: 1.5rem;
    text-align: left;
    font-size: 1.4rem;
    color: #afafaf;
}

.c-form__politic {
    font-size: 1.2rem;
    font-weight: 300;
    color: #999999;
}

/* Стили для слайдера фильтров */
/* -------------------------------------- */
.c-slide__wrapper {
}

.c-filter__headline {
    font-size: 3.6rem;
    font-style: normal;
    padding: 1rem 0 1rem 1.5rem;
}

.c-filter__item-top {
    border-bottom: 1px solid #bcbcbc;
    border-top: 1px solid #bcbcbc;
}

.c-filter__content {
    padding: 2rem 1.5rem;
}

.c-filter__title {
    font-size: 1.4rem;
    font-weight: 600;
}

.c-filter__count {
    max-width: 45%;
}

.c-filter__view-holder {
    display: flex;
    justify-content: space-between;
}

.c-filter__inner-btn {
    display: flex;
    justify-content: flex-end;
}

.c-filter__custom-select {
    display: inline-block;
    width: 100%;
    margin: 1rem 0;

}

.c-filter__count {
    max-width: 37%;
}

.c-filter__view-holder {
    margin: 1rem 0;
}

.c-slide-nav__content {
    overflow-y: auto;
    height: 100%;

    padding-left: 20px;
    padding-right: 20px;

}


/*--------------------- END------------------ */

.sp-filter__inner {
    margin-bottom: 3rem;
}


.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #640435!important;
    border-radius: 0;
    transform: rotate(45deg);
}

.ui-slider .ui-slider-handle {
    position: absolute!important;
    z-index: 2;
    width: 1em!important;
    height: 1em!important;
    top: -.5em!important;
    cursor: default!important;
    -ms-touch-action: none;
    touch-action: none!important;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-widget-content {
    border: none;
    background: #dddddd;
}

.ui-slider .ui-slider-range {
    background: #d8d8d8;
}

.ui-slider-horizontal {
    height: .1em;
}


/* ------------------------------Рекламный блок справа---------------------------- */

/* ------------------------------------------------------------------------------- */
.c-brand-review {
    min-width: 100%;
    min-height: calc(100% - 2.5rem);
    text-align: center;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.c-brand-review::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(75, 22, 51, .76);
}

.c-brand-review__content {
    display: flex;
    padding: 2rem;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;

}

.c-brand-review__inner {
    position: relative;
}

.c-brand-review__inner-img {
    text-align: center
}

.c-brand-review__inner-img.\--margin {
    margin-top: 1.5rem
}

.c-brand-review__title {
    margin-top: 2rem;
    font-weight: 700;
    font-size: 1.8rem
}

.c-brand-review__list {
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 3rem;
    text-align: center;
    list-style: none;
    padding: 0;
}

.c-brand-review__list-item {
    margin-top: 1rem;
    line-height: 2.2rem;
    position: relative;
}

.c-brand-review__list-item::before {
    content: '';
    display: block;
    width: 0.85rem;
    height: 0.85rem;
    background-color: #fff;
    -webkit-transform: translateX(50%) rotate(45deg);
    transform: translateX(50%) rotate(45deg);
    margin: 0 auto 0.6rem;
}

/* .c-brand-review__list-item::before {
  content: '';
  position: absolute;
  width: 0.85rem;
  height: 0.85rem;
  background-color: #fff;
  right: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateX(50%) rotate(45deg);
  transform: translateX(50%) rotate(45deg);
  top: -20px

} */
.c-brand-review__inner-product {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: normal;
}

.c-brand-review__product-style {
    font-weight: 700
}

.c-brand-review__coll {
}

.c-brand-review__btn {
    display: inline-block;
    font-size: 1.6rem;
    margin-top: 2rem;
    padding: 1rem 2rem;
    background-color: #000;
    text-decoration: none;
    font-weight: 500
}

.c-brand-review__btn:focus,
.c-brand-review__btn:hover {
    text-decoration: none
}

.c-brand-review__btn:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.c-brand-review__inner .c-brand-review__btn {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

/* ------------------------------------------------------------------------------- */

/* --------------------------------- c-special------------------------------------ */

.c-special {
    display: flex;
    position: absolute;
    top: 1.5rem;
    left: 1rem;
}

.c-special__item {
    width: 5rem;
    height: 5rem;
    background-color: #640435;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    color: #fff;
}

.c-special__item::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: transparent;
    border: 2px solid #dfd0d4
}

.c-special__item.\--border-red::before {
    border: 2px solid #640435
}

.c-special__item + .c-special__item {
    margin-left: 0
}

.c-special__item.\--white {
    background-color: #fff;
    color: #640435;
}

.c-special__inner {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-special__inner-img {
    text-align: center
}

.c-special__text {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1;
}

.c-special__text.\--lg {
    text-transform: uppercase;
    letter-spacing: normal;
}

/* ------------------------------------------------------------------------------- */


/* ---------------c-product-related--------------- */

/* ------------------------------ */
.c-product-related {
    background-color: #640435;
    color: #fff;
    padding: 3rem 2.5rem 3rem 3rem;
    max-width: 36rem;
    width: 100%;
    height: 100%;
}

.c-product-related__headline {
    text-align: center;
    font-weight: 600;
    line-height: normal;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}

.c-product-related__title {
    font-weight: bold;
    line-height: normal;
    font-size: 1.2rem;
}

.c-product-related__item {
    display: flex;
    padding: 2.5rem 0;
    border-bottom: 1px solid #EEEEEE;
}

.c-product-related__item:last-of-type {
    border: none;
}

.c-product-related__inner-img {
    max-width: 8rem;
    margin-right: 2rem;
}

.c-product-related__content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 80%;
}

.c-product-related__info {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
}

.c-product-related__price {
    font-weight: bold;
    line-height: normal;

}

.c-product-related__link {
    min-width: 1rem;
    padding: 0.6rem 1rem;
    font-weight: normal;
    line-height: 1;
    font-size: 1.1rem;
    color: #7E2133;
    background: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}

.c-product-related__link:hover {
    text-decoration: none;
    background-color: #7E2133;
    color: #fff;
    border-color: #fff;
}

/* ---------------c-product-related END--------------- */

/* ------------------------------ */

/* .owl-animated-out.active {
  opacity: 1 !important;
} */

.header-message {
    margin-top: -1rem;
    margin-bottom: 1rem;
    padding: 1.5rem 0;
    background: #FF0034;
    border-bottom: 1px solid #E1E2E6;
}

.header-message__text {
    font-weight: 800;
    line-height: 1.1;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.header-message__btn {
    display: inline;
    padding-left: 2rem;
    height: 1.1rem;
    width: 2rem;
    background: url(assets/img/close.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

/* ОТЗЫВЫ */
.comment_container {
    margin-top: 5rem;
}

.comment_container .avatar {
    float: left;
    min-width: 8rem;
    max-width: 8rem;
}

.comment_container .comment-text {
    margin: 0 0 0 13rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 9rem;
}

.comment_container .meta {
    display: flex;
}

.comment_container .description {
    word-break: break-word;
}

.comment_container .woocommerce-review__author {
    margin-right: 1rem;
}

.comment_container .woocommerce-review__published-date {
    margin-left: 1rem;
}

.stars span {
    max-width: 12rem;
    display: flex;
    justify-content: space-between;
}

.stars span > a {
    padding: 0 .5rem;
    box-shadow: 0 0 0 1px #69052b;
    transition: all .3s
}

.stars span > a:hover, .stars span > a:active, .stars span > a:focus {
    background: #98335a;
    color: #fff;
}

.o-product__price-item .old {
    font-size: 14px;
    color: #fb1a48;
    text-decoration: line-through;
}

.c-product__price .old {
    font-size: 14px;
    color: #fb1a48;
    text-decoration: line-through;
}

.product {
    margin-top: 10px;
}
.offers .owl-item{

}

.agree {
    display: none;
}

.header_icon_soc img {
    margin-right: 0px;
    height: 24px;
}


@media (max-width: 768px) {
    .owl-nav{
        display: none;
    }
    .header_icon_mobile > a {
        display: inline-block;
    }

    .header_icon_mobile > a > img {
        width: 25px;
    }
}


.c-advantage__title {
    font-size: 1.3rem;
    font-weight: 900;
    margin-top: 2rem;
    line-height: 1.2;
    color: #640435;
    text-transform: uppercase;
}

.o-product__not-production {
    padding: 6px 12px;
    background: white;
    color: #333;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 115px;
}

.shop_attributes tr {
    border-bottom: 1px dashed #333;
}

.shop_attributes tr:last-child {
    border-bottom: none;
}

.shop_attributes p {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}

.main-notification {
    background: #f11f1f;
    color: white;
    text-align: center;
    padding: 7px;
    font-weight: 700;

}

@media (max-width: 768px) {
    .main-notification {
        font-size: 15px;
        line-height: 15px;
    }
}

.paragraph-174 {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.div-block-79 {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;*/
    display: flex;
    max-width: 1000px;
    min-height: 400px;
    margin: -230px auto 89px;
    -webkit-box-pack: end;
    /*-webkit-justify-content: flex-end;*/
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    /*-webkit-align-items: flex-end;*/
    /*-ms-flex-align: end;*/
    align-items: flex-end;
    background-image: url(https://altdekor.ru/wp-content/uploads/2019/11/0175f367-dd40-4821-87e8-03a3a48fa183-1.jpg);
    background-position: 50% 21%;
    background-size: cover;
    background-repeat: no-repeat;
}

.link-7 {
    color: #640235;
}

.link-8 {
    color: #640235;
}

.link-block-8 {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.link-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 77px;
    min-width: 200px;
    -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;
    background-color: #640235;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #fff;
    text-decoration: none;
}

.link-block-7 {
    position: relative;
    top: -180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    margin: 291px auto -74px;
    -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;
    background-color: #640235;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.paragraph-178 {
    max-width: 1000px;
    margin: -68px auto -18px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 24px;
}

.div-block-82 {
    padding-bottom: 7px;
    background-image: url(https://altdekor.ru/wp-content/themes/images/line-about.svg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.div-block-80 {
    max-width: 1000px;
    min-height: 444px;
    margin-right: auto;
    margin-bottom: 97px;
    margin-left: auto;
    padding-top: 77px;
    padding-right: 7px;
    padding-left: 7px;
    -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;
}

.paragraph-177 {
    margin-top: 6px;
    margin-bottom: -2px;
    margin-left: 9px;
    color: #eceeef;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.heading-23 {
    margin-top: 0px;
    margin-bottom: -11px;
    margin-left: 7px;
    padding-top: 0px;
    color: #640235;
    font-size: 66px;
    line-height: 66px;
}

.bold-text-15 {
    color: #640235;
    font-weight: 600;
}

.columns-9 {
    margin-top: 9px;
}

.div-block-81 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 150px;
    margin-top: 27px;
    padding: 9px 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 3px solid #640235;
    background-color: #fff;
    box-shadow: 0 11px 20px -11px rgba(0, 0, 0, 0.22);
    font-weight: 500;
}

.paragraph-176 {
    margin-bottom: 0px;
}

.paragraph-173 {
    margin-bottom: 92px;
    color: #640235;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}


/**/


.comment-autor {
    font-weight: bold;
}

.comment-autor {
    font-weight: bold;
    font-style: normal;
    margin-bottom: 1rem;
}

.comment-autor cite {
    font-style: normal;
}

.comment {
    font-size: 1.6rem;
    border-top: 1px solid #f2f2f2;
    padding: 1rem 0px;
}

.comment .reply {
    text-align: right;
}

.comment + .children .comment {
    border: none;
}

.comment + .children {
    padding-top: 0px;
    margin: 0px
}

#commentform input, #commentform textarea {
    width: 100%;
    margin-bottom: 1rem;
}


/*Страница магазина*/
.wb-schem-title {
    font-size: 3.6rem;
    margin: 2rem 0px;
    display: block;
}

.wb-magaxin-contact {
    border: 1px solid #640435;
    padding: 3rem;

}

.wb-magaxin-contact__item {
    margin-bottom: 2rem;
}

.wb-magaxin-contact__item-name {
    font-size: 19px;
    font-family: 'Century Gothic Bold';
}

.wb-magaxin-contact__item-value {
    font-size: 17px;
    font-family: 'Century Gothic Regular';
}

.wb-magaxin-shema {
    border: 1px solid #640435;
    padding: 3rem;
    height: 100%;
    display: grid;
}

.wb-magaxin-shema__btn {
    border: 1px solid #640435;
    padding: 2rem;
    display: block;
    background: #640435;
    color: #FFF;
    text-align: center;
    margin-top: 2rem;
}

.wb-magaxin-shema__btn:hover, .wb-magaxin-shema__btn:focus {
    background: transparent;
    color: #333;
}

.wb-magaxin-shema__content span.schem-title {
    color: #333;
}

.wb-magaxin-shema__content span {
    color: #640435;
    font-family: 'Century Gothic Bold';
}

.wb-magaxin-shema__content-btn {
    bottom: 0px;
    margin-top: auto;
}

.magazin__list-slider1 .carousel__nav.\--full {
    top: 92%;
    bottom: 0%;
    width: 30%;
    right: 0;
    margin: 1px;
    padding: 30px;
    background: #640435;
}


.wb-font-bold {
    font-family: 'Century Gothic Bold';
}

.wb-font-normal {
    font-family: 'Century Gothic Regular';
}

.magazin-seo--text {
    padding-bottom: 2rem;
}

@media (max-width: 992px) {
    .wb-magaxin-contact {
        padding: 2rem;
    }

    .wb-magaxin-contact__item {
        margin-bottom: 1rem;
    }

    .wb-magaxin-contact__item-name {
        font-size: 16px;
    }

    .wb-magaxin-contact__item-value {
        font-size: 15px;
    }

    .magazin__list-slider1 .carousel__nav.\--full {
        width: 50%;
        margin: 0px auto;
    }
}

@media (max-width: 576px) {
    .magazin__list-slider1 .carousel__nav.\--full {
        width: 50%;
        margin: 0px auto;
    }

    .wb-magaxin-contact {
        margin-top: 2rem
    }

    .wb-magaxin-contact__item-value, .wb-magaxin-contact__item-name {
        font-size: 1.6rem;
    }

    .wb-magaxin-shema__content span.schem-title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .wb-magaxin-shema {
        padding: 2rem;
        margin-bottom: 1rem;
        height: auto;
        display: block;
    }
}


ul#shops {
    padding: 0 1rem 1rem 1rem;
    /*  background-color: #f6f6f6;*/
    height: 600px;
    overflow-y: scroll;
    width: 100%;
}

#shops li {
    background-color: #FFF;
    margin-bottom: 10px;
    list-style: none;
    padding: 1rem;
    border-bottom: 1px solid #d4d2d3;
}

.yandex-maps-left {

}

.header_btn {
    background-color: #640435;
    margin-bottom: 1rem;
    /*  border: 1px solid #640435;*/
}

.header_btn p {
    color: #fff;
    margin-left: 10px;
    padding-top: 5px;
}

.header_btn select {
    width: 91%;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    margin-left: 10px;
}

.header_btn {
    padding: 0px;
    color: #FFF;
}

.maps-btn {
    display: block;
    height: 43px;
}

@media (min-width: 768px) {
    #shops:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 9px;
        left: 0px;
        width: 100%;
        height: 50px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fffbed));
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
        z-index: 1000;
    }
}

#shops li .title {
    font-size: 1.4rem;
    font-family: 'Century Gothic Bold';
    margin-bottom: 1rem;
    display: block;
    color: #640435;
}

#shops li .addres {
    font-size: 1.2rem;
}

#shops li .maps-btn .maps-btn-2 {
    padding: 3px 8px;
    border: 1px solid #640435;
    display: block;
    text-align: center;
    color: #640435;
    margin-top: 1rem;
    float: right;
    width: 153px;
    border-radius: 2px;
    font-size: 12px;
    background-color: #640435;
    color: #FFF;
}

#shops li .maps-btn .maps-btn-2:hover, #shops li .maps-btn .maps-btn-2:focus {
    background-color: #640435;
    color: #FFF;
}

.yandex-maps-left #shops::-webkit-scrollbar {
    width: 5px;
    padding: 0px 10px;
    margin: 0px 10px;
}

.yandex-maps-left #shops::-webkit-scrollbar-thumb {
    background-color: #AB2C46;
    border-radius: 10px;
    height: 1%;
}

.yandex-maps-left #shops::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #C8C8C8;
    padding: 0px 10px;
    margin: 0px 10px;

}

#cityShop {
    padding-right: 10px;
    background: #640435;
    /*background-color: #f6f6f6;*/
    padding-top: 10px;
}

#shops {
    padding-right: 10px;
    margin-top: 10px;
}


/* Страница Служба заботы о клиентах*/
.care-service img {
    margin-bottom: 1rem;
    max-width: 100%;
}


.care-service-contct_wrapp {
    display: flex;
    text-align: center;
    margin: 2rem 0px;
    border-top: 1px solid #640435;
    border-bottom: 1px solid #640435;
    padding: 1rem 0px;
}

.care-service-contct_item {
    flex-basis: 50%;
    width: 50%;
}

.care-service-contct_item-title {
    font-size: 3rem;
    font-family: 'Century Gothic Bold';
}

.care-service-contct_item-content {
    font-size: 3rem;
}

.care-service_wrapp {
    display: flex;
    flex-direction: row;
}

.care-service-form_item {
    flex-direction: 50%;
    width: 50%;
}

.care-service-social_item {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    width: 50%;
}

.care-service-social_item p {
    font-size: 1.8rem;
    font-family: 'Century Gothic Bold';
    margin-bottom: 1rem;
}

.care-service-social_item a {
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

.care-service-social_item a > i {
    margin-right: .5rem;
}

.care-service-social_whatsapp {
    background-color: #128c7e;
    color: #fff;
}

.care-service-social_whatsapp:focus, .care-service-social_whatsapp:hover {
    background-color: #075e54;
    text-decoration: none;
    color: #fff;
}

.care-service-social_viber {
    background-color: #7f6bf4;
    color: #fff;
}

.care-service-social_viber:focus, .care-service-social_viber:hover {
    background-color: #6052b3;
    text-decoration: none;
    color: #fff;
}

.care-service-social_telegram {
    background-color: #0088cc;
    color: #fff;
}

.care-service-social_telegram:focus, .care-service-social_telegram:hover {
    background-color: #047bb7;
    text-decoration: none;
    color: #fff;
}

.care-service-social_vk {
    background-color: #45668e;
    color: #fff;
}

.care-service-social_vk:focus, .care-service-social_vk:hover {
    background-color: #385373;
    text-decoration: none;
    color: #fff;
}


.care-service-form_item {
    padding: 0px 2rem;
}


.care-service-form_item form {
    display: flex;
    flex-direction: column;
}

.care-service-form_item form label {
    display: block;
    color: #4b1632;
}

.care-service-form_item form label input {
    display: block;
    width: 100%;
    padding: .5rem;
    border: 1px solid #4b1632;
}

.care-service-form_item form label textarea {
    display: block;
    width: 100%;
    padding: .5rem;
    border: 1px solid #4b1632;
    height: 9rem;
}

.care-service-form_item form input[type=submit] {
    display: block;
    border: 2px solid #4b1632;
    color: #4b1632;
    font-size: 1.6rem;
    width: 100%;
    line-height: 1.6rem;
    padding: 1rem;
    text-transform: uppercase;
}

.care-service-form_item form input[type=submit]:hover, .care-service-form_item form input[type=submit]:focus {
    background-color: #4b1632;
    color: #fff;
}


@media (max-width: 576px) {
    .care-service-contct_item-title {
        font-size: 2rem;
        font-family: 'Century Gothic Bold';
    }

    .care-service-contct_item-content {
        font-size: 1.8rem;
    }

    .care-service_wrapp {
        flex-direction: column;
    }

    .care-service-form_item {
        flex-direction: 100%;
        width: 100%;
        padding: 0px;
    }

    .care-service-social_item {
        flex-direction: row;
        flex-basis: 100%;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .care-service-social_item p {
        flex-basis: 100%;
    }

    .care-service-social_item a {
        flex-basis: 48%;
        width: 48%;
    }


}


.card__btns-holder .add_to_cart_button {
    width: 100%;
}

/*web-inline*/
.yelow {
    background: #f5d358;
    color: #640435;
}

/*.c-special__item.yelow::before {  border: 2px solid #640435;}
.c-special__item.yelow .c-special__text { text-transform: inherit; }*/

/*меняем вывод лэйблов с квадратов на полоски*/

.c-special {
    display: block;
    top: 2.4rem;
    left: -12px;
}

.c-special__item {
    width: auto;
    height: 30px;
    margin-top: 9px;
    padding: 0 10px 0 15px;
    background-color: #640435;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
    color: #fff;
    display: block;
    z-index: 1000;
}

.c-special__inner:before, .c-special__inner:after {
    content: " ";
    width: 0;
    height: 0;
    border-top-color: currentcolor;
    position: absolute;
    right: -25px;
}

.c-special__inner:before {
    border-top: 15px solid;
    border-right: 15px solid transparent;
    top: 0;
}

.c-special__inner:after {
    border-bottom: 15px solid;
    border-right: 15px solid transparent;
    bottom: 0;
}

.c-special__text {
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
}

.c-special__inner {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: left;
}

.c-special__item::before {
    display: none;
}

.c-special__text:after {
    content: " ";
    position: absolute;
    left: -13px;
    bottom: -11px;
    width: 0;
    height: 0;
    border-top: 10px solid;
    border-left: 10px solid transparent;
}

.c-special__item {
    background: #8e2d82;
}

.c-special__item .c-special__text {
    color: #fff;
}

.c-special__inner:before, .c-special__inner:after, .c-special__text:after {
    border-top-color: #8e2d82;
    border-bottom-color: #8e2d82;
}


.c-special__item.yelow {
    background: #ffc90f;
}

.c-special__item.yelow .c-special__text {
    color: #fff;
    text-shadow: 0 1px 2px rgb(0 0 0 / 21%);
}

.yelow .c-special__inner:before, .yelow .c-special__inner:after, .yelow .c-special__text:after {
    border-top-color: #ffc90f;
    border-bottom-color: #ffc90f;
}

.c-special__item.\--white {
    background: #E3084A;
}

.c-special__item.\--white .c-special__text {
    color: #fff;
}

.\--white .c-special__inner:before, .\--white .c-special__inner:after, .\--white .c-special__text:after {
    border-top-color: #E3084A;
    border-bottom-color: #E3084A;
}


.navigation .alignright a, .navigation .alignleft a {
    background: #640435;
    color: #fff;
    padding: 7px 15px;
}

#respond {
    margin-top: 54px;
}

figure.gallery-item {
    margin: 0 5px 1rem;
}

#list-top > li {
    margin-right: 10px;
}

/*шапка*/
.header {
    height: 120px;
}

.nav-top { /*margin-bottom: 25px;margin-top: 10px;   */
    vertical-align: top;
}

.header_icon_soc {
    height: 23px;
    width: 72px;
    vertical-align: top;
    display: inline-block;
}

.main-navi {
    background: #640435;
}

.header-main {
    height: 120px;
}

.header__wrap-logo {
    max-width: 78%;
    margin-top: 5px;
    vertical-align: top;
}

header .btn.btn--no-bg {
    border: none !important;
    position: relative;
    font-size: 1.5rem;
    font-weight: normal;
    color: #333;
}

header .btn.btn--no-bg span {
    font-weight: bold;
    font-size: 22px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #640435;
}

.header__btn {
    font-weight: normal;
    text-transform: inherit;
    margin-top: 3px;
}

.header__btn.btn--no-bg:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #640435;
    left: 43px;
    bottom: 4px;
    transition: all 0.4s;
}

.header__btn.btn--no-bg:hover:before {
    width: 55%;
}

#menu-item-28080 {
    position: relative;
    border: 0px solid #640435;
    color: #640435;
    padding: 0 3px;
    background-color: #fff;
    border-radius: 3px;
}

/*#menu-item-28080 .nav-top__link:before {    position: absolute;    content: '';    width: 69px;    height: 1px;    background: #640435;    left: 0;    bottom: 0;    transition: all 0.4s;}*/
/*#menu-item-28080 .nav-top__link:hover:before { width: 100%; }*/
#menu-item-28080 .nav-top__link {
    background: #640435;
    color: #fff;
    padding: 2px 8px;
    margin-left: 10px;
    border-radius: 2px;
    transition: all .25s;
}

#menu-item-28080 .nav-top__link:hover {
    background: #981458;
    color: #fff;
    transition: all .25s
}

/*поиск*/
.header__btn.btn.callback { /* background-color: #fff;  color: #640435; */
    border-radius: 3px;
    border: 1px solid #640435;
    min-width: 13rem;
    line-height: 1.1rem;
    height: 3.7rem;
}

#searchsubmit {
    background-color: #fff;
}

#icon-search {
    fill: #fff;
    width: 21px;
    height: 21px;
}

#icon-search {
    fill: #640435;
    margin: 0px 0px -8px 0px;
}

.header_icon_soc img {
    filter: grayscale(70%);
    border-radius: 100%;
    height: 21px;
}

/*.h-100 .header__inner{margin-top: 3px;    vertical-align: top;}*/

#point {
    display: none;
}

#point {
    display: inline-block;
    fill: #640435;
    width: 21px;
    height: 21px;
    margin-right: 5px;
}

.header__link {
    padding-left: 0;
    margin-top: 10px;
}

.header__link:after {
    display: none;
}

.nav-top { /* display: inline-block;   vertical-align: bottom;    margin-top: 0px;    padding-bottom: 9px;*/
}

.header__phone {
    font-weight: 400;
}

/*корзина*/
#corz2 {
    display: none;
}

#corz2 {
    display: block;
}

.shop-cart {
    background: none;
}

.shop-cart__count {
    right: -5px;
    top: -7px;
    width: 17px;
    height: 17px;
    font-size: 11px;
    padding: 0 0 0 1px;
    box-shadow: 0 0 0 1px #fff;
    fill: #222;
}

.c-form-search__input {
    border: 0px solid #640435;
    border-bottom: 1px solid #640435;
}

.main-notification {
    display: none;
}

/*карусель*/
.slider-home__items--img img {
    height: auto;
}

.slider-home {
    margin-top: 24px;
}

.slider-home .owl-dots {
    z-index: 10;
    top: -32px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.slider-home .owl-dot {
    opacity: 0.8;
    width: 1.1rem;
    height: 1.1rem;
    margin: .75rem .75rem;
    background: #f2f2f2;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transform: rotate(45deg);
}

.slider-home .owl-dot.active {
    background: #64043552;
    border: 1px solid #ffffffeb;
}

.btn, .btn-theme, .button, .shares__more {
    border: 1px solid #640435;
    border-radius: 3px;
}

.header-main {
    border-bottom: 1px solid #640435;
}

.slider_block .d-lg-block {
    width: 70%;
    display: inline-block !important;
    vertical-align: top; /*min-height: 578px;*/
    overflow: hidden;
}

.owl-carousel .owl-item img {
    height: auto;
}

.owl-carousel .owl-item img {
    width: auto;
}

.r_slider {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 23px;
}

.r_slider a {
    margin-bottom: 15px;
    display: block;
}

@media only screen and (max-width: 768px) {

    .slider_block, .r_slider {
        display: none;
    }
}


.btn, .shares__more {
    background-color: #fff;
    border: 1px solid #a5758f;
    color: #7b4964;
    padding: 12px;
    max-width: 180px;
    display: block;
    margin: 8px auto;
    transition: cubic-bezier(0, 0.71, 0.58, 1) .3s all;
}


.c-product__item:hover, .tab-content .carousel__item:hover {
    box-shadow: 0 0px 15px rgba(169, 166, 166, 0.35);
    transition: all .25s
}

.characteristics {
    padding: 0 10px;
}

.c-product__item_thumb {
    border-radius: 4px; /*overflow: hidden;*/
}

.tab-content .carousel__item img {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

/*.c-product__item_thumb .c-product__item-title {    height: 44px;    overflow: hidden;}*/
.c-product__item-img {
    max-width: 100%;
}

/*.btn--no-bg {  background-color: #fff; border: 1px solid #640435;    color: #640435;  margin-right: 10px; }*/

.c-form-search__btn {
    background: #640435;
}

/*div.characteristics { height: 64px; }*/
div.characteristics {
    margin: 13px 0 14px 0;
}

.c-product__item_thumb .c-product__item-img {
    border-radius: 4px;
}

.c-product__quantity {
    display: none;
}

.tech {
    margin-top: 47px;
}


/*табы на глвной*/
/*.nav-pills .nav-item { border-bottom: 1px solid #640435;  }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {    border-radius: 6px 6px 0px 0px;}*/
.nav-pills .nav-item a {
    font-weight: 700;
    position: relative;
}

.nav-pills .nav-link.active {
    background: #fff;
    color: #640435 !important;
}

.nav-pills .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 40%;
    right: 40%;
    height: 1px;
    background: #640435;
    transition: all 0.4s;
}

.tab-content {
    margin-top: 3rem;
}

/*фильтр*/
.pc-range-slider__wrapper {
    overflow: inherit;
}

.pc-range-slider__control .ui-slider-range {
    height: 3px !important;
    margin-top: -1.5px;
}

#premmerce_filter_active_filters_widget-2 {
    padding: 10px;
    border: 1px solid #c7c7c7;
}

.pc-active-filter__item-delete {
    border: 1px solid #640a35!important;
    color: #640a35!important;
}

body .ui-slider-horizontal {
    height: 0;
}

body .ui-widget.ui-widget-content {
    border: 3px solid #fff;
}

.adresa2 {
    margin-top: 20px;
    margin-bottom: 37px;
}

.lblock, .rblock {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.lblock {
    width: 56%;
}

.rblock {
    width: 43%;
}

.lblock .a1 {
    font-size: 29px;
    color: #640435;
    font-weight: bold;
    margin-bottom: 0px;
}

.lblock .a2 {
    font-size: 16px;
    color: #111;
    font-weight: bold;
    margin-bottom: 10px;
}

.lblock .a4 a {
    color: #640435;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 5px;
}

/*.onas2{position: absolute;width: 100%;height: 100%; border: 15px solid #eee; left: 15px; top: 15px; z-index: -1;}*/
.rblock img {
    min-width: 100%;
    height: auto;
    box-shadow: 18px 18px 0px rgba(0, 0, 0, .12);
    border-radius: 4px;
}

.hd {
    display: none;
}


.gallery {
    justify-content: left;
}


.filter__checkgroup-control:checked + .filter__color-button:before {
    color: #e9e4e4;
}

.c-product-related {
    background-color: #ffffff;
    color: #4a4949;
    border: 1px solid #72063c;
}

.woocommerce-cart-form .actions {
    display: none;
}

.woocommerce-cart-form .actions.text-right {
    display: block;
}


#sb_instagram {
    margin: 30px 0;
}

@media only screen and (max-width: 992px) {
    .header_icon_soc {
        display: none;
    }

    .nav-top__link {
        font-size: 11px;
    }

}


.crossel .c-product__item.c-product__item_thumb {
    width: 23%;
    margin: 37px 11px;
}

@media only screen and (max-width: 768px) {
    .crossel .c-product__item.c-product__item_thumb {
        width: 100%;
        margin: 37px 11px;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        height: auto;
    }

    #sb_instagram {
        display: none;
    }

    .header-main {
        border-bottom: 0px solid #640435;
        box-shadow: 0 0px 11px rgba(169, 166, 166, 0.7);
    }

    .c-slide-nav__button-link {
        position: relative !important;
        top: 0px !important;
        left: 6px !important;
    }

    .header__wrap-logo {
        max-width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }

    .header-main {
        height: auto;
    }

    .header__wrap-logo-sm {
        max-width: 12rem;
        margin-left: -13px;
    }

    #point {
        fill: #222;
    }

    .shop-cart {
        width: 27px;
        fill: #222;
        height: 27px;
    }

    .sect-main {
        margin-top: 0px;
    }

    .product-cat-img-back {
        background-color: #27131ec4;
    }

    .lblock {
        width: 100%;
    }

    .rblock {
        width: 100%;
        margin-top: 20px;
    }

    .rblock img {
        box-shadow: 5px 5px 0px rgba(0, 0, 0, .17);
        min-width: inherit;
        width: 29%;
        display: inline-block;
        margin: 0 5px;
    }

    .hd {
        display: block;
    }

    .adresa2 {
        margin-top: 0px;
        margin-bottom: 19px;
    }
}


.offers button.disabled {
    display: initial !important;
}

/* Additional Styles for Inner Pages */
.c-product__item.c-product__item_thumb, .c-category__item {
    /*width: 382px;*/
    overflow: hidden;
    border-radius: 16px;
    background-color: #fff;
}

.c-product__item-content {
    padding: 20px 25px 30px;
}

.c-product__item-footer .btn-primary {
    display: inline-block;
    text-align: center;
    padding: 15px 25px;
    color: #fff;
    background: #640435;
    border: 2px solid #640435;
    border-radius: 10px;
    transition: background .3s, border .3s;
}

.c-category__link.g-link-title {
    display: inline-block;
    padding: 0 25px;
    color: #fff;
    margin: 15px;
    background: #640435;
    border-radius: 10px;
    transition: background .3s, border .3s;
}

.c-product__item-header a, .adresa2 a {
    color: #333;
}

.adresa2 a {
    text-decoration: underline;
}

a.page-numbers {
    color: #333;
    font-weight: 700;
}

.c-brand-review {
    min-width: auto;
    max-width: 382px;
    border-radius: 16px;
}

.c-brand-review::before, .c-category__inner-img img, .s-post__content img {
    border-radius: 16px;
}

.rblock {
    width: 40%;
}

.c-product__item {
    background-color: #fff;
    border-radius: 16px;
}

.filter__item.filter__item--type-slider, .yandex-maps-left .header_btn {
    border-radius: 16px 16px 0 0;
}

aside.col-lg-3 {
    padding: 0;
}

.section .sidebar {
    border-radius: 16px;
    padding: 30px;
}

.filter__item.filter__item--type-checkbox:last-of-type, #cityShop {
    border-radius: 0 0 16px 16px;
}

#premmerce_filter_filter_widget-2, .content-block {
    background-color: #fff;
    border-radius: 16px;
}

#premmerce_filter_filter_widget-2 * {
    font-size: 14px;
}

.category__filter .c-form-order__item.select-holder:last-of-type {
    display: flex;
    align-items: center;
}

label[for="numberposts"] {
    min-width: fit-content;
}

select[name="numberposts"] {
    font-size: 16px;
    width: 70px;
}

.nav-sidebar__item-title {
    margin-left: 0;
}

.sidebar .page_item a {
    color: #333;
    font-weight: 500;
    text-decoration: underline;
}

.sect-main__row.row {
    flex-wrap: inherit;
}

.main .content-block {
    width: 70%;
}

.col-lg-9.order-lg-2.content-block {
    max-width: 72.5%;
}

main .content-block .section {
    padding-top: 20px;
}

#shops:after {
    display: none;
}

.yandex-maps-left {
    margin-right: 16px;
}

main.section.sect-main.container {
    margin-bottom: 35px;
}

.c-category__inner-img {
    max-width: 80%;
    margin: 20px auto 0 auto;
}

.c-category__item {
    margin-bottom: 25px;
}

.post-type-archive .carousel__item {
    border-radius: 16px;
}


@media screen and (max-width: 1700px) {
    .product-thumb__wrapper .product-thumb__price {
        font-size: 1em;
    }
}

.offers .owl-carousel .owl-item img {
    height: 230px;
}

@media screen and (max-width: 767px) {

    .offers .owl-carousel .owl-item img {
        height: 120px;
    }

    .product-thumb__image {
        height: 150px !important;
    }
}

.product-thumb__image {
    height: 300px;
}


.searchsubmit {
    display: none;
}

/*Mobile fixes*/
@media screen and (max-width: 767px) {
   .owl-item .product-thumb__wrapper, .brands .product-thumb__wrapper {
        min-height: 180px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        border-radius: 0 0 16px 16px;
    }


    .product-thumb__wrapper .product-thumb__price {
        margin-bottom: 1em;
    }

    .product-thumb .product-thumb__wrap-top {
        height: auto;
        margin-bottom: 1em;
    }

    .product-thumb__wrap-bot {
        font-size: 1.5em;
    }

    .instagram-main {
        text-align: center;
    }

    ul#shops {
        flex-direction: column;
    }

    .sect-main__row.row {
        flex-wrap: wrap;
    }

    .col-lg-9.order-lg-2.content-block {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .s-post__inner-img {
        margin: 0 auto 3rem;
    }

    .s-post__content .g-link::before {
        width: 400%;
        bottom: -10px;
    }

    main.section.sect-page.sect-main {
        /*padding: 0 20px;*/
        padding: 0;
    }
    
    .main-nav__link:after + .main-nav__link:after {
        content: "____________________";
        display: block;
        color: #E0ECF0;
    }
}

/*new block of sales*/
.offers .nav.nav-pills {
    display: inline-flex;
}

.offers .carousel__nav {
    display: none;
}

.offers .carousel {
    padding: 0;
}

.offers .carousel__content .owl-item {
    overflow: hidden;
    border-radius: 16px;
    background-color: #fff;
    /*height: 370px;*/
}

.shares__name a {
    color: #333;
    font-size: 18px;
}
.offers .shares__price {
    margin-bottom: 1em;
}


.product-thumb {
    overflow: hidden;
    border-radius: 16px;
    background-color: #fff;
}

.offers .owl-nav{
    display: block!important;
}

@media screen and (max-width: 768px) {

    .shares__name a {
        font-size: 15px;
    }

    .offers .owl-nav{
        display: none!important;
    }
	.product-thumbnail, .product-price, .product-quantity {
		display: none !important;
	}
	th.product-remove {
    display: none;
}
}

@media screen and (max-width: 991px) {
	.sidebar-left {
		display: none !important;
	}
}

@media screen and (max-width: 545px) {
	.radio-block {
		flex-direction: column;
	}
}
.carousel__inner{
    touch-action: none;
}
.offers .shares__info{
    border-radius: 0 0 16px 16px;
}
.nav-pills .nav-link.active:after{
    display: none;
}

/*мои стили*/
.link-basket-header__image { margin-left: 29px; display: inline-block; fill: #000; position: relative;}
.link-basket-header .quan {
    display: flex;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: #640435;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}

.instagram-main { background: #ecf4f8; }

@media screen and (max-width: 1440px) {
.instagram-main { padding:0 10px!important;     }
.instagram-heading { font-size: 23px!important; }

}
.leaf_d1f7._bottom_cbea .cssLeaf_c8da, .leaf_d1f7._left_bf09 .cssLeaf_c8da, .leaf_d1f7._right_c225 .cssLeaf_c8da {background: none !important;}

/* header new */
.header_top {
    width: 100%;
    height: 40px;
    margin: -26px 0 26px;
    background: #f3f2f2;
}
.header_top .container {
    display: flex;
    max-width: 1320px !important;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.header_top_left {display: flex;height: 100%;}
.dropdown_area {
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
    /*font-family: var(--font_family_bold);*/
    font-size: 16px;
}
.header_top_left .dropdown_location {
    margin-right: 40px;
}
.header_top_left .phone {margin-right: 23px;}
.header_top_left a {color: #000;}
.header_top .main-nav__item {font-size: 15px;}
.header_top .main-nav__item:last-child {margin-right: 0;}
.header_top .main-nav__link {color: #000;}
.header_top .main-nav__link:hover {color: #640435;}
.header_top_left .location i {position: relative;top: -2px;}
.header_top_left i img {width: 19px;}

.dropdown_toggle {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 0 32px 0 16px;
    cursor: pointer;
}
.dropdown_toggle::after {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -7px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 1px;
    transform: rotate(-45deg);
    content: '';
    transition: 0.2ss linear;
}
.header_top_left .dropdown_toggle {font-weight: bold;font-size: 15px;}
.dropdown_menu {
    display: none;
    width: 200px;
    flex-direction: column;
    position: absolute;
    top: 40px;
    z-index: 9999;
    padding: 16px 1.25rem 0 1rem;
    background: #fff;
    box-shadow: 0 10px 15px -8px rgb(0 0 0 / 30%);
}
.dropdown_menu a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #d9dada;
    font-family: var(--font_family_reg);
    font-weight: 400;
}
.dropdown_menu a:first-child {padding-top: 0;}
.dropdown_menu a:last-child {border: none;}
.dropdown_area:hover > .dropdown_toggle {
    background: #fff;
}
.dropdown_area:hover > .dropdown_toggle::after {
    transform: rotate(135deg);
    margin-top: -1px;
}
.dropdown_area:hover > .dropdown_menu {
    display: flex;
}
.dropdown_contacts .phone span, .dropdown_contacts .email span {border-bottom: 1px dotted #000;}
.dropdown_contacts .dropdown_menu {
    width: 120%;
    padding: 16px 20px 20px;
}
.dropdown_contacts .contacts-menu__info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0,0,0, 0.25);
}
.dropdown_contacts .contacts-menu__info > .d-flex {
    justify-content: space-between;
}

.dropdown_contacts .contacts-menu__info-blocks {
    display: flex;
    flex-direction: column;
    width: 48%;
    font-family: var(--font_family_reg);
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
}
.contacts-menu__info-text {margin-top: 20px;}
.dropdown_menu .messengers {align-items: baseline;margin-top: 16px;flex: 1;}
.dropdown_menu .messengers a {padding: 0;border: none;}
.contacts-menu__info-phone .phone {
    padding-top: 5px;
    font-family: var(--font_family_bold);
    font-weight: 500;
    font-size: 20px;
}
.contacts-menu__info-phone {margin: 7px 0 -6px;}
.contacts-menu__info-email .email {
    display: inline-block;
    padding: 0;
    line-height: 30px;
    color: #640435;
    transition: 0.2s linear;
}
.contacts-menu__info-email .email:hover {border-bottom: 1px solid #640435;}
.contacts-menu__info .call-btn {
    display: flex;
    border: 2px solid;
    margin: 10px 0 0;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s linear;
}
.contacts-menu__info .call-btn svg {
    margin-right: 10px;
}
.contacts-menu__info .call-btn:hover {
    background: #000;
    color: #fff;
}
.contacts-menu__hours-label {
    margin-bottom: 12px;
    font-family: var(--font_family_bold);
    font-size: 14px;
    font-weight: 500;
}
.contacts-menu__hours-slot {
    display: flex;
    font-family: var(--font_family_reg);
    font-weight: 400;
}
.contacts-menu__hours-delimiter {
    position: relative;
    top: -3px;
    flex-grow: 1;
    margin: 0 2px;
    border-bottom: 1px dotted #b1b2b2;
}
.contacts-menu__info-text span {
    display: block;
    position: relative;
    padding-left: 23px;
}
.contacts-menu__info-success {
    color: #4a8f40;
}
.contacts-menu__info-fail {
    font-size: 14px;
}
.contacts-menu__info-text span::before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 50%;
    content: '';
}
.contacts-menu__info-success::after {
    width: 10px;
    height: 6px;
    position: absolute;
    top:8px;
    left: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    content: '';
}
.contacts-menu__info-success::before {background: #4a8f40;}
.contacts-menu__info-text span.contacts-menu__info-fail::before {top: 8px;background: #640435;}
.contacts-menu__info-fail::after {
    height: 10px;
    position: absolute;
    top: 8px;
    left: 7px;
    content: '!';
    color: #fff;
}
.header_top_right {display: flex;height: 100%;align-items: center;}
.dropdown_others {margin-left: 16px;font-size: 15px;}
.dropdown_others .dropdown_menu {
    width: 260px;
    right: 0;
    margin-left: 16px;
    padding: 0;
}
.dropdown_others .dropdown_menu a {padding: 10px 16px;border: none;color: #000;}
.dropdown_others .dropdown_menu a:hover {background: #f1f1f1;color: #640435;}

.o-product__slider .c-slider-thumb__control .owl-item,
.o-product__slider .c-slider-thumb__control .carousel__item,
.o-product__slider .c-slider-thumb__control .carousel__item a {max-height: 94px;}
.o-product__slider .c-slider-thumb__control .carousel__item a {display: block;}
.o-product__slider .c-slider-thumb__control .owl-item img {height: 100%;object-fit: cover;}

.callback-popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 111111;
}
.callback-popup.active {
    display: flex;
    justify-content: center;
    align-items: center;
}
.callback-popup-inner {
    background-color: white;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 30%), 0 1px 7px 2px rgb(0 0 0 / 10%);
    max-width: 600px;
    min-height: 50px;
    min-width: 300px;
    height: 360px;
    overflow-y: auto;
    position: relative;
    /*left: 50%;
    position: fixed;
    top: 50%;
    margin-top: -180px;
    margin-left: -320px;*/
    padding: 30px;
}
.callback-popup h3 {
    font-family: var(--font_family_bold);
    font-size: 24px;
}
.callback-popup label {
    font-family: var(--font_family_bold);
}
.callback-popup .note {
    margin-top: 30px;
    font-size: 14px;
}
.callback-popup .note a {
    color: #000;
    text-decoration: underline;
}
.callback-popup .note a:hover {
    color: var(--color_main);
}
.callback-popup .close_btn {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}
.callback-popup label {
    width: 100%;
}
.callback-popup div[role="form"] {
    margin: 30px 0;
}
.callback-popup input[type="tel"] {
    width: 100%;
    height: 40px;
    border: 1px solid #d9dada;
    border-radius: 0;
    color: #000;
}
.callback-popup input[type="tel"]::placeholder {
    font-weight: 400;
    color: #000;
}
.callback-popup input[type="submit"] {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    border: 2px solid var(--color_main2);
    border-radius: 0;
    background: var(--color_main2);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.callback-popup input[type="submit"]:hover {
    background: #fff;
    color: var(--color_main2);
}
.callback-popup p {
    margin-bottom: 0;
}
.callback-popup .wpcf7-spinner {
    position: absolute;
    right: 15px;
    bottom: 50%;    
}

/* footer new */
.footer_new {
    display: flex;
    width: 100%;
    padding: 30px 0 20px;
    background-color: #f3f2f2;
}
.footer_new .footer-logo {
    max-height: 100%;
    object-fit: cover;
}
.footer_new .footer-contacts__phone {
    margin-top: 24px;
}
.footer_new .footer-contacts__email {
    margin-top: 16px;
}
.footer_new .footer-contacts__email, .footer_new .footer-contacts__phone {
    display: flex;
    flex-direction: column;
}
.footer_new .footer-contacts__label {
    font-size: 14px;
    color: #565655;
}
.footer_new .footer-contacts__email a, .footer_new .footer-contacts__phone a {
    margin-top: 3px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.footer_new .footer-menu li {
    display: block;
    margin-bottom: 10px;
}
.footer_new .footer-menu li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.footer_new .footer-menu li a:hover {
    color: #640435;
}
.footer-brand-art {
    display: flex;
    width: 100%;
    margin: 40px 0;
}
.footer-brand-art__item:nth-child(1) {
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    min-width: 16px;
    background-color: rgba(218, 0, 105);
}
.footer-brand-art__item:nth-child(2) {
    width: 100%;
    height: 4px;
    background-color: var(--color_main2);
}
.footer-brand-art__item:nth-child(3) {
    width: 88px;
    height: 8px;
    position: relative;
    bottom: 8px;
    min-width: 88px;
    background-color: #640435;
}
.footer-brand-art__item:nth-child(3) {
    position: unset !important;
    margin-top: -8px !important;
}
.footer_new .footer-bottom a, .footer_new .footer-bottom span {
    font-size: 14px;
}
.footer_new .footer-bottom ul {
    display: flex;
    justify-content: flex-end;
}
.footer_new .footer-bottom ul li {
    margin-top: 0;
}
.footer_new .footer-bottom ul li:not(:first-child) {
    margin-left: 20px;
}
.footer_new .footer-bottom li a {
    color: #000;
    text-decoration: none;
}
.footer_new .footer-bottom li a:hover {
    color: #640435;
}
.footer-messengers {
    margin-top: 25px;
}
.footer-messengers span {
    display: block;
    margin-bottom: 5px;
}

h1.tab_page_title {
    font-family: var(--font_family_bold);
    font-weight: bold;
}
.tab_page_menuwrap {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0 !important;
    margin-bottom: 0;
    list-style: none;
}
ul.tab_page_menu {
    width: 100%;
    padding: 4px 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    overflow-x: auto;
}
.tab_page_menu li {
    padding: 0 24px 0 0;
    border-bottom: 1px solid #d9dada;
}
.tab_page_menu li a {
    display: block;
    padding: 16px 0;
    font-family: var(--font_family_bold);
    font-size: 15px;
    font-weight: bold;
    line-height: 140%;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .04em;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    white-space: nowrap;
}
.tab_page_menu li:first-child a {padding-left: 0;}
.tab_page_menu li:last-child {padding-right: 0;}
.tab_page_menu a:hover{
    padding-bottom:calc(16px - 1px);
    color: var(--color_main2);
    border-bottom: 2px solid var(--color_main2);
}
.tab_page_menu .current-menu-item a, .tab_page_menu a:active {
    padding-bottom: calc(16px - 1px);
    color: #000;
    border-bottom: 2px solid var(--color_main2);
}
.tab_page_content {margin-top: 48px;}
.title-block__brand-art {
    width: 81px;
    height: 4px;
    display: inline-flex;
    justify-content: space-between;
    min-width: 24px;
    background-color: rgba(218, 0, 105);
}
.title-block__brand-art::before {
    width: 43px;
    height: 4px;
    display: block;
    min-width: 43px;
    content: "";
    background-color: var(--color_main2);
}
.title-block__brand-art::after {
    width: 14px;
    height: 4px;
    display: block;
    min-width: 14px;
    content: "";
    background-color: #640435;
}

.tab_page_content .accordion {
    max-width: 636px;
}
.tab_page_content .accordion .card {
    border: none;
    border-radius: unset;
}
.tab_page_content .accordion .card-header {
    background: none;
    border: none;
    border-bottom: 1px solid #d9dada;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 14px;
}
.tab_page_content .accordion>.card>.card-header {margin-bottom: 0;}
.tab_page_content .accordion .card:hover .card-header {border-bottom: 1px solid #d9dada;}
.tab_page_content .accordion .btn {
    width: 100%;
    max-width: none;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    font-family: var(--font_family_bold);
    font-size: 16px;
    text-align: left;
}
.tab_page_content .accordion .card-header:hover {border: none;}
.tab_page_content .accordion .btn:focus, .tab_page_content .accordion .btn:hover {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    color: #000;
    /* transform: translateY(-3px); */
    transition: cubic-bezier(0, 0.71, 0.58, 1) .3s all;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}
.tab_page_content .accordion .card-body {
    padding-left: 0;
    font-size: 16px;
}
.tab_page_content .accordion .btn::after {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 2px;
    top: 15px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 1px;
    transform: rotate(135deg);
    transition: 0.2s linear;
    content: '';
}
.tab_page_content .accordion .btn.collapsed::after{
    top: 10px;
    transform: rotate(-45deg);
}

.tab_page_content form {
    width: 100%;
    max-width: 526px;
}
.tab_page_content form p {
    width: 100%;
    margin-bottom: 10px;
}
.tab_page_content form label {
    display: block;
    width: 100%;
    font-family: var(--font_family_bold);
}
.tab_page_content form input {
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #d9dada;
    font-family:Arial, Helvetica, sans-serif;
}
.tab_page_content form textarea {
    width: 100%;
    height: 96px;
    resize: none;
    padding: 9px 12px;
    border: 1px solid #d9dada;
    border-radius: 0;
    outline: none;
    font-family:Arial, Helvetica, sans-serif;
}
.tab_page_content form input:focus,
.tab_page_content form textarea:focus {
    border: 1px solid var(--color_main2);
    outline-color: var(--color_main2);
}
.tab_page_content form input[type="submit"] {
    width: 138px;
    height: 40px;
    padding: 0;
}
.tab_page_content form input[type="submit"]:focus {
    border: 1px solid #d9dada;
}
.tab_page_content form input[type="file"] {
    width: 60px;
    height: 100%;
    border: none;
    padding: 0;
}
.tab_page_content form .wpcf7-not-valid {
    border-color: rgba(218, 0, 105);
}
.tab_page_content form .contact_wrap {
    display: flex;
}
.tab_page_content form .contact_wrap p:nth-of-type(1) {display: none;}
.tab_page_content form .contact_wrap label:nth-of-type(1) {margin-right: 15px;}
.tab_page_content form .your-phone {top: 6px;}
.file_input {
    display: flex;
    position: relative;
    color: transparent;
  }
.file_input::-webkit-file-upload-button {
    visibility: hidden;
}
.file_input::before {
    display: flex;
    width: 60px;
    height: 60px;
    border: 1px solid #d9dada;
    content: "";
    background: url("assets/img/plus.jpeg") center center no-repeat;
    font-size: 20px;
    align-items: center;
    align-content: center;
}
.wpcf7-form-control-wrap.file-input {position: relative;cursor: default;}
.wpcf7-form-control-wrap.file-input::after {
    position: absolute;
    left: 70px;
    bottom: 40px;
    content: 'Файлы jpg, png, pdf не более 6 мб';
    display: inline-block;
    background: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #868786;
    font-size: 14px;
    font-weight: 375;
}
.file_input:active {
    outline: 0;
}
.wpcf7-file.file_input:hover::before {
    border-color: var(--color_main2);
}

.tab_page_content {
    max-width: 840px;
}
.tab_page_content.page30718 {
    max-width: 100%;
}
.tab_page_content h2 {
    font-size: 28px;
}
.tab_page_content h4.question {
    margin-bottom: 15px;
    font-family: var(--font_family_bold);
    font-size: 18px;
}
.tab_page_content h6 {
    color: rgb(170 22 93);
}
.tab_page_content p {
    margin-bottom: 15px;
    font-size: 16px;
}
.delivery-info {
    margin-bottom: 20px;
}
.delivery-info__icon {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.delivery-info__icon svg {
    width: 32px;
    height: 32px;
}
.delivery-info__content p {
    margin-bottom: 0;
    font-size: 16px;
}
.delivery_date {
    display: flex;
    align-items: center;
    max-width: 840px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f3f2f2;
    font-size: 16px;
}
.delivery_date svg {
    margin-right: 10px;
}
.delivery_pay h3 {
    font-family: var(--font_family_bold);
    font-size: 16px;
}
.delivery_pay .paysystems {
    flex-wrap: wrap;    
    font-size: 16px;
}
.delivery_pay .paysystems_item {
    margin-right: 18px;
    margin-bottom: 8px;
}
.delivery_pay .paysystems_item svg {
    margin-right: 12px;
}

.warehouses-tabs {
    display: flex;
    margin-top: 40px;
}
.warehouses-tabs .nav-item {margin-right: 20px;}
.warehouses-tabs .nav-item-link {
    display: inline-flex;
    height: 40px;
    border: 1px solid var(--color_main2);
    align-items: center;
    justify-content: space-around;
    padding: 16px 20px;
    background-color: transparent;
    text-transform: uppercase;
    color: #000;
}
.warehouses-tabs .nav-item-link:hover {
    color: var(--color_main);
}
.warehouses-tabs .nav-item-link.active {
    font-family: var(--font_family_bold);
}
#pills-home .col-12 {
    padding: 0;
}
#pills-home .table thead th {
    border-bottom: 1px solid #dee2e6;
    font-size: 16px;
    font-weight: 400;
    color: #868786;
}
#pills-home .table td:nth-child(2) {width: 150px;}
#pills-home .table td {
    font-size: 14px;
}
#pills-home .table td a {
    color: #000;
}
.warehouses-table__phone {
    font-family: var(--font_family_bold);
}
#pills-home .table td a:hover,
#pills-home .table td a[role="button"] {
    color: var(--color_main);
}
#pills-home .table td a[role="button"] {
    font-weight: 600;
}
.tab-pane #ya-map {
    width: 840px;
    height: 478px;
}
.schema-popup {
    display: none;
    position: fixed;
    z-index: 999999;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    border: 1px solid #f3f2f2;
}
.schema-popup-top {
    width: 100%;
    padding: 0 40px;
}
.schema-popup-top a {
    color: var(--color_main);
}
.schema-popup-top a:hover {
    opacity: 0.7;
}
.schema-popup-top a svg {
    position: relative;
    top: -1px;
    margin-right: 5px;
    width: 15px;
}
.schema-popup iframe {
    width: 100%;
    height: 100%;
    margin-top: 50px;
}
.schema-popup.active{
    display: flex;
    flex-direction: column;
}
.schema-popup .close-popup {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 52px;
    cursor: pointer;
}
.schema-popup .close-popup::before {
    width: 1px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 9px;
    background: #000;
    transform: rotate(45deg);
    content: '';
}
.schema-popup .close-popup::after {
    width: 1px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 10px;
    background: #000;
    transform: rotate(-45deg);
    content: '';
}
#pills-tabContent-map {
    margin-bottom: 50px;
}
.tab_page_content h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.tab_page_content h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.tab_page_content p > a,
.tab_page_content li a {
    border-bottom: 1px solid #000;
    color: #000;
}
.tab_page_content a:hover,
.tab_page_content li a:hover {
    color: var(--color_main);
    border-color: var(--color_main);
}
.tab_page_content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
.tab_page_content ul li {
    position: relative;
    margin-bottom: 15px;
}
.tab_page_content ul li ul {
    margin: 15px 0 25px;
}
.tab_page_content ul li ul li {
    margin-bottom: 10px;
}
.tab_page_content ul li::before {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: -12px;
    background: var(--color_main);
    border-radius: 50%;
    content: '';
}
.tab_page_content ul.warehouses-tabs {
    padding: 0;
}
.tab_page_content ul.warehouses-tabs li::before {
    display: none;
}

.pay-tabs .tab-content {
    margin-top: 0;
}
.pay-tabs .nav-pills {
    width: 26%;
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    justify-content: start;
}
.pay-tabs .nav-pills li {
    margin-bottom: 0;
    padding: 16px;
}
.pay-tabs .nav-pills .nav-link {
    width: 82%;
    position: relative;
    padding: 0;
    background: none;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    font-weight: 600;
}
.pay-tabs .nav-pills li::before {
    display: none;
}
.pay-tabs .nav-pills .nav-link::after {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -25px;
    top: 2px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-135deg);
    content: '';
}
.pay-tabs .nav-pills .nav-link.active::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -25px;
    top: 2px;
    bottom: auto; 
    left: auto;
    background: none;
    border-left: 2px solid var(--color_main);
    border-bottom: 2px solid var(--color_main);
    transform: rotate(-135deg);
    content: '';
}
.pay-tabs .nav-pills .nav-link.active::before {
    width: 5px;
    height: 53px;
    position: absolute;
    left: -16px;
    top: -18px;
    background: var(--color_main);
    content: '';
}

/* footer sections */
.page30839, .tab_page_footer {max-width: 100%;}
.about_page ol li {margin-bottom: 5px;}
.about_page .about_pic {margin-bottom: 30px;}

.news_list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 32px 24px;
}
.news_list .news_item {
    font-size: 16px;
}
.news_list .news_item_img {
    display: block;
    width: 100%;
    height: 170px;
    margin-bottom: 16px;
}
.news_list .news_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_list .news_item p {
    margin: 0;
    line-height: 22px;
}
.news_list .news_item p.news_item_title {
    margin: 16px 0 10px;
}
.news_list .news_item a {
    color: #000;
}
.news_list .news_item a:hover .news_item_title {
    color: var(--color_main2);
}
.news_list .news_item.hidden {
    display: none;
}
.tab_page_footer .show_more {
    width: 162px;
    height: 40px;
    margin: 30px auto 0;
}
.btn_common, .btn_common.active {
    display: flex;
    background: var(--color_main2);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid var(--color_main2);
    align-items: center;
    justify-content: center;
    transition: 0.2s linear;
    cursor: pointer;
}
.btn_common:hover {
    background: #fff;
    color: var(--color_main2);
}

.news_page {
    max-width: 650px;
    margin: 0 auto;
}
.news_page_pic {
    width: 100%;
    margin-bottom: 24px;
}
.news_page_pic img {
    width: 100%;
}
.news_page p {
    line-height: 24px;
    margin-bottom: 20px;
}
.news_page_return {
    display: inline-flex;
    margin-bottom: 20px;
    color: #000;
    align-items: center;
}
.news_page_return svg {
    margin-right: 8px;
}
.last_news h2 {
    font-size: 32px;
}
.last_news .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.last_news .s-single__inner-img {
    height: 170px;
}
.last_news .s-single__inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.last_news a {
    color: #000;
}
.last_news .s-single__inner {
    text-align: left;
}
.last_news .s-single__item:hover a {
    color: var(--color_main2);
}

.post_menu_wrap {margin-bottom: 40px;}

.auction_popup {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s linear;
}
.auction_popup.active {
    opacity: 1;
    visibility: visible;
}
.auction_popup .auction_inner {
    display: flex;
    width: 674px;
    position: relative;
    padding-bottom: 42px;
    flex-direction: column;
    background: #fff;
}
.auction_popup .auction_popup_close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
    cursor: pointer;
}
.auction_popup .auction_popup_close:before {
    width: 1px;
    height: 18px;
    position: absolute;
    left: 6px;
    top: -2px;
    background: #000;
    transform: rotate(-45deg);
    content: '';
}
.auction_popup .auction_popup_close:after {
    width: 1px;
    height: 18px;
    position: absolute;
    right: 7px;
    top: -2px;
    background: #000;
    transform: rotate(45deg);
    content: '';
}
.auction_popup .auction_pic {
    width: 100%;
    height: 378px;
    position: relative;
    margin-bottom: 33px;
}

.auction_popup .auction_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.auction_popup .auction_about {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}
.auction_popup .auction_about .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
}
.auction_popup .auction_about .descr {
    margin-bottom: 39px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.auction_popup .auction_about .descr span {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    font-style: italic;
}
.auction_popup .popup_btn {
    width: 180px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    border: 2px solid var(--color_main2);
    background-color: var(--color_main2);
    transition: 0.2s linear;
}
.auction_popup .popup_btn:hover {
    background-color: #fff;
    color: #000;
}



/*short description*/

.o-product__find, /* Hide the "Торговаться!" link and the list */
.o-product__list,
.o-product__all-char {
   display: none;
}

/* Map Styles for Product Page Start */
.underProductMap > .row.no-gutters {
	display:flex;
	flex-direction:column-reverse;
}

.underProductMap > .row.no-gutters > .col-md-4 {
	max-width:100%;
}

.underProductMap  #shops {
	overflow:initial;
	height:initial;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}

.underProductMap #shops > li {
	display:flex;
	flex-wrap:wrap;
	max-width:32%;
	padding:1.5rem
}

.underProductMap .maps-btn {
	display:flex;
	align-self:flex-end;
	align-items:center;
	flex: 1 1 100%
}

.underProductMap .addres {
	display:flex;
	align-self:flex-end;
	align-items:center;
	flex: 1 1 100%
}

.underProductMap > .row.no-gutters > .col-md-8 {
	max-width:100%;
	margin: 2.5rem auto;
}

.underProductMap #cities {
	display:flex;
	padding-right:0;
	width: 95%;
	margin-bottom:0;
}

.underProductMap #cities {
	background-position-x: 98%;
}

.underProductMap .header_btn {
	margin-bottom:0;
}

.underProductMap #map {
	min-height:500px !important;
}

@media (max-width:780px) {
	.underProductMap #shops > li {
	max-width:100%;
	padding:1.5rem
}
}

/* Map Styles for Product Page End*/

/* Single Product Page Style Adjustments Start */

.col-lg-4.o-product__col:nth-child(1),
.col-lg-4.o-product__col:nth-child(2) {
	flex: 0 0 49.9999%;
	max-width:initial;
	overflow: hidden;
}

.col-lg-4.o-product__col:nth-child(3) {
 max-width:100%;
 flex: 1 1 100%;
}

.c-product-related {
	display:flex;
	flex-wrap:wrap;
	max-width:100%;
	padding:1rem;
}

.c-product-related__headline {
	display:flex;
	width:100%;
}

.c-product-related__item {
	flex: 1 1 30.3333%;
	
	@media (max-width:900px) {
	flex: 1 1 100%;
	}
	@media (min-width: 900px) {
		border-bottom:0;
	}
}

@supports (-webkit-overflow-scrolling: touch) {
    .c-product-related__item {
        flex: 1 1 100%;
    }
}


@media (max-width: 1025px) {
	.col-lg-4.o-product__col:nth-child(1) {
		flex: 0 0 100%;
	}
		.col-lg-4.o-product__col:nth-child(2) {
		flex: 0 0 100%;
	}
}

#anchor-chars > div.o-product__wrap-tabs {
	padding-top: 4rem;
}

#owl-carousel-0 > div.carousel__content.owl-height > div > div.owl-item.active > div > div {
	max-width: 40rem;
}

div.summary.entry-summary > div > div > div > div.row > div:nth-child(4) {
	width:100%;
	max-width:100%;
	flex:1 1 100%;
}

.advantage-block {
		display:flex;
		width:100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 5rem;
		margin-bottom: 5rem;
	}

.advantage-content {
		margin-left:auto;
		margin-right:auto;
}

/* Single Product Page Style Adjustments End */

/* Front Page Products Additional Fix Styles */

.product-thumb__wrap-bot {
flex-wrap:wrap;
}

div.product-thumb__wrap-bot > a {
	margin-top:20px;
}

/* Remove 'product count' on product list page */
#block-3 > div > div > form > div:nth-child(2) > select {
	display: none;
}

#block-3 > div > div > form > div:nth-child(2) > label {
	display: none;
}

/* Checkout page minor fixes */

.wc_payment_method.payment_method_rbspayment label,
#payment > ul > li.wc_payment_method.payment_method_cod > label,
#payment > ul > li.wc_payment_method.payment_method_bacs > label {
	font-size: 18px;
	font-weight: 600;
}

#order_review > table > tbody > tr > td.product-total,
#order_review > table > tfoot > tr.cart-subtotal td,
#order_review > table > tfoot > tr.order-total td {
	text-align: center;
}

#payment > ul > li.wc_payment_method.payment_method_rbspayment > label > img {
	display: block;
}

#payment > ul > li.wc_payment_method.payment_method_cod > div > p,
#payment > ul > li.wc_payment_method.payment_method_bacs > div > p {
	font-size: 14px;
}

#payment > ul > li.wc_payment_method.payment_method_rbspayment > label > img {
	display: block;
	margin-top: 20px;
}

#payment > ul {
	padding-left: 0px;
	margin-bottom: 20px;
}

#customer_details,
#customer_details > div.col-12 {
	padding:0;
}

#customer_details > div.col-12 > div.woocommerce-billing-fields > div input {
	height: 35px;
	font-size: 18px;
}

#order_comments {
	font-size: 18px;
}

#customer_details > div:nth-child(2) > div > div.radio-block__delivery > strong {
	padding-bottom: 20px;
}


/* Payment methods icons */

#payment > ul > li.wc_payment_method.payment_method_rbspayment {
	display: flex;
}
#payment > ul > li.wc_payment_method.payment_method_rbspayment > label {
	display: flex;
	align-items: center;
}

#payment > ul > li.wc_payment_method.payment_method_rbspayment > label {
	margin-bottom: 0;
}

#payment_method_rbspayment {
	margin-right: 10px;
}

#payment > ul > li.wc_payment_method.payment_method_rbspayment > label > img {
	margin-top: 0;
	margin-left: 10px;
}

#payment > ul > li.wc_payment_method.payment_method_cod > label {
	margin-bottom: 0;
}

#payment_method_cod {
	margin-right: 10px;
}

#payment > ul > li.wc_payment_method.payment_method_cod > label > img {
	margin-left: 10px;
	margin-bottom: 5px;
}

#payment_method_bacs {
	margin-right: 10px; 
}

#payment > ul > li.wc_payment_method.payment_method_bacs > label > img {
    margin-left: 10px; 
	margin-bottom: 5px;
}
