html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 100%;
}
@font-face {
    font-family: 'icomoon';
    src: url('fonts/touch-icon/touch-icon.eot?b7cyf0');
    src: url('fonts/touch-icon/touch-icon.eot?b7cyf0#iefix') format('embedded-opentype'),
    url('fonts/touch-icon/touch-icon.ttf?b7cyf0') format('truetype'),
    url('fonts/touch-icon/touch-icon.woff?b7cyf0') format('woff'),
    url('fonts/touch-icon/touch-icon.svg?b7cyf0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/*@import url('https://fonts.googleapis.com/css?family=Rubik&subset=cyrillic&display=swap');*/

/* rubik-regular - latin_cyrillic */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/rubik-v10-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/rubik-v10-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/rubik-v10-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/rubik-v10-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/rubik-v10-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/rubik-v10-latin_cyrillic-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}

/* rubik-600 - latin_cyrillic */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/rubik-v10-latin_cyrillic-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/rubik-v10-latin_cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/rubik-v10-latin_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/rubik-v10-latin_cyrillic-600.woff') format('woff'), /* Modern Browsers */ url('fonts/rubik-v10-latin_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/rubik-v10-latin_cyrillic-600.svg#Rubik') format('svg'); /* Legacy iOS */
}

/* rubik-700 - latin_cyrillic */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/rubik-v10-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/rubik-v10-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/rubik-v10-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/rubik-v10-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */ url('fonts/rubik-v10-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/rubik-v10-latin_cyrillic-700.svg#Rubik') format('svg'); /* Legacy iOS */
}

/* rubik-800 - latin_cyrillic */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/rubik-v10-latin_cyrillic-800.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/rubik-v10-latin_cyrillic-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/rubik-v10-latin_cyrillic-800.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/rubik-v10-latin_cyrillic-800.woff') format('woff'), /* Modern Browsers */ url('fonts/rubik-v10-latin_cyrillic-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/rubik-v10-latin_cyrillic-800.svg#Rubik') format('svg'); /* Legacy iOS */
}

/* rubik-900 - latin_cyrillic */
@font-face {
    font-family: 'Rubik_bold';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/rubik-v10-latin_cyrillic-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/rubik-v10-latin_cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/rubik-v10-latin_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/rubik-v10-latin_cyrillic-600.woff') format('woff'), /* Modern Browsers */ url('fonts/rubik-v10-latin_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/rubik-v10-latin_cyrillic-600.svg#Rubik') format('svg'); /* Legacy iOS */
}

/* rubik-italic - latin_cyrillic */
@font-face {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/rubik-v10-latin_cyrillic-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/rubik-v10-latin_cyrillic-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/rubik-v10-latin_cyrillic-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/rubik-v10-latin_cyrillic-italic.woff') format('woff'), /* Modern Browsers */ url('fonts/rubik-v10-latin_cyrillic-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/rubik-v10-latin_cyrillic-italic.svg#Rubik') format('svg'); /* Legacy iOS */
}

.icon-t-cart {
    line-height: 22px;
}

.icon-t-cart:before {
    font-family: 'icomoon' !important;
    content: "\61";
    font-size: 19px !important;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: 'Rubik', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    background-color: #fafafa;
    line-height: 21px;
    margin: 0;
}

#scrollUp {
    position: fixed;
    bottom: 170px;
    right: -60px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid rgba(255, 45, 91, 0.4);
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.3s;
}

#scrollUp.show {
    right: 58px;
}

#scrollUp:hover {
    border: 2px solid #ff2d5b;
}

@media all and (max-width: 634px) {
    #scrollUp {
        bottom: 90px;
    }

    #scrollUp.show {
        right: 26px;
    }
}

.personalCabinet_profile {
    position: relative;
    width: 100%;
}

.personalCabinet_profile h1 {
    font-size: 36px;
    font-weight: 700;
    color: #338DFF;
    margin: 0 0 23px 0;
}

.personalCabinet_container {
    width: 100%;
}

.modal-open-adv {
    overflow: hidden;
}

.modal-open {
    overflow: hidden;
    position: fixed;
    max-width: 100%;
}

.modal-open-bu {
    overflow: hidden;
}


/*/local/templates/touch_demo/template_styles.css*/
#modal_wrapper_bu .modal-open-bu {
    overflow: hidden;
}

.gray_blur {
    filter: blur(5px) grayscale(1);
    -webkit-filter: blur(5px) grayscale(1);
    -moz-filter: blur(5px) grayscale(1);
    -o-filter: blur(5px) grayscale(1);
}

img {
    border: 0;
}

input {
    font: normal normal 13px "Rubik", arial, sans-serif;
    outline: none;
}

input[placeholder] {
    text-overflow: ellipsis;
}

input::-moz-placeholder {
    text-overflow: ellipsis;
}

input:-moz-placeholder {
    text-overflow: ellipsis;
}

input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

a:not([href]) {
    cursor: default;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus {
    outline: none;
}

a {
    outline: none;
}

h1 {
    font-family: "Rubik";
    line-height: 36px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 24px;
    font-size: 24px;
    color: #000000;
    display: block;
}

h2 {
    font-family: "Rubik";
    font-weight: 400;
    font-size: 18px;
}

h3 {
    font-family: "Rubik";
    font-weight: 400;
    font-size: 16px;
}

b,
strong {
    font-family: 'Rubik_bold';
    font-weight: 400;
}

* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#topHeader {
    position: relative;
    min-width: 320px;
    height: 30px;
    z-index: 35;
}

.loading #topHeader,
.loading #topHeader2,
.loading #topHeader3,
.loading #topHeader4,
.loading #topHeader5,
.loading #topHeader6,
.loading #topHeader7,
.loading #topHeader8,
.loading #topHeader9 {
    overflow: hidden;
}

.loading #topMenu {
    opacity: 0;
}

.bold {
    font-family: 'Rubik_bold';
}

/* auth register city block */

#topService {
    float: right;
    padding: 0;
    margin: 0;
}

#topService div[id^=bx_incl_area_] {
    float: left;
}

#topService li {
    line-height: 30px;
    list-style: none;
    padding: 0 12px;
    float: left;
    margin: 0;
}

#topService .null {
    display: inline-block;
    line-height: 0;
    padding: 0;
    height: 0;
    width: 0;
}

#topService li:not(.null) a {
    font: normal normal 13px "Rubik", arial, sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
}

#topService li:not(.null) a:active {
    position: relative;
    top: 1px;
}

#topService li:not(.null) a:focus {
    transition: all 0.7s;
}

/* top banner */
.bannnner {
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.bannnner img {
    height: 100%;
    max-width: 1316px;
    margin: 0 auto;
    width: 100%;
}

/* Sub Header */

#subHeader {
    min-width: 320px;
    height: 102px;
    z-index: 3;
}

.loading #subHeader,
.loading #subHeader2,
.loading #subHeader3,
.loading #subHeader4,
.loading #subHeader5,
.loading #subHeader6,
.loading #subHeader7,
.loading #subHeader8,
.loading #subHeader9,
.loading #subHeaderV2 {
    overflow: hidden;
}

#subHeaderV2 {
    background-color: #ffffff;
}

#subHeaderV2 .subHeaderContainer {
    border-collapse: collapse;
    table-layout: fixed;
    display: table;
    width: 100%;
}

#subHeaderV2 .subHeaderLeft,
#subHeaderV2 .subHeaderCenter,
#subHeaderV2 .subHeaderRight {
    vertical-align: middle;
    display: table-cell;
}

#subHeaderV2 .subHeaderLeft {
    width: 680px;
}

#subHeaderV2 .subHeaderCenter {
    text-align: center;
}

#subHeaderV2 .subHeaderRight {
    text-align: right;
}

#logo {
    line-height: 48px;
    text-align: center;
    max-height: 48px;
    overflow: hidden;
    width: 142px;
    /*padding: 0 5px 0 5px;*/
    /*float: left;*/
}

#logo a {
    display: block;
}

#logo a:active {
    position: relative;
    top: 1px;
}

#logo img {
    vertical-align: middle;
    max-height: 95px;
    max-width: 100%;
}

#topHeading {
    padding: 0 18px;
    width: 162px;
    float: left;
}

#topHeading .vertical {
    line-height: 102px;
}

#topHeading p {
    font: normal normal 16px "Rubik", arial, sans-serif;
    vertical-align: middle;
    display: inline-block;
    line-height: 21px;
    text-align: center;
    margin: 0;
}

#headerTools {
    float: right;
    height: 96px;
}

#headerTools .tools {
    list-style: none;
    padding: 0;
    margin: 0;
}

#headerTools .tools .icon {
    float: left;
}

#headerTools .tools .heading {
    text-decoration: none;
    font-size: 18px;
    display: block;
}

#headerTools .tools .link {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-size: 13px;
}

#headerTools .tools .link:active {
    position: relative;
    top: 1px;
}

#headerTools .tools li {
    line-height: 102px;
    list-style: none;
    padding: 0 18px;
    float: left;
    margin: 0;
}

#headerTools .tools div[id*="bx_"] {
    float: left;
}

#headerTools .wrap {
    vertical-align: middle;
    display: inline-block;

    line-height: 21px;
}

#headerTools .icon {
    margin: 0 4px;
    height: 40px;
}

#headerTools .nf {
    float: left;
    margin-left: 12px;
}

#headerTools .text {
    font-size: 13px;
}

#headerTools .icon:active {
    position: relative;
    top: 1px;
}

#headerTools .telephone {
    position: relative;
}

#headerTools .telephone .icon {
    width: 35px;
}

#headerTools .search .wrap {
    padding: 0 8px;
}

#headerTools .search .icon {
    width: 35px;
    margin: 0;
}

#headerTools .wishlist .icon {
    width: 36px;
}

#headerTools .compare .icon {
    width: 35px;
}

#headerTools .cart .icon {
    width: 44px;
}

#headerTools .cart ins {
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    text-align: center;
    margin-left: 4px;
    padding: 0 6px;
    font-size: 13px;
}

/* popup content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#topToolsRight a {
    color: #f40f5e;
    /*color: #000;*/
    text-decoration: none;
}

#topToolsRight.full {
    /*margin-top: -17px;*/
    position: relative;
    /*position: absolute;*/
    right: 0px;
}

#topToolsRight.full .heading.telephone.full:before {
    content: " ";
    display: inline-block;
    height: 15px;
    width: 15px;
    background: url("/images/phone.png") no-repeat;
    background-size: contain;
}

#topToolsRight.full .phone {
    font-size: 18px;
}

#topToolsRight .popup-content.full {
    top: 25px;
    margin-left: 30px;
}

#topToolsRight .popup-content {
    display: none;
    position: absolute;
    z-index: 900;
    top: 65px;
    margin-left: -25px;
    padding: 10px !important;
    text-align: left;
    background-color: #fff;
    max-width: 350px;
}

#topToolsRight .popup-content.open {
    display: block !important;
}

#topToolsRight .popup-content-item .phone-list {
    display: inline-block;
}

#topToolsRight .popup-content-item .phone-list .phone-item {
    margin-bottom: 15px;
    white-space: nowrap;
}

#topToolsRight .popup-content-item .phone-list .phone-item.last {
    margin-bottom: 0;
}

#topToolsRight .popup-content-item .phone-list .phone-item .no-click {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    padding-right: 8px;
    position: relative;
    line-height: 18px;
    font-size: 13px;
    display: block;
    color: #000000;
}

#topToolsRight .popup-content-item .phone-list .phone-item .no-click:hover {
    color: #eca712;
}

#topToolsRight .popup-content-item .phone-list .phone-item .content span {
    font-size: 15px;
}

#topToolsRight .popup-content-item .phone-list .phone-item .content .phone-list-detail-header {
    font-size: 11px;
}

.arrowcss {
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #000000;
    margin: 10px 0 0 7px;
    padding: 0;
    float: right;
    transition: 0.2s ease;
}

.arrowcss:before {
    content: '';
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top-color: #fafafa;
    display: inline-block;
    -webkit-transform: translate(-9px, -10px);
}

.arrowcss.left {
    transform: rotate(90deg) translate(0, 0);
    -webkit-transform: rotate(90deg) translate(0, 0);
    -moz-transform: rotate(90deg) translate(0, 0);
    -o-transform: rotate(90deg) translate(0, 0);
    -ms-transform: rotate(90deg) translate(0, 0);
}

.arrowcss.down {
    transform: rotate(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
}

.arrowcss.up {
    transform: rotate(180deg) translate(0, 5px);
    -webkit-transform: rotate(180deg) translate(0, 5px);
    -moz-transform: rotate(180deg) translate(0, 5px);
    -o-transform: rotate(180deg) translate(0, 5px);
    -ms-transform: rotate(180deg) translate(0, 5px);
}

.arrowcss.right {
    transform: rotate(270deg) translate(0, 0);
    -webkit-transform: rotate(270deg) translate(0, 0);
    -moz-transform: rotate(270deg) translate(0, 0);
    -o-transform: rotate(270deg) translate(0, 0);
    -ms-transform: rotate(270deg) translate(0, 0);
}

/* popup content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#changeYouCity {
    position: relative;
    min-width: 320px;
    padding: 18px 0;
    display: none;
}

#changeYouCity .limiter {
    position: relative;
}

#changeYouCity .heading {
    font-size: 21px;
    display: block;
}

#changeYouCity .list {
    text-align: center;
    overflow: hidden;
}

#changeYouCity .list li {
    margin-top: 12px;
    text-align: left;
    float: left;
    width: 25%;
}

#changeYouCity .list li a {
    text-decoration: none;
    font-size: 14px;
}

#changeYouCity .list li a:hover {
    text-decoration: underline;
}

#changeYouCity #cityClose {
    text-decoration: none;
    position: absolute;
    padding: 4px 12px;
    font-size: 14px;
    display: block;
    right: 24px;
    top: 0;
}

#changeYouCity #cityClose ins {
    display: inline-block;
    margin-right: 6px;
    height: 10px;
    width: 10px;
}

#topMenu .bar > a {
    background: url(images/menuMore.png) 0 50% no-repeat transparent;
}

#topHeader.color_default #topMenu .bar > a {
    background-image: url(images/menuMore2.png)
}

#topHeader.color_default #topMenu .sub {
    background-color: #fbfbfb;
}

#topHeader.color_default #topMenu .sub li:hover {
    background: #f9f9f9;
}

#topHeader.color_default #topMenu .sub li {
    border-top: 1px solid #f3f3f3;
    border-bottom: 0;
}

#topMenu .bar > a:hover,
#topMenu .bar.active > a {
    background: url(images/menuMore.png) -21px 50% no-repeat transparent;
}

#main {
    margin-top: 24px;
    min-width: 320px;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

.content-right {
    background-color: #fff;
    /*background-color: #fafafa;*/
    border-radius: 10px;
    /*border: 1px solid #E2E5E9;*/
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, .25);*/
    padding: 20px;
    /*padding: 20px 6px 20px 20px;*/
    overflow: hidden;
    /*margin: 0 auto !important;*/
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 1326px;
}

#heroBlock {
    position: relative;
    display: flex;
    gap: 12px;
    width: 100%;
    margin-bottom: 20px;
    /*height: 400px;*/
    /*background-color: bisque;*/
}

#heroBlock_wrap {
    padding: 0;
}

#heroBlock .heroBlock_container:first-child {
    width: 24%;
    border: 1px solid #E2E5E9;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    z-index: 5;
    height: 548px;
    /*transition: all 0.3s ease;*/
}

.heroBlock_container_open {
    box-shadow: 0 10px 20px 8px rgba(0, 0, 0, 0.1);
}

#heroBlock .heroBlock_container:first-child .innerContainer {
    overflow: hidden;
    padding: 10px;
    height: 87%;
}

#heroBlock .heroBlock_container:last-child {
    width: 75%;
    margin-left: auto;
}

#heroBlock .heroBlock_promotionContainer {
    /*display: none;*/
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    padding: 0 1px;
}

#heroBlock .arrow_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    cursor: pointer;
}

#heroBlock .arr_up {
    display: none;
}

#heroBlock .arr_down {

}

#heroBlock .heroBlock_promotionLink {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 33.33%;
    padding: 16px 20px;
    background-color: #fff;
    border: 1px solid #E2E5E9;
    border-radius: 10px;
    color: #000;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 500;
}

#heroBlock .heroBlock_promotionLink:hover {
    color: #FE3170;
}

#heroBlock .heroBlock_promotionItem {
    display: flex;
    gap: 24px;
    align-items: center;
}

#heroBlock .topBrands_container {
    /*display: none;*/
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E2E5E9;
    border-radius: 10px;
    margin-top: 12px;
    overflow: hidden;
}

#heroBlock .topBrands_containerLink {
    text-decoration: none;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 65px;
    transition: all 0.3s ease;
    padding: 3px;
}

#heroBlock .topBrands_containerLink:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

#heroBlock .topBrands_containerLink:not(:last-child):before {
    position: absolute;
    content: "";
    width: 1px;
    height: 38px;
    top: 16px;
    right: 0;
    background-color: #E2E5E9;
}

#heroBlock .topBrands_containerLink img {
    width: 40px;
}

#main .compliter {
    /*border-collapse: collapse;*/
    table-layout: fixed;
    display: table;
    width: 100%;
}

#left {
    /*display: none;*/
    display: table-cell;
    vertical-align: top;
    width: 355px;
    margin-bottom: 24px;
    padding-right: 24px;
    /*padding-top: 68px;*/
}

#left .menu_overlay {
    position: relative;
    /*top: -68px;*/
    border: 1px solid #E2E5E9;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

#left .heading {
    display: none;
    font-family: 'Rubik', sans-serif;
    text-decoration: none;
    padding-left: 24px;
    line-height: 50px;
    font-weight: 400;
    font-size: 18px;
    /*display: block;*/
    height: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#left .menuRolled.mround {
    border-radius: 10px !important;
}

#left .heading .arrow {
    background-position: -27px 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#left .heading.opened .arrow {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#left .menuRolled + .collapsed {
    display: none;
}

#left .heading ins {
    vertical-align: middle;
    display: inline-block;
    margin-right: 24px;
    line-height: 50px;
    height: 50px;
    float: right;
    width: 27px;
}

#left .sideBlock .heading {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 60px;
    font-size: 16px;
    height: 60px;
}

#left .sideBlock .heading {
    background-color: #fff;
    color: #000;
}

#left .sideBlock a.heading:hover {
    opacity: 0.95;
}

#left #subscribe {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    border-radius: 10px;
}

#left #subscribe .copy {
    text-align: center;
    margin: 12px auto;
    line-height: 24px;
    font-size: 12px;
    display: block;
    width: 90%;
}

#left .banner {
    text-align: center;
    margin-top: 24px;
}

#left .banner img {
    max-height: 100%;
    vertical-align: middle;
    max-width: 100%;
}

#right {
    display: table-cell;
    width: 72%;
    vertical-align: top;
    /*padding-left: 24px;*/
}

.bx-context-toolbar-empty-area {
    display: flex;
}

#right #promoBlock {
    display: none;
}

#brandSearch {
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    display: none;
}

#brandSearch td {
    line-height: 50px;
    height: 50px;
}

#brandSearch .label {
    width: 140px;
}

#brandSearch .label span {
    display: block;
    text-align: center;
}

#brandSearch .all {
    width: 60px;
}

#brandSearch .all a {
    text-align: center;
    display: block;
}

#brandSearch a {
    text-decoration: none;
    text-align: center;
    display: block;
}

#slider {
    position: relative;
    overflow: hidden;
}

#slider ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

#slider ul li {
    position: relative;
    float: left;
}

#slider ul li span {
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    display: block;
    height: 352px;
}

#slider ul li img {
    width: auto;
    display: inline-block;
    margin-left: -120px;
}

#slider ol,
#complects_component ol {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 5px;
    background-color: rgba(255, 252, 252, 0.81);
    border-radius: 25px;
    left: 50%;
    bottom: 12px;
}

#slider ol li,
#complects_component ol li {
    margin-right: 4px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    float: left;
}

#main.color_black #slider .sliderContent {
    color: #ffffff;
}

#main.color_white #left #leftMenu {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    background-color: #fff;
}

#main.color_white #left #subLeftMenu {
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
}

#main.color_white #leftMenu {
    background-color: #ffffff !important;
}

#main.color_white #leftMenu > li {
    background-color: #ffffff !important;
}

#main.color_white #leftMenu li .menuLink {
    color: #000000 !important;
}

#main.color_white #leftMenu > li:hover, #leftMenu .activeDrop {
    color: #f6f6f6 !important;
}

#main.color_white #subLeftMenu {
    border-top: 1px solid #eeeeee !important;
    background-color: #ffffff !important;
}

#main.color_white #subLeftMenu a {
    color: #000000 !important;
}

#popCats {
    margin-top: 24px;
}

#popCats .sideBlockContent {
    padding: 12px;
    border-top: 0;
}

#popCats ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#popCats li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}

#popCats li span,
#popCats li a {
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    text-decoration: none;
    padding: 4px 12px;
    line-height: 21px;
    display: block;
}


#collectionList {
    margin-top: 24px;
    position: relative;
    overflow: hidden;
}

#collectionCarousel {
    position: relative;
    overflow: hidden;
    margin: 0 -12px;
}

#collectionCarousel > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#collectionCarousel > ul li {
    width: 33.3131313%;
    float: left;
}

#collectionList .collection {
    position: relative;
    padding: 0 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#collectionList .collection .wrap {
    border-bottom: none;
    overflow: hidden;
    padding: 12px;
}

#collectionList .collection .heading {
    text-decoration: none;
    margin-bottom: 12px;
    line-height: 24px;
    font-weight: 700;
    font-size: 18px;
    height: auto;
    padding: 0;
}

#collectionList .collectionDesc {
    line-height: 18px;
    font-size: 12px;
}

#collectionList .goTo {
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    display: block;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

#collectionList .pic {
    display: block;
    margin-bottom: 18px;
    text-align: center;
    line-height: 420px;
    height: 420px;
}

#collectionList .pic img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}


#promoBlock > div[id*="bx_"] {
    width: 100%;
    /*display: table;*/
    overflow: hidden;
    table-layout: fixed;
    border-collapse: collapse;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
}

#bannersBlock,
#specialBlock {
    display: table-cell;
    vertical-align: top;
}

#bannersBlock,
#specialBlock {
    padding-left: 12px;
    position: relative;
    overflow: hidden;
    width: 356px;
}

#specialBlock {
    padding-left: 24px;
    width: 344px;
}

#left #specialBlock {
    margin-bottom: 24px;
    padding-left: 0;
    display: block;
    width: 100%;
}

#bannersBlock ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bannersBlock ul li {
    float: left;
}

#bannersBlock ul a {
    display: block;
    line-height: 0;
}

#bannersBlock ul li:first-child {
    margin-bottom: 12px;
    float: none;
}

#bannersBlock ul li:first-child + li {
    padding-right: 12px;
}

#right .heading {
    margin-bottom: 24px;
    padding-left: 24px;
    line-height: 60px;
    font-size: 18px;
    display: block;
    height: 60px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
}

#footer {
    /*margin-bottom: 55px;*/
    padding-top: 24px;
    overflow: hidden;
}

#footer.variant_2 #leftFooter,
#footer.variant_4 #leftFooter {
    color: #ffffff;
}

#footer.variant_5 #leftFooter,
#footer.variant_5 #rightFooter,
#footer.variant_5 #footerBottom,
#footer.variant_6 #rightFooter,
#footer.variant_6 #footerBottom,
#footer.variant_7 #leftFooter,
#footer.variant_7 #footerBottom,
#footer.variant_8 #leftFooter,
#footer.variant_8 #footerBottom {
    background-color: #ffffff;
}

