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: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9rem;
    color: #2f3639;
    background-color: #f3f5f5
}

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: #f07800 !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: #f57b00;
    text-decoration: none
}

a:hover,
a:focus {
    color: #e67300;
    text-decoration: underline
}

p {
    margin-bottom: 6px
}

p:last-child {
    margin-bottom: 0
}

article {
    line-height: 1.44
}

article p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-smoothing: subpixel-antialiased !important;
    text-align: justify
}

article p+p {
    margin-top: 0
}

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 {
    padding: 15px 31.5px 30px
}

article ul li {
    font-size: 95%;
    margin-bottom: 7.5px
}

article img {
    padding: 0.1875rem;
    border: 1px solid #e0e0e0;
    margin-bottom: 0.9375rem
}

.drop_block {
    position: relative
}

.drop_block>.drop_list {
    z-index: 2;
    display: none;
    position: absolute;
    top: 100%;
    min-width: 9.375rem;
    padding: 0.3125rem 0.3125rem;
    background: #fff;
    border: 1px solid #e0e0e0
}

.drop_block>.drop_list .item {
    display: block;
    padding: 0.25rem 0.3125rem
}

.drop_block>.drop_list .item+.item {
    border-top: 1px dotted #e0e0e0
}

.drop_btn {
    line-height: 100%;
    cursor: pointer;
    display: inline-block
}

[class*="isvg"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -.10em;
    color: inherit;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.readmore_js {
    position: relative
}

.readmore_js[aria-expanded="false"] {
    -webkit-transition: all .15s ease-in-out;
    transition: all .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: 0.3125rem 1.5625rem;
    border-radius: 0.1875rem;
    font-size: 0.79375rem;
    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
}

select {
    width: 100%;
    line-height: 30px;
    padding: 0 35px 0 15px;
    border: 2px solid #e1e8ed;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 12px center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 7px
}

.page {
    max-width: 100vw !important;
    display: block
}

.wrapper {
    min-height: 100vh;
    background: #fff
}

.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
    }
}

@media (min-width: 1380px) {
    .page.boxed {
        padding: 1.25rem 0rem;
        background: url(../images/bg-body.png) 50% 2% fixed;
        background-size: cover;
        background-repeat: no-repeat
    }
    .page.boxed .wrapper {
        padding: 0.3125rem 0rem;
        margin: 0rem auto;
        border-radius: 0.1875rem;
        max-width: 1380px;
        background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 150vh);
        background: linear-gradient(to bottom, #fff 0%, #f5f5f5 150vh);
        box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.175)
    }
    .page.boxed .wrapper .container {
        padding-right: 1.875rem;
        padding-left: 1.875rem
    }
}

.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: -.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: 250px
    }
}

@media (min-width: 992px) {
    .sidebar_bottom {
        clear: left
    }
    .products_container {
        float: right;
        width: calc(100% - 270px)
    }
}


#header {
    position: relative;
}

.ps-sh {
position: relative;
z-index: 100;
}



#header,
#header a {
    color: #1f1f1f;
    text-decoration: none
}

#header .topline {
    font-size: 0.79375rem;
    line-height: 1.5;
    padding: 0.625rem 0rem;
    border-bottom: 1px dotted #d4d4d4
}

#header .topline .drop_list {
    right: 0;
    line-height: 1.3
}

#header .informers_top>span {
    display: inline-block;
    position: relative
}

#header .informers_top>span img {
    vertical-align: baseline
}

#header .informers_top>span+span {
    margin-left: 0.3125rem;
    padding-left: 0.625rem;
    border-left: 1px dotted #d4d4d4
}

#header .contentline [class*="col-"] {
    margin: 0.375rem 0rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

#header .contentline .logo {
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase
}

#header .contentline .logo img {
    max-height: 5.9375rem;
    max-width: 10rem;
    padding-right: 0.9375rem
}

#header .contentline .message {
    text-align: left;
    font-size: 0.65625rem;
    font-weight: 600
}

@media (min-width: 992px) and (max-width: 1379px) {
    #header .contentline .message {
        display: none
    }
}

@media (max-width: 543px) {
    #header .contentline .message {
        display: none
    }
}

#header .contentline .top_phones {
    line-height: 1.123
}

#header .contentline .top_phones .phones .num {
    font-size: 1.0625rem;
    font-weight: bold;
    letter-spacing: -.02em;
    display: block;
    color: #BF90D4
}

#header .contentline .top_phones .phones .num span {
    color: #1a1a1a
}

#header .contentline .top_phones .fn_callback {
    margin-top: 0.4375rem;
    font-size: 0.6875rem;
    padding: 0rem 0.3125rem;
    line-height: 2
}

