.custom-sites {
    position: relative;
    border-bottom: 1px solid #f6f6f6;
    z-index: 13 !important;
}
.custom-sites-list {
    display: flex;
    width: 100%;
    overflow-x: auto;
}
.custom-sites-list__mobile {
    display: none;
    position: relative;
}
.custom-sites-list__mobile .custom-sites-list__mobile-submenu,
.custom-sites-list__mobile .custom-sites-list__mobile--active {
    padding-left: 20px;
    padding-right: 20px;
}
.custom-sites-list__mobile-submenu {
    position: absolute;
    top: 47px;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
}
.custom-sites-list__mobile-submenu .custom-sites-list__link {
    display: block;
    margin-left: 0px;
}
.custom-sites-list__mobile-submenu .custom-sites-list__link + .custom-sites-list__link {
    display: block;
    margin-left: 0px;
}
.custom-sites-list__mobile-submenu .custom-sites-list__link:last-child {
    padding-bottom: 25px;
}
.custom-sites-list__mobile-submenu.show {
    opacity: 1;
    visibility: visible;
}
.custom-sites-list__mobile .custom-sites-list__mobile--active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
}
.custom-sites-list__mobile--active:hover {
    cursor: pointer;
}
.custom-sites-list__mobile--active i {
    display: inline-flex;
    margin-left: auto;
    height: 12px;
    width: 18px;
    position: relative;
}
.custom-sites-list__mobile--active i::after {
    content: "\f107";
    position: absolute;
    top: 3px;
    left: 5px;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotate(0);
    transition: transform linear 0.3s;
}
.custom-sites-list__mobile--active.clicked i::after {
    transform: rotate(180deg);
}
.custom-sites-list__mobile-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all linear 0.3s;
}
.custom-sites-list__mobile-mask.show {
    opacity: 1;
    visibility: visible;
}
.custom-sites-list__link {
    display: inline-block;
    padding: 10px 0;
    font-size: 12px;
    line-height: 18px;
    color: #999;
}
.custom-sites-list__link:hover {
    color: #333;
}
.custom-sites-list__link.active {
    color: #333;
    font-weight: bold;
}
.custom-sites-list__link + .custom-sites-list__link {
    margin-left: 30px;
}
@media screen and (max-width: 991px) {
    .custom-sites-list {
        display: none;
    }
    .custom-sites-list__mobile {
        display: block;
    }
}
footer .info .address:before {
    content: none;
}
.bottom-menu .item:hover .title span {
    color: #fff !important;
}
@media screen and (max-width: 767px) {
    div.info.contacts_block_footer {
        padding-top: 70px;
    }
}
.menu-bottom-help .title {
    padding-top: 1px;
}
.playnext-logo {
    display: block;
    max-width: 100px;
    margin-left: auto;
}
.playnext-logo svg path {
    transition: fill 0.3s linear;
}
.playnext-logo:hover svg path,
.playnext-logo:focus svg path {
    fill: #258ea7;
}
@media screen and (max-width: 998px) {
    .playnext-logo {
        margin: 0;
    }
    .playnext-logo__wrapper.inner-wrapper.row {
        margin-top: -50px;
    }
}
@media screen and (max-width: 767px) {
    .playnext-logo {
        margin: 0 auto;
    }
    .playnext-logo__wrapper.inner-wrapper.row {
        margin-top: -76px;
    }
}
.header_5-phone-email {
    display: flex;
    height: 104px;
    padding: 35px 20px 20px 0px;
}
.header-email {
    display: flex;
    margin-right: 35px;
    padding-top: 10px;
    align-items: flex-start;
}
.header-email .svg {
    min-width: 20px;
    min-height: 20px;
    height: 20px;
    margin-right: 10px;
}
#headerfixed .logo-row.v2 .logo-block {
    min-width: 167px;
    max-width: 167px;
}
.top-description__wrap {
    width: 14.6%;
}
.logo-row .top-description {
    padding-left: 30px;
}
.top-description p {
    margin-bottom: 0px;
}
.logo.colored img,
header .line-row,
.logo.colored a img {
    background: transparent;
    max-height: 55px;
    width: 70%;
}
#mobileheader .logo {
    max-width: 100px;
}
#mobileheader .logo img,
#mobileheader .logo.colored img {
    max-height: 45px;
    background: transparent;
}
.logo-block ~ .col-md-2 {
    padding: 0;
}
.header-email .email.blocks {
    margin-top: -5px;
}
.header-email .svg {
    min-width: 15px;
    min-height: 10px;
    height: 15px;
    margin-right: 10px;
    background-size: 16px 16px;
}
.header-email .email.blocks {
    margin-top: -5px;
}
.header-email .svg {
    min-width: 15px;
    min-height: 10px;
    height: 15px;
    margin-right: 10px;
    background-size: 16px 16px;
}
@media screen and (min-width: 992px) {
    .logo-block {
        width: 13%;
    }
    .logo img {
        height: 58px;
    }
}
.company_bottom_block .row .big {
    padding-top: 0px;
    margin-top: -5px;
}
.catalog_item_wrapp .sa_block {
    margin-top: 10px;
}
.stickers.table {
    position: static;
    margin-bottom: 0;
}
.custom-table .like_icons {
    position: static;
}
.custom-table__wrapper-td {
    width: 100%;
    padding: 20px 0 !important;
    display: block;
}
.module_products_list td.but-cell {
    width: 105px;
}
.module_products_list tr td:last-child {
    padding-right: 20px;
}
.custom-table .custom-table__prop {
    box-sizing: border-box;
    padding: 19px 20px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    color: #1d2029;
    text-align: left;
    width: 15%;
}
.custom-table__thead {
    width: 100%;
}
.custom-table__th {
    padding-left: 20px;
    font-weight: normal;
    font-size: 12px;
    font-family: inherit;
}
.custom-table__thead .custom-table__th:nth-child(2) {
    padding-right: 10px;
    padding-left: 20px;
}
.custom-table__th-props {
    padding: 0 20px;
    box-sizing: border-box;
}
.custom-table .counter_wrapp .counter_block {
    margin-right: 0;
    width: 100%;
}
.custom-table .but-cell {
    padding-top: 20px;
    vertical-align: middle;
}
.custom-table tbody tr:first-child {
    border: none;
    margin: 0;
}
.custom-table tbody tr:first-child:hover {
    box-shadow: none;
}
.custom-table tbody tr:first-child:hover .fast_view_block {
    visibility: hidden;
    opacity: 0;
}
.custom-subtable-first tbody tr:last-child {
    border: 1px solid #f2f2f2;
}
.custom-subtable-first tbody tr:last-child:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.custom-subtable-first tbody tr:last-child:hover .fast_view_block {
    visibility: visible;
    opacity: 1;
}
.custom-subtable-first .custom-table__link {
    color: #1d2029 !important;
}
.custom-subtable-first tbody:hover .custom-table__link {
    color: #1d2029 !important;
}
.custom-subtable-first tbody tr:last-child:hover .custom-table__link {
    color: #1f7d93 !important;
}
.custom-subtable-other tbody tr:first-child {
    visibility: hidden;
}
.custom-subtable-other tbody tr:first-child th.custom-table__th {
    line-height: 0;
}
.custom-subtable-other tbody tr:first-child th.custom-table__th * {
    height: 0 !important;
}
.custom-table__th-text {
    color: #1d2029;
    line-height: 1.3;
}
a.custom-table__th-text {
    color: #a5a3a3;
    cursor: pointer;
    transition: 0.3s;
}
a.custom-table__th-text.active,
a.custom-table__th-text:hover {
    color: #333;
}
.custom-table__th a i.arr {
    display: inline-block;
    height: 17px;
    width: 18px;
    position: relative;
}
.custom-table__th a.desc i.arr {
    background-position: 5px 3px;
}
.custom-table__th a.desc i.arr:after {
    content: "\f107";
}
.custom-table__th a i.arr:after {
    content: "\f106";
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 12px;
    font-weight: 700;
    color: inherit;
}
.custom-subtable-first .custom-table__th {
    padding-bottom: 20px;
    padding-top: 20px;
}
.custom-table__th:not(:first-child):not(:last-child) .custom-table__th-text {
    display: flex;
    align-items: center;
}
.custom-table__th:not(:first-child):not(:last-child) .custom-table__th-text::after {
    display: inline-block;
    margin-left: 10px;
    color: inherit;
    font-family: FontAwesome;
}
.module_products_list td.price-cell {
    width: auto;
    padding-left: 20px;
    vertical-align: middle;
}
.module_products_list td.item-name-cell {
    width: 20%;
    padding-right: 0;
    vertical-align: middle;
}
.show-porps-mobile {
    flex-wrap: wrap;
}
.show-porps-mobile div {
    width: 50%;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.show-porps-mobile__value {
    padding-left: 20px;
}
.custom-subtable .total_summ {
    visibility: hidden;
}
.sort_header.view_table .sort_filter,
.sort_header.view_spares .sort_filter {
    display: none;
}
td.price-cell .sale_block .text {
    margin-left: 0px;
}
.adaptive_button_buy .counter_block {
    margin-bottom: 10px;
    width: 93px;
}
.custom-subtable .counter_block input[type="text"] {
    width: 43px;
}
.spare-title {
    font-size: 14px;
    font-weight: bold;
    color: #1d2029;
}
.module_products_list td.spare-name-cell {
    width: auto;
}
.module_products_list td.spare-price-cell {
    width: 20%;
}
.basket-checkout-block-btn {
    display: none !important;
}
@media screen and (min-width: 768px) {
    .show-porps-mobile {
        display: none;
    }
    .custom-subtable .sale_block .value {
        margin-right: 10px;
    }
}
@media screen and (max-width: 1140px) {
    #bx_incl_area_12_1_3,
    .ajax_load.table {
        overflow-x: hidden;
    }
    .custom-table__prop,
    .custom-table__th-props {
        display: none;
    }
    .show-porps-mobile {
        display: flex;
        display: flex;
    }
    .module_products_list td.item-name-cell {
        width: auto;
    }
    .module_products_list td.price-cell {
        width: 25%;
    }
}
@media screen and (max-width: 450px) {
    .module_products_list td.price-cell {
        width: 100%;
        padding-bottom: 12px;
    }
    .module_products_list td.price-cell .price_matrix_wrapper {
        width: 100%;
    }
    .module_products_list td.price-cell .sale_block {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        height: 21px;
        overflow: hidden;
    }
    .module_products_list td.price-cell .sale_block .value,
    .module_products_list td.price-cell .sale_block .text {
        height: 21px;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 0;
    }
    .custom-subtable-other tbody tr:first-child,
    .custom-table tbody tr:first-child {
        display: none;
    }
    .custom-subtable tbody {
        padding: 0 20px;
    }
    .module_products_list .custom-subtable td.item-name-cell {
        padding: 0px 20px;
    }
    .module_products_list .custom-subtable td.foto-cell {
        padding-top: 20px;
        padding-left: 0px;
    }
    td.price-cell .sale_block .text {
        margin-left: 10px;
    }
    .adaptive_button_buy .counter_block {
        margin-right: 10px;
    }
    .show-porps-mobile__prop {
        text-align: right;
    }
    .show-porps-mobile__value {
        text-align: left;
    }
}
.stickers.table {
    padding-right: 0px;
}
.stickers.table div div {
    margin-left: 0;
}
.custom-table .btn.btn-default.transparent.white {
    width: 94px;
    padding: 10px 5px;
}
.table-has-label .module_products_list td.price-cell {
    width: 20%;
}
.item-views.table-elements .item .body-info {
    padding: 20px;
}
.project-item__img-link {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
}
.project-item__title {
    color: #222;
}
.detail.partners .detailimage .img-partner {
    padding: 20px;
}
.banner.CONTENT_TOP img {
    max-width: 750px;
    margin-left: 0;
}
@media screen and (max-width: 998px) {
    .banner.CONTENT_TOP img {
        height: auto;
        width: 100%;
    }
}
.product__btn-buy {
    min-width: 255px;
}
.product__btn-buy > span {
    width: 100%;
}
.item-stock .icon.order {
    display: none;
}
.item-stock .icon.order ~ .value {
    display: none;
}
.item-stock {
    visibility: hidden;
}
.brands-top-menu__wrapper {
    display: grid;
    grid-gap: 20px;
}
.brands-top-menu__item div {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
@supports (-ms-ime-align: auto) {
    .menu-row .mega-menu table td.wide_menu:hover > .wrap > .dropdown-menu {
        max-height: 800px;
    }
}
.sp-force-hide {
    display: none;
}
.sp-form {
    padding: 0 !important;
}
.sp-form .sp-field {
    padding: 8px 0 !important;
}
.sp-form .sp-button-container {
    width: 100% !important;
    padding: 8px 0 !important;
}
.sp-form .sp-button:hover {
    top: 0 !important;
}
.sp-message .sp-message-success {
    padding: 8px 0 !important;
}
.sp-form-outer p strong {
    color: #fff !important;
}
.sp-form[sp-id="132696"] {
    font-family: "Open Sans", sans-seif !important;
    display: none !important;
    background: rgba(0, 0, 0, 0);
    padding: 15px;
    width: 100%;
    max-width: 200px !important;
    margin: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
@media screen and (max-width: 767px) {
    .sp-form[sp-id="132696"] {
        margin: 0 auto;
    }
}
.sp-form[sp-id="132696"] input[type="checkbox"] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
}
.sp-form[sp-id="132696"] div.sp-form-fields-wrapper {
    margin: 0 auto;
    width: 290px;
}
@media screen and (max-width: 998px) {
    .sp-form[sp-id="132696"] div.sp-form-fields-wrapper {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .sp-form[sp-id="132696"] div.sp-form-fields-wrapper {
        margin: 0 auto;
    }
}
.sp-form[sp-id="132696"] input.sp-form-control {
    font-family: "Open Sans", sans-seif;
    background: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 13px;
    padding: 8px 13px 7px;
    width: 100%;
}
.sp-form[sp-id="132696"] .sp-field label {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}
.sp-form[sp-id="132696"] .btn {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    margin: 0;
    border-radius: 2px;
    padding: 7px 18px 9px;
    overflow: hidden;
}
.sp-form[sp-id="132696"] .sp-button-container {
    text-align: left;
    width: auto;
}
.sp-form[sp-id="132696"] div label.sp-control-label {
    font-family: "Open Sans", sans-seif;
    font-size: 13px;
    line-height: 18px;
    color: #888;
    font-weight: 400;
}
.sp-form[sp-id="132696"] .sp-field > .sp-control-label > span + strong {
    font-size: 12px;
    font-weight: 400;
    line-height: 0;
    margin: 0 0 0 4px;
    color: #e62222;
}

.banners-content .item_block.animated {
    opacity: 1;
}
.banners-content .maxwidth-banner {
    background-size: cover !important;
}
@media (max-width: 991px) {
    .catalog_page #content > .banners-content .maxwidth-banner .row {
        display: flex;
    }
    .catalog_page #content > .banners-content .maxwidth-banner .row::after,
    .catalog_page #content > .banners-content .maxwidth-banner .row::before {
        content: none;
    }
    .catalog_page #content > .banners-content .maxwidth-banner .row .maxwidth-theme {
        width: 100%;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .catalog_page #content > .banners-content .maxwidth-banner .row .maxwidth-theme::after,
    .catalog_page #content > .banners-content .maxwidth-banner .row .maxwidth-theme::before {
        content: none;
    }
    .catalog_page #content > .banners-content .maxwidth-banner .row .maxwidth-theme > div {
        width: 100%;
        display: block !important;
    }
    .catalog_page #content > .banners-content .maxwidth-banner .row .maxwidth-theme > div img {
        max-width: 100%;
    }
}