#footer.variant_6 #leftFooter,
#footer.variant_7 #rightFooter {
    background-color: #f3f3f3;
}

#footer.variant_5 #footerBottom,
#footer.variant_6 #footerBottom,
#footer.variant_8 #footerBottom {
    border-top: 1px solid #f1f1f1;
}

#footer.variant_7 #footerBottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_8 #footerBottom {
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

#footer.variant_2 #leftFooter a,
#footer.variant_4 #leftFooter a {
    color: #ffffff;
}

#footer.variant_5 #leftFooter a,
#footer.variant_6 #leftFooter a,
#footer.variant_7 #leftFooter a,
#footer.variant_8 #leftFooter a {
    color: #000000;
}

#footer.variant_2 #leftFooter a:hover,
#footer.variant_4 #leftFooter a:hover {
    opacity: 0.8;
}

#footer.variant_2 #leftFooter .selected,
#footer.variant_4 #leftFooter .selected {
    opacity: 0.7;
}

#footer.variant_2 #leftFooter .heading,
#footer.variant_4 #leftFooter .heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#footer.variant_5 #leftFooter .heading,
#footer.variant_6 #leftFooter .heading,
#footer.variant_7 #leftFooter .heading,
#footer.variant_8 #leftFooter .heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_2 #leftFooter ul li,
#footer.variant_4 #leftFooter ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#footer.variant_5 #leftFooter ul li,
#footer.variant_6 #leftFooter ul li,
#footer.variant_7 #leftFooter ul li,
#footer.variant_8 #leftFooter ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_2 #leftFooter ul li:first-child,
#footer.variant_4 #leftFooter ul li:first-child,
#footer.variant_5 #leftFooter ul li:first-child,
#footer.variant_6 #leftFooter ul li:first-child,
#footer.variant_7 #leftFooter ul li:first-child,
#footer.variant_8 #leftFooter ul li:first-child {
    border-top: 0;
}

#footer.variant_3 #rightFooter,
#footer.variant_3 #rightFooter p,
#footer.variant_3 #rightFooter .list li,
#footer.variant_3 #rightFooter .telephone,
#footer.variant_3 #rightFooter .showMap,
#footer.variant_4 #rightFooter,
#footer.variant_4 #rightFooter p,
#footer.variant_4 #rightFooter .list li,
#footer.variant_4 #rightFooter .telephone,
#footer.variant_4 #rightFooter .showMap,
#footer.variant_8 #rightFooter,
#footer.variant_8 #rightFooter p,
#footer.variant_8 #rightFooter .list li,
#footer.variant_8 #rightFooter .telephone,
#footer.variant_8 #rightFooter .showMap {
    color: #ffffff;
}

#footer.variant_8 #rightFooter .showMap:hover {
    opacity: 0.7;
}

#footer.variant_5 #rightFooter,
#footer.variant_5 #rightFooter p,
#footer.variant_5 #rightFooter .list li,
#footer.variant_5 #rightFooter .email,
#footer.variant_6 #rightFooter,
#footer.variant_6 #rightFooter p,
#footer.variant_6 #rightFooter .list li,
#footer.variant_6 #rightFooter .email,
#footer.variant_7 #rightFooter,
#footer.variant_7 #rightFooter p,
#footer.variant_7 #rightFooter .list li,
#footer.variant_7 #rightFooter .email {
    color: #000000;
}

#footer.variant_5 #rightFooter .email a,
#footer.variant_6 #rightFooter .email a,
#footer.variant_7 #rightFooter .email a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#footer.variant_3 #rightFooter .showMap:hover,
#footer.variant_4 #rightFooter .showMap:hover {
    opacity: 0.8;
}

#footer.variant_3 #rightFooter .telephone,
#footer.variant_4 #rightFooter .telephone {
    font-family: "robotomedium";
    margin-top: 12px;
}

#footer.variant_3 #rightFooter .hr,
#footer.variant_4 #rightFooter .hr,
#footer.variant_8 #rightFooter .hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#footer.variant_5 #rightFooter .hr,
#footer.variant_6 #rightFooter .hr,
#footer.variant_7 #rightFooter .hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_4 #footerBottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#footer.variant_4 #footerBottom .sn .vk {
    background: url(images/snC.png) 0 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .fb {
    background: url(images/snC.png) -60px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .od {
    background: url(images/snC.png) -120px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .tw {
    background: url(images/snC.png) -180px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .go {
    background: url(images/snC.png) -240px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .yo {
    background: url(images/snC.png) -300px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .vk:hover {
    background-position: 0 -60px;
}

#footer.variant_4 #footerBottom .sn .fb:hover {
    background-position: -60px -60px;
}

#footer.variant_4 #footerBottom .sn .od:hover {
    background-position: -120px -60px;
}

#footer.variant_4 #footerBottom .sn .tw:hover {
    background-position: -180px -60px;
}

#footer.variant_4 #footerBottom .sn .go:hover {
    background-position: -240px -60px;
}

#footer.variant_4 #footerBottom .sn .yo:hover {
    background-position: -300px -60px;
}

#footer.variant_5 #footerBottom .sn .vk,
#footer.variant_6 #footerBottom .sn .vk,
#footer.variant_7 #footerBottom .sn .vk,
#footer.variant_8 #footerBottom .sn .vk {
    background: url(images/snW.png) 0 0 no-repeat transparent;
}

#footer.variant_5 #footerBottom .sn .fb,
#footer.variant_6 #footerBottom .sn .fb,
#footer.variant_7 #footerBottom .sn .fb,
#footer.variant_8 #footerBottom .sn .fb {
    background: url(images/snW.png) -60px 0 no-repeat transparent;
}

#footer.variant_5 #footerBottom .sn .od,
#footer.variant_6 #footerBottom .sn .od,
#footer.variant_7 #footerBottom .sn .od,
#footer.variant_8 #footerBottom .sn .od {
    background: url(images/snW.png) -120px 0 no-repeat transparent;
}

#footer.variant_5 #footerBottom .sn .tw,
#footer.variant_6 #footerBottom .sn .tw,
#footer.variant_7 #footerBottom .sn .tw,
#footer.variant_7 #footerBottom .sn .tw {
    background: url(images/snW.png) -180px 0 no-repeat transparent;
}

#footer.variant_5 #footerBottom .sn .go,
#footer.variant_6 #footerBottom .sn .go,
#footer.variant_7 #footerBottom .sn .go,
#footer.variant_8 #footerBottom .sn .go {
    background: url(images/snW.png) -240px 0 no-repeat transparent;
}

#footer.variant_5 #footerBottom .sn .yo,
#footer.variant_6 #footerBottom .sn .yo,
#footer.variant_7 #footerBottom .sn .yo,
#footer.variant_8 #footerBottom .sn .yo {
    background: url(images/snW.png) -300px 0 no-repeat transparent;
}

#footer.variant_5 #footerBottom .sn .vk:hover,
#footer.variant_6 #footerBottom .sn .vk:hover,
#footer.variant_7 #footerBottom .sn .vk:hover,
#footer.variant_8 #footerBottom .sn .vk:hover {
    background-position: 0 -60px;
}

#footer.variant_5 #footerBottom .sn .fb:hover,
#footer.variant_6 #footerBottom .sn .fb:hover,
#footer.variant_7 #footerBottom .sn .fb:hover,
#footer.variant_8 #footerBottom .sn .fb:hover {
    background-position: -60px -60px;
}

#footer.variant_5 #footerBottom .sn .od:hover,
#footer.variant_6 #footerBottom .sn .od:hover,
#footer.variant_7 #footerBottom .sn .od:hover,
#footer.variant_8 #footerBottom .sn .od:hover {
    background-position: -120px -60px;
}

#footer.variant_5 #footerBottom .sn .tw:hover,
#footer.variant_6 #footerBottom .sn .tw:hover,
#footer.variant_7 #footerBottom .sn .tw:hover,
#footer.variant_8 #footerBottom .sn .tw:hover {
    background-position: -180px -60px;
}

#footer.variant_5 #footerBottom .sn .go:hover,
#footer.variant_6 #footerBottom .sn .go:hover,
#footer.variant_7 #footerBottom .sn .go:hover,
#footer.variant_8 #footerBottom .sn .go:hover {
    background-position: -240px -60px;
}

#footer.variant_5 #footerBottom .sn .yo:hover,
#footer.variant_6 #footerBottom .sn .yo:hover,
#footer.variant_7 #footerBottom .sn .yo:hover,
#footer.variant_8 #footerBottom .sn .yo:hover {
    background-position: -300px -60px;
}

#footer.variant_4 .sn li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#footer.variant_5 .sn li:first-child,
#footer.variant_6 .sn li:first-child,
#footer.variant_7 .sn li:first-child,
#footer.variant_8 .sn li:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_4 .sn li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#footer.variant_5 .sn li,
#footer.variant_6 .sn li,
#footer.variant_7 .sn li,
#footer.variant_8 .sn li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#catalogLine {
    height: 40px;
}

#wishlist #catalogLine {
    position: absolute;
    top: -50px;
    left: 0;
}

h1 {
    margin: 0 0 18px;
}

#catalogLine .sort {
    padding-bottom: 5px;
}

#catalogLine .column {
    display: inline-block;
    margin-left: 12px;
}

#catalogLine .column:first-child {
    margin-left: 0;
}

#catalogLine .column:last-child {
    float: left;
}

#catalogLine .label {
    display: inline-block;
    margin-right: 12px;
}

#catalogLine select {
    border-radius: 4px;
    padding: 0 12px;
    height: 30px;
    float: left;
}

#catalogLine .viewList {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

#catalogLine .viewList .element {
    margin-left: 12px;
    float: left;
}

#catalogLine .viewList .element:first-child {
    margin-left: 0;
}

#catalogLine .viewList .element a {
    vertical-align: middle;
    display: inline-block;
    height: 55px;
    width: 30px;
}

#catalogLine .viewList .element .squares {
    background-position: 0 0;
}

#catalogLine .viewList .element .squares:hover {
    background-position: -30px 0;
}

#catalogLine .viewList .element .squares.selected {
    background-position: -60px 0;
}

#catalogLine .viewList .element .line {
    background-position: 0 -55px;
}

#catalogLine .viewList .element .line:hover {
    background-position: -30px -55px;
}

#catalogLine .viewList .element .line.selected {
    background-position: -60px -55px;
}

#catalogLine .viewList .element .table {
    background-position: 0 -110px;
}

#catalogLine .viewList .element .table:hover {
    background-position: -30px -110px;
}

#catalogLine .viewList .element .table.selected {
    background-position: -60px -110px;
}


#catalogLine .viewList .element .squares:active,
#catalogLine .viewList .element .table:active,
#catalogLine .viewList .element .line:active {
    position: relative;
    top: 1px;
}

#subscriptionLine {
    display: flex;
    justify-content: center;
    background-color: #FFD12E;
    padding: 37px 75px;

}

#subscriptionLine .subscriptionLine_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1366px;
    background-color: #FFD12E;
    gap: 30px;
}

#subscriptionLine .subscriptionLine_container_first {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

#subscriptionLine .subscriptionLine_container_second {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row-reverse;
}

#subscriptionLine .form_field {
    display: flex;
    flex-direction: column;
    width: 20vw;
    max-width: 400px;
}

#subscriptionLine .form_field label {
    font-size: 14px;
    font-weight: 100;
    color: #303030;
    margin-bottom: 4px;
}

#subscriptionLine .form_field input {
    height: 40px;
    padding: 0 10px;
    margin: 0;
    border: none;
    border-radius: 10px;
    font-size: 16px;
}

#subscriptionLine .subscriptionLine_form {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

#subscriptionLine .subscriptionLine_title {
    font-size: clamp(15px, 4vw, 30px);
    font-weight: 500;
    line-height: 30px;
}

#subscriptionLine .subscription_btn {
    width: 20vw;
    height: 40px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 10px;
    background-color: #2E9CFF;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

#subscriptionLine .subscription_btn:hover {
    background-color: #2575ba;
}

#subscriptionLine .subscriptionLine_text_mob {
    display: none;
}

#rowFooter {
    display: flex;
    justify-content: center;
    /*width: 100%;*/
    padding: 36px 24px;
    table-layout: fixed;
    background-color: #eff0f3;
}

#rowFooter .rowFooter_wrap {
    display: flex;
    width: 100%;
    max-width: 1400px;
    table-layout: fixed;
    background-color: #eff0f3;
}

#rightFooter p,
#rowFooter .column a,
#rowFooter .column p {
    text-decoration: none;
    padding: 0;
    color: #515f6f;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    transition: all 0.3s ease;
    margin: 0 0 11px 0 !important;
}

#rowFooter h3,
#rowFooter p {
    padding: 0;
    margin: 0;
}

#leftFooter {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /*padding: 24px 24px 24px 24px;*/
    display: flex;
    vertical-align: top;
    width: 100%;
    max-width: 1366px;
}

#leftFooter .footerRow {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    list-style: none;
    width: 100%;
    gap: 0;
}

#leftFooter .leftColumn_help {
    /*width: 230px;*/
}

#leftFooter .leftColumn_help li:nth-child(-n+2) {
    display: none;
}

#leftFooter .leftColumn_catalog {
    /*width: 230px;*/
    column-count: 2;
    /*max-height: 333px;*/
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-bottom: 9px;
}

#leftFooter #showAllButton_help {
    display: none;
}

#leftFooter #showAllButton_catalog {
    display: none;
}

#leftFooter #showAllButton_help,
#leftFooter #showAllButton_catalog {
    cursor: pointer;
    text-align: start;
    border: none;
    padding: 6px 0;
    color: #2E9CFF;
    font-size: 16px;
    transition: all 0.3s ease;
}

#leftFooter #showAllButton_help:hover,
#leftFooter #showAllButton_catalog:hover {
    color: #2575ba;
}

#leftFooter .column:first-child {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*margin-right: 40px;*/
    width: 33.33%;
    /*float: left;*/
}

#leftFooter .column:last-child {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*margin-right: 40px;*/
    width: 100%;
}


/*#leftFooter .column:nth-child(2n) {*/
/*    display: none;*/
/*}*/

#leftFooter .heading {
    /*padding-bottom: 12px;*/
    margin-bottom: 11px;
    /*text-align: center;*/
    font-size: 18px;
    font-weight: 600;
    display: block;
}

#leftFooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#leftFooter ul li:first-child {
    border: 0;
}

#leftFooter a {
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;

    text-decoration: none;
    font-size: 16px;
    display: block;
    line-height: 19px;
}

#rightFooter {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    min-width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
}

#rightFooter a {
    color: #515F6F;
    padding: 0;
    margin: 0;
}

#rightFooter .wrap a {
    text-decoration: none;
}

#rightFooter .footerContacts_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 11px;
}

#rightFooter .footerContacts_phone a {
    font-size: 24px;
    font-weight: 500;
    line-height: 21px;
    color: #2E9CFF;
    /*margin-bottom: 10px;*/
}

#rightFooter .footerContacts_phone a:hover {
    color: #2575ba !important;
}

#rightFooter .footerContacts_email {
    margin-bottom: 11px;
}

#rightFooter .footer_contactsLink {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 192px;
}

#rightFooter .footer_contact:not(:last-child) {
    margin-bottom: 6px;
    line-height: 19px;
}

/*#rightFooter .rightTable {*/
/*    border-collapse: collapse !important;*/
/*    table-layout: fixed !important;*/
/*    border: none !important;*/
/*    width: 100%;*/
/*}*/

/*#rightFooter .rightTable td {*/
/*    vertical-align: top;*/
/*    border: none !important;*/
/*    !*background: #202020 !important;*!*/
/*}*/

/*#rightFooter .rightColumn {*/
/*    text-align: center;*/
/*    padding: 0 24px;*/
/*}*/

/*#rightFooter .rightColumn .wrap {*/
/*    display: inline-block;*/
/*    text-align: left;*/
/*}*/

/*#rightFooter .list {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 12px 0;*/
/*}*/

/*#rightFooter .list li {*/
/*    margin-bottom: 8px;*/
/*    line-height: 21px;*/
/*    list-style: none;*/
/*    font-size: 14px;*/
/*    display: block;*/
/*}*/

/*#rightFooter .email a {*/
/*    text-decoration: none;*/
/*}*/

/*#rightFooter p {*/
/*    font-size: 14px;*/
/*    display: block;*/
/*}*/

/*#rightFooter .hr {*/
/*    padding-top: 12px;*/
/*}*/

/*#rightFooter .telephone {*/
/*    margin-bottom: 24px;*/
/*    font-size: 22px;*/
/*    display: block;*/
/*}*/

/*#rightFooter .email {*/
/*    display: block;*/
/*    font-size: 18px;*/
/*}*/

#leftFooter .showMap {
    color: #ff2d5b !important;
}

#leftFooter .footerRow .column .hr {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

#leftFooter .hr a {
    /*margin-top: 20px !important;*/
}

/*#rightFooter .showMap {*/
/*    -webkit-transition: all 0.2s ease-in-out;*/
/*    -o-transition: all 0.2s ease-in-out;*/
/*    transition: all 0.2s ease-in-out;*/
/*    text-decoration: underline;*/
/*    margin-top: 12px;*/
/*    display: block;*/
/*}*/

/*#rightFooter .showMap:active {*/
/*    position: relative;*/
/*    top: 1px;*/
/*}*/

/*#rightFooter .logo img {*/
/*    vertical-align: middle;*/
/*    max-height: 100%;*/
/*    max-width: 100%;*/
/*}*/

/*#rightFooter .logo a:active {*/
/*    position: relative;*/
/*    top: 1px;*/
/*}*/

#footerBottom {
    display: flex;
    justify-content: center;
    padding: 20px 24px;
    border-top: 2px solid #E2E5E9;
    background: #EFF0F3;
    color: #ffffff;
}

#footerBottom .wrapperFooterBottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1366px;
}

#footer .subscriptionLine_social {
    display: flex;
    gap: 26px;
    line-height: 10px;
}

#footer .subscriptionLine_social a {
    text-decoration: none;
    display: flex;
    width: 35px;
    height: 35px;
    background-color: #2E9CFF;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

#footerBottom .footerBottom_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /*margin-bottom: 20px;*/
}

#footerBottom .footerBottom_firstWrap {
    display: flex;
    align-items: center;
    width: 100%;
}

#footerBottom .footerBottom_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

#footerBottom .footerBottom_creator {
    min-width: 307px;
}

#footerBottom .yourCity {
    display: none;
    cursor: pointer;
    color: #515f6f;
    font-weight: 600;
    margin: 0;
}

#footerBottom .nameYourCity {
    color: #2E9CFF;
    transition: all 0.3s ease;
}

#footerBottom .yourCity:hover .nameYourCity {
    color: #2575ba;
}

#footerBottom .c1_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

#footerBottom .social {
    display: flex;
    gap: 20px;
}

#footerBottom .social_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    /*background-color: #2E9CFF;*/
    transition: scale 0.3s ease;
}

#footerBottom .social_icon:hover {
    scale: 1.1;
}

#footerBottom .footerImageCont {
    display: flex;
    gap: 4px;
    /*background-color: #fff;*/
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    /*padding: 10px 30px;*/
    transition: all 0.3s ease;
}

#footerBottom .footerCreditCardTitle {
    color: #515F6F;
}

/*#footerBottom .footerImageCont:hover {*/
/*    scale: 1.1;*/
/*}*/

/*#footerBottom .creator {*/
/*    padding-left: 24px;*/
/*    float: left;*/
/*}*/

/*#footerBottom .creator a {*/
/*    display: block;*/
/*    line-height: 60px;*/
/*}*/

/*#footerBottom .creator a:active {*/
/*    position: relative;*/
/*    top: 1px;*/
/*}*/

/*#footerBottom .creator img {*/
/*    vertical-align: middle;*/
/*}*/

/*#footerBottom .social {*/
/*    padding-right: 24px;*/
/*    float: left;*/
/*}*/

/*#footerBottom ul {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

a.fastBack.label {
    display: none;
}

#personalCart input[name="BuyButton"] {
    margin-bottom: 24px;
    margin-top: 24px;
    display: block;
}

/*#footerTabsCaption {*/
/*    display: none;*/
/*    max-width: 1366px;*/
/*    margin: 0 auto;*/
/*    !*line-height: 85px;*!*/
/*    !*margin-top: 24px;*!*/
/*    !*height: 85px;*!*/
/*}*/

/*#footerTabs .items {*/
/*    !*text-align: left;*!*/
/*    overflow: hidden;*/
/*    margin-top: 43px;*/
/*    margin-bottom: 25px;*/
/*    padding: 0 24px;*/
/*}*/

/*#footerTabs .item:last-child {*/
/*    margin-right: 0;*/
/*}*/

/*#footerTabs .item {*/
/*    vertical-align: middle;*/
/*    !*display: inline-block;*!*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    margin-right: 24px;*/
/*}*/

/*#footerTabsCaption .item a {*/
/*    -webkit-transition: all 0.2s ease-in-out;*/
/*    -o-transition: all 0.2s ease-in-out;*/
/*    transition: all 0.2s ease-in-out;*/
/*    !*text-transform: uppercase;*!*/
/*    font-family: 'Rubik_bold';*/
/*    text-decoration: none;*/
/*    !*padding-bottom: 8px;*!*/
/*    font-size: 24px;*/
/*    cursor: default;*/
/*}*/

#footerTabs {
    overflow: hidden;
    max-width: 1366px;
    margin: 40px auto 0 auto;
}

#footerTabs .wrapper {
    background-color: #fff;
    border: 1px solid #E2E5E9;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}

#footerTabs .tab {
    display: none;
}

#footerTabs .tab.item {
    padding: 0 !important;
}

#footerTabs .tab.selected {
    display: block;
}

#footerTabs .product:hover .wrap,
    /*#footerTabs .product:hover .tabloid,*/
#personalCart .product:hover .wrap,
#personalCart .product:hover .tabloid {
    box-shadow: none;
}

#footerTabs .product:hover .tabloid {
    /*border-color: transparent;*/
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

#personalCart .product:hover .tabloid {
    border-bottom-color: #e7e8ea;
}

#footerLine {
    line-height: 55px;
    /*position: fixed;*/
    /*z-index: 999;*/
    height: 55px;
    width: 100%;
    /*bottom: 0;*/
}

#footerLine.color_white {
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border-color: #f3f3f3;
}

#footerLine.color_theme {
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.35);
    border-color: transparent;
}

#footerLine.color_white .item a {
    color: #000000;
}

#footerLine.color_theme .item a {
    color: #ffffff;
    opacity: 0.7;
}

#footerLine.color_theme .col:first-child .item a {
    opacity: 1;
}

#footerLine.color_theme .item .active {
    color: #ffffff;
    opacity: 1;
}

#footerLine.color_theme .item .active:hover {
    color: #ffffff;
    opacity: 0.85;
}

#footerLine.color_white .item a:hover,
#footerLine.color_theme .col:first-child .item a:hover {
    opacity: 0.8;
}

#footerLine.color_white .item a:active {
    position: relative;
    top: 1px;
}

#footerLine.color_theme .col:first-child .item .callback:hover {
    color: #ffffff;
    opacity: 0.8;
}

#footerLine.color_white .item .compare .mark,
#footerLine.color_white .item .wishlist .mark,
#footerLine.color_white .item .cart .mark {
    background-color: #f6f6f6;
    color: #666666;
}

#footerLine.color_theme .item .compare .mark,
#footerLine.color_theme .item .wishlist .mark,
#footerLine.color_theme .item .cart .mark {
    background-color: #fcfcfc;
    color: #222222;
}

