@charset "utf-8";

html {
    font-size: 1em;
    line-height: 1.4;
}

body {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: #212121;
}

@media screen and (max-width: 1023px) {
    body.openmenu {
        overflow: hidden;
    }
}

#wrapper {
    max-width: 1380px;
    min-width: 320px;
    margin: 0 auto;
    padding-left: 70px;
    padding-right: 70px;
    box-sizing: border-box;
    min-height: 100vh;
}

.wide {
    max-width: 1380px !important;
    margin-left: -70px;
    margin-right: -70px;
    box-sizing: border-box;
}

a.link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	border-bottom: 3px solid;
	transition: .3s ease all;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

ul {
    margin: 10px 0;
    padding-left: 40px;
}
    ul li {
        list-style: none;
    }
    ul li:before {
        content: '—';
        margin-right: 2px;
    }
ol {
    margin: 10px 0;
    padding-left: 55px;
}

p {
    line-height: 21px;
    margin: 1em 0;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.clear:before,
.clear:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clear:after {
    clear: both;
}
.red {
    color: #f00 !important;
}
.small {
    font-size: 0.8em !important;
}
a {
    color: #4395ea;
    text-decoration: none;
    display: inline;
    line-height: 1em;
    border-bottom: 1px solid;
    outline: none;
}
a:hover {
    color: #ea4543;
    border-bottom: 1px solid transparent;
}
a.pseudo {
    font-weight: bold;
    border-bottom: 1px dashed;
}
a.pseudo:hover {
    border-bottom: 1px solid transparent;
}
a.likebutton {
    color: #4395ea;
    background: #d9eafb;
    border-bottom: none;
    padding: 8px;
    border-radius: 5px;
}
a.likebutton:hover {
    background: #c6dff9;
}
a.toggle {
    padding: 2px 8px;
    border-radius: 2px;
    border: none;
    line-height: 1em;
}
a.toggle.active {
    background: #dde6ee;
}
a.toggle:hover {
    border: none;
}
a.inv {
    border-color: transparent;
}
a.inv:hover {
    border-color: #ea4543;
}
button, input[type=submit] {
    border-radius: 5px;
    outline: none;
}
input[type=text], input[type=email], textarea {
    /*padding: 14px 10px;*/
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    outline: none;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus {
    border-color: #54a9fe;
}
input[type=text].error, input[type=email].error, textarea.error {
    border-color: #fe5454;
}

.field {
    position: relative;
    display: inline-block;
}
    .field input {
        padding: 12px 10px;
        box-sizing: border-box;
    }
    .field textarea {
        padding: 12px 10px;
        height: 130px;
        box-sizing: border-box;
    }
    .field .placeholder {
		display: block;
		margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #212121;
        z-index: 2;
    }
    .field.noplaceholder .placeholder {
        /*display: none;*/
    }



.absolute-field {
    position: absolute;
    top: -5000px;
    left: -500px;
}

.input-number {
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    height: 40px;
    /*width: 120px;*/
    box-sizing: border-box;
    /*word-spacing: -1em;*/
    overflow: hidden;
    display: inline-block;
}
    .input-number button {
        float: left;
        background: linear-gradient(to bottom, #f4f4f4, #dcdcdc);
        border: none;
        border-radius: 0;
        font-size: 24px;
        width: 39px;
        height: 38px;
        vertical-align: top;
        padding: 0;
    }
    .input-number button:first-child {
        border-right: 1px solid #d7d7d7;
    }
    .input-number button:last-child {
        border-left: 1px solid #d7d7d7;
    }
    .input-number input[type=text] {
        float: left;
        line-height: 24px;
        font-size: 16px;
        width: 38px;
        border: none;
        background: #fff;
        border-radius: 0;
        height: 36px;
        vertical-align: top;
        text-align: center;
    }

.btn {
    border: 1px solid;
    border-color: #d7d7d7;
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    background: linear-gradient(to bottom, #f4f4f4, #dcdcdc);
    color: #212121;
    font-weight: bold;
    position: relative;
    padding: 11px 62px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
}
    .btn:not(.btn-unactive):hover {
        background: #dcdcdc;
        box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
    }
    .btn:not(.btn-unactive):before {
        content: '';
        position: absolute;
        display: block;
        border-radius: 5px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: 0 1px 2px #212121;
        z-index: -1;
    }

    .btn:not(.btn-unactive):active {
        box-shadow: 0 1px 3px rgba(0,0,0,0.5) inset !important;
    }
    .btn:active:before {
        content: none;
    }
.btn.pressed {
    color: white;
    background: #b0b0b0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5) inset !important;
}
.btn.pressed:hover {
    background: #b0b0b0;
}
.btn.btn-noshadow:before {
    content: none;
}

.btn.btn-red {
    border-color: #bb3735;
    color: #fff;
    background: linear-gradient(to bottom, #e94543, #d33e3c);
    text-shadow: 1px 1px 1px #c03836;
}
    .btn.btn-red:hover {
        background: #bb3735;
        text-shadow: 1px 1px 1px #c03836;
    }
.btn.btn-blue {
    color: #fff;
    background: linear-gradient(to bottom, #3d90e5, #257bd4);
    text-shadow: 1px 1px 1px #176fca;
    /*border: none;*/
    border-color: transparent;
}
    .btn.btn-blue:hover {
        background: #287ed6;
        text-shadow: 1px 1px 1px #176fca;
    }
.btn.btn-unactive {
    border-color: #d7d7d7;
    color: #9a9a9a;
    background: linear-gradient(to bottom, #dcdcdc, #f3f3f3);
    text-shadow: 1px 1px 1px #fafafa;
}

.checkbox-switch:after {
    content: '';
    display: block;
    clear: both;
}
    .checkbox-switch label {
        float: left;
        border-radius: 5px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 10%;
        padding-left: 10%;
    }
    .checkbox-switch label.checkbox:before {
        content: none !important;
    }
    .checkbox-switch label:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
    }
    .checkbox-switch label:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none;
    }


label.checkbox {
    cursor: pointer;
}
label.checkbox:before {
    content: '\E835';
    font-family: 'Material Icons';
    font-size: 18px;
    color: #212121;
    margin-right: 5px;
    vertical-align: sub;
}
label.checkbox.checked:before {
    content: '\E834';
    color: #4395ea;
}
    label.checkbox input[type=checkbox], label.checkbox input[type=radio] {
        display: none;
    }

.errorcode {
    color: #808080;
    font-size: 102px;
    float: right;
    opacity: 0.1;
    margin-top: 150px;
}


h1, h2, h3 {
    font-weight: bold;
    color: #212121;
}

h1 {
    font-size: 28px;
    line-height: 37px;
    margin: 0;
    margin-bottom: 10px;
}
h2 {
    font-size: 25px;
    line-height: 29px;
}

.notopmargin h1, .notopmargin h2, .notopmargin h3 {
    margin-top: 0;
}
 
@media screen and (min-width: 720px) {
    h1 {
       font-size: 32px;
        line-height: 58px;
        margin: 0;
        margin-bottom: 15px;
    }
    h2 {
        font-size: 32px;
        line-height: 44px;
    }
	h3 {
		font-size: 24px;
		line-height: 32px;
	}
}

header {
    width: 100%;
    padding: 10px 0 20px 0px;    
    box-sizing: border-box;
}
header:after {
    content: '';
    display: block;
    clear: both;
}
@media screen and (min-width: 480px) {
    header {
        padding: 30px 0 50px 0px;
    }
}

main {
    width: 100%;
}
main:after {
    content: '';
    display: block;
    clear: both;
}

footer {
    width: auto;
    border-top: 2px solid rgb(239,239,239);
    padding: 20px 70px 35px 70px;
    box-sizing: border-box;
    position: relative;
}
footer:after {
    content: '';
    display: block;
    clear: both;
}
    footer .footer-menu a {
        font-size: 14px;
    }
    footer .logo {
        text-align: right;
    }
@media screen and (max-width: 719px) {
    footer .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap-reverse;
        flex-flow: row wrap-reverse;
    }
    footer .footer-menu {
        margin-bottom: 10px;
    }
    footer .footer-item {
        text-align: center;
    }
    footer .copy {
        margin: 30px 0 -7px 0;
    }
}

#goup {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    transition: visibility 0s linear, opacity 0.5s ease-in-out;
}
#goup.visible {
    visibility: visible;
    opacity: 1;
}
    .goup-link {
        outline: none;
        border: none;
    }
    .goup-link:hover {
        color: #4395ea;
    }
        .goup-link i {
            vertical-align: text-bottom;
            transition: transform 0.2s ease-in;
        }
        .goup-link:hover i {
            transform: translateY(-3px);
        }

@media screen and (min-width: 720px) {
    #goup {
        display: block;
    }
}        



.yamaps-link {
    font-weight: bold;
    color: #212121;
    border-color: transparent;
    background: url('../img/externallink.png') no-repeat 100% 0;
    padding-right: 13px;
}
    .yamaps-link:hover {
        border-color: transparent;
    }
    .yamaps-link span {
        color: #ea4543;
    }

.brands {
    width: 100%;
    padding: 8px 0 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #ececec;
}
@media screen and (min-width: 980px) {
    .brands {
        border-top: none;
    }
}
    .brands a {
        border: none;
        margin-top: 12px;
        padding: 0 10px;
        width: 100%;
    }  
        .brands a img {
            -webkit-filter: grayscale(100%) opacity(50%);
            -moz-filter: grayscale(100%) opacity(50%);
            -ms-filter: grayscale(100%) opacity(50%);
            -o-filter: grayscale(100%) opacity(50%);
            filter: grayscale(100%) opacity(50%);
            filter: gray;
            transition: all 0.2s ease-in;
            height: 25px;
            margin: 0 auto;
            display: block;
        }
        .brands a:hover img {
            -webkit-filter: none;
            -moz-filter: none;
            -ms-filter: none;
            -ms-filter: none;
            -o-filter: none;
            filter: none;
        }
        .allbrands {
            padding: 5px;
        }

@media screen and (min-width: 580px) {
    .brands a {
        width: 50%;
    }
    .allbrands {
        width: 100% !important;
    }
}
@media screen and (min-width: 980px) {
    .brands a {
        width: auto;
    }
    .allbrands {
        width: auto !important;
    }
}  



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5 {
    float: left;
    margin-left: 10px;
    box-sizing: border-box;
}

.hidden-xs, .hidden-sm, .hidden-md, .hidden-lg {
    display: block;
}

@media screen and (min-width: 1px){
    .col-xs-1 {
        width: 20%;
        width: calc(20% - 10px);
    }
    .col-xs-2 {
        width: 40%;
        width: calc(40% - 10px);
    }
    .col-xs-3 {
        width: 60%;
        width: calc(60% - 10px);
    }
    .col-xs-4 {
        width: 80%;
        width: calc(80% - 10px);
    }
    .col-xs-5 {
        width: 100%;
        width: calc(100% - 10px);
    }
    
    .hidden-xs {
        display: none!important;
    }
    .visible-xs {
        display: block!important;
    }
    span.visible-xs {
        display: inline!important;
    }
}
@media screen and (min-width: 480px){
    .col-sm-1 {
        width: 20%;
        width: calc(20% - 10px);
    }
    .col-sm-2 {
        width: 40%;
        width: calc(40% - 10px);
    }
    .col-sm-3 {
        width: 60%;
        width: calc(60% - 10px);
    }
    .col-sm-4 {
        width: 80%;
        width: calc(80% - 10px);
    }
    .col-sm-5 {
        width: 100%;
        width: calc(100% - 10px);
    }
    .hidden-sm {
        display: none!important;
    }
    .visible-sm {
        display: block!important;
    }
    span.visible-sm {
        display: inline!important;
    }
}
@media screen and (min-width: 720px){
    .col-md-1 {
        width: 20%;
        width: calc(20% - 10px);
    }
    .col-md-2 {
        width: 40%;
        width: calc(40% - 10px);
    }
    .col-md-3 {
        width: 60%;
        width: calc(60% - 10px);
    }
    .col-md-4 {
        width: 80%;
        width: calc(80% - 10px);
    }
    .col-md-5 {
        width: 100%;
        width: calc(100% - 10px);
    }
    .hidden-md {
        display: none!important;
    }
    .visible-md {
        display: block!important;
    }
    span.visible-md {
        display: inline!important;
    }
}
@media screen and (min-width: 980px){
    .col-lg-1 {
        width: 20%;
        width: calc(20% - 10px);
    }
    .col-lg-2 {
        width: 40%;
        width: calc(40% - 10px);
    }
    .col-lg-3 {
        width: 60%;
        width: calc(60% - 10px);
    }
    .col-lg-4 {
        width: 80%;
        width: calc(80% - 10px);
    }
    .col-lg-5 {
        width: 100%;
        width: calc(100% - 10px);
    }
    .hidden-lg {
        display: none!important;
    }
    .visible-lg {
        display: block!important;
    }
    span.visible-lg {
        display: inline!important;
    }
}

.col-nomargin {
    margin-left: 0;
}
.row {
    margin-left: -10px;

}
.pull-right {
    float: right!important;
}

@media screen and (min-width: 980px) {
    .row-4 > *:nth-child(4n) {
        margin-right: 20%;
        margin-right: calc(20% - 10px);
    }
}


.logo a {
    display: inline-block;
    text-decoration: none;
    border: none;
}
    .logo img {
        display: block;
        width: 94%;
    }
    .logo .sub {
        display: inline-block;
        margin-top: 2px;
        line-height: 18px;
        color: #757575;
        font-size: 14px;
    }

.phone {
    font-size: 18px;
    line-height: 22px;
    color: #212121;
    font-weight: bold;
}

header .callback {
    margin-left: 10px;
}

header .header-item, footer .footer-item {
    line-height: 1rem;
    margin-bottom: 6px;
}

.header-mobile-button {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    padding-top: 7px;
    border-bottom: none;
    margin-right: 8px;
    border-radius: 50%;
    color: #fff;
}
.header-mobile-button:focus, .findheader-mobile-buttonactive, .header-mobile-button:hover {
    color: #fff;
}
.find-button {
    background: #3c8fe4;
}
.call-button {
    background: #15ab32;
}

    .minicart-icon {
        position: relative;
        border: none;
        border-radius: 50%;
        background: #dcdcdc;
        color: #fff;
        width: 40px;
        height: 40px;
        float: right;
        box-sizing: border-box;
        padding: 8px;
    }
    .minicart-icon.filled {
        background: #ea4543;
    }
        .minicart-icon:hover {
            border: none;
            color: #fff;
        }
        .minicart-total-count {
            position: absolute;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            background: #3c8fe4;
            top: -3px;
            right: -3px;
            font-size: 11px;
            text-align: center;
            line-height: 15px;
        }
        @media screen and (min-width: 720px;) {
            .minicart-total-count {
                display: none;
            }
        }
    .minicart-info {
        float: right;
        line-height: 1.5em;
        margin-left: 8px;
    }
        .minicart-title, .minicart-count, .minicart-total {
            font-weight: bold;
        }
        .minicart-title {
            line-height: 1em;
            margin-top: 5px;
        }
            .minicart-title a {
                border: none;
                color: #000;
            }
            .minicart-title a:hover {
                color: #ea4543;
            }

header .header-md {
    margin-top: 50px;
    height: 45px;
    position: relative;
}
    header .btn.menu {
        width: 26%;
        height: 45px;
        text-align: left;
        padding: 12px 19px;
        line-height: 20px;
        margin-right: 30px;
        float: left;
        position: relative;
    }
    header .btn.menu:after {
        content: '\E5C5';
        font-family: 'Material Icons';
        font-weight: bold;
        font-size: 18px;
        position: absolute;
        right: 14px;
        top: 14px;
    }
    header .btn.menu:hover, header .btn.menu.hover {
        background: #1a9bff;
        border-color: #1a9bff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        color: #fff;
    }
    header .btn.menu:active {
        box-shadow: none !important;
    }
    header nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 100;
        box-shadow: 0px 31px 12px -12px RGBA(38, 38, 38, 0.6);
    }
    header nav:hover {
        display: block;
        box-shadow: none;
    }
    .btn.menu:hover + nav, .btn.menu.hover + nav {
        display: block;
    }
        .nav-root-item {
            width: 285px;
            background: #5eb9ff;
            box-shadow: inset 0 -1px 0 0 #75c3ff;
            color: #fff;
        }
        .nav-root-item:hover {
            background: #fafafa;
        }
        .nav-root-item:last-child {
            border-radius: 0 0 5px 5px;
            border-bottom: none;
        }
        .nav-root-item:last-child:hover {
            border-radius: 0;
        }
            .nav-root-link {
                color: #fff;
                border: none;
                font-weight: bold;
                line-height: 1em;
                padding: 18px 20px;
                display: inline-block;
                width: 100%;
                box-sizing: border-box;
                z-index: 3;
                position: relative;
            }
            .nav-root-link:after {
                content: '\E5CC';
                font-family: 'Material Icons';
                font-size: 16px;
                font-weight: bold;
                position: absolute;
                right: 14px;
                top: 18px
            }
            .nav-root-item:hover .nav-root-link, .nav-root-link:hover {
                color: #1a9bff;
                border: none;
            }
            .nav-root-link:hover + .nav-inner-wrap {
                display: block;
            }
            .nav-inner-wrap {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                width: 800px;
                height: 100%;
                background-color: #fff;
                font-size: 16px;
                font-weight: bold;
                color: #212121;
                padding: 16px 30px 50px 315px;
                box-sizing: border-box;
                border-radius: 0 5px 5px 5px;
                border: 1px solid #5eb9ff;
                border-left: none;
                z-index: -1;
                box-shadow: 0px 31px 12px -12px RGBA(38, 38, 38, 0.6);
                background-repeat: no-repeat;
                background-position: 98% 98%;
                background-size: auto 130px;
            }
            .nav-inner-wrap:hover {
                display: block;
            }
                .nav-inner-items {
                    display: flex;
                    flex-direction: column;
                    flex-wrap: wrap;
                    width: 100%;
                    height: 100%;
                }
                    .nav-inner-item {
                        line-height: 25px;
                        margin-right: 10px;
                        max-width: 215px;
                    }
                        .nav-inner-link {
                            font-weight: normal;
                            line-height: 22px;
                            display: inline;
                        }
    .search-block {
        display: inline-block;
        height: 45px;
        box-sizing: border-box;
        vertical-align: top;
    }
    @media screen and (max-width: 979px) {
        .search-block {
            position: absolute;
            display: none;
            left: 0px;
            right: -10px;
            top: -17%;
            bottom: -42%;
            z-index: 90;
            background: #fff;
            margin-left: 0;
            padding-left: 10px;
            padding-top: 15px;
            padding-right: 10px;
            border-top: 1px solid #ededed;
            border-bottom: 1px solid #ededed;
            height: auto;
            width: auto;
            box-shadow: 0px 1px 3px 0px #ededed;
        }
        .search-block.active {
            display: block;
        }
    }
        .search-block .searchfield {
            display: inline-block;
            vertical-align: top;
            height: 44px;
            border: 1px solid #d7d7d7;
            box-sizing: border-box;
            padding: 10px 16px 10px;
            background: #fafafa;
            width: 80%;
            width: calc(100% - 89px);
            border-radius: 2px 0 0 2px;
        }
        .search-block .search {
            display: inline-block;
            vertical-align: top;
            height: 44px;
            width: 94px;
            padding: 11px 21px;
            margin-left: -10px;
        }
            .search-block .btn-unactive {
                pointer-events: none;
            }

    .header-md-right {
        line-height: 2px;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: -51px;
        left: 0px;
    }
