.homecatblock {
    margin: 20px auto;
    max-width: 1020px;
    display: flex;
    flex-wrap: wrap;
}

.homecatblock > ul {
    flex-basis: 25%;
    list-style: none;
    padding: 15px;
}

.homecatblock > ul > li {
    padding: 5px 0;
}

.homecatblock > ul > li > a {
    text-decoration: none;
    color: #4A4A4A;
    display: block;
}

@media (max-width: 1100px) {
    .homecatblock > ul {
        flex-basis: 50%;
        list-style: none;
        padding: 15px;
    }
}

/* new pages styles start */
ul#vitrina_new {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 15px 0;
}

ul#vitrina_new > li {
    flex-basis: 22%;
    margin: 15px;
    border: 1px solid #ccc;
    transition: 0.5s;
    background: #fff;
    padding: 15px 15px;
    text-align: center;
}

ul#vitrina_new > li:hover {
    background: #FFE400;
}

ul#vitrina_new > li a {
    color: #4A4A4A;
    text-decoration: none;
    padding-bottom: 30px;
    float: left;
}

ul#vitrina_new > li img {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 15px 0;
}

.moduletable.bcrumps.newpage {
    max-width: 1400px;
    margin: 15px auto;
}

@media (max-width: 1021px) {
    ul#vitrina_new > li {
        flex-basis: 44%;
    }
}

@media (max-width: 500px) {
    ul#vitrina_new > li {
        flex-basis: 100%;
    }
}

.page-header > h1 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
}

/* new pages styles end */
input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

*, body {
    padding: 0;
    margin: 0;
}

body {
    color: #4A4A4A;
}

h1, h2, h3 {
    font-weight: 500;
}

.wrapper-boxes {
    width: 80%;
    margin: auto;
    max-width: 1020px;
    display: inline-block;
}

.boxes {
    width: 25%;
    float: left;
    text-align: center;
}

.boxes p {
    font-size: 20px;
    color: #303030;
    margin: 20px;
    font-weight: 500;
}

.boxesborder {
    width: 55%;
    margin: auto;
    border: solid 3px #303030;
    border-radius: 50%;
}

.boxesborder img {
    width: 60%;
    margin: 20%;
}

div#auto_boxes {
    text-align: center;
}

div#auto_boxes {
    margin: 45px 0 20px;
}

a#back-top {
    position: absolute;
    right: 0;
}

footer.footer {
    background: #dadada;
    padding: 20px 0 0;
}

div#footer_wrapper {
    width: 90%;
    max-width: 1500px;
    margin: auto;
}

.footer_col {
    display: block;
    width: 21%;
    float: left;
}

.footer_col_mid {
    display: block;
    width: 16%;
    float: left;
}

.footer_col_mid {
    text-align: center;
    padding-top: 15px;
}

.footer_box {
    margin: 20px;
}

.footer h3, .footer .h3 {
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin: 12px 0;
}

.blog-featured {
    display: none;
}

.footer_col img {
    width: 22%;
    max-width: 48px;
}

div#footer_col_mid {
    background: #303030;
    padding: 6px;
    color: #DADADA;
    font-size: 22px;
    float: none;
    text-transform: uppercase;
    margin: auto;
    cursor: pointer;
    display: none;
    text-align: center;
    width: 110px;
	transition: all .3s linear;
}

div#footer_col_mid:hover {
	background-color: #c2a900;
}

div#map {
    color: #DADADA;
}

div#map:before {
    font-family: FontAwesome;
    content: "\f041";
    padding: 0 5px;
}

.scrollup {
    background: #303030;
    color: #DADADA;
    text-decoration: none;
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 40px;
    height: 39px;
    cursor: pointer;
    -webkit-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

.scrollup:before {
    content: "\f077";
    font-family: FontAwesome;
    padding: 9px 10px;
    display: block;
    font-size: 20px;
}

i.fa.fa-facebook {
    background: #303030;
    color: #DADADA;
    padding: 5px 11px;
    font-size: 27px;
}

i.fa.fa-vk {
    background: #303030;
    color: #DADADA;
    padding: 5px 4px;
    font-size: 27px;
}

i.fa.fa-odnoklassniki {
    background: #303030;
    color: #DADADA;
    padding: 5px 9px;
    font-size: 27px;
}

i.fa.fa-youtube {
    background: #303030;
    color: #DADADA;
    padding: 5px 7px;
    font-size: 27px;
}

.footer_box i {
    margin-right: 1px;
}

i.fa.fa-facebook:hover {
    background: #6a96c7;
    color: #fff;
}

i.fa.fa-vk:hover {
    background: #4a6195;
    color: #fff;
}

i.fa.fa-odnoklassniki:hover {
    background: #ff9c44;
    color: #fff;
}

i.fa.fa-youtube:hover {
    background: #ff4342;
    color: #fff;
}

i.fa.fa-instagram {
    background: #303030;
    color: #DADADA;
    padding: 5px 7px;
    font-size: 27px;
}

i.fa.fa-instagram:hover {
    background: #2E5E86;
    color: #fff;
}

.moduletable_advans {
    display: inline-block;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px 0px;
    z-index: 999;
}

@media (min-width: 811px) {
    .footer_col.col_last .footer_box {
        width: 50%;
        margin: auto;
    }

    .footer_col.col_last {
        width: 42%;
    }
}

@media only screen and (max-width: 1280px) {
    .boxes p {
        font-size: 18px;
    }

    .boxesborder {
        border: solid 3px #303030;
    }
}

@media only screen and (max-width: 822px) {
    .boxes p {
        font-size: 21px;
    }

    .boxesborder {
        width: 70%;
        max-width: 175px;
    }

    .boxes {
        width: 50%;
    }
}

@media only screen and (max-width: 566px) {
    .boxes {
        width: 100%;
    }
}

@media only screen and (max-width: 1380px) {
    .footer_col_mid {
        display: none;
    }

    div#footer_col_mid {
        display: block;
    }

    .footer_col {
        width: 25%;
    }

    .custom_footer {
        border-bottom: 1px solid #6F6F6F;
    }
}

