@media (max-width: 991px) {
    #column-left {
        width: 100%;
        clear: both;
    }
}

.waves-effects {
    position: relative;
    cursor: pointer;
    display: inherit;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

@media only screen and (max-width: 769px) {
    img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 991px) {
    aside#column-left {
        display: none !important;
    }
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.topic:after {
    content: "top!";
    text-transform: uppercase;
    background-color: #f07d00;
    color: #fff;
    font-size: 12px;
    border-top: 1px solid rgba(240, 125, 0, .5);
    border-left: 1px solid rgba(240, 125, 0, .2);
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 4px;
    height: 21px;
    vertical-align: middle;
    line-height: 21px;
    padding: 0 4px;
    font-weight: 800;
}

.newic:after {
    content: "new!";
    text-transform: uppercase;
    background-color: #f07d00;
    color: #fff;
    font-size: 12px;
    border-top: 1px solid rgba(240, 125, 0, .5);
    border-left: 1px solid rgba(240, 125, 0, .2);
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 4px;
    height: 21px;
    vertical-align: middle;
    line-height: 21px;
    padding: 0 4px;
    font-weight: 800;
}

.btn.lm-all-cats {
    font-family: "Oxygen";
    position: relative;
    position: relative;
    height: 40px;
    color: white;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    display: inherit;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    background-color: #008bc2 !important;
}

div.sidebar-panel > div.sidebar-panel-title {
    color: #0095d7;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
}

div.sidebar-panel > div.sidebar-panel-title > label {
    border-bottom: 1px solid #e5eff6;
    cursor: pointer;
    display: block;
    padding: 0 15px;
    width: 100%;
}

.item_submenu {
    border-bottom: 1px solid #e5eff6;
    color: #000;
    display: block;
    padding: 0 15px;
    line-height: 39px;
    vertical-align: middle;
    width: 100%;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -ms-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
}

.item_submenu:hover {
    background-color: #0095d7;
    color: #fff;
}

ul.subcat > li {
    position: relative;
}

.sidebar-panel-body > ul {
    display: none;
}

@media (max-width: 769px) {
    .sidebar-panel-body > #filter_color {
        display: none;
    }
}

@media (min-width: 769px) {
    div.sidebar-panel {
        margin-bottom: 30px;
    }

    div.sidebar-panel > div.sidebar-panel-title, div.sidebar-panel > div.sidebar-panel-body {
        padding: 10px 15px;
    }

    div.sidebar-panel > div.sidebar-panel-title {
        background-color: #0095d7;
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        -webkit-border-radius: 2px 2px 0 0;
        -moz-border-radius: 2px 2px 0 0;
        border-radius: 2px 2px 0 0;
    }

    div.sidebar-panel > div.sidebar-panel-body {
        background-color: #f8f8f8;
        padding: 15px 0;
        -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2) inset;
        -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2) inset;
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2) inset;
        -webkit-border-radius: 0 0 2px 2px;
        -moz-border-radius: 0 0 2px 2px;
        border-radius: 0 0 2px 2px;
    }

    ul.subcat > li {
        position: relative;
        font-size: 18px;
    }

    .item_submenu {
        color: #000;
        display: block;
        padding: 0 32px;
        line-height: 32px;
        vertical-align: middle;
        width: 100%;
        -webkit-transition: background-color 200ms linear;
        -moz-transition: background-color 200ms linear;
        -ms-transition: background-color 200ms linear;
        -o-transition: background-color 200ms linear;
        transition: background-color 200ms linear;
    }

    .item_submenu:hover {
        background-color: #0095d7;
        border-left: 0;
        color: #fff;
        box-shadow: inset 0 0 16px rgba(0, 0, 0, .23);
        -webkit-transition: background-color 0ms linear;
        -moz-transition: background-color 0ms linear;
        -ms-transition: background-color 0ms linear;
        -o-transition: background-color 0ms linear;
        transition: background-color 0ms linear;
    }

    div.sidebar-panel > div.sidebar-panel-title {
        width: 100%;
    }

    div.sidebar-panel > div.sidebar-panel-title > label {
        border-bottom: 0;
        cursor: pointer;
        display: block;
        padding: 0;
    }

    .item_submenu {
        border-bottom: 0;
        color: #000;
        display: block;
        vertical-align: middle;
        width: 100%;
    }

    .sidebar-panel-body > ul {
        display: block;
    }
}

@media (max-width: 769px) {
    div.sidebar-panel > div.sidebar-panel-title > label {
        color: #333;
    }

    div.sidebar-panel > div.sidebar-panel-title > label {
        padding: 0;
    }

    .sidebar-panel-body .item_submenu {
        min-height: 56px;
        line-height: 16px;
        padding: 20px 0 20px 12px;
    }
}

ul.subcat {
    text-align: left;
    margin-left: -39px;
}

#filter_color a {
    background-position: 0 50%;
    background-repeat: repeat-x;
    float: left;
    display: inline-block;
    font-size: 0;
    height: 25px;
    margin: 0;
    width: 16.66%;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inherit;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.c_red, .c_red:before {
    background-color: #c00;
}

.c_orange, .c_orange:before {
    background-color: #fb940b;
}

.c_yellow, .c_yellow:before {
    background-color: #ff0;
}

.c_green, .c_green:before {
    background-color: #0c0;
}

.c_azure, .c_azure:before {
    background-color: #03c0c6;
}

.c_blue, .c_blue:before {
    background-color: #00f;
}

.c_violet, .c_violet:before {
    background-color: #762ca7;
}

.c_pink, .c_pink:before {
    background-color: #ff98bf;
}

.c_white, .c_white:before {
    background-color: #fff;
}

.c_grey, .c_grey:before {
    background-color: #999;
}

.c_black, .c_black:before {
    background-color: #000;
}

.c_brown, .c_brown:before {
    background-color: #885418;
}

div#filter_color {
    margin-bottom: 40px;
    text-align: center;
}

ul.subcat li:nth-child(n+24) {
    max-height: 0;
    overflow: hidden;
}

.sidebar-panel-body {
    position: relative;
    z-index: 1;
}

.sidebar-panel-title.pl {
    padding-top: 10px;
    background-color: #0095d7;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    margin-top: 20px;
    padding-bottom: 6px;
}

/*! CSS Used from: Embedded */
@media (min-width: 1200px) {
    .btn.lm-all-cats {
        font-family: 'CirceBold';
        position: relative;
        height: 40px;
        color: white;
        width: 100%;
        font-size: 18px;
        position: relative;
        cursor: pointer;
        display: inherit;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        vertical-align: middle;
        z-index: 1;
        -webkit-transition: all .1s ease-out;
        -moz-transition: all .1s ease-out;
        -ms-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
        transition: all .1s ease-out;
        background-color: #008bc2 !important;
    }
}

/*! CSS Used from: Embedded */
.g_h {
    line-height: normal;
}

.sk-49 {
    display: none;
}

.sk-87 {
    display: none;
}

.sk-88 {
    display: none;
}

.sk-89 {
    display: none;
}

.sk-90 {
    display: none;
}

.sk-91 {
    display: none;
}

.sk-97 {
    display: none;
}

.categories__icon.icon {
    position: absolute;
    top: 5px;
    left: 0;
}

.actav {
    font-weight: 900;
}

/*! CSS Used from: Embedded */
*, ::before, ::after {
    box-sizing: border-box;
}

/*! CSS Used from: Embedded */
@media (min-width: 800px) {
    ul.subcat li:nth-child(n+24) {
        max-height: unset !important;
    }

    .left_part_box.kkt {
        display: none;
    }
}

.categories__icon.icon {
    position: absolute;
    top: 5px;
}

/*! CSS Used from: Embedded */
.g_h a:hover {
    color: black;
    font-weight: 900;
}

@media (max-width: 600px) {
    .podkat {
        display: none;
    }
}

/*! CSS Used from: Embedded */
.podkat {
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: max-content;
    margin: 0 auto;
    white-space: nowrap;
    display: flex !important;
}

.podkat::-webkit-scrollbar {
    width: 0 !important;
    display: none !important;
}

@media (min-width: 900px) {
    a.apodsa {
        width: 100% !important;
        display: block;
        margin-top: 10px;
    }

    .podkat {
        margin: auto;
        display: inline-flex !important;
    }
}

.podkat div {
    margin: 0 auto;
    text-align: center;
}

a.apodsa {
    width: 60px;
    display: block;
}

a.apod {
    display: inline-block !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    width: 80px !important;
    height: 80px !important;
}

img.podim {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 600px) {
    .podim {
        max-height: 150px !important;
    }
}

/*! CSS Used from: Embedded */
.podkat .slick-slide {
    text-align: center;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
}

.tpod ms {
    display: block;
}

@media (max-width: 600px) {
    .tpod ms {
        font-size: 11px !important;
    }
}

span.tpod {
    line-height: initial;
    margin-top: -10px;
    text-overflow: unset;
    text-wrap: auto;
    font-size: 15px;
}

.podkat a:hover {
    color: black;
}

a.apod {
    border: 1px solid #5a5656;
}

a.apod:focus {
    outline: none !important;
}

.podkat .apodsa:focus {
    outline: none !important;
    color: black;
}

/*! CSS Used from: Embedded */
.podim {
    max-height: 150px;
}

@media (max-width: 600px) {
    .podkat {
        display: block !important;
        width: 100% !important;
    }

    .podim {
        max-height: 100% !important;
    }

    a.apod {
        display: inline-block !important;
        border-radius: 50% !important;
        overflow: auto !important;
        width: 60px !important;
        height: 60px !important;
    }

    span.tpod {
        font-size: 12px !important;
    }
}

.category-h1-header {
    font-size: 20px !important;
    font-weight: 700;
    color: inherit;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
}

.container.shirka .mybnc {
    width: 50%;
}

.br.d li a:hover {
    font-size: 24px;
}

@media (min-width: 1200px) {
    #show-more-wrapper {
        margin-bottom: 10px;
    }

    button {
        outline: none;
    }

    button {
        outline: none;
    }
}

/*! CSS Used from: Embedded */
.Vp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dr {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.Vp {
    padding: 4px 0;
}

.Xp {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    outline: none;
    background: #f5f5f5;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #262626;
    cursor: pointer;
    border-radius: 2px;
}

.br {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.br {
    padding: 20px 0;
}

.br ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    position: relative;
}

.br li {
    height: 48px;
    width: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    margin: 0 2px;
}

.br li[class*=next], .cr {
    position: absolute;
}

.br li a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: inherit;
    outline: none;
}

.br li[class*=next], .cr {
    position: absolute;
}

.cr {
    display: block;
    width: 33px;
    height: 33px;
    top: 7px;
    right: 7px;
    background: url(/pagination-arrow.d9e0604b.svg) no-repeat;
    background-size: 100% 100%;
}

.br li[class*=selected] {
    background-color: #f3f9ec;
    border-radius: 2px;
    border: 2px solid #a8d470;
    cursor: default;
    line-height: 46px;
}

button#show-more-wrapper:hover {
    color: red;
}

.dr {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.br li {
    height: 48px;
    width: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    margin: 0 2px;
}

.br li[class*=break] {
    cursor: default;
    color: #6f7478;
    pointer-events: none;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.br li[class*=next] {
    right: -52px;
}

@media screen and (max-width: 767px) {
    .podkat .slick-slide {
        width: 100px;
    }
    .container.shirka .mybnc {
        flex-shrink: 0;
        width: 100%;
    }
    a.apodsa {
        width: 100%;
    }
}

.container.shirka div#pgn {
    margin-top: 0px;
}

.container.shirka #show-more-wrappers {
    width: 450px;
}


/*! CSS Used from: https://fonts.googleapis.com/icon?family=Material+Icons */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/*! CSS Used from: /fonts/slick.css */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

/*! CSS Used from: /fonts/font-awesome.min.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-home:before {
    content: "\f015";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-phone:before {
    content: "\f095";
}

.fa-rocket:before {
    content: "\f135";
}

/*! CSS Used from: https://cdn.jsdelivr.net/npm/intl-tel-input@18.1.1/build/css/intlTelInput.css */
.iti {
    position: relative;
    display: inline-block;
}

.iti * {
    box-sizing: border-box;
}

.iti__hide {
    display: none;
}

.iti input, .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px;
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

.iti__country {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    outline: none;
}

.iti__dial-code {
    color: #999;
}

.iti__flag-box, .iti__country-name {
    margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container {
    right: auto;
    left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag {
    width: 20px;
}

.iti__flag.iti__be {
    width: 18px;
}

.iti__flag.iti__ch {
    width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
    }
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px;
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px;
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px;
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px;
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px;
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px;
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px;
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px;
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px;
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px;
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px;
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px;
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px;
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px;
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px;
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px;
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px;
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px;
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px;
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px;
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px;
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px;
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px;
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px;
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px;
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px;
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px;
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px;
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px;
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px;
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px;
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px;
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px;
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px;
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px;
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px;
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px;
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px;
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px;
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px;
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px;
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px;
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px;
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px;
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px;
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px;
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px;
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px;
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px;
}

.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@18.1.1/build/img/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@18.1.1/build/img/flags@2x.png");
    }
}

/*! CSS Used from: Embedded */
.tovar_cattitle::first-letter {
    text-transform: uppercase;
}

button#button-carts {
    font-family: inherit;
    text-transform: uppercase;
}

.itema {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

body {
    font-family: "Oxygen", sans-serif !important;
}

ms {
    font-size: 14px;
}

.drawer__nav {
    font-weight: 900;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    img.btn_site-header__menu-close {
        width: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .drawer__nav {
        margin-left: -40px;
        background: #f8f8f8;
        list-style: none;
    }
}

@media only screen and (max-width: 1024px) {
    .drawer__nav {
        border-top: 1px solid #f2f2f6;
    }
}

@media only screen and (max-width: 1024px) {
    .navbar-offcanvas[data-direction="left"] {
        left: 0;
        box-shadow: 10px 0 200px 0 #d1d6e1;
    }
}

@media only screen and (max-width: 1024px) {
    .navbar-offcanvas {
        height: 100%;
        width: 50%;
        min-width: 300px;
        max-width: 100%;
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        background-color: #404755;
        -webkit-overflow-scrolling: touch;
        z-index: 10;
    }
}

/*! CSS Used from: Embedded */
span.add-option-price-label {
    text-transform: none !important;
}

@media only screen and (max-width: 769px) {
    .breadcrumb {
        margin-top: -7px !important;
        margin-bottom: 0px !important;
    }

    button#kop {
        left: 10px;
        float: none !important;
        text-align: center;
        margin-top: 0 !important;
    }

    h1.tl {
        color: #333e48;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: unset;
    }

    .grid.grid--table.page-width.header_container {
        padding-top: 10px;
        padding-bottom: 15px !important;
    }
}

img.product-image-zoom.img-responsive.product-item-image-img.lk {
    animation: marching-ants 400ms infinite linear;
    background-image: linear-gradient(90deg, #89cac0 50%, transparent 50%), linear-gradient(90deg, #89cac0 50%, transparent 50%), linear-gradient(0, #89cac0 50%, transparent 50%), linear-gradient(0, #89cac0 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
    padding: 1px 1px 1px 1px;
    border: 1px dashed #d8d9e0;
}

.mebel_list .slick-slide img {
    max-width: 100px;
}

.imageBox {
    overflow: hidden;
}

/*! CSS Used from: /js/da.selection.css */
#product-detail-main {
    overflow: inherit;
}

/*! CSS Used from: https://unpkg.com/swiper/swiper-bundle.min.css */
:root {
    --swiper-theme-color: #007aff;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

:root {
    --swiper-navigation-size: 44px;
}

/*! CSS Used from: Embedded */
span.g-l-f.l {
    float: left;
    margin-left: 5px;
}

span.g-l-f.r {
    float: right;
    margin-right: 5px;
}

span.g-l-f-s {
    font-size: 16px;
}

span.g-l-f-s.r {
    margin-top: -15px;
    position: relative;
    top: -10px;
}

span.g-l-f {
    position: relative;
    color: white;
    font-size: 16px;
    font-weight: 900;
    top: -7px;
}

span#cropimage_top_size {
    top: -6px;
    position: relative;
}

div#obrez {
    animation: marching-ants 400ms infinite linear;
    background-image: linear-gradient(90deg, #89cac0 50%, transparent 50%), linear-gradient(90deg, #89cac0 50%, transparent 50%), linear-gradient(0, #89cac0 50%, transparent 50%), linear-gradient(0, #89cac0 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
}

._2HTnAzH._36wDTww.M3dcC1z use {
    fill: black;
}

a.search-open-mobile {
    position: relative;
    float: left;
    top: 26px !important;
    left: 18%;
}

span.imh svg {
    position: unset !important;
    top: 8px;
}

@media (max-width: 600px) {
    h1.tl {
        margin-bottom: -10px;
    }
}

input.knopa:hover {
    background: -webkit-linear-gradient(bottom, #d92301, #f50);
    background: linear-gradient(to top, #d92301, #f50);
}

.heading-block {
    color: #fff;
    background: linear-gradient(45deg, #ebc62d, #ff1b02 50%, #a73a11 100%) !important;
}

#myModalxa .heading-block {
    margin: 0 !important;
    border-radius: 0 !important;
    padding-top: 17px !important;
    height: 80px !important;
}

#myModalxa p.heading {
    width: 90%;
}

#myModalxa .answer {
    margin-top: 10px !important;
}

input.knopa {
    background: #c60a00;
    background: -webkit-linear-gradient(bottom, #c60a00, #fc2300);
    background: linear-gradient(to top, #c60a00, #fc2300);
    font-weight: 900;
    color: white;
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    border: 1px solid #de520f;
}

.phone_mask::placeholder {
    font-size: 20px;
    color: black;
}

.hjhj {
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.style33 {
    font-family: "CirceBold";
    line-height: 1.88;
    color: #707070 !important;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 6px;
}

.heading-block {
    height: 100px;
    background-color: #a3c306;
    padding-left: 35px;
    padding-top: 27px;
    text-align: left;
    position: relative;
}

.question-block {
    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 30px;
}

.heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin: 0px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.heading-block i.close.material-icons {
    cursor: pointer;
    color: white;
    position: absolute;
    top: 25px;
    right: 25px;
    font-weight: normal;
}

.howtheylook .bottom-block.answer {
    background: none;
    padding-right: 20px;
}

.exitPopupBlock {
    text-align: center;
    position: fixed;
    left: 50%;
    top: 20px;
    z-index: 99992;
    background: #fff;
    overflow: hidden;
    width: 690px;
    margin: 0px 0 0 -345px;
    overflow: visible;
}

div.exitPopupBlock .content .question-symb {
    width: 32px;
    height: 32px;
    background-color: white;
    position: relative;
    transform: rotate(-45deg);
    top: 9px;
    left: 7px;
}

div.exitPopupBlock .content .question-symb .question-mark {
    display: inline-block;
    color: #a3c306;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    left: 9px;
    top: -5px;
    transform: rotate(45deg);
}

.content.howtheylook .flex-images > i {
    width: 0px;
    position: relative;
    z-index: -1;
    left: -24px;
    color: #a3c306;
    font-size: 48px;
}

.flex-images {
    padding-left: 20px;
}

.flex-images {
    display: flex;
    justify-content: space-between;
}

.flex-images > div {
    position: relative;
}

.flex-images > * {
    align-self: center;
}

.flex-images img {
    max-width: 292px;
    height: auto;
    position: relative;
}

.text_block span {
    background-color: rgba(54, 54, 54, 0.8);
    background-size: cover;
    display: block;
    width: 100%;
    padding: 9px 14px 11px;
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 700;
}

.i-input {
    position: relative;
}

.i-input > .i-input__addon {
    padding-left: 20px;
    color: #666;
    left: 10px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 3;
}

.i-input > .i-input__field {
    overflow: hidden;
    position: relative;
}

div#content {
    margin-top: -20px;
}

.i-input > .i-input__field > input {
    background-color: #fff;
    color: #666;
    line-height: 40px;
    padding-left: 45px;
    width: 100%;
    z-index: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.i-input.i-input_outline {
    padding-left: 20px;
}

.widget {
    display: block;
}

@media (max-width: 920px) {
    .tl {
        margin-top: 10px;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

iframe, img, svg {
    vertical-align: middle;
}

.clear {
    width: 100% !important;
    height: 1px !important;
    clear: both;
    margin-bottom: -1px !important;
}

#cropimage_top {
    z-index: 999;
    width: 100px;
    height: 15px;
    display: block;
    position: absolute;
    background-color: #E63F3F;
    cursor: default;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    left: 0 !important;
    right: 0;
    text-align: center;
}

span#cropimage_left_size {
    font-weight: 900;
}

span#cropimage_top_size {
    font-weight: 900;
}

#cropimage_left {
    width: 15px;
    height: 100px;
    display: block;
    position: absolute;
    background-color: #E63F3F;
    cursor: default;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    text-align: center;
    border-radius: 2px;
    margin-top: auto;
    margin-bottom: auto;
    bottom: 0 !important;
    top: 0 !important;;
    text-align: center;
}

#cropimage_left_size {
    writing-mode: tb-rl;
    transform: rotate(180deg);
    left: -6px;
    position: relative;
}

.howItLooks {
    width: 100%;
}

.green-btn {
    background-color: #008bc2 !important;
}

.green-btn {
    border: 0px;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Roboto-Medium', clear_sansregular, sans-serif;
    color: #fff;
    text-decoration: none;
    background-color: #f07d00;
    border-radius: 0;
    cursor: pointer;
    transition: .2s ease-out;
    -webkit-tap-highlight-color: transparent;
    display: block;
    font-size: 15px;
}

p.answer-small {
    padding-left: 20px;
}

.green-btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.col-xs-12.how-it-look-block {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 768px) {
    .imageBox {
        margin-bottom: 0;
    }

    div#mebel_list {
        max-width: 760px;
        width: 100%;
    }

    .mebb {
        margin-left: -15px;
        width: 108%;
        left: -15px;
    }
}