#footerLine.color_white .item .compare .icon,
#footerLine.color_white .item .wishlist .icon,
#footerLine.color_white .item .cart .icon {
    opacity: 0.8;
}

#footerLine.color_theme .item .compare .icon {
    background-image: url(images/compareFooterMinC.png);
}

#footerLine.color_theme .item .wishlist .icon {
    background-image: url(images/wishlistFooterMinC.png);
}

#footerLine.color_theme .item .cart .icon {
    background-image: url(images/cartFooterMinC.png);
}

#footerLine.color_theme .item .callback .icon {
    background-image: url(images/callbackFooterMinC.png);
}

#footerLine.color_white .item .compare:hover,
#footerLine.color_white .item .wishlist:hover,
#footerLine.color_white .item .cart:hover,
#footerLine.color_white .item .compare:hover .mark,
#footerLine.color_white .item .wishlist:hover .mark,
#footerLine.color_white .item .cart:hover .mark {
    color: #000000;
    opacity: 1;
}

#footerLine.color_theme .item .compare:hover,
#footerLine.color_theme .item .wishlist:hover,
#footerLine.color_theme .item .cart:hover {
    color: #ffffff;
    opacity: 0.7;
}

#footerLine.color_white .item .compare.active:hover,
#footerLine.color_white .item .wishlist.active:hover,
#footerLine.color_white .item .cart.active:hover,
#footerLine.color_white .item .compare.active:hover .mark,
#footerLine.color_white .item .wishlist.active:hover .mark,
#footerLine.color_white .item .cart.active:hover .mark {
    opacity: 0.8;
}

#footerLine .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
}

#footerLine .col {
    float: left;
    width: 50%;
}

#footerLine .col:last-child {
    text-align: right;
}

#footerLine .item .callback {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}

#footerLine .item .callback .icon {
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
    margin-top: -2px;
    height: 24px;
    width: 21px;
}


#footerLine .item .compare,
#footerLine .item .wishlist,
#footerLine .item .cart {
    text-transform: uppercase;
}

#footerLine .item .compare .mark,
#footerLine .item .wishlist .mark,
#footerLine .item .cart .mark {
    border-radius: 4px;
    margin-left: 12px;
    line-height: 20px;
    overflow: hidden;
    padding: 2px 12px;
    height: 20px;
}

#footerLine .item .compare .icon,
#footerLine .item .wishlist .icon,
#footerLine .item .cart .icon {
    vertical-align: middle;
    display: inline-block;
    margin-right: 12px;
    margin-top: -2px;
    height: 24px;
    width: 21px;
}

#footerLine .item .cart .icon {
    width: 26px;
}

#footerLine .item a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-size: 14px;
}

#footerLine .item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
}

#footerLine .item a:active {
    position: relative;
    top: 1px;
}

#footerLine .item:last-child {
    margin-right: 0;
}

#bottomMobileMenu {
    position: fixed;
    bottom: 0;
    z-index: 99;
    display: none;
    justify-content: space-around;
    box-sizing: border-box;
    width: 100%;
    padding:  18px 12px 12px 12px;
    background-color: #fff;
    box-shadow: 0 -20px 20px 0 rgba(0, 0, 0, 0.08);
}

#bottomMobileMenu div {
    width: 26px;
}

#bottomMobileMenu a {
    text-decoration: none;
}

#bottomMobileMenu .bottomMobileMenu_btnCatalog {
    cursor: pointer;
}

#bottomMobileMenu .bottomBtnAdv_promotion {
    margin: 0;
    padding: 0;
    height: 26px;
    display: flex;
    gap: 8px;
    align-items: center;
    border: none;
    cursor: pointer;
    font-size: 12px;
    background-color: #0291FC !important;
    width: 62px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    transition: background-color 0.3s ease;
}

#bottomMobileMenu .item {
    position: relative;
}

#bottomMobileMenu .item .mark {
    position: absolute;
    display: flex;
    width: 20px;
    height: 14px;
    background-color: #b2b2b2;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    top: -7px;
    right: -8px;
}


#bottomMobileMenu .item .cart.active .mark {
    background-color: #ff2d5b;
}

#bottomMobileMenu .item .wishlist.active .mark,
#bottomMobileMenu .item .compare.active .mark {
    background-color: #2E9CFF;
}

@media all and (max-width: 600px) {
    #bottomMobileMenu {
        display: flex;
        align-items: center;
    }
}


#authMenu {
    margin-bottom: 24px;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

#authMenu li {
    margin-bottom: 24px;
    margin-right: 24px;
    float: left;
}

#authMenu li:last-child {
    margin-right: 0;
}

#authMenu li a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
}

#authMenu li a:active {
    position: relative;
    top: 1px;
}

#authMenu li .selected {
    font-family: 'Rubik_bold';
    padding-bottom: 4px;
}

#empty {
    overflow: hidden;
    width: 100%;
    padding-top: 24px;
}

#empty .emptyWrapper {
    padding-bottom: 24px;
    overflow: hidden;
}

#empty .pictureContainer {
    margin-right: 24px;
    float: left;
}

#empty h3 {
    font-family: 'Rubik_bold';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

#empty p {
    font-size: 14px;
}


#empty a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-size: 14px;
}

#empty a:active {
    position: relative;
}

#empty a img {
    vertical-align: middle;
    padding-right: 12px;
}

#empty .emptyTitle {
    text-transform: uppercase;
    font-family: 'Rubik_bold';
    margin-top: 24px;
    font-size: 14px;
}

#empty .emptyMenu {
    margin: 24px 0 0 0;
    list-style: none;
    overflow: hidden;
    padding: 0;
}

#empty .emptyMenu li {
    margin-bottom: 12px;
    width: 33.333333%;
    float: left;
}

#empty .back {
    padding-bottom: 2px;
}

#empty .back:active {
    position: relative;
    top: 1px;
}

#overlap {
    background-color: #000000;
    position: fixed;
    display: none;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    z-index: 33;
    left: 0;
    top: 0;
}

#searchOverlap {
    background-color: #000000;
    position: fixed;
    display: none;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    z-index: 34;
    left: 0;
    top: 0;
}

#subHeader3 {
    /*display: none;*/
    background-color: #FFD12E;
    /*line-height: 134px;*/
    /*height: 134px;*/
}

#subHeader3 .limiter {
    background-color: #FFD12E;
}

#topLine {
    background-color: #fff;
    padding: 0 6px;
}

#topLineWrapper {
    display: flex;
    position: relative;
    height: 50px;
    max-width: 1366px;
    min-width: 320px;
    margin: auto;
    justify-content: space-between;
}

#topLineWrapper .switch_wrapper {
    position: relative;
    right: 0;
    top: 0;
}

#topLineWrapper .switch_wrapper .name {
    color: #CED6DF;
}

#topLineWrapper .selected_lang .name {
    color: #2E9CFF;
    font-weight: 600;
}

#topLineWrapper .selected_lang {
    border: none;
}

#topLineWrapper .switch_table_row {
    display: flex;
    gap: 11px;
}

#topLineWrapper .switch_wrapper .name {
    padding: 0;
    font-size: 12px;
}


#topLineWrapper .switch_table_row::before {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 17px;
    left: 48%;
    top: 0px;
    background-color: #CED6DF;
}

#subHeader3.color_black {
    background-color: #000;
}

#subHeader3.color_black,
#subHeader3.color_theme {
    color: rgba(255, 255, 255, 0.8);
}

#subHeader3 .subTable {
    position: relative;
    /*table-layout: fixed;*/
    /*display: table;*/
    display: flex;
    gap: 22px;
    align-items: center;
    width: 100%;
    height: 66px;
}

#subHeader3 .subTableColumn {
    vertical-align: middle;
    display: table-cell;
}


#subHeader3 .subTableColumn:first-child {
    text-align: center;
    width: 300px;
}

/*#subHeader3 .subTableColumn:nth-child(2) {*/
/*    text-align: center;*/
/*    width: 252px;*/
/*    display: none;*/
/*}*/

#subHeader3 .subTableColumn:nth-child(3) {
    /*padding: 0 48px;*/
}

#subHeader3 .subTableColumn:last-child {
    text-align: center;
    padding: 0 12px;
    width: 278px;
}

#subHeader3 .subTableContainer {
    vertical-align: middle;
    display: inline-block;
    line-height: 21px;
}

#subHeader3 #logo {
    text-align: center;
    line-height: 21px;
    /*padding-left: 20px;*/
    float: none;
    border: 0;
}

#subHeader3 #geoPosition ul {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0;
}

#subHeader3 #geoPosition ul li {
    font-size: 14px;
}

#subHeader3 #geoPosition .null {
    line-height: 0px;
    display: block;
    padding: 0px;
    height: 0px;
    width: 0px;
}

#subHeader3.color_black #topHeading p {
    color: rgba(255, 255, 255, 0.8);
}

#subHeader3.color_theme #topHeading p,
#subHeader3.color_theme #topTools {
    color: #ffffff;
}

#subHeader3 #topHeading {
    text-align: center;
    line-height: 21px;
    padding: 0 24px;
    float: none;
    width: auto;
    border: 0;
}

#topHeading .vertical {
    line-height: 21px;
}

#subHeader3 #topTools {
    display: none;
    justify-content: space-between;
    margin-bottom: 6px;
    overflow: hidden;
    width: 40%;
    float: left;
}

#subHeader3 #topToolsLeft {
    /*background-color: #fff;*/
    /*padding: 10px 24px 10px 24px;*/
    /*border: 1px solid #f3f3f3;*/
    /*border-radius: 22px;*/
}

#topToolsLeft {
    display: none;
}

#subHeader3 #topToolsLeft ul {
    display: flex;
    gap: 22px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#subHeader3 #topToolsLeft li {
    display: inline-block;
    font-size: 14px;
}

#subHeader3 #topToolsLeft li:first-child {
    /*margin-right: 24px;*/
}

/*#subHeader3 #topToolsRight {*/
/*    float: right;*/
/*}*/

#topToolsRight.full {
    display: none;
}

#subHeader3 #topToolsRight.small {
    display: none;
}

#subHeader3 #topSearchLine {
    position: relative;
    width: 100%;
    min-width: 370px;
}

#subHeader3 #topToolsRight .heading {
    font-family: "robotomedium";
    display: inline-block;
    margin-right: 24px;
    font-size: 18px;
}

#subHeader3 #topToolsRight div[id*="bx_"] {
    display: inline-block;
}

#subHeader3.color_black #topToolsRight .callBack,
#subHeader3.color_theme #topToolsRight .callBack {
    background-image: url(images/callbackH3W.png);
    color: rgba(255, 255, 255, 0.8);
}

#subHeader3 #topToolsRight .callBack {
    background-image: url(images/callbackH3B.png);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-position: 0 50%;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-left: 24px;
    color: #000000;
    top: -2px;
    overflow: hidden;
}

#subHeader3.color_black #topToolsRight .callBack:after,
#subHeader3.color_theme #topToolsRight .callBack:after {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
}

#subHeader3 #topToolsRight .callBack:after {
    border-bottom: 1px dashed #000000;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    display: block;
    width: 100%;
    height: 0px;
    content: "";
    bottom: 0px;
    left: 24px;
}

#subHeader3 #topToolsLeft a {
    text-decoration: none;
    position: relative;
    margin: 0;
    color: #000;
    font-weight: 600;
    transition: color 0.3s ease;
}

#subHeader3 #topToolsLeft a:active {
    position: relative;
    top: 1px;
}

#subHeader3 #topToolsRight .callBack:hover {
    opacity: 0.7;
}

#subHeader3 #topToolsRight .callBack:active {
    position: relative;
    transition: none;
    top: -1px;
}

#subHeader3 .user-geo-position-value-link {
    text-decoration: none;
    position: relative;
    overflow: visible;
}

#subHeader3 .user-geo-position-value-link:active {
    position: relative;
    top: 1px;
}

#subHeader3.color_theme .user-geo-position-value-link {
    color: #ffffff;
}

#subHeader3 .user-geo-position-value-link:after {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    display: block;
    bottom: -1px;
    width: 100%;
    height: 0px;
    content: "";
    left: 0px;
}

#subHeader3.color_theme .user-geo-position-value-link:after {
    border-color: #ffffff;
}

#subHeader3.color_theme .user-geo-position-value-link:after:hover,
#subHeader3 .user-geo-position-value-link:hover {
    opacity: 0.8;
}

#subHeader3.color_theme .user-geo-position-value-link,
#subHeader3.color_theme #topToolsLeft a,
#subHeader3.color_theme #topToolsRight .callBack {
    color: #ffffff;
}

#subHeader3.color_theme .user-geo-position-value-link:after,
#subHeader3.color_theme #topToolsLeft a:after {
    border-color: #ffffff;
}

#subHeader3.color_theme .user-geo-position-value-link:hover,
#subHeader3.color_theme #topToolsLeft a:hover,
#subHeader3.color_theme #topToolsRight .callBack:hover {
    opacity: 0.8;
}

#subHeader3.color_black #topSearch2 .searchContainerInner,
#subHeader3.color_theme #topSearch2 .searchContainerInner {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.02);
}

#subHeader3.color_black #topSearch2 #goSearch,
#subHeader3.color_theme #topSearch2 #goSearch {
    background-image: url(images/searchIcoH3W.png);
}

#subHeader3.color_black #topSearch2 #searchQuery,
#subHeader3.color_theme #topSearch2 #searchQuery {
    background-image: url(images/searchH3W.png);
    color: rgba(255, 255, 255, 0.8);
}

#subHeader3.color_black #topSearch2 input[placeholder],
#subHeader3.color_theme #topSearch2 input[placeholder] {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: rgba(255, 255, 255, 0.7);
}

#subHeader3.color_black #topSearch2 input::-webkit-input-placeholder,
#subHeader3.color_theme #topSearch2 input::-webkit-input-placeholder {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: rgba(255, 255, 255, 0.7);
}

#subHeader3.color_black #topSearch2 input::-moz-placeholder,
#subHeader3.color_theme #topSearch2 input::-moz-placeholder {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: rgba(255, 255, 255, 0.7);
}

#subHeader3.color_black #topSearch2 input:focus[placeholder],
#subHeader3.color_theme #topSearch2 input:focus[placeholder] {
    color: transparent;
}

#subHeader3.color_black #topSearch2 input:focus::-webkit-input-placeholder,
#subHeader3.color_theme #topSearch2 input:focus::-webkit-input-placeholder {
    color: transparent;
}

#subHeader3.color_black #topSearch2 input::-moz-placeholder,
#subHeader3.color_theme #topSearch2 input::-moz-placeholder {
    color: transparent;
}

#subHeader3 #searchResult {
    top: 132px;
}

#subHeader3 #searchOverlap {
    top: 134px;
}

#subHeader3.color_black .cart .heading,
#subHeader3.color_theme .cart .heading {
    color: rgba(255, 255, 255, 0.8);
}

#subHeader3.color_black .cart .cartTable .cartIcon,
#subHeader3.color_theme .cart .cartTable .cartIcon {
    background-image: url(images/cartH3W.png);
}

#subHeader3.color_black .cart .order:not(.active),
#subHeader3.color_theme .cart .order:not(.active) {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

#subHeader3.color_theme .cart .order:not(.active) {
    color: rgba(255, 255, 255, 0.8);
}

#subHeader3.color_theme .cart .order.active {
    border: 1px solid #ffffff;
    color: #ffffff;
}

#subHeader3.color_theme .cart .total {
    color: #ffffff;
}

#subHeader3.color_theme .cart .active .count {
    background-color: #ffffff;
}

#subHeader3.color_black .cart .active .count {
    color: #ffffff;
}

#subHeader3.color_black .cart .count,
#subHeader3.color_theme .cart .count {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.6);
}

#subTable #subHeaderLine {
    display: block;
    width: 50px !important;
    /*display: flex;*/
    position: relative;
    /*line-height: 66px;*/
    /*height: 66px;*/
}

#subHeaderLine.color_black,
#subHeaderLine.color_theme {
    /*display: none;*/
    /*position: relative;*/
    /*background-color: #FCD643;*/
}

#subHeaderLine .subLineContainer {
    table-layout: fixed;
    display: table;
    width: 100%;
    position: relative;
}

#subHeaderLine .subLineLeft {
    vertical-align: top;
    /*display: table-cell;*/
}

#subHeaderLine .subLineLeft pre {
    margin: 0;
}

#subHeaderLine.color_black #subMenu li a,
#subHeaderLine.color_theme #subMenu li a {
    color: rgba(255, 255, 255, 0.8);
}

#subHeaderLine #subMenu li a {
    color: #000000 !important;
}

#subHeaderLine #subMenu li a.selected {
    opacity: 0.6;
}

#subHeaderLine.color_theme #subMenu li a.selected,
#subHeaderLine.color_black #subMenu li a.selected {
    color: #ffffff;
    opacity: 1;
}

@media all and (min-width: 601px) {
    #subHeaderLine #subMenu li a:not(.selected):hover {
        opacity: 0.7;
    }
}


#subHeaderLine #subMenu li a:active {
    position: relative;
    top: 1px;
}

#subHeaderLine #subMenu .removedItemsContainer {
    position: relative;
}

#subHeaderLine.color_black #subMenu .removedItemsContainer .removedItemsLink,
#subHeaderLine.color_theme #subMenu .removedItemsContainer .removedItemsLink {
    background: url(images/menuMore2.png) 0% 50% no-repeat transparent;
}

#subHeaderLine #subMenu .removedItemsContainer .removedItemsLink {
    background: url(images/menuMore.png) 0% 50% no-repeat transparent;
    padding: 10px 0px;
    display: block;
    height: 30px;
    width: 50px;
}

#subHeaderLine #subMenu .removedItemsContainer .removedItemsList {
    position: absolute;
    opacity: 0;
    width: 220px;
    z-index: 1005;
    top: -2000px;
    left: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 30px 20px 7px rgba(0, 0, 0, 0.35);
    transition: opacity 0.3s ease;
}

#subHeaderLine #subMenu .removedItemsContainer .removedItemsListOpen {
    opacity: 1;
    top: 49px;
}

#subHeaderLine.color_black #subMenu .removedItemsContainer .removedItemsList {
    background-color: #000;
}

#subHeaderLine #subMenu .removedItemsContainer .removedItemsList li {
    border-top: 1px solid #f2f2f2 !important;
    float: none;
}

#subHeaderLine #subMenu .removedItemsContainer .removedItemsList li:first-child {
    border: 0 !important;
}

#subHeaderLine.color_theme #subMenu .removedItemsContainer .removedItemsList {
    background-color: #ffffff;
}

#subHeaderLine.color_black #subMenu .removedItemsContainer .removedItemsList li,
#subHeaderLine.color_theme #subMenu .removedItemsContainer .removedItemsList li {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    float: none;
}

#subHeaderLine.color_black #subMenu .removedItemsContainer .removedItemsList li:first-child,
#subHeaderLine.color_theme #subMenu .removedItemsContainer .removedItemsList li:first-child {
    border: 0 !important;
}

#subHeaderLine #subMenu .removedItemsContainer .removedItemsList li a {
    padding: 0 12px;
    display: block;
}

#subHeaderLine.color_black #subMenu li,
#subHeaderLine.color_theme #subMenu li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#subHeaderLine .subLineRight {
    vertical-align: top;
    display: table-cell;
    width: 362px;
}

#subHeaderLine.color_black .topWishlist,
#subHeaderLine.color_theme .topWishlist {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#subHeaderLine .topWishlist {
    border-right: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    padding-right: 12px;
}

#subHeaderLine .topCompare {
    display: inline-block;
}

#subHeaderLine.color_black .topWishlist .icon,
#subHeaderLine.color_black .topWishlist .label,
#subHeaderLine.color_black .topWishlist .value,
#subHeaderLine.color_black .topCompare .icon,
#subHeaderLine.color_black .topCompare .label,
#subHeaderLine.color_black .topCompare .value,
#subHeaderLine.color_theme .topWishlist .icon,
#subHeaderLine.color_theme .topWishlist .label,
#subHeaderLine.color_theme .topWishlist .value,
#subHeaderLine.color_theme .topCompare .icon,
#subHeaderLine.color_theme .topCompare .label,
#subHeaderLine.color_theme .topCompare .value {
    color: rgba(255, 255, 255, 0.8);
}

#subHeaderLine.color_black .topCompare .icon,
#subHeaderLine.color_theme .topCompare .icon {
    background-image: url(images/compareH3W.png);
}

#subHeaderLine.color_black .topWishlist .icon,
#subHeaderLine.color_theme .topWishlist .icon {
    background-image: url(images/wishlistH3W.png);
}

#geo-location-window {
    text-align: left;
}

@media all and (max-width: 1750px) {
    #subHeader3 #topToolsRight .heading:first-child {
        margin-right: 12px;
    }
}

@media all and (max-width: 1500px) {
    #subHeader3 #topToolsLeft li:first-child {
        /*margin-right: 12px;*/
    }

    #subHeader3 #topToolsRight .heading {
        font-size: 16px;
    }
}

@media all and (max-width: 1430px) {
    #subHeader3 #topToolsLeft li:first-child {
        /*margin-right: 12px;*/
    }

}

@media all and (max-width: 1340px) {

    #subHeader3 .subTable .subTableColumn {
        border: 0 !important;
    }

    #subHeader3 .subTableColumn:first-child {
        width: 300px;
    }

    #subHeader3 #topToolsRight .heading:first-child {
        display: none;
    }

    #subHeaderLine #subMenu li {
        border: 0 !important;
    }

    #subHeaderLine #subMenu li a {
        padding: 0 24px;
    }

    #subHeaderLine .subLineLeft,
    #subHeaderLine .subLineRight,
    #subHeaderLine .topWishlist {
        border: 0 !important;
    }

    .topWishlist .label,
    .topCompare .label {
        display: none;
    }

    #subHeaderLine .subLineRight {
        width: 195px;
    }

    .cart .cartTable .cartTableColumn:last-child {
        display: none;
    }

    #subHeader3 .subTableColumn:last-child {
        width: 60px;
    }

}

@media all and (max-width: 1150px) {

    #subHeader3 .cart .cartTable .cartIcon {
        margin-top: 32px;
    }

    #subHeaderLine #subMenu li a:first-child {
        padding-left: 0px;
    }

    #subHeader3 .subTableColumn:first-child {
        text-align: left;
    }

    #subHeader3 #logo {
        text-align: left;
    }

    #subHeader3 .subTableColumn:first-child {
        width: 240px;
    }

}

@media all and (max-width: 950px) {

    #subHeader3 #topToolsRight .callBack {
        display: none;
    }

    #subHeader3 .subTableColumn:nth-child(3) {
        /*padding: 0;*/
    }

    #subHeader3 #topToolsRight .heading {
        margin-right: 0px;
    }

    #subHeader3 #topSearchLine,
    #subHeader3 #topTools {
        float: left;
        width: 100%;
    }

    #subHeaderLine #subMenu .removedItemsContainer .removedItemsList {
        right: 0;
        left: auto;
    }

    #subHeader3 .subTableColumn:last-child {
        padding: 0 0 0 24px;
    }

    .cart .cartTable .cartTableColumn:first-child {
        padding: 0;
    }

}

