@import url(__min.bootstrap.css);
@import url(__min.gothampro.css);
@import url(__min.opensans.css);
@import url(__min.flaticon.css);

html,
body {
    font-size: 13px;
    letter-spacing: .5px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #010101;
    margin: 0;
    padding: 0
}

body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 100vh
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .5s, height .5s;
    -moz-transition: width .5s, height .5s;
    -o-transition: width .5s, height .5s;
    transition: width .5s, height .5s
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    font-size: 0
}

h1,
.block_title {
    margin: 0;
    padding: 0;
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 32px
}

h3,
.h3 {
    font-size: 16px
}

h2,
h3 {
    letter-spacing: 1px
}

.more {
    margin: -12px 0 0 0;
    padding: 7px 15px;
    background-color: #ff6a0f;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 5px;
    background-image: none;
}

.banner-home {
    display: block;
    background: #f8f8f8;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px;
    margin: 25px 0 25px 0;
    background: url(/wp-content/uploads/2024/08/endless-constellation.png);
}

.contact-bottom {
    width: inherit;
    position: absolute;
    bottom: 10px;
}

.mob-phone {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.more:hover,
.more:focus {
    color: #ffffff;
    background-color: #fd6000;
    ;
}

.form-more {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-numbers {
    color: #000;
}

a {
    color: #474A51;
}

a:hover {
    color: #ff6a0f;
    text-decoration: none;
}

a.blue {
    color: #08c
}

a.blue.dodet {
    border-bottom: 1px dotted #08c;
    text-decoration: none
}

a.blue.dashed {
    border-bottom: 1px dashed #08c;
    text-decoration: none
}

a.blue.dodet:hover,
a.blue.dashed:hover {
    border-bottom: none
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
button {
    box-shadow: none;
    appearance: none;
    outline: 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 100;
    padding: 11px 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 1px solid #959595;
    border-radius: 5px;
    background-image: none;
    background-color: #FCFCFC;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border: 1px solid #000;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.jq-checkbox.invalid,
input[type="checkbox"].invalid,
input[type="checkbox"].invalid:focus,
input[type="text"].invalid,
input[type="text"].invalid:focus,
input[type="email"].invalid,
input[type="email"].invalid:focus,
input[type="password"].invalid,
input[type="password"].invalid:focus,
input[type="tel"].invalid,
input[type="tel"].invalid:focus,
input[type="number"].invalid,
input[type="number"].invalid:focus,
textarea.invalid,
textarea.invalid:focus {
    border: 1px solid #EA1818
}

.jq-checkbox.checked,
input[type="checkbox"].success,
input[type="text"].success,
input[type="email"].success,
input[type="password"].success,
input[type="tel"].success,
input[type="number"].success,
textarea.success {
    border: 1px solid #2e88c4
}

.mfp-content figure {
    background: #fff
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -40px;
    top: 50px;
    text-align: right;
    padding-right: 0;
    width: 30px;
    height: 30px;
    font-size: 45px
}

.flaticon-magnifying-glass .search-button::before {
    display: none;
}

.button {
    background: #1A1A1A;
    border: 1px solid #1A1A1A;
    color: #fff;
    padding: 8px 40px 10px 40px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    transition: background .5s ease;
    border-radius: 5px
}

.button:hover {
    background: #FF924F;
}

.button.grey {
    background: #010101;
    border: 1px solid #010101
}

.button.grean {
    border: 1px solid #98C421;
    background: #98C421
}

.button.grean.blank {
    border: 2px solid #98C421;
    background: transparent;
    color: #81A61C
}

.button.blue {
    background: #2e88c4
}

.button.blue.blank {
    border: 2px solid #2e88c4;
    background: transparent;
    color: #2e88c4
}

.button.blue.blank:hover {
    background: #2e88c4;
    color: #fff
}

.button_link_dotted {
    background: transparent;
    border-bottom: 1px dotted #2e88c4;
    color: #2e88c4
}

.button_link_dashed {
    background: transparent;
    border-bottom: 1px dashed #2e88c4;
    color: #2e88c4
}


#fastOrder .button {
    background: #FF6A0F;
    border: 1px solid #FF6A0F;
    width: 100%;
    font-weight: 500;
    font-size: 19px;
}

.form input,
.form textarea {
    width: 100%;
    margin: 10px 0
}

.form textarea {
    height: 100px
}

.form .field {
    margin: 6px 0
}

.form label {
    display: block
}

.form label i {
    font-style: normal;
    font-size: 12px;
    color: red;
    margin-left: 5px
}

.message_error {
    color: red
}

.captcha {
    display: block
}

.captcha input {
    width: 110px;
    display: inline-block;
    font-size: 24px;
    font-weight: 900
}

.comment_form {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px
}

.comment_form input[type=text],
.comment_form textarea {
    background: #fff !important
}

#list_comments {
    overflow: hidden;
    height: auto
}

#list_comments ul {
    margin: 0
}

#list_comments li {
    background: #fff;
    text-align: left;
    border: 1px solid #EEE;
    margin-bottom: 15px;
    padding: 15px
}

#list_comments .name {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin-right: 10px
}

#list_comments .date {
    font-size: 12px;
    color: #666
}

#list_comments .rating {
    display: block
}

#list_comments .text {
    color: #262626 !important;
    line-height: 18px !important;
    margin-top: 10px;
    font-size: 13px !important
}

.rating span {
    line-height: 25px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top
}

.rating span b {
    font-weight: bold !important
}

.rating .stars {
    display: inline-block;
    width: 140px;
    height: 25px;
    background: url(../img/rating-2.png) 1px 1px no-repeat;
    vertical-align: top
}