@media only screen and (max-width: 930px) {
    .footer_col {
        width: 50%;
    }

    .footer h3, .footer .h3 {
        text-align: center;
    }

    .footer_box p {
        text-align: center;
    }
}

@media only screen and (max-width: 810px) {
    .footer_col, .footer_col.col_last {
        width: 100%;
    }

    .footer_box {
        max-width: 215px;
        margin: auto;
    }
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

img.skype {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    top: 3px;
}

.container.center-block {
    font-size: 18px;
}

.custom-article {
    background: #FFFFFF;
    color: #4A4A4A;
}

.custom-article > .container {
    background: #fff;
}

.custom-article > .container {
    background: #fff;
    padding: 25px 4%;
}

.custom-article h1, h2, h3, .h2, .h3 {
    font-weight: normal;
    text-align: center;
    line-height: 2;
}

.custom-article a {
    text-decoration: none;
    color: #999;
}

.padding-left-50px {
    padding-left: 50px;
}

#contacts h2 {
    margin-top: 15px
}

li.item-121 {
    width: 41px;
    height: 96px;
    background: url('cart.png') 100% no-repeat;
    background-size: 100%;
    margin-left: 14px;
}

li.item-121 {
    width: 29px;
    background: url('cart.png') 100% no-repeat;
    background-size: 100%;
    margin-left: 14px;
}

li.item-121 a {
    margin: 0 !important;
    opacity: 0 !important;
}

@media only screen and (max-width: 1441px) {
    li.item-121 {
        width: 36px;
        height: 78px;
    }

    li.item-121:hover {
        width: 36px;
        height: 78px;
    }
}

@media only screen and (max-width: 1101px) {
    li.item-121 {
        margin: auto;
    }

    li.item-121:hover {
        margin: auto;
    }
}

div#comjshop {
    float: left;
}

body.itemid-186 div#sidebar.span3, body.itemid-187 div#sidebar.span3 {
    display: none;
}

div#sidebar {
    float: left;
    height: 100%;
    min-height: 650px;
    display: block;
    z-index: 10;
    background: #f0f0f0;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
}



span#mxcpr {
    display: none;
}

header.header {
    z-index: 999;
}

a#alogo {
    display: none;
    width: 38px;
    height: 38px;
    margin: auto;
    margin-top: 4px;
}

li.item-121:hover {
    background: url('cart1.png') 100% no-repeat;
    background-size: 100%;
}

.shophead h1, .sidebar-nav h3, .sidebar-nav .h3 {
    text-align: center;
    font-weight: normal;
    text-align: center;
    line-height: 2;
    font-size: 2em;
    text-transform: uppercase;
    font-family: Roboto;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.odcat li a {
    font-size: 18px;
    color: #272727;
    border-bottom: 1px solid #F0F0F0;
    padding: 9px 0;
}

div#comjshop {
    padding: 20px 50px;
}

body.site.com_jshopping.view-category.itemid-106.fluid {
    background: #f0f0f0;
}

body.site.com_jshopping main#content {
    background: #fff;
    width: calc(100% - 452px);
    display: block;
    height: 100%;
    min-height: 650px;
    top: 0;
    margin-top: 0;
    padding-top: 25px;
    float: right;
}

div#comjshop {
    background: #fff;
    width: auto;
    width: 100%;
    box-sizing: border-box;
}

a.product_link {
    font-size: 20px;
    color: #4A4A4A;
    text-decoration: none;
}

.jshop .sblock2 {
    margin-right: 25px;
}

.odcat li a {
    text-transform: uppercase;
    font-size: 14px;
    background: none;
    color: #242424;
    display: block;
    font-weight: 500;
    line-height: 12px;
    padding: 13px 13px 13px 13px;
    text-decoration: none;
    border-bottom: solid 1px #9D9D9D;
}

.odcat li li a {
    padding-left: 30px;
    background-color: #F0F0F0;
    border-bottom: solid 1px #D5D1D1;
}

body.site.com_jshopping .header-logo {
    width: 230px;
}

body.site.com_jshopping {
    background-color: #F0F0F0;
}

.odcat li a:hover {
    background-color: #6D6E6E;
    color: #ffffff;
}

.jshop h1 {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 400;
    color: #4A4A4A;
}

.control-group.box_products_count_to_page, .control-group.box_products_sorting {
    width: 270px;
}

.form-horizontal .box_products_count_to_page .control-label, .form-horizontal .block_sorting_count_to_page .control-label {
    width: 100px !important;
}

form#sort_count {
    margin-bottom: 25px;
}

.product .name a {
    color: #4A4A4A;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    max-width: 90%;
    margin-bottom: 20px;
}

.jshop_list_product .block_product {
    padding: 0 20px 0 20px;
}

.row-fluid [class*="sblock"] {
    padding-left: 0px;
}

a.btn.button_detail {
    text-decoration: underline;
    margin-left: 10px;
    color: #505050;
    width: 140px;
    height: 35px; /* background-color: #F0F0F0; */
    display: inline-block;
    line-height: 35px; /* text-transform: uppercase; */
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s; /* box-shadow: 0 5px 0px #AEAEAE; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; /* text-decoration: none; */
}