@media all and (max-width: 700px) {
    #subHeaderLine .subLineRight,
    #subHeaderLine .topCompare {
        display: none;
    }

    #topSearchLine {
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 12px;
        width: 100%;
        top: 124px;
        left: 0px;
    }

    #subHeader3 #searchResult {
        top: 70px;
    }

    #subHeader3 #searchOverlap {
        top: 194px;
    }

    #subHeader3 {
        position: relative;
    }

    #subHeader3 #topToolsLeft {
        background-color: transparent;
        border: none;
        padding: 0;
        /*margin-bottom: 8px;*/
        /*float: none;*/
    }

    #subHeader3 .subTableContainer {
        width: 100%;
    }

    #subHeader3 #topTools {
        text-align: right;
        flex-direction: column;
        align-items: flex-end;
    }

    #headerLayout {
        background-color: #fafafa;
    }

    #headerLayout.color_black {
        background-color: #000;
    }

    #subHeader3 .cart .cartTable .cartIcon {
        margin-top: 4px;
    }

    #subHeader3 .subTableColumn:first-child {
        padding-left: 12px;
    }

    #subHeaderLine #subMenu li a:first-child {
        padding-left: 16px;
    }

    #subHeader3 .subTableColumn:last-child {
        padding-right: 12px;
        padding-left: 12px;
    }

    #heroBlock .heroBlock_promotionLink {
        font-size: 14px;
    }

    #heroBlock .heroBlock_promotionItem {
        gap: 16px;
    }
}

@media all and (max-width: 550px) {

    #subHeader3 .subTableColumn:first-child {
        width: 200px;
    }

    #main {
        margin-top: 24px !important;
    }

    #subHeader3 .user-geo-position-label {
        margin-right: 0px;
        display: none;
    }

    #geoPosition {
        text-align: left;
    }

    #subHeader3 {
        line-height: 90px;
        height: 140px;
    }

    #topSearchLine {
        top: 88px
    }
}

@media all and (max-width: 500px) {
    #subHeader3 .user-geo-position {
        text-align: left;
        padding: 0;
    }

    /*#subHeader3 .top-auth-personal,*/
    /*#subHeader3 .top-auth-exit,*/
    /*#subHeader3 .top-auth-login,*/
    /*#subHeader3 .top-auth-register {*/
    /*    position: static;*/
    /*}*/

    #subHeaderLine #subMenu li a {
        padding: 0 12px;
    }
}



@media all and (max-width: 380px) {

    #subHeader3 .subTableColumn:first-child {
        width: 200px;
    }

    #subHeader3 #topToolsRight .heading {
        font-size: 14px;
    }

    #subHeader3 #topToolsLeft a {
        font-size: 13px;
    }

    #topSearch2 input#searchQuery {
        background-image: none;
        padding-left: 12px;
    }
}

/* CLASSES */

.ajaxContainer {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#homeCatalog .swiper-button-next,
#homeCatalog .swiper-button-prev {
    position: unset;
}

.ajaxContainer.loading {
    opacity: 0.5;
}

.productList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.skuProperty {
    position: absolute;
    max-width: 30px;
    top: 0;
}

.skuPropertyList {
    line-height: 1;
    max-height: 140px;
    overflow: scroll !important;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.skuPropertyList::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.skuPropertyName {
    display: none;
}

.skuProperty .skuPropertyValue.selected .bg_border {
    border: 1px solid #ff2d5b;
}

.skuProperty .skuPropertyValue .bg_border {
    border: 1px solid #EFF0F3;
}

.skuProperty .skuPropertyValue .bg_border:hover {
    border: 1px solid #FCD643;
}

.product .skuProperty li {
    min-width: 25px !important;
    min-height: 25px !important;
}

.skuProperty .bg_border {
    /*padding: 1px;*/
    /*width: 22px;*/
    /*height: 22px;*/
    border-radius: 50%;
    padding: 1px;
    overflow: hidden;
}

.skuProperty .bgcolor {
    /*height: 30px;*/
    /*width: 30px;*/
    /*float: left;*/
    /*padding: 0;*/
    /*border: 0 !important;*/
    height: 25px;
    width: 25px;
    float: left;
    padding: 0;
    border-radius: 50%;
    border: 0 !important;
}

.btn_up, .btn_down {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*width: 24px;*/
    /*height: 24px;*/
    /*border-radius: 5px;*/
    /*background-color: #EFF0F3;*/
    /*cursor: pointer;*/
    /*transition: all 0.3s ease;*/
    width: 29px;
    height: 29px;
    cursor: pointer;

}

.btn_up {
    margin-bottom: 5px;
}

.btn_down {
    margin-top: 5px;
}

.btn_up:hover,
.btn_down:hover {
    /*background-color: #99a0a8;*/
    /*border-radius: 50%;*/
}

.btn_up img, .btn_down img {
    height: 100%;
    width: 100%;
    /*filter: opacity(.5);*/
    opacity: 0.5; /* Standard compliant browsers */
    -moz-opacity: 0.5; /* Firefox and Mozilla browsers */
    -webkit-opacity: 0.5; /* WebKit browser e.g. Safari */
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.btn_up:hover img, .btn_down:hover img {
    filter: opacity(1);
    fill: #FCD643;
}

.new_tablink {
    position: absolute;
    z-index: 1;
    width: 40px;
    right: 121px;
    background-color: #ff2d5b;
    height: 40px;
    top: 300px;
    text-align: left;
    cursor: pointer;
    border-radius: 4px;
}

.tracklink {
    position: absolute;
    z-index: 1;
    width: 150px;
    right: 12px;
    background-color: #5bb44c;
    height: 40px;
    top: 300px;
    text-align: left;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #428337;
}

.optional {
    padding-top: 12px;
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
}

.optional .label {
    display: block !important;
    margin-bottom: 10px;
    font-size: 0 !important;
    line-height: 0 !important;
}

.optional .label,
.optional .label img {
    width: 30px !important;
    float: none !important;
}

.optional .label.added .icon2 {
    display: block !important;
}

.optional .label.added .icon {
    display: none !important;
}

.optional .addCompareIcon {
    display: flex;
    width: 22px;
    height: 22px;
    border: 1px solid #999;
    border-radius: 5px;
}

.optional .addCompareIcon.icon2 {
    background-color: #FCD643;
}

.product .addCart {
    height: 40px !important;
    line-height: 40px !important;
    width: 100px !important;
    position: absolute;
    z-index: 1;
    top: 284px;
    right: 4px;
    text-transform: uppercase !important;
}

.product .addCart.added {
    width: auto !important;
}

.product .addCart.requestPrice {
    width: auto !important;
}

.product .addCart.added img {
    margin-left: 0 !important;
    padding: 0 !important;
}

.addCart.h2o_trackprod_popup_link {
    cursor: pointer !important;
    pointer-events: auto !important;
    font-size: 12px !important;
    line-height: 16px !important;
}

.addCart.h2o_trackprod_popup_link .text {
    margin-top: 4px !important;
    text-transform: uppercase !important;
}

.promo-div {
    white-space: nowrap;
    border: 3px solid rgb(255, 198, 13);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 3px 3px 3px 3px;
    margin-bottom: 15px;
    height: 49px;
    min-height: 22px;
    background-color: white;
    line-height: 17px;
    font-size: 12px;
    text-align: center;
    width: 100px;
    position: absolute;
    top: 190px;
}

.promo-div .caption {
    display: inline;
    vertical-align: middle;
    border-radius: 3px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 4px;
    margin-right: 5px;
    letter-spacing: 1px;
}

.promo-div .detail {
    display: inline;
    width: 100%;
    vertical-align: middle;
    font-size: 12px;
    color: black;
    float: left;
}

.promo-div .code {
    font-weight: 600;
    font-size: 14px;
    vertical-align: bottom;
    color: red;
}

.lazy {
    display: block;
    margin: 0 auto;
}

.discount {
    position: relative;
    font-size: 40px;
}

.product .price .discount,
.comp_product_item .price .discount {
    margin-left: 1px !important;
    margin-right: 2px !important;
    padding-left: inherit !important;
    font-size: 12px !important;
    vertical-align: top !important;
}

.product .price .old_price,
.comp_product_item .price .old_price {
    /*float: left;*/
    height: 20px;
}


.discount:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: red;
    bottom: 50%;
    left: -2px;
    transform: scaleY(0.5) rotate(-25deg);
}

/*.discount:before {*/
/*    border-bottom: 1px solid red;*/
/*    position: absolute;*/
/*    left: -2px;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 65%;*/
/*    transform: rotate(-7deg);*/
/*}*/

.items.productList {
    margin-bottom: 43px;
}

.removeFromWishlist {
    display: none;
}

.g_yellow .picture img {
    /*border-radius: 5px;*/
}

.item_banner {
    position: relative !important;
}

.horizontal_banner_slider,
.product.last,
.product.item_banner {
    border-radius: 5px;
    overflow: hidden;
}

.banner_in_list {
    display: block;
    /*width: calc(100% - 14px);*/
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.background_banner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%;

}

.banner_in_list img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.item.product.sku:hover .stycers {
    opacity: 0.2;
    z-index: 1 !important;
}

.section_link {
    padding: 3px 5px;
/ / float: left;
    display: inline-block;
    border: 1px dashed #fc9309;
    margin-left: 5px;
    margin-bottom: 5px;
}

.section_link.selecet_sect_id {
    background-color: #ffcb2f;
}

.credit_block {
    position: absolute;
    z-index: 1;
    width: 130px;
    right: 10px;
    background-color: white;
    top: 195px;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    border-top: 1px solid #ffe405;
    border-left: 1px solid #ffe405;
    border-right: 1px solid #ffe405;
    border-bottom: 10px solid #ffe405;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 1.3;
}

.credit_block img {
    padding-right: 5px;
    padding-left: 2px;
    max-width: 25px;
    float: left;
    padding-top: 5px;
}

.new_credit_block {
    min-width: 130px;
}

.new_credit_block img {
    padding-right: 5px;
    padding-left: 0px;
    max-width: 25px;
    float: left;
    vertical-align: middle;
}

.new_credit_block span {
    line-height: 30px;
    vertical-align: middle;
    height: 30px;
    font-size: 12px;
}

.new_credit_block .bank_sum {
    color: #fe3170;
}

.price .economy {
    background: #ffcb2f;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 3px;
    border-radius: 5px;
    vertical-align: top;
    color: #000;
}

.item.product .tabloid .addCart {
    background: #FFD12E;
    color: #fff;
    text-transform: capitalize;
    padding-left: 10px;
    padding-right: 10px;
    top: 323px;
    right: 10px;
}

.addCart.added {
    background-color: #2E9CFF !important;
}

.addCart.added:hover {
    /*background-color: #2575ba !important;*/
    background-color: #2E9CFF !important;
}

.addCart.added .addCart_icon {
    fill: #fff;
}

.tabloid .addCart_icon {
    fill: #000;
    padding-top: 10px;
    transition: fill 0.3s ease;
}

.item.product .tabloid .addCart:hover {
    /*background-color: #c9a420;*/
    /*background-color: #dbb325;*/
}

.item.product .tabloid .addCart:hover .addCart_icon {
    /*fill: #fff;*/
    fill: #2E9CFF;
}

.item.product .tabloid .addCart.added:hover .addCart_icon {
    /*fill: #fff;*/
    fill: #FCD643;
}

.item.product .tabloid .addCart .text,
.item.product .tabloid .addCart.added .text {
    margin: 0;
    padding: 0;
}

.item.product .tabloid .buy_data {
    display: block;
    width: 100%;
    min-width: 130px;
}

.item.product .tabloid .buy_data:after {
    display: block;
    clear: both;
    float: none;
    content: " ";
    position: relative;
}

.item.product .tabloid .buy_data .price {
    cursor: default !important;
}

.item.product .tabloid .buy_data .price,
.item.product .tabloid .buy_data .addCart {
    display: inline-block !important;
    width: 49%;
    position: relative !important;
    vertical-align: middle !important;
    top: 0;
    right: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.item.product .tabloid .buy_data .addCart {
    text-align: right;
    float: right;
}

.item.product .tabloid .buy_data .addCart .text,
.item.product .tabloid .buy_data .addCart.added .text {
    text-align: center;
}

@media (min-width: 1300px) {
    .item.product .tabloid .addCart:not(.disabled) .text {
        display: none;
    }

    .product .addCart.disabled .icon {
        display: block;
    }

    .product .addCart .icon {
        margin-left: 0 !important;
        padding-right: 0 !important;
    }

    .product .addCart,
    .product .addCart.added {
        width: auto !important;
    }

    .item.product .tabloid .buy_data .price {
        width: 70%;
    }

    .item.product .tabloid .buy_data .addCart:not(.disabled) {
        width: 30%;
        /*float: none;*/
    }
}

@media (min-width: 600px) and (max-width: 1300px) {

    .product .addCart.added .text {
        display: block !important;
    }

    .item.product .tabloid .buy_data .addCart:not(.disabled) {
        /*float: none;*/
    }

    .item.product .tabloid .buy_data .addCart.added {
        float: right;
    }

    .item.product .tabloid .buy_data {
        white-space: nowrap;
    }

    .product .addCart,
    .product .addCart.added {
        width: 100px !important;
    }

    .product .addCart.disabled {
        width: auto !important;
    }

    .product .addCart .icon {
        margin-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 600px) {
    .item.product .tabloid .addCart:not(.disabled) .text {
        display: none;
    }

    .product .addCart.disabled .icon {
        display: block;
    }

    .product .addCart .icon {
        margin-left: 0 !important;
        padding-right: 0 !important;
    }

    .product .addCart,
    .product .addCart.added {
        width: auto !important;
    }

    .item.product .tabloid .buy_data .price {
        width: fit-content;
    }

    .item.product .tabloid .buy_data .addCart:not(.disabled) {
        width: 30%;
        /*float: none;*/
    }

    .item.product .tabloid .buy_data {
        white-space: nowrap;
    }

    .splide__arrow img {
        height: 15px !important;
    }

    .splide__arrow {
        height: 20px !important;
        width: 20px !important;
        /*top: 28% !important;*/
    }
}

.credit_block span {

}

.skuPropertyLink, .fastBack, .addCompare, .addWishlist {
    cursor: pointer;
}

.stycers {
    position: absolute;
    z-index: 1000;
    width: 90px;
    height: auto;
    text-align: center;
}

.stycers img {
    width: 90px;
}

.stycers.new {
    left: 50px;
    top: 0;
}

.stycers.action {
    left: 5px;
    top: 120px;
}

.stycers.top {
    left: 5px;
    top: 5px;
}

#catalog .productList {
    list-style: none;
    margin: 0;
    /*overflow: hidden ;*/
    width: 100%;
    float: left;
    padding: 24px 0 0;
}

#wishlist .product,
.promo_section_block .product,
#catalog .product {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 450px;
}

#catalog .tabloid.every-fourth {
    margin-right: 0 !important;
}

.horizontal-banner {
    margin-bottom: 14px;
}

/*.product:not(.horizontal_banner_slider):nth-of-type(4n) {*/
/*    margin-right: 0 !important;*/
/*}*/

/*#catalog .product:nth-child(4n):not(.horizontal_banner_slider) {*/
/*    margin-right: 0;*/
/*}*/

.product:nth-child(1),
.product:nth-child(2),
.product:nth-child(3),
.product:nth-child(4),
.product:nth-child(5) {
    height: 450px;
}

.product.last { /* next page */
    line-height: 450px;
}

.product .tabloid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    -webkit-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    border: 1px solid #E2E5E9;
    border-radius: 5px;
    /*border: 1px solid transparent;*/
    position: relative;
    overflow: hidden;
    padding: 5px 10px 14px 10px;
    height: 450px;
    z-index: 1;
}

#wishlist .product .tabloid,
.promo_section_block .product .tabloid,
#catalog .product .tabloid {
    /*margin-right: 14px;*/
}

.product .markerContainer {
    position: absolute;
    z-index: 88;
    left: 8px;
    top: 8px;
    display: none;
}

.product .marker {
    font: normal normal 12px "Rubik", arial, sans-serif;
    margin-bottom: 8px;
    line-height: 16px;
    padding: 3px 4px;
    z-index: 2;
}

.product .rating_wrap {
    display: flex;
    gap: 12px;
    margin-bottom: 6px;
}

.product .rating_wrap .review-count {
    margin-left: auto;
}

.product .rating_wrap i {
    font-size: 13px;
}

.product .rating_wrap .average_rating {
    color: #555555;
}

.product .review-count a {
    text-decoration: none;
    color: #555555;
    transition: all 0.3s ease;
}

.product .review-count a:hover {
    color: #ff2d5b;
}



.product .rating {
    position: relative;
    width: 79px;
    z-index: 2;
    left: 0;
    top: 3px;
}

.product .rating i {
    background: url(/local/templates/touch_demo/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/../images/rating.png) repeat 0 0 transparent;
    position: absolute;
    display: block;
    height: 15px;
    width: 79px;
    left: 0;
    top: 0;
}

.product .rating i.m {
    background: url(/local/templates/touch_demo/components/bitrix/catalog/.default/bitrix/catalog.element/.default/css/../images/rating.png) repeat 0 -14px transparent;
    z-index: 10;
    width: 0;
}

.product .name {

    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;

    font-size: 12px;
    display: block;
    text-decoration: none;
    margin-bottom: 12px;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    font-weight: 500;
}

.product .middle {
    line-height: 21px;
    vertical-align: middle;
    -webkit-line-clamp: 3; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden; /* Обрезаем всё за пределами блока */
}

.product .price {
    font-family: 'Rubik';
    font-weight: bold;
    font-size: 18px;
    display: block;
    text-decoration: none;
    margin-bottom: 12px;
}

.product .price .measure,
.measure {
    font-size: 16px;
    display: none;
}

.product .price .discount {
    font-family: 'Rubik';
    padding-left: 4px;
    font-size: 14px;
}

.product .tabloid .price {
    position: relative;
}

.product .picture {

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    display: block;
    text-align: center;
    height: 250px;
    line-height: 250px;
}

.product .picture img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    max-height: 90%;
    max-width: 90%;
    display: inline !important;
}

.product .picture:hover img {
    opacity: 0.85;
}

.product .picture:active {
    position: relative;
    top: 1px;
}

.loading .product .getFastView {
    pointer-events: none;
}

.product:hover .getFastView,
#catalogLineList .picture:hover .getFastView,
#specialProduct .productItem .picture:hover .getFastView {
    visibility: visible;
    /*display: block;*/
    opacity: 0.9;
}

.product .getFastView:hover,
#catalogLineList .picture .getFastView:hover,
#specialProduct .productItem .getFastView:hover {
    opacity: 1;
}

.product .addCart,
.product .addCart.added {
    width: auto !important;
}

.product .addCart {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 60px;
    height: 60px;
    font-size: 14px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    margin-top: 16px;
    margin-bottom: 12px;
    border-radius: 10px;
}

.product .addCart {
    padding-left: 15px;
    padding-right: 15px;
}

.product .icon {
    vertical-align: middle;
    display: inline-block;
}

.product .addCart .icon {
    padding-right: 4px;
    margin-top: 7px;
    float: left;
    width: 25px;
    height: auto;
    margin-left: 10px;
}

.product .addCart.requestPrice .icon {
    padding-right: 0;
    margin-left: 0;
}

.product .addCart.disabled .icon {
    margin-top: 7px;
}

.tabloid .picture {
    position: relative;
}

.tabloid .article {
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    color: #a5abb3;
    font-size: 9px;
    font-weight: 600;
}

.tabloid .article_kc {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    border-radius: 8px;
    padding: 6px;
    font-size: 18px;
    background-color: #fe316f;
    font-weight: 600;
    z-index: 9999999;
}

.tabloid .article_kc.blue {
    background-color: blue;
}

.product .row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px;
    overflow: hidden;
}

.product .label {
    font-family: 'roboto_condensedlight';
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    line-height: 21px;
    font-size: 14px;
    display: block;
    float: left;
    width: 55%;
}

.product .row .label:last-child {
    width: 45%;
}

.product .label .icon {
    padding-right: 6px;
}

.product .label .icon2 {
    display: none;
    /*	top: -15px;*/
}

.inStock {
    color: green !important;
    text-decoration: none;
}

.inStock:hover {
    color: green !important;
}

a.inStock span {
    border-bottom: 1px dashed green !important;
}

a.inStock:hover span {
    opacity: 0.8;
}

.outOfStock {
    color: #ff0000;
}

.outOfStock:hover {
    color: #ff0000;
}

.product .skuPropertyList {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product .skuProperty {
    overflow: hidden;
    margin: 42px 0 12px 0;
}

.product .skuPropertyName {
    padding-bottom: 2px;
    padding-left: 2px;
    font-size: 13px;
}

.product .skuProperty li {
    box-sizing: border-box;
    overflow: hidden;
    min-width: 35px;
    min-height: 35px;
    margin-bottom: 5px;
    display: inline-table;
}

.product .skuProperty .selected .skuPropertyLink {
    pointer-events: none;
    position: relative;
    /*top: -2px;*/
}

.product .skuProperty .disabled {
    display: none;
}

.product .skuPropertyLink {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    line-height: 21px;
    min-height: 21px;
    padding: 2px 4px;
    font-size: 12px;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product .skuPropertyLink span {
    cursor: pointer;
}

.product .skuPropertyLink:hover {
    opacity: 0.8;
}

.product .skuPropertyList img {
    vertical-align: middle;
    max-height: 25px;
    max-width: 25px;
    border-radius: 50%;
}

/* product hover */

.product:hover {
    position: relative;
}

#sliders_accessories .product:hover .tabloid,
#sliders_related .product:hover .tabloid,
#similar .product:hover .tabloid,
#viewedProduct .product:hover .tabloid,
#homeCatalog .product:hover .tabloid {
    width: 100%;
}

.product:hover .tabloid {
    position: absolute;
    /*height: auto;*/
    /*width: calc(100% - 14px);*/
    width: 100%;
    z-index: 3;
}

/*#homeCatalog .product:hover .tabloid {*/
/*    width: 100%;*/
/*}*/

.product:hover .morePhoto {
    display: block;
}

.product.last .wp {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    width: 100%;
}

.product.last .showMore {
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.product.last .showMore:hover {
    /*opacity: 0.7;*/
}

.product.last .icon {
    display: inline-block;
    margin-bottom: 12px;
    text-align: center;
    line-height: 21px;
    height: 54px;
    width: 100%;
}

.product.last .ps {
    font-size: 18px;
}

.product.last .value {
    padding-left: 6px;
    font-size: 18px;
}

.product.last .small {
    display: inline-block;
    width: 100%;
}

.sideBlock .heading {
    padding-left: 18px;
}

.heading.collapsed {
    text-decoration: none;
    overflow: hidden;
    margin-right: 24px;
    float: left;
    width: 355px;
    line-height: 50px;
    height: 50px;
    display: block;
    color: #ffffff;
    font-size: 16px;
}

.heading.collapsed ins {
    vertical-align: middle;
    display: inline-block;
    margin: 0 18px 0 0;
    line-height: 50px;
    padding: 0 12px;
    height: 50px;
    width: 24px;
}

.mfeedback .errortext,
.mfeedback .mf-ok-text {
    font-weight: 400;
    font-size: 16px;
}

.mfeedback .mf-ok-text + form {
    display: none;
}

.mfeedback .mf-text {
    font-size: 14px;
    margin-top: 8px;
}

.mfeedback input, .mfeedback textarea {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-family: "Rubik", arial, sans-serif;
    margin-top: 8px;
    padding: 0 12px;
    height: 48px;
    border: 0;
}

.mfeedback textarea {
    padding-top: 12px;
    height: 150px;
    outline: none;
    resize: none;
}


.mfeedback input[type="submit"] {
    cursor: pointer;
    padding: 0 48px;
}

.popup-overlay {
    z-index: 10 !important;
    position: absolute;
    top: 0;
    left: 0;
    display: none !important;
    background: #333;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
}

.popup-window .btn {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    margin-top: 24px;
    cursor: pointer;
    font-size: 14px;
    height: 48px;
    width: 224px;
    border: 0;
}

.popup-window .btn {
    /*margin-left: 12px;*/
    line-height: 30px;
    margin-top: 0;
    height: 30px;
}

.popup-window .btn:active {
    position: relative;
    top: 1px;
}

.blackLink, .backToIndexPage {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.catalog-item-links {
    margin-bottom: 12px;
}

.catalog-detail {
    margin-bottom: 12px;
}

.contactList {
    margin-bottom: 24px;
    margin-top: 24px;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.contactList li {
    float: left;
    width: 25%;
}

.contactList li table {
    table-layout: fixed;
    width: 100%;
}

.contactList li table td {
    vertical-align: middle;
    text-align: left;
}

.contactList li table td:first-child {
    padding-right: 12px;
    text-align: center;
    width: 42px;
}

.contactList li table td img {
    vertical-align: middle;
}

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

.contactLabel {
    font-size: 16px;
    margin-top: 0;
}

.copyright img {
    vertical-align: middle;
}

.sn {
    overflow: hidden;
    float: right;
}

.sn li {
    line-height: 60px;
    float: left;
}

.sn a {
    display: block;
    height: 60px;
    width: 60px;
}

.sn .vk {
    background: url(images/sn.png) 0 0 no-repeat transparent;
}

.sn .fb {
    background: url(images/fbs2.png) 10px 8px no-repeat transparent;
    background-size: 40px;
}

.sn .od {
    background: url(images/sn.png) -120px 0 no-repeat transparent;
}

.sn .tw {
    background: url(images/sn.png) -180px 0 no-repeat transparent;
}

.sn .go {
    background: url(images/inst.png) 10px 8px no-repeat transparent;
    background-size: 40px;
}

.sn .tg {
    background: url(images/tg.png) 10px 8px no-repeat transparent;
    background-size: 40px;
}

#upButton {
    background: url(images/up.png) 0 0 no-repeat transparent;
    position: fixed;
    cursor: pointer;
    display: none;
    bottom: 132px;
    height: 73px;
    width: 73px;
    right: 24px;
    z-index: 99;
}

#upButton:hover {
    background-position: -73px 0;
}

#upButton:active {
    background-position: -146px 0;
}

#upButton.enb {
    display: block;
}

