body {
    min-width: 375px;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Roboto", "Helvetica", Arial, sans-serif;
    font-size: 0.9rem;
    color: #2f3639;
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: inherit;
    margin-top: 0;
    margin-bottom: 7.5px;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span,
.h1 > span,
.h2 > span,
.h3 > span,
.h4 > span,
.h5 > span,
.h6 > span {
    color: #ffb300 !important;
}
h1,
.h1 {
    font-size: 1.5rem;
}
h2,
.h2 {
    font-size: 1.375rem;
    font-weight: 500;
}
h3,
.h3 {
    font-size: 1.0625rem;
}
h4,
.h4 {
    font-size: 0.9375rem;
}
h5,
.h5 {
    font-size: 0.9375rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}
h6,
.h6 {
    font-size: 1rem;
}
a {
    color: #d4c5c5;
    text-decoration: none;
}
/*a:hover,
a:focus {
    color: #fff;
  text-shadow:
            0 -1px 6px #1315168a,
            0 -1px 6px #1315168a,
            0 1px 6px #fff,
            0 1px 6px #fff,
            -1px 0 6px #fff,
            1px 0 6px #fff,
            -1px 0 6px #1315168a,
            1px 0 6px #1315168a;
    text-decoration: none;
}*/
a:hover,
a:focus {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}
p {
    margin-bottom: 6px;
}
p:last-child {
    margin-bottom: 0;
}
article {
    line-height: 1.44;
}
article > * + * {
    margin-top: 0.6875rem;
}
article > h2 + * {
    margin-top: 1rem;
}
article > img + * {
    margin-top: 3rem;
}
article > * + h2 {
    margin-top: 4rem;
}
article > * + h3 {
    margin-top: 3.5rem;
}
article > * + img {
    margin-top: 3rem;
}
article > img + img {
    margin-top: 1rem;
}
article > h2 + h3 {
    margin-top: 4.5rem;
}
article p {
    margin-bottom: 0px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-smoothing: subpixel-antialiased !important;
    text-align: justify;
}
article p > *,
article li > p:first-child {
    text-indent: 0;
}
article table {
    width: 100%;
    font-size: 95%;
    margin-top: 0.9375rem;
    margin-bottom: 1.5625rem;
}
article table td {
    padding: 0.625rem;
}
article table tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
article ul {
    margin-bottom: 1rem;
    padding: 15px 31.5px;
}
article ul li {
    line-height: 1.2;
}
article ul li + li {
    margin-top: 7.5px;
}
article ul:last-child {
    margin-bottom: 0.5rem;
    padding-bottom: 0;
}
article img {
    padding: 0.1875rem;
    border: 1px solid #ededed;
    margin-bottom: 0.9375rem;
}
.click_active {
    cursor: pointer;
}
[class*="isvg"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.1em;
    color: inherit;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.readmore_js {
    position: relative;
}
.readmore_js[aria-expanded="false"] {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: inherit;
    -webkit-mask-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#000),
        color-stop(88%, rgba(0, 0, 0, 0.86)),
        to(transparent)
    );
}
.readmore_js + [data-readmore-toggle],
.readmore_js [data-readmore] {
    display: inline-block;
    text-decoration: none;
    margin-top: 0.625rem;
    margin-bottom: 0.9375rem;
    padding: 0rem 1.5625rem;
    line-height: 2.3em;
    border-radius: 0.1875rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #4d4d4d;
    border: 2px solid #595959;
    text-transform: lowercase;
}
.readmore_js + [data-readmore-toggle]:hover,
.readmore_js [data-readmore]:hover {
    color: #1a1a1a;
    border-color: #333;
    text-decoration: none;
}
.page {
    max-width: 100vw !important;
    display: block;
}
.container {
    display: block;
    position: relative;
    min-width: 20rem !important;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.container .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}
@media (min-width: 992px) {
    .container {
        width: auto !important;
        max-width: 1410px;
    }
}
.main {
    padding-bottom: 22.5px;
    min-height: 30vh;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.sidebar .title {
    width: 100%;
    letter-spacing: -0.02em;
    font-size: 0.9375rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0rem 0rem 0.3125rem;
}
@media (max-width: 991px) {
    .sidebar {
        text-align: center;
    }
    .sidebar .title {
        font-size: 1.1875rem;
        margin: 1.875rem 0rem 0.9375rem;
    }
}
@media (min-width: 992px) {
    .sidebar {
        float: left;
        width: 300px;
    }
}
@media (min-width: 992px) {
    .sidebar_bottom {
        clear: left;
    }
    .products_container {
        float: right;
        width: calc(100% - 340px);
    }
}
#fullscr_main {
    background: rgba(153, 102, 255, 0.22);
    overflow: hidden;
}
#fullscr_main .slick-slide {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh - 40px);
    min-height: 22.5rem;
    padding: 9rem 1.5625rem 2.0625rem;
}
#fullscr_main .slick-slide img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
#fullscr_main,
#fullscr_main a {
    color: #fff;
}
#fullscr_main .slick-dots {
    bottom: 1.5625rem;
}
#fullscr_main .b_content {
    line-height: 1.123;
    text-align: center;
    font-weight: 500;
    text-shadow:
        -2px -2px 4px rgba(34, 34, 34, 0.44),
        2px 2px 4px rgba(34, 34, 34, 0.44);
}
#fullscr_main .b_content > * + * {
    margin-top: 2vh;
    margin-left: auto;
    margin-right: auto;
}
#fullscr_main .title {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    text-transform: uppercase;
    font-size: calc(1.2em + 1vw);
    margin-bottom: 2vh;
    letter-spacing: -0.0275rem;
    font-weight: bold;
    font-family: ti;
    color: #ffffff;
    line-height: 0.9em;
    text-shadow:
        0 -1px 6px #ffb300,
        0 -1px 6px #ffb300,
        0 1px 6px #ffb300,
        0 1px 6px #c50207,
        -1px 0 6px #c50207,
        1px 0 6px #131516,
        -1px 0 6px #131516,
        0px 0 6px;
}
#fullscr_main .subtitle {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    font-size: calc(0.85em + 0.23vw);
    max-width: 32.5rem;
    letter-spacing: 0.0625rem;
    line-height: 1em;
    text-shadow:
        0 -1px 6px #1315168a,
        0 -1px 6px #1315168a,
        0 1px 6px #131516,
        0 1px 6px #131516,
        -1px 0 6px #131516,
        1px 0 6px #131516,
        -1px 0 6px #1315168a,
        1px 0 6px #1315168a;
}
#fullscr_main .btn {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
    padding: 0rem 2.0625rem;
    border-radius: 1.375rem;
    font-size: calc(0.85em + 0.4vw);
    line-height: 2.2;
    background: rgba(249, 187, 0);
    border: 4px solid rgba(255, 193, 8, 0.53);
}
#fullscr_main .btn svg {
    max-height: 0.9em;
}
.MainView #header {
    position: absolute;
    top: 0vh;
    left: 0;
    right: 0;
    padding-bottom: 10vh;
    background: -webkit-linear-gradient(top, rgba(47, 47, 47, 0.44) 50%, transparent 100%);
    background: linear-gradient(to bottom, rgba(47, 47, 47, 0.44) 50%, transparent 100%);
}
.MainView #header .header-top {
    margin-top: 4vh;
}
.MainView #header .header-main:not(.sticky) {
    border-top: 1px dotted rgba(255, 255, 255, 0.33);
    margin-top: 0.3125rem;
    border-radius: 0.3125rem;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1281px) {
    .MainView #header .header-main:not(.sticky) {
        max-width: 88.125rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .MainView #header .header-main:not(.sticky) {
        max-width: 50rem;
    }
}
#header,
.header-main.sticky {
    background: rgba(41, 45, 46, 0.94);
    border: none;
}
#header,
#header a,
.header-main.sticky,
.header-main.sticky a {
    color: #fff;
}
#header {
    z-index: 111;
    padding: 0.625rem 0rem;
    font-size: 0.78125rem;
    background: url(../images/bg-footer.jpg) 0 100% fixed;
    background-size: cover;
}
.header-top {
    font-size: 0.71875rem;
    line-height: 1.125rem;
}
.header-top,
.header-top a {
    color: #232C35 !important;
font-weight: bold;
}
.header-top a {
    text-decoration: none;
}
.header-top a:hover {
    color: #fff !important;
}
.header-top .container {
    padding-bottom: 0.4375rem;
}
.header-top [class*="col"] > div > a {
    white-space: nowrap;
    line-height: 1.125rem;
    margin-left: 0.6875rem;
}
.header-top .click_block {
    position: relative;
}
.header-top .click_list {
    list-style: none;
    display: none;
    z-index: 999;
    position: absolute;
    top: calc(100% + 5px);
    line-height: 1.26;
    font-size: 0.75rem;
    /*min-width: 8.125rem;*/
    padding: 0.625rem 0.9375rem;
    border-radius: 0.125rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
   background: #FFAA00;
}
.header-top .click_list.text-left {
    left: 0;
}
.header-top .click_list.text-right {
    right: 0;
}
.header-top .click_list > * + * {
    margin-top: 0.25rem;
}
.header-main {
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    padding: 0;
}
@media (min-width: 768px) {
    .header-main {
        margin-top: 0.3125rem;
    }
    .header-main .container {
        border-top: 1px dotted rgba(255, 255, 255, 0.33);
    }
    .header-main [class*="col-"] {
        margin: 0.1875rem 0rem;
    }
}
@media (max-width: 767px) {
    .header-main [class*="col-"] {
        margin: 0.3125rem 0;
    }
}
.header-main.sticky {
    -webkit-animation-delay: 0.22s;
    animation-delay: 0.22s;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 111;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: inherit;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.44);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.38);
}
.header-main.sticky .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 543px) {
    .header-main.sticky .header_logo {
        display: none;
    }
}
.header-main.sticky .header_logo img {
    max-height: 2.3125rem;
}
.header-main.sticky #pages_list,
.header-main.sticky #informers .wishlist_informer,
.header-main.sticky #informers .comparison_informer,
.header-main.sticky #informers .search-click,
.header-main.sticky .header_pages,
.header-main.sticky .header_phones {
    display: none;
    visibility: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-main.sticky .header_logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .header-main.sticky #header_cats {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .header-main.sticky #informers {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 992px) {
    .header-main.sticky .header_logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
    .header-main.sticky #header_cats {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .header-main.sticky #informers {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
}
.header_logo img {
    max-height: 2.5rem;
    margin: 0.625rem 0rem;
}
.header_phones svg {
    max-width: 1.75rem;
    max-height: 1.75rem;
    margin-right: 0.4375rem;
}
.header_phones .telblock {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;

}
.header_phones .telblock + .telblock {
    margin-left: 1.375rem;

}
.header_phones .telnum {
    font-size: 1.1875rem;
    letter-spacing: -0.04em;
}
.header_phones .telnum span {
    color: #fff;
    font-weight: 300;
    opacity: 0.9;
}
.header_phones .fn_callback {
    color: #84ae07;
    border-bottom: 1px dotted #8bc22c;
}
@media (max-width: 767px) {
    .header_phones .telnum {
        font-size: 1.0625rem;
    }
}
#header_cats ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 11;
}
#header_cats ul > li {
    position: relative;
    line-height: 1.1;
}
#header_cats ul > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#header_cats ul .open > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#header_cats > nav {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    #header_cats > nav .click_active {
        font-size: 0.9375rem;
        text-transform: uppercase;
    }
    #header_cats > nav .click_active svg:nth-child(2) {
        display: none;
    }
    #header_cats > nav .click_active span {
        margin-left: 0.4375rem;
    }
    #header_cats > nav:not(.active) ul {
        display: none;
    }
    #header_cats > nav.active {
        overflow-y: scroll;
        z-index: 9999;
        position: fixed;
        top: 0vh;
        height: calc(100vh - 40px);
        left: 0;
        width: 100vw;
        padding: 2.8125rem 6.25rem 2.1875rem 1.5625rem;
        background: #1a1a1a;
    }
    #header_cats > nav.active .click_active {
        position: fixed;
        top: 0.9375rem;
        right: 0.9375rem;
        color: #fff;
    }
    #header_cats > nav.active .click_active span,
    #header_cats > nav.active .click_active > svg:nth-child(1) {
        display: none;
    }
    #header_cats > nav.active .click_active > svg:nth-child(2) {
        display: block;
    }
    #header_cats > nav ul {
        overflow: auto;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #header_cats > nav ul > li > a {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #header_cats > nav ul > li > a span {
        margin-right: 0.3125rem;
        padding: 0.3125rem 0.4375rem;
        background: rgba(0, 0, 0, 0.9);
        border: 2px solid rgba(255, 255, 255, 0.22);
        border-radius: 0.1875rem;
    }
    #header_cats > nav ul > li > a:hover {
        color: #fff;
    }
    #header_cats > nav ul ul {
        margin: 0rem 0rem 1.5625rem 0.9375rem;
        font-size: 0.92em;
    }
    #header_cats > nav .lev1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        font-size: 1rem;
        -webkit-mask-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#000),
            color-stop(88%, rgba(0, 0, 0, 0.86)),
            to(transparent)
        );
    }
    #header_cats > nav .lev1 > li > a {
        padding: 0.5625rem 0.4375rem;
        font-weight: bold;
        text-transform: uppercase;
    }
    #header_cats > nav .lev1 > li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.22);
    }
    #header_cats > nav .lev2 > li > a {
        padding: 0.375rem 0.1875rem;
        border-top: 1px solid rgba(255, 255, 255, 0.22);
        color: #ccc;
    }
}
@media (min-width: 992px) {
    #header_cats > nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #header_cats > nav > ul {
        float: left;
        width: auto;
font-weight: bold;
    }
    #header_cats > nav > ul > li {
        padding: 0.375rem 0rem;
    }
    #header_cats > nav > ul > li > a {
        white-space: nowrap;
        padding: 0.125rem 1.125rem;
        font-size: 0.8125rem;
        cursor: pointer;

    } /*        text-shadow:
            0 -1px 6px #1315168a,
            0 -1px 6px #1315168a,
            0 1px 6px #ffb300,
            0 1px 6px #ffb300,
            -1px 0 6px #ffb300,
            1px 0 6px #ffb300,
            -1px 0 6px #1315168a,
            1px 0 6px #1315168a; */
    #header_cats > nav > ul > li > ul {
        background: rgba(233, 244, 17, 0.55);
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.4375rem 0.9375rem;
        min-width: 15rem;
        -webkit-animation-delay: 0.22s;
        animation-delay: 0.22s;
        -webkit-animation: fadeIn 0.5s;
        animation: fadeIn 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        border: 1px solid rgba(0, 0, 0, 0.55);
        background: #002135;
    }
    #header_cats > nav > ul > li > ul,
    #header_cats > nav > ul > li > ul a {
        color: #c7c7c7;
    }
    #header_cats > nav > ul > li:first-child > a {
        padding-left: 0;
    }
    #header_cats > nav > ul > li.stacker > ul {
        left: auto;
        right: 0;
    }
    #header_cats > nav > ul > li.stacker > ul a > span,
    #header_cats > nav > ul > li.stacker > ul .lev2 {
        display: none;
    }
    #header_cats > nav > ul > li + li > a {
        border-left: 1px solid rgba(255, 255, 255, 0.22);
    }
    #header_cats > nav .stacker > a {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    #header_cats > nav .sub {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #header_cats > nav .sub a > span {
        padding-left: 0.3125rem;
    }
    #header_cats > nav .stacker > ul > li + li,
    #header_cats > nav .lev2 > li + li {
        border-top: 1px dotted rgba(255, 255, 255, 0.22);
    }
    #header_cats > nav .stacker > ul > li > a,
    #header_cats > nav .lev2 > li > a {
        font-size: 0.78125rem;
        padding: 0.4375rem 0.4375rem;
    }
    #header_cats > nav .stacker > ul > li:hover > a,
    #header_cats > nav .lev2 > li:hover > a {
        padding-left: 0.75rem;
        padding-right: 0.125rem;
        color: #fff;
    }
}
#pages_list a {
    position: relative;
    text-decoration: none;
    padding-bottom: 0.125rem;
}
#pages_list a:hover {
    color: #e6e6e6;
}
#pages_list a:before {
    width: 0;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.09375rem;
    -webkit-transition:
        width 0s ease,
        background 0.15s ease;
    transition:
        width 0s ease,
        background 0.15s ease;
}
#pages_list a:after {
    width: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0.09375rem;
    -webkit-transition: width 0.15s ease;
    transition: width 0.15s ease;
    background: rgba(147, 194, 8, 0.7);
}
#pages_list a:hover:before {
    width: 100%;
    background: rgba(147, 194, 8, 0.7);
    -webkit-transition: width 0.35s ease;
    transition: width 0.35s ease;
}
#pages_list a:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}
#pages_list.active .click_list {
    display: block;
}
@media (max-width: 1280px) {
    #pages_list ul.click_list {
        z-index: 999;
        position: absolute;
        top: 100%;
        right: 0.9375rem;
        display: none;
        font-size: 0.78125rem;
        text-align: right;
        width: 12.5rem;
        padding: 0.9375rem;
        border-radius: 0.1875rem;
        background: rgba(34, 34, 34, 0.9);
    }
    #pages_list ul.click_list,
    #pages_list ul.click_list a {
        color: #ccc;
    }
    #pages_list ul.click_list > * + * {
        margin-top: 0.1875rem;
    }
}
@media (min-width: 1281px) {
    #pages_list li {
        display: inline-block;
    }
    #pages_list li + li {
        margin-left: 0.4375rem;
        padding-left: 0.625rem;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }
}
.nav-toggle {
    z-index: 11;
    display: block;
    cursor: pointer;
    float: right;
    height: 2.125rem;
    width: 2.125rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.125rem;
    padding: 0.375rem 0.5rem;
    background-color: transparent;
    background: rgba(255, 255, 255, 0.05);
}
.nav-toggle span {
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 4px;
    background-color: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.nav-toggle.open {
    z-index: 1111;
}
.nav-toggle.open span:first-child {
    -webkit-transform: rotate(45deg) translate(4.4px, 4.4px);
    -ms-transform: rotate(45deg) translate(4.4px, 4.4px);
    transform: rotate(45deg) translate(4.4px, 4.4px);
}
.nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.nav-toggle.open span:last-child {
    -webkit-transform: rotate(-45deg) translate(4.4px, -4.4px);
    -ms-transform: rotate(-45deg) translate(4.4px, -4.4px);
    transform: rotate(-45deg) translate(4.4px, -4.4px);
}
#informers {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 0.75rem;
}
#informers,
#informers a {
    color: #fff;
    text-decoration: none;
}
#informers > * + * {
    margin-left: 1.5625rem;
}
#informers .item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    padding: 0.4375rem 0 0.4375rem 0.3125rem;
}
#informers .item > div {
    opacity: 0.8;
    margin-left: 0.4375rem;
}
#informers .item svg {
    max-height: 1.875rem;
    max-width: 1.875rem;
    color: #fff;
}
#informers .title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.75rem;
}
#informers .count {
    position: absolute;
    top: 0;
    left: -0.25rem;
    font-weight: 700;
    text-align: center;
    font-size: 0.625rem;
    line-height: 1.125rem;
    width: 1.25rem;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.33);
    border: 1px solid rgba(255, 255, 255, 0.55);
}
#informers .item.active > div {
    opacity: 1;
}
#informers .item.active .count {
    background: #ffb300 !important;
    border-color: #e3a410 !important;
}
#informers .item.active .title {
    color: #ffb300;
}
#informers .item:hover > div {
    opacity: 1;
}
@media (max-width: 991px) {
    #informers .text,
    #informers .title {
        display: none;
    }
}
#bottom_informers {
    z-index: 111;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0rem;
    width: 100%;
    margin: 0;
    line-height: 1.5rem;
    padding: 0.1875rem 0rem 0rem;
    height: 2.5rem;
    font-size: 0.78125rem;
    font-weight: 300;
    background: #131516;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px -5px 7px 0px rgba(0, 0, 0, 0.38);
}
#bottom_informers,
#bottom_informers a,
#bottom_informers svg {
    color: #b3b3b3;
}
#bottom_informers .row > * {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    height: 2.125rem;
}
#bottom_informers .row > * svg {
    max-width: 1.625rem;
    max-height: 1.375rem;
    margin: 0 0.5rem 0 0;
    color: #ffb300 !important;
}
@media (max-width: 991px) {
    #bottom_informers .container {
        width: auto;
    }
}
#bottom_informers #informers > * + * {
    margin-left: 0.6875rem;
}
#bottom_informers #informers .item > div {
    padding-left: 0.4375rem;
}
#bottom_informers #informers .item .text {
    display: none;
}
#bottom_informers #informers .item .title {
    text-transform: none;
    font-size: 0.75rem;
}
#bottom_informers #informers .item svg {
    max-height: 1.0625rem;
    max-width: 1.25rem;
    color: inherit;
}
#bottom_informers #informers .item .count {
    position: inherit;
    left: 0.3125rem;
    border-radius: 0.125rem;
    background: rgba(0, 0, 0, 0.88);
    border-color: #575757;
    line-height: 1rem;
    width: 1.125rem;
}
#bottom_informers #informers .item.active .count {
    background: none !important;
    border-color: #575757 !important;
    color: #fff !important;
}
#bottom_informers #informers .item.active .title {
    color: #fff;
}
#bottom_informers #informers .item.active svg {
    max-height: 1.25rem;
    max-width: 1.25rem;
    color: #ffb300;
}
#bottom_informers .cart_informer,
#bottom_informers .comparison_informer,
#bottom_informers .wishlist_informer {
    opacity: 0;
    position: absolute;
    bottom: -3.4375rem;
}
#bottom_informers .ask_contacts {
    opacity: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    bottom: auto;
}
#bottom_informers.active .cart_informer,
#bottom_informers.active .comparison_informer,
#bottom_informers.active .wishlist_informer {
    opacity: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    bottom: auto;
}
#bottom_informers.active .ask_contacts {
    opacity: 0;
    position: absolute;
    bottom: -3.4375rem;
}
#btm_left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#btm_left > a + a {
    margin-left: 0.9375rem;
}
.scroll_top {
    pointer-events: none;
    opacity: 0.3;
}
.scroll_top.active {
    opacity: 1;
    pointer-events: auto;
}
.scroll_top.active:hover {
    color: #ffb300 !important;
}
.search-click {
    cursor: pointer;
    color: #ccc;
    padding: 0.1875rem;
}
.search-click:hover {
    color: #fff;
}
#search-block {
    z-index: 1111;
    background: #262626;
    display: none;
    position: fixed;
    padding-top: 4.125rem;
    top: -0.3125rem;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
