.div {
    background-image: url(../img/3.jpg);
    background-position: center -399px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5000px;
    z-index: 99999;
    display: none;
    opacity: 0.3;
}

@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/ArialNarrow.eot');
    src: url('../fonts/ArialNarrow.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArialNarrow.woff') format('woff'),
        url('../fonts/arial-narrow.ttf') format('truetype'),
        url('../fonts/ArialNarrow.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jikharev';
    src: url('../fonts/JikharevPlain.eot');
    src: url('../fonts/JikharevPlain.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JikharevPlain.woff') format('woff'),
        url('../fonts/jikharev.ttf') format('truetype'),
        url('../fonts/JikharevPlain.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aAlterna';
    src: url('../fonts/AAlterna.eot');
    src: url('../fonts/AAlterna.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AAlterna.woff') format('woff'),
        url('../fonts/aalterna.ttf') format('truetype'),
        url('../fonts/AAlterna.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

*,
button:focus {
    outline: none;
}

body {
    /*font-family: 'Arial';*/
    font-family: 'Arial Narrow';
    color: #39230b;
    font-size: 14px;
}

img {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

ol {
    padding-left: 12px;
    margin: 0;
}

li {
    list-style-type: none;
}

.custom_checkbox,
.custom_radio {
    position: relative;
    padding-left: 0;
    margin-right: 12px;
}

.custom_checkbox label .c_checkbox_icon,
.custom_radio label .c_checkbox_icon {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 0;
    margin-top: 4px;
    padding-left: 0 !important;
}

.custom_radio label .c_checkbox_icon {
    width: 25px;
    height: 25px;
    margin-top: 0;
    bottom: 0;
    margin: auto;
}

.custom_checkbox .form-check-label span,
.custom_radio .form-check-label span {
    padding-left: 27px;
    position: relative;
    z-index: 1;
}

.custom_radio .form-check-label span {
    padding-left: 34px;
}

.blue_checkbox label .c_checkbox_icon {
    background-image: url('../img/checkbox_blue.png');
}

.red_checkbox label .c_checkbox_icon {
    background-image: url('../img/checkbox_red.png');
}

.custom_radio label .c_checkbox_icon {
    background-image: url('../img/radio.png');
}

.custom_checkbox input,
.custom_radio input {
    opacity: 0;
    width: 0;
    margin: 0;
}

.custom_checkbox input:checked+.c_checkbox_icon {
    background-position: 0 -18px;
}

.custom_radio input:checked+.c_checkbox_icon {
    background-position: 0 -24px;
}

input[type="text"],
textarea {
    -webkit-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

input[type="text"]:hover,
textarea:hover {
    box-shadow: 0 0 10px 0 #ccc;
}

.butn {
    color: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.btn_red {
    background: #BE3727;
}

.btn_blue {
    background: #287CA9;
}

.btn_default {
    color: #4e4e4e;
    background: #FCEDDD;
}

.file_upload,
.file_upload div {
    margin-left: 0 !important;
}

.file_upload_btn {
    position: relative;
    float: left;
    width: 105px;
    height: 34px;
    margin-right: -105px;
}

.file_upload_name {
    float: right;
    width: 100%;
    background: #F7DEC4;
}

.file_upload_name span {
    margin-left: 105px;
    display: block;
    line-height: 34px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file_upload input {
    display: none !important;
}

.file_upload label {
    background: #39230B;
    overflow: hidden;
    color: #F8DEC5;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    margin-bottom: 0;
}

.file_upload label span {
    line-height: 24px;
    font-size: 12px;
}

h1.main_title,
h2.main_title,
.sc_description h1 {
    color: #2c2c2c;
    font-family: 'aAlterna';
    text-align: center;
    font-size: 28px;
    line-height: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #F7DEC4;
    margin-bottom: 0;
}

h3 {
    font-family: 'aAlterna';
    text-align: left;
    font-size: 22px;
}

.c_input {
    display: block;
    width: 100%;
    background: #F7DEC4;
    margin-bottom: 10px;
    border: none;
    font-size: 16px;
    padding: 5px 12px;
}

.content {
    background-image: url('../img/bg.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-position: center 0;
}





.logo {
    text-align: center;
    height: 0;
}

.logo img {
    margin-top: 12px;
}

.top_bar {
    background: #39230B;
}

.top_bar_left,
.top_bar_right {
    padding: 0;
}

.top_bar_right {
    position: inherit;
    text-align: right;
}

.top_bar a {
    /*font-family: 'Arial Narrow';*/
    color: #fdead6;
    padding: 6px 11px 7px 0;
    display: inline-block;
}

.top_bar_right a {
    padding-right: 0;
    padding-left: 11px;
}

.top_bar li {
    display: inline-block;
}





.head_left,
.head_right {
    padding: 0;
}

.head_left {
    padding-top: 34px;
    padding-bottom: 29px;
}

.head_right {
    text-align: right;
    padding-top: 20px;
    font-size: 16px;
}

.head_call {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

.head_phone {
    font-size: 24px;
    color: #39230b;
}

.head_phone:hover {
    color: #39230b;
}

.head_call_link {
    color: #39230b !important;
    text-decoration: none !important;
    display: inline-block;
    border-bottom: 1px dashed #39230b;
    font-size: 16px;
    line-height: 18px;
}

.head_call_link:hover {
    color: #be3727 !important;
    border-color: #be3727;
}

.head_rotate_text {
    font-family: 'Jikharev';
    color: #db2b24;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    -webkit-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    transform: rotate(-11deg);
    width: 247px;
    font-size: 27px;
    line-height: 30px;
    margin-top: -3px;
}

.head_auth a {
    color: #39230b !important;
    margin-left: 18px;
}

.head_auth a:hover {
    color: #be3727 !important;
}

.head_search {
    margin-top: 6px;
}

.head_search input {
    background-color: #F7DEC4;
    border: none;
    width: 360px;
    height: 35px;
    padding: 4px 15px 7px 43px;
    background-image: url('../img/icon_search.png');
    background-repeat: no-repeat;
    background-position: 7px 5px;
}





.content.fixed_head .head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 1140px;
    z-index: 100;
    padding: 0 15px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 0 15px 0 #ccc;
}

/* .content.fixed_head .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 1140px;
	z-index: 100;
	padding: 0 15px;
	margin: 0 auto;
	background: rgba(255,255,255,.95);
	box-shadow: 0 0 15px 0 #ccc;
} */
.content.fixed_head .head_rotate_text,
.content.fixed_head .logo,
.content.fixed_head .head_navbar_left,
.content.fixed_head .head_navbar_right>ul,
.content.fixed_head .head_auth {
    display: none;
}

.content.fixed_head .top_bar {
    height: 0;
}

.content.fixed_head .wrapper {
    padding-top: 205px;
}

.content.fixed_head .header .head_left {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.content.fixed_head .header .head_call {
    width: auto;
}

.content.fixed_head .header .head_phone {
    display: inline-block;
    vertical-align: top;
}

.content.fixed_head .header .head_right {
    padding-top: 0 !important;
    text-align: left;
    width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.content.fixed_head .header .head_search {
    margin-top: 16px;
}

.content.fixed_head .header .head_call_link {
    margin-top: 8px;
    margin-left: 15px;
}

.content.fixed_head .header .head_cart_title {
    color: #BE3727;
    float: right;
    margin-top: 16px;
}

.content.fixed_head .header .head_cart {
    width: auto;
    height: auto;
    background: none;
}

.content.fixed_head .header .head_cart a {
    display: block;
    color: #BE3727;
}

.content.fixed_head .header .head_cart_title {
    padding: 0;

}

.content.fixed_head .header .head_navbar_right {
    position: absolute;
    top: 0;
    right: 15px;
}

.content.fixed_head .header .head_cart_icon {
    float: right;
    margin-top: 13px;
    margin-right: 10px;
    background-image: url(../img/icon_cart_red.png);
}

.content.fixed_head .header .head_cart_cnt {
    margin-left: 45px;
    margin-right: 0;
}

/*.content.fixed_head .header {}*/
/*.content.fixed_head .header {}*/

/* pravki_start */
.content.fixed_head .head_navbar_left {
    display: block;
    position: absolute;
    z-index: 99;
}

.content.fixed_head .header .head_navbar_right {
    position: fixed;
    top: 0;
    right: 21%;
    z-index: 101;
}

/* end_pravki */


.head_navbar>.row {
    background: url('../img/bg_navbar.png');
    background-repeat: no-repeat;
    background-position: center 0;
}

.head_navbar_left,
.head_navbar_right {
    padding: 0;
}

.head_navbar_right {
    text-align: right;
    padding-right: 133px;
}

.head_navbar li {
    display: inline-block;
    font-family: 'aAlterna';
    padding: 5px 0px 3px 36px;
}

.head_navbar li a {
    display: inline-block;
    color: #fdead6 !important;
    text-decoration: none !important;
    font-size: 20px;
    padding: 5px 9px 5px 9px;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
}

.head_navbar li a:hover {
    background: #287CA9;
}

.head_navbar li+li {
    background-image: url('../img/icon_star.png');
    background-repeat: no-repeat;
    background-position: 9px 19px;
}

.head_cart {
    position: absolute;
    top: 0;
    right: 0;
    width: 118px;
    height: 111px;
    background: url(../img/bg_cart.png);
    z-index: 2;
}

.head_cart a {
    color: #fdead6 !important;
    text-decoration: none !important;
    display: block;
}

.head_cart_title {
    font-family: 'aAlterna';
    text-align: center;
    display: block;
    font-size: 22px;
    padding-top: 9px;
    padding-left: 5px;
    padding-bottom: 3px;
}

.head_cart_icon {
    display: block;
    background-image: url('../img/icon_cart.png');
    background-repeat: no-repeat;
    background-position: center 0;
    height: 40px;
}

.head_cart_cnt {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #39230B;
    float: right;
    text-align: center;
    margin-right: 24px;
    margin-top: -6px;
    line-height: 22px;
}

.mobile_menu_toggle {
    display: none !important;
}

.head_navbar.show_menu ul {
    /* display: block !important; */
    display: block;
}






.breadcrumb {
    padding: 7px 15px;
    margin-bottom: 0;
}

.breadcrumb,
.breadcrumb a {
    color: #39230b !important;
    background: transparent;
    font-size: 16px;
}

.breadcrumb-item.active {
    color: #39230b;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    background-image: url(../img/breadcrumb_arrow.png);
    background-repeat: no-repeat;
    background-position: 8px 0;
    padding-left: 0;
    padding-right: 24px;
    height: 10px;
}

.breadcrumb-item {
    float: left;
}



.sort_wrap {
    background: #F7DEC4;
    padding: 14px;
    font-size: 16px;
}

.sort_wrap:after {
    content: '';
    display: table;
    clear: both;
}

.sort_title {
    color: #be3727;
}

.sort_type {
    padding-right: 33px;
    margin-right: 12px;
    background: url(../img/sort_down.png) right 6px no-repeat;
    cursor: pointer;
}

.sort_type.asc {
    background: url(../img/sort_up.png) right 6px no-repeat;
}

.view_box,
.view_list {
    display: inline-block;
    width: 24px;
    height: 22px;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.view_box {
    background-image: url('../img/view_box.png');
}

.view_list {
    background-image: url('../img/view_list.png');
    margin-left: 3px;
}


/*
.wrapper {
	padding-top: 15px;
}*/
@media (min-width: 1200px) {
    .wrapper>.container {
        padding: 0;
    }
}

.main_slider {
    margin-bottom: 17px;
    margin-top: 15px;
}

.main_slider .banner_item {
    position: relative;
}

.main_slider .banner_item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 7px solid #F7DEC4;
    background: transparent;
    z-index: 1;
}

.main_slider:before,
.main_slider .owl-stage-outer:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 98px;
    background: rgba(247, 222, 196, .3);
    z-index: 2;
}

.main_slider:before {
    left: 0;
}

.main_slider .owl-stage-outer:before {
    right: 0;
}

.main_slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    margin-top: -46px;
    z-index: 3;
}

.main_slider .owl-nav button {
    width: 91px;
}

.main_slider .owl-prev {
    margin-left: 7px;
    float: left;
}

.main_slider .owl-next {
    float: right;
    margin-right: 7px;
}






.home_filter {
    background: #BE3727;
    position: relative;
}

.home_filter.disabled:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    z-index: 5;
}

.filter_wrap:before,
.filter_wrap:after,
.filter_params:before,
.filter_params:after {
    content: '';
    display: table;
    clear: both;
}

.home_filter_title {
    float: left;
    margin-right: -180px;
    width: 180px;
    font-family: 'aAlterna';
    color: #FDEAD6;
    padding: 28px 0 25px 62px;
    font-size: 22px;
    background-repeat: no-repeat;
}

.head_filter_params {
    float: right;
    width: 100%;
    color: #FDEAD6;
}

.filter_params {
    margin-left: 180px;
}

.gift_filter .home_filter_title {
    background-image: url(../img/icon_gift.png);
    background-position: 15px 23px;
}

.box_filter .home_filter_title {
    background-image: url(../img/icon_box.png);
    background-position: 13px 23px;
}

.f_params_left {
    float: left;
    width: 427px;
    margin-right: -427px;
    padding-top: 10px;
}

.f_params_right_wrap {
    float: right;
    width: 100%;
}

.f_params_right {
    margin-left: 427px;
    padding-top: 10px;
}

.filter_params .custom_checkbox {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin-bottom: 11px;
}

.filter_option {
    font-family: 'aAlterna';
    font-size: 22px;
    margin-right: 14px;
}

.reset_filter {
    position: absolute;
    right: 10px;
    bottom: 12px;
}

.res_filter {
    background: url(../img/icon_reset_filter.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 13px;
    cursor: pointer;
}






.home_categories {
    padding-top: 15px;
}

.category_item {
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 25px;
}

.category_item a {
    color: #39230b;
    text-decoration: none !important;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.category_photo {
    background-image: url('../img/bg_category.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 13px;
    height: 225px;
    line-height: 200px;
}

.category_photo img {
    line-height: initial;
}

.category_name {
    background-image: url('../img/bg_category_name.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 50px;
    font-family: 'aAlterna';
    font-size: 23px;
    padding-top: 12px;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 15px;
}

.category_item:hover {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.category_item:hover a {
    color: #be3727;
}






.content_text {
    font-size: 16px;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.content_text p {
    margin-bottom: 20px;
}

.content_text ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

.title {
    margin: 0;
    text-align: center;
    font-family: 'aAlterna';
    font-size: 28px;
    color: #2c2c2c;
    margin-bottom: 20px;
    line-height: initial;
}

.catalog_list .title {
    color: #39230B;
    margin: 19px 0 13px;
}





.footer {
    font-size: 16px;
    line-height: 20px;
}

.footer_info {
    background: #FDEAD6;
    padding-top: 30px;
    padding-bottom: 12px;
}

.footer_title {
    color: #2c2c2c;
    font-family: 'aAlterna';
    font-size: 24px;
    margin-bottom: 14px;
}

.footer_container {
    padding: 0;
}

.footer_container:before,
.footer_container:after {
    content: '';
    display: table;
    clear: both;
}

.footer_info_wrap {
    float: left;
    width: 100%
}

.footer_shedule {
    font-family: 'Arial';
    font-weight: 700;
}

.footer_info_columns {
    /*margin-right: 457px;*/
}

.footer_menu_body {
    column-count: 2;
}

.footer_menu_body a,
.footer_menu_body a:active {
    color: #000000 !important;
}

.footer_menu_body a:hover {
    color: #be3727
}

.footer_feedback {
    float: right;
    width: 457px;
    margin-left: -457px;
    position: relative;
}

.footer_contacts,
.footer_info_links {
    float: left;
    padding: 0 15px;
}

.footer_menu {
    width: 50%;
}

.footer_contacts {
    width: 25%;
}

.footer_info_links {
    width: 25%;
}

.footer_info_links a {
    color: #39230b !important;
}

.footer_info_links a:hover {
    color: #be3727 !important;
}

.footer_info_links li {
    background-image: url('../img/footer_links_disc.png');
    background-position: 4px 7px;
    background-repeat: no-repeat;
    padding-left: 12px;
}

.footer_feedback input,
.footer_feedback textarea {
    background: #FFF8F1;
    border: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 12px;
}

.footer_feedback textarea {
    height: 55px;
    margin-bottom: 10px;
}

.footer_feedback .footer_title {
    margin-bottom: 20px;
}

.footer_feedback .send_btn {
    background: #BE3727;
    color: #fff;
    text-transform: uppercase;
    border: none;
    float: right;
    padding: 5px 30px;
    cursor: pointer;
}





.btn_top {
    background: transparent;
    border: none;
    padding: 0;
    position: fixed;
    left: 30px;
    bottom: 50px;
    z-index: 99;
    cursor: pointer;
    display: none;
    border: 1px solid #39230b;
    border-radius: 8px;

}





.footer_bottom {
    padding-top: 15px;
    padding-bottom: 30px;
    width: 100%;
}

.footer_bottom:before,
.footer_bottom:after {
    content: '';
    display: table;
    clear: both;
}

.footer_left {
    float: left;
    width: 455px;
    margin-right: -455px;
    padding-top: 4px;
}

.footer_left>a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.footer_counter {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
}

.footer_right {
    float: right;
    width: 405px;
    margin-left: -405px;
    text-align: right;
}

.footer_copyright {
    float: left;
    width: 100%;
    height: 0;
}

.copyright {
    margin-left: 455px;
    margin-right: 405px;
    padding-top: 10px;
    text-align: center;
}

.social_links,
.designed_by {
    display: inline-block;
    vertical-align: top;
}

.social_links {
    margin-right: 55px;
}

.social_links a {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.designed_by {
    margin-right: 13px;
}





















.catalog_item {
    border: 1px solid #F7DEC4;
    background: #fff;
    position: relative;
    -webkit-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    margin-bottom: 30px;

    height: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.catalog_item>* {
    width: 100%;
}

.ci_index {
    position: absolute;
    top: 8px;
    left: 14px;
}

.ci_label {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.ci_item_discount .ci_label {
    background-image: url('../img/label_discount.png');
}

.ci_item_top .ci_label {
    background-image: url('../img/label_top.png');
}

.ci_item_new .ci_label {
    background-image: url('../img/label_new.png');
}

.sc_item_sold_right .ci_label {
    background-image: url('../img/sold_new_r.png');
}

.ci_item_sold:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    background: rgba(255, 255, 255, .8);
}

.ci_item_sold .ci_sold {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 140px;
    right: 5px;
    background-image: url('../img/sold.png');
    background-position: 0 0;
    z-index: 15;
}

.ci_link {
    color: #39230b;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.ci_link:hover {
    color: #be3727;
    text-decoration: none;
}

.ci_photo {
    text-align: center;
    height: 236px;
    line-height: 236px;
}

.ci_photo img {
    line-height: initial;
}

.ci_name {
    background-image: url(../img/bg_catalog_name.png);
    background-size: 100% auto;
    text-align: center;
    font-family: 'aAlterna';
    height: 52px;
    font-size: 18px;
    padding: 0 10px;
    display: table;
    width: 100%;
    line-height: 18px;
}

.ci_name span {
    display: table-cell;
    vertical-align: middle;
}

.ci_name span span {
    display: block;
    max-height: 36px;
    overflow: hidden;
}

.ci_props {
    flex-grow: 1;
    padding: 2px 10px;
}

.ci_prop {
    color: #be3727;
    margin-right: 3px;
}

.ci_info {
    position: relative;
    height: 40px;
}

.ci_info_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 10px 10px;
    height: 40px;
    margin: 0 -1px;
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #F7DEC4;
    border-right: 1px solid #F7DEC4;
    box-shadow: 0 0 0 0 #ccc;
    z-index: 25;

    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    align-items: center;
}

.ci_item_sold .ci_info_wrap:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 30;
    background: rgba(255, 255, 255, .8);
}

.ci_price_old {
    color: #9b9b9b;
    text-decoration: line-through;
    display: inline-block;
    position: relative;
    top: -1px;
}

.ci_price {
    color: #be3727;
    font-family: 'aAlterna';
    font-size: 24px;
    display: inline-block;
    /* margin-bottom: 3px; */
}

.ci_price_val {
    font-size: 18px;
}

.ci_content {
    /* float: right; */
    /* background: #FFF9F1;
    border: 1px solid #F7DEC4;
    padding: 2px 8px; */
    background: transparent;
    border: 0;
    padding: 2px 0;
    margin-top: 3px;
    cursor: pointer;
}

.ci_actions:before {
    content: '';
    display: table;
    clear: both;
}

.ci_actions button {
    margin-top: 10px;
    width: 100%;
    display: block;
    padding: 4px 6px;
    font-size: 18px;
    cursor: pointer;
}

.catalog_item:not(.ci_item_sold):hover {
    box-shadow: 0 0 15px 0 #ccc;
}

.catalog_item:not(.ci_item_sold):hover .ci_info_wrap {
    /* height: auto;
    overflow: initial;
    border-bottom: 1px solid #F7DEC4; */
}

.catalog_pagination {
    margin-bottom: 30px;
}

.catalog_pagination .page-link {
    font-size: 16px;
    padding: 3px 10px 4px;
    color: #242424;
}

.catalog_pagination .page-link:hover {
    background: #fff;
    border-color: #BE3727;
}

.catalog_pagination .page-item:hover+.page-item .page-link {
    border-left-color: #BE3727;
}

.catalog_pagination .page-item.active .page-link {
    background: #BE3727;
    border-color: #BE3727;
}










@media (min-width: 768px) {
    .custom_modal .modal-lg {
        max-width: 590px;
    }

    #quick_modal .modal-lg {
        max-width: 445px;
    }

    #call_modal .modal-lg {
        max-width: 400px;
    }

}

.custom_modal .modal-content {
    border: none;
}

.custom_modal .modal-header {
    border-bottom: none;
    background: #FCEDDD;
    padding: 9px 8px 7px 20px;
}

.custom_modal .modal-title {
    color: #262626;
    font-size: 20px;
}

.custom_modal .modal-header .close span {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url('../img/modal_close.png') 0 0 no-repeat;
}

.custom_modal .modal-footer {
    display: block;
    padding: 19px 15px;
}

.custom_modal .modal-footer button {
    font-size: 18px;
    padding: 7px 45px;
    margin: 0;
}

.custom_modal .modal-footer .btn_right {
    float: right;
}

.custom_modal .modal-body {
    padding: 0;
}

.custom_modal .mc_item {
    padding: 15px;
    display: table;
    width: 100%;
    font-size: 0;
    position: relative;
}

.custom_modal .mc_item+.mc_item {
    border-top: 1px solid #e9ecef;
}

.custom_modal .mc_item>div {
    display: inline-block;
    vertical-align: middle;
    font-size: initial;
}

.custom_modal .mc_item>.mc_photo {
    width: 20%;
    padding-right: 10px;
}

.custom_modal .mc_item>.mc_photo img {
    max-height: 100px;
}

.custom_modal .mc_item>.mc_name {
    width: 56%;
    font-family: 'aAlterna';
    font-size: 18px;
}

.custom_modal .mc_item>.mc_name a {
    color: #39230b;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.custom_modal .mc_item>.mc_name a:hover {
    color: #be3727;
    text-decoration: none;
}

.custom_modal .mc_item>.mc_price {
    width: 20%;
    color: #be3727;
    font-family: 'aAlterna';
    padding-left: 10px;
    font-size: 24px;
}

.custom_modal .mc_item>.mc_price .mc_price_val {
    font-size: 18px;
}

.mc_item>.mc_remove {
    text-align: right;
    width: 4%;
}

.mc_item>.mc_remove a {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../img/item_remove.png') 0 0 no-repeat;
}





















.prod_sliders {
    background: #fff;
    padding: 0 64px;
    position: relative;
    margin-bottom: 30px;
}

.prod_sliders .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
}

.prod_sliders .owl-nav button {
    width: 64px;
    height: 228px;
}

.prod_sliders .owl-prev {
    margin-left: -64px;
}

.prod_sliders .owl-next {
    float: right;
    margin-right: -64px;
}

.p_slider_item {
    padding: 10px;
}

.p_slider_link {
    color: #2c2c2c;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.p_slider_link:hover {
    color: #be3727;
    text-decoration: none;
}

.p_slider_photo {
    height: 125px;
    line-height: 125px;
    text-align: center;
    margin-bottom: 10px;
}

.owl-carousel .owl-item .p_slider_photo img {
    width: auto;
    display: inline;
}

.p_slider_photo img {
    line-height: initial;
    max-height: 100%;
}

.p_slider_name {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    padding: 4px 0;
}

.p_slider_price {
    color: #be3727;
    font-size: 18px;
}

.p_slider_content {
    float: right;
    background: #F7DEC4;
    padding: 2px 7px;
}

.p_slider_info {
    padding: 14px 9px 8px;
}

.p_slider_info:after {
    content: '';
    display: table;
    clear: both;
}










.prod_wrap {
    padding: 21px 15px;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}

.prod_label {
    position: absolute;
    top: 15px;
    left: 12px;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.discount_label {
    background-image: url(../img/label_discount.png);
}

.top_label {
    background-image: url('../img/label_top.png');
}

.new_label {
    background-image: url(../img/label_new.png);
}

.sc_sold_left_label {
    background-image: url(../img/sold_new_l.png);
}

.prod_right_side {
    -ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
}

.prod_left_side {
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
    text-align: center;
    margin-bottom: 15px;
}

.prod_title h1,
.prod_title span {
    display: inline-block;
    vertical-align: bottom;
}

.prod_title h1 {
    color: #2c2c2c;
    font-family: 'aAlterna';
    margin-bottom: 0;
    font-size: 28px;
    margin-right: 52px;
}

.prod_articul {
    padding-bottom: 2px;
    font-size: 16px;
    color: #2c2c2c;
}

.prod_articul span {
    color: #287ca9;
}

.prod_title {
    padding-bottom: 13px;
    border-bottom: 1px solid #F7DEC4;
    margin-bottom: 17px;
}

.prod_chars {
    text-align: center;
}

.prod_char {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
    font-size: 16px;
    margin-bottom: 22px;
}

.prod_char img {
    display: block;
    margin-bottom: 3px;
}

.btn_prod_to_cart {
    background-image: url(../img/icon_cart.png);
    background-position: 10px 10px;
    background-size: 28px auto;
}

.btn_prod_buy {
    background-image: url(../img/icon_click.png);
    background-position: 12px 7px;
}

.btn_prod_to_cart,
.btn_prod_buy {
    display: block;
    width: 100%;
    font-size: 20px;
    padding-left: 36px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-repeat: no-repeat;
}

.btn_to_cart_wrap,
.btn_buy_wrap {
    padding-left: 0;
    margin-bottom: 10px;
}

.prod_count {
    background: #F8DEC5;
    width: 75px;
    float: right;
    margin-bottom: 10px;
}

.prod_count button,
.prod_count input {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
}

.prod_count .btn_cnt_decrease {
    width: 20px;
    background: url('../img/btn_cnt_decrease.png') center no-repeat !important;
}

.prod_count .btn_cnt_increase {
    width: 20px;
    background: url('../img/btn_cnt_increase.png') center no-repeat !important;
}

.prod_price {
    /*margin-top: -15px;*/
    margin-bottom: 10px;
}

.old_price {
    color: #9b9b9b;
    text-decoration: line-through;
    font-size: 16px;
}

.current_price {
    color: #be3727;
    font-family: 'aAlterna';
    font-size: 36px;
    line-height: 33px;
}

.current_price span {
    line-height: initial;
    font-size: 22px;
}

.prod_actions {
    margin-bottom: 20px;
}

.prod_tabs {
    margin-bottom: 25px;
}

.prod_tabs .nav-pills .nav-link {
    border: 1px solid #F7DEC4;
    background: #FFF8F1;
    border-radius: 0;
    text-transform: uppercase;
    color: #2c2c2c;
    padding: 5px 15px;
    margin-right: 10px;
}

.prod_tabs .nav-pills .nav-link.active {
    background: #F7DEC4;
}

.prod_tabs .nav-link {
    margin-bottom: 10px;
}

.prod_tabs .tab-content {
    border: 1px solid #F7DEC4;
    padding: 10px 15px 0;
    font-size: 16px;
    color: #2c2c2c;
    line-height: 16px;
}

.prod_tabs .tab-content p {
    margin-bottom: 16px;
}

.tab_title {
    color: #287ca9;
    text-transform: uppercase;
}

.prod_labels {
    text-align: center;
    margin-bottom: 20px;
}

.prod_labels img {
    margin: 0 15px 10px;
}










.gift_consist {
    margin-bottom: 30px;
}

.consist_head {
    background: #FFF8F1;
}

.consist_head,
.consist_item {
    display: table;
    width: 100%;
    font-size: 0;
}

.consist_head>div {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #2c2c2c;
    font-family: 'aAlterna';
    padding: 10px 20px;
}

.consist_photo_field {
    width: 40%;
}

.consist_name_field {
    width: 35%;
}

.consist_cnt_field {
    width: 25%;
}

.consist_list {
    border: 1px solid #F7DEC4;
}

.consist_item+.consist_item {
    border-top: 1px solid #F7DEC4;
}

.consist_item>div {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.consist_photo {
    width: 40%;
    text-align: center;
    padding: 10px 5px;
    min-height: 110px;
    vertical-align: middle;
    position: relative;
    line-height: 110px;
}

.consist_photo img {
    /*max-width: 45%;*/
    vertical-align: middle;
    max-height: 110px;
}

.consist_name {
    width: 35%;
    padding: 0 10px;
    color: #373737;
}

.consist_cnt {
    width: 25%;
    text-align: center;
    color: #2c2c2c;
    font-family: 'aAlterna';
    font-size: 20px;
}










.cart_wrap {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.cart_title {
    margin-bottom: 10px;
}

.cart_table>div {
    display: table;
    font-size: 0;
    width: 100%;
}

.cart_thead>div,
.cart_item>div {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 5px;
}

.cart_thead {
    border-top: 1px solid #F7DEC4;
    color: #000;
}

.cart_prod {
    width: 42%;
}

.cart_photo {
    width: 13%;
    text-align: center;
}

.cart_photo img {
    max-height: 110px;
}

.cart_name {
    width: 29%;
}

.ct_name {
    font-family: 'aAlterna';
    font-size: 18px;
    padding: 4px 0 3px;
    line-height: 20px;
    display: block;
    color: #39230b;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.ct_name:hover {
    color: #be3727;
    text-decoration: none;
}

.cart_item>div.cart_delivery_name {
    font-family: 'aAlterna';
    font-size: 18px;
    padding: 4px 0 3px;
    color: #39230b;
}

.ct_articul {
    color: #bdbdbd;
}

.ct_chars {
    margin-bottom: 15px;
}

.ct_chars div {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.ct_chars span {
    color: #be3727;
}

.ct_content {
    display: inline-block;
    border: 1px solid #F7DEC4;
    background: #FFF9F1;
    padding: 2px 10px;
    cursor: pointer;
}

.cart_count {
    width: 15%;
}

.cart_count .prod_count {
    float: none;
    margin-bottom: 0;
}

.cart_price {
    width: 13%;
}

.cart_tbody .cart_price,
.cart_final_price {
    color: #be3727;
    font-family: 'aAlterna';
    font-size: 22px !important;
}

.cart_price span,
.cart_final_price span {
    font-size: 18px !important;
}

.cart_discount {
    width: 11%;
}

.cart_tbody .cart_discount {
    font-size: 18px;
}

.cart_total {
    width: 19%;
}

.cart_final_price {
    width: 11%;
}

.cart_remove {
    width: 8%;
    text-align: right;
}

.cart_remove span {
    display: inline-block;
    padding-right: 20px;
    color: #ccaa86;
    background: url('../img/icon_trash.png') right 1px no-repeat;
    cursor: pointer;
}

.cart_item {
    border-top: 1px solid #F7DEC4;
    color: #2c2c2c;
    padding: 5px 0;
}







.cart_totals {
    background: #F7DEC4;
    text-align: right;
    font-size: 18px;
    color: #000;
    padding: 7px 15px;
    margin-bottom: 20px;
}

.cart_totals>div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 55px;
}

.economy_result {
    color: #be3727;
}

.sum_result {
    text-decoration: line-through;
    color: #898989;
}

.total_sum {
    color: #be3727;
    font-size: 24px;
    font-family: 'aAlterna';
}

.total_sum span {
    font-size: 18px;
}










.cart_payment_delivery {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.ur_phiz_radio {
    font-size: 16px;
    text-align: center;
    margin-bottom: 27px;
}

.ur_phiz_radio .custom_radio {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #F7DEC4;
    background: #FFF9F1;
    margin: 0 7px;
    padding: 12px 30px;
}

.ur_phiz_radio .custom_radio label .c_checkbox_icon {
    left: 15px;
}

.ur_phiz_radio .custom_radio span {
    color: #ddb285;
    padding-left: 20px;
    font-size: 18px;
}

.ur_phiz_radio .custom_radio input:checked~span {
    color: #000;
}

.delivery_service {
    margin-bottom: 10px;
}

.payment_type {
    margin-bottom: 20px;
}

.delivery_title {
    font-size: 22px;
    color: #39230b;
}

.ds_item {
    display: table;
    color: #3b3b3b;
    border: 1px solid #F7DEC4;
    background-color: #FFF9F1;
    line-height: 14px;
    height: 102px;
    background-repeat: no-repeat;
    background-position: 42px center;
    margin-bottom: 10px;
}

.ds_item_1 {
    background-image: url('../img/delivery1.png');
}

.ds_item_2 {
    background-image: url('../img/delivery2.png');
}

.ds_item_3 {
    background-image: url('../img/delivery3.png');
}

.payment_item_1 {
    background-image: url('../img/delivery4.png');
}

.payment_item_2 {
    background-image: url('../img/delivery5.png');
}

.payment_item_3 {
    background-image: url('../img/delivery6.png');
}

.ds_item_name {
    font-family: 'aAlterna';
    color: #39230b;
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 16px;
}

.ds_item span {
    padding-left: 0 !important;
}

.ds_item label label {
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
}

.ds_item .custom_radio {
    margin-right: 0;
    display: table-cell;
    vertical-align: middle;
}

.ds_item .form-check-label {
    padding: 10px 5px 10px 142px;
}

.ds_item input:not(:checked)~b:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 1;
}

.cart_payment_delivery .col-xl-6>.title {
    text-align: left;
}

.payment_group {
    margin-bottom: 18px;
}

.payment_group:before,
.payment_group:after {
    content: '';
    display: table;
    clear: both;
}

.payment_label {
    float: left;
    width: 150px;
    margin-right: -150px;
    padding-top: 6px;
}

#order_form_content .payment_label,
#order_form_content .privacy label,
#order_form_content .ob_row>div {
    font-size: 16px;
}

.payment_input {
    float: right;
    width: 100%;
}

.payment_input div {
    margin-left: 150px;
}

.payment_input input,
.payment_input textarea {
    border: none;
    background: #F7DEC4;
    width: 100%;
    display: block;
    padding: 5px 12px;
    font-size: 16px;
}

.order_blank {
    border: 1px solid #F7DEC4;
    background-color: #FFF9F1;
    padding: 0 20px;
    background-image: url('../img/order_line.png');
    background-position: 0 bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}

.ob_row {
    display: table;
    font-size: 0;
    width: 100%;
    border-bottom: 1px solid #F7DEC4;
}

.ob_row>div {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 8px 3px;
}

.ob_title {
    width: 35%;
    font-weight: 700;
    font-size: 20px !important;
}

.ob_value {
    width: 36%;
}

.ob_ext {
    width: 29%;
}

.ob_ext a {
    color: #9e978f !important;
}

.order_blank_action {
    padding: 35px 0 62px;
    text-align: center;
    margin: 0 -20px;
    background: url('../img/order_mark.png') 7px 0 no-repeat;
}

.order_blank_action button {
    font-family: 'aAlterna';
    padding: 8px 42px;
    line-height: 26px;
    font-size: 22px;
}

.order_stamp {
    position: absolute;
    right: -15px;
    bottom: -18px;
    width: 120px;
    height: 120px;
    background: url('../img/order_stamp.png') 0 0 no-repeat;
}











.contact_wrap {
    padding: 15px;
    margin-bottom: 40px;
    background: #fff;
}

.contact_item {
    font-size: 16px;
    padding: 10px 110px 10px 68px;
    line-height: 22px;
    min-height: 60px;
    display: table;
    width: 100%;
}

.contact_item>span {
    display: table-cell;
    vertical-align: middle;
}

.contact_address {
    background: url('../img/contact1.png') 0 center no-repeat;
}

.contact_phone {
    background: url('../img/contact2.png') 0 center no-repeat;
}

.contact_phone span span {
    font-size: 20px;
}

.contact_mail {
    background: url('../img/contact3.png') 0 center no-repeat;
}

.contact_time {
    background: url('../img/contact4.png') 0 center no-repeat;
}

.contact_feedback {
    padding: 15px 0;
    margin-left: -30px;
}

.contact_feedback textarea {
    height: 90px;
    margin-bottom: 15px;
}

.contact_feedback .btn_red {
    float: right;
    font-family: 'aAlterna';
    font-size: 18px;
    padding: 7px 35px;
    margin-bottom: 15px;
}

#map {
    height: 470px;
    margin: 0 -15px 40px;
}

.receive_points {
    margin-bottom: 35px;
}

.receive_points .title {
    font-size: 22px;
}

.receive_points a {
    font-size: 16px;
    color: #39230b;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    padding-left: 30px;
}

.receive_points a:hover {
    text-decoration: none;
    color: #BE3727;
}















.delivery_wrap {
    background: #fff;
    padding: 15px;
    margin-bottom: 40px;
}

.delivery_wrap .main_title,
.sc_description h1 {
    margin-bottom: 7px;
}

.delivery_wrap h3 {
    text-align: center;
}

.delivery_p {
    padding: 10px 0 10px 65px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

.delivery_p span {
    font-weight: 700;
    font-size: 18px;
}

.delivery_p1 {
    background: url('../img/delivery3.png') 0 center no-repeat;
    background-size: 55px;
}

.delivery_p2 {
    background: url('../img/delivery7.png') 0 center no-repeat;
}

.delivery_p3 {
    background: url('../img/delivery2.png') 0 center no-repeat;
    background-size: 55px;
}

.payment_block {
    background-color: #FFF9F1;
    border: 1px solid #F7DEC4;
    font-size: 16px;
    padding: 25px 10px 25px 115px;
    line-height: 16px;
    height: 84px;
    display: table;
    width: 100%;
    background-size: 54px;
    margin-bottom: 10px;
}

.payment_block div {
    display: table-cell;
    vertical-align: middle;
}

.payment_block span {
    font-weight: 700;
    font-size: 18px;
}

.payment_block1 {
    background-image: url('../img/delivery4.png');
    background-position: 25px center;
    background-repeat: no-repeat;
}

.payment_block2 {
    background-image: url('../img/delivery5.png');
    background-position: 25px center;
    background-repeat: no-repeat;
}

.delivery_wrap .receive_points h3 {
    margin-bottom: 20px;
}





.price_list {
    padding: 15px 0;
}

.price_list a {
    display: block;
    color: #287ca9;
    font-family: 'aAlterna';
    font-size: 20px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.price_list a:hover {
    text-decoration: none;
    color: #BE3727;
}

.price_links_left {
    padding-left: 140px;
}

.price_links_left a {
    padding: 13px 0 13px 65px;
}

.price_links_right {
    padding-left: 92px;
}

.price_links_right a {
    padding: 13px 0 13px 75px;
}

.price_link1 {
    background: url('../img/price_list1.png') 0px center no-repeat;
}

.price_link2 {
    background: url('../img/price_list2.png') 0px center no-repeat;
}

.price_link3 {
    background: url('../img/price_list3.png') 0px center no-repeat;
}

.price_link4 {
    background: url('../img/price_list4.png') 0px center no-repeat;
}

.price_link5 {
    background: url('../img/price_list5.png') 0px center no-repeat;
}

.price_link6 {
    background: url('../img/price_list6.png') 0px center no-repeat;
}

.price_link7 {
    background: url('../img/price_list7.png') 0px center no-repeat;
}

.price_link8 {
    background: url('../img/price_list8.png') 0px center no-repeat;
}

.price_link9 {
    background: url('../img/price_list9.png') 0px center no-repeat;
}







.about_wrap,
.sc_description {
    font-size: 16px;
    line-height: 22px;
    padding-top: 12px;
}

.about_wrap p,
.sc_description p {
    text-indent: 35px;
    margin-bottom: 30px;
}

.about_wrap ul,
.sc_description ul {
    padding-left: 35px;
    line-height: 26px;
    margin-bottom: 35px;
}

.about_wrap li,
.sc_description li {
    padding-left: 24px;
    background: url('../img/icon_star_red.png') 0 5px no-repeat;
}

.about_wrap h3,
.about_wrap h2,
.sc_description h2,
.sc_description h3 {
    font-family: 'aAlterna';
    text-align: left;
    padding-left: 35px;
    font-size: 20px;
}

.sc_description h2,
.sc_description h3 {
    text-align: left !important;
}

.wrapper .container .sc_stock_styles ul.starred_list li,
.wrapper .container .sc_description .sc_stock_styles ul li {
    padding-left: 24px;
    background: url('../img/icon_star_red.png') 0 5px no-repeat;
}


.catalog_item.catalog_list_item {
    display: table;
    width: 100%;
    font-size: 0;
}

.catalog_item.catalog_list_item>* {
    display: inline-block;
    vertical-align: middle;
}

.catalog_item.catalog_list_item .ci_link {
    width: 16%;
    font-size: 14px;
    padding: 5px;
}

.catalog_item.catalog_list_item .ci_link img {
    max-height: 90px;
}

.catalog_item.catalog_list_item .ci_name {
    background: none;
    text-align: left;
    width: 26%;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
}

.catalog_item.catalog_list_item .ci_name a {
    color: #39230b;
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    text-decoration: none;
}

.catalog_item.catalog_list_item .ci_name a:hover {
    color: #be3727;
}

.catalog_item.catalog_list_item .ci_name span {
    display: block;
}

.catalog_item.catalog_list_item .ci_extras {
    width: 24%;
}

.catalog_item.catalog_list_item .ci_extras_wrap {
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.catalog_item.catalog_list_item .ci_props {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 50%;
}

.ci_props {
    padding: 2px 20px;
}

.ci_props .col-6 {
    padding: 0 7.5px;
}

.ci_props .text-right {
    white-space: nowrap;
}

.ci_props .text-right .ci_prop {
    display: block;
    white-space: normal;
    margin: 0;
}

.ci_props .ci_prop {
    display: block;
    white-space: normal;
    margin: 0;
}

.catalog_item.catalog_list_item .ci_content_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
    padding: 0 10px;
}

.catalog_item.catalog_list_item .ci_info_price {
    width: 12%;
    font-size: 14px;
    padding: 15px 5px;
}

.catalog_item.catalog_list_item .ci_index {
    position: static;
    font-family: 'Arial Narrow';
    font-size: 14px;
}

.catalog_item.catalog_list_item .ci_photo {
    height: auto;
    line-height: initial;
}

.catalog_item.catalog_list_item .ci_price_old {
    display: block;
}

.catalog_item.catalog_list_item .ci_content {
    float: none;
}

.catalog_item.catalog_list_item .ci_actions {
    width: 22%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.catalog_item.catalog_list_item .ci_actions button {
    margin-top: 0;
}

.catalog_item.catalog_list_item .ci_actions button+button {
    margin-top: 10px;
}

.catalog_item.catalog_list_item .ci_price_old {
    position: static;
}

.catalog_item.catalog_list_item .ci_price {
    margin-bottom: 0;
}







#quick_modal .quick_list {
    margin-bottom: 20px;
}

#quick_modal .quick_list .mc_item {
    padding: 15px;
}

#quick_modal .quick_list .mc_item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #ddd;
    left: 15px;
    right: 15px;
}

#quick_modal .quick_list .mc_item>.mc_price {
    width: 25%;
    padding-left: 0;
    text-align: right;
    line-height: 24px;
}

#quick_modal .mc_item>.mc_photo {
    width: 18%;
    text-align: center;
}

#quick_modal .mc_item>.mc_photo img {
    max-height: 50px;
}

#quick_modal .mc_item>.mc_name {
    width: 57%;
    line-height: 18px;
}

.modal_inputs_wrap {
    width: 230px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.modal_inputs_wrap button {
    margin-top: 15px;
    font-size: 18px;
}

#call_modal .modal_inputs_wrap {
    margin: 35px auto 0;
}

#call_modal .modal_inputs_wrap button {
    margin-top: 35px;
    display: block;
    width: 100%;
    background-image: url(../img/icon_call.png);
    background-position: 55px 5px;
    background-repeat: no-repeat;
    padding-left: 58px;
}

#accordion .main_title {
    color: #c54a3c;
    font-family: 'aAlterna';
    text-align: center;
    font-size: 28px;
    line-height: 22px;
    padding-bottom: 18px;
}

.card-header {
    padding: 0;
    background-color: #c54a3c;
    border-bottom: 0px;
}

#accordion .btn-link,
#accordion .btn-link:hover {
    color: #ffffff;
    width: 100%;
    text-align: left;
}

.card-body {
    padding: .375rem .75rem;
}

.card {
    border: 1px solid #c54a3c;
    border-radius: .25rem;
    margin-bottom: 10px;
}

.cart_price span#cart_delivery_sum_item,
.cart_final_price span#cart_delivery_sum_all {
    font-size: 22px !important;
}

.total_sum span#cart_delivery_sum_total {
    font-size: 24px;
}

.catalog_item .butn {
    font-size: 18px;
    padding: 3px 15px;
}

.catalog_item .ci_content {
    padding: 0;
    margin: 0;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .top_bar li:last-child {
        display: block;
    }

    .top_bar li a {
        padding-top: 6px;
        padding-bottom: 0;
    }

    .top_bar li:last-child a {
        padding-top: 0;
        padding-bottom: 7px;
    }

    .head_call {
        width: 175px;
    }

    .head_rotate_text {
        width: 190px;
        font-size: 20px;
        line-height: 22px;
    }

    .head_search input {
        width: 300px;
    }

    .head_navbar li {
        padding: 5px 0px 3px 36px;
    }

    .head_navbar li a {
        padding: 5px 4px 5px 4px;
    }

    .head_cart_icon {
        /*background-image: url(../img/icon_cart_red.png);*/
    }

    .wrapper>.container {
        padding-left: 0;
        padding-right: 0;
    }

    .category_photo {
        height: 180px;
        line-height: 155px;
    }

    .category_name {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .content.fixed_head .header {
        width: 960px;
    }

    .content.fixed_head .header .head_left {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .content.fixed_head .header .head_right {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .content.fixed_head .wrapper {
        padding-top: 226px;
    }

    .ci_name {
        height: 42px;
        font-size: 16px;
        line-height: 16px;
    }

    .ci_name span span {
        max-height: 32px;
    }

    .ci_props .text-right {
        text-align: left !important;
    }

    .prod_actions>.row {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .ds_item {
        height: 133px;
    }

    .receive_points a {
        padding-left: 0;
    }

    .price_links_left {
        padding-left: 100px;
    }

    .price_links_right {
        padding-left: 50px;
    }

    .catalog_item.catalog_list_item .ci_props,
    .catalog_item.catalog_list_item .ci_content_wrap {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .f_params_left {
        float: none;
        margin: 0;
        width: 100%;
    }

    .f_params_right_wrap {
        float: none;
    }

    .f_params_right {
        margin: 0;
        padding-top: 0
    }

    .footer_copyright {
        float: none;
        clear: both;
    }

    .copyright {
        margin: 0;
    }

    .footer_bottom {
        height: 110px;
    }

    .consist_column_2 .consist_head {
        display: none;
    }

    .consist_column_2 .consist_list {
        border-top: none;
    }

    .cart_payment_delivery .col-xl-6>.title {
        text-align: center;
    }

    .contact_item {
        padding-right: 40px;
    }

    .ci_price {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    .top_bar_left li:nth-child(4),
    .top_bar_right li:nth-child(2) {
        display: block;
    }

    .top_bar_left li:nth-child(4) a,
    .top_bar_right li:nth-child(2) a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .top_bar_left li:nth-child(1) a,
    .top_bar_left li:nth-child(2) a,
    .top_bar_left li:nth-child(3) a,
    .top_bar_right li:nth-child(1) a {
        padding-bottom: 0;
    }

    .top_bar_left li:last-child a,
    .top_bar_right li:last-child a {
        padding-top: 0;
    }

    .head_left {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .head_rotate_text {
        width: 190px;
        font-size: 22px;
        line-height: 24px;
        margin-top: 12px;
    }

    .head_search input {
        width: 220px;
    }

    .head_right {
        padding-top: 10px;
    }

    .head_navbar li+li {
        background-position: 0px 19px;
    }

    /*.head_navbar li {*/
    /*padding: 10px 5px 8px 20px;*/
    /*}*/
    .head_navbar {
        white-space: nowrap;
    }

    .head_navbar li {
        padding: 5px 2px 3px 17px;
        position: relative;
        z-index: 1;
    }

    .head_navbar li a {
        padding: 5px 8px 5px 8px;
    }

    .head_navbar_right li:last-child {
        padding-right: 25px;
    }

    /*.head_navbar li:first-child {
		padding-left: 10px;
		padding-right: 3px;
	}*/
    .head_navbar_right {
        padding-right: 0;
    }

    /*.head_navbar_right li:last-child {
		padding-right: 10px;
	}*/
    .head_cart {
        bottom: 100%;
        background: none;
        top: auto;
        height: auto;
        width: auto;
        padding-bottom: 10px;
    }

    .head_cart_title {
        display: inline-block;
        vertical-align: top;
        color: #be3727;
        float: right;
        padding-top: 5px;
    }

    .head_cart_cnt {
        margin-right: 0;
        margin-left: 40px;
    }

    .head_cart_icon {
        display: inline-block;
        vertical-align: top;
        margin-top: 2px;
        background-image: url(../img/icon_cart_red.png);
    }

    .wrapper>.container {
        padding: 0;
    }

    .home_filter {
        padding-bottom: 28px;
    }

    .category_photo {
        height: 283px;
        line-height: 258px;
    }

    .category_name {
        height: 64px;
        line-height: 64px;
    }

    .footer_left {
        margin: 0;
        padding: 0;
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer_left>a,
    .footer_counter {
        margin: 0 5px;
    }

    .footer_right {
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .social_links,
    .designed_by {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer_info_wrap {
        float: none;
    }

    .footer_info_columns {
        margin-right: 0;
    }

    .footer_feedback {
        margin-top: 20px;
        float: none;
        width: 100%;
        margin-left: 0px;
    }

    .footer_bottom {
        height: auto;
    }

    .designed_by {
        margin-bottom: 0;
    }

    .footer_copyright {
        height: auto;
    }

    .ci_name {
        height: 66px;
    }

    .prod_char {
        margin: 0 20px;
    }

    .btn_to_cart_wrap,
    .btn_buy_wrap {
        padding-left: 15px;
    }

    .cart_totals>div {
        margin-left: 35px;
    }

    .ds_item {
        width: 100%;
    }

    .cart_table>.cart_thead {
        display: none;
    }

    .cart_photo {
        width: 20%;
    }

    .cart_name {
        width: 80%;
    }

    .cart_count {
        width: 20%;
    }

    .cart_price,
    .cart_discount,
    .cart_final_price,
    .cart_remove {
        width: 20%;
    }

    .contact_feedback {
        margin-left: 0;
    }

    #map {
        height: 300px;
    }

    .price_links_left,
    .price_links_right {
        padding-left: 0px;
    }

    .catalog_item.catalog_list_item {
        padding: 15px 15px 5px;
    }

    .catalog_item.catalog_list_item>* {
        width: 100% !important;
        margin-bottom: 10px;
        padding: 0 !important;
    }

    .catalog_item.catalog_list_item .ci_photo img {
        max-height: 150px;
    }

    .catalog_item.catalog_list_item .ci_extras_wrap {
        display: block;
        padding: 0;
        height: auto;
    }

    .catalog_item.catalog_list_item .ci_props {
        margin-bottom: 10px;
    }

    .catalog_item.catalog_list_item .ci_props,
    .catalog_item.catalog_list_item .ci_content_wrap {
        padding: 0 !important;
        width: 100%;
    }

    .catalog_item.catalog_list_item .ci_name {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .head_auth a:after {
        content: '';
        display: block;
    }

    .head_phone {
        font-size: 20px;
    }

    .head_call_link {
        font-size: 14px;
    }

    .logo img {
        width: 160px;
    }

    .head_search input {
        width: 100%;
    }

    .head_navbar ul {
        display: none;
    }

    .head_navbar li {
        display: block;
        background-image: none !important;
        padding: 10px 17px 8px 17px !important;
    }

    .head_navbar li a {
        display: inline-block;
    }

    .head_navbar>.row {
        background-image: url(../img/bg_navbar.png);
        background-color: #BE3727;
        padding-top: 51px;
    }

    .head_navbar_right {
        text-align: left;
    }

    .head_cart {
        bottom: 200%;
        padding-bottom: 2px;
        margin-right: 15px;
    }

    .head_cart_title {
        color: #fdead6;
        padding-top: 2px;
    }

    .head_cart_icon {
        background-image: url(../img/icon_cart.png);
    }

    .category_item {
        width: 262.5px;
        margin: 0 auto;
    }

    .category_photo {
        height: 225px;
        line-height: 200px;
    }

    .category_name {
        height: 50px;
        font-size: 23px;
        line-height: 50px;
    }

    .mobile_menu_toggle {
        display: inline-block !important;
        vertical-align: top;
        position: absolute;
        bottom: 100%;
        line-height: 51px;
        padding-left: 25px;
        padding-right: 25px;
        color: #fdead6;
        font-family: 'aAlterna';
        font-size: 22px;
        cursor: pointer;
    }

    .main_slider .owl-nav {
        margin-top: -21px;
    }

    .main_slider .owl-nav button img {
        width: 24px;
    }

    .ci_name {
        height: 48px;
        font-size: 16px;
        line-height: 16px;
    }

    .ci_name span span {
        max-height: 32px;
    }

    .custom_modal .mc_item>.mc_name {
        width: 50%;
    }

    .custom_modal .mc_item>.mc_price {
        width: 26%;
    }

    .prod_left_side,
    .prod_right_side {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .prod_label {
        top: 100px;
        left: auto;
        right: 15px;
    }

    .prod_chars {
        margin-bottom: 20px;
    }

    .ur_phiz_radio .custom_radio {
        width: 100%;
        margin-bottom: 10px;
    }

    .order_blank_action {}

    .order_blank_action button {
        margin-left: 80px;
        margin-bottom: 50px;
        font-size: 16px;

    }
}

@media (max-width: 575px) {
    .logo {
        background: #39230B;
        height: auto;
        padding-bottom: 10px;
    }

    .top_bar {
        margin-top: -5px;
    }

    .top_bar li {
        display: inline-block !important;
    }

    .top_bar li a {
        padding-bottom: 0;
    }

    .top_bar_left,
    .top_bar_right {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .top_bar_right {
        padding-bottom: 10px;
    }

    .wrapper>.container,
    .footer_feedback,
    .footer_bottom {
        padding-left: 15px;
        padding-right: 15px;
    }

    .head>.row,
    .footer_info_columns>.row,
    .footer_container>.row {
        margin-left: 0;
        margin-right: 0;
    }

    .head_call {
        display: block;
        width: 100%;
        text-align: center;
    }

    .head_rotate_text {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 25px;
    }

    .head_auth {
        text-align: center;
    }

    .head_search {
        margin-bottom: 10px;
    }

    .home_filter_title {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .head_filter_params {
        float: none;
    }

    .filter_params {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer_contacts,
    .footer_info_links {
        width: 100%;
    }

    .footer_contacts {
        margin-bottom: 20px;
    }

    .catalog_item {
        width: 262.5px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .custom_modal .mc_item {
        text-align: center;
    }

    .custom_modal .mc_item>.mc_photo {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .custom_modal .mc_item>.mc_name {
        width: 100%;
    }

    .custom_modal .mc_item>.mc_price {
        width: 100%;
        padding-left: 0;
    }

    .mc_item>.mc_remove {
        width: auto;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .custom_modal .modal-footer button {
        display: block;
        width: 100%;
    }

    .consist_head {
        display: none;
    }

    .consist_item>div {
        width: 100%;
        text-align: center;
    }

    .payment_label {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-top: 0;
    }

    .payment_input {
        float: none;
    }

    .payment_input div {
        margin-left: 0;
    }

    .ob_row>div {
        display: block;
        width: 100%;
    }

    .ob_title {
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }

    .ob_value {
        padding: 0 !important;
    }

    .ob_ext {
        padding-top: 0 !important;
        text-align: right;
    }

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

    .cart_photo,
    .cart_name,
    .cart_count,
    .cart_price,
    .cart_discount,
    .cart_final_price,
    .cart_remove {
        width: 100%;
    }

    .cart_price,
    .cart_discount,
    .cart_final_price,
    .cart_remove {
        text-align: center;
        padding: 0 !important;
    }

    .contact_item {
        padding-right: 0;
    }

    .catalog_pagination {
        margin: 15px 0px 30px;
    }

    .catalog_pagination .page-link {
        font-size: 20px;
    }

    .ci_photo img {
        max-width: 90%;
        max-height: 90%;
    }

    .footer_menu {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px;
    }

}

.nav_level_2,
.nav_level_3 {
    /* display: none !important; */
    display: none;
}

.nav_level_1>li,
.nav_level_2>li {
    position: relative;
}

.nav_level_1>li:hover>a {
    background: #287CA9;
}

.nav_level_2>li {
    background: #287CA9;
}

.nav_level_2>li,
.nav_level_3>li {
    padding: 0 !important;
    background: none !important;
}

.nav_level_3>li {
    background: #287CA9;
}

.nav_level_2>li>a,
.nav_level_3>li>a {
    padding: 5px 10px 5px 36px;
    background-image: url(../img/icon_star.png) !important;
    background-repeat: no-repeat !important;
    background-position: 9px center !important;
    background-color: #287CA9 !important;
}

.nav_level_2>li>a:hover,
.nav_level_3>li>a:hover {
    text-decoration: underline !important;
}

@media (min-width: 768px) {
    .nav_level_2 {
        position: absolute;
        top: 100%;
        z-index: 100;
    }

    .nav_level_3 {
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 100;
        padding-left: 3px;
    }

    .nav_level_1>li:hover .nav_level_2 {
        display: block !important;
    }

    .nav_level_2>li:hover .nav_level_3 {
        display: block !important;
    }

    .nav_level_2>li:first-child>a,
    .nav_level_3>li:first-child>a {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .nav_level_2>li:last-child>a,
    .nav_level_3>li:last-child>a {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .nav_level_2>li>a,
    .nav_level_3>li>a {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .nav-lvl_image {
        display: inline-block !important;
    }

    .head_navbar {
        overflow-y: scroll;
        height: 100%;
    }

    .head_navbar.show_menu .nav_level_2,
    .head_navbar.show_menu .nav_level_3 {
        /* display: none !important; */
        display: none;
    }

    .head_navbar.show_menu .nav_level_2.level2_open {
        display: block !important;
    }

    .head_navbar.show_menu .nav_level_3.level3_open {
        display: block !important;
    }

    .nav_level_3 {
        padding-left: 30px;
        background: #287CA9;
    }

    .head_navbar {
        z-index: 1000 !important;
        height: auto;
    }
}

.nav_level_2:hover {
    display: block !important;
}

.submenu_3lvl_ul_main:hover {
    display: block !important;
}

.podmenu_3lvl,
.podmenu_3lvl-1 {
    display: none;
}

@media (min-width: 765px) {
    .nav_level_1 li:hover .nav_level_2 {
        display: block !important;
    }
}

/* .submenu_3lvl_ul_main:hover .podmenu_3lvl{
	display: block;
	transition-delay:1s;
}
.submenu_3lvl_ul_header:hover .podmenu_3lvl {
	display: block;
} */
@media (max-width: 500px) {
    .catalog_item .ci_info {
        height: auto;
    }

    .catalog_item .ci_info_wrap {
        height: auto;
        position: relative;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .catalog_item .ci_info_wrap {
        display: block;
        width: 100%;
    }

    .catalog_item .ci_price {
        font-size: 22px;
    }

    .catalog_item .butn {
        width: 100%;
        font-size: 16px;
        padding: 7px 5px;
    }

    .prod_wrap .prod_actions>.row>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

        display: flex;
        flex-wrap: wrap;
    }

    .prod_wrap .prod_actions .prod_price {
        order: 1;
        width: 100%;
        text-align: center;
    }

    .prod_wrap .prod_actions .prod_count {
        order: 2;
        /* width: 100%; */
        width: 100px;
        margin: 0 auto;
        text-align: center;
    }

    .prod_count .input-group-prepend .btn_cnt_decrease,
    .prod_count .input-group-append .btn_cnt_increase {
        background: transparent !important;
    }

    .prod_count .btn_cnt_decrease::after {
        content: '-';
        font-size: 20px;
        color: #495057;
    }

    .prod_count .btn_cnt_increase::after {
        content: '+';
        font-size: 20px;
        color: #495057;
    }

    .prod_wrap .current_price {
        font-size: 36px;
        line-height: 1.2;
    }

    .prod_wrap .current_price span {
        font-size: 22px;
    }

    .prod_wrap .btn_prod_to_cart,
    .prod_wrap .btn_prod_buy {
        font-size: 20px;
    }

}

@media (max-width: 450px) {

    .podmenu_3lvl,
    .podmenu_3lvl-1 {
        display: none !important;
    }
}

.head_navbar.show_menu .podmenu_3lvl {
    display: none !important;
}

.head_navbar.show_menu .podmenu_3lvl-1 {
    display: none !important;
}

.podmenu_icons {
    display: none;
}

@media (min-width: 1000px) {
    .podmenu_icons {
        display: block;
        height: 20px !important;
        float: right;
        position: relative;
        top: 10px;
        right: 3px;


    }

    .submenu_3lvl_ul_main {
        width: 109% !important;
    }

    .submenu_3lvl_ul_header {
        width: 109% !important;
    }

    /* .nav_level_2 li {
		width: 109% !important;
		
	} */
    #class_active_menu_t {
        padding: 5px 1px 5px 36px !important;
    }

    /* #class_active_menu {
		padding: 5px 1px 5px 36px !important;
	} */
}

.ci_content:hover {
    background-color: #FDEEDD;
}

.transform_rotatex {
    transform: rotateX(180deg);
}

#accordion {
    overflow: hidden;
}

@media (min-width: 772px) {
    .prod_char {
        margin: 0 30px;
    }
}