/*! CSS Used from: Embedded */
body {
    margin: 0;
}

aside, figure, footer, header, nav {
    display: block;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

b, strong {
    font-weight: bold;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button, input {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button, input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href^="#"]:after {
        content: "";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h3 {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }
}

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.88;
    color: #666666;
    background-color: #ffffff;
    font-weight: 400;
}

input, button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover, a:focus {
    color: #fcd846;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

[role="button"] {
    cursor: pointer;
}

h1, h3, h4 {
    font-weight: 500;
    line-height: 1.1;
    color: #363636;
    text-transform: uppercase;
}

h1, h3 {
    margin-top: 28px;
    margin-bottom: 14px;
}

h4 {
    margin-top: 14px;
    margin-bottom: 14px;
}

h1 {
    font-size: 38px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

p {
    margin: 0 0 14px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-muted {
    color: #777777;
}

ul {
    margin-top: 0;
    margin-bottom: 14px;
}

ul ul {
    margin-bottom: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 769px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-sm-2, .col-sm-3, .col-md-3, .col-lg-3, .col-md-4, .col-lg-4, .col-xs-6, .col-sm-6, .col-md-6, .col-sm-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-6, .col-xs-12 {
    float: left;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 769px) {
    .col-sm-2, .col-sm-3, .col-sm-6, .col-sm-8, .col-sm-9, .col-sm-12 {
        float: left;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-3, .col-md-4, .col-md-6, .col-md-9, .col-md-12 {
        float: left;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-3, .col-lg-4, .col-lg-8, .col-lg-9, .col-lg-12 {
        float: left;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 3px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="search"] {
    -webkit-appearance: none;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 1.88;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus {
    color: #fff;
    text-decoration: none;
}

.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ededed;
    border: 1px solid #ededed;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.18);
    background-clip: padding-box;
}

.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 991px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 991px) {
    .navbar-header {
        float: left;
    }
}

.container-fluid > .navbar-header {
    margin-right: -20px;
    margin-left: -20px;
}

@media (min-width: 991px) {
    .container-fluid > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 20px;
    padding: 9px 10px;
    margin-top: auto-34px/2;
    margin-bottom: auto-34px/2;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 991px) {
    .navbar-toggle {
        display: none;
    }
}

.breadcrumb {
    padding: 0 0 20px 0;
    margin-bottom: 28px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #333e48;
}

.thumbnail {
    display: inline-block;
    padding: 0px;
    line-height: 1.88;
    background-color: #ffffff;
    border: 1px solid #fff;
    vertical-align: middle;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.imageBox {
    height: auto !important;
}

.panel {
    margin-bottom: 28px;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
    padding: 20px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
}

.panel-success {
    border-color: transparent;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: transparent;
    border-color: transparent;
}

.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

@media (min-width: 769px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.visible-xs {
    display: none !important;
}

@media (max-width: 769px) {
    .visible-xs {
        display: block !important;
    }
}

@media (max-width: 769px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.common-home #content {
    margin-bottom: 0;
}

.common-home header {
    margin-bottom: 0;
}

header {
    background: #FFF;
}

header.header-v1 .header-middle {
    border-bottom: 1px solid #f2f2f2;
}

header.header-v1 .header-middle .inner {
    padding: 20px 0;
}

#search {
    background: #20254e;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    margin-top: 6px;
}

#search input {
    min-width: 210px;
    height: 38px;
}

#search input {
    background: none;
    border: none;
}

#content {
    min-height: 520px;
}

ul {
    list-style: none;
}

.dropdown-menu {
    padding: 20px;
    min-width: 170px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 6px 0 0;
}

.container-fluid {
    padding: 0;
}

button {
    background: transparent;
    border: none;
}

button:hover {
    color: #fcd846;
}

.mass-bottom button:hover {
    color: #000000;
}

.mass-bottom .panel.panel-success {
    margin-bottom: 15px;
}

.mass-bottom button:hover .text-lg {
    font-weight: 600;
}

.btn {
    text-transform: uppercase;
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    margin-bottom: 70px;
}

.panel-success .panel-heading:before {
    background-color: #3fc843;
}

.panel-heading {
    padding: 0 0 20px;
    position: relative;
}

.panel-title {
    font-size: 36px;
    font-weight: bold;
}

.breadcrumb {
    margin-bottom: 8px;
    position: relative;
    padding: 0px 0;
}

.breadcrumb:before {
    content: "";
    height: 100%;
    margin-left: -150%;
    padding: 0 200%;
    position: absolute;
    top: 0;
    width: 100%;
    background: #ecf9ff;
}

.breadcrumb a {
    color: #333e48;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumb a:hover {
    color: #fcd846;
}

.breadcrumb > li {
    padding: 0;
    padding-right: 20px;
    position: relative;
}

.breadcrumb > li:after {
    position: absolute;
    content: "\f105";
    top: 8px;
    right: 5px;
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumb > li + li:before {
    content: none;
}

.breadcrumb > li:last-child:after {
    content: none;
}

button.close {
    padding: 0 10px;
}

.img-responsive {
    display: inline-block;
}

.price {
    color: #363636;
    font-weight: 500;
    font-size: 18px;
}

.product-info .thumbnail {
    position: relative;
}

.product-info .thumbnail img {
    border: 1px solid #f2f2f2;
}

.owl-carousel {
    background: transparent !important;
    margin: 0 !important;
}

@media screen and (max-width: 992px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }
}

.sub-title {
    color: #696969;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    #content {
        width: 100%;
        clear: both;
    }
}

@media (max-width: 769px) {
    .panel {
        margin-bottom: 30px;
    }

    .panel-title {
        font-size: 20px;
    }
}

@media (max-width: 769px) {
    .logo {
        text-align: center;
        margin-bottom: 20px;
    }
}

header {
    background: #FFF;
    border-top: 6px solid #30a8dd;
}

.tl {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    color: #22244d;
    margin-top: 22px;
}

@media (max-width: 760px) {
    img.img-responsive {
        width: 100%;
    }
}

.text-center {
    text-align: center !important;
}

.page-width {
    *zoom: 1;
    max-width: 1500px;
    margin: 0px auto !important;
}

@media only screen and (min-width: 750px) {
    .page-width {
        padding: 0 20px;
    }
}

.page-width {
    max-width: 1500px !important;
}

.page-width:after {
    content: '';
    display: table;
    clear: both;
}

@media only screen and (min-width: 750px) {
    .page-width {
        padding: 0 20px;
    }
}

a.fava {
    background-size: cover;
    display: block;
    float: left;
    height: 50px;
    vertical-align: top;
    width: 50px;
    background-repeat: no-repeat;
    border-radius: 50px;
    background-position: center center;
    margin-right: 14px;
    margin-bottom: 7px;
    padding-bottom: 0;
    border: 2px solid #f1f2f5;
}

div#fs {
    text-align: center;
}

button {
    outline: none;
}

button {
    outline: none;
}

button.submit {
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 900;
    color: white;
    background: #f52819;
    width: 30%;
    margin-top: 20px;
    font-size: 20px;
}

.zakuz {
    font-size: 24px;
    font-weight: 900;
}

#modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 999;
}

#modal-container .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}

#modal-container .modal-background .modal {
    height: 75%;
    background: white;
    padding: 50px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
}

#modal-container .modal-background .modal p {
    margin-right: 25%;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
}

#modal-container .modal-background .modal .modal-svg rect {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 778;
    stroke-dashoffset: 778;
}

.content {
    min-height: 100%;
    height: 100%;
    background: white;
    position: relative;
    z-index: 0;
}

.mobil-no {
    display: block;
}

.pc-no {
    display: none;
}

#grid {
    margin: 0 auto;
    padding: 0 0 20px;
}

.grid-item-wrap {
    width: 100%;
    float: left;
}

@media (min-width: 320px) {
    .grid-item-wrap {
        width: 50%;
    }
}

@media (min-width: 480px) {
    .grid-item-wrap {
        width: 33.3333333333333%;
    }
}

#ssw-fave-side-bar .col-xs-6 {
    width: 100%;
    display: inline-block;
    position: relative;
    float: none;
    display: flex;
    align-items: center;
    margin-right: 25px;
    color: inherit;
}

#ssw-fave-side-bar .col-xs-6 a.name-fav {
    text-overflow: initial !important;
    height: auto !important;
    white-space: normal !important;
    overflow: initial !important;
    color: #303238;
    color: #363636;
    text-underline-offset: ;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    position: relative;
    width: 220px !important;
    float: left;
    text-align: left;
}

@media (min-width: 920px) {
    .grid-item-wrap {
        width: 25%;
    }
}

@media (min-width: 1150px) {
    .grid-item-wrap {
        width: 20%;
    }
}

.grid-item {
    margin: 7px;
    background-color: #F0F0F0;
    overflow: hidden;
}

.grid-item:hover {
    background: #E8E8E8;
}

.grid-item {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.grid-item:hover {
    background: #f8f8f8;
}

.grid-item .item-img {
    position: relative;
}

.grid-item .box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.grid-item .box.item-img {
    padding: 0;
}

.action {
    cursor: pointer;
}

.grid-item .item-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.grid-item .item-img img {
    opacity: 1;
}

.grid-item .item-img .action {
    cursor: zoom-in;
}

.grid-item .box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.grid-item .block.title {
    padding: 0 10px 0;
    font-weight: bold;
    font-size: 16px;
}

.grid-item .block {
    padding: 10px 10px 0;
}

.grid-item .stars {
    height: 27px;
}

.main-text {
    font-size: 14px;
    line-height: 19px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

#title {
    font-size: 36px;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

#quickview {
    position: relative;
    margin: 0 auto;
    height: 100%;
    max-width: 900px;
}

@media (min-width: 620px) {
    #quickview {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

#quickview .grid-item-wrap {
    position: relative;
}

#quickview .grid-item-wrap {
    margin: 0 auto;
    height: 100%;
}

.grid-item {
    margin: 7px;
    background-color: #F0F0F0;
    overflow: hidden;
}

#quickview .grid-item {
    background: 0;
    margin: 0;
    padding: 2% 2% 0 2%;
    height: 100%;
}

#quickview .box {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px 0 #ccc;
    position: relative;
    margin-bottom: 20px;
}

#quickview .main, #quickview .item-img {
    margin: 1%;
}

#quickview .grid-item .item-img {
    padding: 0;
    border-radius: 7px;
    margin-bottom: 20px;
}

@media (min-width: 620px) {
    #quickview .has-img .grid-item .item-img {
        width: 58%;
        float: left;
    }
}

.grid-item .item-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

#quickview .grid-item .item-img img {
    width: 100%;
}

@media (min-width: 620px) {
    #quickview .has-img .grid-item .main {
        width: 38%;
        float: left;
    }
}

#quickview .box {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px 0 #ccc;
    position: relative;
    margin-bottom: 20px;
}

.grid-item .block {
    padding: 0px 10px 0;
}

.grid-item .block.title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px 0;
    font-weight: bold;
    font-size: 16px;
}

#quickview .block.title {
    margin-right: 110px;
}

.grid-item .owner {
    margin-top: 4px;
    font-weight: normal;
}

.grid-item .block {
    padding: 0px 10px 0;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}

@media (min-width: 645px) {
    .close-btn {
        top: -15px;
        right: 25px;
    }
}

div#looxOverlay_quickview {
    display: none;
}

#quickview .grid-item-wrap {
    width: 100%;
}

#quickview {
    position: relative;
    margin: 0 auto;
    height: 100%;
    max-width: 900px;
}

#quickview {
    background: azure;
    position: absolute;
    height: auto;
    max-width: 900px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}

.navbar > .container-fluid > .pull-left {
    display: none !important;
}

#ouibounce-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
}

.modal-content {
    background: linear-gradient(to top, #9ae0fc, #fff 70%);
    border-radius: 10px;
    border: #02abd5 1px solid;
}

.heading-block {
    margin: -20px -20px 20px -20px;
    background: #008bc2;
    color: #fff !important;
    position: relative;
    padding: 15px;
    border-radius: 8px 8px 0 0;
}

.heading-block .close {
    opacity: 1;
    border-radius: 100%;
    color: #fff !important;
}

button.close {
    padding: 0 8px;
    cursor: pointer;
    background: #ff8500;
    border-radius: 20px;
    font-size: 30px !important;
    font-weight: 400 !important;
    -webkit-appearance: none;
}

.heading-block i {
    float: left;
    font-size: 40px;
    margin: 0 10px 20px;
}

.heading-block .heading {
    font-weight: bold;
    font-size: 26px;
}

.heading-block p {
    margin: 0;
    font-size: 18px;
    line-height: 100%;
}

.bottom-block .answer {
    color: #008bc2;
    font-size: 23px;
    line-height: 100%;
}

.bottom-block.answer input {
    color: #333;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
}

.bottom-block.answer input {
    color: #333;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
}

.bottom-block.answer button {
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
}

.myfirsttimer {
    padding: 9px;
}

.titles {
    margin-left: 134px;
}

.titles .title {
    text-transform: uppercase;
    text-align: right;
    padding-right: 43px;
    display: block;
}

.akc-block-center .sub-title {
    background: url("/image/main/promo-unique-bg.png") no-repeat transparent;
    width: 401px;
    height: 31px;
    margin: 0;
    color: #fff;
    line-height: 31px;
    display: block;
    text-align: right;
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 13px;
}

.img-ipad {
    position: absolute;
    left: 125px;
    top: 0;
}

.akc-block-center .sub-text {
    margin-left: 185px;
    margin-top: 13px;
}

.akc-block-center .img {
    float: left;
}

.akc-block-center > div > div {
    float: left;
}

.akc-block-center > div .plus {
    font-weight: 700;
    font-size: 55px;
    margin: 11px 6px 0 3px;
    float: left;
}

.akc-block-timer {
    width: 282px;
    margin-left: 0;
}

.akc-block-timer > p {
    text-align: center;
    font: 700 italic 14px "Trebuchet MS", Helvetica, sans-serif;
    margin: 0;
}

.akc-block-center .title {
    margin: 0;
}

.akc-block-center .title {
    font: 700 35px "Roboto Slab", Arial, Helvetica, sans-serif;
    color: #ed479d;
    margin: 0 0 7px 11px;
}

.akc-block-center > div p {
    font: 18px/22px "Trebuchet MS", Helvetica, sans-serif;
    color: #1e1f4f;
    margin: 0;
}

.akc-block-discount p {
    margin: 0;
}

.akc-block-discount p:last-child {
    display: inline-block;
    width: 82px;
    margin-top: 3px;
    margin-left: 21px;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
}

.akc-block-center {
    float: left;
}

.akc-block-center .title {
    font: 700 35px "Roboto Slab", Arial, Helvetica, sans-serif;
    color: #ed479d;
    margin: 0 0 7px 11px;
}

.akc-block-discount {
    width: 104px;
    margin-right: 48px;
    margin-top: 11px;
    font: 700 50px/40px "Roboto Slab", Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    float: left;
}

.akc-block-center .title {
    font: 700 20px "Roboto Slab", Arial, Helvetica, sans-serif;
}

.akc-block-discount {
    margin-right: 5px;
}

@media screen and (max-width: 1199px) {
    .akc-block-timer {
        margin-left: 10px;
    }

    .timer-block {
        width: 920px;
        margin: 0 auto;
        float: none;
    }
}

@media screen and (max-width: 950px) {
    .akc-block-timer {
        display: none;
    }
}

@media screen and (max-width: 639px) {
    .akc-block-discount {
        text-align: center;
        height: 25px;
        position: relative;
        width: 100%;
        background: #ed479d;
        margin: 0;
    }

    .akc-block-discount p {
        margin: 0;
        display: inline;
        font-size: 18px !important;
        line-height: 18px;
        position: relative;
        top: -151px;
    }

    .akc-block-discount p:last-child {
        display: inline;
        width: auto;
        margin: 0;
        text-align: left;
        font-size: 16px;
        line-height: 18;
    }

    .timer-block {
        background-position: center;
        width: 100%;
        background-size: cover;
        padding-bottom: 10px;
        height: auto;
    }

    .img-ipad {
        left: 0;
        top: 22px;
    }

    .akc-block-center .sub-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 550px) {
    .img-ipad {
        display: none;
    }

    .akc-block-center .img {
        display: none;
    }

    .akc-block-center .sub-text {
        width: 215px;
        margin: 10px auto 0;
    }

    .titles {
        margin: 0;
    }

    .titles .title {
        text-align: center;
        padding: 0;
    }

    .akc-block-center .sub-title {
        background: #ed479d;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .akc-block-center {
        float: none;
    }
}

@media screen and (max-width: 475px) {
    .akc-block-center {
        display: block;
    }
}

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

@media (max-width: 600px) {
    footer {
        padding-top: 35px;
        padding-top: 50px;
        padding-bottom: 35px;
        padding-bottom: 50px;
        margin-top: 0;
        margin: 0 auto;
        background: #1b1e1f;
        position: relative;
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
    }
}

.container.myfirsttimer {
    margin-top: -20px;
}

button.howItLooks.btn.green-btn {
    font-family: "Oxygen";
    font-size: 17px;
}

.col-sm-8.image-container {
    font-family: "Oxygen";
}

div#myModalxa {
    font-family: "Oxygen";
}

#returnIconsWrap a span {
    cursor: pointer;
}

