.clearfix:after {
    display: table;
    clear: both;

    content: '';
}

.centered {
    display: table;

    width: 100%;
    height: 100%;
}

.centered > * {
    display: table-cell;

    text-align: center;
    vertical-align: middle;
}

.hide {
    display: none !important;
}

.clearfix:after {
    display: table;
    clear: both;

    content: '';
}

.centered {
    display: table;

    width: 100%;
    height: 100%;
}

.centered > * {
    display: table-cell;

    text-align: center;
    vertical-align: middle;
}

.hide {
    display: none !important;
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/OpenSans/Regular/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans/Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/Regular/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans/Regular/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans/Regular/OpenSans-Regular.svg#Open Sans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;

    src: url('../fonts/OpenSans/SemiBold/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans/SemiBold/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/SemiBold/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans/SemiBold/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/OpenSans/SemiBold/OpenSans-SemiBold.svg#Open Sans') format('svg');
}

@font-face {
    font-family: 'Montserrat Alternates';
    font-weight: 600;
    font-style: normal;

    src: url('../fonts/MontserratAlternates/SemiBold/MontserratAlternates-SemiBold.eot');
    src: url('../fonts/MontserratAlternates/SemiBold/MontserratAlternates-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/MontserratAlternates/SemiBold/MontserratAlternates-SemiBold.woff') format('woff'), url('../fonts/MontserratAlternates/SemiBold/MontserratAlternates-SemiBold.ttf') format('truetype'), url('../fonts/MontserratAlternates/SemiBold/MontserratAlternates-SemiBold.svg#Montserrat Alternates') format('svg');
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    outline: 0;
}

body {
    min-width: 320px;
    height: 100%;
}

html {
    height: 100%;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

.container:after {
    display: block;
    clear: both;

    content: ' ';
}

.wrapper {
    overflow: hidden;

    min-height: 100%;
}

body {
    font-family: 'Open Sans', 'sans-serif';
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;

    color: #1e1f22;
    background: #fff;
}

ul,
ol {
    margin: 0;
    padding: 0;

    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'sans-serif';
    line-height: 1.2;

    margin: 0;
    padding: 0;

    color: #1e1f22;
}

h1 {
    font-size: 35px;
    font-weight: 600;
}

h2 {
    font-size: 30px;
    font-weight: 600;
}

h3 {
    font-size: 25px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

p {
    margin: 0;
    padding: 0;
}

hr {
    overflow: hidden;

    height: 1px;
    margin: 32px 0;

    border: 0;
    background: #e9e9e9;
}

q,
blockquote {
    font-style: italic;

    display: block;

    text-align: center;
}

strong,
b {
    font-weight: 700;
}

a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;

    color: #000;
}

a.button {
    text-decoration: none;
}

a.button:hover {
    text-decoration: none;
}

[class*='icon-'] {
    display: inline-block;

    vertical-align: top;
}

img[style*='float: left'],
img[style*='float:left'],
img[align='left'] {
    margin: 0 20px 5px 0;
}

img[style*='float: right'],
img[style*='float:right'],
img[align='right'] {
    margin: 0 0 5px 20px;
}

.static-content h4 {
    padding: 18px 0 14px;
}

.static-content blockquote {
    padding-left: 20px;

    text-align: left;

    border-left: 2px solid #ccc;
}

.static-content ul {
    margin: 20px 0;
}

.static-content ul li {
    position: relative;

    padding-left: 20px;
}

.static-content ul li:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background: #eb6344;
}

.static-content ol {
    margin: 20px 0;

    list-style-position: inside;
    list-style-type: decimal;

    counter-reset: item;
}

.static-content ol li {
    position: relative;

    display: block;
}

.static-content ol li:before {
    font-weight: 600;

    display: inline;

    content: counters(item, '.') '. ';
    counter-increment: item;
    vertical-align: top;

    color: #eb6344;
}

.static-content p {
    font-size: 12px;
    line-height: 18px;

    margin-bottom: 20px;
}

.static-content table {
    width: 100%;

    border-collapse: collapse;
}

.static-content table th {
    font-weight: 600;

    padding: 10px;

    text-align: left;

    border-bottom: 1px solid #000;
}

.static-content table td {
    padding: 10px;
}

.static-content table tr:nth-child(odd) td {
    /* stylelint-disable-line */
    background-color: #f0edfc;
}

.upper {
    text-transform: uppercase;
}

.blue {
    background-color: #a8d0f6;
}

.orange {
    background-color: #f7cbb0;
}

.green {
    background-color: #d1f7b0;
}

.gray {
    background-color: #ccc;
}

.pink {
    background-color: #f7b0d2;
}

.lime {
    background-color: #f4f7b0;
}

.purple {
    background-color: #e8d0ec;
}

.yellow {
    background-color: #f2e773;
}

.btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    position: relative;

    display: block;

    width: 100%;
    padding: 13px 10px;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    letter-spacing: .25px;

    color: #fff;
    border: none;
    border-radius: 20px;
    background-color: #eb6344;
}

.btn:hover,
.btn.active {
    color: #fff;
    background-color: #f86c4c;
}

.btn--large {
    padding: 23px 10px;

    border-radius: 30px;
}

.btn.disabled,
.btn[disabled='disabled'],
.btn[disabled] {
    cursor: not-allowed;

    color: #1e1f22;
    border-color: #ccc;
    background: #ccc;
}

.checkbox {
    display: block;

    cursor: pointer;
}

.checkbox input[type='checkbox'] {
    display: none;
}

.checkbox input[type='checkbox']:checked + span {
    color: #eb6344;
}

.checkbox input[type='checkbox']:checked + span:before {
    border-color: #1e1f22;
}

.checkbox input[type='checkbox']:checked + span:after {
    opacity: 1;
}

