@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: local(Arimo), url(../fonts/Arimo-cyrillic-ext.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: local(Arimo), url(../fonts/Arimo-cyrillic.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    src: local('Arimo Bold'), local(Arimo-Bold), url(../fonts/Arimo-Bold-cyrillic-ext.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    src: local('Arimo Bold'), local(Arimo-Bold), url(../fonts/Arimo-Bold-cyrillic.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: local(Arimo), url(../fonts/Arimo-latin-ext.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: local(Arimo), url(../fonts/Arimo-latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    src: local('Arimo Bold'), local(Arimo-Bold), url(../fonts/Arimo-Bold-latin-ext.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    src: local('Arimo Bold'), local(Arimo-Bold), url(../fonts/Arimo-Bold-latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'FontAwesome';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/fontawesome-webfont.eot?v=4.3.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.3.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.3.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.3.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg")
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

html {
    font-size: 100%;
    height: 100%
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

fieldset,
img {
    display: block;
    border: none
}

ul li {
    list-style: none
}

a {
    cursor: pointer;
    text-decoration: none
}

a:focus,
a:hover {
    color: #fff;
    outline: none
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: 0;
    border: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

textarea {
    resize: none
}

code {
    color: #338555
}

.clear {
    clear: both;
    display: block
}

img.responsive {
    width: 100%;
    height: auto
}

.logo img.responsive {
    width: auto;
    max-width: 100%
}

.viewless {
    opacity: 0
}

.overflowing {
    overflow: visible!important
}

.stable-size {
    box-sizing: border-box
}

.padding-lr-20 {
    padding-left: 20px!important;
    padding-right: 20px!important
}

.container-30 {
    width: 100%;
    padding: 0 15px;
    overflow: hidden
}

body {
    background: #fff;
    color: #333;
    font-family: Arimo, sans-serif;
    font-size: 13px
}

.wrapper {
    border-bottom: 5px solid #ddd;
    min-height: 100%;
    position: relative
}

.container {
    width: 100%;
    padding: 0 50px;
    max-width: 1520px
}

.page {
    margin: 0 auto;
    position: relative;
    clear: both
}

.footer {
    padding: 15px 0 0;
    width: 100%;
    background: #e8e8e8;
    border-top: solid 2px #338555
}

#onicon-1460229968075-bookmark {
    top: 70%!important
}

.header {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    z-index: 2000;
    margin-bottom: 7px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(244, 244, 244, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(25%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(244, 244, 244, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(244, 244, 244, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(244, 244, 244, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(244, 244, 244, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0)
}

.header .left {
    max-width: 265px
}

.header .right {
    margin-top: -3px;
    background: #ddd;
    border: solid 2px;
    border-color: #ddd #338555 #338555
}

.cd-main-mnav-wrapper {
    display: none;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px)
}

.mainpage .cd-main-mnav-wrapper {
    display: block;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.mnav-is-visible .cd-main-mnav-wrapper {
    display: block;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
    position: absolute;
    width: 300px;
    top: 40px;
    left: -290px;
    background: #fff
}

.mainpage .mnav-is-visible .cd-main-mnav-wrapper {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    position: relative;
    width: 100%;
    top: 0;
    left: 0
}

.navbar-toggle {
    color: #548556;
    text-transform: uppercase
}

.navbar-toggle .icon-bar {
    background: #548556
}

.navbar-toggle .ico {
    display: inline-block;
    padding-right: 5px
}

.topmenu {
    display: block;
    float: none;
    background: #f9f9f9;
    border-bottom: solid 2px #338555;
    padding: 0;
    min-height: 32px
}

.topmenu li {
    border-right: #ccc 1px solid;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    overflow: hidden;
    display: inline-block
}

.topmenu li:last-child {
    margin: 0;
    padding: 0;
    border-right: none
}

.topmenu li a {
    font-size: 12px;
    color: #888;
    line-height: 32px;
    padding: 0
}

.topmenu li a:hover,
.topmenu li a:focus {
    color: #338555;
    background-color: transparent
}

a.download:before,
a.profile:before,
a.login:before {
    color: #888;
    font-family: FontAwesome;
    margin: 0 5px 0 0
}

a.download:before {
    content: '\f019'
}

a.profile:before {
    content: '\f0e6'
}

a.login:before {
    content: '\f090'
}

.desk {
    width: 100%;
    padding: 0
}

.logo {
    font-weight: 400;
    margin: 0
}

.logo a {
    float: none;
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer
}

.header-contacts {
    padding: 20px 15px;
    width: 330px
}

.phone {
    display: block;
    float: left;
    text-align: center
}

.phone li {
    color: #515151;
    font-size: 21px;
    line-height: 1.4;
    overflow: hidden
}

.phone li span {
    font-size: 14px
}

.search {
    padding: 0;
    overflow: hidden;
    margin-top: 20px
}

.search form {
    background: #fff;
    border: #ddd 1px solid;
    height: 32px;
    width: 100%;
    padding: 0 0 0 29px;
    position: relative
}

.search form:before {
    color: #ccc;
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 16px;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 6px;
    left: 13px
}

.search form [name="keyword"] {
    overflow: hidden;
    padding: 0;
    border: none;
    width: 100%;
    padding: 0 5px;
    height: 28px;
    vertical-align: top;
    background: #fff;
    float: left;
    font-family: Arial, Helvetica, sans-serif
}

.search form [name="keyword"]:focus {
    box-shadow: none;
    outline: 0
}

.search form [type="submit"] {
    background: #548556;
    background: -moz-linear-gradient(top, #548556 0%, #338555 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #548556), color-stop(100%, #338555));
    background: -webkit-linear-gradient(top, #548556 0%, #338555 100%);
    background: -o-linear-gradient(top, #548556 0%, #338555 100%);
    background: -ms-linear-gradient(top, #548556 0%, #338555 100%);
    background: linear-gradient(to bottom, #548556 0%, #338555 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#02aba8', endColorstr='#23b470', GradientType=0);
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Arimo;
    font-size: 14px;
    margin: -1px 0 0;
    padding: 0;
    height: 31px;
    width: 88px;
    overflow: hidden;
    text-align: center;
    border-radius: 0
}

.search form [type="submit"]:hover,
.search form [type="submit"]:focus {
    background: #338555;
    box-shadow: #338555 0 2px 0, #338555 1px 0 0, #338555 1px 2px 0
}

.header-contacts .links-1 {
    display: block;
    float: left;
    margin-left: 15px
}

.header-contacts .links-1 a {
    color: #548556;
    display: block;
    line-height: 23px;
    font-size: 14px;
    text-align: left
}

.header-contacts .links-1 a:hover,
.header-contacts .links-1 a:focus {
    color: #338555
}

.header-contacts .links-1 a:first-child {
    color: #338555;
    font-size: 16px;
    border-bottom: 1px dashed;
    line-height: 1
}

.search .links-2 {
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    padding: 0
}

.search .links-2 a {
    color: #999;
    display: inline-block;
    line-height: 1.5;
    margin: 5px 10px 0 0;
    position: relative
}

.search .links-2 a span {
    background: #999;
    border-radius: 50%;
    color: #fff;
    font-size: 85%;
    display: inline-block;
    padding: 1px;
    text-align: center;
    opacity: .66;
    width: 18px;
    height: 18px
}

.search .links-2 a:hover,
.search .links-2 a:focus {
    color: #338555
}

.minicart-wrapper {
    min-width: 200px;
    float: right
}

.mini-cart {
    border: dashed 1px #a8abae;
    background: transparent;
    position: relative;
    padding: 7px 10px 0;
    width: 100%;
    margin-top: 13px
}

.mini-cart:after {
    content: ' ';
    width: 70px;
    height: 70px;
    background: url(../images/shopping_cart_icon.png) no-repeat;
    display: block;
    position: absolute;
    right: -28px;
    top: 15px
}

.cart-link {
    overflow: hidden;
    padding: 0;
    font-size: 17px
}

.cart-link:before {
    overflow: hidden;
    content: ' ';
    width: 26px;
    height: 20px;
    display: inline-block;
    float: left;
    background: url(../images/cart-icon.gif) no-repeat 0 0;
    margin: 0 3px 0 0
}

.cart-link a {
    overflow: hidden;
    color: #338555;
    font-size: 18px
}

.cart-link a:hover {
    color: #cb4339
}

.cart-quantity {
    overflow: hidden;
    font-size: 15px;
    color: #666;
    margin: 0 0 0 7px;
    padding: 1px 0;
    text-align: left;
    line-height: 2
}

.cart-quantity span {
    color: #000
}

.cart-quantity span:first-child {
    background: #548556;
    border-radius: 50%;
    color: #fff;
    margin: 0 3px 0 0;
    padding: 1px 6px;
    opacity: .66
}

.cart-quantity em {
    font-style: normal
}

.checkout {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 0;
    background: #548556;
    background: -moz-linear-gradient(top, #548556 0%, #338555 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #548556), color-stop(100%, #338555));
    background: -webkit-linear-gradient(top, #548556 0%, #338555 100%);
    background: -o-linear-gradient(top, #548556 0%, #338555 100%);
    background: -ms-linear-gradient(top, #548556 0%, #338555 100%);
    background: linear-gradient(to bottom, #548556 0%, #338555 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#002aba7a8', endColorstr='#20b376', GradientType=0);
    border-bottom: #21a869 4px solid;
    cursor: pointer;
    margin-top: 2px;
    text-align: center
}

.checkout:hover,
.checkout:focus {
    background: #548556;
    background: -moz-linear-gradient(45deg, #548556 0%, #338555 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #548556), color-stop(100%, #338555));
    background: -webkit-linear-gradient(45deg, #548556 0%, #338555 100%);
    background: -o-linear-gradient(45deg, #548556 0%, #338555 100%);
    background: -ms-linear-gradient(45deg, #548556 0%, #338555 100%);
    background: linear-gradient(45deg, #548556 0%, #338555 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#002aba7a8', endColorstr='#20b376', GradientType=1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
    text-decoration: none
}

.checkout.gray {
    background-color: #dadada;
    border-bottom-color: #ccc
}

.cart.table .row {
    padding: 10px 5px;
    border-bottom: 1px dashed #ccc
}

.cart .theader {
    background: #f1f1f1;
    padding: 5px 0
}

.cart {
    border: solid 1px #ccc;
    padding: 20px 15px
}

.cart .p-image a {
    width: 100%;
    height: auto;
    max-width: 75px;
    border: none;
    margin: 0 auto
}

.cart
/* ==================== меню категорий ==================== */

a:focus,
a:hover {
    color: #f5f5f5;
    text-decoration: underline;
}

a {
    color: #548556;
}

ul.megamenu {
    background: #338555;
    border-bottom: #338555 4px solid
}

ul.megamenu li {
    float: left
}

ul.megamenu li > div {
    display: none
}

ul.megamenu li span {
    padding: 8px 0 0;
    display: inline-block
}

ul.megamenu li.last {
    background: none
}

ul.megamenu li.clear-fix {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

ul.megamenu a {
    color: #fff
}

ul.megamenu a.mm-item-link {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    float: left;
    padding: 15px 13px 0;
    text-decoration: none;
    text-transform: uppercase;
    height: 45px;
    background: #338555;
    text-align: center
}

ul.megamenu a.mm-item-link::after {
    color: #338555;
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 12px;
    content: '\f0d7';
    bottom: 3px;
    position: absolute;
    left: 45%
}

ul.megamenu a.mm-item-link-hover {
    color: #fff;
    background: #338555;
    background: #548556;
    text-shadow: none;
    float: left
}

ul.megamenu a.mm-item-link.active {
    background: #338555;
    text-shadow: none
}

ul.megamenu div.mm-item-content {
    margin: 0 0 0 5px;
    padding: 0;
    min-width: 440px;
    position: absolute;
    z-index: 999
}

.mm-content-base {
    background: #f8f8f8;
    border-bottom: #338555 2px solid;
    border-left: #338555 2px solid;
    box-shadow: #fff 8px 8px 0, #fff 8px -8px 0, #fff -8px 8px 0, #fff -8px -8px 0;
    margin: 13px 0 0;
    padding: 15px;
    overflow: hidden;
    position: relative;
    z-index: 999
}

.mm-content-base ul {
    float: left;
    margin: 0;
    width: 50%
}

.mm-content-base ul:last-child {
    margin: 0
}

.mm-content-base ul li {
    display: block;
    float: none;
    background: none;
    height: auto;
    line-height: 30px
}

.mm-content-base ul li:hover,
.mm-content-base ul li:focus {
    background: #548556
}

.mm-content-base ul li:hover a,
.mm-content-base ul li:focus a,
.mm-content-base ul li:hover a:before,
.mm-content-base ul li:focus a:before {
    color: #fff
}

.mm-content-base ul li a {
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 10px 6px;
    height: auto
}

.categories .mm-content-base a:before {
    color: #ccc;
    content: '\f0da';
    font-family: FontAwesome;
    margin: 0 10px 0 0
}

.brands .mm-content-base a:before {
    color: #ccc;
    content: '\f02b';
    font-family: FontAwesome;
    margin: 0 10px 0 0
}

.mm-content-base img {
    background: transparent;
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    width: 440px
}

.mm-content-base ul + img {
    padding-top: 15px
}

.topics {
    float: left;
    position: relative;
    z-index: 2
}

.topics a.buy-btn {
    float: none;
    text-align: center
}

.topics ul {
    position: relative;
    z-index: 101;
    width: 100%
}

#products {
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 0 10px 20px
}

.topics ul li {
    display: block;
    margin: 10px auto 0;
    max-width: 300px;
    position: relative;
    padding: 1px;
    background: #338555;
    background: -moz-linear-gradient(45deg, #338555 0%, #548556 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #338555), color-stop(100%, #548556));
    background: -webkit-linear-gradient(45deg, #338555 0%, #548556 100%);
    background: -o-linear-gradient(45deg, #338555 0%, #548556 100%);
    background: -ms-linear-gradient(45deg, #338555 0%, #548556 100%);
    background: linear-gradient(45deg, #338555 0%, #548556 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#23b470', endColorstr='#02aba8', GradientType=1)
}
.topics ul.box-product li{
    background: #fff;
}
#product_list.grid .ajax_block_product.highlighted .product_img_link {
        border: #78a305 1px solid;
        box-shadow: #78a305 0 0 10px;
    }
.topics ul li a {
    color: #565656;
    display: block;
    line-height: 1.5em;
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    background: #fff
}
.topics ul.box-product li a {
    background: transparent;
}
.topics ul li.sub a:after,
.topics ul li.sub ul li.sub a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #ccc;
    float: right
}

.topics ul li.sub ul li a:after,
.topics ul li.sub ul li.sub ul li a:after {
    content: none
}

.topics ul li a:hover,
.topics ul li a:focus {
    background: #338555;
    color: #fff
}
.topics ul.box-product li a:hover,
.topics ul.box-product li a:focus {
    color: #565656;
    text-decoration: underline;
}
.topics ul.box-product li {
    border: solid 1px #fff;
}
.topics ul li.sub > ul {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0!important;
    left: 100%;
    display: none;
    background: #fff;
    border: solid 1px #548556!important
}

.topics ul li.sub:hover > ul {
    display: block
}

.topics ul li.sub > ul li {
    border: none!important;
    margin: 0!important;
    padding: 0
}

.mainpage .topics > ul,
.topics:hover > ul,
.topics a:focus > ul,
.topics li:hover > ul {
    display: block
}

.mainpage .topics > ul {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17)
}

.topics > ul {
    -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.35)
}

.topics > ul ul {
    min-height: 100%
}

.topics > ul {
    display: none
}

.mainpage .topics > ul > li.hidden {
    display: none
}

.mainpage .topics.full > ul > li.hidden {
    display: block
}

.mainpage .topics > ul > li.more {
    display: block
}

.mainpage .topics.full > ul > li.more {
    display: none
}

.mainpage .topics > ul > li.more a {
    color: #338555;
    font-weight: 700
}

.mainpage .topics > ul > li.more a:hover,
.mainpage .topics > ul > li.more a:focus {
    color: #fff
}

.mainpage .topics > ul > li.less {
    display: none
}

.mainpage .topics.full > ul > li.less {
    display: block
}

.mainpage .topics > ul > li.less a {
    color: #338555;
    font-weight: 700
}

.mainpage .topics > ul > li.less a:hover,
.mainpage .topics > ul > li.less a:focus {
    color: #fff
}

@media screen and (min-width: 1279px) {
    .mainpage .topics > ul > li.hidden {
        display: block!important
    }
    .mainpage .topics > ul > li.more,
    .mainpage .topics > ul > li.less {
        display: none!important
    }
    body > .wrapper > .page > .header + .main .content .col-main {
        margin: 0
    }
}

.col-banner {
    max-width: 300px;
    margin-top: 30px;
    border: dashed 1px #548556;
    overflow: hidden
}

.col-banner img {
    width: 100%;
    max-width: 300px;
    height: auto
}

.mainpage .product-banners div {
    padding: 20px 0;
    border-bottom: dashed 1px #ccc
}

.slides_control {
    width: 100%!important;
    display: block;
    height: auto!important
}

.mainpage .slides {
    background: transparent;
    height: auto;
    z-index: 1
}

.mainpage .slides_container {
    min-height: 291px
}

.mainpage .slides .slide {
    width: 100%
}

.slider-container {
    position: relative
}

.rslides_nav.next,
.rslides_nav.prev {
    position: absolute;
    top: 50%;
    width: 25px;
    margin: -30px 0 0;
    height: 61px;
    display: block;
    z-index: 101
}

.rslides_nav.prev {
    left: 20px;
    background: url(../images/slider-arrows.png) no-repeat 0 0
}

.rslides_nav.next {
    right: 20px;
    background: url(../images/slider-arrows.png) no-repeat 0 -61px
}

.s-main {
    display: block;
    height: auto;
    width: 100%;
    position: relative;
    top: 0;
    left: 0
}

.s-phone {
    position: absolute;
    top: 17px;
    left: 67px
}

.s-phohe-features {
    overflow: hidden;
    position: absolute;
    left: 416px;
    top: 129px
}

.s-phohe-features li {
    overflow: hidden;
    font-size: 17px;
    color: #182830;
    line-height: 28px;
    padding: 0 0 0 30px;
    background: url(../images/slider-dot.png) no-repeat 0 5px
}

.s-phone-logo {
    overflow: hidden;
    position: absolute;
    top: 63px;
    left: 404px
}

.s-phone-price {
    overflow: hidden;
    font-size: 45px;
    color: #084e74;
    position: absolute;
    right: 55px;
    bottom: 24px
}

.s-phone-price span {
    font-size: 32px
}

.tabs-holder {
    width: 100%;
    margin: 18px 0 0;
    min-height: 662px
}

.tabs-holder div.tab {
    border: 1px solid #d7d7d7;
    width: 100%;
    clear: both;
    margin: -1px 0 0;
    float: left;
    display: none
}

.tabset a.tab,
.tabset a.topics,
.tabset a.all,
.tabset a.info {
    float: left;
    padding: 0 30px;
    height: 54px;
    font-size: 17px;
    color: #666;
    line-height: 54px;
    position: relative;
    margin-left: -1px
}

.tabset a.tab {
    background: #f5f5f5;
    border: 1px solid #dadada
}

.tabset a.all {
    background: #338555;
    border: #338555 1px solid;
    color: #fff
}

.tabset a.info,
.tabset a.topics {
    background: #548556;
    border: #548556 1px solid;
    color: #fff;
    margin-right: 0;
    z-index: 1;
    text-align: center
}

.tabset a.tab:hover,
.tabset a.tab:focus,
.tabset a.topics:hover,
.tabset a.topics:focus {
    color: #548556
}

.tabset a.all:hover,
.tabset a.all:focus {
    background: #548556;
    border: #548556 1px solid
}

.tabset a:not(.active).info:hover,
.tabset a:not(.active).info:focus,
.tabset a.topics:hover,
.tabset a.topics:focus {
    background: #f5f5f5;
    border: #dadada 1px solid
}

.tabset a.tab:first-child {
    margin-left: 0
}

.tabset a.tab small {
    background: #666;
    color: #fff;
    font-size: 75%;
    margin: 0 0 0 5px;
    padding: 2px 6px;
    opacity: .66
}

.tabset a.active {
    border: 1px solid #d7d7d7;
    border-top: 2px solid #338555;
    border-bottom: none;
    line-height: 48px;
    padding: 0 27px;
    margin: 0;
    background: #fff;
    color: #333
}

.tabset a.active span {
    border: none
}

.tab-content {
    padding: 0 15px 30px;
    width: 100%
}

.product-collateral #tab1 > .tab-content + .tab-content {
    border-top: #548556 2px solid;
    margin-top: 30px
}

.product-collateral #tab1 > .tab-content + .tab-content > h6 {
    font-size: 2em;
    font-weight: 400;
    padding-bottom: .75em
}

.product-collateral #tab2 > .tab-content > h6,
.product-collateral #tab4 > .tab-content > h6 {
    display: none
}

.product-block {
    width: 23%;
    float: left;
    position: relative;
    margin: 1%;
    border: rgba(0, 0, 0, 0.05) 1px solid
}

.recent .product-block {
    width: 18%;
    background: #fff
}

.recent .product-block:hover .product-options {
    display: none
}

.product-image {
    overflow: hidden;
    text-align: center;
    margin: 10px auto 17px;
    width: 100%;
    height: 203px;
    line-height: 203px;
    display: table
}
.product-image a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto;
    text-align: center
}

.product-image span {
    display: block;
    margin: auto;
    max-height: 193px;
    overflow: hidden
}

.product-image img {
    display: block;
    margin: 0 auto;
    max-width: 193px;
    width: 100%;
    height: auto
}

.product-image-big{
  width: 350px;
  height: 350px;
  position: fixed;
  left: 0px;
  top: 200px;
  z-index: 100;
  background: #999;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 2px 3px 15px #888;
}

.product-image-big.d-none{
  display: none;
}

.product-image-big img{
  background-size: cover;
  width: 100%;
}

.product-name {
    overflow: hidden;
    text-align: center;
    font-size: 17px;
    height: 43px;
    padding: 0 10px
}

.product-name a {
    color: #646464;
    line-height: 1.2;
    display: inline-block
}

.product-name a:hover {
    text-decoration: underline
}

.product-code {
    display: none
}

.product-descr {
    display: none;
    line-height: 20px
}

.product-price {
    font-size: 21px;
    font-weight: 700;
    color: #338555;
    text-align: center;
    padding: 8px 10px;
    background: #fff;
    margin-top: 10px
}

.product-price span {
    font-size: 15px
}

.product-block:hover .product-options {
    display: block
}

.product-block:hover .product-image {
    z-index: 21;
    position: relative
}

.product-block:hover .product-name {
    z-index: 21;
    position: relative
}

.product-options {
    overflow: hidden;
    margin: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    border: #338555 1px solid;
    width: 100%;
    padding: 290px 0 0;
    background: #fff;
    box-shadow: #338555 0 0 6px 0
}

.product-options p {
    overflow: hidden;
    font-size: 11px;
    color: #333;
    margin: 8px 0;
    padding: 0 10px
}

.product-options p.product-price {
    font-size: 29px;
    color: #338555
}

.buy {
    overflow: hidden;
    padding: 0;
    border: none;
    height: 39px;
    line-height: 39px;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    cursor: pointer;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #548556;
    background: -moz-linear-gradient(top, #548556 0%, #338555 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #548556), color-stop(100%, #338555));
    background: -webkit-linear-gradient(top, #548556 0%, #338555 100%);
    background: -o-linear-gradient(top, #548556 0%, #338555 100%);
    background: -ms-linear-gradient(top, #548556 0%, #338555 100%);
    background: linear-gradient(to bottom, #548556 0%, #338555 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#002aba7a8', endColorstr='#20b376', GradientType=0);
    border-bottom: #21a869 4px solid
}

.buy.disabled,
.buy-btn.disabled {
    color: #bbb!important;
    cursor: default;
    background-color: #828282
}

.product-block .buy {
    display: block;
    padding: 2px 0;
    text-align: center;
    text-transform: uppercase
}

.col-main.list .row {
    margin: 0
}

.col-main.list .product-block {
    background: #f8f8f8;
    clear: both;
    float: none;
    margin-bottom: 25px;
    padding: 20px 0 20px 20px;
    width: auto
}

.col-main.list .product-image {
    float: left;
    margin: 0 15px 15px 0
}

.col-main.list .product-name {
    border: none;
    font-weight: 700;
    height: auto;
    margin: 0 0 15px;
    padding: 0;
    text-align: left
}

.col-main.list .product-options {
    border: none;
    border-left: #eee 1px solid;
    border-radius: 0;
    box-shadow: none;
    display: block;
    float: right;
    margin-left: 15px;
    padding: 10px 20px 15px;
    position: relative;
    top: auto;
    left: auto
}

.col-main.list .product-options .action {
    background: #f8f8f8
}

.col-main.list .product-options > p:not(.stock) {
    display: none
}

.col-main.list .product-block .buy {
    padding: 0;
    height: 32px;
    line-height: 32px
}

.col-main.list .product-code {
    background: #f8f8f8;
    border-radius: 2px;
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 15px 279px 10px 0;
    padding: 0 10px;
    overflow: hidden
}

.col-main.list .product-price {
    color: #548556;
    font-size: 40px;
    margin: 0 279px 10px 220px;
    text-align: center
}

.col-main.list .product-descr {
    display: inline
}

.col-main.tabled .row {
    margin: 0
}

.col-main.tabled .product-block {
    background: transparent;
    border: none;
    clear: both;
    float: none;
    padding: 0;
    width: auto;
    overflow: hidden
}

.col-main.tabled .product-block + .product-block,
.col-main.tabled .row + .row .product-block:first-child {
    border-top: #eee 1px solid;
    padding-top: 10px
}

.col-main.tabled .mark {
    display: none
}

.col-main.tabled .product-image {
    border: none;
    float: left;
    margin: 0 15px 10px 0;
    line-height: 50px;
    height: 50px;
    width: 50px
}

.col-main.tabled .product-image a {
    height: 50px;
    width: 50px
}

.col-main.tabled .product-image span {
    max-height: 50px;
    width: 50px
}

.col-main.tabled .product-image img {
    max-width: 50px
}

.col-main.tabled .product-name {
    border: none;
    font-size: 100%;
    font-weight: 400;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left
}

.col-main.tabled .product-name a {
    color: #548556;
    display: inline-block;
    max-width: 350px
}

.col-main.tabled .product-options {
    border: none;
    box-shadow: none;
    display: block;
    float: right;
    margin-top: -15px;
    padding: 0;
    width: auto;
    position: relative;
    top: auto;
    left: auto
}

.col-main.tabled .product-options .action {
    background: transparent;
    border: none;
    float: right;
    margin: 4px 0 0 15px;
    padding: 0;
    width: auto
}

.col-main.tabled .product-options .action li:not(.compare) {
    display: none
}

.col-main.tabled .product-options > p {
    display: none
}

.col-main.tabled .product-block .buy {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0;
    height: 32px;
    line-height: 33px;
    width: 85px;
    text-transform: capitalize
}

.col-main.tabled .product-code {
    color: #888;
    display: block;
    margin: 7px 0 10px
}

.col-main.tabled .product-price {
    border: none;
    color: #444;
    float: right;
    margin: -42px 185px 0 0;
    text-align: center
}

.col-main.tabled .product-descr {
    display: none
}

table.collapse {
    display: block
}

.comparison .collapsed {
    display: none
}

.comparison .collapse-btn {
    color: #333
}

.comparison .collapse-btn span {
    margin-top: 12px;
    color: #2ab;
    display: block;
    float: none;
    padding: 6px 12px;
    border: solid 1px #2ab;
    text-align: center
}

.comparison .collapse-btn:hover,
.comparison .collapse-btn:focus {
    text-decoration: none
}

.table-compare {
    box-sizing: border-box;
    border: #dadada 2px solid;
    border-bottom: #dadada 1px solid;
    border-right: #dadada 1px solid;
    margin: 0 0 30px;
    padding: 0
}

.comparison th,
.comparison tr td:first-child {
    background: #eee
}

.comparison th,
.comparison td {
    box-sizing: border-box;
    border: none;
    border-bottom: #ddd 1px solid;
    border-right: #ddd 1px solid;
    padding: 15px;
    min-width: 20%;
    max-width: 20%;
    width: 20%;
    text-align: left
}

.comparison th,
.comparison tr.info td:first-child {
    background: #f9f9f9
}

.comparison th a,
.comparison th p,
.comparison td a,
.comparison td p {
    display: block;
    color: #828282
}

.comparison td a.remove::before {
    content: "\f05c";
    font-family: "FontAwesome";
    color: #828282;
    padding-right: 3px
}

.comparison tr.info td p {
    color: #548556;
    font-weight: 700
}

.comparison td a:first-child,
.comparison td a:first-child + a {
    color: #fff;
    margin: 0 0 10px;
    text-align: center;
    text-decoration: none
}

.comparison td img {
    display: block;
    margin: 0 auto;
    height: 100px;
    max-width: 150px
}

.comparison td p {
    font-size: 18px;
    text-align: center
}

.info-block {
    overflow: hidden;
    width: 100%;
    margin: 25px 0 40px;
    float: left
}

.news-block {
    overflow: hidden;
    padding: 0 63px 0 16px
}

.title {
    overflow: hidden;
    font-size: 25px;
    color: #333;
    margin: 0 0 20px
}

.news {
    overflow: hidden;
    line-height: 1.75;
    width: 100%;
    padding: 0 0 15px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e9e9e9
}

.news > span {
    background: #fff;
    border: #dadada 1px solid;
    display: block;
    float: right;
    height: 100px;
    width: 200px;
    padding: 0;
    margin: 1px 1px 1px 10px;
    text-align: center;
    overflow: hidden
}

.news-block .news > span {
    display: none
}

.news > span img {
    display: block;
    height: 100px;
    margin: 0 auto
}

.news-date {
    font-size: 12px;
    color: #999!important;
    margin: 0!important
}

.news-date::before {
    font-family: "FontAwesome";
    content: '\f133';
    padding-right: 5px
}

.news h2 {
    overflow: hidden;
    display: block;
    font-size: 100%!important;
    margin: 3px 0 5px!important;
    font-weight: 400
}

.news h2 a {
    padding: 0 0 0 25px;
    font-size: 17px;
    color: #828282
}

.news h2 a::before {
    content: '\f144';
    font-family: "FontAwesome";
    color: #548556;
    padding-right: 5px
}

.news h2 a:hover {
    color: #333
}

.news-content {
    overflow: hidden;
    font-size: 14px;
    color: #333;
    margin: 0 0 0 25px !important
}

.all-news {
    font-size: 19px;
    margin: 20px 0 0;
    text-align: right;
    overflow: hidden
}

.all-news a {
    color: #548556;
    border: #548556 2px solid;
    padding: 3px 12px;
    display: inline-block
}

.all-news a + a {
    margin-left: 20px
}

.all-news a:hover,
.all-news a:focus {
    border: #338555 2px solid
}

.in-soc {
    overflow: hidden;
    padding: 0
}

.footer .info {
    border-right: #ddd 1px solid;
    color: #888;
    overflow: hidden
}

.footer .info p {
    margin: 0 0 6px;
    overflow: hidden;
    white-space: nowrap
}

.footer .info p:before {
    color: #ccc;
    content: '\f0da';
    font-family: FontAwesome;
    margin: 0 10px 0 0
}

.footer .menu {
    border-right: #ddd 1px solid;
    color: #ccc;
    overflow: hidden;
    padding-left: 2%
}

.footer .menu li {
    margin: 0 0 6px;
    overflow: hidden;
    white-space: nowrap
}

.footer .menu li:before {
    color: #ccc;
    content: '\f0da';
    font-family: FontAwesome;
    margin: 0 10px 0 0
}

.footer .menu li a {
    overflow: hidden;
    font-size: 12px;
    color: #548556
}

.footer .menu li a:hover {
    text-decoration: underline
}

.footer .socials {
    border-right: #ddd 1px solid;
    overflow: hidden;
    padding-left: 2%;
    min-height: 100px
}

.footer .socials p {
    color: #888;
    margin: 0 0 6px
}

.footer .socials a {
    background: #888;
    border-radius: 50%;
    color: transparent;
    font-family: FontAwesome;
    display: block;
    float: left;
    margin: 0 7px 4px 0;
    height: 28px;
    width: 28px;
    overflow: hidden
}

.footer .socials a:before {
    color: #fff;
    padding: 8px 9px;
    position: absolute
}

.footer .socials .facebook:hover {
    background: #3959a1
}

.footer .socials .vkontakte:hover {
    background: #2269a7
}

.footer .socials .twitter:hover {
    background: #45b1e4
}

.footer .socials .rss:hover {
    background: #f8b122
}

.footer .socials .google:hover {
    background: #d22121
}

.footer .socials .facebook:before {
    content: '\f09a'
}

.footer .socials .vkontakte:before {
    content: '\f189';
    padding: 8px 7px!important
}

.footer .socials .twitter:before {
    content: '\f099'
}

.footer .socials .rss:before {
    content: '\f09e'
}

.footer .socials .google:before {
    content: '\f1a0'
}

.copyright {
    color: #888;
    text-align: right;
    overflow: hidden
}

.copyright p {
    margin: 0 0 6px;
    overflow: hidden;
    white-space: nowrap
}

.copyright a {
    color: #888;
    display: block;
    float: right;
    font-size: 11px
}

.copyright a:before {
    color: #ccc;
    content: '\f0da';
    font-family: FontAwesome;
    margin: 0 7px 0 0
}

.copyright a + a {
    margin-right: 20px
}

.footer .counters {
    display: inline-block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    opacity: .01
}

.footer .counters * {
    opacity: .01
}

.breadcrumbs {
    border-bottom: #eee 4px solid;
    color: #ccc;
    line-height: 1.5em;
    margin: 0 0 20px;
    line-height: 36px;
    position: relative;
    z-index: 1
}

.breadcrumbs a {
    color: #338555
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    color: #548556
}

.breadcrumbs a + a:before,
.breadcrumbs a + span:before,
.breadcrumbs span + span:before {
    color: #ccc;
    font-family: 'FontAwesome';
    content: '\f0da';
    display: inline;
    margin: 0 15px
}

.content.slave {
    background: #f8f8f8;
    padding: 20px 25px
}

.left-sidebar {
    background: #f8f8f8;
    border-right: #eee 2px solid;
    overflow: hidden;
    padding: 20px 15px
}

.left-column,
.right-column {
    box-sizing: border-box;
    float: left;
    padding: 0;
    overflow: hidden;
    width: 50%
}

.left-column {
    padding-right: 15px
}

.right-column {
    float: right;
    padding-left: 15px
}

.category-map ul {
    display: block;
    margin: 0 0 40px;
    padding: 0;
    overflow: hidden
}

.category-map > ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 15px 0 15px 15px;
    width: 33%;
    height: 250px;
    margin-bottom: 20px
}

.category-map > ul > li:hover {
    background: #f8f8f8
}

.category-map ul li a {
    color: #548556;
    display: block
}

.category-map > ul > li > a {
    font-size: 17px;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    overflow: hidden
}

.category-map > ul > li > a:hover,
.category-map > ul > li > a:focus {
    color: #338555
}

.category-map ul li span {
    display: block;
    float: left;
    height: auto;
    max-height: 210px;
    max-width: 100%;
    width: 100%;
    margin: 5px 0 0;
    overflow: hidden;
    text-align: center
}

.category-map ul li span img {
    display: block;
    margin: auto;
    max-width: 100%
}

.category-map ul li ul {
    height: 140px;
    margin: 5px 0 0 53%;
    overflow: hidden
}

.category-map ul li ul li a {
    color: #444;
    font-size: 12px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    overflow: hidden
}

.category-map ul li ul li a:hover,
.category-map ul li ul li a:focus {
    background: #338555;
    color: #fff
}

.cd-main-nav.nav-is-visible,
.cd-main-mnav.mnav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0 0;
    -moz-transition: visibility 0 0;
    transition: visibility 0 0
}

.nav-is-visible .cd-nav-trigger span,
.mnav-is-visible .cd-mnav-trigger span {
    background-color: rgba(255, 86, 70, 0)
}

.filter-wrapper a.cd-nav-trigger {
    display: none;
    color: #338555;
    text-transform: uppercase;
    padding-left: 25px;
    line-height: 34px
}

.m-wrapper a.cd-mnav-trigger {
    position: relative
}

.cd-nav-trigger span,
.cd-mnav-trigger span {
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    margin-left: 10px;
    -webkit-transition: background-color .3s .3s;
    -moz-transition: background-color .3s .3s;
    transition: background-color .3s .3s;
    background-color: #338555
}

.cd-mnav-trigger span {
    background-color: #fff
}

.mainpage .cd-mnav-trigger span {
    display: none
}

.nav-is-visible .cd-nav-trigger span::before,
.mnav-is-visible .cd-mnav-trigger span::before {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.cd-nav-trigger span::before,
.cd-nav-trigger span::after,
.cd-mnav-trigger span::before,
.cd-mnav-trigger span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #338555;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s .3s;
    -moz-transition: -moz-transform .3s .3s;
    transition: transform .3s .3s
}

.cd-mnav-trigger span::before,
.cd-mnav-trigger span::after {
    left: 0;
    background-color: #fff
}

.nav-is-visible .cd-nav-trigger span::after,
.mnav-is-visible .cd-mnav-trigger span::after {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.cd-nav-trigger span::after,
.cd-mnav-trigger span::after {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px)
}

.cd-nav-trigger span::before,
.cd-mnav-trigger span::before {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px)
}

.cd-main-content.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px)
}

.cd-main-mcontent.mnav-is-visible {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
    margin-left: 15px;
    padding-left: 15px;
    border-left: dashed 1px #338555
}

.mainpage .cd-main-mcontent.mnav-is-visible {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    margin-left: 0;
    padding-left: 15px;
    border-left: none
}

.cd-main-content,
.cd-main-mcontent {
    position: relative;
    z-index: 2;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.filter.sending {
    opacity: .33
}

.filter .column-holder ul li.disabled,
.filter .column-holder ul li.more {
    display: none
}

.filter .column-holder ul li.all span {
    background: #548556;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    padding: 1px 5px;
    opacity: .66
}

.filter .column-holder ul li input[type="checkbox"],
input[type="radio"] {
    margin: 0 5px 0 0
}

.s-title {
    overflow: hidden;
    font-size: 15px;
    color: #333;
    margin: 0 0 12px
}

.s-title span {
    color: #666;
    font-size: 75%;
    margin: 0 0 0 5px
}

.formCost {
    overflow: hidden;
    margin: 0 0 12px
}

.formCost label {
    overflow: hidden;
    font-size: 11px;
    color: #333;
    line-height: 27px;
    margin: 0 10px 0 0;
    float: left;
    font-family: Arimo, Arial, Helvetica, sans-serif
}

.formCost input {
    overflow: hidden;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #000;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    float: left;
    width: 60px;
    border: none;
    background: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1);
    margin: 0 20px 0 0
}

#maxCost {
    margin: 0
}

.sliderCont {
    width: 100%;
    float: left
}

.sliderCont .ui-slider .ui-slider-handle {
    background: url(../images/slider.png) no-repeat 0 0;
    cursor: pointer;
    height: 15px;
    position: absolute;
    width: 12px;
    z-index: 2;
    border: none
}

.sliderCont .ui-widget-content {
    background: rgba(40, 173, 176, 0.3) none repeat scroll 0 0;
    border: 1px solid #ccc
}

.sliderCont .ui-slider-horizontal {
    height: 6px
}

.sliderCont .ui-slider-horizontal .ui-slider-handle {
    margin: -3px 0 0 -5px
}

.sliderCont .ui-widget-header {
    background-color: #338555;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#548556), to(#338555));
    background-image: -webkit-linear-gradient(top, #548556, #338555);
    background-image: -moz-linear-gradient(top, #548556, #338555);
    background-image: -ms-linear-gradient(top, #548556, #338555);
    background-image: -o-linear-gradient(top, #548556, #338555);
    -webkit-box-shadow: inset 0 1px 0 0 #6cc;
    box-shadow: inset 0 1px 0 0 #6cc
}

.sliderCont span {
    overflow: hidden;
    font-size: 12px;
    color: #25282a;
    float: left;
    margin: 5px 0 0;
    display: inline-block
}

.sliderCont span.last {
    float: right
}

.column-holder {
    overflow: hidden;
    width: 100%;
    margin: 15px 0 0;
    float: left
}

.column-holder ul {
    overflow: hidden;
    margin: 0 0 15px
}

.column-holder ul li {
    overflow: hidden;
    font-size: 11px;
    color: #333;
    height: 32px;
    line-height: 32px;
    margin: 0 0 5px
}

.column-holder ul li label {
    color: #828282;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

.column-holder ul li label span {
    color: #ccc;
    float: right;
    margin: 0 0 0 7px
}

.column-holder ul li.disabled label {
    color: #ccc
}

.column-holder hr {
    background: #ddd;
    border: none;
    clear: both;
    display: block;
    height: 1px;
    margin: 15px 0
}

.column-holder .publish {
    padding: 0 12px
}

.sliderCont + a {
    border-bottom: #548556 1px dashed;
    color: #548556;
    display: inline-block;
    padding-top: 10px
}

.column-holder a {
    color: #548556
}

.column-holder ul li a {
    font-size: 14px
}

.column-holder > a {
    border-bottom: #548556 1px dashed;
    margin: 0 0 0 10px
}

.column-holder > a + a {
    background: #548556;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    padding: 0 5px;
    opacity: .66
}

.column-holder .col-left {
    overflow: hidden
}

.column-holder .col-right {
    overflow: hidden
}

.column-holder:not(.one-column) .col-left {
    float: left;
    margin: 0 15px 0 0;
    width: 110px
}

.column-holder:not(.one-column) .col-right {
    float: right;
    width: 110px
}

.outtaHere {
    position: absolute;
    left: -3000px
}

.checkboxArea,
.checkboxAreaChecked {
    float: left;
    width: 21px!important;
    height: 22px;
    margin: 1px 7px 0 0;
    overflow: hidden;
    background: url(../images/checkbox.png) no-repeat 0 -22px
}

.checkboxAreaChecked {
    background-position: 0 4px
}

.col-main {
    width: 100%;
    margin: 0
}

.tools-block {
    overflow: hidden;
    border-bottom: #338555 2px solid;
    padding: 15px 0 11px;
    width: 100%
}

.s-bottom {
    border-top: #338555 2px solid
}

.sort-block {
    float: left;
    font-size: 13px;
    color: #666;
    height: 26px;
    line-height: 26px
}

.sort-block .product-view {
    background: url(../images/product-view.png) 0 0 no-repeat;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px -7px 0;
    height: 24px;
    width: 25px;
    overflow: hidden
}

.col-main.list .sort-block .product-view {
    background: url(../images/product-view.png) 0 0 no-repeat
}

.col-main.grid .sort-block .product-view {
    background: url(../images/product-view.png) 0 -48px no-repeat
}

.col-main.tabled .sort-block .product-view {
    background: url(../images/product-view.png) 0 -24px no-repeat
}

.sort-block span {
    color: #333;
    margin: 0 5px
}

.sort-block form {
    display: inline-block;
    margin: 0 0 0 5px
}

.sort-block a {
    color: #548556;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin: 0 8px 0 0
}

.sort-block a:not(.active):hover,
.sort-block a:not(.active):focus {
    color: #338555
}

.sort-block a em {
    font-style: normal
}

.sort-block a.active {
    background: #338555;
    color: #fff;
    cursor: default;
    padding: 0 7px
}

.sort-block a.switch.active {
    display: none
}

.pages {
    overflow: hidden;
    float: right;
    height: 26px;
    line-height: 26px
}

.pages ul {
    overflow: hidden
}

.pages ul li {
    overflow: hidden;
    height: 24px;
    line-height: 26px;
    float: left;
    padding: 0 8px;
    font-size: 14px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.pages ul li a {
    color: #828282
}

.pages ul li.viewed a {
    color: #fff;
    cursor: default
}

.pages ul li.prev a,
.pages ul li.next a {
    color: transparent
}

.pages ul li.prev a::before,
.pages ul li.next a::after {
    font-family: FontAwesome;
    color: #828282;
    font-size: 18px
}

.pages ul li.prev a::before {
    content: '\f053'
}

.pages ul li.next a::after {
    content: '\f054'
}

.pages ul li.current,
.pages ul li.viewed {
    background: #888;
    color: #fff
}

.pages ul li[data-page-link] + li[data-page-link],
.pages ul li.current + li[data-page-link],
.pages ul li[data-page-link] + li.current {
    margin-left: 6px
}

.col-main .product-block {
    margin: 1%;
    width: 23%
}

.product-block:hover .mark {
    z-index: 30
}

.mark {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
    background: transparent
}

.mark span {
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    line-height: 15px;
    transform: rotate(-45deg);
    width: 200px;
    display: block;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -65px;
    padding: 3px 50px
}

.h-s span {
    background: #338555;
    background: linear-gradient(#338555 0%, #28aabb 100%)
}

.b-p span {
    background: #338555;
    background: linear-gradient(#338555 0%, #548556 100%)
}

.novelty span {
    background: #2fc09e;
    background: linear-gradient(#2fc09e 0%, #2aac8e 100%)
}

.mark span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid
}

.mark span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid;
    border-bottom: 3px solid transparent;
    border-top: 3px solid
}

.h-s span::before {
    border-left-color: #548556;
    border-top-color: #548556
}

.h-s span::after {
    border-right-color: #548556;
    border-top-color: #548556
}

.b-p span::before {
    border-left-color: #cb4339;
    border-top-color: #cb4339
}

.b-p span::after {
    border-right-color: #cb4339;
    border-top-color: #cb4339
}

.novelty span::before {
    border-left-color: #2aac8e;
    border-top-color: #2aac8e
}

.novelty span::after {
    border-right-color: #2aac8e;
    border-top-color: #2aac8e
}

.checkout-title {
    overflow: hidden;
    font-size: 29px;
    color: #000;
    padding: 0 0 15px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #c5c5c5
}

.checkout-holder {
    overflow: hidden;
    margin: 20px auto!important;
    max-width: 980px
}

.checkout-holder .left {
    float: right;
    padding: 0 15px;
    width: 50%;
    overflow: hidden
}

.checkout-holder .right {
    background: #f8f8f8;
    box-shadow: #eee 2px 0 0;
    float: left;
    padding: 0 15px;
    width: 50%;
    overflow: hidden
}

.checkout-holder .left .tabset a.tab,
.product-collateral .tabset a.tab {
    color: #666;
    float: left;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    position: relative
}

.checkout-holder .left .tabset a.tab:hover,
.product-collateral .tabset a.tab:hover {
    text-decoration: none
}

.checkout-holder .left .tabset a.tab:hover span,
.product-collateral .tabset a.tab:hover span {
    color: #333
}

.checkout-holder .left .tabset a.active span,
.product-collateral .tabset a.active span {
    border: none
}

.checkout-holder .left .tabset a.active,
.product-collateral .tabset a.active {
    border: none;
    line-height: 45px;
    padding: 0 20px;
    margin: 0;
    color: #333;
    border-width: 2px 1px medium;
    border-style: solid solid none;
    border-bottom-color: #fff;
    z-index: 15;
    border-color: #338555 #D7D7D7 #fff
}

.checkout-holder .left .tab-content {
    overflow: hidden;
    width: 416px;
    padding: 20px 30px;
    margin: -1px 0 0;
    position: relative;
    z-index: 10;
    background: #fff;
    border: 1px solid #D7D7D7
}

.group {
    float: left;
    margin: 0 1% 2%;
    width: 48%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.group.narrow {
    width: 23%
}

.group.wide {
    width: 73%
}

.group.full {
    float: none;
    width: 98%
}

.row-holder {
    float: left;
    width: 100%;
    margin: 0 0 20px
}

.row-holder label {
    font-size: 13px;
    color: #333;
    font-family: Arimo, Arial, Helvetica, sans-serif
}

.row-holder label em {
    font-style: normal;
    color: #cb4339
}

.row-holder .txt {
    overflow: hidden;
    width: 235px;
    padding: 0 15px;
    height: 22px;
    line-height: 22px;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    border: 1px solid #dadada;
    background: #fff
}

.row-holder.error .txt,
.row-holder[data-bad] .txt {
    border: 2px solid #cb4339
}

.row-holder.error .txt:focus,
.row-holder[data-bad] .txt:focus {
    border: 1px solid #cb4339!important;
    outline: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(203, 67, 57, 0.6)
}

.row-holder.error label,
.row-holder[data-bad] label {
    color: #cb4339
}

.row-holder[data-bad]:after {
    background: #fdd;
    border: 1px solid #f44;
    border-radius: 2px;
    color: #cb4339;
    content: attr(data-bad);
    display: none;
    margin: 35px 0 0;
    padding: 10px;
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 1
}

.row-holder[data-bad]:hover:after {
    display: block
}

.row-holder span {
    overflow: hidden;
    font-size: 11px;
    color: #999;
    margin: 2px 0 0;
    display: block
}

.row-holder.example {
    margin: 0 0 14px
}

.f-left {
    float: left;
    width: 140px;
    margin: 0 15px 0 0
}

.f-right {
    width: 269px;
    float: left;
    position: relative
}

.f-right label {
    float: left;
    overflow: visible;
    color: #333;
    font-size: 13px;
    line-height: 12px
}

.f-right .captcha {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 20px;
    width: 100px;
    position: absolute;
    top: 3px;
    right: 10px
}

.separator {
    border-top: #f8f8f8 5px solid;
    margin: 0 0 20px;
    height: 0;
    width: 100%;
    overflow: hidden
}

.send-order,
.buy-btn,
.publish,
#tmspecials h4 span {
    overflow: hidden;
    margin: 0;
    display: inline-block;
    height: 40px;
    border: none;
    font-size: 19px;
    color: #fff;
    cursor: default;
    padding: 0 25px;
    background: #548556;
    background: -moz-linear-gradient(top, #548556 0%, #338555 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #548556), color-stop(100%, #338555));
    background: -webkit-linear-gradient(top, #548556 0%, #338555 100%);
    background: -o-linear-gradient(top, #548556 0%, #338555 100%);
    background: -ms-linear-gradient(top, #548556 0%, #338555 100%);
    background: linear-gradient(to bottom, #548556 0%, #338555 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#002aba7a8', endColorstr='#20b376', GradientType=0);
    border-bottom: #21a869 4px solid;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}
#tmspecials h4 span{
	width: 100%;
	text-transform: uppercase;
	line-height: 2;
	text-align: center;
}

.buy-btn {
    padding: 0 15px 0 35px
}

.send-order:hover,
.buy-btn:hover,
.publish:hover,
.send-order:focus,
.buy-btn:focus,
.publish:focus,
.buy:hover,
.buy:focus {
    background: #548556;
    background: -moz-linear-gradient(45deg, #548556 0%, #338555 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #548556), color-stop(100%, #338555));
    background: -webkit-linear-gradient(45deg, #548556 0%, #338555 100%);
    background: -o-linear-gradient(45deg, #548556 0%, #338555 100%);
    background: -ms-linear-gradient(45deg, #548556 0%, #338555 100%);
    background: linear-gradient(45deg, #548556 0%, #338555 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#002aba7a8', endColorstr='#20b376', GradientType=1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    text-decoration: none
}

.send-order {
    color: #fff!important;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    width: 100%
}

.send-order:hover {
    text-decoration: none!important
}

.buy-btn {
    display: block;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase
}

.btn-holder {
    overflow: visible;
    width: 100%;
    margin: 14px 0 0;
    text-align: center;
    padding: 10px 0
}

.payment-method {
    padding: 15px 0;
    overflow: hidden;
    text-align: center
}

.payment-method a {
    overflow: hidden;
    font-size: 13px;
    color: #25681f;
    display: inline-block;
    border-bottom: 1px dashed #25681f
}

.soc-login {
    overflow: hidden;
    margin: 15px 0
}

.p-info {
    overflow: hidden
}

.p-info th,
.p-info td {
    padding: 8px 12px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

.p-info th {
    font-size: 18px;
    border-bottom: #338555 2px solid;
    text-align: left
}

.p-info th::before {
    font-family: FontAwesome;
    content: '\f08d';
    padding-right: 5px;
    color: rgba(0, 0, 0, 0.3)
}

.p-info th:nth-child(2)::before {
    content: '\f0e0'
}

.p-info tr:last-child td {
    border: none
}

.p-info span {
    font-size: 11px
}

.btn-add,
.btn-remove {
    overflow: hidden;
    display: block
}

.btn-add:hover,
.btn-remove:hover {
    text-decoration: none!important
}

.btn-add::after,
.btn-remove::after {
    color: #888;
    content: '\f05c';
    font-family: FontAwesome
}

.p-info input {
    overflow: hidden;
    width: 50px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #d6d6d6;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-family: Arimo, Arial, Helvetica, sans-serif
}

.p-info .total td {
    font-size: 13px
}

.p-info .total td p {
    text-transform: uppercase;
    color: #a6a6a6;
    text-align: right;
    margin: 0 7px 0 0
}

.p-info .total td span {
    font-size: 16px
}

.selectArea {
    position: relative;
    height: 22px;
    float: left;
    color: #333;
    font-size: 13px;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    line-height: 22px;
    border: 1px solid #dadada;
    width: 264px!important;
    background: #fff
}

.selectArea .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 22px;
    display: block;
    margin: 0
}

.selectArea a.selectButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 264px;
    height: 22px;
    background: url(../images/selector.png) no-repeat 243px 9px
}

.selectArea .center {
    height: 22px;
    line-height: 22px;
    display: block;
    padding: 0 21px 0 15px;
    margin: 0;
    color: #333;
    font-size: 13px;
    font-family: Arimo, Arial, Helvetica, sans-serif
}

.selectArea .center img {
    float: left
}

.optionsDivInvisible,
.optionsDivVisible {
    position: absolute;
    border: 1px solid #dadada;
    border-top: none;
    display: block;
    z-index: 30;
    font-size: 13px;
    color: #333;
    margin: -5px 1px 0;
    width: 264px!important;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#fff));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #fff);
    background-image: -moz-linear-gradient(top, #f4f4f4, #fff);
    background-image: -ms-linear-gradient(top, #f4f4f4, #fff);
    background-image: -o-linear-gradient(top, #f4f4f4, #fff);
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px
}

.drop-dif {
    background: #9CC
}

.optionsDivInvisible {
    display: none
}

.optionsDivVisible ul {
    margin: 0;
    padding: 4px 0 0;
    overflow: hidden;
    list-style: none
}

.optionsDivVisible ul li {
    float: left;
    width: 100%;
    line-height: 20px
}

.optionsDivVisible a {
    color: #333;
    overflow: hidden;
    text-decoration: none;
    display: block;
    height: 1%;
    padding: 0 15px
}

.optionsDivVisible a img {
    border: none;
    float: left
}

.optionsDivVisible a:hover {
    background-color: #f1f1f1
}

.optionsDivVisible ul li:last-child,
.optionsDivVisible ul li:last-child a {
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px
}

.help {
    display: inline-block;
    position: relative;
    margin: -4px 0 0 5px;
    float: right;
    cursor: help;
    font-style: normal
}

.help::after {
    color: #828282;
    content: '\f05a';
    font-family: FontAwesome;
    font-size: 16px;
    padding: 0 4px
}

.help span {
    width: 100px;
    height: auto;
    line-height: normal;
    padding: 10px;
    left: 50%;
    margin-left: -64px;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    text-align: center;
    border: 4px solid #fff;
    background: #fff;
    text-indent: 0;
    position: absolute;
    pointer-events: none;
    bottom: 100px;
    opacity: 0;
    overflow: visible;
    -webkit-box-shadow: 0 0 0 1px rgba(130, 130, 130, 1);
    -moz-box-shadow: 0 0 0 1px rgba(130, 130, 130, 1);
    box-shadow: 0 0 0 1px rgba(130, 130, 130, 1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.help span:before,
.help span:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(130, 130, 130, 1)
}

.help span:after {
    bottom: -14px;
    margin-left: -10px;
    border-top: 10px solid #fff
}

.help:hover span {
    opacity: 1;
    bottom: 35px
}

.row-holder textarea {
    overflow: auto;
    width: 254px;
    padding: 5px;
    height: 110px;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    border: 1px solid #dadada;
    background: #fff
}

.delivery td {
    background: #f1f1f1
}

.checkout-info {
    overflow: hidden;
    margin: 40px 0 0
}

.checkout-info > span {
    border-bottom: #338555 2px solid;
    display: block;
    font-size: 18px;
    color: #333;
    padding: 0 0 10px 10px;
    margin: 0 0 9px
}

.checkout-info > span::before {
    font-family: FontAwesome;
    content: '\f08d';
    padding-right: 10px;
    color: rgba(0, 0, 0, 0.3)
}

.checkout-info > p,
.checkout-info > div {
    font-size: 11px;
    color: #666;
    margin: 0 0 15px 15px !important;
    padding: 0 0 0 10px
}

.checkout-info > p a {
    color: #08527a
}

.checkout-info > p a:hover {
    color: #286C22;
    text-decoration: underline
}

.payment_button,
.submit,
input {
    background: #fff;
    border: 2px solid #828282;
    padding: 4px 10px
}

.payment_button,
.payment-box > form > [type="submit"] {
    border: #548556 2px solid;
    color: #548556;
    cursor: pointer;
    font-family: Arimo
}

.payment_button:hover,
.payment_button:focus,
.payment-box > form > [type="submit"]:hover,
.payment-box > form > [type="submit"]:focus {
    background: #548556;
    color: #fff;
    outline: none;
    box-shadow: none
}

.payment_button.right {
    float: right;
    margin-left: 10px
}

.category-title,
.product-title {
    overflow: hidden;
    font-size: 29px;
    font-weight: 400;
    color: #000;
    padding: 0!important;
    display: block;
    width: 100%
}

.category-title {
    border-bottom: #eee 1px solid;
    width: auto
}

.inner-header {
    overflow: hidden;
    isplay: block;
    width: 100%;
    clear: both;
    margin-bottom: 5px
}

.product-title.float {
    display: inline-block;
    width: auto;
    float: left
}

.product-title + .sku {
    background: #338555;
    color: #fff;
    font-size: 18px;
    margin: 0 0 0 15px;
    padding: 3px 10px
}

.product-title.float + .sku {
    display: inline-block
}

#gallery {
    margin: 0;
    overflow: hidden
}

#gallery ul {
    overflow: hidden;
    width: 100%;
    text-align: center
}

#gallery li {
    display: inline-block;
    margin: 1px;
    background: #fff;
    border: 1px solid #e8e8e8;
    width: 100px;
    height: 65px;
    overflow: hidden;
    padding: 3px
}

#gallery li img {
    cursor: pointer;
    display: block;
    height: 65px;
    margin: 0 auto
}

#gallery #main-img-holder {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    display: block
}

.main-img-block {
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    position: relative
}

.main-img-block span {
    display: block;
    margin: auto;
    max-height: 265px;
    overflow: hidden
}

.main-img-block img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 265px
}

.main-img-block .zoom {
    color: #548556;
    display: block;
    font-size: 36px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0
}

.main-img-block .zoom:hover {
    color: #338555
}

.delivery-box {
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    padding: 0 15px
}

.delivery-box p {
    overflow: hidden;
    font-size: 12px;
    color: #333
}

.delivery-box p:before {
    font-family: "FontAwesome";
    content: '\f0d1';
    padding-right: 5px;
    color: #828282;
    font-size: 15px
}

.delivery-box p a {
    color: #548556;
    border-bottom: #548556 1px dashed
}

.delivery-box p a:hover {
    border: none
}

.buy-left,
.buy-right {
    display: block;
    float: left;
    width: 50%
}

.buy-box {
    background: #f7f7f7;
    position: relative;
    text-align: center
}

.price-uah {
    overflow: hidden;
    font-size: 36px;
    color: #548556;
    font-weight: 700;
    display: inline-block;
    margin: 65px 0 35px
}

.price-uah span {
    font-size: 24px
}

.price-usd {
    overflow: hidden;
    font-size: 14px;
    color: #333;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px
}

.after-buy-box {
    background: #f7f7f7;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    float: left;
    width: 453px;
    margin: -3px 0 0
}

.after-buy-box p:before {
    content: "\f0ad";
    font-family: "FontAwesome";
    font-size: 15px;
    padding-right: 5px;
    color: #828282
}

.after-buy-box a {
    border-bottom: #548556 1px dashed;
    color: #548556
}

.after-buy-box a:hover {
    border: none
}

.product-options .stock,
.product-content .stock {
    background: #eee;
    clear: both;
    padding: 5px 0;
    text-align: center
}

.product-options .stock.empty,
.product-content .stock.empty {
    background: #338555;
    color: #fff
}

.product-options .stock.await,
.product-content .stock.await {
    background: #548556;
    color: #fff
}

.product-options .stock {
    color: #444;
    font-size: 10pt;
    font-weight: 700;
    margin: 10px;
    padding: 10px 0
}

.product-content .stock {
    font-weight: 700;
    width: 150px
}

.action {
    width: 100%;
    padding-left: 30px
}

.product-options .action {
    display: block;
    float: none;
    margin: 5px 0;
    padding: 10px;
    background: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, 0.05)
}

.action li {
    margin: 0 22px 0 0;
    padding: 0 0 0 17px;
    position: relative;
    line-height: 36px
}

.action li:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "FontAwesome";
    font-size: 12px;
    color: #338555
}

.product-options .action li {
    display: block;
    float: none;
    line-height: 1.75;
    margin: 0;
    padding: 0
}

.action li a {
    color: #333;
    font-size: 14px
}

.action li a:hover {
    border: none
}

.product-options .action li a {
    border-color: #828282;
    color: #828282;
    padding-left: 20px
}

.action li.compare:before {
    content: "\f0ec"
}

.action li.to-wishlist:before {
    content: "\f08a"
}

.action li.monitor:before {
    content: "\f0a4"
}

.action li.callme-now:before {
    content: "\f095"
}

.product-description {
    width: 100%;
    border-top: 1px dashed #ccc;
    margin-top: 15px
}

.product-description p {
    overflow: hidden;
    font-size: 13px;
    color: #333;
    line-height: 1.75
}

.product-soc-block {
    clear: both;
    padding-left: 30px;
    margin-top: 26px
}

.product-soc-block a {
    opacity: .5
}

.soc-btn {
    float: left;
    margin: 0 15px 0 0;
    width: 80px
}

.product-banners {
    margin-top: 30px
}

.product-banners div,
.product-banners div p {
    text-align: center
}

.product-banners div img {
    display: block;
    margin: 0 auto
}

.product-banners div p {
    font-size: 14px;
    font-style: italic
}

.col-features .product-banners div p {
    font-size: 16px;
    padding-top: 20px
}

.mainpage .product-banners {
    margin-top: 0
}

.mainpage .product-banners div {
    margin-top: 20px
}

.payment-delivery h5 {
    color: #338555;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase
}

.payment-delivery ul {
    margin: 10px 0 20px
}

.payment-delivery ul li {
    padding: 6px 0;
    display: block;
    position: relative
}

.payment-delivery ul li:last-child {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px
}

.payment-delivery ul li p {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    padding-left: 10px
}

.payment-delivery ul li:before {
    color: #ccc;
    font-family: 'FontAwesome';
    content: '\f0da';
    position: absolute;
    left: 0;
    top: 4px
}

.product-collateral {
    margin: 25px 0
}

.product-collateral .tab-content {
    overflow: hidden;
    padding: 20px 15px;
    background: #fff;
    position: relative;
    z-index: 10;
    border: 1px solid #dadada;
    margin-top: -1px
}

.product-collateral .tabset a.active {
    border-bottom-color: #fff;
    border-right: 1px solid #dadada;
    background: #fff;
    z-index: 20
}

.p-features {
    overflow: hidden;
    width: 100%
}

.p-features ul {
    overflow: hidden;
    margin: 0 0 20px
}

.p-features ul li {
    overflow: hidden;
    font-size: 13px;
    color: #666;
    line-height: 23px
}

.p-features ul li span {
    color: #333
}

.p-features div {
    box-sizing: border-box;
    float: left;
    padding: 0 20px 0 0;
    width: 25%
}

.p-features div:last-child {
    padding: 0
}

.warranty {
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #e7edf1;
    padding: 10px 0 0
}

.warranty p {
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    font-size: 18px;
    color: #666;
    padding: 0 20px 0 0;
    width: 33%
}

.warranty p + p {
    width: auto
}

.warranty p span {
    color: #333
}

.flat-features {
    background: #fff;
    padding: 15px
}

.flat-features li {
    background: #f2f2f2;
    padding: 15px;
    line-height: 1.5em;
    overflow: hidden
}

.flat-features li:nth-child(2n) {
    background: #f8f8f8
}

.flat-features li:not(.h1) + li:not(.h1) {
    border-top: #e8e8e8 1px solid
}

.flat-features li.h1 {
    background: #338555;
    font-size: 18px;
    margin: 15px 0
}

.flat-features span {
    color: #888;
    display: inline-block;
    float: line;
    width: 300px
}

.flat-features span.value {
    color: #444;
    float: none
}

.flat-features li.h1 ~ li span:first-child {
    margin-left: 50px
}

.mores {
    margin: 0 auto
}

.leave-review {
    font-size: 15px;
    margin: 0 0 20px;
    color: #333
}

.review:last-child {
    margin: 0
}

.leave-review a {
    color: #548556;
    border-bottom: #548556 1px dashed
}

.leave-review a:hover {
    border: none
}

.review {
    background: #f8f8f8;
    border-top: #eee 2px solid;
    padding: 20px;
    margin: 0 0 25px;
    overflow: hidden
}

.review.level-1 {
    border-top: #548556 2px solid
}

.review.level-2 {
    margin-left: 50px;
    border-top: #548556 2px solid
}

.review.level-3 {
    margin-left: 95px
}

.review.level-4 {
    margin-left: 135px
}

.review.level-5 {
    margin-left: 170px
}

.review.level-6 {
    margin-left: 200px
}

.review.level-7 {
    margin-left: 225px
}

.review.level-8 {
    margin-left: 245px
}

.review.level-9 {
    margin-left: 260px
}

.review.level-10 {
    margin-left: 270px
}

.review.level-11 {
    margin-left: 275px
}

.review.level-12 {
    margin-left: 275px
}

.review.level-13 {
    margin-left: 275px
}

.review.level-14 {
    margin-left: 275px
}

.review.level-15 {
    margin-left: 275px
}

.review.reply {
    background: #eee;
    border: #338555 2px solid
}

.product-rating {
    width: 100%;
    overflow: hidden
}

.product-rating p {
    overflow: hidden;
    font-size: 11px;
    color: #999;
    float: right;
    margin: 0 7px 0 0;
    line-height: 13px
}

.review-rating {
    overflow: hidden;
    float: right
}

.review-add .review-rating {
    overflow: hidden;
    float: left;
    margin: 3px 0 0
}

.review-rating .rating-star,
.review-add .review-rating .rating-star {
    float: left;
    display: inline-block;
    width: 14px;
    height: 13px;
    margin: 0 2px 0 0;
    background: url(../images/star.png) no-repeat 0 0
}

.review-add .review-rating .rating-star {
    width: 21px;
    height: 19px;
    background: url(../images/star-add.png) no-repeat 0 0
}

.review-add .review-rating li {
    float: left
}

.review-rating .rating-star.empty {
    background: url(../images/star.png) no-repeat 0 -13px
}

.review-rating .rating-star:last-child,
.review-add .review-rating .rating-star:last-child {
    margin: 0
}

.review-data {
    overflow: hidden;
    font-size: 17px;
    color: #333
}

.review-data span {
    font-size: 18px
}

.review-data em {
    overflow: hidden;
    font-style: normal;
    font-size: 11px;
    color: #999
}

.review-data a {
    color: #08527a
}

.review-data a:hover,
.review-answer a:hover {
    text-decoration: underline
}

.review-content {
    overflow: hidden;
    margin: 7px 0 10px
}

.review-content p {
    font-size: 13px;
    color: #333
}

.review-answer {
    font-size: 11px
}

.review-answer a {
    color: #338555;
    border: 1px solid #338555;
    padding: 3px 6px
}

.review-add {
    background: #f8f8f8;
    border-top: #338555 2px solid;
    padding: 25px;
    overflow: hidden
}

.review-add .row-holder .txt {
    border-color: #ddd
}

.review-add .row-holder textarea {
    border-color: #ddd;
    width: 534px;
    height: 90px
}

.review-add.submitting .row-holder {
    display: none
}

.publish {
    height: 29px;
    font-size: 14px
}

.review-add .btn-holder {
    width: 735px;
    padding: 0 0 0 145px;
    text-align: left
}

.box-wrapper {
    background: rgba(34, 34, 34, .95);
    display: table;
    height: 100%;
    width: 100%;
    min-width: 320px;
    z-index: 99999;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    min-height: 100%
}

.box-wrapper.quick-order,
.box-wrapper.quick-callme {
    display: none
}

.qty:focus,
.txt:focus,
textarea:focus,
input:focus {
    border-color: #548556!important;
    outline: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(40, 173, 176, 0.6)
}

.quick-order td[nowrap],
.quick-callme td[nowrap] {
    white-space: nowrap
}

.quick-order input[readonly],
.quick-callme input[readonly] {
    background: #eee;
    color: #aaa
}

.quick-order .qty.full,
.quick-callme .qty.full,
.account .qty.full {
    box-sizing: border-box;
    color: #000;
    padding: 0 10px;
    width: 100%;
    text-align: left
}

.account .qty.full {
    line-height: 1.75;
    height: 1.75em
}

.account .tip {
    color: #aaa;
    font-size: 8pt
}

.quick-order tr.section + tr.section td,
.quick-callme tr.section + tr.section td {
    border: none
}

.quick-order .p-price i {
    font-style: normal
}

.box-wrapper.lightbox {
    display: none;
    text-align: center
}

.lightbox .container {
    background: #eee;
    border: #548556 5px solid;
    display: block;
    margin: 5% auto 0;
    padding: 20px 20px 60px;
    height: auto!important;
    width: 80%;
    overflow: hidden;
    position: relative
}

.lightbox .container img {
    border-radius: 6px;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto
}

.lightbox .popup-close {
    position: absolute;
    top: 10px;
    right: 10px
}

.lightbox .popup-prev,
.lightbox .popup-next {
    color: #548556;
    font-size: 36px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 10px
}

.lightbox .popup-prev:hover,
.lightbox .popup-next:hover {
    color: #338555
}

.lightbox .popup-prev {
    left: 10px
}

.lightbox .popup-next {
    right: 7px
}

.shoppingcart form {
    margin-bottom: 30px
}

table.sh-cart td[class*="col-"],
table.sh-cart th[class*="col-"] {
    position: relative;
    display: block;
    float: left
}

table.add-cart,
.add-cart tbody,
.add-cart tr,
.add-cart td {
    display: block!important;
    max-width: 400px;
    box-sizing: border-box
}

.sh-cart,
.sh-cart tbody,
.sh-cart th,
.sh-cart tr,
.sh-cart td {
    display: block!important;
    max-width: 100%!important
}

.sh-cart tr {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1
}

.sh-cart tr.t-name {
    border-top: 1px solid #f1f1f1
}

.sh-cart tr.order {
    border-bottom: 1px solid #f1f1f1
}

table.inner-table,
.inner-table tbody {
    display: table!important
}

.inner-table tr {
    display: table-row!important;
    border: none!important
}

.inner-table td {
    display: table-cell!important
}

.inner-table td:nth-child(2) {
    padding: 15px 0
}

.add-cart {
    background: #fff;
    border: #548556 5px solid;
    margin: 0 auto;
    padding: 10px
}

.add-cart tr.deleting * {
    color: #ccc!important
}

.add-cart td {
    overflow: hidden;
    padding: 15px;
    vertical-align: middle
}

.add-cart tr:nth-child(2n) {
    background: #f9f9f9
}

.p-add {
    background: url(../images/quickorder-icon.png) no-repeat left top;
    padding-left: 35px;
    overflow: hidden;
    font-size: 29px;
    color: #333
}

.p-phone {
    overflow: hidden;
    font-size: 29px;
    color: #333
}

.p-phone:before {
    content: "\f095";
    display: inline-block;
    font-family: FontAwesome;
    padding-right: 10px
}

.popup-close {
    overflow: hidden;
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../images/quickorder-close.gif) no-repeat 0 0
}

.add-cart .section td {
    color: #b3b3b3;
    font-size: 13px;
    height: auto;
    padding: 5px 20px
}

.add-cart .section td.clearfix {
    width: 100%;
    clear: both;
    float: none;
    height: 1px!important;
    padding: 0;
    display: block!important
}

.add-cart td.p-name {
    border-top: dashed 1px #ccc
}

.sh-cart td.p-name {
    border-top: none
}

.add-cart .section.last td {
    padding-bottom: 15px
}

.add-cart .actions {
    display: block;
    text-align: center
}

.p-image {
    text-align: center
}

.p-image a {
    display: block;
    height: 75px;
    width: 128px;
    overflow: hidden;
    text-align: center;
    background: transparent
}

.p-image img {
    display: block;
    height: 75px;
    margin: 0 auto
}

.p-name,
.p-name a,
.c-name,
.c-name a {
    font-size: 17px;
    color: #333
}

.p-name a:hover {
    text-decoration: underline
}

.minus,
.plus {
    overflow: hidden;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/minus-plus.png) no-repeat 0 0
}

.plus {
    background: url(../images/minus-plus.png) no-repeat 0 -15px
}

.qty {
    border: 1px solid #D6D6D6;
    color: #333;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    max-width: 50px
}

.p-price,
.c-price,
.sh-price {
    font-size: 22px;
    color: #333;
    text-align: right
}

.c-price,
.sh-price {
    text-align: left
}

.p-price span,
.c-price span,
.sh-price span {
    font-size: 15px
}

.p-remove {
    overflow: hidden;
    display: inline-block;
    height: 23px;
    width: 23px;
    background: url(../images/cart-delete.png) no-repeat 0 0
}

.add-cart .in-total td {
    border-top: #338555 2px solid;
    background: #fff;
    height: 96px;
    line-height: 25px;
    padding: 20px 20px 0
}

.add-cart .in-total td p {
    float: right;
    font-size: 29px;
    color: #333;
    margin: 0
}

.add-cart .in-total td p em {
    font-style: normal;
    font-size: 13px;
    color: #9ca19c
}

.add-cart .in-total td p span {
    font-size: 19px
}

.actions {
    background: #fff;
    border: #548556 2px solid;
    color: #548556!important;
    font-size: 16px;
    margin: 0 auto 10px;
    position: relative;
    padding: 0 12px;
    line-height: 40px;
    display: inline-block
}

.defer .actions {
    margin-top: 20px
}

.actions + .actions {
    margin-left: 1%
}

.btn-wrapper .actions {
    width: 24%;
    float: left
}

.btn-wrapper .first {
    width: 50%;
    float: left
}

.actions.last {
    margin-right: 0
}

.actions:hover,
.actions:focus {
    border: #338555 2px solid
}

.add-cart td.last {
    width: 23px
}

.add-cart .checkboxArea,
.add-cart .checkboxAreaChecked {
    margin: 40px 7px 0 0
}

.add-cart .order td {
    padding: 25px 10px
}

.add-cart .order,
.add-cart .order td {
    background: transparent!important
}

.shoppingcart .add-cart {
    border: none;
    margin: 0 auto
}

.shoppingcart {
    max-width: 1000px;
    margin: 0 auto
}

.section-heading td {
    width: 33.333%!important;
    float: left
}

.p-count,
.p-price {
    width: 50%!important;
    float: left
}

.requis td,
.capcha td {
    padding: 5px 15px!important
}

.requis td:first-child {
    width: 65%;
    float: left
}

.requis td:last-child {
    width: 35%;
    float: left
}

.requis td input {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.requis td br,
.capcha td br {
    display: none
}

.capcha td {
    width: 50%;
    float: left
}

.capcha td:last-child {
    display: none!important
}

.sh-cart .sh-heading {
    background: #f9f9f9
}

.capcha td input,
.capcha td input.qty.full {
    max-width: 100%
}

.static {
    line-height: 1.75;
    display: block;
    margin: 0 auto
}

.static .items-count {
    background: #eee;
    border-radius: 1em 0 0 1em;
    color: #888;
    display: block;
    float: right;
    margin-top: .5em;
    padding: .33em .75em .25em 1.25em;
    white-space: nowrap
}

.static h1 {
    overflow: hidden;
    font-size: 29px;
    font-weight: 400;
    color: #333;
    margin: 0 0 15px
}

.static h2,
.static h3,
.static h4,
.static h5,
.static h6 {
    overflow: hidden;
    font-size: 21px;
    font-weight: 400;
    color: #333;
    margin: 0 0 15px
}

.static p {
    font-size: 14px;
    color: #333;
    margin: 0 0 15px
}

.static a {
    color: #548556
}

.static a:hover {
    text-decoration: underline
}

.static > div,
.static .thesis > div {
    overflow: hidden;
    margin: 0 0 15px
}

.static ul {
    overflow: hidden;
    margin: 0 0 5px 15px
}

.static ul li {
    overflow: hidden;
    font-size: 14px;
    padding: 0 0 0 25px;
    margin: 0 0 10px
}

.static ul li:before {
    color: #ccc;
    content: '\f0da';
    font-family: 'FontAwesome';
    padding: 0 10px 0 0;
    display: inline
}

.static ul li p {
    display: inline
}

.static ul.two-columns > li,
.static ul.three-columns > li,
.static ul.history > li {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%
}

.static ul.three-columns > li {
    width: 33%
}

.static ul.history > li {
    width: 25%
}

.static ul.history > li:before {
    color: #ccc;
    content: '\f0da';
    font-family: FontAwesome;
    margin: 0 10px 0 0
}

.static ul li > ul {
    margin: 10px 0 5px
}

.static .thesis {
    border-left: #f1f1f1 40px solid;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px
}

.static li > .thesis {
    margin-top: 10px
}

.static .gallery {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center
}

.static .gallery > a {
    border: #fff 10px solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: #888 0 0 1px;
    display: inline-block;
    margin: 10px;
    padding: 0;
    height: 200px;
    width: 290px;
    overflow: hidden;
    text-align: center
}

.static .gallery > a img {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 200px;
    margin: 0 auto;
    padding: 0
}

.static hr {
    background: #338555;
    border: none;
    display: block;
    height: 2px;
    padding: 0
}

.map {
    display: block;
    margin: 20px 0 30px;
    width: 100%
}

.sitemap {
    min-height: 182px
}

.sitemap li:before {
    color: #ccc;
    content: '\f0da';
    font-family: FontAwesome;
    margin: 0 10px 0 0
}

.static .th {
    padding: 20px 0
}

.seo {
    background: #f8f8f8;
    border-top: #338555 2px solid;
    color: #aaa;
    clear: both;
    line-height: 1.5em;
    padding: 20px 25px;
    text-align: justify
}

.seo p {
    color: #aaa
}

.banner + .seo {
    margin-top: 25px
}

.banner {
    clear: both;
    margin: 25px 0 0
}

.banner img {
    display: block;
    margin: auto
}

.themes {
    background: #f8f8f8;
    border-top: #eee 2px solid;
    clear: both;
    line-height: 1.5em;
    margin: 25px 0 0;
    padding: 20px 25px;
    text-align: justify
}

.themes a {
    display: inline-block;
    line-height: 1.5em;
    height: 1.5em;
    width: 20%;
    overflow: hidden
}

.themes a:before {
    color: #ccc;
    content: '\f0da';
    font-family: FontAwesome;
    margin: 0 10px
}

.themes a.line {
    display: block;
    width: auto
}

.themes a.line.general {
    background: #eee;
    border-top: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
    font-size: 1.33em;
    margin-top: 15px;
    padding: 10px
}

.themes a + h6 {
    margin-top: .75em
}

.sidebar {
    background: #eee;
    box-shadow: #fff 8px 8px 0, #fff 8px -8px 0, #fff -8px 8px 0, #fff -8px -8px 0;
    border-right: #338555 2px solid;
    color: #888;
    line-height: 1.6em;
    margin: 0 540px 0 0;
    padding: 20px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 85px;
    left: 0;
    right: 50%;
    bottom: 80px
}

.sidebar p {
    color: #888
}

.sidebar.right {
    border: none;
    border-left: #338555 2px solid;
    margin: 0 0 0 540px;
    left: 50%;
    right: 0
}

@media screen and (max-width: 1399px) {
    .sidebar {
        display: none
    }
}

.msg {
    background: #eee;
    border-bottom: #548556 2px solid;
    color: #000;
    line-height: 1.6em;
    margin: 0 0 20px;
    padding: 15px
}

.msg .container {
    padding: 0
}

.seo .msg {
    box-shadow: #fff 10px 10px 0, #fff 10px -10px 0, #fff -10px 10px 0, #fff -10px -10px 0;
    margin: 20px 10px 30px
}

.msg.sticker {
    margin: 0 15% 20px
}

.msg p + p,
.msg div + p,
.msg ul + p,
.msg p + ul,
.msg div + ul {
    margin-top: 10px
}

.msg a {
    color: #548556;
    text-decoration: underline
}

.msg a:hover {
    text-decoration: none
}

.alert {
    background: #fff;
    border: solid 2px #cb4339;
    color: #cb4339;
    font-weight: 700
}

.alert b,
.alert a {
    color: #ff0
}

.success {
    background: #fff;
    border: solid 2px #2aac8e;
    color: #2aac8e;
    font-weight: 700
}

.success a {
    color: #8cf
}

.btn-link,
.btn-link:focus {
    color: #548556;
    text-decoration: none
}

.btn-link:hover {
    color: #338555;
    text-decoration: none
}

.btn-link.collapsed:after {
    font-family: 'FontAwesome';
    padding-left: 5px;
    content: '\f107'
}

.btn-link:after {
    font-family: 'FontAwesome';
    padding-left: 5px;
    content: '\f106'
}

.autocomplete-suggestions {
    background: #f8f8f8;
    border: #338555 2px solid;
    border-top: none;
    border-right: none;
    box-shadow: #fff -5px 0 0, #fff -5px 5px 0, #fff 5px 5px 0, #fff 5px 0 0;
    margin: 1px 0 0 -25px;
    padding: 10px;
    max-height: 600px!important;
    overflow: hidden;
    overflow-y: auto
}

.autocomplete-suggestions .autocomplete-suggestion {
    background: #fff;
    cursor: pointer;
    padding: 10px;
    overflow: hidden
}

.autocomplete-suggestions .autocomplete-suggestion + .autocomplete-suggestion {
    border-top: #f8f8f8 10px solid
}

.autocomplete-suggestions .autocomplete-suggestion:hover,
.autocomplete-suggestions .selected {
    background: #eee
}

.autocomplete-suggestions div {
    padding: 2px 5px
}

.autocomplete-suggestions a {
    color: #548556
}

.autocomplete-suggestions img {
    float: left;
    margin: 0 10px 0 0
}

.autocomplete-suggestions strong {
    background: #548556;
    border-radius: 2px;
    color: #fff;
    font-weight: 400;
    margin: 0 2px;
    padding: 0 3px
}

.autocomplete-suggestions span {
    color: #aaa;
    display: block;
    font-size: 8pt;
    margin: 5px 0 0
}

.setup-form .group {
    background: #f8f8f8;
    border-bottom: #eee 2px solid;
    padding: 1.5em 0 0 1.5em
}

.setup-form h2 {
    color: #548556
}

.setup-form h3 {
    color: #548556;
    font-size: 1.25em
}

.setup-form h3 span {
    color: #aaa;
    font-size: .7em;
    margin-left: 1.5em
}

.setup-form .row-holder {
    height: 26px
}

.setup-form .separator + .row-holder {
    margin-top: 10px
}

.setup-form .f-left {
    text-align: left
}

.setup-form .f-right {
    float: none;
    width: auto
}

.setup-form .f-right.size2 {
    float: left;
    width: 55%
}

.setup-form .f-right.size3 {
    float: left;
    width: 25%
}

.setup-form .f-right label {
    margin-top: 5px
}

.setup-form .f-right .txt {
    width: calc(100% - 198px)!important
}

.setup-form .f-right.size2 .txt {
    width: calc(100% - 55px)!important
}

.setup-form .f-right.size3 .txt {
    width: calc(100% - 8px)!important
}

.setup-form .f-right .selectArea span {
    color: #333;
    margin: 0
}

.setup-form .f-right .selectArea span.left {
    width: 1px
}

.setup-form .f-right .selectArea span.center {
    padding-left: 0
}

.setup-form .f-right span {
    color: #bbb;
    margin-left: 150px
}

.setup-form .f-right.size2 span,
.setup-form .f-right.size3 span {
    margin-left: 0
}

.setup-form .group label + br:not(.br) + span {
    margin-left: 22px
}

.setup-form .row-holder textarea {
    display: block;
    margin-top: 5px;
    height: 188px;
    width: 93%
}

.setup-form .row-holder textarea + span {
    display: block;
    margin-top: 5px
}

.setup-form .separator {
    border: none;
    border-bottom: #eee 1px solid;
    margin: 0 0 10px;
    padding: 15px 0 0;
    width: 96%
}

.back-top {
    background: #548556;
    border: #fff .33em solid;
    border-radius: .25em;
    color: #fff;
    display: block;
    font-size: 1.5em;
    line-height: 2em;
    height: 2em;
    width: 2em;
    text-align: center;
    opacity: .5;
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 1
}

.back-top:hover,
.back-top:focus {
    opacity: 1
}

.next-products {
    background: #f8f8f8;
    border-top: #548556 2px solid;
    clear: both;
    padding: 20px 10px;
    text-align: center;
    position: relative
}

.next-products a {
    color: #444;
    display: block;
    font-size: 20px;
    text-decoration: none;
    white-space: nowrap
}

.next-products img {
    display: inline-block;
    margin-right: 20px;
    height: 100px;
    width: 100px;
    vertical-align: middle
}

.next-products.clicked a {
    opacity: .5
}

.next-products.clicked img {
    -webkit-animation: rotateIcon 6s infinite ease-in-out;
    -moz-animation: rotateIcon 6s infinite ease-in-out;
    -ms-animation: rotateIcon 6s infinite ease-in-out;
    animation: rotateIcon 6s infinite ease-in-out
}
.VerticalScrollerItems .box-product li .product-block {
	width: 100%;
	float: none;
}
.topics .VerticalScrollerItems ul li {
	width: 100%;
	max-width: 240px;
}
.topics .VerticalScrollerItems ul li a:hover, .topics .VerticalScrollerItems ul li a:focus{
	background: transparent!important;
}
.topics .VerticalScrollerItems .box-product li .product-block a {
	text-align: center;
}
.tabled .tags {display: none;}
@-webkit-keyframes rotateIcon {
    0% {
        -webkit-transform: rotateZ(0deg) scaleX(1) scaleY(1) translateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(3600deg) scaleX(1) scaleY(1) translateZ(0)
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotateZ(0deg) scaleX(1) scaleY(1) translateZ(0)
    }
    100% {
        -moz-transform: rotateZ(3600deg) scaleX(1) scaleY(1) translateZ(0)
    }
}

@-ms-keyframes rotate {
    0% {
        -ms-transform: rotateZ(0deg) scaleX(1) scaleY(1) translateZ(0)
    }
    100% {
        -ms-transform: rotateZ(3600deg) scaleX(1) scaleY(1) translateZ(0)
    }
}

@keyframes rotate {
    0% {
        transform: rotateZ(0deg) scaleX(1) scaleY(1) translateZ(0)
    }
    100% {
        transform: rotateZ(3600deg) scaleX(1) scaleY(1) translateZ(0)
    }
}

.recent {
    border-top: #338555 2px solid;
    clear: both;
    margin: 30px 0 0;
    padding: 20px 0 2px
}

.recent > .content {
    float: none
}

.recent > .content > .tab-content {
    float: none;
    padding-bottom: 0
}

.recent > .content > h5 {
    font-size: 2em;
    font-weight: 400;
    padding: 0 0 0 .75em
}

@media screen and (min-width: 1279px) {
    body > .wrapper > .page > .header + .main + .recent,
    body > .wrapper > .page > .header + .main + .clear + .recent {
        margin-right: -145px;
        margin-left: 145px
    }
}

@media (max-width: 1324px) {
    .tabset a.all {
        width: 100%;
        text-align: center
    }
    .tabset a {
        width: 20%;
        margin: 0!important;
        text-align: center;
        padding: 0!important
    }
    .tabset a.info {
        background: #f5f5f5;
        border: 1px solid #dadada;
        color: #666
    }
}

@media (max-width: 1310px) {
    .header-contacts .links-1 {
        margin-left: 20px;
        margin-right: -10px
    }
    .search-wrapper {
        max-width: 32%
    }
}

@media (max-width: 1350px) {
    .minicart-wrapper {
        padding-right: 0;
        float: right;
        margin-right: 36px
    }
    .search-wrapper {
        max-width: 50%;
        float: none;
        position: absolute;
        top: 0;
        right: 0
    }
    .search {
        margin-top: 1px
    }
    .search .links-2 {
        display: none!important
    }
    .search .links-2.navbar-collapse.collapse.in {
        display: block!important;
        height: auto!important;
        background: #f0f0f0;
        padding: 1px 3px;
        border: solid 1px #ccc;
        border-top: 0;
        position: relative;
        z-index: 1000;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
        min-height: 32px
    }
    .search-toggle {
        padding: 6px 12px;
        display: block;
        float: left;
        position: absolute;
        top: 0;
        left: -20px;
        margin: 0
    }
    .navbar-toggle.search-toggle .icon-bar {
        display: block;
        width: auto;
        height: auto;
        background: transparent;
        color: #888
    }
    .header-contacts {
        width: 300px;
        padding: 20px 0
    }
}

@media (max-width: 1110px) {
    .tabset a.topics {
        width: 100%;
        text-align: center;
        margin: 0
    }
    .tabset a {
        width: 25%;
        margin: 0!important;
        text-align: center
    }
    .tabset a.info {
        background: #f5f5f5;
        border: 1px solid #dadada;
        color: #666
    }
}

@media (max-width: 1100px) {
    .product-block,
    .col-main .product-block,
    .recent .product-block {
        width: 31.33333%
    }
}

@media (max-width: 1090px) {
    .buy-btn {
        font-size: 18px;
        padding: 0 7px
    }
}

@media (max-width: 1040px) {
    .formCost input {
        margin: 0 5px 0 0
    }
}

@media (max-width: 1000px) {
    .filter-wrapper a {
        display: block!important
    }
    .filter-wrapper {
        background: #f0f0f0;
        width: 100%;
        float: none
    }
    .right-content {
        width: 100%;
        float: none;
        background: #fff
    }
    .cd-main-nav-wrapper {
        display: none;
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px)
    }
    .nav-is-visible .cd-main-nav-wrapper {
        display: block;
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
        position: absolute;
        width: 260px;
        top: 34px;
        left: -260px
    }
}

@media (max-width: 1056px) {
    .tabset a.tab,
    .tabset a.topics,
    .tabset a.all,
    .tabset a.info {
        padding: 0 12px
    }
}

@media (max-width: 1055px) {
    .product-buy-col,
    .payment-delivery {
        width: 100%
    }
    .payment-delivery {
        margin-top: 30px
    }
    .payment-delivery .col-xs-6 {
        text-align: center;
        width: 50%
    }
    .payment-delivery .pd-wrapper {
        display: inline-block
    }
    .payment-delivery ul li {
        text-align: left
    }
}

@media (max-width: 905px) {
    .sh_btn_right_center {
        display: none!important
    }
    .container {
        padding: 0 35px
    }
    .onicon_chat-hint_left.onicon_chat-hint-wrap {
        display: none!important
    }
    .mainpage .cd-mnav-trigger span {
        display: block
    }
    .mainpage .cd-main-mnav-wrapper {
        display: none;
        -webkit-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px)
    }
    .mainpage .mnav-is-visible .cd-main-mnav-wrapper {
        display: block;
        -webkit-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px);
        position: absolute;
        width: 300px;
        top: 40px;
        left: -300px;
        background: #fff
    }
    .cd-main-mcontent,
    .mainpage .cd-main-mcontent {
        width: 100%;
        padding: 0
    }
    .mainpage .cd-main-mcontent.mnav-is-visible {
        -webkit-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px);
        margin-left: 15px;
        padding-left: 15px;
        border-left: dashed 1px #338555
    }
    .mainpage .cd-main-mcontent {
        margin-top: 20px
    }
    .topics,
    .br-wrapper {
        width: 100%;
        padding: 0
    }
    .mnav-is-visible .cd-main-mnav-wrapper {
        top: 90px
    }
    .navbar-header {
        padding: 0 40px;
        position: relative
    }
    .navbar-toggle {
        display: block!important;
        float: left;
        margin: 0;
        padding-left: 0
    }
    .navbar-collapse.collapse.topmenu {
        display: none!important
    }
    .navbar-collapse.collapse.topmenu.in {
        display: block!important;
        z-index: 999;
        position: relative
    }
    .navbar-collapse.collapse.topmenu.in .navbar-nav {
        margin: 0
    }
    .navbar-header {
        width: 100%;
        float: none;
        background: #e8e8e8;
        border-bottom: 1px solid #ccc
    }
    .search-wrapper {
        width: 50%;
        margin-right: 25px
    }
    .search-toggle {
        position: relative;
        float: none;
        left: -10px
    }
    .search .navbar-header {
        width: auto;
        background: transparent;
        border: none;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0
    }
    .slides .next,
    .slides .prev {
        display: none
    }
    .t-count {
        padding: 15px 0!important
    }
    .add-cart .section.sh-heading td:nth-child(2) {
        padding: 5px 0
    }
    .tab-content p img {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin-right: 20px;
        float: left
    }
}

@media (max-width: 830px) {
    .product-block,
    .col-main .product-block,
    .recent .product-block {
        width: 31.3333%
    }
    .header-contacts .links-1 {
        margin-left: 10px
    }
}

@media (max-width: 820px) {
    .actions {
        font-size: 14px;
        line-height: 32px
    }
}

@media (max-width: 767px) {
    .news-block {
        padding: 0;
        margin-bottom: 30px
    }
    .topics ul li.sub:hover > ul {
        display: none
    }
    .topics,
    .slides,
    .mainpage .topics {
        width: 100%;
        float: none
    }
    .topics > ul {
        display: none!important
    }
    .topics > ul.collapse.in {
        display: block!important
    }
    .topics ul li > ul {
        position: relative;
        left: 0;
        background: #f1f1f1
    }
    .tabset a.tab,
    .tabset a.topics,
    .tabset a.all,
    .tabset a.info {
        height: 34px;
        line-height: 34px;
        font-size: 16px;
        text-align: center
    }
    .tabset a.active {
        border-top-color: #f24
    }
    .logo {
        float: none
    }
    .logo a img {
        max-width: 265px
    }
    .minicart-wrapper {
        position: absolute;
        padding-right: 0;
        float: right;
        margin-right: 36px;
        top: 35px;
        right: 25px;
        z-index: 20
    }
    .phone {
        width: 100%
    }
    .phone li {
        display: inline-block;
        margin-right: 20px
    }
    .header-contacts {
        width: 100%
    }
    .header-contacts .links-1 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px
    }
    .header-contacts .links-1 a {
        display: inline-block;
        margin: 0 10px
    }
    .header-contacts .links-1 a:first-child {
        margin-left: 0
    }
    .footer .socials {
        min-height: auto;
        margin: 20px 0 10px;
        border-top: 1px #ccc solid;
        border-right: none;
        padding-top: 10px
    }
    .footer .menu {
        border-right: none
    }
    .copyright {
        text-align: left
    }
    .payment-delivery {
        margin-top: 30px
    }
    .payment-delivery .col-xs-6 {
        text-align: center
    }
    .payment-delivery .pd-wrapper {
        display: inline-block
    }
    .payment-delivery ul li {
        text-align: left
    }
    .order {
        text-align: center
    }
    .send-order-wrapper {
        float: none!important;
        width: 100%
    }
    .send-order {
        display: block;
        width: 100%;
        height: 52px
    }
    #sh_button,
    .onicon_chat-hint-wrap,
    .onicon-callme__wrap {
        display: none!important
    }
    .sh-cart .order td {
        padding: 0 15px
    }
    .container {
        padding: 0 15px
    }
    .breadcrumbs {
        padding: 0 15px
    }
}

@media (max-width: 740px) {
    table.sh-cart,
    .sh-cart tbody,
    .sh-cart tr,
    .sh-cart td {
        max-width: 100%!important
    }
    table.form-cart,
    .form-cart tbody,
    .form-cart tr,
    .form-cart td {
        display: block!important;
        width: 100%;
        max-width: 320px!important;
        box-sizing: border-box
    }
    .sh-cart .p-image {
        padding: 15px 0!important
    }
    .sh-cart .p-image a {
        width: 100%;
        height: auto
    }
    .sh-cart .p-name {
        width: 38.66666667%
    }
    .sh-cart .t-count {
        width: 19.66666667%
    }
    .sh-cart .def-name {
        width: 58.33333333%
    }
    .section-heading td {
        width: 33.333%!important;
        float: left
    }
    .p-count,
    .p-price {
        width: 50%!important;
        float: left
    }
    .requis td,
    .capcha td {
        padding: 5px 15px!important
    }
    .requis td:first-child {
        width: 65%;
        float: left
    }
    .requis td:last-child {
        width: 35%;
        float: left
    }
    .requis td input {
        width: 100%;
        margin: 0
    }
    .requis td br,
    .capcha td br {
        display: none
    }
    .capcha td {
        width: 50%;
        float: left
    }
    .capcha td:last-child {
        display: none!important
    }
    .category-map > ul > li {
        width: 50%
    }
    .rslides_nav {
        display: none!important
    }
}

@media (max-width: 690px) {
    .comparison table tr td:first-child,
    .comparison table tr th:first-child {
        display: none
    }
}

@media (max-width: 650px) {
    .checkout-holder .right,
    .checkout-holder .left {
        width: 100%;
        padding: 0;
        float: none
    }
    .navbar-collapse.collapse.topmenu.in .navbar-nav li {
        width: 100%;
        display: block;
        float: none;
        margin: 0;
        padding: 0
    }
    .p-name,
    .p-name a {
        font-size: 14px
    }
    .sitemap {
        width: 80%;
        float: none;
        margin: 0 auto 20px;
        min-height: 100%!important
    }
    .cart.table li.last {
        padding: 0
    }
    .sh-close,
    .sh-price {
        padding: 15px 0!important;
        text-align: center
    }
}

@media (max-width: 630px) {
    .tabset a.info,
    .tabset a {
        width: 100%
    }
    .tabs-holder div.tab {
        border: none
    }
    .product-block,
    .recent .product-block {
        width: 48%
    }
    .product-collateral .tabset a.tab,
    .product-collateral .tabset a.active {
        height: 34px;
        line-height: 34px;
        padding: 0 7px;
        font-size: 14px
    }
    .box-wrapper table,
    .box-wrapper table tbody,
    .box-wrapper table tr,
    .box-wrapper table td {
        display: block!important;
        width: 100%;
        max-width: 320px;
        position: relative
    }
    .add-cart .section-heading td {
        width: 33%;
        float: left;
        padding: 10px 5px;
        text-align: center
    }
    td.p-close {
        position: absolute!important;
        top: 0;
        right: 0;
        padding: 0
    }
    .add-cart .in-total td {
        width: 100%
    }
    .add-cart .in-total td p {
        margin: 0
    }
    .add-cart .p-count {
        width: 35%!important;
        float: left
    }
    .add-cart .p-price {
        width: 65%!important
    }
    .box-wrapper .requis td:first-child {
        width: 65%;
        float: left;
        padding: 0
    }
    .box-wrapper .requis td:nth-child(2) {
        width: 35%;
        padding: 0 0 0 10px
    }
    .box-wrapper .capcha td:first-child {
        width: 50%;
        float: left;
        padding: 0
    }
    .box-wrapper .capcha td:nth-child(2) {
        width: 50%;
        padding: 0 0 0 10px
    }
    .box-wrapper .capcha td:nth-child(3) {
        color: transparent
    }
    .p-phone {
        font-size: 24px
    }
    .form-cart .p-name {
        width: 100%!important
    }
    .qty {
        max-width: 43px
    }
}

@media (max-width: 605px) {
    .shoppingcart .add-cart,
    .shoppingcart .add-cart tbody,
    .shoppingcart .add-cart tbody tr {
        position: relative
    }
    .p-image a {
        border: none
    }
}

@media (max-width: 600px) {
    .t-name {
        border-bottom: solid 1px #f1f1f1
    }
    table.sh-cart {
        max-width: 400px!important
    }
    .sh-cart .p-image,
    .sh-cart .p-name {
        width: 100%;
        text-align: center
    }
    .sh-cart .t-count,
    .sh-cart .sh-price {
        width: 50%
    }
    .sh-cart .sh-price {
        text-align: right;
        padding-right: 20px!important
    }
    .t-count .inner-table {
        float: right;
        width: 160px
    }
    .sh-cart .sh-heading {
        display: none!important
    }
    .sh-close {
        position: absolute!important;
        display: inline-block!important;
        width: auto!important;
        top: 20px;
        right: 20px
    }
    .btn-wrapper .actions {
        width: 100%!important;
        margin: 5px auto
    }
    .in-total td p {
        margin: 10px auto
    }
    .order .col-xs-6 {
        width: 100%!important;
        float: none
    }
    .order .col-xs-6 .actions {
        width: 100%!important;
        float: none!important
    }
    .sh-cart .def-price {
        width: 100%;
        float: none;
        text-align: center
    }
}

@media (max-width: 560px) {
    table.collapse {
        display: none
    }
    .comparison .collapsed {
        display: block
    }
}

@media (max-width: 550px) {
    .footer .info,
    .footer .menu {
        width: 100%;
        float: none
    }
    .p-features div {
        width: 100%;
        padding: 0
    }
    .header .left {
        width: 50%
    }
}

@media (max-width: 530px) {
    .table > tbody > tr > td.p-image,
    .table > tbody > tr > td.p-name {
        display: block;
        float: left
    }
    .table > tbody > tr > td {
        border: none
    }
    .table > tbody > tr {
        clear: both
    }
    .shoppingcart .add-cart tbody tr.section {
        display: none
    }
    .next-products a {
        white-space: normal;
        line-height: 1;
        margin-left: 60px
    }
    .next-products img {
        width: 50px;
        height: 50px;
        margin: 0;
        display: block;
        position: absolute;
        left: 10px
    }
}

@media (max-width: 495px) {
    .logo {
        margin-bottom: 30px
    }
    .slides .prev,
    .slides .next {
        display: none
    }
    .category-map > ul > li {
        width: 100%;
        padding: 15px
    }
}

@media (max-width: 475px) {
    .tabset a.tab {
        width: 100%
    }
}

@media (max-width: 470px) {
    .header .left {
        width: 100%;
        text-align: center;
        margin: 0 auto
    }
    .product-block,
    .col-main .product-block,
    .recent .product-block {
        width: 98%;
        max-width: 320px;
        margin: 0 auto 20px;
        float: none
    }
    .logo {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 10px
    }
    .logo a img {
        margin: 0 auto
    }
    .header-contacts {
        padding: 0 15px
    }
    .minicart-wrapper {
        position: relative;
        display: block;
        width: 80%;
        padding: 0;
        top: 0;
        right: 0;
        float: none;
        margin: 0 26px 20px
    }
    .header-contacts .links-1 {
        float: none
    }
    .buy-left,
    .buy-right {
        width: 100%;
        float: none
    }
    .static .tabset a.tab {
        width: 100%;
        float: none;
        display: block
    }
}

@media (max-width: 450px) {
    .slides {
        display: none
    }
    .sitemap {
        width: 100%;
        margin: 0 0 20px!important;
        padding: 0
    }
    .mainpage .cd-main-mcontent {
        margin-top: 0
    }
}

@media (max-width: 441px) {
    .theader {
        display: none
    }
    .cart.table ul {
        position: relative
    }
    .cart.table li {
        width: 100%!important;
        float: none;
        text-align: center;
        margin: 5px auto
    }
    .cart.table .c-close {
        position: absolute;
        top: 10px;
        right: 10px;
        display: inline-block;
        width: auto!important
    }
    .p-add {
        font-size: 18px
    }
    .cart.table .actions {
        width: 100%;
        margin-left: 0!important;
        text-align: center
    }
    table.sh-cart {
        max-width: 300px!important
    }
    .t-count .inner-table {
        width: 100%
    }
    .t-count {
        padding: 15px!important
    }
}

@media (max-width: 420px) {
    .product-banners .col-xs-4 {
        width: 100%;
        float: none
    }
    .payment-delivery .col-xs-6 {
        width: 100%;
        float: none
    }
    .shoppingcart .form-cart tbody tr {
        border: 1px solid #ccc;
        margin-bottom: 20px
    }
    .add-cart .in-total td p {
        float: none
    }
    .all-news a {
        width: 100%;
        float: none;
        display: block;
        text-align: center
    }
    .all-news a + a {
        margin: 20px 0 0
    }
}

@media (max-width: 400px) {
    .search-wrapper {
        width: 80%;
        max-width: 80%;
        top: 40px
    }
    .desk {
        margin-top: 30px
    }
    .history li.col-xs-6 {
        width: 100%
    }
}

@media (max-width: 380px) {
    .pages {
        display: block;
        float: none;
        width: 100%;
        height: auto
    }
    .sort-block {
        width: 100%;
        float: none;
        height: auto;
        display: block
    }
}

@media (max-width: 365px) {
    .requis td {
        width: 100%!important;
        float: none!important;
        border: transparent!important;
        padding: 0 15px!important;
        margin-bottom: 7px;
        height: auto
    }
    .p-add,
    .p-phone {
        font-size: 18px
    }
}

@media (max-width: 360px) {
    #vkwidget1 {
        max-width: 100%!important
    }
}

@media (max-width: 340px) {
    .mainpage .mnav-is-visible .cd-main-mnav-wrapper,
    .mnav-is-visible .cd-main-mnav-wrapper {
        display: block;
        -webkit-transform: translateX(240px);
        -moz-transform: translateX(240px);
        -ms-transform: translateX(240px);
        -o-transform: translateX(240px);
        transform: translateX(240px);
        position: absolute;
        width: 240px;
        top: 40px;
        left: -240px;
        background: #fff
    }
    .mainpage .cd-main-mcontent.mnav-is-visible {
        -webkit-transform: translateX(240px);
        -moz-transform: translateX(240px);
        -ms-transform: translateX(240px);
        -o-transform: translateX(240px);
        transform: translateX(240px)
    }
}

#tmspecials { overflow:hidden; position:relative;}
#tmspecials h4 {margin-top: 50px;}
#tmspecials h4 span a {font-size:15px;line-height:43px;color:#fff; text-decoration:none;}
#tmspecials h4 span a:hover { color:#96cc04;}
#tmspecials ul {width:100%;overflow:hidden; background:url(../images/images/box_bg.gif) left top repeat-x; padding-top:21px; margin-bottom:-28px;}
#tmspecials ul li {display:block;margin: 0 auto!important; width:241px;float:left;margin:0 0 0 0;padding: 20px 0; position:relative;  padding-bottom:28px;height: 326px!important;}
#tmspecials ul li a.product_image { width:100%; text-align:center; display:block; padding-top:40px; padding-bottom:20px;}
#tmspecials ul li img { width:150px; height:150px; }
#tmspecials ul li div {}

#tmspecials ul li h5 {padding:0px 20px 0 20px; margin-top:-4px;}
#tmspecials ul li p {padding:4px 19px 0 20px; line-height:18px;color:#737373;}

#tmspecials ul li span.price {
    display: block;
    padding: 12px 0 0 20px;
    text-align: center;
    font-weight: bold;
    color: #338555;
    line-height: 21px;
    font-size: 17px;
}

#tmspecials ul li span.price-discount { line-height:21px; font-size:17px; display:inline-block; color:#4d4f51; text-decoration:line-through; padding-left:5px;}

#tmspecials ul li .button { display: block;
padding: 0;
text-align: center;
text-transform: uppercase;
background: #548556;
background: -moz-linear-gradient(top, #548556 0%, #338555 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #548556), color-stop(100%, #338555));
background: -webkit-linear-gradient(top, #548556 0%, #338555 100%);
background: -o-linear-gradient(top, #548556 0%, #338555 100%);
background: -ms-linear-gradient(top, #548556 0%, #338555 100%);
background: linear-gradient(to bottom, #548556 0%, #338555 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#002aba7a8', endColorstr='#20b376', GradientType=0);
border-bottom: #21a869 4px solid;
margin-top: 10px;
position: absolute;
width: 100%;
bottom: -61px;
height: 32px;
line-height: 32px;
}
.topics #tmspecials .VerticalScrollerItems ul li .button:hover,.topics #tmspecials .VerticalScrollerItems ul li .button:focus
{
    text-decoration: none;
    background: #548556!important;
background: -moz-linear-gradient(top, #548556 0%, #338555 100%)!important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, #548556), color-stop(100%, #338555))!important;
background: -webkit-linear-gradient(top, #548556 0%, #338555 100%)!important;
background: -o-linear-gradient(top, #548556 0%, #338555 100%)!important;
background: -ms-linear-gradient(top, #548556 0%, #338555 100%)!important;
background: linear-gradient(to bottom, #548556 0%, #338555 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#002aba7a8', endColorstr='#20b376', GradientType=0)!important;
}
#tmspecials ul li .button span { color: #fff;}
#tmspecials ul li .button:hover span {background:url(../images/images/button_marker.gif) right center no-repeat;}
.flag-actional, .flag-hit {position: absolute;top: 0;left: 0;}
/* листинг товаров (карточка) */

    .grid .ajax_block_product {
        width: 202px;
        overflow: hidden;
    }

    /* листинг товаров (флажки товара) */

    .list li .center_block .product_flags span.hit {
    }

    .list li .center_block .product_flags span.new,
    .list li .center_block .product_flags span.newest {
    }

    .list li .center_block .product_flags span.actional {
        background: #f80;
        border-left: 0 solid !important;
        border-radius: 3px;
        color: #fff;
        padding: 0 10px;
    }

    .list li .center_block .product_flags span.awaited {
    }

    .list li .center_block .product_flags span + span {
        border-left: #ccc 1px solid;
    }

    .list li .center_block .product_flags span.actional + span {
        border-left: 0 solid;
        margin-left: 0;
    }

    /* листинг товаров (буквенный код) */

    .grid li .vendorCode,
    .list li .vendorCode {
        padding: 0;
        font-size: 10px;
        position: absolute;
        margin: 5px 0 0 0;
        color: #c8c8c8;
        height: 14px;
        max-width: 185px;
        overflow: hidden;
        white-space: nowrap;
    }

    .grid li .vendorCode {
        margin: -16px 0 0 0;
        width: 205px;
        max-width: none;
    }

    .grid li:hover .vendorCode,
    .list li:hover .vendorCode {
        color: #808080;
        width: 255px;
    }

    /* листинг товаров (артикул) */

    .list li .articul {
        padding: 0;
        font-size: 10px;
        position: absolute;
        margin: 0;
        color: #c8c8c8;
        height: 14px;
        max-width: 130px;
        overflow: hidden;
        white-space: nowrap;
    }

    .grid li .articul {
        display: none;
    }

    .list li:hover .articul {
        color: #808080;
    }

    /* листинг товаров (цена) */

    .grid li .right_block span.price {
        background: #f4f4f4;
        border-radius: 4px;
        line-height: 30px !important;
        font-weight: bold !important;
        padding: 0 10px;
        margin: 25px 0 0 0 !important;
        position: relative;
    }

    .grid li .right_block span.price .warning,
    [id^="featured_products"] ul li span.price .warning,
    #tmspecials ul li span.price .warning {
        color: #c00;
        display: block;
        line-height: 30px;
        height: 30px;
        font-weight: bold;
        margin: 0 10px 0 0;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
    }

    [id^="featured_products"] ul li span.price .warning {
        margin: 12px 15px 0 0;
        width: 40px;
    }

    [id^="featured_products"] ul li:hover span.price .warning {
        width: auto;
    }

    #tmspecials ul li span.price .warning {
        margin: 12px 15px 0 0;
        width: 40px;
    }

    /* листинг товаров (старая цена) */

    .grid li .right_block span.price_old,
    .list li .right_block span.price_old {
        display: block;
        padding: 0;
        font-size: 12px;
        position: absolute;
        margin: 17px 0 0 0;
        text-decoration: line-through;
        color: #c04040;
        text-align: left;
    }

    .grid li .right_block span.price_old {
        margin: -20px 0 0 0;
    }

    /* листинг товаров (кнопка "Отложить товар") */

    .grid .defer_button,
    .list .defer_button {
        display: block;
        margin: 0 0 8px 0;
    }

    .grid .defer_button {
        margin: 8px 0 0 0;
    }

    /* листинг товаров (кнопка "Быстрый заказ") */

    .list .fulminant_order_button {
        display: block;
        margin: 0 0 8px 0;
    }

    .grid .fulminant_order_button {
        display: none;
    }

    /* листинг товаров (кнопка "Уведомить о наличии") */

    .notify_button {
        background: #fff;
        width: 16px;
        height: 16px;
        border: #c00 1px solid;
        padding: 0 2px;
        box-shadow: #c00 0 0 10px;
    }

    #buy_block #pQuantityAvailable .notify_button {
        display: inline-block;
    }

    .notify_button img {
        width: 16px !important;
        height: 16px !important;
    }

    .list .notify_button {
        display: block;
        margin: -33px 0 0 105px;
        position: absolute;
    }

    .grid .notify_button {
        display: block;
        margin: -23px 0 0 160px;
        position: absolute;
    }

    .grid .ajax_block_product:hover .notify_button {
        margin-left: 190px;
    }

    .ajax_block_product .hover-zoom-wrapper .notify_button,
    #tmspecials .ajax_block_product .notify_button {
        display: block;
        margin: -23px 0 0 140px;
        position: absolute;
    }

    /* листинг товаров (название товара) */

    #product_list.grid .ajax_block_product h3 {
        padding: 0 !important;
        margin: 25px 0 10px 0;
        line-height: 18px !important;
        max-height: 36px !important;
        min-height: 36px !important;
        height: 36px;
        overflow: hidden;
    }

    #product_list.grid .ajax_block_product h3 a,
    #product_list.list .ajax_block_product h3 a {
        line-height: 18px !important;
    }

    #product_list.list .ajax_block_product h3 {
        padding: 0 !important;
        margin: 25px 0 10px 0;
        line-height: 18px !important;
        max-height: 36px !important;
        overflow: hidden;
    }

    /* листинг товаров (фото товара) */

    #product_list.grid .ajax_block_product {
        text-align: center;
    }

    #product_list.grid .ajax_block_product .product_img_link-wrapper {
        padding: 0;
        margin: 0 auto;
        width: 182px;
        text-align: center;
    }

    #product_list.grid .product_img_link {
        border: #ddd 1px dashed;
        border-radius: 5px;
        padding: 10px;
        margin: 0 auto;
        display: table-cell;
        width: 160px;
        height: 120px;
        overflow: hidden;
        vertical-align: middle;
    }

    #product_list.grid .ajax_block_product.highlighted .product_img_link {
        border: #78a305 1px solid;
        box-shadow: #78a305 0 0 10px;
    }

    #product_list.grid .product_img_link img {
        max-width: 160px;
        max-height: 120px;
    }

    #product_list.list .product_img_link {
        width: 175px;
        height: 180px;
        border-right: #ddd 1px solid;
        text-align: center;
    }

    #product_list.list .product_img_link img {
        max-width: 160px;
        max-height: 175px;
    }

    #product_list.list .ajax_block_product.highlighted .product_img_link img {
        background: #fff;
        border: #78a305 1px solid;
        border-radius: 5px;
        box-shadow: #78a305 0 0 10px;
        padding: 3px;
    }

    /* листинг товаров (описание товара) */

    #product_list.list .product_descr {
        display: block;
        padding: 0;
        line-height: 18px;
        max-height: 90px;
        overflow: hidden;
    }

    /* ссылка подсвеченного и выделенного элемента в блоке справа */

    #right_column .block_content li a.highlighted-link {
        display: block;
        margin: 0;
        padding: 0 10px;
        background-color: #86f;
        color: #fff !important;
    }

    #right_column .block_content li a.active {
        display: block;
        margin: 0;
        padding: 0 10px;
        background-color: #78a305;
        color: #fff !important;
    }

    /* ссылка выделенного товара, категории, бренда, статьи, новости */

    #tmcategories #cat .highlighted-link {
        color: #86f;
    }

    #tmcategories #cat li ul .highlighted-link {
        color: #86f !important;
    }
    /* карточка товаров (специальные): название */

    #tmspecials .block_content .box-product .ajax_block_product h5 .product_link,
    [id^="featured_products"] .block_content .ajax_block_product h5 .product_link {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 20px;
        height: 20px;
        overflow: hidden;
    }

    /* карточка товаров (специальные): фотография */

    #tmspecials .block_content .box-product .ajax_block_product .product_image,
    [id^="featured_products"] .block_content .ajax_block_product .product_image {
        padding: 0px;
        margin: 10px auto;
        width: 196px;
        height: 120px;
        overflow: hidden;
        text-align: center;
        position: relative;
    }

    #tmspecials .block_content .box-product .ajax_block_product.highlighted .product_image,
    [id^="featured_products"] .block_content .ajax_block_product.highlighted .product_image {
        border: #78a305 1px solid;
        box-shadow: #78a305 0 0 10px;
    }

    #tmspecials .block_content .box-product .ajax_block_product .product_image img,
    [id^="featured_products"] .block_content .ajax_block_product .product_image img {
        border: 0 solid;
        border-radius: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        display: inline-block;
    }

    /* карточка товаров (специальные): описание */

    #tmspecials .block_content .box-product .ajax_block_product .product_desc,
    [id^="featured_products"] .block_content .ajax_block_product .product_desc {
        line-height: 18px;
        height: 54px;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
    }

    /* карточка товаров (специальные): цена */

    #tmspecials .block_content .box-product .ajax_block_product div,
    [id^="featured_products"] .block_content .ajax_block_product .hover-zoom-wrapper div div {
        height: 33px;
        overflow: hidden;
        position: relative;
    }

    [id^="featured_products"] .block_content .ajax_block_product div .price {
        display: inline-block;
    }

    #tmspecials .block_content .box-product .ajax_block_product div .price-discount,
    [id^="featured_products"] .block_content .ajax_block_product div .price-discount {
        color: #c00;
        font-size: 8pt;
        margin-left: 10px;
        text-decoration: line-through;
    }

    /* карточка товаров (специальные): сумма экономии */

    [id^="featured_products"] .ajax_block_product .hover-zoom-wrapper .economy {
        display: none;
    }

    [id^="featured_products"] .ajax_block_product:hover .hover-zoom-wrapper .economy {
        background: #f80;
        border-radius: 4px 4px 0 0;
        color: #fff;
        display: block;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        width: 200px;
        margin: auto;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    [id^="featured_products"] .ajax_block_product:hover .hover-zoom-wrapper .economy b {
        font-size: 12pt;
        margin: 0 0 0 5px;
    }

    /* карточка товаров: обертка увеличителя */

    .ajax_block_product .hover-zoom-wrapper {
        border: 0 solid;
        outline: 0 solid;
        margin: 0;
        padding: 0;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .grid .ajax_block_product {
        height: 407px;
    }

    .grid .ajax_block_product:hover .produc-cat-inner {
        background: #fff;
        border: #78ab05 3px solid;
        border-radius: 5px;
        box-shadow: #78a305 0 0 10px;
        margin: -38px 0 0 -65px;
        padding: 35px;
        width: 332px;
        min-height: 560px;
        position: absolute;
        z-index: 2;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .grid .ajax_block_product:hover .product_desc {
        display: block;
        padding: 0;
    }

    #product_list.grid .ajax_block_product:hover h3 {
        min-height: none !important;
        max-height: none !important;
        height: auto;
    }

    #product_list.grid .ajax_block_product:hover h3 .product_link {
        display: block;
        height: auto;
        margin: -18px 0 0 0;
        padding: 0;
        white-space: nowrap;
    }
    #product_list.grid .ajax_block_product:hover h3 .product_link:after {
        content: ''attr(title);
        display: block;
        font-weight: bold;
        margin: 0;
        padding: 0;
        line-height: 18px;
        white-space: normal;
    }

    [id^="featured_products"] .ajax_block_product:hover .hover-zoom-wrapper {
        background: #fff;
        border: #78a305 3px solid;
        border-radius: 5px;
        box-shadow: #78a305 0 0 10px;
        margin: -33px 0 0 -60px;
        padding: 30px;
        width: 373px;
        min-height: 460px;
        position: absolute;
        z-index: 3;
    }

    [id^="featured_products"] .ajax_block_product:hover .hover-zoom-wrapper h5 {
        padding: 0;
        text-align: center;
        overflow: hidden;
    }

    [id^="featured_products"] .ajax_block_product:hover .hover-zoom-wrapper h5 .product_link {
        height: auto;
        margin: -20px 0 0 0;
        padding: 0;
        white-space: nowrap;
    }
    [id^="featured_products"] .ajax_block_product:hover .hover-zoom-wrapper h5 .product_link:after {
        content: ''attr(title);
        display: block;
        font-weight: bold;
        margin: 0;
        padding: 0;
        line-height: 20px;
        white-space: normal;
    }

    [id^="featured_products"] .ajax_block_product:hover .hover-zoom-wrapper > div {
        overflow: hidden;
    }

    [id^="featured_products"] .ajax_block_product:hover .hover-zoom-wrapper .product_desc {
        line-height: 18px;
        height: auto;
        margin: -18px 0 0 0;
        padding: 0;
        white-space: nowrap;
    }
    [id^="featured_products"] .ajax_block_product:hover .hover-zoom-wrapper .product_desc:after {
        content: ''attr(title);
        display: block;
        margin: 0;
        padding: 0;
        line-height: 18px;
        white-space: normal;
    }

    [id^="featured_products"] .ajax_block_product:hover .hover-zoom-wrapper .price {
        font-weight: bold;
    }
.blick{
    position: absolute!important;
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%!important;
    z-index: 1;
/*    background: rgba(35,180,113,0.3);*/
}
.ajax_block_product{
    position: relative;
    z-index: 2;
}
.block_content.VerticalScrollerItems{padding-top: 0!important;}
#tmspecials .product_link {
    font-weight: 600;
}
#tmspecials .mark.h-s {
    right: 0;
    left: auto;
}
#tmspecials .mark.h-s span {
    right: -65px;
left: auto;
transform: rotate(45deg);
top: 25px;
}
#tmspecials .mark.b-p {
    text-transform: none;
}


/* =========================================================
   Wallpaper.com.ua — calculator visual polish (CSS only)
   Logic/HTML untouched.
   ========================================================= */

#wp-consumption-calculator {
    margin-top: 15px !important;
    padding: 17px 16px 16px !important;
    border: 1px solid #cfe0d3 !important;
    border-radius: 3px !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(40, 100, 58, .06) !important;
    box-sizing: border-box !important;
    position: relative;
}

#wp-consumption-calculator > div:first-child {
    font-size: 19px !important;
    line-height: 1.25 !important;
    color: #3d8655 !important;
    margin-bottom: 4px !important;
    letter-spacing: .1px;
}

#wp-calc-coverage-note {
    color: #6d6d6d !important;
    font-size: 12.5px !important;
    line-height: 1.4 !important;
    margin: 0 0 14px !important;
    padding-bottom: 11px;
    border-bottom: 1px solid #edf2ee;
}

#wp-consumption-calculator label {
    color: #383838 !important;
    font-weight: 600 !important;
}

#wp-calc-area,
#wp-room-fields input {
    border: 1px solid #cbd9ce !important;
    background: #fff !important;
    color: #333 !important;
    border-radius: 2px !important;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

#wp-calc-area {
    height: 42px !important;
    font-size: 15px !important;
    padding: 0 12px !important;
}

#wp-calc-area:focus,
#wp-room-fields input:focus {
    outline: none !important;
    border-color: #4b9360 !important;
    box-shadow: 0 0 0 2px rgba(75,147,96,.10) !important;
    background: #fff !important;
}

#wp-calc-area::placeholder,
#wp-room-fields input::placeholder {
    color: #9a9a9a;
    opacity: 1;
}

#wp-calc-result {
    margin-top: 11px !important;
    padding: 11px 12px !important;
    background: linear-gradient(90deg, #edf7ef 0%, #f7fbf8 100%) !important;
    border-left: 4px solid #4b9360 !important;
    border-radius: 2px !important;
    color: #3d3d3d !important;
    line-height: 1.35 !important;
}

#wp-calc-packs {
    font-size: 19px !important;
    color: #368150 !important;
    font-weight: 700 !important;
}

#wp-room-details {
    margin-top: 14px !important;
}

#wp-room-details > summary {
    display: block;
    color: #3f8958 !important;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none !important;
    cursor: pointer;
    padding: 8px 10px 8px 28px;
    border: 1px solid #dce9df;
    background: #f8fbf9;
    border-radius: 2px;
    position: relative;
    list-style: none;
}

#wp-room-details > summary::-webkit-details-marker {
    display: none;
}

#wp-room-details > summary:before {
    content: "+";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    line-height: 13px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #4b9360;
}

#wp-room-details[open] > summary:before {
    content: "−";
}

#wp-room-details > summary:hover {
    background: #f1f7f3;
    border-color: #c9ddce;
}