.exitblock {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.exitblock .fon {
    background: #f6fcff;
    opacity: .8;
    position: fixed;
    width: 100%;
    height: 100%;
}

.popup_lead_catcher_new {
    padding: 25px;
    width: 350px;
    text-align: center;
}

.exitblock .modaltext {
    box-sizing: border-box;
    padding: 20px 40px;
    border: 2px solid #aeaeae;
    background: #f6fcff;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .5);
}

.popup_lead_catcher_new .title {
    color: #000;
    font-size: 26px;
    line-height: 1.2;
    font-family: Oxygen;
    padding: 10px 0 0 0;
    text-align: center;
    text-transform: uppercase;
}

.popup_lead_catcher_new .description {
    color: #000;
    text-align: center;
    font-size: 21px;
    line-height: 1.2;
    font-family: CirceRegular;
    padding: 0;
    margin-bottom: 10px;
}

.popup_lead_catcher_new input {
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 18px;
    font-family: CirceRegular;
    color: #000;
}

.popup_lead_catcher_new input {
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 18px;
    font-family: CirceRegular;
    color: #000;
}

.popup_lead_catcher_new button {
    width: 100%;
    margin-top: 0;
}

.btn-orange {
    display: inline-block;
    color: #fff;
    padding: 11px 35px;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Oxygen";
    min-height: 41px;
    text-align: center;
    cursor: pointer;
    background: #ff6724;
    background: linear-gradient(to top, #ff6724, #ff4f02);
    background: -webkit-linear-gradient(#ff6724, #ff4f02);
    background: -moz-linear-gradient(to top, #ff6724, #ff4f02);
    background: -o-linear-gradient(to top, #ff6724, #ff4f02);
    text-transform: uppercase;
    box-sizing: border-box;
}

.popup_lead_catcher_new input {
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 18px;
    font-size: 14px;
    font-family: CirceRegular;
    color: #000;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 5px;
    height: 48px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.closeblock {
    cursor: pointer;
    position: fixed;
    line-height: 60px;
    font-size: 82px;
    transform: rotate(45deg);
    text-align: center;
    top: 20px;
    right: 30px;
    color: #337ab7;
}

@media only screen and (max-width: 350px) {
    .popup-label-mobile-header {
        font-size: 10px !important;
    }

    .popup-label-mobile-header, .seperator-mobile {
        padding: 0;
    }
}

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

.site-header__upper {
    display: none;
}

@media only screen and (max-width: 769px) {
    nav.topbar {
        display: none !important;
    }

    .site-header__upper {
        display: block;
    }
}

#shopify-section-top-bar-mob, .header-topbar-mobile {
    display: none;
}

.topbar-content-mobile {
    width: 100%;
    background-color: #404b54;
}

.active {
    display: block;
}

.popup-label-mobile-header, .seperator-mobile {
    color: #fff;
    font-family: "Oxygen", sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 0 1%;
}

.popup-label-mobile-header {
    font-weight: bold;
}

.center-topbar-options-mobile {
    padding: 5px 10px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 7px;
    list-style: none;
    background-color: transparent;
    border-radius: none;
    margin-top: 14px;
}

@media only screen and (max-width: 1000px) {
    .navbar {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .popup-label-mobile-header {
        font-size: 13px;
    }

    .navbar {
        display: none;
    }
}

@media only screen and (max-width: 350px) {
    .popup-label-mobile-header {
        font-size: 12px;
    }
}

@media only screen and (max-width: 769px) {
    #shopify-section-top-bar-mob, .header-topbar-mobile {
        display: block;
    }
}

@media only screen and (max-width: 769px) {
    #shopify-section-top-bar-mob, .header-topbar-mobile {
        display: block !important;
        z-index: 1;
    }

    div#shopify-section-top-bar-mob {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

    div#topbar-mobile {
        text-align: center;
        padding: 0;
    }
}

.topbar-content-mobile {
    width: 100%;
    background-color: #404b54;
}

.center-topbar-options-mobile {
    padding: 5px 10px;
}

@media only screen and (max-width: 480px) {
    .popup-label-mobile-header {
        font-size: 13px;
    }
}

@media only screen and (max-width: 769px) {
    .mega-choose {
        float: left;
        margin: 0;
        min-height: 350px;
        width: 100%;
        border-top: solid 1px #e5e5e6;
        background-color: #fff;
        padding: 0;
    }

    header.header-v1 .header-middle .inner {
        padding: 7px 0;
    }
}

nav.navbar {
    display: none;
    z-index: 99999;
}

.site-header__upper {
    display: none;
}

@media only screen and (max-width: 769px) {
    .site-header__upper {
        display: block;
    }

    .site-header__upper .navbar-toggle .icon-bar {
        background: black;
        color: black;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

    .site-header__upper .navbar-toggle {
        position: absolute;
        float: right;
        margin-right: 12px;
        padding: 9px 10px;
        margin-top: 25px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .search-open-mobile img {
        width: 23px;
        position: absolute;
        top: 18px;
        right: 106px;
    }

    .grid.grid--table.page-width.header_container {
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        background: #f8f8f8;
        margin-top: 5px !important;
        box-shadow: 0 5px 5px -5px #333;
    }

    .grid--table > .grid__item {
        float: none;
        display: table-cell;
        padding-left: 0;
    }

    .medium-up--hide {
        display: table-cell !important;
    }

    .site-header__upper .navbar-toggle {
        position: absolute;
        float: right;
        margin-right: 12px;
        padding: 9px 10px;
        margin-top: 25px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .wishlist-open-mobile img {
        width: 23px;
        position: absolute;
        top: 19px;
        right: 61px;
    }

    .cart-curreses-side {
        display: block;
    }

    #right-side-header-icons-mobile {
        top: 12px;
        position: relative;
        width: 30% !important;
    }

    .show_search_bar {
        height: 61px;
    }

    .small--hide12 {
        display: inline-block !important;
        width: 100% !important;
    }

    .site-header__search-inner1 {
        position: relative;
        bottom: 0;
        display: block;
    }

    .show_search_bar {
        border-top: 1px solid #f2f2f6;
    }

    .show_search_bar {
        display: none;
    }

    header {
        margin-top: 90px;
    }

    .page-width {
        max-width: 1500px !important;
        margin: 0 auto !important;
    }

    .site-header__upper {
        position: relative !important;
    }

    .grid--table {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin-left: 0;
    }

    .header_container {
        height: 55px;
    }

    .elegant-logo {
        width: 70% !important;
        text-align: center;
    }

    .site-header__logo {
        margin: 0;
    }

    .site-header__logo a {
        display: block;
        color: #4b4f59;
    }

    #right-side-header-icons-mobile {
        top: 12px;
        position: relative;
        width: 30% !important;
    }

    .cart-curreses-side {
        display: block;
    }

    .cart-curreses.noSelect {
        padding-right: 5%;
    }

    .cart-ico {
        float: right;
    }

    #logo-theme {
        display: none;
    }

    div#search {
        display: none;
    }

    .show_search_bar {
        height: 61px;
    }

    .show_search_bar {
        border-top: 1px solid #f2f2f6;
    }

    .small--hide12 {
        display: inline-block !important;
        width: 100% !important;
    }

    .site-header__search-inner1 {
        position: relative;
        bottom: 0;
        display: block;
    }

    .site-header__search-inner1 {
        top: 10px;
    }

    .visually-hidden {
        position: absolute !important;
        overflow: hidden;
        clip: rect(0 0 0 0);
        width: 100px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

    div#search label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }

    input#SiteNavSearch1 {
        background: #f8f8f8 none repeat scroll 0 0;
        border: 0 solid #000;
        width: 96% !important;
        margin-left: 2%;
        margin-bottom: 8px;
    }

    input#SiteNavSearch1 {
        padding: 10px 37px;
    }

    #SiteNavSearch1 {
        font-size: 15px;
    }

    input[type="search"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .site-header__search-inner1 > span.mob_search {
        position: relative;
        bottom: 42px;
        left: 19px;
    }

    #search.show_search_bar {
        position: absolute;
        background: #fff;
        margin-top: 73px;
        z-index: 991;
        width: 100%;
        border-radius: 0;
        box-shadow: 0 5px 5px -5px #333;
    }

    #ssw-fave-side-bar {
        box-sizing: border-box;
        bottom: 0;
        display: table;
        height: 100%;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        perspective: 1000px;
        backface-visibility: hidden;
        width: 320px;
        z-index: 2147483640;
        z-index: 9999;
        transition: box-shadow .3s ease 0s, -webkit-transform .3s ease 0s;
        border-left: 1px solid rgba(192, 192, 192, .5);
        background: #fff;
    }

    .ssw-fave-close {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        line-height: 1;
        padding: 20px;
    }

    #ssw-fave-side-bar-header {
        height: auto;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 34px;
    }

    .ssw-wrap-h3 {
        display: flex;
        align-items: center;
        min-height: 40px;
        margin-bottom: 23px;
    }

    .ssw-wrap-h3 i {
        width: 40px;
        height: 40px;
        color: #fff;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        margin-right: 25px;
        background: #f44336;
        border-radius: 50%;
    }

    .fa {
        font: normal normal normal 14px/1 FontAwesome !important;
    }

    .fa-heart:before {
        content: "\f004";
    }

    .ssw-fave-side-bar-header-title {
        font-size: 20px;
        color: #000;
    }

    #ssw-fave-side-bar .favorites_block {
        border-top: 2px solid #ebeef0;
        padding-top: 14px;
    }

    div#fs {
        text-align: center;
    }

    .slick-slide:active {
        outline: 0;
    }

    .slick-slide:focus {
        outline: 0;
    }

    .slick-active {
        outline: 0;
    }

    img.btn_site-header__menu-close {
        width: 14px;
    }

    .navbar-offcanvas[data-direction="left"] {
        display: block;
        left: 0;
        box-shadow: 10px 0 200px 0 #d1d6e1;
    }

    .navbar-offcanvas {
        height: 100%;
        width: 50%;
        min-width: 300px;
        max-width: 100%;
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        background-color: #404755;
        -webkit-overflow-scrolling: touch;
        z-index: 10;
    }

    .navbar-offcanvas > [data-toggle="offcanvas"] {
        width: 60px;
        height: 60px;
        line-height: 30px;
        font-size: 26px;
        color: #c4cedc;
        text-align: center;
        outline: 0;
        border: 0;
        background-color: transparent;
    }

    .drawer__nav {
        border-top: 1px solid #f2f2f6;
    }

    .drawer__nav {
        margin-left: -40px;
        background: #f8f8f8;
        list-style: none;
    }

    .drawer__nav-item {
        display: block;
        border-bottom: 1px solid #fff;
    }

    img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0 !important;
    }

    .drawer__nav a {
        padding: 5px 10px;
        position: relative;
        display: block;
        font-family: "Oxygen";
    }

    .drawer__nav .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 8px dashed;
        border-top: 4px solid;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        float: right;
        margin-top: 11px;
        margin-right: 0;
    }

    .drawer__nav .megamenu-lists.row {
        margin: 0;
        padding: 0;
    }

    .drawer__nav .dropdown-menu {
        position: relative;
        float: none;
        min-width: 300px;
        padding: 1px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 15px;
        text-align: left;
        background-color: #fff;
        border: 1px solid #ededed;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .18);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .18);
        background-clip: padding-box;
    }

    .megamenu-lists.row li.col-sm-2 {
        background: #f8f8f8;
        border-bottom: 1px solid #fff;
    }

    .cntct-title {
        text-align: center;
        background: #cc9200;
        text-transform: uppercase;
        color: #fff;
        font-family: "Oxygen";
    }

    li.drawer__nav-item.cntct {
        background: #f4af00;
        margin-top: 1px;
    }

    li.drawer__nav-item.cntct a {
        color: #fff;
        text-align: center;
        padding: 0;
        font-family: "Oxygen";
    }

    li.drawer__nav-item.cntct a:last-child {
        margin-bottom: 7px;
    }
}

input#SiteNavSearch1 {
    font-family: "Oxygen";
}

@media only screen and (max-width: 769px) {
    #side-favorite-modal-hides {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: #000;
        opacity: .9;
    }
}

#ssw-fave-side-bar {
    box-shadow: 0 5px 5px -5px #333;
}

.knopa {
    font-weight: 900;
    color: white;
    background: #de520f;
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    border: 1px solid #de520f;
}

#overlay {
    z-index: 998;
    position: fixed;
    background-color: #000;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

@media (max-width: 992px) {
    .mebb {
        display: none;
    }
}

header {
    border-top: 0;
}

#topBar {
    position: relative;
    height: 30px;
    background: #000;
}

div#returnIconsWrap a {
    margin-right: 100px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#returnIconsWrap a span {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding-left: 40px;
    font-family: bebasneue_bold, arial, sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -o-transform: translate(0);
}

#topBanners a:hover {
    -moz-opacity: .8;
    -khtml-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80);
}

#topBar #topBanners {
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .akc-block-discount {
        background: #ed4747;
    }

    .akc-block-center .title {
        color: #ed4747;
    }

    #topBar #topBanners {
        display: none;
    }

    #topBar #topBanners #returnIconsWrap {
        text-align: center;
    }

    #topBar #topBanners #returnIconsWrap a {
        display: inline-block;
        position: relative;
        top: 6px;
        background-repeat: no-repeat;
        background-size: contain;
        text-decoration: none;
        margin-right: 100px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        -o-transform: translate(0);
    }

    .mobil-no {
        display: none;
    }

    .pc-no {
        display: block;
    }
}

div#logo-theme {
    margin-top: -20px;
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 2;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.pull-right {
    width: 80%;
    margin-right: -12%;
}

.hjkl {
    width: 35%;
    float: left;
    margin-left: 20px;
}

.akc-block-discount {
    font-family: "Oxygen" !important;
}

header.header-v1 .header-middle {
    border-bottom: 0;
}

.akc-block-center .title {
    font-family: "Oxygen" !important;
    font: 700 20px roboto slab, Arial, Helvetica, sans-serif;
}

p.sub-title {
    font-family: "Oxygen" !important;
}

.akc-block-timer > p {
    font-family: "Oxygen" !important;
    text-align: center;
    font: 700 italic 14px trebuchet ms, Helvetica, sans-serif;
    margin: 0;
}

#timer1 {
    font-family: "Oxygen" !important;
    font: 700 46px roboto slab, Arial, Helvetica, sans-serif;
    color: #fff;
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 7px;
    list-style: none;
    background-color: transparent;
    border-radius: none;
    margin-top: 7px;
}

.tl {
    font-size: 18px;
}

div#blk {
    margin-top: 40px;
}

footer {
    z-index: 4;
    position: relative;
}

input::placeholder {
    color: gray;
}

@media (max-width: 920px) {
    .mobil-no {
        display: none;
    }
}

button.submit {
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 900;
    color: white;
    background: #f52819;
    width: 30%;
    margin-top: 20px;
    font-size: 20px;
}

.zakuz {
    font-size: 24px;
    font-weight: 900;
}

#modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 999;
}

#modal-container .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    vertical-align: middle;
}

#modal-container .modal-background .modal {
    height: 75%;
    background: white;
    padding: 50px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
}

#modal-container .modal-background .modal p {
    margin-right: 25%;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
}

#modal-container .modal-background .modal .modal-svg rect {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 778;
    stroke-dashoffset: 778;
}

.content {
    min-height: 100%;
    height: 100%;
    background: white;
    position: relative;
    z-index: 0;
}

@media (min-width: 400px) {
    div#mebel_list {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 800px) {
    #title {
        font-size: 12px !important;
    }

    div#topBar {
        display: none;
    }

    p.sub-title {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 950px) {
    .akc-block-timer {
        display: block;
        float: none !important;
    }

    .sub-text.clearfix {
        display: none;
    }

    .akc-block-timer {
        margin: auto !important;
    }
}

@media (max-width: 900px) {
    #title {
        font-size: 12px !important;
    }
}

/*! CSS Used from: Embedded */
#shopify-section-top-bar-mob, .header-topbar-mobile {
    z-index: 15;
}

/*! CSS Used from: Embedded */
@media only screen and (max-width: 769px) {
    a .icon {
        fill: #2fa8dd;
        width: 26px;
        height: 26px;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -13px;
    }

    li.drawer__nav-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .drawer__nav a {
        padding: 3px 5px 0px 45px !important;
        position: relative;
        display: block;
        font-family: "Oxygen";
    }
}

/*! CSS Used from: Embedded */
@media (max-width: 1023px) {
    .mobil-no {
        display: none;
    }

    .pc-no {
        display: block;
    }
}

@media (max-width: 639px) {
    .akc-block-discount {
        padding-left: 5px;
        text-align: left !important;
    }

    .titles.pc-no .title {
        text-align: left;
        margin-left: 0px;
    }

    p.sub-title {
        margin-top: -10px !important;
        text-align: left !important;
        padding-left: 5px !important;
    }

    .akc-block-timer {
        float: left !important;
    }

    .akc-block-timer > p {
        margin-left: -25% !important;
    }
}

/*! CSS Used from: Embedded */
@media (max-width: 1023px) {
    .mobil-no {
        display: none;
    }

    .pc-no {
        display: block;
    }
}

@media (max-width: 639px) {
    .akc-block-discount {
        padding-left: 5px;
        text-align: left !important;
    }

    .titles.pc-no .title {
        text-align: left;
        margin-left: 0px;
    }

    p.sub-title {
        margin-top: -10px !important;
        text-align: left !important;
        padding-left: 5px !important;
    }

    .akc-block-timer {
        float: left !important;
    }

    .akc-block-timer > p {
        margin-left: -25% !important;
    }
}

#ssw-fave-side-bar {
    box-sizing: border-box;
    bottom: 0;
    display: table;
    height: 100%;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    perspective: 1000px;
    backface-visibility: hidden;
    width: 320px;
    z-index: 2147483640;
    z-index: 9999;
    transition: box-shadow .3s ease 0s, -webkit-transform .3s ease 0s;
    border-left: 1px solid rgba(192, 192, 192, .5);
    background: #fff;
}

.ssw-fave-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    line-height: 1;
    padding: 20px;
}

#ssw-fave-side-bar-header {
    height: auto;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 34px;
}

.ssw-wrap-h3 {
    display: flex;
    align-items: center;
    min-height: 40px;
    margin-bottom: 23px;
}

.ssw-wrap-h3 i {
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 25px;
    background: #f44336;
    border-radius: 50%;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

.fa-heart:before {
    content: "\f004";
}

.ssw-fave-side-bar-header-title {
    font-size: 20px;
    color: #000;
}

#ssw-fave-side-bar .favorites_block {
    border-top: 2px solid #ebeef0;
    padding-top: 14px;
}

div#fs {
    text-align: center;
}

#side-favorite-modal-hides {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #000;
    opacity: .9;
}

.wishlist-open-mobile.noSelect.dek img {
    width: 25px;
}

.wishlist-open-mobile.noSelect.dek {
    margin-left: 20px;
}

.wishlist-count.wd-tools-count {
    width: 23px;
    position: absolute;
    top: 15px;
    right: 55px;
    background-color: #ef3737;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 15px;
    z-index: 9;
}

.dek .wishlist-count.wd-tools-count {
    width: 23px;
    position: absolute;
    top: 5px;
    right: -80px;
    background-color: #ef3737;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 15px;
    z-index: 9;
}

/*! CSS Used from: Embedded */
@media (max-width: 400px) {
    .popup-label-mobile-header, .seperator-mobile {
        padding: 0 !important;
    }

    .popup-label-mobile-header {
        font-size: 14px !important;
    }
}

span.header-slogan.text-main-gray.text-center.mk {
    position: absolute;
    font-size: 12px;
    bottom: -4px;
    left: 49%;
    z-index: 9;
}

span.lbls.mob {
    font-size: 26px;
}

.site-header__upper .navbar-toggle {
    z-index: 12;
}

a.search-open-mobile {
    z-index: 12;
}

#search.show_search_bar {
    z-index: 8;
}

a.search-open-mobile {
    position: relative;
    float: left;
    top: 20px;
    left: 18%;
}

@media only screen and (max-width: 1024px) {
    div#shopify-section-static_promo-bar {
        background: #f8f8f8;
    }

    .search-open-mobile img {
        width: 23px;
        position: unset !important;
    }
}

.callback-icon {
    display: inline-block;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    background-color: red;
    color: #fff;
    position: relative;
    right: -25px;
    top: 12px;
}

.callback-icon i {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    font-size: 25px !important;
    position: relative;
    top: 3px;
    color: #fff;
    left: -4px;
}

.mob-phone:active {
    outline: none !important;
    border: none !important;
}

