@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,300i,400,400i,500,500i,700,700i|Ubuntu:300,300i,400,400i,500,500i,700,700i");
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(fonts/Roboto/Roboto-LightItalic.ttf) format("ttf"); }
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(fonts/Roboto/Roboto-Italic.ttf) format("ttf"); }
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(fonts/Roboto/Roboto-MediumItalic.ttf) format("ttf"); }
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(fonts/Roboto/Roboto-BoldItalic.ttf) format("ttf"); }
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(fonts/Roboto/Roboto-Light.ttf) format("ttf"); }
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(fonts/Roboto/Roboto-Regular.ttf) format("ttf"); }
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(fonts/Roboto/Roboto-Medium.ttf) format("ttf"); }
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(fonts/Roboto/Roboto-Bold.ttf) format("ttf"); }
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf) format("ttf"); }
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf) format("ttf"); }
@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 300;
    src: local("Ubuntu Light Italic"), local("Ubuntu-LightItalic"), url(fonts/Ubuntu/Ubuntu-LightItalic.ttf) format("ttf"); }
@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 400;
    src: local("Ubuntu Italic"), local("Ubuntu-Italic"), url(fonts/Ubuntu/Ubuntu-Italic.ttf) format("ttf"); }
@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 500;
    src: local("Ubuntu Medium Italic"), local("Ubuntu-MediumItalic"), url(fonts/Ubuntu/Ubuntu-MediumItalic.ttf) format("ttf"); }
@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 700;
    src: local("Ubuntu Bold Italic"), local("Ubuntu-BoldItalic"), url(fonts/Ubuntu/Ubuntu-BoldItalic.ttf) format("ttf"); }
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: local("Ubuntu Light"), local("Ubuntu-Light"), url(fonts/Ubuntu/Ubuntu-Light.ttf) format("ttf"); }
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url(fonts/Ubuntu/Ubuntu-Regular.ttf) format("ttf"); }
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url(fonts/Ubuntu/Ubuntu-Medium.ttf) format("ttf"); }
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url(fonts/Ubuntu/Ubuntu-Bold.ttf) format("ttf"); }
.clearfix:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
    height: 0; }

.i-b {
    display: inline-block;
    margin-left: -0.36em;
    vertical-align: top; }

.i-b:first-child {
    margin-left: 0; }

*:focus {
    outline: none !important; }

body {
    color: #000;
    font-family: Arial;
    font-weight: 300;
    -webkit-text-size-adjust: none; }
body.fixed{
    overflow: hidden !important;
    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
    z-index: 0 !important;
}
html.fixed{
    overflow: hidden !important;
    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
    z-index: 0 !important;
}
.ubuntu {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300; }

.rc {
    font-family: Arial;
    font-weight: 700; }

.avc {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }

.ahc {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }

.block-table {
    display: table;
    height: 100%; }

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

.anim_all_05 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s; }

.anim_ease_1 {
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -ms-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s; }

.btn {
    padding: 0 0 4px 0;
    border: 0;
    border-radius: 3px;
    background: #bb2121;
    position: relative;
    font-weight: 700;
    color: #fff !important;
    z-index: 2;
    line-height: 57px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px; }

@media (max-width: 767px) {
    .btn {
        line-height: 47px; } }
.btn:hover {
    background: #9b1720; }

.btn:after {
    content: '';
    border-radius: 2px;
    width: 100%;
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #9b1720;
    z-index: -1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    content: none; }

.btn:hover:after {
    height: 100%; }

.btn.green-btn {
    background: #80c500;
    border: 1px solid #80c500; }

.btn.green-btn:hover {
    background: #487103;
    /*border: 1px solid #487103; */}

.btn.green-btn:after {
    background: #65a200; }

.btn.hover_oformot {
    border: 1px solid #487103;
    color: #487103 !important;
    background: transparent;
    box-sizing: border-box; }

.btn.hover_oformot:hover {
    background: #bb2121;
    color: #fff !important;
    border: 1px solid #bb2121; }

p {
    margin-bottom: 0; }

@media (max-width: 560px) {
    p {
        font-size: 14px; } }
.oh {
    overflow: hidden; }

.flex-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row; }

.green-href {
    color: #65a200 !important;
    text-decoration: underline;
    cursor: pointer; }

.green-href:hover {
    text-decoration: none; }

.gray-href {
    color: #353535 !important;
    text-decoration: underline;
    cursor: pointer; }

.gray-href:hover {
    text-decoration: none; }

h3 {
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400; }

.ontop {
    display: none !important; }

.container-fluid {
    overflow: hidden; }

.navigation {
    background: #777A7F; }

.navigation ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden; }

.navigation ul li {
    float: left; }

.navigation ul a, .navigation ul span {
    color: #dedede;
    line-height: 32px;
    padding: 0 15px;
    display: block;
    text-decoration: none;
    cursor: pointer; }

.navigation ul a:hover:not(.page_url), .navigation ul span:hover:not(.page_url) {
    background: #767676;
    color: #fff;
}
@media (max-width: 991px) {
    .navigation ul a:hover:not(.page_url), .navigation ul span:hover:not(.page_url) {
        background: none;
        color: #000;
    }
    .navigation ul a:focus:not(.page_url), .navigation ul span:focus:not(.page_url) {
        background: none;
        color: #000;
    }
    .navigation ul a._active:not(.page_url):not(#mobile-user),
    .navigation ul a._active.page_url:not(#mobile-user){
        background: #767676;
        color: #fff;
    }
}
.navigation ul .town {
    position: relative;
    padding: 8px 15px;
    min-width: 133px; }

.navigation ul .town:before{
    background: url("../img/map-pin-silhouette.png");
    width: 11px;
    height: 16px;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0; }

@media (max-width: 991px) {
    #city_select_link:before{
        background: url("../img/map-pin-silhouette.png");
        width: 11px;
        height: 16px;
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        left: 0; }
    #city_select_link {
        padding-left: 28px;
    }

    #mobile-catalog,
    #mobile-user{
        padding-left: 34px;
    }
    #mobile-catalog:before,
    #mobile-user:before,
    #mobile-menu_optic:before
    {
        width: 16px;
        height: 16px;
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        left: 0;
        margin-left: 10px;
    }
    #mobile-catalog:before {
        background: url("../img/catalog.png");
    }
    #mobile-user:before{
        background: url(../img/user.png);
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: left center;
    }

}

.navigation ul .town a, .navigation ul .town span {
    padding-left: 0;
    border-bottom: 1px dashed #aaa;
    position: relative;
    line-height: 20px; }

.navigation ul .town a:after, .navigation ul .town span:after {
    content: '';
    background: url("../img/trigger.png");
    width: 9px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }

.navigation ul .town a:hover, .navigation ul .town span:hover {
    background: none !important; }

.delivery-row {
    background: #ededed; }

.click {
    cursor: pointer; }

.delivery-row .container {
    position: relative;
    padding: 15px 0 12px; }

.delivery-row .row-close {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: table;
    cursor: pointer; }

.delivery-row .row-close p {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    text-decoration: none; }

.delivery-row .row-close p span {
    text-decoration: underline;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle; }

.delivery-row .block {
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-left: 95px; }

.delivery-row .block img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 35px; }

.delivery-row .block a {
    color: #65a200 !important;
    text-decoration: underline; }

.delivery-row .block a:hover {
    text-decoration: none; }

@media (max-width: 991px) {
    .delivery-row .block {
        padding-left: 50px; }

    .delivery-row .block img {
        left: 7px;
        width: 31px; }

    .delivery-row .row-close p span {
        /*display: none; */}

    .delivery-row .row-close {
        bottom: initial;
    }
}
.row.header{
    background-color: #F4F6F8;
}
.header .container {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #F4F6F8;
}
.header .header-logo,
.header .header-phone,
.header .header-cabinet {
    float: left;
    margin-left: 20px;
    color: #282828;
    vertical-align: middle; }

.header .header-logo {
    text-decoration: none;
    text-align: center;
    margin-left: 0; }

.header .header-logo p {
    line-height: 24px; }

.header .header-phone {
    padding: 0 20px; }

.header .header-phone a {
    color: #282828;
    text-decoration: none; }

.header .header-phone .phone {
    font-size: 30px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300; }