.rating .stars u {
    display: inline-block;
    width: 140px;
    height: 25px;
    background: url(../img/rating-1.png) left top no-repeat
}

.rating .stars i {
    cursor: pointer !important;
    display: inline-block;
    width: 28px;
    height: 25px;
    background: url(../img/rating-1.png) 28px 0 no-repeat
}

.rating-1 i:nth-of-type(-n+1),
.rating-2 i:nth-of-type(-n+2),
.rating-3 i:nth-of-type(-n+3),
.rating-4 i:nth-of-type(-n+4),
.rating-5 i:nth-of-type(-n+5) {
    background-position: center
}

.rating .label {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    margin-right: 15px;
    bottom: -2px
}

#list_comments .rating {
    display: inline-block;
    margin-right: 10px
}

#list_comments .rating .stars {
    width: 84px;
    height: 16px;
    background: url(../img/rating-small-2.png) left top no-repeat;
    vertical-align: top
}

#list_comments .rating .stars u {
    width: 84px;
    height: 16px;
    background: #fff url(../img/rating-small-1.png) left top no-repeat;
    display: block
}

.bg_fff {
    background: #fff
}

@media (min-width:992px) {
    .padding-md-20 {
        padding: 20px
    }

    .pullup-md-80 {
        margin-top: -80px
    }

    .pullup-md-20 {
        margin-top: -20px
    }
}

.w100 {
    width: 100%
}

.space_block_10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.space_block_20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.space_block_30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.space_block_40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.space_block_60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.space_block_80 {
    margin-top: 80px;
    margin-bottom: 80px
}

.space_top_10 {
    padding-top: 10px
}

.space_top_20 {
    padding-top: 20px
}

.space_top_40 {
    padding-top: 40px
}

.space_top_50 {
    padding-top: 50px
}

.space_top_60 {
    padding-top: 60px
}

.space_bottom_10 {
    padding-bottom: 10px
}

.space_bottom_20 {
    padding-bottom: 20px
}

.space_bottom_30 {
    padding-bottom: 30px
}

.space_bottom_40 {
    padding-bottom: 40px
}

.space_bottom_50 {
    padding-bottom: 50px
}

.space_bottom_60 {
    padding-bottom: 60px
}

.text_left {
    text-align: left
}

.text_center,
.center {
    display: block;
    text-align: center
}

.grey_bg {
    background: #F1F1F1
}

.grey_label {
    color: #A6A6A6;
    display: block;
    letter-spacing: 1px;
    font-size: 14px
}

.text {
    color: #323232;
    line-height: 22px
}

.container {
    margin-bottom: 10px;
    text-align: center
}

.briefing {
    color: #A6A6A6;
    display: block;
    text-align: center;
    font-size: 14px
}

.description {
    color: #323232;
    line-height: 22px;
    text-align: left;
    padding-top: 20px;
}

.description .container {
    text-align: left
}

.description p {
    margin-bottom: 10px
}

.description .bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    height: 300px;
    width: 100%
}

.fa-brands,
.fab {
    padding: 0 0 0 10px;
}

#header_info {
    background: #FCFCFC;
    color: #000;
    border-bottom: 1px solid #F1F1F1;
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden
}

#header_info .container {
    position: relative;
    margin-bottom: 0
}

#header_info .items {
    padding: 0 25px;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 500
}

#header_info .close {
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer
}

#header_info .close::before {
    font-size: 13px
}

#body_wrapper {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#header {
    background: #fff;
    padding: 10px 0 15px 0;
    margin-bottom: 0;
}

#header div {
    text-align: center;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

#header .icons {
    margin: 0 5px;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    position: relative
}

#header .icons.user::before {
    color: #92BF02
}

#header .icons:hover {
    text-decoration: none
}

#header .icons:before {
    font-size: 21px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0
}

#header .mobile_search {
    display: none;
    cursor: pointer
}

#header .sup {
    color: white;
    font-size: 11px;
    text-align: center;
    background-color: #000;
    display: block;
    border-radius: 22px;
    -moz-border-radius: 22px;
    position: absolute;
    right: 0;
    top: -5px;
    min-width: 22px;
    min-height: 22px;
    line-height: 22px;
    letter-spacing: 0;
    padding: 0 4px
}

#header #favourites_informer .sup {
    background-color: red
}

#header .phone {
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
    display: inline-block;
    padding-top: 7px;
}

#header .phone::before {
    font-size: 13px;
    font-weight: 900;
    margin-left: 0;
    margin-right: 3px
}

#header .menu {
    list-style: none;
}

#header .menu li {
    display: inline-block;
    margin-right: 6px
}

#header .menu li:last-child {
    margin-right: 0
}

#header .menu li a {
    font-size: 12px;
    letter-spacing: 0;
    color: #474A51;
}

#header .menu li a:hover {
    color: #ff6a0f;
}

#header {
    width: 100%;
}

#cart_informer {
    position: relative
}

#cart_informer span {
    color: white;
    font-size: 11px;
    text-align: center;
    background-color: red;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    right: 10px;
    top: -5px;
    min-width: 22px;
    min-height: 22px;
    line-height: 22px;
    letter-spacing: 0
}

.transfer_class {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

#logo {
    line-height: 60px;
}

#logo a {
    display: inline-block;
    position: relative;
    /*top: -10px*/
}

#logo span {
    position: absolute;
    bottom: -15px;
    left: -1px;
    font-size: 11px;
    line-height: 16px;
    z-index: 1;
    color: #A6A6A6;
    white-space: nowrap;
    letter-spacing: .3px
}

#content {
    background: #fff;
    text-align: left
}

#footer {
    width: 100%;
    background: #fff;
    color: #323232;
}

#footer .container {
    padding: 0
}