#search-block.active {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#search-block .search-click {
    position: absolute;
    text-align: center;
    width: 6.875rem;
    top: 0.625rem;
    margin-right: -3.4375rem;
    right: 50%;
    font-size: 0.78125rem;
    text-transform: uppercase;
    color: #fff;
}
#search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    font-size: 0.84375rem;
    max-width: 99vw;
}
#search button,
#search input[type="text"] {
    cursor: pointer;
    border: none;
    background: none;
    height: 56px;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
    border: 2px solid #8f8f8f;
}
#search button {
    z-index: 1;
    min-width: 61px;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
    background: -webkit-linear-gradient(top, #ffb300 0%, #e3a410100%);
    background: linear-gradient(to bottom, #ffb300 0%, #e3a410100%);
    border-color: #e6e6e6;
    margin: 0rem -0.1875rem;
}
#search button:hover {
    color: #fff;
}
#search input[type="text"] {
    padding: 0 0.9375rem;
    max-width: 85vw;
    border-color: #fff;
    color: #1f1f1f;
    background: #fff;
}
@media (max-width: 991px) {
    #search input[type="text"] {
        width: 88vw;
    }
}
@media (min-width: 992px) {
    #search input[type="text"] {
        width: 37.5rem;
    }
}
#search input[type="text"]::-webkit-input-placeholder {
    text-transform: uppercase;
    font-size: 0.6875rem;
    color: #999;
}
#search input[type="text"]::-moz-placeholder {
    text-transform: uppercase;
    font-size: 0.6875rem;
    color: #999;
}
#search input[type="text"]:-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 0.6875rem;
    color: #999;
}
#search input[type="text"]::placeholder {
    text-transform: uppercase;
    font-size: 0.6875rem;
    color: #999;
}
.autocomplete-suggestions {
    margin: 0.0625rem -0.125rem 0;
    border: 0.0625rem solid #e6e6e6;
    background-color: #fcfcfc;
    overflow: hidden;
    overflow-y: auto;
    max-width: 90vw !important;
    box-shadow: 0px 1px 5px rgba(99, 103, 108, 0.15);
}
.autocomplete-suggestions > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.8125rem;
    line-height: 1.123;
}
.autocomplete-suggestions > div,
.autocomplete-suggestions > div a {
    color: #999;
    text-decoration: none;
    text-overflow: ellipsis;
    width: 100%;
}
.autocomplete-suggestions > div > * {
    padding: 0.25rem 0.3125rem;
}
.autocomplete-suggestions > div strong {
    color: #ffb300;
}
.autocomplete-suggestions > div span {
    white-space: nowrap;
}
.autocomplete-suggestions > div > div {
    width: 40px !important;
    text-align: center;
    background: #fff !important;
}
.autocomplete-suggestions > div > div img {
    height: 1.875rem;
}
.autocomplete-suggestions > div:nth-child(even) {
    background-color: #f6f6f6;
}
.autocomplete-suggestions .autocomplete-selected a,
.autocomplete-suggestions .autocomplete-selected {
    color: #84ae07 !important;
}
.autocomplete-suggestions .autocomplete-selected {
 background: #f2f2f2;
}
.tabsMain .tabs_line {
    background: #474747;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background: url(../images/bg-footer.jpg) fixed;
    background-size: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.tabsMain .tabs_line > .over-all {
   /* background-color: #ebf1f6; */ background-color: #ebf1f6;
 background: -webkit-linear-gradient(
        13deg,
        rgba(44, 45, 46, 0.55),
        rgba(44, 45, 46, 0.05) 30%,
        transparent 80%,
        rgba(41, 45, 46, 0.77)
    );
 /*background: -webkit-linear-gradient(
        13deg,
        rgba(44, 45, 46, 0.55),
        rgba(44, 45, 46, 0.05) 30%,
        transparent 80%,
        rgba(41, 45, 46, 0.77)
    );*/
 
background: rgba(0, 33, 53, 0.62);

/*  background: linear-gradient(
        77deg,
        rgba(44, 45, 46, 0.55),
        rgba(44, 45, 46, 0.05) 30%,
        transparent 80%,
        rgba(41, 45, 46, 0.77)
    );*/
}
.tabsMain .tab_navigation {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tabsMain .tab_navigation,
.tabsMain .tab_navigation a {
    color: #e6e6e6;
}
.tabsMain .tab_navigation > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 5.625rem;
    padding: 0.625rem 5vw;
    font-size: calc(1em + 0.3vw);
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 10px transparent;
}
.tabsMain .tab_navigation > a:hover {
    color: #fff;
    border-bottom: 10px solid #915b0b;
}
.tabsMain .tab_navigation .selected {
    color: #fff;
    border-bottom: 10px solid #ff0000bf;
    background: #ffb300;
}
.tabsMain .tab_navigation > a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}
.tabsMain .tab_container .tab {
    display: none;
    padding: 1.875rem 0.9375rem 1.25rem;
    margin-bottom: 1.875rem;
}
@media (max-width: 991px) {
    .tabsMain .container {
        max-width: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .tabsMain .tab_navigation > a {
        width: 33.333333%;
    }
}
.MainView #products_Y {
    background: #f6f6f6;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
#products_Y .title_plus {
    position: relative;
    font-size: 1.3125rem;
    text-transform: uppercase;
    margin-bottom: 1.375rem;
    font-weight: 400;
    letter-spacing: 0.01em;
}
#products_Y .title_plus span {
    color: #c2b50d;
    font-weight: 900;
}
#products_Y .title_plus .text {
    color: #999;
    font-size: 0.78125rem;
    line-height: 1.05;
    text-transform: none;
    letter-spacing: 0.06875rem;
    margin-bottom: 0.625rem;
    margin-right: 20%;
    font-weight: 300;
}
#products_Y .title_plus .text span {
    font-weight: 500;
}
@media (min-width: 992px) {
    #products_Y .title_plus {
        padding-bottom: 0.8125rem;
    }
    #products_Y .title_plus:before {
        width: 15%;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0.125rem;
        -webkit-transition: 1.6s ease;
        transition: 1.6s ease;
        background: #ffb300;
    }
    #products_Y [class*="col"]:hover .title_plus:before {
        width: 60%;
        -webkit-transition: 0.55s ease;
        transition: 0.55s ease;
        background: #525252;
    }
}
@media (max-width: 1280px) {
    #products_Y .title_plus {
        max-width: 29.375rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #products_Y .title_plus .text {
        margin-right: 0;
    }
    #products_Y .title_plus:before {
        width: 30%;
        left: 35%;
    }
    #products_Y [class*="col"]:hover .title_plus:before {
        width: 50%;
        left: 25%;
    }
}
#products_Y .product {
    position: relative;
    display: table;
    width: 100%;
    max-width: 28.125rem;
    margin: 0.9375rem auto;
    padding: 0.9375rem 0.9375rem;
    border: 1px solid #eee;
    border-radius: 0.5625rem;
    background: #fff;
}
#products_Y .product > * {
    display: table-cell;
    vertical-align: middle;
}
#products_Y .image {
    width: 5rem;
    height: 5rem;
    padding: 0.125rem;
}
#products_Y .item_content {
    padding-left: 1.25rem;
    text-align: left;
}
#products_Y .product_name {
    display: block;
    margin-bottom: 0.4375rem;
    font-size: 14.2px;
    line-height: 14.91px;
    text-transform: uppercase;
    font-weight: 400;
    color: #525252;
}
#products_Y .price_container {
    float: left;
    position: relative;
    color: #c2b50d;
    font-size: 1rem;
    font-weight: 900;
}
#products_Y .price_container .old_price {
    color: #ccc;
}
#products_Y .product-labels {
    z-index: 5;
    text-align: center;
    position: absolute;
    right: -2.5rem;
    left: auto;
    top: auto;
    font-size: 0.65625rem;
}
#products_Y .product-labels > * {
    line-height: 1.5;
    padding: 0 0.25rem;
    min-width: 2.1875rem;
    background: #dc0003;
}
#products_Y .product:hover .product_name {
    color: #ffb300;
    text-decoration: none;
}
.page_header {
    margin-top: 0.9375rem;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .page_header {
        text-align: center;
    }
}
.title_block,
.title_block h1,
.title_block h2 {
    margin-top: 0.9375rem;
    margin-bottom: 1.875rem;
    color: #3b3b3b;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
.title_block > span,
.title_block h1 > span,
.title_block h2 > span {
    font-weight: 900;
}
.title_block.text-center {
    text-align: center !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 46.875rem;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 544px) {
    .title_block.text-center:before {
        display: block;
    }
}
.title_block.text-center + .title_block_text {
    position: relative;
    margin-top: -1.5625rem;
    margin-bottom: 2.1875rem;
    text-align: center;
    font-size: 0.78125rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.title_block.text-center + .title_block_text,
.title_block.text-center + .title_block_text a {
    color: inherit;
    text-decoration: none;
}
.title_block.text-center + .title_block_text a {
    border-bottom: 1px dotted #c2b50d;
}
.title_block .text-inverse {
    font-size: 0.9em;
    padding: 0.0625rem 0.6875rem 0.125rem;
    background: #84ae07;
    color: #fff !important;
}
@media (min-width: 768px) {
    .title_block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .title_block > span,
    .title_block h1 > span,
    .title_block h2 > span {
        margin-left: 0.3125rem;
        margin-right: 0.3125rem;
    }
    .title_block:before,
    .title_block:after {
        content: "";
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-top: 0.3125rem;
        height: 0.125rem;
        border-top: 1px solid #8f8f8f;
        border-bottom: 1px solid #8f8f8f;
        max-width: 3.4375rem;
    }
    .title_block:before {
        display: none;
        margin-right: 0.6875rem;
    }
    .title_block:after {
        margin-left: 0.6875rem;
    }
}
.tizers_block {
    margin: 1.5625rem 0rem;
    font-size: 0.84375rem;
}
.tizers_block,
.tizers_block a {
    color: inherit;
}
.tizers_block .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    margin-bottom: 22.5px;
}
.tizers_block .item:hover .title {
    color: #ff0000bf;
}
.tizers_block svg,
.tizers_block img {
    max-width: 2.0625rem;
    max-height: 2.0625rem;
    margin-top: -0.1875rem;
    margin-right: 0.875rem;
    color: #ff0000bf;
}
.tizers_block .title {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.3125rem;
}
#subcats {
    margin-bottom: 22.5px;
}
#subcats,
#subcats a {
    color: inherit;
}
#subcats [class*="col"] {
    padding: 0rem 0.25rem;
}
#subcats .subcats-list {
    margin: 0rem -0.3125rem;
    padding: 0rem 0.3125rem;
}
#subcats .item {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0.625rem 0.625rem 0.3125rem;
    border: 2px solid #ebebeb;
    border-radius: 0.1875rem;
    background: #fff;
}
#subcats .item:hover {
    border-color: #c2b50d;
}
#subcats .name {
    margin: 0.3125rem;
    font-size: 0.7625rem;
    height: 1.875rem;
    overflow: hidden;
}
#subcats .image {
    height: 5rem;
}
.breadcrumbs {
    z-index: 111;
    list-style: none;
    font-size: 0.78125rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0rem 0rem;
    padding: 0.9375rem 0.3125rem;
    background: #f5f5f5;
}
.breadcrumbs ol {
    margin-bottom: 0;
}
.breadcrumbs li {
    display: inline-block;
    margin: 0.1875rem 0;
}
.breadcrumbs li a:hover {
    text-decoration: none !important;
}
.breadcrumbs li + li:before {
    margin: 0 5px 0 3px;
    content: ">";
}
.breadcrumbs li:hover,
.breadcrumbs li:hover a {
    color: #1a1a1a !important;
}
.breadcrumbs,
.breadcrumbs li:before,
.breadcrumbs li > a {
    color: #797e80;
}
@media (max-width: 767px) {
    .breadcrumbs {
        text-align: center;
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .breadcrumbs {
        text-align: left;
    }
    .breadcrumbs ol {
        padding: 0;
    }
}
@media (min-width: 992px) {
    .MainView .post_list .container {
        margin-top: -2.75rem;
        border-radius: 0.4375rem;
    }
}
.post_list {
    padding: 15px 0.9375rem;
    color: gray;
    font-size: 0.8125rem;
}
.post_item {
    position: relative;
    padding: 0.625rem 0.75rem;
    margin-bottom: 15px;
}
.post_date {
    position: absolute;
    top: 0.9375rem;
    margin-left: -0.0625rem;
    font-size: 0.6375rem;
    color: #fff;
    line-height: 1.6;
    padding: 0 0.45em;
    border: 1px solid transparent;
    border-radius: 0.125rem;
    background-color: #252729;
    box-shadow:
        inset 0 -1.118em 0.2em rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.09);
}
.post_image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 10.625rem;
    margin-bottom: 0.9375rem;
    background-color: #fff;
}
.post_image svg {
    color: #e6e6e6;
}
.post_image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0.1875rem;
    border: 1px solid #ededed;
}
.post_content .title {
    margin: 0.3125rem 0rem;
    overflow: hidden;
    height: 2.3em;
    line-height: 1.123;
}
.post_content .title a {
    color: #333;
}
.post_annotation {
    -webkit-mask-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#000),
        color-stop(85%, rgba(0, 0, 0, 0.9)),
        to(transparent)
    );
}
.post_item:hover {
    color: #262829;
}
.post_item:hover a {
    color: #ffb300;
}
.product_rating {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.rating_starOff,
.rating_starOn {
    display: block;
    width: 80px;
    height: 16px;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 510 510'%3E%3Cpath fill='%23d4d4d4' d='M510,197.472l-183.37-15.734L255,12.75l-71.629,168.988L0,197.472l139.103,120.539L97.41,497.25L255,402.186    l157.59,95.064l-41.692-179.239L510,197.472z M255,354.348l-95.957,57.886l25.398-109.166l-84.736-73.389l111.69-9.588    L255,117.172l43.605,102.918l111.689,9.588l-84.711,73.389l25.398,109.166L255,354.348z'/%3E%3C/svg%3E");
}
.rating_starOn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 510 510'%3E%3Cpath fill='%23ffeb3b' d='M510,197.472l-183.37-15.734L255,12.75l-71.629,168.988L0,197.472l139.103,120.539L97.41,497.25L255,402.186    l157.59,95.064l-41.692-179.239L510,197.472z M255,354.348l-95.957,57.886l25.398-109.166l-84.736-73.389l111.69-9.588    L255,117.172l43.605,102.918l111.689,9.588l-84.711,73.389l25.398,109.166L255,354.348z'/%3E%3C/svg%3E");
}
.rating_text {
    margin-left: 0.3125rem;
}
.promo_img {
    position: absolute;
    max-width: 90%;
    max-height: 60px;
    top: -0.3125rem;
    left: -0.3125rem;
}
.images,
.image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.images img,
.image img {
    max-height: 99%;
}
.images svg,
.image svg {
    color: #ccc;
}
.images span,
.image span {
    line-height: 1 !important;
    font-size: 0.9375rem;
}
.images * + *,
.image * + * {
    line-height: 0.875rem;
}
.price_container {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #525252;
}
.price_container .old_price {
    text-decoration: line-through;
    padding-left: 0.6875rem;
    font-size: 0.9em;
    font-weight: 400;
}
.amount {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 6.875rem;
    padding: 0.4375rem;
    border: 1px solid #dedede;
    border-radius: 2em;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    background: #fff;
}
.amount > * {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    font-weight: 700;
}
.amount .plus,
.amount .minus {
    cursor: pointer;
    border-radius: 100%;
    background: #ccc;
    color: #fff;
    width: 1.41em;
    line-height: 1.4em;
    font-size: 1.2em;
}
.amount .plus:hover,
.amount .minus:hover {
    background: #c2b50d;
    color: #fff;
}
.amount .input_amount {
    width: 50%;
    padding: 0.125rem 0;
}
.products-grid {
    margin: 0.9375rem -0.625rem !important;
}
.products-grid * {
    -webkit-transition: none;
    transition: none;
}
.products-grid .products-item {
    display: table;
    padding: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.1;
}
.products-grid .product {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.5625rem 1.5625rem 1.5625rem;
    border-radius: 0.5625rem;
    border: 1px solid transparent;
}
.products-grid .product,
.products-grid .product a {
    color: inherit;
}
.products-grid .product > div > * + * {
    margin-top: 0.625rem;
}
.products-grid .product select {
    display: none;
}
@media (max-width: 1280px) {
    .products-grid .product {
        max-width: 19.0625rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.0625rem;
    }
}
@media (min-width: 1281px) {
    .products-grid .product {
        padding-bottom: 3.125rem !important;
    }
    .products-grid .product .comparison_button:not(.selected),
    .products-grid .product .wishlist_button:not(.selected) {
        opacity: 0;
        top: 4.8125rem;
        right: 2.75rem;
    }
    .products-grid .product .fn_is_stock {
        opacity: 0;
        margin-top: -1.5625rem;
        position: absolute;
    }
}
.products-grid .product_rating {
    font-size: 0.6875rem;
    color: #c7c7c7;
    margin: 0;
}
.products-grid .overlay_buttons {
    position: absolute;
    top: 0;
    right: 0;
}
.products-grid .preview_image {
    margin: -0.625rem -0.625rem 1.25rem;
    height: 12.5rem;
}
.products-grid .product_name {
    margin-top: 0rem;
    margin-bottom: 0.3125rem;
    display: block;
    overflow: hidden;
    height: 33.75px;
    font-size: 15px;
    line-height: 17.25px;
    text-transform: uppercase;
    font-weight: 500;
}
.products-grid .fn_is_stock {
    font-size: 0.8125rem;
    line-height: 2.7em;
    padding: 0rem 1.5625rem;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 1.375rem;
}
.products-grid .product:hover {
    z-index: 11;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    border-color: none;
    box-shadow: 0px 2px 20px -4px rgba(0, 0, 0, 0.33);
} 
.products-grid .product:hover .product_name {
    color: #c2b50d;
}
.products-grid .product:hover .preview_image:after {
    opacity: 0;
}
.products-grid .product:hover .overlay_buttons {
    opacity: 1;
}
.products-grid .product:hover .comparison_button {
    top: 3.125rem;
    right: 0.625rem;
    opacity: 1;
}
.products-grid .product:hover .wishlist_button {
    top: 5.9375rem;
    right: 0.625rem;
    opacity: 1;
}
.products-grid .product:hover .fn_is_stock {
    opacity: 1;
    margin-top: 0rem;
} 
.comparison_button,
.wishlist_button {
    display: block;
    position: absolute;
    right: 0.625rem;
    border-radius: 50%;
    padding: 0.375rem 0.3125rem 0.3125rem;
    background: rgba(255, 255, 255, 0.74);
    border: 2px solid #525252;
}
.comparison_button *,
.wishlist_button * {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.comparison_button svg,
.wishlist_button svg {
    color: #525252;
    height: 1.3125rem;
    width: 1.3125rem;
}
.comparison_button:hover,
.wishlist_button:hover {
    background: #fff;
    border-color: #dedede;
}
.comparison_button:hover svg,
.wishlist_button:hover svg {
    color: #ffb300;
}
.comparison_button.selected,
.wishlist_button.selected {
    border-color: #ffb300;
}
.comparison_button.selected svg,
.wishlist_button.selected svg {
    color: #c2b50d;
}
.comparison_button {
    top: 3.125rem;
}
.wishlist_button {
    top: 5.9375rem;
}
.product-labels {
    z-index: 5;
    position: absolute;
    right: 0.5rem;
    max-width: 6.9375rem;
    top: 0rem;
    font-size: 0.6875rem;
    text-align: center;
}
.product-labels > * {
    display: inline-block;
    pointer-events: none;
    border: 1px solid transparent;
    border-radius: 0.125rem;
    font-size: inherit;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.6;
    padding: 0 0.45em;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(34, 34, 34, 0.22);
}
.product-labels > * + * {
    margin-top: 0.125rem;
    margin-left: 0rem;
}
.product-labels .featured {
    background: #c2b50d;
}
.product-labels .discounted {
    background: #dc0003;
}
.product-item .product_image {
    height: 23.75rem;
    border: 2px solid #ededed;
    border-radius: 0.4375rem;
    background: #fff;
}
.product-item .promo_img {
    top: 0.3125rem;
    left: 0.3125rem;
    max-width: none;
}
.product-item .product_images {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .product-item .product_images {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.product-item .product_images .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 2px solid #ededed;
    border-radius: 0.4375rem;
    height: 5.125rem;
    margin-bottom: 0.3125rem;
}
.product-item .product_images .item a {
    display: block;
    padding: 0.75rem;
}
.product-item .product_images .item img {
    max-height: 3.75rem;
}
.product-item .product_images .item + .item {
    margin-left: 0.4375rem;
}
.product-item .product-labels {
    top: 0.9375rem;
    text-align: right;
    font-size: 0.71875rem;
}
.product-item .fn_variants {
    background: #f6f6f6;
    border: 1px solid #ededed;
    padding: 18px;
    text-align: left;
}
.product-item .fn_variants .button {
    margin-left: 0.3125rem;
    font-size: 1rem;
    line-height: 2.4em;
    padding: 0rem 1.5em;
    text-transform: none;
}
.product-item .price_container {
    height: 3.4375rem;
    font-size: 2rem;
}
.product-item .details_label {
    width: 4.6875rem;
    display: inline-block;
    margin-right: 0.625rem;
    margin-bottom: 0.1875rem;
}
.product-item .no_stock,
.product-item .in_stock {
    font-size: 0.75rem;
}
.product-item .no_stock {
    color: #c00;
}
.product-item .in_stock {
    color: #ff0000bf;
}
.product-item .comp_wish_links a {
    display: inline-block;
    margin: 0.1875rem 0;
    padding-right: 0.9375rem;
    font-size: 0.84375rem;
    color: #686666;
    text-decoration: none;
}
.product-item .comp_wish_links .selected {
    color: #c2b50d;
}
.product-item .product_wish::after,
.product-item .product_compare::after {
    content: attr(title);
}
.remove_link {
    margin: -15px auto 15px;
    display: block;
    text-align: center;
    width: 8.125rem;
    padding: 0.4em 0.4em;
    background: #c00;
    border: 2px solid #f5f5f5;
    border-radius: 0.3125rem;
    font-size: 12.5px;
    z-index: 99;
}
.remove_link * {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.remove_link,
.remove_link > * {
    color: #fff;
    text-decoration: none !important;
}
.features_inline {
    position: relative;
    display: block;
    position: relative;
    line-height: 1.23;
    letter-spacing: -1ex;
    max-width: 56.25rem;
}
.features_inline .name,
.features_inline .value {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}
.features_inline .name {
    width: 65%;
    margin-right: -50%;
    overflow: hidden;
    font-weight: 300;
}
.features_inline .value {
    width: 35%;
    margin-left: 50%;
    font-weight: 500;
    padding-left: 0.5625rem;
}
.features_inline .line {
    display: inline-block;
    width: 100%;
    margin: 0 -100% 0 0;
    vertical-align: baseline;
    border-bottom: 1px dotted #ccc;
}
.features_inline + .features_inline {
    margin: 0.4375rem 0 0;
}
@media (max-width: 767px) {
    .features_inline .name,
    .features_inline .value {
        width: 100%;
        padding-left: 0;
    }
    .features_inline .value {
        margin: 0;
    }
}
.products-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    font-size: 0.78125rem;
    line-height: 1.5rem;
    border-radius: 0rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0.4375rem 0.625rem;
    border: 1px solid #dedede;
    background: #f6f6f6;
}
.products-toolbar * {
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.products-toolbar [class^="col"] {
    min-width: 12.5rem;
    padding: 0;
}
@media (max-width: 767px) {
    .products-toolbar [class^="col"] {
        margin: 0.4375rem 0;
    }
    .products-toolbar [class^="col"] .sort {
        text-align: center;
    }
    .products-toolbar [class^="col"] .pagination {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .products-toolbar [class^="col"] .pagination {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.products-toolbar select,
.products-toolbar,
.products-toolbar a {
    color: #737373;
}
.products-toolbar select {
    line-height: 1.625rem;
    width: 11.25rem;
    font-size: 0.71875rem;
    margin: -0.0625rem 0;
    border: 1px solid #e3e3e3;
}
.products-toolbar a {
    text-decoration: none;
    text-align: center;
    background: transparent;
}
.products-toolbar a:hover {
    color: #333;
}
.products-toolbar a + a {
    margin-left: 0.125rem;
}
.products-toolbar .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.products-toolbar .pagination a {
    min-width: 1.5625rem;
    padding: 0rem 0.4375rem;
    border: 1px solid #dedede;
    border-radius: 0.125rem;
}
.products-toolbar .pagination a:hover,
.products-toolbar .pagination a.active {
    background: #ffb300;
    border-color: #729606;
    color: #fff !important;
}
.products-toolbar .search_link {
    display: none;
    color: #ccc;
    padding-right: 0.625rem;
    border-right: 1px dotted #ededed;
}
.products-toolbar .search_link:hover {
    color: #c2b50d;
}
.products-toolbar.last_child .search_link {
    display: block;
}
.browsed-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.9375rem auto 1.5625rem;
}
.browsed-list .image {
    background: #fff;
    border: 2px solid #ededed;
    margin: 0.15625rem;
    border-radius: 0.3125rem;
    min-width: 4.5rem;
    height: 4.375rem;
}
.browsed-list .image img {
    max-height: 80%;
}
@media (max-width: 991px) {
    .browsed-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#browsed_product .items-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0.3125rem -0.3125rem;
}
#browsed_product div[class*="col"] {
    padding: 0.625rem;
}
#browsed_product .item {
    overflow: hidden;
    position: relative;
    min-width: 14.375rem;
    max-width: 16.875rem;
    margin: auto;
}
#browsed_product .item:hover .image {
    border-color: #c2b50d;
}
#browsed_product .item:hover .name {
    color: #c2b50d;
    text-decoration: underline;
}
#browsed_product .image {
    width: 5rem;
    height: 5rem;
    float: left;
    border: 2px solid #252729;
    border-radius: 0.1875rem;
    margin: 0rem 0.625rem 0rem 0rem;
    padding: 0.375rem;
    background: #fff;
}
#browsed_product .name {
    height: 2.1875rem;
    font-size: 0.84375rem;
    line-height: 1.2;
}
#browsed_product .product_rating {
    font-size: 0.75rem;
}
#browsed_product .slick-list {
    margin: 0 0.625rem;
}
.brands-block .item > * {
    padding: 0 0.625rem;
    height: 3.125rem;
}
.brands-block .image {
    margin: 0 0.625rem;
}
.brands-block .name {
    display: block;
}
.brands-block .slick-dots button {
    border: 2px solid #fff;
    background: #ccc;
}
.brands_list-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.brands_list-page .link {
    height: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
    padding: 1.125rem;
    margin-bottom: 0.9375rem;
    border: 2px solid #ededed;
    border-radius: 0.3125rem;
}
.brands_list-page .item:hover .link {
    border-color: #84ae07;
}
.brands_list-page .item:hover .image img {
    opacity: 0.5;
    zoom: 0.8;
}
.brands_list-page .item:hover .name {
    color: #84ae07;
    text-decoration: underline;
}
.brands_list-page .item:hover .annotation {
    color: #333;
}
.brands_list-page .image {
    height: 80px;
}
.brands_list-page .annotation {
    font-size: 0.75rem;
    color: #999;
}
.popup {
    width: 380px;
    max-width: 100vw;
    padding: 1.375rem;
    display: none;
}
.popup_heading {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
#subscribe_container {
    font-size: 0.8125rem;
    line-height: 1.1;
    color: #8f8f8f;
}
#subscribe_container .container {
    max-width: 75rem;
}
#subscribe_container .h2 {
    font-size: 2.15em;
    font-weight: 300;
}
#subscribe_container .h2 span {
    font-weight: 900;
    color: #3b3b3b !important;
}
#subscribe_container form {
    margin-bottom: 1.375rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 768px) {
    #subscribe_container form {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-shrink: 2;
        -ms-flex-negative: 2;
        flex-shrink: 2;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
#subscribe_container button,
#subscribe_container input[type="email"] {
    margin-bottom: 0.6875rem;
    border: 2px solid transparent;
    line-height: 1.375rem;
    border-radius: 1.375rem;
    padding: 0.625rem 1.375rem;
    font-size: 1.5em;
}
@media (max-width: 767px) {
    #subscribe_container button,
    #subscribe_container input[type="email"] {
        text-align: center;
    }
}
#subscribe_container input[type="email"] {
    width: 88%;
    margin-right: 1.375rem;
    background: #f7f7f7;
    color: #ababab;
    border-color: #f5f5f5;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.28);
}
#subscribe_container button {
    width: 12%;
    min-width: 12.5rem;
    background: #c2b50d;
    color: #fff;
}
#footer {
    position: relative;
    border-top: 5px solid #ededed;
    padding: 2.8125rem 0.625rem 1.5625rem;
    background: url(../images/bg-footer.jpg) fixed;
    background-size: cover;
    font-size: 0.78125rem;
    line-height: 1.123;
}
#footer .over-all {
    background: -webkit-linear-gradient(
        167deg,
        rgba(28, 28, 28, 0.85) 0%,
        rgba(36, 36, 36, 0.55) 15%,
        transparent 80%,
        rgba(41, 45, 46, 0.87) 95%
    );
    background: linear-gradient(
        -77deg,
        rgba(28, 28, 28, 0.85) 0%,
        rgba(36, 36, 36, 0.55) 15%,
        transparent 80%,
        rgba(41, 45, 46, 0.87) 95%
    );
}
#footer,
#footer a {
    text-decoration: none;
    color: gray;
}
#footer a:hover {
    color: #fff;
}
#footer .title {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0.9375rem;
}
#footer nav {
    max-width: 20rem;
    margin-bottom: 2.0625rem;
}
#footer li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 22.5rem;
}
#footer li + li {
    margin-top: 0.25rem;
    padding-top: 0.25rem;
    border-top: 1px dotted rgba(255, 255, 255, 0.08);
}
#footer .pages li,
#footer .categories li {
    max-width: 11.25rem;
}
#footer .contacts svg {
    color: #ffb300;
    max-height: 1rem;
    max-width: 1rem;
    margin-right: 0.3125rem;
}
#footer .dayz_social a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: 32px;
    height: 32px;
    font-size: 0;
    background-image: url(../images/social/social.png);
    background-repeat: no-repeat;
}
#footer .fb {
    background-position: 0 0;
}
#footer .vk {
    background-position: 0 -32px;
}
#footer .ok {
    background-position: 0 -64px;
}
#footer .tw {
    background-position: 0 -96px;
}
#footer .ins {
    background-position: 0 -128px;
}
#footer .copyright {
    text-align: justify;
    padding-bottom: 2.5rem;
    font-size: 0.6875rem;
    opacity: 0.5;
}
#footer .des_by {
    position: absolute;
    bottom: 0.3125rem;
    right: 0rem;
    font-size: 0.65625rem;
    text-decoration: none;
    opacity: 0.5;
    color: inherit;
}
#footer .des_by:hover {
    opacity: 1;
}
.ProductView .tabs {
    padding: 0.625rem 0rem 1.875rem;
}
.ProductView .tabs .tab_navigation {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ededed;
}
.ProductView .tabs .tab_navigation > a {
    display: inline-block;
    padding: 15px 7.5px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: -1px;
    border-bottom: 3px transparent;
}
.ProductView .tabs .tab_container {
    z-index: -1;
}
.ProductView .tabs .tab_container .tab {
    display: none;
    padding: 1.875rem 0.9375rem 1.25rem;
}
@media (max-width: 991px) {
    .ProductView .tabs .tab_navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ProductView .tabs .tab_navigation > a {
        text-align: center;
        border: 1px solid #ffb300;
        color: #c2b50d;
        font-size: 1.2em;
    }
    .ProductView .tabs .tab_navigation > a + a {
        border-top: none;
    }
    .ProductView .tabs .tab_navigation > a:hover,
    .ProductView .tabs .tab_navigation .selected {
        color: #fff;
        background: #ffb300;
    }
}
@media (min-width: 992px) {
    .ProductView .tabs .tab_navigation > a {
        color: #999;
    }
    .ProductView .tabs .tab_navigation > a:hover,
    .ProductView .tabs .tab_navigation .selected {
        color: #1a1a1a;
        border-bottom: 3px solid #ffb300;
    }
    .ProductView .tabs .tab_navigation > a + a {
        margin-left: 15px;
    }
}
.pager {
    margin: 0.3125rem 0rem;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.pager,
.pager a,
.pager svg {
    color: #999;
}
.pager a {
    background: rgba(255, 255, 255, 0.88);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.4375rem 0;
    padding: 0.3125rem 0.625rem;
    min-height: 3.4375rem;
    font-size: 0.8125rem;
    text-decoration: none;
    border: 2px solid #ededed;
    border-radius: 0.25rem;
}
.pager a svg {
    max-height: 1.5rem;
    max-width: 1.5rem;
}
.pager a span {
    width: 100%;
}
.pager a > * + * {
    margin-left: 0.625rem;
}
.pager a:hover {
    border-color: #575757;
}
.pager a:hover,
.pager a:hover svg {
    color: #121212;
}
.pager .link-prev svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.pager .link-next svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (max-width: 767px) {
    .pager a {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .pager a {
        width: 49%;
        max-width: 48.75rem;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pager .link-next {
        float: right;
        text-align: right;
    }
}
.comment_item {
    position: relative;
    margin: 0 0rem 1.25rem;
    padding: 1.375rem;
    background: #fafafa;
    border: 1px solid #ededed;
    border-left: 3px solid #e0e0e0;
    border-radius: 0.1875rem;
    font-size: 0.825rem;
}
.comment_item .status {
    position: absolute;
    top: -0.3125rem;
    right: 0rem;
    font-weight: bold;
    font-size: 0.6875rem;
    color: #fff;
    background: #c00;
    padding: 0rem 0.625rem;
    line-height: 1.9;
    border-radius: 0.1875rem;
}
.comment_header {
    margin: 0 0 10.5px 0;
}
.comment_author {
    font-size: 0.9375rem;
    font-weight: bold;
}
.comment_date {
    font-size: 0.75rem;
    margin-left: 7.5px;
    opacity: 0.7;
}
.comment_content {
    padding-left: 10px;
}
.admin_note {
    margin: 1.25rem -0.3125rem -0.3125rem 0.3125rem;
    padding: 0.9375rem;
    background: #fffdeb;
    border: 1px solid #eaeae1;
}
.comparison_page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 1.375rem;
}
.comparison_page .comparison_left {
    width: 25%;
    float: left;
}
.comparison_page .comparison_left .cell {
    text-align: left;
    min-height: 1.75rem;
}
.comparison_page .comparison_products {
    position: relative;
    margin: 0 !important;
    float: right;
    width: calc(100% - 25%);
}
@media (max-width: 767px) {
    .comparison_page {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }
}
@media (min-width: 992px) {
    .comparison_page .comparison_left {
        width: 230px;
    }
    .comparison_page .comparison_products {
        width: calc(100% - 230px);
    }
}
.comparison_page .product {
    border: none !important;
    box-shadow: none !important;
    min-width: auto !important;
    padding: 0 0 1.5625rem !important;
}
.comparison_page .product .preview_image {
    margin: 0;
}
.comparison_page .products-item {
    border-left: 1px dotted #ccc;
}
.comparison_page .cell {
    text-align: center;
    font-size: 0.75rem;
    padding: 0.5em 0.5em;
    border-bottom: 1px solid #e8e8e1;
}
.comparison_page .cell:nth-child(even) {
    background: #f0f0f0;
}
.comparison_page .compare_controls {
    position: relative;
}
.compare_show {
    position: absolute;
    left: 0px;
    bottom: 25px;
}
.compare_show a {
    display: inline-block;
    padding: 5px 5px;
    text-decoration: none;
}
.compare_show a:hover,
.compare_show .active {
    color: #030303;
    text-decoration: underline;
}
.purchase {
    width: 100%;
    margin-bottom: 40px;
}
.purchase tr {
    position: relative;
}
.purchase tr + tr {
    border-top: 1px dotted #e0e0e0;
}
.purchase th,
.purchase td {
    padding: 1rem 0.625rem;
    vertical-align: middle;
}
.purchase th {
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
}
.purchase .purchase_image {
    width: 4.375rem;
    max-height: 4.375rem;
}
.purchase .purchase_name {
    font-weight: bold;
}
.purchase .purchase_name i {
    font-weight: normal;
    font-style: normal;
}
.purchase .purchase_amount {
    text-align: center;
}
.purchase .purchase_total {
    text-transform: uppercase;
    font-size: 1.15em;
    font-weight: bold;
    color: #c2b50d;
}
.purchase .purchase_remove {
    text-align: right;
    padding: 0.625rem 0rem;
}
.purchase tfoot tr {
    border-top: 2px solid #ededed;
    margin-top: 1.25rem;
}
@media (max-width: 767px) {
    .purchase,
    .purchase tbody,
    .purchase tfoot,
    .purchase tfoot td,
    .purchase tr,
    .purchase .purchase_name {
        display: block;
    }
    .purchase tr {
        padding-bottom: 0.9375rem;
        padding-top: 0.9375rem;
        margin-bottom: 0.9375rem;
    }
    .purchase td,
    .purchase th {
        padding: 0.3125rem 0.3125rem;
    }
    .purchase td:empty,
    .purchase th:empty {
        display: none;
    }
    .purchase .purchase_image {
        display: none;
    }
    .purchase .purchase_name {
        font-size: 1.0625rem;
    }
    .purchase .coupon,
    .purchase .purchase_total {
        padding: 10px;
    }
    .purchase .purchase_remove {
        position: absolute;
        top: 40%;
        right: 0;
    }
}
.input_coupon {
    vertical-align: top;
    width: 165px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid #ededed;
    border-radius: 2px;
    font-size: 13px;
    font-family: inherit;
}
.coupon_button {
    height: 34px;
}
.delivery_item {
    padding: 0.9375rem 0 0;
}
.delivery_item + .delivery_item {
    margin-top: 10px;
    border-top: 1px dotted #e0e0e0;
}
.delivery_label {
    opacity: 0.8;
    margin: 0;
    display: block;
}
.delivery_label.active + .delivery_description {
    display: block;
}
.input_delivery {
    float: left;
    margin: 2px 7px 5px 0;
}
.delivery_name {
    font-weight: bold;
}
.delivery_name img {
    float: right;
    vertical-align: middle;
    margin: -0.3125rem 0.3125rem 0.3125rem 0;
    max-height: 1.75rem;
}
.delivery_description {
    display: none;
    margin: 5px 0 10px 25px;
    font-size: 0.8125rem;
    color: #666;
}
.order_details {
    width: 100%;
}
.order_details td {
    padding-right: 10px;
}
.order_details tr + tr td {
    padding-top: 0.625rem;
}
.checkout_form form {
    padding: 0rem;
}
.checkout_form form .form_group {
    padding: 0rem;
}
.checkout_form input[type="submit"] {
    padding: 0rem 3.4375rem;
    font-size: 1.0625rem;
}
.filters_heading {
    font-weight: bold;
    font-size: 18px;
    padding: 2px 15px;
    display: block;
}
.filters_heading .angle_icon {
    position: absolute;
    right: 20px;
    top: 18px;
}
.filters {
    text-align: left;
    margin-bottom: 3.125rem;
}
.filters .filter_name {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    margin: 0 0 8px;
}
@media (max-width: 991px) {
    .filters {
        display: none;
    }
}
.filter_group {
    padding: 10px 15px;
    margin: 0 0 10px;
    background: #f6f6f6;
    max-height: 22em;
    overflow-y: auto;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    font-size: 0.84375rem;
}
.filter_group,
.filter_group a {
    color: inherit;
    text-decoration: none;
}
.filter_group .row {
    margin: 0rem 0rem;
}
.filter_group .item {
    padding: 0;
}
.filter_group .item:hover {
    color: #c2b50d;
}
.filter_group .filter_link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4px 0;
    margin: 0;
    text-decoration: none;
    line-height: 20px;
}
.filter_group .link-more {
     color: #ffb300;
}
.filter_group .indicator {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
}
.filter_group .checked {
    color: #c2b50d;
}
.filter_group .checked .indicator {
    border-color: #ffb300;
}
.filter_group .checked .indicator:before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23ffb300' d='M59.679 20.214c0 0.893-0.357 1.786-1 2.429l-30.714 30.714c-0.643 0.643-1.536 1-2.429 1s-1.786-0.357-2.429-1l-17.786-17.786c-0.643-0.643-1-1.536-1-2.429s0.357-1.786 1-2.429l4.857-4.857c0.643-0.643 1.536-1 2.429-1s1.786 0.357 2.429 1l10.5 10.536 23.429-23.464c0.643-0.643 1.536-1 2.429-1s1.786 0.357 2.429 1l4.857 4.857c0.643 0.643 1 1.536 1 2.429z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.price_range {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.3125rem 0rem;
}
.price_range > * {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    max-width: 6.25rem;
    padding: 0.25rem 0.3125rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.1875rem;
    cursor: pointer;
}
.ui-slider {
    position: relative;
    margin: 1.25rem 0.3125rem 0.625rem;
    height: 0.4375rem;
    border: 1px solid #e8e8e8;
    background-color: #f0f0f0;
    border-radius: 2px;
}
.ui-slider .ui-slider-handle {
    cursor: pointer;
    outline: none !important;
    position: absolute;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    top: -6px;
    background-color: #3b3b3b;
    border: 4px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0px 0px 2px #000;
}
.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-hover {
    background-color: #c2b50d;
}
.ui-slider .ui-slider-range {
    position: absolute;
    background-color: rgba(41, 45, 46, 0.94);
    height: 100%;
}
.fn_categories {
    position: relative;
}
.fn_ajax_wait {
    background: rgba(255, 255, 255, 0.52) url("../images/staticSheets/fn_ajax_wait.gif") no-repeat;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background-position: 45% 10vh;
}
#comm_list {
    background: #242424;
    padding: 2.75rem 0.9375rem 2.75rem;
    background: url(../images/bg-footer.jpg) fixed;
    background-size: cover;
}
#comm_list,
#comm_list a {
    color: #f0f0f0;
}
@media (max-width: 1280px) {
    #comm_list [class^="col-"]:nth-child(3) {
        display: none;
    }
}
@media (max-width: 991px) {
    #comm_list [class^="col-"] {
        max-width: 30rem;
        margin-left: auto;
        margin-right: auto;
    }
}
#comm_list .over-all {
    background: url(../images/staticSheets/bg_dots_02.png);
}
#comm_list .text {
    color: #c7c7c7;
    font-size: 0.78125rem;
}
#comm_list .text-ps {
    color: #737373;
    font-size: 0.71875rem;
}

