/**** region 404***/
.wrap_404{
    display: grid;
}
h1.h1-hidden{
    display: none;
}
#content .wrap_404 h2{
    display: flex;
    justify-content: center;
    background-image: none;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    text-transform: unset;
    font-weight: unset;
    font-size: 2.5rem;
    line-height: 1.5;
}
.wrap_404 .text_404{
    text-align: center;
    font-size: 1.4rem;
    color: #000;
    line-height: 1.3;
}
.wrap_404 .block_404{
    display: grid;
    grid-template-columns: 60% 40%;
}
.wrap_404 .left_404{
}
.wrap_404 .left_404 img {
    max-width: 100%;
    height: auto;
}
.wrap_404 .right_404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 2;
}
.wrap_404 .right_404 a{
    text-decoration: none;
}
.wrap_404 .right_404 .main_link{
    font-weight: bold;
    color: red;
}
.wrap_404 .right_404 ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.wrap_404 .right_404 ul li{
    background-color: transparent;
    background-image: none;
    padding: 0;
    margin: 0;
}
.wrap_404 .right_404 ul li a{
    color: red;
    font-weight: unset;
}
.wrap_404 .right_404 .phone_block{
    margin-top: 15px;
    width: 300px;
}
.wrap_404 .right_404 .phone_block span{
    color: red;
}
.wrap_404 .right_404 .phone_block a{
    display: inline-block;
}
.wrap_404 .right_404 .phone_block .phone_under_title{

}
@media (max-width: 767px) {
    .wrap_404 .block_404{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
/**** endregion 404***/
/**** region slider custom nav***/
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer .bx_bigimages_aligner{
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer img{
    height: 100%;
    width: auto;
}
.bx_item_detail .bx_item_slider .bx_slide{
    max-height: 656px;
}
.bx_item_detail .bx_item_slider .bx_slide ul{
    margin-top: 0;
}
[class*="bx_slide_nav_"]{
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: rgba(92, 76, 78, 0.8);
    position: absolute;
    width: calc(100% - 2px);
    /*margin-left: 9px;*/
    z-index: 3;
}
[class*="bx_slide_nav_"]:after {
    content: '';
    width: 13px;
    display: block;
    height: 13px;
    transform: rotate(45deg);
    border-left: 2px solid;
    border-top: 2px solid;
}
.bx_slide_nav_right {
    transform: rotate(180deg);
    bottom: 0;
}

@media (max-width: 768px) {
    [class*="bx_slide_nav_"]{
        position: absolute;
        height: calc(100% - 25px);
        z-index: 3;
        background-color: rgba(92, 76, 78, 0.8);
        width: 25px;
        margin-left:0px;
    }
    [class*="bx_slide_nav_"]:after{
        transform: rotate(315deg);
    }
    .bx_slide_nav_right{
        right: 0;
        bottom: auto;
    }
    .bx_item_detail .bx_item_slider .bx_slide ul{
        /*transform: translateY(0) !important;*/
    }
    .bx_item_detail .bx_item_slider .bx_slide ul li{
        min-width: calc(25vw - 9px);
        min-height: calc(25vw - 9px);
        margin-left: 9px;
    }
    .bx_item_detail .bx_item_slider .bx_slider_scroller_container{
        display: flex;
        max-width: 100vw;
        margin-top: 10px;
    }
    .bx_item_detail .bx_item_slider .bx_slide{
        display: flex;
    }
}
/**** endregion slider custom nav***/
.breadcrumb ~ .banner-top-target{
    margin-top: 19px;
    /*width: calc(100% - 11px);*/
    width: 100%;
}
@media (max-width: 950px) {
    .breadcrumb ~ .banner-top-target{
        width: 100%;
    }

}
.mobile-banner-top{
    display: none;
}
.video-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.video-slide img{
    height: 100%;
    width: auto;
    position: absolute;
}
.video-slide video{
    max-width: 100%;
    position: absolute;
}
.mobile-banners{
    display: none;
}
.video-slide #slider_video_alt{
    display: none;
}
@media (max-width: 768px) {
    .mobile-banner-top {
        display: flex;
        height: auto;
        align-items: flex-start;
    }
    .mobile-banner-top ~ *{
        display: none;
    }
}
.banner-fixed .banner-top-target.fixed-block{
    position: fixed;
    width: 100%;
    z-index: 99;
}
.banner-fixed .banner-top-target.fixed-block.fixed-block-oofset{
    top: 42px;
}
.banner-top-target{
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-top-target * > a{
    display: flex;
    align-items: center;
}
.banner-top-target *{
    width: 100%;
}
.banner-top-target img{
    width: 100%;
    height: auto;
}
a.bx_big.bx_bt_button.fast-buy{
    background-color: green;
}
.fast-buy-wrapper {
    display: none;
    position: absolute;
    top: 0;
    background-color: #fefefe;
    z-index: 70;
    opacity: 0;
    padding: 20px;
    -webkit-box-shadow: rgba(0,0,0,.3) 0 0 10px;
    -moz-box-shadow: rgba(0,0,0,.3) 0 0 10px;
    box-shadow: rgba(0,0,0,.3) 0 0 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.fast-buy-wrapper.open {
    display: block;
    opacity: 1;
}
.close.fa-times {
    text-decoration: none;
}
.close-form-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    #fancybox-close{
        right: 0;
        top: 0;
    }
    .close-form-wrap{
        padding: 20px 20px 0;
    }
    .fast-buy-wrapper.open {
        width: 100%;
        left: 0;
        padding: 0;
    }
    .input-custom {
        padding: 0 15px;
    }
    p.input-custom {
        margin: 15px 0 0 !important;
    }
}
/*___ADAPTIVE___*/
#top{
    font-family: "Font Awesome 5 Free";
    bottom: 10px;
    right: 10px;
    opacity: 1;
}
/*___HEADER___*/
#header{
    z-index: 101;
}
#content{
    padding-bottom: 15px !important;
}
#footer{
    position: relative;
}
#main{
    min-width: 0 !important;
}
.adapt-pic{
    width: calc(100% - 20px);
    max-width: 700px;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
    height: auto;
}
header.header .header_line {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.order_call .fas{
    display: none;
}
a.mobile-menu-button.fas.fa-bars {
    display: none;
}
.ovh .b-modal.__b-popup1__{
    display: none !important;
}
.ovh .b-modal.__b-popup1__,
.ovh body,
.ovh{
    overflow: hidden;
}
.popup-menu {
    right: 0 !important;
    width: 100vw !important;
    max-width: 375px;
    height: 100vh;
    min-width: 0;
    background-color: #fff;
}
.fas.fa-home,
.b-close.fas.fa-times{
    font-weight: bolder;
    font-size: 18px;
    color: #5c4c4e;
    margin: 0;
    width: auto;
    padding: 0 15px;
    text-decoration: none;
}

.mobile-menu-title h3{
    width: 100%;
    text-align: center;
    color: #5c4c4e;
}
.mobile-menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#title-search-input {
    padding: 0 8px;
}
ul.mobile_menu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: scroll;
    max-height: calc(100vh - 150px);
    margin: 0;
}
ul.mobile_menu li {
    width: 100%;
    opacity: 0;
    border-top: 1px solid #5c4c4e;
    transform: rotateX(90deg);
}
ul.mobile_menu li a{
    color: #5c4c4e;
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 40px;
    text-indent: 10px;
    align-items: center;
    justify-content: space-between;
}
ul.mobile_menu li.unvis {
    display: none;
}
ul.mobile_menu li.cur-unvis,
ul.mobile_menu li.unvis {
    border-top: none;
}
ul.mobile_menu li.cur-unvis > a,
ul.mobile_menu li.unvis > a{
    display: none;
}
ul.mobile_menu li.parent > a i{
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    width: 40px;
    padding-left: 0;
    padding-right: 0;
}
ul.mobile_menu li.visible{
    opacity: 1;
    transform: rotateX(0deg);
}
ul.mobile_menu > li.parent > a {
    text-transform: uppercase;
}