#footer .container a {
    font-size: 20px;
    color: #323232;
}

#footer .hm a {
    display: block;
    margin-bottom: 10px
}

#footer .hm a span {
    font-size: 27px;
    font-weight: 500;
    display: block
}

#footer .copyright {
    font-size: 10px
}

#footer .phone {
    font-size: 15px;
    display: block;
    font-weight: 700;
    margin-bottom: 10px
}

#footer .menu a {
    margin: 0 5px
}

@media (max-width:1024px) {
    #footer .top {
        display: block;
        width: 100%;
        margin: 30px 0 10px
    }

    #footer .company {
        display: block;
        float: none;
        width: 100%;
        margin: 20px 0 30px
    }

    #footer .phone {
        font-size: 27px !important;
        font-weight: 500 !important
    }
}


@media (max-width:767px) {
    #footer .menu a {
        display: inline-block;
        font-size: 13px;
        /*margin: 6px;*/
        padding: 7px 10px 5px;
        /*background: #404040;*/
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

.popup_content {
    padding: 10px;
    background: #fff;
    width: 460px;
    border: 1px solid rgba(0, 0, 0, .04);
    border-top: 2px solid rgba(0, 0, 0, .04);
    margin-top: 25px;
    top: 0;
    right: -10px;
    position: absolute;
    z-index: 99;
    opacity: .5;
    -webkit-transition: all .08s;
    -moz-transition: all .08s;
    -o-transition: all .08s;
    transition: all .08s;
    visibility: hidden
}

.popup_content::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border-radius: .1px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .3);
    background: #fff
}

.popup_content.show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

body.overlay .overlay-bg {
    z-index: 997;
    overflow-y: scroll;
    background: rgba(0, 0, 0, .2);
    transition-delay: 0
}

.overlay-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    max-width: 100vw;
    transition: z-index 0 ease-in-out 450ms, background-color 300ms ease-in-out
}

.body_loader {
    display: none
}

@media (min-width:992px) {

    #header .get_menu,
    #menu_catalog .close,
    #menu_catalog .cont-mobile,
    #menu_catalog .show-all,
    #menu_catalog .path,
    .tel-mobile {
        display: none
    }

    #menu_catalog {
        background: #f8f8f8;
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }

    #menu_catalog .container {
        margin-bottom: 0;
        position: relative;
        width: 98%;
    }

    #menu_catalog ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        display: inline-block
    }

    #menu_catalog li {
        display: inline-block;
        position: relative;
        margin: 0;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }

    #menu_catalog .container>ul>li {
        position: static
    }

    #menu_catalog .container>ul>li:hover {
        background: #FF924F;
    }

    #menu_catalog li a {
        color: #333;
        padding: 15px 15px;
        font-size: 16px;
        font-weight: 600;
        display: block
    }

    #menu_catalog .container>ul>li>a {}

    #menu_catalog .container>ul>li>ul {
        padding: 10px;
        background: #F7F7F7;
        width: 100%;
        border: 1px solid rgba(0, 0, 0, .04);
        border-top: 1px solid rgba(0, 0, 0, .04);
        margin-top: 48px;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 99;
        display: none
    }

    #menu_catalog .container>ul>li>ul::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        border-radius: .1px;
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .3);
        background: #fff
    }

    #menu_catalog .container>ul>li:hover>ul {
        display: block;
    }

    #menu_catalog li.popup_right ul {
        left: auto;
        right: 0
    }

    #menu_catalog li ul li {
        display: block;
        float: left;
        width: 33.333%;
        text-align: left;
        margin: 0
    }

    #menu_catalog li ul li a {
        font-size: 13px;
        font-weight: 600;
        padding: 8px 10px;
        display: block
    }

    #menu_catalog li ul li a:hover {
        background: rgba(240, 240, 240, 1)
    }

    #menu_catalog li li li {
        float: none;
        width: 100%
    }

    #menu_catalog li li li a {
        font-weight: 500;
        font-size: 11px
    }

    #menu_catalog .brandzone {
        display: none
    }

    #menu_catalog .search {
        padding: 4px;
        cursor: pointer
    }

    #menu_catalog .search:hover {
        background: transparent
    }

    #menu_catalog .search span::before {
        margin: 0;
        font-size: 16px
    }
}

@media (max-width:991px) {
    .ajax_search {
        display: block !important;
    }

    #header .get_menu {
        cursor: pointer;
        display: block
    }

    #menu_catalog .close {
        cursor: pointer;
        position: absolute;
        z-index: 9999;
        right: -25px;
        top: 50px;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    #menu_catalog .close::before {
        margin-right: 15px
    }

    #menu_catalog {
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 998;
        height: 100%;
        width: 100%;
        max-width: 350px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transform: translateX(-350px);
        -ms-transform: translateX(-350px);
        transform: translateX(-350px);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-overflow-scrolling: touch
    }

    .menu_show #menu_catalog {
        box-shadow: 2px 0 4px 1px rgba(0, 0, 0, .2);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    #menu_catalog .container {
        width: 100%;
        height: 100%;
        z-index: 10000;
        background: #f8f8f8;
        text-align: left;
        padding: 0 !important;
        margin: 0 !important;
        position: relative
    }

    #menu_catalog ul {
        list-style: none;
        margin: 0;
        width: 100%;
        padding: 20px 60px 20px 20px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }

    #menu_catalog ul.moving {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    #menu_catalog ul ul {
        position: absolute;
        left: 100%;
        top: 0;
        display: none
    }

    #menu_catalog li.active>ul {
        display: block
    }

    #menu_catalog li {
        position: static
    }

    #menu_catalog li a {
        display: block;
        padding: 15px 25px 15px 15px;
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
        position: relative
    }

    #menu_catalog li a:hover {
        text-decoration: none
    }

    #menu_catalog li a.path {
        background: #F1F1F1;
        margin-bottom: 2px
    }

    #menu_catalog li a.show-all {
        background: transparent;
        color: #2e88c4;
        text-align: center;
        font-size: 16px
    }

    #menu_catalog .search {
        display: none
    }
}