.promo-box{
background:#fff6e8;
border:1px solid #f0c27b;
padding:8px 10px;
margin-top:10px;
border-radius:6px;
font-size:14px;
}

.promo-title{
color:#d40000;
font-weight:600;
margin-bottom:4px;
}
.filter_group button.filter_link {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: none;
    background: transparent;
    box-shadow: none;
    font-family: inherit;
    color: inherit;
    cursor: pointer;
    text-align: left;
}
.product-item .product_image {
    overflow: hidden;
}

.product-item .product_image .product_img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
/* =========================================
   3-Й УРОВЕНЬ МЕНЮ OKAYCMS
   ========================================= */

/* Родитель пункта 2-го уровня */
#header_cats nav ul.lev2 > li.sub {
    position: relative;
}

/* 3-й уровень скрыт */
#header_cats nav ul.lev2 > li.sub > ul.lev3 {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 220px;
    margin: 0;
    padding: 8px 0;
    z-index: 9999;
    background: #002638;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* Показываем 3-й уровень при наведении */
#header_cats nav ul.lev2 > li.sub:hover > ul.lev3 {
    display: block;
}

/* Пункты 3-го уровня */
#header_cats nav ul.lev2 > li.sub > ul.lev3 > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Ссылки 3-го уровня */
#header_cats nav ul.lev2 > li.sub > ul.lev3 > li > a {
    display: block;
    width: 100%;
    min-width: 220px;
    padding: 10px 15px;
    box-sizing: border-box;
    white-space: nowrap;
    color: #ffffff;
}