.header .header-phone .hrefs span.click {
    border-bottom: 1px dashed #282828; }

.header .header-phone .hrefs span.click:hover {
    border-color: transparent; }

.header .header-cabinet {
    min-height: 75px;
    padding: 0 40px;
    border-left: 1px solid #282828;
    border-right: 1px solid #282828;
    position: relative;
}
.header-cabinet__icon{
    text-align: center;
    width: 32px;
    display: inline-block;
    height: 32px;
    position: absolute;
    top: 14px;
}
.header-cabinet__icon-wrap{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.header-cabinet__svg{
    width: 32px;
    height: 32px;
}
.header .header-cabinet .box {
    padding-left: 40px;
    overflow: hidden;
}

.header .header-cabinet a:not(.header-cabinet__status-link) {
    display: block;
    border-bottom: 1px dashed #282828;
    font-size: 20px;
    color: #282828;
    text-decoration: none;
    float: left;
    clear: both;
    font-weight: 400; }

.header .header-cabinet a:not(.header-cabinet__status-link):hover {
    border-color: transparent; }

.header .header-cart {
    overflow: hidden;
    padding-left: 60px;
    position: relative;
}

.header-cart__icon{
    text-align: center;
    width: 36px;
    display: inline-block;
    height: 36px;
    position: absolute;
    top: 14px;
}
.header-cart__icon-wrap{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.header-cart__svg{
    width: 36px;
    height: 36px;
    margin-left: -4px;
}
.header .header-cart .box {
    padding-left: 40px;
}

.header .header-cart .cart {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #282828;
    text-decoration: none;
    border-bottom: 1px solid #282828; }

.header .header-cart .cart:hover {
    border-color: transparent; }

.header__cart{
    display: none;
}
.header__orders{
    display: none;
}

@media (max-width: 1199px) {
    .header .header-logo p {
        display: none; }

    .header .header-cabinet {
        margin-left: 10px;
        padding: 0 20px; }

    .header .header-cabinet .box {
        padding-left: 40px; }

    .header .header-phone {
        margin-left: 10px;
        padding: 0 10px; }

    .header .header-cart {
        padding-left: 20px; }

    .header .header-cart .box {
        background: 0;
        padding-left: 0; } }
@media (max-width: 991px) {
    #menu_main{
        display: none;
    }
    .header .container {
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }

    .header .header-cabinet,
    .header .header-cart {
        display: none; }

    .header .header-phone {
        margin: 0;
        padding: 0; }

    .header .header-phone .hrefs {
        display: none; }

    .header .header-phone .phone {
        width: 21px;
        overflow: hidden;
        color: transparent;
        line-height: 25px;
        background: url("../img/phone.png") center no-repeat;
        position: absolute;
        right: 13px;
        top: 0;
        height: 100%;
        display: none;
    }

    .header .header-logo {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 275px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .recall_wrapper{
        display: none;
    }
    .header__cart{
        display: block;
        position: absolute;
        top: 50%;
        right: 9px;
        font-size: 9px;
        line-height: 9px;
        text-align: center;
        color: #000;
        transform: translateY(-50%);
    }
    a.header__cart:hover, a.header__cart:focus{
        color: #000;
        text-decoration: none;
    }
    .header__cart-name{
        display: block;
    }
    .header__cart-img-block{
        height: 18px;
        display: block;
    }
    .header__cart-img{
        text-align: center;
        font-size: 18px;
        line-height: 18px;
        width: 18px;
        display: inline-block;
        height: 18px;
    }
    .header__cart-img .icon-inner{
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .header__cart-svg{
        width: 18px;
        height: 18px;
    }
    .header__cart-count {
        position: absolute;
        top: -5px;
        right: 0;
        font-size: 8px;
        line-height: 10px;
        border-radius: 10px;
        padding: 0 5px 0;
        background-color: #487103;
        color: #fff;
    }
    .header__orders{
        display: block;
        position: absolute;
        top: 50%;
        right: 54px;
        font-size: 9px;
        line-height: 9px;
        text-align: center;
        color: #000;
        transform: translateY(-50%);
    }
    a.header__orders:hover, a.header__orders:focus{
        color: #000;
        text-decoration: none;
    }
    .header__orders-name{
        display: block;
    }
    .header__orders-img-block{
        height: 18px;
        display: block;
    }
    .header__orders-img{
        text-align: center;
        font-size: 18px;
        line-height: 18px;
        width: 18px;
        display: inline-block;
        height: 18px;
    }
    .header__orders-img .icon-inner{
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .header__orders-svg{
        width: 18px;
        height: 18px;
    }
}
@media (max-width: 767px) {
    .header{
        height: 45px;
    }
    .header .container{
        height: 45px;
    }
    .header .header-logo {
        position: static;
        transform: none;
        float: left;
        margin: 0 auto 0 18px;
        max-width: 120px;
    }

    .header .header-logo img {
        max-height: 25px;
        width: 100%; } }
.main {
    padding-top: 20px; }

.main.cat {
    padding-top: 0 !important; }

@media (min-width: 992px) {
    .main.cat .container {
        padding-top: 0px; } }
.main .breadcrumb {
    background: 0;
    padding: 0;
    line-height: 32px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin: 5px 0;
    position: relative; }

@media (max-width: 992px) {
    .main .breadcrumb {
        padding: 0; } }
@media (max-width: 767px) {
    .main .breadcrumb {
        font-size: 12px;
        margin: 10px 0 5px;
        line-height: 20px; }

    .breadcrumb > li + li:before {
        padding: 0 2px; } }
.main .breadcrumb a {
    color: #282828;
    text-decoration: underline; }

.main .breadcrumb a:hover {
    text-decoration: none; }

.main .breadcrumb > a.back {
    position: absolute;
    right: 0;
    top: 0; }

.main .breadcrumb > a.back:before {
    content: 'тЌаЛ';
    position: absolute;
    left: -11px;
    top: 0; }

@media (max-width: 767px) {
    .main .breadcrumb > a.back {
        display: none; } }
.main .container {
    padding-left: 0; }

.main .sidebar {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 390px;
}

.main .sidebar .select-form,.podbor-auto-menu .select-form{
    padding: 0 15px 20px;
    width: 100%;
    border-radius: 3px;
    background: #828282;
    max-width: 390px;
    margin: 0 auto; }

.podbor-auto-menu .btn{
    width: 100%;
}

.main .sidebar .select-form p,
.podbor-auto-menu .select-form p{
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
    color: #fff; }

.main .sidebar .select-form select,
.podbor-auto-menu .select-form select{
    width: 100%;
    margin-bottom: 20px;
    height: 35px;
    padding: 0 0px 0 20px;
    font: 14px/32px Arial, sans-serif;
    color: #424242;
    border-radius: 4px;
    line-height: 35px;
    padding-right: 40px;
    border-color: transparent !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

@media (max-width: 767px) {
    .main .sidebar .select-form p,
    .podbor-auto-menu .select-form p{
        padding: 15px 0;
        font-size: 14px; } }
.main .sidebar .jq-selectbox {
    display: block !important;
    width: 100%;
    margin-bottom: 20px; }

@media (max-width: 767px) {
    .main .sidebar .jq-selectbox {
        margin-bottom: 10px; } }
.main .sidebar .jq-selectbox__select-text {
    color: #424242;
    line-height: 57px; }

.main .sidebar .jq-selectbox__select {
    padding-left: 20px;
    position: relative;
    height: 57px;
    border-color: transparent !important;
    background: #fff;
    box-shadow: none; }

.main .sidebar .jq-selectbox__select:before {
    width: 47px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    left: 0;
    border-right: 1px solid #dcdcdc;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center; }

.main .sidebar .jq-selectbox__trigger {
    border: 0;
    width: 50px;
    background: url("../img/trigger.png") center no-repeat; }

@media (max-width: 767px) {
    .main .sidebar .jq-selectbox__trigger {
        width: 40px; } }
.main .sidebar .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    border: 0; }

/*
.main .sidebar #first-category-styler .jq-selectbox__select:before{
    content: '1'
}
.main .sidebar #second-category-styler .jq-selectbox__select:before{
    content: '2'
}
.main .sidebar #third-category-styler .jq-selectbox__select:before{
    content: '3'
}*/
.main .sidebar .btn {
    width: 100%;
    margin-top: 10px; }

@media (max-width: 767px) {
    .main .sidebar .btn {
        max-width: 175px;
        margin: 10px auto 0; } }
.main .sidebar .side-add h3 {
    margin: 0px 0 10px; }

.main .side-add ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden; }

.main .side-add a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: #282828;
    line-height: 1.2em;
    padding-top: 1px;
}
.main .side-add a:focus{
    color: #282828;
}
.main .side-add a:hover {
    text-decoration: none;
    color: #bb2121;
}

.main .sidebar .side-add li {
    line-height: 23px; }

.main .side-popular li {
    position: relative;
    padding-left: 33px;
    margin-top: 10px; }

.main .side-add.quick li {
    position: relative;
    margin-top: 10px; }
.main .side-add.quick li:first-child{
    margin-top: 0px;
}

.main .side-popular li img {
    position: absolute;
    top: 0;
    left: 0; }

.side-filter {
    margin-top: 26px;
}
.main-wrapper._not .side-filter{
    margin-top: 0;
}

.main .sidebar .side-filter input {
    display: none; }

.main .sidebar .quick {
    margin-top: 30px; }
.main .sidebar .quick

.main .sidebar .side-filter input[type=checkbox] + .filter-field__check-border{
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 24px;
    position: relative;
    padding-left: 25px; }

.main .sidebar .side-filter input[type=checkbox] + .filter-field__check-border:before {
    content: '';
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #818181; }

.main .sidebar .side-filter input[type=checkbox]:checked + .filter-field__check-border {
    text-shadow: 1px 0 0 #282828; }

.main .sidebar .side-filter input[type=checkbox]:checked + .filter-field__check-border:after {
    content: '';
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    left: 2px;
    width: 10px;
    height: 14px;
    background: url("../img/check.png") center no-repeat;
    background-size: contain; }

.main .sidebar .side-filter input[type=checkbox]:checked + .filter-field__check-border:before {
    background: #e9f7d1; }

.main .sidebar .side-filter .all {
    color: #65a200;
    text-align: center;
    text-decoration: underline;
    margin: 15px 0;
    font-size: 14px; }

.main .sidebar .side-filter .all:hover {
    text-decoration: none; }

.main .sidebar.mini {
    width: 250px; }

.main .sidebar.mini h3 {
    font-size: 20px; }

.main .sidebar.mini .select-form p,
.podbor-auto-menu .select-form p{
    padding: 15px 0; }

.main .sidebar.mini .jq-selectbox__select-text {
    color: #424242;
    line-height: 35px; }

.main .sidebar.mini .jq-selectbox__select {
    height: 35px; }

.main .sidebar.mini .jq-selectbox__select:before {
    height: 30px;
    line-height: 30px; }

.main .sidebar.mini .btn {
    max-width: 175px;
    margin: 0;
    line-height: 43px; }

.main .content .entry-title {
    overflow: hidden;
    position: relative; }

.main .content h3 {
    margin: 0;
    float: left; }

.main .content .show-all {
    text-decoration: underline;
    color: #828282;
    margin-top: 1px;
    float: right; }

.main .content .content-text {
    overflow: hidden;
    margin-bottom: 50px;
}

.main .content .content-text p {
    margin-bottom: 10px; }

.main .content .content-text .read-more,
.main .content .content-text .read-less {
    color: #80c500;
    border-bottom: 1px dashed #80c500;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s; }

.main .content .content-text .read-more:hover,
.main .content .content-text .read-less:hover {
    border-bottom-color: transparent; }

.main .content .content-text .btn {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    display: block; }

.main .content .content-news {
    margin-top: 30px;
    overflow: hidden; }

.main .content .content-news .news-wrapper {
    clear: both;
    border-top: 1px solid #ededed;
    padding-top: 15px;
    overflow: hidden; }

.main .content .content-news .news-wrapper .block {
    float: left;
    width: 50%; }

.main .content .content-news .news-wrapper .block:nth-child(odd) {
    padding-right: 15px; }

.main .content .content-news .news-wrapper .block:nth-child(even) {
    padding-left: 15px; }

.main .content .content-news .news-wrapper .title {
    color: #282828;
    text-decoration: underline;
    font-size: 18px;
    display: block; }

.main .content .content-news .news-wrapper .title:hover {
    text-decoration: none; }

.main .content .content-news .news-wrapper .date-time {
    padding-left: 20px;
    background: url("../img/clock.png") left center no-repeat;
    color: #828282;
    line-height: 16px;
    margin: 10px 0; }

.main .content .content-news .news-wrapper .text p {
    margin-bottom: 5px; }

.main .content .content-popular {
    overflow: hidden;
    clear: both;
    margin-bottom: 50px;
}

.main .content .content-popular .popular-wrapper {
    clear: both;
    border-top: 1px solid #ededed;
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.main .content .content-popular .popular-wrapper .block {
    width: 172px;
    display: inline-block;
    margin: 10px 7px;
    vertical-align: top; }

.main .content .content-popular .popular-wrapper .block .img {
    position: relative;
    min-height: 140px;
    width: 100%;
    margin-bottom: 12px;
}

.main .content .content-popular .popular-wrapper .block .img img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 100%;
    max-height: 100%;
}

.main .content .content-popular .popular-wrapper a.block {
    display: inline-block;
    color: #282828;
    font-size: 16px;
    text-decoration: none;
}
.main .content .content-popular .popular-wrapper a.block:focus{
    color: #282828;
}
.main .content .content-popular .popular-wrapper a.block:hover{
    text-decoration: none;
    color: #bb2121;
}

.main .content .content-details {
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.main .content .content-details .details-wrapper {
    clear: both;
    border-top: 1px solid #ededed;
    padding-top: 20px;
    overflow: hidden;
    text-align: center;
    margin: 0 -10px; }

.main .content .content-details .details-wrapper .block {
    width: 285px;
    display: inline-block;
    margin: 0 7px 40px;
    vertical-align: top;
    min-height: 2em;
    text-align: left;
    position: relative;
    padding-left: 55px;
    color: #282828;
    font-size: 16px;
    text-decoration: none;
}

.main .content .content-details .details-wrapper .block .img_html {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    background-size: contain; }

.main .content .content-details .details-wrapper .block a {
    color: #282828;
    font-size: 16px;
    text-decoration: none;
}
.main .content .content-details .details-wrapper .block a:focus{
    color: #282828;
}
.main .content .content-details .details-wrapper .block:hover {
    text-decoration: none;
    color: #bb2121;
}

.main .content .content-brands {
    overflow: hidden; }

.main .content .content-brands .brands-wrapper {
    clear: both;
    border-top: 1px solid #ededed;
    padding-top: 30px;
    overflow: hidden;
    text-align: center;
    margin: 0 -10px; }

.main .content .content-brands .brands-wrapper .block {
    width: 185px;
    min-height: 110px;
    display: inline-block;
    margin: 0 7px;
    vertical-align: top;
    position: relative; }

.main .content .content-brands .brands-wrapper .block img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }

.main .content .content-how.product-menus {
    margin: 20px 0; }

.main .content .content-how:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
    height: 0; }

.main .content .content-how .how-wrapper {
    clear: both;
    /*border-top: 1px solid #ededed;
    padding-top: 20px;*/
    text-align: center;
    margin: 0 -10px;
}

.main .content .content-how.product-menus .how-wrapper {
    padding: 15px 0;
    border-bottom: 1px solid #ededed; }

.main .content .content-how .how-wrapper .block {
    width: 185px;
    min-height: 110px;
    display: inline-block;
    margin: 0 7px 30px;
    vertical-align: top;
    font-size: 16px;
    cursor: pointer; }

.main .content .content-how .how-wrapper .block .img {
    width: 100%;
    height: 80px;
    position: relative; }

.main .content .content-how .how-wrapper .block .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s; }

.main .content .content-how .how-wrapper .block .img .hover {
    opacity: 0; }

.main .content .content-how .how-wrapper .block:hover {
    color: #398e06; }

.main .content .content-how .how-wrapper .block:hover .img .hover {
    opacity: 1; }

.main .content .content-how .how-wrapper .block:hover .img .standart {
    opacity: 0; }

.main .content .content-how .how-wrapper.two-rows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0; }

.main .content .content-how .how-wrapper.two-rows .block {
    margin: 0 0 30px; }

.main .content .product-menus.content-how .how-wrapper.two-rows .block {
    min-width: 17%;
    margin: 0 0 0px; }

.main .content .content-how .how-wrapper.two-rows .block p {
    max-width: 270px;
    margin: 0 auto; }

.main .content .content-pop-mark {
    margin-top: 30px; }

.main .content .content-pop-mark .pop-mark-wrapper {
    margin: 0 -7px;
    padding-top: 0px;
    text-align: left;
    border-top: 1px solid #ededed;
    overflow: hidden; }

@media (max-width: 991px) {
    .main .content .content-pop-mark .pop-mark-wrapper {
        text-align: center;
    }
}


.main .content .content-pop-mark .pop-mark-wrapper .block {
    vertical-align: top;
    text-align: center;
    width: 175px;
    display: inline-block;
    margin-bottom: 1em; }
.main .content .content-pop-mark .pop-mark-wrapper.catalog .block{
    min-width: 150px;
}
.main .content .content-pop-mark .pop-mark-wrapper.catalog .block{
    /*min-height: 120px;*/
}

.main .content .content-pop-mark .pop-mark-wrapper.catalog .block a{
    /*word-break: break-all;*/
}


@media (max-width: 1199px) {
    .main .content .content-pop-mark .pop-mark-wrapper .block {
        width: 130px; } }
@media (max-width: 719px) {
    .main .content .content-pop-mark .pop-mark-wrapper .block {
        width: 33.33333333%;
    }

    .main .content .content-pop-mark .pop-mark-wrapper .block.desc {
        display: none; } }
.main .content .content-pop-mark .pop-mark-wrapper .block .img {
    height: 75px;
    position: relative;
    width: 100%; }

.main .content .content-pop-mark .pop-mark-wrapper .block .img img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    max-width: 97px;
    max-height: 61px;
    margin-bottom: auto; }

@media (max-width: 560px) {
    .main .content .content-pop-mark .pop-mark-wrapper .block .img img {
        max-width: 72px;
        max-height: 43px; } }
.main .content .content-pop-mark .pop-mark-wrapper .block a {
    color: #282828;
    font-size: 16px;
    text-decoration: underline; }

.main .content .content-pop-mark .pop-mark-wrapper .block a:hover {
    text-decoration: none; }

.main .content .content-all-mark {
    margin-top: 30px; }

.main .content .content-all-mark .all-mark-wrapper {
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid #ededed; }

.main .content .content-all-mark .marks {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }

.main .content .content-all-mark .marks a {
    color: #282828; }

.main .content .content-all-mark .marks .letter_block {
    margin-top: 10px;
    padding-left: 4em;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; }

.main .content .content-all-mark .marks .letter_big {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none; }

.main .content .content-all-mark .marks .letter_menu {
    position: relative;
    overflow: hidden; }

.main .content .content-all-mark .marks .letter_menu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }

.main .content .content-all-mark .marks .letter_menu ul li:first-child {
    padding-top: 0px; }

.main .content .content-all-mark .marks .letter_menu ul li:last-child {
    padding-bottom: 10px; }

.main .content .content-all-mark .marks .letter_menu a {
    text-decoration: underline; }

.main .content .content-all-mark .marks .letter_menu a:hover {
    text-decoration: none; }

@media (max-width: 719px) {
    .main .content .content-all-mark .marks {
        text-align: center; }

    .main .content .content-all-mark .marks .letter_block {
        width: 100%;
        padding-left: 2em;
        margin: 4px 0 0 0;
        float: none;
        display: block;
        text-align: left; }

    .main .content .content-all-mark .marks .drop-menu {
        padding: 0;
        overflow: hidden;
        background: #ededed;
        position: relative; }

    .main .content .content-all-mark .marks .drop-menu li {
        padding-left: 20px;
        padding-right: 10px; }

    .main .content .content-all-mark .marks .drop-menu li:first-child {
        padding-top: 0; }

    .main .content .content-all-mark .marks .letter_big {
        position: relative;
        line-height: 35px; }

    .main .content .content-all-mark .marks .drop-menu {
        display: none; }

    .main .content .content-all-mark .marks .closed:after {
        background: url("../img/trigger.png") center no-repeat; }

    .main .content .content-all-mark .marks .item {
        display: inline-block;
        vertical-align: top;
        width: 150px; } }
@media (max-width: 480px) {
    .main .content .content-all-mark .marks .item {
        width: 142px; } }
.main .content .content-models .entry-title {
    margin-bottom: 5px; }

.main .content .content-models .models {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }

.main .content .content-models .models:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
    height: 0; }

.main .content .content-models .models a {
    color: #282828; }

.main .content .content-models .models .dropdown {
    width: 100%;
    display: block;
    text-align: left;
    border-top: 1px solid #eee; }

.main .content .content-models .models .dropdown:last-child {
    border-bottom: 1px solid #eee; }

.main .content .content-models .models .drop-menu {
    display: none;
    background: #ededed; }

.main .content .content-models .models .drop-menu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }

.main .content .content-models .models .drop-menu a {
    text-decoration: underline; }

.main .content .content-models .models .drop-menu a:hover {
    text-decoration: none; }

.main .content .content-models .models .drop-menu li {
    line-height: 30px;
    font-size: 14px;
    color: #aaa;
    padding-left: 30px;
    padding-right: 10px; }

.main .content .content-models .models .drop-menu li:first-child {
    padding-top: 10px; }

.main .content .content-models .models .drop-menu li:last-child {
    padding-bottom: 10px; }

@media (max-width: 768px) {
    .main .content .content-models .models .drop-menu li {
        line-height: 20px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 20px; } }
.main .content .content-models .models .drop-menu .after {
    display: inline-block;
    margin-left: 20px; }

@media (max-width: 768px) {
    .main .content .content-models .models .drop-menu .after {
        display: block;
        margin-left: 0; }

    .main .content .content-models .models .drop-menu .after .green-href {
        display: block; } }
.main .content .content-models .models .drop-block {
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding-left: 12px;
    position: relative;
    line-height: 35px; }

.main .content .content-models .models .drop_url {
    position: relative;
    text-decoration: underline;
    z-index: 1; }

.main .content .content-models .models .drop_url:hover {
    text-decoration: none; }

.main .content .content-models .models [role="button"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #ededed;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s; }

.main .content .content-models .models .drop-sum:after {
    content: '';
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 29px;
    background: url("../img/next.png") center no-repeat; }

.main .content .content-models .models .closed {
    background: #fff; }

.main .content .content-models .models .closed + .drop-menu {
    height: 0 !important; }

.main .content .content-models .models .closed:after {
    background: url("../img/trigger.png") center no-repeat; }

.main .content .content-models .models .closed:hover {
    background: #ededed; }

.margin_type_1 {
    margin-top: 30px;
    margin-bottom: 40px; }

.margin_type_1 .entry-title {
    margin-bottom: 5px; }

.margin_type_2 {
    margin-top: 40px;
    margin-bottom: 40px; }

@media (max-width: 540px) {
    .margin_type_1 {
        margin-top: 30px;
        margin-bottom: 30px; }

    .margin_type_2 {
        margin-top: 30px;
        margin-bottom: 30px; } }
.margin_type_2 .entry-title {
    margin-bottom: 0px; }

.margin_type_2.top {
    margin-top: 0; }

.footer-logo:hover {
    text-decoration: none; }

.footer-logo img.desc {
    width: 100%; }

.footer-logo p.desc {
    text-decoration: none;
    font-weight: 100;
    font-family: calibri;
    font-size: 10px; }

.main .content .content-pop-products .block-item:last-child {
    border-bottom: 1px solid #dcdcdc; }

.main .content .content-pop-products .block-item:hover {
    background: #ededed; }

@media (max-width: 560px) {
    .main .content .content-pop-products .block-item {
        display: block;
        height: auto; } }
.main .content .content-pop-products .more-prod {
    margin: 5px 0;
    text-align: right;
    display: block; }

.main .content .content-pop-products .products .block {
    font-size: 16px;
    border-top: 1px solid #dcdcdc;
    display: table;
    height: 120px;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.main .content .content-pop-products .products .block:nth-last-child(1) {
    border-bottom: 1px solid #dcdcdc; }

.main .content .content-pop-products .block .img,
.main .content .content-pop-products .block .title,
.main .content .content-pop-products .block .info,
.main .content .content-pop-products .block .years,
.main .content .content-pop-products .block .controls {
    display: table-cell;
    vertical-align: middle;
    height: 100%; }

.main .content .content-pop-products .block .img {
    width: 156px;
    padding-left: 10px;
    height: 120px;
    text-align: center;
    padding: 10px 0;
    max-height:100%;
}

.main .content .content-pop-products .block .img img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block; }

.main .content .content-pop-products .block .title {
    padding-left: 10px;
    width: 170px; }

.main .content .content-pop-products .block .info {
    padding-left: 10px;
    /*width: 295px;*/ }

.main .content .content-pop-products .block .info .type {
    margin: 3px 0;
    font-weight: 500; }

.main .content .content-pop-products .block .info .type a {
    color: #282828;
    /*text-transform: uppercase;*/
    text-decoration: underline; }

.main .content .content-pop-products .block .info .type a:hover {
    text-decoration: none; }

.main .content .content-pop-products .block .years {
    padding-left: 10px;
    width: 115px; }

.main .content .content-pop-products .block .controls {
    text-align: center;
    width: 170px; }

.main .content .content-pop-products .block .controls .price {
    font-size: 20px;
    font-weight: 500; }

.main .content .content-pop-products .block .controls .btn {
    line-height: 39px;
    width: 125px; }

.main .content .content-pop-products .block .controls .delivery {
    margin-top: 5px;
    font-size: 14px; }

@media (max-width: 1199px) {
    .main .content .content-pop-products .block .info {
        display: none; }

    .main .content .content-pop-products .block .controls .delivery span {
        display: block; }

    .main .content .content-pop-products .block .years {
        text-align: center; } }
@media (max-width: 640px) {
    .main .content .content-pop-products .block .years {
        display: none; } }
@media (max-width: 560px) {
    .main .content .content-pop-products .block {
        padding: 10px 0;
        display: block;
        overflow: hidden; }

    .main .content .content-pop-products .block .img {
        float: left;
        display: block;
        padding-left: 0;
        max-width: 133px;
        min-width: 0; }

    .main .content .content-pop-products .block .title {
        float: left;
        padding-top: 20px;
        display: block;
        max-width: 200px;
        min-width: 0; }

    .main .content .content-pop-products .block .controls {
        display: block;
        clear: both; }

    .main .content .content-pop-products .block .controls .price {
        line-height: 41px; }

    .main .content .content-pop-products .block .controls .btn {
        float: right; }

    .main .content .content-pop-products .block .controls .delivery {
        clear: both;
        margin: 5px 0 0 0; }

    .main .content .content-pop-products .block .controls .delivery span {
        display: inline-block; }

    .footer .wrapper .footer-menu li {
        display: inline-block;
        vertical-align: top;
        padding: 0 5px;
        position: relative; }

    .footer .wrapper .footer-menu li:before {
        content: '';
        width: 2px;
        height: 8px;
        right: 0;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        background: #656565;
        position: absolute; }

    .footer .wrapper .footer-menu li:first-child {
        padding-left: 0; } }
@media (max-width: 400px) {
    .main .content .content-pop-products .block .img {
        max-width: 90px; }

    .main .content .content-pop-products .block .title {
        padding-top: 5px; } }
.main .content .content-pop-products.mod-wrapper .mod-filters.desc {
    line-height: 40px; }

.main .content .content-pop-products.mod-wrapper .mod-filters.mobile {
    margin: 10px 0; }

.main .content .content-pop-products.mod-wrapper .mod-filters p {
    display: inline-block; }

.main .content .content-pop-products.mod-wrapper .mod-filters .rad {
    margin-left: 6px;
    display: inline-block;
    cursor: pointer; }

.main .content .content-pop-products.mod-wrapper .mod-filters .rad input {
    display: none; }

.main .content .content-pop-products.mod-wrapper .mod-filters .rad a {
    cursor: pointer;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-decoration: underline;
    color: inherit; }

.main .content .content-pop-products.mod-wrapper .mod-filters .rad.selected {
    color: #65a200; }

.main .content .content-pop-products.mod-wrapper .mod-filters .rad.selected a {
    text-decoration: none; }

.main .content .content-pop-products.mod-wrapper .mod-filters .rad:hover {
    color: #65a200; }

.main .content .content-pop-products.mod-wrapper .mod-filters .rad:hover label {
    text-decoration: none !important; }

.main .content .content-pop-products.mod-wrapper .mod-filters .jq-selectbox__select-text {
    color: #424242;
    line-height: 25px; }

.main .content .content-pop-products.mod-wrapper .mod-filters .jq-selectbox__select {
    position: relative;
    padding: 0 25px 0 10px;
    height: 25px;
    border-color: transparent !important;
    background: #ededed;
    box-shadow: none; }

.main .content .content-pop-products.mod-wrapper .mod-filters .jq-selectbox__trigger {
    border: 0;
    width: 18px;
    background: url("../img/trigger.png") center no-repeat; }

.main .content .content-pop-products.mod-wrapper .mod-filters .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    border: 0; }

@media (max-width: 991px) {
    .main .content .content-pop-products.mod-wrapper .block-item {
        height: auto;
        display: block; }

    .main .content .content-pop-products.mod-wrapper .block {
        padding: 5px 0;
        display: block;
        overflow: hidden;
        position: relative; }

    .main .content .content-pop-products.mod-wrapper .block .years,
    .main .content .content-pop-products.mod-wrapper .block .title {
        display: none; }

    .main .content .content-pop-products.mod-wrapper .block .controls {
        position: absolute;
        right: 0;
        top: 5px; }

    .main .content .content-pop-products.mod-wrapper .block .info {
        padding-left: 10px;
        display: block;
        overflow: hidden;
        max-width: 420px;
        min-width: 0; }

    .main .content .content-pop-products.mod-wrapper .block .info .type {
        font-size: 14px;
        line-height: 1em;
        margin-top: 0; }

    .main .content .content-pop-products.mod-wrapper .block .info .serial,
    .main .content .content-pop-products.mod-wrapper .block .info .descr {
        font-size: 12px;
        color: #828282;
        line-height: 1em;
        margin-top: 3px; }

    .main .content .content-pop-products.mod-wrapper .block .info .manufacturer {
        margin-top: 5px; }

    .main .content .content-pop-products.mod-wrapper .block .info .manufacturer,
    .main .content .content-pop-products.mod-wrapper .block .info .date {
        font-size: 14px; }

    .main .content .content-pop-products.mod-wrapper .block .info .manufacturer span,
    .main .content .content-pop-products.mod-wrapper .block .info .date span {
        font-size: 12px;
        color: #828282; }

    .main .content .content-pop-products.mod-wrapper .block .img {
        display: block;
        float: left;
        padding: 0;
        margin: 0;
        max-width: 133px;
        min-width: 0; } }
@media (max-width: 768px) {
    .main .content .content-pop-products.mod-wrapper .block .img {
        max-width: 90px;
        float: none;
        height: auto;
        margin-bottom: 64px;
        line-height: 55px;
        height: 55px; }

    .main .content .content-pop-products.mod-wrapper .block .controls {
        text-align: right;
        padding-right: 0; } }
@media (max-width: 768px) {
    .main .content .content-pop-products.mod-wrapper .block {
        min-height: 130px;
        display: flex; }

    .main .content .content-pop-products.mod-wrapper .block .controls {
        text-align: left;
        left: 0;
        bottom: 5px;
        height: 62px;
        width: 90px;
        top: initial; }

    .main .content .content-pop-products.mod-wrapper .block .controls {
        text-align: center; }

    .main .content .content-pop-products.mod-wrapper .block .controls .price {
        font-size: 16px;
        line-height: normal; }

    .main .content .content-pop-products.mod-wrapper .block .controls .btn {
        font-size: 12px;
        font-weight: 500;
        line-height: 30px;
        width: 100%;
        padding: 0 5px;
        float: none !important; }

    .main .content .content-pop-products.mod-wrapper .block .controls .btn:after {
        height: 2px; }

    .main .content .content-pop-products.mod-wrapper .block .controls .delivery {
        margin: 0;
        font-size: 12px;
        color: #aaa; }

    .main .content .content-pop-products.mod-wrapper .block .controls .delivery.no_availability {
        line-height: 62px; }

    .main .content .content-pop-products.mod-wrapper .block .info {
        max-width: none;
        padding-left: 5px; }

    .main .content .content-pop-products.mod-wrapper .block .info .mobile {
        font-size: 12px; } }
.main .content .content-modifications {
    margin-top: 40px; }

.main .content .content-modifications .entry-title {
    margin-bottom: 5px; }

.main .content .content-modifications .modifications {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }

.main .content .content-modifications .modifications:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
    height: 0; }

.main .content .content-modifications .modifications li {
    border-top: 1px solid #ededed;
    line-height: 17px;
    padding: 8px 0;
    font-style: italic;
    color: #aaa;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s; }

.main .content .content-modifications .modifications li:hover {
    background: #ededed; }

.main .content .content-modifications .modifications li a {
    color: #282828;
    font-style: normal;
    text-decoration: underline; }

.main .content .content-modifications .modifications li:last-child {
    border-bottom: 1px solid #ededed; }

.main .content .content-modifications .modifications li .after {
    display: inline-block; }

@media (min-width: 1200px) {
    .main .content.oh .content-how .how-wrapper .block {
        width: 230px; } }
.main .content.oh .content-text .entry-title {
    position: relative;
    margin-bottom: 1px;
    line-height: 1em; }

.main .content.oh .content-text p:nth-last-child(1) {
    margin-bottom: 0; }

.soc-widget .text_hint {
    display: none; }

@media (max-width: 560px) {
    .main .content.oh .content-text .entry-title h3 {
        clear: both;
        margin-top: 20px; } }
@media (max-width: 767px) {
    .ya-share2 {
        display: inline-block;
        vertical-align: middle; }

    .soc-widget .text_hint {
        display: inline-block;
        vertical-align: middle;
        font-weight: initial;
        font-size: 17px; } }
@media (max-width: 991px) {
    .main {
        padding-top: 0; }

    .main .container {
        padding-left: 15px; }

    .podbor-auto-menu{
        margin: 0 -15px;
        float: none;
        width: auto !important;
        background: #828282;
        height: 0;
        overflow: hidden;
    }

    .podbor-auto-menu.active {
        height: auto !important;
        display: block !important;
        overflow: initial;
        position: absolute;
        z-index: 100;
        left: 15px;
        right: 15px;
    }

    .main .sidebar {
        margin: 0 -15px;
        float: none;
        width: auto !important;
        background: #828282;
        height: 0;
        overflow: hidden; }

    .main .sidebar.active {
        height: auto !important;
        display: block !important;
        overflow: initial;
        position: fixed;
        z-index: 1000;
        left: 15px;
        right: 15px; }

    .main .content .content-text {
        padding-top: 0;
    }

    .main .content .content-text.home {
        padding-top: 10px; }

    .main .content .entry-title h2 {
        display: inline; }

    .main .content .entry-title .show-all {
        float: none;
        white-space: nowrap;
        vertical-align: text-bottom; }

    .navigation ul a, .navigation ul span {
        color: #000; }

    .navigation ul .town span {
        border-bottom: none; }

    #city_frontend_link {
        width: 100%; }

    #city_frontend_link .cityName {
        width: 100%; } }
@media (max-width: 767px) {
    .main .content h3 {
        font-size: 20px;
        max-width: 250px; }

    .main .content .content-brands h3 {
        max-width: 200px; }

    .main .sidebar .select-form,.podbor-auto-menu .select-form {
        padding-bottom: 20px; }

    .main .sidebar .btn,.podbor-auto-menu .select-form .btn{
        margin: 20px auto 0;
        display: block; } }
@media (max-width: 640px) {
    .main .content .content-how .how-wrapper.two-rows .block {
        width: 50%;
        min-width: 50%;
        -webkit-flex: 1;
        flex: 1;
        margin: 0 0 30px; } }
@media (max-width: 560px) {
    .main .container {
        padding-left: 10px;
        padding-right: 10px; }

    .main .content .show-all {
        font-size: 12px; }

    .main .content .content-how .how-wrapper {
        margin: 0; }

    .main .content .content-how .how-wrapper:after {
        content: '';
        display: table;
        width: 100%;
        clear: both;
        height: 0; }

    .main .content .content-how .how-wrapper .block {
        width: 50%;
        float: left;
        margin: 0 0 20px; }

    .main .content .content-popular .popular-wrapper {
        margin: 0; }

    .main .content .content-popular .popular-wrapper:after {
        content: '';
        display: table;
        width: 100%;
        clear: both;
        height: 0; }

    .main .content .content-popular .popular-wrapper .block {
        width: 50%;
        float: left;
        margin: 0 0 20px; }

    .main .content .content-popular .popular-wrapper .block img {
        max-width: 100%;
        width: 90%; }

    .main .content .content-brands .brands-wrapper {
        margin: 0;
        padding-top: 0; }

    .main .content .content-brands .brands-wrapper:after {
        content: '';
        display: table;
        width: 100%;
        clear: both;
        height: 0; }

    .main .content .content-brands .brands-wrapper .block {
        min-height: 60px;
        width: 50%;
        float: left;
        margin: 0;
        padding: 0 10px; }

    .main .content .content-brands .brands-wrapper .block img {
        max-width: 100%;
        width: 90%; }

    .main .content .content-news .news-wrapper {
        padding-top: 0; }

    .main .content .content-news .news-wrapper .block {
        padding: 0 !important;
        width: 100%;
        margin: 10px 0 0 0; }

    .main .content .content-details {
        margin-top: 0; }

    .main .content .content-details .details-wrapper {
        padding-top: 0; }

    .main .content .content-details .details-wrapper .block {
        margin: 15px 0 0 0; }

    .main .content .content-how {
        margin-top: 30px;
        padding-bottom: 0; }

    .main .content .content-how .how-wrapper .block {
        margin: 0 0 20px; }

    .main .content .content-how .how-wrapper .block .img {
        height: 60px; }

    .main .content .content-modifications,
    .main .content .content-models,
    .main .content .content-pop-mark,
    .main .content .content-all-mark {
        margin-top: 30px; }

    .main .content .content-modifications .entry-title,
    .main .content .content-models .entry-title,
    .main .content .content-pop-mark .entry-title,
    .main .content .content-all-mark .entry-title {
        margin-bottom: 0px; }

    .main .content .content-modifications .pop-mark-wrapper .block,
    .main .content .content-models .pop-mark-wrapper .block,
    .main .content .content-pop-mark .pop-mark-wrapper .block,
    .main .content .content-all-mark .pop-mark-wrapper .block {
        margin-bottom: 10px; }

    .main .content .content-modifications .pop-mark-wrapper .block .img,
    .main .content .content-models .pop-mark-wrapper .block .img,
    .main .content .content-pop-mark .pop-mark-wrapper .block .img,
    .main .content .content-all-mark .pop-mark-wrapper .block .img {
        height: 50px; }

    .main .sidebar .jq-selectbox__select-text {
        line-height: 47px; }

    .main .sidebar .jq-selectbox__select {
        height: 47px; } }
.last {
    line-height: 40px; }

.last .sitemap {
    float: left;
    display: block;
    color: #828282;
    text-decoration: underline; }

.last .sitemap:hover {
    text-decoration: none; }

.last .payment {
    float: right; }

.last .copyright {
    position: absolute;
    max-width: 140px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0; }

.last .container {
    position: relative; }

@media (max-width: 479px) {
    .last {
        line-height: 25px; }

    .last .container {
        padding-bottom: 25px; }

    .last .copyright {
        bottom: 0;
        left: 15px;
        right: initial;
        top: initial; } }
.footer {
    background: #424242;
    color: #aaa; }

.footer a {
    color: #aaa; }

.footer .wrapper {
    overflow: hidden;
    position: relative;
    padding-left: 305px; }

.footer .wrapper .footer-contacts {
    float: right;
    text-align: right;
    padding-top: 35px;
    padding-bottom: 35px; }

.footer .wrapper .footer-contacts p {
    font-size: 16px; }

.footer .wrapper .footer-contacts .phone {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 24px; }

.footer .wrapper .footer-contacts .hrefs {
    font-size: 14px;
    margin: 10px 0; }

.footer .wrapper .footer-contacts .hrefs span.click {
    display: block;
    text-decoration: underline; }

.footer .wrapper .footer-contacts .hrefs span.click:hover {
    text-decoration: none; }

.footer .wrapper .footer-contacts .address {
    margin-top: 10px; }

.footer .wrapper .footer-menu {
    float: left;
    padding-top: 35px;
    padding-bottom: 25px;
    min-width: 305px; }

.footer .wrapper .footer-menu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }

.footer .wrapper .footer-menu ul li a {
    font-size: 14px;
    display: block;
    line-height: 24px;
    text-decoration: underline; }

.footer .wrapper .footer-menu ul li a:hover {
    text-decoration: none; }

.footer .wrapper .footer-hrefs {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 40px;
    width: 187px; }

.footer .wrapper .footer-hrefs .social {
    margin-top: 20px;
    overflow: hidden; }

.footer .wrapper .footer-hrefs .social a {
    float: left;
    margin-left: 21px; }

.footer .wrapper .footer-hrefs .social a:first-child {
    margin-left: 0; }

@media (min-width: 992px) {
    .footer .wrapper .footer-hrefs .social .mobile {
        display: none; } }
.footer .wrapper .footer-search {
    float: left;
    min-width: 305px;
    padding-top: 35px; }

.footer .wrapper .footer-search p {
    font-size: 16px; }

.footer .wrapper .footer-search .search-form {
    margin-top: 10px; }

.footer .wrapper .footer-search .search-form::-webkit-input-placeholder {
    color: #424242;
    opacity: 1 !important; }

.footer .wrapper .footer-search .search-form::-moz-placeholder {
    color: #424242;
    opacity: 1 !important; }

.footer .wrapper .footer-search .search-form:-moz-placeholder {
    color: #424242;
    opacity: 1 !important; }

.footer .wrapper .footer-search .search-form:-ms-input-placeholder {
    color: #424242;
    opacity: 1 !important; }

.footer .wrapper .footer-search .search-form input {
    background: #aaa;
    color: #424242;
    padding: 0 7px;
    width: 100%;
    max-width: 240px;
    display: inline-block;
    margin-left: -0.36em;
    vertical-align: top;
    border: 0;
    border-radius: 3px;
    line-height: 29px; }

.footer .wrapper .footer-search .search-form input:first-child {
    margin-left: 0; }

.footer .wrapper .footer-search .search-form button {
    background: #828282 url("../img/footer/search.png") center no-repeat;
    width: 30px;
    height: 29px;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin-left: 7px; }

@media (max-width: 1199px) {
    .footer .wrapper {
        padding-left: 220px; }

    .footer .wrapper .footer-menu,
    .footer .wrapper .footer-search {
        min-width: 250px; }

    .footer .wrapper .footer-menu .search-form input,
    .footer .wrapper .footer-search .search-form input {
        max-width: 200px; } }
@media (max-width: 991px) {
    .footer .wrapper {
        padding-left: 0; }

    .footer .wrapper .footer-contacts {
        padding-top: 20px;
        float: left;
        text-align: center;
        width: 50%; }

    .footer .wrapper .footer-contacts p {
        font-size: 14px; }

    .footer .wrapper .footer-contacts p br {
        display: none; }

    .footer .wrapper .footer-contacts .address {
        margin-top: 0; }

    .footer .wrapper .footer-contacts .hrefs {
        margin: 5px 0;
        text-align: center; }

    .footer .wrapper .footer-contacts .hrefs span.click {
        display: inline-block;
        margin: 0 10px; }

    .footer .wrapper .footer-contacts .phone {
        font-size: 24px;
        text-decoration: underline;
        font-weight: 700; }

    .footer .wrapper .footer-menu {
        padding-top: 22px;
        float: left;
        text-align: center;
        width: 50%; }

    .footer .wrapper .footer-menu li a {
        font-size: 14px !important;
        line-height: 20px !important; }

    .footer .wrapper .footer-hrefs {
        padding-top: 0;
        position: relative;
        text-align: center;
        width: 100%;
        float: left;
        padding-bottom: 15px; }

    .footer .wrapper .footer-hrefs .social {
        text-align: center; }

    .footer .wrapper .footer-hrefs .social a {
        display: inline-block;
        float: none;
        margin: 0 4px; }

    .footer .wrapper .footer-hrefs p {
        letter-spacing: -0.5px;
        margin-top: 5px; }

    .footer .wrapper .footer-search {
        float: left;
        margin: 0px 0 20px;
        padding-top: 0;
        position: relative;
        text-align: center;
        width: 100%; }

    .footer .wrapper .footer-search p {
        display: none; }

    .footer .wrapper .footer-search .search-form {
        max-width: 300px;
        margin: 0 auto; }

    .footer .wrapper .footer-search .search-form input {
        float: left;
        max-width: 260px;
        margin: 0; }

    .footer .wrapper .footer-search .search-form .btn {
        float: right;
        margin: 0; } }
@media (max-width: 480px) {
    .footer .wrapper .address, .footer .wrapper .work {
        font-size: 12px !important; }

    .footer .wrapper .footer-logo p {
        font-size: 12px !important;
        letter-spacing: normal !important;
        max-width: 270px;
        margin: 5px auto 0; }

    .footer .wrapper .footer-menu {
        padding-bottom: 20px; } }
@media (max-width: 400px) {
    .footer .wrapper .footer-search .search-form input {
        max-width: 250px; }

    .footer .wrapper .footer-menu {
        text-align: left; }

    .footer .wrapper .footer-menu li {
        padding: 0 5px !important; } }
.product-content h3 {
    font-weight: 400;
    font-size: 24px; }

.product-content .entry-title {
    overflow: hidden;
    line-height: 17px;
    margin-bottom: 10px; }

@media (max-width: 768px) {
    .product-content .entry-title h2 {
        font-size: 18px;
        line-height: 1;
        padding: 5px 0; } }
.product-content .margin_type_1 {
    margin-top: 50px; }

.product-content .product-info:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
    height: 0; }

.product-content .product-gallery {
    margin-right: 20px;
    float: left;
    width: 33.33%;
    position: relative;
    margin-bottom: 15px; }

.product-content .product-gallery .real {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 2; }

.product-content .product-gallery .img {
    min-height: 150px;
    width: 100%;
    border-radius: 3px; }

.product-content .product-gallery .img img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto; }

.product-content .product-gallery .owl {
    margin-top: 20px;
    max-width: 390px;
    width: 100%; }

.product-content .product-gallery .owl img {
    border-radius: 3px;
    border: 1px solid #eee;
    display: block;
    margin: 0 auto; }

.product-content .product-gallery .owl .owl-next,
.product-content .product-gallery .owl .owl-prev {
    background-image: url("../img/slider-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    border: 1px solid #eee;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }

.product-content .product-gallery .owl .owl-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.product-content .product-gallery .owl .owl-prev {
    left: 0; }

.product-content .product-details {
    overflow: hidden; }

.product-content .product-details .cart-block {
    padding: 15px;
    float: right;
    width: 285px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    margin-left: 20px; }

.product-content .product-details .cart-block .cart-block-top {
    overflow: hidden;
    margin-bottom: 10px; }

.product-content .product-details .cart-block .cart-block-top .old-price {
    float: left;
    font-weight: 400;
    color: #9e9e9e;
    text-decoration: line-through;
    padding: 0 5px; }

.product-content .product-details .cart-block .cart-block-top .reviews-short {
    float: right; }

.product-content .product-details .cart-block .cart-block-top .reviews-short span.click {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    border-bottom: 1px dashed #282828;
    text-decoration: none;
    color: #282828; }

.product-content .product-details .cart-block .cart-block-top .rating {
    display: inline-block;
    margin-right: 6px; }

.product-content .product-details .cart-block .cart-block-top .rating span {
    background: url("../img/star/star.png") center no-repeat;
    width: 14px;
    height: 12px;
    float: left;
    margin-left: 1px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer; }

.product-content .product-details .cart-block .cart-block-top .rating span.floor {
    background: url("../img/star/star_floor.png") center no-repeat; }

.product-content .product-details .cart-block .cart-block-top .rating span.empty {
    background: url("../img/star/emty-star.png") center no-repeat; }

.product-content .product-details .cart-block .cart-block-top .rating span:hover {
    background: url("../img/star/star.png") center no-repeat; }

.product-content .product-details .cart-block .current {
    font-size: 40px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #363636;
    text-align: center;
    margin: 0; }

.product-content .product-details .cart-block .current.no-stock{
    font-size: 26px;
    margin: 20px 0 10px 0;
}

.product-content .product-details .cart-block .current .fa {
    font-size: 35px; }

.product-content .product-details .cart-block .upd {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300; }

.product-content .product-details .cart-block .upd span {
    color: #65a200; }

.product-content .product-details .cart-block .btn {
    width: 100%;
    max-width: 260px;
    margin: 10px auto 10px; }

.product-content .product-details .cart-block .selled {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300; }

.product-content .product-details .cart-block .selled span {
    color: #65a200; }

.product-content .product-details .cart-block .delivery,
.product-content .product-details .cart-block .delivery-place {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin: 10px 0 0 0; }

.product-content .product-details .cart-block .delivery .fa,
.product-content .product-details .cart-block .delivery-place .fa {
    font-size: 15px; }

.product-content .product-details .cart-block .delivery-variants {
    text-align: center;
    display: inline-block;
    border-bottom: 1px dashed;
    color: #282828;
    margin: 20px 0 0 0;
    cursor: pointer; }

.product-content .product-details .cart-block .delivery-variants:hover {
    border-bottom-color: transparent; }

.product-content .product-details .table-info {
    overflow: hidden; }

.product-content .product-details .table-info div {
    overflow: hidden;
    margin-top: 10px; }

.product-content .product-details .table-info p {
    float: left;
    font-size: 16px;
    width: 50%; }

.product-content .product-details .table-info p:first-child {
    font-weight: 400;
    color: #aaa; }

.product-content .product-details .table-info p:last-child {
    color: #424242; }

.product-content .product-details .table-info a {
    margin-top: 5px; }

.product-content .product-details .delivery-info {
    overflow: hidden;
    padding-top: 20px; }

.product-content .product-details .delivery-info .block {
    display: table;
    height: 55px;
    position: relative;
    max-width: 415px; }

.product-content .product-details .delivery-info .block .text {
    display: table-cell;
    padding-left: 70px;
    vertical-align: middle; }

.product-content .product-details .delivery-info .block .click {
    text-decoration: none;
    border-bottom: 1px dashed #65a200; }

.product-content .product-details .delivery-info .block .click:hover {
    border-bottom-color: transparent; }

.product-content .product-details .delivery-info .block .img {
    width: 70px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.product-content .product-details .delivery-info .block .img img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }

.product-content .product-details .pickup-block{
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin: 10px 0 0 0;
}

.product-content .product-details .pickup-block .pickup-data,
.product-content .product-details .pickup-block .pickup-address{
    color: #65a200;
    border-bottom: 1px dashed #65a200;
    display: inline-block;
}
.product-content .product-details .pickup-block .pickup-address{
    font-size: 15px;
}
.product-content .product-details .pickup-block .pickup-atten{
    display: table;
    text-align: left;
    font-size: 13px;
    color: #ff6a00;
    font-style: italic;
    line-height: 16px;
    max-width: 253px;
    margin: 10px auto 0;
}
.product-content .product-details .pickup-block .pickup-atten img{
    float: left;
    margin-right: 10px;
}

.product-content .product-menus {
    margin-top: 40px; }

.product-content .product-menus ul,
.product-content .product-menus-mobile ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    overflow: hidden; }

.product-content .product-menus ul li,
.product-content .product-menus-mobile ul li {
    float: left;
    width: 25%;
    position: relative;
    height: 105px;
    display: table; }

.product-content .product-menus ul li .box,
.product-content .product-menus-mobile ul li .box {
    display: table-cell;
    min-height: 100%;
    vertical-align: middle;
    padding-left: 90px;
    position: relative; }

.product-content .product-menus ul li .img,
.product-content .product-menus-mobile ul li .img {
    position: absolute;
    width: 90px;
    left: 0;
    top: 0;
    height: 100%; }

.product-content .product-menus ul li .img img,
.product-content .product-menus-mobile ul li .img img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }

.product-content .product-menus ul li a,
.product-content .product-menus-mobile ul li a {
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #282828;
    text-decoration: none; }

.product-content .product-menus ul li:after,
.product-content .product-menus-mobile ul li:after {
    height: 87px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 0;
    content: '';
    background: #dcdcdc; }

.product-content .product-menus ul li:last-child .box,
.product-content .product-menus-mobile ul li:last-child .box {
    padding-left: 120px; }

.product-content .product-menus ul li:last-child .img,
.product-content .product-menus-mobile ul li:last-child .img {
    width: 120px; }

.product-content .product-menus ul li:last-child:after,
.product-content .product-menus-mobile ul li:last-child:after {
    display: none; }

.product-content .related .entry-title {
    overflow: hidden;
    line-height: 25px;
    margin-bottom: 10px; }

.related .entry-title h3 {
    margin: 0;
    float: left; }

.related .entry-title .show-all {
    float: right;
    text-decoration: underline;
    color: #828282; }

.related .block .title {
    color: #424242;
    text-decoration: underline;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    display: block;
    text-align: center;
    min-height: 2.8em; }

.related .block .reviews-short {
    overflow: hidden;
    margin-top: 10px; }

.related .block .reviews-short span.click {
    float: right;
    display: block;
    line-height: 15px;
    color: #282828;
    text-decoration: underline; }

.related .block .rating {
    float: left;
    display: block; }

.related .block .rating span {
    background: url("../img/star.png") center no-repeat;
    width: 14px;
    height: 12px;
    float: left;
    margin-left: 1px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer; }

.related .block .rating span.empty {
    background: url("../img/emty-star.png") center no-repeat; }

.related .block .rating span:hover {
    background: url("../img/star.png") center no-repeat; }

.related .block .pricing {
    position: relative; }

.related .block .pricing .old-price {
    color: #aaa;
    text-decoration: line-through;
    padding: 0 5px;
    position: absolute;
    left: 0;
    top: 0; }

.related .block .pricing .current-price {
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 400; }

.related .owl-next,
.related .owl-prev {
    background-image: url("../img/slider-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    border: 1px solid #eee;
    position: absolute;
    top: 57px; }

.related .owl-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.product-content .related .owl-prev {
    left: 0; }

.delivers.drop {
    margin-top: 25px; }

.product-content .detailed-info .detailed {
    overflow: hidden; }

.product-content .detailed-info .detailed .w50 {
    float: left;
    width: 50%; }

.product-content .detailed-info .detailed .w50 div {
    overflow: hidden;
    margin-top: 10px; }

.product-content .detailed-info .detailed .w50 p {
    float: left;
    font-size: 16px;
    width: 50%; }

.product-content .detailed-info .detailed .w50 p:first-child {
    font-weight: 400;
    color: #aaa; }

.product-content .detailed-info .detailed .w50 p:last-child {
    color: #424242; }

.product-content .delivers .entry-title {
    overflow: hidden; }

.product-content .delivers .entry-title h3 {
    margin: 0;
    display: inline-block;
    float: none; }

.product-content .delivers .entry-title .show-all {
    display: inline-block;
    color: #65a200;
    text-decoration: none;
    border-bottom: 1px dashed #65a200;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 6px; }
@media (max-width: 991px) {
    .product-content .delivers .entry-title .show-all {
        margin: 0;
        float: right; } }

.edost_format .delivers-table {
    width: 100%;
    display: table;
    font-size: 16px;
    border: 1px solid #dcdcdc; }

.edost_format .delivers-table .table-body{
    display: table-footer-group;
}

.edost_format .delivers-table .table-body .box4 + div + p{
    display: none;
}

.edost_format .delivers-table .table-body .box4 span.edost_price_head.edost_payment{
    color: #000;
    font-size: 1em;
    font-weight: bold;
}

.edost_format .delivers-table .unknown {
    font-size: smaller; }

.edost_format .delivers-table .head {
    background: #dcdcdc;
    font-weight: 400;
    line-height: 49px;
    display: table-header-group;
    width: 100%; }

.edost_format .delivers-table .head .box1 {
    padding-left: 20px; }

.edost_format .delivers-table .table-row {
    line-height: 40px;
    background: #ededed;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: table-row;
    width: 100%; }

.edost_format .delivers-table .table-row .box1 .border_bottom_dashed {
    /*margin-left: 70px;*/
    position: relative;
    text-decoration: none; }

.edost_format .delivers-table .table-row .box1 {
    padding-left: 10px;
    position: relative; }

.edost_format .delivers-table .table-row .box1 img {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    /*left: -60px;
    position: absolute;*/
    max-width: 50px; }

.edost_format .delivers-table .table-row:hover {
    background: #dcdcdc; }

.edost_format .delivers-table .unknown {
    color: #000; }

.edost_format .delivers-table .head,
.edost_format .delivers-table .table-row {
    overflow: hidden; }

.edost_format .delivers-table .head .box1,
.edost_format .delivers-table .table-row .box1 {
    width: 49%;
    display: table-cell;
    box-sizing: border-box;
    line-height: 17px;
    padding: 5px; }

.edost_format .delivers-table .head .box2,
.edost_format .delivers-table .table-row .box2,
.edost_format .delivers-table .head .box3,
.edost_format .delivers-table .table-row .box3 {
    display: table-cell;
    width: 17%;
    line-height: 1em;
    vertical-align: middle;
    text-align: center; }

.edost_format .delivers-table .head .box4,
.edost_format .delivers-table .table-row .box4 {
    width: 17%;
    display: table-cell;
    line-height: 1em;
    vertical-align: middle;
    text-align: center; }

.product-content .payment-info .entry-title,
.product-content .payment-info-mobile .entry-title {
    margin-top: 25px;
    margin-bottom: 0; }

.product-content .payment-info .payment-type,
.product-content .payment-info-mobile .payment-type {
    overflow: hidden; }

.product-content .payment-info .payment-type .block,
.product-content .payment-info-mobile .payment-type .block {
    width: 16%;
    height: 90px;
    position: relative;
    float: left; }

.product-content .payment-info .payment-type .block img,
.product-content .payment-info-mobile .payment-type .block img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 100%;
    max-height: 100%; }

.product-content .reactions .nav-tabs {
    padding-left: 20px;
    background: #ededed;
    border: 1px solid #dcdcdc;
    border-bottom: 0;
    border-radius: 3px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-weight: 400;
    font-size: 16px; }

.product-content .reactions .nav-tabs > li.active > a,
.product-content .reactions .nav-tabs > li.active > a:focus,
.product-content .reactions .nav-tabs > li.active > a:hover {
    border: 0;
    border-bottom: 1px solid #fff; }

.product-content .reactions .tab-content {
    margin-bottom: 20px; }

.product-content .reactions .tab-pane {
    font-size: 16px; }

.product-content .reactions .tab-pane.active {
    padding: 0 10px; }

.product-content .reactions .tab-info {
    padding: 30px 0 20px;
    border-bottom: 1px solid #ededed;
    position: relative; }

.product-content .reactions .tab-info p {
    margin-bottom: 10px; }

.product-content .reactions  .btn {
    position: static;
    right: 0;
    bottom: 30px;
    width: 175px;
    line-height: 38px; }

.product-content .reactions .faq {
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px; }

.product-content .reactions .faq .question {
    margin-top: 40px;
    padding-left: 40px;
    background: url("../img/question.png") top left no-repeat; }

.product-content .reactions .faq .question .name {
    font-weight: 400;
    color: #424242; }

.product-content .reactions .faq .question .date {
    color: #828282;
    font-size: 14px; }

.product-content .reactions .faq .answer {
    background: #f7f7f7;
    margin-left: 77px;
    padding: 20px;
    border-radius: 3px;
    position: relative;
    margin-top: 20px;
    color: #828282; }

.product-content .reactions .faq .answer .title {
    margin-bottom: 10px; }

.product-content .reactions .faq .answer .title span {
    font-weight: 400; }

.product-content .reactions .faq .answer:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #f7f7f7;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 10px; }

.product-content .reactions .faq .btn {
    float: right;
    margin-top: 20px;
    width: 175px;
    line-height: 38px;
    margin-bottom: 18px; }

.product-content .react-reviews .entry-title h3 {
    margin: 0; }

.product-content .react-questions .entry-title h3 {
    margin: 0; }

.product-content .react-questions .tab-info {
    padding: 30px 0 20px;
    border-bottom: 1px solid #ededed;
    position: relative; }

.product-content .react-questions .tab-info p {
    margin-bottom: 10px; }

.product-content .react-questions .tab-info .btn {
    margin: 10px auto 0;
    width: 175px;
    line-height: 38px;
    display: block; }

.product-content .react-questions .faq {
    overflow: hidden;
    border-bottom: 1px solid #ededed; }

.product-content .react-questions .faq .question {
    margin-top: 40px;
    padding-left: 40px;
    background: url("../img/question.png") top left no-repeat; }

@media (max-width: 991px) {
    .product-content .react-questions .faq .item:nth-child(1) .question {
        margin-top: 0px; } }
.product-content .react-questions .faq .question .name {
    font-weight: 400;
    color: #424242; }

.product-content .react-questions .faq .question .date {
    color: #828282;
    font-size: 14px; }

.product-content .react-questions .faq .answer {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 3px;
    position: relative;
    margin-top: 20px;
    color: #828282; }

.product-content .react-questions .faq .answer .title {
    margin-bottom: 10px; }

.product-content .react-questions .faq .answer .title span {
    font-weight: 400; }

.product-content .react-questions .faq .answer:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #f7f7f7;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 10px; }

.product-content .react-questions .faq .btn {
    float: right;
    margin-top: 20px;
    width: 175px;
    line-height: 50px;
    font-size: 16px;
    margin-bottom: 18px; }

.product-content label {
    display: block;
    max-width: 100%;
    margin-bottom: inherit;
    font-weight: inherit; }

@media (max-width: 1199px) {
    .product-content .tech-detail, .product-content .product-menus, .product-content .payment-info {
        display: none; }


    .product-content .delivers .delivers-table .head .box2,
    .product-content .delivers .delivers-table .table-row .box2,
    .product-content .delivers .delivers-table .head .box3,
    .product-content .delivers .delivers-table .table-row .box3 {
        width: 170px; }

    .product-content .delivers .delivers-table .head .box4,
    .product-content .delivers .delivers-table .table-row .box4 {
        width: 150px; }

    .product-content .payment-info-mobile .entry-title {
        margin-top: 15px; }

    .product-content .payment-info-mobile .payment-type .block {
        height: 57px; }

    .product-content .payment-info-mobile .payment-type .block img {
        max-width: 80%; }

    .product-content .product-menus-mobile {
        margin-bottom: 7px; }

    .product-content .product-menus-mobile .how-wrapper {
        border: 0; }

    .product-content .product-menus-mobile .how-wrapper .block {
        height: 50px;
        border: 1px solid #dcdcdc;
        border-radius: 3px;
        float: none;
        margin-bottom: 3px;
        width: 100%;
        display: flex;
        line-height: 50px;
        justify-content: baseline;
        align-items: center;
        position: relative; }

    .product-content .product-menus-mobile .how-wrapper .block .box {
        padding-left: 45px;
        padding-right: 20px; }

    .product-content .product-menus-mobile .how-wrapper .block a {
        font-size: 16px; }

    .product-content .product-menus-mobile .how-wrapper .block:after {
        background: url("../img/trigger.png");
        width: 9px;
        height: 5px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        right: 20px;
        display: block !important;
        content: '';
        position: absolute; }

    .product-content .product-menus-mobile .how-wrapper .block .img {
        width: 50px;
        padding: 0 7px;
        display: inline-block;
        height: 50px;
        line-height: 50px; }

    .product-content .product-menus-mobile .how-wrapper .block p {
        line-height: 14px; }

    .product-content .product-menus-mobile .how-wrapper .block .img img.standart {
        display: none; }

    .product-content .product-menus-mobile .how-wrapper .block .img img {
        max-width: 30px; }

    .product-content .product-menus-mobile .how-wrapper .block:last-child .box {
        padding-left: 70px; }

    .product-content .product-menus-mobile .how-wrapper .block:last-child .img {
        width: 70px; }

    .product-content .product-menus-mobile .how-wrapper .block:last-child .img img {
        max-width: 50px; } }
@media (max-width: 991px) {
    .product-content .dropdown {
        border-bottom: 1px solid #ededed; }

    .product-content .entry-title h3 {
        margin: 0;
        font-size: 18px !important; }

    .product-content .product-details .cart-block {
        float: none;
        margin: 0 auto;
        width: 100%; }

    .product-content .product-details .tech {
        margin: 10px 0;
        font-size: 12px;
        color: #828282; }

    .product-content .product-gallery {
        float: none;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 40px;
        max-width: 400px; }

    .product-content .product-gallery .owl img {
        border: 0; }

    .product-content .product-gallery .owl .owl-nav {
        display: none; }

    .product-content .product-gallery .owl .owl-dots {
        display: block;
        text-align: center;
        line-height: 14px;
        width: 100%;
        position: absolute;
        bottom: 10px; }

    .product-content .product-gallery .owl .owl-dot {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        position: relative;
        margin: 0 3px;
        vertical-align: top;
        display: inline-block;
        border: 2px solid #dcdcdc; }

    .product-content .product-gallery .owl .owl-dot:after {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        background: #80c500;
        opacity: 0;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all 0.5s; }

    .product-content .product-gallery .owl .owl-dot.active:after {
        opacity: 1; }

    .product-content .detailed-info .detailed .w50 {
        width: 100%; }

    .product-content .detailed-info .detailed .w50 p {
        font-size: 14px; }

    .product-content .detailed-info .detailed .w50 p.dotted {
        font-size: 12px;
        line-height: 20px; }

    .product-content .delivers .delivers-table .head {
        display: table-header-group;
        background: #ccc; }

    .product-content .delivers .delivers-table .head p {
        padding: 5px !important;
        text-align: center;
        font-size: 12px;
        width: 39% !important;
        vertical-align: middle;
        display: table-cell;
    }

    .product-content .delivers .delivers-table .head p .fa {
        display: none; }

    .product-content .delivers .delivers-table .table-body{
        display: table-footer-group;
    }

    .product-content .delivers .delivers-table .table-body .table-row .box0,
    .product-content .delivers .delivers-table .table-body .table-row .box2,
    .product-content .delivers .delivers-table .table-body .table-row .box3,
    .product-content .delivers .delivers-table .table-body .table-row .box4 {
        font-size: 12px;
        width: 25% !important;
        text-align: center;
        line-height: 14px; }

    .product-content .delivers .delivers-table .table-body .table-row .box4.unknown {
        line-height: 20px; }

    .product-content .drop {
        border-bottom: 1px solid #ededed;
        padding-bottom: 10px;
        margin-top: 15px !important; }

    .product-content .drop .entry-title {
        margin-top: 0 !important; }

    .product-content .accord {
        position: relative;
        padding-right: 30px; }

    /*.product-content .accord:after{
      position: absolute;
      background: url("../img/next.png") center no-repeat;
      right: 5px;
      width: 15px;
      height: 11px;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      content: '';
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s
    }*/
    /* .product-content .accord.collapsed:after{
       background: url("../img/trigger.png") center no-repeat
     }*/
    .product-content .related .block .pricing .current-price {
        font-weight: 700; } }
@media (max-width: 480px) {
    .product-content .drop {
        margin-top: 0px !important;
        padding-bottom: 7px;
        padding-top: 28px;
        margin-bottom: 0; }

    .product-content .delivers .head p.box3 {
        line-height: 18px;
        margin-top: 6px; }

    .product-content .delivers .delivers-table p {
        font-size: 12px !important; }

    .product-content .related .owl-prev,
    .product-content .related .owl-next {
        top: 50%;
        margin-top: -5px; }

    .product-content .related .block .title {
        font-size: 12px;
        line-height: 17px;
        margin-top: 2px; }

    .product-content .related .block .reviews-short span.click {
        font-size: 12px; }

    .detailed-info.margin_type_1 {
        margin-bottom: 0px; } }
.dotted {
    position: relative; }

.dotted:before {
    width: 100%;
    bottom: 5px;
    height: 1px;
    background: url("../img/dot.png") left bottom repeat-x;
    content: '';
    position: absolute;
    left: 0; }

.dotted span {
    background: #fff;
    position: relative;
    z-index: 1; }

.entry-header h2 {
    float: none !important;
    overflow: hidden; }

.entry-header .soc-widget {
    margin-left: 20px; }

.menu-wrapper:not(.visual) .nav-icon {
    display: none; }

@media (max-width: 991px) {
    .entry-header {
        position: relative; } }
@media (max-width: 991px) {
    .navigation {
        position: relative;
        height: 0;
        margin: 0;
        z-index: 120; }

    .navigation .container {
        /* -webkit-transition: ease .5s;
         -moz-transition: ease .5s;
         -ms-transition: ease .5s;
         -o-transition: ease .5s;
         transition: ease .5s;*/
        position: fixed;
        top: 0;
        right: 0;
        z-index: 3;
        width: 0;
        height: 100%;
        padding: 0; }

    .navigation .container.visual {
        width: 100%; }

    .navigation .ul {
        margin-left: 0; }

    .menu-wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: -100%;
        top: 0;
        background: #ffffff;
        overflow: hidden;
        z-index: 2;
        /*  -webkit-transition: all .5s;
          -moz-transition: all .5s;
          -ms-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s*/ }

    .menu-wrapper > ul {
        display: block;
        overflow-y: auto;
        width: auto;
        text-align: left;
        border-top: 1px solid #ccc;
        margin: 50px 0px 0; }

    .menu-wrapper > ul li,
    .menu-wrapper > ul li.town {
        float: none;
        margin: 0;
        padding: 0;
        border-right: 0;
        border-bottom: 1px solid #ccc; }

    .menu-wrapper > ul li img,
    .menu-wrapper > ul li.town img {
        display: none; }

    .menu-wrapper > ul li:before,
    .menu-wrapper > ul li.town:before {
        display: none; }

    .menu-wrapper > ul li > * {
        font-size: 14px;
        padding: 10px 10px 10px 10px;
        line-height: 30px;
        float: none;
        display: block;
        position: relative;
        border-bottom: 0; }

    .menu-wrapper > ul li a:after,
    .menu-wrapper > ul li.town a:after {
        display: none; }

    .menu-wrapper.visual {
        left: 0;
        transition-delay: 0.2s; } }
.modal .modal-title .close {
    background: url("../img/close.png") center no-repeat;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 10001;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s; }

.modal .modal-title .close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

#modalmenu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }

#modalmenu ul li {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    text-align: center; }

#modalmenu ul li a {
    color: #666; }

#modal-call .modal-body {
    overflow: hidden;
    max-width: 692px;
    max-height: 525px;
    height: 100%;
    background: #fff;
    padding: 30px 10px;
    border: 4px solid #417f7e; }

@media (max-width: 480px) {
    #modal-call .modal-body {
        padding: 20px 10px 10px; } }
#modal-call h4 {
    margin: 0 0 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #417f7e;
    text-align: center; }

#modal-call form {
    width: 100%;
    max-width: 350px;
    margin: 0 auto; }

#modal-call form input {
    height: 50px;
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    padding: 0 15px;
    font-size: 16px;
    color: #605f5f;
    margin-bottom: 14px; }

#modal-call form textarea {
    height: 120px;
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    padding: 5px 15px;
    font-size: 16px;
    color: #605f5f;
    margin-bottom: 0;
    resize: none; }

#modal-call form .form-btn {
    width: 153px;
    float: right;
    height: 50px;
    text-transform: none;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: left;
    padding-left: 70px;
    position: relative;
    margin-top: 10px; }

#modal-call form .form-btn:before {
    content: url("../img/send.png");
    width: 24px;
    height: 21px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 40px; }

#modal-call form .checkbox {
    position: relative;
    width: 100%;
    padding-left: 20px;
    margin: 0; }

#modal-call form .checkbox input {
    opacity: 0;
    width: 24px;
    height: 24px; }

#modal-call form .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }

#modal-call form .checkbox label span {
    padding-left: 10px;
    display: inline-block;
    vertical-align: text-bottom;
    font-weight: normal;
    font-size: 13px; }

#modal-call form .checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    margin-left: -20px;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #f3f3f3;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out;
    top: 5px; }

#modal-call form .checkbox input[type="checkbox"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 5px;
    margin-left: -20px;
    padding-left: 4px;
    padding-top: 2px;
    color: #727272;
    font-size: 16px; }

@media (max-width: 480px) {
    #modal-call form input {
        height: 40px; }

    #modal-call form textarea {
        height: 90px; }

    #modal-call form .checkbox label span {
        font-size: 11px; } }
.ontop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    padding: 10px;
    border-radius: 50%; }

.ontop a {
    display: block; }

.nav-iconcontainer {
    position: relative;
    width: 22px;
    z-index: 100;
    right: 0;
    top: 1px;
    display: none;
    float: left; }

.nav-icon {
    position: relative;
    margin: 22px 0;
    background-color: transparent;
    border: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 1051;
    padding: 8px 11px; }

.nav-icon.open {
    position: fixed;
    top: 7px;
    left: 90%; }

@media (max-width: 767px) {
    .nav-icon {
        margin: 4px 0; } }
.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #696969;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: 0.25s ease-in-out; }

.nav-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

.nav-icon span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

.nav-icon span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

.nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
    top: 1px;
    left: 4px; }

.nav-icon.open span:nth-child(2) {
    width: 0;
    opacity: 0; }

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-42deg);
    -moz-transform: rotate(-42deg);
    -o-transform: rotate(-42deg);
    transform: rotate(-42deg);
    top: 16px;
    left: 4px; }

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0; } }
@media (min-width: 992px) {
    .mobile {
        display: none !important; }

    img.mobile {
        max-width: 100%; } }
@media (max-width: 991px) {
    .desc {
        display: none; }

    .desc-important {
        display: none !important; }

    .nav-iconcontainer,
    .nav-icon {
        display: block; } }
.popup {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1050;
    display: none; }

.popup .modal-dialog {
    width: 300px;
    text-align: center;
    background: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.popup .close {
    background: #fff;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10001;
    opacity: 1;
    cursor: pointer;
    border-radius: 100%;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-position: center; }

.popup p {
    font-size: 20px;
    color: #818181;
    font-style: italic; }

#select-form select {
    width: 100%; }

.pointer_none {
    opacity: 0.2;
    pointer-events: none; }

#reset_filter {
    display: none; }

.owl-carousel .owl-item {
    cursor: pointer; }

/* Product reviews */
.write-review {
    margin: 15px 0 15px; }

.review {
    margin-bottom: 30px; }

.review .summary {
    font-size: 0.9em;
    color: #777; }

.review .summary h6 {
    color: #000;
    font-size: 1.1em; }

.review .summary a.username {
    color: #777; }

.review .summary a.username:hover {
    color: red; }

.review .summary a {
    display: inline;
    padding: 0; }

.review .summary .date {
    color: #aaa; }

.review p {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.3em; }

.reviews {
    margin-bottom: 20px; }

.reviews ul {
    margin-left: 0; }

.reviews ul li ul {
    padding-left: 25px; }

.reviews ul li ul li .review h6 {
    color: #555; }

.reviews ul li .review-form {
    padding: 10px 30px; }

.reviews ul li .review-form textarea {
    min-height: 100px; }

.reviews ul.menu-h.auth-type {
    padding: 0 0 40px;
    margin-left: -5px; }

.reviews ul.menu-h.auth-type li {
    padding-right: 10px; }

.reviews ul.menu-h.auth-type li a {
    padding: 5px 6px; }

.reviews ul.menu-h.auth-type li a img {
    top: 0; }

.reviews textarea {
    height: 100px;
    min-height: 100px;
    width: 75%;
    margin-top: 0; }

.review-form {
    padding: 0;
    margin-bottom: 30px; }

.review-form h4 {
    margin: 0 0 20px;
    font-weight: normal; }

.review-form-fields p {
    margin: 0 0 10px; }

.review-form-fields p.review-field a {
    display: inline;
    padding: 0;
    text-decoration: none; }

.review-form-fields label {
    width: 160px;
    display: block;
    clear: left;
    float: left;
    margin: 0 10px 0 0;
    color: #aaa; }

.review-form-fields input[type="text"] {
    width: 20em; }

.review-form textarea {
    min-width: 70%;
    min-height: 160px; }

.review-form .review-submit {
    padding: 0 0 20px 170px; }

.review-form .userpic {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px; }

.review-form ul.menu-h.auth-type li a img {
    float: left;
    margin-right: 3px;
    position: relative;
    top: 2px; }

.review-form ul.menu-h.auth-type {
    padding-bottom: 20px; }

.review-form label {
    width: 160px;
    display: block;
    clear: left;
    float: left;
    margin: 0 10px 0 0;
    color: #AAA; }

.reviews span.rate {
    line-height: 1.3em;
    display: block;
    margin: 0.5em 0; }

.reviews span.rate a {
    text-decoration: none !important; }

.reviews span.rate .icon10 {
    background-repeat: no-repeat;
    background-image: url(../../../../wa-content/img/icon10.png);
    height: 10px;
    width: 10px;
    display: inline-block;
    text-indent: -9999px; }

.reviews span.rate .icon10.star {
    background-position: -60px -40px; }

.reviews span.rate .icon10.star-empty {
    background-position: -80px -40px; }

input.error, textarea.error {
    border: 2px solid red; }

.errormsg {
    color: red;
    margin-left: 170px;
    display: block; }

/* 16x16 Icons
-------------- */
i.icon16 {
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important; }

* i.icon16 {
    text-decoration: none !important;
    vertical-align: top;
    margin: 0.2em 0.25em 0 0; }

.icon16.loading {
    background-image: url("/wa-content/img/loading16.gif"); }

.icon16.rss {
    background-image: url("img/icons/rss.png"); }

.icon16.facebook {
    background-image: url("img/icons/facebook.png"); }

.icon16.twitter {
    background-image: url("img/icons/twitter.png"); }

.icon16.cart {
    background-image: url("img/icons/cart-full.png"); }

.icon16.cart.empty {
    background-image: url("img/icons/cart-empty.png"); }

.icon16.color {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 14px;
    height: 14px; }

/* Shop-Script icons */
.icon16.star,
.icon16.star-full {
    background-image: url("img/icons.png");
    background-position: -16px 0; }

.icon16.star-half {
    background-image: url("img/icons.png");
    background-position: -32px 0; }

.icon16.star-empty {
    background-image: url("img/icons.png");
    background-position: -48px 0; }

.icon16.star-hover {
    background-image: url("img/icons.png");
    background-position: -64px 0; }

.icon10.star,
.icon10.star-full {
    background-image: url("img/icons.png");
    background-position: 0 -16px; }

.icon10.star-half {
    background-image: url("img/icons.png");
    background-position: -10px -16px; }

.icon10.star-empty {
    background-image: url("img/icons.png");
    background-position: -20px -16px; }

.icon16.remove {
    background-image: url("img/icons.png");
    background-position: -96px 0; }

.icon16.saved {
    background-image: url("img/icons.png");
    background-position: -112px 0; }

.icon16.stock-red {
    background-image: url("img/icons.png");
    background-position: -128px 0; }

.icon16.stock-yellow {
    background-image: url("img/icons.png");
    background-position: -144px 0; }

.icon16.stock-green {
    background-image: url("img/icons.png");
    background-position: -160px 0; }

.icon16.stock-transparent {
    background-image: url("img/icons.png");
    background-position: -176px 0; }

.icon16.loading {
    background-image: url("img/loading16.gif");
    background-position: 0 0; }

.img_html {
    background-position: center;
    background-size: initial;
    width: 100%;
    background-repeat: no-repeat; }

.block-product-item .img_html {
    height: 160px;
    background-size: contain; }
@media (max-width: 767px) {
    .block-product-item .img_html {
        height: 80px; } }

.block-product-item .item_name {
    height: 36px;
    position: relative; }

.block-product-item .item_name a {
    transition: max-height 1s;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    width: 100%;
    left: 0;
    max-height: 2.8em;
    min-height: 2.8em;
    overflow: hidden;
    z-index: 99; }

.block-product-item .item_name a:hover {
    max-height: 200px; }

.count_url_review {
    margin-top: 20px; }

h1.h3, h2.h3, h1.h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin: 0;
    display: inline-block; }

.owl .owl-item.active .selected {
    border: 2px solid #65a200; }

.feature_show_all {
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dashed;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.feature_show_all:hover {
    border-color: transparent; }

.in_stock {
    font-size: 16px;
    font-weight: 300;
    color: #65a200;
    text-decoration: none;
    text-align: center; }

.border_bottom_dashed {
    text-decoration: none;
    border-bottom: 1px dashed;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.border_bottom_dashed:hover {
    border-color: transparent; }

#city_win .youcity_content {
    position: fixed !important; }

table.edost {
    background: #dcdcdc;
    color: #282828;
    font-family: Arial; }

.side-filter.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.3);
    z-index: 100;
    padding: 20px;
    margin-top: 0;
    margin-left: -20px; }

.gallery_main a {
    display: block;
    text-align: center; }

@media (max-width: 991px) {
    .gallery_main a {
        line-height: initial;
        height: initial; } }
.reviews .btn {
    line-height: 45px;
    padding: 0 15px; }

.pagination {
    text-align: center;
    margin: 10px 0; }

.pagination ul {
    padding: 0;
    display: inline-block;
    margin: 0;
    list-style: none; }

.pagination ul li {
    display: inline-block;
    margin: 0 3px; }

.pagination ul li.selected a {
    border-color: #9b1720;
    color: #fff;
    background: #bb2121;
    pointer-events: none; }

.pagination ul li a {
    min-width: 25px;
    height: 25px;
    text-align: center;
    border: 1px solid #dcdcdc;
    line-height: 25px;
    display: inline-block;
    padding: 0 5px;
    background: #fff;
    color: #283549;
    border-radius: 2px;
    text-decoration: none; }

.pagination ul li a:hover {
    background: #f1f1f1;
    color: #283c03;
    border-color: #507c00; }

.pagination ul li.selected {
    pointer-events: none; }

.table.cart .btn {
    line-height: 40px;
    padding: 0 10px; }

.main .content .checkout-header h3 {
    float: none; }

table.cart td {
    vertical-align: top;
    padding: 20px 7px 25px; }

table.cart td.total {
    font-size: 1.3em; }

/* Checkout */
.checkout-header {
    margin: 0 90px;
    color: #999; }

.checkout-header h3 a {
    text-transform: uppercase;
    text-decoration: none;
    color: #777; }

.checkout-header h3 a:hover {
    color: #a00 !important; }

.checkout-header strong {
    color: #666; }

.checkout ul.checkout-options {
    padding-left: 25px; }

.checkout ul.checkout-options li {
    list-style: none;
    position: relative;
    margin-bottom: 50px;
    clear: both; }

.checkout ul.checkout-options li h3 {
    font-weight: bold;
    margin-bottom: 10px; }

.checkout ul.checkout-options li h3 label {
    margin-right: 10px; }

.checkout ul.checkout-options li .rate {
    float: right;
    text-align: center;
    width: 250px; }

.checkout ul.checkout-options li p {
    width: 70%; }

.checkout ul.checkout-options li input[type="radio"] {
    position: absolute;
    top: 4px;
    left: -25px; }

.checkout ul.checkout-options li label input[type="radio"] {
    top: 4px;
    left: -20px; }

.checkout ul.checkout-options li img.method-logo {
    position: relative;
    float: left;
    margin-right: 10px;
    top: -6px;
    left: 0px;
    /* adjusted for default 60x32-px logos */ }

.checkout ul.checkout-options li .wa-form {
    margin-top: 0px;
    margin-bottom: 30px; }

.checkout ul.checkout-options li .wa-form label input[type="radio"] {
    position: static; }

.checkout .checkout-result {
    padding: 80px 0 60px;
    background: #fff;
    text-align: center; }

.checkout .checkout-result h1 {
    font-size: 4em;
    margin-bottom: 50px; }

.checkout .checkout-result.error h1 {
    color: red; }

.checkout .checkout-result .wa-form {
    margin: 10px auto 20px;
    width: 400px;
    float: none;
    text-align: left; }

.checkout .checkout-result .back {
    margin-top: 50px; }

.checkout .checkout-result .backSubmit{
    width: 240px;
    margin: 0 auto;
}

.data_order_block h2{
    margin: 20px 0;
}

.checkout .checkout-step {
    padding: 0;
    border: 3px solid #888;
    border-top: 0; }

.checkout .checkout-step h2 a {
    text-decoration: none;
    color: #000; }

.checkout .checkout-step h2 a:hover {
    color: #a00 !important; }

.checkout .checkout-step h2.upcoming a:hover {
    color: #000 !important;
    cursor: default; }

.checkout .checkout-step h2 a.hint {
    font-size: 0.5em;
    color: #aaa;
    text-decoration: underline; }

.checkout .checkout-step-content {
    background: #fff;
    margin-bottom: 30px; }

.checkout .checkout-step-content:nth-last-child(1) {
    margin-bottom: 0px; }

.checkout .checkout-step ul.menu-v {
    margin-left: 0;
    margin-top: 20px; }

.checkout .checkout-step #login-form h1 {
    display: none; }

.checkout .checkout-step input.large {
    font-size: 1.4em; }

.checkout .comment {
    width: 100%;
    height: 100px;
    margin-bottom: 20px; }

.checkout blockquote img {
    margin-right: 20px;
    float: left; }

.checkout blockquote p {
    margin-bottom: 10px; }

.checkout blockquote p span {
    color: #000; }

.checkout .errormsg.inline {
    display: inline;
    margin-left: 10px; }

.float-right {
    float: right; }

.large {
    font-size: 1.2em; }

/* Sign up & Login forms
------------------------ */
.wa-auth-adapters ul {
    padding: 0;
    min-height: 16px; }

.wa-auth-adapters ul li {
    list-style: none;
    float: left;
    padding: 0 15px 0 0; }

.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span {
    display: block;
    padding: 0px 5px; }

.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img {
    position: relative;
    top: 3px;
    left: -3px; }

.wa-auth-adapters p {
    clear: left;
    color: #888;
    font-size: 0.9em;
    width: 40%; }

.wa-auth-adapters.wa-connect {
    margin-top: 20px; }

.wa-form {
    margin: 10px 0;
    overflow: visible; }

.wa-form .wa-field {
    clear: left;
    margin: 0;
    padding-top: 3px; }

.wa-form .wa-field .wa-name {
    float: left;
    width: 155px;
    padding-top: 0.05em;
    padding-bottom: 10px;
    font-size: 0.95em; }

.wa-form .wa-field.wa-separator {
    height: 10px; }

.wa-form .wa-field .wa-value {

    margin-bottom: 5px;
    position: relative; }

.wa-form .wa-field .wa-value input.wa-error {
    border: 2px solid red; }

.wa-form .wa-field .wa-value .wa-error-msg {
    font-size: 0.9em;
    color: red;
    display: block; }

.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] {
    width: 30%;
    min-width: 260px;
    margin: 0; }

.wa-form .wa-field .wa-value textarea {
    min-width: 300px;
    height: 70px; }

.wa-form .wa-field .wa-value input.wa-captcha-input {
    width: 100px;
    min-width: 0; }

.wa-form .wa-field .wa-value label {
    display: block; }

.wa-form .wa-field .wa-value .wa-captcha img {
    margin-left: 0; }

.wa-form .wa-field .wa-value .errormsg {
    margin-left: 0; }

.wa-form .wa-field .wa-value.wa-submit {
    margin-top: 10px; }

.wa-form .wa-field .wa-value p label {
    display: block;
    margin: 0; }

.wa-form .wa-field .wa-value p {
    line-height: 1.6em;
    margin-bottom: 23px;
    position: relative; }

.wa-form .wa-field .wa-value p span {
    color: #777;
    font-size: 0.9em;
    display: block; }

.wa-form .wa-field .wa-value p i.icon16 {
    float: left;
    left: -20px;
    margin-top: 2px;
    position: absolute; }

.wa-form .wa-field .wa-value p input {
    display: block;
    margin-bottom: 2px; }

.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] {
    display: inline; }

.wa-form .wa-field .wa-value p .field.wa-required span:after {
    content: " *";
    color: #faa; }

.wa-form .wa-field.wa-required .wa-name:after {
    content: " *";
    color: #faa; }

.wa-captcha {
    padding: 7px 0 10px; }

.wa-captcha p {
    clear: left;
    margin: 0; }

.wa-captcha strong {
    font-size: 1.2em; }

.wa-captcha p img {
    float: left !important;
    margin-right: 5px;
    margin-top: -8px; }

.wa-captcha .wa-captcha-refresh {
    font-size: 0.8em;
    text-decoration: underline;
    color: #aaa; }

.wa-captcha .wa-captcha-input {
    display: inline !important; }

.wa-captcha .errormsg {
    display: inline;
    margin-left: 10px; }

input.error, textarea.error {
    border: 2px solid red; }

.errormsg {
    color: red;
    margin-left: 170px;
    display: block; }

.sort_marks_alfavit {
    display: flex;
    margin: 0; }

.sort_marks_alfavit .col {
    width: 100%;
    display: block; }

.main .content .content-all-mark .marks.sort_marks_alfavit .dropdown {
    width: 100%; }

.main .side-add ul .img_html {
    width: 28px;
    height: 19px;
    position: absolute;
    left: 0; }

.main .side-popular {
    margin-top: 30px; }

.onestep_title span {
    margin-right: .4em; }

.onestep_title .gray {
    color: #ccc; }

.form_login_block {
    background: #ededed;
    border-radius: 5px;
    padding: 2em 1em;
    line-height: 2em;
    font-size: 13px; }

.edost-plugin {
    margin-top: 5px; }

.cart_back:before {
    content: '┬л';
    position: absolute;
    left: -11px;
    top: 0; }

/*фиксированное меню*/
@media (max-width: 767px) {
    .header_mobile_menu {
        margin: 0; }

    .header_mobile_menu.fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 10000;
        background: #fff;
        padding: 0 15px; }

    #city_win .youcity_content {
        margin-left: -150px !important;
        width: 300px !important; }
    .auto-city-input ul{
        width: 260px !important;
    }

    .auto-city input[type=text] {
        width: 100% !important; } }
.filter_button_mobile {
    width: 240px;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 30px;
    display: block;
}

.menu-wrapper h3 {
    color: #fff;
    padding: 0 10px;
    line-height: 34px;
    display: block;
    text-align: center; }

.menu-wrapper .filters {
    margin: 10px;
    //border: 1px solid #3e3e3e;
    padding: 14px;
    color: #000;
    font-size: 11px;
    position: absolute;
    top: 55px;
    bottom: 50px;
    left: 0;
    right: 0;
    overflow-y: auto; }

.filters.ajax input[type="text"] {
    width: 30%;
    padding: 3px;
    margin: 3px;
}

.menu-wrapper .filters li {
    float: none;
    display: block; }

.menu-wrapper .filters + #reset_filter {
    position: absolute;
    bottom: 0px;
    display: block;
    left: 0px;
    right: 0px;
    padding: 10px;
    color: #80c500; }

.collapse.in {
    padding-bottom: 10px; }


.edost_format .delivers-table .head .box1 strong,
.edost_format .delivers-table .table-row .box1 strong{
    line-height: 22px;
}

@media (max-width: 767px) {
    .product-content .payment-info .payment-type, .product-content .payment-info-mobile .payment-type {
        text-align: center; }

    .product-content .payment-info .payment-type .block, .product-content .payment-info-mobile .payment-type .block {
        width: 49%;
        height: 80px;
        float: none;
        display: inline-block; } }
@media (max-width: 991px) {
    .edost_format .delivers-table .table-row {
        display: table-row;
        justify-content: space-between;
        align-items: center; }

    .edost_format .delivers-table .table-row .box1 .border_bottom_dashed {
        margin-left: 0; } }
#menu_main {
    background: #2A333D;
    border-bottom: 3px solid #bb2121; }

@media (min-width: 1200px) {
    .header-logo {
        height: 58px; } }
.owl-carousel {
    opacity: 0;
    white-space: nowrap;
    display: none; }

.owl-carousel .owl-stage {
    white-space: nowrap; }

.owl-carousel.owl-loaded {
    opacity: 1;
    display: block; }

.text_unknown {
    display: block;
    line-height: 20px; }

.kupit_or_oformit.list_thumbs .green-btn.hover_oformot.one_hover:hover {
    background: #fff;
    border: 1px solid #487103;
    color: #487103 !important; }

.clear-both {
    clear: both; }

@media (max-width: 620px) {
    .footer .wrapper > div {
        float: none !important;
        width: auto !important;
        padding: 10px 0 !important; }

    .footer .wrapper .footer-search {
        margin: 0px 0 10px; } }
.border_bottom_grey {
    border-bottom: 1px solid #ededed; }

.product-list .block:hover {
    background: #f1f1f1; }


@media (max-width: 991px) {
    .main .content .content-models .models .closed:hover {
        background: transparent; }

    .main .content .content-modifications .modifications li:hover {
        background: transparent; }

    .product-list .block:hover {
        background: #fff; }

    .main .content .content-models .models [role="button"] {
        background: transparent; }

    .main .content .content-models .models .drop-menu {
        background: transparent; } }
.window_small {
    position: absolute;
    bottom: 0;
    right: 0;
    font-style: italic;
    text-decoration: underline;
    line-height: 27px;
    font-size: 13px;
    color: #444;
    display: none; }
@media (max-width: 768px) {
    .window_small {
        display: block; } }

.recall_wrapper {
    width: 21px;
    overflow: hidden;
    color: transparent;
    line-height: 25px;
    background: url(../img/recall.png) center no-repeat;
    position: absolute;
    right: 45px;
    top: 0;
    opacity: .9;
    height: 100%; }



@media (min-width: 991px) {
    .recall_wrapper {
        display: none; } }

@media (max-width: 767px) {
    #recall_plugin {
        width: 90% !important; }

    #recall_plugin .recall_name {
        float: none !important;
        width: 100% !important;
        padding-bottom: 0px !important; }

    #recall_plugin .recall_value {
        margin-left: 0 !important; }

    #recall_plugin .recall_textarea {
        width: 100% !important; } }
@media (max-width: 991px) {
    .edost_format .delivers-table .head .box1, .edost_format .delivers-table .table-row .box1 {
        width: 39%; } }
@media (max-width: 991px) {
    .page_url {
        background: #efefef; }

    .gallery_main .owl-dots {
        text-align: center;
        line-height: 10px;
        margin: 10px 0; }
    .gallery_main .owl-dots .owl-dot {
        display: inline-block; }
    .gallery_main .owl-dots .owl-dot span {
        display: inline-block;
        margin: 0 .4rem;
        width: 1.2rem;
        height: 1.2rem;
        background: #80c500;
        border: 2px solid #80c500;
        border-radius: 50%;
        transition: .2s ease; }
    .gallery_main .owl-dots .owl-dot.active span {
        background: #fff; } }
.checkout .checkout-step {
    border: 0;
    position: relative;
    margin-bottom: 30px; }
.checkout .checkout-step h2 {
    margin-bottom: .5em; }
.checkout .checkout-step:nth-last-child(1) {
    margin-bottom: 0; }

.h2 {
    padding: 0;
    font-size: 1.6em;
    background: #fff;
    text-transform: initial;
    color: #434343;
    margin-bottom: .5em;
    font-weight: bold; }

.step-shipping .cityNameShipping {
    color: #609800;
    font-size: 16.8px;
    margin-right: 10px; }
.step-shipping .city_update {
    font-size: 0.65em;
    font-weight: lighter; }
.step-shipping .edost_format {
    width: 100% !important; }

input[type="radio"] {
    display: none; }

input[type="radio"] + span.checkbox {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #7a7a7a;
    vertical-align: middle;
    margin: 0; }

input[type="radio"]:checked + span.checkbox {
    background: #7ac200;
    box-shadow: 0 0 0 3px #fff inset;
    border-color: #7ac200; }

.checkout div.hint {
    position: absolute;
    left: 100%;
    top: 0.5em;
    margin-top: -0.5em;
    margin-left: 10px;
    /* &:before{
       content: "?";
       background: #d8d8d8;
       width: 19px;
       height: 19px;
       display: block;
       text-align: center;
       line-height: 19px;
       font-size: 11px;
       border-radius: 50%;
       cursor: help;
     }*/ }
.checkout div.hint > span {
    position: absolute;
    display: block;
    opacity: 0;
    pointer-events: none;
    border: 1px solid #828282;
    border-radius: 2px;
    background: #fff;
    padding: 0.5em;
    left: 100%;
    top: 0;
    margin-left: 6px;
    min-width: 200px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.checkout div.hint:hover > span {
    opacity: 1; }

span.red, .wa-form .wa-field.wa-required .wa-name:after {
    color: #bb2121;
    font-weight: bold; }

#checkout-contact-form .wa-form {
    margin: 0;
    margin-top: 1em;
    /* Firefox 19+ */
    /* Firefox 18- */ }
#checkout-contact-form .wa-form .wa-field {
    padding: 0;
    margin-bottom: 1em; }
#checkout-contact-form .wa-form .wa-field .wa-name {
    float: none;
    width: initial;
    padding: 0;
    font-size: 1em;
    color: #858585; }
#checkout-contact-form .wa-form .wa-field .wa-value {
    margin-left: initial;
    margin-bottom: 0; }
#checkout-contact-form .wa-form .wa-field .wa-value p {
    line-height: initial;
    margin-bottom: initial; }
#checkout-contact-form .wa-form .wa-field .wa-value p .field.wa-required span:after {
    color: #bb2121;
    font-weight: bold; }
#checkout-contact-form .wa-form .wa-field .wa-value input[type="text"], #checkout-contact-form .wa-form .wa-field .wa-value input[type="password"], #checkout-contact-form .wa-form .wa-field .wa-value textarea {
    width: 100%;
    min-width: initial;
    border: 1px solid #dbdbdb;
    line-height: 2.3em;
    font-size: 1.1em;
    border-radius: 2px;
    padding: 0 1em;
    color: #000;
    font-weight: 500;
    resize: none;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13) inset;
    height: 40px;
}
#checkout-contact-form .wa-form .wa-field .wa-value textarea {
    line-height: 1.5em;
    height: 10em; }
#checkout-contact-form .wa-form .wa-field .wa-value .description {
    position: absolute;
    left: 100%;
    margin-left: 1em;
    white-space: nowrap;
    top: 0;
    line-height: 3em;
    color: #aaaaaa;
    font-style: italic;
    font-size: 13px; }
#checkout-contact-form .wa-form .three_block {
    display: flex;
    justify-content: space-between; }
#checkout-contact-form .wa-form .three_block > * {
    width: 32%; }
#checkout-contact-form .wa-form .wa-field-phone {
    width: 50%; }
#checkout-contact-form .wa-form .wa-field-email {
    width: 50%; }
#checkout-contact-form .wa-form .wa-field-address {
    width: 50%; }
#checkout-contact-form .wa-form .wa-field-address .wa-name {
    display: none; }
#checkout-contact-form .wa-form .wa-field-address .wa-value > p > span.field {
    margin-bottom: 1em;
    font-size: 1em;
    position: relative; }
#checkout-contact-form .wa-form .wa-field-address .wa-value > p > span.field > span {
    display: block;
    font-size: 1em;
    color: #858585; }
#checkout-contact-form .wa-form ::-webkit-input-placeholder {
    color: #a2a2a2;
    font-weight: 100; }
#checkout-contact-form .wa-form ::-moz-placeholder {
    color: #a2a2a2;
    font-weight: 100; }
#checkout-contact-form .wa-form :-moz-placeholder {
    color: #a2a2a2;
    font-weight: 100; }
#checkout-contact-form .wa-form :-ms-input-placeholder {
    color: #a2a2a2;
    font-weight: 100; }
#checkout-contact-form .wa-form .hint {
    color: #000;
    top: initial;
    bottom: .8em; }
#checkout-contact-form .wa-form .hint > span:after {
    content: none; }


.checkout .tho_colum > * {
    display: inline-block;
    vertical-align: top; }
.checkout .tho_colum > *:nth-child(1) {
    width: 66%;
    margin-right: 1.5%; }
.checkout .tho_colum > *:nth-child(2) {
    width: 32%;
    /* padding: 15px;
     border-radius: 4px;
     border: 1px solid #dcdcdc;*/ }
.checkout .checkout-result {
    padding: 0;
    text-align: left; }
.checkout .checkout-result h1 {
    font-size: 24px;
    margin-bottom: .8em;
    font-weight: bold;
    color: #424242;
    margin-top: 0.4em; }
.checkout .data_order_block .gray {
    background: #ededed;
    padding: 30px 20px;
    border-radius: 3px; }
.checkout .data_order_block .gray h2 {
    background: transparent; }
.checkout .backSubmit {
    display: block; }

.data_order_block {
    padding: 10px; }
.data_order_block .data_order_item {
    margin-bottom: 10px;
    margin-top: 10px; }
.data_order_block .data_order_item:after{
    content: "";
    display: table;
    clear: both;
}
.data_order_block .data_order_item .name {
    color: #828282;
    font-size: 14px;
    float: left;
    margin-right: 5px;
}
.data_order_block .data_order_item .price {
    font-weight: bold;

}
.data_order_block .data_order_item .black {
    color: #000;

}

.nowrap {
    white-space: pre; }

#paymentForm em, #paymentForm br, #paymentForm .loading {
    display: none; }
#paymentForm [type="submit"] {
    width: 100%; }

.margin_b_10 {
    margin-bottom: 10px; }

.table_order .order_item {
    border-top: 1px solid #ededed;
    padding: 1px 5px; }
.table_order .order_item:nth-child(1) {
    border-top: none; }
.table_order .order_item:hover {
    background-color: #ededed; }
.table_order .order_item.hide_limit {
    display: none; }
.table_order .order_item .img_text, .table_order .order_item .price_delete {
    display: table;
    width: 100%;
    margin: 5px 0; }
.table_order .order_item .img_text > *, .table_order .order_item .price_delete > * {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box; }
.table_order .order_item .img_text .img {
    width: 33%; }
.table_order .order_item .img_text .img img {
    max-width: 100%; }
.table_order .order_item .img_text .text {
    width: 67%;
    padding-left: 10px;
    color: #3c3c3c;
    font-weight: 400;
    line-height: 1.2em; }
.table_order .order_item .img_text .text a {
    color: inherit;
    text-decoration: none; }
.table_order .order_item .img_text .text .sku_code {
    color: #969696;
    font-weight: 100;
    font-size: 0.8em; }
.table_order .order_item .price_delete .price b {
    font-weight: 500; }
.table_order .order_item .price_delete .delete {
    text-align: right; }
.table_order .order_item .price_delete .delete span.delete_cart {
    cursor: pointer;
    color: #969696;
    font-weight: 100;
    line-height: 2px; }
.table_order .order_item .price_delete .delete span.delete_cart:hover span {
    text-decoration: none; }

.form_login_block {
    padding-bottom: 0; }
@media (max-width: 767px) {
    .form_login_block {
        padding: 5px;
        font-size: 10px; } }

.form_login {
    margin-top: 10px;
    margin-bottom: 10px; }
.form_login .wa-form {
    overflow: hidden;
    margin: 0 -10px; }
.form_login .wa-form > * {
    display: block;
    width: 33.33%;
    float: left;
    clear: initial;
    padding: 0 10px; }
@media (max-width: 767px) {
    .form_login .wa-form > * {
        width: 50%; } }
@media (max-width: 767px) {
    .form_login .wa-form > *:nth-last-child(1) {
        width: 100%; }
    .form_login .wa-form > *:nth-last-child(1) .btn {
        width: 150px !important;
        line-height: 21px;
        margin: 7px auto;
        display: block;
        font-size: 16px; } }
.form_login .wa-form .wa-field .wa-name {
    float: none;
    width: initial;
    padding-bottom: 0;
    font-size: 1.1em;
    padding-top: 0;
    color: #858585; }
.form_login .wa-form .wa-field .wa-value {
    margin-left: 0px; }
.form_login .wa-form .wa-field .wa-value input[type="text"], .form_login .wa-form .wa-field .wa-value input[type="password"] {
    width: 100%;
    min-width: initial;
    border: 1px solid #dbdbdb;
    line-height: 2.3em;
    font-size: 1.1em;
    border-radius: 2px;
    padding: 0 1em;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.13) inset; }
.form_login .wa-form .wa-field .wa-submit {
    margin: 0; }
.form_login .wa-form .wa-field .wa-submit .green-btn {
    width: 100%; }
.form_login .wa-form .wa-field .wa-submit a {
    color: #858585;
    text-decoration: underline; }

.step-shipping .cityName {
    color: #609800;
    font-size: 0.8em;
    margin-right: 10px; }
.step-shipping .city_update {
    font-size: 0.65em;
    font-weight: lighter; }
.step-shipping .edost_format {
    width: 100% !important; }

input[type="radio"] {
    display: none; }

input[type="radio"] + span.checkbox {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #7a7a7a;
    vertical-align: middle;
    margin: 0; }

input[type="radio"]:checked + span.checkbox {
    background: #7ac200;
    box-shadow: 0 0 0 3px #fff inset;
    border-color: #7ac200; }

.step-payment ul.checkout-options {
    padding: 0; }
.step-payment ul.checkout-options li h3 {
    font-size: 1.1em;
    font-weight: 100;
    float: none;
    margin: 0;
    position: relative;
    display: inline-block; }
.step-payment ul.checkout-options li h3 label {
    font-weight: inherit;
    margin: 0; }
.step-payment ul.checkout-options li h3 span.checkbox {
    margin-right: 15px; }
.step-payment ul.checkout-options li p.description{
    width: auto;
    color: #639300;
    font-style: italic;
    font-size: .95em;
    margin-left: 34px;
    line-height: 1.2em;
    margin-top: .3em; }

.checkout ul.checkout-options li {
    margin-bottom: 15px; }

span.red, .wa-form .wa-field.wa-required .wa-name:after {
    color: #bb2121;
    font-weight: bold; }

#checkout-contact-form .wa-form {
    margin: 0;
    margin-top: 1em;
    /* Firefox 19+ */
    /* Firefox 18- */ }
#checkout-contact-form .wa-form .wa-field {
    padding: 0;
    margin-bottom: 1em; }
#checkout-contact-form .wa-form .wa-field .wa-name {
    float: none;
    width: initial;
    padding: 0;
    font-size: 1em;
    color: #858585; }
#checkout-contact-form .wa-form .wa-field .wa-value {
    margin-left: initial;
    margin-bottom: 0; }
#checkout-contact-form .wa-form .wa-field .wa-value p {
    line-height: initial;
    margin-bottom: initial; }
#checkout-contact-form .wa-form .wa-field .wa-value p .field.wa-required span:after {
    color: #bb2121;
    font-weight: bold; }
#checkout-contact-form .wa-form .wa-field .wa-value input[type="text"], #checkout-contact-form .wa-form .wa-field .wa-value input[type="password"], #checkout-contact-form .wa-form .wa-field .wa-value textarea {
    width: 100%;
    min-width: initial;
    border: 1px solid #dbdbdb;
    line-height: 2.3em;
    font-size: 1.1em;
    border-radius: 2px;
    padding: 0 1em;
    color: #000;
    font-weight: 500;
    resize: none;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13) inset; }
#checkout-contact-form .wa-form .wa-field .wa-value input[type="text"].error, #checkout-contact-form .wa-form .wa-field .wa-value input[type="password"].error, #checkout-contact-form .wa-form .wa-field .wa-value textarea.error {
    border-color: #f00;
    box-shadow: none; }
#checkout-contact-form .wa-form .wa-field .wa-value input[type="text"] + .error, #checkout-contact-form .wa-form .wa-field .wa-value input[type="password"] + .error, #checkout-contact-form .wa-form .wa-field .wa-value textarea + .error {
    position: absolute;
    color: #f00;
    font-size: 12px; }
#checkout-contact-form .wa-form .wa-field .wa-value textarea {
    line-height: 1.5em;
    height: 10em; }
#checkout-contact-form .wa-form .wa-field .wa-value .description {
    position: absolute;
    left: 100%;
    margin-left: 1em;
    white-space: nowrap;
    top: 0;
    line-height: 3em;
    color: #aaaaaa;
    font-style: italic;
    font-size: 13px; }
#checkout-contact-form .wa-form .three_block {
    display: flex;
    justify-content: space-between; }
#checkout-contact-form .wa-form .three_block > * {
    width: 32%; }
#checkout-contact-form .wa-form .wa-field-phone {
    width: 50%; }
#checkout-contact-form .wa-form .wa-field-email {
    width: 50%; }
#checkout-contact-form .wa-form .wa-field-address {
    width: 50%; }
#checkout-contact-form .wa-form .wa-field-address .wa-name {
    display: none; }