#upButton a {
    display: block;
}

#requestPrice {
    -webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    display: none;
    z-index: 1001;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#requestPrice #requestPriceResult {
    transform: translateY(50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
}

#requestPrice #requestPriceResultTitle {
    text-align: center;
    margin-top: 24px;
    font-size: 16px;
}

#requestPrice #requestPriceResultMessage {
    text-align: center;
    margin-top: 24px;
}

#requestPrice #requestPriceResultClose {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    margin: 24px auto;
    font-size: 14px;
    color: #ffffff;
    display: block;
    height: 50px;
    width: 254px;
}

#requestPrice #requestPriceResultClose:active {
    position: relative;
    top: 1px;
}


#requestPrice #requestPriceContainer {
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    background-color: #ffffff;
    margin-left: -350px;
    margin-top: -215px;
    position: absolute;
    overflow: hidden;
    height: 410px;
    width: 700px;
    left: 50%;
    top: 50%;
    border-radius: 10px;
}

#requestPrice .requestPriceHeading {
    background-color: #fff;
    /*background-color: #424242;*/
    position: relative;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #000;
    height: 60px;
}

#requestPrice .requestPriceHeading .close {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNzg3IDFMNSAzLjc4NyAyLjIxMyAxIDEgMi4yMTMgMy43ODcgNSAxIDcuNzg3IDIuMjEzIDkgNSA2LjIxMyA3Ljc4NyA5IDkgNy43ODcgNi4yMTMgNSA5IDIuMjEzIiBmaWxsPSIjOTk5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) 0 0 no-repeat transparent;
    /*background: url(images/exit.png) 0 0 no-repeat transparent;*/
    position: absolute;
    display: block;
    height: 21px;
    width: 21px;
    right: 20px;
    top: 20px;
}

#requestPrice .requestPriceHeading .close:hover {
    background-position: 0 -21px;
}

#requestPrice .requestPriceHeading .close:active {
    background-position: 0 -42px;
}

#requestPrice .requstProductContainer {
    border-collapse: collapse;
    table-layout: fixed;
    display: table;
    width: 100%;
}

#requestPrice .productColumn {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 320px;
}

#requestPrice .productNameBlock {
    padding: 0 24px;
}

#requestPrice .productNameBlock .productUrl {
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    text-decoration: none;
    margin-bottom: 12px;
    line-height: 44px;
    overflow: hidden;
    font-size: 14px;
    display: block;
    color: #000000;
    height: 44px;
}

#requestPrice .productNameBlock .productUrl:active {
    position: relative;
    top: 1px;
}

#requestPrice .productImageBlock {
    text-align: center;
    line-height: 270px;
    display: block;
    height: 270px
}

#requestPrice .productImageBlock a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 270px;
    display: block;
    height: 270px;
}

#requestPrice .productImageBlock a:hover {
    opacity: 0.8;
}

#requestPrice .productImageBlock a:active {
    position: relative;
    top: 1px;
}

#requestPrice .productImageBlock img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

#requestPrice .productNameBlock .middle {
    line-height: 21px;
    vertical-align: middle;
    display: inline-block;
}

#requestPrice .formColumn {
    vertical-align: middle;
    display: table-cell;
    width: 380px;
}

#requestPrice .requestPriceFormHeading {
    margin-bottom: 12px;
    text-align: left;
    margin-right: 24px;
    margin-top: 24px;
    font-size: 16px;
    display: block;
}

#requestPrice input {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Rubik";
    margin-bottom: 12px;
    padding-left: 12px;
    width: 354px;
    height: 50px;
    border: 0;
}

#requestPrice input {
    background-color: #f3f3f3;
    color: #000000;
}

#requestPrice textarea {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Rubik";
    margin-bottom: 12px;
    padding-left: 12px;
    padding-top: 12px;
    resize: none;
    width: 354px;
    height: 90px;
    border: 0;
}

#requestPrice textarea {
    background-color: #f3f3f3;
}

#requestPrice input, #requestPrice textarea {
    border-radius: 8px;
    border: 1px solid #d7d7d7 !important;
    background-color: #fff !important;
    color: #000;
}

#requestPriceSubmit {
    border-radius: 8px;
}

#requestPrice input:focus,
#requestPrice textarea:focus {
    background-color: #e9e9e9;
    outline: none;
}

#requestPrice #requestPriceSubmit {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    color: #ffffff;
    height: 50px;
    width: 354px;
}

#requestPrice #requestPriceSubmit:active {
    position: relative;
    top: 1px;
}

#requestPrice #requestPriceSubmit.loading {
    -webkit-transition: background 0s !important;
    -o-transition: background 0s !important;
    transition: background 0s !important;
    text-indent: 12px;
    opacity: 0.9;
}

#requestPrice #requestPriceSubmit.loading img {
    display: none;
}

#requestPrice #requestPriceSubmit img {
    vertical-align: middle;
    padding-right: 4px;
    margin-top: -2px;
}

#requestPrice .markerContainer {
    position: absolute;
    top: 0;
    left: 12px;
}

#requestPrice .error {
    border: 1px solid #ff0000;
}

#searchSection a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000000;
}

#searchSection a:hover {
    opacity: 0.7;
}

#searchSection {
    margin: 0;
    padding: 0;
    list-style-type: none;
    word-spacing: -1ex;
}

#searchSection li {
    display: -moz-inline-stack;
    display: inline-block;
    display: inline;
}

#searchSection a, #searchSection b {
    display: inline;
    word-spacing: normal;
    display: inline-block;
    filter: alpha(opacity=100);
}

#searchSection a, #searchSection b, x:-moz-any-link {
    display: block;
}

#searchSection a, #searchSection b, x:-moz-any-link, x:default {
    display: inline;
}

#searchSection li, #searchSection a, #searchSection b {
    vertical-align: top;
}

#searchSection li {
    margin: 0 10% 0.4em 0;
    margin: 0;
    width: 40%;
    width: auto;
}

#searchSection a, #searchSection b {
    margin: 0 10% 0.4em 0;
    width: 40%;
}

#searchSection ul {
    width: 100%;
}

#stores {
    margin-top: 24px;
    font-size: 13px;
}

#stores .wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
    overflow: auto;
}

#stores .heading {
    border-top: 1px solid #efefef;
    font-family: 'Rubik_bold';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 36px 24px;
    font-weight: 800;
    font-size: 20px;
    display: block;
}

#stores .storeTable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    min-width: 400px;
}

#stores .storeTable tr:nth-child(odd) td {
    background-color: #f9f9f9;
}

#stores .storeTable th {
    background-color: #f3f3f3;
    padding: 12px 24px;
    font-weight: 400;
    text-align: center;
}

#stores .storeTable td {
    /*border-top: 1px solid #e7e8ea;*/
    text-align: center;
    padding: 12px 24px;
}

#stores .storeTable .name {
    text-align: left;
    width: 35%;
}

#stores .storeTable td.name {
    text-align: left;
}

#stores .storeTable .lb {
    display: inline-block;
    text-align: left;
}

#stores .storeTable .icon {
    vertical-align: middle;
    padding-right: 6px;
    margin-top: -4px;
}

#stores .storeTable .green {
    /*font-weight: 800;*/
    color: #73b24e;
}

#stores .storeTable .red {
    color: #ff0000;
}

#stores .storeTable .picture {
    vertical-align: middle;
    padding-right: 12px;
}

#stores .storeTable a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: underline;
    color: #000000;
}

#stores .storeTable a:hover {
    color: #888888;
}

#stores #storeMap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 24px;
    padding: 0 24px;
}

#error404 {
    margin-bottom: 24px;
    text-align: center;
}

#error404 h1 {
    font-family: "roboto_thregular";
    margin-bottom: 24px;
    text-align: center;
    line-height: 48px;
    font-size: 48px;
}

#error404 .errorPic {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 48px;
    text-align: center;
    margin-top: 48px;
    display: block;
}

#error404 .errorPic img {
    max-height: 90%;
    max-width: 90%;
}

#error404 .errorPic:hover {
    opacity: 0.8;
}

#error404 .errorText {
    font-family: 'Rubik_bold';
    text-transform: uppercase;
    line-height: 28px;
}

#error404 .errorText a {
    color: #ff2d5b;
}

#error404 #empty {
    border-top: 1px solid #e5e5e5;
    margin-top: 48px;
}

#error404 #empty .emptyTitle {
    text-align: center;
    margin-top: 48px;
}

#error404 #empty .emptyMenu a {
    display: inline-block;
    width: 250px;
    text-align: left;
}

#middleSlider img {
    width: 100%;
}

#modef {
    left: 371px;
}

@media all and (max-width: 1000px) {
    #error404 .errorText {
        display: none;
    }
}

.clean {
    position: relative;
    overflow: hidden;
    padding: 0 2px;
}

.limiter {
    padding: 0;
    max-width: 1366px;
    min-width: 320px;
    margin: auto;
    clear: both;
}

.limiter .compliter > div[id*="bx_"] {
    width: 355px;
    /*padding-right: 24px;*/
    display: table-cell;
    vertical-align: top;
}

.limiter .compliter > div[id*="bx_"] #left {
    padding-right: 0
}

/* page styles */

.priceTableContainer {
    max-width: 1000px;
    overflow-x: auto;
    min-width: 320px;
}

.priceTableStyle80 {
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.priceTableStyle80 th {
    font-family: "robotomedium";
    background-color: #f7f7f7;
    border: 1px solid #e4e4e4;
    font-weight: normal;
    padding: 12px 24px;
}

.priceTableStyle80 td {
    border: 1px solid #e4e4e4;
    vertical-align: middle;
    padding: 12px 24px;
    text-align: left;
    color: #333333;
}

.mediumText {
    font-family: "robotomedium";
}

.pagePicture {
    max-width: 100%;
    height: auto;
}

.skuPropertyValue.loading {
    position: relative;
}

.skuPropertyValue.loading img {
    opacity: 0;
}

.skuPropertyValue.loading:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    left: 50%;
    background: url(images/loaderMin.gif) 50% 50% no-repeat #fff;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.hiddenZone {
    display: none;
}

.promo_for_users_block {
    z-index: 11111;
    position: fixed;
    top: 200px;
    right: -100%;
    background: rgba(255, 255, 255, 1);
    border: 3px solid rgba(255, 190, 34, 1);
    width: 200px;
    font-size: 15px;
    border-radius: 10px;
    color: #000;
    padding: 7px;
    transition: all ease .3s;
}

.promo_for_users_block b {
    color: red;
}

.promo_for_users_block a {
    text-decoration: none;
    color: rgba(255, 190, 34, 1);
    font-weight: bold;
}

#close_promo_block {
    color: rgba(100, 180, 50, 1);
    cursor: pointer;
    margin-left: 10px;
    float: right;
}

.titlePage_wrap {
    /*padding-left: 20px;*/
    margin-bottom: 10px;
}

@media all and (max-width: 1800px) {

    #wishlist .product,
    .promo_section_block .product,
    #catalog .product {
        height: 450px !important;
        width: calc(25% - 11px);
        /*width: 25%;*/
        border: 0 !important; /* clear old */
    }

    .product:nth-child(-n+4) {
        height: 450px !important;
    }

    #brandList .item,
    #popSection .item {
        width: 25% !important;
        border: 0 !important; /* clear old */
    }

    #catalogLineList .prop {
        width: 80%;
    }

    #catalogTableList .column:nth-child(3) {
        display: none;
    }

    #brandList .item,
    #popSection .item {
        border-right: 1px solid #e7e8ea !important;
        border-bottom: 1px solid #e7e8ea !important;
    }

    #brandList .item:nth-child(-n+4),
    #popSection .item:nth-child(-n+4) {
        border-top: 1px solid #e7e8ea !important;
    }

    #brandList .item:nth-child(4n+1),
    #popSection .item:nth-child(4n+1) {
        border-left: 1px solid #e7e8ea !important;
    }


    #bigDataCarousel .product:nth-child(4n+1),
    #viewedProduct .product:nth-child(4n+1),
    #topProduct .product:nth-child(4n+1) {
        border-left: none !important;
    }
}

@media all and (max-width: 1650px) {

    #bannersBlock {
        display: none;
    }

    #sliderBlock {
        width: 100%;
    }
}

@media all and (max-width: 1550px) {

    #catalogLineList .description {
        display: none;

    }

    #catalogLineList .prop {
        width: 100%;
    }

    #catalogTableList .column:nth-child(4) {
        display: none;
    }

    #left {
        width: 320px;
    }

    #slider ul li span,
    #slider .slideVideoContainer,
    #slider .videoPoster {
        height: 386px;
    }

    #modef {
        left: 335px;
    }
}

@media all and (max-width: 1500px) {


    #footer .information .label {
        display: block;
    }

    #topHeading {
        display: none;
    }

    #catalogLineList .column:first-child {
        width: 340px;
    }

    #middleSlider {
        display: none;
    }

    #middleSlider img {
        max-width: 100%;
    }

    #newsContainer .column {
        width: 100%;
    }

    #newsContainer .column .item {
        overflow: hidden;
    }

    #newsContainer .column .item .bigPicture {
        margin-right: 48px;
        float: left;
        width: 30%;
    }

    .global-information-block,
    .global-information-block.fixed .global-information-block-hide-scroll-cn {
        /*width: 250px !important;*/
    }


}

@media all and (max-width: 1366px) {
    #main {
        padding: 0 20px;
    }

    #catalogLineList .column:first-child {
        width: 300px;
    }

    .contactList li {
        margin-bottom: 24px;
        width: 50%;
    }

    .mfeedback input,
    .mfeedback textarea,
    div.mf-name input,
    div.mf-email input,
    div.mf-message textarea {
        width: 100%;
    }

    .mfeedback input[type="submit"] {
        width: 200px;
    }

    #left {
        width: 280px;
    }

    .disabled1366 {
        display: none;
    }

    #modef {
        left: 295px;
    }

    .titlePage_wrap {
        padding-left: 0;
    }

}

@media all and (max-width: 1300px) {

    /*#logo {*/
    /*    width: 196px;*/
    /*}*/
    #topService .city {
        display: none;
    }

    #headerTools .wishlist .nf {
        display: none;
    }

    #headerTools .compare .nf {
        display: none;
    }

    #footer .nav > li {
        width: 33.313131%;
    }

    #footer .nav > li:last-child {
        display: none;
    }

    #middleSlider {
        display: none;
    }

    #slider ul li span,
    #slider .slideVideoContainer,
    #slider .videoPoster {
        height: 304px;
    }

    /*#footer .rightTable .leftColumn {*/
    /*    display: none;*/
    /*}*/
    /*#rightFooter {*/
    /*    width: 23%;*/
    /*}*/
    #empty .emptyMenu li {
        width: 50%;
    }

    #wishlist .product,
    .promo_section_block .product,
    #catalog .product {
        height: 450px !important;
        width: calc(33.33333% - 10px) !important;
        /*width: 33.33333% !important;*/
        border: 0 !important;
    }

    .product:nth-child(-n+4) {
        height: 450px !important;
        border-top: 0 !important;
    }

    .product:nth-child(4n+1) {
        border-left: 0 !important;
    }

    .product:nth-child(-n+3) {
        height: 450px !important;
    }

    #brandList .item,
    #popSection .item {
        width: 33.33333% !important;
        border: 0 !important;
    }

    #brandList .item:nth-child(4n+1),
    #popSection .item:nth-child(4n+1) {
        border-left: 0 !important;
    }

    #brandList .item:nth-child(-n+4),
    #popSection .item:nth-child(-n+4) {
        border-top: 0 !important;
    }

    #brandList .item,
    #popSection .item {
        border-right: 1px solid #e7e8ea !important;
        border-bottom: 1px solid #e7e8ea !important;
    }

    #brandList .item:nth-child(-n+3),
    #popSection .item:nth-child(-n+3) {
        border-top: 1px solid #e7e8ea !important;
    }


    #brandList .item:nth-child(3n+1),
    #popSection .item:nth-child(3n+1) {
        border-left: 1px solid #e7e8ea !important;
    }

    .disabled1366 {
        display: block;
    }

}

@media all and (max-width: 1100px) {
    #main {
        padding: 0;
    }

    #slider ul li span, #slider .slideVideoContainer, #slider .videoPoster {
        height: 262px;
    }

    #heroBlock_wrap {
        padding: 0 24px;
    }

    .titlePage_wrap {
        padding-left: 20px;
    }

    #subHeader3 #topToolsLeft ul {
        flex-direction: column;
        gap: 10px;
    }
}

@media all and (max-width: 1280px) {

    .global-block-container {
        min-height: auto !important;
    }

    .global-block-container .global-information-block {
        display: none;
    }

    #left {
        width: 330px;
    }

    #homeCatalog .captionList {
        line-height: 55px;
        height: 55px;
    }

    #homeCatalog .captionBtnRight,
    #homeCatalog .captionBtnLeft {
        top: -2.5px;
    }

    #left #specialProduct .specialProductHeading,
    #left .sideBlock .heading,
    #right .heading {
        line-height: 55px;
        height: 55px;
    }

    #modef {
        left: 345px;
    }
}

@media all and (max-width: 1200px) {

    #catalog-section-banners {
        display: none;
    }

    #homeCatalog .item:nth-child(2n) {
        border-right: 0;
    }

    #homeCatalog .item {
        /*width: 50%;*/
    }

    #footerLine .col:first-child {
        width: 30%;
    }

    #footerLine .col:last-child {
        width: 70%;
        float: right;
    }

    #footerLine .col:first-child .item:nth-child(1n+2) {
        display: none;
    }

    #catalogLineList .column:last-child,
    #catalogLineList .itemRow {
        overflow: hidden;
        display: block;
    }

    #catalogLineList .column:first-child {
        width: 40%;
    }

    #catalogLineList .column:nth-child(2) {
        width: 60%;
    }

    #catalogLineList .column:first-child,
    #catalogLineList .column:nth-child(2) {
        float: left;
    }

    #catalogLineList .column:last-child {
        line-height: 60px;
        padding: 0 0;
        height: 60px;
        border: 0;
        width: 100%;
        clear: both;
    }

    #catalogLineList .resizeColumn {
        text-align: center;
        width: 30%;
        float: left;
    }

    #catalogLineList .column .resizeColumn.last {
        text-align: right;
        width: 40%;
    }

    #catalogLineList .column:last-child .priceLabel {
        display: inline-block;
        padding-left: 24px;
        float: none;
    }

    #catalogLineList .column:last-child .price {
        display: inline-block;
        margin: 0;
    }

    #catalogLineList .column:last-child .addCart {
        display: inline-block;
        margin: 9px auto;
        line-height: 40px;
        padding: 0 24px;
        font-size: 14px;
        height: 40px;
        width: auto;
    }

    #catalogLineList .column:last-child .optional {
        margin: 9px 0 0 0;
        font-size: 14px;
    }

    #catalogLineList .column:last-child .optional .row {
        margin-bottom: 4px;
        padding: 0;
    }

    #catalogLineList .column:last-child .optional .label {
        text-align: left;
        font-size: 14px;
        width: 50%;
    }


    #catalogLineList .column:last-child .article {
        display: none;
    }

    #catalogTableList .column:nth-child(7) {
        display: none;
    }

    #homeCatalog .item:nth-child(5n) {
        border-right: 1px solid #e7e8ea;
    }

    #homeCatalog .item:nth-child(4n) {
        border-right: 1px solid #e7e8ea;
    }

    #homeCatalog .item:nth-child(3n) {
        border-right: 1px solid #e7e8ea;
    }

    #catalogLineList .column:last-child {
        background-color: #f9f9f9;
    }

    #slider .sliderContent .bigText,
    #slider .sliderContent .bigTextColor,
    #slider .sliderContent .bigTextLight {
        line-height: 36px;
        margin-top: 12px;
        font-size: 30px;
    }

    #slider .sliderContent .mediumText,
    #slider .sliderContent .mediumTextColor,
    #slider .sliderContent .mediumTextLight {
        line-height: 24px;
        margin-top: 12px;
        font-size: 16px;
    }

    #slider .sliderContent .cButton,
    #slider .sliderContent .cButtonLight {
        margin-top: 12px;
    }

    #slider .sliderContent .smallText,
    #slider .sliderContent .smallTextColor,
    #slider .sliderContent .smallTextLight {
        margin-top: 12px;
    }

    #slider .sliderBtnLeft,
    #slider .sliderBtnRight {
        display: none;
    }

    #slider .sliderContent {
        left: 24px;
    }

    #slider .leftContainer {
        left: 24px;
    }

    #slider .rightContainer {
        right: 24px;
    }

    #left {
        width: 260px;
    }

    #modef {
        left: 275px;
    }

    #heroBlock .heroBlock_container:first-child {
        display: none;
    }

    #heroBlock .heroBlock_container:last-child {
        width: 100%;
    }

    #subHeader3 .subTable {
        gap: 15px;
    }
}

@media all and (max-width: 1100px) {

    #wishlist .product,
    .promo_section_block .product,
    #catalog .product {
        height: 450px !important;
        width: calc(50% - 7px) !important;
        /*width: 50% !important;*/
        border: 0 !important; /* clear old */
    }

    .product:nth-child(-n+3) {
        height: 450px !important;
        border-top: 0 !important;
    }

    .product:nth-child(3n+1) {
        border-left: 0 !important;
    }

    .product:nth-child(-n+2) {
        height: 450px !important;
    }

    #brandList .item,
    #popSection .item {
        width: 50% !important;
        border: 0 !important;
    }

    #brandList .item:nth-child(3n+1),
    #popSection .item:nth-child(3n+1) {
        border-left: 0 !important;
    }

    #brandList .item:nth-child(-n+4),
    #popSection .item:nth-child(-n+4) {
        border-top: 0 !important;
    }

    #headerTools .nf {
        display: none;
    }

    #catalogLine .column:last-child .label {
        display: none;
    }

    #brandList .item,
    #popSection .item {
        border-right: 1px solid #e7e8ea !important;
        border-bottom: 1px solid #e7e8ea !important;
    }

    #brandList .item:nth-child(-n+2),
    #popSection .item:nth-child(-n+2) {
        border-top: 1px solid #e7e8ea !important;
    }

    #brandList .item:nth-child(2n+1),
    #popSection .item:nth-child(2n+1) {
        border-left: none !important;
    }

    #left {
        display: none;
    }

}