.checkbox span {
    font-size: 12px;
    line-height: 1.2;

    position: relative;

    display: block;

    padding: 0 0 0 20px;
}

.checkbox span:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 14px;
    height: 14px;
    margin: -7px 0 0 0;

    content: '';

    border: 1px solid #cdcdcd;
    border-radius: 2px;
}

.checkbox span:after {
    position: absolute;
    top: 50%;
    left: 5px;

    display: block;

    width: 4px;
    height: 6px;
    margin: -4px 0 0 0;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    opacity: 0;
    border-right: 1px solid #eb6344;
    border-bottom: 1px solid #eb6344;
}

textarea,
select,
input {
    font-size: 12px;
    line-height: 1.2;

    display: block;

    width: 100%;
    height: 50px;
    padding: 0 15px;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    color: #1e1f22;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    background-color: #fff;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #8e8e8e;
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #8e8e8e;
}

textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
input:focus::-ms-input-placeholder {
    color: transparent;
}

textarea:focus::placeholder,
select:focus::placeholder,
input:focus::placeholder {
    color: transparent;
}

textarea:focus,
select:focus,
input:focus {
    border-color: #696969;
    background-color: #fff;
}

textarea.disabled,
textarea[disabled='disabled'],
textarea[disabled],
select.disabled,
select[disabled='disabled'],
select[disabled],
input.disabled,
input[disabled='disabled'],
input[disabled] {
    background-color: #f3f3f3;
}

textarea {
    height: 150px;
    padding: 17px 15px;

    resize: none;
}

input[type='file'] {
    display: none;
}

input[type='file'] + label {
    font-size: 14px;
    line-height: 24px;

    display: block;

    padding: 25px 15px;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;

    color: #f0edfc;
    border: 1px dashed #c4c4c4;
    background: #fff;
}

input[type='file'] + label:hover {
    border-color: #696969;
    background: #e9e9e9;
}

.radio {
    display: block;

    cursor: pointer;
}

.radio input[type='radio'] {
    display: none;
}

.radio input[type='radio']:checked + span {
    color: #eb6344;
}

.radio input[type='radio']:checked + span:before {
    border-color: #1e1f22;
}

.radio input[type='radio']:checked + span:after {
    opacity: 1;
}

.radio span {
    font-size: 12px;
    line-height: 1.2;

    position: relative;

    display: block;

    padding: 0 0 0 20px;
}

.radio span:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 14px;
    height: 14px;
    margin: -7px 0 0 0;

    content: '';

    border: 1px solid #cdcdcd;
    border-radius: 50%;
}

.radio span:after {
    position: absolute;
    top: 50%;
    left: 4px;

    display: block;

    width: 6px;
    height: 6px;
    margin: -3px 0 0 0;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    opacity: 0;
    border-radius: 50%;
    background: #eb6344;
}

select {
    display: block;

    border-radius: 0;
    border-radius: 3px;
    background-color: #fff;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.select-wrap {
    position: relative;
}