a.btn.btn-success.button_buy { /* float: left; */
    color: #000;
    width: 110px;
    height: 35px;
    background-color: #FFE400;
    display: inline-block; /* margin-top: 9px; */
    line-height: 35px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
    box-shadow: 0 5px 0px #BAA600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

a.btn.btn-success.button_buy:active, a.btn.button_detail:active {
    box-shadow: none;
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

a.btn.btn-success.button_buy:hover {
    background: rgb(255, 234, 57);
}

a.btn.button_detail:hover {
    color: #AEAEAE;
}

.jshop_list_product .jshop .base_price {
    display: none;
}

.jshop_list_product .block_product {
    border: none;
}

a.print_map {
    text-align: center;
    display: block;
    color: #C70505;
    font-style: italic;
    font-size: 20px;
}

#form12 .wdform-label {
    color: #4A4A4A;
    display: inline-block;
}

#form12 .wdform-label-section {
    width: 100% !important;
}

#form12 .wdform-element-section {
    display: block !important;
    min-width: 150px !important;
    width: 100% !important;
}

#form12 .wdform-field {
    display: block !important;
    width: 100% !important;
}

#form12 .wdform_section {
    display: block !important;
    width: 100% !important;
}

.wdform_column.ui-sortable {
    width: 100% !important;
}

#form12 .wdform-field {
    display: block !important;
}

#form12 .wdform-label {
    color: #4A4A4A !important;
}

#form12 input[type="text"] {
    border-radius: 1px !important;
    height: 45px !important;
    background: #FFF !important;
    color: #4a4a4a !important;
    border: 1px solid #ccc !important;
    padding: 3px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

#form12 textarea {
    border-radius: 1px !important;
    background: #FFF !important;
    color: #AAA9A9 !important;
    border: 1px solid #ccc !important;
    padding: 3px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    height: 253px !important;
}

#form12 .wdform-label-section {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

input.btn.btn-primary.button {
    color: #000;
    width: 65px;
    height: 25px;
    background-color: #FFE400;
    display: inline-block;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    -webkit-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
    box-shadow: 0 5px 0px #BAA600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    border: none;
    margin-top: -5px;
    margin-left: 10px;
    float: right;
}

.span8.jshop_img_description {
    display: none;
}

.text_zoom {
    display: none;
}

.total_price, .single_price {
    display: none;
}

table.jshop.jshop_subtotal {
    display: none;
}

.blogblog h1 {
    font-weight: normal;
    text-align: center;
    line-height: 2;
    text-transform: uppercase;
    font-size: 36px;
}

.blogblog {
    margin: auto;
    background: #fff;
    padding: 25px 4%;
    max-width: 1200px;
}

.blogblog p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
}

body.site.com_jshopping.view-.no-layout.task-view .sblock3 {
    width: 100%;
    float: none;
    text-align: left;
    position: relative;
    clear: both;
    display: inline-block;
    margin-bottom: 35px;
}

dt.article-info-term {
    display: none;
}


.blogblog .item-image {
    width: 40%;
    float: left;
    margin-right: 3%;
}

.blogblog .item-image img {
    width: 100%;
    max-width: 425px;
    float: right;
}

p.readmore {
    margin: 20px 0;
}

.blogblog .leading-0 .page-header {
    width: 57%;
    float: right;
}

.blogblog .items-row .page-header {
    width: 72%;
    float: right;
}

.blogblog h2 {
    text-align: left;
}

.blogblog .items-row {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 55px 0;
}

.blogblog .leading-0 {
    margin-bottom: 40px;
    display: inline-block;
}

.blogblog a {
    color: #999;
}

.blogblog a:hover {
    color: #6D6D6D;
}

.blogblog h2 a {
    color: #4A4A4A;
    text-decoration: none;
}

a {
    color: #999;
}

a:hover {
    color: #6D6D6D;
}

.cart th {
    color: #4A4A4A;
}

.item-pageblog {
    margin: auto;
    background: #fff;
    padding: 25px 4%;
    max-width: 1200px;
    font-size: 18px;
}

.item-pageblog img {
    width: 92%;
    max-width: 300px;
    margin-right: 8%;
}

.item-pageblog h2 {
    font-weight: normal;
    text-align: center;
    line-height: 2;
    text-transform: uppercase;
    font-size: 36px;
}

button.button-submit:active {
    box-shadow: none;
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

body.site.com_jshopping.view-.no-layout.task-view

@media (min-width: 970px) {
    body.site.com_jshopping.view-.no-layout.task-view .jshop_list_product .product .name {
        text-align: left;
        font-size: 18px;
        margin-bottom: 5px;
    }

    body.site.com_jshopping.view-.no-layout.task-view .jshop_list_product .product .image {
        text-align: left;
        float: left;
        display: inline-block;
        width: 30%;
        max-width: 250px;
    }

    body.site.com_jshopping.view-.no-layout.task-view .jshop_list_product .product .buttons {
        text-align: left;
    }

    body.site.com_jshopping.view-.no-layout.task-view .jshop_list_product .product .buttons a {
        text-align: center;
    }

    .oiproduct {
        float: left;
        display: block;
        width: 70%;
    }

    .jshop_list_product .image_block {
        padding: 2px;
        display: inline-block;
        float: left;
        width: 100%;
        padding-right: 20px;
    }
}

img.jshop_img {
    max-width: 100%;
    width: 100%;
}

.clearfix {
    width: 100%;
}

div#system-message-container {
    display: none !important;
}

div#sbox-content div#system-message-container {
    display: block !important;
}

div#system-message {
    max-width: 100% !important;
    max-height: 100% !important;
    position: relative;
    padding: 25px;
    background: #fff;
    text-align: center;
}

#system-message a.close {
    display: none;
}

h4.alert-heading {
    display: none;
}

div#sbox-window {
    height: auto !important;
}