#checkout-contact-form .wa-form .wa-field-address .wa-value > p > span.field {
    margin-bottom: 1em;
    font-size: 1em;
    position: relative; }
#checkout-contact-form .wa-form .wa-field-address .wa-value > p > span.field > span {
    display: block;
    font-size: 1em;
    color: #858585; }
#checkout-contact-form .wa-form ::-webkit-input-placeholder {
    color: #a2a2a2;
    font-weight: 100; }
#checkout-contact-form .wa-form ::-moz-placeholder {
    color: #a2a2a2;
    font-weight: 100; }
#checkout-contact-form .wa-form :-moz-placeholder {
    color: #a2a2a2;
    font-weight: 100; }
#checkout-contact-form .wa-form :-ms-input-placeholder {
    color: #a2a2a2;
    font-weight: 100; }
#checkout-contact-form .wa-form .hint {
    color: #000;
    top: initial;
    bottom: .8em; }
#checkout-contact-form .wa-form .hint > span:after {
    content: none; }

.pre {
    white-space: pre; }

.order_params {
    position: relative;
    margin-bottom: 20px; }
.order_params .name {
    font-weight: 400; }
.order_params .description {
    color: #639300;
    font-style: italic;
    font-size: .95em;
    line-height: 1.2em; }

#checkout-btn {
    width: 90%;
    max-width: 250px;
    margin: 10px auto;
    display: block; }