.select-wrap:before {
    position: absolute;
    z-index: 1;
    top: calc(50% - 6px);
    right: -5px;

    width: 8px;
    height: 8px;

    content: '';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.icon-search {
    width: 20px;
    height: 20px;
}

.icon-pin {
    width: 25px;
    height: 25px;
}

.icon-paint {
    width: 42px;
    height: 36px;
}

.icon-flowers {
    width: 46px;
    height: 53px;
}

.icon-sport {
    width: 46px;
    height: 53px;
}

.icon-toys {
    width: 44px;
    height: 42px;
}

.icon-office {
    width: 46px;
    height: 47px;
}

.icon-music {
    width: 44px;
    height: 42px;
}

.icon-bath {
    width: 18px;
    height: 18px;
}

.icon-star {
    width: 8px;
    height: 8px;
}

.icon-message {
    width: 20px;
    height: 19px;
}

.row {
    font-size: 0;
    line-height: 0;

    margin-right: -15px;
    margin-left: -15px;
}

.col {
    font-size: 12px;
    line-height: 1.2;

    display: inline-block;

    width: 100%;
    padding: 0 15px;

    vertical-align: top;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter .col {
    padding: 0;
}

.ui-slider-horizontal {
    height: 8px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-radius: 2px;
}

.ui-widget-header {
    background: #eb6344;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    width: 14px;
    height: 15px;

    cursor: pointer;

    border: none;
    background: #eb6344;
}

.ui-state-default:before,
.ui-widget-content .ui-state-default:before,
.ui-widget-header .ui-state-default:before {
    position: absolute;
    bottom: -5px;
    left: 2px;

    width: 10px;
    height: 10px;

    content: '';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    background-color: #eb6344;
}

.ui-widget.ui-widget-content {
    border-width: 2px;
}

.ui-slider-horizontal .ui-slider-range {
    top: -2px;

    height: calc(100% + 4px);
}

.breadcrumbs {
    padding-top: 6px;
    padding-bottom: 3px;
}

.breadcrumbs ul {
    font-size: 0;
    line-height: 0;

    margin: 0 -9px;
}

.breadcrumbs li {
    font-size: 12px;
    line-height: .9;

    display: inline-block;

    margin-bottom: 10px;
    padding: 0 9px;

    vertical-align: top;

    color: #000;
    border-right: 1px solid #000;
}

.breadcrumbs li:last-child {
    border-right: 0;
}

.breadcrumbs a,
.breadcrumbs li > span {
    line-height: .9;

    color: #000;
    border-bottom: 1px solid #000;
}

.breadcrumbs a:hover {
    border-bottom-color: transparent;
}

.card {
    position: relative;

    overflow: hidden;

    height: 100%;
    padding-bottom: 70px;

    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.card .img {
    display: block;
    overflow: hidden;

    height: 140px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.card .img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.card .img img {
    display: block;

    margin: 0 auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -o-object-fit: cover;
    object-fit: cover;
}

.card .body {
    padding: 0 10px;
}

.card .rating {
    font-size: 0;
    line-height: 0;

    padding-bottom: 11px;
}

.card .rating .reviews {
    font-size: 10px;
    line-height: 1.2;

    display: inline-block;

    width: 56px;

    vertical-align: middle;

    color: #8e8e8e;
}

.card .stars {
    font-size: 0;
    line-height: 0;

    display: inline-block;

    width: calc(100% - 56px);

    text-align: right;
    vertical-align: middle;
}

.card .stars li {
    display: inline-block;

    padding: 0 2px;

    vertical-align: middle;
}

.card .stars li svg {
    fill: #eb6344;
}

.card .descr {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;

    padding-bottom: 10px;
}

.card .short-desc {
    display: none;
}

.card:hover .short-desc {
    display: block;
    position: absolute;
    font-size: 12px;
    line-height: 1.4;
    padding: 10px;
    z-index: 1000;
    background-color: white;
    opacity: 0.85;
}



.card .descr a:hover {
    color: #eb6344;
}

.card .bottom {
    position: absolute;
    bottom: 15px;
    left: 10px;
    height: 65px;
    width: calc(100% - 20px);
    padding-top: 12px;

    text-align: center;

    border-top: 2px solid #d8d8d8;
}

.card .price {
    font-size: 14px;
    font-weight: 600;

    display: block;

    padding-bottom: 4px;

    color: #eb6344;
}

.card .vendors {
    font-size: 10px;

    display: block;

    color: #8e8e8e;
}

.catalog {
    padding-bottom: 15px;
}

.catalog .sort {
    font-size: 0;
    line-height: 0;

    padding-bottom: 38px;
}

.catalog .sort span {
    font-size: 14px;
    line-height: 1.2;

    display: inline-block;

    vertical-align: middle;

    color: #b9b9b9;
}

.catalog .sort .select-wrap {
    display: inline-block;

    width: 105px;

    vertical-align: middle;
}

.catalog .sort .select-wrap select {
    font-size: 14px;
    font-weight: 600;

    height: 20px;
    padding: 0 8px;

    border: none;
}

.catalog .row {
    font-size: 0;
    line-height: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    margin: 0 -7.5px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.catalog .col {
    font-size: 12px;
    line-height: 1.2;

    display: inline-block;

    width: 50%;
    padding: 0 7.5px 17px;

    vertical-align: top;
}

.catalog .video {
    font-size: 0;
    line-height: 0;
}

.catalog .video .item {
    padding-bottom: 13px;
}

.catalog .video .item:first-child {
    display: none;
}

.catalog .video .item .inner {
    overflow: hidden;

    border-radius: 3px;
}

.catalog .video .item iframe {
    display: block;

    height: 185px;
}

.catalog .video .item img {
    display: block;

    width: 100%;
}

.category,
.article-item {
    overflow: hidden;
    width: 100%;
    text-align: left;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.article-item {
    padding: 15px;
}

.article-list .article-item {
    margin: 30px 0;
}

.article-list .article-item-title {
    margin-bottom: 10px;
}

.article-list .article-item-desc {
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
}

.article-list a.article-item-read:hover {
    color: #eb6344;
}

.sidebar .article-list .col {
    padding: 0;
}

.star-rating-wrapper div {
    display: inline-block;
}

.row .star-rating-wrapper div {
    font-size: 10px;
    display: inline-block;
}

.star-rating-wrapper {
    margin-bottom: 5px;
}
.rating-count {
    font-size: 16px;
    padding: 5px;
}
.category--light-green .side {
    background-color: #d1f7b0;
}

.category--blue .side {
    background-color: #a8d0f6;
}

.category--purple .side {
    background-color: #e8d0ec;
}

.category--gray .side {
    background-color: #ccc;
}

.category--yellow .side {
    background-color: #f2e773;
}

.category--green .side {
    background-color: #c4e96d;
}

.category--pink .side {
    background-color: #f7b0d2;
}

.category--orange .side {
    background-color: #f7cbb0;
}

.category--lime .side {
    background-color: #f4f7b0;
}

.category .holder {
    font-size: 0;
    line-height: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    width: 100%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.category .side {
    font-size: 12px;
    line-height: 1.2;

    position: relative;

    display: inline-block;

    width: 75px;

    vertical-align: top;
}

.category .side .icon {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.category .content {
    font-size: 12px;
    line-height: 1.2;
    min-height: 345px;
    position: relative;

    display: inline-block;

    width: calc(100% - 75px);
    padding: 20px 17px 25px;

    vertical-align: top;
}

.popular .category .content {
    min-height: 175px;
}

.category .name,
.category .name a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    display: block;
    color: #000;
    border-bottom: none;
    padding-bottom: 16px;
}

.category ul {
    overflow: hidden;
    padding-left: 10px;
    padding-top: 10px;
    min-height: 30px;
    /*margin-bottom: 6px;*/
}

.category li {
    padding-bottom: 11px;
}

.category li.link-others {
    display: none;
}

.category a {
    font-size: 12px;
    line-height: 1.2;

    color: #8e8e8e;
    border-bottom: 1px solid #8e8e8e;
}

.category a:hover,
.hub .show-all-categories a:hover{
    color: #eb6344;
    border-bottom-color: #eb6344;
}

.category .more {
    position: absolute;
    bottom: 11px;
    left: 52px;
}

.category .more a,
.category .more span {
    cursor: pointer;
    font-size: 12px;
    line-height: 1.2;
    color: #eb6344;
    border: none;
}

.category .more a:hover
.category .more span:hover {
    color: #1e1f22;
}

.category--popular .content {
    padding: 20px 17px 9px;
}

.category--popular .more {
    display: none;
}

.category--popular #show_hide {
    cursor: pointer;
    font-size: 12px;
    line-height: 1.2;
    color: #8e8e8e;
    border-bottom: 1px solid #8e8e8e;
}

.category--popular #show_hide:hover {
    color: #eb6344;
    border-bottom-color: #eb6344;
}

.page .content p {
    line-height: 1.6;
}

.filter {
    position: relative;
    margin: 15px -15px;
}

.filter-overlay {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    height: 100vh;

    background-color: rgba(240, 237, 252, .9);
}

.filter-overlay.active {
    display: block;
}

.filter-btn {
    font-size: 14px;
    font-weight: 600;

    position: relative;
    z-index: 20;

    padding: 16px 0;

    cursor: pointer;
    text-align: center;

    background-color: #f0edfc;
}

.filter-btn.active {
    background-color: #fff;
}

.filter-btn.active span:before {
    top: 7px;

    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.filter-btn span {
    position: relative;

    display: inline-block;

    padding-right: 32px;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.filter-btn span:before {
    position: absolute;
    top: 3px;
    right: 19px;

    width: 7px;
    height: 7px;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    border-bottom: 1px solid #1e1f22;
    border-left: 1px solid #1e1f22;
}

.filter-drop {
    position: absolute;
    z-index: 20;
    top: 46px;
    right: 0;
    left: 0;
    display: none;
    padding: 31px 16px 30px;
    border-top: 1px solid #f0f0f0;
    background-color: #fff;
    z-index: 1000;
}

.filter ul {
    padding-bottom: 13px;
}

.filter ul li {
    padding-bottom: 13px;
}

.filter ul li ul li{
    padding: 5px;
}

.filter ul li ul.nested-lvl {
    padding: 6px 0 6px 10px;
}

ul.nested-lvl {
    display: none;
}

.filter ul li.active ul.nested-lvl {
    display: block;
}


/*ul li.has-children.active {*/
/*    padding: 0!important;*/
/*}*/

li ul.exposed {
    display: block;
    padding-bottom: 0!important;
}

.filter li a {
    display: inline-block;
    color: #1e1f22;
    border-bottom: 1px solid #1e1f22;
}

.filter li a:hover {
    color: #eb6344;
    border-bottom-color: transparent;
}

.filter li a.active,
.filter li span.active {
    color: #eb6344;
    border-bottom-color: transparent;
}

.filter-title {
    font-size: 16px;
    font-weight: 600;

    position: relative;

    display: block;

    padding: 22px 0 20px;

    cursor: pointer;
}

.filter-title:before {
    position: absolute;
    top: 0;
    right: -20px;
    left: -20px;

    height: 1px;

    content: '';

    background-color: #f0f0f0;
}

.filter-title:after {
    position: absolute;
    top: 24px;
    right: 6px;

    width: 10px;
    height: 10px;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    border-bottom: 1px solid #1e1f22;
    border-left: 1px solid #1e1f22;
}

.filter-title.active:after {
    top: 30px;

    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.filter-slider {
    margin-top: 7px;
}

.filter-slider-handler {
    margin-bottom: 22px;
}

.filter-slider-inputs {
    font-size: 0;
    line-height: 0;

    padding-bottom: 20px;
}

.filter-slider label {
    font-size: 12px;
    line-height: 1.2;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: top;

    border: 2px solid #b9b9b9;
    border-width: 2px 2px 2px 1px;
    border-radius: 0 3px 3px 0;
}

.filter-slider label:first-child {
    border-width: 2px 1px 2px 2px;
    border-right: 0;
    border-radius: 3px 0 0 3px;
}

.filter-slider input {
    font-size: 12px;

    height: 28px;
    padding: 0 10px;

    text-align: right;

    color: #000;
    border: none;
}

.filter-slider label > span {
    font-size: 12px;

    position: absolute;
    top: 8px;
    left: 10px;

    color: #b9b9b9;
}

.filter-slider-bottom {
    position: relative;

    padding-top: 30px;
}

.filter-slider-bottom:before {
    position: absolute;
    top: 0;
    right: -20px;
    left: -20px;

    height: 1px;

    content: '';

    background-color: #f0f0f0;
}

.filter-box {
    margin-top: -2px;
    padding-bottom: 8px;
}

.filter .more-link {
    font-size: 10px;

    position: relative;

    display: inline-block;

    margin-top: 4px;
    padding-bottom: 14px;
    padding-left: 13px;

    color: #b9b9b9;
}

.filter .more-link:hover:before {
    background-color: #eb6344;
}

.filter .more-link:hover:after {
    border-color: #eb6344;
}

.filter .more-link:hover span {
    color: #eb6344;
    border-bottom-color: transparent;
}

.filter .more-link span {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    border-bottom: 1px solid #b9b9b9;
}

.filter .more-link:before,
.filter .more-link:after {
    position: absolute;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.filter .more-link:before {
    top: 2px;
    left: 6px;

    width: 1px;
    height: 9px;

    background-color: #b9b9b9;
}

.filter .more-link:after {
    top: 6px;
    left: 4px;

    width: 5px;
    height: 5px;

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    border-bottom: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
}

.filter .checkbox {
    padding-bottom: 13px;
}

.filter .btn {
    max-width: 208px;
    margin: 0 auto;
}

.show-more {
    text-align: center;
    padding: 30px 10px 15px;
    position: relative;
}

.show-more-button {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 120px 10px 100px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .07);
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: 10px 12px;
    background-position: calc(100% - 100px) calc(50% - 1px);
}

.show-more-button:hover {
    color: #eb6344;
}

#pageloading {
    display: none;
}

.lds-dual-ring {
    margin: 0 auto;
    width: 64px;
    height: 64px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #eb6344;
    border-color: #eb6344 transparent #eb6344 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.footer {
    padding: 30px 0 28px;

    background-color: #f0edfc;
}

.footer .holder {
    text-align: center;
}

.footer .logo {
    display: block;

    padding-bottom: 24px;
}

.footer .logo a {
    display: inline-block;
}

.footer .logo img {
    width: 100%;
}

.footer .nav {
    max-width: 227px;
    margin: 0 auto 6px;
}

.footer .nav ul {
    font-size: 0;
    line-height: 0;

    margin: 0 -10px;
}

.footer .nav li {
    font-size: 12px;
    line-height: 1.2;

    display: inline-block;

    width: 50%;
    padding: 0 10px 15px;

    vertical-align: top;
}

.footer .nav a {
    font-size: 14px;

    color: #000;
    border-bottom: 1px solid #000;
}

.footer .nav a:hover {
    color: #eb6344;
    border-bottom-color: #eb6344;
}

.footer .copy {
    font-size: 14px;
    line-height: 30px;

    color: #000;
}

.footer .copy a {
    color: #000;
    border-bottom: 1px solid #000;
}

.footer .copy a:hover {
    color: #eb6344;
    border-bottom-color: #eb6344;
}

.footer .copy span {
    display: block;
}

.header {
    padding: 20px 0;
}

.header .holder {
    font-size: 0;
    line-height: 0;

    position: relative;
}

.header .logo {
    font-size: 12px;
    line-height: 1.2;

    display: inline-block;

    vertical-align: middle;
}

.header .locate {
    position: absolute;
    top: 8px;
    right: 0;

    display: inline-block;

    width: 74px;
}

.header .locate a {
    display: inline-block;
}

.header .locate a:hover .locate-txt {
    color: #eb6344;
}

.header .locate .icon {
    display: inline-block;

    width: 25px;
    height: 25px;

    vertical-align: middle;
}

.header .locate .icon svg {
    fill: #eb6344;
}

.header .locate .txt {
    font-size: 20px;
    line-height: 1;

    display: inline-block;

    width: calc(100% - 25px);
    padding-left: 10px;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    vertical-align: middle;
}

.header .locate .txt--mob {
    text-transform: uppercase;
}

.header .locate .txt--desktop {
    display: none;
}

.header .search {
    padding-top: 7px;
}

.header .search label {
    position: relative;

    display: block;

    margin: 0 auto;
}

.header .search input {
    padding: 0 70px 0 13px;
    font-size: 14px;
}

.header .search button {
    position: absolute;
    top: 0;
    right: 0;

    width: 50px;
    height: 50px;
    padding: 0;

    text-align: center;

    border-radius: 0 3px 3px 0;
}

.header .search .icon {
    font-size: 12px;
    line-height: 1.2;

    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 20px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .search .icon svg {
    display: inline-block;

    fill: #fff;
}

.header .decor {
    margin: 0 -10px;
    padding-top: 20px;
}

.header .decor img {
    width: 100%;
}

.header .decor-small {
    display: block;
}

.header .decor-medium {
    display: none;
}

.header-main {
    padding: 30px 0 34px;

    text-align: center;
}

.header-main .logo {
    display: block;

    padding-bottom: 27px;
}

.header-main .logo img {
    width: 230px;
    height: 70px;
}

.header-main .logo a {
    display: inline-block;
}

.header-main .caption {
    font-size: 20px;
    font-weight: 600;

    display: block;

    padding-bottom: 14px;
}

.header-main .decor {
    padding-top: 32px;
}

.hub {
    padding-bottom: 30px;
}

.hub.popular,
.last-articles {
    padding-bottom: 10px;
    padding-top: 25px;
}

.hub.popular .title,
.last-articles .title {
    padding-bottom: 33px;

    text-align: center;
}

.hub .title,
.last-articles .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;

    display: block;

    padding-bottom: 21px;
}

.hub .row,
.last-articles .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.row > div:nth-child(9n+1) .side {
    background-color: #d1f7b0;
}

.row > div:nth-child(9n+2) .side {
    background-color: #a8d0f6;
}

.row > div:nth-child(9n+3) .side {
    background-color: #e8d0ec;
}

.row > div:nth-child(9n+4) .side {
    background-color: #ccc;
}

.row > div:nth-child(9n+5) .side {
    background-color: #f2e773;
}

.row > div:nth-child(9n+6) .side {
    background-color: #c4e96d;
}

.row > div:nth-child(9n+7) .side {
    background-color: #f7b0d2;
}

.row > div:nth-child(9n+8) .side {
    background-color: #f7cbb0;
}

.row > div:nth-child(9n+9) .side {
    background-color: #f4f7b0;
}

.hub .col,
.last-articles .col {
    font-size: 12px;
    line-height: 1.2;

    display: inline-block;

    padding-bottom: 20px;

    vertical-align: top;
}

.last-articles .article-item-title,
.article-list .article-item-title{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 800;
}

.last-articles .article-item-desc,
.article-list .article-item-desc {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.last-articles .article-item-title a:hover,
.last-articles a.article-item-read:hover {
    color: #eb6344;
}

.hub .btn {
    max-width: 150px;
    margin: 10px auto 0;
}

.icon-svg {
    display: block;
}

.popular .icon-svg {
    display: block;
    width: 46px;
    height: 53px;
}

.listing {
    margin-top: -10px;
}

.listing .head {
    font-size: 0;
    line-height: 0;

    padding-bottom: 21px;
}

.listing .icon {
    display: none;

    width: 30px;
    height: 30px;

    text-align: center;
    vertical-align: middle;

    background-color: #f2e773;
}

.listing .icon svg {
    display: inline-block;

    height: 100%;
}

.listing .icon .icon-svg {
    width: 30px;
    height: 30px;
}

.listing .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.listing .head span{
    font-size: 16px;
    line-height: 30px;
    display: none;
    margin-top: 0;
    padding-left: 30px;
    vertical-align: middle;
    color: #b9b9b9;
    font-weight: 600;
}

.listing .title span.used-items {
    display: inline-block;
    margin-top: 15px;
    padding-left: 0;
}

.listing .title .used-items .used-items-link {
    border-radius: 3px;
    padding: 8px 15px;
}

.listing .content {
    padding-bottom: 10px;
}

.listing .static-content p {
    font-size: 12px;
    line-height: 24px;
}

.card .descr .btn-view {
    padding: 7px 10px;
    position: absolute;
    bottom: 15px;
    width: 90%;
    z-index: 999;
}

.not-found .wrap {
    height: 100vh;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.not-found .img-wrap {
    height: 48%;
    margin-bottom: 22px;
}

.not-found .img-wrap img {
    max-width: 100%;
    height: 100%;
}

.not-found span {
    display: block;
    font-size: 16px;
    line-height: 1.5625;
}

@media (min-width: 767px) {
    .not-found span {
        font-size: 25px;
        line-height: 1.3;
    }
}

.not-found a {
    display: inline-block;
    font-size: 14px;
    color: #0f2232;
    text-decoration: underline;
    margin-top: 16px;
}

@media (min-width: 767px) {
    .not-found a {
        font-size: 20px;
    }
}

@media (min-width: 1023px) {
    .not-found a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}


#preloader {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    margin: 0 auto;

    background: #fff;
}

#preloader .preloader-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    margin: auto;
}

.preloader-center {
    position: absolute;
    top: 50%;
    left: 50%;

    width: auto;
    height: auto;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tcon-loader--spinner360 {
    position: relative;

    display: block;

    width: 80px;
    height: 80px;

    -webkit-animation: tcon-spin360 .675s linear infinite forwards;
    animation: tcon-spin360 .675s linear infinite forwards;

    border-radius: 80%;
    background: #f1f1f1;
}

.tcon-loader--spinner360:before,
.tcon-loader--spinner360:after {
    position: absolute;

    display: block;

    content: '';
}

.tcon-loader--spinner360:before {
    z-index: 1;
    top: 0;
    right: 0;

    width: 50%;
    height: 80px;

    border-radius: 0 90px 90px 0;
    background: #eb6344;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#eb6344));
    background-image: -o-linear-gradient(#f1f1f1, #eb6344);
    background-image: linear-gradient(#f1f1f1, #eb6344);
}

.tcon-loader--spinner360:after {
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 70px;
    height: 70px;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border-radius: 80%;
    background: #fff;
}

@-webkit-keyframes tcon-spin360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tcon-spin360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tcon-visuallyhidden {
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

.reviews .caption {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;

    display: inline-block;

    padding-bottom: 19px;
}

.reviews .caption .icon {
    display: inline-block;

    width: auto;
    height: auto;
    padding-left: 12px;

    vertical-align: bottom;

    background-color: transparent;
}

.reviews .caption .icon:hover svg {
    fill: #eb6344;
}

.reviews .caption .icon:hover span {
    color: #eb6344;
}

.reviews .caption .icon svg {
    height: 19px;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    vertical-align: middle;

    fill: #8e8e8e;
}

.reviews .caption .icon span {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;

    display: inline-block;

    padding-left: 4px;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    vertical-align: middle;

    color: #8e8e8e;
}

.reviews .item {
    margin-bottom: 15px;
    padding: 27px 20px 20px;

    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.reviews .item .head {
    font-size: 12px;
    line-height: 1.2;

    padding-bottom: 11px;
}

.reviews .item .name {
    font-size: 16px;
    font-weight: 600;

    display: inline-block;

    padding-right: 16px;
}

.reviews .item .date {
    font-size: 12px;

    display: inline-block;

    color: #8e8e8e;
}

.reviews .item .text {
    font-size: 12px;
    line-height: 24px;

    overflow: hidden;

    max-height: 100px;
}

.tags {
    padding-top: 23px;
    padding-bottom: 15px;
}

.tags span {
    font-size: 16px;
    font-weight: 600;

    display: block;

    padding-bottom: 19px;

    letter-spacing: .08px;

    color: #000;
}

.tags ul {
    font-size: 0;
    line-height: 0;

    margin: 0 -5px;
}

.tags li {
    display: inline-block;

    margin-bottom: 15px;
    padding: 0 5px;

    vertical-align: top;
}

.tags a {
    font-size: 14px;
    line-height: 1.2;

    display: block;

    padding: 12px 22px;

    letter-spacing: .2px;

    color: #000;
    border-radius: 20px;
}

.tags a:hover {
    color: #eb6344;
}

.internal-link {
    cursor: pointer;
}

@media (min-width: 375px) {
    .container {
        padding: 0 20px;
    }

    .xs-12 {
        width: 100%;
    }

    .xs-11 {
        width: 91.66667%;
    }

    .xs-10 {
        width: 83.33333%;
    }

    .xs-9 {
        width: 75%;
    }

    .xs-8 {
        width: 66.66667%;
    }

    .xs-7 {
        width: 58.33333%;
    }

    .xs-6 {
        width: 50%;
    }

    .xs-5 {
        width: 41.66667%;
    }

    .xs-4 {
        width: 33.33333%;
    }

    .xs-3 {
        width: 25%;
    }

    .xs-2 {
        width: 16.66667%;
    }

    .xs-1 {
        width: 8.33333%;
    }

    .offset-xs-11 {
        margin-left: 91.66667%;
    }

    .offset-xs-10 {
        margin-left: 83.33333%;
    }

    .offset-xs-9 {
        margin-left: 75%;
    }

    .offset-xs-8 {
        margin-left: 66.66667%;
    }

    .offset-xs-7 {
        margin-left: 58.33333%;
    }

    .offset-xs-6 {
        margin-left: 50%;
    }

    .offset-xs-5 {
        margin-left: 41.66667%;
    }

    .offset-xs-4 {
        margin-left: 33.33333%;
    }

    .offset-xs-3 {
        margin-left: 25%;
    }

    .offset-xs-2 {
        margin-left: 16.66667%;
    }

    .offset-xs-1 {
        margin-left: 8.33333%;
    }

    .breadcrumbs {
        padding-bottom: 13px;
    }

    .breadcrumbs li {
        padding: 0 9px;
    }

    .filter {
        margin: 0 -20px 15px;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 14px;
    }

    .static-content p {
        font-size: 14px;
        line-height: 24px;
    }

    textarea,
    select,
    input {
        font-size: 14px;

        height: 40px;
        padding: 0 20px;
    }

    textarea {
        height: 150px;
        padding: 17px 20px;
    }

    .icon-search {
        width: 26px;
        height: 26px;
    }

    .icon-paint {
        width: 50px;
        height: 43px;
    }

    .sm-12 {
        width: 100%;
    }

    .sm-11 {
        width: 91.66667%;
    }

    .sm-10 {
        width: 83.33333%;
    }

    .sm-9 {
        width: 75%;
    }

    .sm-8 {
        width: 66.66667%;
    }

    .sm-7 {
        width: 58.33333%;
    }

    .sm-6 {
        width: 50%;
    }

    .sm-5 {
        width: 41.66667%;
    }

    .sm-4 {
        width: 33.33333%;
    }

    .sm-3 {
        width: 25%;
    }

    .sm-2 {
        width: 16.66667%;
    }

    .sm-1 {
        width: 8.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .catalog .video {
        margin: 0 -7.5px;
    }

    .catalog .video .item {
        display: inline-block;

        width: 50%;
        padding: 0 7.5px 17px;

        vertical-align: top;
    }

    .catalog .video .item:first-child {
        display: inline-block;
    }

    .category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .category .side {
        width: 90px;
    }

    .category .content {
        width: calc(100% - 90px);
        padding: 20px 21px 30px;
    }

    .category .more {
        right: 16px;
        bottom: 16px;
        left: auto;
    }

    .category--popular .side {
        width: 75px;
    }

    .category--popular .content {
        width: calc(100% - 75px);
        padding: 20px 17px 9px;
    }

    .category--popular .icon-paint {
        width: 42px;
        height: 36px;
    }

    .filter {
        margin: 0;

        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    }

    .filter-btn {
        display: none;
    }

    .filter-drop {
        position: static;

        display: block;

        padding: 28px 21px 30px;

        border-top: none;
        border-radius: 3px;
    }

    .filter-title:after {
        right: 2px;
    }

    .header {
        padding: 35px 0;
    }

    .header .logo {
        width: 165px;
    }

    .header .logo img {
        width: 165px;
        height: 50px;
        /*width: 100%;*/
    }

    .header-main .logo img {
        width: 230px;
        height: 70px;
    }

    .header .locate {
        top: 12px;

        width: 160px;
    }

    .header .locate .txt--mob {
        display: none;
    }

    .header .locate .txt--desktop {
        display: inline-block;

        white-space: nowrap;
    }

    .header .search {
        position: relative;

        display: inline-block;

        width: calc(100% - 165px - 160px);
        margin-top: -3px;
        padding: 0 15px;

        vertical-align: middle;
    }

    .header .search label {
        max-width: 550px;
    }

    .header .search button {
        width: 40px;
        height: 40px;
        padding: 0;
    }

    .header .search .icon {
        height: 26px;
    }

    .header .decor {
        position: absolute;
        z-index: -1;
        top: -53px;
        left: 50%;

        width: 600px;
        margin: 0;

        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }

    .header .decor-small {
        display: none;
    }

    .header .decor-medium {
        display: block;
    }

    .header-main {
        padding: 72px 0 60px;
    }

    .header-main .logo {
        width: 100%;
        padding-bottom: 40px;
    }

    .header-main .logo a {
        width: 230px;
    }

    .header-main .caption {
        font-size: 35px;

        padding-bottom: 27px;
    }

    .header-main .search {
        width: 100%;
    }

    .header-main .search label {
        max-width: 700px;
    }

    .header-main .search input {
        font-size: 18px;

        height: 65px;
        padding: 0 70px 0 20px;
    }

    .header-main .search button {
        width: 65px;
        height: 65px;
    }

    .header-main .search .icon {
        height: 30px;
    }

    .header-main .search svg {
        width: 30px;
        height: 30px;
    }

    .header-main .decor {
        top: -170px;

        width: 100%;
        padding-top: 0;
    }

    .header-main .decor .inner {
        margin: 0 -80px;
    }

    .hub .row {
        margin: 0 -10px;
    }

    .hub .col,
    .last-articles .col{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 50%;
        padding: 0 10px 20px;
    }

    .listing .icon {
        display: inline-block;
    }

    .listing .title {
        font-size: 25px;
        padding-left: 10px;
        width: auto;
    }

    .listing h1.title {
        margin: 0;
    }

    .listing .head span{
        display: inline-block;
    }

    .listing .title span.used-items {
        margin: 0;
        padding-left: 5px;
    }

    .listing .wrap {
        font-size: 0;
        line-height: 0;
    }

    .listing .sidebar {
        font-size: 12px;
        line-height: 1.2;

        display: inline-block;

        width: 268px;

        vertical-align: top;
    }

    .listing .content {
        font-size: 12px;
        line-height: 1.2;

        display: inline-block;

        width: calc(100% - 268px);
        padding-bottom: 27px;
        padding-left: 22px;

        vertical-align: top;
    }

    .search-page.listing .content {
        width: 100%;
    }

    .tags {
        padding-top: 10px;
    }
}

@media (min-width: 1024px) {
    .static-content h4 {
        font-size: 25px;

        padding: 32px 0 23px;
    }

    .icon-star {
        width: 14px;
        height: 13px;
    }

    .md-12 {
        width: 100%;
    }

    .md-11 {
        width: 91.66667%;
    }

    .md-10 {
        width: 83.33333%;
    }

    .md-9 {
        width: 75%;
    }

    .md-8 {
        width: 66.66667%;
    }

    .md-7 {
        width: 58.33333%;
    }

    .md-6 {
        width: 50%;
    }

    .md-5 {
        width: 41.66667%;
    }

    .md-4 {
        width: 33.33333%;
    }

    .md-3 {
        width: 25%;
    }

    .md-2 {
        width: 16.66667%;
    }

    .md-1 {
        width: 8.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .breadcrumbs {
        padding-top: 16px;
        padding-bottom: 15px;
    }

    .card {
        padding-bottom: 56px;
    }

    .card .img {
        height: 140px;
        margin-bottom: 22px;
        margin-top: 22px;
    }

    .card .body {
        padding: 0 19px;
    }

    .card .rating {
        padding-bottom: 14px;
    }

    .card .rating .reviews {
        font-size: 12px;

        width: 70px;
    }

    .card .stars {
        width: calc(100% - 70px);
        margin-top: -4px;
    }

    .card .descr {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 7px;
    }

    .card .bottom {
        bottom: 0px;
        left: 19px;
        /* line-height: 25px; */
        width: calc(100% - 38px);
        padding-top: 10px;
        height: 65px;
    }

    .card .descr .btn-view {
        bottom: 5px;
    }

    .card .bottom:after {
        display: block;
        clear: both;

        content: ' ';
    }

    .card .price {
        /*float: left;*/
    }

    .card .vendors {
        font-size: 12px;

        float: right;

        margin-top: 2px;
    }

    .catalog {
        padding-top: 14px;
        padding-bottom: 34px;
    }

    .catalog .sort {
        padding-bottom: 19px;
    }

    .catalog .row {
        margin: 0 -10px;
    }

    .catalog .col {
        width: 33.33%;
        padding: 0 10px 20px;
    }

    .search-page.listing .catalog .col {
        width: 25%;
    }

    .catalog .video .item iframe {
        height: 231px;
    }

    .category ul {
        overflow: visible;

        max-height: inherit;
    }

    .footer {
        padding: 47px 0 25px;
    }

    .footer .holder {
        font-size: 0;
        line-height: 0;

        position: relative;

        text-align: left;
    }

    .footer .logo {
        position: absolute;
        top: 3px;
        left: 50%;
        padding-bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .footer .nav {
        display: inline-block;

        width: calc(100% - 335px);
        max-width: 100%;

        vertical-align: top;
    }

    .footer .nav ul {
        max-width: 280px;
    }

    .footer .copy {
        font-size: 12px;
        font-size: 14px;
        line-height: 1.2;

        display: inline-block;

        width: 335px;
    }

    .footer .copy span {
        padding-top: 14px;
    }

    .header-main {
        padding: 72px 0 176px;
    }

    .hub.popular {
        padding-bottom: 40px;
    }

    .hub.popular .title,
    .last-articles .title {
        font-size: 35px;

        padding-bottom: 37px;
    }

    .hub .title {
        font-size: 25px;
        margin: 0;
        padding-bottom: 32px;
    }

    .hub .col {
        width: 33.33%;
    }
    .hub .col-wide {
        width: 100%;
    }
    .hub .show-all-categories {
        width: 100%;
        justify-content: center;
        align-content: space-between;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .hub .show-all-categories a {
        font-size: 12px;
        line-height: 1.4;
        color: #8e8e8e;
        border-bottom: 1px solid #8e8e8e;
    }
    .last-articles .col {
        width: 25%;
    }
    .hub .all-categories {
        display: none;
    }

    .listing .head {
        padding-bottom: 32px;
    }

    .listing .static-content p {
        font-size: 14px;

        margin-bottom: 23px;
    }

    .reviews .caption {
        font-size: 25px;

        padding-bottom: 22px;
    }

    .reviews .caption .icon {
        padding-left: 24px;
    }

    .reviews .item {
        margin-bottom: 20px;
        padding: 27px 20px 24px;
    }

    .reviews .item .text {
        font-size: 14px;

        overflow: visible;

        max-height: inherit;
    }

    .tags {
        padding-top: 2px;
        padding-bottom: 0;
    }

    .tags span {
        padding-bottom: 21px;
    }
}

@media (min-width: 1240px) {
    .lg-12 {
        width: 100%;
    }

    .lg-11 {
        width: 91.66667%;
    }

    .lg-10 {
        width: 83.33333%;
    }

    .lg-9 {
        width: 75%;
    }

    .lg-8 {
        width: 66.66667%;
    }

    .lg-7 {
        width: 58.33333%;
    }

    .lg-6 {
        width: 50%;
    }

    .lg-5 {
        width: 41.66667%;
    }

    .lg-4 {
        width: 33.33333%;
    }

    .lg-3 {
        width: 25%;
    }

    .lg-2 {
        width: 16.66667%;
    }

    .lg-1 {
        width: 8.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .card .descr .btn-view {
        width: 120px;
        position: absolute;
        bottom: 19px;
        right: 20px;
        padding: 7px 10px;
        z-index: 999;
    }
    .card .price {
        float: left;
    }
    .card .bottom {
        bottom: 17px;
        left: 19px;
        line-height: 25px;
        width: calc(100% - 38px);
        padding-top: 17px;
        height: auto;
    }

}

.eupopup-button {
    margin: 0;
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
    color: #eb6344;
}

.page.article h1.title {
    margin-bottom: 15px;
}