#wp-room-fields {
    margin-top: 10px !important;
    padding: 12px 11px 11px !important;
    border: 1px solid #e0e9e2 !important;
    background: #fbfcfb;
    border-radius: 2px;
}

#wp-room-fields > div:first-child {
    gap: 10px !important;
}

#wp-room-fields label {
    display: block;
    margin-bottom: 5px !important;
    font-size: 12px !important;
    color: #565656 !important;
}

#wp-room-fields input {
    height: 38px !important;
    padding: 0 10px !important;
    font-size: 14px;
}

#wp-room-calc {
    height: 40px !important;
    margin-top: 12px !important;
    border: 0 !important;
    border-radius: 2px !important;
    background: linear-gradient(#519b66, #438b58) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .1px;
    text-shadow: 0 1px 0 rgba(0,0,0,.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    transition: background .15s ease, transform .05s ease;
}

#wp-room-calc:hover {
    background: linear-gradient(#49925f, #397f4e) !important;
}

#wp-room-calc:active {
    transform: translateY(1px);
}

#wp-room-error {
    margin-top: 8px !important;
    padding: 7px 9px;
    border-radius: 2px;
    background: #fff5f4;
    border: 1px solid #f1d7d4;
    color: #a94442 !important;
    line-height: 1.35;
}

