.home-page-top {
    margin: 0 0 28px;
}

.home-page-top .home-hero-slideshow,
.home-page-top .home-hero-banner {
    margin-bottom: 0;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(135deg, #f6f1ea 0%, #ffffff 48%, #eef6f1 100%);
    box-shadow: 0 28px 70px rgba(66, 44, 21, 0.14);
}

.home-page-top .flexslider,
.home-page-top .banner {
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.home-page-top .flexslider .slides img,
.home-page-top .banner img {
    width: 100%;
    display: block;
}

.home-page-top .flex-direction-nav a {
    position: absolute;
    width: 42px;
    height: 42px;
    margin-top: 0;
    border-radius: 999px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 16px 32px rgba(43, 30, 18, 0.16);
    opacity: 1;
    text-indent: 0;
    font-size: 0;
    overflow: hidden;
    transform: translateY(-50%);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-page-top .flex-direction-nav .flex-prev {
    background-image: url('/catalog/view/image/arrow_left.svg');
}

.home-page-top .flex-direction-nav .flex-next {
    background-image: url('/catalog/view/image/arrow_right.svg');
}

.home-page-top .flex-direction-nav a:hover {
    transform: translateY(calc(-50% - 2px));
    box-shadow: 0 20px 36px rgba(43, 30, 18, 0.2);
}

.home-page-top .flex-direction-nav .flex-prev {
    left: 18px;
}

.home-page-top .flex-direction-nav .flex-next {
    right: 18px;
}

.home-page-top .flex-control-nav {
    left: 50%;
    bottom: 18px;
    display: block;
    transform: translateX(-50%);
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(34, 28, 23, 0.34);
}

.home-page-top .flex-control-paging li {
    margin: 0 4px;
}

.home-page-top .flex-control-paging li a {
    width: 11px;
    height: 11px;
    border: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.58);
}

.home-page-top .flex-control-paging li a.flex-active {
    background: #ffffff;
}

.homepage-shell {
    float: none;
}

.home.homepage-shell .carusel__contant {
    position: relative;
    margin: 0 0 28px;
    padding: 26px 24px 20px;
    border-radius: 30px;
    background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
    box-shadow: 0 24px 60px rgba(56, 36, 20, 0.1);
    overflow: hidden;
}

.home.homepage-shell .carusel__contant:before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 140px;
    background: radial-gradient(circle at top left, rgba(230, 159, 66, 0.12), transparent 56%);
    pointer-events: none;
}

.home.homepage-shell .carusel__title,
.home.homepage-shell .informations__box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    margin: 0 0 18px;
    padding: 0;
    text-align: left;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.home.homepage-shell .carusel__title span,
.home.homepage-shell .informations__title {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 14px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8f1e8 0%, #f3ebe1 100%);
    border: 1px solid rgba(145, 99, 55, 0.12);
    color: #5a3a20;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-transform: none;
    box-shadow: none;
}

.home.homepage-shell .owl-wrapper-outer,
.home.homepage-shell .informations__contant {
    position: relative;
    z-index: 1;
}

.home.homepage-shell .owl-item {
    padding: 8px 2px 14px;
    box-sizing: border-box;
}

.home.homepage-shell .carusel__product,
.home.homepage-shell .informations__contant_item {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid #efe4d6;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(79, 56, 35, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home.homepage-shell .carusel__product {
    padding: 18px 16px 16px;
}

.home.homepage-shell .carusel__product:hover,
.home.homepage-shell .informations__contant_item:hover {
    transform: translateY(-4px);
    border-color: #e0c6a8;
    box-shadow: 0 22px 40px rgba(79, 56, 35, 0.14);
}

.home.homepage-shell .carusel__product_image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    margin-bottom: 14px;
}

.home.homepage-shell .carusel__product_image img {
    max-height: 190px;
    width: auto;
    transition: transform 0.22s ease;
}

.home.homepage-shell .carusel__product:hover .carusel__product_image img {
    transform: scale(1.04);
}

.home.homepage-shell .carusel__product_name {
    min-height: 52px;
    margin-bottom: 10px;
}

.home.homepage-shell .carusel__product_name a,
.home.homepage-shell .informations__contant_title {
    color: #322012;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.home.homepage-shell .carusel__product_price {
    margin: 8px 0 12px;
    color: #a33d18;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
}

.home.homepage-shell .carusel__product .rating {
    margin-bottom: 4px;
}