/* Наведение */
#header_cats nav ul.lev2 > li.sub > ul.lev3 > li > a:hover {
    background: #0b3547;
    color: #ffaa00;
}
/* ==========================================
   МОБИЛЬНОЕ МЕНЮ — 3-Й УРОВЕНЬ
   ========================================== */
@media (max-width: 991px) {

    /* 3-й уровень в том же стиле, что и остальные пункты */
    #header_cats nav ul.lev2 > li.sub > ul.lev3 {
        position: static;
        width: 100%;
        margin: 0;
        padding: 0 0 0 18px;
        background: transparent;
        box-shadow: none;
    }

    /* Каждый пункт 3-го уровня */
    #header_cats nav ul.lev3 > li {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(255,255,255,0.22);
    }

    /* Ссылка */
    #header_cats nav ul.lev3 > li > a {
        display: block;
        width: 100%;
        min-height: 48px;
        padding: 14px 45px 14px 18px;
        box-sizing: border-box;

        color: #fff;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
    }

    /* Последний пункт */
    #header_cats nav ul.lev3 > li:last-child {
        border-bottom: 1px solid rgba(255,255,255,0.22);
    }

    /* Наведение */
    #header_cats nav ul.lev3 > li > a:hover {
        color: #ffaa00;
    }

}
.slick-products .fn_variants {
    background: transparent;
    border: none;
    padding: 0;
}
.header_phones .telblock svg.isvg.color {
    width: 20px !important;
    height: 20px !important;
    color: #fff !important;
    fill: none !important;
}
@media (max-width: 767px) {
    #fullscr_main {
        display: none !important;
    }
}