@media (max-width: 767px) {
    #wp-consumption-calculator {
        padding: 15px 13px 14px !important;
    }

    #wp-room-fields > div:first-child {
        grid-template-columns: 1fr !important;
        gap: 9px !important;
    }

    #wp-calc-area {
        font-size: 16px !important;
    }

    #wp-room-details > summary {
        padding-top: 9px;
        padding-bottom: 9px;
    }
}


/* Wallpaper calculator — compact layout override */
#wp-consumption-calculator {
    margin-top: 12px !important;
    padding: 13px 14px 12px !important;
}

#wp-consumption-calculator > div:first-child {
    margin-bottom: 2px !important;
}

#wp-calc-coverage-note {
    margin-bottom: 9px !important;
    padding-bottom: 8px !important;
}

#wp-calc-area {
    height: 38px !important;
}

#wp-calc-result {
    margin-top: 8px !important;
    padding: 9px 11px !important;
}

#wp-room-details {
    margin-top: 9px !important;
}

#wp-room-details > summary {
    padding: 6px 8px 6px 25px !important;
    line-height: 1.3 !important;
}

#wp-room-details > summary:before {
    left: 8px !important;
}

#wp-room-fields {
    margin-top: 7px !important;
    padding: 9px 10px 9px !important;
}

#wp-room-fields > div:first-child {
    gap: 7px 9px !important;
}

