div,
p,
td {
    font-weight: normal;
}

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

h1 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
}

.content h2 {
    font-size: 1.8rem;
}

.justify-content-between {
    justify-content: space-between;
}

.v-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.big {
    font-size: 19px;
}

.low {
    font-size: 10px;
}

.page>.header {
    background: rgb(213, 59, 59);
    background: linear-gradient(180deg, rgba(213, 59, 59, 1) 0%, rgb(159, 45, 45) 100%);
    font-family: Tahoma, sans-serif;
    font-size: 15px;
    color: #fff;
}

.page>.header a {
    color: #fff;
}

.header .v-row {
    justify-content: space-between;
    align-content: center;
    padding: 1rem 0;
    margin: 0;
}

.header .basket-line {
    align-self: flex-end;
    padding-left: 60px;
    background: url(/bitrix/templates/vertex/components/bitrix/sale.basket.basket.line/.default/images/cart.png) 6px 0px no-repeat;
    font-size: 12px;
}

.header .basket-line .card_title {
    font-size: 16px;
}

.header .basket-line a:hover,
.header .basket-line:focus {
    text-decoration: none;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #fff;
}

button.navbar-toggler {
    display: block;
}

.header__nav {
    display: none;
    text-align: center;
}

.store-horizontal {
    text-align: left;
}

body a.nav__feedback {
    display: inline-block;
    text-align: center;
    border: 2px solid #fff;
    margin-bottom: 1.4rem;
}