.home.homepage-shell .carusel__product_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 10px;
    width: 100%;
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    height: auto !important;
    opacity: 1 !important;
    transform: none !important;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    clear: both;
}

.home.homepage-shell .carusel__product:hover .carusel__product_btn {
    transform: none !important;
    opacity: 1 !important;
}

.home.homepage-shell .carusel__product_btn .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 42px;
    min-height: 42px;
    padding: 0 14px;
    margin: 0 !important;
    border-radius: 14px;
    border: 1px solid #e7d9c8;
    background: #f8f3ec;
    color: #5a3820;
    box-shadow: none;
}

.home.homepage-shell .carusel__product_btn .btn:first-child {
    flex: 1 1 auto;
    background: linear-gradient(135deg, #d97630 0%, #c1501f 100%);
    border-color: transparent;
    color: #ffffff;
    font-weight: 700;
}

.home.homepage-shell .carusel__product_btn .btn:hover {
    text-decoration: none;
}

.home.homepage-shell .stickers-block {
    right: 0;
    left: 0;
}

.home.homepage-shell .rewardo {
    align-self: flex-start;
    margin-bottom: 8px;
}

.home.homepage-shell .carusel__prev,
.home.homepage-shell .carusel__next {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 48px;
    height: 48px;
    margin-top: -24px;
}

.home.homepage-shell .carusel__prev {
    left: 14px;
    right: auto;
}

.home.homepage-shell .carusel__next {
    right: 14px;
    left: auto;
}

.home.homepage-shell .carusel__prev > a,
.home.homepage-shell .carusel__next > a {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #ecdcc8;
    box-shadow: 0 14px 30px rgba(65, 43, 24, 0.12);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home.homepage-shell .carusel__prev > a:hover,
.home.homepage-shell .carusel__next > a:hover {
    transform: translateY(-2px);
    border-color: #d9b48b;
    box-shadow: 0 18px 32px rgba(65, 43, 24, 0.16);
}

.home.homepage-shell .carusel__prev > a:before,
.home.homepage-shell .carusel__next > a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #6b4322;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transform: translate(-50%, -50%);
}

.home.homepage-shell .carusel__prev > a:before {
    content: '<';
}

.home.homepage-shell .carusel__next > a:before {
    content: '>';
}

.home.homepage-shell .informations__contant_item {
    padding: 16px 16px 18px;
    min-height: 100%;
}

.home.homepage-shell .informations__contant_image {
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 12px;
}

.home.homepage-shell .informations__contant_image img {
    width: 100%;
    transition: transform 0.22s ease;
}

.home.homepage-shell .informations__contant_item:hover .informations__contant_image img {
    transform: scale(1.04);
}

.home.homepage-shell .informations__contant_desc {
    margin-top: 8px;
    color: #6d5a49;
    line-height: 1.5;
}

.home-page-bottom {
    float: none;
}

.home-page-top .carusel__contant,
.home-page-bottom .carusel__contant {
    position: relative;
    margin: 0 0 28px;
    padding: 26px 24px 20px;
    border-radius: 30px;
    background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
    box-shadow: 0 24px 60px rgba(56, 36, 20, 0.1);
    overflow: hidden;
}

.home-page-top .carusel__contant:before,
.home-page-bottom .carusel__contant:before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 140px;
    background: radial-gradient(circle at top left, rgba(230, 159, 66, 0.12), transparent 56%);
    pointer-events: none;
}

.home-page-top .carusel__title,
.home-page-bottom .carusel__title,
.home-page-top .informations__box,
.home-page-bottom .informations__box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    margin: 0 0 18px;
    padding: 0;
    text-align: left;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.home-page-top .carusel__title span,
.home-page-bottom .carusel__title span,
.home-page-top .informations__title,
.home-page-bottom .informations__title {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 14px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8f1e8 0%, #f3ebe1 100%);
    border: 1px solid rgba(145, 99, 55, 0.12);
    color: #5a3a20;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-transform: none;
    box-shadow: none;
}

.home-page-top .owl-wrapper-outer,
.home-page-bottom .owl-wrapper-outer,
.home-page-top .informations__contant,
.home-page-bottom .informations__contant {
    position: relative;
    z-index: 1;
}

.home-page-top .owl-item,
.home-page-bottom .owl-item {
    padding: 10px;
    box-sizing: border-box;
}