@media screen and (min-width: 480px) {
    header .header-md {
        margin-top: 40px;
    } 
    .header-md-right {
        position: static;
        top: auto;
        left: auto;
    }
}
    .header-compare, .header-fav {
        display: block;
        height: 22px;
    }
    .header-compare {
        margin-bottom: 3px;
    }
        .header-compare a, .header-fav a {
            color: #757575;
            pointer-events: none;
        }
        .header-compare a.active, .header-fav a.active {
            color: #212121;
            font-weight: bold;
            pointer-events: auto;
        }
        .header-compare a, .header-fav a {
            border: none;
            display: inline-block;
            position: relative;
            padding-left: 24px;
            height: 22px;
            line-height: 22px;
        }
        .header-compare a:hover, .header-fav a:hover {
            text-decoration: underline;
        }
            .header-compare i, .header-fav i {
                position: absolute;
                color: #d7d7d7;
                font-size: 22px;
                text-decoration: none;
                margin-right: 5px;
                vertical-align: sub;
                position: absolute;
                top: -2px;
                left: 0;
            }
            .header-compare a.active i, .header-fav a.active i {
                color: #ea4543;
            }
            .header-compare .cmp_count, .header-fav .fav_count {
                font-weight: normal;
                margin-left: 10px;
                color: #757575;
            }