@media screen and (min-width: 768px) {
    button.navbar-toggler {
        display: none;
    }

    .header__nav {
        display: block;
    }

    .header__nav .store-horizontal {
        display: flex;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    body a.nav__feedback {
        display: none;
    }
}

.header__nav a {
    display: inline-block;
    padding: 0.8rem 1rem;
}

.header__nav a:hover,
.header__nav a:focus {
    text-decoration: none;
    background-color: #972928;
}

.header__logopress {
    font-size: 15px;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    color: #fff;
}

.contact__mail a {
    display: block;
    padding-left: 25px;
    line-height: 1.4;
    background: url(images/img_1.jpg) 0px 3px no-repeat;
}

@media screen and (max-width: 1199px) {
    .header__logopress {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .header .contact__mail {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header .contact {
        display: none;
    }
}

.site-layout {
    display: flex;
    flex-direction: column;
}

.site-layout .sidebar {
    background-color: #e8e4e5;
    padding: 0 15px;
    min-width: 25%;
    margin-bottom: 1.5rem;
}

.sidebar__title {
    display: none;
    background: url(images/img_3.jpg) 0px center no-repeat;
    padding-left: 20px;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    color: #333 !important;
    font-size: 18px !important;
}

@media screen and (min-width: 1200px) {
    .site-layout .sidebar {
        order: -1;
    }

    .sidebar__title {
        display: block;
    }
}

.site-layout .sidebar .left-menu {
    padding-left: 1rem;
}

.site-layout .sidebar li {
    display: block;
    padding: 0;
    padding-left: 13px;
    padding-bottom: 0px;
    margin: 7px 0;
    background: url(images/marker.gif) 0px 5px no-repeat;
    line-height: 1.1;
    text-decoration: none;
}

.site-layout .sidebar a {
    color: #7f1011;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    font-weight: normal;
}

.site-layout .sidebar__menu .left-menu {
    display: none;
}

#search-vertex {
    max-width: 100%;
}

.site-layout .content {
    flex: 1 1 auto;
    padding-bottom: 15px;
    color: #434343;
}

@media screen and (min-width: 1200px) {
    .site-layout {
        flex-direction: row;
    }

    .site-layout .sidebar {
        border-right: 15px solid #eeeeee;
    }

    .site-layout .sidebar__menu .left-menu {
        display: block;
    }

    .site-layout .content {
        padding: 1.5rem;
        border-left: 13px solid #F4F2F3;
    }
}


.site-footer {
    padding: 1rem 0;
    background-color: #F9F8F8;
    border-top: 1px solid #D8CFD0;
}

.site-footer__menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.site-footer__menu a {
    display: inline-block;
    padding: 0.8rem;
    text-decoration: underline;
    color: #000;
}

.site-footer__menu a:hover,
.site-footer__menu a:focus {
    text-decoration: none;
}

@media screen and (min-width: 1200px) {
    .site-footer__menu {
        flex-direction: row;
    }
}

/** Catalog section list */
.catalog-section-list * {
    box-sizing: border-box;
}

.catalog-section-list .section-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.section-list .section-item {
    position: relative;
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    opacity: 1;
}

.section-list .section-item:hover {
    opacity: 0.75;
    transition: .2s ease;
}

.section-list .section-item__prev {
    text-align: center;
}

.section-list .section-item__name {
    padding: .5rem;
    text-align: center;
    color: #000;
    line-height: 1.1;
}

.section-list .section-item__link {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 575px) {
    .section-list .section-item {
        flex: 1 1 33.3332%;
        max-width: 33.3332%;
    }
}

@media screen and (min-width: 1200px) {
    .section-list .section-item {
        flex: 1 1 25%;
        max-width: 25%;
    }
}

input.search-suggest {}

div.search-popup {
    border: 1px solid #333333;
    background: #FFFFFF;
    padding: 2px;
    margin: 0px;
}

div.search-popup-row,
div.search-popup-row-active {
    position: relative;
    padding: 2px 4px;
    margin: 0px;
    cursor: hand;
    cursor: pointer;
}

div.search-popup-row {
    background: #FFFFFF;
}

div.search-popup-row-active {
    background: #EEEEEE;
}

div.search-popup-el-name,
div.search-popup-el-cnt {
    position: relative;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

div.search-popup-el-cnt {
    text-align: right;
    float: right;
}

.search__inner {
    position: relative;
}

.search__form-group {
    display: flex;
    flex-wrap: nowrap;
}

.search__form-group input[type="text"] {
    flex: 1 1 auto;
    width: 1%;
    padding: 2px 5px 0px 7px;
    font: 14px Tahome, sans-serif;
    border: 2px solid #972928;
}

.search__form-group input[type="submit"] {
    font-size: 18px;
    border: 0;
    background-color: #972928;
    color: #fff;
    padding: 0.625rem 1.5rem;
}

li.hello {
    background: transparent !important;
}

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

.popup-window-with-titlebar .popup-window-content {
    background: #e8e4e5;
}

.popup-window-buttons {
    display: flex;
    max-width: 100%;
}

.catalog-item-list {
    overflow: auto;
}

.clearfix {
    position: relative;
    z-index: -1;
}

.none {
    display: none;
}

.catalogitemlist .active {
    display: block;
}

.catalogueProductList th,
.cart-items th {
    background: #E8E4E5;
    text-align: center;
    padding: 9px 0px;
    font-size: 15px;
}

.catalogueProductList td,
.cart-items td {
    padding: 9px 4px;
    vertical-align: middle;
}

.catalogueProductList th,
.catalogueProductList td,
.cart-items th,
.cart-items td {
    border: 1px solid #000;
}

.catalogueProductList a {
    text-decoration: none;
}


.cart-items td {
    vertical-align: middle;
}

.cart-item-price,
.cart-item-type,
.cart-item-discount,
.cart-item-weight,
.cart-item-quantity,
.cart-item-actions {
    text-align: center;
}

.catalogueProductList th,
.cart-items th {
    padding: 4px;
    font-size: 14px;
    font-weight: 400;
}

.catalogueProductList .col_0 {
    width: 50px;
    min-width: 30px;
    text-align: center;
    vertical-align: middle;
}

.catalogueProductList .col_0 img {
    min-height: 58px;
    object-fit: cover;
}

.catalogueProductList .col_1 {
    vertical-align: middle;
    text-decoration: none;
    min-width: 200px;
}

.catalogueProductList .col_2,
.catalogueProductList .col_3 {
    width: 60px;
    min-width: 50px;
    text-align: center;
    vertical-align: middle;
}

.catalogueProductList .col_3 .value {
    white-space: nowrap;
}

.catalogueProductList .col_4,
.catalogueProductList .col_5 {
    width: 90px;
    text-align: center;
    vertical-align: middle;
}

/*.catalogueProductList .col_3 + td.col_4 {
    min-width: 60px;
}

.catalogueProductList .col_3 + td.col_4 a {
    display: block;
    color: transparent;
    background: url(https://vertex-rd.ru/bitrix/templates/vertex/components/bitrix/sale.basket.basket.line/.default/images/cart.png) center no-repeat;
    background-position: center;
    filter: invert(0.7);
}
*/

#bx_recall_callback_form input,
#bx_recall_callback_form textarea {
    width: 100%;
    line-height: 20px;
    padding-left: 10px;
}

#bx_recall_callback_form table.form-table td {
    padding: 2px 10px;
}

#bx_recall_callback_form table.form-table thead {
    display: none;
}

#bx_recall_callback_form input[type="submit"] {
    width: 100%;
    border: none;
    background: #9a2b2b;
    color: #ffffff;
    line-height: 30px;
    cursor: pointer;
}

#bx_recall_callback_form input[name="web_form_apply"] {
    display: none;
}

#bx_recall_callback_form input[type="submit"]:hover {
    background: #d53b3b;
    color: #ffffff;
}

#bx_recall_callback_form input[type="reset"] {
    display: none !important;
}