@media all and (max-width: 1024px) {
    #left {
        padding: 0 !important;
        margin: 0 !important;
    }

    #left .mround {
        border-radius: 20px !important;
        -moz-border-radius: 20px !important;
        -webkit-border-radius: 20px !important;
    }

    #colorSwitcher {
        display: none !important;
    }

    #left .collapsed {
        display: none;
    }

    #bestsellers {
        margin-top: 0;
    }

    #left, #right {
        display: block;
        width: 100%;
    }

    #left {
        /*display: none;*/
        margin-bottom: 24px;
    }

    #smartFilter .heading {
        line-height: 46px;
        height: 46px;
    }

    #left #promoBlock,
    #left #serviceBlock,
    #left #collectionBlock,
    #left #newsBlock,
    #left #popCats,
    #left #subscribe,
    #left .banner,
    #footer .top .left,
    #headerTools .nf,
    .product:hover .fastShow {
        display: none;
    }

    #right {
        padding-left: 0;
    }

    .drop {
        display: none;
    }

    #smartFilter .heading {
        cursor: pointer;
    }

    #nextSection ul {
        display: none;
    }

    #nextSection .title {
        cursor: pointer;
    }

    .appZoomContainerImage {
        max-width: 60vh !important;
        max-height: 60vh !important;
    }

    #reformal_tab {
        display: none !important;
    }

    .product .getFastView,
    #specialProduct .productItem .getFastView,
    #catalogLineList .picture .getFastView {
        display: none !important;
    }

    #appFastView {
        display: none !important;
    }

    #fastViewStores {
        display: none !important;
    }

    #slider ol {
        display: none;
    }

    #left #specialBlock {
        display: none !important;
    }

    #wishlist .product,
    .promo_section_block .product,
    #catalog .product {
        height: 450px !important;
        width: calc(33.33333% - 10px) !important;
        /*width: 33.33333% !important;*/
        border: 0 !important;
    }

    .product:nth-child(-n+4) {
        height: 450px !important;
        border-top: 0 !important;
    }

    .product:nth-child(4n+1) {
        border-left: 0 !important;
    }

    .product:nth-child(-n+3) {
        height: 450px !important;
    }

    #brandList .item,
    #popSection .item {
        width: 33.33333% !important;
        border: 0 !important;
    }

    #brandList .item:nth-child(4n+1),
    #popSection .item:nth-child(4n+1) {
        border-left: 0 !important;
    }

    #brandList .item:nth-child(-n+4),
    #popSection .item:nth-child(-n+4) {
        border-top: 0 !important;
    }

    #brandList .item,
    #popSection .item {
        border-right: 1px solid #e7e8ea !important;
        border-bottom: 1px solid #e7e8ea !important;
    }

    #brandList .item:nth-child(-n+3),
    #popSection .item:nth-child(-n+3) {
        border-top: 1px solid #e7e8ea !important;
    }


    #brandList .item:nth-child(3n+1),
    #popSection .item:nth-child(3n+1) {
        border-left: 1px solid #e7e8ea !important;
    }

    #leftMenu li .pc {
        display: table-cell;
    }

    #leftMenu .pc, #leftMenu .tx {
        padding: 8px;
    }

    #slider .videoPoster {
        display: block;
    }

    #slider .slideVideo {
        display: none;
    }

    #slider .sliderContentPrice {
        font-size: 28px;
        left: 70%;
    }

    #slider ul li span,
    #slider .slideVideoContainer,
    #slider .videoPoster {
        height: 360px;
    }

    #left_new .collapsed_top {
        left: -160px !important;
    }

    #left_new .collapsed_top_open {
        width: 600px !important;
    }

    #leftFooter .leftColumn_catalog {
        /*column-count: unset;*/
        /*max-height: 333px;*/
    }

    #leftFooter .column:first-child {
        width: 33.33%;
    }

    #leftFooter .column:last-child {
        width: 66.66%;
    }

    #leftFooter #showAllButton_catalog {
        display: block;
    }

    #leftFooter .footerRow {
        flex-direction: column;
        gap: 34px;
    }

    #leftFooter .footerRow_container {
        gap: 0 !important;
    }

    #rightFooter {
        flex-direction: row;
        width: 100%;
        gap: 0;
        padding-left: 0;
    }

    #rightFooter .rightFooter_wrap {
        min-width: 160px;
    }

    #rightFooter .rightFooter_wrap:first-child {
        width: 33.33%;
    }

    #footerBottom {
        padding: 8px 24px;
    }

    #footerBottom .social {
        gap: 0;
    }

    /*#footerBottom .c1_wrap {*/
    /*    gap: 0;*/
    /*}*/

    #footerBottom .footerBottom_creator {
        min-width: 267px;
    }

    #footerBottom .footerCreditCardTitle {
        font-size: 13px;
    }
}

#left_new_btn {
    background-color: #2E9CFF;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    padding: 0 10px 0 42px;
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    transition: background-color 0.3s ease;
}

#left_new_btn:hover {
    background-color: #2575ba;
}

#left_new .iconOpenCatalog {
    position: absolute;
    /*top: 8px;*/
    top: 20px;
    left: 10px;
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

#left_new .iconOpenCatalog_active {
    opacity: 0;
    transform: rotate(180deg);
}

#left_new .iconCloseCatalog {
    position: absolute;
    /*top: 14px;*/
    top: 26px;
    left: 9px;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

#left_new .iconCloseCatalog_active {
    opacity: 1;
    transform: rotate(180deg);
}

#subscriptionLine .subscription_btn {
    max-width: 400px;
}

#leftFooter .footerRow_container {
    display: flex;
    width: 100%;
    gap: 40px;
}

@media all and (max-width: 960px) {
    #subscriptionLine {
        flex-direction: column;
        padding: 26px 26px;
    }

    #subscriptionLine .subscriptionLine_wrap {
        flex-direction: column;
    }

    #subscriptionLine .subscriptionLine_container_first {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #subscriptionLine .subscriptionLine_text {
        display: none;
    }

    #subscriptionLine .subscriptionLine_container_second {
        flex-direction: column;
    }

    #subscriptionLine .subscriptionLine_form {
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    #subscriptionLine .form_field {
        flex-direction: column;
        width: 100%;
        max-width: 400px;
        min-width: 268px;
    }

    #subscriptionLine .subscription_btn {
        width: 100%;
        max-width: 400px;
        min-width: 268px;
    }

    /*#leftFooter .footerRow {*/
    /*    flex-direction: column-reverse;*/
    /*    !*align-items: center;*!*/
    /*}*/
    /*#leftFooter .footerRow_container {*/
    /*    display: flex;*/
    /*    gap: 20px;*/
    /*    width: 100%;*/
    /*    justify-content: space-between;*/
    /*}*/
    #leftFooter {
        width: 100%;
        /*padding: 16px;*/
    }

    #leftFooter a {
        /*text-align: center;*/
    }

    /*#leftFooter .leftColumn_help {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*}*/
    /*#leftFooter .column:last-child {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*}*/
    /*#leftFooter .column {*/
    /*    max-width: 400px;*/
    /*    width: 100%;*/
    /*    !*text-align: center;*!*/
    /*}*/
    /*#rightFooter {*/
    /*    flex-direction: row;*/
    /*    gap: 100px;*/
    /*    width: 100%;*/
    /*    justify-content: space-around;*/
    /*    !*padding: 16px;*!*/
    /*}*/
    #left_new #topCatalogMenuHeading {
        display: none;
    }

    #subHeader3 .subTable {
        gap: 10px;
    }

    /*#subHeader3 #topToolsLeft ul {*/
    /*    flex-direction: column;*/
    /*    gap: 0 !important;*/
    /*}*/

    #divWrapFirst, #divWrapSecond, #divWrapLast {
        gap: 10px !important;
    }

    #subHeader3 #topLineAllBtn {
        display: block !important;
    }

    #subHeader3 #left_new_btn {
        padding: 0 2px 0 42px;
    }

    #subscriptionLine .subscriptionLine_text_mob {
        display: block;
        text-align: center;
    }
}

#subHeader3 .logo_desk_header {
    display: none;
}

@media all and (max-width: 870px) {
    #wishlist .product,
    .promo_section_block .product,
    #catalog .product {
        height: 450px !important;
        width: calc(50% - 7px) !important;
        /*width: 50% !important;*/
        border: 0 !important; /* clear old */
    }

    .product:nth-child(-n+3) {
        height: 450px !important;
        border-top: 0 !important;
    }

    .product:nth-child(3n+1) {
        border-left: 0 !important;
    }

    .product:nth-child(-n+2) {
        height: 450px !important;
    }

    #brandList .item,
    #popSection .item {
        width: 50% !important;
        border: 0 !important;
    }

    #brandList .item:nth-child(3n+1),
    #popSection .item:nth-child(3n+1) {
        border-left: 0 !important;
    }

    #brandList .item:nth-child(-n+4),
    #popSection .item:nth-child(-n+4) {
        border-top: 0 !important;
    }

    #headerTools .nf {
        display: none;
    }

    #brandList .item,
    #popSection .item {
        border-right: 1px solid #e7e8ea !important;
        border-bottom: 1px solid #e7e8ea !important;
    }

    #brandList .item:nth-child(-n+2),
    #popSection .item:nth-child(-n+2) {
        border-top: 1px solid #e7e8ea !important;
    }

    #brandList .item:nth-child(2n+1),
    #popSection .item:nth-child(2n+1) {
        border-left: 1px solid #e7e8ea !important;
    }

}

@media all and (max-width: 866px) {
    #slider ul li span,
    #slider .slideVideoContainer,
    #slider .videoPoster {
        height: 300px;
    }
}

@media all and (max-width: 850px) {

    #topHeading {
        display: none;
    }

    /*#leftFooter .column {*/
    /*    width: 50%;*/
    /*}*/
    /*#leftFooter .column:nth-child(2n) {*/
    /*    display: none;*/
    /*}*/
    #footerLine .col:first-child {
        display: none;
    }

    #footerLine .col:last-child {
        text-align: center;
        width: 100%;
        float: left;
    }

    #catalogLineList .column:last-child .priceLabel,
    #catalogLineList .column:last-child .price {
        font-size: 18px;
    }

    #modef {
        display: none !important;
    }

    #subHeader3 #topLineAllWrap {
        right: -21px !important;
    }
}

@media all and (max-width: 834px) {
    #slider ul li span,
    #slider .slideVideoContainer,
    #slider .videoPoster {
        height: 285px;
    }
}

#logoContainer {
    padding-left: 8px;
}

@media all and (max-width: 750px) {
    .imgLogoDeskHeader {
        display: block !important;
        width: 37px;
        padding-left: 4px;
    }

    .logo_desk_header {
        display: block !important;
    }

    #logoContainer {
        display: none !important;
    }

    #flushFooterCart .item {
        width: 56px !important;
    }

    #requestPrice .productColumn {
        display: none;
    }

    #requestPrice .formColumn {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 24px;
        width: 100%;
    }

    #requestPrice input,
    #requestPrice textarea,
    #requestPrice #requestPriceSubmit {
        width: 100%;
    }

    #requestPrice #requestPriceContainer {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #ffffff;
        transform: translateX(-50%);
        padding-right: 0;
        padding-left: 0;
        margin-left: 0;
        width: 90%;
        left: 50%;
    }

    /*	#requestPrice .requstProductContainer{
            background-color: #ffffff;
        }*/
    #requestPriceForm {
        margin-bottom: 24px;
    }

    #requestPrice .requestPriceFormHeading {
        margin-right: 0;
    }

    #left_new .collapsed_top {
        left: -51px !important;
    }

    #subHeader3 #topLineAllWrap {
        right: -55px !important;
    }

}

@media all and (max-width: 768px) {
    #slider ul li span,
    #slider .slideVideoContainer,
    #slider .videoPoster {
        height: 270px;
    }

    #rowFooter {
        padding: 24px 16px;
    }

    #footerBottom .social_icon {
        width: 40px;
        height: 54px;
    }

    .personalCabinet_profile h1 {
        font-size: 24px;
    }

    #adv_hor_banners .splide__arrows {
        display: none !important;
    }
}

@media all and (max-width: 700px) {
    .content-right {
        border-radius: 0 !important;
        margin: 0 -12px !important;
        padding: 12px !important;
        border-left: none;
        border-right: none;
        /*padding: 12px 0 12px 12px !important;*/
    }

    #slider ul li span,
    #slider .slideVideoContainer,
    #slider .videoPoster {
        height: 201px;
    }

    #slider .sliderContentPrice {
        font-size: 18px;
        left: 70%;
    }

    .limiter {
        padding: 0;
    }

    #topMenu {
        margin-left: 12px;
    }

    #subHeader #logo,
    #subHeader.color_theme #logo,
    #subHeader.color_black #logo {
        border: 0;
    }

    #topSearch form {
        box-sizing: border-box;
    }

    #left {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
        display: block;
        /*display: none;*/
    }

    #right {
        display: block;
        /*margin-top: 24px;*/
        padding: 0 12px;
        box-sizing: border-box;
    }

    #leftMenu li a {
        font-size: 16px;
    }

    #footer .top {
        box-sizing: border-box;
        padding: 0 12px;
    }

    #footer .bottom {
        box-sizing: border-box;
        padding: 0 12px;
    }

    #footer .bottom .left {
        width: 60px;
    }

    #flushFooterCart .item .bl_name {
        display: none;
    }

    #catalogLine .column:nth-child(2) {
        display: none;
    }

    .copyright img {
        display: none;
    }

    .copyright {
        display: block;
        width: 60px;
        height: 60px;
        background: url(images/sn.png) -360px -0 no-repeat transparent;
    }

    .copyright:hover {
        background-position: -360px -60px;
    }

    #catalogLineList .resizeColumn {
        width: 40%;
    }

    #catalogLineList .column .resizeColumn.last {
        width: 20%;
    }

    #catalogLineList .column:last-child .optional .label {
        width: 100%
    }

    #catalogLineList .column:last-child .optional .label:first-child {
        display: none;
    }

    #catalogLineList .column:last-child .priceLabel {
        display: none;
    }

    #catalogTableList .column:nth-child(8) {
        display: none;
    }

    #overlap {
        display: none !important;
    }

    .blurred {
        -webkit-filter: blur(0) !important;
        -moz-filter: blur(0) !important;
        -ms-filter: blur(0) !important;
        -o-filter: blur(0) !important;
        filter: blur(0) !important;
    }

    #upButton {
        display: none !important;
    }

    #newsContainer .column .item .bigPicture {
        width: 100%;
        float: none;
    }

    #catalogSection .sectionItems .item .itemContainer .description {
        display: none;
    }

    div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {
        width: 100%;
    }
}

@media all and (max-width: 634px) {

    #footerTabsCaption, #footerTabs {
        display: block;
    }

    #headerTools .tools .compare,
    #headerTools .tools .wishlist {
        display: none;
    }

    #catalogLineList .column {
        width: 50%;
    }

    #catalogLineList .prop {
        display: none;
    }

    #catalogLineList .column .resizeColumn {
        width: 50%;
    }

    #catalogLineList .column .resizeColumn.last {
        display: none;
    }

    #catalogTableList .column:nth-child(1) {
        display: none;
    }

    #catalogTableList .column:nth-child(2) {
        padding-left: 24px;
        width: auto;
    }

    .contactList li {
        margin-bottom: 24px;
        width: 100%;
    }

    #empty .emptyMenu li {
        width: 100%;
    }

    h1.index_h1 {
        font-size: 12px;
        color: grey;
        line-height: 1.5;
        margin-top: -14px;
        margin-bottom: 10px !important;
        margin-left: 24px;
    }

    .b24-widget-button-position-bottom-right {
        right: 20px !important;
    }

    .personalCabinet_topBlock {
        display: none;
    }

    #personalCabinet .personalCabinet_wrap {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    #subHeaderLine #subMenu .removedItemsContainer .removedItemsList {
        border: none;
        right: 0;
        left: 0;
    }

    .titlePage_wrap {
        margin-bottom: 0;
        padding-left: 12px;
        padding-top: 12px;
    }

    body .b24-widget-button-position-bottom-right {
        bottom: 55px;
    }
}

@media all and (max-width: 500px) {
    .top-auth-register {
        left: 52px;
    }

    #subHeader #headerTools,
    #subHeader.color_theme #headerTools,
    #subHeader.color_black #headerTools {
        border: 0;
    }

    #headerTools .popup-content {
        top: 20px;
        left: -10px;
    }

    #headerTools .telephone {
        line-height: 21px !important;
        border: none !important;
        position: absolute;
        padding: 0;
        right: 0;
        top: 107px;
    }

    #headerTools .telephone .callBack {
        display: none;
    }

    #headerTools .telephone .nf {
        margin: 0;
        float: none;
        display: block;
    }

    #headerTools .telephone .nf .heading {
        display: none;
    }

    #headerTools .telephone .nf .heading:first-child {
        font-family: "robotomedium";
        font-size: 14px;
        display: block;
        color: #888888;
    }

    #subHeader #headerTools .tools li,
    #subHeader.color_theme #headerTools .tools li,
    #subHeader.color_black #headerTools .tools li {
        border: none !important;
    }

    #subHeader #topService,
    #subHeader.color_theme #topService,
    #subHeader.color_black #topService {
        border: none;
    }

    #topHeader #topService li,
    #topHeader.color_theme #topService li,
    #topHeader.color_black #topService li {
        padding: 0;
        border: none;
    }

    #topService.color_theme > li > a {
        color: #ffffff !important;
    }

    #topService.color_theme > li > a:hover {
        opacity: 0.8;
    }

    #topHeader.color_theme #topService,
    #topHeader.color_black #topService {
        border: 0;
    }

    #headerTools .tools li {
        line-height: 80px;
    }

    #topMenu {
        margin-left: 0;
    }

    .user-geo-position {
        padding-right: 12px;
        text-align: right;
    }

    #topSearch input[type="text"] {
        padding-left: 6px;
    }

    #topService li a {
        color: #888888;
    }

    #panel {
        position: fixed;
        z-index: 9999;
    }

    #topSearch input[type="text"] {
        font-size: 14px;
    }

    #topSeachCloseForm {
        font-size: 13px;
    }
}

@media all and (max-width: 480px) {
    #right div[id^=comp_] {
        gap: 4px !important;
    }

    #wishlist .product,
    .promo_section_block .product,
    #catalog .product {
        height: 450px !important;
        width: calc(50% - 2px) !important;
        /*width: 50% !important;*/
        border: 0 !important; /* clear old */
    }

    .product:nth-child(3n+1) {
        height: 450px !important;
        border-top: 0 !important;
    }

    .product:nth-child(-n+3) {
        height: 450px !important;
        border-top: 0 !important;
    }

    .product:nth-child(3n+1) {
        border-left: 0 !important;
    }

    .product:nth-child(-n+1) {
        height: 450px !important;
    }

    .product .tabloid {
        height: 450px !important;
    }

    .product .tabloid .price {
        display: block;
        margin-bottom: 0;
        min-height: 42px;
    }

    .product .label {
        width: 50%;
        font-size: 0;
    }

    .product .row .label:last-child {
    }

    .product .price .old_price {
        float: none;
    }

    #brandList .item,
    #popSection .item {
        width: 100% !important;
        border: 0 !important; /* clear old */
    }

    #brandList .item:nth-child(3n+1),
    #popSection .item:nth-child(3n+1) {
        border-left: 0 !important;
    }

    #brandList .item:nth-child(-n+4),
    #popSection .item:nth-child(-n+4) {
        border-top: 0 !important;
    }

    #homeCatalog {
        margin-top: 0;
    }

    #promoBlock {
        /*margin-bottom: 24px;*/
    }

    #slider .sliderBtnLeft,
    #slider .sliderBtnRight {
        display: none !important;
    }

    #slider ul li span,
    #slider .slideVideoContainer,
    #slider .videoPoster {
        height: 130px;
    }

    #slider .sliderContentPrice {
        font-size: 15px;
        left: 70%;
    }

    /*#leftFooter .column {*/
    /*    width: 100%;*/
    /*}*/
    /*#leftFooter .column:first-child {*/
    /*    display: none;*/
    /*}*/
    .sn {
        display: none;
    }

    #catalogTableList .column:nth-child(2) {
        margin-top: 0;
    }

    #catalogTableList .column {
        text-align: center;
        display: block;
    }


    #catalogTableList .column:nth-child(1) {
        margin-top: 24px;
        display: block;
    }

    #catalogTableList .name {
        text-align: center;
    }

    #catalogTableList .price .discount {
        right: 48px;
    }

    #catalogTableList .addCart,
    #catalogTableList .more {
        margin: 0;
    }

    #brandList .item,
    #popSection .item {
        border-right: 1px solid #e7e8ea !important;
        border-bottom: 1px solid #e7e8ea !important;
    }

    #brandList .item:nth-child(-n+1),
    #popSection .item:nth-child(-n+1) {
        border-top: 1px solid #e7e8ea !important;
    }

    #brandList .item:nth-child(1n+1),
    #popSection .item:nth-child(1n+1) {
        border-left: 1px solid #e7e8ea !important;
    }

    /*#footerBottom .creator {*/
    /*    text-align: center;*/
    /*    padding: 0;*/
    /*    float: none;*/
    /*}*/
}

@media all and (max-width: 450px) {
    .user-geo-position-label {
        display: none;
    }
}



@media all and (max-width: 400px) {
    #footerTabsCaption .item a,
    #related .heading, #similar .heading {
        font-size: 16px !important;
    }
}

@media all and (max-width: 360px) {

    #headerTools .tools li {
        border-left: none;
    }

    #slider ul li span,
    #slider .slideVideoContainer,
    #slider .videoPoster {
        height: 110px;
    }

}

@media all and (max-width: 300px) {
    #headerTools .tools .telephone {
        display: none !important;
    }
}

#ORDER_CONFIRM_BUTTON {
    text-shadow: none !important;
    height: 50px !important;
    line-height: 50px !important;
}

.addCart.disabled {
    pointer-events: none;
    cursor: default;
}

.addCart.requestPrice {
    background-color: #ffcb30 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    width: 160px;
    border: none !important;
}

.addCart.added {
    color: white;
}

.addCart.requestPrice:hover {
    opacity: 0.8 !important;
}

.sale_order_full_table input[name="BuyButton"],
.sale_order_full_table input[type="submit"] {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    line-height: 50px;
    cursor: pointer;
    padding: 0 48px;
    height: 50px;
    border: 0;
}

div.bx-debug-summary {
    z-index: 99999 !important;
}

.appZoomContainerExit {
    background: url(images/exitWindow.png) 0 0 no-repeat transparent;
    position: absolute;
    height: 38px;
    width: 38px;
    right: -38px;
    top: -38px;
}

.appZoomContainerExit:hover {
    background-position: 0 -38px;
}

.appZoomContainerExit:active {
    background-position: 0 -76px;
}

#appZoomWindow .appZoomContainer {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#appZoomWindow .appZoomContainer.loading {
    background: url(images/windowLoader.gif) 50% 50% no-repeat transparent;
    min-height: 100px;
    min-width: 100px;
}