p.alert-message {
    margin-top: 10px;
    font-size: 25px;
    margin-bottom: 10px;
}

div.dealer_pop_overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    transition: background-color, 0.5s;
    text-align: center;
}

div.dealer_pop_overlay:after {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: '';
}

div.dealer_pop_box {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    display: inline-block;
    padding: 25px;
    background: #fff;
    text-align: center;
}

a.dealer_pop_close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 35px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.dealer_pop_box p, .dealer_pop_box input {
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 10px;
}

h3.dealship_title {
    display: none;
}

.moduletabledealer_form {
    display: none;
}

#form1 input {
    border-radius: 1px !important;
    height: 45px !important;
    background: #FFF !important;
    color: #4a4a4a !important;
    border: 1px solid #ccc !important;
    padding: 3px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

#form1 .wdform-element-section {
    width: 100% !important;
}

.wdform-label-section {
    width: 100% !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

#form1 .wdform-label-section {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

#form1 .button-submit {
    margin-top: 15px;
    font-size: 15px !important;
    color: #000;
    width: 110px;
    height: 35px;
    background-color: #FFE400;
    display: inline-block; /* margin-top: 9px; */
    line-height: 35px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
    box-shadow: 0 5px 0px #BAA600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    border: none;
    margin-left: 14px;
    select: none;
}

form#form1 {
    width: 500px;
    max-width: 100% !important;
}

#form1 .wdform-field {
    width: 100% !important;
    display: block !important;
}

#form1 .wdform_section {
    display: block !important;
}

#form1 .wdform-element-section {
    width: 100% !important;
    display: block !important;
}

.fancybox-skin {
    background-color: #ffffff !important;
}

.data input {
    display: inline-block;
    float: left;
    width: 32px;
    height: 20px;
    margin: 0 5px 0 5px;
    position: static;
    line-height: 20px;
}

span.cart_reload {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0px 10px 0px 10px !important;
    position: static;
    float: left;
    line-height: 32px;
}

img {
    max-width: 100%;
}

a.button-img {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 20px;
}

.data {
    text-align: center;
    display: inline-block;
}

.jshop_register .control-group {
    margin-bottom: 15px;
}

.jshop_register .control-group input {
    height: 30px;
    width: 50%;
    margin-top: 5px;
    min-width: 150px;
}

a.print_map:before {
    content: " ";
    display: inline-block;
    width: 60px;
    height: 61px;
    background-image: url('/templates/protostar/images/map.png');
    background-size: cover;
    margin-right: 10px;
    margin-bottom: -12px;
}

.box_wrapper {
    width: 115px;
    margin: auto;
}

.category_name {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

form#form1 {
    display: none;
}

.sidebar-nav h3 {
    margin-bottom: 25px;
}

.sblock3.jshop_categ.category {
    background-color: #ffffff;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.sblock3.jshop_categ.category:hover {
    background-color: #FFE400;
}

.oiproduct {
    margin-bottom: 25px;
}

div#comjshop_list_product a.btn.btn-success.button_buy {
    float: right;
    margin-top: -5px;
}

div#comjshop_list_product .buttons br {
    display: none;
}

section#service_banner {
    padding-top: 25px;
    color: #ffffff;
}

div#service_page p {
    text-align: justify;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
}

section#service_banner h2 {
    padding-top: 25px;
    padding-bottom: 25px;
}

#deal img {
    width: 50%;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    max-width: 160px;
}

#inspection img {
    width: 25%;
    margin: auto;
    display: block;
    margin-bottom: 25px;
}

section#payment img {
    width: 90px;
    display: inline-block;
    margin-right: 20px;
}

section#payment p {
    width: calc(100% - 111px);
    display: block;
    float: right;
    font-size: 24px;
    color: #000000;
    padding-top: 5px;
}

section#payment h2 {
    color: #000000;
}

#payment .col-md-12 {
    min-height: 140px;
    margin-bottom: 20px;
}

#service_page h2 {
    text-align: left;
    margin-bottom: 50px;
    margin-left: -23px;
}

#service_page h2.howitwork {
    text-align: center;
    padding-bottom: 0;
    margin-left: 0;
    margin-bottom: 25px;
}

section#service_banner {
    background: url('/images/uslugi/skyscrapper.jpg');
    background-size: cover;
}

.divider {
    width: 100%;
    background: url(/images/uslugi/divider1.png);
    height: 30px;
    background-size: cover;
    background-position: 50% 50%;
}

#service_page h1 {
    padding-top: 10px;
    padding-bottom: 25px;
}

#service_page h1, h2 {
    font-size: 32px;
}

#idea p {
    font-weight: 300;
    font-size: 25px
}

#idea img {
    width: 100%;
}

section#deal {
    background: #d9d9d9;
}

section#payment {
    background: url('/images/uslugi/shipping.jpg');
    background-size: cover;
}

#service_page.container.center-block {
    padding-bottom: 55px;
}

#idea .divider {
    background: url(/images/uslugi/divider2.png);
    background-position: 50%;
}

#inspection .divider {
    background: url(/images/uslugi/divider3.png);
    position: relative;
    top: 30px;
    background-position: 50%;
}

#payment h2 {
    padding-top: 30px;
}

#deal h3 {
    line-height: normal;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 35px;
    text-align: center;
}

#deal .col-md-4 {
    padding: 0 5px;
}

#deal .arrow {
    width: 70px;
    height: 100%;
    position: absolute;
    background: url("/images/uslugi/next.png");
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 0px;
    right: -30px;
}

#deal .img-box {
    position: relative;
}

body.site.com_content.view-article.no-layout.no-task.itemid-109.fluid .moduletable {
    display: none;
}

#bedealer {
    text-align: center;
    padding-top: 25px;
}