.home-page-top .carusel__product,
.home-page-bottom .carusel__product,
.home-page-top .informations__contant_item,
.home-page-bottom .informations__contant_item {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid #efe4d6;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(79, 56, 35, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-page-top .carusel__product,
.home-page-bottom .carusel__product {
    padding: 18px 16px 16px;
}

.home-page-top .carusel__product:hover,
.home-page-bottom .carusel__product:hover,
.home-page-top .informations__contant_item:hover,
.home-page-bottom .informations__contant_item:hover {
    transform: translateY(-4px);
    border-color: #e0c6a8;
    box-shadow: 0 22px 40px rgba(79, 56, 35, 0.14);
}

.home-page-top .carusel__product_image,
.home-page-bottom .carusel__product_image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    margin-bottom: 14px;
}

.home-page-top .carusel__product_image img,
.home-page-bottom .carusel__product_image img {
    max-height: 190px;
    width: auto;
    transition: transform 0.22s ease;
}

.home-page-top .carusel__product:hover .carusel__product_image img,
.home-page-bottom .carusel__product:hover .carusel__product_image img {
    transform: scale(1.04);
}

.home-page-top .carusel__product_name,
.home-page-bottom .carusel__product_name {
    min-height: 52px;
    margin-bottom: 10px;
}

.home-page-top .carusel__product_name a,
.home-page-bottom .carusel__product_name a,
.home-page-top .informations__contant_title,
.home-page-bottom .informations__contant_title {
    color: #322012;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.home-page-top .carusel__product_price,
.home-page-bottom .carusel__product_price {
    margin: 8px 0 12px;
    color: #a33d18;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
}

.home-page-top .carusel__product .rating,
.home-page-bottom .carusel__product .rating {
    margin-bottom: 4px;
}

.home-page-top .carusel__product_btn,
.home-page-bottom .carusel__product_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 10px;
    width: 100%;
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    height: auto !important;
    opacity: 1 !important;
    transform: none !important;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    clear: both;
}

.home-page-top .carusel__product:hover .carusel__product_btn,
.home-page-bottom .carusel__product:hover .carusel__product_btn {
    transform: none !important;
    opacity: 1 !important;
}

.home-page-top .carusel__product_btn .btn,
.home-page-bottom .carusel__product_btn .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 42px;
    min-height: 42px;
    padding: 0 14px;
    margin: 0 !important;
    border-radius: 14px;
    border: 1px solid #e7d9c8;
    background: #f8f3ec;
    color: #5a3820;
    box-shadow: none;
}

.home-page-top .carusel__product_btn .btn:first-child,
.home-page-bottom .carusel__product_btn .btn:first-child {
    flex: 1 1 auto;
    /*background: linear-gradient(135deg, #d97630 0%, #c1501f 100%);*/
    border-color: transparent;
    color: #ffffff;
    font-weight: 700;
}

.home-page-top .carusel__prev,
.home-page-top .carusel__next,
.home-page-bottom .carusel__prev,
.home-page-bottom .carusel__next {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 48px;
    height: 48px;
    margin-top: -24px;
}

.home-page-top .carusel__prev,
.home-page-bottom .carusel__prev {
    left: 28px;
    right: auto;
}

.home-page-top .carusel__next,
.home-page-bottom .carusel__next {
    right: 24px;
    left: auto;
}

.home-page-top .carusel__prev > a,
.home-page-top .carusel__next > a,
.home-page-bottom .carusel__prev > a,
.home-page-bottom .carusel__next > a {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #ecdcc8;
    box-shadow: 0 14px 30px rgba(65, 43, 24, 0.12);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-page-top .carusel__prev > a:hover,
.home-page-top .carusel__next > a:hover,
.home-page-bottom .carusel__prev > a:hover,
.home-page-bottom .carusel__next > a:hover {
    transform: translateY(-2px);
    border-color: #d9b48b;
    box-shadow: 0 18px 32px rgba(65, 43, 24, 0.16);
}

.home-page-top .carusel__prev > a:before,
.home-page-top .carusel__next > a:before,
.home-page-bottom .carusel__prev > a:before,
.home-page-bottom .carusel__next > a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #6b4322;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transform: translate(-50%, -50%);
}

.home-page-top .carusel__prev > a:before,
.home-page-bottom .carusel__prev > a:before {
    /*content: '<';*/
}

