@font-face {
    font-family: "Rubik";
    src: url("/template/font/Rubik/Rubik-Regular.woff2") format("woff2"),
        url("/template/font/Rubik/Rubik-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik";
    src: url("/template/font/Rubik/Rubik-Medium.woff2") format("woff2"),
        url("/template/font/Rubik/Rubik-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik";
    src: url("/template/font/Rubik/Rubik-Bold.woff2") format("woff2"),
        url("/template/font/Rubik/Rubik-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

HTML,
BODY {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}

* {
    font-family: "Rubik", sans-serif;
    box-sizing: border-box;
}

HTML {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

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

IMG {
    vertical-align: middle;
}

A:hover {
    text-decoration: underline;
}

H1,
H2,
H3 {
    font-weight: 500;
}

BUTTON {
    color: #000;
}

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

.wrapper>.content {
    flex-grow: 1;
    padding: 110px 10px 10px 10px;
}

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

/* Палитра */

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

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

.default-bg {
    background-color: #3e86c3;
    color: #fff;
    background: linear-gradient(135deg, #000000, #333333);
}

.default-bg-alt {
    background-color: #3e86c3;
    background: linear-gradient(135deg, #333333, #000000);
}

.default-bg-hover:hover {
    background: linear-gradient(135deg, #333333, #000000);
}

.default-color {
    color: #0a55a1;
}

.default-padding {
    padding: 10px;
}

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

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

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

.to-top::after {
    font-size: 0.9em;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

/* Header */

.header {
    position: fixed;
    z-index: 2;
    top: 0px;
    left: 0px;
    right: 0px;
    backdrop-filter: blur(2px);
    background-color: #f8f8f8;
}

.header>div.widther {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}

.header>div.widther:first-child>div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .phone {
    margin-right: 20px;
}

.header .phone a {
    display: block;
    padding-left: 28px;
    line-height: 24px;
    background-position: left center;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url("/template/img/phone.svg");
}

.header .phone p {
    margin: 0px;
}

.header .logo {
    width: 200px;
}

.header .logo a {
    position: relative;
    display: inline-block;
}

.header .logo a::after {
    content: "Официальный дистрибьютор";
    white-space: nowrap;
}

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

.header .mobile-menu-button {
    display: none;
    background-image: url("/template/img/menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 32px;
    min-width: 32px;
    height: 32px;
}

.header .mobile-menu-button.opened {
    background-image: url("/template/img/menu-close.svg");
    background-size: 22px;
}

.header>div.search-block {
    display: none;
}

.is-search .header>div.search-block {
    display: block;
}

.header .search {
    position: relative;
}

.header .search>form {
    position: relative;
    display: block;
}

.header .search>form>div {
    margin: 0px;
}

.header .search button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    background-image: url("/template/img/search.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 24px;
    height: 24px;
    z-index: 2;
    border: none;
    box-shadow: none;
    transition: none;
}

.header .search input {
    width: 100%;
    border: none;
    padding: 10px 60px 10px 10px;
    font-size: 1em;
    border: 1px solid #ddd;
}

.header .search input:focus {
    background-color: #fff;
    box-shadow: 0px 8px 10px 2px rgba(34, 60, 80, 0.15);
}

.header .search .tip {
    background-color: #f3f6fb;
    position: absolute;
    top: 100%;
    margin-top: -9px;
    left: 0px;
    width: 100%;
    padding: 30px 20px 20px 20px;
    max-height: 600px;
    overflow-y: auto;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0px 8px 10px 2px rgba(34, 60, 80, 0.15);
}

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

.search-header {
    display: flex;
    margin-top: 30px;
}

.search-header>a {
    padding: 5px 10px;
    background-color: #f8f8f8;
    margin: 0px 10px 10px 0px;
}

.search-header>a:empty {
    display: none;
}

.search-header>a:first-child::before {
    content: "Плитка: ";
}

.search-header>a:last-child::before {
    content: "Сантехника: ";
}

.search-header>a.selected {
    background-color: #3e86c3;
    color: #fff;
}

.search-header>a:empty {
    display: none;
}

.tip .search-history {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

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

.tip .search-history>a {
    display: block;
    margin-bottom: 5px;
    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 .search-items .item>div {
    background-color: transparent;
    border: 2px solid #E7EDF3;
    padding: 0px;
}

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

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

.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: 10px 15px;
    background-color: #E7EDF3;

    margin: 0px 10px 10px 0px;
}

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

.header .search-icon,
.header .header-login-register,
.header .header-user,
.header .header-cart,
.header .favorite {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    background-size: 20px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/template/img/search.svg");
}

.header .header-login-register,
.header .header-user {
    background-image: url("/template/img/user.svg");
    font-size: 0px;
}

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

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

.header .favorite>div,
.header .header-cart>div {
    position: absolute;
    top: -10px;
    right: -10px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 0.7em;
    line-height: 20px;
    color: #fff;
}

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

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

.header .menu>ul {
    display: flex;
    align-items: center;
}

.header .menu>ul>li>a,
.header .menu>ul>li>div:first-child {
    display: block;
    padding: 10px;
}

.header .menu>ul>li {
    margin: 0px 10px;
}

.header .menu .menu-wrapper {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.header .menu .menu-wrapper,
.header .menu .menu-wrapper>ul>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    border: 1px solid #eee;
    background-color: #fff;
}

.header .menu .menu-wrapper>ul>li,
.header .menu .menu-wrapper>ul>li>ul>li {
    padding: 5px 10px;
    white-space: nowrap;
}

.header .menu .menu-wrapper>ul>li {
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
}

.header .menu .menu-wrapper>ul>li:last-child {
    border-bottom: none;
}

.header .menu .menu-wrapper>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.header .menu .menu-wrapper>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header .menu>ul>li:first-child>a,
.header .menu>ul>li:nth-child(2)>a {
    display: block;
    text-decoration: none;
    padding: 10px 20px 10px 50px;
    background: linear-gradient(135deg, #000000, #333333);
    color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.header .menu>ul>li:first-child>a::before,
.header .menu>ul>li:nth-child(2)>a::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-image: url("/template/img/tile.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header .menu>ul>li:nth-child(2)>a::before {
    background-image: url("/template/img/bath.webp");
    background-size: 26px;
}

.header .menu>ul>li:first-child>a:hover,
.header .menu>ul>li:nth-child(2)>a:hover {
    background: linear-gradient(135deg, #333333, #000000);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.header .menu>ul>li:nth-child(2) {
    display: none;
}

/* Home */

.title {
    margin-top: 40px;
    font-size: 48px;
    padding: 0px 10px 20px 10px;
}

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

.slick-dots li button:before {
    font-size: 20px;
}

.slider-1 {
    margin: 0 auto;
    margin-top: 80px;
    max-width: 1600px;
}

.slider-1 .slick-slide {
    padding: 30px 0px;
}

.slider-1 .slick-slide>div {
    aspect-ratio: 4/3;
    transition: transform 0.5s ease;
    padding: 15px 0px;
    transform: scale(1);
}

.slider-1 .slick-slide.slick-active+.slick-active>div {
    transform: scale(1.1);
}

.slider-1 .slick-slide>div>div>img {
    transition: box-shadow 0.5s ease;
}

.slider-1 .slick-slide.slick-current>div>div>img {
    box-shadow: -5px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.slider-1 .text,
.slider-2 .text {
    padding: 20px 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, 0.2);
}

.slider-1 .text .slider-text {
    text-transform: uppercase;
}

.slider-1 .text .slider-text.spain,
.slider-1 .text .slider-text.italy {
    padding-left: 60px;
    background-image: url("/template/img/isp.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 45px;
}

.slider-1 .text .slider-text.italy {
    background-image: url("/template/img/it.svg");
}

.slider-1 .text .form-button {
    position: relative;
    display: inline-flex;
    padding-right: 30px;
    margin-top: 0px;
}

.slider-1 .text .form-button::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url("/template/img/right_w.svg");
}

.slider-1 a,
.slider-2 a {
    display: block;
    position: relative;
    max-height: 800px;
}

.slider-1 a::before,
.slider-2 a::before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.2);
}

.slider-1 img,
.slider-2 img {
    width: 100%;
}

.slider .title-1 {
    font-weight: bold;
    font-size: 2em;
    text-transform: uppercase;
    margin: 0px;
}

.slider .title-2 {
    font-weight: bold;
    font-size: 2em;
    margin: 20px 0px;
    max-width: 600px;
}

.slider .title-3 {
    font-size: 1em;
    font-weight: bold;
    max-width: 400px;
}

.slider .button-link {
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    background-color: #3e86c3;
    padding: 15px;
    font-size: 1.1em;
    margin-top: 20px;
    font-weight: bold;
}

.slick-prev,
.slick-next {
    background-color: rgba(255, 255, 255, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 32px;
    height: 32px;
}

.slick-prev {
    left: 10px;
    background-image: url("/template/img/left_w.svg");
}

.slick-next {
    right: 10px;
    background-image: url("/template/img/right_w.svg");
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.collections .slick-prev,
.collections .slick-next {
    bottom: auto;
    transform: translateY(-30px);
}

.wrapper>.content.home {
    padding: 0px;
}

.home .collections {
    display: block;
    margin: 40px 0px;
}

.slider-wrapper {
    position: relative;
}

.slider-mobile {
    position: relative;
    display: none;
}

.country-italia {
    background-image: url("/template/img/it.svg");
}

.country-ispania {
    background-image: url("/template/img/isp.svg");
}

.country-rossia {
    background-image: url("/template/img/ru.svg");
}

.country-belgia {
    background-image: url("/template/img/bg.svg");
}

.country-india {
    background-image: url("/template/img/ind.svg");
}

.country-kitaj {
    background-image: url("/template/img/cn.svg");
}

.country-turcia {
    background-image: url("/template/img/tr.svg");
}

.country-portugalia {
    background-image: url("/template/img/pt.webp");
}

.mobile-menu {
    position: fixed;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    overflow-y: auto;
    background-color: #fff;
    display: none;
}

.mobile-menu .ccf {
    display: flex;
    margin: 20px 10px 10px 10px;
}

.mobile-menu>ul {
    width: 100%;
}

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

.mobile-menu>ul>li {
    padding: 10px;
}

.mobile-menu>ul>li,
.mobile-menu .shop-menu>ul>li {
    border-top: 1px solid #ddd;
}

.mobile-menu .shop-menu ul>li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobile-menu li a {
    display: block;
    font-size: 1.1em;
}

.mobile-menu>ul ul li {
    font-size: 0.9em;
    padding: 10px 0px 0px 10px;
}

.mobile-menu .shop-menu {
    padding: 10px 10px 0px 10px;
}

.mobile-menu .shop-menu.loading {
    min-height: 64px;
    background-image: url("/template/img/loading.gif");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.home-tile,
.home-tile-2 {
    margin: 40px 0px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 3fr;
}

.home-tile-2 {
    display: none;
    grid-template-columns: 3fr 1fr;
}

.home-tile>div:first-child {
    position: relative;
    min-width: 25%;
    background-image: url("/template/img/sp.webp");
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-tile>div:first-child>div,
.home-tile-2>div:last-child>div,
.home-sant>div:last-child>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.2);
}

.home-tile>div:first-child h3,
.home-tile-2>div:last-child h3,
.home-sant>div:last-child h3 {
    font-size: 1.8em;
    text-align: center;
    margin: 0px 0px 30px 0px;
    color: #fff;
}

.home-tile>div:first-child .form-button,
.home-tile-2>div:last-child .form-button,
.home-sant>div:last-child .form-button {
    padding: 10px 30px 10px 20px;
}

.home-tile>div:first-child .form-button::after,
.home-tile-2>div:last-child .form-button::after,
.home-sant>div:last-child .form-button::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url("/template/img/right_w.svg");
}

.home-sant {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.home-sant>div:last-child,
.home-tile-2>div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/template/img/santi.webp");
    background-size: cover;
    background-position: bottom center;
}

.home-tile-2>div:last-child {
    background-image: url("/template/img/tilei.webp");
}

.home-sant .sant-menu .categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.tile-menu>div {
    display: flex;
    flex-wrap: wrap;
}

.tile-menu>div.countrys>div {
    padding: 10px 20px 10px 40px;
    background-position: left center;
    background-size: 30px;
    background-repeat: no-repeat;
}

.letters {
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
}

.letters>div {
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.letters>div.selected {
    position: relative;
    font-weight: bold;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

.tile-menu .letters>div.selected::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0pc;
    right: 0px;
    height: 2px;
    background-color: #f8f8f8;
}

.tile-menu .factorys-wrapper {
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.tile-menu .factorys-wrapper>div.factorys {
    display: flex;
    flex-wrap: wrap;
}

.tile-menu .factorys-wrapper>div.factorys>div {
    padding: 6px 10px;
    display: none;
    font-size: 0.9em;
}

.tile-menu .params {
    font-size: 0.9em;
    margin-top: 20px;
}

.tile-menu .params>div {
    width: 25%;
    margin: 10px 0px;
}

.tile-menu .params>div>div:first-child {
    font-weight: bold;
    padding: 10px 10px 10px 0px;
}

.tile-menu .params>div>div>div {
    padding: 0px 10px 5px 0px;
    display: flex;
    justify-content: space-between;
}

.tile-menu .params>div>div>div span {
    opacity: 0.5;
    font-size: 0.9em;
}

.tile-menu .params .values {
    overflow-y: scroll;
    max-height: 110px;
}

.sant-menu .categories {
    display: flex;
}

.sant-menu .categories>div {
    text-align: center;
    word-break: break-all;
    margin: 20px 20px 20px 0px;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.sant-menu .categories>div:hover a {
    text-decoration: none;
}

.sant-menu .categories>div:hover img {
    transform: scale(0.95);
}

.sant-menu .categories>div img {
    width: 64px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

/* Item Block */

.shop-items.shop-items-block {
    width: 100%;
    min-width: 100%;
    display: block;
}

.shop-items-block::before {
    display: block;
    margin: 30px 10px;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
}

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

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

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

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

.shop-items-block.shop-items .item>div {
    border: none;
}

/* Collections */

.collections {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.collections .collection .images {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-color: #f8f8f8;
}

.collections .collection .images>div {
    position: absolute;
    opacity: 0;
    left: 0px;
    top: 0px;
}

.collections .collection .images>div:first-child {
    opacity: 1;
    position: relative;
}

.collections .collection .images:hover>div:nth-child(2) {
    opacity: 1;
    transition: opacity 0.3s;
}

.collections .collection .images img {
    width: 100%;
}

.collections .collection .info {
    padding: 20px 0px;
    background-image: none;
}

.collections .collection .info strong {
    font-weight: normal;
    margin-right: 5px;
    padding-right: 10px;
    opacity: 0.5;
    border-right: 1px solid #777;
}

/* Factorys */

.factorys {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    width: 100%;
}

.factorys>div>a {
    display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

.sklad-factorys {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    width: 100%;
}

.sklad-factorys>div>a {
    display: flex;
    flex-direction: column;
    font-size: 1.1em;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.sklad-factorys>div>a .image {
    width: 100px;
    height: 80px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sklad-factorys>div>a .image img {
    max-width: 100%;
    max-height: 100%;
}

/* Collection */

.collection-info {
    padding-bottom: 20px;
    overflow: hidden;
}

.collection-info .images-for:empty {
    display: none;
}

.collection-info .images-for .slick-slide {
    margin: 0 5px;
}

.collection-info .images-for .slick-list {
    margin: 0 -5px;
}

.collection-info .images-nav {
    display: none;
}

.collection-info .images-nav img {
    height: 80px;
    width: 80px;
}

.collection-info .info h1 {
    padding: 0px;
    margin: 0px;
}

.collection-info .info .data {
    display: inline-grid;
    gap: 10px;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.collection-info .info .data>div:nth-child(2n+1) {
    opacity: 0.5;
    font-size: 0.8em;
}

.collection-info .info .data>div:nth-child(2n+1)::after {
    content: ":";
}

.collection-info .images-for .slick-track {
    margin-left: 0px;
}

.images-for .image a {
    display: block;
    height: 400px;
}

.images-for .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.images-nav .slick-current img {
    opacity: 1;
    border-color: #3e86c3;
}

/* Shop Categories */

.shop-categories {
    display: grid;
    grid-gap: 40px;
    grid-column-gap: 50px;
    grid-template-columns: repeat(6, 1fr);
}

.shop-categories .category {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.shop-categories a {
    color: #000;
}

.shop-categories>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shop-categories>div:last-child {
    display: none;
}

/* 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.4);
    z-index: 5;
}

.modal>div {
    position: relative;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    padding: 20px;

    background-color: #fff;
    border-radius: 0px;
    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;
    cursor: pointer;
    background-color: transparent;
}

.modal>div>.close:after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    /* transform: rotate(45deg); */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal>div>.close:before {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Form */

.form input,
.form-input,
.form textarea {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #F8F8F8;
}

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

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

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

.form button,
.form-button {
    position: relative;
    padding: 8px 20px;
    font-size: 1em;
    font-weight: 500;
    border: none;
    background: linear-gradient(135deg, #000000, #333333);
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.6s ease;
}

.form button:hover,
.form-button:hover {
    background: linear-gradient(135deg, #333333, #000000);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

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

/* Page */

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

.page>a {
    color: #000;
    padding: 3px;
    margin: 5px;
    line-height: 20px;
    min-width: 26px;
    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;
    padding: 0px;
}

.shop>div:first-child {
    width: 250px;
    min-width: 250px;
    background-color: #f8f8f8;
    padding: 10px;
}

.shop>div:nth-child(2) {
    flex-grow: 1;
    padding-left: 20px;
    overflow: hidden;
}

.filter-button {
    display: none;
}

/* Shop Menu */

.shop .shop-menu {
    min-width: 300px;
}

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

.shop-menu li {
    position: relative;
    padding: 5px 0px 5px 20px;
}

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

.shop-menu li ul li {
    padding-bottom: 0px;
}

.shop-menu li ul li a {
    font-size: 0.9em;
    opacity: 0.5;
}

.shop-menu>ul>li {
    padding-left: 0px;
}

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

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

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

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

.shop .filter {
    position: relative;
    font-size: 0.9em;
}

.shop .filter.loading::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.5);
}

.shop-view {
    position: relative;
}

.shop-view.loading::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.5);
}

/* Price */

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

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

.price.eur>div::after {
    content: "\20AC";
}

.price.usd>div::after {
    content: "\0024";
}

.price.zar>div::after {
    content: "\20AC";
}

.cart .price>div {
    margin: 0px 5px;
}

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

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

.price>div:nth-child(1) {
    color: #e63619;
}

.price>div:nth-child(1)+div {
    position: relative;
    padding: 0px 5px;
    color: #BACFE3;
    font-weight: normal;
    font-size: 0.9em;
}

.price>div:nth-child(1)+div::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e63619;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.price>div:nth-child(1):empty+div {
    margin-left: 0px;
    padding-left: 0px;
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    font-weight: 500;
}

.price>div:nth-child(1):empty+div::before {
    display: none;
}

/* Shop Items */

.shop-items-header {
    padding: 0px 10px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-items-header .count {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.shop-items-header .count::before {
    margin-right: 7px;
}

.shop-items-header .sort {
    display: flex;
    align-items: center;
    margin: 0px 40px;
}

.shop-items-header .sort::before {
    content: "Сортировать: ";
    margin-right: 10px;
}

.shop-items-header .sort-list {
    display: flex;
    align-items: center;
}

.shop-items-header .sort-list>div {
    cursor: pointer;
    padding: 2px 5px 4px 5px;
    margin: 0px 0px 0px 5px;
}

.shop-items-header .sort-list>div.default-bg-gray {
    color: inherit;
}

.shop-items-header .sort-list>div.sort-price {
    padding-left: 20px;
    position: relative;
}

.shop-items-header .sort-list>div.sort-price::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url("/template/img/sort.svg");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.shop-items-header .sort-list>div.sort-price.desc::before {
    background-image: url("/template/img/sort_desc.svg");
}

.shop-items-header .view {
    display: flex;
    justify-content: flex-end;
}

.shop-items-header .view>div {
    width: 44px;
    height: 44px;
    background-image: url("/template/img/view-grid.svg");
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.2;
}

.shop-items-header .view>div.selected {
    opacity: 1;
}

.shop-items-header .view>div.list {
    background-image: url("/template/img/view-list.svg");
}

.shop-items-header .view-collections-items {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.shop-items-header .view-collections-items::before {
    content: "Показывать: ";
    margin-right: 10px;
}

.shop-items-header .sort::before,
.shop-items-header .count::before,
.shop-items-header .view-collections-items::before {
    font-size: 0.8em;
    opacity: 0.5;
}

.shop-items-header .view-collections-items>div {
    padding: 10px;
    cursor: pointer;
    opacity: 0.5;
}

.shop-items-header .view-collections-items>div:hover {
    opacity: 1;
}

.shop-items-header .view-collections-items>div.selected {
    font-weight: bold;
    border-bottom: 1px solid #000000;
    opacity: 1;
}

.shop-items-header .view-collections::before {
    content: "Коллекции";
}

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

.shop-items {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    flex-grow: 1;
}

.shop-items.shop-items-list>div,
.shop-items.shop-items-list .item>div {
    display: contents;
}

.shop-items.shop-items-list .item>div>div {
    background-color: #fff;
}

.shop-items.shop-items-list .item>div>div:nth-child(2) {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-items.shop-items-list .item {
    border-bottom: 1px solid #ddd;
}

.shop>div.shop-items-list,
.shop .shop-items-list {
    padding-left: 0px;
    padding-top: 1px;
    margin-left: 10px;
    gap: 0px;
    row-gap: 1px;
    background-color: #eee;
    grid-template-columns: auto 1fr auto;
}

.shop-items .quantity {
    padding: 10px 0px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.shop-items-list .quantity {
    padding: 10px;
}

.shop-items-list .quantity-za {
    justify-content: flex-end;
}

.shop-items .slick-list {
    padding-bottom: 60px;
}

.shop-items .slick-dots {
    bottom: 30px;
    z-index: -1;
}

.shop-items .item {
    padding: 10px;
    position: relative;
    border: 1px solid #eee;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.shop-items .item:hover {

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.shop-items .item>div {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.shop-items .image {
    aspect-ratio: 1 / 1;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

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

.shop-items-list .image {
    width: 100px;
    height: 100px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 10px;
    margin-bottom: 0px;
}

.shop-items-list .price-cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.shop-items-list .favorite {
    display: none;
}

.shop-items .name {
    word-break: break-word;
    display: block;
    font-weight: normal;
    margin: 10px 0px;
}

.shop-items .price-za {
    display: flex;
    align-items: center;
}

.shop-items .price-za .za {
    font-size: 0.9em;
    opacity: 0.6;
}

.shop-items .price-za .za:empty {
    display: none;
}

.shop-items .price-za .za::before {
    content: " за ";
}

.shop-items .price {
    align-items: flex-end;
    margin: 5px 0px;
}

.shop-items .to-cart {
    margin-top: 10px;
}

.shop-items .vendor,
.shop-items .collection {
    opacity: 0.6;
    font-size: 0.9em;
}

.shop-items .collection {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #aaaaaa;
}

.shop-items .razmer {
    font-size: 0.9em;
    opacity: 0.6;
}

.shop-items .razmer:empty,
.shop-items .razmer:empty::before {
    display: none;
    content: "";
}

.shop-items .razmer::before {
    content: "Размер: ";
}

.shop-items .razmer-quantity {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.shop-items .quantity-za {
    display: flex;
    align-items: center;
    color: #76ba52;
    font-size: 0.9em;
}

.shop-items .rest {
    display: flex;
}

.shop-items .rest:empty,
.shop-items .rest-road:empty {
    display: none;
}

.shop-items .rest:empty+div,
.shop-items .rest-road:empty+div {
    display: none;
}

.shop-items .rest::before {
    content: "В наличии:";
    margin-right: 3px;
}

.shop-items .rest-road::before {
    content: "В пути:";
    margin-right: 3px;
}

.shop-items .rest+.za,
.shop-items .rest-road+.za {
    padding-left: 3px;
}

.shop-items .quick-view {
    position: absolute;
    white-space: nowrap;
    bottom: 0px;
    left: 0px;
    padding: 5px 10px 10px 10px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
    font-size: 0.9em;
    z-index: 1;
}

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

.shop-items .quick-view:before {
    line-height: 10px;
    display: block;
}

.shop-items .favorite {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    background-image: url("/template/img/favorite.svg");
    background-size: 20px;
    line-height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;

}

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

.shop-items+.page,
.collections+.page {
    padding: 10px 0px;
}

.price-full {
    display: flex;
    opacity: 0.4;
    font-size: 0.9em;
    padding-bottom: 5px;
}

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

.price-full>div:last-child::before {
    content: "за";
    margin-right: 5px;
}

.price-full>div:last-child::after {
    content: " шт.";
}

.price-full>div:first-child {
    margin-right: 5px;
}

.shop-items .item div.vendor-name-info p {
    padding: 0px;
    margin: 0px;
}

.shop-items .info {
    font-size: 0.9em;
    opacity: 0.5;
}

.shop-items .info:empty {
    display: none;
}

.shop-items .info>div {
    margin: 0px 5px 5px 0px;
    padding: 3px 5px;
    font-size: 0.9em;
    color: #e63619;
    background-color: #F8F8F8;
}

.shop-items .item .sale {
    position: absolute;
    background-color: #e63619;
    color: #fff;
    padding: 3px 10px;

    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    font-size: 0.9em;
}

.shop-items .item .sale::before {
    content: "-";
}

.shop-items .item .sale::after {
    content: "%";
}

/* List */

.shop-items.list .item {
    width: 100%;
    margin: 10px 0px 10px 10px;
}

.shop-items.list .item>div {
    flex-direction: row;
    justify-content: space-between;
}

.shop-items.list .image {
    height: 150px;
    width: 150px;
    min-width: 150px;
    margin-bottom: 0px;
}

.shop-items.list .info {
    display: flex;
}

.shop-items.list .vendor-name {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
}

.shop-items.list .price-cart {
    display: flex;
    flex-direction: column;
    min-width: 180px;
    justify-content: space-between;
}

/* Next */

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

/* Filter */

.filter {
    position: relative;
}

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

.filter .group>div {
    margin-bottom: 10px;
}

.filter .group>div:first-child {
    font-weight: 500;
    text-transform: uppercase;
    display: none;
}

.filter .field-name {
    font-weight: 500;
    margin: 20px 0px 5px 0px;
}

.filter>div:first-child .field-name {
    margin-top: 0px;
    padding-top: 0px;
}

.filter .field-name.co {
    background-image: url("/template/img/opened.svg");
    background-position: right center;
    background-size: 14px;
    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;
    max-height: 125px;
    overflow-y: auto;
    font-size: 0.9em;
}

.filter .field-values.all {
    max-height: 300px;
}

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

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

.filter .field-values>div {
    position: relative;
    padding: 5px 10px 5px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.filter .field-values>div>div:last-child {
    font-size: 0.9em;
    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: 20px;
    height: 20px;
    border: 1px solid #E7EDF3;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

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

.filter .show-other {
    margin-top: 10px;
    font-size: 0.9em;
    opacity: 0.5;
    cursor: pointer;
}

.filter .show-other:hover {
    text-decoration: underline;
}

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

}

.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%;

    margin: 5px 10px 5px 0px;
    padding: 5px 5px 5px 24px;
    border: 1px solid #ddd;

}

.filter .field-check {
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

.filter .field-check input {
    padding: 0px;
    position: relative;
    width: 48px;
    height: 24px;

    margin: 0px 8px 0px 0px;

    border: none;
}

.filter .field-check input::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

    background: #E7EDF3;
}

.filter .field-check input::after {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: #fff;

}

.filter .field-check input:checked::before {
    background-color: #3e86c3;
}

.filter .field-check input:checked::after {
    left: auto;
    right: 2px;
    transition: right 0.2s linear;
}

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

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

.filter-selected {
    display: flex;
    flex-wrap: wrap;
}

.filter-selected:empty {
    display: none;
}

.filter-selected>h2,
.filter-selected>div {
    margin: 0px 10px 10px 0px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.9em;
    position: relative;
    font-weight: normal;
}

.filter-selected>h2::after,
.filter-selected>div::after {
    content: "+";
    font-size: 1.8em;
    line-height: 6px;
    margin-left: 10px;
    opacity: 0.5;
    transform: rotate(45deg);
    margin-bottom: 2px;
}

.filter-selected .clear-all::after {
    color: #e63619;
}

/* Breadcrumb */

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.9em;
    margin: 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: #000;
    opacity: 0.5;
}

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

.breadcrumbs a {
    opacity: 0.5;
}

/* Shop Item */

.modal .shop-item {
    max-width: 1200px;
}

.shop-item>h1+div {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: 2fr 2fr 1fr;
    margin: 30px 0px;
}

.shop-item .art {
    font-weight: bold;
    margin-bottom: 0px;
}

.shop-item .preview-descr {
    opacity: 0.5;
}

.shop-item .images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shop-item .image {
    width: 100%;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 20px;
}

.shop-item .image>div:empty {
    width: 256px;
    height: 256px;
    background-image: url("/template/img/no-image.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

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

.shop-item .thumbnails {
    padding: 0px 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: none;
}

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

.shop-item .thumbnails img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.shop-item .thumbnails>a.selected {
    border: 1px solid #da5836
}

.shop-item .buy {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #f8f8f8;
}

.shop-item .buy>div {
    margin: 10px 0px;
}

.shop-item .price-za {
    display: flex;
    align-items: center;
}

.shop-item .buy>div.available {
    margin: 3px 0px;
    display: inline-flex;
    align-items: center;
    font-size: 0.9em;
    color: #76ba52;
}

.shop-item .available .za {
    padding-left: 5px;
}

.shop-item .price-za .za {
    font-size: 1.2em;
    opacity: 0.5;
}

.shop-item .quantity-wrapper {
    display: none;
}

.shop-item .quantity-wrapper.visible {
    display: flex;
    margin-bottom: 10px;
    color: #f00;
    font-size: 0.9em;
}

.shop-item .quantity-wrapper.visible::before {
    content: "Остаток: ";
}

.shop-item .quantity-wrapper>span:first-child {
    margin-right: 3px;
}

.shop-item .price-za .za:empty {
    display: none;
}

.shop-item .price-za .za::before {
    content: " за ";
    margin-left: 5px;
}

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

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

.shop-item .price.sh+.za {
    font-size: 1em;
}

.shop-item .to-cart button {
    font-size: 1em;
    margin-top: 10px;
}

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

.shop-item .data {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    gap: 10px;
    border-radius: 8px;
}

.shop-item .data>div {
    display: flex;
    justify-content: space-between;
    padding: 10px 14px;
    background-color: #f9f9f9;
    font-size: 0.9em;
}

.shop-item .data>div>div:first-child {
    opacity: 0.5;
    font-size: 0.9em;
}

.shop-item .data>div>div:last-child {
    text-align: right;
    padding-left: 10px;
}

.shop-item .to-cart>div {
    max-width: none;
}

.shop-item .category-images {
    margin: 30px 0px;
}

.shop-item .category-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-item .category-images a {
    aspect-ratio: 4 / 3;
    display: block;
}

.shop-item .category-images .slick-slide {
    margin: 0 5px;
}

.shop-item .category-images .slick-list {
    margin: 0 -5px;
}

.shop-item .category-images .slick-track {
    margin-left: 0px;
}

/* To Cart Message */

.to-cart-message {
    max-width: 1024px;
    padding: 10px;
}

.to-cart-message .shop-items.list .image {
    width: 64px;
    height: 64px;
    min-width: 64px;
}

.to-cart-message .shop-items.list .item {
    margin: 20px 0px;
}

.to-cart-message>div.shop-items.list:last-child {
    justify-content: space-between;
}

.to-cart-message>div.shop-items.list:last-child .item {
    width: calc(50% - 10px);
    margin: 10px 0px;
}

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

.to-cart-message .shop-items .item>div {
    padding: 5px;
}

.to-cart-message>div:nth-child(3) {
    display: flex;
    margin-bottom: 20px;
}

.to-cart-message>div:nth-child(3)>div,
.to-cart-message>div:nth-child(3)>a {
    display: flex;
    align-items: center;
    padding: 10px 20px 8px 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.9em;
}

.to-cart-message>div:nth-child(3)>a:hover {
    text-decoration: none;
}

.to-cart-message>div:nth-child(3)>a:first-child {
    color: #fff;
    background-color: #e63619;
    margin-right: 20px;
}

.to-cart-message>div:nth-child(3)>div:last-child {
    color: #e63619;
    border: 2px solid #E7EDF3;
}

/* To Cart */

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

.to-cart>div {
    display: flex;
    align-items: center;
}

.to-cart>div:last-child {
    flex-grow: 1;
}

.to-cart button {
    padding: 8px 10px;
    background-color: transparent;
    border: none;
    background: linear-gradient(135deg, #000000, #333333);
    color: #fff;
    margin: 0px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background 0.6s ease, box-shadow 0.3s ease;
}

.to-cart button::after {
    background-image: url("/template/img/cart_w.svg");
    background-position: left center;
    background-size: 16px;
    background-repeat: no-repeat;
    white-space: nowrap;
    display: block;
    padding-left: 24px;
}

.to-cart button:hover,
.cart-count>div.dec:hover,
.cart-count>div.inc:hover {
    background: linear-gradient(135deg, #333333, #000000);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    /* transform: translateY(-2px); */
}

.to-cart button:hover::after {
    background-image: url("/template/img/cart_w.svg");
}

.cart-count {
    position: relative;
    display: flex;
    align-items: center;
    padding: 4px 0px;
}

.cart-count input {
    border: none;
    width: 100px;

    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;
    margin: 0px;
    border: none;
    color: #fff;
    background-color: #3e86c3;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #000000, #333333);
    transition: all 0.1s ease-in-out;
}

.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>div:first-child>div:first-child {
    flex-grow: 1;
}

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

.cart:before {
    padding: 0px 10px;
    font-size: 2em;
    font-weight: 500;
}

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

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

.cart .cart-items {
    display: block;
    margin-top: 20px;
}

.cart .cart-items .item {
    margin: 5px 0px;
}

.cart .cart-items .image {
    width: 120px;
    height: 120px;
    margin-right: 20px;
}

.cart .cart-items .delete {
    position: relative;
    color: #f00;
    background-image: url("/template/img/delete.svg");
    background-position: left top 4px;
    background-size: 12px;
    padding-left: 20px;
    line-height: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.cart .cart-items .delete::after {
    font-size: 0.9em;
    text-transform: uppercase;
}

.cart .cart-items .price-cart {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    white-space: nowrap;
}

.cart .shop-items .item div.vendor-name-info {
    justify-content: space-between;
}

.cart .shop-items .item div.vendor-name-info>div:last-child {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

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

.cart .sum>div {
    display: flex;
    margin: 5px 0px;
    justify-content: flex-end;
}

.cart .sum .order-sum:before,
.cart .sum .order-sale:before {
    margin-right: 20px;
}

.cart .sum .order-sale {
    color: #e63619;
}

.cart .sum .order-sum.price>div:nth-child(1) {
    color: #000;
}

.cart .cart-delivery,
.cart .cart-pay {
    margin: 20px 0px;
}

.cart .cart-delivery>div,
.cart .cart-pay>div {
    display: flex;
    padding: 20px;
}

.cart .cart-delivery:before,
.cart .cart-pay:before {
    content: "Доставка";
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    padding: 20px 10px 0px 20px;
}

.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 {
    margin-bottom: 10px;
}

.cart .cart-delivery>div>div:first-child>div,
.cart .cart-pay>div>div {
    position: relative;
    padding: 8px 20px;
    background-color: #F8F8F8;
    margin-right: 10px;
    cursor: pointer;
}

.cart .cart-delivery>div>div:first-child>div.selected,
.cart .cart-pay>div>div.selected {
    background-color: #3e86c3;
    padding-left: 52px;
}

.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;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/template/img/check.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.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: 500;
}

.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: 500;
    margin-top: 20px;
    margin-bottom: 5px;
}

.cart .cart-delivery>div>div:last-child input {
    width: 100%;

    padding: 5px;
}

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

.cart .cart-delivery .pickup .pickup-select>div.selected {
    font-weight: 500;
}

.cart .cart-delivery .pickup .pickup-select>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 .pickup-select>div.selected::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    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: 20px;
}

.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 */

.login,
.register {
    min-width: 300px;
}

.login h1,
.register h1 {}

.login button,
.register button {
    width: 100%;
}

.register .check {
    display: flex;
    align-items: flex-start;
}

.register .check p {
    margin: 0px;
}

.register .check>input {
    margin-right: 5px;
}

.user>div>div:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0px;
}

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

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

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

.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 .status: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;
}

.footer {
    font-size: 0.9em;
    margin-top: 60px;
}

.footer>div {
    padding: 60px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
}

.footer>div>div {
    padding-left: 20px;
}

.footer>div>div:first-child {
    padding-left: 0px;
}

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

.footer li {
    padding: 7px;
}

.footer p {
    margin: 0px;
    padding: 10px 0px;
}

.footer .logo {
    display: flex;
    margin-bottom: 10px;
}

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

.footer .phone,
.footer .email,
.footer .address,
.footer .time {
    padding-left: 32px;
    line-height: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px;
    background-image: url("/template/img/phone.webp");
}

.footer .email {
    background-image: url("/template/img/email.webp");
}

.footer .address {
    background-image: url("/template/img/location.webp");
}

.footer .time {
    background-image: url("/template/img/clock.webp");
}

.footer .footer-social {
    display: flex;
}

.footer .footer-social img {
    width: 24px;
    margin-right: 12px;
}

/* Mobile Menu */

.mobile-shop-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    padding: 60px 20px 80px 20px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 3;
    overflow-y: auto;
}

.mobile-shop-menu::before {
    content: "Каталог";
    display: block;
    position: absolute;
    top: 24px;
    left: 20px;
    font-size: 1.6em;
}

.mobile-shop-menu .mobile-menu-close {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 20px;
    right: 10px;
    background-image: url("/template/img/menu-close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}

.mobile-shop-menu .container {
    position: relative;
    flex-grow: 1;
}

.mobile-shop-menu .menu {
    border-bottom: 1px solid #E7E7E7;
}

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

.mobile-shop-menu .menu li {
    border-bottom: 1px solid #F8F8F8;
}

.mobile-shop-menu .menu li>a {
    display: block;
    padding: 12px 0px;
    line-height: 28px;
    font-size: 20px;
}

.mobile-shop-menu .menu>li>ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.mobile-shop-menu .menu>li.has-child {
    background-image: url("/template/img/right-arrow.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.mobile-shop-menu .exit {
    padding: 12px 26px;
    color: #1da4dd;
    background-image: url("/template/img/left-arrow.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px;
}

/* Custom */

.custom-13 img {
    width: 80px;
}

.custom-13::before {
    content: "Каталоги";
    font-size: 2em;
    display: block;
    margin-bottom: 40px;
}

.custom-13 .custom-items {
    display: inline-grid;
    row-gap: 40px;
    column-gap: 30px;
    align-items: center;
    grid-template-columns: repeat(3, auto);
    font-size: 1.2em;
}

.custom-13 .custom-items .item {
    display: contents;
}

.custom-13 .custom-items .item .file a {
    display: block;
    cursor: pointer;
    font-size: 0px;
    width: 32px;
    height: 32px;
    background-image: url("/template/img/pdf.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.zz {
    max-width: 500px;
}

@media (max-width: 1024px) {

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

    .shop-items .slick-dots {
        bottom: 0px;
    }

    .home .data-menu {
        grid-template-columns: repeat(3, 1fr);
    }

    .cart>div:first-child>div:first-child {
        padding-right: 20px;
    }

    .cart>div:first-child>div:last-child {
        min-width: 240px;
        width: 240px;
        display: flex;
        align-items: flex-end;
    }

    .cart>div.cart-delivery,
    .cart>div.cart-pay,
    .cart>div.cart-pay+div {
        margin-right: 260px;
    }

    .cart .sum {
        width: 240px;
    }

    .title {
        font-size: 28px;
    }

    .header .logo {
        margin: 0px;
    }

    .header .menu,
    .header .sale,
    .header .catalogue-button {
        display: none;
    }

    .header .mobile-menu-button {
        display: block;
    }

    .header .icons>div.country,
    .header .icons>a.favorite,
    .header .icons>div.currency {
        display: none;
    }


    .shop-menu li.has-child {
        background-position: left top 16px;
    }

    .slider-1 .slick-slide>div img {
        object-fit: cover;
        height: 400px;
    }

    .shop-categories {
        padding: 0px 10px;
        grid-column-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

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

    .collection-info .images {
        min-width: auto;
        max-width: none;
        margin-bottom: 30px;
    }

    .shop-items-header .sort-list {
        display: none;
    }

    .shop-items-header .sort {
        display: block;
    }

    .shop-items-header .sort .select2-selection--single {
        background-color: #F8F8F8;
        border: none;
        height: 44px;

    }

    .shop-items-header .sort .select2-selection--single .select2-selection__rendered {
        line-height: 44px;
        padding-left: 20px;
        padding-right: 40px;
    }

    .shop-items-header .sort .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        background-image: url("/template/img/bottom-arrow.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 14px;
    }

    .shop-items-header .sort .select2-container--default.select2-container--open .select2-selection__arrow {
        background-image: url("/template/img/top-arrow.svg");
    }

    .shop-items-header .sort .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none;
    }

    .shop-items-header .view {
        flex-grow: 1;
    }

    .shop-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .shop-items .item:hover {
        box-shadow: none;
        transition: none;
    }

    .shop-items.list .item {
        margin: 0px;
        padding: 5px;
    }

    .shop-items.list .item>div {
        flex-direction: column;
        min-height: auto;
    }

    .shop {
        flex-direction: column;
        align-items: stretch;
    }

    .shop>div:first-child {
        max-width: none;
    }

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

    .shop .filter {
        padding-right: 30px;
        position: fixed;
        z-index: 3;
        background-color: #fff;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        overflow-y: auto;
        padding: 40px 10px 100px 10px;
    }

    .shop>div.opened:first-child {
        display: block;
    }

    .shop .filter.opened {
        display: block;
    }

    .filter-button {
        background-color: #3e86c3;
        display: block;
        padding: 8px 20px 8px 40px;
        color: #fff;
        background-image: url("/template/img/filter.svg");
        background-position: left 10px center;
        background-size: 18px;
        font-weight: 500;
        font-size: 0.9em;
        background-repeat: no-repeat;
    }

    .filter-button.opened {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 4;
        text-align: right;
        padding-left: 10px;
        padding-right: 40px;
        background-image: url("/template/img/menu-close.svg");
        background-position: right 10px center;
        margin-right: 0px;
        border: none;
        background-color: #fff;
    }

    .collection-info {
        padding-bottom: 0px;
    }

    .filter .filtered-count {
        display: block;
    }

    .shop>div:nth-child(2) {
        padding-left: 0px;
    }

    .shop-items-header>div.count {
        display: none;
    }

    .shop-item .images {
        width: auto;
        min-width: auto;
        margin-right: 0px;
    }

    .shop-item>h1+div>div:nth-child(1) {
        grid-area: col1;
    }

    .shop-item>h1+div>div:nth-child(2) {
        grid-area: col2;
    }

    .shop-item>h1+div>div:nth-child(3) {
        grid-area: col3;
    }

    .shop-item>h1+div {
        justify-content: center;
        grid-template-columns: 1fr;
        grid-template-areas: "col1" "col3" "col2";
    }
}

.shop-item .buy {
    max-width: none;
    align-items: center;
}

.footer>div {
    padding: 20px;
    flex-direction: column;
}

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

.to-cart-message>div:nth-child(3)>a:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
}

.to-cart-message>div.shop-items.list:last-child .item {
    width: 100%;
    margin: 5px 0px;
}

.to-cart-message {
    padding: 0px;
}

.to-cart-message .shop-items.list {
    padding: 0px;
}

.to-cart-message>div:nth-child(3) {
    flex-direction: column;
    align-items: flex-start;
}

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

.cart>div:first-child>div:first-child {
    padding-right: 0px;
}

.cart>div:first-child>div:last-child {
    min-width: auto;
    width: auto;
    align-items: flex-start;
}

.cart>div.cart-delivery,
.cart>div.cart-pay,
.cart>div.cart-pay+div {
    margin-right: 0px;
}

.cart .sum {
    top: auto;
    position: relative;
    width: 100%;

    margin: 10px;
}

.cart .shop-items.list .item>div {
    flex-direction: row;
}

.cart .shop-items.list .image {
    width: 64px;
    height: 64px;
    min-width: 64px;
}

.cart .shop-items .item>div>div {
    padding: 0px;
}

.cart .cart-items .delete {
    height: 20px;
    padding-left: 20px;
}

.cart .cart-items .delete::after {
    display: none;
}

.shop-items.list .price-cart {
    min-width: auto;
}

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

.footer>div>div {
    width: auto;
    padding-left: 0px;
    margin-bottom: 20px;
}

.footer-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text {
    padding: 10px;
}

.triggers {
    grid-template-columns: repeat(3, 1fr);
}

.onas-video {
    grid-template-columns: 1fr 1fr;
}

.brands-menu>div>div:last-child {
    grid-template-columns: repeat(4, 1fr);
}

.brands-menu>div>div:last-child>div:nth-child(5) {
    border-top: none;
}

.photosearch-message>div:last-child {
    flex-direction: column;
    text-align: center;
}

@media (max-width: 768px) {

    h1 {
        overflow-wrap: break-word;
    }

    .wrapper>.content {
        padding-top: 50px;
    }

    .header .logo {
        flex-grow: 1;
        width: 48px;
        margin-left: 20px;
    }

    .header .logo img {
        width: 100%;
        max-width: 120px;
    }

    .header .logo a::after {
        display: none;
    }

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

    .header .phone a {
        display: block;
        font-size: 0px;
        min-width: 28px;
        height: 28px;
    }

    .header .search-icon,
    .header .header-login-register,
    .header .header-user,
    .header .favorite {
        margin-right: 10px;
    }

    .header .phone {
        display: none;
    }

    .header .header-cart {
        margin-right: 3px;
    }

    .slider-1 {
        margin-top: 0px;
    }

    .slider-1 .slick-slide {
        padding: 0px;
    }

    .home-tile {
        grid-template-columns: 1fr;
    }

    .home-tile>div:first-child {
        margin-right: 0px;
        padding: 30px 0px;
    }

    .sklad-factorys {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 10px;
    }

    .tile-menu .countrys {
        padding: 10px;
    }

    .home-sant .sant-menu .categories {
        justify-content: center;
        align-items: center;
        gap: 10px;
        grid-template-columns: max-content max-content;
        justify-content: space-around;
        margin-bottom: 40px;
    }

    .sant-menu .categories>div img {
        width: 40px;
    }

    .sant-menu .categories>div {
        width: auto;
        height: auto;
        max-width: 140px;
        max-height: 140px;
        aspect-ratio: 1 / 1;
        padding: 20px;
        margin: 0px;
    }

    .tile-menu .params>div {
        width: 50%;
        padding: 10px;
    }

    .home-sant {
        grid-template-columns: 1fr;
    }

    .collections {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

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

    .shop-items-header {
        padding: 0px;
        margin: 10px 0px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .shop-items-header .view-collections-items::before,
    .shop-items-header .sort::before {
        display: none;
    }

    .shop-items-header .sort {
        margin: 0px;
    }

    .shop-item .data {
        grid-template-columns: 1fr;
    }

    .shop-items-header .view>div {
        width: 32px;
        height: 32px;
    }

    .filter-button {
        margin: 10px;
    }

    .icons {
        z-index: 2;
        top: auto;
        bottom: 80px;
    }

    .icons>.header-cart {
        position: fixed;
        top: 1px;
        right: 0px;
        z-index: 3;
        border: none;
        background-size: 18px;
    }

    .to-top {
        right: 0px;
    }

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

    .shop>div.shop-items-list,
    .shop .shop-items-list {
        margin-left: 0px;
    }

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

    .shop-items-list .image {
        width: 80px;
        height: 100%;
    }

    .shop-items-list .to-cart button::after {
        content: "";
        padding: 10px;
    }

    .shop-items-list .price-cart {
        align-items: flex-end;
    }

    .shop-items-list .quantity-za {
        justify-content: flex-start;
    }
}

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

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

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

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

.shop-items-header .sort-list:before {
    content: "Сортировать: ";
}

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

.shop-items-header .count-collections:before {
    content: "Коллекции: ";
}

.filter-selected .clear-all::before {
    content: "Очистить все";
}

.shop-item .note::before {
    content: "Важно:";
}

.shop-items-block-other::before {
    content: "Другие товары коллекции";
}

.shop-items-block-random::before {
    content: "С этим товаром покупают";
}

.cart:before {
    content: "Корзина";
}

.cart .cart-items .delete::after {
    content: "Удалить";
}

.cart .sum .order-sum:before {
    content: "Общая сумма:";
}

.cart .sum .order-sale:before {
    content: "Скидка";
}

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

.filter-button:before {
    content: "Фильтр";
}

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

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

.to-top::after {
    content: "наверх";
}