.search [class^="flaticon-"]::before {
    font-weight: bold
}

#search {
    width: 100%;
    position: absolute;
    z-index: 998;
    top: 100px;
    left: 0;
    display: none
}

#search form {
    max-width: 600px;
    height: 52px;
    margin: 0 auto;
    position: relative
}

#search input {
    border: 1px solid #262626;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: 52px;
    margin-top: 0;
    padding: 0 60px;
    font-size: 16px
}

#search span {
    position: absolute;
    top: 13px
}

#search .ico {
    left: 0;
    color: #2e88c4
}

#search .ico::before {
    font-weight: bold
}

#search .close {
    right: 20px;
    cursor: pointer
}

#search .button_search {
    right: 20px;
    visibility: hidden
}

.search_show #menu_catalog {
    border-bottom: 2px solid #fff;
    visibility: hidden
}

.search_show #menu_catalog #search {
    visibility: visible
}

.autocomplete-suggestions {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    overflow-y: auto
}

.autocomplete-suggestions .autocomplete-suggestion {
    cursor: default
}

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

.autocomplete-suggestions div {
    padding: 2px 5px;
    white-space: nowrap
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #39F
}

#path {
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    padding-left: 20px
}

#path a {
    border-bottom: 1px solid transparent;
    position: relative;
    color: #4C4C4C;
    letter-spacing: 1px;
    margin-right: 15px
}

#path a:hover {
    color: #737373;
    border-bottom: 1px solid #BDBDBD;
    text-decoration: none
}

#path a::after {
    content: '/';
    position: absolute;
    display: block;
    width: 15px;
    top: -1px;
    right: -17px;
    text-align: center
}

#path span:last-child a::after {
    display: none
}

.main_cat {
    margin-top: 20px
}

.main_cat .item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    /*overflow: hidden*/
}

.main_cat .item a i {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear, -ms-transform .3s linear
}

.main_cat .item a:hover i {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03)
}

/*
.main_cat .item a::after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    opacity: .15;
    transition: opacity .3s linear
}
*/
.main_cat .item a:hover::after {
    opacity: .2
}

/*
.main_cat .item a::before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 3;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 1)
}
*/
.main_cat .title {
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
    bottom: 0;
    padding: 10px;
    z-index: 3
}

.main_cat .title .inner {
    /*background: rgba(255, 255, 255, .80);
    padding: 15px 0;*/
    width: 100%;
    display: block;
    color: #292929;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 25px;
    padding-top: 10px;
}

.main_cat #main_sliner .title {}

@media (max-width:768px) {
    .main_cat #main_sliner .title {
        top: 30%
    }
}

@media (min-width: 1200px) {
    .col-lg-3 {
        padding-top: 40px;
    }

    .gift1 {
        display: flex;
        justify-content: flex-end;
    }

    .gift3 {
        text-align: left;
    }
}

@media (max-width:768px) {
    .col-xs-6 {
        padding-top: 10px;
    }

    .gift1 {
        display: flex;
        justify-content: center;
    }

    .gift3 {
        text-align: center;
    }
}

.main_cat div.col-8 a {
    height: 280px
}

.main_cat div.col-4 a {
    height: 300px
}

#main_sliner {
    overflow: hidden
}

#main_sliner .slick-dots {
    position: absolute;
    bottom: 10px;
    display: none
}

.main_brands .item {
    padding-left: 10px;
    padding-right: 10px
}

.main_brands .item a {
    display: block;
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: no-repeat center
}

.main_brands .item a::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(117, 117, 117, .1);
    z-index: 2
}

.main_brands .item {
    line-height: 180px;
    text-align: center;
    overflow: hidden
}

.main_brands.white {
    background: #F1F1F1
}

.main_brands.white .container {
    margin-bottom: 0
}

.main_brands.white .item a::after {
    display: none
}

.main_brands.white .item a {
    background: #fff
}

.main_brands h3 {
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 180px;
    line-height: 180px;
    display: block;
    margin: 0;
    position: relative !important
}

.main_brands .image {
    width: 100%;
    height: 180px;
    line-height: 180px;
    display: block;
    position: relative
}

.main_brands .image img {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.category_item {}

.subcategories .slider {
    overflow: hidden;
    position: relative
}

.subcategories .slider .slick-dots {
    position: absolute;
    bottom: 25px
}

.slick-dots li button:before {
    opacity: .25;
    color: #2e88c4
}

.subcategories .slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #2e88c4
}

.subcategories .slider a {
    display: table;
    position: relative;
    height: 380px;
    margin-bottom: 20px;
    overflow: hidden;
    letter-spacing: 1px
}

.subcategories .slider a::after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(117, 117, 117, .1);
    z-index: 10
}

.subcategories .slider h3 {
    position: relative;
    z-index: 11;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 2px;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    text-shadow: 1px 1px 1px #FFF
}

.subcategories .slider h3 span {
    vertical-align: middle;
    margin: 15px;
    padding: 15px;
    display: block;
}

.subcategories .slider .description {
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    font-size: 13px;
    margin: 15px;
    padding: 15px;
    display: block;
    z-index: 12;
    color: #000;
    background: rgba(255, 255, 255, .5)
}

.subcategories .slider a i {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease, -ms-transform .3s ease
}