#distribute_button {
    text-align: center;
}

#bedealer p {
    text-align: left;
    font-size: 25px;
}

#inspection h2 {
    color: #455a64;
}

#inspection p {
    color: #455a64;
}

div#service_page p {
    text-align: justify;
}

section#deal p {
    padding: 0 10px;
    font-size: 20px;
}

.odcat li ul li a {
    background-color: #FBFBFB;
}

.printmapimg {
    display: none;
}

.description {
    margin-bottom: 10px;
}

a.btn.button_detail {
    display: none;
}

ul#hidden_menu {
    display: none;
}

#bedealer {
    padding-bottom: 35px;
}

input.btn.btn-primary.btn-custom.button {
    margin-left: 10px;
}

p.modal_text {
    display: none;
}

p.modal_anchor {
    display: none;
}

a.closeDOMWindow {
    color: rgba(255, 255, 255, 0);
    display: block;
    width: 0;
    height: 0px;
    position: static;
    /* top: -30px; */
    /* right: -30px; */
    /* z-index: 100003; */
}

.defaultDOMWindow > a {
    display: none;
}

div#sbox-window {
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 25px;
}

p.modal_header {
    margin-top: 10px !important;
    font-size: 25px;
    margin-bottom: 10px !important;
    color: #4A4A4A;
    text-decoration: none;
    font-family: Roboto, sans-serif !important;
    line-height: normal !important;
}

div#DOMWindow {
    max-width: 90%;
    height: auto !important;
    overflow: visible !important;
    border: none !important;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

div#DOMWindow > a {
    display: none;
}

a.closeDOMWindow:before {
    content: " ";
    width: 30px;
    height: 30px;
    background-image: url("/images/modal/closebox.png");
    display: block;
    z-index: 1000003;
    position: absolute;
    top: -14px;
    right: -16px;
}

#DOMWindow p:nth-child(4) {
    position: static;
    top: 0px;
    width: 0;
    /* right: 0px; */
    /* height: 100%; */
    /* z-index: 100003; */
}

.odcat a.parent {
    background-position: 100% 50% !important;
}

.jshopslider #jt_jshopping_toprating_slider .jt_prev_t a, #jt_jshopping_toprating_slider .jt_next_t a {
    background-color: #535353;
    transition: all 0.1s linear 0s;
}

.jshopslider #jt_jshopping_toprating_slider {
    width: 300px !important;
    margin: auto;
    float: none;
    max-width: 100% !important;
}

ul#slidertop1 h3 {
    font-size: 15px;
    color: #4A4A4A !important;
    line-height: normal !important;
    margin: 0;
    padding: 10px 10px;
}

ul#slidertop1 h3 a {
    color: #4A4A4A !important;
    text-decoration: none;
}

.jshopslider #slidertop1 .item_price {
    display: none;
}

.jshopslider #jt_jshopping_toprating_slider ul li {
    background: none;
    width: 252px;
    height: auto !important;
}

.jshopslider #jt_jshopping_toprating_slider .jt_prev_t a:hover, #jt_jshopping_toprating_slider .jt_next_t a:hover {
    background-color: #FFE400;
}

.jshopslider .mod_jt_jshopping_toprating {
    width: 300px;
    margin: auto;
    background: #fff;
    box-shadow: rgba(50, 50, 50, 0.74902) 1px 1px 3px 0px;
    position: relative;
}

.jshopslider #slidertop1 .item_detal {
    padding: 5px 10px 15px 10px;
    text-align: right;
}

.jshopslider #jt_jshopping_toprating_slider .jt_button_prev_t_1 a, .jshopslider #jt_jshopping_toprating_slider .jt_button_next_t_1 a {
    height: 100%;
    position: absolute;
}

.jshopslider #jt_jshopping_toprating_slider .jt_button_prev_t_1 a {
    left: 0;
}

.jshopslider #jt_jshopping_toprating_slider .jt_button_next_t_1 a {
    right: 0;
}

.jshopslider .mod_jt_jshopping_toprating .bx-wrapper {
    margin-left: 24px;
}

.jshopslider .moduletable.jshopslider {
    margin-top: 30px;
    margin-bottom: 25px;
}

.odcat ul a.active, a.root.active {
    font-weight: bold;
    background-color: #6D6E6E;
    color: #ffffff;
}

.productfull .image_middle {
    width: 200px;
}

.nav.menu li.current.active a {
    opacity: 0.6;
}

#jshop_menu_order {
    display: none !important;
}

.jt_button_next_t_1 a, .jt_button_prev_t_1 a {
    background-color: #FFE400 !important;
}

#lightbox-image-details-caption {
    font-size: 16px;
    font-weight: normal;
}

div#about p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
}

section#inspection p {
    font-size: 20px;
}

section#inspection p {
    font-size: 20px;
}

div#rewievs h1 {
    display: none;
}

div#rewievs p {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
}

div#rewievs h3 {
    font-size: 30px;
    line-height: 1.4;
}

.moduletable.bcrumps li:first-child {
    display: none;
}

.moduletable.bcrumps ul li {
    list-style: none;
    display: inline;
}

.moduletable.bcrumps .divider {
    margin-left: 5px;
    margin-right: 5px;
}

.moduletable.bcrumps {
    margin-left: 51px;
    margin-bottom: 15px;
}

body.site.com_jshopping main#content {
    position: relative;
}

.odcat ul .active .active {
    background: #FBFBFB;
    color: #D22024;
}

.cartcheckout th.jshop_img_description_center {
    display: none;
}

.cartcheckout td.jshop_img_description_center {
    display: none;
}

.req h2 {
    font-size: 20px;
    display: none;
}

.req {
    float: left;
    width: 70%;
    margin-top: 10px;
}