@media (max-width: 991px) {
    #header .contentline .search {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    #header .contentline .informers {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media (max-width: 767px) {
    #header .contentline .logo {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    #header .contentline .informers {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

#header .categories {
    position: relative;
    background: rgba(191,144,212)
}

#header .categories>div {
    padding: 0
}

@media (max-width: 991px) {
    #header .categories>div {
        margin-left: 0;
        margin-right: 0;
        width: auto !important
    }
}

#header .categories>div .lev_0 {
    margin: 0;
    position: relative
}

#header .categories>div .lev_0>a {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 3.125rem;
    font-size: 0.8125rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0rem 1.25rem;
    color: #fff
}

#header .categories>div .lev_0>a+a {
    border-left: 1px dotted rgba(255, 255, 255, 0.63)
}

#header .categories>div .lev_0>.drop_btn {
    background: #AD79C1
}

#header .categories>div .lev_0>.fn_callback {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

@media (max-width: 991px) {
    #header .categories>div .lev_0>a {
        border-bottom: 1px dotted rgba(255, 255, 255, 0.63)
    }
    #header .categories>div .lev_0>.drop_btn {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
}

@media (max-width: 543px) {
    #header .categories>div .lev_0>.drop_btn {
        -webkit-box-ordinal-group: 100;
        -webkit-order: 99;
        -ms-flex-order: 99;
        order: 99
    }
}

#pages_top {
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none
}

#pages_top>ul>li>a {
    display: block
}

#pages_top>ul>li>a:hover,
#pages_top>ul>li>a.selected {
    color: #ff8000;
    text-decoration: underline
}

@media (max-width: 991px) {
    #pages_top {
        position: fixed;
        top: 0;
        height: 100vh;
        min-width: 320px;
        max-width: 100vh;
        padding: 0.9375rem;
        background: #f2f2f2;
        z-index: 9999
    }
    #pages_top .close {
        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;
        position: absolute;
        top: 0.4375rem;
        right: 0.4375rem;
        border-radius: 50%;
        width: 1.625rem;
        height: 1.625rem;
        background: #f7f7f7;
        border: 2px solid #adadad;
        color: #adadad
    }
    #pages_top li>a {
        font-size: 0.98125rem;
        padding: 0.625rem;
        border-top: 1px dotted #d4d4d4
    }
    #pages_top li:first-child>a {
        border-top: transparent
    }
    #pages_top:not(:target) {
        left: -100vw;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    #pages_top:target {
        left: 0;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in
    }
}

@media (min-width: 992px) {
    #pages_top>ul>li {
        display: inline-block;
        float: left
    }
    #pages_top>ul>li>a {
        padding: 0.0625rem 0.4375rem;
        border-left: 1px dotted #d4d4d4
    }
    #pages_top>ul>li:first-child>a {
        padding-left: 0rem;
        border-left: transparent
    }
    #pages_top .open,
    #pages_top .close {
        display: none
    }
}

#cart_informer {
    line-height: 1.1;
    position: relative
}

#cart_informer>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
}

#cart_informer svg {
    margin-right: 0.625rem
}

#cart_informer .title {
    font-weight: bold
}

#cart_informer .text {
    font-size: 0.78125rem
}

#cart_informer .count {
    position: absolute;
    top: -0.1875rem;
    left: 1.75rem;
    width: 1.375rem;
    height: 1.375rem;
    line-height: 1.25rem;
    border-radius: 100%;
    background-color: #ff8000;
    color: #fff;
    font-size: 0.625rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.02em
}

#header_cat {
    display: none;
    position: absolute;
    top: 100%;
    left: 0.125rem;
    right: 0.125rem;
    z-index: 99;
    background: #f2f2f2;
    border-bottom: 3px solid #eb7600;
    box-shadow: 0px 14px 36px -2px rgba(0, 0, 0, 0.22);
    background-image: -webkit-linear-gradient(top, #fff 0, #f2f2f2 88%);
    background-image: linear-gradient(to bottom, #fff 0, #f2f2f2 88%);
    background-repeat: repeat-x
}

#header_cat .sub-switcher {
    float: right;
    position: absolute;
    top: 0.6875rem;
    right: 0.1875rem;
    font-size: 0.625rem;
    padding: 0.5rem 0.5rem;
    background: #e2e2e2;
    color: #fff !important
}

@media (min-width: 992px) {
    #header_cat .sub-switcher {
        display: none
    }
}

#header_cat,
#header_cat a {
    color: #1a1a1a
}

#header_cat ul li {
    position: relative
}