.gray_small {
    line-height: 1.4em;
    color: #777777;
    font-style: italic;
    font-size: 14px;
    margin: 10px 0; }

.step-confirmation .checkout-step-content {
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #ccc; }

#terms-error {
    text-align: center;
    color: red;
    border: 1px solid red; }

@media (max-width: 991px) {
    .checkout .tho_colum {
        display: block;
        margin: 0 0px; }
    .checkout .tho_colum > * {
        margin: 0; }
    .checkout .tho_colum > *:nth-child(1) {
        width: 100%; }
    .checkout .tho_colum > *:nth-child(2) {
        width: 100%; } }
@media (max-width: 767px) {
    .main .content h3 {
        max-width: initial; } }
.box0{
    display: none;
}
@media (max-width: 552px) {
    #checkout-contact-form .wa-form .three_block {
        display: block; }
    #checkout-contact-form .wa-form .three_block > * {
        width: 100%; }
    #checkout-contact-form .wa-form .wa-field-phone {
        width: 100%; }
    #checkout-contact-form .wa-form .wa-field-email {
        width: 100%; }
    #checkout-contact-form .wa-form .wa-field-address {
        width: 100%; }

    .checkout .checkout-step h2 {
        font-size: 1.2em; }
    .checkout .checkout-step .total_text {
        font-size: x-large; }

    .edost_format .delivers-table {
        font-size: 10px; }
    .edost_format .delivers-table .box1 {
        font-size: 1.2em; }
    .edost_format .delivers-table .box2 {
        font-size: 1.2em; }
    .edost_format .delivers-table .box3 {
        font-size: 1.2em; }
    .edost_format .delivers-table .box4 {
        font-size: 1.2em; }

    .step-payment ul.checkout-options li h3 {
        font-size: 0.9em; }
    .edost_ico{
        display: none;
    }
    .box0{
        display: none;
    }
    .edost_main .green-href{
        display: inline-block;
        width: 75%;
        vertical-align: middle;
    }
    .product-content .box1 .edost_format_name{
        display: block;
    }
    .checkout-content .box1 .edost_format_name{
        margin-left: 18px;
        display: block;
    }
    .edost_description{
        display: block;
    }
    .edost_price_head{
        white-space: nowrap;
    }
    .product-content .edost_main .delivers-table .head p.box1{
        text-align: left;
    }

    .checkout-content .edost_main .delivers-table .head p.box1{
        text-align: center;
    }
}
span.edost_format_name {
    color: #000;
    font-size: 14px;
    font-weight: normal; }

