@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: #696969; }

.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: 37px;
    padding: 0 15px;
    display: block;
    text-decoration: none;
    cursor: pointer; }

.navigation ul a:hover, .navigation ul span:hover {
    background: #767676;
    color: #fff; }
@media (max-width: 991px) {
    .navigation ul a:hover, .navigation ul span:hover {
        background-color: transparent;
        color: #000; } }

@media (max-width: 991px) {
    .navigation ul a:active, .navigation ul span:active {
        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: 28px;
        margin-left: 10px;
    }
    #mobile-catalog:before,
    #mobile-user:before,
    #mobile-menu_optic:before
    {
        width: 20px;
        height: 20px;
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        left: 0;
    }
    #mobile-catalog:before {
        background: url("../img/catalog.png");
        }
    #mobile-user:before{
        background: url("../img/user.png");
    }

}

.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; } }
.header .container {
    background: url("../img/bg_header1.png") top right no-repeat;
    padding-top: 20px;
    padding-bottom: 10px; }

.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; }

.header .header-cabinet .box {
    padding-left: 40px;
    background: url("../img/man-user.png") left center no-repeat;
    overflow: hidden; 
}

.header .header-cabinet a {
    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:hover {
    border-color: transparent; }

.header .header-cart {
    overflow: hidden;
    padding-left: 60px; }

.header .header-cart .box {
    padding-left: 40px;
    background: url("../img/shopping-cart.png") left center no-repeat; }

.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; }

@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%; }

    .header .header-logo {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 275px; } }
@media (max-width: 767px) {
    .header_mobile_menu{
        height: 85px;
    }
    .header{
        height: 45px;
    }
    .header .container{
        height: 45px;
    }
    .header .header-logo {
        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: underline;
    color: #282828;
    line-height: 1.2em;
    padding-top: 1px; }

.main .side-add a:hover {
    text-decoration: none; }

.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: 20px; }

.main .sidebar .side-filter input {
    display: none; }

.main .sidebar .quick {
    margin-top: 30px; }
.main .sidebar .quick

.main .sidebar .side-filter input[type=checkbox] + label {
    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] + label: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 + label {
    text-shadow: 1px 0 0 #282828; }

.main .sidebar .side-filter input[type=checkbox]:checked + label: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 + label: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; }

.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; }

.main .content .content-popular .popular-wrapper {
    clear: both;
    border-top: 1px solid #ededed;
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    margin: 0 -10px; }

.main .content .content-popular .popular-wrapper .block {
    width: 185px;
    display: inline-block;
    margin: 10px 7px;
    vertical-align: top; }

.main .content .content-popular .popular-wrapper .block .img {
    position: relative;
    min-height: 140px;
    width: 100%; }

.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; }

.main .content .content-popular .popular-wrapper a.block {
    display: inline-block;
    color: #282828;
    font-size: 16px;
    text-decoration: underline; }

.main .content .content-popular .popular-wrapper a.block:hover {
    text-decoration: none; }

.main .content .content-details {
    margin-top: 20px;
    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: underline; }

.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: underline; }

.main .content .content-details .details-wrapper .block:hover {
    text-decoration: none; }

.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: 40px;
    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; }

.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: 0px; }

    .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-height: 110px;
        min-height: 110px; }

    .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 b {
    color: #aaa;
    font-weight: 500; }

.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;
        /*  -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: 0;
    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: #333333;
    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 {
    opacity: 0;
    position: absolute;
    right: -2px;
    bottom: 20px;
    margin-left: 25px;
    width: 60px;
    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: 27px;
    margin-bottom: -11px;
    background: url(../img/top_white.png);
    background-repeat: no-repeat;
    background-position: center; }

.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; }

.cat-nav ul.desc > li{

    line-height: 36px;
    vertical-align: middle;
    display: inline-block;
    width: 24.9%;
    text-align: center;
    background-color: #333; }
    
.cat-nav ul.mobile > li{

    line-height: 36px;
    vertical-align: middle;
    display: inline-block;
    width: 33.33%;
    text-align: center;
    background-color: #333; }
    

.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: 54px; }
/*
.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: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;
}
.npw_content a.main-link .description{
    color: #808080;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.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;
}

.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{
    max-width: 80px;
    float: left;
    margin-right: 5px;
}

.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{
    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: "»"; }

.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; }

/* кнопка вверх в мобильно версии*/
@media (max-width: 767px) {
    .button_top_block span {
        height: 38px;
        width: 40px;
        padding-right: 2px; }
    .button_top_block span:before {
        padding-top: 32px; }
    .button_top_block span div {
        display: none; }
    .button_top_block span.btn.green-btn:hover {
        background: #80c500;
        border: 1px solid #80c500; } }
.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;
	//font-size: 18px;
}
@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;
}