#header_cat ul li a {
    display: block
}

#header_cat ul li:last-child {
    margin-bottom: 0.9375rem
}

#header_cat a:hover {
    color: #ff8000
}

#header_cat .lev1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0rem 0rem
}

@media (max-width: 991px) {
    #header_cat .lev1>li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header_cat .lev1>li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 992px) and (max-width: 1379px) {
    #header_cat .lev1>li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%
    }
}

@media (min-width: 1380px) {
    #header_cat .lev1>li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

#header_cat .lev1>li>a {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase
}

#header_cat .lev1>li:hover>a {
    color: #ff8000
}

@media (max-width: 991px) {
    #header_cat ul {
        padding-left: 0.9375rem
    }
    #header_cat .sub>ul {
        display: none
    }
    #header_cat .lev1>li>a {
        padding: 0.9375rem 0.9375rem
    }
    #header_cat .lev1 li {
        border-top: 1px dotted #ccc
    }
    #header_cat .lev2>li {
        border-top: 1px dotted #ccc
    }
    #header_cat .lev2>li>a {
        font-size: 0.90625rem;
        padding: 0.4375rem 0rem
    }
    #header_cat .lev2 .sub-switcher {
        top: 0.125rem
    }
    #header_cat .lev3 .sub-switcher {
        display: none
    }
    #header_cat .lev3>li>a {
        font-size: 0.84375rem;
        padding: 0.4375rem 0.3125rem
    }
}

@media (min-width: 992px) {
    #header_cat ul>li {
        margin: 0.1875rem 0
    }
    #header_cat .lev1 {
        padding: 0.9375rem 0
    }
    #header_cat .lev1>li {
        padding: 0.125rem 1.875rem
    }
    #header_cat .lev1>li>a {
        margin: 0 0 0.5rem 0
    }
    #header_cat .lev2>li>a {
        font-size: 0.78125rem
    }
    #header_cat .lev2>li:hover>a {
        padding-left: 0.25rem
    }
    #header_cat .lev3 {
        display: none
    }
}

#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;
    border: 2px solid #c7c7c7;
    border-radius: 0.1875rem
}

#search button,
#search input[type="text"] {
    cursor: pointer;
    border: none;
    background: none;
    height: 40px;
    color: gray;
    border: 1px solid transparent;
    -webkit-transition: all .22s ease-in-out;
    transition: all .22s ease-in-out
}

#search button {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 45px;
    text-align: center;
    color: #bfbfbf
}

#search button:hover {
    color: #ff8000
}

#search input[type="text"] {
    padding-left: 0.625rem;
    padding-right: 50px;
    width: 100%
}

#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: #ff8000
}

.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: #eb7600 !important
}

.autocomplete-suggestions .autocomplete-selected {
    background: #f2f2f2
}

.page_header,
.page_header h1,
.page_header h2 {
    margin-top: 0.9375rem;
    margin-bottom: 1.875rem;
    color: #000;
    font-size: 1.6875rem;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase
}

.page_header>span,
.page_header h1>span,
.page_header h2>span {
    color: #AD79C1 !important
}

.page_header.text-center {
    text-align: center !important;
    max-width: 67.5rem;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 544px) {
    .page_header.text-center:before {
        display: block
    }
}

.page_header.text-center+.page_header_text {
    margin-top: -1.25rem;
    margin-bottom: 2.1875rem;
    text-align: center;
    font-size: 0.8125rem
}

.page_header.text-center+.page_header_text,
.page_header.text-center+.page_header_text a {
    color: inherit;
    text-decoration: none
}

.page_header.text-center+.page_header_text a {
    border-bottom: 1px dotted #e67300
}

@media (min-width: 768px) {
    .page_header {
        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
    }
    .page_header>span,
    .page_header h1>span,
    .page_header h2>span {
        margin-left: 0.3125rem;
        margin-right: 0.3125rem
    }
    .page_header:before,
    .page_header: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.4375rem;
        height: 0.1875rem;
        border-top: 1px solid #737373;
        border-bottom: 1px solid #737373
    }
    .page_header:before {
        display: none;
        margin-right: 0.9375rem
    }
    .page_header:after {
        margin-left: 0.9375rem
    }
}

#banner_1_bg100vw {
    position: relative;
    overflow: hidden;
    top: -180px;
        z-index: 10;
        margin-bottom: -160px;
}



@media (min-width: 1380px) {
    #banner_1_bg100vw {
        height: 44rem
    }
}

@media (min-width: 992px) and (max-width: 1379px) {
    #banner_1_bg100vw {
        height: 36rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #banner_1_bg100vw {
        height: 22rem;
            top: 0px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    #banner_1_bg100vw {
        height: 12.5rem
    }
}