ul.mobile_menu .parent ul
{
    list-style: none;
    padding: 0;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 0;
    display: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    left: 100%;
    position: absolute;
    top: 0;
}
ul.mobile_menu .parent ul.m-expand {
    height: auto;
    display: flex;
    left: 0;
}
ul.mobile_menu .parent ul.m-expand li.visible {
    width: auto;
    padding: 20px 0 0;
    flex-grow: 1;
    min-width: 100%;
}

ul.mobile_menu .parent ul.m-expand li{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
ul.mobile_menu .parent ul.m-expand li.visible a{
    text-indent: unset;
    font-size: 12px;
    border: none;
    padding: 3px 0;
}

ul.mobile_menu .parent.visible.cur-unvis {
    height: 100vh;
}

.parent .m-expand a i{
    border-left: none;
    padding-left: 10px;
    padding-bottom: 0;
    padding-top: 0;
}
ul.mobile_menu .parent ul.m-expand li.visible:last-child {
    margin-bottom: 10px;
}
a.mobile-filter-button {
    display: none;
}
.b-close.fas.fa-times.filter-close {
    display: none;
}
.gallery_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.bx_item_detail .bx_item_container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.bx_item_detail .bx_item_slider{
    display: flex;
    flex-direction: row-reverse;
}
.bx_item_detail .bx_item_slider .bx_bigimages{
    width: 520px;
    padding-top: 654px;
}
.bx_slider_conteiner{
    width: 120px !important;
    /*margin-top: -9px;*/
}
.bx_item_detail .bx_item_container .bx_lt{
    width: 535px;
    margin-right: 0;
}
.bx_item_detail .bx_item_container .bx_rt{
    width: calc(50% - 100px);
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.bx_item_detail .bx_item_detail_scu {
    margin-left: 0px;
    width: 100vw;
    max-width: 100%;
}
.tabs_discribe{
    width: calc(100% - 20px);
    padding: 0 10px;
}
.view-list {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 29px !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.view-header{
    width: 100%;
}
.view-item{
    margin: 10px 0 !important;
}
.popup-window.popup-window-with-titlebar {
    padding: 0!important;
    width: calc(100% - 20px) !important;
    max-width: 300px;
    position: fixed !important;
    top: 15vh !important;
    left: calc((100vw - 300px) / 2) !important;
}
.popup-window-titlebar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8b0000;
    color: #fff;
    font-size: 18px;
}
.popup-window.popup-window-with-titlebar{
    padding: 0 !important;
}

.popup-window-buttons {
    background-color: #8b0000;
    text-align: center;
    padding: 0;
    position: relative;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.popup-window-buttons span {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-radius: 0 !important;
    font-size: 12px !important;
}
.bx-blue .popup-window-buttons span.btn.btn-default {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    background: #8b0000;
    color: #fff;
    border-color: #fff;
    line-height: 24px;
    height: auto;
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-weight: 100;
}
.popup-window.popup-window-content-white .popup-window-titlebar {
    height: 49px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8b0000;
    color: #fff;
    font-size: 18px;
}
.popup-window.popup-window-content-white .popup-window-titlebar-text {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}
.popup-window.popup-window-content-white p {
    margin: 0 auto;
}
.popup-window-buttons .bx_bt_button{
    border: 1px solid;
}
.popup-window-overlay{
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
}
div[id*="CatalogElementPopup"] .popup-window-close-icon {
    top: -8% !important;
    opacity: 1 !important;
    right: auto !important;
    font-size: 46px;
    width: 100vw;
    display: flex;
    justify-content: flex-end;
    max-width: 350px;
}
div[id*="CatalogElementPopup"] .popup-window-close-icon:after{
    width: 30px;
    height: 30px;
    left: auto;
}
div[id*="CatalogElementPopup"] .popup-window-titlebar{
    height: 0;
}
.bx_bt_button {
    background: #8b0000;
    color: #fff;
}
div[id*="CatalogElementPopup"] .popup-window-content{
    padding: 0;
}
div[id*="CatalogElementPopup"]{
    -webkit-box-shadow: 0 0 0 150vw rgba(0,0,0, .3);
    -moz-box-shadow: 0 0 0 150vw rgba(0,0,0, .3);
    box-shadow: 0 0 0 150vw rgba(0,0,0, .3);
}
div[id*="CatalogElementPopup"] img{
    width: 100%;
    height: auto;
    display: flex;
}
.map-columns,
.search-page,
.page-section,
div.news-detail,
.back_b,b-share,
#content.inner_page_content p{
    padding-left: 10px;
    padding-right: 10px;
}
.img-adaptive,
div.news-detail img.detail_picture{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.news-detail iframe{
    max-width: 100%;
    width: 100%;
}
.gallery_detail #detail_img{
    width: auto;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
    background-color: #5c4c4e;
}
.tabs_discribe .tabs_cont{
    font-size: 16px;
}
.form_block.order-form.discount-form .jq-selectbox,
.form_block.order-form.discount-form input{
    margin-bottom: 10px;
    margin-top: 5px;
}
.form_block.order-form.discount-form *:not(input){
    font-size: 12px;
}
#content.inner_page_content .page-section p{
    padding-left: 0;
    padding-right: 0;
}
#content h1.shop_name_title{
    display: flex;
    align-items: center;
    width: calc(100% - 59px);
    padding-right: 10px;
}
.shop_name_title:before{
    top: auto;
}
.bx_item_detail .item_info_section{
    width: 100%;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li{
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    padding: 0 !important;
}
.qr-codes {
    display: block;
    /*text-align: center;*/
}
.qr-codes img {
    width: 30px;
    height: 30px;
    margin: 5px;
}
.qr-codes svg {
    width: 30px;
    height: 30px;
    margin: 5px;
    margin-top: 5px;
}

.header-messengers svg {
    margin-top: 5px;
}

.qr-codes .flex-row {
    display: flex;
    flex-flow: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.qr-codes a:first-child img {
    margin-left: 0;
}

#footer p.mobile_footer_notification{
    display: none;
}
@media (min-width: 1025px) {
    .mobile-cart{
        display: none;
    }
    .banner-fixed .banner-top-target.fixed-block.fixed-block-oofset{
        top: 0;
    }

}
@media (max-width: 1024px){
    #fancybox-content{
        width: auto !important;
        height: auto !important;
    }
    #fancybox-wrap{
        top: calc(100vh - 100% / 2) !important;
        position: fixed;
        overflow: scroll;
        max-height: 100vh;
        width: calc(100% - 40px) !important;
        max-width: 640px !important;
    }
    #fancybox-wrap.notTop{
        top: calc(100vh - 80%) !important;
        left: 5px !important;
        padding: 10px 5px;
        width: calc(100% - 20px) !important;
    }
    .bx_catalog_pic_block:hover .quick-view-btn{
        display: none;
    }
    .mobile-cart{
        display: flex;
        padding-right: 10px;
    }
    .mobile-cart .bx_cart_block{
        margin-top: 0;
    }
    .mobile-cart .quantity{
        display: none;
    }
    .mobile-cart .fas.fa-shopping-basket {
        font-size: 1.1em;
    }
    .bx_cart_block .bx_small_cart a .quantity {
        right: -5px;
        top: -5px;
    }
    .header_line .bx_small_cart{
        display: none;
    }
    .map-level-0, .map-level-0 ul{
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }
    .map-level-0{
        padding-bottom: 20px;
    }
    .map-level-0 > li:first-child{
        order: 1;
    }
    .map-level-0 li{
        display: block;
        width: 300px;
    }
    .map-level-1{
        padding-left: 10px !important;
    }
    #top_menu .search_block .search_icon{
        display: none;
    }
    .shop_name_title:before{
        left: -45px !important;
    }
    .profile-table td input,
    .profile-table, .profile-table * {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .profile-table td {
        vertical-align: top;
        width: calc(50% - 20px);
        padding-bottom: 10px;
    }
    .profile-table td *{
        width: auto;
    }
    .profile-link.profile-user-div-link a{
        text-decoration: none;
        border: 1px solid;
        padding: 3px;
        width: 300px;
        display: block;
        background-color: #5c4c4e;
        color: #fff;
    }
    .b-close.fas.fa-times.filter-close {
        color: #333;
        position: absolute;
        right: 0;
        top: 10px;
        display: block;
    }
    #top_menu .search_block{
        margin-right: 0;
        margin-left: 10px;
    }
    #top_menu .search_block,
    #top_menu .search_block .search_pole{
        width: 100% !important;
        /*padding-left: 0 !important;*/
    }
    #top_menu .catalog_menu {
        float: left;
        display: none;
    }

    .header-top {
        padding: 18px 10px !important;
    }

    header.header .top_menu_cont{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-cart .bx_small_cart a,
    a.mobile-menu-button.fas.fa-bars {
        display: block;
        width: 32px;
        min-width: 32px;
        height: 32px;
        line-height: 30px;
        text-align: center;
        border: 1px solid;
        text-decoration: none;
        color: #fff;
    }
    /*.banner-fixed .banner-top-target noindex {
        display: none;
    }*/
    .head_red .head_red_cont {
        width: auto;
        min-width: auto;
    }
    #top_menu .top_menu_cont {
        background-color: #5c4c4e;
        top: 0;
        opacity: .9;
        max-width: 100vw;
        width: 100%;
        z-index: 100;
    }
    #top_menu .top_menu_cont.fixed{
        position: fixed;
        z-index: 10000;
    }
    .bs-text,
    .call-text,
    header.header .catalog_menu,
    header.header .head_menu{
        display: none;
    }
    header.header .phone_block {
        width: calc(100% - 320px) !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .order_call .fas{
        display: block;
        background-color: #5c4c4e;
        font-size: 18px;
        padding: 5px;
        color: #fff;
        margin-left: -30px;
    }
    #footer,
    .head_red{
        min-width: auto!important;
    }
    #content.inner_page_content .left_column{
        z-index: 100;
        width: auto !important;
        margin: 0 !important;
    }
    .title-search-result{
        position: fixed !important;
        top: 42px !important;
        left: 0 !important;
        bottom: 0;
    }
    .title-search-result table, .title-search-result table tr {
        margin: 0 auto;
        text-align: center;
        display: flex;
        align-items: center;
        width: 100vw;
        max-width: 100vw;
        justify-content: space-around;
    }
    .title-search-result{
        height: calc(100vh - 42px) !important;
        overflow: scroll;
    }
    .title-search-result table td{
        min-width: 0 !important;
    }
    .title-search-result{
        margin-top: 0;
    }
    .title-search-all a{
        background-color: #541800;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 160px;
        margin-top: 10px;
        text-decoration: none;
        color: #fff !important;
    }
    .bx_filter.bx_wood {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        background-color: #fff;
        z-index: 100;
        width: 100vw;
        height: 100vh;
        overflow: scroll;
        display: none;
    }
    .bx_filter .bx_filter_title.smaller-name{
        padding: 0 10% 0 0;
        width: 90%;
    }
    .bx_filter .bx_filter_section{
        width: 100%;
        display: flex;
        padding: 0 0 50px;
    }
    .bx_filter .bx_filter_section form {
        display: flex;
        flex-wrap: wrap;
        padding-top: 25px;
    }
    .bx_filter_title,
    .bx_filter_button_box{
        width: 100%;
        text-align: center;
    }
    .bx_filter .bx_filter_parameters_box {
        border-top: 1px dashed #a1816d;
        padding: 10px;
        width: 100%;
        /*padding-bottom: 25px;*/
        margin-bottom: 0;
    }
    .bx_filter .bx_filter_parameters_box:first-child {
        border-top: 0;
    }
    .bx_filter .bx_filter_button_box {
        margin-bottom: 70px;
    }
    .bx_filter .bx_filter_parameters_box{

    }
    .bx_filter .bx_filter_popup_result.left {
        right: 0;
        z-index: 1000;
        width: 100%;
        bottom: 0;
        display: none !important;
        position: fixed;
    }
    .left_banners,
    #content.inner_page_content .left_menu{
        display: none;
    }
    a.mobile-filter-button {
        width: calc(100% - 44px);
        display: flex;
        text-decoration: none;
        align-items: center;
        justify-content: left;
        margin: 13px;
        /*border: 1px solid;*/
        padding: 10px 0;
        max-width: 320px;
    }
    .qr-codes {
        order: 2;
        max-width: 300px;
        width: 300px;
    }
    .qr-codes img {
        margin: 1px;
    }

    .header-menu .menu_links {
        display: none;
    }
}
@media (min-width: 1025px){
    #header .phone_block{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
        max-height: 100px;
        width: calc(100% - 320px);
    }
    #footer .footer_cont .left_foot .phone_block .phone_value,
    #header .phone_block .phone_value {
        height: 62px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        font-size: 15px !important;
        font-family: 'gotham_pro',arial,sans-serif;
    }
    #footer .footer_cont .left_foot .phone_block .phone_value > *,
    #header .phone_block .phone_value > *{
        width: 100%;
        text-align: left;
    }
    #footer .footer_cont .left_foot .phone_block .phone_value span,
    #header .phone_block .phone_value span{
        font-size: 12px;
    }
}
@media (max-width: 1024px) {

    .bx_filter_block .bx_filter_search_button, .bx_filter_block .bx_filter_search_reset{
        height: 40px;
        line-height: 40px;
    }
    .bx_item_detail .bx_item_container {
        padding: 0 10px;
    }
    .gallery_detail .img_overflow{
        overflow: unset;
    }
    .gallery_detail #detail_img{
        height: auto !important;
    }
    .gallery_detail .img_overflow img{
        height: auto !important;
        max-height: 488px;
        max-width: 100%;
    }
    .shop_detail .detail_discribe{
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .shop_detail .detail_discribe img{
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .bx_catalog_list_home .bx_item_detail_scu .bx_scu{
        max-height: 100%;
    }
    #warning_message,
    #basket_form_container,
    .bx-touch .bx_ordercart .bx_sort_container{
        padding: 0 10px;
    }
    #footer .footer_cont .foot_txt{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        height: fit-content;
        width: 100%;
    }
    #developer{
        width: 300px;
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .shop_list > div {
        width: calc(50% - 20px) !important;
        padding: 0 10px;
    }
    #content.inner_page_content .shop_list {
        margin: auto;
        width: 100vw;
        max-width: 100%;
        display: flex;
        align-items: self-start;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .khan-blog table{
        width: auto !important;
    }
    /*.khan-blog *:not(a):not(style){
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        align-items: center;
        justify-content: center;
    }*/
    .khan-blog{
        /*background-color: #f7f0e3;*/
        padding-left: 10px;
        padding-right: 10px;
    }
    .khan-blog table div,
    .khan-blog table span{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .mcnButton {
        width: calc(100vw - 20px);
        max-width: 600px;
    }
    td.mcnImageGroupBlockInner {
        justify-content: space-around;
        width: 100vw !important;
    }
    tbody.mcnImageBlockOuter img {
        max-width: 100% !important;
        width: calc(100% - 20px);
    }
    .khan-blog img{
        /*max-width: 300px !important;*/
        width: 100%;
        padding-top: 10px;
        height: auto;
        display: block !important;
        /*margin-bottom: 20px !important;*/
    }
    #footer .footer_cont,
    header.header {
        max-width: 100vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-menu-wrap{
        z-index: 100 !important;
    }
    #content.inner_page_content .page_txt,
    #footer .footer_cont,
    .bx_catalog_list_home,
    header.header .top_menu_cont,
    header.header .head_red_cont,
    header.header .main-menu-wrap {
        width: 100vw !important;
    }
    #content.inner_page_content .page_txt,
    header.header .top_menu_cont,
    .bx_catalog_list_home,
    header.header .head_red_cont {
        /*max-width: 970px;*/
        max-width:100%;
    }
    .bx_catalog_list_home{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        height: auto !important;
    }
    #content h1{
        margin: 15px 10px 15px;
        padding: 0 0 10px;
        width: calc(100% - 30px);
        max-width: 970px;
        line-height: 1.2;
    }
    .bx_catalog_list_home .bx_catalog_item_container{
        width: 300px;
        padding: 0 15px;
    }
    .page_nav{
        width: 100%;
    }
    /*#footer .footer_cont .left_foot{*/
    /*    width: 300px;*/
    /*}*/
    #footer .footer_cont .left_foot {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #footer .footer_cont .left_foot p.pc_footer_notification{
        display: none;
    }
    #footer p.mobile_footer_notification{
        display: block;
        /*max-width: 300px;*/
        margin: 0 auto 20px auto;
        text-align: center;
        color:#fff;
        font-size: 12px;
        margin-top: 1rem;
        order: 2;
    }
    .phone_block {
        width: inherit;
        text-align: center;
    }
    #footer .footer_cont .foot_txt .phone_block .phone_value {
        text-align: center;
        margin-right: 0;
    }
    #footer .footer_cont .foot_txt .phone_block .phone_value a,
    #footer .footer_cont .foot_txt .phone_block .phone_value span {
        margin: 0 auto;
    }
    #footer .footer_cont .foot_txt .copy span {
        max-width: 100%;
        margin-bottom: 20px;
    }
    /*#footer .footer_cont .foot_menu{*/
    /*    width: calc(100% - 320px);*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*    align-items: flex-start;*/
    /*    justify-content: center;*/
    /*}*/
    #footer .footer_cont .foot_menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    #footer .footer_cont .foot_menu .column_menu{
        margin: 0;
        padding-bottom: 5px;
        width: 20%;
    }
    #footer .footer_cont .foot_menu .column_menu:nth-child(4),
    #footer .footer_cont .foot_menu .column_menu:nth-child(5),
    #footer .footer_cont .foot_menu .column_menu:nth-child(6),
    #footer .footer_cont .foot_menu .column_menu:nth-child(1){
        order:0;
    }
    #footer .footer_cont .foot_menu .column_menu * {
        width: auto !important;
    }
    #footer .footer_cont .left_foot .phone_block .phone_value{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .bx_catalog_list_home .bx_catalog_item_container{
        width: calc((100% / 3) - 10px);
        padding: 0 10px;
    }
    .bx_catalog_list_home .bx_catalog_pic_block, .bx_catalog_list_home .bx_catalog_item_images{
        height: auto;
    }
    .bx_catalog_list_home .bx_slider_container.bx_active ~ .bx_slider_container.bx_active{
        display: none !important;
    }
    .bx_catalog_list_home .bx_slider_container.bx_active .cnt_item{
        padding-top: 150%;
    }
    .main_slider .item img{
        margin-left: -50%;
        height: auto;
        width: 100vw;
        max-width: 100%;
    }
    .main_slider .item{
        height: 49.4vw;
    }
    #mc_embed_signup{
        width: auto !important;
    }
    #mc_embed_signup.subscribe-form-wrap img{
        height: auto !important;
    }
    #mc_embed_signup .mc-field-group label{
        white-space: nowrap;
        margin-top: 10px;
    }
    #footer .footer_cont .foot_txt .copy {
        width: 100%;
        text-align: center;
    }

}
@media (max-width: 768px) {
    #content h1.shop_name_title{
        font-size: 24px;
    }
    #main #content.inner_page_content h1 {
        font-size: 22px !important;
    }
    .bx_order_list,
    .bx_order_list td{
        width: calc(100vw - 20px) !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .bx_order_list, .bx_order_list td > *{
        margin: 0 5px;
    }
    .bx_order_list_table_order thead{
        display: none !important;
    }
    .bx_order_list .bx_order_list_table tbody tr td:first-child{
        font-weight: bold;
    }
    .b-popup.aggree-popup{
        position: fixed !important;
        width: 100vw !important;
        height: 100vh !important;
        left: 0 !important;
        top: 0 !important;
    }
    .aggree-content {
        position: fixed;
        margin-bottom: 0;
        left: 0;
        width: 100%;
        padding: 0px 0 46px;
        background-color: #f0eadc;
        bottom: 0;
    }
    .aggree-tooltip{
        position: fixed;
        bottom: 0;
    }
    .aggree-popup .content{
        height: calc(100vh - 200px)!important;
    }
    .profile-table td{
        width: calc(100%);
    }

    .shop_list > div {
        width: calc(100% - 20px) !important;
        padding: 0 10px;
    }
    .shop_detail{
        padding-bottom: 20px;
    }
    .shop_detail .contacts_block,
    .shop_detail .left_shop_info{
        width: calc(100% - 20px);
        padding: 0 10px;
        max-width: 100%;
    }
    .contacts_block {
        display: flex;
    }
    .shop_detail .detail_pics_shop .map_block,
    .detail_pics_shop #ymaps_map_cont,
    #content .shops_maps{
        width: 100% !important;
        height: 300px !important;
    }
    #content.inner_page_content .shop_list {
        flex-direction: column;
    }

    .bx_item_detail .bx_item_slider{
        flex-wrap: wrap;
        justify-content: center;
    }
    .bx_slider_conteiner{
        width: calc(100% - 20px) !important;
        margin-top: 0;
    }
    .bx_slider_conteiner ul{
        display: flex !important;
        justify-content: space-evenly;
    }
    .bx_item_detail .bx_item_slider .bx_slide ul li{
        width: 16vw;
        height: 16vw !important;
        padding-top: 0 !important;
        margin-left: 0;
    }
    .bx_item_detail .bx_item_container .bx_lt,
    .bx_item_detail .bx_item_container .bx_rt{
        width: calc(100% - 30px);
        display: flex;
        justify-content: center;
    }
    #footer .footer_cont .foot_menu{
        padding-top: 15px;
        width: 100%;
    }
    #footer .footer_cont .foot_menu .column_menu {
        /*width: calc(50% - 30px);*/
        width: 25%;
        padding: 0 15px 10px;
    }
    .bx_item_detail .item_info_section{
        width: calc(50% - 30px);
    }
    .item_info_section.price_dop_info{
        width: calc(100% - 30px);
        display: flex;
        justify-content: flex-end;
    }
    header.header .phone_block {
        width: 100% !important;
    }
    .order_call .fas{
        margin-left: 0;
    }
    header.header .phone_block,
    header.header .header_line{
        justify-content: center;
    }
    .phone_value{
        padding-right: 10px;
    }
    a.mobile-filter-button {
        margin: 20px auto;
    }
    #footer .footer_cont .foot_txt .copy{
        text-align: center;
    }
    .news_main .all_link{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }
    .bx_catalog_list_home{
        justify-content: center;
    }
    .bx_item_detail .bx_item_container{
        justify-content: center;
    }
    .bx_item_detail .bx_item_slider .bx_bigimages{
        width: 320px;
        padding-top: 500px;
    }
    .popup-window-content video {
        width: auto;
        height: auto;
        max-height: calc(100vh - 140px);
        max-width: calc(100vw - 120px);
    }
    .qr-codes .flex-row {
        justify-content: space-around;
        align-items: center;
    }
}
@media (max-width: 480px) {
    .bx_catalog_list_home .bx_catalog_item_container{
        width: calc(50% - 10px);
    }
    .bx_catalog_list_home .bx_catalog_pic_block, .bx_catalog_list_home .bx_catalog_item_images{
        height: auto;
    }
    .bx_catalog_list_home .bx_catalog_item_images{
    }
    #footer .footer_cont .left_foot .foot_logo{
        width: 100%;
        margin: 0 auto 10px;
    }
    .payment-img {
        height: 46px;
        margin: 5px 12px 5px 0;
        max-width: 73px;
    }
    #top_menu{
        margin-top: 0;
        margin-bottom: 0;
        overflow: initial;
    }
    .header_logo{
        height: auto;
    }
    .phone_block{
        margin-top: 0 !important;
    }
    .order_call .fas{
        font-size: 2.5vw;
    }
    #header .phone_block .phone_value{
        font-size: 4vw;
        margin-bottom: 0;

    }
    #header .logo{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_logo img{
        width: 80%;
    }
    .profile-link.profile-user-div-link a{
        width: auto;
    }
    #footer .footer_cont .foot_menu .column_menu{
        padding: 0 0 10px;
        width: calc(100%);
    }
    #footer .footer_cont .foot_menu .column_menu:last-child {
        padding: 0 0 10px;
        width: calc(100%);
    }
    #footer .footer_cont .foot_menu{
        /*max-width: 300px;*/
        max-width: 100% !important;
    }
}
@media (orientation: portrait) and (max-width: 768px){
    .bx_rt > * {
        width: 100% !important;
        max-width: 100%;
    }
    .mobile-banners{
        display: block;
    }
    .mobile-banners ~ img{
        display: none;
    }
    .main_slider .item{
        height: 150vw;
    }
    .owl-item .item > .slide-item-wrap,
    .owl-item .item > a{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .owl-item .item > .slide-item-wrap img,
    .owl-item .item a img{
        text-align: left;
        left: auto;
        margin-left: 0;
        top: auto;
        width: auto;
        height: 100%;
        max-width: none;
    }
    .main_slider_text_left{
        max-width: 70%;
        text-align: center;
        top: auto;
        left: auto;
    }
    .main_slider_name{
        font-size: 30px;
    }
    .video-slide video{
        max-width: none;
        width: auto;
        height: 100%;
    }
    .video-slide #slider_video_alt{
        display: block;
    }
    .video-slide #slider_video_alt ~ #slider_video{
        display: none;
    }
}
.mobile-menu-title .b-close:after{
    content: '';
    width: calc(100vw - 375px);
    height: 100vh;
    background-color: rgba(0,0,0, .5);
    right: 375px;
    top: 0;
    position: fixed;
}
.bx_item_detail .item_info_section > * {
    /*width: 100%;*/
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* region markers */
.marker-item {
    position: absolute;
    width: 100px;
    background-repeat: no-repeat !important;
    height: 41px;
    display: block !important;
    -webkit-background-size: contain !important;
    background-size: contain !important;
}
.bx_catalog_list_home .marker-item {
    position: absolute;
    width: 70px;
    background-repeat: no-repeat;
    height: 28px;
    display: block !important;
}
.marker-item.marker-flag{
    width: 41px;
    height: 100px;
    top: -2px;
}
.bx_catalog_list_home .marker-item.marker-flag{
    width: 33px;
    height: 84px;
    top: -2px;
}
.offer-marker-wrap {
    position: absolute;
    /*width: 100%;*/
    height: 100%;
    display: none;
    bottom: 0;
    z-index: 0;
}
.offer-marker-wrap.selected{
    display: flex;
}
.marker-list-wrap{
    display: block !important;
}
.marker-list{
    display: none;
}
.marker-list.selected{
    display: block;
}
/* endregion markers */

.mc-modal{
    width: 100% !important;
    max-width: 590px !important;
}

.aggree-form-check label:before {
    content: '';
    position: absolute;
    font-style: normal;
    display: flex;
    width: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    height: 20px;
    border: 2px solid #5c4c4e;
    float: left;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    left: 0;
    cursor: pointer;
}
.aggree-form-check input:checked + label:before {
    content: "\f00c";
}

.aggree-form-check input {
    display: none;
}

.aggree-form-check {
    padding-left: 30px;
    position: relative;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .popup-window[id^=CatalogElementPopup] {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100%;

        align-items: center;
        justify-content: center;
        background: transparent;
        max-width: 100%;
    }
    .popup-window[id^=CatalogElementPopup] a.p-prev, a.p-next {
        /*width:50%*/
    }
    .popup-window[id^=CatalogElementPopup] img{
        width: auto;
        height: auto;
        max-height: calc(100vh - 40px);
        max-width: calc(100vw - 20px);
    }
    .popup-window.popup-window-with-titlebar .popup-window-content > div{
        background:transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    div[id*="CatalogElementPopup"] .popup-window-close-icon {
        top: 10px !important;
        right: 0 !important;
    }

    div[id*="CatalogElementPopup"] .popup-window-content {
        background-color: rgba(0,0,0, .3);
    }
}
.loupe:not(.visible) {
}
.loupe.visible {
    opacity: 1;
}
.zoom-ico {
    z-index: 1000000;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 30px;
    color: #000000;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.bx_bigimages_imgcontainer:hover .zoom-ico{
    opacity: 1;
}

.qr-codes .flex-row a,
.qr-codes .flex-row div.call-text {
    display: block;
}

.product-item-container .product-item-info-container .product-item-properties {
    display: none;}

.b-popup .bx_bt_button.bx_cart{
    margin-bottom: 15px;
}
.b-popup .share_block.product-page-share-block {
    margin-bottom: 15px;
    margin-left: 11px;
}

#footer .footer_cont .foot_menu .inner_menu li a:hover {
    text-decoration: underline;
    line-height: 14px;
}

#footer .footer_cont .foot_menu .inner_menu li:hover a:after {
    opacity: 0;
}

