@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

HTML,
BODY {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-size: 15px;
}

HTML {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

* {
    box-sizing: border-box;
}

A {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

A:hover {
    text-decoration: underline dashed;
    color: #e13510;
}

.sul {
    list-style: none;
}

.sul li::before {
    content: "\2022";
    color: #ffb400;
    font-weight: bold;
    display: inline-block;
    font-size: 1.2em;
    width: 1em;
    margin-left: -1em;
}

.wrapper {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.wrapper>.content {
    flex-grow: 1;
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;
}

.widther {
    position: relative;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

H1 {
    font-size: 1.8em;
}

H2 {
    font-size: 1.4em;
}

H3 {
    font-size: 1.2em;
}

ul.styled li {
    list-style: none;
    position: relative;
}

ul.styled li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ffb400;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

HR {
    border-top: 1px solid #eee;
    margin: 20px 0px;
}

/* Палитра */

.default-bg-gray {
    background-color: #f2f3f5;
}

.default-bg-gray-hover:hover {
    transition: background-color 0.3s linear;
    background-color: #eeeeee;
}

.default-bg {
    background-color: #ffb400;
}

.default-bg-hover:hover {
    transition: all 0.3s linear;
    background-color: #e13510;
    color: #fff;
}

.default-color {
    color: #ffb400;
}

.default-color-hover:hover {
    color: #e13510;
}

.default-padding {
    padding: 10px;
}

.default-border-radius {
    border-radius: 8px;
}

.default-shadow {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.wa {
    position: fixed;
    bottom: 100px;
    right: 10px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-image: url("/template/img/wa.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-image: url("/template/img/top.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

/* Home */

.title {
    font-weight: normal;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0px 20px 0px;
}

.slick-prev:before,
.slick-next:before {
    color: #ffb400;
    font-size: 24px;
}

.slider img {
    width: 100%;
}

.slider .slick-slide>div {
    position: relative;
}

.slider .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home>div:first-child {
    display: flex;
    margin-top: 20px;
}

.home>div:first-child img {
    border-radius: 8px;
}

.home>div:first-child>div {
    min-width: 0;
}

.home>div:first-child>div:last-child {
    min-width: 560px;
    padding-left: 20px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home>div:first-child>div:last-child p {
    padding: 0px;
    margin: 0px;
}

.home>div:first-child>div:last-child img {
    width: 100%;
}

.home .slider img {
    border-radius: 8px;
}

.home .slider-6 .slick-slide>div {
    padding: 10px;
    margin: 10px;
    border-radius: 16px;
    background-color: #f8f8f8;
}

.home .slider-6 .text {
    font-size: 1.2em;
    margin: 0px;
    bottom: 0px;
    left: 0px;
    margin-top: -20px;
    top: auto;
    width: 100%;
    text-align: center;
    transform: translate(0, 0);
}

.home .slider-6 img {
    max-width: 160px;
    max-height: 160px;
    mix-blend-mode: multiply;
}

.home .slider-6 a {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    text-align: center;
}

.home .slider-2,
.home .slider-3 {
    margin: 80px 0px;
}

.home .shop-items-block,
.home .slider-4 {
    margin-bottom: 80px;
}

.slider-3,
.slider-4 {
    margin: 40px 0px 60px 0px;
}

.slider-3 .slide>div,
.slider-4 .slide>div {
    overflow: hidden;
    border-radius: 8px;
}

.slider-3 .slide img,
.slider-4 .slide img {
    transition: transform .5s;
}

.slider-3 .slide:hover img,
.slider-4 .slide:hover img {
    transform: scale(1.2);
}

.slider-3 .slick-slide,
.slider-4 .slick-slide {
    margin: 0 10px;
}

.slider-3 .slick-list,
.slider-4 .slick-list {
    margin: 0 -10px;
}

.slider-3 .slide:hover .text,
.slider-4 .slide:hover .text {
    transition: background-color 0.5s;
    background-color: rgba(225, 53, 16, 0.8);
}

.slider-3 .text,
.slider-4 .text {
    background-color: rgba(255, 180, 0, 0.8);
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    text-transform: uppercase;
    padding: 10px 20px;
    white-space: nowrap;
}

.slider-3 .text p,
.slider-4 .text p {
    padding: 0px;
    margin: 0px;
}

.slider-3 .text a,
.slider-4 .text a {
    color: #fff;
    font-weight: bold;
}

.slider-3 .text a:hover,
.slider-4 .text a:hover {
    text-decoration: none;
}

.slider-3 .slick-prev:before,
.slider-3 .slick-next:before,
.slider-4 .slick-prev:before,
.slider-4 .slick-next:before {
    color: #fff;
}

.home-pop-items:before {
    content: "Новинки";
}

.home-po-tipy:before {
    content: "Подберите светильники по типу помещения";
}

.home-po-stily:before {
    content: "Подберите светильники по стилю Вашего помещения";
}

.sale-link a {
    position: relative;
    display: block;
    cursor: pointer;
    color: #000;
}

.sale-link a::after {
    content: "Смотреть все";
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.6em;
    color: #000;
}

.onas-header {
    background-image: url("/userfiles/onas.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px;
    font-size: 1.1em;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.onas-header h1 {
    margin-bottom: 60px;
}

.onas-block-1,
.onas-block-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px;
}

.onas-block-1 {
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.onas-block-1>div,
.onas-block-2>div {
    margin: 20px;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
}

.onas-block-1>div {
    padding: 40px 20px;
    justify-content: center;
    width: calc(20% - 32px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.onas-block-2>div {
    width: calc(33.3% - 30px);
}

.onas-block-2>div:nth-child(3n) {
    margin-right: 0px;
}

.onas-block-2>div:nth-child(4n) {
    margin-left: 0px;
}

.onas-block-1>div:first-child,
.onas-block-2>div:first-child {
    margin-left: 0px;
}

.onas-block-1>div:last-child,
.onas-block-2>div:last-child {
    margin-right: 0px;
}

.onas-block-1>div:first-child {
    background-image: url("/template/img/obb11.jpg");
}

.onas-block-1>div:nth-child(2) {
    background-image: url("/template/img/obb12.jpg");
}

.onas-block-1>div:nth-child(3) {
    background-image: url("/template/img/obb13.jpg");
}

.onas-block-1>div:nth-child(4) {
    background-image: url("/template/img/obb14.jpg");
}

.onas-block-1>div:nth-child(5) {
    background-image: url("/template/img/obb15.jpg");
}

.onas-block-2>div>p {
    display: flex;
    align-items: center;
}

.onas-block-2>div>p>img {
    margin-right: 20px;
}

.onas-block-2>div>p:first-child {
    font-weight: bold;
}

/* Item Block */

.shop-items-block {
    box-sizing: border-box;
    width: 100%;
    min-width: 100%;
}

.shop-items.shop-items-block>.slick-list {
    width: 100%;
}

.shop-items-block .slick-slide {
    margin: 0 20px;
}

.shop-items-block .slick-track {
    margin-left: 0;
    display: flex !important;
}

.shop-items-block .slick-slide {
    height: inherit !important;
}

.slider-5 {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px;
}

.slider-5 .slide {
    width: calc(33% - 10px);
    margin-bottom: 20px;
    margin-right: 20px;
}

.slider-5>div:nth-child(3n) {
    margin-right: 0px;
}

.slider-5 img {
    width: 100%;
    border-radius: 10px;
}

.ppp+.po-photo {
    display: none;
}

.proekt-rs,
.po-photo {
    background-image: url("/template/img/prrs.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 16px;
    font-weight: 500;
    color: #fff;
}

.po-photo {
    background-image: url("/template/img/po-photo.jpg");
    color: #fff;
}

.proekt-rs-form .info,
.po-photo-form .info {
    font-size: 0.8em;
}

.proekt-rs-form h2 {
    font-size: 2em;
}

.proekt-rs>p,
.po-photo>p {
    margin: 10px 0px;
}

.proekt-rs>p:first-child,
.po-photo>p:first-child {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
}

.proekt-rs button,
.po-photo button {
    border: none;
    font-weight: bold;
    padding: 10px 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.proekt-photo {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}


.proekt-photo>div:nth-child(2),
.proekt-photo>div:nth-child(4) {
    width: calc(50% - 20px);
}

.proekt-photo>div:empty {
    display: none;
}

.compare-wrapper {
    overflow-x: auto;
}

.compare-wrapper .compare {
    display: table;
}

.compare-wrapper .compare>div {
    display: table-row;
}

.compare-wrapper .compare>div:nth-child(2n) {
    background-color: #f8f8f8;
}

.compare-wrapper .compare>div>div {
    position: relative;
    display: table-cell;
    padding: 5px;
    width: 200px;
}

.compare-wrapper .compare>div>div:first-child {
    font-weight: bold;
}

.compare-wrapper .compare img {
    max-width: 250px;
    max-height: 250px;
}

.compare-wrapper .compare .to-cart {
    justify-content: flex-start;
}

.compare-wrapper .compare .to-cart>div {
    padding-right: 10px;
}

.compare-wrapper .compare .delete {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 16px;
    height: 16px;
    background-image: url("/template/img/close.svg");
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}

.compare-wrapper .compare:empty::before {
    display: block;
    padding: 10px 0px;
    content: "Товаров для сравнения нет";
}

/* Modal */

.modal {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
}

.modal>div {
    position: relative;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 16px;
    min-width: 200px;
    min-height: 50px;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
}

.modal>div>div:last-child {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.modal>div>div:last-child::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.modal>div>.close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
}

.modal>div>.close:after {
    content: "X";
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Header */

.header {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.header>div {
    padding: 0px 10px;
}

.header>div:first-child {
    background-color: #313133;
    color: #fff;
    padding: 15px 10px;
}

.header>div:first-child a {
    color: #fff;
}

.header>div:first-child>div,
.header>div:nth-child(2),
.header>div:nth-child(2)>div {
    display: flex;
    align-items: center;
}

.header>div:nth-child(2) {
    padding: 20px 10px;
}

.header>div:first-child>div {
    justify-content: space-between;
}

.header>div:first-child a:hover {
    text-decoration: none;
    border-bottom: 2px solid #fff;
}

.header .logo {
    padding-top: 5px;
    padding-right: 20px;
    margin-right: 100px;
}

.header .logo img {
    width: 200px;
}

.header .delivery {
    padding-left: 30px;
    background-image: url("/template/img/box.svg");
    background-position: left center;
    background-size: 16px;
    background-repeat: no-repeat;
}

.header .search {
    flex-grow: 1;
}

.header .cont {
    margin: 0px 40px;
}

.header .phone {
    font-weight: bold;
    font-size: 1.5em;
}

.header .zz {
    font-size: 0.8em;
    margin-top: 5px;
    cursor: pointer;
    opacity: 0.6;
}

.header .zz:hover {
    color: #e13510;
    text-decoration: underline dashed;
}

.header .search>form {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.header .search>form>div:first-child {
    flex-grow: 1;
}

.header .search input {
    border: 1px solid #dbe0e5;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.header .search button {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    border: none;
    width: 54px;
    height: 100%;
    margin-left: 5px;
    background-image: url("/template/img/search_w.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.header .search .tip {
    background-color: #fff;
    position: absolute;
    z-index: 2;
    top: 100%;
    margin-top: -42px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    max-height: 600px;
    overflow-y: auto;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header .search .tip:empty {
    display: none;
}

.tip .search-history {
    display: flex;
    padding-bottom: 10px;
}

.tip .search-history:empty {
    display: none;
    padding-bottom: 0px;
}

.tip .search-history>a {
    display: block;
    margin: 0px 10px 10px;
    cursor: pointer;
    position: relative;
    padding-left: 26px;
}

.tip .search-history>a::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/template/img/search.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.5;
    filter: grayscale();
}

.tip .shop-items .item {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
}

.tip .shop-items .item>div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.tip .shop-items .item>div>div {
    padding: 5px 5px 2px 5px;
}

.tip .search-items .item .image {
    width: 64px;
    height: 64px;
    padding: 5px;
    box-sizing: border-box;
    min-width: auto;
    background-color: #fff;
    border-radius: 12px;
}

.tip .search-items .item .image img {
    border-radius: 12px;
}

.tip .search-items .price-cart>div:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.tip .search-categories {
    display: flex;
    flex-wrap: wrap;
}

.tip .search-categories:empty {
    display: none;
}

.tip .search-categories>a {
    display: block;
    padding: 5px 10px;
    background-color: #f8f8f8;
    border-radius: 6px;
    margin: 0px 10px 10px 0px;
}

.tip .search-categories>a:hover {
    background-color: #e13510;
    color: #fff;
    text-decoration: none;
}

.header .menu-2 {
    flex-grow: 1;
    overflow-x: auto;
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
    white-space: nowrap;
}

.header .menu-2 li {
    margin-right: 20px;
}

.header .menu-2::-webkit-scrollbar {
    display: none;
}

.header .icons {
    display: flex;
}

.header .header-cart {
    position: relative;
    height: 32px;
    min-width: 32px;
    background-image: url("/template/img/cart.svg");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.header .header-cart>div,
.header .favorite>div,
.header .compare>div {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.8em;
    border-radius: 10px;
    text-align: center;
    background-color: #6bb431;
    color: #fff;
}

.header .favorite>div,
.header .compare>div {
    right: -8px;
}

.header .header-cart>div:empty,
.header .favorite>div:empty,
.header .compare>div:empty {
    display: none;
}

.header-login-register {
    display: flex;
    margin: 0px 10px;
}

.header-login-register>a {
    font-size: 0;
    height: 32px;
    min-width: 32px;
    background-image: url("/template/img/user.svg");
    background-size: 18px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.header-login-register>a:first-child {
    display: block;
}

.header-login-register>a:last-child {
    display: none;
}

.header-user a {
    display: block;
    padding: 0px 10px 0px 26px;
    background-image: url("/template/img/user.svg");
    background-size: 18px;
    line-height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}

.header .favorite {
    position: relative;
    display: block;
    height: 32px;
    min-width: 32px;
    margin: 0px 10px;
    background-image: url("/template/img/favorite.svg");
    background-size: 20px;
    line-height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}

.header .compare {
    position: relative;
    display: block;
    height: 32px;
    min-width: 32px;
    margin: 0px 10px;
    background-image: url("/template/img/compare.svg");
    background-size: 26px;
    line-height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
}

.header-shop-menu {
    margin-top: 5px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.header-shop-menu .menu-button {
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px 10px 10px 50px;
    margin-right: 10px;
    background-image: url("/template/img/menu.svg");
    background-size: 16px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: left 18px center;
    cursor: pointer;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.header-shop-menu .menu-button:hover {
    background-image: url("/template/img/menu_w.svg");
}

.header-shop-menu .menu-button:before {
    content: "Каталог товаров";
    white-space: nowrap;
    padding: 0px 15px 0px 5px;
}

.header-shop-menu .menu-button.selected {
    background-image: url("/template/img/menu-close.svg");
}

.header-shop-menu .menu-button-2 {
    display: none;
}

.header-shop-menu .sale {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.header-shop-menu .sale:hover {
    text-decoration: none;
}

.header-shop-menu .akcii {
    color: #f00;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-shop-menu .sale:after {
    content: "%";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    font-weight: bold;
    border-radius: 50%;
}

/* Full Menu */

.full-menu-wrapper {
    width: 100%;
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.full-menu-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    background-image: url("/template/img/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.full-menu-shop-menu {
    display: none;
    padding: 0px 15px 20px 15px;
}

.full-menu {
    width: 100%;
    max-width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 100%;
    background-color: #fff;
}

.full-menu a {
    color: #000;
}

.full-menu>div:first-child {
    padding: 20px 20px 20px 0px;
    border-right: 1px dashed #eee;
}

.full-menu>div:first-child .selected {
    background-color: #ffb400;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
}

.full-menu>div:first-child>div {
    font-weight: normal;
    white-space: nowrap;
    margin: 5px 0px;
}

.full-menu>div:first-child>div>a {
    padding: 10px 10px 10px 20px;
    display: block;
}

.full-menu>div:last-child {
    flex-grow: 1;
    background-color: #f2f3f5;
}

.full-menu>div:last-child>div {
    display: flex;
    flex-wrap: wrap;
}

.full-menu>div:last-child>div>div {
    width: 33.3%;
    padding: 20px;
    box-sizing: border-box;
}

.full-menu>div:last-child>div>div>div {
    display: flex;
    flex-direction: column;
    max-height: 330px;
    overflow-y: auto;
}

.full-menu>div:last-child>div>div>div::-webkit-scrollbar {
    width: 6px;
}

.full-menu>div:last-child>div>div>div::-webkit-scrollbar-thumb {
    background-color: #e5ebf0;
    border-radius: 3px;
}

.full-menu>div:last-child>div>div>div:first-child {
    font-weight: bold;
    margin-bottom: 10px;
}

.full-menu>div:last-child>div>div>div>a {
    padding: 3px 0px;
}

/* Brands */

.brands {
    margin: 50px 0px;
    display: flex;
    flex-wrap: wrap;
}

.brands>div {
    width: calc(20% - 20px);
    display: flex;
    margin-bottom: 50px;
    margin-right: 20px;
}

.brands>div>div:first-child {
    font-size: 60px;
    line-height: 50px;
    opacity: 0.2;
    padding-right: 20px;
}

.brands a {
    display: block;
    margin-bottom: 5px;
}

/* Инфо */

.delivery-table {
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin: 10px 0px;
    font-size: 0.9em;
}

.delivery-table td {
    border: 1px solid #ddd;
    padding: 5px;
}

/* Menu */

.menu li {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}

.menu li ul {
    display: none;
}

/* Form */

.form input,
.form-input,
.form textarea {
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    font-size: 1em;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.form input[type=checkbox] {
    width: auto;
}

.form input[type=file] {
    position: relative;
    width: 100%;
    height: 64px;
}

.form input[type=file]::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: white;
    display: block;
    background-image: url("/template/img/upload.svg");
    background-size: 48px;
    background-position: center top;
    background-repeat: no-repeat;
}

.form input[type=file]::after {
    content: "Загрузить файл...";
    position: absolute;
    left: 0px;
    bottom: 5px;
    right: 0px;
    display: block;
    text-align: center;
    font-size: 0.8em;
}

.form>div {
    margin: 20px 0px;
}

.form label {
    display: block;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.form button {
    padding: 10px 30px;
    font-size: 1em;
    border: none;
    background-color: #ffb400;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.form .error {
    color: #f00;
    margin: 10px 0px;
}

/* Page */

.page {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page>a {
    color: #000;
    box-sizing: border-box;
    padding: 5px;
    margin: 5px;
    line-height: 20px;
    min-width: 30px;
    text-align: center;
}

.page>a:hover {
    text-decoration: none;
}

.page>a:first-child {
    margin-left: 0px;
}

.page .selected {
    color: #fff;
}

.page .first:before {
    content: "Первая";
}

.page .last:before {
    content: "Последняя (";
}

.page .last:after {
    content: ")";
}

/* Shop */

.shop {
    display: flex;
    align-items: flex-start;
}

.shop h1 {
    margin: 0px 10px;
}

.shop h1+.description {
    padding: 0px 10px;
}

.shop>div:first-child {
    min-width: 300px;
    max-width: 300px;
}

.shop>div:nth-child(2) {
    flex-grow: 1;
}

.shop .shop-menu {
    min-width: 300px;
    padding: 10px;
    box-sizing: border-box;
}

.shop .shop-menu:empty,
.shop .filter-button:empty {
    display: none;
}

.shop-menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.shop .shop-menu ul ul {
    font-size: 0.9em;
}

.shop-menu a {
    text-decoration: none;
    color: #000;
    padding: 5px 5px 5px 0px;
    display: block;
    cursor: pointer;
}

.shop-menu li>ul {
    display: none;
    margin-left: 10px;
}

.shop-menu li.selected>a {
    font-weight: bold;
}

.shop-menu li.has-child {
    position: relative;
    cursor: pointer;
    padding-left: 16px;
    background-image: url("/template/img/right-arrow.svg");
    background-position: left top 10px;
    background-size: 8px;
    background-repeat: no-repeat;
}

.shop-menu li.has-child.opened {
    background-image: url("/template/img/opened.svg");
}

.shop-menu li.has-child>div:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 28px;
}

/* Price */

.price {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.price>div::after {
    content: "\20BD";
    margin-left: 3px;
}

.price>div:empty {
    display: none;
}

.price>div:last-child {
    color: #000;
}

.price>div:nth-child(1)+div {
    padding-left: 10px;
    text-decoration: line-through;
    opacity: 0.5;
    font-weight: normal;
    font-size: 0.8em;
}

.price>div:nth-child(1):empty+div {
    padding-left: 0px;
    text-decoration: none;
    opacity: 1;
    font-weight: bold;
}

/* Quantity */

.archive {
    margin-top: 20px;
    font-weight: bold;
}

.archive:before {
    color: #f00;
    content: "Нет в наличии";
}

.quantity:empty {
    display: none;
}

.quantity:before {
    content: "В наличии: ";
}

.quantity:after {
    content: " шт";
}

/* Shop Items */

.shop-items-header {
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-items-header .count:before {
    content: "Товаров: ";
}

.shop-items {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.shop-items .item {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: calc(25% - 20px);
    padding: 10px;
    margin: 10px 10px 20px 10px;
}

.shop-items .item:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.4s ease;
}

.shop-items .item>a {
    display: block;
}

.shop-items .image {
    height: 250px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-items .image img {
    max-width: 100%;
    max-height: 100%;
}

.shop-items .name {
    display: block;
    margin: 5px 0px;
    color: #000;
}

.shop-items div.price-buy {
    flex-grow: 1;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    margin-top: 10px;
}

.shop-items .price {
    margin: 5px 0px;
    font-size: 1.2em;
}

.shop-items .to-cart {
    padding: 5px;
    flex-direction: row-reverse;
    color: #fff;
}

.shop-items .to-cart button {
    color: #fff;
}

.shop-items .to-cart input {
    background-color: transparent;
    border: none;
    color: #fff;
    max-width: 80px;
}

.shop-items .vendor,
.shop-items .lighting-area,
.shop-items .quantity {
    font-size: 0.9em;
}

.shop-items .quantity {
    color: green;
    margin-top: 5px;
}

.shop-items .vendor .country:empty {
    display: none;
}

.shop-items .vendor .country:before {
    content: " (";
}

.shop-items .vendor .country:after {
    content: ")";
}

.shop-items .vendor {
    color: #947667;
}

.shop-items .lighting-area {
    margin: 5px 0px;
    opacity: 0.5;
}

.shop-items .lighting-area:empty {
    display: none;
}

.shop-items .lighting-area::before {
    content: "Площадь освещения: ";
}

.shop-items .lighting-area::after {
    content: "м²";
}

.shop-items .quick-view {
    position: absolute;
    white-space: nowrap;
    top: 10px;
    left: 10px;
    padding: 5px 5px 5px 25px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s;
    font-size: 0.8em;
    z-index: 1;
    background-color: white;
    background-image: url("/template/img/search-check.svg");
    background-position: left 5px center;
    background-size: 12px;
    background-repeat: no-repeat;
}

.shop-items .quick-view:hover {
    opacity: 1;
}

.shop-items .quick-view:before {
    content: "быстрый просмотр";
}

.shop-items .favorite {
    position: absolute;
    top: 0px;
    right: -10px;
    display: block;
    height: 32px;
    min-width: 32px;
    margin: 0px 10px;
    background-image: url("/template/img/favorite.svg");
    background-size: 20px;
    line-height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
}

.shop-items .favorite.on {
    background-image: url("/template/img/favorite-on.svg");
}

.shop-items .compare {
    position: absolute;
    top: 0px;
    right: 22px;
    display: block;
    height: 32px;
    width: 32px;
    min-width: 32px;
    margin: 0px 10px;
    background-image: url("/template/img/compare.svg");
    background-size: 22px;
    line-height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
}

.shop-items .compare.on {
    background-image: url("/template/img/compare-on.svg");
}

.shop-items.favorite:empty::before {
    content: "Товаров пока нет";
}

/* Next */

.next {
    text-align: center;
    margin: 20px 0px;
    cursor: pointer;
}

.next:before {
    content: "Показать еще";
}

/* Filter */

.filter {
    position: relative;
}

.filter>div {
    margin: 20px 0px 0px 0px;
}

.filter .group>div {
    padding: 10px;
    background-color: #f8f8f8;
}

.filter .group {
    border-radius: 6px;
}

.filter .group>div:nth-child(2) {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.filter .group>div:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.filter .group>div:first-child {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fff;
}

.filter .field-name {
    font-weight: bold;
}

.filter .field-name.co {
    background-image: url("/template/img/bottom-arrow.svg");
    background-position: right center;
    background-size: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 5px 0px;
    padding-right: 20px;
}

.filter .field-name+.field-values {
    display: none;
}

.filter .field-name.opened {
    background-image: url("/template/img/top-arrow.svg");
}

.filter .field-values {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    max-height: 150px;
    overflow-y: auto;
}

.filter .field-values::-webkit-scrollbar {
    width: 6px;
}

.filter .field-values::-webkit-scrollbar-thumb {
    background-color: #e5ebf0;
    border-radius: 3px;
}

.filter .field-values>div {
    position: relative;
    padding: 3px 0px 3px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.filter .field-values>div>div:last-child {
    font-size: 0.8em;
    opacity: 0.6;
    margin-left: 5px;
}

.filter .field-values>div>div:last-child:before {
    content: "(";
}

.filter .field-values>div>div:last-child:after {
    content: ")";
}

.filter .field-values>div:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.filter .field-values>div.checked:before {
    background-color: #ffb400;
    background-image: url("/template/img/check_w.svg");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.filter .field-min-max>div:first-child {
    width: 100%;
}

.filter .field-min-max {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.filter .field-min-max>div {
    position: relative;
    box-sizing: border-box;
}

.filter .field-min-max>div:nth-child(2),
.filter .field-min-max>div:nth-child(3) {
    width: 50%;
}

.filter .field-min-max>div:nth-child(2) {
    padding-right: 5px;
}

.filter .field-min-max>div:nth-child(3) {
    padding-left: 5px;
}

.filter .field-min-max>div:nth-child(2)::before,
.filter .field-min-max>div:nth-child(3)::before {
    content: "от";
    font-size: 12px;
    line-height: 10px;
    opacity: 0.6;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.filter .field-min-max>div:nth-child(3)::before {
    left: 13px;
    content: "до";
}

.filter .field-min-max input {
    width: 100%;
    box-sizing: border-box;
    margin: 5px 10px 5px 0px;
    padding: 5px 5px 5px 24px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.filter .field-check {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.filter .field-check input {
    padding: 0px;
    position: relative;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    margin: 0px 8px 0px 0px;
}

.filter .field-check input::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
}

.filter .field-check input:checked:before {
    background-color: #ffb400;
    background-image: url("/template/img/check_w.svg");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.filter .filtered-count {
    position: absolute;
    z-index: 1;
    left: 100%;
    padding: 10px 16px;
    box-sizing: border-box;
    transform: translateY(-50%);
}

.filter .filtered-count>div {
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
}

.filter .filtered-count>div:before {
    content: "Показать: ";
}

.filter .filtered-count>div:after {
    content: "";
    background-color: #ffb400;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -14px;
    top: 50%;
    transform-origin: 50% 50%;
    transform: rotate(45deg) translate(-4px, -50%);
}

.filter .filtered-count:hover>div:after {
    background-color: #e13510;
}

/* Breadcrumb */

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0px 10px 0px;
}

.breadcrumbs>div {
    position: relative;
    padding-right: 25px;
}

.breadcrumbs>div:last-child {
    padding-right: 0px;
}

.breadcrumbs>div::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ffb400;
}

.breadcrumbs>div:last-child::after {
    display: none;
}

.breadcrumbs a {
    color: #000;
}

/* Shop Item */

.shop-item {
    display: flex;
    flex-direction: column;
}

.shop-item>div:nth-child(2) {
    display: flex;
    justify-content: space-between;
}

.shop-item .images {
    width: 50%;
    min-width: 50%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.shop-item .image {
    width: 100%;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
}

.shop-item .image img {
    width: 100%;
    max-width: 620px;
    max-height: 620px;
}

.shop-item .thumbnails {
    width: 110px;
    min-width: 110px;
    padding: 0px 10px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.shop-item .thumbnails .slick-prev {
    top: -30px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -30px;
}

.shop-item .thumbnails .slick-next {
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -30px;
}

.shop-item .thumbnails a {
    border: 2px solid rgba(0, 0, 0, 0);
    display: block;
    width: 96px;
    height: 96px;
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

.shop-item .thumbnails>a.selected {
    border: 2px solid #ffb400;
}

.shop-item h1 {
    font-size: 2em;
    margin-bottom: 30px;
}

.shop-item .buy,
.shop-item .delivery {
    padding: 20px;
    margin: 20px 0px;
}

.shop-item .delivery {
    display: none;
    font-size: 0.9em;
    background-image: url("/template/img/delivery.png");
    background-size: cover;
}

.shop-item .delivery h2 {
    margin-bottom: 10px;
}

.shop-item .delivery p {
    margin: 10px 0px;
}

.shop-item .delivery ul {
    padding: 0px;
    margin: 0px;
    margin-left: 15px;
}

.shop-item .price-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.shop-item .price {
    font-size: 4em;
    margin-right: 20px;
}

.shop-item .price>div:nth-child(1):empty+div {
    font-weight: normal;
}

.shop-item .to-cart button {
    text-transform: lowercase;
    padding: 10px;
    font-size: 1.2em;
    white-space: nowrap;
    color: white;
}

.shop-item .to-cart button:before {
    content: "Добавить ";
    text-transform: none;
}

.shop-item .favorite,
.shop-item .compare {
    cursor: pointer;
}

.shop-item .compare:hover {
    background-image: url("/template/img/compare_w.svg");
}

.shop-item .favorite:hover {
    background-image: url("/template/img/favorite_w.svg");
}

.shop-item .compare.on {
    background-image: url("/template/img/compare-on.svg");
}

.shop-item .favorite.on {
    background-image: url("/template/img/favorite-on.svg");
}

.shop-item .compare.on:hover {
    background-image: url("/template/img/compare-on_w.svg");
}

.shop-item .favorite.on:hover {
    background-image: url("/template/img/favorite-on_w.svg");
}

.shop-item .cart-count {
    color: white;
}

.shop-item .cart-count input {
    font-size: 1em;
    padding: 10px 30px;
    max-width: 120px;
    background-color: transparent;
    border: none;
    color: white;
}

.shop-item .data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shop-item .data.closed {
    position: relative;
    /* max-height: 110px; */
    /* overflow-y: hidden; */
}

.shop-item .data>div {
    width: calc(25% - 20px);
    display: flex;
    flex-direction: column;
}

.shop-item .data>div>div>div:first-child {
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-top: 30px;
}

.shop-item .data .values {
    background-color: #f2f3f5;
    padding: 20px;
    border-radius: 10px;
}

.shop-item .data .values>div {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}

.shop-item .data .values>div>div:first-child {
    margin-right: 10px;
}

.shop-item .data.closed::after,
.shop-item .data-light::after {
    content: "";
    display: block;
    width: 100%;
    height: 32px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.shop-item .data-light::after {
    bottom: 10px;
    height: 48px;
}

.shop-item .data-light {
    position: relative;
    padding: 10px;
    height: 400px;
    overflow-y: hidden;
    margin-bottom: 20px;
}

.shop-item .data-light .data {
    flex-direction: column;
}

.shop-item .show-all {
    display: inline-flex;
    position: relative;
    font-size: 0.9em;
    font-weight: bold;
    margin: 20px 0px 10px 10px;
    cursor: pointer;
    background-image: url("/template/img/bottom-arrow.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 20px;
}

.shop-item .to-har {
    position: relative;
    padding: 10px 0px 10px 22px;
    background-image: url("/template/img/settings.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #129bdb;
}

.shop-item .to-har::before {
    content: "Характеристики";
}

.shop-item .to-har:hover {
    color: #e13510;
    text-decoration: none;
}

.shop-item .show-all::before {
    content: "Показать все";
}

.shop-item .vendor {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    opacity: 0.6;
}

.shop-item .country {
    margin-left: 5px;
}

.shop-item .country:empty {
    display: none;
}

.shop-item .country::before {
    content: "(";
}

.shop-item .country::after {
    content: ")";
}

.shop-item .art {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    opacity: 0.6;
}

.shop-item .art::before {
    content: "Артикул: ";
    margin-right: 5px;
}

.shop-item .description {
    padding-top: 20px;
}

.shop-item .buy-one-click {
    text-align: center;
    cursor: pointer;
}

.shop-item .to-cart button {
    font-weight: 500;
}

.shop-item .buy-one-click:before {
    content: "Купить в 1 клик";
}

.shop-item .to-cart-buy-one-click {
    display: flex;
    flex-direction: column;
}

.shop-item .to-cart-buy-one-click>div {
    display: flex;
    margin-bottom: 10px;
}

.shop-item .to-cart-buy-one-click>div>div:first-child {
    flex-grow: 1;
}

.shop-item .to-cart-buy-one-click>div>div:last-child {
    min-width: 40px;
    margin-left: 10px;
}

.shop-item .to-cart {
    flex-direction: row-reverse;
}

.shop-item .to-cart>div:last-child {
    flex-grow: 1;
    max-width: none;
    text-align: center;
}

.shop-item .to-cart button {
    background-color: transparent;
    color: white;
}

.shop-item .quantity {
    font-weight: 500;
    color: green;
}

.shop-item .favorite {
    width: 37px;
    background-image: url("/template/img/favorite.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.shop-item .compare {
    width: 37px;
    background-image: url("/template/img/compare.svg");
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
}

.buy-one-click-view {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.buy-one-click-view h2,
.zz h2 {
    text-transform: uppercase;
}

.buy-one-click-view .item {
    display: flex;
    align-items: center;
    margin: 30px 0px;
}

.buy-one-click-view img {
    max-width: 64px;
    max-height: 64px;
}

.buy-one-click-view .name {
    font-weight: bold;
    padding-left: 20px;
}

.buy-one-click-view button,
.zz button {
    font-size: 1.2em;
    padding: 10px 20px;
    margin-top: 10px;
}

.buy-one-click-view form,
.zz form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.buy-one-click-view input,
.zz input {
    font-size: 2em;
    border: none;
    text-align: center;
}

.buy-one-click-view .info,
.zz .info {
    font-size: 0.8em;
    font-weight: 300;
    text-align: center;
    padding: 10px;
}

/* To Cart */

.to-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.to-cart>div {
    max-width: 50%;
}

.to-cart button {
    padding: 5px 10px;
    /* background-image: url("/template/img/cart-w.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left 8px center; */
    border: none;
    cursor: pointer;
}

.to-cart button.in-cart {
    background-color: transparent;
}

.to-cart button::after {
    white-space: nowrap;
    content: "В корзину";
}

.to-cart button.in-cart::after {
    content: "В корзине";
    opacity: 0.5;
}

.to-cart button.in-cart::before {
    content: "";
}

.cart-count {
    position: relative;
    display: flex;
    align-items: center;
}

.cart-count input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 4px;
    text-align: center;
}

.cart-count>div.dec,
.cart-count>div.inc {
    position: absolute;
    left: 0px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
}

.cart-count>div.inc {
    left: auto;
    right: 0px;
}

.cart-count>div.dec:before,
.cart-count>div.inc:before {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    content: "-";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    line-height: 15px;
}

.cart-count>div.dec:before {
    padding-bottom: 2px;
}

.cart-count>div.inc:before {
    content: "+";
}

/* Cart */

.cart .cart-items {
    display: table;
    width: 100%;
    margin: 20px 0px;
}

.cart .cart-items:empty {
    display: block;
}

.cart:before {
    content: "Корзина";
    font-size: 2em;
    font-weight: bold;
}

.cart:empty::before {
    content: "Корзина пуста";
}

.cart .cart-items:empty+div {
    display: none;
}

.cart .cart-items>div {
    display: table-row;
}

.cart .cart-items>div>div {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.cart .cart-items input {
    width: 64px;
}

.cart .cart-items .image {
    width: 64px;
}

.cart .cart-items .name {
    width: 99%;
}

.cart .cart-items .delete {
    position: relative;
}

.cart .cart-items .delete::after {
    content: "X";
    color: #f00;
    cursor: pointer;
}

.cart .cart-items .price {
    padding: 0px 10px;
    justify-content: center;
}

.cart .sum {
    font-size: 1.5em;
}

.cart .sum:before {
    content: "Сумма заказа:";
    margin-right: 6px;
}

.cart .cart-delivery>div,
.cart .cart-pay>div {
    display: flex;
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #ddd;
}

.cart .cart-pay>div {
    flex-direction: column;
}

.cart .cart-delivery:before,
.cart .cart-pay:before {
    content: "Доставка";
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 30px;
}

.cart .cart-pay:before {
    content: "Оплата";
}

.cart .cart-delivery>div>div:first-child {
    display: flex;
    flex-direction: column;
}

.cart .cart-delivery>div>div:first-child>div,
.cart .cart-pay>div>div {
    position: relative;
    padding: 5px 5px 5px 24px;
    cursor: pointer;
}

.cart .cart-delivery>div>div:first-child>div.selected,
.cart .cart-pay>div>div.selected {
    font-weight: bold;
}

.cart .cart-delivery>div>div:first-child>div::before,
.cart .cart-pay>div>div:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.cart .cart-delivery>div>div:first-child>div.selected::after,
.cart .cart-pay>div>div.selected:after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    background-color: #ffb400;
    border-radius: 50%;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.cart .cart-delivery>div>div:last-child {
    margin-left: 20px;
    flex-grow: 1;
}

.cart .cart-delivery>div>div:last-child>div:before {
    margin-right: 5px;
    font-weight: normal;
}

.cart .cart-delivery>div>div:last-child .price:before {
    content: "Стоимость: ";
}

.cart .cart-delivery>div>div:last-child .free-from:before {
    content: "Бесплатно от: ";
}

.cart .cart-delivery>div>div:last-child>.days {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.cart .cart-delivery>div>div:last-child>.days>div:before {
    content: ", при заказе до";
    margin-right: 5px;
    font-weight: normal;
}

.cart .cart-delivery>div>div:last-child>.days:before {
    content: "Срок, дней: ";
}

.cart .cart-delivery>div>div:last-child label {
    display: block;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

.cart .cart-delivery>div>div:last-child input {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}

.cart .cart-delivery .pickup>div:first-child>div {
    position: relative;
    padding: 5px 5px 5px 24px;
    cursor: pointer;
}

.cart .cart-delivery .pickup>div:first-child>div.selected {
    font-weight: bold;
}

.cart .cart-delivery .pickup>div:first-child>div::before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.cart .cart-delivery .pickup>div:first-child>div.selected::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ffb400;
    border-radius: 50%;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.cart .cart-delivery .pickup>div:last-child>div {
    padding: 3px 0px;
    font-size: 0.9em;
}

.cart .cart-delivery .pickup>div:last-child>div:before {
    margin-right: 3px;
    opacity: 0.5;
}

.cart .cart-delivery .pickup>div:last-child .city:before {
    content: "Город: ";
}

.cart .cart-delivery .pickup>div:last-child .address:before {
    content: "Адрес: ";
}

.cart .cart-delivery .pickup>div:last-child .code:before {
    content: "Код: ";
}

.cart .cart-delivery .pickup>div:last-child .phone:before {
    content: "Телефон: ";
}

.cart .cart-delivery .pickup>div:last-child .email:before {
    content: "Электронная почта: ";
}

.cart .cart-delivery .pickup>div:last-child .days:before {
    content: "Срок, дней: ";
}

.cart .cart-delivery .pickup>div:last-child .work_time:before {
    content: "Время работы: ";
}

.cart .cart-order {
    margin: 30px 0px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
}

.cart .cart-order .check {
    display: flex;
    align-items: center;
}

.cart .cart-order .check input {
    margin-right: 5px;
}

.cart .cart-order .check p {
    margin: 0px;
}

/* User */

.user>div>div:first-child {
    display: flex;
    align-items: center;
}

.user>div>div:first-child>div {
    padding: 0px 10px 10px 0px;
}

.user>div>div:first-child>div.selected {
    font-weight: bold;
}

.user>div>div:first-child>div.selected {
    font-weight: bold;
}

.user .logout {
    cursor: pointer;
}

.user .orders:empty::before {
    content: "Заказов пока нет";
}

.user .orders {
    display: table;
}

.user .orders>div {
    display: table-row;
    cursor: pointer;
}

.user .orders>div:hover>div {
    background-color: #f8f8f8;
}

.user .orders>div>div {
    display: table-cell;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.user .orders>div:last-child>div {
    border-bottom: none;
}

.user .order>div {
    padding: 5px 0px;
}

.user .order>div:before {
    opacity: 0.5;
    margin-right: 3px;
}

.user .order .id:before {
    content: "ID:";
}

.user .order .date:before {
    content: "Дата:";
}

.user .order .name:before {
    content: "Имя:";
}

.user .order .phone:before {
    content: "Телефон:";
}

.user .order .email:before {
    content: "Электронная почта:";
}

.user .order .delivery-info:before {
    content: "Доставка:";
}

.user .order .comment:before {
    content: "Комментарий:";
}

.user .order .items {
    margin: 20px 0px;
    display: table;
    border-collapse: collapse;
}

.user .order .items>div {
    display: table-row;
}

.user .order .items>div>div {
    display: table-cell;
    padding: 5px;
    border: 1px solid #ddd;
}

.user .order .sum {
    font-size: 1.2em;
}

.user .order .sum:before {
    content: "Сумма заказа:";
    margin-right: 5px;
}

.delivery-title {
    margin: 20px 0px;
    border-bottom: 2px dashed #ffb400;
    display: flex;
    align-items: center;
}

.delivery-title img {
    margin: 10px 20px 10px 0px;
}

.footer {
    color: #fff;
    margin-top: 20px;
    background-color: #212121;
}

.footer>div:first-child {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffb400;
    color: #000;
    font-weight: bold;
}

.footer>div:first-child p {
    padding: 0px 30px 0px 80px;
    font-size: 1.2em;
    background-image: url("/template/img/photocamera.svg");
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: left center;
}

.footer .po-photo-form {
    cursor: pointer;
    background-color: #e13510;
    color: #fff;
}

.footer>div:nth-child(2) {
    padding: 100px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.footer>div:nth-child(2)>div:first-child img {
    width: 160px;
}

.footer,
.footer a {
    color: #fff;
}

.footer ul,
.footer li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer li {
    padding: 5px;
}

.footer .title {
    margin: 0px 5px 20px 5px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.footer p {
    margin: 5px 0px;
    padding: 3px 0px;
}

.grecaptcha-badge {
    visibility: hidden;
}

#interactive_3d {
    width: 500px;
    height: 500px;
    border: 1px solid #000;
}

BODY>.snowfall-flakes:nth-child(2n) {
    opacity: 0.7;
}

BODY>.snowfall-flakes:nth-child(3n) {
    opacity: 0.4;
}

.pay-1,
.pay-2,
.pay-3 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px 0px;
    font-weight: bold;
}

.pay-1::before,
.pay-2::before,
.pay-3::before {
    content: "";
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    background-color: #ffb400;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    margin-right: 10px;
}

.pay-1::before {
    background-image: url("/template/img/beznal.svg");
}

.pay-2::before {
    background-image: url("/template/img/plastik_pv.svg");
}

.pay-3::before {
    background-image: url("/template/img/plastic_rs.svg");
}

.designers-1 {
    margin: 20px 0px;
    padding: 50px;
    background-color: #000;
    background-image: url("/template/img/designer-1.webp");
    background-position: right 50px center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
}

.designers-1 h3 {
    margin: 20px 0px;
}

.designers-1 a {
    display: inline-flex;
    color: #000;
    margin-top: 20px;
}

.designers-2 {
    margin-top: 40px;
    position: relative;
    padding: 20px 20px 20px 140px;
    border: 2px solid #ffb400;
    border-radius: 10px;
}

.designers-2::before {
    content: "";
    height: 100%;
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 50% 50% 0;
    background-color: #ffb400;
    background-image: url("/template/img/home_plan.svg");
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.designers-3 {
    margin: 40px 0px;
    display: flex;
    justify-content: space-between;
}

.designers-3>div {
    position: relative;
    width: calc(33% - 20px);
    padding: 20px 20px 20px 100px;
    border: 2px solid #ffb400;
    border-radius: 10px;
}

.designers-3>div:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 0 0 50%;
    background-color: #ffb400;
    left: 0;
    top: 0;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.designers-3>div:first-child::before {
    background-image: url("/template/img/budget.svg");
}

.designers-3>div:nth-child(2)::before {
    background-image: url("/template/img/complectation.svg");
}

.designers-3>div:last-child::before {
    background-image: url("/template/img/result.svg");
}

.designers-4 {
    margin: 40px 0px;
    display: flex;
    flex-wrap: wrap;
}

.designers-4>p {
    position: relative;
    max-width: calc(20% - 15px);
    margin-right: 10px;
    margin: 0 1% 1% 0;
    background-color: #f2f3f5;
    padding: 20px 20px 20px 65px;
    border-radius: 10px;
    position: relative;
    transition: background-color .5s ease, color .5s ease;
    cursor: pointer;
}

.designers-4>p:hover {
    background-color: #ffb400;
    color: #fff;
}

.designers-4>p:hover::before {
    opacity: 1;
    transition: opacity .5s ease;
}

.designers-4>p::before {
    content: "1.";
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 15px;
    opacity: 0.1;
    font-size: 2em;
    transition: all .5s ease;
}

.designers-4>p:nth-child(2):before {
    content: "2.";
}

.designers-4>p:nth-child(3):before {
    content: "3.";
}

.designers-4>p:nth-child(4):before {
    content: "4.";
}

.designers-4>p:nth-child(5):before {
    content: "5.";
}

.designers-4>p:nth-child(6):before {
    content: "6.";
}

.designers-4>p:nth-child(7):before {
    content: "7.";
}

.designers-4>p:nth-child(8):before {
    content: "8.";
}

.designers-4>p:nth-child(9):before {
    content: "9.";
}

.designers-4>p:nth-child(10):before {
    content: "10.";
}

.designers-4>p:nth-child(11):before {
    content: "11.";
}

.designers-4>p:nth-child(12):before {
    content: "12.";
}

.designers-4>p:nth-child(13):before {
    content: "13.";
}

.opt-info {
    display: flex;
}

.opt-info>div>div:first-child {
    font-weight: bold;
}

.opt-info p {
    display: flex;
    align-items: center;
}

.opt-info p::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    background-color: #ffb400;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    margin-right: 10px;
}

.opt-info>div:first-child>div:nth-child(2)>p:nth-child(1)::before {
    background-image: url("/template/img/ofline-shop.svg");
}

.opt-info>div:first-child>div:nth-child(2)>p:nth-child(2)::before {
    background-image: url("/template/img/online_shop.svg");
}

.opt-info>div:first-child>div:nth-child(2)>p:nth-child(3)::before {
    background-image: url("/template/img/stroi_snab.svg");
}

.opt-info>div:first-child>div:nth-child(2)>p:nth-child(4)::before {
    background-image: url("/template/img/cafe_r.svg");
}

.opt-info>div:first-child>div:nth-child(2)>p:nth-child(5)::before {
    background-image: url("/template/img/kot_pos.svg");
}

.opt-info>div:last-child>div:nth-child(2)>p:nth-child(1)::before {
    background-image: url("/template/img/d_control.svg");
}

.opt-info>div:last-child>div:nth-child(2)>p:nth-child(2)::before {
    background-image: url("/template/img/plastik_pv.svg");
}

.opt-info>div:last-child>div:nth-child(2)>p:nth-child(3)::before {
    background-image: url("/template/img/save_mony.svg");
}

.opt-info>div:last-child>div:nth-child(2)>p:nth-child(4)::before {
    background-image: url("/template/img/opt_delivery.svg");
}


.project-rs {
    display: flex;
    justify-content: flex-end;
    padding: 100px 50px;
    background-color: #e2e6e9;
    border-radius: 10px;
    background-image: url("/template/img/project-rs.webp");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.project-rs p {
    margin: 20px 0px 30px 0px;
}

@media (max-width: 768px) {

    .wrapper {
        padding-top: 60px;
    }

    .header {
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        z-index: 2;
        background-color: #fff;
        padding: 10px;
    }

    .header .logo {
        margin-right: 0px;
        margin-left: 60px;
    }

    .header .logo img {
        width: 100px;
    }

    .header>div:first-child {
        display: none;
    }

    .header>div:last-child {
        position: absolute;
        top: 5px;
        left: 0px;
        width: 64px;
    }

    .header>div:nth-child(2) {
        padding: 0px;
        justify-content: space-between;
    }

    .header .menu,
    .header .cont,
    .header .sale {
        display: none;
    }

    .header .search {
        display: flex;
        align-items: center;
        transition: height 0.5s ease-out;
        height: 0px;
        overflow-y: hidden;
        position: absolute;
        top: 50px;
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
        left: 0px;
        z-index: 2;
        background-color: #fff;
    }

    .header .search .tip {
        display: none !important;
    }

    .header .search.visible {
        height: 54px;
    }

    .home>div:first-child>div:last-child {
        min-width: auto;
        padding-left: 0px;
    }

    .header-shop-menu .menu-button-2 {
        display: none;
    }

    .header .search-icons {
        flex-grow: 1;
        justify-content: flex-end;
    }

    .header .header-cart>div {
        right: -8px;
        min-width: 18px;
        height: 18px;
        line-height: 18px;
    }

    .header>div:first-child>div:last-child>div:first-child {
        justify-content: center;
    }

    .header .favorite,
    .header .compare {
        display: none;
    }

    .header .search-button,
    .header .phone {
        height: 32px;
        min-width: 32px;
        background-image: url("/template/img/search.svg");
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
        margin: 0px 5px;
    }

    .header .phone {
        background-image: url("/template/img/phone.svg");
    }

    .header-shop-menu .menu-button {
        width: 32px;
        padding-left: 32px;
        font-size: 0px;
        background-position: center;
    }

    .header .compare,
    .header .favorite {
        margin: 0px 5px;
    }

    .header-login-register {
        margin: 0px 5px;
    }

    .breadcrumbs {
        display: none;
    }

    .mobile-menu li,
    .mobile-menu ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .mobile-menu a {
        display: block;
        text-decoration: none;
        color: #000;
        padding: 15px 0px;
        font-size: 1.2em;
        border-bottom: 1px solid #eee;
    }

    .mobile-menu .favorite,
    .mobile-menu .compare {
        position: relative;
        padding-left: 40px;
        background-image: url("/template/img/favorite.svg");
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .mobile-menu .favorite>div,
    .mobile-menu .compare>div {
        position: absolute;
        font-size: 0.6em;
        top: -5px;
        left: 20px;
        min-width: 24px;
        height: 24px;
        line-height: 14px;
        padding: 5px;
        border-radius: 50%;
        text-align: center;
        box-sizing: border-box;
    }

    .mobile-menu .compare {
        background-image: url("/template/img/compare.svg");
    }

    .mobile-menu .favorite:before {
        content: "Избранное";
    }

    .mobile-menu .compare:before {
        content: "Сравнение товаров";
    }

    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -5px;
    }

    .shop h1 {
        margin: 0px;
    }

    .home>div:first-child {
        margin-top: 0px;
    }

    .home .slider-2,
    .home .slider-3 {
        margin: 40px 0px;
    }

    .shop-items-header {
        padding: 10px 0px;
    }

    .title {
        font-size: 1.5em;
    }

    .sale-link a::after {
        display: none;
    }

    .home>div:first-child {
        flex-direction: column;
    }

    .home>div:first-child>div:last-child p {
        margin: 10px 0px;
    }

    .shop-items .item {
        width: 50%;
        margin: 0px;
        padding: 5px;
        margin-bottom: 20px;
    }

    .shop {
        flex-direction: column;
    }

    .shop .shop-menu {
        display: none;
    }

    .shop .filter {
        padding-right: 30px;
        display: none;
        position: fixed;
        z-index: 2;
        background-color: #fff;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        overflow-y: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    .shop .filter.opened {
        display: block;
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .shop .filter-button:empty {
        display: block;
    }

    .filter-button {
        margin-bottom: 10px;
        padding-left: 40px;
        background-image: url("/template/img/filter.svg");
        background-position: left 10px center;
        background-size: 20px;
        background-repeat: no-repeat;
        font-weight: 500;
    }

    .filter-button:before {
        content: "Показать фильтр";
    }

    .filter-button.opened {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 3;
        text-align: right;
        padding-left: 10px;
        padding-right: 40px;
        background-image: url("/template/img/close.svg");
        background-position: right 10px center;
    }

    .filter-button.opened:before {
        content: "Скрыть фильтр";
    }

    .filter .filtered-count {
        position: fixed;
        top: auto !important;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
        z-index: 3;
    }

    .filter .filtered-count>div:after {
        display: none;
    }

    .filter .field-values {
        max-height: none;
    }

    .shop-item>div:nth-child(2) {
        flex-direction: column;
    }

    .shop-item .price {
        font-size: 3em;
    }

    .shop-item .data>div {
        width: 100%;
    }

    .shop-item .images {
        width: 100%;
        flex-direction: row;
    }

    .shop-item .thumbnails {
        width: 64px;
    }

    .shop-item .thumbnails a {
        width: 48px;
        height: 48px;
    }

    .shop-item .thumbnails img {
        width: 48px;
    }

    .full-menu-wrapper {
        position: fixed;
        overflow-y: auto;
        border: none;
        bottom: 0px;
        top: 60px;
    }

    .full-menu {
        display: none;
    }

    .full-menu-shop-menu .shop-menu li.has-child {
        padding-left: 24px;
    }

    .full-menu-shop-menu .shop-menu li.has-child>div:first-child {
        width: 24px;
    }

    .full-menu-shop-menu {
        display: block;
        min-height: 100%;
        background-color: #fff;
    }

    .full-menu-shop-menu.shop-menu li.has-child {
        background-size: 10px;
    }

    .full-menu-shop-menu.shop-menu>ul>li {
        border-bottom: 1px solid #eee;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
    }

    .full-menu-shop-menu.shop-menu>ul>li>a {
        font-size: 1.2em;
    }

    .full-menu-shop-menu.shop-menu>ul>li.has-child {
        background-position: left top 22px;
    }

    .full-menu-shop-menu.shop-menu>ul>li.has-child>div:first-child {
        top: 14px;
        width: 25px;
    }

    .proekt-photo {
        flex-direction: column;
    }

    .proekt-photo>div:nth-child(2),
    .proekt-photo>div:nth-child(4) {
        width: auto;
        margin-top: 40px;
    }

    .cart .cart-items,
    .cart .cart-items>div {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .cart .cart-items>div {
        border-bottom: 1px solid #ddd;
    }

    .cart .cart-items>div>div {
        display: flex;
        align-items: center;
        border-bottom: none;
    }

    .cart .cart-items>div {
        align-items: center;
        text-align: center;
        padding-left: 100px;
    }

    .cart .cart-items .image {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .cart .cart-items>div>div:last-child {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .cart .cart-items input {
        width: 100px;
    }

    .cart .cart-delivery>div,
    .cart .cart-pay>div {
        flex-direction: column;
    }

    .cart .cart-delivery>div>div:last-child {
        margin-left: 0px;
    }

    .slider-5 .slide {
        width: 100%;
        margin-right: 0px;
    }

    .onas-header {
        padding: 20px;
    }

    .onas-block-1>div,
    .onas-block-2>div {
        width: 100%;
        margin: 20px 0px;
    }

    .brands>div {
        width: calc(50% - 20px);
    }

    .designers-1 {
        padding: 20px;
    }

    .designers-2::before {
        height: 120px;
    }

    .designers-3 {
        flex-wrap: wrap;
    }

    .designers-3>div {
        width: 100%;
        margin-bottom: 20px;
    }

    .designers-4>p {
        max-width: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .project-rs {
        background-size: cover;
        padding: 20px;
    }

    .opt-info {
        flex-direction: column;
    }

    .opt-info>div {
        margin-bottom: 20px;
    }

    .footer>div {
        flex-direction: column;
        padding: 10px;
        text-align: center;
    }

    .footer .title {
        margin-top: 40px;
    }

    .footer .po-photo-form {
        margin-top: 20px;
    }
}