#banner_1_bg100vw .b-content {
    min-width: 20rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: calc(11px + .3vw);
    text-shadow: -1px -1px 5px rgba(255, 255, 255, 0.98), -1px -1px rgba(255, 255, 255, 0.58), 1px 1px 5px rgba(255, 255, 255, 0.98), 1px 1px rgba(255, 255, 255, 0.58)
}

@media (min-width: 1380px) {
    #banner_1_bg100vw .b-content {
        padding: 2.1875rem 13% 9% 11%;
        right: 30%
    }
}

@media (min-width: 992px) and (max-width: 1379px) {
    #banner_1_bg100vw .b-content {
        padding: 1.5625rem 11% 9% 11%;
        right: 30%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #banner_1_bg100vw .b-content {
        padding: 0.9375rem 8% 2.8125rem 11%;
        right: 30%
    }
}

@media (max-width: 767px) {
    #banner_1_bg100vw .b-content {
        padding: 0.625rem 5% 3.75rem 4.375rem;
        right: 30%
    }
}

#banner_1_bg100vw .b-content .h1 {
    text-transform: uppercase
}

#banner_1_bg100vw .b-content:not(.description) .h1 {
    font-size: calc(1.6em + 0.4vw);
    margin-bottom: 8vw
}

#banner_1_bg100vw .b-content.description {
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.94);
    background: -webkit-linear-gradient(25deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.92) 35%, rgba(255, 255, 255, 0.58) 80%, rgba(255, 255, 255, 0.3) 81%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(65deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.92) 35%, rgba(255, 255, 255, 0.58) 80%, rgba(255, 255, 255, 0.3) 81%, rgba(255, 255, 255, 0) 100%)
}

#banner_1_bg100vw .b-content.description .h1 {
    font-size: calc(1.3em + 0.7vw);
    margin-bottom: 0.3125rem
}

#banner_1_bg100vw img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover
}

#banner_1_bg100vw .slick-dots {
    display: none
}

#banner_1_bg100vw .slick-track,
#banner_1_bg100vw .slick-list,
#banner_1_bg100vw .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.tizers_block {
    margin: 1.5625rem 0rem;
    font-size: 0.8125rem
}

.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: #e07100
}

.tizers_block svg,
.tizers_block img {
    width: 1.875rem;
    max-height: 2.5rem;
    margin-top: -0.3125rem;
    margin-right: 0.625rem;
    color: #AD79C1
}

.tizers_block .title {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.3125rem
}

#subcats {
    margin-bottom: 22.5px
}

#subcats,
#subcats a {
    color: inherit
}

#subcats [class*="col"] {
    padding: 0.1875rem 0.0625rem
}

#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: #e67300
}

#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: -.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
    }
}

.post_list {
    padding: 15px 0.9375rem;
    color: gray;
    font-size: 0.8125rem
}

.post_item {
    position: relative;
    padding: 1.25rem 0.75rem;
    margin-bottom: 15px
}

.post_item+.post_item .post_image {
    border-left: 1px dotted rgba(0, 0, 0, 0.15)
}

.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: #4f4f4f;
    box-shadow: inset 0 -1.118em 0.2em rgba(0, 0, 0, 0.08), 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: #f5f6f7
}

.post_image svg {
    color: #e6e6e6
}

.post_image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post_content .title {
    margin: 0.4375rem 0rem;
    overflow: hidden;
    height: 2.4em
}

.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: #1f2425
}

.post_item:hover a {
    color: #ff8000
}

.product_rating {
    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 {
    width: 90px;
    height: 18px;
    background: url(../images/rating.png) repeat-x left top
}

.rating_starOn {
    display: block;
    background-position: left bottom
}

.rating_text {
    margin-left: 0.3125rem
}

.promo_img {
    position: absolute;
    max-width: 60px;
    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;
    position: relative
}

.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-family: "Oswald", sans-serif;
    font-size: 1.4375rem;
    letter-spacing: -.02em;
    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
}

.price_container .old_price {
    text-decoration: line-through;
    padding-right: 0.625rem;
    font-size: .82em;
    color: #b3b3b3
}

.amount {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e8e8e1;
    line-height: 34px
}

.plus,
.minus {
    font-size: 16px;
    float: left;
    width: 23px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    color: #707070
}

.plus:hover,
.plus:hover,
.minus:hover,
.minus:hover {
    color: #030303
}