/* Преимущества товара */
.product-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 25px;
    row-gap: 12px;
    margin: 0;
}

.product-benefit {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    min-width: 0;
}

.product-benefit__icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    margin-right: 10px;
}

.product-benefit__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.product-benefit__text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.product-benefit__text strong {
    font-size: 12px;
    font-weight: 700;
    color: #002135;
}

.product-benefit__text span {
    font-size: 11px;
    color: #555;
}

.product-guarantee-link {
    display: inline-block;
    margin-top: 5px;
}

.product-guarantee-link img {
    display: block;
}

/* Информация о товаре */
.product_info_row {
    display: flex;
    align-items: center;
    min-height: 27px;
    line-height: 1.3;
    font-size: 13px;
}

.product_info_row .details_label {
    width: 112px;
    flex: 0 0 112px;
    color: #777;
}

.product_info_row .sku_nubmer {
    color: #002135;
    font-weight: 600;
}


/* Наличие */
.product_availability .in_stock,
.product_availability .no_stock {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.product_availability .in_stock {
    color: #5d8f00;
}

.product_availability .no_stock {
    color: #999;
}

.product_availability .isvg {
    width: 16px;
    height: 16px;
}


/* Рейтинг */
.product_rating {
    gap: 4px;
}

.product_rating .details_label {
    margin-right: 2px;
}


/* Производитель */
.product_manufacturer {
    margin-top: 1px;
}

.product_brand {
    display: flex;
    align-items: center;
    line-height: 1;
}

.product_brand img {
    width: 80px !important;
    max-width: 80px;
    max-height: 32px;
    object-fit: contain;
}


/* Официальный дилер */
.product_official_dealer {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #e5e5e5;
    font-size: 11px;
    line-height: 1.35;
    color: #666;
}

.product_official_dealer span {
    display: inline;
    color: #002135;
    font-weight: 600;
}

.product_official_dealer strong {
    color: #002135;
    font-weight: 600;
}


.product_details_row {
    display: flex;
    align-items: center;
    min-height: 28px;
    font-size: 13px;
}

.product_details_row .details_label {
    min-width: 115px;
    color: #777;
}

.product_details_row .sku_nubmer {
    color: #002135;
    font-weight: 600;
}

.product_details_row .in_stock {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #5d8f00;
}

.product_details_row .no_stock {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #999;
}

.product_details_row .in_stock .isvg,
.product_details_row .no_stock .isvg {
    width: 16px;
    height: 16px;
}

.product_rating {
    gap: 7px;
}

.product_rating .details_label {
    margin-right: 3px;
}

.product_manufacturer {
    margin-top: 3px;
}

.product_brand {
    display: flex;
    align-items: center;
}

.product_brand img {
    width: 80px !important;
    max-height: 35px;
    object-fit: contain;
}

.product_official_dealer {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    line-height: 1.5;
    color: #555;
}

.product_official_dealer span {
    display: block;
    color: #002135;
    font-weight: 600;
}

/* =========================================
   КНОПКИ ПОД ПОКУПКОЙ
   ========================================= */

.price_action_row {
    width: 100%;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    box-sizing: border-box;
}

/* Viber */

.viber_price_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    min-width: 165px;
    height: 46px;
    padding: 0 12px;
    box-sizing: border-box;

    border: 0;
    border-radius: 3px;

    background: #665cac;
    color: #fff;

    font-size: 12px;
    font-weight: 700;
    text-decoration: none;

    cursor: pointer;
    transition: all .2s ease;
}