.mob-phone:target {
    outline: none !important;
    border: none !important;
}

.mob-phone:focus {
    outline: none !important;
    border: none !important;
}

/*! CSS Used from: Embedded */
#right-side-header-icons-mobile {
    left: -30px;
}

#right-side-header-icons-mobile .busket.act {
    top: 10px;
    float: right;
    left: 30px;
}

#right-side-header-icons-mobile .busket .cp1-icon-in-counter {
    right: -5px;
    left: unset;
}

div#favorites_blockss span {
    font-size: 12px;
    display: block;
    line-height: normal;
    text-align: left;
}

/*! CSS Used from: Embedded */
a#bingc-phone-buttondd .telbtn__status:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    max-width: 0.4375em;
    min-width: 0.4375em;
    width: 0.4375em;
    height: 0.4375em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #8ac176;
    margin-right: 0.3125em;
    animation: pulse-greenf 2s infinite;
}

.heading-block .heading {
    font-size: 24px !important;
}

.pppp {
    box-shadow: unset !important;
    transform: translate(-350px, 0);
    -webkit-transform: translate(-350px, 0);
    -o-transform: translate(-350px, 0);
    -moz-transform: translate(-350px, 0);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

nav.navbar {
    display: block !important;
    top: -300px;
    background: none !important;
    box-shadow: unset !important;
    height: 0;
}

@media (min-width: 768px) {
    nav.navbar {
        display: none !important;
    }

    #myModalxass .exitPopupBlock {
        overflow: initial !important;
    }

    #myModalxass .heading-block {
        margin: 0 !important;
        background: #008bc2;
        color: #fff !important;
        position: relative;
        padding: 15;
        height: 80px;
        padding-top: 20px;
        border-radius: unset !important;
    }

    input#temod {
        width: 100%;
    }

    #frmq .iti__flag-container {
        margin-left: 0 !important;
    }
}

#ssw-fave-side-bars {
    width: 430px !important;
}

@media (max-width: 768px) {
    input#temod {
        width: 100%;
    }

    #frmq .iti__flag-container {
        margin-left: 0 !important;
    }

    div#myModalxass .howItLooks {
        z-index: 1;
        margin-top: -10px !important;
    }

    .heading-block .close {
        opacity: 1;
        border-radius: 100%;
        color: #fff !important;
        margin-top: 20px;
        margin-right: 20px;
    }
}

/*! CSS Used from: Embedded */
@media only screen and (max-width: 1024px) {
    div#shopify-section-static_promo-bar {
        display: none;
    }
}

li.col-sm-2.menuha-mob .item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container.myfirsttimer {
    display: none;
}

span.header-slogan.text-main-gray.text-center {
    position: absolute;
    bottom: -4px;
    left: 135px;
}

span.lbls {
    font-weight: 900;
    color: black;
    font-size: 50px;
}

.other-color {
    color: red;
}

div#StickNavWrapper {
    margin-top: -15px;
}

span.header-slogan.text-main-gray.text-center {
    display: block;
}

.logo a:hover, .logo a:focus {
    color: unset;
    text-decoration: none;
}

@media (min-width: 460px) {
    .container.myfirsttimer {
        display: none !important;
    }
}

.pull-right {
    width: 75% !important;
}

.hjkl img {
    max-width: 60px;
    min-width: 60px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    float: left;
    margin-left: 20px;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 20% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #ffae00;
}

.sh__info {
    grid-area: 1/17/2/22;
    display: flex;
    top: 10px;
    position: relative;
    justify-content: center !important;
    align-items: center;
    color: #46555f;
}

.dek .wishlist-count.wd-tools-count {
    right: 75px !important;
}

.sh__search input {
    border: none !important;
    border-bottom: solid 1px black !important;
}

.sh__info {
    grid-area: 1/17/2/22;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #46555f;
    float: left;
    margin-left: 50px;
}

span.imh svg {
    position: relative;
    top: 7px;
}

.hjkl {
    position: relative;
    z-index: 1;
}

.telbtn__status.bfs {
    position: absolute;
    top: 27px;
    left: 82px;
}

.ff_g_h:before {
    position: absolute;
    top: -2px;
    left: 17px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    animation: cursor_talking__IiQ96 5s infinite;
    background: #ffd02c;
    content: "";
    opacity: .3;
}

/*! CSS Used from: Embedded */
.busket.act {
    width: 30px;
    top: -2px;
    margin-left: 5px;
    position: relative;
}

.cp1-icon-in-counter {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 20px;
    display: block;
    background-color: red;
    position: absolute;
    bottom: -4px;
    right: -13px;
    font-size: 10px;
    color: #fff;
}

.busket .cp1-icon-in-counter {
    top: 2px;
    left: 15px;
    background-color: red;
    position: absolute;
}

/*! CSS Used from: Embedded */
.dropdown-suggestions {
    z-index: 555 !important;
}

.dropdown-suggestions {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 101;
    border: none;
}

.dropdown-suggestions .search-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    color: #161616;
    padding: 10px 0;
    font-weight: 600;
}

.dropdown-suggestions .search-item span:first-child svg {
    fill: #8f8f8f;
}

.dropdown-suggestions .search-item {
    display: flex;
    line-height: 35px;
    font-weight: 400;
    cursor: pointer;
    transition: all .2s ease-in;
}

.dropdown-suggestions .popular-search .item-query {
    margin-left: 10px;
}

@media (min-width: 767px) {
    .dropdown-suggestions {
        width: 96%;
        right: 16px;
        top: 75px;
        padding: 20px 30px;
        border: 1px solid #d9d9d9;
    }
}

@media (min-width: 1024px) {
    .dropdown-suggestions {
        top: 40px;
        right: 0;
        padding: 10px 15px 20px;
        width: 350px;
    }

    .dropdown-suggestions:before {
        content: "";
        position: absolute;
        top: -6px;
        right: 28%;
        border-color: #d9d9d9 #fff #fff #d9d9d9;
        border-style: solid;
        border-width: 1px;
        width: 10px;
        background: #fff;
        height: 10px;
        transform: rotate(45deg);
    }

    .dropdown-suggestions .search-header {
        padding: 10px;
    }

    .dropdown-suggestions .search-items .search-item {
        padding: 0 10px;
    }

    .dropdown-suggestions .search-items .search-item:hover {
        background: #000;
        color: #fff;
    }

    .dropdown-suggestions .search-items .search-item:hover svg {
        color: #000;
    }
}

@media (max-width: 767px) {
    .dropdown-suggestions {
        position: relative;
        width: 100%;
    }

    .dropdown-suggestions .search-item .item-query {
        padding-left: 0;
        font-size: 14px;
    }
}

ul.search-items {
    margin: 0 !important;
    padding: 0;
}

/*! CSS Used from: Embedded */
#StickNavWrapper {
    font-family: "Oxygen", sans-serif !important;
}

.page-width {
    *zoom: 1;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 14px;
}

.has-tooltip {
    position: relative;
}

.promo-bar {
    padding-bottom: 20px;
    margin-bottom: -12px;
}

.promo-bar {
    position: relative;
    cursor: pointer;
}

.promo-bar .promo-bar__text {
    padding: 10px;
    text-align: center;
    background-color: white;
    font-size: 15px;
}

.promo-bar > div {
    position: relative;
}

.promo-bar .promo-bar__text {
    font-size: 18px;
}

@media (min-width: 1024px) {
    #StickNavWrapper {
        position: relative;
        z-index: 4;
        display: block !important;
    }
}

@media (max-width: 1196px) {
    .container.plans {
        display: none;
    }

    .timer-block {
        padding-left: 0 !important;
    }

    .akc-block-center .sub-title {
        background: #ed4747 !important;
    }

    .container.myfirsttimer {
        margin-bottom: 10px;
    }

    .promo-bar .promo-bar__text {
        border: 0.01px solid white;
    }

    .akc-block-discount {
        background: linear-gradient(45deg, #ebc62d, #ff1b02 50%, #a73a11 100%) !important;
    }

    .akc-block-center .sub-title {
        background: linear-gradient(45deg, #ebc62d, #ff1b02 50%, #a73a11 100%) !important;
        font-size: 16px !important;
        height: 25px;
        line-height: 1.4;
        font-weight: 700;
    }

    .titles.pc-no .title {
        text-align: left;
        margin-left: 20px;
    }
}

#StickNavWrapper {
    display: none;
}

.timer-block {
    background-position: right !important;
}

.nav-bar {
    position: relative;
    z-index: 5;
    border-top: solid 1px #c6cdc7;
    border-bottom: solid 1px #c6cdc7;
}

.grid--table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-left: 0;
}

.grid {
    list-style: none;
    margin: 0;
    margin-left: 0px;
    padding: 0px;
}

.grid {
    *zoom: 1;
}

#shopify-section-menus {
    display: flex;
    justify-content: space-between;
}

.animation__hover-line {
    position: relative;
}

.animation__hover-line .animation__target-line {
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    transition: all .5s;
    background-color: #d5786e;
}

.site-nav {
    display: flex;
}

.list--inline {
    padding: 0;
    margin: 0;
}

.list--inline li {
    display: inline-block;
    margin-bottom: 0;
}

.site-nav__link {
    position: relative;
    z-index: 7;
    display: flex;
    align-items: center;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #46555f;
    white-space: nowrap;
    padding: 20px 11px;
    transition: color .3s;
}

.site-nav__link i.icon--arrow-down {
    position: absolute;
    left: calc(50% - 5px);
    font-size: 6px;
    bottom: 12px;
}

[class^="icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-nav {
    display: flex;
}

.list--inline li {
    display: inline-block;
    margin-bottom: 0;
}

.site-nav__link {
    position: relative;
    z-index: 7;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #46555f;
    white-space: nowrap;
    padding: 20px 11px;
    transition: color .3s;
}

#collections-mega-menu {
    display: none;
}

#collections-mega-menu {
    list-style: none;
    top: 100%;
    display: none;
    position: absolute;
    white-space: normal;
    width: 90% !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: white;
    border-bottom: solid 1px #e5e5e6;
    max-width: 1380px !important;
    border-right: solid 1px #e5e5e6;
    border-left: solid 1px #e5e5e6;
    box-shadow: 7px 7px 12px 0 rgba(0, 0, 0, 0.2);
}

.site-nav__item > .site-nav__link:hover {
    position: relative;
    z-index: 10;
}

.site-nav__item > .site-nav__link:hover:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -10px;
    right: -10px;
    height: 20px;
}

#collections-mega-menu {
    list-style: none;
    top: 100%;
    display: none;
    position: absolute;
    white-space: normal;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: white;
    border-bottom: solid 1px #e5e5e6;
    max-width: 1500px;
    border-right: solid 1px #e5e5e6;
    border-left: solid 1px #e5e5e6;
    box-shadow: 7px 7px 12px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1024px) {
    #collections-mega-menu {
        display: none !important;
    }
}

.mega-choose {
    float: left;
    margin: 0;
    border-top: solid 1px #e5e5e6;
    background-color: #ffffff;
    width: 100%;
}

.list a {
    width: 20%;
    float: left;
}

.mega-choose {
    min-height: 350px;
    padding: 24px 0 0 45px;
}

.select-collection-title {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #000000;
}

.select-collection-title {
    margin-top: -20px !important;
}

.select-collection-title {
    margin: 0px 0px 2px 9px;
}

.content-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    font-size: 18px;
    line-height: 2.19;
}

.list {
    position: relative;
    width: 100%;
    text-align: left;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 35px;
}

.akc-block-timer {
    width: auto !important;
    margin-left: 0;
}

.container.myfirsttimer {
    margin-top: 0 !important;
    padding: 0 !important;
}

.timer-block {
    width: 100% !important;
    padding-bottom: 0 !important;
}

.promo-bar__text.hidden--sm {
    padding: 0 !important;
}

#shopify-section-static_promo-bar {
    padding: 0 !important;
}

@media (min-width: 800px) {
    .akc-block-center {
        margin-left: 5%;
    }

    .akc-block-timer {
        margin-right: 10%;
    }
}

@media only screen and (min-width: 430px) and (max-width: 800px) {
    .promo-bar__text.hidden--sm {
        padding: 0 !important;
        padding-bottom: 0px;
        padding-bottom: 12px !important;
    }

    .promo-bar__text.hidden--sm {
        display: none !important;
        border: none !important;
    }

    #shopify-section-static_promo-bar {
        margin-top: -20px;
    }

    .timer-block {
        padding-left: 0;
    }

    .akc-block-discount {
        background: linear-gradient(45deg, #ebc62d, #ff1b02 50%, #a73a11 100%);
        background-color: rgba(0, 0, 0, 0);
    }

    .akc-block-center .sub-title {
        background: linear-gradient(45deg, #ebc62d, #ff1b02 50%, #a73a11 100%);
        background-color: rgba(0, 0, 0, 0);
    }

    p.sub-title {
        font-family: "Oxygen" !important;
        font-size: 15px !important;
        font-weight: bold !important;
    }

    .titles.pc-no .title {
        text-align: left;
        margin-left: 0px;
        padding-bottom: 5px;
        padding-top: 5px !important;
    }
}

@media (min-width: 1025px) {
    .promo-bar__text.hidden--sm {
        display: block !important;
    }
}

.list.onnnne a {
    width: 100% !important;
    float: left;
}

/*! CSS Used from: Embedded */
.site-nav__item > .site-nav__link:hover {
    position: relative;
    z-index: 10;
    border-bottom: 3px solid #dc142b;
    padding-bottom: 0;
    color: #dc142b !important;
}

aside.g_l_v_m a {
    color: black;
}

aside.g_l_v_m a:hover {
    color: rgb(213, 120, 110);
    font-weight: bold;
}

.list.onnnne {
    column-count: 4;
    left: -40px;
}

.list.onnnne a {
    width: 100% !important;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

a.s_b_n {
    font-size: 16px;
    line-height: initial;
}

aside.g_l_v_m {
    float: left;
    white-space: nowrap;
    vertical-align: top;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

a.s_b_n {
    top: -7px;
    position: relative;
}

.heading-block i.close.material-icons {
    cursor: pointer;
    color: white;
    position: absolute;
    top: 10px !important;
    right: 0px !important;
    font-weight: normal;
}

.tovar_info .tovar_price .newprice {
    top: 15px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #FF0000;
    margin-left: 10% !important;
    margin-top: -10px;
}

.tovar_info .tovar_price .oldprice {
    font-size: 17px;
    margin-top: -15px;
    padding-left: 5px !important;
    color: #ccc;
    font-weight: 900;
    color: #0c93ce;
}

#quickview .has-img .grid-item .main {
    float: left;
}

/*! CSS Used from: Embedded */
#anticrisisBlock {
    left: 0;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    background: #ffffff;;
    color: #3a3e40;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    white-space: nowrap;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

@media (min-width: 800px) {
    .container.myfirsttimer {
        display: none !important;
    }
}

@media (max-width: 800px) {
    #anticrisisBlock {
        display: none;
    }
}

#anticrisisBlock div.slick-track {
    margin: 0px;
}

#anticrisisBlock .anticrisis-text-content {
    line-height: 36px;
    font-size: 18px;
}

#anticrisisBlock .anticrisis-text-content {
    display: inline-block;
    margin: 0px 15px;
}

#anticrisisBlock .anticrisis-text-content b {
    text-transform: uppercase;
    font-weight: bold;
}

#anticrisisBlock .anticrisis-text-content b.bigger {
    font-size: 22px;
}

/*! CSS Used from: Embedded */
div#mobile_logo a {
    top: 10px !important;
}

@media (max-width: 700px) {
    .nob {
        display: none;
    }

    .tl {
        margin-top: 20px;
    }
}

/*! CSS Used from: Embedded */
@media (min-width: 920px) {
    .imageBox {
        max-height: 80vh;
    }

    img.product-image-zoom.img-responsive.product-item-image-img {
        max-height: 80vh;
        margin: 0 auto;
    }
}

.carousel-pagination-item-v2 {
    opacity: 1;
}

.carousel-pagination-item-v2 {
    width: 80px !important;
    height: 80px;
}

.wt-mb-xs-1 {
    margin-bottom: 6px !important;
}

.wt-mr-xs-1 {
    margin-right: 6px !important;
}

.wt-rounded {
    border-radius: 6px !important;
    overflow: hidden !important;
}

.wt-bg-gray {
    background-color: #EAEAEA !important;
}

.wt-rounded {
    border-radius: 6px !important;
    overflow: hidden !important;
}

.wt-mb-xs-1 {
    margin-bottom: 6px !important;
}

.wt-mr-xs-1 {
    margin-right: 6px !important;
}

.wt-flex-shrink-xs-0 {
    flex-shrink: 0 !important;
}

.wt-bg-gray {
    background-color: #EAEAEA !important;
}

.wt-max-width-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wt-animated--appear-01 {
    -webkit-animation-name: web-toolkit-wt-animated--appear-01;
    -ms-animation-name: web-toolkit-wt-animated--appear-01;
    -moz-animation-name: web-toolkit-wt-animated--appear-01;
    animation-name: web-toolkit-wt-animated--appear-01;
    animation-duration: 200ms;
    animation-timing-function: ease-in;
    visibility: visible;
}

.wt-animated {
    animation-duration: 300ms;
    animation-fill-mode: both;
    animation-timing-function: ease-in;
}

.mebb li {
    cursor: pointer;
}

.wt-mr-xs-1.wt-mb-xs-1.wt-bg-gray.wt-flex-shrink-xs-0.wt-rounded.carousel-pagination-item-v2 {
    position: relative;
}

.icon--arrow-down::before {
    content: "";
}

div#bzak2 {
    margin-top: -19px;
}

/*! CSS Used from: Embedded */
.flexwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.flexwrap.yoursizebox > div {
    width: calc(50% - 10px);
}

.name_option {
    font-weight: 600 !important;
    color: #000;
    font-size: 16px;
}

.name_option {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #444;
    margin-bottom: 10px;
    display: flex;
}

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

.input_size > div {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    overflow: hidden;
}

.is_width .arrow_size {
    width: 45px;
    min-width: 45px;
    background: #F6F6F6 url('/img/arr_width.svg') center center no-repeat;
}

.input_size input {
    border: 0;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding: 8px 0;
    min-width: 0;
    border-radius: 0;
    background: #fff !important;
    box-shadow: none;
    width: auto;
}

.sale {
    width: 54px;
    height: 29px;
    border-radius: 2px;
    background-color: #ff4e00;
    color: #fff;
    font-family: CirceBold;
    font-size: 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 127px;
    z-index: 10;
}

.new-product__desc .vc_single_image-wrapper.vc_box_border_grey svg {
    width: 11%;
}

.wpb_single_image.wpb_content_element.vc_align_left.vc_custom_1589196256036 {

}

.input_size input:focus::placeholder {
    color: #ffffff;
}

.is_height .arrow_size {
    width: 45px;
    min-width: 45px;
    background: #F6F6F6 url('/img/arr_height.svg') center center no-repeat;
}