.input_amount {
    display: block;
    float: left;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #e8e8e1;
    border-right: 1px solid #e8e8e1;
    background-color: #f7f7f7;
    padding: 0;
    margin: 0;
    height: 34px;
    width: 52px;
    text-align: center
}

.products-grid {
    margin: 0.9375rem -0.375rem !important
}

.products-grid * {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.products-grid .products-item {
    display: table;
    padding: 0.375rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.1
}

.products-grid .product {
    max-width: 17.8125rem;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.9375rem 0.75rem;
    border-radius: 0 0 0.3125rem 0.3125rem;
    border: 1px solid #f2f2f2;
    background: #fff;
    background-image: -webkit-linear-gradient(top, #fff 77%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #fff 77%, #f5f5f5 100%);
    background-repeat: repeat-x
}

@media (max-width: 991px) {
    .products-grid .product {
        min-width: 15.625rem;
        margin-left: auto;
        margin-right: auto
    }
}

.products-grid .product,
.products-grid .product a {
    color: inherit
}

.products-grid .product>div>*+* {
    margin-top: 0.6875rem
}

.products-grid .product select {
    display: none
}

.products-grid .price_container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.products-grid .product_rating {
    font-size: 0.6875rem;
    color: #c7c7c7
}

.products-grid .overlay_buttons {
    position: absolute;
    top: 0;
    right: 0
}

.products-grid .preview_image {
    margin: -0.5rem -0.3125rem 0.75rem;
    height: 13.75rem
}

.products-grid .preview_image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(204, 204, 204, 0.241);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.products-grid .product_name {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
    display: block;
    overflow: hidden;
    height: 29.3625px;
    font-size: 13.05px;
    line-height: 15.0075px;
    font-weight: 600
}

.products-grid .product:hover {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    border-color: #e5e5e5;
    box-shadow: 0 0 0.1875rem #ccc
}

.products-grid .product:hover .product_name {
    color: #e67300
}

.products-grid .product:hover .preview_image:after {
    opacity: 0
}

.products-grid .product:hover .overlay_buttons {
    opacity: 1
}

.product-item .product_image {
    height: 23.75rem;
    border: 2px solid #ededed;
    border-radius: 0.4375rem;
    background: #fff
}

.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: #f5f5f5;
    border: 1px solid #e0e0e0;
    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: 5.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: #01a628
}

.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: #e67300
}

.product-item .product_wish::after,
.product-item .product_compare::after {
    content: attr(title)
}

.product-labels {
    text-align: center;
    position: absolute;
    right: 0.5rem;
    left: 0.5rem;
    top: 12.125rem;
    font-size: 0.59375rem
}

.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.8;
    padding: 0 0.6em;
    min-width: 4.125rem;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background: #cfcfcf
}

.product-labels>*+* {
    margin-left: 0rem
}

.product:hover .product-labels>* {
    background: #ff8000
}

.product:hover .product-labels .discounted {
    background: #f8b523
}

.comparison_button,
.wishlist_button {
    -webkit-animation-delay: .0s;
    animation-delay: .0s;
    display: block;
    position: absolute;
    right: 0.625rem;
    border-radius: 50%;
    padding: 0.375rem 0.3125rem 0.3125rem;
    background: rgba(255, 255, 255, 0.54);
    border: 2px transparent
}

.comparison_button svg,
.wishlist_button svg {
    color: gray
}

.comparison_button:hover,
.wishlist_button:hover {
    background: #fff;
    border-color: #f7f7f7
}

.comparison_button:hover svg,
.wishlist_button:hover svg {
    color: #f57b00
}

.comparison_button.selected,
.wishlist_button.selected {
    border-color: #f07800
}

.comparison_button.selected svg,
.wishlist_button.selected svg {
    color: #e67300
}

.comparison_button {
    top: 0rem
}

.wishlist_button {
    top: 1.875rem
}

.remove_link {
    position: absolute;
    display: block;
    text-align: center;
    top: -0.75rem;
    left: 50%;
    margin-left: -5rem;
    width: 10rem;
    padding: 0.1875rem 0.4em;
    background: #fff;
    border: 2px solid #e3e3e3;
    border-radius: 0.1875rem;
    font-size: 12px
}

.remove_link,
.remove_link>* {
    color: #a1a1a1;
    text-decoration: none !important
}

.remove_link:hover,
.remove_link:hover>* {
    color: #fff;
    border-color: #f5f5f5;
    background: #c00
}

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

.features li {
    padding: 0;
    margin-bottom: 7px;
    overflow: hidden
}

.features_name,
.features_value {
    display: block;
    float: left
}

.features_value {
    width: 70%;
    padding-left: 7px;
    padding-right: 15px
}