a.notavailable{
    margin: 0;
    font-family: gotham_pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /*color: rgb(62, 202, 65);*/
    padding: 0;
    margin-bottom: 12px;
}

.foot_logo a img {
    margin-bottom: -20px;
    margin-top: 0;
}



@media (hover: none) {
    .zoom-ico{
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    #main #content.inner_page_content h1 {
        margin: 10px 0 30px 55px !important;
    }
    .block-sort {
        margin: 0 10px 32px 12px !important;
    }
    .catalog-section {
        padding: 0 12px !important;
        margin-left: 0;
        margin-right: 0;
    }
    .mobile-filter-button .fa-sliders-h {
        margin-right: 15px;
    }
    .product-item-scu-item-list {
        overflow: visible;
        min-height: 80px;
    }
    .bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul {
        min-height: 85px;
    }
    .cat-button-shaw-more {
        cursor: pointer;
        margin: 15px 12px;
        width: 97.4% !important;
    }
    .share_block {
        margin-left: 15px !important;
    }
    #footer .footer_cont .left_foot .foot_logo {
        padding: 0 !important;
        margin: 0 !important;
    }
    #footer .footer_cont .left_foot .foot_logo {
        padding: 0 !important;
        margin: 0 0 0 0 !important; 
    }


}



@media (max-width: 768px) {
    #footer .footer_cont .foot_menu {
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    #footer .footer_cont .foot_menu .inner_menu li a {
        font-size: 10px;
    }
    .share_block_main {
        display: flex;
        justify-content: center;
    }
    .header-phones {
        text-align: center;
        width: 100%;
    }
    .header-messengers a:not(.order_call) {
        display: block !important;
    }
    #footer .footer_cont .foot_menu .column_menu li a.level1 {
        font-size: 15px;
    }
    .header-logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #bx_cart_block1 .bx_small_cart {
        display: block;
    }
    .bx_cart_block .bx_small_cart {
        display:block;
    }
    .phone_block {
        width: auto;
        text-align: center;
    }
    .header-messengers {
        align-items: center !important;
        justify-content: center !important;
    }
    #main #content.inner_page_content .left_column {
        display: none;
    }
    .breadcrumb {
        margin-right: 10px;
    }
    .bx-touch .product-item-title{
        min-height: 48px;
    }
    .item_info_section.price_dop_info {
        width: 100%;
        display: flex;
        justify-content: flex-end;

    }
    .bx_item_detail .item_buttons_counter_block {
        display: inline-flex;
        margin-right: 0;
        text-align: right;
        justify-content: flex-end;
    }
    .bx_item_detail .bx_item_container .bx_rt {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .item_buttons.vam{
        margin-left: 30px !important;
    }
    .bx_item_detail .bx_big.bx_bt_button {
        margin-right: 5px;
    }
    .cat-button-shaw-more {
        cursor: pointer;
        margin: 15px 12px;
        width: 96.8% !important;
    }
    #footer .footer_cont .left_foot .foot_logo {
        padding: 0 !important;
        margin: 0 0 0 0 !important;
    }
}