.cartdescr {
    display: none;
}

div#weightorder {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 15px;
}

.jshop.address_block {
    clear: both;
}

textarea {
    resize: none;
}

#form1 .wdform-label-section, #form12 .wdform-label-section, #form14 .wdform-label-section {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.jshop .product_label {
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
}

.req {
    display: none;
}

ul.dealership-advantages img {
    width: 70px;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

ul.dealership-advantages {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.dealership-advantages h2 {
    text-align: left;
}

ul.dealership-advantages p {
    display: inline-block;
    float: right;
    width: calc(100% - 95px);
}

ul.dealership-advantages li {
    margin-bottom: 25px;
}

#dealership p {
    font-size: 25px;
    font-weight: 300;
}

#dealership h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    padding-bottom: 25px;
}

#dealership h2 {
    font-size: 32px;
    line-height: normal;
}

#dealership h2 {
    padding-bottom: 35px;
    line-height: normal;
}

ul.dealership-advantages h2 {
    text-transform: none;
    font-weight: 300;
    font-size: 30px;
    padding-bottom: 5px !important;
}

section#dealership-banner .col-md-4, section#dealership-banner .col-md-8 {
    padding: 0;
}

section#dealership-banner {
    background: url("/images/dealership-background.jpg");
    background-size: cover;
    background-position: 50% 100%;
}

#dealership section {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

section#dealership-how-we-work img {
    width: 150px;
    margin: auto;
    display: block;
}

section#dealership-how-we-work span {
    background: #ffe50d;
    display: inline-block;
    margin: auto;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 25px;
    font-weight: 500;
}

section#dealership-how-we-work {
    background: #e9e9e9;
    text-align: center;
}

section#dealership-how-we-work span:after {
    content: " ";
    background: red;
    display: block;
    width: 1px;
    height: 1px;
}

section#dealership-how-we-work span:after {
    content: " ";
    background: #FFE50D;
    display: block;
    width: calc(100% - 70px);
    height: 4px;
    position: absolute;
    margin-top: -22px;
    left: calc(100% - 60px);
}

section#dealership-how-we-work h3 {
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
}

div#dealership .col-md-2 {
    padding: 0px;
}

section#dealership-how-we-work .container .col-md-2:nth-child(6) span:after {
    display: none;
    border: none;
}

form#dealership-form h2, form#dealership-form2 h2 {
    font-size: 25px;
    text-transform: none;
    padding-bottom: 15px;
}

form#dealership-form, form#dealership-form2 {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 3px 9px 0px;
    padding: 30px 35px;
}

form#popup-form label, form#contact-form label, form#dealership-form label, form#dealership-form2 label {
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
	transition: all .3s linear;
}

form#dealership-form input:hover {
	background-color: #ccc;
}

form#dealership-form input:focus {
	background-color: #fff;
}

form#dealership-form input:active {
	background-color: #fff;
}

form#popup-form input, form#contact-form input, .wdform_row textarea, form#dealership-form input, form#dealership-form2 input {
    border-radius: 1px !important;
    height: 45px !important;
    background: #fff;
    color: #4a4a4a !important;
    border: 1px solid #ccc !important;
    padding: 3px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    width: 100%;
    line-height: 35px;
	transition: all .3s linear;
}

form#dealership-form2 input:hover {
	background-color: #ccc;
}

form#dealership-form2 input:focus {
	background-color: #fff;
}

form#dealership-form2 input:active {
	background-color: #fff;
}

.wdform_row textarea, form#popup-form textarea {
    display: inline-block;
    height: 219px !important;
}

form#popup-form textarea {
    height: 140px !important;
    line-height: 35px;
}

@media (min-width: 1200px) {
    #dealership-banner .container {
        width: 1200px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.dealer-slider img {
    width: 252px;
    height: 252px;
}

.dealer-slider #jt_jshopping_toprating_slider ul li {
    background: none;
    width: 279px !important;
    height: 450px !important;
    /* padding: 0 6px; */
    color: #455a64;
}

.dealer-slider #jt_jshopping_toprating_slider ul li .block_item {
    /* box-shadow: rgba(50, 50, 50, 0.74902) 1px 1px 3px 0px; */
    height: 410px;
    background: #fff;
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
}

form#popup-form button, form#contact-form button, form#dealership-form button, form#dealership-form2 button {
    margin: auto;
    font-size: 15px !important;
    color: #000;
    width: 230px;
    height: 35px;
    background-color: #FFE400;
    display: block;
    /* margin-top: 9px; */
    line-height: 36px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
    box-shadow: 0 5px 0px #BAA600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    border: none;
    /* margin-left: 14px; */
    select: none;
    margin-top: 25px;
}

form#popup-form button:hover, form#contact-form button:hover, form#dealership-form button:hover, form#dealership-form2 button:hover {
    background: rgb(255, 234, 57);
}

form#popup-form button {
    margin-bottom: 15px;
}

form#popup-form {
    width: 550px;
    max-width: 100%;
}

form#dealership-form2 {
    width: 100%;
    max-width: 550px;
    margin: auto;
}

.moduletable.dealer-slider {
    /* display: none; */
    background: #f6f6f6;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 5px 0px;
    position: relative;
}

section#dealership-order {
    background: url("/images/consultation.jpg");
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 40px;
    padding-bottom: 100px;
}

section#dealership-requirements {
    background: #f0f0f0;
}

div#dealership h1, #dealership section > h2 {
    text-transform: uppercase;
}

section#dealership-requirements .col-md-6 {
    margin-bottom: 40px;
}

section#dealership-requirements h3 {
    font-size: 30px;
    font-weight: 300;
    text-align: left;
}