.features_name {
    width: 30%;
    position: relative
}

.features_name span {
    position: relative;
    padding-right: 10px;
    z-index: 1;
    background-color: #fff
}

.features_name:before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #e3e3e3
}

.sort .sort_title {
    padding-right: 0.4375rem
}

.products-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    font-size: 0.78125rem;
    border-radius: 0.1875rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0.3125rem 0.625rem;
    border: 1px solid #e67300
}

.products-toolbar [class^="col-"] {
    padding: 0
}

.products-toolbar a {
    color: #e67300
}

.products-toolbar * {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

@media (min-width: 768px) {
    .products-toolbar .pagination {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.products-toolbar .pagination,
.products-toolbar .sort {
    margin: 0.3125rem 0rem;
    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
}

@media (max-width: 767px) {
    .products-toolbar .pagination,
    .products-toolbar .sort {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.products-toolbar a {
    text-decoration: none;
    line-height: 2.0;
    text-align: center;
    background: transparent;
    border: 1px transparent;
    padding: 0rem 0.5rem;
    min-width: 1.6875rem;
    border-radius: 0.125rem
}

.products-toolbar a:hover {
    color: #333
}

.products-toolbar a+a {
    margin-left: 0.1875rem
}

.products-toolbar .sort a {
    padding-right: 1.5625rem;
    position: relative
}

.products-toolbar .sort a.sort_link:after {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    content: "";
    position: absolute !important;
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.6875rem;
    height: 0.6875rem;
    top: 0.4375rem;
    right: 0.4375rem;
    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='%23e67300' d='M60.107 28.857l-26.5 26.464c-0.893 0.893-2.321 0.893-3.214 0l-26.5-26.464c-0.893-0.893-0.893-2.357 0-3.25l5.929-5.893c0.893-0.893 2.321-0.893 3.214 0l18.964 18.964 18.964-18.964c0.893-0.893 2.321-0.893 3.214 0l5.929 5.893c0.893 0.893 0.893 2.357 0 3.25z'/%3E%3C/svg%3E")
}

.products-toolbar .sort a.sort_link:hover:after {
    top: 0.3125rem
}

.products-toolbar .sort a.active_up:after {
    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='%23fff' d='M60.107 47.536l-5.929 5.893c-0.893 0.893-2.321 0.893-3.214 0l-18.964-18.964-18.964 18.964c-0.893 0.893-2.321 0.893-3.214 0l-5.929-5.893c-0.893-0.893-0.893-2.357 0-3.25l26.5-26.464c0.893-0.893 2.321-0.893 3.214 0l26.5 26.464c0.893 0.893 0.893 2.357 0 3.25z'/%3E%3C/svg%3E") !important
}

.products-toolbar .sort a.active_down:after {
    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='%23fff' d='M60.107 28.857l-26.5 26.464c-0.893 0.893-2.321 0.893-3.214 0l-26.5-26.464c-0.893-0.893-0.893-2.357 0-3.25l5.929-5.893c0.893-0.893 2.321-0.893 3.214 0l18.964 18.964 18.964-18.964c0.893-0.893 2.321-0.893 3.214 0l5.929 5.893c0.893 0.893 0.893 2.357 0 3.25z'/%3E%3C/svg%3E") !important
}

.products-toolbar a[class*="active"] {
    background: #f07800;
    bolder-color: #e67300;
    color: #fff !important
}

.products-toolbar .search_link {
    display: none;
    color: #ccc;
    padding-right: 0.625rem;
    border-right: 1px dotted #e0e0e0
}

.products-toolbar .search_link:hover {
    color: #e67300
}

.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 #e0e0e0;
    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: #e67300
}

#browsed_product .item:hover .name {
    color: #e67300;
    text-decoration: underline
}

#browsed_product .image {
    width: 5rem;
    height: 5rem;
    float: left;
    border: 2px solid #4f4f4f;
    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: 5rem
}

.brands-block .image {
    margin: 0 0.625rem
}

.brands-block .name {
    display: block
}

.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 #e0e0e0;
    border-radius: 0.3125rem
}

.brands_list-page .item:hover .link {
    border-color: #eb7600
}

.brands_list-page .item:hover .image img {
    opacity: .5;
    zoom: .8
}

.brands_list-page .item:hover .name {
    color: #eb7600;
    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 {
    margin-bottom: 2.1875rem
}

#subscribe_container .text {
    font-size: 0.725rem;
    color: #8f8f8f
}

#subscribe_container form {
    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;
    margin-bottom: 0.625rem;
    padding: 0.25rem;
    border: 1px solid #c4c4c4
}