.input_size > p {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.moremat {
    margin: 0 auto 20px;
}

.moremat {
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding: 12px 5px;
    line-height: 100%;
    border-radius: 10px;
    cursor: pointer;
    flex: 1;
    margin: 0 auto;
    text-align: center;
    background: #357DFF;
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    max-width: 270px;
}

.moremat:hover {
    opacity: 0.7;
}

.relative {
    position: relative;
}

.z-10 {
    z-index: 10;
}

.flex {
    display: flex;
}

.cursor-pointer {
    cursor: pointer;
}

.justify-between {
    justify-content: space-between;
}

.rounded-tl-sm {
    border-top-left-radius: 0.125rem;
}

.rounded-tr-sm {
    border-top-right-radius: 0.125rem;
}

.border {
    border-width: 1px;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.pl-4 {
    padding-left: 1rem;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

.h-4 {
    height: 40px;
}

.w-4 {
    width: 30px;
}

.shrink-0 {
    flex-shrink: 0;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.text-gold-200 {
    --tw-text-opacity: 1;
    color: rgb(165 152 125 / var(--tw-text-opacity));
}

[type=radio]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

.ml-3 {
    margin-left: 0.75rem;
}

.flex-col {
    flex-direction: column;
}

.block {
    display: block;
}

.text-xxs {
    font-size: 16px;
    line-height: 27px;
}

.font-semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity));
}

.text-sm {
    font-size: 10px;
    line-height: 1.25rem;
}

.leading-none {
    line-height: 1;
}

.text-gold-700 {
    --tw-text-opacity: 1;
    color: rgb(77 78 77 / var(--tw-text-opacity));
}

.items-center {
    align-items: center;
}

.mr-1 {
    margin-right: 0.25rem;
}

.inline {
    display: inline;
}

.h-6 {
    height: 1.5rem;
}

.text-gold-200 {
    --tw-text-opacity: 1;
    color: rgb(165 152 125 / var(--tw-text-opacity));
}

.h-7 {
    height: 40px;
}

.w-7 {
    width: 40px;
}

.rounded-sm {
    border-radius: 0.125rem;
}

.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-gold-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(195 180 151 / var(--tw-ring-opacity));
}

[type=radio]:checked:hover, [type=radio]:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type=checkbox]:focus, [type=radio]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #0284c7;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

label.relative.flex.cursor-pointer.justify-between.rounded-tl-sm.rounded-tr-sm.border.px-2.py-2.pl-4.focus\:outline-none.sm\:px-4.z-10 {
    border: 1px solid #c2beb6;
    position: static;
}

.b_t_n_c[aria-label] {
    position: relative;
}

.b_t_n_c[aria-label]:after {
    width: 370px;
    content: attr(aria-label);
    display: none;
    position: absolute;
    top: 30px;
    left: -285px;
    box-shadow: inherit;
    z-index: 99;
    cursor: auto;
    padding: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    box-shadow: 5px 5px 8px 5px rgba(0, 0, 0, .15) !important;
    color: black;
    background-color: #ffffff;
    border-radius: 5px;
}

.b_t_n_c[aria-label]:before {
    cursor: auto;
    content: " ";
    display: none;
    top: 66%;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.b_t_n_c[aria-label]:hover:after, .b_t_n_c[aria-label]:hover:before {
    display: block;
    cursor: auto;
}

span.ml-3.flex.flex-col {
    position: relative;
}

.crop-texture-hit-label-red {
    margin-left: 10px;
    line-height: 0;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    float: right;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: relative;
    background-color: red;
    padding: 2px 4px;
    z-index: 10;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 2px 10px -1px rgba(0, 0, 0, .12);
    border-radius: 4px;
}

@media (max-width: 600px) {
    .b_t_n_c[aria-label]:after {
        width: 90vw;
        content: attr(aria-label);
        display: none;
        position: absolute;
        top: 30px;
        left: -70vw;
        box-shadow: inherit;
        cursor: auto;
        z-index: 99;
        padding: 14px;
        font-weight: 400;
        font-size: 14px;
        line-height: normal;
        box-shadow: 5px 5px 8px 5px rgba(0, 0, 0, .15) !important;
        color: black;
        background-color: #ffffff;
        border-radius: 5px;
    }
}

/*! CSS Used from: Embedded */
@media only screen and (max-width: 1024px) {
    img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0 !important;
    }
}

/*! CSS Used from: Embedded */
a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

img {
    border: 0;
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }
}

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

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

a {
    color: #666;
    text-decoration: none;
}

a:hover, a:focus {
    color: #fcd846;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.text {
    display: block;
    height: 60px;
    outline: none;
    overflow: hidden;
}

.text {
    display: block;
    height: 60px;
    outline: none;
    overflow: hidden;
}

div#sidebar-main img {
    width: 100%;
}

@media only screen and (max-width: 769px) {
    img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0 !important;
    }
}

/*! CSS Used from: Embedded */
div#banners-before-recommendations {
    margin-top: -20px;
}

/*! CSS Used from: Embedded */
.slides {
    display: inline-block;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-width: none;
    width: 100%;
    will-change: transform;
}

.carousel-img {
    display: flex;
    height: 138px;
    justify-content: center;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
    max-width: 138px;
    padding: 10px;
}

.spark-image img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

a.carousel-slide-link.is-hover-underline.spark-link:hover {
    color: black;
    font-weight: 600;
}

.text-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
}

.slides .text {
    font-size: 15px;
    line-height: 22px;
}

.spark-slide {
    display: inline-block;
}

.slides img.is-loaded:hover {
    transform: scale(1.1);
}

/*! CSS Used from: Embedded */
*, ::before, ::after {
    box-sizing: border-box;
}

/*! CSS Used from: Embedded */
#crop-premium-hit-label {
    background-color: #ff9f00;
}

#crop-polish-hit-label {
    background-color: #62c326;
}

.switcher__input + label:before, [type="checkbox"] + label:after {
    content: '';
    position: absolute;
    left: 7px;
    z-index: 1;
    margin-top: 7px;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 4px;
}

.switcher__input:not(:checked) + label:before {
    top: 2px;
    width: 22px;
    height: 22px;
    border: 1px solid #706f6f;
    background-color: #fff;
}

.switcher__input:not(:checked) + label:before {
    background-color: transparent;
}

.switcher__input:not(:checked) + label:after {
    top: 2px;
    width: 22px;
    height: 22px;
    border: 2px solid #706f6f;
    z-index: 0;
    animation: pulses 2s infinite;
}

.row.product-price {
    margin-top: 20px;
}

/*! CSS Used from: Embedded */
.moremat img {
    color: beige;
    filter: brightness(0) invert(1);
    height: 30px;
    margin-left: 0;
    width: 25px;
    margin-right: 5px;
}

.cropimage-totalprice-block.old-price {
    font-size: 28px !important;
    text-align: center;
    margin: 0 auto;
}

.cropimage-total-price.old-price {
    position: relative;
}

.cropimage-totalprice-block.old-price {
    font-size: 28px !important;
}

.cropimage-totalprice-block.old-price::before {
    border-bottom: 3px solid #ee0600;
    content: "";
    position: absolute;
    top: 38%;
    width: 28%;
    transform: skewY(-15deg);
    margin: 0 auto;
    left: 60%;
}

.cropimage-totalprice-block {
    color: red !important;
}

span.cropimage-vat-block {
    margin-left: 3px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 100%;
    position: relative;
    top: 0;
    font-size: 14px !important;
}

span.price-cents.tch {
    color: #f85c3d;
    font-size: 14px;
}

.tovar_info .tovar_price .oldprice {
    font-size: 17px;
    margin-top: 0px !important;
    padding-left: 5px !important;
    color: #ccc;
    font-weight: 900;
    color: #0c93ce;
    margin-bottom: 5px;
}

.tovar_info .tovar_price .newprice {
    position: absolute;
    left: 36px;
    top: 75px !important;
}

.tovar_info .tovar_price .newprice {
    top: -5px !important;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #FF0000;
    margin-left: 4% !important;
    margin-top: -10px;
}

/*! CSS Used from: Embedded */
._30BqGyh {
    top: -2px !important;
}

#product-trust.order-trust .copy.shipping {
    width: 49%;
    display: block;
    padding: 3.2em 0;
    border: none;
}

#product-trust * {
    text-align: center;
}

#product-free-ship-banner {
    width: 100%;
}

#product-free-ship-banner {
    padding: 0;
    border: none;
}

#product-free-ship-banner {
    text-align: center;
}

#product-trust.order-trust .copy::before {
    margin-bottom: 10px;
}

#product-free-ship-banner::before {
    background-image: url('/img/icons-sprite.svg');
    content: '';
    background-repeat: no-repeat;
    background-size: 250px;
    width: 50px;
    height: 50px;
    display: block;
    background-position: -205px -44px;
    transform: scale(2);
    margin-bottom: 34px;
    position: relative;
    top: -38px;
    left: 46px;
}

#product-trust.order-trust.product-extra p {
    text-align: center;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    margin: .66em 0;
}

#product-trust.order-trust .copy.return {
    width: 49%;
    display: block;
    padding: 0.7em 0;
    border: none;
    clear: unset;
}

#product-trust.order-trust .copy::before {
    margin-bottom: 10px;
}

span.cropimage-switcher-label {
    text-transform: uppercase;
}

#product-trust.order-trust.product-extra h3 {
    font-weight: bold;
    margin: 0;
    text-align: center;
    padding: 0;
    font-family: inherit;
    line-height: inherit;
    text-transform: uppercase;
    font-family: "Oxygen", sans-serif !important;
    font-size: 16px;
}

#product-trust.order-trust.product-extra p {
    text-align: center;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    margin: .66em 0;
}

#product-trust.order-trust .icon-plus {
    background-image: url('/img/icon-plus.png');
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 45px;
    left: -15px;
    display: block;
}

#product-trust.order-trust .copy.shipping {
    float: left;
    clear: unset;
}

#product-trust.order-trust .copy.return {
    float: right;
    position: relative;
    margin: 0;
}

#product-trust.order-trust .copy::before {
    margin-bottom: 10px;
}

#product-trust.order-trust .copy.return::before {
    background-image: url('/img/icons-sprite.svg');
    background-position: -158px -430px;
    background-size: 250px;
    background-repeat: no-repeat;
    content: '';
    width: 120px;
    height: 80px;
    display: inline-block;
    position: relative;
    left: 32px;
    top: 5px;
}

span.price-cents {
    font-size: 10px;
}

/*! CSS Used from: Embedded */
.cropimage-totalprice-block {
    height: auto !important;
    line-height: 1 !important;
    text-shadow: none !important;
    font-weight: 700;
    font-size: 20px;
}

.cropimage-totalprice-block.old-price {
    color: #ff9f00;
    line-height: 21px;
    font-weight: 300 !important;
    color: inherit !important;
}

.switcher__input {
    position: absolute;
    z-index: 4;
    width: 46px;
    opacity: 0;
    position: absolute;
    z-index: 4;
    width: 46px;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

#crop-premium-hit-label, #crop-polish-hit-label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: absolute;
    padding: 2px 4px;
    z-index: 10;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 2px 10px -1px rgba(0, 0, 0, .12);
    border-radius: 4px;
    display: inline-block;
    top: 8px;
    height: 20px;
    line-height: 16px;
    margin-left: 5px;
    cursor: auto;
}

#crop-polish-hit-label {
    background-color: #62c326;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.wrap-shadow-block .wrap-shadow-block-header, #crop-options-block .wrap-shadow-block-header {
    text-align: center !important;
}

.wrap-shadow-block-header.wrap-shadow-block-header-mb-20 {
    display: none;
}

#crop-options-block {
    font-family: "Lato2 Regular", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    color: #333;
    background-color: #fafafa;
    padding: 15px;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, .2), 0 4px 6px 1px rgba(0, 0, 0, .14), 0 1px 6px 1px rgba(0, 0, 0, .12) !important;
    border-radius: 8px !important;
    border: 1px solid rgba(0, 0, 0, .02) !important;
    margin-bottom: 30px;
}

.wrap-shadow-block, #crop-options-block {
    border-radius: 10px !important;
    background-color: #f8f8f8 !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15) !important;
    padding: 25px 15px !important;
}

.croppage-buy-now-block3 {
    text-align: center;
}

.croppage-buy-now-block3 p {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.wrap-shadow-block-header, .croppage-buy-now-block3 p {
    font-size: 17px !important;
    color: black;
    letter-spacing: 0 !important;
    margin-bottom: 5px !important;
    text-transform: uppercase !important;
}

.wrap-shadow-block-header-mb-20 {
    margin-bottom: 20px !important;
}

.wrap-shadow-block .wrap-shadow-block-header, #crop-options-block .wrap-shadow-block-header {
    text-align: center !important;
}

.cropimage-option-block {
    position: relative;
}

.size-label-var {
    font-size: 13px;
    text-align: right;
    padding: 5px 25px 0 0;
    color: #333;
}

.size-label-var {
    font-size: 13px;
    text-align: right;
    padding: 5px 25px 0 0;
    color: #333;
}

.header-line, hr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f8f8f8;
    margin: 15px 0;
    clear: both;
}

.wrap-shadow-block-header-mb-20 {
    margin-bottom: 20px !important;
}

.wrap-shadow-block .wrap-shadow-block-header, #crop-options-block .wrap-shadow-block-header {
    text-align: center !important;
}

.cropimage-option-block {
    position: relative;
}

.choose-material {
    position: relative;
}

.choose-material.active {
    --tw-bg-opacity: 1;
    background-color: rgb(236 233 227 / var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(195 180 151 / var(--tw-border-opacity));
}

.crop-texture-hit-label {
    margin-left: 10px;
    line-height: 0;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    float: right;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: relative;
    background-color: #62c326;
    padding: 2px 4px;
    z-index: 10;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 2px 10px -1px rgba(0, 0, 0, .12);
    border-radius: 4px;
}

.header-line, hr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f8f8f8;
    margin: 15px 0;
    clear: both;
}

.cropimage-option-block {
    position: relative;
}

#cropimage-add-options {
    margin-bottom: 15px;
}

#cropimage-add-options .switcher {
    margin: 0 auto;
    position: relative;
}

.cropimage-switcher-label {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 2px;
    margin-left: 40px;
    font-size: 17px;
}

.cropimage-switcher-label {
    height: auto !important;
    line-height: 24px !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    color: rgba(0, 0, 0, .85) !important;
}

span.add-option-price-label {
    color: #777;
}

span.add-option-price-label {
    color: inherit !important;
    font-weight: 700 !important;
}

#crop-premium-hit-label, #crop-polish-hit-label {
    position: static !important;
}

#crop-premium-hit-label {
    background-color: #ff9f00;
}

#crop-premium-hit-label, #crop-polish-hit-label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: absolute;
    padding: 2px 4px;
    z-index: 10;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 2px 10px -1px rgba(0, 0, 0, .12);
    border-radius: 4px;
    display: inline-block;
    top: 8px;
    height: 20px;
    line-height: 16px;
    margin-left: 5px;
    cursor: auto;
}

.crop-add-option-desc {
    font-size: 14px;
    line-height: 100%;
    margin-top: 5px;
}

.crop-add-option-desc {
    margin-top: 0px !important;
    margin-left: 40px;
    margin-bottom: 15px !important;
}

.switcher__input.cropimage-checkbox {
    top: 0;
    position: absolute;
    width: 100% !important;
    height: 100%;
    display: block;
    cursor: pointer;
}

[type="checkbox"] + label::before, [type="checkbox"] + label::after {
    content: '';
    position: absolute;
    left: 7px;
    z-index: 1;
    margin-top: 7px;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 4px;
}

[type="checkbox"]:not(:checked) + label::after {
    top: 2px;
    width: 22px;
    height: 22px;
    border: 2px solid #706f6f;
    z-index: 0;
    animation: pulses 2s infinite;
}

.cropimage-total-price.old-price {
    padding-top: 0;
}

.cropimage-total-price.old-price {
    padding-top: 10px;
}

.cropimage-total-price.old-price {
    padding-top: 0;
    margin-bottom: 0;
}

.cropimage-total-price {
    padding-top: 0;
    margin: 0;
    margin-bottom: 0px;
}

.cropimage-total-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cropimage-totalprice-label.old-price {
    line-height: 21px !important;
    font-weight: 400;
    text-shadow: none;
}

.cropimage-totalprice-label {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #333 !important;
}

.cropimage-totalprice-label {
    font-size: 20px !important;
    text-transform: inherit;
    font-weight: 200;
    padding: 0;
    margin-right: 10px;
}

.cropimage-totalprice-label {
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    font-size: 21px !important;
    font-family: inherit !important;
}

span#cropimage-totalprice-valq, #cropimage-totalprice-val {
    font-size: inherit !important;
    color: inherit !important;
    font-weight: inherit !important;
}

span#cropimage-totalprice-valq {
    color: #ff9f00;
}

.cropimage-totalprice-block, .cropimage-totalprice-block * {
    font-family: "Lato2 Regular", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: 21px;
    height: 36px;
    line-height: 100%;
    color: #000;
}

.cropimage-totalprice-block, .cropimage-totalprice-block * {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    font-weight: 700;
}

.cropimage-total-price + .cropimage-total-price {
    margin-top: 5px;
}

.cropimage-total-price {
    padding-top: 0;
    margin: 0;
    margin-top: 0px;
}

.cropimage-total-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-margin {
    margin-bottom: 10px;
}

.paypal-buy-now {
    margin-top: 10px;
}

.switcher__input + label:before, [type="checkbox"] + label:after {
    content: '';
    position: absolute;
    left: 7px;
    z-index: 1;
    margin-top: 7px;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 4px;
}

.switcher__input:checked + label:before {
    top: -4px;
    width: 10px;
    left: 8px;
    height: 25px;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 3.5px solid #f1832a;
    border-bottom: 3.5px solid #f1832a;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
    border-radius: 0;
}

@media (max-width: 650px) {
    .name {
        display: none !important;
    }

    #pavo-mass-bottom .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 720px) {
    div#pgns {
        margin-top: -40px;
    }
}

@media (min-width: 1200px) {
    div#pgns {
        margin-top: -60px;
    }
}

div#pp-info-product-details .exitPopupBlock {
    top: 8px !important;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
    overflow: visible;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.overflow-hidden {
    overflow: hidden;
}

.flex {
    display: flex;
}

.w-full {
    width: 100%;
}

.items-center {
    align-items: center;
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity));
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.text-left {
    text-align: left;
}

.inline {
    display: inline;
}

.h-6 {
    height: 25px;
}

.w-6 {
    width: 25px;
}

.rounded-sm {
    border-radius: 0.125rem;
}

.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-gold-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(195 180 151 / var(--tw-ring-opacity));
}

img.rounded-sm.h-7.w-7.ring-1.ring-gold-100.sm\:max-xl\:hidden {
    border: 1px solid #c2beb6;
    border-radius: 5px;
}

.ml-4 {
    margin-left: 1rem;
}

.text-lg {
    color: black;
    line-height: 1.75rem;
}

.font-medium {
    font-weight: 500;
}

.max-h-0 {
    max-height: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.mb-0 {
    margin-bottom: 0;
}

.p-4 {
    padding: 1rem;
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity));
}

.mb-4 {
    margin-bottom: 1rem;
}

.overflow-hidden.transition-all.max-h-0 {
    box-sizing: border-box;
    border: 1px solid #e5e7eb;
}

/*! CSS Used from: Embedded */
@media screen and (max-width: 767px) {

    .answer.answer-small {
        font-size: 20px;
    }

    .new-faq .exitPopupBlock {
        width: 100%;
    }

    .new-faq .new-answer {
        padding: 0 !important;
    }

    .new-faq p.answer-small {
        padding-left: 10px !important;
    }
    .sale {
        bottom: 136px;
        width: 54px;
        height: 28px;
        font-size: 16px;
    }

    .product-info .sale {
        bottom: 45px;
        font-size: 12px;
        width: 35px;
        height: 20px;
    }
}

/*! CSS Used from: Embedded */
.answer-small ms {
    font-size: 23px;
}

/*! CSS Used from: Embedded */
input#shab {
    padding-right: 36px !important;
    width: 100%;
}

.owl-carousel .owl-stage:after {
    content: none !important;
}

.owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

[type="checkbox"]:checked + label:after {
    top: 2px;
    width: 22px;
    height: 22px;
    border: 2px solid #706f6f;
    z-index: 0;
}

.tovar_info {
    margin-top: -30px;
    margin-bottom: -10px;
}

a.knopas {
    text-transform: uppercase;
    font-weight: 900;
}

.knopas {
    background-image: linear-gradient(85.19deg, #ff2a64 -133.27%, #ffaf48 105.93%);
    border: 0;
    border-radius: 6px;
    color: #fff !important;
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    line-height: 20px;
    opacity: 1;
    overflow: hidden;
    padding: 10px 40px 9px;
    position: relative;
    transition: all .2s ease;
    white-space: nowrap;
}

#myproducts .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div#myproducts {
    display: flex;
    flex-wrap: wrap;
}