.pageslider {
    position: relative;
    overflow: hidden;
}
    .slide {
        position: relative;
    }
        .slidetext {
            position: absolute;
            top: 0;
            left: 0;
            box-sizing: border-box;
            padding: 20px 35px;
            color: #fff;
            font-size: 24px;
            line-height: 29px;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.45);
        }      
            .slidetext_title {
                font-size: 31px;
                line-height: 35px;
                display: block;
                font-weight: bold;
                margin-bottom: 20px;
            }
            .slidetext > span:not(.slidetext_title) {
                display: none;
            }
            .slidebutton {
                display: block;
                margin-top:20px;
                width: 200px;
                padding: 15px 24px;
                text-align: center;
                border-radius: 5px;
            }
    @media screen and (min-width: 920px) {
        .pageslider {
            height: 400px;
        }
            .slidetext {
                padding: 32px 110px;
            }
            .slidetext_title {
                font-size: 48px;
                line-height: 58px;                  
            }
            .slidetext > span:not(.slidetext_title) {
                display: inline;
            }
    }  
    .pageslider_next, .pageslider_prev {
        font-family: 'Material Icons';
        font-size: 24px;
        display: block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        color: #767575;
        border: 1px solid #767575;
        border-radius: 50%;
        position: absolute;
        top: calc(50% - 22px);
        z-index: 4;
        text-align: center;
        transition: all 0.3s ease-in;
    }
        .pageslider_next:hover, .pageslider_prev:hover {
            border: 1px solid #fff;
            color: #fff;
        }
    .pageslider_prev {
        left: 13px;
    }
    .pageslider_next {
        right: 13px;
    }