#subscribe_container form button,
#subscribe_container form input[type="email"] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    border: none;
    background: none;
    height: 36px;
    color: gray;
    border: 1px solid transparent;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    -webkit-transition: all .22s ease-in-out;
    transition: all .22s ease-in-out
}

#subscribe_container form button {
    color: rgba(255, 255, 255, 0.88);
    background: #474747
}

#subscribe_container form button:hover {
    color: #fff
}

#subscribe_container form input[type="email"] {
    width: 100%
}

#subscribe_container form input[type="email"]::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #666
}

#subscribe_container form input[type="email"]::-moz-placeholder {
    text-transform: uppercase;
    color: #666
}

#subscribe_container form input[type="email"]:-ms-input-placeholder {
    text-transform: uppercase;
    color: #666
}

#subscribe_container form input[type="email"]::placeholder {
    text-transform: uppercase;
    color: #666
}

#subscribe_container form #subscribe_email-error {
    position: absolute;
    top: 0rem;
    left: 0rem;
    padding: 0.25rem 0.9375rem;
    color: #eb0000;
    background: rgba(255, 255, 255, 0.9)
}

#footer {
    font-size: 0.825rem;
    border-top: 5px solid #ededed;
    padding: 1.25rem 0.625rem 0.625rem;
    background-image: -webkit-linear-gradient(top, #f7f7f7 0, #f1f1f1 24%);
    background-image: linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 24%);
    background-repeat: repeat-x
}

#footer,
#footer a {
    text-decoration: none;
    color: inherit
}

#footer .footer_main {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

#footer .footer_main [class^="col-"] {
    margin-bottom: 2.5rem
}

@media (min-width: 544px) {
    #footer .footer_main [class^="col-"] {
        text-align: left
    }
}

#footer .footer_main .title {
    color: #4d4d4d;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.9375rem
}

#footer .footer_menu .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.625rem;
    margin-right: 0.625rem;
    line-height: 1.12
}

#footer .footer_menu a {
    display: block;
    text-decoration: underline
}

#footer .footer_menu a:hover {
    color: #ff8000
}

#footer .contacts svg {
    max-height: 0.875rem;
    margin-top: 0rem;
    margin-right: 0.3125rem
}

#footer .contacts a {
    text-decoration: none
}

#footer .dotted:before, #footer .menu_link:before {
    content: '';
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1.2em;
    height: .75em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='grey' d='M8.578 16.359l4.594-4.594-4.594-4.594 1.406-1.406 6 6-6 6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 90%
}

#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.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: 1.875rem;
    font-size: 0.6875rem;
    color: #999
}

#footer .des_by {
    position: absolute;
    bottom: 0.3125rem;
    right: 0rem;
    font-size: 0.65625rem;
    text-decoration: none;
    opacity: .5;
    color: inherit
}

#footer .des_by:hover {
    opacity: 1
}

.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 #e0e0e0;
    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
    }
}

.tabs {
    padding: 0.625rem 0rem 1.875rem
}

.tabs .tab_navigation {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e0e0e0
}

.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
}

.tabs .tab_container {
    z-index: -1
}

.tabs .tab_container .tab {
    display: none;
    padding: 1.875rem 0.9375rem 1.25rem
}

@media (max-width: 991px) {
    .tabs .tab_navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .tabs .tab_navigation>a {
        text-align: center;
        border: 1px solid #ff8000;
        color: #e67300;
        font-size: 1.2em
    }
    .tabs .tab_navigation>a+a {
        border-top: none
    }
    .tabs .tab_navigation>a:hover,
    .tabs .tab_navigation .selected {
        color: #fff;
        background: #ff8000
    }
}

@media (min-width: 992px) {
    .tabs .tab_navigation>a {
        color: #999
    }
    .tabs .tab_navigation>a:hover,
    .tabs .tab_navigation .selected {
        color: #1a1a1a;
        border-bottom: 3px solid #ff8000
    }
    .tabs .tab_navigation>a+a {
        margin-left: 15px
    }
}

.comment_item {
    position: relative;
    margin: 0 0rem 1.25rem;
    padding: 1.375rem;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-left: 3px solid #d4d4d4;
    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: .5em .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 #d4d4d4
}

.purchase th,
.purchase td {
    padding: 1rem 0.625rem;
    vertical-align: middle
}

.purchase th {
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0
}

.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_total {
    text-transform: uppercase;
    font-size: 1.15em;
    font-weight: bold;
    color: #e67300
}

.purchase .purchase_remove {
    text-align: right;
    padding: 0.625rem 0rem
}

.purchase tfoot tr {
    border-top: 2px solid #e0e0e0;
    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 #e0e0e0;
    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 #d4d4d4
}