@media (max-width: 500px) {
    .edost_format .delivers-table .table-row .box1 img {
        position: initial; }

    .edost_format .delivers-table .table-row .border_bottom_dashed {
        margin-left: 0; }

    .edost_format .delivers-table .table-row .green-href {
        border-bottom: 0; }

    .edost_format .delivers-table .table-row .name_trafic {
        display: block;
        line-height: 1em; }

    span.edost_format_name {
        font-size: 11px; } }
#no_pochta_block {
    display: none;
    width: 90%;
    max-width: 384px;
    padding: 15px 20px;
    box-sizing: content-box; }
#no_pochta_block #no_pochta {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 10px 15px; }
#no_pochta_block #no_pochta .dop_buttons {
    display: flex;
    width: 100%;
    justify-content: space-around;
    line-height: 70px; }
#no_pochta_block .fancybox-close-small {
    right: 22px;
    top: 18px; }

.cart_back {
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 13px;
    font-family: sans-serif;
    color: #609800;
    text-decoration: underline; }

a:hover .underline_parent_a {
    text-decoration: none; }
a .underline_parent_a {
    text-decoration: underline; }

h1 {
    padding: 0;
    font-size: 25px;
    background: #fff;
    text-transform: initial;
    color: #000;
    font-weight: 400;
    margin: 0;
    display: block;
    font-family: sans-serif; }
@media (max-width: 767px) {
    h1 {
        font-size: 21px;
        margin-top: 12px; } }

h2 {
    line-height: 1.1;
    color: inherit;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 5px;
    display: inline-block;
    font-family: sans-serif; }
@media (max-width: 767px) {
    h2 {
        font-size: 18px; } }

h3 {
    font-size: 18px;
    font-family: sans-serif; }
@media (max-width: 767px) {
    h3 {
        font-size: 16px; } }

.delivery-row .block .name {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.1em; }
.row.delivery-row .navigation{
    background: none;
    display: table;
    margin-top: -10px;
    z-index: 1;
}



@media (min-width: 992px) {
    .row.delivery-row .navigation .town{
        display: none;
    }
}



.button_top_block {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000; }
.button_top_block span {
    height: 38px;
    width: 40px;
    padding-right: 2px;
    opacity: 0;
    position: absolute;
    right: -2px;
    bottom: 20px;
    margin-left: 25px;
    font-size: 15px;
    line-height: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
.button_top_block span:before {
    content: "";
    display: block;
    font-size: 40px;
    line-height: 0px;
    padding-top: 32px;
    margin-bottom: -11px;
    background: url(../img/top_white.png);
    background-repeat: no-repeat;
    background-position: center; }
.button_top_block span.btn.green-btn:hover {
    background: #80c500;
    border: 1px solid #80c500; }
.row.cat-nav .container {
    position: relative; }
.row.cat-nav .container .desc.bar_menu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000; }

.gallery_main a img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%; }



.product_list_slider .block {
    padding: 0 7px; }