#bx_recall_callback_form input[type="reset"]:hover {
    border: 1px solid #9a2b2b;
    background: #9a2b2b;
    color: #fff;
}

table.form-table {
    background-color: transparent !important;
}

table.form-table th,
table.form-table td {
    border-color: transparent !important;
}

#bx_recall_callback_form h3 {
    display: block;
    text-align: center;
    font-weight: bold;
}

#bx_recall_callback_form h3+p {
    text-align: center;
    font: 15px Tahome, sans-serif;
    font-weight: 800;
}

span.access-title-bar {
    display: none;
}

.popup-window-with-titlebar .popup-window-content {
    background: #e8e4e5;
    padding: 10px 20px 0;
}

#address-hidden-field,
input[name="form_text_59"] {
    display: none;
}

#address-hidden-field,
input[name="form_text_60"] {
    display: none;
}

.popup-window.popup-window-with-titlebar {
    padding: 0
}

.popup-window-titlebar {
    height: 49px;
    display: none;
}

form[name="SIMPLE_FORM_10"] input,
form[name="SIMPLE_FORM_10"] textarea {
    width: 97%;
    line-height: 20px;
    padding-left: 10px;
}

form[name="SIMPLE_FORM_10"] input[type="reset"],
form[name="SIMPLE_FORM_10"] input[name="web_form_apply"] {
    display: none;
}

form[name="SIMPLE_FORM_10"] input[type="submit"] {
    width: 100%;
    border: none;
    background: #9a2b2b;
    color: #ffffff;
    line-height: 30px;
    cursor: pointer;
}

form[name="SIMPLE_FORM_10"] input[type="submit"]:hover {
    background: #d53b3b;
    color: #ffffff;
}

textarea[name="form_textarea_62"] {
    display: none;
}


.cart-item-name a {
    color: #9a2b2b;
}

[name="BasketOrder"] {
    border: none;
    background: #9a2b2b;
    color: #ffffff;
    line-height: 30px;
    cursor: pointer;
    padding-left: 2rem;
    padding-right: 2rem;
}