.delivery_label {
    opacity: .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
}

.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: 1.875rem
}

.filters .filter_name {
    font-weight: bold;
    margin: 0rem 0rem 0.3125rem
}

@media (max-width: 991px) {
    .filters {
        display: none
    }
}

.filter_group {
    padding: 0.625rem 0.9375rem 0.625rem;
    margin: 0rem 0rem 0.625rem;
    background: #fff;
    max-height: 22em;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    border-radius: 0.3125rem;
    font-size: 0.84375rem
}

.filter_group,
.filter_group a {
    color: inherit;
    text-decoration: none
}

.filter_group .row {
    margin: 0rem 0rem
}

.filter_group .item {
    padding: 0rem
}

.filter_group .item:hover {
    color: #e67300
}

.filter_group .filter_link {
    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;
    padding: 0.1875rem 0;
    cursor: pointer;
}

.filter_group .link-more {
    display: block;
    margin: 0.4375rem 0.3125rem;
    color: #ff8000;
    font-size: 0.78125rem;
    text-decoration: underline
}

.filter_group .indicator {
    position: relative;
    width: 17px;
    height: 17px;
    margin-right: 0.375rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.125rem
}

.filter_group .checked {
    color: #e67300
}

.filter_group .checked .indicator {
    bolder-color: #e67300
}

.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='%23ff8000' 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;
    max-width: 6.25rem;
    border: none
}

.max_input {
    text-align: right
}

.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: 20px;
    height: 20px;
    margin-left: -10px;
    top: -7px;
    background-color: #ff8000;
    background: -webkit-linear-gradient(top, #f7f7f7 30%, #ebebeb 100%);
    background: linear-gradient(to bottom, #f7f7f7 30%, #ebebeb 100%);
    border: 1px solid #e3e3e3;
    border-radius: 0.1875rem
}

.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-hover {
    background-color: #ccc
}

.ui-slider .ui-slider-range {
    position: absolute;
    background-color: #ff8000;
    background: -webkit-linear-gradient(left, #ff8000 80%, #c76400 100%);
    background: linear-gradient(to right, #ff8000 80%, #c76400 100%);
    height: 100%
}

.fn_categories {
    position: relative
}

.fn_ajax_wait {
    background: rgba(255, 255, 255, 0.52) url("../images/fn_ajax_wait.gif") no-repeat;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background-position: 45% 10vh
}

.scroll_top {
    z-index: 11;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: -1vh;
    left: 1vw;
    opacity: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.3125rem;
    border: 2px solid rgba(79, 91, 96, 0.7);
    color: #465155 !important;
    background: rgba(255, 255, 255, 0.67)
}

.scroll_top.active {
    opacity: 1;
    bottom: 2vw
}

.scroll_top:hover {
    color: #ff8000 !important;
    border-color: rgba(255, 128, 0, 0.97)
}

.scroll_top:hover svg {
    margin-top: -0.125rem
}
/* main menu */
.menu_group_header{
    float: left;
}
.menu_list_1{
    padding-left: 0px;
    list-style: none;
}
.menu_list_2,
.menu_list_3,
.menu_list_4{
    padding-left: 15px;
    list-style: none;
}
.menu_list{
    margin: 5px 0px 0px 0px;
}
.menu_item{
    margin-bottom: 5px;
}

/* menu 404 */

menu_group_404 .menu_list{
    margin: 0px;
    padding-left: 15px;
}
.menu_404{
    margin-top: 30px;
}
.menu_404 .text_404{
    margin: 0 0 40px;
}
.menu_404 .text_404 {
    font-weight: 500;
    font-family: inherit;
    color: rgb(89, 89, 89);
    font-size: 18px;
    line-height: 1.3;
}
.menu_group_404 .menu_list{
    padding: 0px;
    list-style: none;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-right: -20px;
    margin-left: -20px;
}
.menu_group_404 .menu_list_2{
    display: none!important;
}
.menu_group_404 .menu_list .menu_item{
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.menu_group_404 .menu_list .menu_link{
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #00C1F5;
    border: 1px solid rgb(0, 145, 185);
    display: inline-block;
    vertical-align: middle;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: 20px;
    width: 100%;
}
.menu_group_404 .menu_list .menu_link:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(4, 73, 92);
}


/* menu footer */




.filter_group .filter_link {
    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;
    padding: 0.1875rem 0;
    cursor: pointer!important;
    background: none!important;
    border: none!important;
}





@media (max-width: 767px) {

    #header .contentline .top_phones .phones .num {
            font-size: 13px;
        }

}