:root {
    --black: #000000;
    --bej: #FFBF63;
    --dbej: #D8922E;
    --qtrans: all 200ms ease;
    --strans: all 500ms ease;
    --ltrans: all 1100ms ease;
    --stransdelay: all 500ms ease 500ms;
    --burgermenudelay: all 300ms ease;
}
* {
	margin: 0;
	padding: 0;
    outline: 0;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
body {
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 400;
    background: #1B1B1B;
    background-image: url(../images/design/bg.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 180px 180px;
}
h1, .same_h1 {
    position: relative;
    font-size: 2em;
    line-height: 1.4em;
    padding: 0 0 .75em 0;
    margin: 0 0 .5em 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
}
h1::before, h1::after {
    content: '';
    position: absolute;
    bottom: 17px;
    left: 50%;
    width: 260px;
    margin-left: -130px;
    height: 2px;
    background: var(--bej);
}
h1::after {
    width: 180px;
    margin-left: -90px;
    bottom: 10px;
}
h2, .same_h2 {
    position: relative;
    font-size: 1.6em;
    line-height: 1.4em;
    padding: 0 0 .75em 0;
    margin: 0 0 .5em 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
}
h2::before, h2::after {
    content: '';
    position: absolute;
    bottom: 17px;
    left: 50%;
    width: 260px;
    margin-left: -130px;
    height: 1px;
    background: var(--bej);
}
h2::after {
    width: 180px;
    margin-left: -90px;
    bottom: 10px;
}
h3, .same_h3 {}
h4, .same_h4 {
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--bej);
}
a {
    color: var(--dbej);
    text-decoration: none;
}
input, textarea {
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.4em;
}
.hidden {
    display: none;
}
.wrapper {
	width: 100%;
}

.phonevalidation:focus:invalid {
    background: rgba(255,0,0,.2) !important;
}

.small_grey_uppercase {
    font-size: 8px;
    line-height: 14px;
    color: #D8D8D8;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	background: #FFF;
    box-shadow: 0 -1px 10px 0 rgba(0,0,0,0.24);
    z-index: 500;
}
.header.littled {}
.top_white {
    display: grid;
    grid-template-columns: 1fr 220px;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    padding: 10px 20px 10px 260px;
    line-height: 40px;
    transition: var(--qtrans);
}
.header.littled .top_white {
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.top_white_menu {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
.top_white_menu_li_menu {
    display: none;
}
.top_white_menu * {
    display: block;
    cursor: pointer;
    background: transparent;
    border: 0 none;
}
.top_white_menu_icon {
    display: block;
    width: 60px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 5px auto 5px auto;
    transition: var(--qtrans);
}
.top_white_menu_icon.menu_icon {
    background-size: 30px auto;
}
.header.littled .top_white_menu_icon {
    width: 40px;
    height: 30px;
    margin: 10px auto;
}
.top_white_menu_hint {
    display: block;
    font-size: 9px;
    color: #797979;
    line-height: 1em;
}
.header.littled .top_white_menu_hint {
    display: none;
}
a:hover .top_white_menu_hint {
    color: #000;
}
.top_form {
    position: relative;
    padding: 10px 0;
}
.top_form_input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 0 none;
    color: #FFF;
    background: #000;
    border-radius: 20px;
    transition: var(--qtrans);
    -webkit-font-size: 16px;
}
.header.littled .top_form_input {
    height: 30px;
    line-height: 30px;
}
.top_form_submit {
    position: absolute;
    top: 22px;
    right: 12px;
    width: 15px;
    height: 15px;
    border: 0 none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer; cursor: hand;
    transition: var(--qtrans);
}
.header.littled .top_form_submit {
    top: 17px;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding: 15px 20px;
    margin: 100px 20px 20px 260px;
    background: #FFF;
    min-height: 380px;
}
.content p {
    margin: 0;
    padding: 0 0 1em 0;
}
.content ul:not([class]) {
    list-style: none;
    padding: 0 0 .75em 0;
    margin: -.5em 0 0 0;
}
.content ul:not([class]) li {
    position: relative;
    padding: 0 0 .25em 1.5em;
}
.content ul:not([class]) li::before {
    content: '';
    position: absolute;
    top: .75em;
    left: 0;
    width: 1em;
    height: 1px;
    background: var(--dbej);
}

.prod_list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0 0 20px 0;
}
.prod_list_link {
    display: block;
    margin: 0 0 4px 0;
}
.prod_list_name {
    display: block;
    color: #000;
}
.prod_list_link:hover .prod_list_name {
    color: var(--dbej);
}
.prod_list_image {
    max-width: 100%;
    height: auto;
    max-height: 100px;
}
.prod_list_price {
    font-size: 20px;
    line-height: 1em;
    color: var(--dbej);
    white-space: nowrap;
    margin: 0 0 6px 0;
}
.prod_list_price_value {
    display: inline-block;
    vertical-align: top;
    font-size: 1em;
    line-height: 1em;
}
.prod_list_price_old {
    display: inline-block;
    vertical-align: unset;
    position: relative;
    font-size: .7em;
    margin: 0 .4em 0 0;
    opacity: .7;
}
.prod_list_price_old::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -1px;
    right: -2px;
    height: 1px;
    background: red;
    opacity: .7;
}
.prod_list_uah {
    font-size: .5em;
    line-height: 1em;
    position: relative;
    top: -.9em;
    left: .3em;
}
.prod_list_teit {
    font-size: .4em;
    line-height: 1em;
    margin-left: -1.6em;
    letter-spacing: 1px;
}
.desc_srez {
    margin: 0 0 8px 0;
}
.desc_srez.withsrez {
    display: grid;
    grid-template-columns: 45px 1fr;
    grid-template-rows: 45px;
    grid-column-gap: 12px;
}
.prod_list_srez {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.prod_list_desc {
    max-height: 60px;
    font-size: 11px;
    line-height: 15px;
    overflow: hidden;
}
.three_icons {
    list-style: none;
    display: flex;
    font-size: 20px;
}
.three_icons li {
    margin: 0 .4em 0 0;
}
.fav_like_cart {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1em;
    height: 1em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer; cursor: hand;
    transition: var(--qtrans);
    background-color: transparent;
    border: 0 none;
    height: 20px;
}
.fav_like_cart:active {
    transform: translateX(0) translateY(2px);
}
.fav_like_cart.star_icon {
    width: 21px;
}
.fav_like_cart.cart_icon {
    width: 22px;
}

/* black_aside
-----------------------------------------------------------------------------*/
.black_aside_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    z-index: 950;
    pointer-events: none;
    transition: var(--strans);
}
.black_aside_overlay.active {
    background: rgba(0,0,0,.5);
    pointer-events: auto;
}
.black_aside {
    position: fixed;
    top: 0;
    left: 20px;
    width: 220px;
    bottom: 0;
    color: #FFF;
    background: #000;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 220px 1fr 1fr 35px 22px;
    grid-template-areas: "logo" "prod_catalog" "left_contacts" "left_service" "language_switch";
    text-align: center;
    overflow-y: auto;
    transition: var(--strans);
    z-index: 1000;
    padding: 0 0 20px 0;
}
.margin_top_10 {
    margin-top: 10px;
}
.language_switch {
    grid-area: language_switch;
    font-size: .8em;
    line-height: 22px;
}
.logo {
    grid-area: logo;
    position: relative;
    padding: 30px 0 0 0;
    background-image: url(../images/design/logo@2x.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 220px 220px;
}
.logo strong {
    font-size: 25px;
    line-height: 1em;
    color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(0deg, #E62033 3%, #EADF01 100%);
}
.lepnoy_decor_premium {
    margin-top: 110px;
}
.lang_switch {
    position: fixed;
    bottom: 23px;
    left: -40px;
    width: 100px;
    font-size: 7px;
    line-height: 25px;
    color: #D8D8D8;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    z-index: 1100;
    transform: rotate(-90deg);
}
.lang_switch a {
    color: #FFF;
}
.prod_catalog {
    grid-area: prod_catalog;
}
.prod_catalog_list {
    list-style: none;
    font-size: .8em;
    line-height: 2.1em;
    letter-spacing: .07em;
}
.prod_catalog_list a {
    color: #FFF;
}
.prod_catalog_list a.current {
    color: var(--bej);
    cursor: default;
}
.prod_catalog_list a:hover {
    color: var(--bej);
}
.left_contacts {
    grid-area: left_contacts;
}
.left_contacts_dealer {
    margin-top: 10px;
}
.left_contacts_address {
    font-style: normal;
    font-size: .8em;
    line-height: 30px;
    letter-spacing: 1px;
    color: var(--bej);
}
.left_contacts_phone {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #FFF;
}
.left_contacts_phone span {
    color: #8A8A8A;
}
.left_contacts_roadmap {
    display: block;
    font-size: .5em;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: var(--bej);
}
.left_service {
    grid-area: left_service;
    list-style: none;
    font-size: .7em;
}
.left_service li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 7px 0 5px;
}
.left_service li::after {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 0;
    width: 1px;
    background: #8A8A8A;
}
.left_service li:last-child::after {
    display: none;
}
.left_service a {
    color: #FFF;
}
.left_service a:hover {
    color: var(--bej);
}

.features {
    list-style: none;
    padding: 10px 20px 30px 260px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    text-align: center;
    color: #D8D8D8;
}
.features li {}
.feat_icon {
    display: block;
    width: 115px;
    height: 60px;
    margin: 0 auto 10px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.feat_text {
    display: block;
}

.brands_wrapper {
    padding: 0 20px 0 260px;
}

.decorshop_vendors {
    display: grid;
    grid-template-columns: 3fr 2fr 1fr !important;
}
.decorshop_vendors__logo__wrapper {
    display: none !important;
}

@media screen and (max-width:1080px) {
    .black_aside {
        left: 0;
    }
    .content {
        margin: 100px 20px 20px 240px;
    }
    .top_white {
        padding: 10px 20px 10px 240px;
    }
    .prod_list {
        grid-template-columns: repeat(3, 1fr);
    }
    .features {
        padding: 10px 20px 30px 240px;
    }
}
@media screen and (max-width:880px) {
    .top_white {
        line-height: 30px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .top_white_menu_icon {
        width: 40px;
        height: 30px;
        margin: 10px auto;
    }
    .top_white_menu_hint {
        display: none;
    }
    .top_form_input {
        height: 30px;
        line-height: 30px;
    }
    .content {
        margin: 70px 20px 20px 240px;
    }
    .top_form_submit {
        top: 17px;
    }
}
@media screen and (max-width:820px) {
    .show_on_820 {
        display: block;
    }
    .top_white_menu_li_menu {
        display: block;
    }
    .black_aside {
        left: -220px;
    }
    .black_aside.active {
        left: 0;
    }
    .content {
        margin: 70px 20px 20px 20px;
    }
    .top_white {
        padding: 0 20px 0 20px;
    }
    .features {
        padding: 10px 20px 30px 20px;
    }
    .black_aside {
        grid-template-rows: 180px 1fr 1fr 35px;
    }
    .logo {
        padding-top: 20px;
    }
    .logo strong {
        font-size: 20px;
    }
    .lepnoy_decor_premium {
        margin-top: 96px;
    }
    .brands_wrapper {
        padding: 0 20px;
    }
}

@media screen and (max-width: 650px) {
    .decorshop_vendors {
        grid-template-columns: 2fr 1fr !important;
        grid-template-rows: 1fr 1fr;
        grid-template-areas:
            "decorshop_vendors__1 decorshop_vendors__1"
            "decorshop_vendors__2 decorshop_vendors__3";
    }
}

@media screen and (max-width:620px) {
    h1, .same_h1 {
        font-size: 1.5em;
        line-height: 2em;
        letter-spacing: 3px;
    }
    .prod_list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width:580px) {
    .show_on_580 {
        display: block;
    }
    .hide_on_580 {
        display: none;
    }
    .features {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 20px;
    }
}
@media screen and (max-width:420px) {
    .top_white {
        grid-template-columns: 1fr 160px;
    }
    .features {
        grid-template-columns: 1fr;
    }
    .prod_list {
        grid-template-columns: 1fr;
    }
}