.home-page-top .carusel__next > a:before,
.home-page-bottom .carusel__next > a:before {
    /*content: '>';*/
}

.home-page-bottom .banner {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 22px 52px rgba(63, 42, 25, 0.1);
}

.home.homepage-shell #aboutStore,
.home-page-top #aboutStore,
.home-page-bottom #aboutStore {
    position: relative;
    box-sizing: border-box;
    height: 220px;
    margin: 0 0 28px;
    padding: 24px 28px 64px;
    border: 1px solid #eadfce;
    border-radius: 28px;
    background: linear-gradient(135deg, #fffaf4 0%, #ffffff 44%, #f6fbf8 100%);
    box-shadow: 0 24px 60px rgba(69, 46, 24, 0.1);
    color: #5e4a39;
    line-height: 1.72;
    overflow: hidden;
}

.home.homepage-shell #aboutStore:before,
.home-page-top #aboutStore:before,
.home-page-bottom #aboutStore:before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(217, 118, 48, 0.12) 0%, rgba(217, 118, 48, 0) 72%);
    pointer-events: none;
}

.home.homepage-shell #aboutStore > div,
.home-page-top #aboutStore > div,
.home-page-bottom #aboutStore > div {
    position: relative;
    z-index: 1;
}

.home.homepage-shell #aboutStore strong,
.home-page-top #aboutStore strong,
.home-page-bottom #aboutStore strong {
    color: #2f2117;
}

.home.homepage-shell #aboutStore a:not(.toggle),
.home-page-top #aboutStore a:not(.toggle),
.home-page-bottom #aboutStore a:not(.toggle) {
    color: #1b88b5;
}

.home.homepage-shell #aboutStore ul,
.home-page-top #aboutStore ul,
.home-page-bottom #aboutStore ul {
    margin: 16px 0 0;
    padding: 0;
    column-count: 2;
    column-gap: 28px;
    list-style: none;
}

.home.homepage-shell #aboutStore ul li,
.home-page-top #aboutStore ul li,
.home-page-bottom #aboutStore ul li {
    break-inside: avoid;
    margin: 0 0 12px;
    padding-left: 18px;
    position: relative;
}

.home.homepage-shell #aboutStore ul li:before,
.home-page-top #aboutStore ul li:before,
.home-page-bottom #aboutStore ul li:before {
    content: '';
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d97630;
    box-shadow: 0 0 0 4px rgba(217, 118, 48, 0.12);
}

.home.homepage-shell #aboutStore .toggle,
.home-page-top #aboutStore .toggle,
.home-page-bottom #aboutStore .toggle {
    position: absolute;
    right: 20px !important;
    bottom: 12px !important;
    z-index: 5;
    float: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    max-width: none !important;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(30, 143, 190, 0.1);
    color: #1b88b5;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 18px rgba(30, 143, 190, 0.12);
}

.home.homepage-shell #aboutStore .toggle .open,
.home.homepage-shell #aboutStore .toggle .close,
.home-page-top #aboutStore .toggle .open,
.home-page-top #aboutStore .toggle .close,
.home-page-bottom #aboutStore .toggle .open,
.home-page-bottom #aboutStore .toggle .close {
    font-size: 0;
    line-height: 0;
}

.home.homepage-shell #aboutStore .toggle .open:before,
.home-page-top #aboutStore .toggle .open:before,
.home-page-bottom #aboutStore .toggle .open:before {
    content: 'Развернуть';
    font-size: 12px;
    line-height: 1;
}

.home.homepage-shell #aboutStore .toggle .close:before,
.home-page-top #aboutStore .toggle .close:before,
.home-page-bottom #aboutStore .toggle .close:before {
    content: 'Свернуть';
    font-size: 12px;
    line-height: 1;
}

.home.homepage-shell #aboutStore .toggle:hover,
.home-page-top #aboutStore .toggle:hover,
.home-page-bottom #aboutStore .toggle:hover {
    background: rgba(30, 143, 190, 0.16);
}

.home.homepage-shell #cms_servis,
.home-page-top #cms_servis,
.home-page-bottom #cms_servis {
    margin: 0 0 28px;
    padding: 28px 28px 14px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #eadfce;
    border-radius: 30px;
    background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
    box-shadow: 0 24px 60px rgba(69, 46, 24, 0.1);
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
}