#wp-room-fields label {
    margin-bottom: 3px !important;
    line-height: 1.2 !important;
}

#wp-room-fields input {
    height: 35px !important;
}

#wp-room-calc {
    height: 37px !important;
    margin-top: 9px !important;
}

#wp-room-error {
    margin-top: 6px !important;
    padding: 5px 8px !important;
}

@media (max-width: 767px) {
    #wp-consumption-calculator {
        padding: 12px !important;
    }
}


/* iPhone/Safari: prevent automatic zoom when calculator inputs receive focus */
@media screen and (max-width: 767px) {
    #wp-calc-area,
    #wp-room-fields input,
    #wp-consumption-calculator input,
    #wp-consumption-calculator select,
    #wp-consumption-calculator textarea {
        font-size: 16px !important;
    }

    #wp-consumption-calculator,
    #wp-room-details,
    #wp-room-fields {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    #wp-room-fields input,
    #wp-calc-area {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — product top area visual refresh
   CSS only. Purchase/cart/calculator logic untouched.
   ========================================================= */

/* Main central product buy area */
.product-info,
.product-info-block,
.product-buy,
.product_buy,
.product-price,
.product_price,
.price-block,
.price_block {
    box-sizing: border-box;
}

/* Price / buy card — conservative selectors to support Impera theme variants */
.product-price,
.product_price,
.price-block,
.price_block,
.buy-block,
.buy_block,
.product-buy,
.product_buy {
    border-radius: 3px;
}