@media (max-width: 640px) {
    #footer .footer_cont .foot_menu .column_menu {
        width: 25%;
    }
    #footer .footer_cont .left_foot .foot_logo {
        width: 100%;
        margin: 0 10px;
    }
    .block-sort {
        padding: 0 !important;
    }
    .product-item-scu-item-list {
        overflow: visible;
        min-height: 120px;
    }
    .share_block {
        margin-left: 15px;
    }
    .cat-button-shaw-more {
        cursor: pointer;
        margin: 0 13px;
        width: 96% !important;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #footer .footer_cont .left_foot .foot_logo {
        width: 250px;
        margin: 0;
    }
}



@media (max-width: 480px){
    #footer .footer_cont .foot_menu .column_menu {
        width: 50%;
        margin-bottom: 30px;
    }
    #footer .footer_cont .foot_menu .inner_menu li a {
        font-size: 13px;
    }
    #footer .footer_cont .foot_txt .phone_block {
        padding: 0px;
        margin: 0px 0px 15px 0px;
        width: 100%;
    }
    .share_block {
        margin-left: 15px;
    }
    .product-item-scu-item-list {
        min-height: auto;
    }
    .tabs_discribe .tabs_cont {
        background: #fff;
        padding: 16px 8px;
        overflow-x: auto;
    }
    #footer .footer_cont .left_foot .foot_logo {
        width: 300px;
    }
}