.subcategories .slider a:hover i {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.subcategories .category a {
    display: block;
    position: relative;
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 22px
}

.subcategories .category a::after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(117, 117, 117, .1);
    z-index: 2
}

.subcategories .category .name {
    float: left;
    display: block;
    width: 180px;
    margin-right: 200px;
    margin-top: 30px;
    margin-left: 30px;
    position: absolute;
    z-index: 10;
    text-align: left
}

.subcategories .category h3 {
    font-size: 18px;
    display: inline;
    z-index: 2
}

.subcategories .category .count {
    display: inline;
    font-size: 11px;
    font-weight: bold
}

.subcategories .category .image {
    height: 100%;
    line-height: 180px;
    display: block;
    position: absolute;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 1
}

.subcategories .category .image img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.subcategories .category a:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    opacity: .9
}

.subcategories_menu {
    margin: 0 0 20px
}

.subcategories_menu h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100;
    color: #b1b1b1;
    display: inline-block;
    margin-right: 20px
}

.subcategories_menu h2 a {
    color: #08c;
    border-bottom: 1px dashed #08c;
    text-decoration: none
}

.subcategories_menu h2 a:hover {
    border-bottom: none
}

.subcategories_menu .subcategories_menu__item {
    padding: 12px 16px 11px;
    margin: 4px 2px;
    background: #efefef;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: 200
}

.subcategories_menu .subcategories_menu__item.active {
    background: #000;
    color: #fff
}

#brands a {
    color: #A6A6A6;
    margin-right: 15px;
    line-height: 25px;
    position: relative;
    border-bottom: 1px solid #A6A6A6;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    white-space: nowrap
}

#brands a:hover {
    text-decoration: none;
    border-bottom: none
}

#brands a.selected {
    color: #010101;
    font-weight: 700;
    border-bottom: 2px solid #010101
}

.catalog_brands a {
    z-index: 1;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #F1F1F1;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.catalog_brands a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(230, 230, 230, .1)
}

.catalog_brands .image {
    display: block;
    height: 220px;
    line-height: 220px;
    margin-bottom: 20px;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden
}

.catalog_brands .image img {
    display: inline-block;
    max-width: 100%;
    width: auto\9;
    height: auto
}

.catalog_brands h3 {
    height: 50px;
    display: block
}

.catalog_brands h3 span {
    font-size: 11px;
    font-weight: 700;
    color: #828282
}

.compare_price {
    color: #556a74;
    font-weight: 100;
    font-size: 11px;
    position: relative;
    display: inline-block
}

.compare_price::after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background: #c00;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-10deg);
    opacity: .9
}

#product_card .img {
    padding-right: 40px;
}

#product_card .rigth_block {
    padding-left: 40px
}

#product_card .to_announce {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 16px
}

#product_card .variant {
    display: block;
    margin-bottom: 25px
}

#product_card .variant button[type=submit] {
    width: 180px;
    height: 52px;
    overflow: hidden;
    padding: 0
}

#product_card .variant button[type=submit] i {
    font-size: 18px
}

#product_card .variant button[type=submit] i::before {
    margin: 0 10px 0 0
}

#product_card .variant .to_favourites {
    background: #fff;
    border: 0;
    padding: 0;
    font-size: 24px;
    bottom: -2px;
    position: relative
}

#product_card .variant .to_favourites span {
    display: none
}

#product_card .variant .to_favourites::before {
    font-size: 24px;
    margin-left: 10px;
    font-weight: bold
}

#product_card .variant .to_favourites.isset {
    color: #2e88c4
}

#product_card .price_title {
    font-size: 19px;
    letter-spacing: 3px;
    color: #BDBDBD
}

#product_card .product_variant .price {
    /*height: 40px;*/
    display: block;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
}

#product_card .price_saving {
    font-size: 11px;
    letter-spacing: 1.5px
}

#product_card .bonus {
    display: block;
    margin-bottom: 10px
}

#product_card .bonus a i::before {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #F00
}

#product_card .bonus a {
    text-decoration: none
}

#product_card .bonus a:hover span {
    background: transparent;
    border-bottom: 1px dashed #2e88c4;
    color: #2e88c4;
    cursor: pointer
}

#product_card .sku,
#product_card .stock {
    font-size: 12px;
    color: #A6A6A6;
    display: block;
    letter-spacing: 1px
}

#product_card .stock {
    margin-bottom: 20px
}

#product_card .not_available {
    display: block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px
}

#product_card .item {
    margin-bottom: 15px
}

#product_card .title {
    color: #000;
    font-size: 13px;
    letter-spacing: 2;
    margin-bottom: 5 px;
    margin-bottom: 5px
}

#product_card .title i::before {
    margin: 0 3px 0 0;
    font-size: 18px;
    vertical-align: middle
}

#product_card .text {
    color: #A6A6A6;
    line-height: 14px;
    font-size: 11px
}

#product_card .text ul {
    margin-left: 30px
}

#product_card #brand_origin {
    font-size: 11px;
    line-height: normal;
    z-index: 1;
    color: #A6A6A6;
    margin-top: 40px;
    text-align: center;
    letter-spacing: 1.5px;
    display: block
}

#product_card #brand_origin span {
    display: block
}

#product_card #brand_origin img {
    margin-top: 20px;
    width: 50%
}

#product_card .image {
    z-index: 3
}

#product_card .description {
    float: none;
    z-index: 2
}

#product_card .description .inner {
    display: table;
    padding-top: 20px
}

#products_list #brand_origin {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    z-index: 1;
    text-align: center;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 2px solid #F1F1F1;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

#products_list #brand_origin::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(230, 230, 230, .1)
}

#products_list #brand_origin span {
    display: block
}

#products_list #brand_origin img {
    margin-bottom: 20px;
    width: 80%
}