.pagebanner {
    position: relative;
}
    .pagebanner span {
        position: absolute;
        bottom: 40px;
        left: 70px;
        color: #fff;
        font-size: 36px;
        line-height: 40px;
        display: block;
        font-weight: bold;
    }
    .pagebanner img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
    }
@media screen and (min-width: 920px) {
    .pagebanner span {
        font-size: 48px;
        line-height: 58px;
    }
}

.content {
    position: relative;
    margin-bottom: 15px;
}
    .content.index {
        padding: 15px 0;
        border-bottom: 1px solid #d7d7d7;
    }
.content:after {
    content: '';
    display: block;
    clear: both;
}


.benefits {
    padding: 10px 0;

}
    .benefits-items:after {
        content: '';
        display: block;
        clear: both;
    }
        .benefits-item {
            margin-top: 3px;
            text-align: center;
        }
            .benefits-item-image {
                border-radius: 50%;
                background: #ea4543;
                color: #fff;
                width: 40px;
                height: 40px;
                box-sizing: border-box;
                padding: 8px;
                margin-right: 7px;
                display: inline-block;
            }
            @media screen and (min-width: 720px) {
                .benefits-item {
                    text-align: left;
                }
                .benefits-item-image {
                    display: block;
                }
            }
            .benefits-item-title {
                margin-top: 5px;
                font-weight: bold;
                font-size: 16px;
                line-height: 18px;
            }
            .benefits-item-text {
                margin-top: 10px;
                line-height: 18px;
                font-size: 14px;
                color: #616161;
            }
                .benefits-item-text img {
                    margin-top: 8px;
                    width: 68px;
                }