footer .ext_view .bottom-menu .items>.item-link {
    margin-bottom: 0;
}

.bottom-menu .items>.item-link {
    color: #b0b0b0;
    font-weight: 400;
}

.bottom-menu .items>.item-link a {
    color: #b0b0b0;
}

.rek-text .rek-left {
    float: left;
    width: 48%;
}

.rek-text .rek-right {
    float: right;
    width: 48%;
}

@media (max-width: 992px) {

    .rek-text .rek-right {
        float: none;
        width: 100%;
    }

    .rek-text .rek-left {
        float: none;
        width: 100%;
    }
}

.sp-form-outer {
    display: none;
}

.page-top-wrapper.grey {
    background: #0e76bc;
}

h1#pagetitle {
	color: #fff;
}

.breadcrumbs a span, .breadcrumbs span {
	color: #fff;
}

.contacts-wrapper b {
	cursor: pointer;
	transition: all 0.2s ease;
}

.contacts-wrapper b:hover,
.contacts-stores td.phone a:hover {
	color: #0b67a5;
}

.phone-block {
	margin-top: -15px;
}

.logo_and_menu-row .callback-block {
    border: 1px solid #0e76bc;
    padding: 5px 10px;
    margin-top: 10px;
    display: block;
	transition: all 0.2s ease;
}