.subcategories #brand_origin {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    z-index: 1;
    text-align: center;
    letter-spacing: 2px;
    display: table;
    position: relative;
    width: 100%;
    height: 380px;
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid #F1F1F1;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.subcategories #brand_origin::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(230, 230, 230, .1)
}

.subcategories #brand_origin span {
    display: block
}

.subcategories #brand_origin img {
    margin-bottom: 20px;
}

#product_card .product-img-nav {
    margin-top: -5px;
    margin-right: 5px;
    margin-left: 0
}

#product_card .product-img-nav span {
    padding: 5px;
    text-align: center
}

#product_card .product-img-nav span i {
    position: relative;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    height: 105px;
    line-height: 105px
}

#product_card .product-img-nav span i::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(196, 196, 196, .2);
    z-index: 1;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

#product_card .product-img-nav span.slick-current i::before {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .5)
}

#product_card .product-img-nav span:hover i::before {
    background: rgba(0, 0, 0, .1)
}

#product_card .product-img-nav span img {
    vertical-align: middle;
    max-height: 105px;
    display: inline-block;
    max-width: 100%;
    width: auto\9;
    height: auto
}

#product_card .features {
    list-style: none;
    width: 100%;
    display: block;
    font-size: 11px
}

#product_card .features li {
    padding: 6px 0;
    overflow: hidden
}

#product_card .features label {
    font-style: normal;
    display: block;
    width: 50%;
    float: left;
    position: relative;
    color: #A6A6A6
}

#product_card .features span {
    background: #fff;
    display: inline-block;
    position: relative
}

#product_card .features label::before {
    content: '';
    position: absolute;
    bottom: 1px;
    width: 100%;
    left: 20px;
    border-top: 1px dotted #999
}

#product_card .features span.value {
    float: left;
    display: block;
    width: 50%
}

#product_card .features a {
    text-decoration: underline
}

#product_card .features img {
    max-width: 80px;
    max-height: 80px;
    margin: 4px 0
}

.products {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: -40px
}

.product_item {
    padding: 10px 30px;
    margin-bottom: 30px;
    position: relative
}

.product_item.not_available {
    opacity: .2
}

.product_item a:hover {
    text-decoration: none
}

.products .brand {
    font-size: 7px;
    letter-spacing: 1.5px;
    color: #A6A6A6;
    text-transform: uppercase;
    display: block;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.products .brand::after {}

.products .name {
    color: #000;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    display: block;
    text-align: left;
    line-clamp: 2;
    -ms-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-line-clamp: 2;
    -o-ellipsis-lastline: 2;
    height: 38px;
    overflow: hidden
}

.products .image {
    display: block;
    height: 230px;
    line-height: 230px;
    margin-bottom: 10px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden
}

.products .image img {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.products .image::before {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1)
}

.product_item a:hover .image::before {
    display: block;
    position: absolute;
    z-index: 2
}

.product_item a:hover .image img {
    -webkit-transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    -o-transform: translateY(-50%) scale(1.1)
}

.products .footer {
    display: block;
    text-align: left;
    margin-top: 5px;
    display: block;
    width: 100%;
    position: relative
}

.products .price {
    height: 35px;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ff6a0f;
}

.products .not_price {
    height: 80px;
    display: block;
    letter-spacing: 1px
}

.products .button {
    display: none
}

.product_item .remove_favourite {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    cursor: pointer
}

.product_item .remove_favourite::before {
    color: red;
    font-size: 36px
}

.product_item .remove_favourite:hover::before {
    color: #8F0000
}

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

#orders_history li {
    font-size: 16px;
    padding: 4px 0
}

.order_info td {
    padding: 6px;
    font-size: 16px
}

.order_info tr td:first-child {
    color: #A6A6A6
}

#cart {
    font-size: 16px
}

#purchases,
#cart_form {
    overflow: hidden;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.purchase {
    margin: 5px 0;
    padding: 5px 0;
    display: table;
    width: 100%;
    border-bottom: 1px solid #F2F2F2
}

.purchase .image {
    display: table-cell;
    text-align: center;
    width: 140px;
    height: 120px
}

.purchase .image img {
    display: inline-block;
    max-width: 100%;
    width: auto\9;
    height: auto
}

.purchase .right_block {
    display: table-cell;
    padding-left: 20px;
    width: calc(100% - 140px);
    vertical-align: middle
}

.purchase .right_block .price {
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 10px
}

.purchase .right_block .remove a {
    text-decoration: none;
    padding: 0 10px
}

#cart .bonus label {
    background: transparent;
    border-bottom: 1px dashed #2e88c4;
    color: #2e88c4;
    cursor: pointer
}

.total {
    font-size: 22px
}

.total span {
    font-size: 28px;
    font-weight: 700
}

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

.choice li {
    margin-bottom: 20px
}

.choice .title {
    font-size: 16px;
    font-weight: 700
}

.choice .title label {
    cursor: pointer
}

.choice .description {
    font-size: 13px;
    margin-top: 10px;
    margin-left: 20px
}

.pagination {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center
}

.pagination_top .pagination {
    margin-top: 0
}

.pagination a {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    min-width: 38px;
    line-height: 38px;
    margin: 0 8px;
    border-radius: 50%;
    vertical-align: top
}

.pagination a.selected:hover,
.pagination a.selected {
    -webkit-box-shadow: inset 0 0 0 2px rgba(13, 13, 13, 1);
    -moz-box-shadow: inset 0 0 0 2px rgba(13, 13, 13, 1);
    box-shadow: inset 0 0 0 2px rgba(13, 13, 13, 1);
    background: #FCFCFC;
    color: rgba(13, 13, 13, 1)
}