section#dealership-slider #jt_jshopping_toprating_slider .jt_button_prev_t_second-slider a, section#dealership-slider #jt_jshopping_toprating_slider .jt_button_next_t_second-slider a {
    height: 100%;
    position: absolute;
}

section#dealership-slider #jt_jshopping_toprating_slider .jt_button_next_t_second-slider a.bx-prev {
    left: -24px;
}

section#dealership-slider #jt_jshopping_toprating_slider .jt_button_next_t_second-slider a.bx-prev {
    right: 24px;
}

section#dealership-slider .bx-wrapper {
    width: calc(100% - 24px) !important;
    margin-left: 24px;
}

section#dealership-slider .bx-window {
    width: 100% !important;
    height: 450px;
}

section#dealership-slider .item_price {
    /* float: right; */
    padding-left: 12px;
    padding-right: 12px;
    position: absolute;
    /* right: 10px; */
    top: 262px;
    width: 100%;
    text-align: right;
    font-weight: 500;
}

section#dealership-slider .item_price:before {
    content: "Цена:";
    display: block;
    left: 12px;
    position: absolute;
    font-weight: 300;
}

section#dealership-slider .item_name {
    position: absolute;
    top: 280px;
    width: 100%;
    padding: 12px;
    /* line-height: 18px; */
}

section#dealership-slider .item_name h3 {
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

section#dealership-slider .item_name h3 a {
    text-decoration: none;
    color: #455a64;
    font-size: 18px;
}

section#dealership-slider .item_name:before {
    content: "В наличии | Оптом и в розницу";
    font-size: 15px;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    text-align: justify;
    font-weight: 300;
}

section#dealership-slider #jt_jshopping_toprating_slider .jt_button_prev_t_second-slider a, section#dealership-slider #jt_jshopping_toprating_slider .jt_button_next_t_second-slider a {
    background-color: #FFE400 !important;
}

section#dealership-requirements p {
    text-align: justify;
}

section#dealership-slider #jt_jshopping_toprating_slider .jt_next_t a {
    box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 5px 0px;
}

.moduletable.vigodi li img {
    width: 70px;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.moduletable.vigodi li p {
    display: inline-block;
    width: calc(100% - 95px);
}

section#be-dealer h3, section#be-dealer .h3 {
    text-transform: none;
    font-weight: 300;
    font-size: 25px;
    padding-bottom: 5px !important;
    text-align: left;
    width: calc(100% - 95px);
    float: right;
}

section#be-dealer > h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    padding-bottom: 25px;
}

section#be-dealer h3, section#be-dealer .h3 {
    font-size: 32px;
    line-height: normal;
}

section#be-dealer form h3, section#be-dealer form .h3 {
    font-size: 25px;
    line-height: normal;
    font-weight: normal;
    text-align: center;
    float: none;
    display: inline-block;
    width: 100%;
}

section#be-dealer .col-md-4, section#be-dealer .col-md-8 {
    padding: 0;
}

.moduletable.vigodi h2 {
    margin-top: 0px;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 30px
}

@media (max-width: 1200px) {
    section#dealership-slider .bx-window {
        width: 279px !important;
    }

    section#dealership-slider .container {
        width: 333px !important;
    }

    section#dealership-how-we-work span:after {
        left: calc(100% - 60px);
    }
}

@media (max-width: 980px) {
    div#contacts h2 {
        line-height: normal;
        margin-bottom: 15px;
    }

    section#dealership-requirements h3 {
        line-height: 30px;
        margin-bottom: 15px;
        font-size: 25px;
    }

    ul.dealership-advantages h2 {
        display: inline-block;
        width: calc(100% - 95px);
        text-transform: none;
        font-weight: 300;
        font-size: 30px;
        padding-bottom: 5px !important;
        font-size: 25px !important;
        margin-bottom: 7px;
    }

    #dealership p {
        font-size: 20px;
    }

    section#dealership-how-we-work span {
        display: block;
        margin: auto;
        margin-top: 15px;
    }

    section#dealership-how-we-work h3 {
        line-height: 25px;
    }

    section#dealership-how-we-work .col-md-2 {
        margin-bottom: 40px;
    }

    section#dealership-order {
        background: rgb(248, 248, 248);
    }

    section#dealership-how-we-work span:after {
        display: none;
    }
}

@media (max-width: 350px) {
    #content section#dealership-slider .container {
        width: 320px !important;
        padding: 0px 24px 0px 0px !important;
        margin: auto;
    }

    .dealer-slider #jt_jshopping_toprating_slider ul li {
        width: 277px !important;
    }

    ul.dealership-advantages p, .moduletable.vigodi li p, section#be-dealer h3, section#be-dealer .h3 {
        display: inline-block;
        float: right;
        width: calc(100% - 60px);
        font-size: 18px;
    }

    ul.dealership-advantages h2 {
        display: inline-block;
        width: calc(100% - 60px);
    }

    ul.dealership-advantages img, .moduletable.vigodi li img {
        width: 45px;
        display: inline-block;
        float: left;
        margin-right: 15px;
    }

    section#be-dealer > h2, .moduletable.vigodi h2 {
        text-transform: inherit;
    }
}

div#alert-box, div#alert-box2 {
    max-width: 500px;
    padding: 25px;
}

.col-centered {
    margin: auto;
    float: none !important;
}

div#contacts h1 {
    font-size: 32px;
}