/* Large price typography */
.product-price .price,
.product_price .price,
.price-block .price,
.price_block .price,
.product-info .price,
.product-info-block .price {
    font-size: 32px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    color: #4a8a57 !important;
    letter-spacing: -.3px;
}

/* Primary buy buttons */
.product-buy input[type="submit"],
.product-buy button,
.product_buy input[type="submit"],
.product_buy button,
.buy-block input[type="submit"],
.buy-block button,
.buy_block input[type="submit"],
.buy_block button,
.product-info input[type="submit"],
.product-info button.buy,
.product-info-block input[type="submit"],
.product-info-block button.buy {
    min-height: 42px !important;
    border-radius: 2px !important;
    border: 0 !important;
    font-weight: 600 !important;
    letter-spacing: .15px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    transition: background .15s ease, box-shadow .15s ease, transform .05s ease;
}

.product-buy input[type="submit"]:hover,
.product-buy button:hover,
.product_buy input[type="submit"]:hover,
.product_buy button:hover,
.buy-block input[type="submit"]:hover,
.buy-block button:hover,
.buy_block input[type="submit"]:hover,
.buy_block button:hover,
.product-info input[type="submit"]:hover,
.product-info button.buy:hover,
.product-info-block input[type="submit"]:hover,
.product-info-block button.buy:hover {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 2px 7px rgba(45,110,65,.14);
}

/* Availability status */
.available,
.in-stock,
.in_stock,
.product-available,
.product_available {
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    padding: 4px 8px !important;
    border-radius: 12px;
    background: #f2f8f3;
    color: #3f8150 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 600;
}

/* Product code badge */
.product-code,
.product_code,
.code,
.sku,
.article {
    border-radius: 2px !important;
    box-shadow: none !important;
}

/* Auxiliary actions — make visually secondary and tighter */
.product-actions,
.product_actions,
.compare-favorite,
.compare_favorite,
.product-links,
.product_links {
    line-height: 1.35;
}

.product-actions a,
.product_actions a,
.compare-favorite a,
.compare_favorite a,
.product-links a,
.product_links a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    color: #4b4b4b !important;
    text-decoration: none !important;
    transition: color .15s ease;
}

.product-actions a:hover,
.product_actions a:hover,
.compare-favorite a:hover,
.compare_favorite a:hover,
.product-links a:hover,
.product_links a:hover {
    color: #3f8958 !important;
}

/* Product title spacing */
.product h1,
.product-page h1,
.product_page h1,
.product-info h1,
.product-info-block h1 {
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
}

/* Thumbnail cleanup */
.product-images .thumb,
.product_images .thumb,
.product-thumbs a,
.product_thumbs a,
.images-thumbs a,
.images_thumbs a {
    border-radius: 2px !important;
    overflow: hidden;
}

.product-images .thumb:hover,
.product_images .thumb:hover,
.product-thumbs a:hover,
.product_thumbs a:hover,
.images-thumbs a:hover,
.images_thumbs a:hover {
    border-color: #4b9360 !important;
}

/* Right column compactness */
.delivery,
.payment,
.information,
.product-delivery,
.product_delivery,
.product-payment,
.product_payment,
.product-information,
.product_information {
    margin-bottom: 18px !important;
}

.delivery h3,
.payment h3,
.information h3,
.product-delivery h3,
.product_delivery h3,
.product-payment h3,
.product_payment h3,
.product-information h3,
.product_information h3 {
    margin-bottom: 8px !important;
}

/* Mobile: keep buy area clean and touch friendly */
@media screen and (max-width: 767px) {
    .product-price .price,
    .product_price .price,
    .price-block .price,
    .price_block .price,
    .product-info .price,
    .product-info-block .price {
        font-size: 28px !important;
    }

    .product-buy input[type="submit"],
    .product-buy button,
    .product_buy input[type="submit"],
    .product_buy button,
    .buy-block input[type="submit"],
    .buy-block button,
    .buy_block input[type="submit"],
    .buy_block button,
    .product-info input[type="submit"],
    .product-info button.buy,
    .product-info-block input[type="submit"],
    .product-info-block button.buy {
        min-height: 44px !important;
        font-size: 16px !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — exact product purchase block refresh V2
   Uses actual theme classes from html/product.htm.
   CSS only: no cart/calculator/JS logic changes.
   ========================================================= */

.product-content .buy-left,
.product-content .buy-right {
    box-sizing: border-box;
}

/* Left purchase column */
.product-content .buy-left {
    width: 52% !important;
    padding-right: 12px;
}

.product-content .buy-right {
    width: 48% !important;
    padding-left: 10px;
}

/* Compact price card */
.product-content .buy-box {
    min-height: 0 !important;
    padding: 12px 14px 0 !important;
    background: #f8faf8 !important;
    border: 1px solid #e3ebe5;
    border-radius: 3px 3px 0 0;
    text-align: center;
    overflow: hidden;
}

/* Availability at the top, no absolute positioning */
.product-content .buy-box .price-usd {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0 auto 8px !important;
    padding: 4px 9px !important;
    overflow: visible !important;
    background: #eef7f0;
    border-radius: 12px;
    color: #397c4c !important;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1.2 !important;
}

.product-content .buy-box .price-usd i {
    color: #3e8954 !important;
}

/* Price */
.product-content .buy-box .price-uah {
    display: block !important;
    overflow: visible !important;
    margin: 5px 0 12px !important;
    padding: 0 !important;
    color: #4b8b58 !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}

.product-content .buy-box .price-uah span {
    font-size: 21px !important;
    font-weight: 600;
}

/* Main CTA */
.product-content .buy-box .buy-btn {
    display: block !important;
    float: none !important;
    width: calc(100% + 28px) !important;
    margin: 0 -14px !important;
    min-height: 42px;
    line-height: 42px !important;
    padding: 0 12px !important;
    box-sizing: border-box;
    border-radius: 0 !important;
    background: linear-gradient(#4e9561, #3d8451) !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.product-content .buy-box .buy-btn:hover {
    background: linear-gradient(#468b59, #347748) !important;
}

.product-content .buy-box .buy-btn.disabled {
    opacity: .65;
}

/* Calculator sits closer to the buy card */
.product-content .buy-left #wp-consumption-calculator {
    margin-top: 10px !important;
}

/* Secondary actions */
.product-content .buy-right .action {
    width: 100% !important;
    margin: 0 !important;
    padding: 3px 0 0 !important;
}

.product-content .buy-right .action li {
    margin: 0 !important;
    padding: 0 0 0 24px !important;
    min-height: 34px;
    line-height: 34px !important;
    border-bottom: 1px solid #f0f2f0;
}

.product-content .buy-right .action li:last-child {
    border-bottom: 0;
}

.product-content .buy-right .action li:before {
    left: 3px !important;
    top: 0 !important;
    color: #3f8958 !important;
    font-size: 13px !important;
}

.product-content .buy-right .action li a {
    display: block;
    color: #444 !important;
    font-size: 13px !important;
    line-height: 34px;
    text-decoration: none !important;
}

.product-content .buy-right .action li a:hover {
    color: #3d8451 !important;
}

/* Social icons should not create a tall empty area */
.product-content .buy-right .product-soc-block {
    margin-top: 10px !important;
    padding-left: 0 !important;
}

/* Header/title and SKU */
.product-content .inner-header {
    margin-bottom: 8px !important;
}

.product-content .product-title.float {
    line-height: 1.15 !important;
    margin-top: 0 !important;
    margin-bottom: 4px !important;
}

.product-content .product-title + .sku,
.product-content .sku {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 9px !important;
    margin: 0 0 4px 10px !important;
    border-radius: 2px;
    background: #3f8958 !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 600;
}

/* Keep description close to the purchase block */
.product-content .product-description {
    margin-top: 10px !important;
}

/* Tablet/mobile: stack buy/actions cleanly */
@media screen and (max-width: 991px) {
    .product-content .buy-left,
    .product-content .buy-right {
        width: 100% !important;
        float: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .product-content .buy-right {
        margin-top: 8px;
    }

    .product-content .buy-right .action {
        border: 1px solid #e5ece7;
        border-radius: 3px;
        padding: 0 10px !important;
        background: #fff;
    }
}

@media screen and (max-width: 767px) {
    .product-content .buy-box {
        padding: 11px 12px 0 !important;
    }

    .product-content .buy-box .buy-btn {
        width: calc(100% + 24px) !important;
        margin-left: -12px !important;
        margin-right: -12px !important;
        min-height: 44px;
        line-height: 44px !important;
        font-size: 16px !important;
    }

    .product-content .buy-box .price-uah {
        font-size: 30px !important;
    }

    .product-content .buy-right .action li {
        min-height: 38px;
        line-height: 38px !important;
    }

    .product-content .buy-right .action li a {
        line-height: 38px;
        font-size: 14px !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — product gallery refresh V1
   Exact selectors from html/product.htm. CSS only.
   ========================================================= */

#gallery.gallery-container {
    overflow: visible !important;
    padding-right: 18px;
    box-sizing: border-box;
}

#gallery #main-img-holder {
    margin: 0 0 12px !important;
}

#gallery .main-img-block {
    overflow: visible !important;
    padding: 0;
}

#gallery .main-img-block > span:first-child {
    display: block;
    max-height: none !important;
    overflow: visible !important;
}

#gallery .main-img-block > span:first-child > a.fancybox {
    display: block !important;
    width: 100%;
    max-width: 286px;
    margin: 0 auto;
    padding: 8px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e0e8e2;
    border-radius: 3px;
    box-shadow: 0 2px 9px rgba(40,85,50,.05);
    transition: border-color .15s ease, box-shadow .15s ease;
}

#gallery .main-img-block > span:first-child > a.fancybox:hover {
    border-color: #bcd4c1;
    box-shadow: 0 3px 12px rgba(40,85,50,.09);
}

#gallery .main-img-block img#main-img {
    display: block;
    width: 100% !important;
    max-width: 268px !important;
    height: auto !important;
    margin: 0 auto;
}

/* Zoom hint */
#gallery .main-img-block > span:last-child {
    display: inline-block !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 7px auto 0 !important;
    padding: 3px 8px;
    color: #8b8b8b !important;
    font-size: 12px !important;
    line-height: 1.3;
    background: #fafbfa;
    border-radius: 10px;
}

#gallery .main-img-block > span:last-child i {
    color: #6f9878;
    margin-right: 2px;
}

/* Thumbnails grid */
#gallery > ul {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    width: 100% !important;
    max-width: 286px;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
    text-align: left !important;
    list-style: none;
}

#gallery > ul > li {
    display: block !important;
    width: auto !important;
    height: 64px !important;
    margin: 0 !important;
    padding: 3px !important;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e7e2 !important;
    border-radius: 3px;
    transition: border-color .15s ease, box-shadow .15s ease, transform .08s ease;
}

#gallery > ul > li:hover {
    border-color: #73a77f !important;
    box-shadow: 0 2px 7px rgba(50,110,65,.10);
    transform: translateY(-1px);
}

#gallery > ul > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#gallery > ul > li img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    object-fit: cover;
    cursor: pointer;
    border-radius: 1px;
}

/* Product ribbons on main photo */
#gallery .main-img-block .mark {
    z-index: 2;
}

/* Tablet/mobile */
@media screen and (max-width: 991px) {
    #gallery.gallery-container {
        padding-right: 10px;
    }

    #gallery .main-img-block > span:first-child > a.fancybox,
    #gallery > ul {
        max-width: 265px;
    }

    #gallery > ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    #gallery.gallery-container {
        padding-right: 0 !important;
        margin-bottom: 14px !important;
    }

    #gallery .main-img-block > span:first-child > a.fancybox {
        max-width: 320px;
        padding: 7px;
    }

    #gallery .main-img-block img#main-img {
        max-width: 304px !important;
    }

    #gallery > ul {
        max-width: 320px;
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }

    #gallery > ul > li {
        height: 62px !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — product gallery V2
   Larger thumbnails + active thumbnail highlight.
   CSS only, gallery JS untouched.
   ========================================================= */

#gallery > ul {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
    max-width: 296px !important;
}

#gallery > ul > li {
    height: 68px !important;
    padding: 3px !important;
}

#gallery > ul > li img {
    object-fit: cover !important;
}

/* Active/current thumbnail — support common theme states */
#gallery > ul > li.active,
#gallery > ul > li.current,
#gallery > ul > li.selected,
#gallery > ul > li.on,
#gallery > ul > li:has(a.active),
#gallery > ul > li:has(a.current),
#gallery > ul > li:has(a.selected) {
    border-color: #3f8958 !important;
    box-shadow: 0 0 0 1px #3f8958, 0 2px 7px rgba(50,110,65,.12) !important;
}

/* If the theme places state directly on the link */
#gallery > ul > li > a.active,
#gallery > ul > li > a.current,
#gallery > ul > li > a.selected {
    box-shadow: inset 0 0 0 2px #3f8958;
    border-radius: 2px;
}

/* First thumb gets a subtle default marker if theme has no active class */
#gallery > ul > li:first-child {
    border-color: #b8d2bf;
}

@media screen and (max-width: 991px) {
    #gallery > ul {
        max-width: 286px !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    #gallery > ul > li {
        height: 66px !important;
    }
}

@media screen and (max-width: 767px) {
    #gallery > ul {
        max-width: 320px !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 7px !important;
    }

    #gallery > ul > li {
        height: 64px !important;
    }
}


/* Gallery V3 — stronger visual state for selected thumbnail */
#gallery > ul > li {
    border: 1px solid #dfe6e0 !important;
    box-shadow: none !important;
}

/* Theme-supported selected/current states */
#gallery > ul > li.active,
#gallery > ul > li.current,
#gallery > ul > li.selected,
#gallery > ul > li.on,
#gallery > ul > li:has(> a.active),
#gallery > ul > li:has(> a.current),
#gallery > ul > li:has(> a.selected) {
    border: 2px solid #3f8958 !important;
    padding: 2px !important;
    box-shadow: 0 0 0 1px rgba(63,137,88,.12) !important;
}

/* Fallback for initial main image when the old theme exposes no active class */
#gallery > ul > li:first-child {
    border: 2px solid #3f8958 !important;
    padding: 2px !important;
}

/* Hover must not look as strong as selected */
#gallery > ul > li:hover {
    border-color: #7cad88 !important;
    box-shadow: 0 2px 6px rgba(50,110,65,.08) !important;
}
#gallery > ul > li:first-child:hover,
#gallery > ul > li.active:hover,
#gallery > ul > li.current:hover,
#gallery > ul > li.selected:hover,
#gallery > ul > li.on:hover {
    border-color: #3f8958 !important;
}


/* =========================================================
   Wallpaper.com.ua — product right column V4
   Delivery / Payment / Information compact visual refresh.
   CSS only. Existing links/content/logic untouched.
   ========================================================= */

/* Right sidebar general spacing */
.product-content .product-aside,
.product-content .right-column,
.product-content .sidebar,
.product-content .product-right {
    box-sizing: border-box;
}

/* Common section wrappers used by the theme */
.product-content .delivery,
.product-content .payment,
.product-content .information,
.product-content .product-delivery,
.product-content .product-payment,
.product-content .product-information {
    margin: 0 0 14px !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid #e7ece8 !important;
}

/* Section titles */
.product-content .delivery h3,
.product-content .payment h3,
.product-content .information h3,
.product-content .product-delivery h3,
.product-content .product-payment h3,
.product-content .product-information h3 {
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: #3f8958 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: .1px;
}

/* Lists */
.product-content .delivery ul,
.product-content .payment ul,
.product-content .information ul,
.product-content .product-delivery ul,
.product-content .product-payment ul,
.product-content .product-information ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.product-content .delivery li,
.product-content .payment li,
.product-content .information li,
.product-content .product-delivery li,
.product-content .product-payment li,
.product-content .product-information li {
    position: relative;
    margin: 0 !important;
    padding: 5px 0 5px 13px !important;
    min-height: 0 !important;
    line-height: 1.35 !important;
    color: #404040 !important;
    font-size: 13px !important;
    border: 0 !important;
}

/* Small clean marker */
.product-content .delivery li:before,
.product-content .payment li:before,
.product-content .information li:before,
.product-content .product-delivery li:before,
.product-content .product-payment li:before,
.product-content .product-information li:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 11px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #a9b5ac;
}

/* Links stay calm, green on hover */
.product-content .delivery a,
.product-content .payment a,
.product-content .information a,
.product-content .product-delivery a,
.product-content .product-payment a,
.product-content .product-information a {
    color: #404040 !important;
    text-decoration: none !important;
}

.product-content .delivery a:hover,
.product-content .payment a:hover,
.product-content .information a:hover,
.product-content .product-delivery a:hover,
.product-content .product-payment a:hover,
.product-content .product-information a:hover {
    color: #3f8958 !important;
}

/* First delivery paragraph / explanatory text */
.product-content .delivery p,
.product-content .payment p,
.product-content .information p,
.product-content .product-delivery p,
.product-content .product-payment p,
.product-content .product-information p {
    margin: 0 0 6px !important;
    line-height: 1.35 !important;
    font-size: 13px !important;
    color: #555 !important;
}

/* Remove extra legacy vertical gaps */
.product-content .delivery br,
.product-content .payment br,
.product-content .information br,
.product-content .product-delivery br,
.product-content .product-payment br,
.product-content .product-information br {
    line-height: .5 !important;
}

/* Give the whole sidebar a subtle alignment rail without a heavy card */
.product-content .delivery,
.product-content .payment,
.product-content .information {
    padding-left: 1px !important;
}