.myproducts_box {
    margin: 10px;
    width: calc(100% - 20px);
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    position: relative;
}

#myproducts .mytovar_imagebox {
    overflow: hidden;
    position: relative;
}

#myproducts .mytovar_imagebox > a img {
    height: inherit !important;
    width: 100% !important;
}

#myproducts .owl-dots {
    bottom: 30px;
    position: relative;
    text-align: center;
}

.mybnc {
    flex-shrink: 0;
    width: 33%;
}

#myproducts .itema {
    width: 100%;
}

.owl-nav.disabled {
    display: none;
}

#myproducts .tovar_info {
    padding: 0px 20px 10px;
    position: relative;
}

#myproducts .tovar_info {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .mybnc {
        flex-shrink: 0;
        width: 50%;
    }
}

#myhghg {
    min-height: 596px !important;
}

/*! CSS Used from: /owl.carousel.min.css */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

@media (min-width: 1200px) {
    #show-more-wrappers {
        margin-bottom: 10px;
    }
}

#show-more-wrappers {
    margin-top: 20px !important;
    text-align: center;
    width: 300px;
    margin: 0px auto;
    cursor: pointer;
}

button#show-more-wrappers {
    font-size: 20px;
}

/*! CSS Used from: Embedded */
#grid {
    margin-top: 60px !important;
}

div#title {
    margin-bottom: -60px !important;
}

@media (max-width: 600px) {
    #grid {
        margin: 0 !important;
    }

    .str {
        font-size: 12px;
        top: -3px;
        position: relative;
    }

    #grid {
        width: 100vw;
        margin-left: calc(-50vw + 50%) !important;
    }

    .block.title i {
        display: none;
    }
}

.heading-block {
    height: 100px;
    background-color: #a3c306;
    padding-left: 35px;
    padding-top: 27px;
    text-align: left;
    position: relative;
}

/*! CSS Used from: Embedded */
#grid {
    margin-top: 60px !important;
}

div#title {
    margin-bottom: -60px !important;
}

.heading-block {
    height: 100px;
    background-color: #a3c306;
    padding-left: 35px;
    padding-top: 27px;
    text-align: left;
    position: relative;
}

button#gdf {
    z-index: 9 !important;
}

.owl-stage {
    display: flex;
}

.owl-item {
    display: flex;
}

/*! CSS Used from: Embedded */
.Vp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Vp {
    padding: 4px 0;
}

.Xp {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    outline: none;
    background: #f5f5f5;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #262626;
    cursor: pointer;
    border-radius: 2px;
}

button#show-more-wrapper:hover {
    color: red;
}

/*! CSS Used from: Embedded */
#show-more-wrapper {
    margin-top: 20px !important;
    text-align: center;
    width: 300px;
    margin: 0px auto;
    cursor: pointer;
}

/*! CSS Used from: Embedded */
@media (max-width: 600px) {
    .mebb {
        margin: 0 !important;
        width: 100% !important;
        left: unset !important;
    }

    div#mebel_list {
        max-width: unset;
        width: unset;
    }
}

@media (min-width: 768px) {
    #myModalxass button.howItLooks.btn.green-btn.plu {
        margin-top: -10px !important;
    }
}

.iti__country-name {
    color: #535151;
}

/*! CSS Used from: Embedded */
.selection-element {
    visibility: hidden;
}

/*! CSS Used from: Embedded */
input#shab {
    padding-right: 36px !important;
    width: 100%;
}

/*! CSS Used from: Embedded ; media=all */
@media all {
    .fa.fa-home:before {
        content: "\f015";
    }
}

/*! CSS Used from: Embedded ; media=all */
@media all {
    .fa {
        font-family: var(--fa-style-family, "Font Awesome 6 Free");
        font-weight: var(--fa-style, 900);
    }

    .fa, .fas {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
    }

    .fas {
        font-family: "Font Awesome 6 Free";
    }

    .fa-star:before {
        content: "\f005";
    }

    .fa-check-circle:before {
        content: "\f058";
    }

    .fa-heart:before {
        content: "\f004";
    }

    .fa-phone:before {
        content: "\f095";
    }

    .fa-home:before {
        content: "\f015";
    }

    .fa-rocket:before {
        content: "\f135";
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    :root {
        --fa-style-family-brands: "Font Awesome 6 Brands";
        --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    }

    :root {
        --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
    }

    :root {
        --fa-style-family-classic: "Font Awesome 6 Free";
        --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
    }

    .fas {
        font-weight: 900;
    }
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    border: 1px solid #8d8585;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #302e2e;
    border: 2px solid white;
}

.owl-dot.active {
    display: unset !important;
}

/*! CSS Used from: Embedded */
a.name-fav:hover {
    font-weight: 900;
}

@media (min-width: 740px) {
    #zzak .heading-block {
        text-align: left;
        height: 80px;
    }

    #quickview .grid-item {
        background: 0;
        margin: 0;
        padding: 2% 2% 0 2%;
        height: auto !important;
        max-height: 90vh;
    }

    div#close-btn {
        top: 5vh !important;
        right: 0px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .site-header__upper .navbar-toggle {
        display: block;
        top: 10px;
    }
}

div#returnIconsWrap a {
    font-size: 13px;
}

#returnIconsWrap a span {
    font-size: 13px;
}

div#returnIconsWrap a {
    font-size: 13px;
    width: 50%;
}

.lft {
    float: right;
}

div#returnIconsWrap a {
    margin-right: 0;
}

.scroll-top {
    height: 75px;
    width: 60px;
    position: fixed;
    bottom: 140px;
    right: 15px;
    display: none;
    z-index: 9999;
}

li.site-nav__item.collections .site-nav__link:hover {
    position: relative;
    z-index: 10;
    border-bottom: none !important;
    padding-bottom: 20px !important;
    color: #dc142b !important;
}

.scroll-top .scrollto-icon {
    color: #5a608e;
}

.scroll-top .scrollto-icon {
    font-size: 30px;
    display: inline-block;
}

.fa-rocket::before {
    content: "\f135";
}

.scroll-top .flame {
    -webkit-transition: all 500ms cubic-bezier(.25, .1, .25, 1);
    -moz-transition: all 500ms cubic-bezier(.25, .1, .25, 1);
    -o-transition: all 500ms cubic-bezier(.25, .1, .25, 1);
    transition: all 500ms cubic-bezier(.25, .1, .25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
    -moz-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
    -o-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
    transition-timing-function: cubic-bezier(.25, .1, .25, 1);
}

#frmq .iti__flag-container {
    margin-left: 28px;
}

.scroll-top .flame {
    height: 0;
    width: 0;
    position: absolute;
    top: 49%;
    left: -30px;
    right: 0;
    margin: -3px auto 0;
    border: 3px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 3px;
    border-top: 25px solid #000;
    display: none;
}

@media only screen and (max-width: 1024px) {
    .content.howtheylook .heading-block {
        height: auto !important;
    }

    .content.howtheylook .callback__user-post {
        display: none;
    }
}

/*! CSS Used from: Embedded */
#ssw-fave-side-bars .col-xs-6 a:first-child {
    background-size: cover;
    display: block;
    float: left;
    height: 100%;
    vertical-align: top;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 14px;
    margin-bottom: 7px;
    padding-bottom: 0;
    border: 2px solid #f1f2f5;
}

#ssw-fave-side-bars .col-xs-6 a.name-fav {
    display: block !important;
    text-overflow: initial !important;
    height: auto !important;
    white-space: normal !important;
    overflow: initial !important;
    color: #303238;
    color: #363636;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    position: relative;
    width: 220px !important;
    float: left;
    text-align: left;
}

.ss__cart_total-block {
    border-top: 1px dashed #c7cbce;
    display: flex;
    flex-direction: column;
    height: 11.25em;
    justify-content: flex-end;
    padding: .875em;
    position: relative;
    z-index: 5;
}

.ss__cart_total-block_subtotal {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1;
}

.ss__cart_total-block_subtotal_title {
    font-size: 1.25em;
    font-weight: 700;
    margin-right: auto;
}

.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px 0 0 -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ss__cart_total-block_subtotal_new {
    font-size: 1.25em;
    font-weight: 700;
}

.ss__cart_total-block_buttons {
    margin-top: .9375em;
}

.ss__cart_total-block button {
    border: none;
    font-size: 1em;
    font-weight: 700;
    height: 2.625em;
    letter-spacing: .05563em;
    transition: all .3s;
    width: 100%;
}

.ss__cart_total-block_button-cart button {
    background-color: #eceeef;
    color: #556e7b;
}

/*! CSS Used from: Embedded */
.vc_custom_1534746670819 {
    margin-bottom: -40px !important;
    border-bottom-width: 1px !important;
    padding-top: 30px !important;
    background-color: #092143 !important;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
    border-bottom-style: solid !important;
}

.vc_custom_1533821559545 {
    margin-bottom: 30px !important;
    padding-top: 0px !important;
}

.vc_custom_1533821564252 {
    margin-bottom: 30px !important;
    padding-top: 0px !important;
}

.vc_custom_1533821570339 {
    margin-bottom: 30px !important;
    padding-top: 0px !important;
}

.vc_custom_1533821575175 {
    margin-bottom: 30px !important;
    padding-top: 0px !important;
}

.vc_custom_1603698946531 {
    margin-bottom: 0px !important;
    border-right-width: 1px !important;
    border-right-color: rgba(255, 255, 255, 0.1) !important;
    border-right-style: solid !important;
}

.vc_custom_1598094068952 {
    margin-bottom: 0px !important;
    border-right-width: 1px !important;
    border-right-color: rgba(255, 255, 255, 0.1) !important;
    border-right-style: solid !important;
}

.vc_custom_1598094224252 {
    margin-bottom: 0px !important;
    border-right-width: 1px !important;
    border-right-color: rgba(255, 255, 255, 0.1) !important;
    border-right-style: solid !important;
}

.vc_custom_1598094401881 {
    margin-bottom: 0px !important;
}

.woodmart-prefooter {
    padding-bottom: 0;
    background-color: #092143;
}

.box-title-small .info-box-title {
    font-size: 16px;
}

.woodmart-info-box .info-box-title {
    display: block;
    margin-bottom: 10px;
    line-height: 1.4;
    color: white;
    font-weight: bold;
}

.color-scheme-light .mega-menu-list > li > a {
    color: #FFF !important;
    font-weight: bold;
}

.box-with-icon .info-box-icon {
    overflow: hidden;
}

.woodmart-info-box .info-box-icon {
    display: inline-block;
    transition: all .25s ease;
}

.woodmart-info-box .info-svg-wrapper svg {
    width: inherit !important;
    height: inherit !important;
}

.woodmart-info-box .info-box-content {
    position: relative;
    flex: 1 1 auto;
}

.reset-mb-10 > :last-child {
    margin-bottom: 0;
}

.box-icon-align-left .box-icon-wrapper {
    margin-right: 20px;
    max-width: 50%;
}

.box-icon-wrapper {
    flex: 0 0 auto;
    line-height: 0;
}

.woodmart-info-box.text-left.box-icon-align-left.box-style-.color-scheme-light.woodmart-bg-none.box-title-small {
    display: flex;
}

.info-box-inner.reset-mb-10 {
    font-size: 14px;
}

/*! CSS Used from: Embedded */
#anticrisisBlock {
    margin-bottom: 0 !important;
}

#shopify-section-static_promo-bar .promo-bar__text.hidden--sm {
    border: none !important;
}

/*! CSS Used from: https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

/*! CSS Used from: https://cdn.jsdelivr.net/jquery.slick/1.5.0/slick-theme.css */
.slick-slider {
    margin-bottom: 30px;
}

/*! CSS Used from: Embedded */
a#bingc-phone-buttondd .telbtn__status {
    top: 45px;
    left: 65px;
}

a#bingc-phone-buttondd .telbtn__status:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    max-width: 0.4375em;
    min-width: 0.4375em;
    width: 0.4375em;
    height: 0.4375em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #8ac176;
    margin-right: 0.3125em;
    animation: pulse-greenf 2s infinite;
}

a#bingc-phone-buttondd {
    position: fixed !important;
    z-index: 800 !important;
    width: 77px;
    height: 77px;
    cursor: pointer;
}

#bingc-phone-buttondd .callback__user-pic {
    max-width: 4.1875em;
    min-width: 4.1875em;
    width: 6.1875em;
    height: 4.1875em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.ff_g_hs:before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    animation: cursor_talking__IiQ96 5s infinite;
    background: #ffd02c;
    content: "";
    opacity: .3;
}

.mega-choose {
    z-index: 555;
    position: relative;
}

.heading-block .heading {
    font-size: 24px !important;
}

#myModalxass {
    z-index: 999999 !important;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 769px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 1024px) {
    nav.navbar {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    nav.navbar {
        display: block !important;
    }
}

@media only screen and (min-device-width: 500px) and (max-device-width: 1023px) {
    #product-trust.order-trust .copy::before {
        margin-bottom: 10px;
        margin: auto;
        right: 0;
        left: 0;
    }

    .cropimage-total-price.old-price {
        width: 50%;
        margin: 0 auto;
    }

    .cropimage-total-price {
        width: 50%;
        margin: 0 auto;
    }

    span.cropimage-totalprice-block.old-price {
        margin: 0;
        position: relative;
    }

    .cropimage-totalprice-block.old-price::before {
        border-bottom: 3px solid #ee0600;
        content: "";
        position: absolute;
        top: 38%;
        width: 100%;
        transform: skewY(-15deg);
        margin: 0 auto;
        left: 0;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) {
    div#content {
        width: 100%;
    }
}

li.col-sm-2.menuha-mob {
    width: 100%;
}

/*! CSS Used from: Embedded */
@media (min-width: 600px) {
    .lpo {
        width: 50%;
        text-align: center;
        margin: 0 auto;
        padding-left: 0 !important;
    }

    .plu {
        width: 55% !important;
    }
}

.style33 {
    font-family: "CirceBold";
    line-height: 1.88;
    color: #FF0000;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 6px;
}

.heading-block {
    height: 100px;
    background-color: #a3c306;
    padding-left: 35px;
    padding-top: 27px;
    text-align: left;
    position: relative;
}

.question-block {
    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 30px;
}

.heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin: 0px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.heading-block i.close.material-icons {
    cursor: pointer;
    color: white;
    position: absolute;
    top: 25px;
    right: 25px;
    font-weight: normal;
}

.howtheylook .bottom-block.answer {
    background: none;
    padding-right: 20px;
}

.exitPopupBlock {
    text-align: center;
    position: fixed;
    left: 50%;
    top: 20px;
    z-index: 99992;
    background: #fff;
    overflow: hidden;
    width: 690px;
    margin: 0px 0 0 -345px;
}

div.exitPopupBlock .content .question-symb {
    width: 32px;
    height: 32px;
    background-color: white;
    position: relative;
    transform: rotate(-45deg);
    top: 9px;
    left: 7px;
}

div.exitPopupBlock .content .question-symb .question-mark {
    display: inline-block;
    color: #a3c306;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    left: 9px;
    top: -5px;
    transform: rotate(45deg);
}

.content.howtheylook .flex-images > i {
    width: 0px;
    position: relative;
    z-index: -1;
    left: -24px;
    color: #a3c306;
    font-size: 48px;
}

.flex-images {
    padding-left: 20px;
}

.flex-images {
    display: flex;
    justify-content: space-between;
}

.flex-images > div {
    position: relative;
}

.flex-images > * {
    align-self: center;
}

.flex-images img {
    max-width: 292px;
    height: auto;
    position: relative;
}

.text_block span {
    background-color: rgba(54, 54, 54, 0.8);
    background-size: cover;
    display: block;
    width: 100%;
    padding: 9px 14px 11px;
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 700;
}

.i-input {
    position: relative;
}

.i-input > .i-input__addon {
    padding-left: 20px;
    color: #666;
    left: 10px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 3;
}

.i-input > .i-input__field {
    overflow: hidden;
    position: relative;
}

.i-input > .i-input__field > input {
    background-color: #fff;
    color: #666;
    line-height: 40px;
    padding-left: 45px;
    width: 100%;
    z-index: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.i-input.i-input_outline {
    padding-left: 20px;
}

.heading-block {
    color: #fff;
    background: linear-gradient(45deg, #ebc62d, #ff1b02 50%, #a73a11 100%) !important;
}

p.answer-small {
    padding-left: 20px;
}

.phone_mask::placeholder {
    font-size: 20px;
    color: black;
}

/*! CSS Used from: Embedded */
.heading-block .heading {
    font-size: 24px !important;
}

.callback__user-data {
    margin-top: 1em;
    text-align: left;
}

.telbtn__status:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    max-width: .4375em;
    min-width: .4375em;
    width: .4375em;
    height: .4375em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #8ac176;
    margin-right: .3125em;
}

input#plks {
    box-shadow: 0 0 40px rgb(239, 15, 15);
    border: 2px solid #e51800;
    margin-top: 20px;
}

input#plkss {
    box-shadow: 0 0 40px rgb(239, 15, 15);
    border: 2px solid #e51800;
    margin-top: 20px;
}

.modal-content {
    position: relative;
    z-index: 9999999999999;
}

span.callback__title-text {
    font-weight: 600;
}

input.knopa {
    background: #c60a00 !important;
    background: -webkit-linear-gradient(bottom, #c60a00, #fc2300) !important;
    background: linear-gradient(to top, #c60a00, #fc2300) !important;
}

input#plks {
    width: 100% !important;
    padding-bottom: 7px;
    padding-top: 7px;
    color: #808080;
    font-family: "CirceBold";
    cursor: pointer;
    background: -moz-linear-gradient(to top, #ff6724, #ff4f02);
    background: -o-linear-gradient(to top, #ff6724, #ff4f02);
    font-family: "CirceBold";
}

input#plkss {
    width: 100% !important;
    padding-bottom: 7px;
    padding-top: 7px;
    color: #808080;
    font-family: "CirceBold";
    cursor: pointer;
    background: -moz-linear-gradient(to top, #ff6724, #ff4f02);
    background: -o-linear-gradient(to top, #ff6724, #ff4f02);
    font-family: "CirceBold";
}

.callback__subtitle {
    font-size: 18px;
}

span.callback__user-name-text {
    font-size: 22px;
    color: black;
    font-weight: 600;
}

div#modal-zakaza {
    font-family: "ProximaNova-Light", sans-serif !important;
    padding-top: 3.125em;
    padding-bottom: 3.125em;
}

div#modal-callback {
    font-family: "ProximaNova-Light", sans-serif !important;
    padding-top: 3.125em;
    padding-bottom: 3.125em;
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1em * 2);
}

.modal-content, .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    -o-transition: transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear;
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
}

.modal-content, .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    position: relative;
}

.modal_callback .modal-content {
    max-width: 56.25em;
}

.modal_callback .modal-content {
    max-width: 21.75em;
}

.callback {
    line-height: 1.2 !important;
}