.grayblock {
    border-radius: 5px;
    background: linear-gradient(to bottom, #f0f0f0, #dbdbdb);
    padding: 20px 30px 30px 30px;
    color: #000;
    margin: 35px 0;
}
    .grayblock_title {
        font-family: "PT Serif", sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 7px;
    }
    .grayblock_text {
        font-size: 16px;
        line-height: 22px;
    }

.top_item {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
}
    .top_item_image {
        width: 390px;
        margin: 0 auto;
        position: relative;
        height: 100%;
    }
        .top_item_image img {
            width: 100%;
            position: absolute;
            left: 0;
            bottom: -107px;
        }
    .top_item_info {
        position: absolute;
        bottom: 15px;
        left: 47px;
    }
        .top_item_prodname a {
            display: inline;
            font-size: 18px;
            line-height: 22px;
        }
    .top_item .article, .top_item_prodname, .top_item .price {
        display: block;
        margin-bottom: 16px;
    }
    .top_item .price {
        font-size: 24px;
    }


.article {
    height: 19px;
    font-size: 14px;
    font-style: italic;
    color: #757575;
}
.price, .old_price {
    color: #212121;
    position: relative;
}
.old_price {
    padding: 0 8px;
}
.old_price:before {
    content: '';
    border-bottom: 1px solid #ea4543;
    width: 100%;
    position: absolute;
    transform: rotate(-12deg);
    left: 0;
    bottom: 8px;
    z-index: 14;
}


.catalog {
    background-color: #efefef;
    padding: 20px 70px 60px 70px;
    box-sizing: border-box;
}
    .catalog-items {
        width: calc(100% + 10px);
        float: left;
        box-sizing: border-box;
    }
        .catalog .product {
            position: relative;
            border-radius: 2px;
            background-color: #fff;
        }
		.catalog.categories {
			padding: 5px 20px 35px;
			/*margin-top: -42px;*/
         	margin-top; 15px;
		}
        .catalog.wide+.catalog.categories {
            margin-top: -42px;
        }
        .catalog .product.tableview {
            padding: 15px 20px;
            margin-bottom: 20px;
            height: 367px;
        }
		
		.catalog .product.mini {
			padding: 15px 20px 0;
			text-align: center;
		}

		.product.mini:hover .product-link a {
			color: #ea4543;
		}		
        
        @media screen and (max-width: 719px) {
            .catalog .product.tableview {
                height: 147px;
                margin-bottom: 10px;
            }
            .product.tableview .product-image {
                max-height: 100%;
                max-width: 100%;
                height: 100%;
                width: 64px;
                line-height: normal;
                margin: 0 10px 10px 0;
                float: left;
            }   
            .product.tableview .product-price {
                float: left;
            }
            .product.tableview .article {
                display: none;
            }
            .catalog .product.tableview:hover:before {
                content: none !important;
                height: 115% !important;
            }
            .catalog .product.tableview:hover .addtocart {
                display: none !important;
            }
        }

        .catalog .product.listview {
            padding: 20px;
            margin-bottom: 10px;
        }
            .product .product-label {
                position: absolute;
                top: 10px;
                left: 10px;
                padding: 9px;
                border: 1px solid #ea4543;
                border-radius: 2px;
                color: #ea4543;
                font-size: 14px;
                line-height: 11px;
                z-index: 2;
            }
            @media screen and (max-width: 719px) {
                .product .product-label {
                    display: none;
                }
            }
            .product .product-image {
                max-width: 200px;
                max-height: 200px;
                position: relative;
                overflow: hidden;
                box-sizing: border-box;
                text-align: center;
                line-height: 200px;
                margin: 0 auto;
            }
                .product .product-image a {
                    border: none;
                }
                .product-image img {
                    max-width: 100%;
                    max-height: 100%;
                }
            .product.listview .product-image {
                float: left;
                max-width: 100% !important;
                max-height: 100% !important;
            }
            .product.tableview .article {
                visibility: hidden;
            }
            .product .product-link {
                height: 68px;
                overflow: hidden;
            }
                .product .product-link a {
                    line-height: 22px;
                }
            .product.listview .product-link {
                height: 48px;
            }
            .product.tableview .product-price {
                margin-top: 10px;
            }
                .product.tableview .product-price .price {
                    font-size: 18px;
                    margin-right: 5px;
                }
                .product.tableview .product-price .old_price {
                    font-size: 18px;
                    /*margin-left: 5px;*/
                }
            .product.listview .product-price {
                margin-top: 20px;
            }
                .product.listview .product-price .price {
                    font-size: 24px;
                    display: block;
                }
                .product.listview .product-price .old_price {
                    margin-top: 10px;
                    margin-left: -8px;
                    font-size: 23px;
                    display: inline-block;
                    line-height: 17px;
                }

            .product .addtocart {
                display: none;
                width: 100%;
                margin-top: 10px;
                padding: 12px 10px;
                line-height: 1em;
            }
            .product.listview .addtocart {
                display: block;
                margin-top: 20px;
                margin-bottom: 15px;
            }

            .fav_comp {
                /*display:block;*/
                display: inline-block;
                margin-top: 15px;
            }
            .product.tableview .fav_comp {
                display: none;
            }
                .fav_comp a {
                    position: relative;
                    margin-left: 18px;
                    vertical-align: top;
                    display: inline-block;
                }

                .fav_comp i {
                    position: absolute;
                    left: -18px;
                    bottom: 0;
                    color: #4395ea;
                    font-size: 16px;
                }
                .fav_comp a.unactive, .fav_comp .unactive i {            
                    color: #c1c1c1;
                    pointer-events: none;
                }
                .fav_comp .product-fav {
                    margin-left: 12px;
                }
        .catalog .product.tableview:hover {
            z-index: 10;
        }
            .catalog .product.tableview:hover:before {
                content: '';
                display: block;
                position: absolute;
                top: -15px;
                left: -10px;
                background: #fff;
                border-radius: 2px;
                width: 109%;
                height: 455px;                
                box-shadow: 0px 6px 19px 0px #b0afaf;
                z-index: -1;
            }
            .catalog .product.tableview.brandview:hover:before {
                content: none
            }

        .catalog .product.tableview:hover .article {
            visibility: visible;
        }
        .catalog .product.tableview:hover .addtocart {
            display: inline-block;
        }
@media screen and (min-width: 920px) {       
        .catalog .product.tableview:hover .fav_comp {
            display: block;
        }
}
        .catalog .favorites .product.tableview:hover .remove {
            background: url('../img/cross.png') no-repeat;
            width: 15px;
            height: 15px;
            border: none;
            display: block;
            position: absolute;
            top: -7px;
            right: 0px;
        }

        .catalog .product.listview .product-center {
            float: left;
        }
            .product.listview .product-center .params {
                display: block;
            }
            .product.listview .product-center .params:after {
                content: '';
                display: block;
                clear: both;
            }
                .p-name, .p-value {
                    margin-bottom: 6px;
                }
                .params .p-name {
                    display: block;
                    float: left;
                }
                .params .p-value {
                    display: block;
                    float: left;
                }
        .catalog .product.listview .product-right {
            float: left;
        }



.breadcrumbs {
    font-size: 14px;
    margin: 5px 0px;
}
    .breadcrumbs a {
        font-size: 14px;
    }
    .breadcrumbs i {
        font-size: 6px;
        line-height: 18px;
        color: #acacac;
        margin: 0 8px;
        vertical-align: middle;
    }

@media screen and (max-width: 479px ) {
    .breadcrumbs {
        background: #fbfbfb;
        margin: 0 0 5px 0;
        padding: 10px;
    }
    .breadcrumbs i, .breadcrumbs a, .breadcrumbs span {
        display: none;
    }
    .breadcrumbs a:last-of-type {
        display: block;
    }
    .breadcrumbs a:last-of-type:before {
        content: '\E5CB';
        font-family: 'Material Icons';
        margin-right: 3px;
        font-size: 28px;
        display: inline-block;
        vertical-align: text-bottom;
        margin-left: -9px;
        padding-bottom: 2px;

    }
    .breadcrumbs a.inv {
        border-color: transparent;
    }
}

#filters {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    background: #fff;
}
    #filters.unactive {
        display: none;
    }
    .show-filters-popup-wrap {
        text-align: center;
    }
    .show-filters-popup {
        float: none;
        margin: 10px auto 0 auto !important;
        position: relative;
        padding: 11px 50px;
    }
    .show-filters-popup i {
        font-size: 16px;
        line-height: 13px;
        vertical-align: top;
    }
    .close-mobile-filters {
        cursor: pointer;
        font-weight: bold;
        color: #212121;
        border-top: 1px solid #fafafa;
        border-bottom: 1px solid #fafafa;
        padding: 15px 20px;
        -ms-user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        user-select: none;
    }
    .close-mobile-filters:before {
        content: '\E317';
        font-family: 'Material Icons';
        font-size: 16px;
        vertical-align: bottom;
        margin-right: 8px;
    }
    .filters-list {
        position: absolute;
        width: 100%;
        top: 54px;
        bottom: 54px;
        height: auto;
        overflow: auto;
        z-index: 90;
    }
@media screen and (min-width: 980px) {
    #filters {
        float: right;
        position: static;
        top: auto;
        left: auto;
        width: 20%;
        width: calc(20% - 10px);
        height: auto;
        background: transparent;

        margin-left: -20%;
        margin-left: calc(-20% + 10px);
    }
    #filters.unactive {
        display: block;
    }
    .filters-list {
        position: static;
        top: auto;
    }
}
    .filters-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 54px;
        text-align: center;
        padding-top: 4px;
        box-sizing: border-box;
        padding-bottom: 4px;
        border: 1px solid #fafafa;
    }
        .filters-footer .btn {
            padding: 11px 34px;
        }
        .filters-footer .reset-filters {
            margin-right: 12px;
        }

    .filter {
        background-color: #fff;
    }
    .filter.open {

    }
    .filter.open .filter-head:before {
        content: '\E5CD';
    }
        .filter-head {
            cursor: pointer;
            font-weight: bold;
            color: #212121;
            border-top: 1px solid #fafafa;
            border-bottom: 1px solid #fafafa;
            padding: 15px 20px;
            -ms-user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -khtml-user-select: none;
            user-select: none;    
        }
        .filter-head:before {
            content: '\E145';
            font-family: 'Material Icons';
            font-size: 16px;
            vertical-align: bottom;
            margin-right: 8px;
        }
    .filter.open .filter-body {
        display: block;
    }
        .filter-body-wrap {
            padding: 15px 20px;
        }
        .filter-body {
            display: none;
            padding: 15px 20px;
            max-height: 230px;
            overflow-y: auto;
        }
        .filter-body-wrap > .filter-body {
            padding: 0;
        }
            .filter-item {

            }
            .filter_input {
                width: 90px;
                height: 40px;
                display: inline-block;
                position: relative;
            }
                .filter-body .filter_input:nth-of-type(2) {
                    margin-left: 14px;
                }
                .filter_input input[type=text] {
                    width: 100%;
                    height: 100%;
                    padding-left: 30px;
                    box-sizing: border-box;
                    color: #757575;
                }
                .filter_input input[type=text]:focus {
                    color: #212121;
                }
                .filter_input .placeholder {
                    position: absolute;
                    top: 9px;
                    left: 10px;
                    z-index: 2;
                    color: #757575;
                }
            @media screen and (min-width: 980px) and (max-width: 1240px) {
                .filter_input {
                    width: 63px;                    
                }
                    .filter_input input[type=text] {
                        padding-left: 7px;
                    }
                    .filter_input .placeholder {
                        display: none;
                    }
            }
            .filter-slider-wrap {
                margin-bottom: 15px;
                padding-right: 5px;
                padding-left: 10px;
                background: #d7d7d7;
                border-radius: 2px;
            }

            .filter-slider-inputs .filter_input:first-child {
                float: left;
            }
            .filter-slider-inputs .filter_input:last-child {
                float: right;
            }

            .ui-slider-horizontal {
                height: 3px !important;
                border: none !important;
                background: none !important;
            }
                .ui-slider-horizontal .ui-slider-range {
                    border-radius: 0 !important;
                    background-color: #4594f0 !important
                }
                .ui-slider .ui-slider-handle {
                    background-color: #4594f0 !important;
                    height: 25px !important;
                    width: 25px !important;
                    border: none !important;
                    border-radius: 50% !important;
                    outline: none !important;
                    top: -12px !important;
                    margin-left: -0.9em!important;
                }
                @media screen and (min-width: 980px) {
                    .ui-slider .ui-slider-handle {
                        height: 15px !important;
                        width: 15px !important;
                        top: -6px !important;
                        margin-left: -0.6em!important;
                    }
                }