/* Last section should not leave a useless divider */
.product-content .information,
.product-content .product-information {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Mobile / tablet */
@media screen and (max-width: 991px) {
    .product-content .delivery,
    .product-content .payment,
    .product-content .information,
    .product-content .product-delivery,
    .product-content .product-payment,
    .product-content .product-information {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }

    .product-content .delivery h3,
    .product-content .payment h3,
    .product-content .information h3,
    .product-content .product-delivery h3,
    .product-content .product-payment h3,
    .product-content .product-information h3 {
        font-size: 16px !important;
    }

    .product-content .delivery li,
    .product-content .payment li,
    .product-content .information li,
    .product-content .product-delivery li,
    .product-content .product-payment li,
    .product-content .product-information li {
        font-size: 14px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — product benefits V5
   Compact existing benefits row; no markup/JS/functionality changes.
   ========================================================= */

/* Existing advantages/benefits row: tighten vertical rhythm */
.product-content .advantages,
.product-content .benefits,
.product-content .product-advantages,
.product-content .product-benefits,
.product-content .advantages-list,
.product-content .benefits-list {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* Keep three benefit items visually aligned and compact */
.product-content .advantages > *,
.product-content .benefits > *,
.product-content .product-advantages > *,
.product-content .product-benefits > *,
.product-content .advantages-list > *,
.product-content .benefits-list > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    line-height: 1.3 !important;
}

/* Icons remain visible but don't create excess height */
.product-content .advantages img,
.product-content .benefits img,
.product-content .product-advantages img,
.product-content .product-benefits img,
.product-content .advantages-list img,
.product-content .benefits-list img {
    max-height: 36px !important;
    width: auto !important;
    margin-bottom: 4px !important;
}

/* Reduce empty space immediately before product tabs */
.product-content + .tabs,
.product-content ~ .tabs,
.product-info + .tabs,
.product-info ~ .tabs,
.product-tabs,
.tabs-product {
    margin-top: 10px !important;
}

/* Common theme tabs container */
.tabs,
.nav-tabs {
    margin-top: 10px;
}

/* Mobile: preserve comfortable tapping/reading */
@media screen and (max-width: 767px) {
    .product-content .advantages,
    .product-content .benefits,
    .product-content .product-advantages,
    .product-content .product-benefits,
    .product-content .advantages-list,
    .product-content .benefits-list {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .product-content .advantages img,
    .product-content .benefits img,
    .product-content .product-advantages img,
    .product-content .product-benefits img,
    .product-content .advantages-list img,
    .product-content .benefits-list img {
        max-height: 32px !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — product tabs V6
   Visual refresh only. Tab logic/content untouched.
   ========================================================= */

.product-tabs,
.tabs-product,
.product-content-tabs,
.tabs {
    margin-top: 8px !important;
}

/* Tab list */
.product-tabs ul,
.tabs-product ul,
.product-content-tabs ul,
.tabs ul.nav-tabs,
.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #dfe7e1 !important;
    background: transparent !important;
    gap: 0 !important;
}

/* Individual tab */
.product-tabs li,
.tabs-product li,
.product-content-tabs li,
.nav-tabs > li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

/* Tab links */
.product-tabs li > a,
.tabs-product li > a,
.product-content-tabs li > a,
.nav-tabs > li > a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 17px !important;
    margin: 0 !important;
    border: 0 !important;
    border-right: 1px solid #e6ece7 !important;
    border-radius: 0 !important;
    background: #f8faf8 !important;
    color: #626762 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background .15s ease, color .15s ease;
}

.product-tabs li > a:hover,
.tabs-product li > a:hover,
.product-content-tabs li > a:hover,
.nav-tabs > li > a:hover {
    background: #f0f6f2 !important;
    color: #3f8958 !important;
}

/* Active tab */
.product-tabs li.active > a,
.tabs-product li.active > a,
.product-content-tabs li.active > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    position: relative;
    background: #fff !important;
    color: #357b4a !important;
    font-weight: 700 !important;
}

.product-tabs li.active > a:before,
.tabs-product li.active > a:before,
.product-content-tabs li.active > a:before,
.nav-tabs > li.active > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: #3f8958;
}

/* Counters/badges inside tab labels */
.product-tabs li > a span,
.tabs-product li > a span,
.product-content-tabs li > a span,
.nav-tabs > li > a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    margin-left: 7px;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 9px;
    background: #a4aaa6;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
}

.product-tabs li.active > a span,
.tabs-product li.active > a span,
.product-content-tabs li.active > a span,
.nav-tabs > li.active > a span {
    background: #3f8958;
}

/* Tab content */
.tab-content,
.product-tab-content,
.tabs-content {
    border: 1px solid #e1e7e2 !important;
    border-top: 0 !important;
    background: #fff !important;
    padding: 18px 16px !important;
    box-sizing: border-box;
}

/* Typography inside product content should stay readable */
.tab-content h2,
.tab-content h3,
.product-tab-content h2,
.product-tab-content h3,
.tabs-content h2,
.tabs-content h3 {
    margin-top: 0;
}

/* Mobile: horizontal scrolling instead of cramped labels */
@media screen and (max-width: 767px) {
    .product-tabs ul,
    .tabs-product ul,
    .product-content-tabs ul,
    .tabs ul.nav-tabs,
    .nav-tabs {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .product-tabs ul::-webkit-scrollbar,
    .tabs-product ul::-webkit-scrollbar,
    .product-content-tabs ul::-webkit-scrollbar,
    .tabs ul.nav-tabs::-webkit-scrollbar,
    .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .product-tabs li,
    .tabs-product li,
    .product-content-tabs li,
    .nav-tabs > li {
        flex: 0 0 auto;
    }

    .product-tabs li > a,
    .tabs-product li > a,
    .product-content-tabs li > a,
    .nav-tabs > li > a {
        min-height: 42px;
        padding: 0 14px !important;
        font-size: 14px !important;
    }

    .tab-content,
    .product-tab-content,
    .tabs-content {
        padding: 14px 12px !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — product tabs V7 EXACT
   Exact theme markup:
   .product-collateral .tabset > a.tab
   .tabset > a.tab > span / small
   Visual only. Tab switching/content untouched.
   ========================================================= */

.product-collateral {
    margin-top: 8px !important;
}

.product-collateral .tabset {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #dde6df !important;
    background: transparent !important;
    box-shadow: none !important;
}

.product-collateral .tabset > a.tab {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0 !important;
    padding: 0 17px !important;
    box-sizing: border-box;
    float: none !important;
    border: 0 !important;
    border-right: 1px solid #e6ece7 !important;
    border-top: 1px solid #edf1ee !important;
    background: #f7f9f7 !important;
    color: #646a65 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    transition: background .15s ease, color .15s ease;
}

.product-collateral .tabset > a.tab:first-child {
    border-left: 1px solid #edf1ee !important;
}

.product-collateral .tabset > a.tab:hover {
    background: #eef5f0 !important;
    color: #3f8958 !important;
}

.product-collateral .tabset > a.tab > span {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
}

.product-collateral .tabset > a.tab > small {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    margin-left: 7px !important;
    padding: 0 5px !important;
    box-sizing: border-box;
    border-radius: 10px !important;
    background: #9da39f !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    vertical-align: middle;
}

/* Active tab */
.product-collateral .tabset > a.tab.active {
    background: #fff !important;
    color: #347b49 !important;
    font-weight: 700 !important;
    border-top-color: transparent !important;
}

.product-collateral .tabset > a.tab.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #3f8958;
}

.product-collateral .tabset > a.tab.active > small {
    background: #3f8958 !important;
}

/* Prevent the old theme's active decorations from showing */
.product-collateral .tabset > a.tab:after,
.product-collateral .tabset > a.tab.active:after {
    display: none !important;
    content: none !important;
}

/* Content container: keep existing content, just align it with new tabs */
.product-collateral .th {
    border: 1px solid #e1e7e2 !important;
    border-top: 0 !important;
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
}

.product-collateral .th > .tab {
    margin: 0 !important;
}

.product-collateral .th .tab-content {
    padding: 18px 16px !important;
    border: 0 !important;
    background: #fff !important;
}

/* Mobile: scroll tabs horizontally, don't crush labels */
@media screen and (max-width: 767px) {
    .product-collateral .tabset {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .product-collateral .tabset::-webkit-scrollbar {
        display: none;
    }

    .product-collateral .tabset > a.tab {
        flex: 0 0 auto;
        min-height: 42px;
        padding: 0 14px !important;
        font-size: 14px !important;
    }

    .product-collateral .th .tab-content {
        padding: 14px 12px !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — product content typography V8 GLOBAL
   One consistent style for text blocks on ALL product pages.
   Content/SEO text untouched; CSS only.
   ========================================================= */

/* Main readable content area inside all product tabs */
.product-collateral .th,
.product-collateral .th .tab,
.product-collateral .th .tab-content {
    color: #3f4340 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
}

/* Paragraphs */
.product-collateral .th p,
.product-collateral .th .tab-content p {
    margin: 0 0 12px !important;
    color: #444844 !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
}

/* H1 should not normally be in tab content, but normalize if present */
.product-collateral .th h1,
.product-collateral .th .tab-content h1 {
    margin: 0 0 14px !important;
    color: #2f3430 !important;
    font-size: 26px !important;
    line-height: 1.22 !important;
    font-weight: 700 !important;
}

/* Main section titles */
.product-collateral .th h2,
.product-collateral .th .tab-content h2 {
    margin: 22px 0 10px !important;
    color: #303530 !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

/* First heading should sit closer to top */
.product-collateral .th h2:first-child,
.product-collateral .th .tab-content h2:first-child {
    margin-top: 0 !important;
}

/* Subsection titles */
.product-collateral .th h3,
.product-collateral .th .tab-content h3 {
    margin: 18px 0 8px !important;
    color: #3b403c !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

.product-collateral .th h4,
.product-collateral .th .tab-content h4 {
    margin: 15px 0 7px !important;
    color: #444944 !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

/* Strong emphasis */
.product-collateral .th strong,
.product-collateral .th b,
.product-collateral .th .tab-content strong,
.product-collateral .th .tab-content b {
    color: #343934;
    font-weight: 700;
}

/* Unordered/ordered lists */
.product-collateral .th ul,
.product-collateral .th ol,
.product-collateral .th .tab-content ul,
.product-collateral .th .tab-content ol {
    margin: 8px 0 14px !important;
    padding-left: 22px !important;
}

.product-collateral .th li,
.product-collateral .th .tab-content li {
    margin: 0 0 6px !important;
    padding: 0 !important;
    color: #444844 !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

/* Links in informational content */
.product-collateral .th a,
.product-collateral .th .tab-content a {
    color: #3f8958 !important;
    text-decoration: underline;
    text-decoration-color: rgba(63,137,88,.35);
    text-underline-offset: 2px;
}

.product-collateral .th a:hover,
.product-collateral .th .tab-content a:hover {
    color: #2f7445 !important;
    text-decoration-color: #2f7445;
}

/* Tables in characteristics/instructions */
.product-collateral .th table,
.product-collateral .th .tab-content table {
    width: 100% !important;
    margin: 12px 0 16px !important;
    border-collapse: collapse !important;
    background: #fff;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.product-collateral .th table th,
.product-collateral .th table td,
.product-collateral .th .tab-content table th,
.product-collateral .th .tab-content table td {
    padding: 9px 10px !important;
    border: 1px solid #e1e7e2 !important;
    vertical-align: top;
}

.product-collateral .th table th,
.product-collateral .th .tab-content table th {
    background: #f5f8f5 !important;
    color: #343934 !important;
    font-weight: 700 !important;
}

/* Quotes / highlighted informational blocks */
.product-collateral .th blockquote,
.product-collateral .th .tab-content blockquote {
    margin: 14px 0 !important;
    padding: 11px 14px !important;
    border-left: 3px solid #4b9360 !important;
    background: #f7faf8 !important;
    color: #4a4f4b !important;
    font-style: normal !important;
}

/* Images embedded in text should not overflow */
.product-collateral .th img,
.product-collateral .th .tab-content img {
    max-width: 100% !important;
    height: auto !important;
}

/* Reduce overly wide readable text without changing the actual content box */
.product-collateral .th .tab-content > p,
.product-collateral .th .tab-content > ul,
.product-collateral .th .tab-content > ol {
    max-width: 1120px;
}

/* Consistent spacing between logical sections */
.product-collateral .th hr,
.product-collateral .th .tab-content hr {
    margin: 20px 0 !important;
    border: 0 !important;
    border-top: 1px solid #e7ece8 !important;
}

/* Mobile typography */
@media screen and (max-width: 767px) {
    .product-collateral .th,
    .product-collateral .th .tab,
    .product-collateral .th .tab-content,
    .product-collateral .th p,
    .product-collateral .th li {
        font-size: 15px !important;
        line-height: 1.55 !important;
    }

    .product-collateral .th h1,
    .product-collateral .th .tab-content h1 {
        font-size: 23px !important;
    }

    .product-collateral .th h2,
    .product-collateral .th .tab-content h2 {
        margin-top: 18px !important;
        font-size: 20px !important;
    }

    .product-collateral .th h3,
    .product-collateral .th .tab-content h3 {
        margin-top: 16px !important;
        font-size: 17px !important;
    }

    .product-collateral .th h4,
    .product-collateral .th .tab-content h4 {
        font-size: 16px !important;
    }

    .product-collateral .th table,
    .product-collateral .th .tab-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}


/* =========================================================
   Wallpaper.com.ua — V9 FINAL TYPOGRAPHY
   Final hierarchy tuning for ALL product text blocks.
   CSS only; content/SEO/markup untouched.
   ========================================================= */

/* Main title inside product description */
.product-collateral .th h1,
.product-collateral .th .tab-content h1 {
    margin: 0 0 12px !important;
    font-size: 25px !important;
    line-height: 1.22 !important;
    font-weight: 700 !important;
    color: #2f3430 !important;
}

/* Primary section heading */
.product-collateral .th h2,
.product-collateral .th .tab-content h2 {
    margin: 24px 0 8px !important;
    font-size: 20px !important;
    line-height: 1.28 !important;
    font-weight: 700 !important;
    color: #343934 !important;
}

/* First section heading should not start with a huge gap */
.product-collateral .th h2:first-child,
.product-collateral .th .tab-content h2:first-child {
    margin-top: 0 !important;
}

/* Secondary headings — lighter than H2 */
.product-collateral .th h3,
.product-collateral .th .tab-content h3 {
    margin: 20px 0 7px !important;
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #414641 !important;
}

.product-collateral .th h4,
.product-collateral .th .tab-content h4 {
    margin: 17px 0 6px !important;
    font-size: 15.5px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    color: #4a4f4a !important;
}

/* Paragraph rhythm */
.product-collateral .th p,
.product-collateral .th .tab-content p {
    margin-bottom: 11px !important;
}

/* Lists should sit close to their heading */
.product-collateral .th h2 + ul,
.product-collateral .th h2 + ol,
.product-collateral .th h3 + ul,
.product-collateral .th h3 + ol,
.product-collateral .th h4 + ul,
.product-collateral .th h4 + ol,
.product-collateral .th .tab-content h2 + ul,
.product-collateral .th .tab-content h2 + ol,
.product-collateral .th .tab-content h3 + ul,
.product-collateral .th .tab-content h3 + ol,
.product-collateral .th .tab-content h4 + ul,
.product-collateral .th .tab-content h4 + ol {
    margin-top: 4px !important;
}

/* A list followed by the next section should have clear separation */
.product-collateral .th ul + h2,
.product-collateral .th ol + h2,
.product-collateral .th ul + h3,
.product-collateral .th ol + h3,
.product-collateral .th .tab-content ul + h2,
.product-collateral .th .tab-content ol + h2,
.product-collateral .th .tab-content ul + h3,
.product-collateral .th .tab-content ol + h3 {
    margin-top: 24px !important;
}

/* Final emphasized sentence/CTA-like paragraph */
.product-collateral .th p:last-child strong,
.product-collateral .th .tab-content p:last-child strong {
    display: inline-block;
    margin-top: 6px;
}

/* Better separation if the final line is entirely bold */
.product-collateral .th p:last-child,
.product-collateral .th .tab-content p:last-child {
    margin-top: 14px !important;
}

/* Mobile */
@media screen and (max-width: 767px) {
    .product-collateral .th h1,
    .product-collateral .th .tab-content h1 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }

    .product-collateral .th h2,
    .product-collateral .th .tab-content h2 {
        margin-top: 20px !important;
        font-size: 19px !important;
    }

    .product-collateral .th h3,
    .product-collateral .th .tab-content h3 {
        margin-top: 17px !important;
        font-size: 17px !important;
    }

    .product-collateral .th h4,
    .product-collateral .th .tab-content h4 {
        margin-top: 15px !important;
        font-size: 15.5px !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — V12 EXACT
   Exact theme selectors:
   characteristics = .flat-features
   accessories = .mores .product-block / .product-image
   CSS only. Content and JS untouched.
   ========================================================= */

/* ---------- CHARACTERISTICS: exact .flat-features ---------- */

.product-collateral .tab-content > h6 {
    margin: 0 0 14px !important;
    color: #343934 !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

.product-collateral .flat-features {
    width: 100% !important;
    max-width: 820px !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid #e1e8e3 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    box-shadow: 0 1px 4px rgba(45,85,55,.03);
    list-style: none !important;
}

.product-collateral .flat-features li,
.product-collateral .flat-features li:nth-child(2n) {
    display: flex !important;
    align-items: stretch !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid #edf2ee !important;
    line-height: 1.35 !important;
    overflow: visible !important;
}

.product-collateral .flat-features li:last-child {
    border-bottom: 0 !important;
}

.product-collateral .flat-features li:not(.h1) + li:not(.h1) {
    border-top: 0 !important;
}

.product-collateral .flat-features li > span {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    width: 38% !important;
    margin: 0 !important;
    padding: 9px 12px !important;
    box-sizing: border-box !important;
    background: #f8faf8 !important;
    color: #777d78 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
}

.product-collateral .flat-features li > span.value {
    width: 62% !important;
    float: none !important;
    background: #fff !important;
    color: #333833 !important;
    font-weight: 600 !important;
    border-left: 1px solid #edf2ee !important;
}

.product-collateral .flat-features li.h1 {
    min-height: auto !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    background: #f2f7f3 !important;
    color: #347b49 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.product-collateral .flat-features li.h1 ~ li span:first-child {
    margin-left: 0 !important;
}

@media (hover: hover) {
    .product-collateral .flat-features li:not(.h1):hover > span:first-child {
        background: #f2f7f3 !important;
    }
    .product-collateral .flat-features li:not(.h1):hover > span.value {
        background: #fbfdfb !important;
    }
}

/* ---------- ACCESSORIES: exact .mores .product-block ---------- */

.product-collateral .mores {
    margin: 0 !important;
    max-width: 920px;
}

.product-collateral .mores > .row {
    margin-left: -6px !important;
    margin-right: -6px !important;
}

.product-collateral .mores .product-block {
    width: calc(25% - 12px) !important;
    margin: 6px !important;
    padding: 8px 8px 10px !important;
    box-sizing: border-box !important;
    border: 1px solid #e5ebe6 !important;
    border-radius: 3px !important;
    background: #fff !important;
    min-height: 0 !important;
    box-shadow: none !important;
}

.product-collateral .mores .product-image {
    width: 100% !important;
    height: 126px !important;
    line-height: 126px !important;
    margin: 2px auto 8px !important;
    overflow: hidden !important;
}

.product-collateral .mores .product-image a {
    height: 126px !important;
}

.product-collateral .mores .product-image span {
    max-height: 126px !important;
    height: 126px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product-collateral .mores .product-image img {
    width: auto !important;
    height: auto !important;
    max-width: 135px !important;
    max-height: 118px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
}

.product-collateral .mores .product-name {
    height: auto !important;
    min-height: 34px !important;
    margin: 5px 0 3px !important;
    padding: 0 5px !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
}

.product-collateral .mores .product-name a {
    line-height: 1.25 !important;
    font-size: 13px !important;
}

.product-collateral .mores .product-price {
    margin: 5px 0 0 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
}

.product-collateral .mores .product-descr,
.product-collateral .mores .product-options,
.product-collateral .mores .product-code {
    display: none !important;
}

@media (hover: hover) {
    .product-collateral .mores .product-block:hover {
        border-color: #b9d0bf !important;
        box-shadow: 0 2px 8px rgba(45,90,55,.06) !important;
    }
}

/* Tablet */
@media screen and (max-width: 991px) {
    .product-collateral .flat-features {
        max-width: 100% !important;
    }

    .product-collateral .mores .product-block {
        width: calc(33.333% - 12px) !important;
    }

    .product-collateral .mores .product-image {
        height: 118px !important;
        line-height: 118px !important;
    }

    .product-collateral .mores .product-image span {
        height: 118px !important;
        max-height: 118px !important;
    }

    .product-collateral .mores .product-image img {
        max-width: 125px !important;
        max-height: 110px !important;
    }
}

/* Mobile */
@media screen and (max-width: 767px) {
    .product-collateral .tab-content > h6 {
        font-size: 20px !important;
        margin-bottom: 11px !important;
    }

    .product-collateral .flat-features li {
        display: block !important;
        min-height: 0 !important;
    }

    .product-collateral .flat-features li > span,
    .product-collateral .flat-features li > span.value {
        display: block !important;
        width: 100% !important;
        padding: 8px 10px !important;
        border-left: 0 !important;
    }

    .product-collateral .flat-features li > span:first-child {
        padding-bottom: 4px !important;
        font-size: 12.5px !important;
        background: #f8faf8 !important;
    }

    .product-collateral .flat-features li > span.value {
        padding-top: 5px !important;
        font-size: 14px !important;
    }

    .product-collateral .mores .product-block {
        width: calc(50% - 10px) !important;
        margin: 5px !important;
        padding: 7px !important;
    }

    .product-collateral .mores .product-image {
        height: 105px !important;
        line-height: 105px !important;
    }

    .product-collateral .mores .product-image span {
        height: 105px !important;
        max-height: 105px !important;
    }

    .product-collateral .mores .product-image img {
        max-width: 110px !important;
        max-height: 98px !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — V13 FINAL POLISH
   Characteristics + accessories + recently viewed
   ========================================================= */

/* Characteristics: slightly wider and easier to read */
.product-collateral .flat-features {
    max-width: 940px !important;
    margin-bottom: 18px !important;
}

.product-collateral .flat-features li {
    min-height: 44px !important;
}

.product-collateral .flat-features li > span {
    font-size: 14.5px !important;
    padding: 10px 14px !important;
}

.product-collateral .flat-features li > span.value {
    font-size: 14.5px !important;
}

/* Tighten spacing around lower product sections */
.product-collateral .tab-content > h6 {
    margin-top: 18px !important;
    margin-bottom: 12px !important;
}

/* Accessories: +10–15% from V12, while remaining compact */
.product-collateral .mores {
    max-width: 940px !important;
}

.product-collateral .mores .product-image {
    height: 138px !important;
    line-height: 138px !important;
}

.product-collateral .mores .product-image a,
.product-collateral .mores .product-image span {
    height: 138px !important;
    max-height: 138px !important;
}

.product-collateral .mores .product-image img {
    max-width: 150px !important;
    max-height: 130px !important;
}

/* Recently viewed: make whole strip more compact */
.recently-viewed,
.recently_viewed,
.viewed-products,
.viewed_products,
.products-viewed,
.products_viewed,
#recently-viewed,
#recently_viewed {
    box-sizing: border-box !important;
}

/* Common Impera recently-viewed product cards */
.recently-viewed .product-block,
.recently_viewed .product-block,
.viewed-products .product-block,
.viewed_products .product-block,
.products-viewed .product-block,
.products_viewed .product-block,
#recently-viewed .product-block,
#recently_viewed .product-block {
    min-height: 0 !important;
    padding: 6px !important;
}

/* Generic lower recently-viewed block used by theme */
.product-collateral ~ * .product-block .product-image,
.product-collateral + * .product-block .product-image {
    height: 115px !important;
    line-height: 115px !important;
}

.product-collateral ~ * .product-block .product-image span,
.product-collateral + * .product-block .product-image span {
    height: 115px !important;
    max-height: 115px !important;
}

.product-collateral ~ * .product-block .product-image img,
.product-collateral + * .product-block .product-image img {
    width: auto !important;
    height: auto !important;
    max-width: 105px !important;
    max-height: 108px !important;
    object-fit: contain !important;
}

.product-collateral ~ * .product-block .product-name,
.product-collateral + * .product-block .product-name {
    min-height: 30px !important;
    height: auto !important;
    margin: 4px 0 2px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
}

.product-collateral ~ * .product-block .product-price,
.product-collateral + * .product-block .product-price {
    margin-top: 3px !important;
    font-size: 12px !important;
}

/* Mobile */
@media screen and (max-width: 767px) {
    .product-collateral .flat-features {
        max-width: 100% !important;
    }

    .product-collateral .flat-features li > span,
    .product-collateral .flat-features li > span.value {
        font-size: 14px !important;
    }

    .product-collateral .mores .product-image,
    .product-collateral .mores .product-image a,
    .product-collateral .mores .product-image span {
        height: 112px !important;
        max-height: 112px !important;
        line-height: 112px !important;
    }

    .product-collateral .mores .product-image img {
        max-width: 120px !important;
        max-height: 105px !important;
    }

    .product-collateral ~ * .product-block .product-image,
    .product-collateral + * .product-block .product-image,
    .product-collateral ~ * .product-block .product-image span,
    .product-collateral + * .product-block .product-image span {
        height: 95px !important;
        max-height: 95px !important;
        line-height: 95px !important;
    }

    .product-collateral ~ * .product-block .product-image img,
    .product-collateral + * .product-block .product-image img {
        max-width: 90px !important;
        max-height: 88px !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — V15 MOBILE FINAL
   Mobile-only fixes for characteristics + accessories spacing.
   Desktop untouched.
   ========================================================= */

@media screen and (max-width: 767px) {

    /* ---------- CHARACTERISTICS ---------- */

    .product-collateral .flat-features {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 18px !important;
        border-radius: 4px !important;
        overflow: hidden !important;
    }

    .product-collateral .flat-features li,
    .product-collateral .flat-features li:nth-child(2n) {
        display: grid !important;
        grid-template-columns: 46% 54% !important;
        align-items: stretch !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #fff !important;
        border-bottom: 1px solid #edf2ee !important;
    }

    .product-collateral .flat-features li:last-child {
        border-bottom: 0 !important;
    }

    .product-collateral .flat-features li > span,
    .product-collateral .flat-features li > span.value {
        display: flex !important;
        align-items: center !important;
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 10px 11px !important;
        box-sizing: border-box !important;
        float: none !important;
        line-height: 1.3 !important;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .product-collateral .flat-features li > span:first-child {
        background: #f8faf8 !important;
        color: #7a807b !important;
        font-size: 13px !important;
        font-weight: 500 !important;
    }

    .product-collateral .flat-features li > span.value {
        background: #fff !important;
        color: #333833 !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        border-left: 1px solid #edf2ee !important;
    }

    .product-collateral .flat-features li.h1 {
        display: block !important;
        padding: 9px 11px !important;
        background: #f2f7f3 !important;
        color: #347b49 !important;
        font-size: 14px !important;
        font-weight: 700 !important;
    }

    /* ---------- ACCESSORIES ---------- */

    .product-collateral .mores {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .product-collateral .mores > .row {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        margin: 0 !important;
    }

    .product-collateral .mores .product-block {
        width: auto !important;
        margin: 0 !important;
        padding: 8px !important;
        min-height: 0 !important;
        border: 1px solid #e5ebe6 !important;
        border-radius: 4px !important;
        box-sizing: border-box !important;
    }

    .product-collateral .mores .product-image,
    .product-collateral .mores .product-image a,
    .product-collateral .mores .product-image span {
        height: 118px !important;
        max-height: 118px !important;
        line-height: 118px !important;
    }

    .product-collateral .mores .product-image img {
        width: auto !important;
        height: auto !important;
        max-width: 128px !important;
        max-height: 112px !important;
        object-fit: contain !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .product-collateral .mores .product-name {
        min-height: 38px !important;
        margin: 5px 0 3px !important;
        padding: 0 3px !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
        text-align: center;
    }

    .product-collateral .mores .product-name a {
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    .product-collateral .mores .product-price {
        margin: 5px 0 2px !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        text-align: center;
        font-weight: 700 !important;
    }

    /* ---------- SPACING BETWEEN SECTIONS ---------- */

    .product-collateral .tab-content > h6 {
        margin-top: 16px !important;
        margin-bottom: 10px !important;
        font-size: 20px !important;
        line-height: 1.25 !important;
    }

    .product-collateral .flat-features + h6,
    .product-collateral .flat-features + .mores {
        margin-top: 14px !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — V20 EXACT ORDER FIX
   Base: PRODUCT_MOBILE_V15_FINAL
   In common/list-products.htm child #1 is .product-image-big.
   Real product cards therefore start from child #2.
   ========================================================= */

@media screen and (max-width: 767px) {

    /* Hide technical hover preview */
    .product-collateral .mores > .row > .product-image-big,
    .recent .tab-content > .row > .product-image-big {
        display: none !important;
    }

    /* Exact 2-column grids */
    .product-collateral .mores > .row,
    .recent .tab-content > .row {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-auto-flow: row !important;
        gap: 8px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .product-collateral .mores > .row > .product-block,
    .recent .tab-content > .row > .product-block {
        display: block !important;
        float: none !important;
        clear: none !important;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        grid-row: auto !important;
    }

    /* The exact DOM order:
       child 1 = .product-image-big
       child 2 = product #1
       child 3 = product #2
       etc. */
    .product-collateral .mores > .row > .product-block:nth-child(2),
    .recent .tab-content > .row > .product-block:nth-child(2) {
        grid-column: 1 !important;
    }

    .product-collateral .mores > .row > .product-block:nth-child(3),
    .recent .tab-content > .row > .product-block:nth-child(3) {
        grid-column: 2 !important;
    }

    .product-collateral .mores > .row > .product-block:nth-child(4),
    .recent .tab-content > .row > .product-block:nth-child(4) {
        grid-column: 1 !important;
    }

    .product-collateral .mores > .row > .product-block:nth-child(5),
    .recent .tab-content > .row > .product-block:nth-child(5) {
        grid-column: 2 !important;
    }

    .product-collateral .mores > .row > .product-block:nth-child(6),
    .recent .tab-content > .row > .product-block:nth-child(6) {
        grid-column: 1 !important;
    }

    /* ACCESSORIES compact card sizing */
    .product-collateral .mores > .row > .product-block {
        padding: 7px 5px 9px !important;
        min-height: 0 !important;
        height: auto !important;
        border: 1px solid #e5ebe6 !important;
        border-radius: 4px !important;
        background: #fff !important;
    }

    .product-collateral .mores .product-image,
    .product-collateral .mores .product-image a {
        height: 100px !important;
        line-height: 100px !important;
        margin: 0 !important;
        text-align: center !important;
    }

    .product-collateral .mores .product-image img {
        width: auto !important;
        height: auto !important;
        max-width: 100px !important;
        max-height: 96px !important;
        object-fit: contain !important;
    }

    .product-collateral .mores .product-name {
        min-height: 34px !important;
        height: auto !important;
        margin: 4px 0 2px !important;
        padding: 0 2px !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
        text-align: center !important;
    }

    .product-collateral .mores .product-price {
        margin: 5px 0 2px !important;
        font-size: 14px !important;
        text-align: center !important;
        font-weight: 700 !important;
    }

    /* RECENT exact container */
    .recent .content.container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        box-sizing: border-box !important;
    }

    .recent .content > h5 {
        margin: 12px 0 10px !important;
        font-size: 22px !important;
        line-height: 1.2 !important;
        font-weight: 600 !important;
    }

    .recent .tab-content {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .recent .tab-content > .row > .product-block {
        padding: 7px 5px 9px !important;
        min-height: 0 !important;
        height: auto !important;
        border: 1px solid #e5ebe6 !important;
        background: #fff !important;
    }

    .recent .product-image,
    .recent .product-image a {
        height: 105px !important;
        line-height: 105px !important;
        margin: 0 !important;
        text-align: center !important;
    }

    .recent .product-image img {
        width: auto !important;
        height: auto !important;
        max-width: 105px !important;
        max-height: 100px !important;
        object-fit: contain !important;
    }

    .recent .product-name {
        min-height: 38px !important;
        height: auto !important;
        margin: 4px 0 2px !important;
        padding: 0 2px !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
        text-align: center !important;
    }

    .recent .product-price {
        margin: 5px 0 2px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        text-align: center !important;
    }

    /* Hide details not needed in these compact mobile cards */
    .product-collateral .mores .product-options,
    .product-collateral .mores .product-descr,
    .product-collateral .mores .product-code,
    .recent .product-options,
    .recent .product-descr,
    .recent .product-code {
        display: none !important;
    }

    /* Smaller promo ribbons */
    .product-collateral .mores .product-block .mark,
    .recent .product-block .mark {
        transform: scale(.72) !important;
        transform-origin: top left !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — V21 DESKTOP RECENTLY VIEWED
   Desktop-only compact sizing for .recent
   Mobile V20 rules remain untouched.
   ========================================================= */

@media screen and (min-width: 768px) {

    .recent {
        margin-top: 18px !important;
    }

    .recent .content.container {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .recent .content > h5 {
        margin: 8px 0 10px !important;
        font-size: 18px !important;
        line-height: 1.2 !important;
        font-weight: 600 !important;
    }

    .recent .tab-content > .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        align-items: stretch !important;
    }

    .recent .tab-content > .row > .product-block {
        flex: 1 1 0 !important;
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 8px 7px 10px !important;
        min-height: 0 !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .recent .product-image {
        height: 118px !important;
        line-height: 118px !important;
        margin: 0 auto 6px !important;
    }

    .recent .product-image a {
        height: 118px !important;
        line-height: 118px !important;
    }

    .recent .product-image span {
        max-height: 118px !important;
        height: 118px !important;
    }

    .recent .product-image img {
        width: auto !important;
        height: auto !important;
        max-width: 112px !important;
        max-height: 112px !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }

    .recent .product-name {
        height: auto !important;
        min-height: 32px !important;
        margin: 4px 0 3px !important;
        padding: 0 3px !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    .recent .product-name a {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }

    .recent .product-price {
        margin: 5px 0 2px !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
        text-align: center !important;
    }

    .recent .product-block .mark {
        transform: scale(.82) !important;
        transform-origin: top left !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — V28 SEO crawlable controls
   Buttons replace non-navigational <a> elements without href.
   ========================================================= */
.rating-star,
.back-top {
    font: inherit;
}

button.rating-star,
button.back-top {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

button.rating-star {
    display: inline-block;
}

button.back-top {
    display: block;
}


/* =========================================================
   Wallpaper.com.ua — V29 ACCESSIBILITY FINAL
   Search label + contrast + heading hierarchy + main landmark.
   Visual layout preserved.
   ========================================================= */

/* High-contrast green used for text/interactive elements on light backgrounds */
.navbar-toggle,
.product-content .buy-box .price-uah,
.product-content .buy-box .price-uah span,
#wp-room-details > summary,
.product-name a,
.product-collateral .mores .product-name a,
.recent .product-name a {
    color: #2f6f43 !important;
}

.navbar-toggle .icon-bar {
    background-color: #2f6f43 !important;
}

/* Product code: darker background for sufficient white-text contrast */
.product-content .sku,
.product-title + .sku {
    background: #2f6f43 !important;
    color: #fff !important;
}

/* Characteristic labels */
.product-collateral .flat-features li > span:first-child,
.product-collateral .flat-features span {
    color: #5f665f !important;
}

/* Product/accessory names and prices */
.product-block .product-name,
.product-block .product-name a,
.product-collateral .mores .product-name,
.product-collateral .mores .product-name a,
.recent .product-name,
.recent .product-name a {
    color: #2f6f43 !important;
}
.product-block .product-price,
.product-collateral .mores .product-price,
.recent .product-price {
    color: #333 !important;
}

/* Footer contrast on #e8e8e8 */
.footer,
.footer .info,
.footer .info p,
.footer .socials p,
.footer .copyright,
.footer .copyright p {
    color: #555 !important;
}
.footer .menu li a,
.footer a {
    color: #2f6f43 !important;
}
.footer .info p:before,
.footer .menu li:before {
    color: #6b6b6b !important;
}

/* Preserve old appearance after semantic heading-level fixes */
.product-content .payment-delivery .side-section-heading {
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: #3f8958 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

.product-collateral .tab-content > .section-heading,
.product-collateral .section-heading {
    margin: 0 0 14px !important;
    color: #343934 !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

/* Landmark has no visual effect */
#main-content {
    display: block;
}

/* Focus visibility for keyboard users */
button.rating-star:focus-visible,
button.back-top:focus-visible,
.navbar-toggle:focus-visible,
#wp-room-details > summary:focus-visible,
.search .form-control:focus-visible {
    outline: 2px solid #2f6f43 !important;
    outline-offset: 2px;
}

@media screen and (max-width: 767px) {
    .product-content .payment-delivery .side-section-heading {
        font-size: 16px !important;
    }
    .product-collateral .tab-content > .section-heading,
    .product-collateral .section-heading {
        font-size: 20px !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — V30 CONTRAST FINAL
   Targets remaining Lighthouse contrast failures on desktop.
   Layout and sizing unchanged.
   ========================================================= */

/* Top utility navigation */
.topmenu,
.topmenu a,
#topnav,
#topnav a,
#topnav li,
#topnav li a {
    color: #4a4a4a !important;
}

/* Main product title and section headings */
.product-content h1,
.product-title,
.product-title h1,
.product-content .product-title,
.product-content .payment-delivery .side-section-heading,
.product-content .payment-delivery h2,
.product-content .payment-delivery h5 {
    color: #2f6f43 !important;
}

/* Product code: stronger green with white text */
.product-content .sku,
.product-title + .sku,
.sku {
    background-color: #2f6f43 !important;
    color: #ffffff !important;
}

/* "Click to enlarge" helper text */
.product-content .product-image span,
.product-content .product-image + span,
.product-image-main + span,
.product-image-main span,
.product-content span[style*="color:#666"],
.product-content span[style*="color: #666"] {
    color: #555555 !important;
}

/* Ensure generic body/product text does not inherit pale colors */
body,
.product-content,
.product-content p,
.product-content .description,
.product-content .short-description {
    color: #333333;
}

/* Social links in footer/header: accessible text color while preserving icons */
a.twitter,
a.facebook,
a.google,
a.rss {
    color: #4d4d4d !important;
}

/* Any textual labels nested inside social links */
a.twitter font,
a.facebook font,
a.google font,
a.rss font,
a.twitter span,
a.facebook span,
a.google span,
a.rss span {
    color: #4d4d4d !important;
}

/* Side-panel headings that Lighthouse reports against body background */
.side-section-heading,
.payment-delivery h2,
.payment-delivery h5 {
    color: #2f6f43 !important;
}

/* Desktop-only utility menu refinement */
@media screen and (min-width: 768px) {
    .topmenu,
    .topmenu a,
    #topnav a {
        color: #4a4a4a !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — CATEGORY V2 COLOR CARDS SAFE
   ========================================================= */
.category-color-picker {
    margin: 0 0 20px;
    padding: 18px 20px 16px;
    background: #fff;
    border: 1px solid #e5e8e5;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,.035);
}
.category-color-picker__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 13px;
}
.category-color-picker__head h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: #303630;
}
.category-color-reset {
    min-height: 36px;
    padding: 7px 13px;
    border: 1px solid #d6ddd7;
    border-radius: 18px;
    background: #f8faf8;
    color: #3f8958;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.category-color-reset:hover,
.category-color-reset:focus-visible {
    border-color: #3f8958;
    background: #f1f8f3;
    outline: none;
}
.category-color-picker__items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.category-color-card {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 7px 12px 7px 8px;
    border: 1px solid #dde2dd;
    border-radius: 20px;
    background: #fff;
    color: #424842;
    font: inherit;
    font-size: 13px;
    line-height: 1.15;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.category-color-card:hover {
    border-color: #8fb69a;
    box-shadow: 0 2px 7px rgba(63,137,88,.10);
}
.category-color-card:focus-visible {
    outline: 2px solid #3f8958;
    outline-offset: 2px;
}
.category-color-card.is-active {
    border-color: #3f8958;
    background: #f2f8f4;
    box-shadow: inset 0 0 0 1px #3f8958;
}
.category-color-card__swatch {
    position: relative;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border: 1px solid rgba(0,0,0,.20);
    border-radius: 50%;
    box-sizing: border-box;
}
.category-color-card.is-active .category-color-card__swatch:after {
    content: "✓";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,.65);
}
.category-color-card[data-color="белый"] .category-color-card__swatch:after {
    color: #333;
    text-shadow: none;
}
.category-color-card__count {
    color: #7a817a;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .category-color-picker {
        margin-bottom: 14px;
        padding: 14px 12px;
        border-radius: 10px;
    }
    .category-color-picker__head {
        align-items: flex-start;
        margin-bottom: 11px;
    }
    .category-color-picker__head h2 {
        font-size: 16px;
        padding-top: 6px;
    }
    .category-color-reset {
        min-height: 40px;
    }
    .category-color-picker__items {
        gap: 7px;
    }
    .category-color-card {
        min-height: 44px;
        padding: 8px 12px 8px 9px;
    }
    .category-color-card__swatch {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
    }
}


/* =========================================================
   Wallpaper.com.ua — CATEGORY V4
   Более аккуратный H1 на мобильных устройствах.
   Десктопная версия не изменяется.
   ========================================================= */
@media screen and (max-width: 767px) {
    .products-page h1,
    .catalog-page h1,
    .main-content h1,
    #main-content h1 {
        font-size: 32px !important;
        line-height: 1.15 !important;
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 420px) {
    .products-page h1,
    .catalog-page h1,
    .main-content h1,
    #main-content h1 {
        font-size: 30px !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — CATEGORY V6
   Scoped compact sidebar + white card.
   Does not touch the slide-out "Каталог товаров" menu.
   ========================================================= */
@media screen and (min-width: 1001px) {

    /* Compact vertical rhythm */
    .filter-wrapper.category-filter-sidebar .column-holder ul {
        margin-top: 0 !important;
        margin-bottom: 8px !important;
    }

    .filter-wrapper.category-filter-sidebar .column-holder ul li label {
        line-height: 1.2 !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    /* Group headings */
    .filter-wrapper.category-filter-sidebar .s-title,
    .filter-wrapper.category-filter-sidebar h3,
    .filter-wrapper.category-filter-sidebar h4,
    .filter-wrapper.category-filter-sidebar .title {
        color: #303630 !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        margin-top: 11px !important;
        margin-bottom: 7px !important;
    }

    /* Keep native checkboxes usable; only reduce surrounding gaps */
    .filter-wrapper.category-filter-sidebar .checkboxArea {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    /* Subtle separators between groups where supported by markup */
    .filter-wrapper.category-filter-sidebar .column-holder > .s-title:not(:first-child),
    .filter-wrapper.category-filter-sidebar .column-holder > h3:not(:first-child),
    .filter-wrapper.category-filter-sidebar .column-holder > h4:not(:first-child) {
        border-top: 1px solid #edf0ed;
        padding-top: 10px !important;
    }
}

/* Preserve the original responsive slide-out filter behavior */
@media screen and (max-width: 1000px) {

    .filter-wrapper.category-filter-sidebar .left-sidebar {
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — CATEGORY V7
   Fix desktop shift when "Каталог товаров" is opened.
   Keeps the slide-out catalog menu, but prevents the whole
   category content/filter block from translating sideways.
   ========================================================= */
@media screen and (min-width: 1001px) {
    .cd-main-mcontent.mnav-is-visible {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;

        margin-left: 0 !important;
        padding-left: 0 !important;
        border-left: 0 !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — CATEGORY V8
   "Каталог товаров" должен открываться поверх фильтра.
   Геометрию и позиционирование основного контента не меняем.
   ========================================================= */
@media screen and (min-width: 1001px) {

    /* Верхняя панель и выезжающий каталог — выше карточки фильтра */
    .m-wrapper,
    .cd-main-mnav-wrapper,
    .mnav-is-visible .cd-main-mnav-wrapper {
        position: relative;
        z-index: 10050 !important;
    }

    /* Сам выпадающий список категорий поверх левого фильтра */
    .m-wrapper .cd-main-mnav-wrapper,
    .mnav-is-visible .cd-main-mnav-wrapper {
        z-index: 10060 !important;
    }

    /* Основной каталог также ниже открытого меню */
    .cd-main-mcontent,
    .cd-main-content {
        z-index: 10 !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — CATEGORY V9
   Desktop catalog menu works as an overlay dropdown:
   page/content does not move when "Каталог товаров" opens.
   ========================================================= */
@media screen and (min-width: 1001px) {

    /* Anchor for the dropdown. Keep its normal row height fixed. */
    .m-wrapper {
        position: relative !important;
        z-index: 20000 !important;
    }

    /* Opening the menu must never move the page content. */
    .cd-main-mcontent.mnav-is-visible,
    .cd-main-content.mnav-is-visible {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }

    .cd-main-mcontent.mnav-is-visible {
        margin-left: 0 !important;
        border-left: 0 !important;
    }

    /* True dropdown: absolutely positioned directly under the button. */
    .m-wrapper.mnav-is-visible .cd-main-mnav-wrapper {
        display: block !important;
        position: absolute !important;

        top: 100% !important;
        left: 0 !important;
        right: auto !important;

        width: 300px !important;
        max-width: 300px !important;
        height: auto !important;

        margin: 0 !important;
        padding: 10px !important;

        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;

        background: #fff !important;
        border: 1px solid #dfe6e0 !important;
        box-shadow: 0 8px 24px rgba(0,0,0,.14) !important;
        z-index: 20010 !important;
    }

    /* Prevent the dropdown itself from affecting the row geometry. */
    .m-wrapper.mnav-is-visible {
        height: auto !important;
        min-height: 0 !important;
    }

    .cd-main-mcontent,
    .cd-main-content,
    .filter-wrapper.category-filter-sidebar {
        z-index: 1 !important;
    }

    .m-wrapper,
    .m-wrapper .cd-mnav-trigger {
        z-index: 20000 !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — CATEGORY V10
   Align opened catalog dropdown exactly with its green button.
   Keep V9 overlay behavior: page never moves.
   ========================================================= */
@media screen and (min-width: 1001px) {
    .m-wrapper.mnav-is-visible .cd-main-mnav-wrapper {
        left: 0 !important;
        margin-left: 0 !important;
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — CATEGORY V11
   Clean filter footer/actions.
   ========================================================= */
@media screen and (min-width: 1001px) {

    .filter-wrapper.category-filter-sidebar .filter-actions .filter-apply:hover,
    .filter-wrapper.category-filter-sidebar .filter-actions .filter-apply:focus {
        background: #347649 !important;
        border-color: #347649 !important;
    }

    .filter-wrapper.category-filter-sidebar .filter-reset-all:hover,
    .filter-wrapper.category-filter-sidebar .filter-reset-all:focus {
        border-color: #3f8958;
        background: #f4f8f5;
    }

    /* Hide the old technical $ and * controls from the visible UI. */
    .filter-wrapper.category-filter-sidebar .filter-reset-partial {
        display: none !important;
    }

    /* Make the section below actions look intentional, not like continuation
       of the old technical controls. */
    .filter-wrapper.category-filter-sidebar .filter-actions + .s-title,
    .filter-wrapper.category-filter-sidebar .filter-actions + p.s-title {
        margin-top: 6px !important;
        padding-top: 13px !important;
        border-top: 1px solid #edf0ed;
    }
}

@media screen and (max-width: 1000px) {
    .filter-one-click {
        margin: 14px 0;
        padding: 12px 0;
        border-top: 1px solid #edf0ed;
        border-bottom: 1px solid #edf0ed;
    }

    .filter-one-click label {
        display: flex;
        align-items: center;
        gap: 9px;
    }

    .filter-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 14px;
    }

    .filter-actions .filter-apply {
        min-height: 42px;
        border-radius: 6px !important;
    }

    .filter-reset-all {
        display: inline-flex !important;
        align-items: center;
        min-height: 42px;
        padding: 0 12px;
        border: 1px solid #d7dfd8;
        border-radius: 6px;
        background: #fff;
        color: #3f8958 !important;
        text-decoration: none !important;
    }

    .filter-reset-partial {
        display: none !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — CATEGORY V12
   SEO text design for ALL catalog categories.
   Generic .msg styles elsewhere are not changed.
   ========================================================= */
.category-seo-text {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #e5e9e6 !important;
    border-bottom: 1px solid #e5e9e6 !important;
    border-radius: 10px;
    box-shadow: none !important;

    margin: 24px 0 28px !important;
    padding: 24px 28px !important;

    font-size: 15px;
    line-height: 1.65;
    text-align: left;
}

.category-seo-text .container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.category-seo-text p {
    margin: 0 0 13px;
}

.category-seo-text p:last-child {
    margin-bottom: 0;
}

.category-seo-text h2,
.category-seo-text h3,
.category-seo-text h4 {
    color: #2f352f !important;
    line-height: 1.3;
    font-weight: 700;
}

.category-seo-text h2 {
    margin: 2px 0 14px;
    font-size: 23px;
}

.category-seo-text h3 {
    margin: 22px 0 10px;
    font-size: 18px;
}

.category-seo-text h4 {
    margin: 18px 0 8px;
    font-size: 16px;
}

.category-seo-text ul,
.category-seo-text ol {
    margin: 10px 0 15px 22px;
    padding: 0;
}

.category-seo-text li {
    margin: 0 0 6px;
    line-height: 1.55;
}

.category-seo-text strong,
.category-seo-text b {
    color: #272c28;
    font-weight: 700;
}

.category-seo-text a {
    color: #3f8958 !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.category-seo-text a:hover,
.category-seo-text a:focus {
    color: #2f7045 !important;
    text-decoration: none;
}

/* Remove inherited spacing rules from generic .msg */
.category-seo-text p + p,
.category-seo-text div + p,
.category-seo-text ul + p,
.category-seo-text ol + p,
.category-seo-text p + ul,
.category-seo-text p + ol,
.category-seo-text div + ul,
.category-seo-text div + ol {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .category-seo-text {
        margin: 18px 0 22px !important;
        padding: 18px 16px !important;
        border-radius: 8px;
        font-size: 15px;
        line-height: 1.6;
    }

    .category-seo-text h2 {
        font-size: 21px;
        margin-bottom: 12px;
    }

    .category-seo-text h3 {
        font-size: 18px;
        margin-top: 19px;
    }

    .category-seo-text h4 {
        font-size: 16px;
    }

    .category-seo-text ul,
    .category-seo-text ol {
        margin-left: 20px;
    }
}


/* =========================================================
   Wallpaper.com.ua — CATEGORY V17
   Semantic JS controls: buttons instead of fake links.
   ========================================================= */

.filter-reset-top,
.filter-reset-all,
.filter-reset-partial,
.sort-block button,
.tools-block button.product-view,
.next-products-button {
    font: inherit;
}

.filter-wrapper.category-filter-sidebar .filter-reset-partial {
    display: none !important;
}

/* Sort/view buttons must look like original text links */
.sort-block button,
.tools-block button.product-view {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

.sort-block button em {
    font-style: normal;
}

.sort-block button.active,
.sort-block button:hover,
.sort-block button:focus,
.tools-block button.product-view:hover,
.tools-block button.product-view:focus {
    color: #3f8958;
}

/* Preserve original arrow dimensions */
.sort-block button.switch {
    display: inline-block;
    min-width: 18px;
    text-align: center;
}

/* Show-more button remains visually transparent */
.next-products-button {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.next-products-button img {
    vertical-align: middle;
}


/* =========================================================
   Wallpaper.com.ua — CATEGORY V18
   Accessibility: contrast + touch target sizing.
   ========================================================= */

/* Better contrast in left category filter */
.filter-wrapper.category-filter-sidebar,
.filter-wrapper.category-filter-sidebar .left-sidebar {
    color: #3f4540 !important;
}

.filter-wrapper.category-filter-sidebar .left-sidebar a,
.filter-wrapper.category-filter-sidebar .left-sidebar label,
.filter-wrapper.category-filter-sidebar .left-sidebar li,
.filter-wrapper.category-filter-sidebar .left-sidebar span,
.filter-wrapper.category-filter-sidebar .left-sidebar .s-title,
.filter-wrapper.category-filter-sidebar .left-sidebar .s-title span {
    color: #3f4540 !important;
}

.filter-wrapper.category-filter-sidebar .left-sidebar .disabled,
.filter-wrapper.category-filter-sidebar .left-sidebar li.disabled,
.filter-wrapper.category-filter-sidebar .left-sidebar li.disabled a,
.filter-wrapper.category-filter-sidebar .left-sidebar li.disabled label {
    color: #757b76 !important;
}

.filter-wrapper.category-filter-sidebar .left-sidebar .filter-reset-top,
.filter-wrapper.category-filter-sidebar .left-sidebar .filter-reset-all,
.filter-wrapper.category-filter-sidebar .left-sidebar .filter-actions a,
.filter-wrapper.category-filter-sidebar .left-sidebar a {
    color: #2f7045 !important;
}

/* Counter numbers must stay readable */
.filter-wrapper.category-filter-sidebar .left-sidebar li span,
.filter-wrapper.category-filter-sidebar .left-sidebar .count {
    color: #6b716d !important;
}

/* Apply/reset buttons */
.filter-wrapper.category-filter-sidebar .filter-actions .filter-apply {
    background: #347649 !important;
    border-color: #347649 !important;
    color: #fff !important;
}

.filter-wrapper.category-filter-sidebar .filter-actions .filter-reset-all {
    color: #2f7045 !important;
    border-color: #b8c7bc !important;
    background: #fff !important;
}

/* Color reset and sorting controls */
.category-color-reset {
    color: #2f7045 !important;
    border-color: #b8c7bc !important;
    background: #fff !important;
    font-weight: 600;
}

.sort-block button,
.sort-block a {
    color: #3f4540 !important;
}

.sort-block button.active,
.sort-block a.active,
.sort-block button:hover,
.sort-block a:hover {
    color: #2f7045 !important;
}

/* Footer/social text contrast */
.footer,
.footer a,
.footer span,
.footer p,
.footer li {
    color: #555 !important;
}

.footer a:hover,
.footer a:focus {
    color: #2f7045 !important;
}

/* Social icon text is visually hidden but keep accessible */
.footer a.twitter,
.footer a.facebook,
.footer a.google,
.footer a.rss {
    text-indent: -9999px;
    overflow: hidden;
}

/* Touch target sizing for top utility links */
.desk a[href="feedback"],
.desk a[href="callme"],
.desk a[href="contact"],
.desk a[href="sitemap"],
.mob a[href="feedback"],
.mob a[href="callme"],
.mob a[href="contact"],
.mob a[href="sitemap"],
.header a[href="feedback"],
.header a[href="callme"],
.header a[href="contact"],
.header a[href="sitemap"] {
    display: inline-flex !important;
    align-items: center;
    min-height: 44px;
    padding: 8px 10px !important;
    margin: 2px 2px;
    box-sizing: border-box;
}

/* Keep compact spacing on desktop while still meeting touch target minimums */
@media screen and (min-width: 1001px) {
    .desk a[href="feedback"],
    .desk a[href="callme"],
    .desk a[href="contact"],
    .desk a[href="sitemap"],
    .header a[href="feedback"],
    .header a[href="callme"],
    .header a[href="contact"],
    .header a[href="sitemap"] {
        min-height: 40px;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
}

/* On touch layouts keep the full 44px target */
@media screen and (max-width: 1000px) {
    .mob a[href="feedback"],
    .mob a[href="callme"],
    .mob a[href="contact"],
    .mob a[href="sitemap"],
    .header a[href="feedback"],
    .header a[href="callme"],
    .header a[href="contact"],
    .header a[href="sitemap"] {
        min-height: 44px;
        padding: 10px 12px !important;
    }
}


/* =========================================================
   Wallpaper.com.ua — CATEGORY V19
   Accessibility final pass: labels, contrast, touch targets.
   ========================================================= */

/* LEFT FILTER CONTRAST */
.filter-wrapper.category-filter-sidebar .left-sidebar,
.filter-wrapper.category-filter-sidebar .left-sidebar *,
.filter-wrapper.category-filter-sidebar .left-sidebar font {
    color: #303630 !important;
}

.filter-wrapper.category-filter-sidebar .left-sidebar li span,
.filter-wrapper.category-filter-sidebar .left-sidebar .count,
.filter-wrapper.category-filter-sidebar .left-sidebar .disabled,
.filter-wrapper.category-filter-sidebar .left-sidebar .disabled *,
.filter-wrapper.category-filter-sidebar .left-sidebar .disabled font {
    color: #666d67 !important;
}

.filter-wrapper.category-filter-sidebar .filter-reset-top,
.filter-wrapper.category-filter-sidebar .filter-reset-top font,
.filter-wrapper.category-filter-sidebar .filter-reset-all,
.filter-wrapper.category-filter-sidebar .filter-reset-all font,
.category-color-reset,
.category-color-reset font {
    color: #245f39 !important;
}

.filter-wrapper.category-filter-sidebar .filter-actions .filter-apply,
.filter-wrapper.category-filter-sidebar .filter-actions .filter-apply font {
    background: #2f7045 !important;
    border-color: #2f7045 !important;
    color: #fff !important;
}

/* SORT CONTRAST */
.sort-block,
.sort-block *,
.sort-block font {
    color: #3d433e !important;
}

.sort-block .active,
.sort-block .active *,
.sort-block .active font {
    color: #245f39 !important;
}

/* COLOR RESET */
.category-color-reset {
    border-color: #aebdb1 !important;
    background: #fff !important;
    color: #245f39 !important;
}

/* SLIDER FOCUS */
#slider .ui-slider-handle:focus {
    outline: 2px solid #245f39 !important;
    outline-offset: 2px;
}

/* TOUCH TARGETS: header utility links */
a[href="feedback"],
a[href="callme"],
a[href="contact"],
a[href="sitemap"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    min-height: 44px !important;
    padding: 9px 10px !important;
    margin: 2px 3px !important;
    box-sizing: border-box;
    line-height: 1.25 !important;
}

/* Avoid layout explosion in compact desktop utility row */
@media screen and (min-width: 1001px) {
    .topmenu a[href="feedback"],
    .topmenu a[href="callme"],
    .topmenu a[href="contact"],
    .topmenu a[href="sitemap"] {
        min-height: 40px !important;
        padding: 7px 10px !important;
    }
}

/* FOOTER/SOCIAL CONTRAST */
.footer,
.footer *,
.footer font {
    color: #525852 !important;
}

.footer a {
    color: #2f7045 !important;
}


/* =========================================================
   CATEGORY V26.2 — FILTER VISUAL ONLY
   Base: V26.1 stable geometry.
   IMPORTANT: no width/margin/position/transform changes
   for the sidebar column or main content.
   ========================================================= */

/* Main filter card appearance */
.left-sidebar.cd-main-nav-wrapper {
    background: #fff !important;
    border: 1px solid #e2e7e3 !important;
    border-radius: 10px !important;
    padding: 14px 14px 16px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.035) !important;
    overflow: visible !important;
}

/* Filter section separators */
.left-sidebar .filter-section,
.left-sidebar .filter-group,
.left-sidebar .filter-block,
.left-sidebar .filter-params,
.left-sidebar .filter-values {
    border-bottom: 1px solid #e5e9e6;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.left-sidebar .filter-section:last-child,
.left-sidebar .filter-group:last-child,
.left-sidebar .filter-block:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Headings */
.left-sidebar .s-title,
.left-sidebar h3,
.left-sidebar h4,
.left-sidebar .filter-title,
.left-sidebar .param-title {
    color: #2f3430 !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 0 0 10px !important;
}

/* Labels and counts */
.left-sidebar label,
.left-sidebar li,
.left-sidebar .value,
.left-sidebar .filter-value {
    color: #555d57 !important;
}

.left-sidebar .count,
.left-sidebar .counter,
.left-sidebar small {
    color: #9aa19b !important;
}

/* Inputs */
.left-sidebar input[type="text"],
.left-sidebar input[type="number"] {
    min-height: 34px;
    border: 1px solid #d6ddd7 !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #3f4540 !important;
    box-shadow: none !important;
}

/* Checkbox look without changing actual geometry */
.left-sidebar input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    accent-color: #338555;
}

/* Reset links/buttons */
.left-sidebar a,
.left-sidebar button {
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.left-sidebar .filter-reset-top,
.left-sidebar .filter-reset-all,
.left-sidebar a[onclick*="clickFilterReset"] {
    color: #2f7045 !important;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
}

/* Apply button */
.left-sidebar input.publish,
.left-sidebar .filter-apply,
.left-sidebar button.publish {
    min-height: 38px !important;
    padding: 0 14px !important;
    border: 1px solid #338555 !important;
    border-radius: 4px !important;
    background: #338555 !important;
    color: #fff !important;
    font-weight: 600 !important;
    cursor: pointer;
}

.left-sidebar input.publish:hover,
.left-sidebar .filter-apply:hover,
.left-sidebar button.publish:hover {
    background: #286a43 !important;
    border-color: #286a43 !important;
}

/* Secondary reset button */
.left-sidebar .filter-actions input[type="button"],
.left-sidebar .filter-actions button:not(.filter-apply):not(.publish) {
    min-height: 38px !important;
    padding: 0 12px !important;
    border: 1px solid #cfd6d1 !important;
    border-radius: 4px !important;
    background: #f7f8f7 !important;
    color: #404640 !important;
}

/* Small "show all" controls */
.left-sidebar .show-all,
.left-sidebar .all,
.left-sidebar a[onclick*="show"],
.left-sidebar a[onclick*="toggle"] {
    color: #2f7045 !important;
    font-weight: 600;
}

/* Keep mobile touchability, no desktop geometry changes */
@media screen and (max-width: 767px) {
    .left-sidebar label,
    .left-sidebar a,
    .left-sidebar button {
        min-height: 40px;
    }
}


/* =========================================================
   CATEGORY V26.5 — spacing for "Фільтрувати в один клік"
   Base: V26.4
   Only vertical spacing changed.
   ========================================================= */

.left-sidebar .one-click,
.left-sidebar .filter-one-click,
.left-sidebar label[for*="modeOneClick"],
.left-sidebar input[name="modeOneClick"] + label {
    margin-bottom: 12px !important;
}

/* Fallback for the wrapper that contains the one-click checkbox */
.left-sidebar .filter-actions,
.left-sidebar .filter-buttons {
    margin-top: 10px !important;
}

/* Keep buttons separated visually from the checkbox line */
.left-sidebar input.publish,
.left-sidebar .filter-apply,
.left-sidebar button.publish {
    margin-top: 8px !important;
}


/* =========================================================
   HOME V1 DESIGN
   Base: stable eCommerce-UA_CATEGORY_V26_6_NO_PRODUCT_HITS
   Scope: MAIN PAGE ONLY.
   No category/product/filter/JS geometry is changed.
   ========================================================= */

@media screen and (min-width: 768px) {

    /* Main homepage working area */
    body.mainpage .home-redesign {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Hero / slider */
    body.mainpage .home-redesign .slider-container {
        overflow: hidden;
        border: 1px solid #e1e7e2;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 3px 14px rgba(0,0,0,.045);
    }

    body.mainpage .home-redesign .slider-container img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    /* Tabs block */
    body.mainpage .home-redesign .tabs-holder {
        margin-top: 16px;
    }

    body.mainpage .home-redesign .tabset {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 7px;
        margin-bottom: 10px;
    }

    body.mainpage .home-redesign .tabset a.tab,
    body.mainpage .home-redesign .tabset a.topics,
    body.mainpage .home-redesign .tabset a.all,
    body.mainpage .home-redesign .tabset a.info {
        float: none !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        height: auto !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        padding: 10px 18px !important;
        border-radius: 7px;
        font-size: 15px;
        text-decoration: none;
        box-sizing: border-box;
    }

    body.mainpage .home-redesign .tabset a.all,
    body.mainpage .home-redesign .tabset a.topics,
    body.mainpage .home-redesign .tabset a.info {
        background: #338555 !important;
        border: 1px solid #338555 !important;
        color: #fff !important;
    }

    body.mainpage .home-redesign .tabset a.tab {
        background: #f7f8f7 !important;
        border: 1px solid #dfe4e0 !important;
        color: #4b514c !important;
    }

    body.mainpage .home-redesign .tabset a.tab.active {
        background: #fff !important;
        border: 1px solid #338555 !important;
        color: #2f7045 !important;
        box-shadow: inset 0 3px 0 #338555;
    }

    body.mainpage .home-redesign .tabset a:hover,
    body.mainpage .home-redesign .tabset a:focus {
        filter: brightness(.97);
    }

    /* Product area */
    body.mainpage .home-redesign .tabs-holder div.tab {
        border: 1px solid #e2e7e3 !important;
        border-radius: 10px;
        background: #fff;
        overflow: hidden;
    }

    body.mainpage .home-redesign .tab-content {
        padding: 12px;
    }

    /* Product cards on homepage only */
    body.mainpage .home-redesign .product-block {
        border: 1px solid #e7ebe8 !important;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,.025);
        transition: box-shadow .15s ease, transform .15s ease;
    }

    body.mainpage .home-redesign .product-block:hover {
        box-shadow: 0 5px 16px rgba(0,0,0,.06);
        transform: translateY(-1px);
    }

    body.mainpage .home-redesign .product-name {
        line-height: 1.3 !important;
    }

    body.mainpage .home-redesign .product-price {
        padding-bottom: 12px !important;
    }
}

/* Mobile: keep original responsive behavior; only soften visual cards */
@media screen and (max-width: 767px) {
    body.mainpage .home-redesign .slider-container {
        overflow: hidden;
        border-radius: 7px;
    }

    body.mainpage .home-redesign .tabs-holder div.tab,
    body.mainpage .home-redesign .product-block {
        border-radius: 7px;
    }
}


/* =========================================================
   HOME V2 — COMPACT PRODUCT CARDS
   Base: HOME V1 DESIGN
   Scope: MAIN PAGE ONLY
   ========================================================= */

@media screen and (min-width: 768px) {

    /* Slightly tighter product cards on homepage */
    body.mainpage .home-redesign .tab-content {
        padding: 10px !important;
    }

    body.mainpage .home-redesign .product-block {
        padding-bottom: 10px !important;
        margin-bottom: 12px !important;
    }

    body.mainpage .home-redesign .product-image {
        margin-bottom: 8px !important;
    }

    body.mainpage .home-redesign .product-name {
        margin-top: 4px !important;
        margin-bottom: 6px !important;
        min-height: auto !important;
        line-height: 1.25 !important;
    }

    body.mainpage .home-redesign .product-price {
        margin-top: 4px !important;
        padding-top: 0 !important;
        padding-bottom: 6px !important;
        line-height: 1.2 !important;
    }

    /* Reduce vertical gaps between rows */
    body.mainpage .home-redesign .list-products,
    body.mainpage .home-redesign .products {
        row-gap: 12px !important;
    }
}


/* =========================================================
   HOME V3 — RESTORE ORIGINAL PRODUCT HOVER POPUP
   Base: HOME V2
   Main page only.
   ========================================================= */

@media screen and (min-width: 768px) {
    body.mainpage .home-redesign .tabs-holder div.tab {
        overflow: visible !important;
    }

    body.mainpage .home-redesign .product-block:hover {
        transform: none !important;
    }

    /* Do not clip any native quick-view / enlarged image generated by the theme */
    body.mainpage .home-redesign .tab-content,
    body.mainpage .home-redesign .th {
        overflow: visible !important;
    }
}


/* =========================================================
   HOME V4 — BANNER REDESIGN
   Base: stable HOME V3_HOVER_POPUP_FIX
   Scope: homepage hero/slider only.
   ========================================================= */

@media screen and (min-width: 768px) {

    body.mainpage .home-redesign .slider-container {
        position: relative;
        min-height: 0 !important;
        margin-bottom: 14px !important;
        border: 1px solid #dfe6e1 !important;
        border-radius: 12px !important;
        background: #fff !important;
        box-shadow: 0 4px 18px rgba(0,0,0,.055) !important;
        overflow: hidden !important;
    }

    body.mainpage .home-redesign .slider-container .slides,
    body.mainpage .home-redesign .slider-container .flexslider,
    body.mainpage .home-redesign .slider-container .slider,
    body.mainpage .home-redesign .slider-container ul,
    body.mainpage .home-redesign .slider-container li {
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Make the hero visually lower without changing slider JS */
    body.mainpage .home-redesign .slider-container img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 260px !important;
        object-fit: cover !important;
        object-position: center center !important;
        border-radius: 0 !important;
    }

    /* Cleaner arrows */
    body.mainpage .home-redesign .slider-container .flex-direction-nav a,
    body.mainpage .home-redesign .slider-container .prev,
    body.mainpage .home-redesign .slider-container .next {
        opacity: .78 !important;
        transition: opacity .15s ease, background-color .15s ease !important;
    }

    body.mainpage .home-redesign .slider-container:hover .flex-direction-nav a,
    body.mainpage .home-redesign .slider-container:hover .prev,
    body.mainpage .home-redesign .slider-container:hover .next {
        opacity: 1 !important;
    }

    /* Dots, if the current slider renders them */
    body.mainpage .home-redesign .slider-container .flex-control-nav {
        bottom: 10px !important;
        z-index: 5 !important;
    }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1100px) {
    body.mainpage .home-redesign .slider-container img {
        height: 220px !important;
    }
}

/* Mobile: keep natural image proportions and original slider behavior */
@media screen and (max-width: 767px) {
    body.mainpage .home-redesign .slider-container {
        margin-bottom: 12px !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 10px rgba(0,0,0,.04) !important;
        overflow: hidden !important;
    }

    body.mainpage .home-redesign .slider-container img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
}


/* =========================================================
   HOME V5 — CATALOG CARD REDESIGN
   Base: HOME V4_BANNER_REDESIGN
   Scope: homepage left catalog only.
   Geometry/width/functionality unchanged.
   ========================================================= */

@media screen and (min-width: 768px) {

    /* Left catalog shell */
    body.mainpage .cd-main-mnav-wrapper {
        background: #fff !important;
        border: 1px solid #dfe6e1 !important;
        border-radius: 10px !important;
        box-shadow: 0 4px 16px rgba(0,0,0,.05) !important;
        overflow: hidden !important;
    }

    /* Green title bar */
    body.mainpage .cd-main-mnav-wrapper .cd-mnav-trigger,
    body.mainpage .cd-main-mnav-wrapper .m-title,
    body.mainpage .cd-main-mnav-wrapper .title,
    body.mainpage .cd-main-mnav-wrapper > h3 {
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    /* Menu inner spacing */
    body.mainpage .cd-main-mnav-wrapper ul {
        padding: 10px !important;
        margin: 0 !important;
        background: #fff !important;
    }

    body.mainpage .cd-main-mnav-wrapper li {
        margin: 0 0 9px 0 !important;
        padding: 0 !important;
    }

    body.mainpage .cd-main-mnav-wrapper li:last-child {
        margin-bottom: 0 !important;
    }

    body.mainpage .cd-main-mnav-wrapper li a {
        display: block !important;
        padding: 11px 14px !important;
        border: 1px solid #7ca888 !important;
        border-radius: 5px !important;
        background: #fff !important;
        color: #4b514d !important;
        line-height: 1.2 !important;
        transition: background-color .15s ease, color .15s ease, border-color .15s ease !important;
    }

    body.mainpage .cd-main-mnav-wrapper li a:hover,
    body.mainpage .cd-main-mnav-wrapper li a:focus {
        background: #338555 !important;
        border-color: #338555 !important;
        color: #fff !important;
        text-decoration: none !important;
    }
}

/* Mobile: keep original menu mechanics, only slight rounding */
@media screen and (max-width: 767px) {
    body.mainpage .cd-main-mnav-wrapper {
        border-radius: 8px !important;
    }
}


/* =========================================================
   HOME V6 — TABS REDESIGN
   Base: HOME V5_CATALOG_CARD
   Scope: homepage tabs under hero only.
   Tab JS/content/product cards unchanged.
   ========================================================= */

@media screen and (min-width: 768px) {
    body.mainpage .home-redesign .tabs,
    body.mainpage .home-redesign .tabset {
        display: flex !important;
        align-items: stretch !important;
        gap: 7px !important;
        margin: 14px 0 10px !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    body.mainpage .home-redesign .tabs > li,
    body.mainpage .home-redesign .tabset > li {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    body.mainpage .home-redesign .tabs > li > a,
    body.mainpage .home-redesign .tabset > li > a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 46px !important;
        padding: 0 19px !important;
        border: 1px solid #d9dfdb !important;
        border-radius: 7px !important;
        background: #f8f9f8 !important;
        color: #4d514e !important;
        line-height: 1.15 !important;
        text-decoration: none !important;
        box-sizing: border-box !important;
        transition: background-color .15s ease, border-color .15s ease, color .15s ease !important;
    }

    body.mainpage .home-redesign .tabs > li > a:hover,
    body.mainpage .home-redesign .tabset > li > a:hover {
        border-color: #83aa8d !important;
        background: #f2f7f3 !important;
        color: #287647 !important;
    }

    body.mainpage .home-redesign .tabs > li.active > a,
    body.mainpage .home-redesign .tabs > li.current > a,
    body.mainpage .home-redesign .tabset > li.active > a,
    body.mainpage .home-redesign .tabset > li.current > a {
        border-color: #338555 !important;
        background: #338555 !important;
        color: #fff !important;
        box-shadow: 0 2px 6px rgba(0,0,0,.06) !important;
    }
}

@media screen and (max-width: 767px) {
    body.mainpage .home-redesign .tabs,
    body.mainpage .home-redesign .tabset {
        gap: 5px !important;
    }

    body.mainpage .home-redesign .tabs > li > a,
    body.mainpage .home-redesign .tabset > li > a {
        border-radius: 6px !important;
    }
}


/* =========================================================
   HOME V7 — ONLY ACTIVE TAB IS GREEN
   Base: HOME V6_TABS_REDESIGN
   Scope: homepage tab bar only.
   ========================================================= */

@media screen and (min-width: 768px) {

    /* All navigation buttons start neutral */
    body.mainpage .home-redesign .tabset > a.all,
    body.mainpage .home-redesign .tabset > a.topics,
    body.mainpage .home-redesign .tabset > a.info,
    body.mainpage .home-redesign .tabset > a.tab {
        background: #f8f9f8 !important;
        border: 1px solid #d9dfdb !important;
        color: #4d514e !important;
        box-shadow: none !important;
    }

    /* Only the real active tab is green */
    body.mainpage .home-redesign .tabset > a.tab.active {
        background: #338555 !important;
        border-color: #338555 !important;
        color: #fff !important;
        box-shadow: 0 2px 6px rgba(0,0,0,.06) !important;
    }

    /* Hover/focus for inactive items */
    body.mainpage .home-redesign .tabset > a:not(.active):hover,
    body.mainpage .home-redesign .tabset > a:not(.active):focus {
        background: #f2f7f3 !important;
        border-color: #83aa8d !important;
        color: #287647 !important;
    }
}


/* =========================================================
   HOME V8 — PRODUCT CARDS VISUAL POLISH
   Base: HOME V7_ACTIVE_TAB_ONLY
   IMPORTANT: grid dimensions and hover-popup logic untouched.
   ========================================================= */

@media screen and (min-width: 768px) {

    body.mainpage .home-redesign .products-grid .product-item,
    body.mainpage .home-redesign .products-grid .product {
        border: 1px solid #e1e7e3 !important;
        border-radius: 10px !important;
        background: #fff !important;
        box-shadow: 0 1px 3px rgba(0,0,0,.035) !important;
        overflow: visible !important;
        transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
    }

    body.mainpage .home-redesign .products-grid .product-item:hover,
    body.mainpage .home-redesign .products-grid .product:hover {
        border-color: #8db79a !important;
        box-shadow: 0 5px 15px rgba(0,0,0,.08) !important;
    }

    body.mainpage .home-redesign .products-grid .product-item img,
    body.mainpage .home-redesign .products-grid .product img {
        border-radius: 7px 7px 0 0;
    }

    body.mainpage .home-redesign .products-grid .product-item .name,
    body.mainpage .home-redesign .products-grid .product .name {
        line-height: 1.28 !important;
    }

    body.mainpage .home-redesign .products-grid .product-item .price,
    body.mainpage .home-redesign .products-grid .product .price {
        font-weight: 700 !important;
        margin-top: 8px !important;
    }
}


/* =========================================================
   HOME V9 — NEWS CARDS
   Base: stable HOME V8_PRODUCT_CARDS
   Scope: homepage news block only.
   Footer and publication pages untouched.
   ========================================================= */

@media screen and (min-width: 768px) {

    body.mainpage .home-news-redesign {
        width: 100% !important;
        float: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 26px !important;
    }

    body.mainpage .home-news-redesign > p.title {
        margin: 0 0 16px !important;
        font-size: 26px !important;
        line-height: 1.2 !important;
        font-weight: 600 !important;
        color: #333 !important;
    }

    /* Three news cards in one row */
    body.mainpage .home-news-redesign {
        font-size: 0;
    }

    body.mainpage .home-news-redesign > .news {
        display: inline-block !important;
        vertical-align: top !important;
        width: calc((100% - 28px) / 3) !important;
        min-height: 205px !important;
        margin: 0 14px 14px 0 !important;
        padding: 18px !important;
        box-sizing: border-box !important;
        border: 1px solid #e1e7e3 !important;
        border-radius: 10px !important;
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,.035) !important;
        font-size: 14px !important;
        transition: border-color .15s ease, box-shadow .15s ease !important;
    }

    body.mainpage .home-news-redesign > .news:nth-of-type(3n) {
        margin-right: 0 !important;
    }

    body.mainpage .home-news-redesign > .news:hover {
        border-color: #98bda2 !important;
        box-shadow: 0 5px 15px rgba(0,0,0,.06) !important;
    }

    /* Hide legacy thumbnail slot; homepage news becomes text-card style */
    body.mainpage .home-news-redesign > .news > span {
        display: none !important;
    }

    body.mainpage .home-news-redesign .news-date {
        margin: 0 0 10px !important;
        color: #969d98 !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
    }

    body.mainpage .home-news-redesign .news h2 {
        height: auto !important;
        overflow: visible !important;
        margin: 0 0 10px !important;
        line-height: 1.3 !important;
    }

    body.mainpage .home-news-redesign .news h2 a {
        display: block !important;
        padding: 0 !important;
        color: #2f7045 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        text-decoration: none !important;
    }

    body.mainpage .home-news-redesign .news h2 a::before {
        display: none !important;
    }

    body.mainpage .home-news-redesign .news h2 a:hover {
        color: #235c38 !important;
        text-decoration: underline !important;
    }

    body.mainpage .home-news-redesign .news-content {
        margin: 0 !important;
        color: #555d57 !important;
        font-size: 14px !important;
        line-height: 1.55 !important;
    }

    body.mainpage .home-news-redesign .all-news {
        clear: both !important;
        margin: 4px 0 24px !important;
        text-align: right !important;
        font-size: 14px !important;
    }

    body.mainpage .home-news-redesign .all-news a {
        margin-left: 8px !important;
        padding: 9px 16px !important;
        border: 1px solid #338555 !important;
        border-radius: 6px !important;
        background: #fff !important;
        color: #2f7045 !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        text-decoration: none !important;
    }

    body.mainpage .home-news-redesign .all-news a:hover,
    body.mainpage .home-news-redesign .all-news a:focus {
        background: #338555 !important;
        color: #fff !important;
    }
}

@media screen and (max-width: 767px) {
    body.mainpage .home-news-redesign {
        width: 100% !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }

    body.mainpage .home-news-redesign > .news {
        width: 100% !important;
        margin: 0 0 12px !important;
        padding: 15px !important;
        border: 1px solid #e1e7e3 !important;
        border-radius: 8px !important;
        background: #fff !important;
        box-sizing: border-box !important;
    }

    body.mainpage .home-news-redesign > .news > span {
        display: none !important;
    }

    body.mainpage .home-news-redesign .news h2 a {
        padding-left: 0 !important;
    }

    body.mainpage .home-news-redesign .news h2 a::before {
        display: none !important;
    }

    body.mainpage .home-news-redesign .news-content {
        margin-left: 0 !important;
    }
}


/* =========================================================
   HOME V13 — SAFE NEWS BUTTONS FROM V9
   Base: HOME V9_NEWS_CARDS
   No negative margins. No footer pull-up. No card changes.
   ========================================================= */

/* Desktop stays as V9; only ensure normal bottom clearance */
@media screen and (min-width: 768px) {
    body.mainpage .home-news-redesign .all-news {
        margin-bottom: 18px !important;
    }
}

/* Mobile: two normal buttons in one row, with natural spacing */
@media screen and (max-width: 767px) {
    body.mainpage .home-news-redesign {
        margin-bottom: 0 !important;
        padding-bottom: 14px !important;
        overflow: visible !important;
    }

    body.mainpage .home-news-redesign .all-news {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        column-gap: 10px !important;
        width: 100% !important;
        margin: 14px 0 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    body.mainpage .home-news-redesign .all-news a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-height: 44px !important;
        margin: 0 !important;
        padding: 10px 8px !important;
        border: 1px solid #338555 !important;
        border-radius: 6px !important;
        background: #fff !important;
        color: #2f7045 !important;
        font-size: 15px !important;
        line-height: 1.2 !important;
        text-align: center !important;
        text-decoration: none !important;
        box-sizing: border-box !important;
    }
}


/* HOME V15 — correct mobile news title selector */
@media screen and (max-width: 767px) {
    body.mainpage .home-news-redesign .news h2,
    body.mainpage .home-news-redesign .news h2 a,
    body.mainpage .home-news-redesign > .news h2,
    body.mainpage .home-news-redesign > .news h2 a {
        color: #2f7045 !important;
        font-weight: 600 !important;
    }
}


/* =========================================================
   HOME V16 — MOBILE HORIZONTAL SCROLL FIX
   Base: HOME V15_MOBILE_NEWS_TITLE_FIX
   Main page + mobile only.
   Prevents page from drifting left/right by touch.
   ========================================================= */
@media screen and (max-width: 767px) {

    html,
    body.mainpage {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body.mainpage .wrapper,
    body.mainpage .page,
    body.mainpage .container,
    body.mainpage .content,
    body.mainpage .info-block,
    body.mainpage .home-news-redesign {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Prevent homepage descendants from forcing viewport wider */
    body.mainpage img,
    body.mainpage iframe,
    body.mainpage table {
        max-width: 100% !important;
    }

    /* Keep news buttons strictly inside viewport */
    body.mainpage .home-news-redesign .all-news {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}


/* =========================================================
   HOME V18 — FOOTER SOCIAL BUTTONS COMPACT
   Base: HOME V16_MOBILE_HORIZONTAL_LOCK
   Viber / Telegram / Facebook / X, ~30% smaller.
   ========================================================= */
.footer .wp-socials .wp-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
}
.footer .wp-socials .wp-social-btn {
    float: none !important;
    display: inline-flex !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
}
.footer .wp-socials .wp-social-btn span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.footer .wp-socials .wp-social-btn:before {
    font-family: FontAwesome !important;
    font-size: 14px !important;
    line-height: 30px !important;
    padding: 0 !important;
    color: #fff !important;
}
.footer .wp-socials .viber { background: #7360f2 !important; }
.footer .wp-socials .telegram { background: #229ed9 !important; }
.footer .wp-socials .facebook { background: #1877f2 !important; }
.footer .wp-socials .twitter { background: #111 !important; }
.footer .wp-socials .viber:before { content: "\\f095" !important; }
.footer .wp-socials .telegram:before { content: "\\f1d8" !important; }
.footer .wp-socials .facebook:before { content: "\\f09a" !important; }
.footer .wp-socials .twitter:before { content: "\\f099" !important; }

@media screen and (max-width: 767px) {
    .footer .wp-socials {
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .footer .wp-socials .wp-social-links {
        gap: 8px;
    }
    .footer .wp-socials .wp-social-btn {
        width: 34px !important;
        height: 34px !important;
    }
    .footer .wp-socials .wp-social-btn:before {
        font-size: 15px !important;
        line-height: 34px !important;
    }
}


/* HOME V20 — SOCIAL ICON IMAGES, 500-safe */
.footer .wp-socials .wp-social-btn:before {
    content: none !important;
    display: none !important;
}
.footer .wp-socials .wp-social-btn img {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    max-width: 15px !important;
    max-height: 15px !important;
    border: 0 !important;
    pointer-events: none !important;
}
@media screen and (max-width: 767px) {
    .footer .wp-socials .wp-social-btn img {
        width: 17px !important;
        height: 17px !important;
        max-width: 17px !important;
        max-height: 17px !important;
    }
}


/* =========================================================
   HOME V30 — compact spacing only for homepage Information.
   Catalog category SEO blocks remain unchanged.
   ========================================================= */
.home-info-category-style p {
    margin-bottom: 10px !important;
}
.home-info-category-style h2 {
    margin-top: 2px !important;
    margin-bottom: 11px !important;
}
.home-info-category-style h3 {
    margin-top: 16px !important;
    margin-bottom: 8px !important;
}
.home-info-category-style h4 {
    margin-top: 13px !important;
    margin-bottom: 6px !important;
}
.home-info-category-style ul,
.home-info-category-style ol {
    margin-top: 7px !important;
    margin-bottom: 11px !important;
}
.home-info-category-style li {
    margin-bottom: 4px !important;
}

@media screen and (max-width: 767px) {
    .home-info-category-style p {
        margin-bottom: 9px !important;
    }
    .home-info-category-style h2 {
        margin-bottom: 10px !important;
    }
    .home-info-category-style h3 {
        margin-top: 14px !important;
        margin-bottom: 7px !important;
    }
    .home-info-category-style h4 {
        margin-top: 12px !important;
        margin-bottom: 6px !important;
    }
}


/* HOME V31 — tighter gap after headings in homepage Information only */
.home-info-category-style h3 + p,
.home-info-category-style h3 + div,
.home-info-category-style h3 + ul,
.home-info-category-style h3 + ol,
.home-info-category-style h4 + p,
.home-info-category-style h4 + div,
.home-info-category-style h4 + ul,
.home-info-category-style h4 + ol {
    margin-top: 0 !important;
}

.home-info-category-style h3 {
    margin-bottom: 4px !important;
}

.home-info-category-style h4 {
    margin-bottom: 4px !important;
}


/* =========================================================
   HOME V32 — Information vertical spacing -45%
   Base: HOME V31_INFO_TIGHT_HEADINGS
   ONLY vertical margins inside homepage Information block.
   ========================================================= */
.home-info-category-style p {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
}

.home-info-category-style h2 {
    margin-top: 1px !important;
    margin-bottom: 6px !important;
}

.home-info-category-style h3 {
    margin-top: 9px !important;
    margin-bottom: 3px !important;
}

.home-info-category-style h4 {
    margin-top: 7px !important;
    margin-bottom: 3px !important;
}

.home-info-category-style ul,
.home-info-category-style ol {
    margin-top: 4px !important;
    margin-bottom: 6px !important;
}

.home-info-category-style li {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
}

.home-info-category-style h2 + p,
.home-info-category-style h3 + p,
.home-info-category-style h4 + p,
.home-info-category-style h2 + ul,
.home-info-category-style h3 + ul,
.home-info-category-style h4 + ul,
.home-info-category-style h2 + ol,
.home-info-category-style h3 + ol,
.home-info-category-style h4 + ol {
    margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
    .home-info-category-style p {
        margin-bottom: 5px !important;
    }
    .home-info-category-style h2 {
        margin-top: 1px !important;
        margin-bottom: 5px !important;
    }
    .home-info-category-style h3 {
        margin-top: 8px !important;
        margin-bottom: 3px !important;
    }
    .home-info-category-style h4 {
        margin-top: 7px !important;
        margin-bottom: 3px !important;
    }
    .home-info-category-style ul,
    .home-info-category-style ol {
        margin-top: 3px !important;
        margin-bottom: 5px !important;
    }
}


/* =========================================================
   HOME V33 — compact section gaps
   Base: HOME V32_INFO_VERTICAL_SPACING_45
   ONLY further reduction of vertical gaps between SEO sections.
   Typography, text, background, border and widths unchanged.
   ========================================================= */
.home-info-category-style h2 {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
}

.home-info-category-style h3 {
    margin-top: 5px !important;
    margin-bottom: 2px !important;
}

.home-info-category-style h4 {
    margin-top: 4px !important;
    margin-bottom: 2px !important;
}

.home-info-category-style p {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
}

.home-info-category-style ul,
.home-info-category-style ol {
    margin-top: 2px !important;
    margin-bottom: 4px !important;
}

/* Keep list line spacing from V32; only section gaps are tightened */
.home-info-category-style li {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
}

.home-info-category-style p + h2,
.home-info-category-style p + h3,
.home-info-category-style p + h4,
.home-info-category-style ul + h2,
.home-info-category-style ul + h3,
.home-info-category-style ul + h4,
.home-info-category-style ol + h2,
.home-info-category-style ol + h3,
.home-info-category-style ol + h4 {
    margin-top: 5px !important;
}

.home-info-category-style h2 + p,
.home-info-category-style h3 + p,
.home-info-category-style h4 + p,
.home-info-category-style h2 + ul,
.home-info-category-style h3 + ul,
.home-info-category-style h4 + ul,
.home-info-category-style h2 + ol,
.home-info-category-style h3 + ol,
.home-info-category-style h4 + ol {
    margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
    .home-info-category-style h2 {
        margin-top: 0 !important;
        margin-bottom: 4px !important;
    }
    .home-info-category-style h3 {
        margin-top: 5px !important;
        margin-bottom: 2px !important;
    }
    .home-info-category-style h4 {
        margin-top: 4px !important;
        margin-bottom: 2px !important;
    }
    .home-info-category-style p {
        margin-bottom: 4px !important;
    }
    .home-info-category-style ul,
    .home-info-category-style ol {
        margin-top: 2px !important;
        margin-bottom: 4px !important;
    }
}


/* =========================================================
   HOME V34 — tighter heading/section vertical gaps
   Base: HOME V33_INFO_COMPACT_SECTIONS
   ONLY reduce the remaining large gaps around section headings.
   Normal text/list line spacing is unchanged.
   ========================================================= */

.home-info-category-style h2,
.home-info-category-style h3,
.home-info-category-style h4 {
    margin-bottom: 1px !important;
}

.home-info-category-style p + h2,
.home-info-category-style p + h3,
.home-info-category-style p + h4,
.home-info-category-style ul + h2,
.home-info-category-style ul + h3,
.home-info-category-style ul + h4,
.home-info-category-style ol + h2,
.home-info-category-style ol + h3,
.home-info-category-style ol + h4 {
    margin-top: 2px !important;
}

.home-info-category-style h2 + p,
.home-info-category-style h3 + p,
.home-info-category-style h4 + p,
.home-info-category-style h2 + ul,
.home-info-category-style h3 + ul,
.home-info-category-style h4 + ul,
.home-info-category-style h2 + ol,
.home-info-category-style h3 + ol,
.home-info-category-style h4 + ol {
    margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
    .home-info-category-style h2,
    .home-info-category-style h3,
    .home-info-category-style h4 {
        margin-bottom: 1px !important;
    }

    .home-info-category-style p + h2,
    .home-info-category-style p + h3,
    .home-info-category-style p + h4,
    .home-info-category-style ul + h2,
    .home-info-category-style ul + h3,
    .home-info-category-style ul + h4,
    .home-info-category-style ol + h2,
    .home-info-category-style ol + h3,
    .home-info-category-style ol + h4 {
        margin-top: 2px !important;
    }
}


/* =========================================================
   HOME V35 — final heading-to-content spacing
   Base: HOME V34_INFO_TIGHT_SECTION_GAPS
   ONLY reduce space after section headings before first content.
   ========================================================= */
.home-info-category-style h2 + p,
.home-info-category-style h3 + p,
.home-info-category-style h4 + p,
.home-info-category-style h2 + ul,
.home-info-category-style h3 + ul,
.home-info-category-style h4 + ul,
.home-info-category-style h2 + ol,
.home-info-category-style h3 + ol,
.home-info-category-style h4 + ol {
    margin-top: -2px !important;
}

@media screen and (max-width: 767px) {
    .home-info-category-style h2 + p,
    .home-info-category-style h3 + p,
    .home-info-category-style h4 + p,
    .home-info-category-style h2 + ul,
    .home-info-category-style h3 + ul,
    .home-info-category-style h4 + ul,
    .home-info-category-style h2 + ol,
    .home-info-category-style h3 + ol,
    .home-info-category-style h4 + ol {
        margin-top: -2px !important;
    }
}


/* =========================================================
   HOME PAGE TEXT — H2/H3/H4 spacing on LIVE site
   Same spacing as TinyMCE editor.
   ========================================================= */
.home-info-category-style h2,
.category-seo-text.home-info-category-style h2 {
    margin-top: 26px !important;
    margin-bottom: 14px !important;
}

.home-info-category-style h3,
.category-seo-text.home-info-category-style h3 {
    margin-top: 22px !important;
    margin-bottom: 12px !important;
}

.home-info-category-style h4,
.category-seo-text.home-info-category-style h4 {
    margin-top: 18px !important;
    margin-bottom: 10px !important;
}

/* First heading should not create unnecessary empty space at the top */
.home-info-category-style h2:first-child,
.home-info-category-style h3:first-child,
.home-info-category-style h4:first-child {
    margin-top: 0 !important;
}


/* ACCESSIBILITY — news dates contrast */
.news .date,
.news time,
.news .news-date,
.news .date-news {
    color: #595959 !important;
}


/* ACCESSIBILITY — fallback for translated news date nodes */
.news > font:first-child,
.news > span:first-child,
.news p:first-child font:first-child,
.news p:first-child span:first-child {
    color: #595959 !important;
}


/* ACCESSIBILITY V2 — PageSpeed exact contrast fixes */
.news-date {
    color: #595959 !important;
}

body.mainpage .home-redesign .tabset > a.topics {
    color: #3f4340 !important;
}


/* ACCESSIBILITY V3 — Google Translate wrapper-safe contrast fixes */

/* News dates: override the older, more-specific #969d98 rule and
   also color the <font> wrapper injected by Google Translate. */
body.mainpage .home-news-redesign .news-date,
body.mainpage .home-news-redesign .news-date > font,
body.mainpage .home-news-redesign .news-date font {
    color: #555a56 !important;
}

/* "Наши разделы": keep strong contrast on the neutral tab,
   including the <font> wrapper inserted by Google Translate. */
body.mainpage .home-redesign .tabset > a.topics,
body.mainpage .home-redesign .tabset > a.topics > font,
body.mainpage .home-redesign .tabset > a.topics font {
    color: #343834 !important;
}

/* If the link ever becomes an active green control, switch text to white. */
body.mainpage .home-redesign .tabset > a.topics.active,
body.mainpage .home-redesign .tabset > a.topics.active > font,
body.mainpage .home-redesign .tabset > a.topics.active font {
    color: #ffffff !important;
}

/* WALLPAPER.COM.UA /categories redesign 20.08.2026 */
.category-map{padding-top:2px}.category-map>.product-title{margin:0 0 22px}.category-map>ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:0 0 38px;padding:0;overflow:visible}.category-map>ul>li{position:relative;box-sizing:border-box;float:none;width:auto;height:300px;margin:0;padding:20px 20px 18px;overflow:hidden;background:#fff;border:1px solid #e3ebe5;border-radius:10px;box-shadow:0 2px 9px rgba(47,112,69,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.category-map>ul>li:hover{background:#fff;border-color:#b9d2c0;box-shadow:0 8px 24px rgba(47,112,69,.13);transform:translateY(-3px)}.category-map>ul>li>a{position:relative;z-index:2;display:block;height:auto;min-height:26px;padding:0 25px 0 0;overflow:visible;color:#338555;font-size:18px;font-weight:700;line-height:1.35;text-decoration:none}.category-map>ul>li>a::after{content:"";position:absolute;z-index:1;top:-20px;right:-20px;bottom:-254px;left:-20px}.category-map>ul>li>a:hover,.category-map>ul>li>a:focus{color:#2f7045;text-decoration:none}.category-map>ul>li>span{display:flex;float:none;align-items:center;justify-content:center;width:100%;max-width:none;height:225px;max-height:none;margin:10px 0 0;padding:8px;box-sizing:border-box;overflow:hidden;text-align:center}.category-map>ul>li>span img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;margin:auto;object-fit:contain;transition:transform .25s ease}.category-map>ul>li:hover>span img{transform:scale(1.035)}.category-map>ul>li>ul{position:relative;z-index:3}@media(max-width:991px){.category-map>ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.category-map>ul>li{width:auto;height:285px;padding:18px}.category-map>ul>li>a::after{top:-18px;right:-18px;left:-18px;bottom:-241px}.category-map>ul>li>span{height:210px}}@media(max-width:600px){.category-map>.product-title{margin-bottom:16px}.category-map>ul{grid-template-columns:1fr;gap:14px;margin-bottom:25px}.category-map>ul>li{width:auto;height:245px;padding:16px;border-radius:8px}.category-map>ul>li>a{font-size:17px}.category-map>ul>li>a::after{top:-16px;right:-16px;left:-16px;bottom:-207px}.category-map>ul>li>span{height:180px;margin-top:8px;padding:5px}}
/* 20.08.2026: компактнее карточки и крупнее основные изображения.           */
/* ========================================================================== */
@media (min-width: 992px) {
    .category-map > ul {
        gap: 18px 20px;
        margin-bottom: 30px;
    }

    .category-map > ul > li {
        height: 240px;
        padding: 18px 18px 16px;
    }

    .category-map > ul > li > a::after {
        top: -18px;
        right: -18px;
        bottom: -196px;
        left: -18px;
    }

    .category-map > ul > li > span {
        height: 170px;
        margin-top: 5px;
        padding: 3px 6px;
    }

    /* Wallpaper и Ecopaper — немного крупнее. */
    .category-map > ul > li:nth-child(1) > span img,
    .category-map > ul > li:nth-child(2) > span img {
        width: 82%;
        max-width: 82%;
        max-height: 100%;
    }

    /* Versailles сохраняем более компактным по пропорциям логотипа. */
    .category-map > ul > li:nth-child(3) > span img {
        width: 58%;
        max-width: 58%;
        max-height: 100%;
    }

    /* Аксессуары — заметнее, но без чрезмерного увеличения. */
    .category-map > ul > li:nth-child(4) > span img {
        width: 58%;
        max-width: 58%;
        max-height: 100%;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    .category-map > ul {
        gap: 16px;
        margin-bottom: 28px;
    }

    .category-map > ul > li {
        height: 235px;
        padding: 17px;
    }

    .category-map > ul > li > a::after {
        top: -17px;
        right: -17px;
        bottom: -192px;
        left: -17px;
    }

    .category-map > ul > li > span {
        height: 166px;
        margin-top: 5px;
        padding: 3px 5px;
    }

    .category-map > ul > li:nth-child(1) > span img,
    .category-map > ul > li:nth-child(2) > span img {
        width: 84%;
        max-width: 84%;
    }

    .category-map > ul > li:nth-child(3) > span img,
    .category-map > ul > li:nth-child(4) > span img {
        width: 60%;
        max-width: 60%;
    }
}

@media (max-width: 600px) {
    .category-map > ul {
        gap: 12px;
    }

    .category-map > ul > li {
        height: 220px;
        padding: 15px;
    }

    .category-map > ul > li > a::after {
        top: -15px;
        right: -15px;
        bottom: -184px;
        left: -15px;
    }

    .category-map > ul > li > span {
        height: 153px;
        margin-top: 4px;
        padding: 2px 4px;
    }

    .category-map > ul > li:nth-child(1) > span img,
    .category-map > ul > li:nth-child(2) > span img {
        width: 86%;
        max-width: 86%;
    }

    .category-map > ul > li:nth-child(3) > span img,
    .category-map > ul > li:nth-child(4) > span img {
        width: 62%;
        max-width: 62%;
    }
}

/* WALLPAPER.COM.UA — MOBILE HOME TABS V1 */
@media (max-width:600px){body.mainpage .home-redesign .tabs-holder{margin-top:14px}body.mainpage .home-redesign .tabset{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 12px 14px;padding:0}body.mainpage .home-redesign .tabset>a,body.mainpage .home-redesign .tabset>a.tab,body.mainpage .home-redesign .tabset>a.all,body.mainpage .home-redesign .tabset>a.topics,body.mainpage .home-redesign .tabset>a.info{display:flex;float:none;align-items:center;justify-content:center;width:auto!important;min-width:0;height:46px;margin:0!important;padding:4px 6px!important;box-sizing:border-box;border:1px solid #dfe7e1!important;border-radius:9px;background:#fff!important;color:#3f5145!important;font-size:14px;font-weight:600;line-height:1.15!important;text-align:center;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.04);white-space:normal}body.mainpage .home-redesign .tabset>a span,body.mainpage .home-redesign .tabset>a font{color:inherit!important;line-height:inherit!important}body.mainpage .home-redesign .tabset>a.active,body.mainpage .home-redesign .tabset>a.active:hover,body.mainpage .home-redesign .tabset>a.active:focus{border:1px solid #2f8d58!important;background:#2f8d58!important;color:#fff!important;box-shadow:0 2px 5px rgba(47,141,88,.18)}body.mainpage .home-redesign .tabset>a:not(.active):hover,body.mainpage .home-redesign .tabset>a:not(.active):focus{border-color:#9fc8ad!important;background:#f4faf6!important;color:#287447!important}body.mainpage .home-redesign .tabset>a.active{border-top-width:1px!important}}@media (max-width:365px){body.mainpage .home-redesign .tabset{gap:6px;margin-right:8px;margin-left:8px}body.mainpage .home-redesign .tabset>a,body.mainpage .home-redesign .tabset>a.tab,body.mainpage .home-redesign .tabset>a.all,body.mainpage .home-redesign .tabset>a.topics,body.mainpage .home-redesign .tabset>a.info{height:44px;padding-right:4px!important;padding-left:4px!important;font-size:13px}}

/* WALLPAPER.COM.UA — MOBILE HOME PRODUCT IMAGES V1 */
@media (max-width:470px){body.mainpage .home-redesign .product-block .product-image{width:calc(100% - 20px)!important;margin:10px auto 12px!important;border-radius:12px!important;overflow:hidden!important;background:#fff}body.mainpage .home-redesign .product-block .product-image>a,body.mainpage .home-redesign .product-block .product-image>a>span{border-radius:12px!important;overflow:hidden!important}body.mainpage .home-redesign .product-block .product-image img{width:96%!important;max-width:96%!important;height:auto!important;margin:0 auto!important;border-radius:12px!important}}


/* =========================================================
   SHOW MORE V4 — keep desktop appearance on mobile too
   ========================================================= */
@media (max-width: 767px) {
    .next-products {
        padding: 20px 10px;
        text-align: center;
    }
    .next-products-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        color: #444;
        font-size: 20px;
        line-height: 1.2;
        text-align: left;
        white-space: normal;
        cursor: pointer;
    }
    .next-products-button img {
        display: inline-block !important;
        position: static !important;
        left: auto !important;
        width: 100px !important;
        height: 100px !important;
        margin: 0 !important;
        flex: 0 0 100px;
        vertical-align: middle;
    }
}

/* Category SEO readmore — STOBUD-style */
.category-seo-text .readmore-js-toggle.rmore{display:inline-block;margin-top:8px;cursor:pointer;text-decoration:none;font-weight:600;}