.modal__close {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0 none;
    border: 0 none;
    background-color: transparent;
    line-height: 1;
    color: inherit;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.modal__close {
    width: auto;
    position: absolute;
    z-index: 50;
    top: -2.25em;
    right: 0;
}

.vi_icon {
    display: inline-block;
}

.vi_icon_close {
    width: 1em;
    min-width: 1em;
    height: 1em;
}

.modal__close-icon {
    fill: #fff;
    -webkit-transition: fill .15s linear;
    -o-transition: fill .15s linear;
    transition: fill .15s linear;
}

.callback {
    background-color: #fff;
    -webkit-border-radius: .5em;
    border-radius: .5em;
}

.callback {
    background-color: #f5f9fc;
    padding-top: 1.875em;
    padding-bottom: 1.875em;
}

.callback__title {
    text-align: center;
}

.callback__subtitle {
    text-align: center;
}

.callback:before {
    content: "";
    display: block;
    z-index: 20;
    pointer-events: none;
    top: .4375em;
    left: .4375em;
    right: .4375em;
    bottom: .4375em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
}

.lazyloaded {
    opacity: 1;
}

.callback__cols {
    padding-left: 1em;
    padding-right: 1em;
}

.callback__col_right {
    margin-top: 0 !important;
}

.callback__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.callback__user-fig {
    max-width: 6.1875em;
    min-width: 6.1875em;
    width: 6.1875em;
    height: 6.1875em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffe588;
    margin-right: 2em;
}

.vi_img_callback__user-pic {
    min-width: 10em;
    width: 10em;
    height: 10em;
}

.callback__user-pic {
    top: 50%;
    left: 50%;
    z-index: 0;
}

.callback__user-pic {
    max-width: 6.1875em;
    min-width: 6.1875em;
    width: 6.1875em;
    height: 6.1875em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.callback__user-name-text {
    font-size: .875em;
    line-height: 1.14286;
}

.callback__user-post {
    margin-top: -0.5em;
}

.callback__user-post-text {
    display: inline-block;
}

.callback__user-post-text {
    line-height: 1;
}

span.callback__title-text {
    color: black;
}

div#modal-callback {
    overflow-x: hidden;
    overflow-y: auto;
}

.callback__title {
    margin-top: 0 !important;
    font-size: 14px !important;
}

.callback__title-text {
    font-size: 1.875em;
    line-height: 1.2;
}

.callback__title-text {
    font-size: 1.875em;
    line-height: 1.2;
}

.callback__subtitle {
    margin-top: .25em;
}

.callback__subtitle-text {
    font-size: .875em;
    line-height: 1.28571;
}

@media only screen and (max-width: 480px) {
    .popup-label-mobile-header {
        margin: 0 !important;
        font-size: 13px;
        padding: 0 !important;
    }
}

.sh__search {
    grid-area: 1/7/2/17;
}

.sh__search {
    position: relative;
    display: block;
    grid-area: 1/5/2/10;
    display: grid;
    margin-top: 6px;
}

.sh__search input {
    padding: 5px 1px 5px 13px;
}

.sh__search input {
    width: 100%;
    border-radius: 2px;
    border: solid 1px rgba(70, 85, 96, .5);
    background-color: #fff;
    color: #898e95;
    outline: none;
}

.sh__search button {
    position: absolute;
    top: 4px;
    right: 10px;
    border: none;
    height: calc(100% - 8px);
    border-radius: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #898e95;
    background: none;
    transition: color .7s;
}

.sh__search button i {
    position: relative;
    z-index: 2;
    margin-left: 11px;
    font-size: 21px;
}

.sh__search button i::before {
    color: currentColor;
}

.icon--header-search::before {
    content: "";
}

.sh__info {
    grid-area: 1/17/2/22;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #46555f;
}

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

@media screen and (max-width: 639px) {
    .tovar_info .tovar_price {
        margin-bottom: 0px !important;
        margin-top: 10px;
    }

    .drawer__nav .dropdown-menu {
        position: relative;
        float: none;
        min-width: 300px;
        padding: 1px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 15px;
        text-align: left;
        background-color: #fff;
        border: 1px solid #ededed;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .18);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .18);
        background-clip: padding-box;
        display: block;
    }

    .timer-block {
        margin-bottom: 10px !important;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
}

/*! CSS Used from: Embedded */
.breadcrumb::before {
    background: #f7f7f7 !important;
}

.exitPopupBlock {
    text-align: center;
    position: fixed;
    z-index: 99992;
    background: #fff;
    overflow: hidden;
    width: 690px;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.howItLooks.btn.green-btn {
    width: 100%;
    border: none;
    border-radius: 2px;
    font-size: 1.125em;
    color: #fff;
    background: linear-gradient(45deg, #ebc62d, #ff1b02 50%, #a73a11 100%);
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    justify-content: center;
    position: relative;
}

.col-xs-12.how-it-look-block {
    float: none;
}

@media (max-width: 1200px) {
    .exitPopupBlock {
        width: 90%;
    }

    .heading-block .heading {
        width: 90%;
        font-weight: bold;
        font-size: 26px;
        font-size: 17px !important;
        line-height: normal;
        letter-spacing: normal;
    }

    .flex-images img {
        width: 80%;
        max-width: 292px;
        height: auto;
        position: relative;
    }

    .text_block span {
        background-color: #9acd3200;
        background-size: unset;
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
        color: black;
        position: relative;
        bottom: 0;
        left: 0;
        font-weight: 700;
    }

    .question-block {
        display: none;
        float: left;
        width: 45px;
        height: 45px;
        margin-right: 30px;
    }
}

#ssw-fave-side-bars .col-xs-6 a.name-fav {
    text-overflow: initial !important;
    height: auto !important;
    white-space: normal !important;
    overflow: initial !important;
    color: #303238;
    color: #363636;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    position: relative;
    width: 220px !important;
    float: left;
    text-align: left;
}

#ssw-fave-side-bars .col-xs-6 {
    width: 100%;
    display: inline-block;
    position: relative;
    float: none;
    display: flex;
    align-items: center;
    margin-right: 25px;
    color: inherit;
}

#ssw-fave-side-bars .favorites_block {
    border-top: 2px solid #ebeef0;
    padding-top: 14px;
}

#ssw-fave-side-bars {
    box-sizing: border-box;
    bottom: 0;
    display: table;
    height: 100%;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    perspective: 1000px;
    backface-visibility: hidden;
    width: 320px;
    z-index: 2147483640;
    z-index: 9999;
    transition: box-shadow .3s ease 0s, -webkit-transform .3s ease 0s;
    border-left: 1px solid rgba(192, 192, 192, .5);
    background: #fff;
}

#ssw-fave-side-bar {
    box-shadow: 0 5px 5px -5px #333;
}

#side-favorite-modal-hidess {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #000;
    opacity: .9;
}

@media (max-width: 600px) {
    .tovar_info span {
        margin-top: -14px !important;
    }

    .howtheylook .bottom-block.answer {
        background: none;
        padding-right: 20px;
        padding-left: 20px;
    }

    .i-input.i-input_outline.lpo {
        padding-left: 0 !important;
    }

    .tovar_info .tovar_price .oldprice {
        font-size: 17px !important;
        font-weight: 900 !important;
        color: #0c93ce !important;
    }
}

.footer-container {
    background-color: #092143;
}

.color-scheme-light {
    color: rgba(255, 255, 255, .8);
}

.footer-sidebar {
    top: -20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-column {
    margin-bottom: 30px;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.vc_custom_1540563044667 {
    border-bottom-width: 1px !important;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
    border-bottom-style: solid !important;
}

.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.color-scheme-light .mega-menu-list > li > a {
    color: #FFF !important;
}

.sub-sub-menu {
    padding: 0;
    margin: 0;
}

.color-scheme-light .mega-menu-list .sub-sub-menu li a {
    color: rgba(255, 255, 255, .6);
}

.mega-menu-list .sub-sub-menu li a {
    display: block;
    padding: 9px 0;
    font-size: 14px;
    line-height: 18px;
    word-break: break-word;
}

#wd-6074c6e6bea24 .woodmart-text-block {
    font-size: 16px;
    line-height: 26px;
}

.woodmart-text-block-wrapper.color-scheme-light .woodmart-title-container {
    color: #FFF;
}

.woodmart-text-block-wrapper.text-left .woodmart-title-container {
    margin-right: auto;
}

.vc_custom_1533717043002 {
    margin-bottom: 15px !important;
}

.woodmart-text-block-wrapper {
    margin-bottom: 35px;
}

.text-left {
    text-align: left;
}

#wd-6074c6e6bea6c .woodmart-text-block {
    font-size: 16px;
    line-height: 26px;
    color: #7c899c;
}

.woodmart-text-block-wrapper.text-left .woodmart-title-container {
    margin-right: auto;
}

.vc_custom_1534746249242 {
    margin-bottom: 0px !important;
}

.mc4wp-form {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

.text-left .mc4wp-form > div {
    justify-content: flex-start;
}

.mc4wp-form > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 17px;
    margin-left: 17px;
}

.mc4wp-form > div > p:first-child {
    flex: 1 1 200px;
    max-width: 290px;
    width: 100%;
}

.mc4wp-form > div > p {
    margin-right: -17px;
    margin-bottom: 20px !important;
    margin-left: -17px;
}

.mc4wp-form label {
    display: none;
}

.mc4wp-form-fields p input {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 2px solid rgba(129, 129, 129, .2);
    border-top-color: rgba(129, 129, 129, 0.2);
    border-right-color: rgba(129, 129, 129, 0.2);
    border-bottom-color: rgba(129, 129, 129, 0.2);
    border-left-color: rgba(129, 129, 129, 0.2);
    border-top-color: rgba(129, 129, 129, 0.2);
    border-right-color: rgba(129, 129, 129, 0.2);
    border-bottom-color: rgba(129, 129, 129, 0.2);
    border-left-color: rgba(129, 129, 129, 0.2);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
    background-color: transparent;
    box-shadow: none;
    color: #FFF;
}

.mc4wp-form input[type="submit"] {
    padding-right: 35px;
    padding-left: 35px;
    background-color: #D93143;
    color: #FFF;
}

@media (max-width: 480px) {
    .wpb_column.vc_column_container.vc_col-sm-6.vc_col-lg-3.vc_col-md-6.vc_col-xs-12.text-center {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-4.vc_col-md-12.vc_col-xs-12.text-left {
        padding-left: 15px;
        padding-right: 15px;
    }

    .vc_row.wpb_row.vc_row-fluid.vc_custom_1533821733353 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sub-menu.mega-menu-list > li > a:first-of-type::after {
        content: "+";
        display: inline-block;
        margin-left: 15px;
        transform: rotate(0);
        transition: 0.3s;
        position: absolute;
        right: 0;
    }

    .vc_row.wpb_row.vc_row-fluid.vc_custom_1540563044667.vc_row-has-fill.vc_row-o-content-top.vc_row-flex {
        width: 100%;
    }
}

.categories__icon.icon {
    position: absolute;
    top: 5px;
}

.breadcrumb::before {
    background: none !important;
}

.callback__user-fig {
    position: relative;
}

.callback__user-fig img {
    z-index: 9;
    position: sticky;
}

.callback__user-fig:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: cursor_talking__IiQ96 5s infinite;
    background: #ffd02c;
    content: "";
    opacity: .3;
}

@media (max-width: 800px) {
    .imageBox {
        margin-bottom: 5px;
    }
}

.icon--arrow-down::before {
    content: "";
}

.woodmart-prefooter {
    z-index: 1;
    position: relative;
}

#button-carts {
    font-weight: 600;
}

.color-scheme-light .mega-menu-list .sub-sub-menu li a:hover {
    color: #e6d0ab;
}

.sub-sub-menu li {
    position: relative;
}

.color-scheme-light .mega-menu-list .sub-sub-menu li a::before {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 7px;
    width: 0;
    height: 1px;
    background: #e6d0ab;
}

.color-scheme-light .mega-menu-list .sub-sub-menu li a:hover::before {
    left: 0;
    width: 100%;
}

#mebel_list .slick-slide {
    opacity: 1;
}

#mebel_list .slick-slide.slick-current.slick-active {
    animation: marching-ants 400ms infinite linear;
    background-image: linear-gradient(90deg, #89cac0 50%, transparent 50%), linear-gradient(90deg, #89cac0 50%, transparent 50%), linear-gradient(0, #89cac0 50%, transparent 50%), linear-gradient(0, #89cac0 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
    padding: 2px;
}

.slick-slide.slick-current.slick-active {
    opacity: 1 !important;
}

.mebb .slick-track {
    margin-left: 0;
}

/*! CSS Used from: /comp.css */
.vc_row:after, .vc_row:before {
    content: " ";
    display: table;
}

.vc_row:after {
    clear: both;
}

@media (max-width: 767px) {
    .vc_hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vc_hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vc_hidden-md {
        display: none !important;
    }
}

.vc_column_container {
    width: 100%;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-md-12, .vc_col-md-3, .vc_col-md-4, .vc_col-md-6, .vc_col-sm-12, .vc_col-sm-3, .vc_col-sm-6, .vc_col-xs-12, .vc_col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vc_col-xs-12, .vc_col-xs-6 {
    float: left;
}

.vc_col-xs-12 {
    width: 100%;
}

.vc_col-xs-6 {
    width: 50%;
}

@media (min-width: 768px) {
    .vc_col-sm-12, .vc_col-sm-3, .vc_col-sm-6 {
        float: left;
    }

    .vc_col-sm-12 {
        width: 100%;
    }

    .vc_col-sm-6 {
        width: 50%;
    }

    .vc_col-sm-3 {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .vc_col-md-12, .vc_col-md-3, .vc_col-md-4, .vc_col-md-6 {
        float: left;
    }

    .vc_col-md-12 {
        width: 100%;
    }

    .vc_col-md-6 {
        width: 50%;
    }

    .vc_col-md-4 {
        width: 33.33333333%;
    }

    .vc_col-md-3 {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4 {
        float: left;
    }

    .vc_col-lg-4 {
        width: 33.33333333%;
    }

    .vc_col-lg-3 {
        width: 25%;
    }

    .vc_col-lg-2 {
        width: 16.66666667%;
    }
}

@media only screen and (max-width: 769px) {
    .grid.grid--table.page-width.header_container.fixed {
        position: fixed;
        top: -25px;
        z-index: 998;
        left: 0;
        box-shadow: 0 5px 5px -5px #333;
    }
}

@media only screen and (max-width: 769px) {
    #search.show_search_bar.fser {
        position: fixed;
        top: -22px;
        width: 100%;
        left: 0;
        background: #fff;
        z-index: 999;
        box-shadow: 0 5px 5px -5px #333;
    }
}

@media (max-width: 600px) {
    .imageBox {
        width: 100vw;
        transform: translateX(-50%);
        position: relative;
        left: 50%;
    }
}

@media only screen and (max-width: 1024px) {
    .overlay #side-cart-modal-hides {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: Black;
        opacity: .9;
    }
}

.vc_clearfix:after, .vc_clearfix:before {
    content: " ";
    display: table;
}

.vc_clearfix:after {
    clear: both;
}

.vc_clearfix:after, .vc_clearfix:before {
    content: " ";
    display: table;
}

.vc_clearfix:after {
    clear: both;
}

.wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
}

.wpb_content_element {
    margin-bottom: 35px;
}

.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vc_row.vc_row-flex > .vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
    z-index: 1;
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > * {
        min-height: 1em;
    }
}

.vc_row.vc_row-flex::after, .vc_row.vc_row-flex::before {
    display: none;
}

.vc_row.vc_row-o-content-top > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_column_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}

.vc_column-inner::after {
    clear: both;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 35px;
}

.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.wpb_single_image.vc_align_left {
    text-align: left;
}

.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}

/*! CSS Used from: Embedded */
.tovar_info .tovar_colors {
    min-height: 30px;
    justify-content: flex-start !important;
    display: none !important;
}

.tovar_colors span {
    display: none;
}

.tovar_info .tovar_colors > div {
    width: 12px;
    min-width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
}

.tovar_info .tovar_cattitle {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 120%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tovar_info .tovar_title {
    font-size: 12px;
    color: #999;
    margin: 3px 0;
    text-align: left;
    line-height: 100%;
}

.tovar_info div.name {
    padding: 0;
}

.tovar_info .tovar_price {
    text-align: left;
}

.tovar_info .tovar_price p {
    margin: 0;
}

.tovar_info .tovar_price .oldprice {
    font-size: 16px;
    padding-left: 30px;
    color: #ccc;
    font-weight: 900;
}

.tovar_info .tovar_price .newprice {
    font-size: 22px;
    font-weight: bold;
    color: #FF0000;
    margin-left: 30%;
    margin-top: -10px;
}

.tovar_info .tovar_price .newprice .rubsymb {
    font-weight: normal;
    font-size: 22px;
}

.oldprice::before {
    border-bottom: 3px solid #ee0600;
    content: "";
    position: absolute;
    right: 0%;
    left: 5%;
    top: 38%;
    width: 30%;
    transform: skewY(-5deg);
    top: 47%;
}

.tovar_info .tovar_price {
    text-align: left;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: visible;
    width: 50%;
    margin-left: 0;
}

.tovar_info .tovar_price .oldprice {
    font-size: 17px;
    padding-left: 30px;
    color: #ccc;
    font-weight: 900;
    color: #0c93ce;
}

@media (max-width: 600px) {
    .tovar_info .tovar_price {
        margin-bottom: 10px;
    }
}

@media (max-width: 650px) {
    .tovar_info .tovar_cattitle {
        font-size: 18px;
    }

    .tovar_info .tovar_title {
        font-size: 14px;
    }

    .tovar_info .tovar_price .oldprice {
        font-size: 15px;
        color: #999;
    }
}

.M3dcC1z {
    bottom: 111px;
}

._2HTnAzH {
    position: absolute;
    z-index: 9;
    right: 10px;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    color: #2d2d2d !important;
    border: none;
    background-color: hsla(0, 0%, 100%, .8);
    padding: 10px 8px 8px;
    cursor: default;
    outline: none;
    bottom: 15px;
}

._2HTnAzH span:first-child {
    width: 20px;
    height: 18px;
}

._30BqGyh > svg {
    width: 100%;
    height: 100%;
    fill: currentcolor;
    top: -6px;
    position: relative;
}

._2HTnAzH use {
    fill: rgba(0, 0, 0, 0);
}

._2HTnAzH:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(45, 45, 45, .14);
    box-shadow: 0 2px 4px 0 rgba(45, 45, 45, .14);
}

._2HTnAzH:hover use {
    fill: rgba(0, 0, 0, 0);
}

._30BqGyh {
    position: relative;
    top: -2px;
}

@media (max-width: 600px) {
    .oldprice::before {
        top: 51% !important;
    }
}

.busket.act {
    width: 30px;
    top: 3px;
}

.drawer__nav a:hover {
    color: black;
    font-weight: 900;
}

/*! CSS Used from: Embedded */
.thumbnail.image.text-center {
    width: 100%;
}

div#mebel_list {
    margin-left: 15px;
    margin-right: 15px;
    margin: 0 !important;
}

@media (min-width: 1280px) {
    .carousel-pagination-item-v2 {
        width: 100px !important;
        height: 100px;
    }

    .mebb {
        margin-top: 10px;
    }
}

@media (max-width: 720px) {
    .mebb {
        margin-top: 10px !important;
    }
}

.h1m {
    display: none;
}

@media (min-width: 719px) {
    .h1m {
        display: block;
    }

    .style33 {
        display: none;
    }
}

.switcher {
    margin: 0 auto;
    position: relative;
}

.switcher__input {
    position: absolute;
    z-index: 4;
    width: 46px;
    opacity: 0;
    top: 59px;
}

.cropimage-checkbox {
    width: 85% !important;
    height: 34px;
    display: block;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #777;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 0px;
    margin-right: 5px;
    vertical-align: middle;
}

.cropimage-checkbox {
    position: absolute;
    width: 100% !important;
    height: 100%;
    display: block;
}

button#button-cartsa {
    transform: scale(.85);
    animation: pulseaa 2s ease-in-out infinite;
}

button#button-carts {
    /*transform: scale(.85);*/
    /*animation: pulseaa 2s ease-in-out infinite;*/
}

button#button-carts:hover {
    transform: scale(.95);
    /*animation: pulseaa 2s ease-in-out infinite;*/
}

@media (min-width: 1200px) {
    .col-sm-8.image-container {
        position: sticky !important;
        top: 10px;
    }

    html {
        overflow-x: unset !important;
    }
}

.bottom-block.answer button {
    margin-top: 20px !important;
}