.logo_and_menu-row .callback-block:hover {
	background-color: #0e76bc;
	color: #fff;
}

.banner.TOP_HEADER {
	display: none;
}

.text2023__section-description {
font-size: 14px;
}

.brands-top-menu__wrapper {
grid-template-columns: repeat(6, 1fr) !important;
grid-gap: 50px;
}

.brands-top-menu__wrapper a:nth-child(7),
.brands-top-menu__wrapper a:nth-child(8),
.brands-top-menu__wrapper a:nth-child(9) {
display: none;
}

.catalog-brands-li {
position: sticky !important;
    bottom: -10px;
    left: 0;
    z-index: 10;
    background: #fff;
margin-bottom: 0 !important;
}

.catalog-brands-li hr.long {
    margin: 0 0 30px;
}

.catalog-brands-li hr {
margin-top: 0;
}

.brand_main_wrapper {
    margin-bottom: 30px;
}

.brand_wrapper {
border-top: none !important;
}

.top_slider_wrapp .flexslider .slides > li {
    background-size: cover;
}

header .phone .dropdown,
footer .phone .dropdown {
    display: none;
}

.content table {
	margin-top: 40px;
	margin-bottom: 40px;
}


.content table td {
	border: 1px solid lightgrey;
	padding: 10px;
}
.content table td p, .content table th p  {
	margin-bottom: 0;
}

.content table th {
	border: 1px solid lightgrey;
	padding: 10px;
	font-weight: bold;
	background: rgb(0, 138, 189);
	color: white;
}

blockquote h2, h3, h4 {
	margin-top: 20px;
}