.subcategories-wrap {
    position: relative;
    margin-bottom: 10px;
    z-index: 10;
    width: 100%;
}
.subcategories {
    background: #fff;
    width: 100%;
}
@media screen and (min-width: 980px) {
    .subcategories-wrap {
        float: right;
        width: 20%;
        width: calc(20% - 10px);
        margin-left: -20%;
        margin-left: calc(-20% + 10px);
    }
}
    .subcategories .sub-item {

    }
    .sub-item a {
        padding: 14px;
        display: block;
        border-bottom: 1px solid #d7d7d7;
        line-height: 17px;
    }
    .sub-item a:hover {
        background: #f3f3f3;
    }
    .subcategories .sub-item:last-child a {
        border-bottom-color: transparent; 
    }

.sorting {
    margin-bottom: 20px;
}
    .sorting a {
        margin-left: 5px;
    }
    .sorting-links {
        margin-top: 5px;
        margin-right: 30px;
    }
    .sorting-links a:first-of-type {
        margin-left: 0;
    }
    .sorting-links b {
        display: block;
        margin-bottom: 3px;
    }
    @media screen and (min-width: 480px) {
        .sorting-links b {
            display: inline;
            margin-bottom: 0;
        }
        .sorting-links a:first-of-type {
            margin-left: 5px;
        }
    }
    .toggle-view {
        margin-top: 5px;
    }
        .toggle-view i {
            vertical-align: text-bottom;
            font-size: 19px;
        }


.cart {
    margin: 0 auto;
    float: none;
}
    .cart-list {
        border-bottom: 1px solid #d7d7d7;
    }
    .cart h1 {
        text-align: center;
    }
        .cart .cart-total-row {
            font-size: 24px;
            color: #000;
            margin-top: 10px;
        }
            .cart-total-row .cart-total-wrap {
                margin-left: 10px;
            }

.form {
    margin-top: 20px;
}
    .form-row {
        margin-bottom: 30px;
    }
    .form-row.delivery {
        display: none;
    }
    .form-row.delivery.active {
        display: block;
    }
	.form-row .note {
		font-style: italic;
		color: #777;
		margin: 10px 0 0;
	}
    .form-row:after {
        content: '';
        display: block;
        clear: both;
    }
        .form-row .row-label {
            line-height: 46px;
			font-weight: bold;
        }
		.form-row .row-label sup {
			color: red;
		}
        .form-row input[type=text], .form-row input[type=email], .form-row textarea {
            width: 100%;
            resize: none;
        }
        .form-row p {
            color: #000;
            font-size: 14px;
            line-height: 18px;
        }
    .form .btn-unactive {
        pointer-events: none;
    }

.cart-footer {
    box-sizing: border-box;
    background-color: #efefef;
    padding: 30px 0 20px 0px;
}
    .cart-footer .btn {
        padding-left: 40px;
        padding-right: 40px;
    }
    .cart-footer .btn.btn-unactive {
        pointer-events: none;
    }
        .cart-footer .btn .price {
            color: #fff;
        }
    .cart-footer .cancel {
        margin-top: 10px;
    }
        .cart-footer .cancel a {
            font-weight: normal;
        }
		
	.cart-footer .legal-wrapper {
		margin: 0 20px;
	}


.fancybox-overlay-fixed {
    background: rgba(128, 128, 128, 0.45) !important;
 }
.fancybox-bg { /**/
    background: rgba(128, 128, 128, 0.45) !important;
}
.fancybox-skin {
    background: #fff !important;
    box-shadow: 0px 19px 22px -12px #595959 !important;
    border-radius: 2px !important;
}
.fancybox-close {
    border: none;
}
.popup-window {
    display: none;
    padding: 30px 40px;
    box-sizing: border-box;
	max-width: 750px;
}
    .popup-window .pw-title {
        font-size: 32px;
        font-weight: bold;
        line-height: 29px;
        color: #212121;
        margin-bottom: 27px;
    }
    .popup-window .pw-body {
    }
    .popup-window .window-close {
        position: absolute;
        right: 20px;
        display: block;
        top: 10px;
        width: 15px;
        height: 15px;
        border: none;
        border-radius: 0;
        background: url('../img/cross.png') no-repeat;
    }

.popup-cart .pw-body, .popup-fastorder .pw-body {
    border-bottom: 2px solid #d7d7d7;
}
.cart-row {
    /*height: 80px;*/
    width: 100%;
    margin-bottom: 20px;
    padding-right: 25px;
    position: relative;
}
    .cart-row .cart-row-image {
        float: left;
        height: 80px;
        width: 80px;
        margin-right: 10px;
        border: 1px solid #dbdbdb;
        border-radius: 2px;
        box-sizing: border-box;
        line-height: 76px;
        vertical-align: middle;
        text-align: center;
    }
        .cart-row-image a {
            border: none;
        }
        .cart-row-image img {
            max-width: 100%;
            max-height: 100%;
        }
    .cart-row .cart-row-link {
        float: left;
        width: 248px;
        margin-right: 10px;
    }
    .cart-row .input-number {
        float: left;
    }
    .cart-row-unit {
        float: left;
        padding-top: 8px;
        margin-left: 7px;
    }
    .cart-row-prices {
        float: left;
        padding-top: 8px;
    }
        .cart-row-prices .cart-price {
            margin-right: 8px;
        }
        .cart-row-prices .cart-price:before {
            content: 'x';
            font-size: 10px;
            margin: 5px 5px 0 5px;
            display: block;
            float: left;
        }
        .cart-row-prices .cart-subtotal {
            float: right;
        }
    .cart-row-remove {
        border: none;
        border-radius: 0;
        padding: 0;
        background: url(../img/cross.png) no-repeat;
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        right: 0;
        top: 7px;
    }