.fastBack.disabled {
    /*pointer-events: none;*/
    cursor: not-allowed;
}

.fastBack.disabled:hover {
    color: #717171;
}

.fastBack.disabled:active {
    top: 0;
}

.getPricesWindow {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer !important;
}

.getPricesWindow:hover {
    color: #444444;
}

.getPricesWindow:active {
    position: relative;
    top: 1px;
}

.getPricesWindow .priceIcon {
    background: url(images/priceInfo.png) 0 0 no-repeat transparent;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    margin-top: -2px;
    height: 21px;
    display: none;
    width: 21px;
}

.getPricesWindow .priceIcon:hover {
    background-position: 0 -21px;
}

.getPricesWindow .priceIcon:active {
    background-position: 0 -42px;
}

.global-block-container {
    border-collapse: collapse;
    table-layout: fixed;
    display: table;
    width: 100%;
}

.global-content-block,
.global-information-block {
    display: table-cell;
    vertical-align: top;
}

.global-information-block {
    position: relative;
    padding-left: 24px;
    overflow: hidden;
    width: 280px;
}

.global-information-block.fixed .global-information-block-cn {
    padding-top: 24px;
    overflow: hidden;
    position: fixed;
    width: 280px;
    top: 0
}

.global-information-block-hide-scroll {
    padding-right: 24px;
    max-height: 100vh;
    overflow: auto;
    width: 320px;
}

.global-information-block-hide-scroll-cn {
    width: 280px;
}

.global-information-block.max-scroll .global-information-block-cn {
    position: absolute;
    bottom: 0;
    top: auto;
}

.information-heading {
    font-family: "robotomedium";
    margin-bottom: 12px;
    font-size: 21px;
}

.information-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 12px;
    color: #555555;
}

.information-list-item {
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    padding: 12px 12px;
    margin-top: 24px;
}

.information-item-icon {
    padding-right: 24px;
    width: 42px;
}

.information-list-item a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #000000;
}

.information-list-item a:hover {
    color: #777777;
}

.information-list-item a:active {
    position: relative;
    top: 1px;
}

.information-feedback-container {
    margin-top: 24px;
}

.information-feedback {
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none;
    text-align: center;
    padding: 18px 12px;
    font-size: 16px;
    display: block;
}

.information-feedback:active {
    position: relative;
    top: -1px;
}

.tb {
    border-collapse: collapse;
    table-layout: fixed;
    display: table;
    width: 100%;
}

.tc {
    vertical-align: middle;
    display: table-cell;
}

#catalog-section-banners {
    margin: 24px 0;
    clear: both;
}

#catalog-section-banners li {
    list-style: none;
}

#catalog-section-banners li img {
    width: 100%;
}

#catalog-section-banners ol {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: 12px;
}

#catalog-section-banners ol {
    position: absolute;
    left: 50%;
    bottom: 12px;
}

#catalog-section-banners ol li {
    background: url(images/slideButtonSect.png) 0 0 no-repeat transparent;
    margin-right: 4px;
    width: 18px;
    height: 18px;
    float: left;
    cursor: pointer;
}

#catalog-section-banners ol li:hover {
    background: url(images/slideButtonSect.png) -18px 0 no-repeat transparent;
}

#catalog-section-banners ol li:active {
    background: url(images/slideButtonSect.png) -36px 0 no-repeat transparent;
}

#catalog-section-banners ol li.selected {
    background: url(images/slideButtonSect.png) -54px 0 no-repeat transparent;
}

#catalog-section-banners ol li.selected:hover {
    background: url(images/slideButtonSect.png) -72px 0 no-repeat transparent;
}

#catalog-section-banners ol li.selected:active {
    background: url(images/slideButtonSect.png) -90px 0 no-repeat transparent;
}

#catalog-section-banners .catalog-section-banners-btn-left,
#catalog-section-banners .catalog-section-banners-btn-right {
    background: url(images/slideArrowSect.png) no-repeat transparent;
    position: absolute;
    margin-top: -30px;
    display: block;
    height: 60px;
    width: 30px;
    top: 50%;

}

#catalog-section-banners .catalog-section-banners-btn-left {
    background-position: 0 0;
    left: 0;
}

#catalog-section-banners .catalog-section-banners-btn-left:hover {
    background-position: -30px 0;
}

#catalog-section-banners .catalog-section-banners-btn-left:active {
    background-position: -60px 0;
}

#catalog-section-banners .catalog-section-banners-btn-right {
    background-position: 0 -60px;
    right: 0;
}

#catalog-section-banners .catalog-section-banners-btn-right:hover {
    background-position: -30px -60px;
}

#catalog-section-banners .catalog-section-banners-btn-right:active {
    background-position: -60px -60px;
}

.bx-sls .quick-location-tag, .bx-slst .quick-location-tag {
    color: #23527c !important;
}

.bx-soa-pp-company {
    z-index: 1 !important;
}

#bx-soa-order * {
    -webkit-box-sizing: border-box !Important;
    -moz-box-sizing: border-box !Important;
    box-sizing: border-box !Important;
}

.sale_order_full_table input[name="BuyButton"] {
    margin-bottom: 24px;
}

.microdata {
    display: none;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.g--circle {
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    fill: dodgerblue;
    -webkit-animation: opacity 1.2s linear infinite;
    animation: opacity 1.2s linear infinite;
}

.g--circle:nth-child(12n + 1) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 2) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    -webkit-transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 3) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
    -webkit-transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 4) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    -webkit-transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 5) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    -webkit-transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 6) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    -webkit-transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 7) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
    -webkit-transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 8) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    -webkit-transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 9) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
    -webkit-transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 10) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    -webkit-transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 11) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    -webkit-transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
}

.g--circle:nth-child(12n + 12) {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
    -webkit-transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
    transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
}

.g-circles--v1 .g--circle {
    fill-opacity: 0;
    -webkit-animation-name: opacity;
    animation-name: opacity;
}

.g-circles--v2 .g--circle {
    fill-opacity: 0;
    stroke-opacity: 0;
    stroke-width: 1;
    stroke: yellowgreen;
    -webkit-animation-name: opacity-stroke, colors, colors-stroke;
    animation-name: opacity-stroke, colors, colors-stroke;
}

.g-circles--v2 .g--circle .u--circle {
    -webkit-animation: transform-2 1.2s linear infinite;
    animation: transform-2 1.2s linear infinite;
}

.g-circles--v2 .g--circle:nth-child(12n + 1) .u--circle {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.g-circles--v2 .g--circle:nth-child(12n + 2) .u--circle {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.g-circles--v2 .g--circle:nth-child(12n + 3) .u--circle {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.g-circles--v2 .g--circle:nth-child(12n + 4) .u--circle {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.g-circles--v2 .g--circle:nth-child(12n + 5) .u--circle {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.g-circles--v2 .g--circle:nth-child(12n + 6) .u--circle {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.g-circles--v2 .g--circle:nth-child(12n + 7) .u--circle {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.g-circles--v2 .g--circle:nth-child(12n + 8) .u--circle {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.g-circles--v2 .g--circle:nth-child(12n + 9) .u--circle {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.g-circles--v2 .g--circle:nth-child(12n + 10) .u--circle {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.g-circles--v2 .g--circle:nth-child(12n + 11) .u--circle {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.g-circles--v2 .g--circle:nth-child(12n + 12) .u--circle {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.g-circles--v3 .g--circle {
    fill-opacity: 1;
    -webkit-animation-name: opacity, colors;
    animation-name: opacity, colors;
}

.g-circles--v4 .g--circle {
    fill-opacity: 1;
    fill: orange;
    -webkit-animation-name: opacity, colors-3;
    animation-name: opacity, colors-3;
}

.g-circles--v4 .u--circle {
    -webkit-animation: transform 1.2s linear infinite;
    animation: transform 1.2s linear infinite;
}

.g-circles--v4 .g--circle:nth-child(12n + 1) .u--circle {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.g-circles--v4 .g--circle:nth-child(12n + 2) .u--circle {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.g-circles--v4 .g--circle:nth-child(12n + 3) .u--circle {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.g-circles--v4 .g--circle:nth-child(12n + 4) .u--circle {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.g-circles--v4 .g--circle:nth-child(12n + 5) .u--circle {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.g-circles--v4 .g--circle:nth-child(12n + 6) .u--circle {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.g-circles--v4 .g--circle:nth-child(12n + 7) .u--circle {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.g-circles--v4 .g--circle:nth-child(12n + 8) .u--circle {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.g-circles--v4 .g--circle:nth-child(12n + 9) .u--circle {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.g-circles--v4 .g--circle:nth-child(12n + 10) .u--circle {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.g-circles--v4 .g--circle:nth-child(12n + 11) .u--circle {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.g-circles--v4 .g--circle:nth-child(12n + 12) .u--circle {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

@-webkit-keyframes opacity {
    3% {
        fill-opacity: 1;
    }
    75% {
        fill-opacity: 0;
    }
}

@keyframes opacity {
    3% {
        fill-opacity: 1;
    }
    75% {
        fill-opacity: 0;
    }
}

@-webkit-keyframes opacity-stroke {
    10% {
        stroke-opacity: 1;
    }
    85% {
        stroke-opacity: 0;
    }
}

@keyframes opacity-stroke {
    10% {
        stroke-opacity: 1;
    }
    85% {
        stroke-opacity: 0;
    }
}

@-webkit-keyframes colors {
    0% {
        fill: yellowgreen;
    }
    10% {
        fill: gold;
    }
    75% {
        fill: crimson;
    }
}

@keyframes colors {
    0% {
        fill: yellowgreen;
    }
    10% {
        fill: gold;
    }
    75% {
        fill: crimson;
    }
}

@-webkit-keyframes colors-stroke {
    0% {
        stroke: yellowgreen;
    }
    10% {
        stroke: gold;
    }
    75% {
        stroke: crimson;
    }
}

@keyframes colors-stroke {
    0% {
        stroke: yellowgreen;
    }
    10% {
        stroke: gold;
    }
    75% {
        stroke: crimson;
    }
}

@-webkit-keyframes colors-2 {
    0% {
        fill: yellow;
    }
    50% {
        fill: red;
    }
    65% {
        fill: orangered;
    }
    95% {
        fill: gold;
    }
}

@keyframes colors-2 {
    0% {
        fill: yellow;
    }
    50% {
        fill: red;
    }
    65% {
        fill: orangered;
    }
    95% {
        fill: gold;
    }
}

@-webkit-keyframes colors-3 {
    0% {
        fill: yellowgreen;
    }
    50% {
        fill: turquoise;
    }
    65% {
        fill: yellow;
    }
    95% {
        fill: orange;
    }
}

@keyframes colors-3 {
    0% {
        fill: yellowgreen;
    }
    50% {
        fill: turquoise;
    }
    65% {
        fill: yellow;
    }
    95% {
        fill: orange;
    }
}

@-webkit-keyframes transform {
    10% {
        -webkit-transform-origin: 70px 70px;
        transform-origin: 70px 70px;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}

@keyframes transform {
    10% {
        -webkit-transform-origin: 70px 70px;
        transform-origin: 70px 70px;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}

@-webkit-keyframes transform-2 {
    40% {
        -webkit-transform: scale(0.85) translate(10px, 10px);
        transform: scale(0.85) translate(10px, 10px);
    }
    60% {
        stroke-width: 20;
    }
}

@keyframes transform-2 {
    40% {
        -webkit-transform: scale(0.85) translate(10px, 10px);
        transform: scale(0.85) translate(10px, 10px);
    }
    60% {
        stroke-width: 20;
    }
}

.hell_overlay {
    position: fixed;
    display: none;
    right: 0;
    bottom: 80px;
    background: #ffffffc4;
    z-index: 500;
}

/*.hell_overlay .hell_banner {*/
/*    width: 200px;*/
/*    height: 200px;*/
/*    position: fixed;*/
/*    top: -600px;*/
/*    right: 20px;*/
/*    transform: translateX(-50%);*/
/*    transition: top linear .3s;*/
/*}*/

.hell_overlay .hell_banner {
    width: 200px;
    height: 200px;
    position: fixed;
    bottom: 150px;
    transition: all linear .3s;
}

.hell_overlay .hell_banner img {
    width: 100%;
    -webkit-animation: 2s rotating linear infinite;
    animation: 2s rotating linear infinite;
}

.hell_overlay .close_hell {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    top: -36px;
    right: 0;
    height: 37px;
    width: 37px;
}

.hell_overlay .close_hell .close_line1 {
    position: absolute;
    top: 6px;
    right: 17px;
    height: 25px;
    width: 2px;
    background: #fff;
    border-radius: 1px;
    /*background: #949292;*/
    transform: rotate(45deg);
}

.hell_overlay .close_hell .close_line2 {
    position: absolute;
    top: 6px;
    right: 17px;
    height: 25px;
    width: 2px;
    background: #fff;
    border-radius: 1px;
    /*background: #949292;*/
    transform: rotate(-45deg);
}

@media (max-width: 650px) {
    .hell_overlay .hell_banner {
        width: 150px;
        position: fixed;
        bottom: 150px;
        height: 150px;
        transition: all linear .3s;
    }

    .hell_overlay .close_hell {
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        position: absolute;
        cursor: pointer;
        top: -40px;
        right: 0;
        height: 37px;
        width: 37px;
    }

    .hell_overlay .hell_banner img {
        width: 100%;
    }
}

.hell_btn_prod {
    width: 200px;
}

.hell_btn_prod img {
    width: 200px;
    border-radius: 4px;
    padding-right: 0;
}

@media (max-width: 500px) {

    .hell_btn_prod {
        width: 100%;
    }

    .hell_btn_prod img {
        width: 100%;
    }
}

@-webkit-keyframes rotating {
    0%, 25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%, 50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    50%, 75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    75%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes rotating {
    0%, 25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%, 50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    50%, 75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    75%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-ms-keyframes rotating {
    0%, 25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%, 50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    50%, 75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    75%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-o-keyframes rotating {
    0%, 25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%, 50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    50%, 75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    75%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotating {
    0%, 25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%, 50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    50%, 75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    75%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes splash {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    70% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    90% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#wishlist .product,
.promo_section_block .product,
#catalog .product {
    width: calc(25% - 11px);
    /*width: 25%;*/
}

#productCardWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
}

.product.last .showMore {
    width: 100%;
    height: 100%;
}

.product.last.rus .wp {
    width: 100%;
    height: 100%;
    background: url("/images/action_catalog/more_items_vert1.png") no-repeat center;
    background-size: cover;
    transition: all .3s linear;
}

.product.last.rus .wp:hover {
    width: 100%;
    height: 100%;
    background: url("/images/action_catalog/more_items_vert2.png") no-repeat center;
    background-size: cover;
}

.product.last.ukr .wp {
    width: 100%;
    height: 100%;
    background: url("/images/action_catalog/more_items_vert_ua1.png") no-repeat center;
    background-size: cover;
    transition: all .3s linear;
}

.product.last.ukr .wp:hover {
    width: 100%;
    height: 100%;
    background: url("/images/action_catalog/more_items_vert_ua2.png") no-repeat center;
    background-size: cover;
}

.product .rating {
    /*display: none;*/
}

.stycers.custom {
    right: 20px;
    top: 0;
    width: 150px !important;
}

.stycers.custom img {
    width: 150px !important;
}

.horizontal_banner_slider li img {
    width: 100%;
    height: auto;
}

#adv_hor_banners {
    position: relative;
}

#adv_hor_banners .splide__arrow img {
    height: 30px;
}

#adv_hor_banners .splide__arrow--prev {
    left: 10px !important;
    /*top: calc(50% - 25px);*/
    background: rgba(0, 0, 0, .4);
    padding: 10px 12px 10px 7px;
    margin: 0 !important;
}

#adv_hor_banners .splide__arrow--next {
    /*top: calc(50% - 25px);*/
    right: 10px !important;
    background: rgba(0, 0, 0, .4);
    padding: 10px 7px 10px 12px;
    margin: 0 !important;
}

#adv_hor_banners .splide__slide {
    /*margin:0 !important;*/
    float: left;
}

#adv_hor_banners .splide__track {
    /*width: 100%;*/
}

.modal-cart .basket_complect > .title,
#personalCart .basket_complect > .title {
    font-weight: bold;
    color: black;
    font-size: 18px;
    line-height: 21px;
}

.modal-cart .basket_complect,
#personalCart .basket_complect {
    border: 1px solid #FE3170;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    position: relative;
}

.modal-cart .basket_complect:first-of-type,
#personalCart .basket_complect:first-of-type {
    margin-top: 0;
}

#modal_cart .basket_complect .modal-cart__b-delete,
#personalCart .basket_complect .modal-cart__b-delete {
    right: 8px !important;
}

#modal_cart .basket_complect .total_block,
#personalCart .basket_complect .total_block {
    text-align: right !important;
    padding: 15px !important;
}

#modal_cart .basket_complect .modal-cart__qnt-spinner,
#personalCart .basket_complect .modal-cart__qnt-spinner {
    display: inline-block;
    float: left;
}

@media all and (max-width: 870px) {
    .stycers.custom {
        width: 110px !important;
    }

    .stycers.custom img {
        width: 110px !important;
    }
}

#magnifyingGlass {
    display: none;
}

#lang_block {
    display: none !important;
}

#subHeader3 #subTableColumn {
    display: none !important;
}

#topLine a {
    text-decoration: none;
}

#divWrapFirst,
#divWrapSecond,
#divWrapLast {
    display: flex;
    gap: 20px;
    align-items: center;
}

#topLineBtn {
    margin: 0;
    padding: 0;
    height: 26px;
    display: flex;
    gap: 8px;
    align-items: center;
    border: none;
    cursor: pointer;
    background-color: #fff;
    font-size: 12px;
}

#topLineWrapper .topLineBtn_title {
    font-weight: 600;
}

/*#topLineAllWrap .topLineBtn_title {*/
/*    font-weight: normal !important;*/
/*}*/

.topLineBtn_city {
    display: none !important;
    color: #2E9CFF;
    font-weight: 600;
    transition: scale 0.3s ease;
}

.topLineBtn_promotion {
    background-color: #FE3170 !important;
    width: 62px;
    height: 26px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    transition: background-color 0.3s ease;
}

#divWrapSecond .topLineBtn_promotion:hover {
    background-color: #ba114e !important;
}

#topLine .switch_wrapper {
    margin: 0;
}

#subTable
#subHeaderLine.color_black #subTable li a,
#subHeaderLine.color_theme #subTable li a {
    color: rgba(255, 255, 255, 0.8);
}

#subHeaderLine #subTable li a {
    color: #fff !important;
}

#subHeaderLine #subTable li a.selected {
    opacity: 0.6;
}

#subHeaderLine.color_theme #subTable li a.selected,
#subHeaderLine.color_black #subTable li a.selected {
    color: #ffffff;
    opacity: 1;
}


#subHeaderLine.color_black #subMenu li a,
#subHeaderLine.color_theme #subMenu li a {
    color: rgba(255, 255, 255, 0.8);
}

#subHeaderLine #subMenu li a {
    color: #000000 !important;
}

#subHeaderLine #subMenu li a.selected {
    opacity: 0.6;
}

#subHeaderLine.color_theme #subMenu li a.selected,
#subHeaderLine.color_black #subMenu li a.selected {
    color: #ffffff;
    opacity: 1;
}

@media all and (min-width: 601px) {
    #subHeaderLine #subTable li a:not(.selected):hover {
        opacity: 0.7;
    }

    #subHeaderLine #subMenu li a:not(.selected):hover {
        opacity: 0.7;
    }

    #subHeaderLine {
        display: none;
    }

    #flushTopCart {
        display: none;
    }
}

#subHeader3 #subMenu li a:active {
    position: relative;
    top: 1px;
}

#subHeader3 #subMenu .removedItemsContainer {
    position: relative;
}

#subHeader3 #subMenu .removedItemsContainer .removedItemsLink {
    padding: 0;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
}

#siteInfo {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    height: 46px;
}

#siteInfo .pc {
    display: none;
}

#siteInfo .acc_top_menu {
    font-weight: normal !important;
}

#siteInfo .active.icon_arrow_black {
    transform-origin: center;
    transform: rotateX(180deg) !important;
    transition: 600ms all;
}

#siteInfo .icon_arrow_black {
    transform-origin: center;
    transform: rotateX(0deg);
    transition: 600ms all;
}

#siteInfo span {
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

#siteInfo:hover span {
    color: #FE3170;
}

#subHeader3 #subMenu .removedItemsContainer .removedItemsList {
    position: absolute;
    opacity: 0;
    width: 140px;
    z-index: 1005;
    top: -2000px;
    left: 1px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 30px 20px 7px rgba(0, 0, 0, 0.35);
    transition: opacity 0.3s ease;
    background-color: #fff;
    line-height: 26px;
}

#subHeader3 #subMenu .removedItemsContainer .removedItemsListOpen {
    opacity: 1;
    top: 30px;
    font-size: 12px;
}

#subHeader3 #subMenu .removedItemsContainer .removedItemsList li {
    border-top: 1px solid #f2f2f2 !important;
    float: none;
}

#subHeader3 #subMenu .removedItemsContainer .removedItemsList li:first-child {
    border: 0 !important;
    float: none !important;
    font-weight: normal !important;
}

#subHeader3 #subMenu .removedItemsContainer .removedItemsList li {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    float: none;
}

#subHeader3 #subMenu .removedItemsContainer .removedItemsList li:first-child {
    border: 0 !important;
}

#subHeader3 #subMenu .removedItemsContainer .removedItemsList li a {
    padding: 0px 12px;
    display: block;
}

#subMenu .removedItemsContainer .removedItemsList li a {
    color: #000 !important;
    transition: color 0.3s ease, scale 0.3s ease, background-color 0.3s ease;
}

#topLine .removedItemsContainer .removedItemsList li a:hover {
    color: #FE3170 !important;
    /*scale: 1.03;*/
}

#subHeader3 #subMenu li {
    border-right: none;
}

#flushFooterCart {
    display: none;
}

#flushFooterCart .wishlist_title,
#flushFooterCart .compare_title,
#flushFooterCart .cart_title {
    display: none;
}

#flushFooterCart .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 44px;
    border-left: 1px solid #FFA52E;
}

#flushFooterCart .item a {
    text-decoration: none;
    display: flex;
    margin-left: 16px;
}

#flushFooterCart .item .mark {
    position: relative;
    display: flex;
    width: 20px;
    height: 14px;
    background-color: #b2b2b2;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    top: -8px;
    right: 9px;
}

#flushFooterCart .item .cart.active .mark {
    background-color: #ff2d5b;
}

#flushFooterCart .item .wishlist.active .mark,
#flushFooterCart .item .compare.active .mark {
    background-color: #2E9CFF;
}

#left_new {
    display: flex;
    align-items: center;
    height: 68px;
    position: relative;
    z-index: 99;

}

#left_new #topCatalogMenuHeading {
    text-decoration: none;
    color: #fff;
}

#leftMenu {
    display: none;
}

#left_new .collapsed_top {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    top: 40px;
    left: -172px;
    transition: opacity 0.3s ease;
}

#left_new .collapsed_top_open {
    opacity: 1;
    height: auto;
    width: 350px;
    top: 68px;
    z-index: 99;
}

#overlayCatalogMenu {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    transform: translateY(100%);
    transition: transform 0.1ms ease-in-out 0.2s, opacity 0.2s ease-in-out;
}

#foundation .overlayCatalogMenu_active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.2s ease-in-out;
}