.pagination a:hover {
    background-color: #f8f8f8
}

.pagination a.next_page_link,
.pagination a.prev_page_link {
    border: 0;
    background: 0 0
}

.slick-slide {
    text-align: center
}

.slick-slide img {
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    display: inline-block !important
}

.slick-prev:before,
.slick-next:before {
    content: '\f108' !important;
    font-family: 'Flaticon' !important;
    font-size: 20px;
    opacity: 1 !important;
    color: #000 !important;
    font-weight: bold
}

.slick-prev:before {
    content: '\f109' !important
}

.slick-prev:hover,
.slick-next:hover {
    opacity: .5 !important
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slick-dots {
    position: relative;
    bottom: 0;
    padding: 20px 0 0 0;
    text-align: center
}

.slick-dots li {
    margin: 0 2px
}

.slick-dots li button:before {
    color: #636363;
    font-size: 14px
}

#main_brands_slider {
    padding-left: 0;
    padding-right: 0
}

#main_brands_slider .slick-dots {}

.black-popup {
    width: 500px;
    background: #000;
    padding: 40px;
    margin: 0 auto;
    border-radius: 1px
}

.white-popup {
    width: 500px;
    background: #fff;
    padding: 20px 40px;
    margin: 0 auto;
    border-radius: 1px
}

.white-popup .title {
    font-size: 28px;
    font-weight: 700
}

.white-popup .result {
    margin: 10px 0;
    color: red
}

.user_form_footer {
    text-align: center;
    margin: 20px 0
}

.user_form_footer a {
    font-size: 17px;
    margin: 15px
}

@media (min-width:768px) {
    .product-img-slider .slick-dots {
        display: none !important
    }
}

.yakassa {
    display: inline-block;
    width: 100%;
    height: 60px;
    background: #333338 url(../img/payments/logo_new_ru.svg) no-repeat center;
    margin-bottom: 40px
}

.payments .anchors .method .systems>div {
    display: inline-block;
    width: 30px;
    height: 55px;
    margin-right: 20px;
    background-position: center bottom;
    background-repeat: no-repeat
}

.payments .anchors .method {
    display: inline-block;
    margin-bottom: 60px;
    vertical-align: top;
    position: relative
}

.payments .anchors .method a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.payments .anchors .method .systems>div.mir {
    background-image: url(../img/payments/mir.svg);
    width: 50px
}

.payments .anchors .method .systems>div.visa {
    background-image: url(../img/payments/visa.svg);
    width: 50px
}

.payments .anchors .method .systems>div.mastercard {
    background-image: url(../img/payments/mastercard.svg);
    width: 50px
}

.payments .anchors .method .systems>div.maestro {
    background-image: url(../img/payments/maestro.svg);
    width: 50px
}

.payments .anchors .method .systems>div.yamoney {
    background-image: url(../img/payments/yamoney.svg);
    width: 35px
}

.payments .anchors .method .systems>div.webmoney {
    background-image: url(../img/payments/webmoney.svg);
    width: 35px
}

.payments .anchors .method .systems>div.qiwi {
    background-image: url(../img/payments/qiwi.svg);
    width: 35px
}

.payments .anchors .method .systems>div.sberbank {
    background-image: url(../img/payments/sber.svg);
    width: 31px
}

.payments .anchors .method .systems>div.alfa {
    background-image: url(../img/payments/alfa.svg);
    width: 35px
}

.payments .anchors .method .systems>div.psb {
    background-image: url(../img/payments/psb.svg);
    width: 35px
}

.payments .anchors .method .systems>div.masterpass {
    background-image: url(../img/payments/masterpass.svg);
    width: 50px
}

.payments .anchors .method .systems>div.kuppi {
    background-image: url(../img/payments/kupi2.png);
    width: 30px
}

.payments .anchors .method .systems>div.kupivkredit {
    background-image: url(../img/payments/kupi1.png);
    width: 33px
}

.payments .anchors .method .systems>div.beeline {
    background-image: url(../img/payments/beel.svg);
    width: 30px
}

.payments .anchors .method .systems>div.megafon {
    background-image: url(../img/payments/megafon.svg);
    width: 32px
}

.payments .anchors .method .systems>div.mts {
    background-image: url(../img/payments/mts.svg);
    width: 33px
}

.payments .anchors .method .systems>div.comepay {
    background-image: url(../img/payments/comepay.svg);
    width: 90px
}

.payments .anchors .method .systems>div.svyaznoy {
    background-image: url(../img/payments/svyaznoy.svg);
    width: 90px
}

.payments .anchors .method .systems>div.euroset {
    background-image: url(../img/payments/euroset.svg);
    width: 90px
}

#bonus_info .title {
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    left: -100px;
    top: 70px;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

#bonus_info .text {
    text-align: left;
    padding-left: 40px;
    text-align: center
}

#bonus_info .text b {
    font-size: 16px
}

#bonus_info .text p {
    margin-bottom: 5px
}

#bonus_info .text p.black {
    background: #000;
    color: #fff;
    padding: 10px;
    font-weight: 200
}

#bonus_info .text p.small {
    font-size: 11px
}

.gift {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    text-align: center;
    margin-bottom: 0px
}

.gift::after,
.gift::before {
    content: " ";
    display: table;
    width: 100%
}

.gift li i {
    border-radius: 50%;
    border: 2px solid #2e88c4;
    color: #2e88c4;
    background: #fff;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 45px;
    vertical-align: middle
}

.gift li i::before {
    font-size: 26px;
    padding: 0;
    margin: 0 0 0 2px;
    display: inline-block
}

.gift li img {
    width: 60px;
}

/*.gift1 {
	display: flex;
    justify-content: flex-end;
}*/