.viber_price_button:hover,
.viber_price_button:focus {
    background: #554c9a;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(102, 92, 172, .25);
}

.viber_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 23px;
    height: 23px;
    margin-right: 7px;

    border-radius: 50%;
    background: #fff;
    color: #665cac;

    font-size: 13px;
    font-weight: 800;
}

/* Знайшов дешевше */

.price_action_row .cheaper_price_button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 180px;
    min-width: 180px;
    height: 46px;

    margin: 0;
    padding: 0 12px;

    box-sizing: border-box;

    border: 2px solid #f5b400;
    border-radius: 3px;

    background: #fff;
    color: #333;

    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    white-space: nowrap;

    cursor: pointer;
    transition: all .2s ease;
}

.price_action_row .cheaper_price_button:hover,
.price_action_row .cheaper_price_button:focus {
    background: #f5b400;
    color: #fff;
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(245, 180, 0, .25);
}

.cheaper_check {
    margin-right: 7px;
    color: #f5b400;
    font-size: 15px;
    font-weight: 800;
}

.price_action_row .cheaper_price_button:hover .cheaper_check {
    color: #fff;
}


/* =========================================
   КНОПКИ ПОД ПОКУПКОЙ
   ========================================= */

.price_action_row {
    width: 100%;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    box-sizing: border-box;
}