.popup-cart .cart-total-row {
    font-size: 18px;
    margin-right: 75px;
    text-align: right;
    margin-top: 20px;
}
    .popup-cart .cart-total-wrap {
        margin-right: 0;
    }
    .cart-total-row .cart-total {
        font-weight: bold;
    }

.popup-cart .cart-footer {
    height: 96px;
    margin: 12px -40px -30px -40px;
    padding: 21px 40px;
}
    .cart-footer .cart-footer-items {
        float: right;
        margin-right: 65px;
    }
    .cart-footer .cart-continue {
        font-size: 18px;
        margin-right: 20px;
    }
    .cart-footer .cart-checkout {
        font-size: 18px;
        padding: 7px 25px;
    }

.popup-fastorder .pf-footer {
    margin-top: 15px;
}
    .pf-footer .field, .pf-footer button, .popup-callback .field {
        /*margin-right: 20px;*/
        margin-top: 10px;
    }
    .pf-footer .field input, 
    .popup-callback .field input {
        width: 100%;
    }
    .pf-footer .btn, .popup-callback .btn {
        padding-left: 20px;
        padding-right: 20px;
    }
	@media screen and (min-width: 720px) {
		.pf-footer .btn, .popup-callback .btn {
			margin-top: 45px;
		}
	}
    .pf-footer .btn-unactive, .popup-callback .btn-unactive {
        pointer-events: none;
    }
    .pf-notice {
        margin-top: 20px;
    }
.popup-success {
    display: none;
    position: absolute;
    z-index: 20;
    background: #fff;
    width: 100%;
    height: 100%;    
    box-sizing: border-box;
    top: 0;
    left: 0;
    padding: 20px;
}
.popup-success.show {
    display: block;
}
.legal-wrapper {
	margin: 0 10px;
}

.legal-wrapper p, .legal-wrapper a {
	font-style: italic;
	color: #777;
}

.product-card {
    padding-bottom: 40px;
    border-bottom: 1px solid #d7d7d7;
}
    .p-card-imgwrap {

    }
    .p-card-imgwrap:after {
        content: '';
        display: block;
        clear: both;
    }
        .p-card-img {
            /*width: 600px;*/
            float: left;
            border: 1px solid #f0f0f0;
            border-radius: 2px;
            box-sizing: border-box;
            margin-bottom: 15px;
        }
            .p-card-img > a {
                border: none;
            }
            .p-card-img > a > img {
                display: block;
                margin: 0 auto;
                max-height: 100%;
                max-width: 100%;
            }
        .p-card-imglist {
            float: left;
            /*width: 120px;*/
            /*margin-left: 20px;*/
        }
            .p-card-imglist > a {
                float: left;
                display: block;
                width: 60px;
                height: 60px;
                margin-bottom: 10px;
                overflow: hidden;
                border: 1px solid #f0f0f0;
                box-sizing: border-box;
                text-align: center;
                line-height: 60px;
                margin-left: 10px;
            }
            .p-card-imglist > a.active {
                border-color: #e94543;
            }
            .p-card-imglist > a > img {
                max-height: 100%;
                max-width: 100%;
            }
    .p-card-info {

    }
        .p-card-info .amount {
            padding: 0 0 10px 0;
            width: 100%;
        }
        .p-card-info .amount .input-number {
            vertical-align: middle;
            margin-left: 2px;
            margin-right: 13px;
        }
        .p-card-info-row {
            margin-bottom: 22px;
        }
        .p-card-info-row:after {
            content: '';
            display: block;
            clear: both;
        }
            .price-wrap {
                margin-top: 12px;
                min-width: 240px;
                float: left;
                font-size: 24px;
                padding-right: 15px;
            }
                .p-card-info-row .price {
                    font-size: 48px;
                    font-weight: bold;
                }
            .p-card-info-row .old_price {
                margin-top: 12px;
                float: left;
                font-size: 48px;
                position: relative;
            }
                .p-card-info-row .old_price:before {
                    border-bottom: 2px solid #ea4543;
                    bottom: 34px;
                }
                .p-card-info-row .old_price .discount {
                    position: absolute;
                    top: -11px;
                    left: 11px;
                    font-size: 14px;
                    color: #ea4543;
                    min-width: 90px;
                }
            .p-card-info-row .addtocart {
                width: 240px;
                float: left;
                font-size: 32px;
                font-weight: bold;
                padding-left: 40px;
                padding-right: 40px;
                margin-right: 10px;
                margin-top: 10px;
            }
            .p-card-info-row .fastorder {
                width: 240px;
                box-sizing: border-box;
                border: 1px solid #c6dff9;
                font-size: 16px;
                background: #fff;
                color: #4395ea;
                padding: 22px 40px;
                display: block;
                float: left;
                margin-top: 10px;
            }
            .p-card-info-row .fastorder:hover {
                color: #ea4543;
                border-color: #ea4543;
            }
         .product-card .params {
             margin-top: 13px;
             padding-top: 10px;
             border-top: 1px solid #d7d7d7;
         }

.autocomplete-suggestions{
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    overflow-y: auto;
    width: 600px;
}
.autocomplete-suggestions .autocomplete-suggestion{
    cursor: pointer;
    height: 44px;
    /*display: block;*/
    display: table;
    width: 99%;
}
.autocomplete-suggestions .autocomplete-suggestion:hover{
    background: rgba(222, 222, 222, 0.5) none repeat scroll 0% 0%;
}   
.autocomplete-suggestions .selected { 
    background:#F0F0F0; 
}
.autocomplete-suggestions div { 
    padding:2px 5px; 
    /*white-space:nowrap; */
}
.autocomplete-suggestions strong { 
    font-weight:normal; color:#3399FF; 
}
.autocomplete-suggestion {
    position: relative;
}
.autocomplete-suggestion span {
    padding: 0;
    height: 44px;
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
}
.autocomplete-suggestion .imgwr{
    /*width: 55px;*/
    width: 10%;
    margin-right: 5px;
}
.autocomplete-suggestion .imgwr img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.autocomplete-suggestion .suggestion-name {
    /*width: 463px;*/
    width: 67%;
}
.autocomplete-suggestion .s_price{
    font-weight: bold;
    text-align: right;
    /*width: 100px;*/
    width: 25%;
    padding: 0; 
}
@media screen and (max-width:479px) {
    .autocomplete-suggestions {
        /*width: 100% !important;*/
    }
    .autocomplete-suggestion .imgwr {
        display: none;
    }
    .autocomplete-suggestion .suggestion-name {
        width: 75%;
    }
    .autocomplete-suggestion .s_price{
        width: 25%;
    }
}

