@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700,900&subset=cyrillic";

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.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
}

.fa-lg {
    font-size: 1.3333333333em;
    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.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.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 {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-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 {
    -webkit-filter: none;
    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: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url(chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {

    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url(chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-line-left {
    left: 0;
    width: 11%
}

.irs-line-mid {
    left: 9%;
    width: 82%
}

.irs-line-right {
    right: 0;
    width: 11%
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1
}

.irs-slider.type_last {
    z-index: 2
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.block {
    position: relative
}

.block_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.block_1_1,
.filter__brands,
.filter__footer {
    width: calc(100% / 1 * 1)
}

.block_1_2,
.filter__customFilter {
    width: calc(100% / 2 * 1)
}

.block_1_3 {
    width: calc(100% / 3 * 1)
}

.block_1_4,
.filter__button {
    width: calc(100% / 4 * 1)
}

.block_1_5,
.filter__item {
    width: calc(100% / 5 * 1)
}

.block_1_6,
.filter__brand {
    width: calc(100% / 6 * 1)
}

.block_2_1 {
    width: calc(100% / 1 * 2)
}

.block_2_2 {
    width: calc(100% / 2 * 2)
}

.block_2_3 {
    width: calc(100% / 3 * 2)
}

.block_2_4 {
    width: calc(100% / 4 * 2)
}

.block_2_5,
.filter__item_price {
    width: calc(100% / 5 * 2)
}

.block_2_6 {
    width: calc(100% / 6 * 2)
}

.block_3_1 {
    width: calc(100% / 1 * 3)
}

.block_3_2 {
    width: calc(100% / 2 * 3)
}

.block_3_3 {
    width: calc(100% / 3 * 3)
}

.block_3_4 {
    width: calc(100% / 4 * 3)
}

.block_3_5 {
    width: calc(100% / 5 * 3)
}

.block_3_6 {
    width: calc(100% / 6 * 3)
}

.block_4_1 {
    width: calc(100% / 1 * 4)
}

.block_4_2 {
    width: calc(100% / 2 * 4)
}

.block_4_3 {
    width: calc(100% / 3 * 4)
}

.block_4_4 {
    width: calc(100% / 4 * 4)
}

.block_4_5 {
    width: calc(100% / 5 * 4)
}

.block_4_6 {
    width: calc(100% / 6 * 4)
}

.block_5_1 {
    width: calc(100% / 1 * 5)
}

.block_5_2 {
    width: calc(100% / 2 * 5)
}

.block_5_3 {
    width: calc(100% / 3 * 5)
}

.block_5_4 {
    width: calc(100% / 4 * 5)
}

.block_5_5 {
    width: calc(100% / 5 * 5)
}

.block_5_6 {
    width: calc(100% / 6 * 5)
}

.block_6_1 {
    width: calc(100% / 1 * 6)
}

.block_6_2 {
    width: calc(100% / 2 * 6)
}

.block_6_3 {
    width: calc(100% / 3 * 6)
}

.block_6_4 {
    width: calc(100% / 4 * 6)
}

.block_6_5 {
    width: calc(100% / 5 * 6)
}

.block_6_6 {
    width: calc(100% / 6 * 6)
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none
}

.containWidth,
.filter__inner {
    width: 1140px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 1199px) {

    .containWidth,
    .filter__inner {
        width: 910px
    }
}

@media (max-width: 979px) {

    .containWidth,
    .filter__inner {
        width: 694px
    }
}

@media (max-width: 767px) {

    .containWidth,
    .filter__inner {
        width: 100%
    }
}

.filter {
    color: #333;
    font-family: 'Open Sans', sans-serif
}

.filter__inner {
    background: #8BC34A;
    background: rgba(139, 195, 74, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.filter__brands {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #fff
}

.filter__brand {
    margin-bottom: 5px;
    padding-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400
}

.filter__brandInput {
    display: none
}

.filter__brandLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.filter__brandLabel:hover {
    background: rgba(255, 255, 255, 0.8)
}

.filter__brandLabel_disabled {
    color: #999;
    cursor: default
}

.filter__brandLabel_disabled:hover {
    background: none
}

.filter__brandImg {
    height: 40px;
    width: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 5px;
    border: 1px solid #71a436;
    background: #fff
}

.filter__brandImg_disabled {
    -webkit-filter: grayscale(1) blur(0px);
    filter: grayscale(1) blur(0px)
}

.filter__brandName {
    font-weight: inherit !important;
    text-align: center
}

.filter__brandCount {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    margin-left: 3px
}

.filter__brandCount:before {
    content: '('
}

.filter__brandCount:after {
    content: ")"
}

.filter__brandInput:checked+.filter__brandLabel {
    background: rgba(255, 255, 255, 0.8)
}

.filter__item {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    position: relative;
    padding: 5px 10px 20px
}

.filter__item:before {
    content: '';
    width: 1px;
    background: #fff;
    height: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.filter__item:nth-child(6n+1):before {
    content: ''
}

.filter__rangeslider {
    display: none
}

.filter__name {
    margin-bottom: 5px
}

.filter__value_price {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 21px
}

.filter__value:after {
    content: '';
    clear: both;
    display: block
}

.filter__select {
    display: none
}

.filter__footer {
    background: #8BC34A;
    margin-top: -1px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter__customFilter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: end;
    padding: 20px;
    border-bottom: 1px solid #fff
}

.filter__group {
    position: relative
}

.filter__checkbox {
    display: none
}

.filter__label {
    padding-left: 25px
}

.filter__label:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border-radius: 5px;
    color: #fff
}

.filter__checkbox:not(checked)+.filter__label:before {
    background: #fff
}

.filter__checkbox:checked+.filter__label:before {
    background: #71a436
}

.filter__checkbox:checked+.filter__label:after {
    content: '\f00c';
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 0;
    left: 2px;
    line-height: 20px
}

.filter__button {
    display: block;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff
}

.filter__button_reset {
    background: #999
}

.filter__button_success {
    background: #71a436
}

.filter__up {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #333;
    background: #8BC34A;
    cursor: pointer;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    padding: 20px 20px 10px
}

.filter__up:before {
    content: "\f0de";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 5px;
    font-size: 25px
}

@media (max-width: 1199px) {
    .filter__brand {
        width: calc(100% / 4)
    }
}

@media (max-width: 979px) {
    .filter__brand {
        width: calc(100% / 3)
    }

    .filter__item {
        width: calc(100% / 3)
    }

    .filter__item_price {
        width: calc(100% / 3 * 2)
    }
}

.img-overlay.mobile {
    display: none
}

@media (max-width: 767px) {
    .filter__brand {
        width: 100%
    }

    .filter__item {
        width: 100%
    }

    .filter__customFilter {
        width: 100%
    }

    .filter__button {
        width: 100%
    }

    .filter__select {
        display: block
    }

    .filter__value select {
        width: 100%
    }

    .name.det {
        text-decoration: underline
    }

    .catalog__podcategory.det {
        margin: 0 !important
    }

    .title.price {
        margin-bottom: 10px !important
    }

    .podcategory.det {
        padding: 0 !important;
        border: none !important
    }

    .popular .popular__item:nth-child(3) {
        display: none
    }

    .item__product__block {
        box-shadow: 0 4px 4px rgba(129, 127, 127, 0.25)
    }

    .navbar .cart {
        padding-bottom: 15px;
        padding-top: 20px
    }

    .podcategory.det {
        margin: 0 !important
    }

    .name.det {
        font-weight: 700 !important;
        font-size: 13px !important;
        line-height: 22px;
        margin-left: 10px;
        color: #777
    }

    .podcategory.det img {
        width: 60px !important;
        padding: 5px;
        height: 60px !important;
        object-fit: contain
    }

    .product .price.with-delivery:after,
    .featured .price.with-delivery:after {
        margin-top: 80px !important
    }

    .btn {
        padding: 10px 12px
    }

    .pho {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        text-align: left;
        top: -10px;
        margin-top: -10px
    }

    .navbar .cart {
        padding-right: 15px;
        padding-left: 15px
    }

    .navbar .btn-navbar {
        margin-right: 15px;
        width: 35px;
        height: 35px;
        padding: 9px
    }

    header {
        border: none
    }
}

.irs {
    height: 40px;
    color: #333
}

.irs:after {
    content: '';
    clear: both;
    display: block
}

.irs-line {
    height: 10px;
    background: #ccc;
    margin-right: -1px;
    margin-left: -1px;
    top: 10px
}

.irs-grid-pol {
    background: #807f7f
}

.irs-grid-text {
    color: #807f7f
}

.irs-min,
.irs-max,
.irs-from,
.irs-to,
.irs-single {
    font-size: 10px;
    line-height: 21px;
    font-weight: 300;
    background: #999;
    color: #fff;
    top: -15px;
    padding-right: 3px;
    padding-left: 3px;
    border-radius: 5px
}

.irs-from,
.irs-to,
.irs-single {
    background: #71a436;
    font-size: 12px;
    line-height: 21px;
    font-weight: 300
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
    content: '';
    position: absolute;
    bottom: -10px;
    border: 5px solid transparent;
    border-top-color: #71a436;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.irs-bar {
    background: #71a436;
    height: 10px;
    top: 10px
}

.filter__accordion {
    width: 100%
}

.filter__title {
    display: none
}

.filter__accordion-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:640px) {
    .filter__accordion-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: all .3s ease 0;
        -o-transition: all .3s ease 0;
        transition: all .3s ease 0;
        transition: none;
        overflow: hidden;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        opacity: 0
    }

    .filter__footer {
        border-top: 1px solid #fff
    }

    .filter__title {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: #71a436;
        color: #fff;
        font-size: 14px;
        line-height: 21px;
        font-weight: 300;
        padding: 10px 20px;
        display: block
    }

    .filter__accordion {
        height: 42px;
        cursor: pointer;
        border-bottom: 1px solid #fff
    }

    .filter__accordion.active {
        height: auto;
        border-bottom: none
    }

    .filter__accordion.active .filter__accordion-body {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        z-index: 1
    }
}

.slick-loading .slick-list {
    background: #fff url(./ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: 400;
    font-style: normal;
    src: url(./fonts/slick.eot);
    src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg")
}

.slick-prev,
.slick-next {
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    cursor: pointer
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev {
    z-index: 5000;
    background-image: url(https://image.freepik.com/free-icon/no-translate-detected_318-143041.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0
}

[dir='rtl'] .slick-prev {
    right: 0;
    left: auto
}

.slick-prev:before {
    content: '<'
}

[dir='rtl'] .slick-prev:before {
    content: '>'
}

.slick-next {
    z-index: 5000;
    background-image: url(https://image.freepik.com/free-icon/no-translate-detected_318-33616.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0
}

.slick-next:before {
    content: ''
}

[dir='rtl'] .slick-next:before {
    background-image: url(https://image.freepik.com/free-icon/no-translate-detected_318-33616.jpg);
    content: ''
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.product-preview .picture img {
    height: auto;
    max-width: 90% !important;
    object-fit: contain;
    margin: auto !important;
    padding: 5px 0;
    max-height: 250px
}

.slick-dotted.slick-slider {
    width: 90%;
    margin: auto
}

.product-preview .picture {
    padding-bottom: 30px
}

.slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.blocks-spacer {
    margin-top: 0
}

.slide__nav {
    max-height: 80px !important
}

.slider-nav img {
    max-height: 80px !important
}

.slick-dotted.slick-slider {
    width: 90%;
    margin: auto;
    height: 80px;
    overflow: hidden;
    position: relative
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7800;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8000;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.flexslider {
    width: 100%;
    overflow: hidden
}

.dropdown-megamenu:hover .megamenu {
    display: flex;
    flex-direction: column
}

.pisosinka {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    background: #95c538
}

.pisosinka a {
    color: #999;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 700;
    position: relative
}

.nav {
    margin-top: 10px !important
}

.navbar-inner {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (max-width: 990px) {
    .navbar .nav>li>a,
    .navbar .nav>li>p {
        font-size: 12px;
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .pisosinka a {
        color: #fff !important
    }

    .navbar .dropdown {
        border-bottom: 1px solid #e2e2e2 !important
    }

    .nav-collapse .nav>li>a {
        margin-bottom: 0 !important
    }

    .nav .dropdown-toggle .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
        transform: rotate(270deg)
    }

    .nav-collapse,
    .nav-collapse.collapse {
        height: 100vh;
        position: fixed;
        top: 0;
        overflow: hidden;
        background: #fff;
        width: 0;
        right: 0;
        transition: 1s;
        z-index: 10000
    }

    .nav-collapse.active {
        height: 100vh !important;
        position: fixed;
        top: 0;
        overflow: unset;
        background: #fff;
        width: 100%;
        right: 0;
        z-index: 10000;
        transition: 1s
    }

    .span9 {
        height: 45px
    }

    .clouse {
        position: relative;
        top: 15px;
        width: 20px;
        height: 20px;
        margin-left: 95%;
        cursor: pointer;
        z-index: 100;
        right: 39px;

    }

    .dropdown-toggle.osn {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .navbar .btn-navbar {
        margin-right: 15px
    }

    #search-popup {
        height: 60px !important;
        width: 100%
    }

    .comback {
        display: none
    }

    .megamenu.mob {
        display: block !important
    }

    .megamenu.resp {
        display: none !important
    }
}

.flexslider {
    width: 100%;
    overflow: hidden
}

.filter__brand {
    width: 100%
}

.block_1_5,
.filter__item {
    width: 100%
}

.containWidth,
.filter__inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: rgba(197, 225, 164, 0.32)
}

.block_1_2,
.filter__customFilter {
    width: 100%
}

.block_1_4,
.filter__button {
    width: 100%
}

.filter__left {
    min-width: 260px;
    width: 30%
}

.filter__item {
    padding-right: 20px;
    padding-left: 20px
}

.filter__brands {
    padding: 20px
}

.catalogElementList {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 20px
}

.item__product__block {
    padding: 15px;
    width: calc(33% - 20px);
    margin: 10px;
    margin-bottom: 25px
}

.filter__item:before {
    display: none
}

.catalog__right {
    margin-left: 15px
}

.catalog__podcategory.det {
    margin-left: 0 !important
}

.popular {
    padding-left: 0 !important
}

.isotope--title {
    height: 85px
}

.proizvoditel,
.colorits {
    margin-bottom: 10px
}

.colls {
    display: flex;
    align-items: center;
    padding: 10px 0
}

.colls .pisos {
    border: none;
    box-shadow: none;
    margin: 0;
    text-align: center;
    width: 30px
}

.colls .pisos:focus {
    box-shadow: none !important;
    border: none !important;
    background: unset !important
}

.item__product__block .kollone,
.item__product__block .kolltwo {
    display: none
}

.product .price,
.featured .price {
    text-align: center;
    position: relative;
    border-top: 1px solid #95C538;
    border-radius: unset;
    font-size: 20px;
    color: #A83664;
    background: unset;
    margin: 0
}

.proizvoditel span {
    font-weight: 700;
    font-size: 12px;
    color: #777
}

.colorits span {
    font-weight: 700;
    font-size: 12px;
    color: #777
}

.col__vo {
    display: flex;
    height: 20px;
    align-items: center;
    margin-bottom: 15px
}

.col__vo .colls {
    margin-left: 10px
}

.filter__button.filter__button_reset {
    background: rgba(197, 225, 164, 0.32);
    color: #656565
}

.filter__footer {
    background: unset
}

.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
    background: #a7d155;
    color: #fff
}

.item__product__block.lines {
    width: 100%
}

.lines .product-inner {
    display: flex
}

.lines .main-titles.no-margin {
    display: flex
}

.lines .b .title.price {
    border-top: unset
}

.lines .b {
    border-left: 1px solid #95C538;
    min-width: 240px;
    margin-left: 10px;
    margin-bottom: -40px;
    margin-top: -15px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.lines .t {
    margin-left: 20px;
    margin-right: 10px
}

.lines .product-img {
    margin-bottom: 15px;
    max-width: 30%
}

.lines .kollone,
.lines .kolltwo {
    display: block
}

@media screen and (max-width: 1200px) {
    .podcategory.det {
        width: calc(50% - 10px) !important
    }

    .item__product__block {
        width: calc(50% - 20px) !important
    }

    .popup-products .span3 .product .picture .btn.btn_buy1click,
    .catalogElementList .product .picture .btn.btn_buy1click {
        margin-top: 10px
    }

    .popup-products .span3 .product .picture .btn.more,
    .catalogElementList .product .picture .btn.more {
        margin-top: 0
    }

    .popup-products .span3 .product .picture .btn.buy,
    .catalogElementList .product .picture .btn.buy {
        margin-top: 0
    }

    .mobile-slider__product-inner .btn.btn_buy1click {
        margin-top: 0px
    }

    .mobile-slider__product-inner .btn.more {
        margin-top: 0
    }

    .mobile-slider__product-inner .btn.buy {
        margin-top: 0
    }
}

@media screen and (max-width: 982px) {
    .sortable {
        display: none !important
    }

    .podcategory.det {
        width: 100% !important
    }

    .popup-products .span3 .product .picture .btn.btn_buy1click,
    .catalogElementList .product .picture .btn.btn_buy1click {
        margin-top: 0
    }

    .mobile-slider__product-inner .btn.btn_buy1click {
        margin-top: 0
    }

    .popular span {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .catalog__right {
        width: 100%;
        margin-left: 0
    }

    .filter__left {
        width: 100%;
        display: none;
        order: 3
    }

    .form-inline.sorting-by>label {
        display: none
    }

    .sorting-by {
        display: flex;
        flex-wrap: wrap
    }

    .piltr-pipiltr {
        width: 43px;
        height: 37px;
        background-color: rgba(197, 225, 164, 0.32);
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(pipiltr.svg);
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center;
        margin-right: 10px
    }

    #isotopeSorting {
        width: calc(100% - 53px)
    }
}

@media screen and (max-width: 640px) {
    .span12.fleix {
        flex-wrap: wrap
    }
}

.item_section_name_gray {
    display: flex;
    align-items: center
}

.item_section_name_gray label {
    margin-right: 10px
}

.product-title .name:after {
    display: none
}

.btn-successs {
    color: #95C538;
    font-weight: 700;
    font-size: 14px
}

.btn-successs:before {
    content: url(nal.svg);
    margin-right: 5px
}

.item_section_name_gray label {
    font-weight: 400;
    color: #777;
    font-size: 16px
}

.oneblocks p {
    font-weight: 400;
    color: #777;
    font-size: 16px;
    margin-bottom: 20px
}

.bloocks {
    display: flex
}

.oneblocks {
    width: 70%;
    padding-right: 15%
}

.item_info_section {
    width: 30%
}

#variant {
    width: 150px
}

.product-title {
    margin-bottom: 20px
}

.tprice {
    font-weight: 700;
    font-size: 16px;
    color: #777;
    margin-right: 10px
}

#dinamicPrice {
    font-weight: 800;
    font-size: 24px;
    color: #A83664;
    margin-top: 10px;
    display: block;
    margin-bottom: 40px
}

.v_korzinu {
    background: #A83664;
    border-radius: 3px;
    width: 170px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0 2px 0 #66213D;
    padding-top: 3px
}

.one__click {
    background: orange;
    border-radius: 3px;
    width: 170px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    margin-top: 10px;
    box-shadow: 0 2px 0 #A06800;
    /*padding-top: 3px*/
}

.haracter {
    width: 100%
}

.tiny-size {
    border: none !important;
    box-shadow: none !important;
    margin: 0;
    text-align: center;
    width: 20px
}

.bx_cnt_desc {
    display: none !important
}

.item_info_section {
    display: flex
}

.twoblocks {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.product-title .name {
    margin-top: 0
}

.product-description li:after {
    border-bottom: 1px solid #e0e0e0 !important
}

.product-description li span.dt {
    color: #777;
    font-size: 16px;
    font-weight: 400
}

.product-description li span.dd {
    font-weight: 700;
    color: #777
}

.main-titles .title {
    color: #777;
    font-weight: 700
}

.main-titles .title .light {
    color: #777;
    font-weight: 400
}

.push-up {
    padding: 25px 25px 0
}

.product-preview .picture {
    border: none !important
}

.slider-for .slick-list.draggable {
    border: 1px solid #CCC;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 6px;
    height: 282px;
    padding: 20px 0
}

.slick-dotted .slick-slide {
    height: 90px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 6px
}

.slick-dotted.slick-slider {
    margin: 0 -4px
}

.bloocks hr {
    margin-bottom: 5PX
}

.one__click:hover {
    background: #f9980f;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.v_korzinu:hover {
    background: #923359;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.nav-tabs>li>a:after {
    display: none
}

.nav-tabs>li>a {
    padding: 15px 20px
}

.nav-tabs>li.active>a {
    border-radius: 3px 3px 0 0
}

.main-titles .arrows a:hover {
    background-color: #878585 !important
}

.sortable {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 15px
}

.sortable span {
    color: #656565;
    font-weight: 600;
    font-size: 14px
}

.sortable a {
    color: #656565;
    font-weight: 600;
    font-size: 14px;
    margin: 0 5px
}

.greensy {
    text-decoration: underline;
    color: #71a436 !important
}

.black-clr {
    color: #656565;
    font-weight: 600;
    font-size: 14px
}

.item__product__block {
    padding: 15px
}

.item__product__block:hover {
    box-shadow: 0 4px 4px rgba(129, 127, 127, 0.25)
}

.vid {
    display: flex;
    margin-left: 5px
}

.vid__block {
    background-image: url(../img/blocks.svg);
    width: 30px;
    height: 30px;
    display: flex
}

.vid__line {
    background-image: url(../img/lists.svg);
    width: 30px;
    height: 30px;
    display: flex
}

.minus {
    background-image: url(../img/minuss.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    cursor: pointer
}

.plus {
    background-image: url(../img/pluss.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    cursor: pointer
}

.filter__titles {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    font-size: 16px;
    color: #565656;
    font-weight: 600
}

.filter__item {
    padding-top: 15px !important;
    border: none;
    padding-bottom: 0
}

.filter__footer {
    margin-top: 20px
}

.chosen-container-multi .chosen-choices {
    box-shadow: none;
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
    padding-left: 10px;
    height: 36px
}

.product .price.with-delivery:after,
.featured .price.with-delivery:after {
    content: 'Цена с доставкой';
    position: absolute;
    left: 0;
    top: 95%;
    background: orange;
    width: 100%;
    font-size: 14px;
    text-transform: unset;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 5px
}

.product .price,
.featured .price {
    padding: 10px 0 !important
}

.item__product__block {
    padding: 15px;
    padding-bottom: 22px !important
}

.item__product__block .b {
    margin: 0 -15px
}

.title.price {
    color: #A83664
}

.slick-list .main-titles {
    padding-bottom: 90px
}

.katc {
    height: 100px !important
}

.link__cat a {
    font-weight: 500 !important
}

@media screen and (max-width: 982px) {
    .row.blocks-spacer {
        display: flex;
        flex-wrap: wrap
    }

    .row.blocks-spacer .span5 {
        width: 100%
    }

    .row.blocks-spacer .span7 {
        width: 100%
    }

    .slick-list .product {
        margin: 10px
    }

    .btn.more.btn-primary {
        background-image: url(pripary.svg);
        background-position: CENTER;
        background-repeat: no-repeat
    }

    .btn.buy.btn-danger {
        background-image: url(card.svg);
        background-position: CENTER;
        background-repeat: no-repeat
    }

    .img-overlay.mobile a:last-child {
        background-image: url(click.svg);
        background-position: CENTER;
        background-repeat: no-repeat;
        background-size: 25px
    }

    .popular .popular__item:nth-child(2) {
        display: none
    }

    .btn.more.btn-primary {
        background-image: url(pripary.svg);
        background-position: CENTER;
        background-repeat: no-repeat
    }

    .btn.buy.btn-danger {
        background-image: url(card.svg);
        background-position: CENTER;
        background-repeat: no-repeat
    }

    .img-overlay.mobile a:last-child {
        background-image: url(click.svg);
        background-position: CENTER;
        background-repeat: no-repeat;
        background-size: 25px
    }

    .popular .popular__item:nth-child(2) {
        display: none
    }

    .img-overlay.mobile a {
        width: 50px !important;
        height: 50px !important;
        font-size: 0 !important;
        margin: 0 3px
    }

    .img-overlay {
        display: none
    }

    .img-overlay.mobile {
        justify-content: center;
        display: flex;
        margin-top: 0
    }
}

@media screen and (max-width: 600px) {
    .bloocks {
        flex-direction: column
    }

    .oneblocks {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0
    }

    .item_info_section {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .katc {
        height: auto !important
    }

    .push-up.blocks-spacer {
        padding: 25px 0 0
    }

    .nav {
        margin-top: 20px;
        display: flex;
        flex-direction: column
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: #ddd
    }
}

.descriptionSecton {
    border-top: 1px solid #D2D2D2;
    font-weight: 400;
    font-size: 16px;
    color: #363E34;
    padding: 20px 0
}

.descriptionSecton h2 {
    font-weight: 700;
    font-size: 18px;
    color: #363E34
}


/* тест */
.descriptionSecton img[align="left"] {
    margin-right: 10px;
}

@media screen and (max-width: 640px) {
    .item__product__block {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media screen and (max-width: 1200px) {

    .popup-products .span3 .product .picture .btn.btn_buy1click,
    .catalogElementList .product .picture .btn.btn_buy1click {
        margin-top: 0
    }
}

.item__product__block.lines .b {
    margin: 0 -15px;
    margin-left: auto
}

.lines .main-titles.no-margin {
    display: flex;
    width: 100%
}

.item__product__block.lines .b {
    margin-left: auto;
    margin-bottom: -40px;
    margin-top: -15px
}

.slider-for {
    border: 1px solid #e0e0e0;
    border-radius: 3px
}

@media screen and (max-width: 990px) {
    #myTab li {
        display: none
    }

    #myTab li.active {
        display: block
    }

    #myTab {
        display: flex;
        flex-direction: row
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        border-bottom: none
    }

    .butsons {
        display: flex;
        margin-left: 20px;
        border-bottom: 1px solid #95C538;
        height: 35px
    }

    .bording {
        margin-left: auto
    }

    .butsons .l {
        background-image: url(lnav.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 17px;
        height: 17px;
        background-color: #C4C4C4;
        border-radius: 3px;
        margin: 0 1px;
        background-size: 5px
    }

    .butsons .r {
        background-image: url(rnav.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 17px;
        height: 17px;
        background-color: #C4C4C4;
        border-radius: 3px;
        margin: 0 1px;
        background-size: 5px
    }

    .r:hover,
    .l:hover {
        background-color: #777
    }
}

@media screen and (max-width: 480px) {
    .slick-dotted .slick-slide {
        height: 50px;
        border: 1px solid #CCC;
        box-sizing: border-box;
        border-radius: 3px;
        margin: 6px
    }

    .product-preview .picture img {
        height: 100%
    }
}

.slider-for .slick-list.draggable {
    border: none;
    margin: 0
}

.slider-for {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-bottom: 6px
}

.filter__brands {
    padding: 20px;
    height: 220px;
    overflow-y: scroll
}

.srav {
    font-weight: 600;
    font-size: 12px;
    color: #9D9D9D
}

.srav:before {
    content: url(srav.svg);
    margin-right: 5px
}

.srav:hover {
    cursor: pointer;
    color: orange
}

.srav:hover:before {
    content: url(sravor.svg);
    margin-right: 5px
}

.srav.der {
    margin-left: 20px;
    font-size: 15px
}

.product-title {
    display: flex
}

.filter__brands::-webkit-scrollbar {
    width: 6px;
    height: 3px
}

.filter__brands::-webkit-scrollbar-track {
    background-color: rgba(93, 146, 33, 0.24)
}

.filter__brands::-webkit-scrollbar-track-piece {
    background-color: rgba(93, 146, 33, 0.24)
}

.filter__brands::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #5D9221;
    border-radius: 3px
}

.filter__brands::-webkit-scrollbar-corner {
    background-color: rgba(93, 146, 33, 0.24)
}

.filter__brands::-webkit-resizer {
    background-color: rgba(93, 146, 33, 0.24)
}

.srav.ps__disabled:before {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    content: "\f110";
    font: normal normal normal 14px/1 FontAwesome
}

.compaire__icon {
    align-items: center;
    height: 55px;
    border-left: 1px solid #e0e0e0;
    background-image: url(comps.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: right;
    display: flex;
    position: relative;
    width: 65px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px;
    color: #34353e;
    transition: .5s;
    box-sizing: content-box
}

.compaire__icon:hover {
    background-image: url(compsh.png);
    cursor: pointer
}

.heads {
    display: flex;
    justify-content: space-between
}

.blr {
    display: flex;
    margin-left: auto
}

@media screen and (max-width: 1200px) {
    .carrd {
        width: 180px !important
    }

    .carrd .items {
        font-size: 0
    }

    .carrd .items .dark-clr {
        font-size: 14px
    }
}

@media screen and (max-width: 990px) {
    .mmnu {
        width: 100%;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 10px
    }

    .navbar .btn-navbar {
        margin-right: 0
    }

    .heads {
        flex-wrap: wrap
    }

    .blr {
        display: flex;
        width: 100%;
        justify-content: flex-end
    }

    .carrd {
        width: 80px !important
    }
}

@media screen and (max-width: 768px) {
    .mmnu {
        padding-right: 20px
    }

    .blr {
        width: 100%;
        padding-right: 20px
    }

    .carrd {
        width: auto !important;
        height: 55px !important
    }

    .navbar .cart-container {
        margin-top: 0 !important;
        border-top: none !important
    }

    .compaire__icon {
        margin-left: 0;
        align-items: center;
        height: 55px;
        border-left: 1px solid #e0e0e0;
        background-image: url(comps.png);
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: right;
        display: flex;
        position: relative;
        width: 60px;
        padding-left: 12px;
        font-size: 14px;
        font-weight: 700;
        margin-left: 0
    }
}

.row.blocks-spacer .product .price.with-delivery:after,
.row.blocks-spacer .featured .price.with-delivery:after {
    position: relative;
}

.vid__line.active {
    background-image: url(../img/listsact.svg);
    width: 30px;
    height: 30px;
    display: flex;
}

.vid__block.active {
    background-image: url(../img/blocksact.svg);
    width: 30px;
    height: 30px;
    display: flex;
}

.picture .img-overlay {
    z-index: 100;
}

/* Правки меню, подсказок результатов поиска, скрытие слайдера 21.02.2020 */

div.title-search-result {
    z-index: 9999 !important;
}

.megamenu ul li a {
    width: 80%;
}

@media (max-width: 980px) {

    .one__item.sub,
    .two__item.sub {
        background-image: url(/include/Vector.png);
        background-repeat: no-repeat;
        background-position: 95% 16px !important;
    }
}

@media (max-width: 500px) {
    .main-slider__mob-hidden {
        display: none;
    }
}

@media (max-width: 990px) {
    .clouse {
        display: block;
        top: 10px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 99;
        text-align: center;
        right: 39px;

    }
}

/* список статей сбоку под фильтром 21.02.2020 */

.aside-article {
    list-style: none;
    padding: 16px;
    margin: 0;
    border: 1px solid #e0e0e0;
}

.aside-article__title {
    font-size: 18px;
    color: #777777;
    margin-bottom: 16px;
}

.aside-article__item {
    position: relative;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 18px;
}

.aside-article__item:before {
    position: absolute;
    top: .4em;
    left: 0;
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #95c538;
}

.aside-article__item:last-child {
    margin-bottom: 0;
}

/* окошко с результатами поиска в хедере 03.03.2020 */
table.title-search-result {
    width: 100% !important;
}

table.title-search-result td {
    white-space: normal !important;
}

/* mobile-slider */

.mobile-slider__product-inner {
    /* width: 220px; */
    margin-right: 15px;
}

.mobile-slider__wrap {
    position: relative;
    margin-bottom: 20px;
}


.mobile-slider__top-attr {
    position: relative;
}

.mobile-slider__top-attr .title {
    color: #34353e;
    font-size: 18px;
    line-height: 20px;
}

.mobile-slider__top-attr .main-titles.lined {
    padding-bottom: 9px;
    margin-bottom: 25px
}

.mobile-slider__top-attr .main-titles.lined::before {
    background-color: #9D9D9D;
}

.mobile-slider__top-attr .main-titles.lined::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 61px;
    height: 1px;
    right: 0;
    background-color: #95C538;
}

.mob-slider__next,
.mob-slider__prev {
    width: 27px;
    height: 27px;
    border-radius: 3px;
    background: #c4c4c4;
    top: -8px;
    right: 0;
    color: #ffffff;
    left: auto;
    display: inline-block;
    position: absolute;
    border: none;
    line-height: 26px;
}

.mob-slider__prev {
    right: 34px;
}

.mob-slider__next:hover,
.mob-slider__prev:hover {
    background: rgb(128, 127, 127);
}

.mob-slider__next::before,
.mob-slider__prev::before {
    opacity: 1;
    color: white;
}

.mobile-slider__product-img {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.mobile-slider__product img {
    margin: 0 auto;
    margin-bottom: 10px;
    height: 158px;
    max-width: 100%;
    object-fit: contain;
}

.mobile-slider__product-img .bestprice {
    background: url(../images/best-proc.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
}

.mobile-slider__product-img .brand_mini {
    width: 60px;
    height: 60px;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #348631;
}



.mobile-slider__product-title .price {
    text-align: center;
    font-weight: 800;
    font-size: 20px;
}

.mobile-slider__product-title .isotope--title {
    border-top: 1px solid #95C538;
    padding-bottom: 15px;
}


@media screen and (max-width: 580px) {
    /*
    .blocks-spacer .popup-products {
        display: none;
    }
    */

    .main-titles-mob-hidden {
        display: none;
    }

    .blocks-spacer .span12 .mobile-slider__top-attr .main-titles {
        display: block;
    }
}

@media screen and (min-width: 580px) {
    /* .mobile-slider__blocks {
    display: none;
  } */
}

/* open full text */

.btn-to-open-full-text,
.btn-to-close-full-text {
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: orange;
    text-align: center;
    margin: auto;
    font-weight: 700;
    width: 100%;
    font-weight: bold;
    margin-top: 18px;
    display: block;
}

@media screen and (max-width: 580px) {

    .btn-to-open-full-text {
        display: none;
    }
}

@media screen and (min-width: 580px) {

    .btn-to-open-full-text,
    .btn-to-close-full-text {
        display: none;
    }
}

/* news on main page bottom  */
.mobile-news__wrap {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.mobile-news__main-content {
    width: calc(100% / 3 - 20px);
    text-decoration: none;
    display: inline-block;
}

.mobile-news__main-content:hover {
    text-decoration: none;
}

.mobile-news__title .title {
    color: #34353e;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.mobile-news__title-bold {
    font-weight: bold;
}

.mobile-news__img-news {
    height: 172px;
}

.mobile-news__img-news img {
    width: 100%;
    height: inherit;
    object-fit: cover;
}

.mobile-news__news-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    margin: 20px 0;
}

.mobile-news__news-description {
    font-size: 16px;
    line-height: 21px;
    color: #777777;
    font-family: 'PT Sans', sans-serif;
    height: 56px;
    width: 100%;
    margin-bottom: 25px;
}

.mobile-news__button-all {
    font-weight: bold;
    font-size: 13px;
    line-height: 37px;
    display: inline-block;
    border: none;
    color: #fff;
    text-decoration: none;
    background-color: #FFA500;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    outline: none;
    transition: background-color .1s ease;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    width: 106px;
    -webkit-box-shadow: 0 2px 0 #c77605;
    box-shadow: 0 2px 0 #c77605;
    height: 37px;
    margin-top: 20px;
}

.mobile-news__button-all:hover {
    background: #f9980f;
}

.mobile-news__btn-center {
    text-align: center;
}




@media screen and (max-width: 784px) {
    .mobile-news__main-content {
        width: calc(100% / 2 - 30px);
    }
}

@media screen and (max-width: 597px) {
    .mobile-news__main-content {
        width: 100%;
    }
}

.mobile-search-input .pull-right {
    float: none;
}

.mobile-search-input button[type="submit"] {
    position: absolute;
    display: block;
    border: none;
    background: none;
    width: 30px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    color: #95C538;
    right: 0;
    top: 3px;
}

.mobile-search-input .span1 {
    width: 100%;
}

@media screen and (min-width: 580px) {

    .mobile-search-input.nav-collapse {
        display: none;
    }
}

@media screen and (max-width: 580px) {

    .mobile-search-input.nav-collapse {
        display: block;
        height: auto;
        position: relative;
        z-index: 0;
    }

    .mobile-search-input .pull-right {
        padding: 0;
        margin: 0;
        border: none;

    }

    .mobile-search-input .span1 {
        box-sizing: border-box;
        height: 37px;
        margin-top: 0;
    }

    #search-popup {
        height: auto !important;
    }
}

/* страница доставки и оплаты 30.03.2020*/

.transport-type-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1.5px solid #CCCCCC;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 20px;
}

.transport-type-block__text {
    width: 100%;
    max-width: 380px;
    margin-right: 20px;
}

.transport-type-block__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.delivery__special-text {
    color: #A83664;
}

.delivery__table {
    border-spacing: 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.delivery__table tr:nth-child(2n)>td {
    background-color: #f3f3f3;
}

.delivery__table tr:nth-child(2n+1)>td {
    background-color: #ffffff !important;
}

.delivery__table thead tr:nth-child(n)>td {
    background-color: #f3f3f3 !important;
    border-bottom: 1px solid #cccccc !important;
    color: #363E34;
}

.delivery__table tr:nth-child(n)>td:nth-child(n) {
    padding-left: 30px;
}

.delivery__table tr:nth-child(n)>td:nth-child(2n) {
    border-left: 1px solid #cccccc;
    text-align: center;
}

.delivery__table thead tr:nth-child(n)>td:nth-child(2n) {
    border-left: none;
}

.delivery__tables-wrap {
    margin-bottom: 60px;
}

.delivery__logistic-wrap {
    margin-bottom: 60px;
}

.delivery__tabs-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #797979;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 60px;
    border-bottom: 2px solid #CCCCCC;
}


.delivery__tabs-menu__item {
    position: relative;
    width: fit-content;
    margin-right: 50px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.delivery__tabs-menu__item:last-child {
    margin-right: 0;
}

@media screen and (max-width:576px) {
    .delivery__tabs-menu {
        flex-direction: column;
    }

    .delivery__tabs-menu__item {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
}

.delivery__tabs-menu__item_active {
    color: #363E34;
}

.delivery__tabs-menu__item_active:after {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background-color: #87C73D;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -4px;
    -webkit-animation: fadeIn .3s linear;
    animation: fadeIn .3s linear;
}

.delivery__tab-content {
    display: none;
}

.delivery__tab-content_active {
    display: block;
    -webkit-animation: fadeIn .3s linear;
    animation: fadeIn .3s linear;
}

.delivery__title-area {
    margin-bottom: 10px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.payment__content-wrap {
    margin-bottom: 40px;
}

.delivery__tip-text {
    position: relative;
    padding-left: 55px;
}

.delivery__tip-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width:768px) {
    .transport-type-block__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .transport-type-block__text {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* вкладки в деталке товара 28.04.2020*/
@media screen and (max-width: 982px) {
    #myTab li {
        display: block;
    }

    #myTab {
        flex-direction: column;
    }

    #myTab .its a {
        margin-right: 0;
        border: none;
    }

    #myTab .its {
        transition: .3s;
        border-top: 2px solid #e0e0e0;
    }

    #myTab .its:last-child {
        border-bottom: 2px solid #e0e0e0;
    }

    #myTab .its.active a {
        background: rgba(0, 0, 0, 0.05);
    }
}

/* /вкладки в деталке товара*/

/* страница оформления заказа */

.ap-order-wrap {
    display: flex;
    flex-flow: row nowrap;
}

.ap-order-form {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}

.ap-order-main-block {
    flex: 1;
    padding: 0 15px;
    counter-reset: orderSteps;
}

.ap-order-main-block__Inner {
    width: 100%;
    max-width: 580px;
    padding-left: 40px;
    border-left: 2px solid #87C73D;
}

.ap-order-main-block__Inner:last-child {
    border-left: 2px solid rgba(0, 0, 0, 0);
}

.ap-order-sidebar {
    padding: 0 15px;
    flex-shrink: 0;
}

.ap-order-block {
    position: relative;
    padding-bottom: 65px;
    counter-increment: orderSteps;
}

.ap-order-block__number {
    position: absolute;
    top: -9px;
    left: -61px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    background-color: #87C73D;
}

.ap-order-block__number:before {
    content: counter(orderSteps);
    line-height: 1;
}

.ap-order-sidebar__total {
    border: 1px solid #e8e9eb;
    border-radius: 3px;
    padding: 20px;
    transition: opacity .2s ease;
}

.ap-order-sidebar__total-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

.ap-order-sidebar__total-text {
    margin-right: 10px;
    font-weight: bold;
}

.ap-order-sidebar__total-row-total {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 25px 0 5px;
}

.ap-order-sidebar__total-row-total .ap-order-sidebar__total-result {
    font-size: 28px;
}

.ap-order-sidebar__total-row-button {
    padding: 20px 0 5px;
}

.ap-order-title {
    margin-bottom: 30px;
}

.ap-order-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
}

.ap-order-radio {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.ap-order-pesonal-field {
    display: flex;
    flex-flow: column;
}

.ap-order-pesonal-field label {
    color: #777777;
    font-size: 16px;
}

.ap-order-input {
    width: 100%;
    max-width: 380px
}

.ap-order-textarea {
    width: 100%;
    max-width: 380px;
    resize: none;
}

.ap-radio {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    width: max-content;
    cursor: pointer;
    user-select: none;
    margin-bottom: 15px;
    /* width: 50%; */
}

.ap-radio__input {
    display: none;
}

.ap-radio__input:checked+.delivery__icon.active {
    opacity: 1;
}

.ap-radio__input:checked+.ap-radio__custom::after {
    opacity: 1;
}

.radio-inline-taxi {
    margin-top: 16px;
}

.radio-inline-taxi .ap-radio {
    display: flex;
    flex-direction: row;
}

.radio-inline-taxi .ap-radio__text {
    font-size: 16px;
    margin-left: 8px;
    font-weight: normal;
}

.ap-radio__custom {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.ap-radio__custom:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #9D9D9D;
    border-radius: 50%;
    transition: .3s;
}

.ap-radio__custom:after {
    content: '';
    opacity: 0;
    transition: all 0.2s;
    position: absolute;
    top: auto;
    left: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #95C538;
}


.ap-radio__text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 0;
    color: #777777;
    font-size: 14px;
    width: 100%;
    max-width: 560px;
    line-height: 1.35;
    font-weight: bold;
}

.ap-order-delivery-block {
    border-bottom: 1px solid #C4C4C4;
}

/* /страница оформления заказа */

/* вкладки в деталке товара 28.04.2020*/
@media screen and (max-width: 990px) {
    #myTab li {
        display: block;
    }

    #myTab {
        flex-direction: column;
    }

    #myTab .its a {
        margin-right: 0;
        border: none;
    }

    #myTab .its {
        transition: .3s;
        border-top: 2px solid #e0e0e0;
    }

    #myTab .its:last-child {
        border-bottom: 2px solid #e0e0e0;
    }

    #myTab .its.active a {
        background: rgba(0, 0, 0, 0.05);
    }
}

/* /вкладки в деталке товара*/
/* 07.07.20 */
.slick-slide.slider-nav__color {
    border-radius: 0;
    width: 48px !important;
    height: 48px;
    border: none;
    margin: 12px 8px 0;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-slide.slider-nav__color::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .2s;
    border-radius: 50px;
    border: 2px solid transparent;
}

.slick-slide.slider-nav__color:focus {
    outline: none;
}

.slick-slide.slider-nav__color:hover::before,
.slider-nav__color.slick-current::before {
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid #FFA500;
}

.slider-nav__color svg {
    position: absolute;
    z-index: 10;
    opacity: 0;
}

.slider-nav__color.slick-current svg {
    opacity: 1;
}

.product-preview .picture .slider-nav__color img {
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.slide-for__color {
    position: absolute;
    bottom: 20px;
    margin: auto;
    right: 0;
    left: 0;
    width: 264px;
    height: 27px;
    color: #FFFFFF;
    background: rgba(135, 155, 160, 0.65);
    font-weight: 500;
    font-size: 16px;
    padding-top: 4px;
    font-family: Open Sans;
}

p.item_section_name_gray:last-of-type,
.oneblocks p:last-of-type {
    margin-bottom: 0;
}

.item_section_name_gray {
    margin-top: 6px;
}

p.item_section_name_gray+span.item_section_name_gray,
.oneblocks p+span.item_section_name_gray {
    margin-top: 14px;
}

.oneblocks {
    font-family: Open Sans;
}

.col__vo,
.pisos {
    font-weight: bold;
    font-size: 16px;
}

/* 20.07.20 */
.picture img {
    height: 100%;
}

.slick-slide img {
    object-fit: cover;
}


@media (max-width: 990px) and (min-width: 768px) {
    .hidden-tablet {
        display: none !important;
    }
}

@media all and (max-width: 991px) {
    .megamenu {
        background: #f9f9f9;
        position: fixed;
        width: 0;
        z-index: 200;
        height: 100vh;
        top: 0;
        overflow: hidden;
        right: 0;
        transition: 1s;
    }

    .dropdown-toggle.osn.resp {
        display: none;
    }

    .navbar .dropdown {
        margin-bottom: 0 !important;
    }

    .megamenu.active {
        background: #f9f9f9;
        position: fixed;
        width: 100%;
        z-index: 200;
        height: 100vh;
        top: 0;
        overflow: unset;
        transition: 1s;
    }

    .megamenu ul {
        margin: 0;
        width: 320px;


    }

    .nav {
        margin-top: 20px;
    }

    .megamenu ul li {
        list-style: none;
        /*padding: 10px 30px;*/
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        color: #777777;
        text-transform: none;
        border-top: 1px solid #e0e0e0;

    }

    .megamenu ul li:hover .two__item a {
        color: #777777 !important;
    }

    .megamenu ul li:hover a {
        color: #fff !important;
    }

    .megamenu ul li:hover {
        background-color: #f98f00;
        color: #fff;
        cursor: pointer;
    }

    .megamenu ul li a:hover {
        cursor: pointer;
    }

    .megamenu ul .two__item:hover {
        background-color: #fff;
        color: #777777;
    }

    .megamenu ul .free__item:hover {
        background: #F3F8EC;
        color: #777777;
    }

    .megamenu .one {
        background-color: #fbfbfb;
    }

    .megamenu .two {
        background-color: #EBF4DA;
        position: absolute;
        z-index: 200;
        left: 100%;
        top: 0;
        width: 100%;
        transition: 1s;
        z-index: 100;
        top: 40px;
    }

    .megamenu .one {
        width: 100%;
    }

    .megamenu .free {
        background: #DAEAC5;
        position: absolute;
        z-index: 200;
        left: 100%;
        top: 0;
        transition: 1s;
        width: 0;
        z-index: 200;
        height: 100%;
    }

    .one__item .two.active {
        width: 100%;
        opacity: 1;
        left: 0;
    }

    .two__item .free.active {
        width: 100%;
        opacity: 1;
        left: 0;
    }

    .one,
    .two,
    .free {
        height: 100vh;
        overflow-y: scroll;
    }

    .pisos {
        height: 100%;
        background-color: #EBF4DA;
        display: block;
        position: relative;
    }

    .comback {
        text-transform: none;
    }

    .one__item.sub,
    .two__item.sub {
        /*background-image: url(../include/Vector.png);*/
        background-repeat: no-repeat;
        background-position: 95% 16px;
    }

    .one__item.sub:hover {
        /*background-image: url(../include/Vectorf.png);*/
        background-repeat: no-repeat;
        background-position: 95% 16px;
    }

    .two__item.sub:hover {
        /*background-image: url(../include/Vectorg.png);*/
        background-repeat: no-repeat;
        background-position: 95% 16px;
    }

    .megamenu ul li a {
        color: #777777 !important;
    }
}









@media (min-width: 991px) {
    .megamenu {
        background: #f9f9f9;
        position: absolute;
        width: auto;
        z-index: 200;
        display: none;

    }

    .pisosinka {
        display: none;
    }

    .clouse {
        display: none;
    }

    .megamenu.mob {
        display: none !important;
    }

    .megamenu ul {
        margin: 0;
        width: 320px;


    }

    .megamenu ul li {
        list-style: none;

        font-weight: bold;
        font-size: 13px;
        line-height: 19px;
        color: #777777;
        text-transform: none;

    }

    .megamenu ul li:hover {
        background-color: #f98f00;
        color: #fff !important;
        cursor: pointer;
    }

    .megamenu ul li a:hover {

        text-decoration-line: none;
    }

    .megamenu ul li:hover a {
        color: #fff !important;
    }

    .megamenu ul li:hover .two__item a {
        color: #777777 !important;
    }

    .megamenu ul .two__item:hover {
        background-color: #fff !important;
        color: #777777;
    }

    .megamenu ul .free__item:hover {
        background: #F3F8EC;
        color: #777777;
    }

    .megamenu .one {
        background-color: #f8f8f8;
    }

    .megamenu .two {
        background-color: #EBF4DA;
        position: absolute;
        z-index: 200;
        left: 0;
        top: 0;
        width: 0;
        /*transition: 1s;*/
        z-index: -100;
    }

    .megamenu .one {}

    .megamenu .free {
        background: #DAEAC5;
        position: absolute;
        z-index: 200;
        left: 0;
        top: 0;
        /*transition: 1s;*/
        width: 0;
        z-index: -1500;
        height: 100%;
    }

    .one__item:hover .two {
        width: 320px;
        opacity: 1;
        left: 320px;
    }

    .one__item {
        direction: ltr;
    }

    .two__item:hover .free {
        width: 320px;
        opacity: 1;
        left: 320px;
    }

    .one,
    .two,
    .free {
        height: 62vh;
        overflow-y: auto;
        border-bottom: 1px solid #95c538;
        /* max-height: 60vh;*/
    }

    .one {
        direction: rtl;
    }

    .two {
        direction: ltr;
    }

    .pisos {
        height: 100%;
        background-color: #EBF4DA;
        display: block;
        position: relative;
    }

    .one__item.sub,
    .two__item.sub {
        /*background-image: url(../include/Vector.png);*/
        background-repeat: no-repeat;
        background-position: 285px 20px;
    }

    .one__item.sub:hover {
        /*background-image: url(../include/Vectorf.png);*/
        background-repeat: no-repeat;
        background-position: 285px 20px;
    }

    .two__item.sub:hover {
        /*background-image: url(../include/Vectorg.png);*/
        background-repeat: no-repeat;
        background-position: 285px 20px;
    }

    .one__item a {
        color: #777777 !important;
    }

    .megamenu ::-webkit-scrollbar-button {
        background-image: url('');
        background-repeat: no-repeat;
        width: 5px;
        height: 0px
    }

    .megamenu ::-webkit-scrollbar-track {
        background-color: #ecedee;
    }

    .megamenu ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: #95c538;
    }

    .megamenu ::-webkit-scrollbar-thumb:hover {
        background-color: #56999f;
    }

    .megamenu ::-webkit-resizer {
        background-image: url('');
        background-repeat: no-repeat;
        width: 4px;
        height: 0px
    }

    .megamenu ::-webkit-scrollbar {
        width: 4px;
    }
}

.megamenu ul li a {
    /*        width: 100%;*/
    /* height: 100%; */
    height: fit-content;
    position: relative;
    display: flex;
    padding: 15px 30px;
}


@media (max-width: 580px) {
    .mobile-search-input.nav-collapse {
        display: block;
        overflow: inherit;
        opacity: 1;
        width: 100%;
    }
}

.descriptionSecton img[align="left"] {
    margin-right: 10px;
}

.mobile-news__news-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: auto;
}

.v-nalichii {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 600;
    font-size: 12px;
}

.v-nalichii--green {
    color: #95C538;
}

.v-nalichii--red {
    color: #A83664;
}

.v-nalichii--big {
    font-size: 14px;
}

.card-top-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.filter__mobile-display {
    display: none;
}

@media screen and (max-width: 768px) {
    .filter__mobile-display {
        display: block;
    }

    .filter__desc-display {
        display: none;
    }
}

.advantages__paragraph {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    display: block;
    color: #777777;
}

.advantages__paragraph:last-child {
    margin-bottom: 0;
}

.advantages__blocks {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 100px;
}

.advantages__block {
    width: calc(33% - 30px);
    max-width: 360px;
}

.advantages__ico {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #95C538;
    border-radius: 50%;
    margin-bottom: 20px;
}

.advantages__block-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #363e34;
}

.advantages__block-desc {
    font-size: 16px;
    line-height: 21px;
    color: #777;
}

.advantages__subtitle {
    margin: 24px 0 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #363e34;
}

@media screen and (max-width: 768px) {
    .advantages__blocks {
        flex-direction: column;
    }

    .advantages__block {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .advantages__ico {
        margin: 0 auto 10px;
    }
}

@media screen and (max-width: 576px) {
    .advantages__blocks {
        margin: 20px 0 50px;
    }
}

.our-serv__number {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #a83664;
    width: 39px;
    height: 38px;
    border: 2px solid #87C73D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 50%;
    margin-top: 30px;
}

.our-serv__number--first {
    margin-top: 24px;
}

.our-serv__title {
    margin-bottom: 20px;
    font-family: PT Sans,
    Helvetica,
    Arial,
    sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #363e34;
}

.our-serv__lists {
    display: flex;
}

.our-serv__list {
    list-style: none;
    margin-left: 0;
    margin-right: 100px;
}

.our-serv__list--small {
    margin-right: 250px;
}

.our-serv__item {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    font-family: PT Sans,
    Helvetica,
    Arial,
    sans-serif;
    display: flex;
}
.our-serv__item:last-child {
    margin-bottom: 0;
}

.our-serv__item::before {
    width: 6px;
    height: 6px;
    background: #95c538;
    border-radius: 50%;
    content: '';
    display: inline-block;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 9px;
}

.our-serv__paragraph {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    display: block;
}

.our-serv__accent {
    margin: 20px 0 40px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #95c538;
}

.our-serv__accent--black {
    margin-bottom: 20px;
    color: #363e34;
}

.our-serv__last {
    margin-bottom: 100px;
}


@media screen and (max-width: 1300px) {
    .our-serv__list {
        margin-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    .our-serv__lists {
        flex-direction: column;
    }
}

.calc {
    display: flex;
}

.calc__l-side {
    width: calc(25% - 24px);
}

.calc__r-side {
    width: calc(75% - 24px);
}

.calc__list {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.calc__item {
    font-size: 16px;
    line-height: 21px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #363e34;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    transition: all 0.2s;
    margin-bottom: 6px;
    font-weight: bold;
    cursor: pointer;
}

.calc__item:last-child {
    margin-bottom: 0;
}

.calc__item.active {
    color: #fff;
    background: #95C538;
    border: 1px solid #95C538;
}

@media screen and (max-width: 992px) {
    .calc {
        flex-direction: column;
    }

    .calc__l-side,
    .calc__r-side {
        width: 100%;
    }

    .calc__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
        margin-bottom: 20px;
    }

    .calc__item {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 576px) {
    .calc__list {
        flex-direction: column;
    }

    .calc__item {
        width: 100%;
    }
}


.radio-inline__header {
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #ccc;
    user-select: none;
    transition: all 0.2s;
    background: #fff;
}

.radio-inline__header.active+.radio-inline__wrap-content {
    background: #f0f0f0;
}

.radio-inline__header.active {
    background: #f0f0f0;
}

.ap-radio {
    flex-direction: column;
    display: flex;
    position: relative;
}

@media screen and (min-width: 1080px) {
   .ap-radio:hover .delivery__icon.active {
        opacity: 1;
    }
}



.delivery__icon {
    margin-bottom: 6px;
    height: fit-content;
    max-height: unset !important;
}

.radio-inline__wrap-content {
    height: 0;
    transition: all 0.2s;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    display: flex;
}

.ap-radio__label-wrap {
    width: 50%;
    display: flex;
    justify-content: center;
}

.radio-inline__wrap-content .ap-radio {
    margin: 10px;
}

.delivery__icon.active {
    position: absolute;
    opacity: 0;
    z-index: 2;
    top: 0;
    transition: all 0.2s;
    left: 0;
}

.deliv-desc__wrap {
    background: #fff;
    transition: all 0.2s;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.deliv-desc__wrap:last-child {
    margin-bottom: 20px;
}

.deliv-desc__wrap:hover {
    background: #f0f0f0;
}

.deliv-desc__wrap.active {
    background: #f0f0f0;
}

.deliv-desc__header {
    width: 100%;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    transition: all 0.2s;
    cursor: pointer;
}

.deliv-desc__header svg {
    width: 12px;
    height: 12px;
}

.deliv-desc__header span {
    margin-right: 10px;
}

.deliv-desc__header path.first {
    transition: all 0.2s;
    transform: scaleY(1);
    transform-origin: center;
}

.deliv-desc__header.active path.first {
    transform: scaleY(0);
}

/* .deliv-desc__header.active+.deliv-desc__content {
    padding: 20px 14px;
} */

.deliv-desc__content {
    /* margin-top: 20px; */
    padding: 0 14px;
    transition: all 0.2s;
    height: 0;
    overflow: hidden;
}

.deliv-desc__head {
    font-weight: bold;
    margin-bottom: 10px;
}

.deliv-label-check {
    display: flex;
    font-size: 14px;
    margin: 9px 0 18px;
}

.deliv-label-check input {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}

.deliv-label-check input:checked+.deliv-checkbox {
    background-color: #95c538;
    border-color: #95c538;
}

.deliv-checkbox {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #ccc;
    transition: all 0.2s;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.5L4.5 10L10 0.5' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    margin-right: 8px;
}

.b-menu__calc {
    height: auto;
}
.b-menu__calc a {
    height: auto !important;
}

@media screen and (max-width: 992px) {
    .b-menu__calc {
        height: 40px;
        margin-bottom: 16px;
    }
}

.b-menu__calc a {
    display: flex !important;
    align-items: center;
    flex-direction: row-reverse;
    height: 18px;
    color: #87c73d !important;
}

.b-menu__calc span {
    margin-right: 10px;
}

@media screen and (max-width: 990px) {
    .b-menu__calc a {
        justify-content: flex-end;
    }
}


.left-menu {
    /* margin-top: 10px; */
    background: linear-gradient(174.6deg, rgba(135, 155, 160, 0.46) 4.32%, #CCCCCC 222.45%);
}

.left-menu__list {
    margin: 0;
    display: flex;
    list-style: none;
}

.left-menu li {
    padding: 8px 0;
    text-transform: uppercase;
}

.left-menu li a {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: bold;
    transition: all 0.2s;
    position: relative;
    padding: 0 30px;
}


.left-menu li a::before {
    right: 0;
    content: '';
    position: absolute;
    height: 16px;
    width: 1px;
    background: #D7D7D7;
    top: 50%;
    transform: translateY(-50%);
}

.left-menu li:last-child a::before {
    display: none;
}

.left-menu li a:hover {
    text-decoration: none;
    color: #585858;
}

.left-menu li:first-child a {
    padding-left: 0;
}

.left-menu li:last-child a {
    padding-right: 0;
}

.mmnu .left-menu {
    display: none;
}

.mmnu .call-back {
    display: none;
}

.call-back__menu-wrap {
    display: none;
}

.mmnu .icons {
    display: none;
}

@media screen and (max-width: 990px) {
    .mmnu .nav-collapse.active.in.collapse {
        z-index: 999999;
        overflow-y: auto;
    }

    .left-menu {
        display: none;
    }

    .call-back {
        display: none;
    }

    .mmnu .nav-collapse .nav {
        margin: 0;
    }

    .mmnu .left-menu {
        display: flex;
        border-bottom: 1px solid #ccc;
        background: #F3F3F3;
        padding-bottom: 20px;
    }

    .left-menu .container {
        margin: 0;
        width: 100%;
    }

    .left-menu__list {
        flex-direction: column;
    }

    .left-menu a::before {
        display: none;
    }

    .left-menu li a {
        padding: 0 0 0 20px;
        width: 100%;
        color: #9D9D9D;
    }

    .left-menu li:first-child a {
        padding-left: 20px;
    }

    .call-back__menu-wrap {
        padding: 0 20px;
        margin-bottom: 20px;
        display: block;
    }

    .mmnu .call-back {
        display: block;
        width: 100%;
    }

    .b-menu__calc a {
        color: #9d9d9d !important;
    }

    .b-menu__calc path,
    .b-menu__calc rect {
        stroke: #9D9D9D;
    }

    .span4.iconsss {
        display: none !important;
    }

    .mmnu .icons {
        display: flex;
        margin-top: 18px;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        margin-right: 5px;
        border-radius: 50%;
        border: 1px solid #30872B
    }

    .icons a:last-child {
        margin-right: 0;
    }

    #header .row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .navbar.search {
        margin-right: auto;
        margin-left: unset !important;
        position: relative !important;
        top: 0 !important;
    }

    .btn.btn-navbar {
        position: absolute;

        top: -86px;
        right: 80px;
    }

}

@media screen and (max-width: 782px) {
    .btn.btn-navbar {
        top: -46px;
        right: 20px;
    }

    .navbar.search {
        display: flex !important;
    }

    .navbar #search-popup {
        display: none !important;
    }
}


.about-us-list {
    height: 170px !important;
}


.faq-page a {
    display: block;
}

.faq-page .faq__name-bold {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 4px;
}

.faq__email-span {
    color: #727272;
    margin-left: 0;
    margin-right: 2px;
}


.services-stroi__item a:focus,
.services-stroi__item a:active {
    outline: 0
}

.services-stroi__item {
    margin: 0 10px;
    height: 370px !important;
}

.services-stroi__item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.services-stroi__wrap {
    margin: 20px 0;
}

.services-stroi__wrap .slick-prev:before,
.services-stroi__wrap .slick-next:before {
    color: #ccc;
}

@media screen and (max-width: 1200px) {
    .services-stroi__item {
        height: 260px !important;
    }
}

@media screen and (max-width: 992px) {
    .services-stroi__item {
        height: 210px !important;
    }
}

@media screen and (max-width: 992px) {
    .services-stroi__item {
        height: auto !important;
    }
}


@media screen and (max-width:992px) {
    .about-mob-nav__desc {
        display: none !important;
    }
}

.all-services-list {
    height: 50px !important;
}
.navbar .nav>li>p {
    margin-bottom: 0 !important;
}

@media screen and (min-width: 990px) {
    #mainNavigation {
        display: flex;
        align-items: center;
    }
}


.delivery-map__wrap {
    height: 100%;
}

@media screen and (max-width: 990px) {
    .delivery-map__wrap {
        height: 400px;
        margin-top: 40px;
    }

    .delivery-map__wrap .map {
        height: 400px !important;
    }
}

.delivery-span3 input {
    box-sizing: border-box;
    min-height: 40px;
}

.delivery-span3 .radio-inline {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

.delivery__row {
    display: flex;
}

@media screen and (max-width: 768px) {
    .delivery__row {
        flex-direction: column;
    }
}

header .brand img {
    height: 70px;
}


.building-materials p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    font-family: PT Sans, Helvetica, Arial, sans-serif;
}
.mosblok{
    display: none;
}
.mosblok.active{
    display: block;
}
.mosblok-link{
    display: none;
}
.mosblok-link.active{
    display: block;
}
.mosblok p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    font-family: PT Sans, Helvetica, Arial, sans-serif;
}

.mosblok ul, ol{
    margin-left: 0;
}

.mosblok ul li{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    font-family: PT Sans, Helvetica, Arial, sans-serif;
    display: flex;
}

.mosblok ul li::before {
    width: 6px;
    height: 6px;
    background: #95c538;
    border-radius: 50%;
    content: '';
    display: inline-block;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 9px;
}

.mosblok ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 20px;
	padding: 15px 0 5px 0;
    font-size: 16px;
    line-height: 24px;
    font-family: PT Sans, Helvetica, Arial, sans-serif;
}
.mosblok ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 14px 0;
}
.mosblok ol li:before {
	content: counter(num) '.'; 
	counter-increment: num;
	display: inline-block;	
	position: absolute;
	top: 0px;
	left: -26px;
	width: 20px;    
	color: #95c538;
	text-align: right;
}

.mosblok__title-h2{
    margin-bottom: 20px;
    font-family: PT Sans, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #363e34;
}
.mosblok-link{
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: orange;
    text-align: center;
    margin: auto;
    font-weight: 700;
    width: 100%;
    font-weight: bold;
    margin-top: 18px;
    cursor: pointer;
}
.building-materials__row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.building-materials__row img{
    width: 100%;
    max-width: 390px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.mosblok--width img{
    width: 100%;
    height: auto;
}
.building-materials--icon{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}
@media screen and (max-width:980px) {
    .building-materials--icon{
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .building-materials--icon img{
        height: 40px;
    }
}
@media screen and (max-width:709px) {
    .building-materials--icon img{
        margin-bottom: 20px;
    }
}
.building-materials--icon img{
    height: 80px;
}
.building-materials--icon span{
    font-weight: 700;
}