.home.homepage-shell #cms_servis .title-cms,
.home-page-top #cms_servis .title-cms,
.home-page-bottom #cms_servis .title-cms {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    color: #38261b;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    text-align: left;
}

.home.homepage-shell #cms_servis ul,
.home-page-top #cms_servis ul,
.home-page-bottom #cms_servis ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.home.homepage-shell #cms_servis ul li,
.home-page-top #cms_servis ul li,
.home-page-bottom #cms_servis ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    min-width: 0;
    height: auto !important;
    min-height: 100%;
    margin: 0;
    padding: 22px 18px 18px;
    border: 1px solid #eee1d2;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf6ef 100%);
    box-sizing: border-box;
    box-shadow: 0 14px 30px rgba(73, 47, 24, 0.08);
    color: #5d4938;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.home.homepage-shell #cms_servis ul li span,
.home-page-top #cms_servis ul li span,
.home-page-bottom #cms_servis ul li span {
    display: inline;
}

.home.homepage-shell #cms_servis ul li img,
.home-page-top #cms_servis ul li img,
.home-page-bottom #cms_servis ul li img {
    width: 82px !important;
    height: 82px !important;
    margin: 0 0 14px;
    object-fit: contain;
}

@media (max-width: 1023px) {
    .home-page-top .home-hero-slideshow,
    .home-page-top .home-hero-banner,
    .home.homepage-shell .carusel__contant {
        border-radius: 24px;
    }

    .home.homepage-shell .carusel__contant {
        padding: 22px 18px 18px;
    }

    .home.homepage-shell .carusel__title,
    .home.homepage-shell .informations__box {
        margin-right: 0;
        padding-right: 0;
    }

    .home.homepage-shell #aboutStore,
    .home-page-top #aboutStore,
    .home-page-bottom #aboutStore,
    .home.homepage-shell #cms_servis,
    .home-page-top #cms_servis,
    .home-page-bottom #cms_servis {
        border-radius: 24px;
    }

    .home.homepage-shell #cms_servis ul,
    .home-page-top #cms_servis ul,
    .home-page-bottom #cms_servis ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home-page-top {
        margin-bottom: 20px;
    }

    .home-page-top .home-hero-slideshow,
    .home-page-top .home-hero-banner,
    .home.homepage-shell .carusel__contant,
    .home-page-top .carusel__contant,
    .home-page-bottom .carusel__contant,
    .home-page-bottom .banner {
        border-radius: 18px;
    }

    .home-page-top .flex-direction-nav a {
        width: 44px;
        height: 44px;
        margin-top: -22px;
    }

    .home-page-top .flex-direction-nav .flex-prev {
        left: 10px;
    }

    .home-page-top .flex-direction-nav .flex-next {
        right: 10px;
    }

    .home.homepage-shell .carusel__contant {
        padding: 18px 14px 16px;
        margin-bottom: 20px;
    }

    .home-page-top .carusel__contant,
    .home-page-bottom .carusel__contant {
        padding: 18px 14px 16px;
        margin-bottom: 20px;
    }

    .home.homepage-shell #aboutStore,
    .home-page-top #aboutStore,
    .home-page-bottom #aboutStore,
    .home.homepage-shell #cms_servis,
    .home-page-top #cms_servis,
    .home-page-bottom #cms_servis {
        margin-bottom: 20px;
        border-radius: 18px;
    }

    .home.homepage-shell #aboutStore,
    .home-page-top #aboutStore,
    .home-page-bottom #aboutStore {
        height: 260px;
        padding: 18px 16px 60px;
        line-height: 1.62;
    }

    .home.homepage-shell #aboutStore ul,
    .home-page-top #aboutStore ul,
    .home-page-bottom #aboutStore ul {
        column-count: 1;
        column-gap: 0;
    }

    .home.homepage-shell #aboutStore .toggle,
    .home-page-top #aboutStore .toggle,
    .home-page-bottom #aboutStore .toggle {
        right: 14px !important;
        bottom: 10px !important;
    }

    .home.homepage-shell #cms_servis,
    .home-page-top #cms_servis,
    .home-page-bottom #cms_servis {
        padding: 20px 16px 8px;
    }

    .home.homepage-shell #cms_servis .title-cms,
    .home-page-top #cms_servis .title-cms,
    .home-page-bottom #cms_servis .title-cms {
        margin-bottom: 16px;
        font-size: 23px;
    }

    .home.homepage-shell #cms_servis ul,
    .home-page-top #cms_servis ul,
    .home-page-bottom #cms_servis ul {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home.homepage-shell #cms_servis ul li,
    .home-page-top #cms_servis ul li,
    .home-page-bottom #cms_servis ul li {
        padding: 18px 16px 16px;
    }

    .home.homepage-shell #cms_servis ul li img,
    .home-page-top #cms_servis ul li img,
    .home-page-bottom #cms_servis ul li img {
        width: 72px !important;
        height: 72px !important;
        margin-bottom: 12px;
    }

    .home.homepage-shell .carusel__title,
    .home.homepage-shell .informations__box {
        margin-bottom: 16px;
        padding-right: 0;
    }

    .home-page-top .carusel__title,
    .home-page-bottom .carusel__title,
    .home-page-top .informations__box,
    .home-page-bottom .informations__box {
        margin-bottom: 16px;
        padding-right: 0;
        margin-right: 0;
    }

    .home.homepage-shell .carusel__title span,
    .home.homepage-shell .informations__title {
        font-size: 15px;
        min-height: 34px;
        padding: 6px 12px;
        border-radius: 14px;
    }

    .home-page-top .carusel__title span,
    .home-page-bottom .carusel__title span,
    .home-page-top .informations__title,
    .home-page-bottom .informations__title {
        font-size: 15px;
        min-height: 34px;
        padding: 6px 12px;
        border-radius: 14px;
    }

    .home.homepage-shell .carusel__prev,
    .home.homepage-shell .carusel__next {
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .home-page-top .carusel__prev,
    .home-page-top .carusel__next,
    .home-page-bottom .carusel__prev,
    .home-page-bottom .carusel__next {
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .home.homepage-shell .carusel__prev {
        left: 10px;
        right: auto;
    }

    .home-page-top .carusel__prev,
    .home-page-bottom .carusel__prev {
        left: 10px;
        right: auto;
    }

    .home.homepage-shell .carusel__next {
        right: 10px;
    }

    .home-page-top .carusel__next,
    .home-page-bottom .carusel__next {
        right: 10px;
    }

    .home.homepage-shell .carusel__prev > a,
    .home.homepage-shell .carusel__next > a {
        width: 40px;
        height: 40px;
    }

    .home-page-top .carusel__prev > a,
    .home-page-top .carusel__next > a,
    .home-page-bottom .carusel__prev > a,
    .home-page-bottom .carusel__next > a {
        width: 40px;
        height: 40px;
    }

    .home.homepage-shell .carusel__product {
        padding: 14px 12px;
        border-radius: 18px;
    }

    .home-page-top .carusel__product,
    .home-page-bottom .carusel__product {
        padding: 14px 12px;
        border-radius: 18px;
    }

    .home.homepage-shell .carusel__product_image {
        min-height: 160px;
    }

    .home-page-top .carusel__product_image,
    .home-page-bottom .carusel__product_image {
        min-height: 160px;
    }

    .home.homepage-shell .carusel__product_image img {
        max-height: 160px;
    }

    .home-page-top .carusel__product_image img,
    .home-page-bottom .carusel__product_image img {
        max-height: 160px;
    }

    .home.homepage-shell .carusel__product_name {
        min-height: 0;
    }

    .home-page-top .carusel__product_name,
    .home-page-bottom .carusel__product_name {
        min-height: 0;
    }

    .home.homepage-shell .carusel__product_price {
        font-size: 20px;
    }

    .home-page-top .carusel__product_price,
    .home-page-bottom .carusel__product_price {
        font-size: 20px;
    }

    .home.homepage-shell .carusel__product_btn {
        gap: 6px;
    }

    .home-page-top .carusel__product_btn,
    .home-page-bottom .carusel__product_btn {
        gap: 6px;
    }

    .home.homepage-shell .carusel__product_btn .btn {
        min-height: 38px;
        padding: 0 12px;
        border-radius: 12px;
    }

    .home-page-top .carusel__product_btn .btn,
    .home-page-bottom .carusel__product_btn .btn {
        min-height: 38px;
        padding: 0 12px;
        border-radius: 12px;
    }

    .home.homepage-shell .informations__contant_item {
        padding: 12px 12px 14px;
        border-radius: 18px;
    }

    .home-page-top .informations__contant_item,
    .home-page-bottom .informations__contant_item {
        padding: 12px 12px 14px;
        border-radius: 18px;
    }
}