/* =========================================
   VIBER
   ========================================= */

.viber_price_button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 158px;
    min-width: 158px;
    height: 46px;

    padding: 0 8px;
    box-sizing: border-box;

    border: 0;
    border-radius: 3px;

    background: #665cac;
    color: #fff;

    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;

    cursor: pointer;
    transition: all .2s ease;
}

.viber_price_button:hover,
.viber_price_button:focus {
    background: #554c9a;
    color: #fff;
    text-decoration: none;
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(102, 92, 172, .25);
}

.viber_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;
    margin-right: 6px;

    border-radius: 50%;
    background: #fff;
    color: #665cac;

    font-size: 12px;
    font-weight: 800;
}

/* =========================================
   ЗНАЙШОВ ДЕШЕВШЕ
   ========================================= */

.price_action_row .cheaper_price_button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 158px;
    min-width: 158px;
    height: 46px;

    margin: 0;
    padding: 0 8px;

    box-sizing: border-box;

    border: 2px solid #f5b400;
    border-radius: 3px;

    background: #fff;
    color: #333;

    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    white-space: nowrap;

    cursor: pointer;
    transition: all .2s ease;
}

.price_action_row .cheaper_price_button:hover,
.price_action_row .cheaper_price_button:focus {
    background: #f5b400;
    color: #fff;
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(245, 180, 0, .25);
}