@media (max-width: 420px){
    .item_info_section.price_dop_info {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .item_buttons.vam {
        display: inline-block;
        text-align: center;
        margin-left: 0 !important;
        margin-top: 20px;
    }
    .item_info_section.price_dop_info {
        margin-top: 20px;
    }
    .phone_block {
        width: 30px;
        text-align: center;
        margin-right: 0;
    }
    .header-messengers a {
        margin: 0 !important;
    }
    .header-messengers {
        justify-content: start !important;
    }
    .col-xs-6 {
        width: 100% !important;
    }
    .cat-button-shaw-more {
        cursor: pointer;
        margin: 0px 13px;
        width: 94% !important;
        margin-top: 15px;
    }
}

@media (max-width: 350px){
    .header-logo a svg {
        width: 100% !important;
    }
    .bx_item_detail .item_buttons_counter_block {
        display: inline-flex;
        margin-right: 0;
        text-align: center;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
    .bx_item_detail .bx_big.bx_bt_button {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100% !important;
    }
    .block-sort-right .block-view {
        justify-content: flex-start !important;
        align-items: flex-start !important;
        margin: 15px 0 !important;
    }
    .block-sort-right .block-view a {
        display: block;
        margin: 0 10px 0 0 !important;
    }
}

@media (max-width: 350px){
    .cat-button-shaw-more {
        cursor: pointer;
        margin: 0px 13px;
        width: 92% !important;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .page_nav .prev_link {
        width: 9px;
        margin-top: 7px;
        height: 14px;
        margin-right: 0px;
    }
}