.moduletable.vigodi {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

.moduletable.vigodi {
    background: url("/images/dealership-background.jpg");
    background-size: cover;
    background-position: 50% 100%;
}

.moduletable.vigodi li {
    font-size: 32px;
    line-height: normal;
}

.moduletable.vigodi li {
    text-transform: none;
    font-weight: 300;
    font-size: 25px;
    padding-bottom: 5px !important;
    list-style: none;
    display: block;
    min-height: 150px;
    margin-bottom: 15px;
}

.moduletable.vigodi ul {

    list-style: none;
}

section#be-dealer {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

span.mycart_mini_txt {
    width: 36px;
    background: url('/templates/protostar/css/cart.png') 100% no-repeat;
    background-size: 100%;
    margin-left: 0px;
    background-position: 50%;
    height: 80px;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
}

span.mycart_mini_txt:hover {
    width: 36px;
    background: url('/templates/protostar/css/cart1.png') 100% no-repeat;
    background-size: 100%;
}

.mycart_wrapp {
    display: block;
    position: absolute;
    top: 0;
    right: 6px;
}

li.item-121 {
    display: none !important;
}

span.mycart_mini_txt a {
    top: 6px;
    position: absolute;
    right: -38px;
    font-size: 21px !important;
    color: #C50303 !important;
    font-weight: bold;
}

.nav-collapse {
    position: relative;
}

@media only screen and (min-width: 1641px) {
    nav.navigation {
        display: inline-block;
        position: relative;
    }

    span.mycart_mini_txt {
        user-select: none;
        width: 36px;
        background: url('/templates/protostar/css/cart.png') 100% no-repeat;
        background-size: 100%;
        margin-left: 14px;
        background-position: 50%;
        height: 95px;
        border-radius: 0;
        box-shadow: none;
        position: absolute;
        left: -30px;
    }
}

@media only screen and (max-width: 1101px) {
    span.mycart_mini_txt {
        background: url('/templates/protostar/css/cart.png'), rgb(83, 83, 83);
        margin-left: 14px;
        position: absolute;
        top: 69px;
        left: 7px !important;
        height: 40px;
        width: 40px;
        background-size: 58%;
        background-position: 50%;
        background-repeat: no-repeat;
        z-index: 30000;
        border-radius: 16%;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
    }

    span.mycart_mini_txt a {
        bottom: 22px;
        position: absolute;
        left: 13px;
        font-size: 16px;
        top: -22px;
        color: #C50303 !important;
    }
}

@media only screen and (min-width: 768px) {
    .sblock3.jshop_categ.category {
        width: 30% !Important;
        float: left !Important;
        clear: none !Important;
    }
}

.top_phone a, .top_phone a:hover {
    text-decoration: none;
    color: #fff;
}

.footer_col .top_phone a:hover {
    color: #303030;
    text-decoration: none;
}

.custom-article a.contacts_phone_ref, .custom-article a.contacts_phone_ref:hover {
    color: #4A4A4A;
    text-decoration: none;
}

h1.catalog_h2 {
    text-align: center;
}

.jshopslider > .h3 {
    color: #d95457;
}

ul#slidertop1 .h3 {
    font-size: 15px;
    color: #4A4A4A !important;
    line-height: normal !important;
    margin: 0;
    padding: 10px 10px;
    text-transform: uppercase;
    text-align: center;
}

ul#slidertop1 .h3 a {
    color: #4A4A4A !important;
    text-decoration: none;
}

.descript_h2 {
    text-align: left;
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 10px;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.news {
	margin-bottom: 72px;
}

.news-title {
	margin-bottom: 30px;
	line-height: normal;
	text-transform: uppercase;
}
.newsflash-horiz {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	list-style-type: none;
}

.newsflash-horiz > li {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
       -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	width: calc((100% - 2*30px) / 3);
}

.newsflash-horiz > li:not(:last-child) {
	margin-right: 30px;
}

.newsflash-title {
	position: absolute;
	top: 295px;
	left: -1px;
	width: 85%;
	padding: 32px 20px 0 0;
	background-color: #fff;
}

.newsflash-title a {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
}

.newsflash-title a:hover {
	color: #6d6d6d;
	text-decoration: underline;
}

.newsflash-image {
	margin-bottom: 31px;
}

.newsflash-image img {
	height: 350px;
    object-fit: contain;
}

.newsflash-horiz > li p {
	font-weight: 300;
	font-size: 12px;
	line-height: 19px;
	color: #000;
}

.news__button {
    -ms-flex-item-align: end;
             align-self: flex-end;
    margin-top: auto;
    padding: 14px 12px;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
	border-radius: 5px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #FFEA32;
    box-shadow: 0 4px 0 #cfba31;
    transition: all .3s linear;
}

.news__button:hover {
	color: #000;
    background-color: #cfba31;
}

.newsflash-horiz > li > *:not(.newsflash-title, .newsflash-image, .news__button) {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    overflow: hidden;
}

.itemid-101 .homecatblock {
	display: none;
}

.vigodi {
	margin-bottom: 40px;
}

@media (max-width: 1100px) {
	.newsflash-horiz > li {
		position: relative;
	    width: calc((100% - 30px) / 2);
	}
	
	.newsflash-horiz > li:nth-child(2) {
		margin-right: 0;
	}
	
	.newsflash-horiz > li:nth-child(3) {
		display: none;
	}
	
	.newsflash-image img {
		width: 100%;
		object-fit: cover;
    }
}

@media (max-width: 992px) {
    .newsflash-horiz {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

	.newsflash-horiz > li,
    .newsflash-horiz > li:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
           -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
           -ms-flex-direction: column;
               flex-direction: column;
	    width: 100%;
        max-height: auto;
	}

    .newsflash-horiz > li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .newsflash-image {
        text-align: center;
    }

    .newsflash-image img {
        height: auto;
        max-height: 250px;
		object-fit: contain;
		width: auto;
    }

    .newsflash-title {
        position: static;
        margin-bottom: 20px;
    }

    .news__button {
        -ms-flex-item-align: center;
         -ms-grid-row-align: center;
                 align-self: center;
    }
}