.cheaper_check {
    margin-right: 6px;
    color: #f5b400;
    font-size: 15px;
    font-weight: 800;
}

.price_action_row .cheaper_price_button:hover .cheaper_check {
    color: #fff;
}


/* =========================================
   МОДАЛЬНОЕ ОКНО
   ========================================= */

.cheaper_modal {
    display: none;
    position: fixed;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    z-index: 999999;
}

.cheaper_modal.active {
    display: block !important;
}

.cheaper_overlay {
    position: absolute;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(0, 0, 0, .75);
}

.cheaper_window {
    position: absolute;

    top: 50%;
    left: 50%;

    width: calc(100% - 30px);
    max-width: 420px;
    max-height: calc(100vh - 30px);

    overflow-y: auto;

    padding: 25px 28px 28px;

    box-sizing: border-box;

    background: #fff;

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

.cheaper_close {
    position: absolute;

    top: 8px;
    right: 10px;

    width: 30px;
    height: 30px;

    padding: 0;

    border: 0;

    background: transparent;

    color: #888;

    font-size: 28px;
    line-height: 30px;

    text-align: center;

    cursor: pointer;
}

.cheaper_title {
    margin: 0 30px 12px 0;

    color: #333;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;

    text-align: center;
}

.cheaper_text {
    margin-bottom: 18px;

    color: #777;

    font-size: 13px;
    line-height: 1.5;

    text-align: center;
}

.cheaper_form .form_input,
.cheaper_form .form_textarea {
    display: block;

    width: 100%;

    margin-bottom: 14px;

    box-sizing: border-box;
}

.cheaper_submit {
    display: block;

    width: 100%;
    height: 43px;

    padding: 0 20px;

    border: 0;

    background: #ff0000;
    color: #fff;

    font-size: 13px;
    font-weight: 700;
    line-height: 43px;

    text-align: center;

    cursor: pointer;
}

.cheaper_submit:hover {
    background: #d90000;
}

body.modal-open {
    overflow: hidden;
}


/* =========================================
   МОБИЛЬНАЯ ВЕРСИЯ
   ========================================= */

@media (max-width: 767px) {

    .price_action_row {
        width: 100%;
        margin-top: 10px;

        display: flex;
        flex-direction: column;

        align-items: center;
        justify-content: center;

        gap: 8px;
    }

    .price_action_row .viber_price_button,
    .price_action_row .cheaper_price_button {
        width: 100%;
        max-width: 300px;
        min-width: 0;
        height: 46px;
    }

    .cheaper_window {
        width: calc(100% - 24px);
        max-width: 420px;

        padding: 22px 18px 22px;
    }

}