.product_list_slider .block:hover {
    background: #f1f1f1; }
.product_list_slider .block:hover h4 a {
    background: rgba(241, 241, 241, 0.9); }

.block_show_hide {
    overflow: hidden; }

.green-btn.hover_oformot span.hover {
    display: none; }
.green-btn.hover_oformot:after {
    height: 100%; }
.green-btn.hover_oformot:hover span.hover {
    display: block; }
.green-btn.hover_oformot:hover span.no_hover {
    display: none; }
.green-btn.hover_oformot:hover:after {
    height: 4px; }
.green-btn.hover_oformot.one_hover span.hover {
    display: none; }
.green-btn.hover_oformot.one_hover span.no_hover {
    display: block; }
.green-btn.hover_oformot.one_hover:hover {
    background: #487103;
    border: 1px solid #487103; }

.kupit_or_oformit:not(.oformit) a {
    display: none; }
.kupit_or_oformit.oformit button {
    display: none; }

#checkout-btn[data-pochta-rossii] {
    opacity: .65; }


.product-content .soc-widget {
    position: absolute;
    right: 10px;
    z-index: 2;
    margin-top: 10px; }

@media (max-width: 991px) {
    .side-add.quick li {
        margin-top: 3px !important;
        display: inline-block; }
    .side-add.quick li a {
        display: initial; }
    .side-add.quick li:after {
        content: "|";
        margin: 0 5px; }



    .main .content .show-all {
        float: none;
        text-align: center;
        display: block; } }
@media (max-width: 480px) {
    .product_list_slider .owl-prev, .product_list_slider .owl-next {
        top: 25% !important; }

    .related .block .pricing .current-price {
        font-size: 15px; }

    .block-product-item .item_name {
        height: 19px; }

    .related .block .title {
        min-height: 1em; } }
.kupit_or_oformit {
    text-align: center; }

@media (min-width: 992px) {
    .show_991 {
        display: none; } }
.category-description .go_redy {
    color: #80c500;
    border-bottom: 1px dashed #80c500;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
    text-decoration: none; }
.category-description .go_redy:hover {
    text-decoration: none; }

.car_select {
    position: relative; }
.car_select:after {
    content: "";
    border: 0;
    width: 50px;
    top: 0;
    right: 0;
    height: 35px;
    display: block;
    position: absolute;
    pointer-events: none;
    background: url(../img/trigger.png) center no-repeat; }
.car_select select {
    background: #fff; }

.mynav_wrapper {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    justify-content: space-between;
    margin: 20px 0; }
.mynav_wrapper ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0; }
.mynav_wrapper ul li {
    display: inline-block; }
.mynav_wrapper ul li a {
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: none;
    padding: 0 10px;
    margin-right: 10px;
    background: transparent;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #000;
    text-decoration: none; }
.mynav_wrapper ul li.selected a {
    border-color: #ccc;
    background: #f1f1f1; }

.cartView {
    display: block;
    margin: 0 0 35px; }

.cartView,
.cartView a {
    color: #424242; }

/* Table */
.cv_list {
    width: 66%;
    vertical-align: top;
    display: inline-block;
    margin-right: 2%; }

.cv_list tr:hover {
    background-color: #ededed; }

@media (max-width: 991px) {
    .cv_list tr:hover {
        background-color: #fff; }
}

.cv_list tr:first-child {
    border-top: 1px solid #dcdcdc; }

.cvl_items {
    vertical-align: super;
    border-bottom: 1px solid #dcdcdc; }

.cvl_items td {
    padding: 5px;
    vertical-align: middle; }

.ccig_btn {
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #80c500; }

.ccig_count,
.ccig_btn {
    cursor: pointer;
    user-select: none;
    border-radius: 4px; }

.qty_block {
    display: flex; }

.ccig_count {
    margin: 0 4px;
    text-align: center;
    border: 1px solid #dcdcdc; }

td.cvli_goodsCount {
    padding: 0 5px;
    align-items: center; }

.cvli_price {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    white-space: nowrap; }

.cvli_price.full_price {
    font-size: 20px; }

.cvlig_picture {
    width: 135px;
    max-width: 135px; }

.cvlig_picture img {
    max-width: 100%; }

.icon16.remove {
    cursor: pointer;
    vertical-align: unset; }

/* Total Block */
.cv_total {
    float: right;
    width: 31%;
    vertical-align: top;
    display: inline-block;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #dcdcdc; }

.cvt_backTOStore {
    margin: 0 0 35px;
    text-align: right; }

.cvt_backTOStore > a {
    font-size: 14px;
    border-bottom: 2px solid #bbb; }

.cvt_backTOStore > a:hover {
    border-bottom: 0; }

.cartView .cv_total .cvt_backTOStore > a {
    transition: none;
    text-decoration: none; }

.cvt_price {
    font-size: 23px;
    text-align: center;
    margin: 25px 0; }

.cvtp_value {
    font-weight: bold;
    font-size: 1.4em; }

.cvtp_label {
    display: none;
    color: #828282;
    font-size: 14px; }

.name_product {
    text-decoration: underline;
    font-weight: 500;
    font-family: calibri, sans-serif;
    font-size: 16px;
    color: #000; }

.cartView .color_gray {
    color: #8a8a8a;
    font-size: 12px; }

.cartView .color_black {
    color: #000; }

.cvtp_about {
    font-size: 14px;
    margin: 20px 0;
    text-align: center; }

.cvtp_input {
    width: 100%;
    height: 35px;
    font-size: 16px;
    border-radius: 4px;
    padding: 0 0 0 14px;
    border: 1px solid #dcdcdc;
    box-shadow: inset 0 0 7px -4px;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    -moz-appearance: textfield; }

.cvtp_input::-webkit-inner-spin-button {
    display: none; }

.cv_total .cvt_submit {
    border: 0;
    max-width: 300px;
    padding: 20px 10px;
    text-align: center;
    line-height: normal;
    white-space: normal;
    width: 100%;
    margin: 0 auto;
    display: block; }

@media (max-width: 1199px) {
    .cv_list {
        width: 70%; }

    td.cvli_goodsCount {
        padding: 0; } }
/*@media (max-width: 991px) {
  .cartView {
    flex-wrap: wrap;
  }
  .cvl_items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .cv_list,
  .cv_total,
  .cvli_goodsView {
    width: 100%;
  }
  .cv_list tr:first-child {
    border-top: 0
  }
  .cvl_items {
    border-bottom: 0;
    border-top: 1px solid #dcdcdc;
  }
  td.cvli_goodsCount {
    margin: 0 auto;
  }
  td.cvli_price,
  td.cvli_goodsCount {
  }



  .cv_total {
    border: 0;
    margin: 15px 0 0 0;
  }
  .cvt_backTOStore {
    display: none;
  }
  .cvt_price {
    text-align: left;
    font-weight: bold;
  }
  .cvtp_value {
    font-size: inherit;
  }
  .cvtp_label {
    display: block;
  }

}*/
/*
@media(max-width: 767px){
  .cvlig_picture {
    width: 100px;
  }
  td.cvli_price{
    width: 28%;
  }
  td.cvli_goodsCount {
    width: 37%;
  }
  td.full_price {
    width: 35%;
  }
  .cvlig_picture img{
    width: 100%;
  }
  td.cvli_goodsView{
    display:table;
    margin: 10px 0;
  }
  td.cvli_goodsView > *{
    display: table-cell;
    vertical-align: middle;
  }
  .cvl_items {
    position: relative;
  }
  .cvli_delete{
    position: absolute;
    right: 0;
    top:0;
  }
  .cvli_delete i{
    display: none !important;
  }
  .cvli_delete span:before{
    content: "╨г╨┤╨░╨╗╨╕╤В╤М ╤Е";
    text-decoration: underline;
    color: #979797;
    font-size: 11px;
  }
  .cv_total{
    padding: 0;
  }
  .cv_total .cvt_submit{
    font-size: 1.3em;
    padding: 0;
    line-height: 3em;
  }
  .main .content h3{
    font-size: 19px;
    max-width: initial;
  }
}
.delete_cart{
  font-size: 30px;
  text-decoration: none;
}
.delete_cart span{
  text-decoration: underline;
  font-size: 14px;
  vertical-align: middle;
}*/
.cart_wrapper {
    margin-top: 5px; }

@media (max-width: 1199px) {
    .cvlig_picture {
        width: 100px;
        max-width: 100px; }

    .cv_total {
        width: 27%; }

    .cv_total .cvt_submit {
        padding: 15px; } }
@media (max-width: 991px) {
    .cv_total {
        float: none;
        width: 100%; }

    .cv_list {
        margin: 0;
        width: 100%;
        margin-bottom: 20px; } }
@media (min-width: 767px) {
    .visible-xs-inline {
        display: none; } }
@media (max-width: 767px) {
    .cvl_items {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        position: relative;
        padding: 3px 0; }

    .cvl_items td {
        width: 100%;
        margin-left: 110px;
        padding: 0 5px; }

    .cvl_items .cvli_goodsView {
        padding: 0;
        position: absolute;
        left: 0;
        margin: 0;
        top: 3px;
        width: initial; }

    .cvl_items .cvli_goodsCount {
        width: 100px;
        padding: 0px;
        position: absolute;
        left: 0;
        margin: 0;
        width: initial;
        bottom: 3px; }

    .cvl_items .cvli_price.full_price {
        position: absolute;
        right: -4px;
        bottom: 3px;
        width: initial;
        margin-left: 0; }

    .cvl_items .cvli_delete {
        padding: 0;
        position: absolute;
        right: 10px;
        bottom: 28px;
        width: initial;
        margin-left: 0;
        text-transform: lowercase;
        text-decoration: underline;
        color: #8a8a8a;
        font-size: 12px; }

    .ccig_btn {
        width: 22px;
        height: 22px; }

    .ccig_count {
        height: 22px;
        line-height: 22px; }

    .cvli_goodsName {
        min-height: 70px; }

    .cvlig_picture img {
        max-width: 100%;
        /*max-height: 67px;*/ }

    .cvlig_picture {
        text-align: center; }

    .cv_total {
        padding: 0;
        border: none; }

    .cvt_price {
        padding-left: 115px;
        margin: 0;
        text-align: left;
        font-size: 20px;
        padding-right: 15px; }

    .cvt_price br {
        display: none; }

    .cvt_price .cvtp_value {
        float: right;
        line-height: 24px;
        font-weight: bold;
        white-space: nowrap;
        font-size: 1em; }

    .cv_list {
        margin-bottom: 7px; } }


@media (max-width: 767px) {
    .cvl_items .cvli_price.full_price {
        position: initial;
        margin-left: 110px; }

    .cvl_items .cvli_delete {
        padding: 0;
        width: 110px;
        text-align: center;
        bottom: 3px;
        left: 0;
        right: initial; }

    .cvl_items .cvli_goodsCount {
        bottom: 28px; }

    .cvt_price {
        padding: 0; } }


@media (min-width: 400px) and (max-width: 767px) {
    .cvl_items .cvli_price.full_price {
        position: absolute; }
}
.cat-nav .container {
    padding: 0 !important; }

.cat-nav ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    position: relative;
    font-size: 0;
}
.cat-nav ul.desc > li{
    line-height: 36px;
    vertical-align: middle;
    display: inline-block;
    width: 25%;
    text-align: center;
    background-color: #2A333D; }

.cat-nav ul.mobile > li{

    line-height: 36px;
    vertical-align: middle;
    display: inline-block;
    width: 33.33%;
    text-align: center;
    background-color: #2A333D; }


.cat-nav ul.desc > li > a,
.cat-nav ul.mobile > li > a{
    color: #efefef;
    text-decoration: none;
    display: block; }

.cat-nav ul.desc > li, .cat-nav ul.mobile > li.filter-btn{
    line-height: 18px;
}
.cat-nav ul.mobile > li.filter-btn a{
    vertical-align: middle;
}

/*
.cat-nav ul.desc > li > a.active, .cat-nav ul.desc:not(.mobile) > li > a:hover {
    color: #000;
    background: #f1f1f1; }*/

.cat-nav .mobile {
    /*overflow: hidden;*/
    width: 100%;
    display: table; }

.cat-nav .mobile li {
    border-right: 1px dashed #fff; }

.cat-nav .mobile li.active {
    background: #828282; }

.cat-nav .mobile li:last-child {
    border-right: 0; }

.npw_header {
    font-size: 17px;
    font-weight: 300;
    line-height: 45px; }
/*
.np_wrapper:hover .npw_content {
    opacity: 1;
    display: block; }*/



.npw_content {
    left: 0px;
    text-align: left;
    border-top: 3px solid #bb2121;
    background-color: #fff;
    position: absolute;
    display: none;
    padding-bottom: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	}
.npw_content a.main-link{
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #808080;
    padding-bottom: 10px;
}
/*.npw_content a.main-link:after{
    display: block;
    content: ' ';
    border-bottom: 1px dashed #808080;
    clear: both;
    margin-top: 10px
}*/
.npw_content a.main-link:hover{
    text-decoration: none;
}

.npw_content a.main-link .title{
    color: #000;
    display: block;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.npw_content a.main-link .description{
    color: #808080;
    display: block;
    font-size: 12px;
    line-height: 14px;
    Height: 28px;
    overflow: hidden;
}

.npw_content ul.subcategories-list{
    margin-top: 10px;
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
    display: inline-block;
}
.npw_content ul.subcategories-list li a{
    text-decoration: underline;
    color: #000;
}

.npw_content .sub-description{
    margin-top: 10px;
    font-size: 10px;
    color: #808080;
}

.npw_content .view-all{
    float: right;
    color: #000;
    text-decoration: underline;
}

.npw_content .view-all-category{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #000;
    text-decoration: underline;
    font-size: 14px;
}

.np_wrapper:after{
    display: none;
    bottom: 0;
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #bb2121;
}

.np_wrapper.after:after{
    display: inline;
}

.npw_content .img-warp{
    width: 80px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    float: left;
    margin-right: 5px;
}
.npw_content img{
    max-width: 100%;
    max-height: 100%;
}
.npw_content ul.columns.three{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
}
.npw_content ul.columns.three li{
    text-align: left;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin: 5px 0;
}

.npw_content ul.columns.three li:last-child .main-link:after,
.npw_content ul.columns.three li:nth-child(5n) .main-link:after{
    border-bottom-color: #fff;
}


@media (max-width: 1199px) {
    .npw_content a.main-link .title{
        font-size: 12px;
    }
}


.npwc_listWrapper {
    display: block;
    /*padding: 20px 95px 20px 20px;*/
    padding: 20px;
}

.npw_footer a,
.npwc_listWrapper a {
    font-size: 14px;
    line-height: 24px; }

.npwc_item {
    padding: 10px;
    margin: 0 auto 0 0; }

.npwci_list.on_socle .npwcil_item a::after {
    content: ','; }

.npwci_list.on_socle .npwcil_item a:last-child::after {
    content: ''; }

.npw_content .npw_footer a,
.npwci_list .npwcil_item a {
    padding: 0 0 1px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid; }

.npw_content .npw_footer > a:hover,
.npwci_list .npwcil_item > a:hover {
    color: #754a4a;
    border-bottom: none; }

.npw_content .npw_footer > a {
    color: #80c500; }

.npw_footer {
    text-align: center;
    font-weight: bold;
    margin: 10px; }

.npwci_header {
    font-weight: bold; }

#avtolampy, #part_1841{
    left: unset;
    width: 66.7%;
    right: 0;
    position: absolute;
}


.header_mobile_menu{
    z-index: 11;
    position: relative;
    background: #fff;
}

.overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}

@media (min-width: 992px) {
    .site-wrapper{
        padding: 0;
    }
}





@media (max-width: 991px) {
    .cat-nav .container {
        background: #404040;
        border-bottom-width: 2px; }

    .cat-nav ul li a {
        line-height: 38px; } }

@media (max-width: 768px) {
    .cat-nav ul li {
        height: 38px;
        display: table-cell;
        vertical-align: middle; }

    .cat-nav ul li a {
        line-height: 38px;
        width: 100%;
        font-size: 14px; }
    .cat-nav ul li.filter-btn a {
        line-height: 18px;
    }}
@media (min-width: 445px) {
    .cat-nav ul li.filter-btn a {
        line-height: 38px;
 } }
}

[data-toggle-close="close_block"] {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 30px;
    line-height: 22px;
    text-decoration: none; }

[data-toggle-close="close_block"] span {
    text-decoration: underline;
    font-size: 14px;
    vertical-align: middle; }

[data-toggle-close="close_block"]:hover, [data-toggle-close="close_block"]:focus {
    color: #000;
    text-decoration: none; }

.main .breadcrumb > li + li:before {
    content: "›";
    font-size: 18px;
    vertical-align: -3px;
}
.main .breadcrumb > li > *{
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .main .container .breadcrumb{
        margin: 10px 30px 5px 0;
        height: 21px;
        overflow-x: scroll;
    }
    .main .breadcrumb > li > *{
        font-size: 13px;
    }
    .main .breadcrumb > li + li:before {
        content: "›";
        font-size: 16px;
        vertical-align: -3px;
    }
}
.main .breadcrumb > a.back:before {
    content: '«'; }

.breadcrumb_wrapper {
    position: relative;
    overflow: hidden; }
.breadcrumb_wrapper:not(.one_strok) .show_only_one_strok {
    display: none; }
.breadcrumb_wrapper .show_only_one_strok {
    position: absolute;
    top: 11px;
    background: #fff;
    z-index: 1;
    padding: 0px;
    font-size: 12px;
    box-shadow: 12px 1px 6px 0px #fff;
    padding-left: 15px;
    background-image: url(../img/trigger.png);
    background-repeat: no-repeat;
    color: #80c500;
    background-position: left center; }
.breadcrumb_wrapper.one_strok .breadcrumb {
    white-space: nowrap;
    float: right; }
.breadcrumb_wrapper.one_strok.one_strok_no_active {
    margin: 10px 0 5px;
    line-height: 20px; }
.breadcrumb_wrapper.one_strok.one_strok_no_active .show_only_one_strok {
    position: initial;
    background-image: url(../img/trigger_rotare.png);
    padding-right: 10px;
    box-shadow: initial; }
.breadcrumb_wrapper.one_strok.one_strok_no_active .breadcrumb {
    white-space: initial;
    float: none;
    display: inline; }

.hint_cart {
    line-height: 16px;
    font-style: italic;
    font-size: 12px;
    font-weight: 600;
    margin: 4px 0px; }

.entry-title .soc-widget {
    float: right; }

@media (max-width: 1199px) {
    .entry-title .soc-widget {
        margin-left: 10px; } }
@media (max-width: 340px) {
    .entry-title .soc-widget {
        margin-left: 0px; } }
[data-id-content="filter_button_mobile"] {
    display: none; }

.filter_button_mobile {
    display: none; }

@media (max-width: 991px) {
    [data-id-content="filter_button_mobile"] {
        display: block; }

    .filter_button_mobile {
        display: block;
        order: 1;
        margin-bottom: 4px; }

    .content-pop-products {
        display: flex;
        flex-wrap: wrap; }

    .main .content .content-pop-products .more-prod {
        order: 5;
        display: block;
        text-align: center;
        width: 100%; }

    .content-pop-products .product-list {
        order: 10;
        display: block;
        width: 100%; }

    .content-pop-products .entry-title {
        /*order: 7;*/
        width: 100%;
        margin-bottom: 5px; } }
.gallery_main {
    text-align: center; }
.gallery_main .owl-stage-outer {
    border: 1px solid #eee; }
.gallery_main a {
    display: inline-block;
    vertical-align: middle; }

@media (max-width: 400px) {
    .product_list_slider .block {
        width: 120px; } }
.total_text {
    font-size: x-large; }

.menu-wrapper .menu > li.catalog a.show_siblings.active:before {
    content: '';
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 29px;
    background: url(../img/next.png) center no-repeat; }
.menu-wrapper .menu > li.catalog a.show_siblings:before {
    content: '';
    background: url(../img/trigger.png);
    width: 9px;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    bottom: 0;
    margin-top: -3px; }
.menu-wrapper .menu > li.catalog span.show_parent_siblings {
    width: 30px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px; }
.menu-wrapper .menu > li.catalog span.show_parent_siblings:before {
    content: '';
    background: url(../img/trigger.png);
    width: 9px;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    bottom: 0;
    margin-top: -3px; }
.menu-wrapper .menu > li.catalog a.active > span.show_parent_siblings:before {
    content: '';
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 29px;
    background: url(../img/next.png) center no-repeat; }
.menu-wrapper .menu > li.catalog ul {
    padding: 0; }

/*# sourceMappingURL=style.css.map */


.main .content .show-all.on-homepage,
.main .content .show-all.on-catalog{
    float: right;
}

.edost_format_description.edost_warning{
    display: none !important;
}


.checkout input.edost{ left: 0 !important; position: static !important; top: 0 !important; }
table.edost td{ margin: 0; padding: 0; }
div.edost_main, div.edost_office_window, div.edost_main table{ font-family: arial; line-height: normal; }
div.edost_main table, div.edost_office_window table{ margin: 0; }
div.edost_main table td, div.edost_office_window table.edost_office_head td{ border: 0px; padding: 0px; }
td.edost_office_head_delimiter{ border-color: #ccc !important; border-style: solid !important; border-width: 0 1px 0 0 !important; }
/*
    div.edost_office_window_fon { z-index: 1500 !important; }
    div.edost_office_window { z-index: 1501 !important; }
*/
div.edost_warning{ color: #F00; }
div.edost_warning_big{ font-size: 14px; font-weight: bold; }
div.edost_description{ color: #555; }
div.edost_format{ padding: 0; }
div.edost_format_border{ padding: 8px; border: 1px solid #BBB; }
div.edost_format_info{ padding: 0 0 12px 0; font-size: 13px; }
div.edost_format_description{ font-size: 12px; padding: 4px 0 0 0; }
.edost_format_description{
    font-size: 13px;
    display: block;
    line-height: 15px;
    margin-bottom: 11px;
    color: #757575;
}
div.edost_format_head{ background: #888; padding: 2px 0 2px 8px; color: #FFF; font-size: 18px; font-weight: bold; }
div.edost_format span.edost_insurance{ font-size: 14px; }
td.edost_format_head{ vertical-align: middle; }
td.edost_format_ico{ vertical-align: top; }
div.edost_delimiter{ border-width: 1px 0 0 0; border-color: #CCC; border-style: solid; }
div.edost_delimiter_ms{ margin: 5px 0px 5px 24px; }
div.edost_delimiter_mb{ margin: 15px 0px 15px 24px; }
label.edost_format_radio{ margin-left: 7px; }
input.edost_format_radio, label.edost_format_radio{ vertical-align: middle; }
div.edost_ico{ display: inline-block; vertical-align: middle; width: 60px; height: 32px; }
span.edost_description{ color: #555; }
span.edost_price_head{ font-weight: 100; color: #000; }
span.edost_format_tariff{ color: #000; font-size: 15px; font-weight: bold; }
span.edost_format_link{ cursor: pointer; color: #A00; font-size: 14px; font-weight: bold; }
span.edost_format_link_big{ cursor: pointer; color: #F00; font-size: 14px; font-weight: bold; }

span.edost_format_price{ font-weight: 100; }
span.edost_price {
    color: #000;
    font-weight: bold;
}
span.edost_price_free {
    color: #080;
    font-weight: bold;
}
span.edost_price_free{
    color: #65a200;
}
span.edost_format_address_head{ color: #888; font-size: 12px; font-weight: normal; }
span.edost_format_address{ color: #000; font-size: 12px; font-weight: normal; }
span.edost_format_company{ color: #000; font-size: 12px; font-weight: normal; }
span.edost_format_company_head{ color: #999; font-size: 12px; font-weight: normal; }
span.edost_format_company_name{ color: #555; font-size: 12px; font-weight: normal; }
.error_pochta_rossii,.error_shipping_cost{
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 10px;
    font-style: italic;
    color: #bb2121;
}

.error_pochta_rossii a{
    color: inherit;
    text-decoration: underline;
}
.error_pochta_rossii a:hover{
    text-decoration: none;
}
.text_unknown{
    display: block;
    line-height: 20px;
}


.login-cart-container{
    width: 300px;
}

.login-cart-container .close-dialog{
    position: relative;
    top: -15px;
    text-decoration: underline;
}

.login-cart-container .your-phone{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.login-cart-container .login-form{
    margin: 20px 0px;
    text-align: center;
}
.login-cart-container .cvtp_input{
    width: 100%;
    max-width: none;
}

.login-cart-container .cvt_submit{
    width: 200px;
    height: 40px;
    line-height: normal;
    padding: 0;
}

.login-cart-container .cvtp_input{
    text-align: center;
    padding: 0
}
.login-cart-container .login-form .cvt_submit{
    margin-top: 10px;
}

.login-cart-container .response.error{
    color: red;
}
.login-cart-container .response.success{
    color: green;
}

.login-cart-container .forgotpassword-title{
    text-align: center;
    padding: 0 0 20px 0;
}
.login-cart-container .forgotpassword-title:after{
    display: block;
    height: 1px;
    background: #000;
    content: ' ';
    margin-top: -10px;
}
.login-cart-container .forgotpassword-title span{
    background: #fff;
    padding: 10px;
    color: #23527c;
}
.login-cart-container .forgotpassword-title a{
    border-bottom: 1px dashed #23527c;
}
.login-cart-container .forgotpassword-title a,
.login-cart-container .forgotpassword-title a:hover,
.login-cart-container .forgotpassword-title a:active{
    text-decoration: none;
}
.login-cart-container .wa-captcha.wa-recaptcha{
    padding: 10px 0 0 0;
}

.login-cart-container .wa-captcha.wa-recaptcha .g-recaptcha{
    transform: scale(0.83);
    transform-origin: 0 0;
}
.login-cart-container .forgotpassword-form{
    text-align: center;
}

.select-form select:disabled,
.select-form select:disabled{
    color: #828282 !important;
}

.category-products-block{
    margin-bottom: 20px;
    width: 100%;
}
.category-products-block:first-child{
    margin-bottom: 25px;
}

.manufacturer{
    font-weight: bold;
}
.mobile .manufacturer{
    font-weight: bold;
}
.content .side-add.quick{
    margin-top: 30px
}



.catalog-block{
    margin-top: 50px;
}

.catalog-item{
    text-align: center;
    display: inline-block;
    padding: 15px;
}
.main .content .content-pop-products .category-products-block.filtration-btn a.more-prod{
    text-align: center;
}
.main .content .content-pop-products .category-products-block.last-block{
    margin-bottom: 0px;
}
@media (max-width: 991px) {
    .category-products-block.filtration-btn{
        margin-bottom: 0px;
        margin-top: 15px;
    }
}

.content.oh .npw_content{
    display: block;
    position: static;
    border-top: none;
}

@media (max-width: 991px) {
    .que-dialog{
        position: absolute !important;
        top: 0  !important;
        width: 100% !important;
        height: 100% !important;
        display: block  !important;
        margin: 0 !important;
    }
    .que-dialog-cell{
        padding: 0px  !important;
    }
    .que-dialog-wrapper{
        z-index: 10000 !important;
    }
}
.que-dialog .button{
    padding: 6px 12px !important;
}

.side-filter .filters ul li{
    position: relative;
    padding-left: 20px;
}
@media (max-width: 991px) {
	.side-filter .filters ul li{
		padding-bottom: 10px;
	}
}


#checkout-contact-form .comment{
    margin-bottom: 0;
}

#checkout-contact-form .wa-form .wa-field.wa-field-comment{
    margin-bottom: 0;
}
#checkout-contact-form .wa-form .wa-field-address .wa-value > p > span.field > span.city_update,
#checkout-contact-form .wa-form .wa-field-phone .wa-value span.city_update{
    display: inline;
    position: absolute;
    left: 100%;
    margin-left: -75px;
    margin-top: -29px;
}
#checkout-contact-form .wa-form .wa-field-address .wa-field-address-region .jq-selectbox{
    display: block !important;
}

.fancybox-slide .content{
    width: 70%;
}
@media (max-width: 991px) {
    .fancybox-slide .content{
        width: 95%;
    }
}
span.edost_format_description{
    width: auto;
    color: #639300;
    font-style: italic;
    font-size: .7em;
    line-height: 1.2em;
    margin-top: .3em; }

.align-center{
    text-align: center;
}
.onestep-cart .error { color: #f00; }
.onestep-cart .error-border{
    border: 1px solid #f00;
    padding: 5px;
}

.checkout-step.step-shipping.error-border{
    margin-top: 5px;
}

.plugin_arrived-button a{
    color: #65a200;
    text-decoration: none;
    border-bottom: 1px dashed !important;
    margin-bottom: 10px;
    display: inline-block;
}
#cart-form{
    text-align: center;
}
.plugin_arrived-header{
    background: none  !important;
    text-shadow: none  !important;
    color: #000 !important;
}
body{
    display: block !important;
}
.auto-city-input ul{
    max-height: 300px !important;;
    overflow: auto !important;
}

.block-link{
    width: 100%;
    height: 100%;
    text-align: left;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: unset;
    color: #000;
}

.img .block-link{
    text-align: center;
    padding-left: 0;
}

.block-link:hover, .block-link:focus {
    text-decoration: none;
    color: #000;
}

/* START #DEVEL-13 */
.select-form .btn{
    border-radius: 6px;
}
@media (max-width: 991px){
    .main .content .entry-title h2{
        font-weight: 600;
    }
}
/* END #DEVEL-13 */

.ws-chat .ws-chat-btn-el-container{
    z-index: 9999 !important;
}
.ws-chat-mobile .ws-chat-btn-el-container{
    z-index: 2 !important;
}

/* START #DEVEL-5 */
.modal-login .wa-error-msg{
    color: red;
    font-style: normal;
    display: inline-block;
    margin-top: 3px;
    font-size: 14px;
}
.modal__inner .modal-login input.wa-error{
    border: 1px solid red;
}
/* END #DEVEL-5 */

.wa-order-form-wrapper.with-adaptive .wa-step-shipping-section .wa-delivery-types-section .wa-types-list > *, .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper {
    padding: 14px 12px 16px !important;
}
.content .wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action .wa-icon {
    vertical-align: -1px;
}

/* START DEVEL-36 */
.wa-order-form-wrapper .wa-step-auth-section .wa-required {
    color: #e69900;
}
.wa-step-details-section .wa-required{
    color: #e69900;
}
/* END DEVEL-36 */


/* START DEVEl-36 (Send Mail) */
#hidden-mailto .fancybox-close-small:after{
    font-size: 30px;
}
.send_email_form .wa-form .wa-field__captcha .wa-error-msg{
    display: none;
}
.send_email_form .wa-form .wa-captcha{
    padding: 0;
}
/* END DEVEl-36 (Send Mail) */

/* START DEVEL-40 */
.wa-step-region-section .wa-actions-wrapper{
    display: none;
}
/* END DEVEL-40 */

/* START BOOTSTRAP MODAl */
.modal.modal_custom{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    border-radius: 0;
}
.modal.modal_custom:before{
    display: none;
}
.modal.modal_custom{
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal.modal_custom.in{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.modal.modal_custom .modal-dialog{
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.modal.modal_custom.in .modal-dialog{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal.modal_custom .modal-content{
    border-radius: 0;
    border: 0;
}
.modal.modal_custom .modal-header{
    background-color: #efefef;
    border: 0;
    padding: 10px;
    text-align: left;
}
.modal.modal_cart-added .modal-header .close{
     margin-top: 2px;
}
.modal.modal_custom .modal-body{
    padding: 10px;
    text-align: left;
}
.modal.modal_custom .modal-footer{
    border: 0;
    text-align: center;
}
.modal.modal_custom .btn-standart{
    font-size: 16px;
    font-weight: 200;
    font-family: Arial;
    border-radius: 6px;
    line-height: 36px;
    height: 38px;
    padding-right: 20px;
    padding-left: 20px;
}
.modal.modal_cart-added .modal-footer{
    padding-bottom: 22px;
}
.modal.modal_custom .modal-footer_assign{
    overflow: hidden;
    text-align: right;
}
.modal.modal_custom .modal-footer_assign a:first-child, .modal.modal_custom .modal-footer_assign button:first-child{
    float: left;
}
.modal.modal_custom .modal-footer_assign a:last-child, .modal.modal_custom .modal-footer_assign button:last-child{
    display: inline-block;
    margin-top: 9px;
}
.btn-standart-link{
    color: #80c500;
    font-size: 15px;
}
.btn-standart-link:hover{
    color: #80c500;
}
.address_top {
    padding-top: 11px;
    color: #bb2121;
    max-width: 230px;
}
.price_name {
    font-size: 27px;
    color: #80c500;
    font-weight: normal;
}
.content .product-content .product-details .cart-block .current {
    margin: 20px 0;
    font-weight: 400;
}
@media (min-width: 768px){
    .modal.modal_cart-added .modal-dialog {
        width: 367px;
    }
}
@media (max-width: 380px){
    .modal.modal_custom .btn-standart {
        padding-right: 10px;
        padding-left: 10px;
    }
    .btn-standart-link{
        font-size: 14px;
    }
    .modal.modal_custom .modal-footer_assign a:last-child, .modal.modal_custom .modal-footer_assign button:last-child{
        margin-top: 11px;
    }
}
@media (max-width: 340px){
    .modal.modal_custom .btn-standart {
        padding-right: 5px;
        padding-left: 5px;
    }
    .btn-standart-link{
        font-size: 13px;
    }
    .modal.modal_custom .modal-footer_assign a:last-child, .modal.modal_custom .modal-footer_assign button:last-child{
        margin-top: 11px;
    }
}
/* END BOOTSTRAP MODAL */


/* START PRODUCT ADDED */
.c-product-added{
    display: flex;
    padding: 15px 0 3px;
    align-items: center;
}
.c-product-added__left{
    width: 60px;
    margin-right: 10px;
    flex: 0 0 auto;
}
.c-product-added__img{
    max-width: 100%;
    max-height: 100%;
}
.c-product-added__right{
    font-size: 16px;
}
.c-product-added__weight{
    font-size: 14px;
    color: #b7bdc4;
}
.c-product-added__pre-price{
    white-space: nowrap;
}

/* END PRODUCT ADDED */

.dp-product .dp-product__header{
    padding: 15px 5px;
}
.dp-product .dp-cost_value:before, .dp-product .dp-cost_range-value:before, .dp-product .dp-cost_values:before{
    display: none;
}


/* START PRODUCT MAP PVZ */
.shop-pvzmap-yandex-block{
    margin-top: 20px;
   /* margin-bottom: 30px; DEVEL-197 */
}
.shop-pvzmap-yandex-block .entry-title{
    margin-bottom: 10px;
}
.shop-pvzmap-yandex-block h2{
    font-size: 24px;
}
.shop-pvzmap-yandex-block._hidden{
    display: none;
}
/* END PRODUCT MAP PVZ */

/* START DEVEL-197 */
.product-info .related{
    margin-top:40px;
}

/* START INFO MESSAGE */
._wrapper {
    min-width: 300px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.info-massage{
    background-color: #006a00;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    display: none;
}
.info-massage a{
    color: #ffffff !important;
}
.info-massage__wrap{
    position: relative;
}
.info-massage__content{
    /*display: flex;
    align-items: center;*/
}
.info-massage__image-block{
    margin-right: 14px;
}
.info-massage__img{
    width: 40px;
}
.info-massage__text{
    line-height: 20px;
}
.info-massage__text a{
    display: block;
    padding: 10px 0;
    width: 100%;
}
.info-massage__text a:hover{
    text-decoration: none;
}
.info-massage__close{
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    height: 100%;
    text-align: right;
    width: 30px;
    top: 0;
}
.info-massage__close-name{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
@media (max-width: 1240px){
    .info-massage__content{
        padding-right: 30px;
    }
}
@media (max-width: 480px){
    .info-massage__text a {
        padding: 6px 0;
        line-height: 17px;
    }
    .info-massage__image-block{
        display: none;
    }
}

/* END INFO MESSAGE */
#hidden-content-other{
    padding-right: 30px;
}
.h1{
    padding: 0;
    background: #fff;
    text-transform: initial;
    margin: 0;
    display: block;
    font-family: sans-serif;
    font-weight: bold;
    color: #353535;
    font-size: 25px;
}
.h1._margin{
    margin-bottom: 14px;
    margin-top: 10px;
}
.h2{
    line-height: 1.1;
    color: inherit;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 5px;
    display: inline-block;
    font-family: sans-serif;
}
@media (max-width: 991px){
    .main .content .entry-title .h2 {
        font-weight: 600;
    }
}
@media (max-width: 767px){
    .main .content  .h2{
        font-size: 18px;
    }
}
@media (min-width: 768px){
    .shop-category-products-other{
        margin-top: 44px;
    }
}
.related .block .title {
    min-height: 48px;
}

@media (max-width: 991px){
    .menu-wrapper > ul{
        height: calc(100% - 50px);
    }
}

/* START Блок текста */
.block-text__wrap {
    overflow: hidden;
    position: relative;
}
.block-text__wrap._close:after {
    position: absolute;
    height: 15px;
    bottom: 0;
    width: 100%;
    box-shadow: inset 0 -10px 5px 5px rgba(255,255,255,.6);
    content: "";
}
.block-text__wrap p:last-child{
    margin-bottom: 0;
}
.block-text__more-wrap{
    margin-top: 4px;
}
.block-text__more{
    color: blue;
    border-bottom: 1px dashed blue;
}
.block-text__more:hover{
    color: darkblue;
    border-bottom: 0;
}
.block-text__more:focus{
    color: blue;
    border-bottom: 1px dashed blue;
}
/* END Блок текста */


/* START Новый личный кабинет */
.mynav_wrapper{
    margin-bottom: 0;
}
.mynav-orders-item{
    margin-bottom: 50px;
    border: 1px solid #ddd;
}
.mynav-orders-item:first-child{
    border-top: 0;
}
.mynav-orders-item__head{
    background-color: #f1f1f1;
    padding: 10px 76px 10px 17px;
    position: relative;
}
.mynav-orders-item__head-left{
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.mynav-orders-item__head-number{
    color: #337ab7;
    font-size: 20px;
    font-weight: normal;
    text-decoration: underline;
}
.mynav-orders-item__head-date{
    font-size: 12px;
}
.mynav-orders-item__head-status{
    vertical-align: top;
    padding: 5px;
    display: inline-block;
    color: #fff;
    margin-top: 5px;
}
.mynav-orders-item__head-pays{
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    margin-left: 14px;
}
.mynav-orders-item__head-pays._yes{
    color: #2b931c
}
.mynav-orders-item__head-pays._no{
    color: #bb2121;
}
.mynav-orders-item__head-pays._wait{
    color: #ff6100;
    line-height: 16px;
    margin-top: 5px;
}
.mynav_wrapper ul li.selected a{
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: -1px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.mynav-orders-item__head-more{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    text-decoration: underline;
}
.mynav-orders-cart{
    padding: 14px 20px;
}
.mynav-orders-cart__item{
    margin-bottom: 10px;
    font-size: 0;
    display: flex;
    align-items: center;
}
.mynav-orders-cart__item:last-child{
    margin-bottom: 0;
}
.mynav-orders-cart__item-left{
    vertical-align: middle;
    width: 70%;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.mynav-orders-cart__item-img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.mynav-orders-cart__item-img img{
    width: 50px;
}
.mynav-orders-cart__item-name{
    display: inline-block;
    vertical-align: middle;
    color: #5c5c5c;
    font-size: 14px;
}
a.mynav-orders-cart__item-name{
    text-decoration: underline;
}
.mynav-orders-cart__item-name:hover{
    color: #5c5c5c;
}
a.mynav-orders-cart__item-name:hover{
    text-decoration: none;
}
.mynav-orders-cart__item-right{
    display: inline-block;
    vertical-align: middle;
    color: #5c5c5c;
    font-size: 13px;
    width: 30%;
    text-align: right;
}
.mynav-orders-cart__item-total{
    min-width: 100px;
    display: inline-block;
}
@media (max-width: 480px){
    .mynav-orders-item__cabinet .cabinet-plugin-block > div{
        padding: 14px;
    }
    .mynav-orders-item__head{
        padding-left: 14px;
    }
    .mynav-orders-item__head-more{
        right: 14px;
    }
    .mynav-orders-item__head-number{
        font-size: 18px;
    }
    .mynav-orders-item__head-date{
        font-size: 11px;
    }
    .mynav-orders-cart__item {
        justify-content: space-between;
    }
    .mynav-orders-cart__item-left{
        width: auto;
    }
    .mynav-orders-cart__item-right{
        text-align: right;
        width: auto;
        white-space: nowrap;
        margin-left: 20px;
    }
    .mynav-orders-cart__item-img img{
        width: 36px;
    }
    .mynav-orders-cart__item-name{
        font-size: 13px;
    }
    .mynav-orders-item__head-pays{
        margin-left: 0;
        display: block;
        margin-top: 2px;
    }
    .mynav-orders-item__head-pays._wait{
        margin-top: 2px;
    }
    .mynav-orders-item__head-pays._wait br{
        display: none;
    }
    .mynav-orders-cart{
        padding: 14px;
    }
}



.mynav-order-page{
    border: 1px solid #ddd;
    border-top: 0;
    margin-bottom: 50px;
}
.mynav-order-page__head{
    background-color: #f1f1f1;
    padding: 10px 10px 10px 17px;
    position: relative;
}
.mynav-order-page__head-left{
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.mynav-order-page__head-number{
    color: #337ab7;
    font-size: 20px;
    font-weight: normal;
    text-decoration: underline;
}
.mynav-order-page__head-date{
    font-size: 12px;
}
.mynav-order-page__head-status{
    vertical-align: top;
    padding: 5px;
    display: inline-block;
    color: #fff;
    margin-top: 5px;
}
.mynav-order-page__head-pays{
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    margin-left: 14px;
}
.mynav-order-page__head-pays._yes{
    color: #2b931c
}
.mynav-order-page__head-pays._no{
    color: #bb2121;
}
.mynav-order-page__head-pays._wait{
    color: #ff6100;
    line-height: 16px;
    margin-top: 5px;
}
.mynav-orders-page-info{
    padding: 20px;
}
.mynav-orders-page-info__title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 7px;
}
.mynav-orders-page-info__line{
    margin-bottom: 5px;
}
.mynav-orders-page-info__line:last-child{
    margin-bottom: 0;
}
.mynav-orders-page-info__line._delivery{
    margin-top: 18px;
}
.mynav-orders-page-info__line-name{
    font-weight: bold;
}
.mynav-orders-page-info__line-payment{
    margin-top: 6px;
}
.mynav-orders-cart._one{
    padding-top: 0;
}
.mynav-orders-cart._one .mynav-orders-cart__item{
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.mynav-orders-cart._one .mynav-orders-cart__item:last-child{
    border-bottom: 0;
}
.mynav-orders-cart._one{
    font-size: 14px;
}
.mynav-order-page-total{
    padding: 0 20px 20px;
}
.mynav-order-page-total__line{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.mynav-order-page-total__value{
    float: right;
    text-align: right;
    white-space: nowrap;
}
.mynav-order-page-total__value-different{
    font-size: 13px;
}
.mynav-order-page-total__name{
    width: 100%;
}
.mynav-order-page-total__name-different{
    font-size: 13px;
}
.mynav-order-page-total__general{
    margin-top: 18px;
}
.mynav-order-page-total__general-name{
    text-align: left;
    display: inline-block;
    font-size: 18px;
}
.mynav-order-page-total__general-value{
    float: right;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
.mynav-order-page-total__general-different{
    font-size: 14px;
}
@media (max-width: 480px){
    .mynav-order-page__head{
        padding-left: 14px;
    }
    .cabinet-plugin-block .block{
        padding: 14px;
    }
    .mynav-orders-page__cabinet .cabinet-plugin-block > div{
        padding: 14px;
    }
    .mynav-order-page__head-number{
        font-size: 18px;
    }
    .mynav-order-page__head-date{
        font-size: 11px;
    }
    .mynav-orders-page-info{
        padding: 14px 14px 20px;
    }
    .mynav-orders-cart__item-total{
        display: none;
    }
    .mynav-order-page-total{
        padding: 0 14px 14px;
    }
    .mynav-order-page-total__general-name{
        width: auto;
        text-align: left;
    }
    .mynav-order-page-total__value-different{
        white-space: initial;
    }
}

/* END Новый личный кабинет */


/* START Статус заказа */

.orderstatus-form {
    max-width: 462px;
    padding: 20px 26px;
    margin: 0 auto 40px;
}
.orderstatus-form__title{
    font-size: 21px;
    margin-bottom: 12px;
}
.orderstatus-form__line{
    margin-bottom: 14px;
}
.orderstatus-form__zag{
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 13px;
}
.orderstatus-form__input{
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    line-height: 36px;
    height: 36px;
    padding: 0 8px;
    width: 100%;
}
.orderstatus-form__line-button{
    margin-top: 20px;
}
.orderstatus-form__button{
    font-size: 16px;
    line-height: 36px;
    font-weight: 200;
    font-family: Arial;
    border-radius: 6px;
    padding: 0 30px;
}
.orderstatus-form__error{
    color: #d02d14;
    margin-bottom: -6px;
    display: none;
}
.header-cabinet__status{
    text-align: right;
}
.header-cabinet__status-link{
    color: #487103;
    border-bottom: 1px dashed #487103;
    font-size: 20px;
    cursor: pointer;
}
.header-cabinet__status-link:hover, .header-cabinet__status-link:focus{
    border: 0;
    color: #487103;
    text-decoration: none;
}
.orderstatus .orderstatus-form{
    margin: 0;
}
.modal_cart-status .close{
    font-size: 32px;
    font-weight: 400;
    position: relative;
    top: 0;
    right: 5px;
}
.modal_cart-status .orderstatus-form__input{
    min-width: inherit;
    width: 100%;
}
@media (min-width: 768px){
    .modal_cart-status .modal-dialog {
        width: 484px;
        margin: 30px auto;
    }
}
@media (max-width: 480px){
    .orderstatus-form__input{
        min-width: inherit;
        width: 100%;
    }
    .orderstatus-form{
        padding: 20px 16px;
    }
}

/* END Статус заказа */

/* START Переключатели форм (авторизация - статус) */

.modal-login__toggles{
    margin-bottom: 20px;
    display: flex;
}
.modal-login__toggle{
    font-size: 15px;
    text-align: center;
    color: #404040;
    width: 50%;
    border-bottom: 1px solid #808080;
    padding-bottom: 3px;
    cursor: pointer;
}
.modal-login__toggle._active{
    border-bottom: 4px solid #000000;
    font-weight: bold;
}
.modal-login__toggles-blocks{
    width: 100%;
    display: flex;
    overflow: hidden;
}
.modal-login__toggles-block{
    min-width: 100%;
    width: 100%;
    position: relative;
}
.modal-login__toggles-block._hide{

}
.modal-login__toggles-block._hide:first-child{
    right: 100%;
}
.modal-login__toggles-block:last-child{
    right: 100%;
}
.modal-login__toggles-block._hide:last-child{
    left: 100%;
}
.modal-login__toggles-block .orderstatus-form{
    margin-bottom: 6px;
}
.modal-login__toggles-block .orderstatus-form{
    padding: 0;
}
.modal-login__toggles-block .orderstatus-form__title{
    display: none;
}
.modal-login__toggles-block{
    min-height: 334px;
}
.login-block-page__toggles{
    margin-bottom: 20px;
    display: flex;
}
.login-block-page__toggle{
    font-size: 15px;
    text-align: center;
    color: #404040;
    width: 50%;
    border-bottom: 1px solid #808080;
    padding-bottom: 3px;
    cursor: pointer;
}
.login-block-page__toggle._active{
    border-bottom: 4px solid #000000;
    font-weight: bold;
}
.login-block-page__toggles-block._hide{
    display: none;
}
.login-block-page__toggles-block .orderstatus-form{
    margin-bottom: 6px;
}
.login-block-page__toggles-block .orderstatus-form{
    padding: 0;
}
.login-block-page__toggles-block .orderstatus-form__title{
    display: none;
}


/* END Переключатели форм (авторизация - статус) */


/* START Страница контактов */
.c-contacts{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    padding-top: 12px;
    padding-left: 10px;
}
.c-contacts__column-left{
    width: 50%;
    padding-right: 30px;
}
.c-contacts__column-right{
    width: 50%;
    padding-left: 30px;
}
.c-contacts__general{

}
.c-contacts__title{
    font-size: 23px;
}
.c-contacts__title._general{
    margin-bottom: 16px;
}
.c-contacts__order{
    margin-bottom: 32px;
}
.c-contacts-order__title{
    margin-bottom: 3px;
    font-weight: bold;
}
.c-contacts-order__text{
    margin-bottom: 10px;
}
.c-contacts-order__status-link{
    color: #80c500;
    border-bottom: 1px dotted #80c500;
    cursor: pointer;
    text-decoration: none;
}
.c-contacts-order__status-link:hover, .c-contacts-order__status-link:focus{
    color: #80c500;
    border-bottom: 0;
    text-decoration: none;
}
.c-contacts-consult{
    margin-bottom: 18px;
}
.c-contacts-consult__title{
    font-weight: bold;
    margin-bottom: 3px;
}
.c-contacts-types{
    margin-bottom: 36px;
    width: 50%;
}
.c-contacts-types__item{
    margin-bottom: 12px;
    white-space: nowrap;
}
.c-contacts-types__link{
    display: block;
    color: #000;
    text-decoration: none;
}
.c-contacts-types__link:hover, .c-contacts-types__link:focus{
    color: #000;
    text-decoration: none;
}
.c-contacts-types__link > *{
    display: inline-block;
    vertical-align: middle;
}
.c-contacts-types__image{
    width: 36px;
    height: 36px;
    border-radius: 6px;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-right: 4px;
}
.c-contacts-types__image-wrap{
    margin: -1px;
}
.c-contacts-types__image._gray{
    background-color: #d9d9d9;
}
.c-contacts-types__image._what{
    background-color: #26d366;
}
.c-contacts-types__image._tg{
    background-color: #37aee2;
}
.c-contacts-types__image._viber{
    background-color: #635daa;
}
.c-contacts-types__icon{
    font-size: 24px;
    color: #434343;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.c-contacts-types__icon.fa-phone{
    margin-bottom: 1px;
}
.c-contacts-types__icon._phone{
    width: 24px;
}
.c-contacts-types__icon.fa-whatsapp{
    color: #fff;
    font-size: 28px;
    margin-left: 1px;
}
.c-contacts-types__icon._tg{
    width: 32px;
}
.c-contacts-types__icon._viber{
    width: 26px;
}
.c-contacts-types__value{
    font-weight: 600;
    font-size: 13px;
}
.c-contacts-types__item._phone .c-contacts-types__value{
    font-size: 14px;
}

.c-contacts-email{
    margin-bottom: 20px;
}
.c-contacts-email._reviews{
    width: 50%;
}
@media (max-width: 768px){
    .c-contacts-email._reviews{
        width: 100%;
    }
}
.c-contacts-email__title{
    font-size: 23px;
    margin-bottom: 8px;
}
.c-contacts-email__info{
    font-size: 13px;
    margin-bottom: 6px;
}
.c-contacts-email .wa-form .wa-field .wa-value textarea{
    width: 100%;
    height: 160px;
}
 .c-contacts-email__form .wa-field__captcha{
    display: none;
}
.c-contacts-email .wa-form .wa-field .wa-value.wa-submit{
    text-align: right;
}

.c-contacts-news{
    margin-bottom: 30px;
}
.c-contacts-news__title{
    font-size: 23px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 14px;
    padding-bottom: 2px;
}
.c-contacts-news__item{
    margin-bottom: 22px;
}
.c-contacts-news__zag{
    margin-bottom: 6px;
}
.c-contacts-news__link{
    font-size: 16px;
    text-decoration: underline;
    color: #000;
}
.c-contacts-news__date{
    color: #777;
    margin-bottom: 6px;
    font-size: 13px;
}
.c-contacts-news__text{
    font-size: 13px;
}

.c-contacts-map{
    margin-bottom: 36px;
    height: 360px;
    position: relative;
}
.c-contacts-map._map-loaded{
    height: auto;
}
.c-contacts-map__empty{
    font-size: 13px;
}
.c-contacts-map__empty .dp-city-select-link__city-text{
    cursor: pointer;
    border-bottom: 1px dashed #65a200;
    -webkit-transition: border-bottom-color 0.2s;
    -o-transition: border-bottom-color 0.2s;
    transition: border-bottom-color 0.2s;
    color: #65a200;
}
.c-contacts-map__empty br:last-child{
    display: none;
}
.c-contacts-map__block{
    position: relative;
}
.c-contacts-map__block._map-loaded{
    height: auto;
}
.c-contacts-map._map-loaded .shop-pvzmap-yandex-wrap{
    height: auto !important;
}
.c-contacts-map__title{
    font-size: 23px;
    margin-bottom: 10px;
}
.c-contacts-map__title-link{
    cursor: pointer;
    color: #65a200;
    border-bottom: 1px dotted #65a200;
    -webkit-transition: border-bottom-color 0.2s;
    -o-transition: border-bottom-color 0.2s;
    transition: border-bottom-color 0.2s;
    line-height: 15px;
    font-size: 14px;
    display: inline-block;
}
.c-contacts-map__title-link._hide{
    display: none;
}
.c-contacts-map__title-link.i-cityselect__city{
    color: #65a200 !important;
    float: none !important;
}
.c-contacts-map .shop-pvzmap-yandex-block{
    margin-top: 0;
}
.c-contacts-map__address{
    margin-bottom: 4px;
    font-size: 13px;
}
.c-contacts-map-loader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.c-contacts-map-loader__loader, .c-contacts-map-loader__loader:after {
    border-radius: 50%;
    display: block;
    width: 10em;
    height: 10em;
}
.c-contacts-map-loader__loader{
    margin: 0 auto;
    font-size: 9px;
    text-indent: -9999em;
    border-top: 9px solid rgba(128,128,128, 0.2);
    border-right: 9px solid rgba(128,128,128, 0.2);
    border-bottom: 9px solid rgba(128,128,128, 0.2);
    border-left: 9px solid #808080;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.c-contacts-map-loader__desc {
    display: block;
    color: #808080;
    text-align: center;
    margin-top: 8px;
    font-size: 19px;
}
.c-contacts-info{
    margin-bottom: 32px;
}
.c-contacts-info__title{
    font-size: 23px;
    margin-bottom: 8px;
}
.c-contacts-info__title-link{
    cursor: pointer;
    color: #65a200;
    border-bottom: 1px dotted #65a200;
    -webkit-transition: border-bottom-color 0.2s;
    -o-transition: border-bottom-color 0.2s;
    transition: border-bottom-color 0.2s;
    line-height: 15px;
    font-size: 14px;
    display: inline-block;
}
.c-contacts-info__title-link.i-cityselect__city {
    color: #65a200 !important;
    float: none !important;
}
.c-contacts-info__title-link._hide{
    display: none;
}
.c-contacts-info__address{
    margin-bottom: 10px;
    font-size: 13px;
}
.c-contacts-info__choice{
    font-size: 13px;
    margin-bottom: 16px;
}
.c-contacts-info__photos{
    display: flex;
    margin-top: 8px;
    font-size: 0;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
}
.c-contacts-info__photos a{
    display: block;
    width: 33%;
    box-sizing: border-box;
    max-width: 136px;
}
.c-contacts-info__photos img{
    width: 100%;
    max-width: 136px;
    box-sizing: border-box;
}
@media (max-width: 640px){
    .c-contacts-info__photos{
        justify-content: flex-start;
        margin-right: -4px;
    }
    .c-contacts-info__photos a{
        padding-right: 4px;
    }
}
@media (max-width: 480px){
    .c-contacts-info__photos{
        justify-content: space-between;
    }
}

.c-contacts-requisites{
    font-size: 13px;
    margin-bottom: 30px;

}
.c-contacts-requisites__ip{
    display: flex;
    margin-top: 4px;
    margin-right: -10px;
}
.c-contacts-requisites__ip a{
    display: block;
    box-sizing: border-box;
    width: 50%;
    padding-right: 10px
}
.c-contacts-requisites__ip img{
    max-width: 100%;
}

.c-contacts-table{
    margin-bottom: 20px;

}
.c-contacts-table__block{
    width: 100%;
}
.c-contacts-table th{
    font-weight: bold;
    padding: 12px 8px;
    text-align: left;
    background-color: #e9e9e9;
}
.c-contacts-table td{
    padding: 12px 8px;
    text-align: left;
    font-size: 13px;
    border-bottom: 1px solid #d2d2d2;
}
.c-contacts-table tr:last-child td{
    border-bottom: 0;
}
.c-contacts-table tr td:first-child{
    font-weight: bold;
}
@media (max-width: 991px){
    .c-contacts{
        padding-left: 0;
    }
    .c-contacts__column-left{
        padding-right: 15px;
    }
    .c-contacts__column-right{
        padding-left: 15px;
    }
}
@media (max-width: 640px){
    .c-contacts__column-left{
        padding: 0;
        width: 100%;
    }
    .c-contacts__column-right{
        padding: 0;
        width: 100%;
    }
}
/* END Страница контактов */


/* START Фильтры на карту пунктов выдачи */
.shop-pvzmap-filters{
    margin-bottom: 10px;
    color: #555;
    font-size: 13px;
}
.shop-pvzmap-filters__title{
    display: inline-block;
    margin-right: .5714285714285714em;
}
.shop-pvzmap-filters__item{
    display: inline-block;
    vertical-align: baseline;
    margin-right: .5714285714285714em;
    background: #efefef;
    border-radius: 3px;
    padding: .14285714285714285em .42857142857142855em;
    font-size: 1em;
    line-height: 1.214285714285714em;
    cursor: pointer;
    color: #333;
    word-break: break-all;
    margin-bottom: 7px;
}
.shop-pvzmap-filters__item.is-active{
    background: #418dd9;
    color: #fff;
}
.shop-pvzmap-filters__action{
    display: none;
    margin-left: .2857142857142857em;
    padding: .2857142857142857em;
    font-size: .5714285714285714em;
    line-height: 1em;
}
.shop-pvzmap-filters__item.is-active .shop-pvzmap-filters__action{
    display: inline;
}
.shop-pvzmap-filters__icon{
    display: inline-block;
    vertical-align: baseline;
    background: transparent 50% no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    width: 1em;
    height: 1em;
    line-height: 0;
}
.shop-pvzmap-filters__icon svg {
    width: 100%;
    height: 100%;
}
/* END Фильтры на карту пунктов выдачи */


/* START Стилизация плагина dpl */
.dpl {
    margin-top: 7px;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-family: Arial, sans-serif;
    margin-left: -15px;
    margin-right: -15px;
}
.dpl__header{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 12px 5px 9px;
    text-align: center;
}
.dpl__header-city{
    color: #65a200;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 0;
    white-space: nowrap;
}
.dpl__header-city._hide{
    display: none;
}
.dpl__header-city:before {
    content: "";
    display: inline-block;
    vertical-align: -3px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='14' fill='%2365a200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6.65c-.474 0-.928-.184-1.263-.513A1.732 1.732 0 0 1 3.214 4.9c0-.464.188-.91.523-1.237.335-.329.79-.513 1.263-.513.474 0 .928.184 1.263.513A1.732 1.732 0 0 1 6.65 5.57c-.09.212-.221.405-.387.567A1.789 1.789 0 0 1 5 6.65zM5 0a5.052 5.052 0 0 0-3.536 1.435A4.85 4.85 0 0 0 0 4.9C0 8.575 5 14 5 14s5-5.425 5-9.1a4.85 4.85 0 0 0-1.464-3.465A5.052 5.052 0 0 0 5 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px 14px;
    background-position: center;
    width: 10px;
    height: 14px;
    margin-right: 7px;
}
.dpl a, .dpl a:hover{
    color: #65a200;
    text-decoration: none;
}
.dpl__header-city-text{
    cursor: pointer;
    border-bottom: 1px dashed #65a200;
    -webkit-transition: border-bottom-color 0.2s;
    -o-transition: border-bottom-color 0.2s;
    transition: border-bottom-color 0.2s;
    font-weight: 400;
    font-size: 14px;
}
.dpl__header-city-text:hover{
    border-bottom-color: transparent;
}
.dpl-block{
    padding: 15px 15px 0;
    border-top: 1px solid #e0e0e0;
}
.dpl-block-tabs__header{
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
}
.dpl-block-tabs__header-block{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 500;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    color: #bdbdbd;
    cursor: pointer;
    padding-bottom: 10px;
    position: relative;
}
.dpl-block-tabs__header-block.dpl-active:after, .dpl-block-tabs__header-block:hover:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
}
.dpl-block-tabs__header-block.dpl-active, .dpl-block-tabs__header-block:hover {
    color: #333;
}
.dpl-block-tabs__header-block.dpl-active:after, .dpl-block-tabs__header-block:hover:after {
    background-color: #65a200;
}
.dpl-block-tabs__content{
    margin-top: 15px;
}
.dpl-block-tabs__content-block{
    display: none;
}
.dpl-block-tabs__content-block.dpl-active{
    display: block;
}
.dpl-block-tabs__content-item{
    padding: 0 15px 9px;
    margin: 0 -15px 7px;
}
.dpl-block-tabs__content-item._last{
    margin-bottom: 0;
    border: 0;
    padding-bottom: 3px;
}
.dpl-block-tabs__content-item._hide{
    display: none;
}
.dpl-block-tabs__toggle{
    margin-top: -5px;
    margin-bottom: 3px;
}
.dpl-block-tabs__toggle-link{
    cursor: pointer;
    color: #65a200;
    border-bottom: 1px dashed #65a200;
}
.dpl-block-tabs__toggle-link:hover{
    border-bottom: 0;
}
.dpl-block-tabs__content-title{
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 15px;
    color: #000;
}
.dpl-block-tabs__content-price{
    white-space: nowrap;
}
.dpl-block-tabs__content-info{
    font-size: 14px;
    margin-top: 5px;
    line-height: 19px;
}
.dpl-block-tabs__content-dates{
    opacity: .4;
    color: #000;
}
.dpl-loading{
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg width='50' height='50' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='lds-rolling' style='background:0 0'><circle cx='50' cy='50' fill='none' stroke='%23bdbdbd' stroke-width='10' r='44' stroke-dasharray='207.34511513692632 71.11503837897544' transform='rotate(104 50 50)'><animateTransform attributeName='transform' type='rotate' calcMode='linear' values='0 50 50;360 50 50' keyTimes='0;1' dur='1.5s' begin='0s' repeatCount='indefinite'></animateTransform></circle></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    width: 12px;
    height: 12px;
    margin-right: 6px;
}
.dpl-block__loading._hide{
    display: none;
}
.dpl-block__loading-text{
    color: #bdbdbd;
    line-height: 20px;
    display: inline-block;
}
.dpl__header-loading{
    margin-left: 5px;
    vertical-align: -1px;
}
.dpl__header-loading._hide{
    display: none;
}
.dpl-block .wa-error-text{
    line-height: 22px;
    font-size: 14px;
}
.dpl-block__wrap._hide{
    display: none;
}
.dpl-block-fast{
    line-height: 22px;
    font-size: 15px;
    text-align: center;
    color: #65a200;
    height: 44px;
}
.dpl-block-fast._hide{
    display: none;
}
.dpl-block-fast__wrap._hide{
    display: none;
}
.dpl-block-fast__loading{
    position: relative;
    height: 22px;
}
.dpl-block-fast__loading._hide{
    display: none;
}
.dpl-block-fast .dpl-loading{
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dpl-block-fast__title{

}
.dpl-block-fast__date{

}
/* END Стилизация плагина dpl */


/* START Стилизация формы проблемы с заказом */
.cform-problem-order__block._hidden{
    display: none;
}
.cform-problem-order textarea.wa-error{
    border: 2px solid red;
}
.cform-problem-order__success{
    background-color: #8ed23a;
    padding: 17px 15px 18px;
    font-size: 15px;
}
.cform-problem-order__block .wa-form .wa-field[data-id='captcha']{
    padding: 0;
}
.cform-problem-order__success._hidden{
    display: none;
}
.cform-problem-order__success-line{
    color: #fff;
    margin-bottom: 12px;
}
.cform-problem-order__success-line:last-child{
    margin-bottom: 0;
}
.cform-problem-order__error-all{
    color: red;
    font-style: italic;
}
/* END Стилизация формы проблемы с заказом */

/* START Мобильная навигация по авто */
.navigation-auto-mobile-combine{
    height: 136px;
}
.navigation-auto-mobile-combine._fixed .navigation-auto-mobile-combine__wrap{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.navigation-auto-mobile-combine._static .navigation-auto-mobile-combine__wrap{
    height: auto !important;
}
.navigation-mobile{
    margin: 0 -15px 30px -15px;
    height: 58px;
    background-color: #F4F6F8;
}
@media (max-width: 560px){
    .navigation-mobile{
        margin-left: -10px;
        margin-right: -10px;
    }
}
.navigation-mobile._fixed .navigation-mobile__buttons{
    position: fixed;
    width: 100%;
    top: 62px;
    z-index: 50;
}
@media (max-width: 768px){
    .navigation-mobile__buttons{
        padding: 0 22px 0;
        background-color: #F4F6F8;
    }
}
@media (max-width: 560px){
    .navigation-mobile__buttons {
        padding: 0 17px 0;
    }
}
.navigation-mobile__buttons-wrap{
    display: table;
    align-items: center;
    position: relative;
    background-color: #F4F6F8;
    padding: 12px 0;
    width: 100%;
}
.navigation-mobile._static .navigation-mobile__buttons{
    height: auto !important;
}
.navigation-mobile__button{
    display: table-cell;
    /*width: 50%;*/
    text-align: center;
    padding: 7px 8px;
    line-height: 17px;
    cursor: pointer;
    color: #363D47;
    font-size: 0;
    box-sizing: border-box;
    white-space: nowrap;
}
.navigation-mobile._is-filter .navigation-mobile__button{
    width: 41%;
}
.navigation-mobile._is-filter .navigation-mobile__button._filter{
    width: 18%;
    padding: 0;
    height: 38px;
    line-height: 40px;
    position: relative;
}
.navigation-mobile__button._clear{
    padding: 10px 16px;
}
.navigation-mobile__button._auto{
    position: relative;
    /*width: calc(50% + 16px);
    margin-right: -16px;*/
}
.navigation-mobile__button-delim{
    display: table-cell;
    width: 1px;
    position: relative;
}
.navigation-mobile__button-delim-border{
    position: absolute;
    width: 1px;
    top: 50%;
    height: 60%;
    transform: translateY(-50%);
    background-color: #d8d8d8;
}
.navigation-mobile__icon{
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
    line-height: 100%;
}
.navigation-mobile__icon svg{
    width: 20px;
}
.navigation-mobile__button._parttype{
    width: 54%;
}
.navigation-mobile__button._auto .navigation-mobile__icon svg{
    width: 17px;
}
.navigation-mobile._is-filter .navigation-mobile__button._filter .navigation-mobile__icon{
    margin-right: 0;
}
.navigation-mobile__button._auto .navigation-mobile__icon-img{
    width: 26px;
}
.navigation-mobile__name{
    display: inline-block;
    text-align: left;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 8px;
    position: relative;
}
.navigation-mobile__button._auto .navigation-mobile__name{
    margin-left: 9px;
}
.navigation-mobile__counter{
    position: absolute;
    top: -5px;
    right: -16px;
    width: 12px;
    height: 12px;
    font-size: 10px;
    line-height: 12px;
    border-radius: 10px;
    background-color: #ff0000;
    color: #fff;
    text-align: center;
}
.navigation-mobile__counter._hide{
    display: none;
}
.navigation-mobile-list{
    margin-top: 3px;
    margin-bottom: 30px;
}
.navigation-mobile-list._is-block{
    margin-top: -30px;
}
@media (max-width: 768px){
    .navigation-mobile-list{
        margin: 0 -15px 30px;
    }
}
@media (max-width: 560px){
    .navigation-mobile-list {
        margin: 0 -10px 30px;
    }
}
.navigation-mobile-list__item{
    display: block;
    border-bottom: 1px solid #dcdcdc;
    height: 40px;
    line-height: 40px;
    color: #000;
    position: relative;
    padding: 0 12px;
    text-align: left;
    width: 100%;
}
.navigation-mobile-list__item:first-child{
    border-top: 1px solid #dcdcdc;
}
.navigation-mobile-list__item._hide{
    display: none;
}
.navigation-mobile-list__item-link{
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    color: #000;
}

.navigation-mobile-list__item-link:hover{
    color: #000;
    text-decoration: none;
}
.navigation-mobile-list__item-link span{
    display: inline-block;
}
.navigation-mobile-list__item i{
    right: 12px;
    position: absolute;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.navigation-mobile-list__toggle{
    display: block;
    border-bottom: 1px solid #dcdcdc;
    color: blue;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
}
.navigation-mobile-list__toggle span{
    border-bottom: 1px dashed blue;
}
.navigation-mobile-list__toggle span._hide{
    display: none;
}
.modal_navigation{
    margin-top: -20px;
}
.modal_navigation.modal_custom .modal-header{
    background-color: #fff;
    padding: 16px 16px 6px;
}
.modal_navigation.modal_custom .modal-title{
    line-height: normal;
    font-size: 19px;
    color: #404040;
}
.modal_navigation .modal-header .close{
    opacity: 1;
    font-weight: 300;
    margin-top: 1px;
    color: #404040;
    font-size: 24px;
}
.navigation-mobile-modal__item{
    margin-bottom: 12px;
    position: relative;
}
.navigation-mobile-modal__item._hide{
    display: none;
}
.navigation-mobile-modal__select{
    width: 100%;
    border: 1px solid #000;
    height: 42px;
    padding: 0 30px 0 10px;
    font: 14px/32px Arial, sans-serif;
    border-radius: 3px;
    line-height: 40px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #404040;
    font-size: 16px;
    background-color: #fff;
}
.navigation-mobile-modal__select[disabled]{
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    opacity: 1;
}
.navigation-mobile-modal__caret{
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
}
.navigation-mobile-modal__bottom{
    text-align: center;
    margin-top: 18px;
    margin-bottom: 6px;
}
.navigation-mobile-modal__button.btn.btn-standart{
    font-size: 16px;
    font-weight: 300;
    padding: 0 50px;
}
.navigation-mobile__filter-count{
    display: none;
    position: absolute;
    top: 2px;
    right: 13px;
    width: 14px;
    height: 14px;
    font-size: 9px;
    background: #487103;
    border-radius: 50%;
    color: #fff;
    line-height: 14px;
}
/* END Мобильная навигация по авто */

/* START Модальное окно с типами запчастей */
.modal-parttype-mobile{
    position: relative;
    height: 0;
    margin: 0;
    z-index: 1001;
    display: none;
}
.modal-parttype-mobile._show{
    display: block;
}
.modal-parttype-mobile:before{
    display: table;
    content: " ";
}
.modal-parttype-mobile__wrap{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    width: 0;
    height: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}
.modal-parttype-mobile._show .modal-parttype-mobile__wrap{
    width: 0;
}
.modal-parttype-mobile__wrap:before{
    display: table;
    content: " ";
}
.modal-parttype-mobile__content{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #ffffff;
    overflow: hidden;
    z-index: 1002;
    left: -100%;
}
.modal-parttype-mobile._show .modal-parttype-mobile__content{
    left: 0;
    transition-delay: 0.2s;
}
.modal-parttype-mobile__menu{
    list-style: none;
    padding: 0;
    overflow: hidden;
    display: block;
    overflow-y: auto;
    width: auto;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    margin: 50px 0 50px;
    height: calc(100% - 100px);
}
.modal-parttype-mobile__title{
    position: absolute;
    top: 16px;
    padding: 0 60px 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}
.modal-parttype-mobile__close{
    opacity: 1;
    font-weight: 300;
    margin-top: 1px;
    color: #404040;
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 8px;
    z-index: 1;
    padding: 0 10px;
}
.modal-parttype-mobile__footer{
    background-color: #f2f2f2;
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 100%;
    z-index: 3;
}
.modal-parttype-mobile__button{
    background-color: #8ed23a;
    text-align: center;
    cursor: pointer;
    color: #fff;
    line-height: 46px;
    height: 46px;
    width: calc(100% - 14px);
    box-sizing: border-box;
    display: block;
    margin: 8px auto 0;
    font-size: 16px;
}
.modal-parttype-mobile-menu__list{
}
.modal-parttype-mobile-menu__item{
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #f2f2f2;
    padding: 0 20px 0 34px;
    position: relative;
}
.modal-parttype-mobile-menu__item._hide{
    display: none;
}
.modal-parttype-mobile-menu__item._level2{
    padding-left: 46px;
}
.modal-parttype-mobile-menu__item._level3{
    padding-left: 58px;
}
.modal-parttype-mobile-menu__item._level4{
    padding-left: 70px;
}
.modal-parttype-mobile-menu__caret{
    position: absolute;
    font-size: 17px;
    width: 34px;
    line-height: 40px;
    height: 40px;
    left: 0;
    text-align: center;
}
.modal-parttype-mobile-menu__item._checked .modal-parttype-mobile-menu__caret .fa:before{
    content: "\f104";
}
.modal-parttype-mobile-menu__name{
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    padding-right: 20px;
}
.modal-parttype-mobile-menu__radio{
    border: 2px solid #eaedef;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 16px;
    height: 16px;
}
.modal-parttype-mobile-menu__item._checked .modal-parttype-mobile-menu__radio{
    border: 5px solid #8ed23a;
    width: 16px;
    height: 16px;
}
body .online-chat-root .top-z-index {
    z-index: 300 !important;
}
/* END Модальное окно с типами запчастей */

/* START Ссылки контролы категории мобильной версии */
.category-control-links{
    width: 100%;
}
.category-control-links a:focus{
    text-decoration: none;
}
.category-control-links a:not(.category-control-links__filter){
    font-size: 13px;
    color: #000;
    border-bottom: 1px dashed #000;
    display: inline-block;
    margin-right: 12px;
    line-height: 16px;
    position: relative;
}
.category-control-links a:not(.category-control-links__filter):hover{
    color: #000;
    border-bottom: 1px dashed #000;
    text-decoration: none;
}
.category-control-links__filter{
    color: #bb2121;
    font-size: 13px;
    border-bottom: 1px dashed #bb2121;
    display: inline-block;
    line-height: 14px;
    float: right;
    margin-top: 3px;
    margin-right: 8px;
}
.category-control-links__filter:hover{
    color: #bb2121;
    border-bottom: 1px dashed #bb2121;
    text-decoration: none;
}
.category-control-links .sort-asc:after {
    content: "↑";
}
.category-control-links .sort-desc:after {
    content: "↓";
}
.category-control-links .sort-asc:after, .category-control-links .sort-desc:after {
    vertical-align: 0;
    padding-left: 1px;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
}
.category-control-links .sort-asc, .category-control-links .sort-desc {
    top: 4px;
}
.category-control-links .sort-asc, .category-control-links .sort-desc{
    position: absolute;
    top: 0;
}
.breadcrumb_wrapper._fixed-mobile .breadcrumb li{
    position: fixed;
    top: 6px;
    z-index: 10;
}
.panel-mobile-top{
    height: 30px;
    background-color: #fff;
    position: fixed;
    top: 0;
    box-sizing: border-box;
    margin: 0 10px;
    width: calc(100% - 20px);
    z-index: 9;
    border-bottom: 1px solid #bb2121;
    display: none;
}
.category-control-links__filter._fixed-mobile{
    position: fixed;
    top: 4px;
    z-index: 10;
    right: 3px;
}
@media (max-width: 991px){
    .menu-wrapper > ul{
        height: calc(100% - 50px);
    }
}
@media (min-width: 729px){
    .category-control-links{
        margin-bottom: 7px;
    }
}
@media (min-width: 768px){
    .main .content .content-pop-products .category-products-block:first-child{
        margin-top: 20px;
    }
}
@media (max-width: 1101px){
    .main .content .content-pop-mark .pop-mark-wrapper {
        flex-wrap: wrap;
    }
}
/* END Ссылки контролы категории мобильной версии */


/* START Доработка хлебных крошек */
@media (max-width: 768px){
    /*.breadcrumb_wrapper li{
        display: none;
    }
    .breadcrumb_wrapper li:nth-last-child(2){
        display: inline-block;
    }
    .breadcrumb_wrapper li:nth-last-child(2):before{
        content: "<" !important;
        opacity: 1;
        color: #000;
        padding-right: 3px;
    }*/
}
/* END Доработка хлебных крошек */


/* START Страница успешного оформления заказа */
.checkout-success{
    margin-bottom: 30px;
}
.checkout-success__wrap{
    display: flex;
    flex-wrap: wrap;
}
.checkout-success__left{
    width: calc(100%/3*2);
    padding-right: 1.5%;
}
.checkout-success__h1{
    margin-bottom: 16px;
}
.checkout-success__cabinet{
    margin-bottom: 20px;
}
.checkout-success__ok{
    margin-bottom: 20px;
}
.checkout-success__payment{
    margin-bottom: 10px;
    text-align: center;
}
.checkout-success__order{
    margin-bottom: 20px;
}
.checkout-success__order:last-child{
    margin-bottom: 0;
}
.checkout-success__order._order{
    text-align: center;
}
.checkout-success__info{
    width: calc(100%/3);
    margin-bottom: 20px;
}

.checkout-success input[value="Оплатить онлайн"], .checkout-success input[value="Оформить кредит на сайте «Сбербанка»"] {
 margin:0 auto;
 display: block;
 border: 1px solid #80c500;
 background: #fff;
 line-height:20px;
 color: #80c500;
 font-size: 15px;
 color: #80c500 !important;
 padding: 5px;
 border-radius:5px;
}
.checkout-success__order-go{
    width: auto;
    border-radius: 7px;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    margin: 10px 0;
}
.checkout-success__go-home{
    text-align: center;
    margin-top: 30px;
}
.checkout-success__go-home a{
    color: #80c500;
    font-size: 16px;
}
.checkout-success-info h2{
    margin-top: 8px !important;
}
.checkout-success__order h5{
    margin: 0;
}
@media (max-width: 991px){
    .checkout-success__left{
        width: 100%;
        padding: 0;
    }
    .checkout-success__info{
        width: 100%;
        margin-top: 20px;
    }
    .checkout-success__h1{
        margin-top: 16px !important;
        margin-bottom: 12px !important;
    }
}
/* END Страница успешного оформления заказа */


/* START Виджет все марки автомобилей */
.marks-list{
    columns: 6;
    padding-left: 12px;
    margin-bottom: 28px;
}
.marks-list__item{
    /*width: calc(100% / 6);*/
    padding: 6px 0;
}
.marks-list__item._hide{
    display: none;
}
.marks-list__link{
    color: #000;
}
.marks-list__link._toggle{
    color: blue;
    border-bottom: 1px dashed blue;
    text-decoration: none;
}
.marks-list__link._toggle:focus{
    color: blue;
}
.marks-list__link:not(._toggle):focus{
    text-decoration: none;
    color: #000;
}
.marks-list__link:hover{
    text-decoration: none;
    color: #bb2121;
}
.marks-list__link._toggle:hover{
    color: darkblue;
    border-bottom: 0;
}
.marks-list__link._toggle:focus{
    color: blue;
    border-bottom: 1px dashed blue;
}

.marks-list__toggle-span._hide{
    display: none;
}
@media (max-width: 720px){
    .marks-list{
        columns: 5;
    }
}
@media (max-width: 580px){
    .marks-list{
        columns: 4;
    }
}
@media (max-width: 420px){
    .marks-list{
        columns: 3;
    }
}
/* END Виджет все марки автомобилей */


/* START Популярные марки автомобилей */
.popular-marks{
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.popular-marks__item{
    width: calc(100%/10);
    text-align: center;
    /*max-width: 70px;*/
    margin-bottom: 20px;
    padding-right: 22px;
    box-sizing: border-box;
}
@media (max-width: 1200px){
    .popular-marks__item{
        width: calc(100%/8);
    }
}
@media (max-width: 640px){
    .popular-marks__item{
        width: calc(100%/6);
    }
}
@media (max-width: 480px){
    .popular-marks__item{
        width: calc(100%/5);
    }
}
@media (max-width: 420px){
    .popular-marks__item{
        width: calc(100%/4);
        padding-right: 12px;
    }
}

.popular-marks__link{
    display: block;
    text-decoration: none;
}
.popular-marks__link:hover{
    text-decoration: none;
}
.popular-marks__img-block{
    /*height: 42px;*/
    width: 80%;
    margin: 0 auto 12px;
}
.popular-marks__img{
    max-width: 100%;
}
.popular-marks__name{
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
.popular-marks__link:focus .popular-marks__name{
    color: #000;
}
.popular-marks__link:hover .popular-marks__name{
    text-decoration: none;
    color: #bb2121;
}
/* END Популярные марки автомобилей */


/* START Вывод списка запчастей на десктопе */
.part-type-desktop{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 24px 6px 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}
.part-type-desktop__group{
    width: calc(100%/3);
    margin-bottom: 14px;
    box-sizing: border-box;
    padding-right: 50px;
}
.part-type-desktop__group-title{
    margin-bottom: 3px;
}
.part-type-desktop__list-item{
    display: inline-block;
    white-space: nowrap;
}
.part-type-desktop__list-item._hide{
    display: none;
}
.part-type-desktop__group-link{
    color: #404040;
    font-size: 17px;
    transition: color .3s;
}
.part-type-desktop__group-link:focus{
    color: #404040;
    text-decoration: none;
}
.part-type-desktop__group-link:hover{
    text-decoration: none;
    color: #bb2121;
}
.part-type-desktop__list-link{
    color: #888888;
    display: inline-block;
    transition: color .3s;
}
.part-type-desktop__list-link:focus{
    text-decoration: none;
    color: #888888;
}
.part-type-desktop__list-link:hover{
    text-decoration: none;
    color: #bb2121;
}
.part-type-desktop__list-delimiter{
    color: #888888;
    margin-right: 5px;
}
.part-type-desktop__list-toggle{
    color: blue;
    border-bottom: 1px dashed blue;
}
.part-type-desktop__list-toggle:focus{
    text-decoration: none;
    color: blue;
}
.part-type-desktop__list-toggle:hover{
    text-decoration: none;
    color: darkblue;
    border-bottom: 0;
}
.part-type-desktop__list-toggle span._hide{
    display: none;
}
/* END Вывод списка запчастей на десктопе */


/* START Навигация по автомобилю на десктопе */
.navigation-auto{
    margin-top: 10px;
    margin-bottom: 26px;
}
.navigation-auto__item{
    display: inline-block;
    margin-right: 10px;
    background-color: #f5f5f5;
    border-radius: 3px;
}
.navigation-auto__item:hover{
    box-shadow: inset 0 0 100px rgba(0,0,0,.03);
}
.navigation-auto__item a{
    color: #404040;
    display: inline-block;
    cursor: pointer;
    padding: 6px 0;
}
.navigation-auto__item span{
    color: #404040;
    padding: 6px 0;
    display: inline-block;
}
.navigation-auto__item a:hover{
    text-decoration: none;
}
a.navigation-auto__name, span.navigation-auto__name{
    padding-left: 10px;
}
a.navigation-auto__delete{
    color: #9e9e99;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 6px;
}

/* END Навигация по автомобилю на десктопе */


/* START Быстрый поиск по автомобилю */
.navigation-auto-filter{
    margin-bottom: 24px;
}
.navigation-auto-filter-padding{
    margin-bottom: 30px;
}
.navigation-auto-filter__title{
    font-size: 16px;
    font-weight: 700;
    font-family: 'Arial';
    margin-bottom: 9px;
}
.navigation-auto-filter__list{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.navigation-auto-filter__item{
    width: 30%;
    margin-right: 14px;
    position: relative;
}
.navigation-auto-filter__item._hide{
    display: none;
}
.navigation-auto-filter__select{
    width: 100%;
    border: 1px solid #000;
    height: 42px;
    padding: 0 30px 0 10px;
    font: 14px/32px Arial, sans-serif;
    border-radius: 3px;
    line-height: 40px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #404040;
    font-size: 16px;
    background-color: #fff;
}
.navigation-auto-filter__select[disabled] {
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    opacity: 1;
}
.navigation-auto-filter__caret{
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
}
.navigation-auto-filter__button{
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 4px;
}
@media (max-width: 540px){
    .navigation-auto-filter__list{
        flex-wrap: wrap;
    }
    .navigation-auto-filter__item{
        width: 100%;
        margin-bottom: 10px;
    }
    .navigation-auto-filter__button-block{
        text-align: center;
        width: 100%;
        margin-top: 4px;
    }
    .navigation-auto-filter__button{
        border-radius: 5px;
        padding-left: 50px;
        padding-right: 50px;
    }
}
/*.navigation-auto-filter{
    padding: 0 15px 20px;
    width: 100%;
    border-radius: 3px;
    background: #828282;
    max-width: 390px;
    margin: 0 auto 30px;
}
.navigation-auto-filter__title{
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
}
.navigation-auto-filter__item{
    position: relative;
}
.navigation-auto-filter__item._hide{
    display: none;
}
.navigation-auto-filter__select{
    width: 100%;
    margin-bottom: 20px;
    height: 35px;
    padding: 0 0px 0 20px;
    font: 14px/32px Arial, sans-serif;
    color: #424242;
    border-radius: 4px;
    line-height: 35px;
    padding-right: 40px;
    border-color: transparent !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.navigation-auto-filter__item .jq-selectbox{
    padding: 0;
}
.navigation-auto-filter__button-block{
    text-align: center;
}
.car_select._hide{
    display: none;
}*/
/* END Быстрый поиск по автомобилю */


/* START Список подкатегорий */
.subcategories-auto{
    margin: -8px 0 30px;
}
.subcategories-auto__title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #353535;
}
.subcategories-auto__list{
    columns: 3;
    flex-wrap: wrap;
}
.subcategories-auto._modification .subcategories-auto__list{
    columns: 2;
}
@media (max-width: 768px){
    .subcategories-auto__list{
        columns: 2;
    }
    .subcategories-auto._modification .subcategories-auto__list{
        columns: 2;
    }
}
@media (max-width: 420px){
    .subcategories-auto__list{
        columns: 1;
    }
    .subcategories-auto._modification .subcategories-auto__list{
        columns: 1;
    }
}
.subcategories-auto__item{
    padding-right: 20px;
    padding-bottom: 0;
}
.subcategories-auto__item._hide{
    display: none;
}
.subcategories-auto__link{
    color: #000;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 6px 0;
}
.subcategories-auto__link:focus{
    color: #000;
    text-decoration: none;
}
.subcategories-auto__link:hover{
    color: #bb2121;
    text-decoration: none;
}
.subcategories-auto__link._toggle{
    color: blue;
    border-bottom: 1px dashed blue;
    text-decoration: none;
    padding: 0;
    margin: 8px 0 6px;
    line-height: 15px;
}
.subcategories-auto__link._toggle:hover{
    color: darkblue;
    border-bottom: 0;
}
/* END Список подкатегорий */


/* START Дополнительные стили к фильтрам */
.filter-block{
    border-bottom: 1px solid #eee;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
.filter-block._hide{
    display: none !important;
}
.filters-mobile__item._hide{
    display: none !important;
}
.filter-field.sf-label-disabled, .filter-field.sfilter-plugin__filter-feature-value_disabled{
    display: none !important;
}
/* END Дополнительные стили к фильтрам */


/* START Дополнительные стили к структуре */
.c-title{
    margin-bottom: 20px;
}
.main-wrapper{
    margin-top: 40px;
}
.main-wrapper._page{
    margin-top: 30px;
}
@media (max-width: 768px){
    .main-wrapper{
        margin-top: 20px;
    }
    .main-wrapper._page{
        margin-top: 0;
    }
}
.content{

}
.main .content .entry-title h3{
    margin-top: 0;
}
@media (max-width: 768px){
    .c-title{
        margin: 0 -15px;
        padding: 0 22px 0 25px;
        background-color: #F4F6F8;
    }
    .c-title._home{
        background-color: #fff;
        margin-top: 12px;
        margin-bottom: 24px;
    }
    .c-title h1{
        background-color: #F4F6F8;
    }
    .c-title._home h1{
        background-color: #fff;
    }
}
@media (max-width: 560px){
    .c-title{
        margin: 0 -10px;
        padding: 0 17px 0 20px;
    }
}
/* END Дополнительные стили к структуре */


/* START Правка стилей для карусели товаров */
.block-product-item .hover_oformot{
    border-radius: 10px;
}
.block-product-item .hover_oformot:hover{
    background-color: #bb2121 !important;
    color: #fff !important;
    border: 0;
}
.product_list_slider.owl-carousel .owl-item{
    cursor: default;
}
/* END Правка стилей для карусели товаров */


/* START Новые хлебные крошки */
.c-breadcrumbs{
    font-family: 'Ubuntu', sans-serif;
    margin: 6px 0 4px;
}
.c-breadcrumbs__sub{
    position: relative;
}
.c-breadcrumbs__wrap{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    margin-right: 36px;
}
.c-breadcrumbs__item{
    white-space: nowrap;
    list-style: none;
    padding: 0;
    display: inline-block;
    position: relative;
    font-size: 16px;
}
.c-breadcrumbs__item:before{
    font-size: 19px;
    margin-right: 9px;
    color: #ddd;
    vertical-align: -1px;
}
.c-breadcrumbs__item:first-child ~ .c-breadcrumbs__item:before{
    content: "›";
}
.c-breadcrumbs__link{
    color: #282828;
    padding-right: 9px;
    line-height: 32px;
    display: inline-block;
}
.c-breadcrumbs__link:hover{
    color: #282828;
    text-decoration: none;
}
.c-breadcrumbs__item._active .c-breadcrumbs__link{
    color: #777;
}
.c-breadcrumbs__item._active .c-breadcrumbs__link:hover{
    color: #777;
}
@media (max-width: 768px){
    .c-breadcrumbs{
        margin: 0 -15px;
        padding: 0 15px;
        background-color: #F4F6F8;
    }
    .c-breadcrumbs__wrap{
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        margin-left: 26px;
        margin-bottom: 0;
        padding-bottom: 6px;
        margin-right: 0;
    }
    .c-breadcrumbs__item{
        font-size: 13px;
    }
    .c-breadcrumbs__item:before{
        margin-right: 6px;
    }
    .c-breadcrumbs__link{
        padding-right: 6px;
        color: #919191;
    }
    .c-breadcrumbs__item:before{
        font-size: 18px;
    }
    .c-breadcrumbs__item._home{
        position: absolute;
        left: 0;

    }
    .c-breadcrumbs__item._home .c-breadcrumbs__name{
        font-size: 0;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23919191' fill-rule='evenodd' d='M12.449 20.367h4.815c.682 0 1.237-.555 1.237-1.238v-7.44c0-.36-.154-.691-.433-.932a.628.628 0 01-.102-.11l-5.858-5.803A.803.803 0 0011 4.841l-5.807 5.756a.58.58 0 01-.121.127c-.3.24-.473.59-.473.965v7.44c0 .683.555 1.238 1.237 1.238h4.79a.95.95 0 01-.037-.266V16.3a.949.949 0 111.897 0V20.1a.95.95 0 01-.037.266zm.632-16.755l6.035 5.98c.11.063.2.155.26.266.464.487.724 1.13.724 1.802v7.704A2.637 2.637 0 0117.467 22H5.633A2.637 2.637 0 013 19.364V11.66c0-.759.327-1.47.934-2.01l6.093-6.041c.812-.81 2.238-.814 3.054.003z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        width: 20px;
        display: inline-block;
        height: 20px;
        vertical-align: -1px;
        background-size: contain;
    }
}
@media (max-width: 560px){
    .main .content .content-how{
        margin: 0 -10px;
        padding: 0 10px;
    }
}
/* END Новые хлебные крошки */


/* START Пагинация */
.c-pagination{
    display: block;
    text-align: center;
    margin-top: 18px;
}
.c-pagination.lazyloading-paging .menu-h{
    display: none;
}
.c-lazy-preload{
    display: block;
    text-align: center;
    margin-top: 18px;
}
/* END Пагинация */


/* START Перенесенные стили фильтра */
b.ftitle{
    font-size: 14px;
}
.side-filter .filters ul li{
    font-size: unset;
}
.menu-wrapper .filters{
    border: unset;
}
.main .sidebar .side-filter input[type="text"]{
    display: inline;
}
#proj_inf2{
    width: 200px;
    height: 93px;
    border: 1px solid #900;
}
.proj_inf_more2{
    cursor:pointer;
    font-size: 16px;
}
.proj_inf2{
    display: block;
}
.hrb2{
    display: none;
}
.piramid2{
    font-size: 14px;
    margin-right: 10px;
    cursor:pointer;
}
.proj_inf_outline{
    outline: none;
    overflow: hidden !important;
    height: 182px;
    margin-top: 6px;
}
.proj_inf_outline_show_all{
    color: blue;
    border-bottom: 1px dashed blue;
    cursor:pointer;
}
.proj_inf_outline_show_all:hover{
    color: darkblue;
    border-bottom: 0;
}
.checkbox_in_items_null{
    color: silver;
}
.filter-field{
    display: block;
}
.filter-field__checkbox{
    cursor: pointer;
}
.checkbox_in_items_null input[type=checkbox] + .filter-field__check-border:before{
    content: '';
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ececec;
}
.main .sidebar .side-filter input[type=checkbox] + .filter-field__check-border:before{
    content: '';
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #818181;
}
.main .sidebar .side-filter input[type=checkbox]:hover + .filter-field__check-border:before{
    content: '';
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #a7e238;
}
.main .sidebar .side-filter .sf-label-disabled input[type=checkbox] + .filter-field__check-border:before,
.main .sidebar .side-filter .sf-label-disabled input[type=checkbox]:hover + .filter-field__check-border:before{
    border: 1px solid #d4d4d4;
}
.main .sidebar .side-filter input[type=checkbox] + .filter-field__check-border{
    margin-left: 5px;
}
.main .sidebar .side-add li{
    line-height: 26px;
    height: 26px;
}
.main .sidebar .side-filter input[type=checkbox]:checked + .filter-field__check-border:before{
    background: #80c500;
}
.main .sidebar .side-filter .all{
    margin-top: 28px;
}
.main .sidebar .side-filter input[type=checkbox]:checked + .filter-field__check-border:after{
    left: 4px;
}
.main .sidebar .side-filter input[type=checkbox]:checked + .filter-field__check-border{
    text-shadow: unset;
}
.fbtn{
    display: unset !important;
    width: 42%;
    height: 30px;
}
.filter_clire{
    border: solid 0 #fff;
    background-color: #fff;
}
.filter_submit {
    margin-left: 17px;
    border: solid 0 #bb2121;
    border-radius: 3px;
    background: #bb2121;
    color: #fff;
}
.filter_clire {
    border: solid 0 #fff;
    border-radius: 3px;
    background: #ececec;
    color: #bb2121;
}
/* START Перенесенные стили фильтра */


/* START Общий список типов запчастей в сайдбаре */
.sidebar-parttype-general{

}
.sidebar-parttype-general__block{
    margin-bottom: 24px;
}
.sidebar-parttype-general__title{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}
.sidebar-parttype-general__item{
    margin-bottom: 4px;
}
.sidebar-parttype-general__item._hide{
    display: none;
}
.sidebar-parttype-general__link{
    color: #282828;
    text-decoration: none;
    font-size: 15px;
}
.sidebar-parttype-general__link._toggle{
    color: blue;
    border-bottom: 1px dashed blue;
    cursor: pointer;
}
.sidebar-parttype-general__link._hide{
    display: none;
}
.sidebar-parttype-general__link._toggle:hover{
    color: darkblue;
    border-bottom: 0;
}
.sidebar-parttype-general__link:focus{
    color: #282828;
    text-decoration: none;
}
.sidebar-parttype-general__link:hover{
    color: #bb2121;
    text-decoration: none;
}
/* END Общий список типов запчастей в сайдбаре */


/* START Выбраный список типов запчастей в сайдбаре */
.sidebar-parttype-catalog{
    font-family: Arial;
}
.sidebar-parttype-catalog__title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}
.sidebar-parttype-catalog__item{
    margin-bottom: 4px;
}
.sidebar-parttype-catalog__item._child{
    margin-left: 14px;
}
.sidebar-parttype-catalog__link{
    font-size: 16px;
    color: #282828;
    text-decoration: none;
    display: inline-block;
}
.sidebar-parttype-catalog__link:hover, .sidebar-parttype-catalog__link:focus{
    text-decoration: none;
}
.sidebar-parttype-catalog__link:focus{
    color: #000;
}
.sidebar-parttype-catalog__link:hover{
    color: #bb2121;
}
.sidebar-parttype-catalog__item._current .sidebar-parttype-catalog__link{
    border-radius: 3px;
    background-color: #d0ecae;
    padding: 4px 8px;
}
.sidebar-parttype-catalog__item._current .sidebar-parttype-catalog__link:hover{
    color: #000;
}
.sidebar-parttype-catalog__caret{
    transform: rotate(-180deg);
    vertical-align: -2px;
    margin-left: -2px;
    margin-right: 3px;
}
/* END Выбраный список типов запчастей в сайдбаре */


/* START Перелинковка типов запчастей в сайдбаре */
.sidebar-parttype-links{
    margin-top: 30px;
    font-family: Arial;
}
.sidebar-parttype-links__title{
    font-size: 20px;
    font-family: sans-serif;
    margin: 0 0 10px;
    font-weight: 400;
}
.sidebar-parttype-links__item{
    margin-bottom: 16px;
}
.sidebar-parttype-links__group{
    margin-bottom: 6px;
}
.sidebar-parttype-links__group-link{
    font-size: 15px;
    color: #282828;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-family: Arial;
}
.sidebar-parttype-links__group-link:hover, .sidebar-parttype-links__group-link:focus{
    text-decoration: none;
}
.sidebar-parttype-links__group-link:focus{
    color: #282828;
}
.sidebar-parttype-links__group-link:hover{
    color: #bb2121;
}
.sidebar-parttype-links__sub{
    margin-bottom: 5px;
}
.sidebar-parttype-links__sub-link{
    font-size: 14px;
    color: #282828;
    text-decoration: none;
    display: inline-block;
    font-family: Arial;
}
.sidebar-parttype-links__sub-link:hover, .sidebar-parttype-links__sub-link:focus{
    text-decoration: none;
}
.sidebar-parttype-links__sub-link:focus{
    color: #282828;
}
.sidebar-parttype-links__sub-link:hover{
    color: #bb2121;
}
/* END Перелинковка типов запчастей в сайдбаре */


/* START Правки по хедеру */
.b-cityselect__wrapper{
    white-space: nowrap;
}
.header-phone{
    height: 75px;
    line-height: 75px;
    position: relative;
}
.header-phone__wrap{
    line-height: normal;
    display: inline-block;
    vertical-align: top;
}
.header-phone__wrap._is-one{
    margin-top: 3px;
}
.header-phone__item{
    line-height: 30px;
    padding: 4px 0;
    height: 30px;
    box-sizing: content-box;
}
.header-phone__wrap._is-one .header-phone__item{
    padding-top: 11px;
}
.header-phone__wrap._is-two .header-phone__item {
    height: 24px;
    line-height: 24px;
    padding: 2px 0;
    text-align: center;
}
.header-phone__item:first-child{
    padding-top: 0 !important;
}
.header-phone__wrap._is-two .header-phone__item .phone{
    font-size: 24px;
}
.header-phone__item._padding .phone:before{
    content: "\00A0\00A0";
}
.header-phone__wrap._is-one .header-phone__links{
    padding-top: 3px;
}
.header-phone__wrap._is-two .header-phone__links{
    padding-top: 3px;
}

/* END Правки по хедеру */


/* START Главная страница */
.c-title__home{
    margin-top: 5px;
    font-size: 28px;
}
.content._home .navigation-auto-filter{
    margin-bottom: 60px
}
.content._home .content-news{
    margin-bottom: 50px
}
.content-how{
    margin-bottom: 40px;
}
.navigation-mobile._home{
    margin-left: -10px;
    margin-right: -10px;
    height: 48px;
}
.navigation-mobile._home .navigation-mobile__buttons{
    position: absolute;
    width: 100%;
}
@media (max-width: 767px){
    .content.oh{
        overflow: visible;
    }
}
@media (max-width: 560px){
    .main .content .content-how{
        margin-bottom: 10px;
    }
    .main .content .content-popular{
        margin-bottom: 40px;
    }
    .main .content .content-popular .popular-wrapper .block .img{
        min-height: 110px;
    }
    .main .content .content-popular .popular-wrapper {
        padding-top: 20px;
    }
    .content._home .marks-list{
        margin-bottom: 30px;
    }
}
/* END Главная страница */


/* START Фильтр по авто в мобильной версии под заголовком */
/*.navigation-auto-mobile-top{
    background-color: #F4F6F8;
    padding-bottom: 0;
}
.navigation-auto-mobile-top__block{
    position: relative;
}
.navigation-auto-mobile-top__select{
    height: 48px;
    padding: 0 42px 0 16px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
    border: 0;
    background: #fff;
    color: #363D47;
    font-size: 16px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.navigation-auto-mobile-top__caret{
    position: absolute;
    right: 16px;
    top: 50%;
    font-size: 18px;
    font-weight: bold;
    transform: translateY(-50%);
    color: #a1a1a1;
}
@media (max-width: 768px){
    .navigation-auto-mobile-top{
        margin: 0 -15px;
        padding: 0 22px 0;
        background-color: #F4F6F8;
    }
}
@media (max-width: 560px){
    .navigation-auto-mobile-top {
        margin: 0 -10px;
        padding: 0 17px 0;
    }
}*/

.navigation-auto-mobile-top{
    display: block;
    background-color: #F4F6F8;
    padding-bottom: 0;
}
.navigation-auto-mobile-top__fixed{
    background-color: #F4F6F8;
    display: block;
    width: 100%;
}
.navigation-auto-mobile-combine._fixed .navigation-auto-mobile-top__fixed{
    padding: 10px 10px 0 10px;
}
.navigation-auto-mobile-combine._fixed .navigation-auto-mobile-top._not-fixed .navigation-auto-mobile-top__fixed{
    display: none;
}
@media (max-width: 768px){
    .navigation-auto-mobile-combine._fixed .navigation-auto-mobile-top__fixed{
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width: 560px){
    .navigation-auto-mobile-combine._fixed .navigation-auto-mobile-top__fixed{
        padding-left: 7px;
        padding-right: 7px;
    }
}
.navigation-auto-mobile-top__block{
    display: block;
    position: relative;
}
.navigation-auto-mobile-top__select{
    display: block;
    height: 48px;
    white-space: nowrap;
    line-height: 48px;
    padding: 0 42px 0 16px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
    border: 0;
    background: #fff;
    color: #363D47;
    font-size: 16px;
    width: 100%;
}
.navigation-auto-mobile-top__name{
    width: 100%;
    display: block;
    overflow: hidden;
}
.navigation-auto-mobile-top__caret{
    position: absolute;
    right: 16px;
    top: 50%;
    font-size: 18px;
    font-weight: bold;
    transform: translateY(-50%);
    color: #a1a1a1;
}
@media (max-width: 768px){
    .navigation-auto-mobile-top{
        margin: 0 -15px;
        padding: 0 22px 0;
        background-color: #F4F6F8;
    }
}
@media (max-width: 560px){
    .navigation-auto-mobile-top{
        margin: 0 -10px;
        padding: 0 17px 0;
    }
}
/* END Фильтр по авто в мобильной версии под заголовком */


/* START Перепключатель версий мобильная -> декстоп */
.switch-version{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 25px;
    background: #525b66;
}
.switch-version__text{
    font-size: 34px;
    line-height: 41px;
    display: table-cell;
    width: 100%;
    padding: 50px 80px 50px 0;
    vertical-align: top;
    color: #fff;
}
.switch-version__actions{
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
}
.switch-version__actions-yes, .switch-version__actions-no{
    padding: 0 32px;
    border-radius: 4px;
    background-color: #fff;
}
.switch-version__actions-yes{
    margin-right: 28px;
    border: 0;
}
.switch-version__actions-no{
    background: #525b66;
    border: 1px solid hsla(0,0%,100%,.5);
    color: #fff;
}
/* END Перепключатель версий мобильная -> декстоп */