.product-sticky-cart {
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 9;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: linear-gradient(88deg, #0a1f60 -2.92%, #0a1f60 105.18%);
    overflow: hidden;
    width: 100%;
    box-shadow: rgb(35 35 35 / 55%) 0px -5px 20px;
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    color: white;
}

@media (min-width: 992px) {
    .product-sticky-cart {
        padding: 25px 0;
    }
}

.d-f {
    display: -ms-flexbox !important;
    display: flex !important;
}

.ai-c {
    -ms-flex-align: center !important;
    align-items: center !important;
}

#button-cartsa {
    background: #ff7600;
    border-radius: 10px;
    border: 0;
    font-weight: 900;
    color: #fff;
    font-size: 16px;
    width: 300px;
    margin: 6px 0;
    padding: 8px;
    float: right;
}

#button-carts {
    font-family: gilroy;
    background: #ff7600;
    border-radius: 10px;
    border: 0;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin: 6px 0;
    padding: 8px;
    float: right;
}

.flexwrap.yoursizebox.botka {
    margin-bottom: -30px;
}

.container.d-f.ai-c.jc-b.jc-md-a {
    align-items: center;
    justify-content: center;
}

.product-sticky-button {
    float: right;
    margin-left: 30px;
}

div#JsProductSticky {
    padding-top: 0;
    padding-bottom: 15px;
}

.size-label-var {
    font-size: 13px;
    text-align: right;
    padding: 5px 25px 0 0;
}

div#width-size-label-vars {
    top: -10px;
    position: relative;
}

div#height-size-label-vars {
    top: -10px;
    position: relative;
}

body {
    overflow-x: clip;
}

@media (max-width: 820px) {
    .flexwrap.yoursizebox.botka {
        display: none;
    }

    .product-sticky-button {
        margin-left: 0px;
    }

    div#JsProductSticky {
        padding-bottom: 0px !important;
    }
}

@media only screen and (max-width: 769px) {
    .cart-ico {
        float: right;
        top: -3px;
        position: relative;
    }
}

.xHO3ZlE {
    display: block;
    visibility: hidden;
    height: 20px;
    width: 20px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.012 14.905a19.999 19.999 0 01-3.885-2.388C2.528 10.466 1.002 8.095 1 5.442c-.002-2.45 1.922-4.43 4.283-4.432 1.128 0 2.209.453 3 1.258l.715.728.714-.73A4.199 4.199 0 0112.707 1h-.001C15.069.998 16.996 2.97 17 5.421c.004 2.656-1.519 5.032-4.115 7.091a20.008 20.008 0 01-3.873 2.393z' stroke='%232D2D2D' stroke-width='2' fill='%232d2d2d'/%3E%3C/svg%3E");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 20%;
}

.xHO3ZlE:nth-of-type(2) {
    -webkit-animation: u0WfqSH 2s ease-out 1 forwards;
    animation: u0WfqSH 2s ease-out 1 forwards;
}

.xHO3ZlE:nth-of-type(3) {
    -webkit-animation: _2cxyRbZ 2s ease-out 1 forwards;
    animation: _2cxyRbZ 2s ease-out 1 forwards;
}

._30BqGyh > svg {
    width: 100%;
    height: 100%;
    fill: currentcolor;
}

._36wDTww svg {
    -webkit-animation: GL43cPT 1.2s cubic-bezier(.04, .4, .5, .95) 1 forwards;
    animation: GL43cPT 1.2s cubic-bezier(.04, .4, .5, .95) 1 forwards;
}

@-webkit-keyframes u0WfqSH {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        visibility: visible
    }
    to {
        -webkit-transform: translate(8px, -31px) scale(.5);
        transform: translate(8px, -31px) scale(.5);
        opacity: 0
    }
}

@keyframes u0WfqSH {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        visibility: visible
    }
    to {
        -webkit-transform: translate(8px, -31px) scale(.5);
        transform: translate(8px, -31px) scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes GL43cPT {
    30% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes GL43cPT {
    30% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes _2cxyRbZ {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        visibility: visible
    }
    to {
        -webkit-transform: translate(28px, -30px) scale(.5);
        transform: translate(28px, -30px) scale(.5);
        opacity: 0
    }
}

@keyframes _2cxyRbZ {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        visibility: visible
    }
    to {
        -webkit-transform: translate(28px, -30px) scale(.5);
        transform: translate(28px, -30px) scale(.5);
        opacity: 0
    }
}

.rapunc {
    animation: pulses 2s infinite;
}


.text {
    display: block;
    height: 60px;
    outline: none;
    overflow: hidden;
}

.text {
    display: block;
    height: 60px;
    outline: none;
    overflow: hidden;
}

div#sidebar-main img {
    width: 100%;
}

/*! CSS Used from: Embedded */
div#banners-before-recommendations {
    margin-top: -20px;
}

/*! CSS Used from: Embedded */
.slides {
    display: inline-block;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-width: none;
    width: 100%;
    will-change: transform;
}

.carousel-img {
    display: flex;
    height: 138px;
    justify-content: center;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
    max-width: 138px;
    padding: 10px;
}

.spark-image img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

a.carousel-slide-link.is-hover-underline.spark-link:hover {
    color: black;
    font-weight: 600;
}

.text-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
}

.slides .text {
    font-size: 15px;
    line-height: 22px;
}

.spark-slide {
    display: inline-block;
}

.slides img.is-loaded:hover {
    transform: scale(1.1);
}


/*! CSS Used from: /fonts/slick.css */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

/*! CSS Used from: /fonts/slick-theme.css */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: '←';
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '→';
}

.slick-dotted.slick-slider {
    margin-bottom: 15px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

@media only screen and (max-width: 769px) {
    .slick-slide:active {
        outline: 0;
    }

    .slick-slide:focus {
        outline: 0;
    }

    .slick-active {
        outline: 0;
    }

    .slick-slide a:focus {
        outline: 0;
    }
}

.slick-prev:before, .slick-next:before {
    color: #0a7eb1 !important;
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*! CSS Used from: Embedded */
body .mainslider.slick-slider .slick-prev, body .mainslider.slick-slider .slick-next {
    background: #fff !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: 1 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

body .mainslider.slick-slider .slick-prev:after, body .mainslider.slick-slider .slick-prev:before, body .mainslider.slick-slider .slick-next:after, body .mainslider.slick-slider .slick-next:before {
    content: '';
    background: #868686;
    width: 12px;
    height: 3px;
    display: block;
    border-radius: 5px;
    position: relative;
    opacity: 1;
}

body .mainslider.slick-slider .slick-prev:after {
    transform: rotate(45deg);
    bottom: -2px;
    left: -1px;
}

body .mainslider.slick-slider .slick-prev:before {
    transform: rotate(-45deg);
    top: -2px;
    left: -1px;
}

body .mainslider.slick-slider .slick-next:after {
    transform: rotate(-45deg);
    bottom: -2px;
    right: -1px;
}

body .mainslider.slick-slider .slick-next:before {
    transform: rotate(45deg);
    top: -2px;
    right: -1px;
}

body .mainslider.slick-slider .slick-prev:hover:after, body .mainslider.slick-slider .slick-prev:hover:before, body .mainslider.slick-slider .slick-next:hover:after, body .mainslider.slick-slider .slick-next:hover:before {
    background: #357DFF;
}

.mainslider .slick-dots li {
    margin: 0;
}

.mainslider .slick-dots li button {
    opacity: 1;
}

.mainslider .slick-dots li button:before {
    opacity: 1;
    background: #eee;
    content: '';
    border-radius: 50%;
    width: 13px;
    height: 13px;
}

.mainslider .slick-dots li.slick-active button:before {
    background: #0065ff;
}

.mainslider.slick-slider .slick-dots li button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainslider.slick-slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
    position: relative;
}

.mainslider.slick-slider .slick-dots li button:before {
    background: #f2f2f2;
}

.mainslider.slick-slider .slick-dots li.slick-active button:before {
    background: #357DFF;
}

body .mainslider.slick-slider .slick-prev {
    left: -20px;
}

body .mainslider.slick-slider .slick-next {
    right: -20px;
}

.mainslider .slick-dots {
    margin-top: 0;
    bottom: 15px;
    position: absolute;
}

.mainslider_block {
    margin: 15px auto 25px;
    max-width: 1250px;
    padding: 0 15px;
}

.mainslider .slick-list {
    margin: 0;
}

.mainslider .ms_box {
    min-height: 380px;
    display: flex;
    border-radius: 10px;
    margin: 0;
    padding: 0;
}

.mainslider .ms_slide1 {
    background: url('/images/new/banner/ban_virtual.jpg') center center no-repeat;
    background-size: cover;
}

.mainslider .ms_slide3 {
    background: url('/images/new/banner/ban_cat3.jpg') center center no-repeat;
    background-size: cover;
}

.mainslider * {
    text-decoration: none !important;
}

.mainslider *:focus {
    outline: none;
}

.mainslider .ms_box .ms_txt {
    width: 50%;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 80px 50px;
    text-align: left;
}

.mainslider .ms_box .actsubname {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.mainslider .ms_box .acttxt {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.mainslider .ms_box .actbut {
    background: #357DFF;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    max-width: fit-content;
    font-size: 14px;
    padding: 12px 25px;
}

.mainslider .ms_box .actbut:hover {
    opacity: 0.6;
}

.mainslider .ms_box .ms_txt {
    width: 45%;
    backdrop-filter: blur(3px);
    background: rgb(255 255 255 / 10%);
    border-radius: 5px;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    flex-direction: column;
    justify-content: center;
    padding: 50px 80px 50px;
    text-align: left;
}

.mainslider .ms_box .actsubname {
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    line-height: 100%;
    text-shadow: 2px 5px 10px rgb(0 0 0 / 52%);
}

.mainslider .ms_box .acttxt {
    font-size: 14px;
    line-height: 100%;
    padding: 5px 10px;
    color: #fff;
    text-shadow: 1px 1px 10px #000;
    display: block;
}

.mainslider .ms_box .actbut {
    display: none;
}

.mainslider .ms_box.ms_slide3 .ms_txt {
    height: 100%;
}

@media (max-width: 1280px) {
    body .mainslider.slick-slider .slick-prev {
        left: -5px;
    }

    body .mainslider.slick-slider .slick-next {
        right: -5px;
    }
}

@media (max-width: 770px) {
    .mainslider .ms_box .actsubname {
        font-size: 35px;
    }

    .mainslider .ms_box .ms_txt {
        padding: 20px 40px 20px;
    }
}

@media (max-width: 600px) {
    .mainslider .ms_slide1 {
        background-size: 1000px;
        background-position: center bottom;
        display: block;
    }

    .mainslider .ms_box .ms_txt {
        width: 100%;
        backdrop-filter: none;
        padding: 15px;
        background: #f7f7f7;
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    }

    .mainslider .ms_box .actsubname {
        font-size: 25px;
        text-shadow: none;
        color: #111;
        margin: 0 0 5px;
        text-align: center;
        text-transform: uppercase;
    }

    .mainslider .ms_box .acttxt {
        padding: 0;
        margin: 0;
        text-align: center;
        margin-bottom: 20px;
        color: #666;
        font-weight: 600;
        font-size: 12px;
        text-shadow: none;
    }

    .mainslider .ms_slide3 {
        background-position: 70% 100%;
    }

    .mainslider .ms_box.ms_slide3 .ms_txt {
        height: auto;
        padding: 25px 10px;
        background: transparent;
        clip-path: none;
        bottom: 0;
        position: absolute;
        background: rgb(0 0 0 / 52%);
        border-radius: 0 0 10px 10px;
    }

    .mainslider .ms_box.ms_slide3 .actsubname {
        color: #fff;
        font-size: 23px;
        text-shadow: 2px 2px 5px #000;
    }
}

@media (max-width: 375px) {
    .mainslider .ms_box.ms_slide3 .actsubname {
        font-size: 21px;
        margin-bottom: 15px;
    }
}

@media (max-width: 320px) {
    .mainslider .ms_box .actsubname {
        font-size: 22px;
    }

    .mainslider .ms_box .acttxt {
        font-size: 10px;
    }

    .mainslider .ms_box.ms_slide3 .actsubname {
        font-size: 18px;
    }
}

.mainslider.slick-initialized.slick-slider.slick-dotted {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

/*! CSS Used from: Embedded */
.slick-next:before {
    color: #fff !important;
}

/*! CSS Used from: https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

/*! CSS Used from: https://cdn.jsdelivr.net/jquery.slick/1.5.0/slick-theme.css */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: '←';
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '→';
}

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*! CSS Used from: Embedded */
*, ::before, ::after {
    box-sizing: border-box;
}

/*! CSS Used from: Embedded */
.slick-slide.slick-current.slick-active {
    opacity: 1 !important;
}


.content {
    min-height: 100%;
    height: 100%;
    background: white;
    position: relative;
    z-index: 0;
}

.content {
    min-height: 100%;
    height: 100%;
    background: white;
    position: relative;
    z-index: 0;
}

/*! CSS Used from: Embedded */
.usp__item-description.usp__item-description--mobile.hidden-desktop.accordion-content {
    text-align: center;
}

/*! CSS Used from: Embedded */
@media (max-width: 680px) {
    .usp__item.relative.accordion-item.accordion-item--mobile.accordion-trigger {
        width: 100%;
    }

    div#shopify-section-16113463108142910f {
        text-align: center;
    }
}

/*! CSS Used from: Embedded */
.usp__item, .usp__items {
    display: flex;
    flex-wrap: wrap;
}

.usp__item {
    align-items: center;
    justify-content: center;
    margin-bottom: var(--gutter);
    padding: 0 var(--half-gutter);
    text-decoration: none;
    width: 33.333%;
}

.icon.usp__item-icon {
    flex-grow: 0;
    flex-shrink: 0;
    height: 34px;
    width: 34px;
}

h3.usp__item-label.text-size-medium {
    font-size: 20px;
    font-weight: 900;
}

.text-size-medium {
    font-size: 18px;
}

.icon.usp__item-icon + .usp__item-label {
    margin-left: 5px;
}

.usp__item {
    padding: 10px;
}

div#shopify-section-16113463108142910f {
    margin-bottom: 20px;
}

.usp__items {
    align-items: start;
}

.usp__item, .usp__items {
    display: flex;
    flex-wrap: wrap;
}

.usp__item {
    align-items: center;
    justify-content: center;
    margin-bottom: var(--gutter);
    padding: 0 var(--half-gutter);
    text-decoration: none;
    width: 33.333%;
}

.accordion-trigger {
    cursor: pointer;
}

.accordion-item, .accordion-trigger {
    position: relative;
}

.icon.usp__item-icon {
    flex-grow: 0;
    flex-shrink: 0;
    height: 34px;
    width: 34px;
}

/*! CSS Used from: Embedded */
@media only screen and (min-device-width: 680px) and (max-device-width: 1024px) {
    .usp__item.relative.accordion-item.accordion-item--mobile.accordion-trigger {
        width: 50%;
    }
}


.panel-heading {
    padding: 20px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: transparent;
    border-color: transparent;
}

.panel-success .panel-heading:before {
    background-color: #3fc843;
}

.panel-heading {
    padding: 0 0 20px;
    position: relative;
}

.panel-title {
    font-size: 36px;
    font-weight: bold;
}

@media (max-width: 769px) {
    .panel-title {
        font-size: 20px;
    }
}

/*! CSS Used from: Embedded */
.panel-title {
    text-align: center;
}

.panel-title {
    text-align: center;
}


@media only screen and (min-width: 1024px) {
    .text-size-large-desktop {
        font-size: var(--font-size-large);
        line-height: calc(var(--font-size-large) * 1.2);
    }
}

.section__title:not(.text-bold) {
    font-weight: 400;
}

.text-bold {
    font-weight: 700;
}

h2.section__title.font-default.text-align-center.text-size-large-desktop.text-size-large-mobile {
    text-align: center;
    font-size: 36px;
    color: black;
    text-transform: uppercase;
    line-height: 1.3;
}


@media (max-width: 720px) {
    #expandLastViewedList {
        display: none !important;
    }
}

#quickview .grid-item .item-img img {
    width: auto;
    max-height: 60vh;
}

.item-img.box {
    background: #f0ffff !important;
}

#expandLastViewedList {
    display: none;
    font-family: lato2 bold, Helvetica Neue, Helvetica, Arial, sans-serif;
    height: 45px;
    background-color: #e9ebec;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: .0625em;
    white-space: nowrap;
    padding: 3px 15px 3px 50px;
    cursor: pointer;
    display: none;
    border-top: 4px solid #00c697;
    position: fixed;
    bottom: 0;
    left: 70px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 750;
}

div#expandLastViewedList::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 3px;
    background-image: url('/icons-sprite.svg');
    background-repeat: no-repeat;
    background-position: -133px -318px;
    background-size: 250px;
}

#expandLastViewedList {
    bottom: 0px !important;
    font-weight: bold;
}


#lastViewedListWrapper {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-top: 1px solid #ccc;
    width: 100%;
    min-height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 30px;
}

#lastViewedListWrapper strong {
    font-family: lato2 bold, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

#closeLastViewedList {
    position: absolute;
    border-radius: 14px;
    background-color: #000;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    right: 15px;
    top: -10px;
    color: #fff;
    cursor: pointer;
}

#lastViewedItemList {
    padding-top: 20px;
    padding-bottom: 10px;
    white-space: nowrap;
    display: block;
}

#lastViewedItemList .image-info {
    width: 180px;
    margin-right: 30px;
    text-align: center;
}

#lastViewedItemList .image-info .img-wrapper::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
}

#lastViewedItemList .image-info .img-wrapper {
    white-space: nowrap;
    text-align: center;
    max-width: 180px;
    height: 120px;
    overflow: hidden;
    font-size: 0;
    display: inline-block;
}

.image-info .img-wrapper img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 120px;
}

#lastViewedItemList .image-info > span {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    color: #333;
}

#mebel_list button {
    display: none !important;
}

.blink5 {
    -webkit-animation: blink5 2s linear 3;
    animation: blink5 2s linear 3;
}

@-webkit-keyframes blink5 {
    50% {
        color: rgb(255, 0, 0);
    }
    51% {
        color: rgba(255, 0, 0, 1);
    }
    100% {
        color: rgba(255, 0, 0, 01);
    }
}

@keyframes blink5 {
    50% {
        color: rgb(255, 0, 0);
    }
    51% {
        color: rgba(255, 0, 0, 1);
    }
    100% {
        color: rgba(255, 0, 0, 1);
    }
}

.modi {
    display: block !important;
}

.modshow {
    display: block;
    opacity: 1;
    background: #0000004f;
}

.telbtn__status-text {
    color: black;
}

.br li a {
    z-index: 1;
}

.previous {
    position: absolute;
    left: -52px;
}


@keyframes marching-ants {
    0% {
        background-position: 0 0, 10px 100%, 0 10px, 100% 0;
    }
    100% {
        background-position: 10px 0, 0 100%, 0 0, 100% 10px;
    }
}

@-webkit-keyframes hvr-buzz-out {
    2% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    4% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    6% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    8% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    10% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    12% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    14% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    16% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    18% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    20% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    2% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    4% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    6% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    8% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    10% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    12% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    14% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    16% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    18% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    20% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes pulse-greenf {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}

@keyframes cursor_talking__IiQ96 {
    0%, to {
        transform: scale(1);
    }
    20%, 5%, 85% {
        transform: scale(1.15);
    }
    15%, 30%, 55%, 75%, 90% {
        transform: scale(1.05);
    }
    35%, 45%, 60%, 70% {
        transform: scale(1.2);
    }
    40%, 67%, 95% {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}

@-webkit-keyframes pulses {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(148, 158, 231, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(148, 158, 231, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(148, 158, 231, 0);
    }
}

@keyframes pulseaa {
    from {
        transform: scale(.85);
    }
    50% {
        transform: scale(1);
    }
    to {
        transform: scale(.85);
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('/icomoon.ttf');
}

@font-face {
    font-family: 'bebasneue_bold';
    src: url("/fonts/bebasneue_bold-webfont.woff") format("woff")
}

@font-face {
    font-family: 'CirceBold';
    src: url("/fonts/CirceBold.woff") format("woff")
}
  