.catalog-element .columns {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.catalog-element__thumbnails {
    flex: 1 1 40%;
    max-width: 40%;
    padding-left: 15px;
    padding-right: 15px;
}

.catalog-element__body {
    flex: 1 1 60%;
    max-width: 60%;
    padding-left: 15px;
    padding-right: 15px;
}

.catalog-element__main-image {
    text-align: center;
    border: 1px solid #000;
    padding: 2px;
}

.catalog-element__images {
    display: flex;
    flex-wrap: wrap;
    margin: 5px -5px;
}

.catalog-element__image {
    padding: 5px;
    flex: 1 1 20%;
    max-width: 20%;
}

.catalog-element__image a {
    display: block;
    border: 1px solid #000;
    padding: 2px;
    text-align: center;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.catalog-element__stock {
    margin-bottom: 1rem;
}

.catalog-element__stock th {
    padding: 0 0 0.5rem;
}

.catalog-element__stock th.col_elem_1 {
    padding-right: 1rem;
}

.catalog-element__primechanie {
    margin-bottom: 1.6rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #A4A8AB;
    vertical-align: bottom;
}

.catalog-detail-full-desc__title {
    text-align: center;
}

.catalog-element__files .file_type a {
    height: auto;
}

.catalog-element__similar {
    overflow: hidden;
}

.catalog-element__similar .tovars-items-all {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.catalog-element__similar .tovars-items-all .tovars-items {
    flex: 1 1 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.catalog-element__similar .tovars-items-all .tovars-items img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .catalog-element__thumbnails {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .catalog-element__body {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .catalog-element__actions {
        text-align: center;
    }

    .catalog-element__similar .tovars-items-all .tovars-items {
        flex: 1 1 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 575px) {
    .catalog-element__similar .tovars-items-all .tovars-items {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .popup-window-with-titlebar .popup-window-content  {
        padding: 0;
    }

    .popup-window-with-titlebar .popup-window-content .bx_callback_popup_form {
        min-width: 320px !important;
        max-width: 100%;
    }

    .form-table tr {
        display: flex;
        flex-direction: column;
    }

    .form-table td {
        flex: 1 1 100%;
        width: 100%;
    }
}

.col_elem_1, .col_elem_2, .col_elem_3, .col_elem_3 a, .col_elem_4 {
    font: 18px Tahome, sans-serif;
}

.col_elem_2 {
    color: #0b7400;
}

@media screen and (max-width: 768px) {
    .mobile-contacts {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mobile-contacts > .contact {
        flex: 1 1 50%;
        max-width: 50%;
        padding: 0.6rem;
        text-align: center;
    }

    .mobile-contacts > .contact__mail {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: left;
    }

    .mobile-contacts > .contact__mail a {
        padding-bottom: 5px;
    }
}

.cart-items {
    width: 100%;
}

.cart-items .cart-item-quantity, .cart-items .cart-item-actions {
    width: 1%;
    min-width: 40px;
}

@media screen and (min-width: 768px) {
    .catalog-item-list {
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .catalogueProductListHead {
        display: flex;
        background: #E8E4E5;
    }

    .catalogueProductListHead .col {
        min-height: 62px;
        font-size: 15px;
    }

    .catalogueProductListBody .catalogueProductItem {
        display: flex;
        font-size: 14px;
    }

    .catalog-item-list .col_item_desc {
        display: flex;
        flex: 1 1 auto;
    }

    .catalog-item-list .col_item_prev {
        position: relative;
        flex: 1 1 50px;
        min-width: 50px;
        max-width: 50px;
    }

    .catalog-item-list .col_item_prev img:first-child {
        height: 50px;
        object-fit: cover;
    }

    .catalog-item-list .col {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1.2;
        padding: 6px;
        border-left: 1px solid #000;
        border-top: 1px solid #000;
    }

    .catalog-item-list .col_item_prev .col {
        padding: 0;
    }

    .catalog-item-list .col_1 {
        flex: 1 1 auto;
    }

    .catalogueProductListBody .col_1 {
        justify-content: flex-start;
        text-align: left;
    }

    .catalog-item-list .col_2, .catalog-item-list .col_3 {
        flex: 1 1 70px;
        min-width: 70px;
        max-width: 70px;
    }

    .catalogueProductListBody .col_2, .catalogueProductListBody .col_3 {
        font-size: 12px;
        white-space: nowrap;
    }

    .catalog-item-list .col_4, .catalog-item-list .col_5 {
        flex: 1 1 92px;
        min-width: 92px;
        max-width: 92px;
    }
}

@media screen and (max-width: 767px) {
    .catalog-item-list {
        margin: 0 -15px;
    }

    .catalogueProductListHead {
        display: none;
    }

    .catalogueProductItem {
        display: flex;
        padding: 10px 15px;
    }

    .catalogueProductItem:nth-child(odd) {
        background-color: #ccc;
    }

    .col_item_prev {
        flex: 1 1 30%;
        max-width: 30%;
    }

    .col_item_prev img {
        width: 100%;
    }

    .col_item_desc {
        flex: 1 1 70%;
        max-width: 70%;
        padding-left: 15px;
    }

    .col_item_desc .col_2:before {
        content: 'Остаток на складе: ';
    }

    .col_item_desc .col_3:before {
        content: 'Оптовая цена: ';
    }

    .col_item_desc .col_4 {
        float: left;
        margin-right: 10px;
    }

    .col_item_desc .col_4 a, .col_item_desc .col_5 a {
        display: inline-block;
        padding: 6px;
        background-color: #972928;
        color: #fff;
        font-size: 12px;
        margin-top: 8px;
    }

    .col_item_desc .col_4 a:hover, .col_item_desc .col_5 a:focus {
        color: #fff;
        text-decoration: none;
    }
}

@media screen and (max-width: 767px) {
    .section-list {
        margin-top: 2rem;
    }

    .section-list .section-item__prev {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .contacts-layout-sidebar {
        text-align: center;
    }

    .contacts-layout-sidebar .media-thumb {
        margin-bottom: 1rem;
    }

    .contacts-layout-main {
        display: flex;
        flex-direction: column;
    }

    .contacts-layout-main .parthners {
        order: -1;
    }
}

@media screen and (max-width: 767px) {
    .contacts-layout-sidebar .media {
        display: flex;
        max-width: calc(100vw - 30px);
    }

    .media-thumb {
        min-width: 75px;
        margin-right: 1.5rem;
        margin-bottom: 10px;
    }

    .contacts-layout-sidebar .media-body {
        flex: 1 1 auto;
        margin-bottom: 10px;
    }

    .contacts-layout-sidebar .media-body p {
        line-height: 1.1;
        margin-bottom: 6px;
    }

    .contacts-layout-sidebar .contacts {
        display: flex;
        flex-wrap: wrap;
        max-width: calc(100vw - 30px);
    }

    .contacts-layout-sidebar .contacts .contact {
        display: flex;
        flex: 1 1 50%;
        margin-bottom: 8px;
    }

    .contacts-layout-sidebar .contacts .contact img {
        width: 50px;
        height: auto;
    }
}

@media screen and (max-width: 575px) {
    .section-list .section-item {
        margin-bottom: 0;
    }

    .section-list .section-item__name {
        text-align: left;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .section-list .section-item:nth-child(odd) .section-item__name {
        background: #CCC;
    }
}

@media screen and (max-width: 359px) {
    .contacts-layout-sidebar .contacts .contact {
        flex: 1 1 100%;
    }

}