.neighbors {
    background: #eee;
    padding: 5px 70px 25px;
	margin: 25px 0 0;
}
.neighbors h4 {
    margin: 25px 0 15px;
}
.neighbors ul {
    padding: 0;
}
.neighbors ul li {
    display: inline;
    margin-right: -5px;
}
.neighbors ul li:after {
    content: "·";
    padding: 0 10px;
}
.neighbors ul li:before {
    content: "";
    margin: 0;
}
.neighbors ul li:last-child:after {
    content: "";
}
@media screen and (max-width: 480px) {
	.neighbors {
		display: none;
	}
}

#pagination {
    margin-top: 10px;
    display: block;
    clear: both;
}
    .show-more {
        display: block;
        border: 1px solid transparent;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 13px;
        cursor: pointer;
    }
    .show-more:hover {
        border-color: #e0e0e0;
        border-radius: 5px;
        background: #f3f3f3;
    }
        .show-more span {
            border-bottom: 1px dashed;
        }
        .show-more:hover span {
            border-color: transparent;
        }
    .pagination {
        margin-top: 5px;
        text-align: center;
    }
        .pagination a, .pagination span {
            padding: 4px 9px;
            border: 1px solid;
            border-radius: 2px;
            background-color: #fff;
            line-height: 31px;
        }
        .pagination .selected {
            pointer-events: none;
            color: #D20000;
        }

.order-info {
    margin-bottom: 20px;
}
.order-info h2 {
    text-align: center;
}
.order-info table {
    border: none;
    width: 100%;
}
    .order-info table td {
        padding: 5px 0px 5px 0px;
        word-break: break-word;
    }
    .order-info table td:first-child {
        width: 40%;
    }

.compare-wrap {

}
.compare-wrap h1 {
    display: inline-block;
}
.compare-wrap .checkbox-switch {
    display: inline-block;
    vertical-align: sub;
    margin-left: 21px;
}
    .compare-wrap .checkbox-switch label {
        padding: 3px 18px;
    }
.compare {
    position: relative;
    margin-bottom: 20px;
}
.compare ul {
    padding: 0;
    list-style: none;
}
.compare ul li:before {
    content: none;
}
.compare .features {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 98%;
    height: calc(100% - 16px);
    width: 120px;
}
.compare .features-top {
    height: 261px;
}
.compare .features-list li {
    height: 38px;
    width: 100%;
    display: block;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-width: 1px 1px 0px 0px;
    font-size: 0.9em;
    line-height: 38px;
    padding: 0 5px;
}
.compare .features-list li:last-child {
    border-bottom-width: 1px;
}

.cp-products-wrap {
    overflow-x: auto;        
}
.cp-products-columns {
    display: block;
    margin: 0 0 0 120px;
    white-space: nowrap;
    letter-spacing: -0.3em;
}
.cp-products-columns .cp-product {
    position: relative;
    display: inline-block;
    width: 120px;
    box-sizing: border-box;
    letter-spacing: normal;
}
.cp-products-columns .cp-product * {
    white-space: normal;
}
.cp-product .cp-top-item {
    height: 261px;
    display: block;
    padding: 0 5px;
}
.cp-top-item .cp-top-item-image {
    border: 1px solid #f0f0f0;
    display: block;
    clear: both;
    overflow: hidden;
    height: 120px;
    box-sizing: border-box;
    text-align: center;
    line-height: 120px;
}
.cp-top-item-image a {
    border: none;
}
.cp-top-item-image img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.cp-top-item .cp-link {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100px;
}
.cp-link a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.cp-top-item .cp-remove {
    font-size: 14px;
    font-weight: normal;
}
@media screen and (min-width: 980px) {
    .compare .features {
        width: 240px;
    }
    .cp-products-columns {
        margin: 0 0 0 240px;
    }
    .cp-products-columns .cp-product {
        width: 240px;
    }
    .cp-top-item .cp-top-item-image {
        height: 150px;
        line-height: 150px;
    }
    .cp-top-item .cp-link {
        height: 60px;
    }
    .compare .features-list li {
        font-size: 1em;
    }
}


/**/

.brand-subcats {
    margin-top: 10px;
    padding: 0;
}   
    .brand-subcat { 
        padding-left: 0;
    }   
    .brand-subcat:before {
        content: none;
    }
    .brand-subcat a {
        font-size: 14px;
    }
    .brand-subcat .more-brands {
        font-weight: normal;
    }

.brandpr-link {
    font-size: 14px;
}

.sitemap > ul {
    padding-left: 0;
}

.feedback {
    margin-bottom: 15px;
}

.pull-right {
    float: right;
}

.reset-filters-wrap {
    float: right;
    position: relative;
    padding-left: 19px;
}
#reset-filters {
    display: none;
}
#reset-filters i {
    position: absolute;
    font-size: 22px;
    text-decoration: none;
    margin-right: 5px;
    vertical-align: sub;
    position: absolute;
    top: -2px;
    left: 0;
}
#reset-filters.active {
    display: inline;
}


/*@media screen and (max-width: 1395px){
    #wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wide {
        margin-left: -10px;
        margin-right: -10px;
    }
    .catalog {
        padding: 20px 10px 60px 10px;
    }
    .pagebanner span {
        left: 10px;
    }
    footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}*/

@media screen and (max-width: 1395px){
    #wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wide {
        margin-left: -20px;
        margin-right: -20px;
    }
	.neighbors {
		padding-left: 20px;
		padding-right: 20px;
	}
    .catalog {
        padding: 20px 20px 35px 20px;
    }
    .pagebanner span {
        left: 20px;
    }
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.tabs {
    margin: 0;
}
.tabs[data-line=true][data-align=bottom] .tabs-caption {
    border-top: 1px solid #c6dff9;
}
.tabs[data-line=true][data-align=top] .tabs-caption {
    border-bottom: 1px solid #c6dff9;
}
.tabs-caption {
    height: auto;
    padding: 0;
}
.tabs-caption:after {
    content: '';
    display: block;
    clear: both;
}

.tabs-caption-item {
    display: block;
    float: left;
    cursor: pointer;
    color: #4395ea;
    padding: 12px 20px;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #c6dff9;
    box-sizing: border-box;
    margin-right: 3px;
}

@media screen and (max-width: 480px) {
    .tabs-caption-item {
        padding: 9px 12px;
    }
}

.tabs[data-align=top] .tabs-caption-item {
    border-width: 1px 1px 0 1px;
    border-radius: 5px 5px 0 0;
    margin-top: 2px;
}
.tabs[data-align=bottom] .tabs-caption-item {
    border-width: 0px 1px 1px 1px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 2px;     
}
.tabs-caption-item.active {
    color: white;
    background: linear-gradient(to bottom, #3d90e5, #257bd4);
    font-weight: bold;
    border-color: #257bd4;
}
.tabs-content {
    padding-top: 15px;
    display: none;
}
.tabs-content.active {
    display: block;
}

.comment_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comment_list li {
    padding-bottom: 15px;
}
.comment_list li:before {
    content: none;
}
.comment_header {
    font-size: 18px;
}
.comment_header i {
    font-weight: normal;
    font-style: normal;
    color: #878787;
    font-size: 13px;
}