#subHeader3 #topLineAllWrap {
    position: absolute;
    flex-direction: column;
    width: 146px;
    top: 30px;
    right: -2px;
    z-index: 99999;
    background-color: #fff;
    padding: 6px 10px 10px 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 30px 20px 7px rgba(0, 0, 0, 0.35);
    line-height: 21px;
}

#subHeader3 #topLineAllWrap a {
    display: flex;
    align-items: center;
    height: 30px;
}

#divWrapFirst #topLineBtn .topLineBtn_title,
#firstTopLineBtn .topLineBtn_title,
#secondTopLineBtn .topLineBtn_title,
#thirdTopLineBtn .topLineBtn_title {
    transition: color 0.3s ease, scale 0.3s ease;
}

#divWrapFirst #topLineBtn:hover .topLineBtn_title,
#firstTopLineBtn:hover .topLineBtn_title,
#secondTopLineBtn:hover .topLineBtn_title,
#thirdTopLineBtn:hover .topLineBtn_title {
    color: #FE3170 !important;
    /*scale: 1.03;*/
    transition: color 0.3s ease, scale 0.3s ease;
}


#subHeader3 #deskTopLineAllWrap {
    display: flex;
    gap: 22px;
    align-items: center;
}

#subHeader3 #topLineAllBtn {
    display: none;
    cursor: pointer;
    width: 20px;
    height: 32px;
}

#subHeader3 .divBtnAndWrap {
    position: relative;
}

#subHeader3 .topMenuLineFirst,
#subHeader3 .topMenuLineSecond,
#subHeader3 .topMenuLineThird,
#subHeader3 .topMenuLineFirstActive,
#subHeader3 .topMenuLineSecondActive,
#subHeader3 .topMenuLineThirdActive {
    transition: transform 0.4s ease, width 0.4s ease, top 0.4s ease, left 0.4s ease, opacity 0.4s ease;
    transform-origin: left center;
}


#subHeader3 .topMenuLineFirst {
    opacity: 1;
    position: relative;
    top: 9px;
    left: 0px;
    width: 20px;
    height: 2px;
    background-color: #000;
}

#subHeader3 .topMenuLineSecond {
    position: relative;
    top: 13px;
    left: 0px;
    width: 20px;
    height: 2px;
    background-color: #000;
}

#subHeader3 .topMenuLineThird {
    position: relative;
    top: 17px;
    left: 0px;
    width: 20px;
    height: 2px;
    background-color: #000;
}

#subHeader3 .topMenuLineFirstActive {
    opacity: 0;
    top: -3px;
}

#subHeader3 .topMenuLineSecondActive {
    position: absolute;
    top: 8px;
    left: 0px;
    width: 21px;
    height: 2px;
    background-color: #000;
    transform-origin: left center;
    transform: rotate(45deg);
}

#subHeader3 .topMenuLineThirdActive {
    position: absolute;
    top: 23px;
    left: 0;
    width: 21px;
    height: 2px;
    background-color: #000;
    transform-origin: left center;
    transform: rotate(-45deg);
}

#topLineAllWrap #topLineBtn {
    font-size: 12px;
}

#left_new #leftMenu .menuItems span:hover,
#left_new #leftMenu .menuItems a:hover {
    color: #F30F5E;
}

#overlayMobSearchLine {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 993;
    /*z-index: 9;*/
    transform: translateY(100%);
    transition: transform 0.1ms ease-in-out 0.2s, opacity 0.2s ease-in-out;
}

#foundation .overlayMobSearchLine_show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.2s ease-in-out;
}

#subMenu .removedItemsContainer .removedItemsList .acc_top_menu {
    border: none !important;
    float: none !important;
}

.promo_section_block .horizontal_banner_slider,
#catalog .horizontal_banner_slider {
    width: 100% !important;
}

#leftFooter .footer_arrow1,
#leftFooter .footer_arrow2,
#leftFooter .footer_arrow3,
#leftFooter .footer_arrow4 {
    display: none;
}

#wishlist .addWishlist {
    display: none !important;
}

.toast-remove {
    background-color: red !important;
}

.seo_text,
.description_text,
.index_description {
    position: relative;
}

/* =============================== Личный кабинет =============================*/

#personalCabinet {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#personalCabinet .personalCabinet_wrap {
    display: flex;
    gap: 32px;
}

#personalCabinet .topBlock_wrap {
    display: flex;
    justify-content: space-around;
}

#personalCabinet .topBlock_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#personalCabinet .topBlock_img {
    max-width: 86px;
}

#personalCabinet .topBlock_itemText {
    text-align: center;
}

.top-auth_icon {
    display: none;
}

/*============================================================================================================*/

@media all and (min-width: 711px) {
    #leftFooter {
        min-height: 323px;
    }
}

@media all and (max-width: 710px) {
    #leftFooter .footerRow {
        flex-direction: column;
        gap: 12px;
    }

    #leftFooter .footerRow_container {
        flex-direction: column;
    }

    #rightFooter {
        flex-direction: column-reverse;
        width: 100%;
        gap: 12px !important;
    }

    #rowFooter {
        padding: 16px 12px 0 12px;
    }

    #leftFooter .leftColumn_catalog {
        max-height: 0;
    }

    #leftFooter .leftColumn_help {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        margin-bottom: 9px;
    }

    #leftFooter #showAllButton_catalog,
    #leftFooter #showAllButton_help {
        display: none;
    }

    #leftFooter .column {
        width: 100% !important;
    }

    #leftFooter .column_wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #rightFooter .footer_contact {
        margin-bottom: 11px;
    }

    #rightFooter .footer_consultation_wrap {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        column-count: unset;
    }

    #rightFooter .footer_contact_wrap {
        overflow: hidden;
        /*max-height: 91px;*/
        max-height: 200px;
        transition: max-height 0.3s ease;
        column-count: unset;
    }

    #leftFooter .footer_arrow1,
    #leftFooter .footer_arrow2,
    #leftFooter .footer_arrow3,
    #leftFooter .footer_arrow4 {
        display: block;
        transform-origin: center;
        transform: rotateX(0deg);
        transition: 600ms all;
    }

    .footer_arrow_open {
        transform-origin: center;
        transform: rotateX(180deg) !important;
        transition: 600ms all;
    }

    #leftFooter .column:first-child, #leftFooter .column:last-child {
        border-bottom: 1px solid #E2E5E9;
    }

    #leftFooter .column:last-child {
        /*display: none;*/
    }

    #leftFooter .footerRow > .column {
        padding-top: 20px !important;
        padding-bottom: 15px !important;
    }

    #rightFooter .column_wrap {
        margin-bottom: 9px;
    }

    #rightFooter .rightFooter_wrap {
        border-bottom: 1px solid #E2E5E9;
    }

    #rightFooter .rightFooter_wrap:first-child {
        width: 100%;
    }

    #footerBottom {
        padding: 0 12px 20px 12px;
        border: none;
    }

    #leftFooter .heading {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 32px;
    }

    #rightFooter .footerContacts_title {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 32px;
    }

    #footerBottom .footerBottom_cont {
        line-height: 15px;
        font-size: 13px;
        flex-direction: column-reverse;
        gap: 20px;
        align-items: flex-start;
    }

    #footerBottom .footerBottom_firstWrap {
        flex-direction: column;
        align-items: flex-start;
    }

    #footerBottom .footerBottom_wrap {
        width: 100%;
        align-items: flex-start;
        padding: 8px 0;
    }

    #footerBottom .footerBottom_wrap:last-child {
        border-top: 1px solid #E2E5E9;
    }

    #footerBottom .social_icon {
        width: 54px;
        height: 48px;
    }
}

@media all and (max-width: 600px) {
    h1 {
        margin: 0;
    }

    #right {
        padding-top: 16px;
    }

    #subscriptionLine {
        gap: 10px;
    }

    #rightFooter {
        justify-content: space-around;
    }


    #logoContainer {
        display: block !important;
    }

    #main {
        margin-top: 56px !important;
        padding: 0;
    }

    #subHeader3 {
        display: none;
    }

    #subHeaderLine #topSearch2 {
        display: block;
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

        padding-left: 158px;
        padding-right: 6px;
        /*padding-right: 64px;*/
        min-width: 100px;
        width: 100%;
        left: 50%;
        transform: translate(-50%);
        top: 6px;
        border: none;
        transition: width 0.6s ease, right 0.6s ease, padding 0.6s ease;
        z-index: 9;
    }

    #subHeaderLine .stretchSearchLine {
        width: 97% !important;
        right: 7px !important;
        padding: 0 !important;
    }

    #subHeaderLine #searchResult .results {
        overflow-y: auto;
        overflow-x: hidden;
    }

    #subHeaderLine {
        display: block;
        height: 56px;
        line-height: 50px;
        background-color: #FCD643 !important;
    }

    #searchResult {
        min-width: 100px;
        border-radius: 9px;
    }

    #subHeaderLine #subMenu .removedItemsContainer .removedItemsLink {
        top: 0;
        padding: 0 0;
        width: 56px;
        height: 56px;
    }

    #subHeaderLine #subMenu .removedItemsContainer .removedItemsList {
        border: none;
        opacity: 0;
        top: 0;
        left: -600px;
        width: 85vw;
        overflow: hidden auto;
        height: 100vh;
        /*padding-bottom: 400px;*/
        transition: left 0.3s ease, opacity 0.3s ease;
    }

    #subHeaderLine #subMenu .removedItemsContainer .removedItemsList .removed {
        line-height: 40px;
    }

    #subHeaderLine #subMenu .removedItemsContainer .removedItemsListOpen {
        left: 0;
        opacity: 1;
    }

    #subHeader3 .subTableColumn img {
        width: 80px;
    }

    #topSearch2 .searchContainerInner {
        height: 44px;
    }

    #topSearch2 .searchContainer {
        position: absolute;
        top: 0;
    }

    #subHeaderLine .subMenu_wrapper {
        width: 100px;
    }

    #subHeaderLine.color_black #subMenu .removedItemsContainer .removedItemsLink,
    #subHeaderLine.color_theme #subMenu .removedItemsContainer .removedItemsLink {
        background: none;
    }


    #subHeaderLine .menuLineFirst,
    #subHeaderLine .menuLineSecond,
    #subHeaderLine .menuLineThird,
    #subHeaderLine .menuLineFirstActive,
    #subHeaderLine .menuLineSecondActive,
    #subHeaderLine .menuLineThirdActive {
        transition: transform 0.4s ease, width 0.4s ease, top 0.4s ease, left 0.4s ease, opacity 0.4s ease;
        transform-origin: left center;
    }

    #subHeaderLine .menuLineFirst {
        opacity: 1;
        position: absolute;
        top: 21px;
        left: 18px;
        width: 20px;
        height: 2px;
        background-color: #fff;
    }

    #subHeaderLine .menuLineSecond {
        position: absolute;
        top: 27px;
        left: 18px;
        width: 20px;
        height: 2px;
        background-color: #fff;
        transform-origin: left center;
    }

    #subHeaderLine .menuLineThird {
        position: absolute;
        top: 33px;
        left: 18px;
        width: 20px;
        height: 2px;
        background-color: #fff;
        transform-origin: left center;
    }

    #subHeaderLine .menuLineFirstActive {
        opacity: 0;
        top: -3px;
    }

    #subHeaderLine .menuLineSecondActive {
        position: absolute;
        top: 19px;
        left: 21px;
        width: 21px;
        height: 2px;
        background-color: #fff;
        transform-origin: left center;
        transform: rotate(45deg);
    }

    #subHeaderLine .menuLineThirdActive {
        position: absolute;
        top: 34px;
        left: 21px;
        width: 21px;
        height: 2px;
        background-color: #fff;
        transform-origin: left center;
        transform: rotate(-45deg);
    }

    /*#topToolsLeft:before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    display: block;*/
    /*    width: 1px;*/
    /*    height: 36px;*/
    /*    !*background-color: rgba(255, 255, 255, 0.1);*!*/
    /*    background-color: #b8b8b8;*/
    /*    top: 7px;*/
    /*    left: 50%;*/
    /*}*/

    .top-auth-personal,
    .top-auth-exit,
    .top-auth-login,
    .top-auth-register {
        border: none !important;
        position: relative;
        /*top: 3px;*/
    }

    #topToolsLeft {
        height: 50px;
        position: relative;
    }

    .top-auth-personal {
        display: flex;
        justify-content: center;
        top: 0;
        left: 0;
        width: 50% !important;
        /*background-color: #000 !important;*/
        border-right: none;
        background: linear-gradient(to bottom, transparent 15%, #dddddd 15%, #dddddd 85%, transparent 85%) no-repeat right;
        background-size: 1px 100%;
    }

    .top-auth-exit {
        display: flex;
        justify-content: center;
        top: 0;
        right: 0;
        width: 50% !important;
    }

    .top-auth-login {
        display: flex;
        color: #000000;
        /*justify-content: center;*/
    }

    .top-auth-login a {
        padding: 0 15px !important;
    }

    .top-auth_icon {
        display: unset;
        margin-right: 11px;
    }

    #subHeaderLine.color_black #subMenu .removedItemsContainer .removedItemsList .top-auth-personal,
    #subHeaderLine.color_theme #subMenu .removedItemsContainer .removedItemsList .top-auth-exit {
        border: none !important;
    }

    #subHeaderLine .topToolsLeft_wrap {
        display: flex;
        border-bottom: 1px solid #dddddd;
    }

    #subMenu .removedItemsContainer .removedItemsList .acc_top_menu {
        border: none !important;
        float: none !important;
    }

    #lang_block {
        width: 130px !important;
        padding-left: 6px;
    }

    /*#subMenu #topToolsLeft .top-auth-login a,*/
    #subMenu #topToolsLeft .top-auth-personal a,
    #subMenu #topToolsLeft .top-auth-exit a {
        color: #555555 !important;
    }

    #subMenu #topToolsRight span a {
        color: #555555 !important;
    }

    #subMenu #topToolsRight .heading {
        display: none;
        width: 100%;
        /*border-right: 1px #000 solid;*/
    }

    #subHeaderLine #subMenu .menuLink {
        color: #000 !important;
    }

    #left {
        display: block;
        /*visibility: hidden;*/
        width: 80vw;
        padding: 0;
        margin: 0;
    }

    #leftMenu {
        display: block !important;
    }

    .switch_table_row {
        visibility: hidden;
    }
    
    #subMenu #leftMenu {
        background-color: #fff;
        /*border-right: 1px solid #000;*/
        /*border-bottom: 1px solid #000;*/
        border-radius: 0;
    }

    #leftMenu > li:last-child {
        padding-bottom: 185px;
    }

    #subMenu #leftMenu > li {
        background-color: #fff;
    }

    #subMenu .removedItemsList li {
        width: 100%;
    }

    #subHeaderLine #topSearch2 .searchContainerInner {
        border-radius: 9px;
        border: none;
    }

    #subHeaderLine #subTableContainer {
        position: absolute;
        right: 6px;
        top: 0;
        margin: 0 7px;
    }

    #subHeaderLine .cart .active .count {
        background-color: #ff2d5b;
    }

    #subHeaderLine.color_black,
    #subHeaderLine.color_theme {
        position: fixed;
        z-index: 994;
        top: 0;
    }

    #subHeaderLine .searchColumn .clear_input {
        padding: 0;
    }

    #overlayMobMenu {
        /*display: none;*/
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 11;
        transition: opacity 0.3s ease;
    }

    #subHeaderLine .switch_wrapper {
        display: flex;
        /*background-color: #FFD12E;*/
        /*width: 100%;*/
        min-width: 105px;
        margin: 0 !important;
        align-items: center;
        /*justify-content: center;*/
        line-height: normal;
    }

    #subHeaderLine .switch_wrapper .name {
        color: #555555;
    }

    #subHeaderLine .lang {
        border-radius: 5px !important;
    }

    #subHeaderLine .selected_lang {
        border: 1px solid #555555;
    }

    #subHeaderLine #left #catalogMenuHeading {
        background-color: #2E9CFF;
        /*background-color: #FCD643;*/
        /*background-color: #ff2d5b;*/
        border-radius: 0 !important;
        border-right: 1px #000 solid;
    }

    #subHeaderLine #subMenu li a:not(.selected):hover {
        opacity: 1 !important;
    }

    #subHeaderLine.color_black #subMenu .removedItemsContainer .removedItemsList li,
    #subHeaderLine.color_theme #subMenu .removedItemsContainer .removedItemsList li {
        /*border-top: 1px solid rgba(255, 255, 255, 0.1) !important;*/
        border-top: none !important;
        float: none !important;
    }

    #subHeaderLine .removedItemsContainer {
        background-color: #2E9CFF;
        width: 56px;
        height: 56px;
        z-index: 11;
    }

    /*#subHeaderLine #topSearch2 #searchQuery {*/
    /*#searchQuery {*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    height: 44px;*/
    /*    background: none;*/
    /*    padding-left: 10px;*/
    /*    padding-right: 125px;*/
    /*}*/

    #logo {
        position: absolute;
        width: 90px;
        height: 42px;
        padding: 0;
        top: 7px;
        left: 63px;
        z-index: 10;
        border: none;
        line-height: 38px;
    }

    #magnifyingGlass {
        display: block;
        position: absolute;
        top: 12px;
        right: 2px;
        width: 28px;
        height: 28px;
    }

    .banner_main {
        margin-top: 56px;
    }

    #flushFooterCart {
        line-height: 50px;
        flex-direction: column;
        border-bottom: 1px solid #dddddd;
        padding: 14px 0;
    }

    #flushFooterCart .wishlist_title,
    #flushFooterCart .compare_title,
    #flushFooterCart .cart_title {
        display: block;
        margin-left: -8px;
    }

    #flushFooterCart .item {
        height: 50px !important;
        border-left: none !important;
        /*border-right: 1px solid #FFA52E;*/
        width: 100% !important;
        justify-content: normal;
    }

    #flushFooterCart .item a {
        margin: 0;
    }

    #subMenu .mobMenu_promotionContainer {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #dddddd;
        padding: 14px 0;
        /*margin-bottom: 14px;*/
    }

    #subMenu .mobMenu_promotionContainer .mobMenu_promotionLink {
        padding: 0 16px !important;
    }

    #subMenu .mobMenu_promotionItem {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    #subHeaderLine #subMenu .removedItemsContainer .removedItemsList li a {
        padding: 0 20px;
    }

    #subMenu #topToolsRight {
        /*border-top: 1px solid #dddddd;*/
        border-bottom: 1px solid #dddddd;
        /*margin-top: 14px;*/
    }

    #subMenu #topToolsRight a {
        padding: 0 !important;
    }

    #subMenu .mobMenu_header {
        display: flex;
        width: 100%;
        height: 50px;
        align-items: center;
        justify-content: space-between;
    }

    #subMenu .mobile_menu_banner {
        width: 100%;
    }

    #subMenu .close_mob_menu {
        cursor: pointer;
        width: 50px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #subMenu .close_mob_menu:after {
        content: "";
        display: block;
        width: 14px !important;
        height: 14px !important;
        background-image: url(/images/close_edit.svg) !important;
        background-repeat: no-repeat;
        background-size: cover;
        filter: invert(45%) sepia(9%) saturate(0%) brightness(90%) contrast(83%);
    }

    #flushFooterCart .item svg {
        position: relative;
        top: 7px;
    }

    #flushFooterCart .item .mark {
        top: 8px !important;
        right: 14px;
    }

    #flushFooterCart .icon {
        width: 26px;
    }

    #leftFooter .footerRow_container {
        justify-content: center;
    }

    #leftFooter .leftColumn_help {
        align-items: center;
    }

    #subMenu .addressStores {
        font-size: 12px;
        color: #555555;
        margin-bottom: 100px;
    }

    #subMenu .addressStores p {
        line-height: 14px !important;
        margin: 20px;
    }

    #subMenu .addressStores span {
        display: block;
    }

    #subMenu .addressStores .showMap {
        padding: 0 !important;
        color: #FE3170 !important;
    }

    #subscriptionLine .subscriptionLine_wrap {
        gap: 20px;
    }

    #heroBlock .height_container {
        display: flex;
        flex-direction: column-reverse;
        gap: 23px;
    }

    #heroBlock .topBrands_container,
    #heroBlock .heroBlock_container:first-child {
        display: none;
    }

    #heroBlock_wrap {
        padding: 0;
    }

    #heroBlock .heroBlock_promotionContainer {
        margin-bottom: 0;
        margin-left: 12px;
        margin-right: 12px;
        /*padding: 0 10px;*/
    }

    #heroBlock .heroBlock_promotionItem {
        flex-direction: column;
        gap: 4px;
    }

    #heroBlock .heroBlock_promotionItem img {
        width: 34px;
        height: 34px;
    }

    #heroBlock .heroBlock_promotionTitle {
        text-align: center;
        font-size: 11px;
        line-height: 1.4;
    }

    #left_new {
        height: unset;
    }

    #left_new .iconOpenCatalog {
        top: 11px;
        left: 15px;
    }

    #left_new .iconCloseCatalog {
        top: 17px;
        left: 14px;
    }

    #left_new .collapsed_top_open {
        width: 100% !important;
        top: 50px !important;
    }

    #left_new .collapsed_top {
        left: 0 !important;
        /*padding-bottom: 146px;*/
        height: auto;
    }

    #left_new_btn {
        width: 100%;
        border-radius: 0;
        padding: 0 10px 0 52px;
        height: 50px;
    }

    #left_new_btn:hover {
        background-color: #2E9CFF;
    }

    #left_new #topCatalogMenuHeading {
        display: block;
    }

    #leftMenu li .pc {
        padding-left: 0;
    }

    #rightFooter p,
    #rowFooter .column a,
    #rowFooter .column p {
        font-size: 12px;
        line-height: 14px;
    }

    #leftFooter a {
        font-size: 12px;
        line-height: 14px;
    }

    #rightFooter .footerContacts_phone a {
        font-size: 14px;
        line-height: 17px;
    }

    #footerBottom {
        margin-bottom: 59px;
        padding-bottom: 90px;
    }

    #footerBottom .social_icon svg {
        width: 20px;
        height: 20px;
    }

    #heroBlock .heroBlock_promotionLink {
        justify-content: center;
        padding: 6px 0;
    }
    
    /*.removedItemsList li:nth-child(12) {*/
    /*    display: none;*/
    /*}*/

    /*.selectize-dropdown .active {*/
    /*    background-color: inherit !important;*/
    /*    color: unset !important;*/
    /*}*/

    #catalog .productList {
        padding: 12px 0 0;
    }

    .hell_overlay .hell_banner {
        /*bottom: 80px;*/
        bottom: 140px;
    }
}

@media all and (max-width: 400px) {
    #logo {
        display: none !important;
    }

    .logo_mob_header {
        /*display: none;*/
        position: absolute;
        left: 56px;
        width: 27px;
        padding: 11px 8px;
        z-index: 11;
    }

    #subHeaderLine #topSearch2 {
        padding-left: 101px;
    }
}

@media all and (max-width: 430px) {
    #heroBlock .heroBlock_promotionItem img {
        width: 26px;
        height: 26px;
    }
    .product .addCart {
        right: 0;
    }

    #requestPrice #requestPriceContainer {
        height: 470px;
    }

    #requestPrice .requestPriceHeading {
        font-size: 16px;
    }

    #requestPrice .requestPriceHeading .close {
        display: none;
    }

    #requestPrice .requestPriceFormHeading {
        margin-top: 32px;
    }
}

@media all and (min-width: 401px) {
    .logo_mob_header {
        display: none;
    }
}

@media all and (max-width: 600px) {
    #panel {
        display: none;
    }
}

.compare-list-body {
    overflow-x: unset !important;
}

#right div[id^=comp_] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    overflow-x: auto;
}

#right #wishlist {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 60px;
}