@charset "UTF-8";

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=checkbox] {
    accent-color: crimson;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.hidden {
    display: none;
}
.pager {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.pager .page-item {
    display: inline-block;
    list-style-type: none;
}
.pager .page-item.disabled span {
    background-color: #dbdbdb;
    border-color: #d3d3d3;
}
.pager .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #c7081b;
    border-color: #c7081b;
}

.pager a {
    display: flex;
    min-width: 35px;
    margin: 0 3px;
    padding: 11px;
    border: 1px solid #dcdcdc;
    color: #1e1e1e;
    font: 400 14px/18px Roboto, sans-serif;
    text-align: center;
    outline: 0;
}
.pager button {
    display: flex;
    width: 35px;
    margin: 0 3px;
    padding: 11px 0;
    border: 1px solid #d3d3d3;
    color: #1e1e1e;
    font: 400 14px/18px Roboto, sans-serif;
    text-align: center;
    outline: 0;
    display: none;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -2px;
    cursor: pointer;
}
.pager span {
    display: flex;
    min-width: 35px;
    border: 1px solid #dcdcdc;
    font: 400 14px/18px Roboto, sans-serif;
    text-align: center;
    outline: 0;
}
.pager a.gap {
    width: 20px;
    border-color: transparent;
}
.gap-5 {
    gap: 5px;
}
.pager button.active {
    display: inline-block;
}
table {
    border-spacing: 0px;
    border-collapse: collapse;
}
.product-container {
    padding: 10px 10px;
    border: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-container .image-wrapper {
    max-width: 225px;
    max-height: 225px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 225px;
}
.product-container .image-wrapper img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.product-container .articule {
    margin: 20px 0 14px;
    color: #626262;
    font: 500 12px/14px Roboto, sans-serif;
}
.product-container .name {
    margin-bottom: 19px;
    color: #1e1e1e;
    font: 400 14px/16px Roboto, sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.product-container .check-price {
    width: 100%;
    padding: 12px;
    background-color: #c7081b;
    border: none;
    color: #fff;
    font: 500 14px/16px Roboto, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    -webkit-transition: .2s;
    transition: .2s;
}
.product-container .check-price:hover {
    background-color: rgba(199,8,27,0.8);
}
.view-switcher .view-switcher__btn {
    border-color: crimson;
    color: crimson;
    background-color: #fff;
}
.view-switcher .view-switcher__btn.view-switcher__btn--active {
    background-color: crimson;
    color: #fff;
}
div.breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
}
div.breadcrumbs a {
    font: 300 14px/18px Roboto, sans-serif;
    position: relative;
    margin-right: 10px;
    color: #c7081b;
}
div.breadcrumbs a:after {
    content: '/';
    color: #1e1e1e;
    position: absolute;
    top: 1px;
    right: -10px;
}
div.breadcrumbs a:hover span {
    border-bottom-color: #c7081b;
}
div.breadcrumbs a span {
    border-bottom: 1px solid transparent;
    -webkit-transition: .2s;
    transition: .2s;
}
div.breadcrumbs > span {
    font: 300 14px/18px Roboto, sans-serif;
    color: #1e1e1e;
}
.copyright {
    margin-bottom: -13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.copyright a {
    -webkit-transition: .1s;
    transition: .1s;
    margin-bottom: 13px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.copyright a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: .8;
}
.copyright span {
    padding-right: 20px;
    margin-bottom: 13px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.link-column {
    padding: 0 10px;
}
.link-column .info p {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.link-column .info p i {
    width: 18px;
    height: 18px;
    font-size: 1.2em;
    color: crimson;
}
.link-column .info .pres-link {
    max-width: 320px;
}
.link-column .info .pres-link img {
    margin: 10px 0px 10px 0px;
    width: 200px;
    border: 1px solid crimson;
}
.link-column ul {
    margin: 14px 0 0;
    padding-left: 0;
    list-style: none;
}
.link-column ul li {
    margin-bottom: 6px;
}
.link-column ul li a,
.link-column ul li span {
    -webkit-transition: .1s;
    transition: .1s;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 300;
}
.link-column ul li a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: .8;
}
.link-column ul li:last-child {
    margin-bottom: 0;
}
.link-column .phones {
    margin-bottom: 22px;
}
.link-column .phones p {
    margin: 0px;
    padding: 0px;
}
.link-column .phones a {
    color: #5a5a5a;
}
.link-column .phones a:before {
    left: -81px;
}
.link-column .title {
    position: relative;
    padding-bottom: 12px;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.link-column .title:after {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 97.75280898876404% 44.41747572815534%;
    width: 12px;
    height: 12px;
    content: '';
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 150ms;
    transition: 150ms;
}
.link-column .title:before {
    content: '';
    height: 1px;
    width: 25px;
    background: #c7081b;
    position: absolute;
    bottom: 0;
    left: 0;
}
.link-column:first-child {
    padding-left: 0;
}
.link-column:last-child {
    padding-right: 0;
}
.svg-arrow-down-black {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 97.75280898876404% 44.41747572815534%;
}
.svg-arrow-right-red-background {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 63.80952380952381% 87.59689922480621%;
}
.svg-basket {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 100% 16.417910447761194%;
}
.svg-belarusian-flag {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 94.9074074074074% 75.42997542997543%;
}
.svg-checklist {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 43.45679012345679% 91.12903225806451%;
}
.svg-clock {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 30.272952853598014% 91.62162162162163%;
}
.svg-delivery {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 46.47435897435897% 36.334405144694536%;
}
.svg-delivery-truck {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 81.52424942263279% 84.75%;
}
.svg-email {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 100% 10.945273631840797%;
}
.svg-geo-marker {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 99.77064220183486% 21.83622828784119%;
}
.svg-group {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 0 93.38842975206612%;
}
.svg-location {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 89.39393939393939% 62.25895316804408%;
}
.svg-search {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 99.08883826879271% 36.206896551724135%;
}
.svg-warehouse {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 15.404040404040405% 93.38842975206612%;
}
.site-links-wrapper {
    padding: 47px 0 38px;
    background-color: #f7f7f5;
    border-top: 3px solid #c7081b;
}
.site-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.copyright-wrapper {
    padding: 16px 0 6px;
    background-color: #2d2d2d;
}
.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navigation ul li > * {
    display: inline-block;
    padding: 16px 10px 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.navigation ul.sub-menu li > * {
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.navigation ul.sub-menu > span.active {
    border-bottom: 4px solid #ccc;
}
.navigation ul li a > span {
    -webkit-transition: .1s;
    transition: .1s;
}
.navigation ul li a > span:hover {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: .8;
}
.navigation ul li.empty-line {
    width: 1px;
    height: 10px;
    background-color: #626262;
}
.navigation ul > li.active > a {
    position: relative;
}
.navigation > ul > li.active > * {
    padding-bottom: 12px;
    border-bottom: 4px solid #c7081b;
}
.navigation ul ul {
    display: none;
}
.navigation ul li > ul {
    position: absolute;
    background: #545454;
    z-index: 1001;
    border-left: 3px solid #ccc;
    margin-left: -15px;
}
.upper-strip {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
}
.upper-strip a {
    position: relative;
    color: #fff;
}
.upper-strip a > span {
    -webkit-transition: .1s;
    transition: .1s;
}
.upper-strip a > span:hover {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: .8;
}
.upper-strip a:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: -35px;
}
.upper-strip .location:before {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 99.77064220183486% 21.83622828784119%;
    width: 21px;
    height: 21px;
    left: -30px;
}
.upper-strip .login-panel {
    float: right;
}
.upper-strip .login-panel .my-account:before {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 100% 5.472636815920398%;
    width: 22px;
    height: 22px;
}
.upper-strip .login-panel .logout {
    margin-left: 10px;
}
.upper-strip > span {
    position: relative;
    color: #fff;
    margin-left: 37px;
}
.upper-strip > span:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: -35px;
}
.bel, .ru {
    margin-bottom: 0px;
}
.bel:before, .ru:before {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 94.9074074074074% 75.42997542997543%;
    width: 25px;
    height: 17px;
}
.ru:before {
    background-position: 94.9074074074074% 71.25307125307125%;
}
.burger {
    cursor: pointer;
}
.burger:before {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 72.0554272517321% 100%;
    width: 24px;
    height: 24px;
    content: '';
    display: block;
}
.phones {
    color: #fff;
    max-width: 215px;
    vertical-align: top;
    min-height: 110px;
    font-size: 0.9em;
}
.phones .fa {
    line-height: 16px;
    margin-top: 4px;
}
.phones .phones__title {
    padding: 0px;
    font-size: 1.2em;
    font-weight: bold;
}
.phones a {
    color: #fff;
    position: relative;
    display: inline-block;
}
.phones a:before {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -87px;
}
.phones a > span {
    -webkit-transition: .1s;
    transition: .1s;
}
.phones a > span:hover {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: .8;
}
.clock:before {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 94.00921658986175% 99.75062344139651%;
    width: 23px;
    height: 23px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}
.upper-strip-wrapper {
    position: relative;
    background-color: #2d2d2d;
}
.upper-strip-wrapper:before {
    content: '';
    height: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.location .phones {
    display: inline-block;
}
.location .phones a {
    margin-right: 65px;
    margin-bottom: 0;
    white-space: nowrap;
}
.location .phones a:before {
    left: -40px;
}
.location .phones a:after {
    display: none;
}
.header-info-wrapper {
    background-color: #545454;
}
.header-info {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-info .info-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-info .info-block .phones {
    margin-left: 15px;
}
.header-info .info-block .phones .fi {
    font-size: 18px;
}
.header-info .info-block .phones a:before {
    left: -40px;
}
.header-info .info-block .phones a:after {
    display: none;
}
.header-info .info-block .hifi-dealer {
    color: #fff;
    margin: 0px 20px 0px 110px;
    max-width: 190px;
    width: 100%;
    position: relative;
    font-size: 0.9em;
}
.header-info .info-block .hifi-dealer:before {
    background: url('../img/header-hifi-logo.png') no-repeat;
    background-position: 94.00921659% 98.750623%;
    width: 50px;
    height: 50px;
    content: '';
    padding: 0px 0px 20px 0px;
    display: inline-block;
    position: absolute;
    left: -60px;
    top: -2px;
    background-size: 98%;
}
.logo {
    font-size: 42px;
    font-weight: 700;
    margin-top: -20px;
}
.logo img {
    color: #fff;
    display: inline-block;
    position: relative;
    top: 6px;
}
.center {
    text-align: center;
}
.title-wrapper h2 {
    font-size: 1.5em;
    color: #626262;
    text-transform: uppercase;
}
.title-wrapper h2 span {
    color: #c7081b;
}
header .schedule {
    margin: 0px 170px 0px 50px;
}
.navigation-wrapper {
    background-color: #2d2d2d;
}
.info-icon-banner-wrapper {
    position: relative;
    padding: 20px 0 30px;
}
.info-icon-banner-wrapper:after {
    content: '';
    border: 21px solid transparent;
    border-top: 21px solid #fff;
    position: absolute;
    bottom: -42px;
    left: calc(29%);
    z-index: 3;
}
.info-icon-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.info-icon-banner .block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0 5px;
}
.info-icon-banner .block-info:first-child {
    padding-left: 0;
}
.info-icon-banner .block-info:first-child span {
    max-width: 140px;
}
.info-icon-banner .block-info:last-child {
    padding-right: 0;
}
.info-icon-banner .block-info .description a {
    text-decoration: underline;
}
.info-icon-banner span {
    max-width: 155px;
    margin-left: 15px;
    color: #5a5a5a;
    font-size: 17px;
    font-weight: 300;
}
.info-icon-banner b {
    color: #2d2d2d;
}
.why-work-wrapper {
    padding: 85px 0 25px;
    background-color: #fafafa;
}
.why-work-wrapper .content {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.why-work-wrapper .block-info {
    padding-bottom: 38px;
}
.why-work-wrapper .block-info div {
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}
.why-work-wrapper .block-info .title {
    margin: 24px 0;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.why-work-wrapper .block-info .description {
    max-width: 270px;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 300;
}
.main-title {
    text-align: left;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 14px;
    font-size: 32px;
    font-weight: 500;
}
.main-title h1 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
.main-title:before {
    left: 33px;
}
.main-title:before {
    content: '';
    width: 67px;
    height: 2px;
    background-color: #c7081b;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main-title > span {
    color: #c7081b;
}
.main-title.no-underscore:before {
    display: none;
}
.why-work-wrapper.partner-page.cooperation {
    padding-top: 0;
    padding-bottom: 18px;
    background-color: #fff;
}
.why-work-wrapper.partner-page.cooperation .note {
    color: #626262;
    font: 300 14px/20px Roboto, sans-serif;
}
.why-work-wrapper.partner-page.cooperation .block-info {
    border: none;
}
.why-work-wrapper.partner-page.cooperation .block-info .title {
    max-width: 300px;
    margin: 5px auto 10px;
    text-transform: none;
}
.why-work-wrapper.partner-page.managers {
    padding-bottom: 40px;
}
.why-work-wrapper.partner-page.managers .block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.why-work-wrapper.partner-page.managers .block-info .title {
    text-transform: capitalize;
}
.why-work-wrapper.partner-page.managers .block-info a {
    color: #626262;
    font: 400 14px/20px Roboto, sans-serif;
    -webkit-transition: .2s;
    transition: .2s;
}
.why-work-wrapper.partner-page.managers .block-info a:hover {
    opacity: .8;
}
.why-work-wrapper.partner-page.managers .block-info .tel {
    margin-bottom: 5px;
}
body {
    overflow: hidden visible;
}
.container {
    max-width: 1115px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
}
a {
    text-decoration: none;
    background-color: transparent;
}
input[type=search]::-webkit-search-cancel-button {
    display: none;
}
input[type=search]::-webkit-search-decoration {
    display: none;
}
input[type=search]::-webkit-search-results-button {
    display: none;
}
input[type=search]::-webkit-search-results-decoration {
    display: none;
}
input[type=number]::-webkit-inner-spin-button {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}
input[type=number]::-webkit-outer-spin-button {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}
form#contactUs input {
    padding: 12px 40px 12px 17px;
    font: 300 16px/18px Roboto, sans-serif;
    outline: 0;
}
form#contactUs textarea {
    padding: 12px 40px 12px 17px;
    font: 300 16px/18px Roboto, sans-serif;
    outline: 0;
}
details {
    display: block;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
code {
    font-family: monospace, monospace;
    font-size: 1em;
}
kbd {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b {
    font-weight: bolder;
}
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    bottom: -0.25em;
}
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
.search-any-filter {
    position: relative;
    z-index: 10;
    margin-top: 10px;
}
.search-any-filter form .submit {
    padding: 12px 14px;
    background-color: transparent;
    border-width: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.search-any-filter form .submit:before {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 99.08883826879271% 36.206896551724135%;
    width: 18px;
    height: 18px;
    content: '';
    display: block;
}
.search-any-filter form .submit:focus {
    outline: 0;
}
.search-any-filter form .input {
    width: 100%;
    padding: 10px 40px 9px 17px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    vertical-align: bottom;
    text-transform: uppercase;
    border: 1px solid #a5a5a5;
}
.search-any-filter form .input::-webkit-input-placeholder {
    color: #a5a5a5;
}
.search-any-filter form .input::-moz-placeholder {
    color: #a5a5a5;
}
.search-any-filter form .input:-ms-input-placeholder {
    color: #a5a5a5;
}
.search-any-filter form .input::-ms-input-placeholder {
    color: #a5a5a5;
}
.search-any-filter form .input::placeholder {
    color: #a5a5a5;
}
.search-any-filter form .btn-submit {
    background-color: #c7081b;
    border: none;
    outline: 0;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.search-any-filter form .btn-submit:hover {
    background-color: rgba(199,8,27,0.8);
}
.search-any-filter .search-title {
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.search-any-filter .search-content {
    position: relative;
}
.search-any-filter .search_result {
    z-index: 100;
    position: relative;
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    max-height: 200px;
    overflow-y: scroll;
}
.search-any-filter .search_result li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #333;
}
.search-any-filter .search_result li a:hover {
    background: #ffeded;
}
.search-any-filter .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.search-any-filter .action .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search-any-filter .action .tabs > * {
    color: #fff;
    background-color: #5a5a5a;

    font-size: 14px;
    font-weight: 700;
    padding: 13px 45px 13px 18px;
}
.search-any-filter .action .tabs > div span {
    text-decoration: none !important;
}
.search-any-filter .action .tabs > *:nth-child(n+2) {
    -webkit-clip-path: polygon(13% 0,100% 0,85% 100%,0 100%);
    clip-path: polygon(13% 0,100% 0,85% 100%,0 100%);
    padding-left: 40px;
    position: relative;
    left: -27px;
}
.search-any-filter .action .tabs a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}
.search-any-filter .action .tabs > *:last-child {
    left: -60px;
}
.search-any-filter .action .tabs > *:nth-of-type(1) {
    background-color: #c7081b;
}
.search-any-filter .action .tabs > *:nth-of-type(2) {
    background-color: #5a5a5a;
}
.search-any-filter .action .tabs > *:nth-of-type(3) {
    background-color: #bbb8b8;
}
.search-any-filter .action .tabs span.active {
    background-color: #c7081b;
}
.search-any-filter .action p {
    margin: 8px 0 0;
    font-size: 12px;
    font-weight: 300;
}
.search-any-filter .action p span {
    color: #c7081b;
}
.main-catalog .content > .sub-title {
    position: relative;
    color: #1e1e1e;
    font: 400 24px/30px Roboto, sans-serif;
}
.main-catalog .content > .sub-title:before {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 97.75280898876404% 44.41747572815534%;
    width: 12px;
    height: 12px;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 150ms;
    transition: 150ms;
    position: absolute;
    top: calc(46%);
    left: 95px;
}
.main-catalog .content .data-update {
    margin-bottom: 13px;
    color: #626262;
    font: 300 12px/18px Roboto, sans-serif;
    text-align: right;
}
.main-catalog .content .data-update span {
    color: #c7081b;
}
.main-catalog .main-title {
    margin-bottom: 25px;
    text-align: left;
}
.main-catalog .main-title:before {
    left: 33px;
}
.main-catalog .catalog-filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.main-catalog .left-sidebar {
    width: 250px;
}
.main-catalog .product-grid.search {
    width: calc(100%);
}
.main-catalog .product-grid {
    width: calc(-150%);
}
.main-catalog .product-grid .search-filter {
    position: relative;
    margin-bottom: 10px;
}
.main-catalog .product-grid .search-filter input {
    border: 1px solid #dcdcdc;
}
.main-catalog .product-grid .brand-wrapper {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-catalog .product-grid .brand-wrapper a {
    width: calc(5%);
    margin: 10px;
}
.main-catalog .product-grid .brand-wrapper a img {
    width: 100%;
    border: 1px solid #dcdcdc;
}
.main-catalog .product-grid .product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}
.main-catalog .product-grid .pager {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #dcdcdc;
}
div.info-social {
    margin-bottom: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
div.info-social .adress {
    position: relative;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #1e1e1e;
    font: 300 14px/20px Roboto, sans-serif;
}
div.info-social .adress:before {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 99.77064220183486% 21.83622828784119%;
    width: 21px;
    height: 21px;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
}
div.info-social .adress a {
    -webkit-transition: .2s;
    transition: .2s;
}
div.info-social .adress a:hover {
    opacity: .8;
}
div.info-social .email {
    position: relative;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
div.info-social .email:before {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 100% 10.945273631840797%;
    width: 22px;
    height: 22px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
div.info-social .email a {
    -webkit-transition: .2s;
    transition: .2s;
    color: #1e1e1e;
    font: 300 14px/20px Roboto, sans-serif;
}
div.info-social .email a:hover {
    opacity: .8;
}
div.info-social .email span {
    color: #1e1e1e;
    font: 300 14px/20px Roboto, sans-serif;
}
div.info-social .phone {
    position: relative;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
div.info-social .phone:before {
    content: "\f095";
    font-family: FontAwesome;
    left: -5px;
    position: absolute;
    top: 0;
    color: #c7081b;
    font-size: 1.5em;
}
div.info-social .phone a {
    -webkit-transition: .2s;
    transition: .2s;
    color: #1e1e1e;
    font: 400 14px/20px Roboto, sans-serif;
}
div.info-social .phone a:hover {
    opacity: .8;
}
div.info-social .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 30px;
}
div.info-social .social .facebook {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 54.67625899280576% 88.28125%;
    width: 40px;
    height: 40px;
}
div.info-social .social .telegram {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 79.13669064748201% 75.52083333333333%;
    width: 40px;
    height: 40px;
}
div.info-social .social .viber {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 88.72901678657074% 75.52083333333333%;
    width: 40px;
    height: 40px;
}
div.info-social .social .whatsaap {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 69.54436450839329% 75.52083333333333%;
    width: 40px;
    height: 40px;
}
div.info-social .social a {
    -webkit-transition: .2s;
    transition: .2s;
    margin: 0px 7px 0px 0px;
}
div.info-social .social a:hover {
    opacity: .8;
}
div.info-social .social a .fa {
    font-size: 24px;
    color: #ffffff;
    background: #c7081b;
    padding: 3px 7px;
    border-radius: 9px;
    display: block;
    text-align: center;
    width: 35px;
    line-height: 28px;
}
div.info-social .social span {
    color: #1e1e1e;
    font: 400 14px/20px Roboto, sans-serif;
    margin-right: 7px;
}
div.props .main-title:before {
    left: 33px;
}
div.props p {
    color: #1e1e1e;
    font: 300 14px/18px Roboto, sans-serif;
}
div.props .adress-wrapper {
    margin-top: 30px;
    padding: 30px 40px;
    background-color: #f7f7f5;
}
div.props .adress-wrapper .title {
    margin-bottom: 3px;
    color: #1e1e1e;
    font: 600 16px/20px Roboto, sans-serif;
    margin-bottom: 10px;
}
div.props .adress-wrapper .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
div.props .adress-wrapper .adress {
    color: #626262;
    font: 300 14px/18px Roboto, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
div.props .adress-wrapper .line {
    width: 1px;
    margin: -10px 0;
    background-color: #dcdcdc;
}
div.contact-maps {
    margin-bottom: 55px;
}
div.contact-us-form {
    margin-bottom: 40px;
}
div.contact-us-form .main-title {
    margin-bottom: 22px;
    font-size: 24px;
    text-align: left;
}
div.contact-us-form .main-title:before {
    left: 33px;
}
div.contact-us-form .clearfix {
    clear: both;
}
div.contact-us-form form [type=email] {
    width: calc(50% - 15px);
    float: left;
    margin: 0 15px 20px 0;
}
div.contact-us-form form [type=number] {
    width: calc(50% - 15px);
    float: right;
    margin: 0 0 20px 15px;
}
div.contact-us-form form [type=text] {
    width: calc(50% - 15px);
    float: left;
    margin: 0 15px 20px 0;
}
div.contact-us-form form button {
    width: calc(50% - 15px);
    float: left;
    padding: 13px 10px;
    border: none;
    background-color: #c7081b;
    outline: 0;
    color: #fff;
    font: 500 16px/20px Roboto, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}
div.contact-us-form form button:hover {
    opacity: .8;
}
div.contact-us-form form textarea {
    width: calc(50% - 15px);
    float: right;
    margin: 0 0 20px 15px;
}
.maps-info {
    position: relative;
}
.maps-info .contacts {
    width: 350px;
    padding: 27px 15px 0 23px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 50px;
}
.maps-info .contacts .location {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 33px;
    margin-top: 24px;
    border-bottom: 1px solid #f7f7f5;
}
.maps-info .contacts .location:after {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 99.77064220183486% 21.83622828784119%;
    width: 21px;
    height: 21px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.maps-info .contacts .location:last-child {
    border-bottom: none;
}
.maps-info .contacts .location p {
    margin: 0 0 8px;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
}
.maps-info .contacts .location span {
    margin-bottom: 8px;
}
.maps-info .contacts .location a {
    color: #626262;
    font-size: 14px;
    font-weight: 400;
}
.maps-info .contacts .title {
    color: #484848;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.maps-info .contacts .content {
    overflow: hidden auto;
    height: 160px;
    padding-right: 30px;
}
.maps-info .contacts .content::-webkit-scrollbar {
    width: 2px;
}
.maps-info .contacts .content::-webkit-scrollbar-track {
    background-color: #e8e8e8;
}
.maps-info .contacts .content::-webkit-scrollbar-thumb {
    background-color: #c7081b;
    cursor: pointer;
}
.maps-info .contacts .content:before {
    content: '';
    display: block;
    height: 30px;
    background: linear-gradient(0deg,rgba(255,255,255,0),#fff);
    position: absolute;
    top: 50px;
    right: 18px;
    left: 0;
    z-index: 2;
}
.maps-info .contacts .content:after {
    content: '';
    display: block;
    height: 30px;
    background: linear-gradient(180deg,rgba(255,255,255,0),#fff);
    position: absolute;
    right: 18px;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.provider-hifi-wrapper {
    position: relative;
    padding: 10px 0 30px;
}
.provider-hifi {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.provider-hifi > img {
    display: none;
    width: 350px;
    position: relative;
    bottom: 4px;
}
.provider-block {
    padding-right: 25px;
}
.provider-block .main-title {
    text-align: left;
}
.provider-block .content {
    margin-top: 17px;
}
.provider-block .content b {
    font-weight: 700;
}
.provider-block .content p {
    margin: 0 0 23px;
}
.left-tape {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.left-tape .first:after {
    content: '';
    display: block;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-width: 94px;
}
.left-tape .first:before {
    content: '';
    display: block;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-color: rgba(199,8,27,0.2);
    border-left-color: rgba(199,8,27,0.2);
    border-width: 130px;
}
.left-tape .second:after {
    content: '';
    display: block;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-width: 54px;
}
.left-tape .second:before {
    content: '';
    display: block;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-color: rgba(199,8,27,0.2);
    border-left-color: rgba(199,8,27,0.2);
    border-width: 78px;
}
.left-tape + .left-tape {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    right: 0;
}
.search-any-filter-wrapper {
    position: relative;
    background-color: #fff;
    z-index: 1000;
}
.maps-info-wrapper {
    margin-bottom: -50px;
}
.maps-info-wrapper iframe {
    margin-bottom: -4px;
}
.we-trust {
    padding: 85px 0 25px;
}
.we-trust .content .owl-item > div {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.oil-tablet-title {
    position: relative;
    margin-bottom: 2px;
    padding: 12px 40px 12px 22px;
    background-color: #f7f7f5;
    color: #1e1e1e;
    font: 600 14px/20px Roboto, sans-serif;
    cursor: pointer;
}
.oil-tablet-title:after {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 97.75280898876404% 44.41747572815534%;
    width: 12px;
    height: 12px;
    content: '';
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 150ms;
    transition: 150ms;
    position: absolute;
    top: calc(44%);
    right: 22px;
}
div.oil-tablet {
    margin-bottom: 90px;
}
.oil-tablet-title._open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.oil-tablet-content {
    display: none;
    border-bottom: 1px solid #f7f7f5;
}
.oil-tablet-content table {
    width: 100%;
    text-align: center;
    color: #1e1e1e;
    font: 400 14px/20px Roboto, sans-serif;
}
.oil-tablet-content table td {
    padding: 22px 10px;
}
.oil-tablet-content table .name {
    font-weight: 500;
}
.oil-banner .main-title:before, .page-content .main-title:before {
    left: 33px;
}
.oil-banner .main-title span, .page-content .main-title span {
    color: crimson;
}
.oil-banner .main-title h1, .page-content .main-title h1 {
    font-size: inherit;
    margin-bottom: 0px;
}
.oil-banner .note, .page-content .note {
    color: #626262;
    font: 300 14px/20px Roboto, sans-serif;
}
.oil-banner .content + p, .page-content .content + p {
    max-width: 750px;
}
.product-info {
    margin-bottom: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-info > .info {
    width: 50%;
    padding-left: 30px;
}
.product-info > .info .add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-info > .info .add-to-cart .add-to-basket {
    background-color: crimson;
    border: none;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-info > .info .add-to-cart .add-to-basket span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-info > .info .add-to-cart a.add-to-basket {
    height: 50px;
    padding: 14px 20px;
    text-decoration: none;
}
.product-info > .info .add-to-cart .qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-info > .info .add-to-cart .qty div {
    width: 40px;
    height: 48px;
    background-color: crimson;
    color: #fff;
    font: 500 22px/20px Roboto, sans-serif;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    user-select: none;
}
.product-info > .info .add-to-cart .qty input {
    width: 50px;
    height: 48px;
    padding: 10px;
    border: 1px solid #dcdcdc;
    color: #2d2d2d;
    font: 500 14px/20px Roboto, sans-serif;
    text-align: center;
}
.property-tabs .use .select {
    position: relative;
    margin-top: 25px;
}
.property-tabs .use .select:after {
    background: url('./svg/sprite.svg') no-repeat;
    background-position: 97.75280898876404% 44.41747572815534%;
    width: 12px;
    height: 12px;
    content: '';
    pointer-events: none;
    position: absolute;
    top: 17px;
    right: 15px;
}
.property-tabs .use .use-title {
    margin-bottom: 9px;
    margin-top: 25px;
    color: #1e1e1e;
    font: 400 14px/20px Roboto, sans-serif;
}
.property-tabs .use select {
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    border: 1px solid #dcdcdc;
    color: #1e1e1e;
    font: 400 14px/20px Roboto, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: 0;
}
.product-info > .info .title {
    margin-bottom: 20px;
    color: #1e1e1e;
    font: 600 24px/30px Roboto, sans-serif;
    text-transform: uppercase;
}
.product-info > .info .title h1 {
    font-size: inherit;
}
.product-info > .info .title h1 span.art {
    display: inline-block;
    color: #c7081b;
    font-size: 1.1em;
}
.product-info > .info .about {
    font-size: 1.1em;
    padding: 13px 21px;
    background-color: #f7f7f5;
    margin-bottom: 1rem;
}
.product-info > .info .about * {
    color: #626262;
}
.product-info > .info .about table {
    width: 100%;
}
.product-info > .info .about tr:last-child td {
    border-bottom-width: 0;
}
.product-info > .info .about tr td {
    padding: 8px;
    border-bottom: 1px solid #dcdcdc;
}
.product-info > .info .about tr td:first-child {
    color: #1e1e1e;
}
.product-info > .info .about tr td a {
    color: #626262;
}
.product-info > .info .about tr td span {
    color: #626262;
}
.product-info .img-wrapper {
    max-width: 630px;
    padding: 68px 25px;
    background-color: #f7f7f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-info .img-wrapper img {
    max-width: 250px;
    max-height: 250px;
    width: 100%;
}
.svg-checklist-dims {
    width: 52px;
    height: 52px;
}
.svg-group-dims {
    width: 61px;
    height: 61px;
}
.svg-location-dims {
    width: 61px;
    height: 61px;
}
.svg-warehouse-dims {
    width: 61px;
    height: 61px;
}
.product-filter-search-wrapper {
    margin: -25px 0 115px;
}
.property-tabs .tabs {
    padding-bottom: 13px;
    border-bottom: 1px solid #f7f7f5;
    color: #1e1e1e;
    font: 600 14px/20px Roboto, sans-serif;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.property-tabs .tabs .tab {
    margin-right: 45px;
    cursor: pointer;
}
.property-tabs .tabs .tab:last-child {
    margin-right: 0;
}
.property-tabs .tabs .tab.active {
    position: relative;
}
.property-tabs .tabs .tab.active:before {
    content: '';
    height: 2px;
    background-color: #c7081b;
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
}
.property-tabs .panels .panel {
    padding-top: 36px;
}
.property-tabs .panels .panel:not(:first-child) {
    display: none;
}
.property-tabs .panels .panel .title {
    color: #1e1e1e;
    font: 600 18px/30px Roboto, sans-serif;
}
.property-tabs .panels .panel .title span {
    color: #626262;
}
.property-tabs .panels .panel .note {
    margin-bottom: 30px;
    color: #626262;
    font: 300 16px/20px Roboto, sans-serif;
}
.property-tabs .panels .panel table {
    width: 100%;
}
.property-tabs .panels .panel table tr:nth-child(odd) {
    background-color: #f7f7f5;
}
.property-tabs .panels .panel table tr td {
    padding: 16px 22px;
}
.property-tabs .panels .panel table .name {
    color: #1e1e1e;
    font: 600 14px/18px Roboto, sans-serif;
}
.property-tabs .panels .panel table .value {
    color: #626262;
    font: 400 14px/18px Roboto, sans-serif;
}
.product-description {
    margin-bottom: 74px;
}
.product-description .title {
    color: #1e1e1e;
    font: 600 18px/30px Roboto, sans-serif;
}
.product-description .title span {
    color: #626262;
}
.product-description p {
    color: #626262;
    font: 300 16px/20px Roboto, sans-serif;
}
@media screen and (max-width: 767px) {
    .site-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .link-column {
        width: 100%;
        padding: 0;
    }
    .link-column:not(:last-child) {
        padding-bottom: 15px;
    }
    .link-column:not(:last-child) .title {
        position: relative;
        cursor: pointer;
    }
    .link-column:not(:last-child) .title:before {
        width: 100%;
        -webkit-transition: 350ms;
        transition: 350ms;
    }
    .link-column:not(:last-child) .title:after {
        opacity: .75;
        position: absolute;
        top: calc(24%);
        right: 0;
    }
    .link-column:not(:last-child) .title._open:before {
        width: 25px;
    }
    .link-column:not(:last-child) .title._open:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .link-column:not(:last-child) ul {
        display: none;
    }
    .link-column:last-child {
        margin-top: 25px;
    }
    .link-column:last-child .phones {
        max-width: 100%;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .link-column:last-child .phones a {
        margin-left: 34px;
        font-size: 14px;
    }
    .link-column:last-child .phones a:after {
        display: none;
    }
    .link-column:last-child .phones a:before {
        top: -2px;
        left: -34px;
    }
    .link-column:last-child .phones .bel {
        margin-right: 20px;
    }
    .link-column:last-child .phones .ru {
        margin-bottom: 13px;
    }
    header {
        padding-top: 78px;
    }
    header .header-info-wrapper {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 880;
    }
    .upper-strip-wrapper {
        display: none;
    }
    .navigation-wrapper {
        width: 300px;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
        -webkit-transition: .2s;
        transition: .2s;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
    }
    .navigation-wrapper ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .navigation-wrapper ul li a {
        padding: 10px;
    }
    .navigation-wrapper ul li.active a:before {
        width: 3px;
        height: auto;
        top: 0;
        right: auto;
    }
    .navigation-wrapper ul li.empty-line {
        display: none;
    }
    .navigation-wrapper .logo {
        display: block;
        position: relative;
        padding: 19px;
    }
    .navigation-wrapper .logo .close {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .navigation-wrapper .phones {
        display: block;
        font-size: 14px;
    }
    .navigation-wrapper .phones a {
        margin-left: 58px;
    }
    .navigation-wrapper .phones a:before {
        top: -2px;
        left: -38px;
    }
    .navigation-wrapper .phones a:after {
        display: none;
    }
    .navigation-wrapper .schedule {
        display: block;
        padding-left: 0;
    }
    .navigation-wrapper .schedule:before {
        display: none;
    }
    .navigation-wrapper .upper-strip {
        display: block;
        padding: 19px 0;
        margin: 13px 19px 23px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .navigation-wrapper .upper-strip .login-panel {
        float: none;
    }
    .navigation-wrapper .upper-strip .login-panel .my-account {
        margin-left: 35px;
        display: block;
    }
    .navigation-wrapper .upper-strip .login-panel .logout {
        margin: 15px 0px 0px 35px;
        display: block;
    }
    .navigation-wrapper._open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: .4s;
        transition: .4s;
    }
    .navigation-wrapper._open + .overlay {
        opacity: 1;
        visibility: visible;
        -webkit-transition: .1s;
        transition: .1s;
    }
    .navigation-wrapper + .overlay {
        width: 100vw;
        background-color: rgba(0,0,0,0.5);
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 900;
    }
    .header-info {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
        z-index: 100;
    }
    .header-info .info-block {
        width: 0;
    }
    .burger {
        position: absolute;
        top: calc(38%);
        right: 15px;
    }
    .search-mobile {
        position: absolute;
        top: calc(31%);
        right: 84px;
    }
    .search-wrapper form {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .1s;
        transition: .1s;
        position: absolute;
        top: 88px;
        right: 0;
        left: 0;
    }
    .search-wrapper._open form {
        top: 78px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: 250ms;
        transition: 250ms;
    }
    .search-wrapper._open .search-mobile:after {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
    }
    .search-wrapper._open .search-mobile:before {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
    }
    div.info-icon-banner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -30px 0;
    }
    div.info-icon-banner .block-info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
        padding: 15px;
    }
    .why-work-wrapper .block-info {
        width: calc(50%);
    }
    .why-work-wrapper .block-info:nth-child(2) {
        border-left: 1px solid #e8e8e8;
    }
    .why-work-wrapper .block-info:nth-child(4) {
        border-left: 1px solid #e8e8e8;
    }
    .why-work-wrapper .block-info:nth-child(6) {
        border-left: 1px solid #e8e8e8;
    }
    .why-work-wrapper.partner-page.cooperation .block-info {
        width: 100%;
    }
    .why-work-wrapper.partner-page.managers .block-info {
        width: 100%;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .blog-grid .blog-last-news {
        display: none;
    }
    .main-catalog .catalog-filter-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-catalog .left-sidebar {
        display: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .main-catalog .product-grid {
        width: 100%;
        margin-left: 0;
    }
    .main-catalog .content .data-update {
        text-align: left;
    }
    .main-catalog .content > .sub-title:before {
        opacity: 1;
    }
    .main-catalog .content > .sub-title._open:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    div.props {
        margin-bottom: 25px;
    }
    div.props .adress-wrapper {
        margin-top: 20px;
        padding: 15px 20px;
    }
    div.props .adress-wrapper .block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    div.props .adress-wrapper .adress {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dcdcdc;
    }
    div.props .adress-wrapper .adress:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom-width: 0;
    }
    div.props .adress-wrapper .line {
        display: none;
    }
    div.info-social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    div.info-social > div {
        margin-bottom: 25px;
    }
    div.info-social > div:last-child {
        margin-bottom: 0;
    }
    div.info-social .social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    div.info-social .social span {
        width: 100%;
    }
    div.info-social .social .facebook {
        margin-left: 0;
    }
    div.contact-maps iframe {
        max-height: 320px;
    }
    div.contact-us-form form [type=email] {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    div.contact-us-form form [type=number] {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    div.contact-us-form form [type=text] {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    div.contact-us-form form button {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    div.contact-us-form form textarea {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    .maps-info .contacts {
        display: none;
    }
    .maps-info-wrapper iframe {
        height: 300px;
    }
    .search-any-filter .action p {
        display: none;
    }
    .property-tabs .tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .property-tabs .tabs .tab {
        width: 100%;
        margin: 0;
        padding: 5px;
    }
    .property-tabs .tabs .tab.active:before {
        bottom: 0;
    }
    .product-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-info .img-wrapper {
        width: 100%;
    }
    .product-info .img-wrapper img {
        width: 100%;
    }
    .product-info > .info {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .header-info .info-block .schedule {
        display: none;
    }
    .header-info .info-block .phones {
        display: none;
    }
    .search-any-filter-wrapper .search-title {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .link-column {
        width: 25%;
    }
    .link-column ul {
        display: block !important;
        height: 100% !important;
        margin-top: 15px !important;
    }
    .link-column .phones a {
        font-size: 14px;
    }
    .link-column .phones a:before {
        top: -2px;
        left: -34px;
    }
    .link-column .phones a:after {
        display: none;
    }
    .link-column .title:after {
        display: none;
    }
    .burger {
        display: none;
    }
    .navigation-wrapper .logo {
        display: none;
    }
    .navigation-wrapper .phones {
        display: none;
    }
    .navigation-wrapper .schedule {
        display: none;
    }
    .navigation-wrapper .upper-strip {
        display: none;
    }
    .navigation-wrapper + .overlay {
        display: none;
    }
    .search-mobile {
        display: none;
    }
    .navigation ul li a {
        padding: 18px 7px 16px;
        font-size: 13px;
    }
    .info-icon-banner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -30px 0;
    }
    .info-icon-banner .block-info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
        padding: 15px;
    }
    .why-work-wrapper .block-info {
        width: calc(50%);
    }
    .why-work-wrapper .block-info:nth-child(2) {
        border-left: 1px solid #e8e8e8;
    }
    .why-work-wrapper .block-info:nth-child(4) {
        border-left: 1px solid #e8e8e8;
    }
    .why-work-wrapper .block-info:nth-child(6) {
        border-left: 1px solid #e8e8e8;
    }
    .why-work-wrapper.partner-page.cooperation .block-info {
        width: calc(33.333333333333%);
    }
    .why-work-wrapper.partner-page.managers .block-info {
        width: calc(33.333333333333%);
    }
    .why-work-wrapper.partner-page.managers .block-info:nth-child(2) {
        border-right: 1px solid #e8e8e8;
        border-left: 1px solid #e8e8e8;
    }
    .main-catalog .left-sidebar {
        display: block !important;
    }
    .main-catalog .product-grid .brand-wrapper a {
        width: calc(13.333333333333%) !important;
    }
    .main-catalog .product-grid .product-wrapper .product-container {
        width: 18%;
        min-width: 200px;
        max-width: 300px;
    }
    div.props {
        margin-bottom: 15px;
    }
    div.info-social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }
    div.info-social > div {
        width: 50%;
        margin-bottom: 25px;
    }
    div.info-social .social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    div.info-social .social span {
        width: 100%;
    }
    div.info-social .social .facebook {
        margin-left: 0;
    }
    .product-info .img-wrapper {
        width: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .link-column {
        width: 25%;
    }
    .link-column .phones a {
        font-size: 16px;
    }
    .link-column .phones a:before {
        top: 0;
    }
    .link-column .phones a:after {
        display: block;
    }
    header .phones {
        display: block;
    }
    header .schedule {
        display: block;
        margin: 0px 30px 0px 0px;
    }
    .search-wrapper {
        max-width: 330px;
    }
    .header-info .info-block {
        width: auto;
    }
    .navigation ul li a {
        padding: 16px 10px 16px;
        font-size: 16px;
        text-align: center;
    }
    .location .phones {
        display: none;
    }
    .info-icon-banner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 auto;
    }
    .info-icon-banner .block-info {
        width: auto;
    }
    .why-work-wrapper .block-info {
        width: calc(33.333333333333%);
    }
    .why-work-wrapper .block-info:nth-child(4) {
        border-left-width: 0;
    }
    .why-work-wrapper .block-info:nth-child(6) {
        border-left-width: 0;
    }
    .why-work-wrapper .block-info:nth-child(2) {
        border-right: 1px solid #e8e8e8;
        border-left: 1px solid #e8e8e8;
    }
    .why-work-wrapper .block-info:nth-child(5) {
        border-right: 1px solid #e8e8e8;
        border-left: 1px solid #e8e8e8;
    }
    .history-wrapper .image {
        display: block;
    }
    .main-catalog .product-grid .brand-wrapper a {
        width: calc(5%);
    }

    div.props {
        margin-bottom: 55px;
    }
    div.info-social {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 34px;
    }
    div.info-social > div {
        width: auto;
        margin-bottom: 0;
    }
    div.info-social a {
        min-width: 40px;
    }
    div.info-social .social {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    div.info-social .social span {
        width: auto;
    }
    div.info-social .social .facebook {
        margin-left: 7px;
    }
    .left-tape {
        display: block;
    }
    .provider-hifi > img {
        display: block;
    }
    .product-info .img-wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 1100px) {
    .header-info .info-block .schedule {
        display: none;
    }
    .header-info .info-block .phones {
        margin-left: 20px;
    }
}
@media screen and (max-width: 950px) {
    .header-info .info-block .schedule {
        display: none;
    }
    .header-info .info-block .phones {
        margin-left: 20px;
    }
}
@media screen and (max-width: 900px) {
    .header-info .info-block .schedule {
        display: none;
    }
    .header-info .info-block .phones {
        margin-left: 100px;
    }
    .header-info .info-block .hifi-dealer {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .why-work-wrapper div.block-info {
        width: 100%;
    }
    .why-work-wrapper div.block-info:nth-child(2) {
        border-left-width: 0;
    }
    .why-work-wrapper div.block-info:nth-child(4) {
        border-left-width: 0;
    }
    .why-work-wrapper div.block-info:nth-child(6) {
        border-left-width: 0;
    }
    div.info-icon-banner div.block-info {
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    .main-catalog .product-grid .brand-wrapper a {
        width: calc(13.333333333333%) !important;
    }
}
@media screen and (max-width: 425px) {
    section.maps-info-wrapper iframe {
        height: 250px;
    }
}
@media screen and (min-width: 1440px) {
    .left-tape .first:before {
        border-bottom-color: #c7081b;
        border-left-color: #c7081b;
    }
    .left-tape .first:after {
        border-bottom-color: #fff;
        border-left-color: #fff;
    }
    .left-tape .second:before {
        border-bottom-color: #c7081b;
        border-left-color: #c7081b;
    }
    .left-tape .second:after {
        border-bottom-color: #fff;
        border-left-color: #fff;
    }
}
@media screen and (max-width: 424px) {
    .main-catalog .product-grid div.brand-wrapper a {
        width: calc(30%);
    }
}
.page-content {
    font-family: Roboto, sans-serif;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
.page-content b {
    font-weight: 700;
}
.page-content a {
    color: crimson;
}
body > footer {
    margin-top: 50px;
}
footer .phones {
    font-size: 0.9em;
    color: #333;
}
footer .phones .fi {
    font-size: 18px;
}
.af-select {
    width: 100%;
    padding: 12px 21px 12px 16px;
    border: 1px solid #a5a5a5;
    outline: 0;
    color: #626262;
    font: 300 16px/18px Roboto, sans-serif;
    cursor: pointer;
}
.af-input {
    padding: 10px 40px 10px 10px;
    color: #a5a5a5;
    font: 300 16px/18px Roboto, sans-serif;
    outline: 0;
    width: 100%;
    margin-bottom: 10px;
}
.af-button {
    border: none;
    background-color: #c7081b;
    outline: 0;
    color: #fff !important;
    text-transform: uppercase;
    cursor: pointer !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    font-size: 1.2em;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}
.af-button:hover {
    background-color: #ff1a46;
}
.af-button:active, .af-button:focus {
    background-color: #ff1a46 !important;
}
.search-by-size {
    max-width: 300px;
}
.google-search-wrapper {
    color: #ccc;
}
.google-search-wrapper a.google-search i {
    color: crimson;
    font-size: 40px;
}
.brands-logos-container {
    display: flex;
    flex-flow: row wrap;
    flex: 1 0 21%;
}
.brands-logos-container .item {
    display: flex;
    flex-basis: 16%;
    padding: 10px;
}
.ui-dialog {
    border-radius: 0px;
    width: 400px;
    font-family: Roboto, sans-serif;
}
.ui-draggable .ui-dialog-titlebar {
    border-radius: 0px;
    background: #545454;
    color: #fff;
}
.ui-dialog-buttonset {
    float: none !important;
}
.ui-dialog-buttonset button.ui-button {
    padding: 13px 10px;
    border: none;
    background-color: #c7081b;
    outline: 0;
    color: #fff !important;
    font: 500 16px/20px Roboto, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    padding: 13px 37px;
    border-radius: 0px;
    background-color: #dc143c;
    color: #fff;
    font: 500 14px/20px Roboto, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: crimson;
}
.ui-dialog-buttonset button.ui-button:hover {
    padding: 13px 10px;
    border: none;
    background-color: #c7081b;
    outline: 0;
    color: #fff !important;
    font: 500 16px/20px Roboto, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    padding: 13px 37px;
    border-radius: 0px !important;
    background-color: #dc143c !important;
    font: 500 14px/20px Roboto, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: crimson;
}
#search-by-number .twitter-typeahead {
    width: 100%;
}
.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 100%;
    position: absolute;
    top: 32px !important;
    left: 0px;
    z-index: 100;
    display: none;
    right: auto;
}
.tt-menu .search-result-item {
    display: flex;
}
.tt-menu .search-result-item a {
    padding: 5px 10px;
    display: inline-block;
    color: #333;
    width: 100%;
}
.tt-menu .search-result-item:hover {
    background-color: #ffeded;
}
.tt-menu .search-result-item a.info {
    width: auto;
 }

#modal-login input[name='email'], #modal-login input[name='password'] {
    width: 100%;
    margin-bottom: 10px;
}
.admin-info {
    background: #fbf5b1;
    padding: 5px;
    width: 100%;
    border: 1px dashed crimson;
    margin-top: 5px;
    line-height: 1.5 !important;
    font-size: 0.9em !important;
    overflow: auto;
}

.admin-info, .admin-info *:not(.fa) {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.admin-info p, .admin-info a, .admin-info span {
    margin: 0px;
    padding: 0px;
}
.admin-info a {
    text-decoration: underline;
    color: crimson;
}
.admin-info a:hover {
    text-decoration: none;
}
.admin-info table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}
.admin-info table td, .admin-info table th {
    border: 1px solid #ccc;
}
.admin-info input[type="submit"] {
    width: 100%;
    color: #333;
}
.af-table {
    background: #fffcd7 !important;
    width: 100% !important;
    font-size: 0.9em !important;
    margin-bottom: 0px !important;
}
.af-table tr th {
    background: #757575;
    color: #fff;
}
.af-table tr td {
    padding: 3px !important;
}
.marques-alphabet b {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid crimson;
    color: #9a9a9a;
    font-weight: bold;
}
.marques-alphabet a {
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
    font-size: 0.9em;
}
.page-content strong {
    font-weight: bold;
}

.aside .discount {
    background: #b20000;
    padding: 20px;
    font-size: 18px;
    color: #fff;
}

#cart__table th {
    background: #5a5a5a;
    color: #fff;
}
.cart .price-request {
    background: #4d9f4d;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}

.cart-link {
    color: crimson;
    text-decoration: underline;
}
.cart-link:hover {
    color: crimson;
}

.cart .bg-green {
    background: #4d9f4d;
}

.cart .bg-red {
    background: #ff3b3b;
}

.button-to-link {
    border: 0px;
    background: none;
    color: crimson !important;
    font-size: 0.8rem;
    margin: 0;
    text-decoration: underline;
    cursor: pointer;
    outline: none;
    padding: 2px 3px;
    user-select: none;
}

#priceTable th {
    background: crimson;
    color: #fff;
}
#priceTable tr td {
    padding: 0.3rem;
}


.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
/* PAGE POST */
.post-date {
    color: #ed143d;
}
.modal-title {
    font-size: 1.25rem;
}

/* --- Выровнять карточки товаров по высоте и кнопки по низу --- */
.product-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.product-wrapper > .product-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 220px;
    min-width: 220px;
    min-height: 420px;
    box-sizing: border-box;
}
.product-container .check-price {
    margin-top: auto;
}
.sub-menu-toggle {
    outline:none !important;
    background:none !important;
    border:none !important;
    padding:10px 10px !important;
    cursor:pointer !important;
    top:4px;
    position:relative;
}
.sub-menu-toggle .arrow {
    transition: transform 0.2s;
    transform: rotate(0deg);
}
.sub-menu-toggle.rotated .arrow {
    transform: rotate(180deg);
}
.blog-item h2 {
    font-size: 26px;
}
.size-select {
    width: 200px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: 0px 13px;
    height: 32px;
    color: #717171;
    font-size: 14px;
}

.size-input {
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    color: #4f4f4f;
    height: 32px;
    line-height: 32px;
    text-align: right;
    width: 120px;
}

/* Popular Products Slider Styles */
.popular-products-wrapper {
    margin: 40px 0;
}

.section-title {
    text-align: left;
    color: #1e1e1e;
    font: 600 22px/26px Roboto, sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.popular-slider {
    position: relative;
}

.slider-container {
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 15px;
}

.slider-item {
    flex: 0 0 calc(25% - 12px);
    min-width: 220px;
}

.product-card {
    padding: 10px 10px;
    border: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
    background: white;
    transition: border-color 0.2s ease;
}

.product-card:hover {
    border-color: #c7081b;
}

.product-image {
    max-width: 225px;
    max-height: 225px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 225px;
    margin-bottom: 15px;
}

.product-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    max-height: 200px;
    object-fit: contain;
}

.slider-product-info {
    width: 100%;
    text-align: center;
}

.slider-product-brand {
    margin: 20px 0 14px;
    color: #626262;
    font: 500 12px/14px Roboto, sans-serif;
}

.slider-product-name {
    margin-bottom: 19px;
    color: #1e1e1e;
    font: 400 14px/16px Roboto, sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.slider-product-type {
    color: #626262;
    font: 400 12px/14px Roboto, sans-serif;
    margin-bottom: 15px;
}

.slider-product-link {
    width: 100%;
    padding: 12px;
    background-color: #c7081b;
    border: none;
    color: #fff;
    font: 500 14px/16px Roboto, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    transition: .2s;
    text-decoration: none;
    display: block;
    text-align: center;
}

.slider-product-link:hover {
    background-color: rgba(199,8,27,0.8);
    color: #fff;
    text-decoration: none;
}

.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 15px;
}

.slider-btn {
    background: #c7081b;
    color: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-btn:hover {
    background: rgba(199,8,27,0.8);
}

.slider-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.slider-dots {
    display: flex;
    gap: 6px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background 0.2s ease;
}

.slider-dot.active {
    background: #c7081b;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .slider-item {
        flex: 0 0 calc(33.333% - 10px);
    }
}

@media (max-width: 768px) {
    .popular-products-wrapper {
        margin: 30px 0;
    }

    .slider-item {
        flex: 0 0 calc(50% - 8px);
        min-width: 0;
    }

    .section-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .slider-track {
        gap: 10px;
    }

    .product-image {
        max-width: 180px;
        max-height: 180px;
        margin-bottom: 12px;
    }

    .product-image img {
        max-height: 160px;
    }

    .slider-product-brand {
        margin: 15px 0 10px;
        font-size: 11px;
    }

    .slider-product-name {
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 15px;
    }

    .slider-product-type {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .slider-product-link {
        padding: 10px;
        font-size: 13px;
    }

    .slider-controls {
        margin-top: 15px;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .popular-products-wrapper {
        margin: 25px 0;
    }

    .slider-item {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .section-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .slider-container {
        padding: 0 10px;
    }

    .slider-track {
        gap: 10px;
    }

    .product-card {
        padding: 12px;
    }

    .product-image {
        max-width: 200px;
        max-height: 200px;
        margin-bottom: 10px;
    }

    .product-image img {
        max-height: 180px;
    }

    .slider-product-brand {
        margin: 12px 0 8px;
        font-size: 10px;
    }

    .slider-product-name {
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 14px;
    }

    .slider-product-type {
        margin-bottom: 10px;
        font-size: 10px;
    }

    .slider-product-link {
        padding: 10px 8px;
        font-size: 12px;
    }

    .slider-controls {
        margin-top: 15px;
        gap: 8px;
        padding: 0 10px;
    }

    .slider-btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .slider-dot {
        width: 8px;
        height: 8px;
    }
}