.gift2 {
    display: grid
}

/*.gift3 {
	text-align:left;
}*/

.gift-head {
    font-size: 28px;
    font-weight: 700;
}

.gift-contact {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.gift-contact img {
    width: 60px;
}

.advantages {
    list-style: none;
    text-align: center;
    display: block;
    margin: 0;
}

.advantages::after,
.advantages::before {
    content: " ";
    display: table;
    width: 100%
}

.advantages li {
    color: #000;
    font-size: 13px
}

.advantages li span {
    display: block;
    vertical-align: middle;
    margin-top: 10px;
    min-height: 24px
}

.advantages li i {
    border-radius: 50%;
    border: 2px solid #2e88c4;
    color: #2e88c4;
    background: #fff;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 45px;
    vertical-align: middle
}

.advantages li i::before {
    font-size: 26px;
    padding: 0;
    margin: 0 0 0 2px;
    display: inline-block
}

.advantages-banner {
    display: block;
    background: #f8f8f8;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px;
}

.user-popup {
    display: inline-block;
    position: absolute;
    background: rgba(0, 0, 0, .65);
    color: #fff;
    padding: 15px;
    top: 85px;
    left: 50%;
    z-index: 99;
    box-sizing: border-box;
    height: auto !important;
    width: auto !important;
    min-width: 240px;
    margin-left: -120px;
    font-size: 12px;
    opacity: .5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    visibility: hidden
}

.user-popup a {
    color: #fff
}

.user-popup.show {
    visibility: visible;
    top: 55px;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.user-popup:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -20px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, .65);
    border-left: 10px solid transparent
}

.user-popup .close::before {
    font-size: 11px;
    margin: 0 0 0 10px;
    cursor: pointer
}

.glsr-summary {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: var(--glsr-summary-text);
    gap: var(--glsr-gap-sm);
    max-width: var(--glsr-max-w);
    position: relative;
    width: 100%;
    justify-content: center;
}

.glsr-default form.glsr-form label.glsr-label {
    display: none;
    float: none;
    -webkit-hyphens: none;
    hyphens: none;
    margin: 0;
}

#site-reviews-title-glsr_568df58e {
    display: none;
}

.glsr-default form.glsr-form {
    padding: 0.95em 0.98em;
}

.jq-selectbox__select {
    display: none;
}

.glsr-default .glsr-review {
    padding: 0.95em 0.98em;
}

.glsr-review-title {
    display: none;
}

/* Мои стили
#header2 {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	padding: 0;
    margin: 0;
	list-style-type: none;
}
.header_phone {
    padding-top: 0px;
    font-size: 1.5em;
}*/
.tel-mobile {
    font-size: 40px;
    padding-right: 20px;
}

.is-form-style {
    position: relative;
    border: 2px solid;
    border-radius: 5px;
}

.is-search-icon {
    background: #ededed00 !important;
    border: 0px !important;
}

.is-form-style input.is-search-input {
    background: #fff0 !important;
    border-radius: 0 !important;
    border: 0px !important;
    font-family: 'Montserrat' !important;
}

div.is-ajax-search-result {
    background: #ffffff !important;
    color: #313131;
    padding: 0 !important;
    border: 2px solid;
    border-radius: 5px;
}

.is-ajax-search-result a {
    color: #1a1a1a !important;
}

.is-ajax-search-post:hover,
.is-ajax-search-result .is-show-more-results:hover,
.is-ajax-search-tags-details>div:hover {
    background: #ffffff !important;
}

.is-show-more-results-text {
    border-top: 2px solid !important;
}

@media (min-width: 992px) {
    #menu_catalog li a:hover {
        color: #fff;
    }
}

#home-top {
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
}

#slider50,
#good50 {
    width: 50%;
}

.tp-bullet-image,
.tp-bullet-imageoverlay,
.tp-bullet-title {
    display: none;
}

.space {
    width: 20;
    height: 20px;
}

@media(max-width: 960px) {
    #home-top {
        display: block;
    }
}

@media(max-width: 960px) {

    #slider50,
    #good50 {
        width: 100%;
    }
}

@media(max-width: 960px) {
    .ajax_search {
        height: auto !important;
    }
}

@media(min-width: 960px) {
    .home-cat1 {
        display: flex;
    }
}

.home-cat1 li img {
    width: 80px;
    padding: 10px 0 10px 0;
}

.category-list {
    list-style: none;
}

.category-list .inner {
    font-family: 'Montserrat';
    font-weight: 600;
}

.foot-align {
    width: 33%;
}

@media(max-width: 960px) {
    .foot-align {
        width: 100%;
    }

    .gift {
        display: flex;
        align-items: center;
        list-style: none;
        text-align: center;
        margin-bottom: 0px;
        flex-direction: column;
        justify-content: space-around;
        padding: 0;
    }
}

@media (max-width: 767px) {
    #product_card h1 {
        font-size: 16px !important;
    }
}

/* Стилі для батьківського пункту */
.pll-parent-menu-item {
    position: relative;
}

/* Ховаємо підменю за замовчуванням */
.pll-parent-menu-item .sub-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: white;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    z-index: 1000;
    flex-direction: column;
}

/* Показуємо підменю при ховері */
.pll-parent-menu-item:hover .sub-menu {
    display: flex;
}

/* Оформлення пунктів підменю */
.pll-parent-menu-item .sub-menu li,
.pll-parent-menu-item .sub-menu li a {
    width: 100%;
}

.pll-parent-menu-item .sub-menu li a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
}

.pll-parent-menu-item .sub-menu li a:hover {
    background-color: #f0f0f0;
}

#r_head_menu {
    text-wrap: nowrap;
}
