@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/wp-content/themes/memorial/fonts/open-sans-v40-cyrillic_latin-300.woff2') format('woff2'), url('/wp-content/themes/memorial/fonts/open-sans-v40-cyrillic_latin-300.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/themes/memorial/fonts/open-sans-v40-cyrillic_latin-regular.woff2') format('woff2'), url('/wp-content/themes/memorial/fonts/open-sans-v40-cyrillic_latin-regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('/wp-content/themes/memorial/fonts/open-sans-v40-cyrillic_latin-italic.woff2') format('woff2'), url('/wp-content/themes/memorial/fonts/open-sans-v40-cyrillic_latin-italic.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/wp-content/themes/memorial/fonts/open-sans-v40-cyrillic_latin-600.woff2') format('woff2'), url('/wp-content/themes/memorial/fonts/open-sans-v40-cyrillic_latin-600.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/wp-content/themes/memorial/fonts/open-sans-v40-cyrillic_latin-700.woff2') format('woff2'), url('/wp-content/themes/memorial/fonts/open-sans-v40-cyrillic_latin-700.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('/wp-content/themes/memorial/fonts/open-sans-v40-cyrillic_latin-800.woff2') format('woff2'), url('/wp-content/themes/memorial/fonts/open-sans-v40-cyrillic_latin-800.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 900;
    src: url('../../fonts/tilda-sans_black.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/tilda-sans_bold.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../../fonts/tilda-sans_extra-bold-.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../../fonts/tilda-sans_light.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../../fonts/tilda-sans_medium.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/tilda-sans_regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../../fonts/tilda-sans_semibold.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

* {
    font-family: 'Tilda Sans', sans-serif;
    line-height: 1.4;
    box-sizing: border-box;
    color: #000000;
    font-weight: 400;
}

blockquote {
    margin: 0px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
}

input::-ms-clear {
    display: none;
}

input {
    outline: none;
    padding: 0;
}

}

.container::after {
    display: none;
}

.container::before {
    display: none;
}

.all-page-content-scroll {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.container {
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    width: calc(100% - 60px);
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs20 {
    font-size: 20px;
}

.fs18 {
    font-size: 18px;
}

.fs25 {
    font-size: 25px;
}

.fs30 {
    font-size: 30px;
}

.fw4 {
    font-weight: 400;
}

.fw3 {
    font-weight: 300;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.header-top {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 15px;
    justify-content: space-between;
}

.header-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu ul li:not(:first-child) {
    margin-left: 8px;
}

.header-menu ul li:not(:last-child) {
    margin-right: 8px;
}

.header-menu ul li a {
    color: rgba(101, 101, 101, 1);
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.blog-pagination>* {
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #001326;
}

.blog-pagination>.current {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    text-decoration-line: underline;
    color: #0C58A6;
}

.header-phone {
    display: flex;
    align-items: center;
    position: relative;
}

.header-phone-absolute-obv {
    position: absolute;
    right: 0px;
    top: calc(100% + 15px);
    /*display: none;*/
    z-index: -3;
    opacity: 0;
    pointer-events: none;
}

.header-phone-absolute {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
    padding-top: 20px;
    display: flex;
    background: #fff;
    z-index: 3;
    flex-direction: column;
    min-width: 330px;
    animation: slidein_2 0.3s 1 linear;
}

.header-phone-open:hover .header-phone-absolute-obv {
    display: flex;
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
}

.header-phone-open {
    transform: rotateX(0deg);
}

.header .zi4 {
    position: relative;
    z-index: 4;
}

.header-phone-open svg {
    transition: all 0.3s;
}

.header-phone-open:hover .header-phone-open-svg {
    transition: all 0.3s;
    transform: rotateX(180deg);
}

.header-phone-absolute-obv {
    margin-top: -30px;
    padding-top: 30px;
}

@keyframes slidein_2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.header-phone-absolute-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-phone-open-phone-1ur {
    margin-right: 7px;
}

.header-phone-open {
    margin-left: 7px;
}

.header-phone a {
    color: #551934;
}

.header-phone-absolute-top a {
    color: rgba(0, 0, 0, 1);
}

.header-phone-absolute-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
}

.header-phone-absolute-center a {
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
}

.button-blue {
    width: 100%;
    padding: 12px;
    background: #551934;
    border: 1px solid #551934;
    transition: all 0.3s;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.button-blue:hover {
    background: #fff;
    color: #551934;
}

.header-search {
    line-height: 0;
    position: relative;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.header-search * {
    line-height: 0;
}

.header-search-icon-open {
    cursor: pointer;
}

.header-phone-open {
    cursor: pointer;
}

.header-search-input {
    position: absolute;
    width: 213px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: -230px;
    background: #fff;
    z-index: 4;
    display: flex;
    transition: all 0.4s;
}

.header-search-input input {
    width: 100%;
    height: 100%;
    padding: 7px;
    background: #fff;
    border: none;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
    padding-right: 28px;
}

.header-search-input form {
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 2;
}

.header-search-input-none {
    width: 0px;
    overflow: hidden;
    opacity: 0;
}

.header-search-icon-close {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    right: 13px;
    height: 30px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-icon-close svg {
    max-width: 14px;
}

.do-not-allocate {
    user-select: none;
}

/*дальше меню синее*/
.header-bottom {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    background: #300217;
    color: #fff;
    display: flex;
}

.header {
    width: 100%;
    position: relative;
}

.header-bottom nav {
    width: 100%;
}

.header-bottom nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header-bottom nav a {
    color: #fff;
    font-weight: 500;
}

.header-bottom nav a svg {
    margin-left: 5px;
}

.slider-top {
    width: 100%;
    position: relative;
}

body {
    min-height: 100px;
}

.slider-top .swiper-wrapper {
    padding-top: 0px;
    padding-bottom: 40px
}

body .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    /* background: var(--swiper-pagination-bullet-inactive-color,#000);opacity: var(--swiper-pagination-bullet-inactive-opacity, .2); */
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 22px;
    height: 22px;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination.swiper-pagination-horizontal * {
    transition: all 0.4s;
}

.swiper-pagination-bullet {
    background: #fff !important;
    border: 1px solid #551934 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #551934 !important;
}

.button-prev-pos {
    position: absolute;
    top: calc(50% - 30px);
    left: calc((100% - 1300px) / 2);
    z-index: 2;
    line-height: 1;
}

.button-next-pos {
    position: absolute;
    top: calc(50% - 30px);
    right: calc((100% - 1300px) / 2);
    z-index: 2;
    line-height: 1;
}

.style-button * {
    transition: all 0.3s;
}

.style-button:hover rect {
    fill: #551934;
}

.style-button {
    cursor: pointer;
}

.style-button:hover path {
    stroke: #fff;
}

.slider-top-img {
    position: relative;
}

.slider-top-img-mob {
    position: relative;
}

.big-button {
    padding: 15px 20px;
    color: #fff;
    background: #4D4D4D;
    transition: all 0.3s;
    border: none;
}

.big-button:hover {
    background: rgba(77, 77, 77, 0.78);
}

.big-button-slider-top {
    position: absolute;
    top: calc(80% - 30px);
    top: 85%;
    /*left: calc((100vw - 1300px) / 2);*/
    left: 16.113%;
    z-index: 2;
    line-height: 1;
}

.style-button.button-prev-pos svg {
    box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.13);
}

.style-button.button-next-pos svg {
    box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.13);
}

@media(max-width:1360px) {
    .container {
        max-width: 1100px;
    }

    .header-menu ul li:not(:first-child) {
        margin-left: 6px;
    }

    .header-menu ul li:not(:last-child) {
        margin-right: 6px;
    }

    .header-logo {
        max-width: 160px;
    }

    .fs14 {
        font-size: 13px;
    }

    .fs16 {
        font-size: 15px;
    }

    .fs20 {
        font-size: 19px;
    }

    .fs18 {
        font-size: 17px;
    }

    .fs30 {
        font-size: 28px;
    }

    .button-prev-pos {
        left: calc((100vw - 1100px) / 2);
    }

    .button-next-pos {
        right: calc((100vw - 1100px) / 2);
    }

    .big-button-slider-top {
        left: calc((100vw - 1100px) / 2);
        left: 16.113%;
    }
}

@media(max-width:1160px) {
    .container {
        max-width: 1000px;
    }

    .header-menu ul li {
        margin-left: 9px;
    }

    .header-menu ul li {
        margin-right: 9px;
    }

    .button-prev-pos {
        left: calc((100vw - 1000px) / 2);
    }

    .button-next-pos {
        right: calc((100vw - 1000px) / 2);
    }

    .big-button-slider-top {
        left: calc((100vw - 1000px) / 2);
        left: 16.113%;
    }

    .header-menu ul {
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-search {
        margin-right: 17px;
    }

    .header-phone {
        flex-shrink: 0;
    }
}

@media(max-width:1060px) {
    .container {
        max-width: 800px;
    }

    .header-menu ul li {
        margin-top: 1px;
        margin-bottom: 1px;
        margin-left: 7px;
    }

    .header-menu ul li {
        margin-right: 7px;
    }

    .header-logo {
        max-width: 140px;
    }

    .fs14 {
        font-size: 12px;
    }

    .fs16 {
        font-size: 14px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs18 {
        font-size: 16px;
    }

    .fs30 {
        font-size: 26px;
    }

    .button-prev-pos {
        left: calc((100vw - 800px) / 2);
    }

    .button-next-pos {
        right: calc((100vw - 800px) / 2);
    }

    .big-button-slider-top {
        left: calc((100vw - 800px) / 2);
        left: 16.113%;
    }

    .header-menu ul {
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-search {
        margin-right: 17px;
    }

    .header-menu ul {
        justify-content: center;
    }
}

@media(max-width:860px) {
    .container {
        max-width: 707px;
    }

    .header-logo {
        max-width: 125px;
    }

    .fs14 {
        font-size: 12px;
    }

    .fs16 {
        font-size: 14px;
    }

    .fs20 {
        font-size: 16px;
    }

    .fs18 {
        font-size: 15px;
    }

    .fs30 {
        font-size: 24px;
    }

    .button-prev-pos {
        left: calc((100vw - 707px) / 2);
    }

    .button-next-pos {
        right: calc((100vw - 707px) / 2);
    }

    .big-button-slider-top {
        left: calc((100vw - 707px) / 2);
        left: 16.113%;
    }

    .header-menu ul {
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-search {
        margin-right: 17px;
    }

    .header-menu ul {
        justify-content: center;
    }
}

@media(max-width:867px) and (min-width:768px) {
    .header-search-input {
        right: -210px;
        width: 193px;
    }
}

@media(max-width:767px) {
    .header-menu {
        display: none;
    }

    .header-search {
        display: none;
    }

    .mob-menu {
        width: 100%;
        padding-bottom: 40px;
    }

    .mob-menu .header-search {
        display: flex;
    }

    .header-search-input {
        left: -230px;
        right: auto;
    }

    .header-search {
        margin-right: 0px;
        margin-left: auto;
    }

    .header-phone-open {
        display: none;
    }

    .header-bottom {
        display: none;
    }

    .container {
        max-width: calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .header-phone-open-phone-1ur {
        margin-right: 0px;
    }

    .fs16 {
        font-size: 16px;
    }

    .header-logo {
        max-width: 130px;
    }

    .header {
        min-height: 83px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-phone-absolute-center {
        justify-content: flex-start;
        width: 100%;
    }

    .header-phone-absolute-center a {
        margin-right: 28px;
    }

    .header-search {
        height: 34px;
    }

    .header-search-input {
        height: 34px;
    }

    .header-search-icon-close {
        height: 34px;
    }
}

.mob-menu-open {
    width: 27px;
    height: 18px;
    align-items: normal;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mob-menu-open div {
    width: 100%;
    height: 2px;
    background-color: #020202;
    cursor: pointer;
}

.mob-menu-mail {
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mob-menu .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.mob-menu-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mob-menu-nav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mob-menu-nav ul li {
    width: fit-content;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.open-mob-menu-nav-2ur-div {
    align-items: center;
    justify-content: center;
    display: flex;
}

.mob-menu-nav ul li a {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mob-menu-nav ul li .open-mob-menu-nav-2ur {
    margin-left: 15px;
}

.mob-menu-nav-1 {
    padding-bottom: 30px;
}

.mob-menu-nav-2 {
    border-top: 1px solid rgba(214, 214, 214, 1);
    padding-top: 30px;
}

.mob-menu-nav-2ur {
    transition: all 0.3s;
    height: 0px;
    overflow: auto;
    display: block !important;
}

.mob-menu-nav ul li ul li a {
    font-size: 15px;
}

@media(min-width:768px) {
    .mob-menu-open {
        display: none;
    }

    .mob-menu {
        display: none;
    }
}

.open-mob-menu-nav-2ur {
    transition: all 0.3s;
    position: relative;
    top: 1px;
    user-select: none;
    transform: rotate(90deg);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.open-mob-menu-nav-2ur * {
    pointer-events: none;
}

.open-mob-menu-nav-2ur-active {
    transform: rotate(-90deg);
}

.big-button-blue {
    background: #551934;
    transition: all 0.3s;
    border: 1px solid #551934;
}

.big-button-blue:hover {
    background: none;
    color: #551934;
    border: 1px solid #551934;
}

.big-button-mob {
    width: 298px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 30px;
    font-size: 18px;
}

.mob-menu-open * {
    transition: all 0.1s;
    opacity: 1;
}

.mob-menu-open-active div:nth-child(1) {
    position: relative;
    transform: rotate(45deg);
    top: 8px;
}

.mob-menu-open-active div:nth-child(3) {
    position: relative;
    transform: rotate(-45deg);
    top: -8px;
}

.mob-menu-open-active div:nth-child(2) {
    opacity: 0;
}

@media(max-width:767px) {
    .swiper-slide .slider-top-img {
        display: none;
    }

    .slider-top .swiper-wrapper {
        padding-top: 0px;
    }

    .header-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media(min-width:768px) {
    .swiper-slide .slider-top-img-mob {
        display: none;
    }
}

.slider-top-img-mob img {
    width: 100%;
}

.slider-top-img-mob .big-button-slider-top {
    bottom: 20px;
    top: auto;
    left: auto;
    right: 15px;
}

@media(max-width:767px) {
    .button-prev-pos {
        top: calc(100% - 39px);
        left: 15px;
        z-index: 11;
    }

    .button-next-pos {
        top: calc(100% - 39px);
        right: 15px;
        z-index: 11;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 4px;
    }
}

@media(max-width:370px) {
    .header-logo {
        max-width: 120px;
    }

    .header-phone-open-phone-1ur {
        font-size: 15px;
    }
}

@media(max-width:340px) {
    .mob-menu-open {
        transform: scale(0.86);
        top: 1px;
        position: relative;
    }

    .header-logo {
        max-width: 110px;
    }

    .header-phone-open-phone-1ur {
        font-size: 14px;
    }
}

.title-section {
    font-weight: 700;
    font-size: 47px;
    color: #000000;
}

.slider-top {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fffcf6;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*.popular-categories{background: rgba(249, 249, 249, 1);}*/
.category-preview {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}

.category-preview-item-first {
    position: relative;
    width: calc(100% - 33.3333333%);
}

.category-preview-item-first-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.category-preview-item-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.category-preview-item {
    position: relative;
    width: calc(100% / 3);
}

.title-section-padding {
    padding-bottom: 30px;
}

.content-padding {
    margin-top: 40px;
    margin-bottom: 40px;
}

.category-preview-item-title {
    position: absolute;
    top: 45px;
    background: #fff;
    left: 35px;
}

.category-preview-item-title::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 1px;
    width: 80px;
    height: 1px;
    background-color: #272727;
}

.category-preview .category-preview-item-first:nth-child(1) {
    border-right: 2px solid #551934;
    border-bottom: 2px solid #551934;
}

.category-preview .category-preview-item:nth-child(2) {
    border-bottom: 2px solid #551934;
}

.category-preview .category-preview-item:nth-child(3n) {
    border-right: 2px solid #551934;
    border-bottom: 2px solid #551934;
}

.category-preview .category-preview-item:nth-child(3n + 1) {
    border-right: 2px solid #551934;
    border-bottom: 2px solid #551934;
}

.category-preview .category-preview-item:nth-child(3n + 2) {
    border-bottom: 2px solid #551934;
}

.category-preview .category-preview-item:nth-last-child(-n+3) {
    border-bottom: 1px solid #551934;
}

.category-preview .category-preview-item:nth-last-child(-n+3) .category-preview-item-img {
    position: relative;
    bottom: -1px;
    background-color: #fff;
}

.category-preview-item-first-img img {
    max-height: 100%;
}

.category-preview-item-img img {
    max-height: 100%;
}

.category-preview-item-title {
    z-index: 2;
}

.category-preview-item-title {
    padding-bottom: 8px;
}

.category-preview-item-first-img {
    padding-left: 20px;
    padding-top: 20px;
}

.category-preview-item-img {
    padding-left: 20px;
    padding-top: 20px;
}

.category-preview-item {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

@media (max-width: 1360px) {
    .content-padding {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .title-section {
        font-size: 45px;
    }

    section {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .category-preview-item-title::after {
        width: 70px;
    }

    .category-preview-item-img {
        max-height: 300px;
        padding-top: 20px;
    }

    .category-preview-item-first-img {
        max-height: 300px;
    }

    .category-preview-item-title {
        top: 30px;
        left: 25px;
        font-size: 23px;
    }
}

@media (max-width: 1160px) {
    .content-padding {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .title-section {
        font-size: 40px;
    }

    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .category-preview-item-title::after {
        width: 60px;
    }

    .category-preview-item-title {
        top: 25px;
        left: 20px;
        font-size: 21px;
    }

    .category-preview-item-img {
        max-height: 250px;
        padding-top: 40px;
    }
}

@media (max-width: 1060px) {
    .content-padding {
        margin-top: 27px;
        margin-bottom: 27px;
    }

    .title-section {
        font-size: 38px;
    }

    .title-section-padding {
        padding-bottom: 25px;
    }

    section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .category-preview-item-title {
        top: 20px;
        left: 20px;
        font-size: 19px;
    }

    .category-preview-item-img {
        max-height: 240px;
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .content-padding {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .title-section {
        font-size: 36px;
    }

    .title-section-padding {
        padding-bottom: 20px;
    }

    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .category-preview-item-title {
        font-size: 18px;
    }

    .category-preview-item-img {
        max-height: 214px;
    }

    .category-preview-item-title::after {
        width: 50px;
    }
}

.popular-categories {
    background: #fffcf6;
    width: 100%;
    position: relative;
    padding-top: 56px;
    padding-bottom: 80px;
}

.title-section {
    line-height: 1.14;
}

@media (max-width: 567px) {
    .popular-categories .container {
        width: 100%;
        max-width: 100%;
    }

    .popular-categories .title-section-padding {
        padding-bottom: 15px;
    }

    .popular-categories .button-prev-pos {
        top: calc(100% - 89px);
    }

    .popular-categories .button-next-pos {
        top: calc(100% - 89px);
    }

    .popular-categories .swiper-container-horizontal>.swiper-pagination-bullets,
    .popular-categories .swiper-pagination-custom,
    .popular-categories .swiper-pagination-fraction {
        bottom: 54px;
    }

    .popular-categories {
        padding-bottom: 90px;
    }

    .content-padding {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .slider-top {
        margin-bottom: 30px;
    }

    .category-preview-item-img {
        padding-left: 0px;
    }

    .category-preview-item-first-img {
        overflow: hidden;
    }

    .category-preview-item-first-img img {
        width: 177%;
        max-width: 200%;
        right: -77%;
        position: relative;
    }

    .category-preview {
        display: none;
    }

    .category-preview-item {
        position: relative;
        width: calc(100% / 1);
    }

    .category-preview-item-img {
        max-height: fit-content;
    }

    .category-preview-item-first-img {
        max-height: fit-content;
    }

    .category-preview-item-first {
        position: relative;
        width: 100%;
    }

    .swiper-categories-mob {
        background-color: #fff;
    }

    .category-preview-item-img {
        padding-top: 0px;
    }

    .category-preview-item-heigth-mob {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .category-preview-item-title {
        font-size: 22px;
    }

    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.swiper * {
    user-select: none;
}

.category-preview-item-title {
    padding-right: 15px;
}

@media (max-width: 385px) {
    .category-preview-item-title {
        font-size: 20px;
    }
}

@media (min-width: 568px) {
    .swiper-categories-mob {
        display: none;
    }
}

.product-catalog {
    width: 100%;
    position: relative;
}

.product-catalog-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-catalog-top .ssilka-style {
    position: relative;
    top: 2px;
}

.ssilka-style {
    transition: all 0.3s;
    color: #551934;
    padding: 14px 25px;
    border: 1px solid #551934;
    display: flex;
    border-radius: 10px;
    width: fit-content;
    width: 223px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.ssilka-style:hover {
    background-color: #551934;
    color: #fff;
}

.product-preview {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #B4B4B4;
    border-left: 1px solid #B4B4B4;
}

.product-preview-item {
    border-right: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    width: calc(100% / 4);
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-preview-item-colors {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.product-preview-item-colors div {
    display: flex;
    cursor: pointer;
}

.product-preview-item-img {
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-bottom: 5px;
}

img {
    height: auto;
}

.product-preview-item-title {
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-preview-item-price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-preview-item-main {
    font-size: 30px;
    font-weight: 600;
    color: #551934;
}

.product-preview-item-old s {
    font-size: 17px;
    color: rgba(111, 111, 111, 1);
}

.product-preview-item-hit {
    width: 69px;
    height: 31px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #551934;
    font-size: 17px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.decktop-menu-2ur {
    padding-top: 0px;
    margin-top: 0px;
    position: absolute;
    width: 240px;
    left: 0px;
    top: 18px;
    /* display: none; */
    transition: all 0.4s;
    z-index: -3;
    opacity: 0;
    pointer-events: none;
}

.header-fix {
    position: fixed !important;
    width: 100% !important;
    z-index: 1000 !important;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    top: -100%;
}

.header-fix.active {
    opacity: 1;
    top: 0;
    visibility: visible;
}

.header-fix .decktop-menu-2ur {
    padding-top: 0px;
    margin-top: 0px;
    position: absolute;
    width: 250px;
    left: 0px;
    top: 18px;
    /* display: none; */
    transition: all 0.4s;
    z-index: -3;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
}

.decktop-menu-2ur ul {
    width: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 10px 0;
    display: flex;
    margin-top: 24px;
    flex-direction: column;
    gap: 12px;
}

.decktop-menu-2ur ul li {
    padding-inline: 15px;
}

.header-fix .decktop-menu-2ur ul {
    margin-top: 0;
    align-items: start;
    gap: 8px;
}

.header {
    z-index: 3;
}

.decktop-menu-2ur ul li a {
    color: #373737;
    font-size: 15px;
    font-weight: 400;
}

.header-fix .decktop-menu-2ur ul li a {
    font-size: 13px;
}

.header-bottom nav ul li:hover .decktop-menu-2ur {
    display: flex;
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
}

.header-fix nav ul li:hover .decktop-menu-2ur {
    display: flex;
    z-index: 100;
    opacity: 1;
    pointer-events: auto;
}

.header-bottom nav ul li:hover svg,
.header-fix nav ul li:hover svg {
    transform: rotateX(180deg);
}

.header-bottom nav ul li,
.header-fix nav ul li {
    position: relative;
}

.product-preview-item-img {
    border: 1px solid #fff;
}

.prod_shop__contact-socials>div {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
}

.prod_shop__contact-socials {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 30px 0 0;
    justify-content: center;
    text-align: center;
}

.prod_shop__contact-socials a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.prod_shop__contact-socials img {
    width: 60px;
}

@media (max-width: 1360px) {
    .product-preview-item-main {
        font-size: 32px;
    }

    .product-preview-item-old s {
        font-size: 16px;
    }
}

@media (max-width: 1060px) {
    .product-preview-item-main {
        font-size: 24px;
    }

    .product-preview-item-old s {
        font-size: 15px;
    }

    .ssilka-style {
        padding: 12px 21px;
        width: 213px;
    }
}

.mob-menu-open {
    cursor: pointer;
}

@media (max-width: 860px) {
    .ssilka-style {
        padding: 10px 21px;
        width: 203px;
    }

    .product-preview-item-main {
        font-size: 21px;
    }

    .product-preview-item-old s {
        font-size: 14px;
    }

    .product-preview-item {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .product-preview-item {
        width: calc(100% / 2);
    }
}

@media (max-width: 567px) {
    .product-preview {
        display: none;
    }

    .product-catalog-top .ssilka-style {
        display: none;
    }

    .product-preview-item {
        width: calc(100% / 2);
    }

    .swiper .product-preview-item {
        width: calc(100% / 1);
    }

    .product-preview-item {
        border: 1px solid #B4B4B4;
    }

    .popular-categories .title-section {
        padding-left: 15px;
    }

    .ssilka-style-product-mob {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        left: 0px;
        bottom: 0px;
        position: absolute;
    }

    .ssilka-style-product-mob .ssilka-style {
        display: flex;
        padding: 14px 21px;
        width: 223px;
    }

    .ssilka-style-product-mob {
        bottom: -8px;
    }

    .product-catalog .swiper-pagination {
        display: none;
    }

    .product-preview-item-main {
        font-size: 16px;
    }

    .product-preview-item-old s {
        font-size: 16px;
    }

    .product-preview-item-title {
        font-size: 16px;
    }

    .product-preview-item-colors div.product-preview-item-plus {
        width: 20px;
    }
}

.product-catalog .product-preview {
    margin-bottom: 0px;
}

.order-section {
    padding-top: 110px;
    padding-bottom: 66px;
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: none;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.order-section .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.order-section-wrap {
    width: 100%;
}

.order-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 115%;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 92px;
}

.order-title span {
    display: block;
    text-align: right;
    font-weight: 900;
    font-size: 117px;
    line-height: 115%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}


.order-section-left {}

.order-section-rigth {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 70px;
    padding-bottom: 66px;
    border-bottom: 0.87px dashed #b6b6b6;
}

.order-section-left .title-section {
    max-width: 530px;
    color: #fff;
}

.order-form {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 32px;
    position: relative;
}

.order-form::after {
    content: '';
    position: absolute;
    height: calc(100% + 70px);
    top: -35px;
    right: -50px;
    width: 100vw;
    display: none;
    /* background: rgba(255, 255, 255, 0.58); */
}

input {
    outline: none;
    border: none;
    user-select: none;
}

button {
    user-select: none;
}

button {
    outline: none;
    border: none;
}

.order-form input {
    max-width: 316px;
    width: 100%;
    height: 56px;
    padding: 5px 22px;
    color: #000;
    font-size: 17px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(14, 30, 78, 0.2);
    background: #fff;
}

.order-form button {
    transition: all 0.3s;
    width: 100%;
    max-width: 315px;
    height: 56px;
    padding: 5px 22px;
    color: #fff;
    font-size: 19px;
    box-shadow: 0 1px 3px 0 rgba(14, 30, 78, 0.2), inset 0 1px 2px 0 rgba(167, 207, 243, 0.25);
    background: #e6af31;
    position: relative;
    z-index: 2;
    border-radius: 10px;
}



.order-form button:hover {
    background: rgba(2, 94, 186, 0);
    color: #551934;
    font-weight: 600;
}

.order-form input::placeholder {
    color: #373737;
    font-size: 20px;
}

.order-section-rigth {}

.order-section-rigth-item {
    display: flex;
    gap: 15px;
}

.order-section-rigth-item-icon {
    flex-shrink: 0;
}

.order-section-rigth-item-text {
    display: flex;
    flex-direction: column;
}

.order-section-rigth-item-text-title {
    color: #fff;
    font-size: 28px;

}

.order-section-rigth-item-text-desc {
    font-size: 18px;
    color: #d2d2d2;
    padding-top: 10px;
}

@media (max-width: 1360px) {
    .order-section-rigth-item-icon img {
        max-width: 48px;
    }

    .order-section-rigth-item {}
}

@media (max-width: 1160px) {
    .order-section-rigth-item-icon img {
        max-width: 44px;
    }

    .order-section-rigth-item {}
}


@media (max-width: 1060px) {
    .order-section-rigth-item-icon img {
        max-width: 44px;
    }

    .order-section-rigth-item {
        width: 100%;
        padding-bottom: 25px;
        gap: 31px;
    }

    .order-section-left .title-section {
        max-width: 394px;
    }

    .order-section-rigth {
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .order-section-left {
        width: 100%;
    }

    .order-section-rigth {
        width: 100%;
    }

    .order-section-rigth-item {
        max-width: 100%;
    }

    .order-form {
        margin-bottom: 20px;
        margin-top: 64px;
        margin-inline: auto;
    }

    .order-section {
        padding-top: 165px;
    }

    .order-section-left {
        order: 1;
    }

    .order-section .title-section {
        position: absolute;
        top: 40px;
    }

    .order-section-rigth-item {
        padding-bottom: 20px;
    }

    .order-section-rigth {
        gap: 20px;
    }

    .product-catalog .button-prev-pos {
        top: calc(100% - 89px);
    }

    .product-catalog .button-next-pos {
        top: calc(100% - 89px);
    }

    .product-catalog .swiper-container-horizontal>.swiper-pagination-bullets,
    .product-catalog .swiper-pagination-custom,
    .product-catalog .swiper-pagination-fraction {
        bottom: 54px;
    }

    .product-catalog {
        padding-bottom: 95px;
    }

    .product-catalog .ssilka-style-product-mob {
        bottom: 43px;
    }
}

.our-work-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our-work-top .ssilka-style {
    position: relative;
    top: 2px;
}

.our-work-preview {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.our-work-preview-item {
    width: calc((100% / 3) - 14px);
    min-height: 344px;
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: none;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.our-work-preview-item-img {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    height: 340px;
}

.our-work-preview-item-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (max-width: 1360px) {
    .our-work-preview-item {
        min-height: 314px;
    }
}

@media (max-width: 1160px) {
    .our-work-preview-item {
        min-height: 284px;
    }
}

@media (max-width: 1060px) {
    .our-work-preview-item {
        min-height: 224px;
    }
}

@media (max-width: 860px) {
    .our-work-preview-item {
        min-height: 194px;
    }
}

@media (max-width: 700px) {
    .our-work-preview-item {
        min-height: 174px;
    }

    .our-work-preview {
        gap: 15px;
    }

    .our-work-preview-item {
        width: calc((100% / 3) - 10px);
    }

    .our-work-preview-item-icon {
        right: 15px;
        top: 15px;
    }
}

.our-work {
    position: relative;
}

@media (max-width: 650px) {
    .our-work-preview-item {
        min-height: 154px;
    }
}

@media (max-width: 567px) {
    .our-work-top .ssilka-style {
        display: none;
    }

    .our-work .button-prev-pos {
        top: calc(100% - 89px);
    }

    .our-work .button-next-pos {
        top: calc(100% - 89px);
    }

    .our-work .swiper-container-horizontal>.swiper-pagination-bullets,
    .our-work .swiper-pagination-custom,
    .our-work .swiper-pagination-fraction {
        bottom: 54px;
    }

    .our-work {
        padding-bottom: 95px;
    }

    .our-work .ssilka-style-product-mob {
        bottom: 43px;
    }

    .our-work-preview-decktop {
        display: none;
    }

    .our-work .swiper-pagination {
        display: none;
    }

    .our-work-preview-item {
        width: 100%;
        height: fit-content;
    }

    .our-work-preview-item img {
        width: 100%;
    }

    .our-work .container {
        width: 100%;
        max-width: 100%;
    }

    .our-work .title-section {
        padding-left: 15px;
    }
}

.product-preview-item-fon-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s;
}

/* .product-preview-item-fon-hover .ssilka-style{background-color: #551934;color: #fff;} */
.product-preview-item:hover .product-preview-item-fon-hover {
    z-index: 1;
    /* opacity: 1;*/
}

/* .product-preview-item:focus .product-preview-item-fon-hover{z-index: 1;opacity: 1;} */
.product-preview-item {
    transition: all .4s;
}

.product-preview-item:hover {
    box-shadow: 0 0 10px 2px #72907685;
}

.swiper-categories-mob .product-preview-item-fon-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.62);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    cursor: pointer;
    opacity: 0 !important;
    transition: all 0.3s;
}

.our-work-preview-item-hover-fon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.62);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s;
}

.our-work-preview-item:hover .our-work-preview-item-hover-fon {
    opacity: 1;
}

.our-work-preview-item-hover-fon span {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .our-work-preview-item:hover .our-work-preview-item-hover-fon {
        opacity: 0;
    }
}

.fancybox__container *,
.fancybox__container::after,
.fancybox__container::before {
    color: #fff
}

/*22 05 2023*/
.work-map {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: rgba(245, 245, 245, 1);
    padding-top: 60px;
    padding-bottom: 50px;
}

.work-map-fon-left {
    background: linear-gradient(90deg, #FFFFFF 43.21%, #FFFFFF 69.58%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 45%;
    z-index: 1;
}

.work-map .container {
    z-index: 2;
    position: relative;
}

.work-map-content {
    width: 100%;
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.work-map-content-car {
    width: 61%;
    margin-left: -11%;
    display: flex;
    align-items: flex-end;
    margin-bottom: -11.5%;
    justify-content: center;
    padding-right: 10px;
}

.work-map-content-map {
    width: 50%;
    padding-right: 20px;
    padding-left: 40px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-map-content-elements {
    width: 100%;
    left: 0px;
    top: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    position: absolute;
    margin-left: -20px;
}

.work-map-content-element {
    min-width: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.work-map-content-element-text {
    font-size: 17px;
}

@media (max-width: 1632px) {
    .work-map-content-elements {
        gap: 10px;
    }
}

@media (max-width: 1600px) {
    .work-map-content-element {
        min-width: 135px;
    }

    .work-map-content-element-img {
        max-width: 67px;
    }

    .work-map-content-element-text {
        font-size: 15px;
    }
}

@media (max-width: 1510px) {
    .work-map-content-car {
        width: 60%;
    }

    .work-map-content-map {
        width: 49%;
    }
}

@media (max-width: 1460px) {
    .work-map-content-car {
        width: 58%;
    }

    .work-map-content-map {
        width: 47%;
    }
}

@media (max-width: 1400px) {
    .work-map-content-car {
        width: 57%;
    }

    .work-map-content-map {
        width: 46%;
    }
}

@media (max-width: 1320px) {
    .work-map-content-car {
        width: 57%;
    }

    .work-map-content-map {
        width: 46%;
    }

    .work-map-content-element-text {
        font-size: 14px;
    }

    .work-map-content-element {
        min-width: 128px;
    }

    .work-map-content-elements {
        gap: 5px;
    }
}

@media (max-width: 1240px) {
    .work-map-content-elements {
        top: 25px;
    }
}

@media (max-width: 1140px) {
    .work-map-content-elements {
        top: 20px;
    }

    .work-map-content-elements {
        margin-left: -10px;
    }
}

@media (min-width: 1081px) {
    .work-map-content-car-img-min {
        display: none;
    }

    .work-map-content-car-img-cr {
        display: none;
    }
}

@media (max-width: 1080px) {
    .work-map-content-car-img-max {
        display: none;
    }

    .work-map-content-car-img-cr {
        display: flex;
    }

    .work-map-content-car-img-min {
        display: none;
    }
}

@media (max-width: 767px) {
    .work-map-content-car-img-cr {
        display: none;
    }

    .work-map-content-car-img-min {
        display: flex;
    }
}

@media (max-width: 1080px) {
    .work-map-content-element-img {
        max-width: 89px;
    }

    .work-map-content {
        margin-top: 20px;
    }

    .work-map {
        padding-bottom: 10px;
    }

    .work-map-content-elements {
        margin-left: 0px;
    }

    .work-map-content-elements {
        gap: 1px;
    }

    .work-map-content-element-text {
        position: relative;
        left: -7px;
    }

    .work-map-content-car {
        padding-bottom: 14%;
        width: 94%;
        margin-top: -20%;
        z-index: 3;
        margin-top: -14%;
        left: 0px;
        margin-left: -12%;
        position: relative;
        order: -1;
        padding-right: 0px;
        padding-left: 0px;
    }

    .work-map-fon-left {
        display: none;
    }

    .work-map-content-elements {
        order: 0;
        order: -3;
        margin-top: 10px;
        margin-bottom: 40px;
        position: relative;
        left: 0;
        top: 0;
        padding-right: 0px;
        padding-left: 0px;
    }

    .work-map-content-map {
        width: 100%;
        left: 0px;
        position: relative;
        order: -2;
        padding-right: 0px;
        padding-left: 0px;
    }

    .work-map-content-map img {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .work-map-content-element {
        min-width: 110px;
    }

    .work-map-content-element-text {
        font-size: 13px;
    }

    .work-map-content-element-img {
        max-width: 79px;
    }

    .work-map-content-element-text {
        position: relative;
        left: 0px;
    }
}

@media (max-width: 345px) {
    .work-map-content-element {
        min-width: 104px;
    }

    .work-map-content-element-text {
        font-size: 12px;
    }

    .work-map-content-element-img {
        max-width: 73px;
    }
}

@media (max-width: 360px) {
    .ssilka-style-product-mob .ssilka-style {
        width: 191px;
    }
}

.about-company {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    background: #fff9ec;
}

.about-company-img {
    width: 43%;
    height: 100% !important;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
}

.about-company-img img {
    height: 100%;
}

.about-company-text {
    width: 57%;
    padding-right: 20px;
    /* padding-left: max(5px, (100% - 1300px) / 2); */
    padding-left: calc((100vw - 1300px) / 2);
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-company-text-p {
    font-size: 19px;
    line-height: 1.5;
    max-width: 700px;
    max-width: 100%;
    width: 100%;

}

.about-company-text-p:not(:first-child) {
    margin-top: 15px;
}

.ul-stule-d {
    margin-top: 7px;
    margin-bottom: 7px;
    width: 100%;
    padding-right: calc((100vw - 1300px) / 2);
}

.ul-stule-d li {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    color: #343434;
    padding-left: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 13px;
    max-width: calc(100% - 10px);
    left: 10px;
}

.ul-stule-d li::before {
    content: '';
    position: absolute;
    left: -10px;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background-color: #551934;
    top: 6px;

}

@media (max-width: 1360px) {
    .about-company-text-p {
        padding-right: calc((100vw - 1100px) / 2);
    }

    .ul-stule-d {
        padding-right: calc((100vw - 1100px) / 2);
    }

    .about-company-text-p {
        font-size: 18px;
    }

    .about-company-text {
        padding-left: 30px;
    }

    .about-company-img {
        padding-right: 10px;
    }
}

@media (max-width: 1160px) {
    .about-company-text {
        padding-left: 20px;
    }

    .about-company-text-p {
        font-size: 17px;
    }

    .ul-stule-d li {
        font-size: 14px;
    }

    .about-company-text-p:not(:first-child) {
        margin-top: 10px;
    }

    .about-company-text-p {
        padding-right: calc((100vw - 1000px) / 2);
    }

    .ul-stule-d {
        padding-right: calc((100vw - 1000px) / 2);
    }
}

@media (max-width: 1060px) {
    .about-company-text-p {
        font-size: 17px;
    }

    .ul-stule-d li {
        font-size: 14px;
    }

    .about-company-text-p {
        padding-right: calc((100vw - 800px) / 2);
    }

    .ul-stule-d {
        padding-right: calc((100vw - 800px) / 2);
    }

    .ul-stule-d {
        margin-top: 3px;
        margin-bottom: 7px;
    }
}

@media (max-width: 767px) {
    .ul-stule-d li {
        font-size: 15px;
    }

    .about-company-text {
        width: 100%;
    }

    .about-company-text {
        padding-right: 15px;
        padding-left: 15px;
    }

    .about-company-img {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .about-company {
        padding-top: 115px;
        position: relative;
    }

    .about-company .title-section {
        top: 40px;
        position: absolute;
        left: 15px;
    }

    .about-company-text {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .ul-stule-d li {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

.advantages {
    width: 100%;
    position: relative;
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: none;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
    padding-top: 96px;
    padding-bottom: 110px;
}



.title-ooo {
    font-weight: 700;
    font-size: 30px;
    color: #000;
}

.title-fff {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
}

.advantages-title {
    color: #551934;
    font-weight: 700;
    font-size: 47px;
    max-width: 600px;
    margin-bottom: 50px;
}

.advantages-elements {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 50px
}

.advantages-element {
    width: 100%;
    max-width: 1186px;
    display: flex;
    backdrop-filter: blur(38px);
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 24px;
    position: relative;
    flex-basis: 32%;
}

.advantages-element-order {
    position: absolute;
    top: -30px;
    left: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #551934;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.advantages-element-text {
    width: 100%;
    font-size: 17px;
    line-height: 129%;
    color: #656565;
}

.advantages-element-order-number {
    font-weight: 400;
    font-size: 42px;
    text-align: justify;
    color: #fff;
    z-index: 2;
    position: relative;
}

.advantages-element-order-img {
    position: absolute;
}

@media (max-width: 1360px) {
    .advantages-element-text {
        font-size: 16px;
    }

    .title-fff {
        font-size: 28px;
    }

    .title-ooo {
        font-size: 28px;
    }
}

@media (max-width: 1060px) {
    .advantages-element-text {
        font-size: 17px;
    }

    .title-fff {
        font-size: 26px;
    }

    .title-ooo {
        font-size: 26px;
    }
}

.advantages-elements-fon-mob {
    display: none;
}

.advantages-elements-fon-mob-2 {
    display: none;
}

@media (max-width: 767px) {
    .advantages-title {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .advantages-element-text {
        font-size: 17px;
    }

    .title-fff {
        font-size: 26px;
    }

    .title-ooo {
        font-size: 26px;
    }

    .advantages-element {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .advantages-element {
        flex-wrap: wrap;
    }

    .advantages-element-text {
        padding-left: 0px;
        padding-top: 5px;
        position: relative;
        top: 0;
    }

    .advantages-element-order {
        position: relative;
        top: 0px;
        left: 0;
        width: 50px;
        height: 50px;
    }

    section ul {
        padding-left: 0px;
    }

    .advantages-element-order-number {
        font-size: 26px;
    }

    .advantages-element:last-child {
        padding-bottom: 0px;
    }

    .advantages-elements {
        margin-top: 15px;
    }

    .advantages-elements {
        position: relative;
    }

    .advantages-element {
        background: none;
        padding-left: 0px;
        padding-right: 0px;
        padding: 0;
    }

    .advantages-elements-fon-mob {
        position: absolute;
        top: 0px;
        left: 0px;
        height: calc(100% - 7px);
        width: calc(100% + 60px);
        left: -30px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), linear-gradient(0deg, rgba(2, 94, 186, 0.13), rgba(2, 94, 186, 0.13));
        display: none;
    }

    .advantages {
        padding-bottom: 33px;
    }

    .advantages-elements-fon-mob-2 {
        display: flex;
        position: absolute;
        top: 0px;
        left: -15px;
    }


}

.reviews {
    position: relative;
    padding-bottom: 80px;
    background: #fffcf6;
}

.swiper3 {
    width: calc(100% - 26px);
    position: relative;
    left: 11px;
    padding-bottom: 80px;
}

.swiper3-container {
    width: calc(100% + 22px);
    position: relative;
    left: -11px;
    overflow: hidden;
}

.reviews-element {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.11);
    background: #fff;
    border-radius: 5px;
    padding: 24px;
}

.reviews-element-client {
    width: 100%;
    display: flex;
}

.reviews-element-client-left {
    display: flex;
    align-items: center;
    gap: 17px;
    justify-content: center;
}

.reviews-element-client-rigth {
    flex-shrink: 0;
    margin-left: auto;
    color: #BFBFBF;
}

.reviews-element-client-left-rigth {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reviews-element-client-left-rigth-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: 2px;
}

.reviews-element-text {
    color: #373737;
    margin-top: 25px;
    margin-bottom: 0px;
}

.mySwiper2 {
    margin-top: 25px;
}

.swiper3 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 4px;
}

.swiper3 .button-prev-pos {
    top: calc(100% - 39px);
    left: 0px;
    z-index: 11;
}

.swiper3 .button-next-pos {
    top: calc(100% - 39px);
    right: 0px;
    z-index: 11;
}

@media (max-width: 767px) {
    .swiper3 .button-prev-pos {
        left: 15px;
    }

    .swiper3 .button-next-pos {
        right: 15px;
    }

    .reviews-element {
        padding: 15px;
    }
}

.reviews-element {
    overflow: hidden;
}

.mySwiper {
    overflow: hidden;
    margin-top: 5px;
}

.mySwiper .swiper-slide {
    width: 61.8px !important;
    height: 61.8px !important;
    display: flex;
    cursor: pointer;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.reviews-element-text {
    border: 1px solid #fff;
}

.mySwiper .swiper-slide:last-child {
    margin-right: 0px !important;
}

.mySwiper .swiper-slide img {
    max-width: 170%;
}

.mySwiper2 {
    position: relative;
    overflow: hidden;
}

.mySwiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.swiper-button-next-asd-vl {
    position: absolute;
    right: 10px;
    top: calc(50% - 22px);
    z-index: 3;
}

.swiper-button-disabled {
    opacity: 0.5;
}

.swiper-button-prev-asd-vl {
    position: absolute;
    left: 10px;
    top: calc(50% - 22px);
    z-index: 3;
}

.reviews-element-client-rigth {
    position: relative;
    top: 5px;
}

.reviews-element-client-left-left {
    width: 73px;
}

@media (max-width: 767px) {
    .reviews-element-client-left-rigth-name {
        font-size: 20px;
    }

    .reviews-element-client-rigth {
        font-size: 15px;
    }

    .swiper3 {
        width: calc(100% - 0px);
        left: 0px;
    }

    .swiper3-container {
        width: calc(100% + 30px);
        left: -15px;
    }

    .mySwiper2 img {
        width: 100%;
    }

    .swiper3 .swiper-slide-active {
        background: #fff;
    }

    .reviews-element-text {
        font-size: 15px;
    }

    .swiper3 {
        padding-bottom: 65px;
    }

    .swiper-button-next-asd-vl circle {
        fill: #000 !important;
    }

    .swiper-button-prev-asd-vl circle {
        fill: #000 !important;
    }
}

.answers-on-questions-content {
    position: relative;
    width: 100%;
    align-items: flex-end;
    display: flex;
}

.answers-on-questions-content-r {
    flex-shrink: 0;
    padding-left: 0px;
    position: relative;
    right: -30px;
}

.answers-on-questions-content-l {
    width: 100%;
    padding-right: 40px;
}

.answers-on-questions-content-l-text {
    font-size: 17px;
    margin-bottom: 30px;
}

.answers-on-questions-content-l-text:not(:nth-child(2)) {
    padding-top: 30px;
}

.answers-on-questions-content-l-element {
    display: flex;
    padding-bottom: 15px;
    margin-top: 35px;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 0.5px solid rgba(180, 180, 180, 1)
}

.answers-on-questions-content-l-element-title {
    font-weight: 400;
    user-select: none;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.answers-on-questions-content-l-element-title-text {
    width: 100%;
    font-size: 19px;
}

.answers-on-questions-content-l-element-title-icon {
    flex-shrink: 0;
    position: relative;
    top: -2px;
}

.answers-on-questions-content-l-element-text {
    max-height: 0px;
    transition: all 0.3s;
    overflow: hidden;
}

.answers-on-questions-content-l-element-title-icon {
    height: fit-content;
    display: flex;
}

.answersActive .answers-on-questions-content-l-element-title-icon {
    transition: all 0.3s;
    transform: rotateX(180deg);
}

.answers-on-questions-content-l-element-text {
    font-size: 17px;
    font-weight: 300;
}

@media (max-width: 1160px) {
    .answers-on-questions-content-r {
        max-width: 280px;
    }
}

@media (max-width: 1060px) {
    .answers-on-questions-content-r {
        max-width: 230px;
    }

    .answers-on-questions-content-l {
        padding-right: 20px;
    }

    .answers-on-questions-content-l-element-title-text {
        font-size: 18px;
    }
}

.answers-on-questions-content-l-element-title-text {
    padding-right: 20px;
}

@media (max-width: 767px) {
    .answers-on-questions-content-l-element-title-text {
        font-size: 17px;
    }

    .answers-on-questions-content-r {
        display: none;
    }

    .answers-on-questions-content-l {
        padding-right: 0px;
    }

    .answers-on-questions-content-l-element-text {
        font-size: 15px;
    }

    .answers-on-questions-content-l-element {
        margin-top: 25px;
    }
}

@media (min-width: 1161px) {
    .answers-on-questions {
        padding-top: 75px;
    }
}

.blockquote {
    width: 100%;
    padding: 0px;
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: none;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.blockquote .container {
    display: flex;
    justify-content: end;
}

.blockquote blockquote {
    max-width: 740px;
    width: 100%;
    margin-inline: auto;
    backdrop-filter: blur(4px);
    background: rgba(85, 25, 52, 0.9);
    padding: 25px 40px;
    padding-right: 94px;
    border: none;
    font-size: 27px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin: 0 !important;
}

.blockquote blockquote p {
    padding: 0px;
    margin: 0px;
    font-weight: 200;
    font-size: 27px;
    line-height: 140%;
    text-align: center;
    font-weight: 100;
    color: #fff;
}

.blockquote blockquote a {
    color: #fff;
    font-weight: 800;
}

@media (max-width: 1200px) {
    .blockquote blockquote {
        font-size: 23px;
    }

    .blockquote blockquote p {
        font-size: 23px;
    }

    .blockquote blockquote a {
        font-size: 23px;
    }
}

@media (max-width: 1100px) {
    .blockquote blockquote {
        font-size: 22px;
    }

    .blockquote blockquote p {
        font-size: 22px;
    }

    .blockquote blockquote a {
        font-size: 22px;
    }
}

@media (max-width: 1000px) {
    .blockquote blockquote {
        font-size: 21px;
    }

    .blockquote blockquote p {
        font-size: 21px;
    }

    .blockquote blockquote a {
        font-size: 21px;
    }
}

@media (max-width: 870px) {
    .blockquote blockquote {
        font-size: 20px;
    }

    .blockquote blockquote p {
        font-size: 20px;
    }

    .blockquote blockquote a {
        font-size: 20px;
    }

    .blockquote blockquote {
        padding: 40px 40px;
    }
}

@media (max-width: 767px) {
    .blockquote blockquote {
        font-size: 19px;
        display: flex;
        flex-direction: column;
    }

    .blockquote blockquote p {
        font-size: 19px;
    }

    .blockquote blockquote a {
        font-size: 19px;
    }

    .blockquote .container {
        max-width: 100%;
        width: 100%;
    }

    .blockquote {
        width: 100%;
        padding: 0px 0px;
    }

    .blockquote blockquote {
        padding: 40px 15px;
    }

    .blockquote blockquote a {
        margin-left: 0px;
        margin-top: 4px;
    }
}

.footer {
    background: #fffcf6;
    box-shadow: 0px -4px 7px 0px rgba(0, 0, 0, 0.07);
    padding-top: 60px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.footer-top {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.footer-top .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom {
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(240, 240, 240, 1)
}

.footer-top-block {
    display: flex;
    padding-top: 4px;
    flex-direction: column;

    padding-left: 50px;
    padding-right: 15px;
    border-right: 1px solid rgba(217, 217, 217, 1);
}

.footer-top-block-1 {
    padding-left: 0px !important;
    width: 18%;
}

.footer-top-block-2 {
    width: 28%;
}

.footer-top-block-3 {
    width: 26%;
}

.footer-top-block-4 {
    align-items: center;
    border-right: 0px solid rgba(217, 217, 217, 1);
    padding-right: 0px !important;
    width: 28%;
}

.footer-tel {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 4px;
    display: block;
    text-align: end;
}

.footer-logo {
    margin-bottom: 14px;
}

.footer-mail {
    margin-bottom: 11px;
    margin-top: 9px;
    display: flex;
    align-items: center;
}

.footer-mail span {
    font-weight: 600;
    margin-right: 5px;
    font-size: 20px;
}

.footer-mail a {
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

.footer-top-block-title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.footer-top-block-title svg {
    display: none;
}

.footer-top-block-title span {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.footer-top-block ul {
    display: flex;
    flex-direction: column;
}

.footer-top-block ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-top-block ul li a {
    color: rgba(55, 55, 55, 1);
    font-size: 20px;
    font-weight: 400;
}

.footer-top-block-3-adres {
    color: rgba(55, 55, 55, 1);
    font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-top-block-title-povt {
    margin-top: 25px;
}

.footer-top-block-3-reiting {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.footer-top-block-3-reiting-top {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-top-block-3-reiting-top-text {
    color: rgba(55, 55, 55, 1);
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: 2px;
}

.footer-top-block-3-reiting-bottom {
    color: rgba(55, 55, 55, 1);
    font-size: 20px;
    font-weight: 400;
    margin-top: 1px;
}

.footer-soc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer-bottom .container {
    width: 100%;
    position: relative;
}

.footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.footer-bottom-2-text {
    font-size: 16px;
    font-weight: 300;
}

.footer-bottom-1 {
    color: #414141;
    font-size: 20px;
    font-weight: 300;
}

.footer-bottom-3 {
    color: #414141;
    font-size: 20px;
    font-weight: 300;
}

.footer-bottom-2-text {
    color: #414141;
    font-size: 16px;
    font-weight: 300;
}

.footer-bottom {
    padding-top: 30px;
}

.footer-top {
    padding-bottom: 50px;
}

.footer-top-block * {
    line-height: 1.2;
}

@media (max-width: 1360px) {
    .footer-top-block {
        padding-left: 40px;
    }

    .footer-top * {
        font-size: 17px !important;
    }

    .footer-bottom-1 {
        font-size: 17px;
    }

    .footer-bottom-3 {
        font-size: 17px;
    }

    .footer-top-block-1 {
        width: 20%;
    }

    .footer-top-block-2 {
        width: 26%;
    }

    .footer-logo {
        max-width: 177px;
    }
}

@media (max-width: 1160px) {
    .footer-logo {
        max-width: 167px;
    }

    .footer-top-block {
        padding-left: 30px;
    }

    .footer-bottom-2-text {
        font-size: 14px;
    }

    .footer-top * {
        font-size: 16px !important;
    }

    .footer-bottom-1 {
        font-size: 16px;
    }

    .footer-bottom-3 {
        font-size: 16px;
    }

    .footer-top-block-3-reiting-top {
        gap: 25px;
    }
}

.footer-mail {
    flex-wrap: wrap;
}

.footer-top-block-3-reiting-bottom {
    margin-top: 5px;
}

.footer-mail a {
    white-space: nowrap;
}

@media (max-width: 1060px) {
    .footer-top-block-3-reiting-top {
        gap: 20px;
    }

    .footer-logo {
        max-width: 157px;
    }

    .footer-top-block {
        padding-left: 15px;
    }

    .footer-top * {
        font-size: 15px !important;
    }

    .footer-bottom-1 {
        font-size: 15px;
    }

    .footer-bottom-2-text {
        font-size: 13px;
    }

    .footer-bottom-3 {
        font-size: 15px;
    }

    .footer {
        padding-top: 50px;
    }

    .footer-top {
        padding-bottom: 40px;
    }

    .footer-bottom {
        padding-top: 20px;
    }
}

@media (max-width: 860px) {
    .footer-bottom {
        padding-top: 5px;
        border: none;
    }

    .footer {
        padding-top: 20px;
    }

    .footer-top {
        padding-bottom: 20px;
    }

    .footer-top-block-3-reiting-top {
        gap: 15px;
    }

    .footer-top-block {
        border: none;
        width: 50%;
    }

    .footer-top-block-3 {
        padding-left: 0px;
    }

    .footer-top-block {
        padding-bottom: 18px;
        padding-top: 18px;
    }

    .footer-bottom .container {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .footer-bottom-2 {
        order: 1;
        margin-top: 10px;
    }

    .footer-logo {
        max-width: 157px;
    }

    .footer-top * {
        font-size: 15px !important;
    }

    .footer-bottom-1 {
        font-size: 15px;
    }

    .footer-bottom-2-text {
        font-size: 13px;
    }

    .footer-bottom-3 {
        font-size: 15px;
    }
}

.footer-top-adres {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 600px) {
    body .footer-top-block-3 {
        padding-top: 1px;
    }

    .footer-top-block-3-reiting {
        margin-top: 10px;
    }

    .footer-top-block-3-reiting-top {
        gap: 25px;
    }

    body .footer-top-block-1 {
        padding-bottom: 5px;
    }

    body .footer-top-block-2 {
        padding-top: 5px;
    }

    .footer-top-adres {
        margin-bottom: 8px;
        margin-top: 8px;
        flex-direction: row;
    }

    .footer-top-adres .footer-top-block-3-adres {
        margin-left: 10px;
    }

    .footer-top-adres .footer-top-block-title {
        gap: 0px;
    }

    .footer-top-block ul li {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .footer-top {
        padding-bottom: 16px;
    }

    .footer-top-block-1 {
        margin-top: 8px;
    }

    body .footer-top-adres * {
        font-size: 16px !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top-block {
        padding-right: 0px !important;
    }

    .footer-top-adres .footer-top-block-title::after {
        content: ':';
    }

    .footer-top-block {
        padding-left: 0px;
        width: 100%;
    }

    .footer-top * {
        font-size: 20px !important;
    }

    .footer-bottom-1 {
        font-size: 20px;
    }

    .footer-bottom-3 {
        font-size: 20px;
    }

    .footer-bottom-2-text {
        font-size: 16px;
    }

    .footer {
        background: #fff;
    }

    .footer-top-block-4 {
        order: -4;
    }

    .footer-top-block-3 {
        order: -3;
    }

    .footer-top-block-title {
        user-select: none;
        cursor: pointer;
    }

    .footer-top-block-title svg {
        display: flex;
        position: relative;
        top: 1px;
    }

    .munu-footor {
        transition: all 0.3s;
        overflow: hidden;
        max-height: 0px;
    }

    .footer-logo {
        margin-bottom: 11px;
    }

    .footer-tel {
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .footer-top-block {
        padding-bottom: 13px;
        padding-top: 13px;
    }
}

@media (max-width: 355px) {
    body .footer-top-adres * {
        font-size: 14px !important;
    }

    .footer-top * {
        font-size: 18px !important;
    }

    .footer-bottom-1 {
        font-size: 18px;
    }

    .footer-bottom-3 {
        font-size: 18px;
    }
}

.up-top svg {
    cursor: pointer;
    transition: all 0.3s;
}

.up-top svg * {
    transition: all 0.3s;
}

.up-top svg:hover rect {
    fill: #fff;
}

.up-top svg {
    border: 1px solid rgba(2, 94, 186, 0);
}

.up-top svg:hover {
    border: 1px solid #551934;
}

.up-top svg:hover path {
    stroke: #551934;
}

.up-top {
    order: -6;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    z-index: 16;
    margin-top: 15px;
    margin-bottom: 20px;
}

@media (min-width: 601px) {
    .up-top {
        position: fixed;
        left: 20px;
        bottom: 20px
    }
}

.footer-top-block-title svg {
    transition: all 0.3s;
}

.munuFooterActive svg {
    transform: rotate(90deg);
}

.bread-crumbs {
    width: 100%;
    position: relative;
}

.bread-crumbs .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bread-crumbs-right {
    margin-left: 9px;
    margin-right: 9px;
}

.bread-crumbs * {
    font-size: 15px;
}

.bread-crumbs a,
.bread-crumbs a span {
    color: #551934;
}

.bread-crumbs {
    margin-top: 25px;
}

.page-filter .product-catalog {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-filter {
    padding-top: 70px;
    padding-bottom: 0px;
}

.section-filter-functional {
    width: 100%;
    padding: 30px;
    background: #30021745;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section-filter-functional-left {
    display: flex;
    flex-wrap: wrap;
    width: 52%;
    align-items: center;
}

.title-section-filter {
    width: 100%;
    padding: 0px;
    padding-top: 70px;
    position: relative;
}

.filter-functional-element {
    user-select: none;
    padding: 12px 20px;
    background: #fff;
    width: fit-content;
    cursor: pointer;
}

.filter-functional-element-icon {
    margin-left: 15px;
}

.filter-functional-element {
    display: flex;
    align-items: center;
}

.filter-functional-element-text {
    font-weight: 400;
    font-size: 19px;
}

.filter-functional-element {
    min-height: 53px;
    position: relative;
}

.filter-functional-elements-dropdown {
    min-width: 100%;
    display: none;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    top: 53px;
    left: 0px;
}

.filter-dropdown-el {
    min-width: 100%;
    padding: 10px;
    background: #fff;
    text-align: center;
    justify-content: center;
    min-height: 53px;
    display: flex;
    /* border-top: 1px solid #551934; */
}

.filter-dropdown-el span {
    display: flex;
    line-height: 1;
    font-size: 17px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

.filter-dropdown-el:hover {
    transition: all 0.3s;
    background: #551934;
}

.filter-dropdown-el:hover span {
    color: #fff;
    transition: all 0.3s;
}

.section-filter {
    position: relative;
    z-index: 3;
}

.section-filter-functional-rigth {
    width: 48%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-filter-functional-rigth-sort {
    font-size: 19px;
    font-weight: 700;
}

.section-filter-functional-rigth-sort-elem {
    font-size: 19px;
    font-weight: 400;
}

.section-filter-functional-left {
    padding-right: 20px;
    gap: 24px;
}

@media (min-width: 1361px) {
    .page-filter .title-section1 {
        font-size: 60px;
    }
}

.section-filter-functional-rigth-sort-elem {
    user-select: none;
    cursor: pointer;
}

.filter-functional-element-active .filter-functional-elements-dropdown {
    display: flex;
}

.filter-functional-element-active svg {
    display: flex;
    transform: rotateX(180deg);
}

.filter-functional-element:nth-child(1) {
    z-index: 6;
}

.filter-functional-element:nth-child(2) {
    z-index: 5;
}

.filter-functional-element:nth-child(3) {
    z-index: 4;
}

.filter-functional-element:nth-child(4) {
    z-index: 3;
}

@media (max-width: 1360px) {
    .filter-functional-element {
        padding: 10px 16px;
    }

    .filter-functional-element {
        min-height: 49px;
    }

    .filter-dropdown-el {
        min-height: 49px;
    }

    .filter-functional-elements-dropdown {
        top: 49px;
    }

    .section-filter-functional {
        padding: 25px;
    }

    .section-filter-functional-left {
        padding-right: 15px;
    }

    .section-filter-functional-rigth-sort {
        font-size: 17px;
    }

    .section-filter-functional-rigth-sort-elem {
        font-size: 17px;
    }

    .section-filter-functional-rigth {
        padding-left: 15px;
    }

    .section-filter-functional-rigth {
        gap: 15px;
    }

    .filter-functional-element-text {
        font-size: 18px;
    }

    .filter-functional-element-icon {
        margin-left: 12px;
    }

    .section-filter-functional-left {
        gap: 20px;
    }

    .section-filter {
        padding-top: 60px;
    }

    .page-filter .product-catalog {
        padding-top: 60px;
    }

    .title-section-filter {
        padding-top: 60px;
    }
}

@media (max-width: 1060px) {
    .filter-dropdown-el span {
        font-size: 15px;
    }

    .filter-dropdown-el {
        min-height: 45px;
    }

    .filter-functional-element {
        min-height: 45px;
    }

    .filter-functional-elements-dropdown {
        top: 45px;
    }

    .filter-functional-elements-dropdown {
        max-width: 220px;
    }

    .filter-dropdown-el {
        max-width: 100%;
    }

    .filter-dropdown-el span {
        white-space: initial;
        line-height: 1.4;
    }

    .title-section-filter {
        padding-top: 50px;
    }

    .section-filter-functional-rigth {
        justify-content: flex-start;
    }

    .section-filter {
        padding-top: 50px;
    }

    .page-filter .product-catalog {
        padding-top: 50px;
    }
}

@media (max-width: 860px) {
    .title-section-filter {
        padding-top: 40px;
    }

    .section-filter {
        padding-top: 40px;
    }

    .page-filter .product-catalog {
        padding-top: 40px;
    }
}

.page-filter .content-padding {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .section-filter-functional-left {
        width: 100%;
        justify-content: center;
        padding-right: 15px;
    }

    .section-filter-functional-rigth {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
        justify-content: center;
    }

    .filter-functional-element {
        min-width: 150px;
    }

    .title-section-filter {
        padding-top: 35px;
    }

    .section-filter {
        padding-top: 35px;
    }

    .page-filter .product-catalog {
        padding-top: 35px;
    }
}

@media (max-width: 567px) {
    .page-filter .product-catalog {
        padding-bottom: 95px;
    }

    .page-filter .product-preview {
        display: flex;
    }
}

.ssilka-style-filter-me {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 860px) {
    .ssilka-style-filter-me {
        margin-top: 45px;
    }
}

@media (max-width: 567px) {
    .ssilka-style-filter-me {
        margin-top: 35px;
    }
}

.filter-text-section {
    position: relative;
    width: 100%;
}

.filter-text-section-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.filter-text-section-content p {
    font-size: 19px;
    margin: 0px;
}

.filter-text-section-content ul {
    margin: 0px;
}

.filter-text-section-content * {
    color: #343434;
}

.page-filter .ul-stule-d {
    max-width: 690px;
    padding-right: 0px;
}

.page-filter .ul-stule-d li {
    align-items: flex-start;
}

.page-filter .ul-stule-d li::before {
    top: 8px;
}

.page-filter .ul-stule-d li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.filter-text-section-content ol {
    gap: 25px;
    display: flex;
    flex-direction: column;
    padding: 0px;
}

.filter-text-section-content ol li {
    font-size: 19px;
}

.filter-text-section {
    padding-top: 20px;
    padding-bottom: 0px;
}

@media (max-width: 1060px) {
    .page-filter .product-catalog {
        padding-bottom: 60px;
    }
}

@media (max-width:860px) {
    .page-filter .product-catalog {
        padding-bottom: 50px;
    }
}

@media (max-width:767px) {
    .page-filter .product-catalog {
        padding-bottom: 40px;
    }

    .filter-text-section-content ol li {
        font-size: 18px;
    }

    .filter-text-section-content p {
        font-size: 18px;
    }
}

@media (max-width:567px) {
    .page-filter .product-catalog {
        padding-bottom: 35px;
    }

    .filter-text-section-content ol li {
        font-size: 17px;
    }

    .filter-text-section-content p {
        font-size: 17px;
    }
}

.title-section-3 {
    padding-top: 0px;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
}

.title-section-4 {
    padding-top: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.title-section-padding-3 {
    padding-bottom: 60px;
}

@media (min-width:1061px) {
    .page-single .product-catalog-sop {
        padding-top: 20px;
    }
}

@media (min-width:1161px) {
    .page-single .product-catalog-sop {
        padding-top: 40px;
    }
}

@media (min-width:1361px) {
    .page-single .product-catalog-sop {
        padding-top: 50px;
    }
}

.single-section {
    width: 100%;
    position: relative;
}

.single-content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.single-content-left {
    width: 400px;
    display: flex;
    padding-right: 10px;
    flex-direction: column;
}

.single-content-right {
    padding-left: 12px;
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
}

/* .single-content-right .single-content-right-slider{} */
.single-content-right-slider {
    position: relative;
    padding-bottom: 70px;
    width: 100%;
}

.single-img-active {
    padding: 60px 30px;
    border: 1px solid rgba(180, 180, 180, 1);
}

.single-img-360 {
    margin-top: 60px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.swiper-slide-img {
    border: 1px solid rgba(180, 180, 180, 1);
    padding: 2px 5px;
}

.page-single .swiper-button-prev-asd-single {
    top: auto;
    z-index: 33;
    bottom: 10px;
    left: 0px;
}

.page-single .swiper-button-next-asd-single {
    top: auto;
    bottom: 10px;
    z-index: 33;
    right: 0px;
}

.page-single .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 23px;
}

.single-prise {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.single-prise-left {
    background: #F9F9F9;
    display: flex;
    flex-direction: column;
    width: 56%;
    padding: 30px 10px;
}

.single-prise-right {
    width: calc(44% - 15px);
    margin-left: auto;
}

.additional-prices-element-next-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #551934;
    width: fit-content;
}

.additional-prices-element-prev {
    width: 26px;
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.additional-prices-element {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.additional-prices-element-next {
    width: 26px;
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.additional-prices-element-kol {
    padding: 0px 3px;
    font-size: 16px;
    font-weight: 400;
    width: 26px;
    min-height: 26px;
    text-align: center;
    border-left: 1px solid #551934;
    border-right: 1px solid #551934;
}

.additional-prices-element-text {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    font-weight: 400;
}

.additional-prices-element-next-prev {
    flex-shrink: 0;
}

.additional-prices-element-prise {
    flex-shrink: 0;
}

.additional-prices-element-prise {
    color: #551934;
    font-weight: 700;
    font-size: 16px;
}

.additional-prices-elements {
    gap: 18px;
}

.additional-prices-element-next {
    cursor: pointer;
    transition: all 0.3s;
}

.additional-prices-element-prev {
    cursor: pointer;
    transition: all 0.3s;
}

.additional-prices-element-next * {
    transition: all 0.3s;
}

.additional-prices-element-prev * {
    transition: all 0.3s;
}

.additional-prices-element-next:hover {
    background-color: #551934;
}

.additional-prices-element-prev:hover {
    background-color: #551934;
}

.additional-prices-element-prev:hover path {
    fill: #fff;
}

.additional-prices-element-next:hover path {
    fill: #fff;
}

.single-final-price {
    padding: 35px 20px 30px 20px;
    background: rgba(2, 137, 129, 0.11);
    display: flex;
    flex-direction: column;
}

.single-final-price-price {
    display: flex;
    align-items: center;
    width: 100%;
}

.single-final-price-price-text {
    color: #000000;
    font-weight: 700;
    font-size: 26px;
}

.single-final-price-price-top {
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: center;
}

.single-final-price-price-top-value {
    color: #551934;
    font-weight: 700;
    font-size: 26px;
}

.single-final-price-price-top-valuta {
    color: #551934;
    font-weight: 700;
    font-size: 26px;
    margin-left: 5px;
}

.single-final-price-old-top {
    margin-left: 15px;
}

.single-final-price-old-top s {
    color: #6F6F6F;
    font-size: 17px;
}

.single-final-price-old-top s span {
    color: #6F6F6F;
    font-size: 17px;
}

/*28.05 */
.single-final-price-order {
    background: #551934;
    border: 1px solid #551934;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 14px 25px 16px 25px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s;
    width: 200px;
    margin: auto;
}

.single-final-price-order:hover {
    color: #551934;
    background: rgba(230, 242, 255, 1);
}

.single-final-price-images {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    gap: 10px;
}

.single-final-advantages {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.single-final-advantages-element {
    width: calc(50% - 15px);
    margin-top: 24px;
    padding: 17px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-final-advantages-element-text {
    min-height: 48px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.single-description {
    width: 100%;
    display: flex;
    margin-top: 60px;
    flex-direction: column;
}

.single-description-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
}

.single-description-top-element {
    font-weight: 600;
    user-select: none;
    cursor: pointer;
    font-size: 26px;
    padding-bottom: 7px;
    border-bottom: 2px solid #fff;
}

.dataTabClickJSActive {
    border-bottom: 2px solid #000;
}

.single-description-bottom {
    margin-top: 60px;
}

.dataTabContentJSNone {
    display: none;
}

.swiper-slide-img {
    cursor: pointer;
}

.additional-prices-element-next-prev {
    user-select: none;
}

.single-img-360-top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.single-img-360-img {
    display: none;
}

.single-img-360-nav {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
    margin-top: 10px;
}

.single-img-360-img-active {
    display: flex;
}

.single-img-360-nav .style-button {
    display: flex;
}

.single-img-360-top {
    user-select: none;
}

@media (min-width: 1361px) {
    .page-single .filter-text-section-content p {
        font-size: 18px;
    }

    .page-single .filter-text-section-content ol li {
        font-size: 18px;
    }
}

@media (max-width: 1360px) {
    .single-content-left {
        width: 320px;
    }

    .single-content-right {
        width: calc(100% - 320px);
    }

    .single-final-price-price-text {
        font-size: 24px;
    }

    .single-final-price-price-top-value {
        font-size: 24px;
    }

    .single-final-price-price-top-valuta {
        font-size: 24px;
    }

    .single-final-price-old-top s {
        font-size: 16px;
    }

    .single-final-price-old-top s span {
        font-size: 16px;
    }

    .single-final-price-order {
        padding: 13px 25px 14px 25px;
    }

    .single-final-advantages-element-text {
        font-size: 16px;
    }

    .single-final-advantages-element {
        padding-left: 12px;
        padding-right: 12px;
    }

    .single-final-advantages-element {
        width: calc(50% - 12px);
    }

    .single-final-advantages-element {
        margin-top: 20px;
    }

    .single-final-advantages {
        margin-top: 50px;
    }

    .single-final-price {
        padding: 32px 19px 29px 19px;
    }

    .page-single .filter-text-section-content p {
        font-size: 17px;
    }

    .page-single .filter-text-section-content ol li {
        font-size: 17px;
    }

    .single-description {
        margin-top: 54px;
    }

    .single-description-bottom {
        margin-top: 54px;
    }

    .filter-text-section-content {
        gap: 23px;
    }
}

.page-single .single-section {
    padding-bottom: 0px;
}

.page-single .product-catalog {
    padding-bottom: 0px;
}

.page-single .product-catalog-sop {
    padding-bottom: 90px;
}

.page-single .product-catalog {
    padding-top: 115px;
}

.single-section {
    padding-top: 70px;
}

@media (max-width: 1360px) {
    .single-section {
        padding-top: 60px;
    }

    .page-single .title-section-padding-3 {
        padding-bottom: 50px;
    }

    .page-single .product-catalog-sop {
        padding-bottom: 80px;
    }

    .page-single .product-catalog {
        padding-top: 100px;
    }

    .single-description {
        margin-top: 50px;
    }

    .single-description-bottom {
        margin-top: 50px;
    }

    .single-description-top-element {
        font-size: 24px;
    }
}

@media (max-width: 1160px) {
    .single-description-top-element {
        font-size: 22px;
    }

    .page-single .title-section-padding-3 {
        padding-bottom: 40px;
    }

    .page-single .product-catalog-sop {
        padding-bottom: 60px;
    }

    .page-single .product-catalog {
        padding-top: 80px;
    }

    .single-description {
        margin-top: 40px;
    }

    .single-description-bottom {
        margin-top: 40px;
    }
}

.additional-prices-element-kol {
    pointer-events: none;
}

@media (max-width: 1160px) {
    .single-img-active {
        padding: 50px 20px;
    }

    .single-content-left {
        width: 300px;
    }

    .single-content-right {
        width: calc(100% - 300px);
    }

    .single-final-price-price-text {
        font-size: 21px;
    }

    .single-final-price-order {
        margin-top: 30px;
    }

    .single-final-price-images {
        margin-top: 30px;
    }

    .single-final-price-price-top-value {
        font-size: 21px;
    }

    .single-final-price-price-top-valuta {
        font-size: 21px;
    }

    .single-final-price-old-top s {
        font-size: 16px;
    }

    .single-final-price-old-top s span {
        font-size: 16px;
    }

    .single-final-price-order {
        padding: 12px 23px 13px 23px;
    }

    .single-final-advantages-element-text {
        font-size: 16px;
    }

    .single-final-advantages-element {
        padding-left: 10px;
        padding-right: 10px;
    }

    .single-final-advantages-element {
        width: calc(50% - 12px);
    }

    .single-final-advantages-element {
        margin-top: 18px;
    }

    .single-final-advantages {
        margin-top: 45px;
    }

    .single-final-price {
        padding: 30px 18px 28px 18px;
    }

    .filter-text-section-content {
        gap: 21px;
    }
}

.mySwiper-single {
    padding-left: 1px;
    overflow: hidden;
}

@media (max-width: 1060px) {
    .single-section {
        padding-top: 50px;
    }

    .single-content-left {
        width: 230px;
    }

    .single-content-right {
        width: calc(100% - 230px);
    }

    .single-img-active {
        padding: 30px 15px;
    }

    .single-final-price-price {
        flex-wrap: wrap;
    }

    .single-final-price-old-top {
        margin-left: auto;
    }

    .single-final-price-order {
        margin-top: 25px;
    }

    .single-final-price-order {
        padding: 11px 23px 12px 23px;
    }

    .single-final-price-images {
        margin-top: 25px;
    }

    .additional-prices-element-text {
        font-size: 14px;
    }

    .additional-prices-element-prise {
        font-size: 15px;
    }

    .additional-prices-element-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-description-top-element {
        font-size: 18px;
    }

    .single-final-advantages-element-img img {
        max-width: 42px;
    }

    .single-final-advantages-element-text {
        font-size: 15px;
    }

    .single-final-advantages {
        margin-top: 35px;
    }

    .page-single .product-catalog {
        padding-top: 60px;
    }

    .page-single .product-catalog-sop {
        padding-bottom: 50px;
    }
}

@media (max-width: 960px) {
    .additional-prices-element-text {
        font-size: 13px;
    }

    .additional-prices-element-prise {
        font-size: 14px;
    }
}

@media (max-width: 860px) {
    .single-section {
        padding-top: 40px;
    }

    .single-content-left {
        width: 180px;
    }

    .single-content-right {
        width: calc(100% - 180px);
    }
}

@media (max-width: 767px) {
    .single-section {
        padding-top: 35px;
    }

    .single-content-left {
        width: 100%;
        padding-right: 0px;
    }

    .single-img-active {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .single-content-right {
        padding-left: 0px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .single-content-right-slider-decktop {
        display: none;
    }

    .single-content-right-slider-mob {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .single-content-right {
        margin-top: 30px;
    }

    .page-single .product-catalog {
        padding-top: 45px;
    }

    .page-single .title-section-padding-3 {
        padding-bottom: 25px;
    }

    .single-img-360 {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .single-content-right-slider-mob {
        display: none;
    }
}

@media (max-width: 630px) {
    .single-prise-left {
        width: 100%;
    }

    .single-prise-right {
        width: 100%;
        margin-left: 0px;
        margin-top: 30px;
    }

    .single-final-price-price-top-valuta {
        font-size: 24px;
    }

    .single-final-price-price-top-value {
        font-size: 24px;
    }

    .single-final-price-price-text {
        font-size: 24px;
    }

    .single-final-advantages-element-img img {
        max-width: 65px;
    }

    .single-final-advantages-element {
        margin-top: 24px;
    }

    .additional-prices-element-text {
        font-size: 15px;
    }

    .additional-prices-element-prise {
        font-size: 16px;
    }
}

@media (max-width: 430px) {
    .single-description-top {
        justify-content: flex-start;
    }
}

@media (max-width: 360px) {
    .additional-prices-element-text {
        padding-left: 14px;
        padding-right: 14px;
    }

    .additional-prices-element-prise {
        font-size: 15px;
    }

    .additional-prices-element-text {
        font-size: 14px;
    }

    .single-final-price-price-top-value {
        font-size: 23px;
    }

    .single-final-price-price-top-valuta {
        font-size: 23px;
    }

    .single-final-price-price-text {
        font-size: 23px;
    }

    .single-final-advantages {
        margin-top: 10px;
    }

    .single-description {
        margin-top: 33px;
    }

    .single-description-bottom {
        margin-top: 20px;
    }

    .page-single .product-catalog {
        padding-top: 40px;
    }
}

.page-servese-top-images {
    padding-top: 70px;
    padding-bottom: 0px;
    position: relative;
}

.page-servese-top-images-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-servese-top-images-content-img {
    width: calc((100% / 3) - 8px);
}

.page-servese-top-images-content-img:nth-child(3n - 1) {
    margin-right: 12px;
    margin-left: 12px;
}

.page-servese-top-images-content-full {
    width: 100%;
    display: flex;
}

@media (max-width: 1360px) {
    .page-servese-top-images {
        padding-top: 60px;
    }
}

@media (max-width: 1060px) {
    .page-servese-top-images {
        padding-top: 50px;
    }
}

@media (max-width: 860px) {
    .page-servese-top-images {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .page-servese-top-images {
        padding-top: 35px;
    }
}

@media (max-width: 576px) {
    .page-servese-top-images-content-img {
        width: 100%;
    }

    .page-servese-top-images-content-img:nth-child(3n - 1) {
        margin-top: 12px;
        margin-bottom: 12px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .page-servese-top-images-content-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.page-servese-text {
    width: 100%;
    position: relative;
}

.page-servese-text-content {
    width: 100%;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}

.page-servese-text-content-left {
    width: 100%;
    padding-right: 0px;
    background: rgba(138, 1, 1, 0.04);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.page-servese-text-content-left-top {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.page-servese-text-content-left-top-title {
    font-size: 28px;
    max-width: 700px;
}

.page-servese-text-content-left-top-title span {
    font-size: 36px;
    font-weight: 700;
    color: #551934;
}

.page-servese-text-content-rigth {
    padding-left: 0px;
    width: 100%;
}

.page-servese-text-content-left-elements {
    margin: 0px;
    padding: 0px;
    display: flex;
}

.page-servese-text-content-left-element {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 40px;
    gap: 17px;
    background: #FFF;
    width: 33%;
}

.page-servese-text-content-left-element:nth-child(2n) {
    background: transparent;
}

.page-servese-text-content-left-element:nth-child(2n) .page-servese-text-content-left-element-top-icon span {}

.page-servese-text-content-left-element-top {
    width: 100%;
    display: flex;
    align-items: center;
}

.page-servese-text-content-left-element-top-icon {
    position: relative;
    display: flex;
    flex-shrink: 0;
}

.page-servese-text-content-left-element-top-icon span {
    color: #551934;
    font-size: 36px;
    -webkit-text-stroke: 0.7px #fffffa;
    font-weight: 900;
    line-height: 0.7;
}

.page-servese-text-content-left-element-top-title {
    color: #551934;
    padding-left: 20px;
    width: fit-content;
    font-size: 28px;
    font-weight: 600;
}

.page-servese-text-content-left-element-botom {
    font-size: 20px;
    color: #343434;
    text-align: justify;
}

.servise-text-section-content .title-section {
    position: relative;
    margin-top: -11px;
}

.page-servese-text-content-bottom {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.page-servese .reviews {
    padding-top: 0px;
}

.installment-plan {
    position: relative;
    width: 100%;
    padding-top: 150px;
}

.installment-plan-content {
    position: relative;
    padding: 52px;
    padding-left: 78px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.installment-plan-left {
    width: 42%;
}

.installment-plan-rigth {
    width: 58%;
    max-width: 624px;
    margin-left: auto;
}

.installment-plan-left-img {
    margin-top: -120px;
    align-items: center;
    margin-bottom: -34px;
    display: flex;
}

.installment-plan-rigth-form {
    width: 100%;
    display: flex;
    margin-top: 41px;
}

.installment-plan-rigth-title {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
}

.installment-plan-rigth-form input {
    width: 48%;
    padding: 13px 59px 13px 59px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
    height: 53px;
    color: #373737;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.installment-plan-rigth-form input::placeholder {
    color: #373737;
    font-size: 20px;
}

.installment-plan-rigth-form button {
    width: 48%;
    height: 53px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #551934;
    font-size: 18px;
    font-weight: 600;
    background: #551934;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    text-align: center;
}

.installment-plan-rigth-form button:hover {
    color: #551934;
    background: #fff;
}

.page-servese .product-catalog {
    padding-top: 20px;
}

.installment-plan-rigth {
    margin-top: -20px;
}

@media (max-width: 1360px) {
    .installment-plan-rigth-form input {
        padding: 13px 35px 13px 35px;
    }

    .installment-plan-rigth {
        padding-left: 50px;
    }

    .installment-plan-content {
        padding: 46px;
        padding-left: 56px;
    }

    .page-servese-text-content-left-top-title {
        font-size: 33px;
    }

    .page-servese-text-content-left-top-title span {
        font-size: 33px;
    }

    .page-servese-text-content-left-element-top-title {
        font-size: 33px;
    }

    /*.page-servese-text-content-left-element {padding: 35px;}*/
    /*.page-servese-text-content-left-top {padding: 35px;}*/
    .installment-plan-rigth-title {
        font-size: 29px;
    }

    .installment-plan-left-img {
        margin-top: -98px;
        margin-bottom: -20px;
    }
}

@media (max-width: 1160px) {
    .installment-plan-rigth-form input {
        padding: 13px 19px 13px 19px;
    }

    .installment-plan-rigth-form {
        margin-top: 34px;
    }

    .installment-plan-left {
        width: 36%;
    }

    .installment-plan-left-img {
        margin-top: -85px;
    }

    .installment-plan-rigth {
        width: 64%;
    }

    .installment-plan-rigth {
        padding-left: 40px;
    }

    .installment-plan-content {
        padding: 46px;
        padding-left: 56px;
    }

    .page-servese-text-content-left-top-title {
        font-size: 28px;
    }

    .page-servese-text-content-left-top-title span {
        font-size: 28px;
    }

    .page-servese-text-content-left-element-top-title {
        font-size: 28px;
    }

    /*.page-servese-text-content-left-element {padding: 39px;}*/
    /*.page-servese-text-content-left-top {padding: 39px;}*/
    .installment-plan-rigth-title {
        font-size: 29px;
    }

    .installment-plan-left-img {
        margin-top: -85px;
        margin-bottom: -20px;
    }

    .page-servese-text-content-rigth {
        width: 48%;
    }
}

.page-servese-text-content-left-element-top-icon {
    flex-shrink: 0;
}

.page-servese .blockquote {
    margin-top: 50px;
}

@media (max-width: 1060px) {
    .installment-plan-rigth-title {
        font-size: 22px;
    }

    .installment-plan-content {
        padding: 36px;
        padding-left: 44px;
    }

    .installment-plan-left-img {
        margin-top: -67px;
        margin-bottom: -15px;
    }

    .installment-plan-rigth-form input {
        font-size: 18px;
    }

    .installment-plan-rigth-form input::placeholder {
        font-size: 18px;
    }

    .installment-plan-rigth-form button {
        font-size: 17px;
    }

    .page-servese .blockquote {
        margin-top: 30px;
    }
}

@media (max-width: 1060px) and (min-width:768px) {
    .page-servese-text-content-left-element-botom {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .page-servese-text-content-left {
        width: 100%;
    }

    .page-servese-text-content-rigth {
        width: 100%;
        margin-top: 45px;
    }

    /*.page-servese-text-content-left-top {padding: 20px;}*/
    /*.page-servese-text-content-left-element {padding: 20px;}*/
    .installment-plan-left {
        width: 100%;
    }

    .installment-plan-content {
        flex-wrap: wrap;
    }

    .installment-plan-left-img {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .installment-plan-rigth {
        margin-top: 30px;
        padding-left: 0px;
        margin-bottom: 0px;
        width: 100%;
    }
}

@media (max-width: 1160px) {
    .title-section-3 {
        font-size: 35px;
    }
}

@media (max-width: 1060px) {
    .title-section-3 {
        font-size: 33px;
    }
}

@media (max-width: 767px) {
    .title-section-3 {
        font-size: 31px;
    }
}

@media (max-width: 567px) {
    .installment-plan-content {
        padding: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 500px) {
    .installment-plan-rigth-form button {
        width: 100%;
    }

    .installment-plan-rigth-form input {
        width: 100%;
    }

    .installment-plan-rigth-form {
        gap: 20px;
        flex-wrap: wrap;
    }

    .installment-plan-rigth-title {
        text-align: center;
    }
}

.section-about {
    width: 100%;
    padding-bottom: 0px;
    position: relative;
}

.section-about-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.section-about-content-text-left {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.section-about-content-text-left-text {
    width: 59%;
}

.section-about-content-text-left-img {
    width: 33%;
    margin-left: auto;
    display: flex;
}

.section-about-content .title-section-3 {
    line-height: 1.3;
}

.section-about-content .filter-text-section-content p {
    text-align: justify;
}

.section-about-content .filter-text-section-content li {
    text-align: justify;
}

.section-about-content-text-left-img {
    position: relative;
    top: 10px;
}

@media (max-width: 767px) {
    .section-about-content-text-left-text {
        width: 100%;
    }

    .section-about-content-text-left-img {
        top: 0px;
    }

    .section-about-content-text-left-img {
        width: 100%;
        margin-left: 0px;
        align-items: flex-start;
        margin-top: 30px;
    }
}

.section-about-content-text-right {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.section-about-content-text-right .section-about-content-text-left-img {
    margin-left: 0px;
    margin-right: auto;
}

@media (max-width: 767px) {
    .section-about-content-text-left-img {
        order: 3;
    }
}

.section-about-advantages {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
}

.section-about-advantages-elements {
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.section-about-advantages-element {
    margin-top: 15px;
    margin-bottom: 5px;
    display: flex;
    width: calc((100% / 3) - 70px);
    flex-direction: column;
}

.section-about-advantages-element-top {
    width: 100%;
    display: flex;
    align-items: center;
}

.section-about-advantages-element-top-text {
    margin-left: 24px;
    font-size: 36px;
    font-weight: 600;
    color: #551934;
}

.section-about-advantages-element-bottom {
    margin-top: 40px;
    font-size: 19px;
    color: #343434;
}

.section-about-advantages .title-section-3 {
    line-height: 1.3;
}

.section-about-advantages-element:nth-child(4),
.section-about-advantages-element:nth-child(5),
.section-about-advantages-element:nth-child(6),
.section-about-advantages-element:nth-child(7),
.section-about-advantages-element:nth-child(8),
.section-about-advantages-element:nth-child(9) {
    margin-top: 40px;
}

@media (max-width: 1360px) {
    .section-about-advantages-element {
        width: calc((100% / 3) - 51px);
    }

    .section-about-advantages-element-top-text {
        font-size: 33px;
    }

    .section-about-advantages-element-bottom {
        margin-top: 35px;
    }
}

@media (max-width: 1060px) {
    .section-about-advantages-element {
        width: calc((100% / 3) - 21px);
    }

    .section-about-advantages-element-top-text {
        font-size: 31px;
    }

    .section-about-advantages-element-bottom {
        margin-top: 30px;
    }
}

.section-about-advantages-element-top {
    flex-wrap: wrap;
}

@media (max-width: 860px) {
    .section-about-advantages-element-top-text {
        font-size: 26px;
    }

    .section-about-advantages-element-top-text {
        margin-left: 20px;
    }

    .section-about-advantages-element-top-icon {
        max-width: 40px;
    }
}

@media (max-width: 667px) {
    .section-about-advantages-element {
        width: 100%;
    }

    .section-about-advantages-element {
        margin-top: 40px !important;
    }

    .section-about-advantages-element:first-child {
        margin-top: 10px !important;
    }

    .section-about-advantages-element-bottom {
        margin-top: 26px;
    }
}

.section-gallery {
    width: 100%;
    position: relative;
}

.section-gallery-elements {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.section-gallery-element {
    margin-top: 15px;
    width: calc((100% / 3) - 10px);
}

.section-gallery-element:nth-child(3n + 2) {
    margin-left: 15px;
    margin-right: 15px;
}

.section-gallery-element img {
    width: 100%;
}

@media (min-width: 768px) {

    .section-gallery-element:nth-child(1),
    .section-gallery-element:nth-child(2),
    .section-gallery-element:nth-child(3) {
        margin-top: 0px;
    }
}

@media (min-width: 1160px) {
    .page-about .installment-plan {
        padding-top: 155px;
    }
}

@media (max-width: 767px) {
    .page-about .section-gallery {
        padding-bottom: 0px;
    }
}

@media (max-width: 630px) {
    .section-gallery-element {
        margin-top: 15px;
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .section-gallery-element:first-child {
        margin-top: 5px;
    }
}

.photo-of-works .section-gallery {
    padding-top: 70px;
}

@media (max-width: 1360px) {
    .photo-of-works .section-gallery {
        padding-top: 60px;
    }
}

@media (max-width: 1060px) {
    .photo-of-works .section-gallery {
        padding-top: 50px;
    }
}

@media (max-width: 860px) {
    .photo-of-works .section-gallery {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .photo-of-works .section-gallery {
        padding-top: 35px;
    }

    .photo-of-works .section-gallery {
        padding-bottom: 60px;
    }
}

.section-shipping-and-payment {
    width: 100%;
}

.padd454545 {
    padding-bottom: 30px;
}

.section-shops {
    width: 100%;
    position: relative;
}

.section-shops-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.section-shops-content-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 590px;
}

.section-shops-content-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 21px;
    max-width: 390px;
    margin-left: auto;
}

.section-shops-content-left-element {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.section-shops-content-left-element-left {
    width: 70px;
    padding-right: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.section-shops-content-left-element-right {
    width: calc(100% - 80px);
    color: #000;
    margin-left: auto;
}

.section-shops-content-left-title {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 25px;
}

.section-shops-content-left-element-right {
    font-size: 19px;
}

.section-shops-content-left-element-right span {
    color: #551934;
    font-weight: 600;
    font-size: 19px;
}

/* .section-shops-content-left-element:nth-child(4) .section-shops-content-left-element-left{position: relative;top:-10px;} */
@media (max-width: 1160px) {
    .section-shops-content-left {
        max-width: 490px;
    }

    .section-shops-content-left-title {
        font-size: 24px;
    }

    .section-shops-content-left-element-right {
        font-size: 18px;
    }

    .section-shops-content-left-element-right span {
        font-size: 18px;
    }

    .shops .section-shops {
        padding-bottom: 30px;
    }
}

@media (max-width: 1060px) {
    .section-shops-content-left-title {
        font-size: 23px;
    }

    .section-shops-content-left {
        max-width: 390px;
    }

    .section-shops-content-right {
        max-width: 290px;
    }
}

@media (max-width: 860px) {
    .section-shops-content-left {
        max-width: 360px;
    }

    .section-shops-content-right {
        max-width: 260px;
    }
}

@media (max-width: 720px) {
    .section-shops-content-left {
        max-width: 330px;
    }

    .section-shops-content-right {
        max-width: 230px;
    }
}

@media (max-width: 667px) {
    .section-shops-content-left {
        width: 100%;
        max-width: 100%;
    }

    .section-shops-content-right {
        width: 100%;
        max-width: 100%;
    }

    .section-shops-content-right {
        margin-top: 40px;
    }

    .section-shops-content-left-title {
        margin-bottom: 13px;
    }

    .shops .section-shops {
        padding-bottom: 10px;
    }
}

@media (max-width: 450px) {
    .section-shops-content-left-element-left {
        width: 42px;
    }

    .section-shops-content-left-element-right {
        font-size: 17px;
    }

    .section-shops-content-left-element-right span {
        font-size: 17px;
    }

    .section-shops-content-left-element-right {
        width: calc(100% - 52px);
    }

    .section-shops-content-left-title {
        margin-bottom: 5px;
    }

    .section-shops-content-left-title {
        font-size: 21px;
    }
}

.shops .installment-plan {
    padding-bottom: 0px;
}

.section-404 {
    min-height: 530px;
    width: 98%;
    margin-left: 1%;
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: none;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
    margin-top: 130px;
    margin-bottom: 130px;
    padding: 0px;
}

@media (max-width: 1700px) {
    .section-404 {
        min-height: calc(100vw / 3.2);
        width: 100%;
        margin-left: 0%;
    }
}

.section-404-rigth {
    width: 400px;
    margin-left: 170px;
    display: flex;
    margin-top: -23px;
    flex-direction: column;
}

.section-404 .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-404 .container:before {
    content: '';
    background-image: url(/wp-content/themes/memorial/frontend/img/image39.svg);
    display: block;
    max-width: 617px;
    width: 100%;
    height: 413px;
    position: absolute;
    top: -130px;
    right: 0;
}

.section-404-rigth-text {
    color: rgba(55, 55, 55, 1);
    font-size: 30px;
}

.section-404-rigth-home {
    border: 1px solid #551934;
    color: #551934;
    font-size: 18px;
    font-weight: 600;
    width: 295px;
    margin-top: 62px;
    height: 53px;
    text-align: center;
    display: flex;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
}

.section-404-rigth-home:hover {
    background: #551934;
    color: #fff;
}

@media (max-width: 1360px) {
    .section-404-left {
        max-width: 400px;
    }

    .section-404-rigth-img {
        max-width: 350px;
    }

    .section-404-rigth-text {
        font-size: 28px;
    }

    .section-404-rigth-home {
        margin-top: 54px;
    }

    .section-404-rigth {
        margin-left: 150px;
    }

    .section-404-rigth-home {
        width: 275px;
    }

    .section-404 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

@media (max-width: 1160px) {
    .section-404-left {
        max-width: 350px;
    }

    .section-404-rigth-img {
        max-width: 300px;
    }

    .section-404-rigth-text {
        font-size: 26px;
    }

    .section-404-rigth-home {
        margin-top: 55px;
    }

    .section-404-rigth {
        margin-left: 140px;
    }

    .section-404-rigth-home {
        width: 260px;
    }

    .section-404 {
        margin-top: 110px;
        margin-bottom: 110px;
    }

    .section-404-rigth-text {
        font-size: 23px;
    }

    .section-404-rigth-text {
        font-size: 21.5px;
    }
}

.section-404-rigth {
    width: fit-content;
}

@media (max-width: 1060px) {
    .section-404-rigth {
        margin-left: 100px;
    }

    .section-404-left {
        max-width: 320px;
    }

    .section-404 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .section-404-left {
        margin-left: -200px;
    }
}

@media (max-width: 630px) {
    .section-404-left {
        display: none;
    }

    .section-404-rigth {
        margin-left: 0px;
        width: 100%;
        align-items: center;
    }

    .section-404 {
        margin-top: 145px;
        margin-bottom: 80px;
    }

    .section-404-rigth-text {
        text-align: center;
    }

    .section-404-rigth-img {
        position: relative;
        right: -13px;
    }

    .section-404-rigth-home {
        width: 280px;
    }
}

@media (max-width: 340px) {
    .section-404-rigth {
        margin-left: 0px;
        width: 100%;
        align-items: center;
    }

    .section-404 {
        margin-top: 135px;
        margin-bottom: 60px;
    }

    .section-404-rigth-text {
        font-size: 22px;
    }

    .section-404-rigth-img {
        max-width: 290px;
    }

    .section-404-rigth-home {
        width: 268px;
    }
}

@media (max-width: 630px) {
    .our-work-preview-item.page-work-new {
        height: calc(90vw - 30px);
    }
}

.all-page-content {
    max-height: 100vh;
    overflow: initial;
    height: 100%;
}

.simplebar-track.simplebar-vertical {
    background: #fff;
    border-radius: 0px !important;
}

.simplebar-scrollbar:before {
    border-radius: 0px !important;
    background: #551934 !important;
    color: #551934 !important;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1 !important;
    border-radius: 0px !important;
}

.up-top-none {
    display: none;
}

.pop-up-window {
    transition: all 0.4s;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    backdrop-filter: blur(8px);
    opacity: 1;
    z-index: 44;
    background-color: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-up-window-content {
    width: 500px;
    border-radius: 6px;
    min-height: 500px;
    position: relative;
    display: flex;
    background: #fff;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    justify-content: center;
}

.pop-up-window-content-close {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #000;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    font-weight: 100;
    font-size: 24px;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
}

.pop-up-window-content-title {
    font-size: 40px;
    margin-bottom: 30px;
}

.pop-up-window-content form {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.pop-up-window-content input {
    border: 0px solid #000;
    outline: none;
    border-bottom: 1px solid #000;
    padding: 10px;
    padding-left: 3px;
    width: 100%;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
}

.pop-up-window-content button {
    width: 169px;
    height: 40px;
    transition: all 0.3s;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #551934;
    font-weight: 600;
    border: 1px solid #551934;
}

.pop-up-window-content button:hover {
    color: #551934;
    background-color: #fff;
}

.pop-up-window-none {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.applicationForJS {}

.urlJSF {
    display: none;
}

.pop-up-window-content input {
    width: 74%;
}

@media (max-width: 767px) {
    .pop-up-window-content {
        width: 400px;
        min-height: 400px;
        padding: 15px;
    }

    .pop-up-window-content-title {
        font-size: 34px;
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .pop-up-window-content {
        width: 276px;
        min-height: 300px;
    }

    .pop-up-window-content-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .pop-up-window-content input {
        width: 94%;
    }

    .pop-up-window-content-close {
        width: 34px;
        height: 34px;
        font-size: 20px;
    }
}

/*доьавка 02.06.2023*/
.mob-menu {
    position: fixed;
    top: 83px;
    left: 0px;
    width: 100vw;
    z-index: 3333;
    background: #fff;
    overflow: auto;
    height: calc(100vh - 83px);
    opacity: 1;
    transition: all 0.4s;
    pointer-events: auto;
}

.mob-menu-none {
    opacity: 0;
    z-index: -33;
    pointer-events: none;
}

.Hidden {
    overflow: hidden;
    max-height: 100vh;
}

.page-single .footer {
    margin-top: 25px;
}

.dataFinalPriseOldNoActive {
    display: none;
}

.child-categiry {
    padding-top: 40px;
    padding-bottom: 0px;
    margin: 0px;
}

.child-categiry .container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 25px;
}

.child-categiry .container::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.child-categiry .container::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
}

.child-categiry .container::-webkit-scrollbar-thumb {
    background: #551934;
}

.child-categiry a {
    white-space: nowrap;
    background-color: #551934;
    color: #fff;
    padding: 6px 14px;
    transition: all 0.3s;
    font-size: 19px;
    border: 1px solid #551934;
}

.child-categiry a:hover {
    color: #551934;
    background-color: #fff;
}

@media (max-width: 1360px) {
    .child-categiry a {
        font-size: 18px;
        padding: 6px 14px;
    }

    .child-categiry .container {
        gap: 20px;
    }
}

@media (max-width: 380px) {
    .child-categiry a {
        font-size: 17px;
        padding: 6px 10px;
    }
}

.dataValueSortActive {
    color: #551934;
}

.materialNoneJS {
    display: none;
}

.komyNoneJS {
    display: none;
}

.formaNoneJS {
    display: none;
}

.filter-functional-delete {
    user-select: none;
    color: red;
    cursor: pointer;
    font-size: 19px;
}

.page-search .mob-menu-none {
    display: none;
}

.page-search .mob-menu {
    position: relative;
    top: 0;
}

.title-section-filter.title-section-filter-none {
    padding-bottom: 150px;
    padding-top: 130px;
}

.page-search .all-page-content-scroll.Hidden {
    max-height: fit-content;
}

.page-search .product-preview {
    display: flex;
}

.page-search .content-padding {
    margin-top: 0px;
    padding-top: 0px
}

.productPreviewItemJSFilter {
    display: none;
}

.ssilka-style {
    user-select: none;
    cursor: pointer;
}

.page-servese .footer {
    margin-top: 0px;
}

@media (max-width: 576px) {
    .page-servese-top-images-content-img {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
}

.mt0pxoigtro {
    margin-top: 0px;
}

@media (max-width: 576px) {
    .page-search .product-preview {
        border-top: 0px solid #B4B4B4;
        border-left: 0px solid #B4B4B4;
    }
}

.order-form button {
    cursor: pointer;
}

.thank-you-pop {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
    transition: all 0.4s;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    backdrop-filter: blur(8px);
    opacity: 1;
    z-index: 44;
    background-color: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you-pop-content {
    width: 500px;
    border-radius: 6px;
    min-height: 0px;
    position: relative;
    display: flex;
    background: #fff;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    justify-content: center;
}

.thank-you-pop-content .pop-up-window-content-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 0px;
}

.thank-you-pop-content-close {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #000;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    font-weight: 100;
    font-size: 24px;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
}

.thank-you-pop-none {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.phone_mask {
    transition: all 0.3s;
    position: relative;
    top: 0px;
    border-bottom: 0px solid red;
}

.erroeInpyp {
    top: -6px;
    border-bottom: 3px solid red !important;
}

button {
    cursor: pointer;
}

.swiper-button-next-asd-vl {
    cursor: pointer;
}

.swiper-button-prev-asd-vl {
    cursor: pointer;
}

.all-page-content-scroll {
    padding-right: 11px
}

@media (max-width: 1250px) and (min-width: 868px) {
    .header-search-input {
        width: 198px;
        right: -215px;
    }
}

b,
strong {
    font-weight: 600 !important;
}

.page-kontakts-map {
    position: relative;
    height: 400px;
    padding: 0px;
    margin-top: 70px;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.18);
}

.page-kontakts-map .container {
    position: relative;
}

.page-kontakts-map-bar {
    position: absolute;
    top: 20px;
    display: flex;
    flex-direction: column;
    left: 0px;
    z-index: 3;
    padding: 10px;
    max-width: 295px;
    gap: 16px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
    background: #fff;
}

.page-kontakts-map-bar-top {
    gap: 3px;
    cursor: pointer;
    display: flex;
    max-width: 100%;
    border-radius: 10px;
    padding: 14px;
    flex-direction: column;
}

.page-kontakts-map-bar-bottom {
    gap: 3px;
    max-width: 100%;
    cursor: pointer;
    display: flex;
    border-radius: 10px;
    padding: 14px;
    flex-direction: column;
}

.page-kontakts-map-bar-bottom-active {
    background: rgba(230, 242, 255, 1);
}

.page-kontakts-map-bar-str-1 {
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    display: flex;
}

.page-kontakts-map-bar-str-1 b {
    font-weight: 600;
    display: contents;
}

.leaflet-popup-content {
    margin: 10px 5px !important;
}

.leaflet-popup-content {
    width: 233px !important;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.shm_container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .shml-body {
    padding-right: 0px !important;
}

.shm_ya_footer {
    display: none !important;
}

.shm-no-uline {
    display: none !important;
}

.leaflet-popup-close-button {
    display: none !important;
}

.shml-body {
    margin-bottom: 0px !important;
}

.leaflet-popup-content p {
    margin: 0px 0 !important;
}

.shm-title-6.shm-map-title {
    display: none !important;
}

.shm-map-container {
    border: none !important;
}

.page-kontakts-map-bar-str-1 svg {
    margin-left: auto;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: 3px;
}

.map-phone {
    width: fit-content;
    font-weight: 600;
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
}

.map-clock {
    color: #551934;
    font-weight: 600;
    margin-top: 3px;
}

.page-kontakts-map-bar-str-1 {
    margin-bottom: 3px;
}

@media (max-width: 1160px) {
    .page-kontakts-map-bar {
        max-width: 240px;
    }

    .leaflet-popup-content {
        width: 180px !important;
    }

    .page-kontakts-map {
        margin-top: 60px;
    }
}

@media (max-width: 1060px) {
    .page-kontakts-map {
        margin-top: 50px;
    }

    .page-kontakts-map .container {
        position: initial;
    }

    .page-kontakts-map-bar {
        left: 20px !important
    }
}

.map-clock {
    font-size: 15px;
}

@media (max-width: 1000px) {
    .leaflet-popup-content {
        width: 233px !important;
    }

    .page-kontakts-map-bar-top {
        max-width: 100%;
        width: 240px;
    }

    .page-kontakts-map-bar-bottom {
        max-width: 100%;
        width: 240px;
    }

    .page-kontakts-map-bar-bottom2 {
        max-width: 100%;
        width: 240px;
    }

    .page-kontakts-map-bar {
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        position: relative;
    }

    .page-kontakts-map .container {
        position: initial;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    .page-kontakts-map-bar {
        top: 0px;
        width: 100%;
        left: 0px !important;
    }

    .page-kontakts-map-bar-bottom {
        width: 280px;
    }

    .page-kontakts-map-bar-bottom2 {
        width: 280px;
    }

    .page-kontakts-map-bar-top {
        width: 280px;
    }

    .map-phone {
        font-size: 13px;
    }

    .page-kontakts-map-bar-str-1 {
        font-size: 15px;
    }

    .page-kontakts-map-bar-str-1 svg {
        width: 40px;
    }

    .map-clock {
        font-size: 13px;
    }
}

.shml-body {
    max-width: 100% !important;
}

@media (max-width: 630px) {
    .page-kontakts-map-bar-top {
        width: 100%;
    }

    .page-kontakts-map-bar-bottom {
        width: 100%;
    }

    .page-kontakts-map-bar-bottom2 {
        width: 100%;
    }

    .page-kontakts-map-bar {
        flex-wrap: wrap;
    }

    .page-kontakts-map-bar-str-1 svg {
        margin-left: 15px;
    }
}

.JS360Play {
    cursor: pointer;
    display: flex;
    transition: all 0.3s;
}

.JS360Play:hover circle {
    transition: all 0.3s;
    fill: #fff;
}

.JS360Play:hover path {
    transition: all 0.3s;
    fill: rgb(2, 94, 186);
}

.JS360Stop {
    cursor: pointer;
    display: flex;
    transition: all 0.3s;
}

.JS360Stop:hover circle {
    transition: all 0.3s;
    fill: #fff;
}

.JS360Stop:hover rect {
    transition: all 0.3s;
    fill: rgb(2, 94, 186);
}

.filter-text-section-content ol li {
    list-style: numeric;
    margin-left: 19px;
}

.our-work-pb-0px {
    padding-bottom: 0px;
}

.dinonFanf {
    display: none !important;
}

.fancybox__toolbar__items.fancybox__toolbar__items--left {
    display: none !important;
}

.advantages-element-text {
    text-align: justify;
}

.product-preview-article-1-2 {
    border-top: 0px solid #B4B4B4;
    border-left: 0px solid #B4B4B4;
}

.product-preview-article-1-2 .product-preview-item:nth-child(1) {
    border: 1px solid #B4B4B4;
}

.product-preview-article-1-2 .product-preview-item:nth-child(2) {
    border: 1px solid #B4B4B4;
    border-left: 0px solid #B4B4B4;
}

.product-preview-1-2 {
    border-top: 0px solid #B4B4B4;
    border-left: 0px solid #B4B4B4;
}

.product-preview-1-2 .product-preview-item:nth-child(1) {
    border: 1px solid #B4B4B4;
}

.product-preview-1-2 .product-preview-item:nth-child(2) {
    border: 1px solid #B4B4B4;
    border-left: 0px solid #B4B4B4;
}

@media (max-width: 567px) {
    .product-preview-1-2 .product-preview-item:nth-child(2) {
        border-top: 0px solid #B4B4B4;
        border-left: 1px solid #B4B4B4;
    }
}

@media (max-width: 1360px) {
    .blockquote blockquote br {
        display: none;
    }
}

[data-fancybox] {
    cursor: pointer;
}

.footer-bottom-2-img img {
    width: 95px !important;
}

.footer-bottom-2-img {
    flex-shrink: 0;
}

.header-phone-absolute .header-phone-absolute-center a:nth-child(4) {
    text-decoration: revert !important;
}

.mob-menu-mail {
    text-decoration: revert !important;
}

.section-shops-content-right .section-shops-content-left-element-right {
    text-decoration: revert !important;
}

@media (max-width: 430px) {
    .bread-crumbs * {
        font-size: 14px;
    }
}

@media (max-width: 405px) {
    .bread-crumbs * {
        font-size: 13px;
    }
}

.page-search .product-catalog .nvtgbintiube {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 600;
    font-size: 21px;
    padding-left: 15px;
    border-right: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
}

.page-search .product-catalog .nvtgbintiube:last-child {
    border-bottom: 1px solid #B4B4B4;
    margin-bottom: -1px;
}

.page-search .product-catalog .byhnrynhrfirst {
    border-top: 1px solid #B4B4B4;
    margin-top: -1px;
}

@media (max-width: 576px) {
    .page-search .product-catalog .nvtgbintiube {
        border-right: 0px solid #B4B4B4;
        font-size: 19px;
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #B4B4B4;
    }

    .page-search .product-catalog .nvtgbintiube:last-child {
        /* border-bottom: 0px solid #B4B4B4;*/
    }
}

.our-work-preview-item-icon {
    display: none !important;
}

@media (max-width: 767px) {
    .simplebar-track.simplebar-vertical {
        width: 5px;
    }

    .simplebar-scrollbar:before {
        left: 1px;
        right: 1px;
    }

    .all-page-content-scroll {
        padding-right: 5px;
    }
}

.home_page_9 .product-catalog .swiper-pagination {
    display: flex;
}

@media (max-width: 600px) {
    .thank-you-pop-content {
        width: 86%;
    }
}

@media (max-width: 500px) {
    .thank-you-pop-content-close {
        width: 34px;
        height: 34px;
        font-size: 20px;
    }
}

.JS360Stop {
    display: none;
}

.page-kontakts-map-bar .page-kontakts-map-bar-bottom {
    order: -1;
}

.header-bottom nav ul li:last-child .decktop-menu-2ur {
    right: 0px;
    left: auto;
}

.header {
    z-index: 6;
    position: relative;
}

@media (max-width: 567px) {
    .category-preview-item-first-img img {
        width: 100%;
        max-width: 100%;
        right: 0%;
        padding-left: 0px;
        padding-top: 0px;
    }

    .category-preview-item-first-img {
        padding-left: 20px;
        padding-top: 20px;
    }
}

.dinon1506 {
    display: none;
}

@media (max-width: 480px) {
    .child-categiry a {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .child-categiry a {
        padding: 6px 14px;
    }
}

.child-categiry a {
    padding: 6px 14px;
    border-radius: 10px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #551934;
}

.child-categiry a:hover {
    color: #000000;
    border: 1px solid #551934;
    background-color: #fff;
}

.section-filter {
    padding-top: 35px;
}

.page-filter .product-catalog-filter {
    padding-top: 35px;
}

@media (max-width: 567px) {
    .product-catalog-filter .product-preview-item {
        border-left: 0px solid red;
    }

    .product-catalog-filter .product-preview-item {
        border-top: 0px solid red;
    }

    /* .product-catalog-filter .product-preview-item:first-child{border-top: 1px solid red;} */
}

.map-clock {
    margin-top: 0px;
    margin-bottom: 7px;
}

.map-clock:last-child {
    margin-bottom: 0px;
}

.pointevennnoe {
    pointer-events: none;
}

.shml-title {
    display: none;
}

/*.section-filter-functional-left{display:none;}*/
.new-text-section-class-1706 {}

.new-text-section-class-1706 h2 {
    font-weight: 700;
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    color: #000000;
}

.new-text-section-class-1706 div a {
    margin-right: 5px;
}

.new-text-section-class-1706 ul {
    margin-top: 7px;
    margin-bottom: 7px;
    width: 100%;
    padding-right: calc((100vw - 1300px) / 2);
}

.new-text-section-class-1706 ul li {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    color: #343434;
    padding-left: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 13px;
    max-width: calc(100% - 10px);
    left: 10px;
}

.new-text-section-class-1706 ul li::before {
    content: url(../img/li.svg);
    position: absolute;
    left: -10px;
}

@media (max-width: 1360px) {
    .new-text-section-class-1706 ul {
        padding-right: calc((100vw - 1100px) / 2);
    }
}

@media (max-width: 1160px) {
    .new-text-section-class-1706 ul li {
        font-size: 14px;
    }

    .new-text-section-class-1706 ul {
        padding-right: calc((100vw - 1000px) / 2);
    }
}

@media (max-width: 1060px) {
    .new-text-section-class-1706 ul li {
        font-size: 14px;
    }

    .new-text-section-class-1706 ul {
        padding-right: calc((100vw - 800px) / 2);
    }

    .new-text-section-class-1706 ul {
        margin-top: 3px;
        margin-bottom: 7px;
    }
}

@media (max-width: 767px) {
    .new-text-section-class-1706 ul li {
        font-size: 15px;
    }

    .new-text-section-class-1706 ul li {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

@media (max-width: 1360px) {
    .new-text-section-class-1706 h2 {
        font-size: 45px;
    }
}

@media (max-width: 1160px) {
    .new-text-section-class-1706 h2 {
        font-size: 40px;
    }
}

@media (max-width: 1060px) {
    .new-text-section-class-1706 h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .new-text-section-class-1706 h2 {
        font-size: 36px;
    }
}

.new-text-section-class-1706 a {
    color: #551934;
}

.new-text-section-class-1706 h3 {
    margin: 0;
    padding-top: 0px;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
}

@media (max-width: 1160px) {
    .new-text-section-class-1706 h3 {
        font-size: 35px;
    }
}

@media (max-width: 1060px) {
    .new-text-section-class-1706 h3 {
        font-size: 33px;
    }
}

@media (max-width: 767px) {
    .new-text-section-class-1706 h3 {
        font-size: 31px;
    }
}

.aczii-tem {
    width: 69px;
    height: 31px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 90px;
    background-color: #551934;
    font-size: 17px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dinonotz_reit_kod {
    display: none;
}

.bread-crumbs-right-goods {
    width: 1px;
    height: 15px;
    background: #603226;
}

@media (max-width: 767px) {
    .bread-crumbs-right-goods {
        height: 13px;
    }
}

.pb0pxsection-shipping-and-payment-2006 {
    padding-bottom: 0px;
}

@media (max-width: 1060px) and (min-width:768px) {
    .header-bottom nav a {
        font-size: 14px;
    }
}

@media (max-width: 867px) and (min-width:768px) {
    .header-bottom nav a {
        font-size: 13px;
    }
}

.map-0907 {
    width: 100%;
    display: flex;
    gap: 20px;
}

.map-0907-g {
    display: flex;
    width: calc(50% - 10px);
    background: #4086f4;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.map-0907-g span {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.map-0907-y {
    display: flex;
    width: calc(50% - 10px);
    background: #fc3f1d;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.map-0907-y span {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

/* .map-0907 a{pointer-events: none !important;} */
.map-0907-svg {
    width: 32px;
}

.map-0907-svg svg {
    max-width: 100%;
    height: fit-content;
}

.map-0907-svg svg g {
    fill: #fff !important;
}

.map-0907-svg-20px {
    max-width: 20px;
}

@media (max-width: 1200px) {
    .map-0907-y span {
        font-size: 14px;
    }
}

@media (min-width: 1001px) {
    .page-kontakts-map .shm-map-container.shm_container {
        min-height: 840px !important;
    }
}

.filter-text-section-content .title-section {
    font-size: 27px;
}

@media (max-width: 767px) {
    .filter-text-section-content .title-section {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .filter-text-section-content .title-section {
        font-size: 20px;
    }
}

.img-sell {
    margin-top: 70px;
}

.img-sell-m {
    display: none;
}

@media (max-width: 480px) {
    .img-sell-m {
        display: block;
        width: 100%;
    }

    .img-sell-d {
        display: none;
    }
}

.pr-lab {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-preview-item-hit {
    position: relative;
    top: auto;
    left: auto;
}

.ak-sell-sl {
    display: flex;
    justify-content: center;
    padding: 0 !important;
}

.ak-sell-sl img {
    max-height: 160px;
    height: 100%;
}

@media(max-width: 768px) {
    .ak-sell-sl img {
        max-height: none;
        height: 100%;
    }
}

.marquiz__button {
    position: fixed !important;
    z-index: 10 !important;
    bottom: 100px !important;
    left: 20px !important;
}

@media(max-width:380px) {
    .marquiz__button {
        left: 0px !important;
        font-size: 14px !important;
        padding: 10px !important;
        bottom: 14px !important;
    }
}

.swiper-mb {
    display: none !important;
}

.swiper-slide-img {
    border: 0;
    padding: 0;
}

@media(max-width:768px) {
    .swiper-ds {
        display: none !important;
    }

    .swiper-mb {
        display: block !important;
    }
}

.product-preview-item.border {
    border: 2px solid #551934;
}

.ymaps-2-1-79-placemark-overlay {
    z-index: 9999999999 !important;
}

.page-kontakts-map-bar-bottom2 {
    gap: 3px;
    max-width: 100%;
    cursor: pointer;
    display: flex;
    border-radius: 10px;
    padding: 14px;
    flex-direction: column;
}

.header-address__wrap {
    background: #F5F5F5;
}

.header-address {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
}

.header-address__title {
    font-weight: 700;
    font-size: 13px;
    color: #656565;
}

.header-address__title img {
    display: none;
}

.header-address__body {
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-address__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 15px;
    padding-left: 15px;
}

.header-address__item:not(:last-child) {
    border-right: 1px solid #D9D9D9;
}

.header-address__item-address {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    font-size: 13px;
    color: #373737;
}

.header-address__item-metro {
    display: flex;
    align-items: center;
    gap: 5px;
    /*flex-direction: column;*/
    font-weight: 600;
    font-size: 12px;
    color: #656565;
}

.shops__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.shops__item {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
    background: rgba(241, 248, 255, 0.37);
    border-radius: 12px;
    padding: 22px 25px;
    display: flex;
    flex-direction: column;
}

.shops__item-img {
    position: relative;
    max-height: 226px;
    margin-bottom: 20px;
}

.shops__item-metro {
    position: absolute;
    right: 0;
    top: 10px;
    background: #e90e0e;
    border-radius: 5px 0 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    font-weight: 600;
    font-size: 9px;
    color: #fefefe;
    padding: 5px 15px;
}

.shops__item-info {
    background: #FFF9F9;
    border-radius: 10px;
    padding-top: 23px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.shops__item-address {
    font-size: 25px;
    color: #000;
    padding-bottom: 15px;
    font-weight: 300;
    max-width: 290px;
}

.shops__item-info-top {
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: auto;
    margin-right: 5px;
}

.shops__item-info-time {
    font-weight: 600;
    font-size: 17px;
    color: #551934;
}

.shops__item-info-rating {
    font-weight: 400;
    font-size: 17px;
    color: #000;
    text-wrap: nowrap;
}

.shops__item-info-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.shops__item-info-phone {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.shops__item-info-phone a {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.shops__item-info-link {
    background: #551934;
    padding: 14px 17px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.shop__title-graf {
    margin-top: 40px;
    font-weight: 600;
    font-size: 22px;
    color: #551934;
    margin-bottom: 10px;
}

.shop__wrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.shop__graf-row {
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #d9d9d9;
    width: 300px;
}

.shop__graf-day {
    font-weight: 400;
    font-size: 18px;
    color: #656565;
}

.shop__graf-time {
    font-weight: 400;
    font-size: 18px;
    color: #656565;
    padding-right: 20px;
}

.shop__manag {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
    background: rgba(241, 248, 255, 0.37);
    border-radius: 12px;
    padding: 22px 25px;
    height: fit-content;
}

.shop__manag-img {
    margin-bottom: 20px;
}

.shop__manag-title {
    background: #FFE9E9;
    border-radius: 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #373737;
}

.shop__contact {
    flex-grow: 1;
    flex: 1;
}

.shop__contact-title {
    font-weight: 600;
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 10px;
}

.shop__contact-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #b4b4b4;
}

.shop__contact-name {
    font-weight: 600;
    font-size: 18px;
    color: #656565;
}

.shop__contact-val {
    font-weight: 600;
    font-size: 17px;
    color: #000;
    padding-right: 10px;
}

.shop__contact-val a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.shop__contact-socials {
    margin-top: 0px;
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    width: 100%;
}

.shop__contact_top_left {
    flex: 1;
}

.shop__contact-socials a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.shop__contact_top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shop__app {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.shop__contact-socials img {
    width: 40px;
}

.shop__app-item {
    background: #0F6020;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 16px;
    width: 303px;
}

.shop__app-item span {
    font-size: 18px;
    color: #fff;
}

.shop__app-item strong {
    font-weight: 700;
    font-size: 21px;
    color: #fff;
}

.shop__app img {
    height: 65px;
}

.shop__map {
    padding-right: max(30px, (100% - 1300px) / 2);
    display: flex;
    gap: 34px;
}

.shop__map-map {
    flex: 940px 1 0;
}

.shop__map-map p {
    height: 100%;
}

.shop__map-gallery-title {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

.shop__map .section-gallery-elements {
    gap: 15px;
}

.shop__map .section-gallery-element {
    width: calc((100% / 2) - 20px);
    margin: 0;
}

.shop__map-map .shm-map-container {
    height: 670px !important;
}

@media(max-width: 1360px) {
    .shop__app-item {
        width: 220px;
    }

    .shop__app {
        margin-top: 15px
    }

    .header-address {
        gap: 10px;
    }

    .header-address__item-address {
        font-size: 10px;
    }

    .header-address__item-metro {
        font-size: 9px;
    }

    .header-address__item {
        padding-right: 10px;
        padding-left: 10px;
    }

    .shops__item-address {
        font-size: 18px;
    }

    .shops__item-info-phone a {
        font-size: 16px;
    }

    .shops__item-info-link {
        padding: 10px 12px;
        font-size: 14px;
    }

    .shops__item-info-time {
        font-size: 15px;
    }

    .shop__graf-row {
        width: 255px;
    }

    .shop__graf-day {
        font-size: 18px;
    }

    .shop__graf-time {
        font-size: 16px;
    }

    .shop__contact-name {
        font-size: 20px;
    }

    .shop__contact-val {
        font-size: 16px;
    }

    .shop__contact-val a {
        font-size: 16px;
    }

    .shop__app-item strong {
        font-size: 15px;
    }

    .shop__app-item span {
        font-size: 12px;
    }

    .shop__map-gallery-title {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .shop__map-map {
        flex: 690px 1 0;
    }
}

@media(max-width: 1160px) {
    .shops__item-info-bottom {
        justify-content: flex-start;
        align-items: start;
        gap: 10px;
        flex-direction: column;
    }

    .shop__contact-name {
        font-size: 16px;
    }

    .shop__contact-val {
        font-size: 16px;
    }

    .shop__contact-val a {
        font-size: 16px;
    }

    .shop__graf-row {
        width: 230px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }

    .shop__graf-day {
        font-size: 15px;
    }

    .shop__graf-time {
        font-size: 14px;
    }

    .shop__contact-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .shop__contact-row {
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .shop__contact-name {
        font-size: 14px;
    }

    .shop__contact-val {
        font-size: 14px;
    }

    .shop__contact-val a {
        font-size: 14px;
    }

    .shop__manag {
        padding: 16px 12px;
    }

    .shop__manag-img {
        margin-bottom: 14px;
        max-width: 180px;
    }

    .shop__manag-title {
        height: 64px;
        font-size: 18px;
    }

    .shop__contact-socials img {
        width: 40px;
    }

    .shop__app {
        gap: 16px;
    }
}

@media(max-width: 1060px) {
    .header-address__title {
        display: flex;
        gap: 6px;
        align-items: center;
    }

    .header-address__title img {
        display: block;
        max-width: 14px;
    }

    .header-address__body {
        display: none;
    }

    .header-address__title {
        position: relative;
        padding-right: 20px;
    }

    .header-address__title:before,
    .header-address__title:after {
        content: '';
        display: block;
        width: 6px;
        height: 2px;
        background: #656565;
        position: absolute;
        right: 0;
        top: 50%;
        translateY: 50%;
        rotate: -45deg;
    }

    .header-address__title:after {
        right: 4px;
        rotate: 45deg;
    }

    .shops__item {
        padding: 15px 10px;
    }

    .shops__item-img {
        margin-bottom: 10px;
    }

    .shops__item-address {
        font-size: 16px;
    }

    .shops__item-info-time {
        font-size: 13px;
    }

    .shop__map-map {
        flex: 460px 1 0;
    }

    .header-address {
        position: relative;
    }

    .header-address__title.active:after {
        right: 4px;
        rotate: 135deg;
    }

    .header-address__title.active:before {
        right: 0;
        rotate: -135deg;
    }

    .header-address__body.active {
        display: flex;
        position: absolute;
        z-index: 10;
        top: 28px;
        right: 0;
        background: #fff;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
    }

    .header-address__item:not(:last-child) {
        border-right: 0;
    }

    .header-address__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .header-address__item-metro {
        flex-direction: row;
    }

    .header-address__item-address {
        font-size: 14px;
    }

    .header-address__item-metro {
        font-size: 13px;
    }

    .shop__wrap {
        flex-wrap: wrap;
    }

    .shop__graf-row {
        width: 500px;
    }

    .shop__contact {
        width: 100%;
    }
}

@media(max-width: 860px) {
    .shops__wrapper {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .shops__item-address {
        font-size: 14px;
    }

    .shops__item-info-top {
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .shops__item-info-rating {
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 5px
    }

    .shops__item-info-link {
        padding: 8px 10px;
        font-size: 12px;
    }

    .shops__item-metro {
        padding: 5px 7px;
    }

    .shop__map {
        gap: 40px;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .shop__map-map {
        flex: 100% 1 0;
    }

    .shop__app {
        flex-wrap: wrap;
    }

    .section-gallery-elements {
        justify-content: center;
    }

    .shop__map-map .shm-map-container {
        height: 370px !important;
    }

    .shop__graf-row {
        width: 470px;
    }
}

@media(max-width: 768px) {
    .shop__wrap {
        flex-wrap: wrap;
    }

    .shop__title-graf {
        font-size: 21px;
        margin-bottom: 12px;
    }

    .shop__manag-img {
        margin-bottom: 14px;
        max-width: 150px;
    }

    .shop__graf-row {
        width: 100%;
    }
}

@media(max-width: 460px) {
    .shop__graf {
        flex-grow: 1;
    }

    .shop__graf-row {
        width: 100%;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 5px;
    }

    .shop__title-graf {
        font-size: 18px;
    }

    .shop__manag {
        margin-left: auto;
        margin-right: auto;
    }

    .shop__contact-socials {
        margin-top: 10px;
        gap: 30px;
        justify-content: center;
        max-width: 100%;
    }

    .shop__contact-socials a {
        font-size: 13px;
    }

    .shop__app-item {
        gap: 25px;
        width: 100%;
    }

    .shop__map .shm-map-container {
        max-height: 300px;
    }

    .shop__contact_top {
        flex-direction: column;
    }
}

.main-new-text-section {
    max-height: 350px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}

.main-new-text-section:after {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
}

.show_more_main {
    margin-top: 15px;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #551934;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 50px;
}

.main-new-text-section.active {
    max-height: 100%;
    overflow: hidden;
    padding-top: 20px;
}

.main-new-text-section.active:after {
    height: 0
}

.title-section-filter-shop {
    padding-top: 10px;
}

.title-section-filter-shop .title-section {
    font-size: 15px;
}

section.shop {
    padding-top: 10px;
    padding-bottom: 10px;
}

#topNubex {
    position: fixed;
    right: 10px;
    bottom: 40px;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#topNubex img {
    width: 24px;
}



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

.main_sectoin_forms {
    background: #f1f1f1;
    display: flex;
    gap: 44px;
    position: relative;
    min-height: 370px;
    border-radius: 30px;
    overflow: hidden;
}

.main_sectoin_form_left {
    padding-bottom: 32px;
    padding-left: 60px;
    padding-top: 50px;
}

.main_sectoin_forms-img {}

.mb-0,
.mb-0 .main_sectoin_forms {
    margin-bottom: 0px;
}




.zayavka_main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.zayavka_main_inputs {
    display: flex;
    gap: 5px;
}

.zayavka_main_inputs input {
    outline: none;
    padding: 10px;
    padding-left: 20px;
    width: 100%;
    width: 184px;
    box-shadow: 0 1px 3px 0 rgba(14, 30, 78, 0.2);
    background: #fff;
    border-radius: 5px;
    font-size: 17px;
}

.zayavka_main button {
    border-radius: 5px;
    margin-left: auto;
    width: 204px;
    height: 43px;
    transition: all 0.3s;
    color: #fff;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #551934;
    font-weight: 700;
    border: 1px solid #551934;
}

.zayavka_main button:hover {
    color: #551934;
    background-color: #fff;
}

.main_sectoin_form_text {
    font-weight: 400;
    font-size: 20px;
    color: #656565;
    margin-bottom: 40px;
    max-width: 630px;
}

.main_sectoin_form_text a {
    color: #551934;
    font-weight: 700;
}

.main_sectoin_form_manag-img img {
    display: block;
    border-radius: 50%;
}

.main_sectoin_form_manag-title {
    background: #e6f2ff;
    border-radius: 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #551934;
    margin-top: 15px;
}

.main_sectoin_form-title {
    font-weight: 800;
    font-size: 38px;
    color: #551934;
}

.main_sectoin_form-subtitle {
    font-weight: 800;
    font-size: 26px;
    color: #656565;
    margin-bottom: 30px;
}


.uslugi_na_glavnojs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 20px;
    padding-top: 10px;
    position: relative;
    transition: all .3s;
}

.uslugi_na_glavnojs_buttons_1,
.uslugi_na_glavnojs_buttons_2 {
    position: relative;
}

.uslugi_na_glavnojs-button-prev_1,
.uslugi_na_glavnojs-button-prev_2 {
    position: absolute;
    top: 70px;
    left: 0;
    cursor: pointer;
    z-index: 9;
}

.uslugi_na_glavnojs-button-next_1,
.uslugi_na_glavnojs-button-next_2 {
    position: absolute;
    top: 70px;
    right: 0;
    cursor: pointer;
    z-index: 9;
}

.usluga_na_glavnoj a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 180px;
    gap: 10px;
    text-align: center;
    align-items: center;
    font-size: 22px;
    line-height: 1.2;
}

.usluga_na_glavnoj a span {
    line-height: 1.1;
}

.usluga_na_glavnoj a img {

    overflow: hidden;
    height: 176px;
    width: 176px;
    border-radius: 50%;
    transition: all .5s;
}

.usluga_na_glavnoj a:hover img {
    box-shadow: 0 0 10px 2px #00000040;
}

.uslugi_na_glavnojs::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.uslugi_na_glavnojs::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
}

.uslugi_na_glavnojs::-webkit-scrollbar-thumb {
    background: #551934;
}

.uslugi_na_glavnoj {
    padding-bottom: 40px;
    padding-top: 30px;
    background: #fffcf6;
}


.filter_go {
    display: flex;
    gap: 10px
}

.catalog-filter>.filter_go .input-control.nagruzka_max,
.catalog-filter>.filter_go .input-control.nagruzka_min {
    min-height: 20px
}

.catalog-filter>.filter_go {
    --bs-gutter-x: 0;
    border-left: 1px solid var(--s-gray-ligth-color);
    border-bottom: 1px solid var(--s-gray-ligth-color);
}

.catalog-filter>.filter_go>.col {
    flex: 1 0 0%;
}

.catalog-filter>.filter_go .input-control {
    background-color: transparent;
}

/*.catalog-filter > .filter_go .input-control option:nth-child(1) {display: none;}*/
.input-control {
    max-width: 100%;
    width: 100%;
    min-height: 50px;
    font-family: inherit;
    font-size: 16px;
    border: 1px solid #A8A8A8;
    border-radius: 50px;
    background-color: transparent;
    color: #3B3B3D;
    padding: 0 30px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select.input-control {
    background-image: url("../img/select-arrow.svg");
    background-position: calc(100% - 30px) center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
}

.nagruzkas {
    display: flex;
    justify-content: space-between;
    margin-bottom: -45px;
    opacity: 0;
    visibility: hidden;
}

.smi-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.smi-block {
    width: 180px;
    margin: 0 10px 20px;
    max-width: calc(50% - 20px);
    padding: 5px;
    display: flex;
}

.smi-block a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .4s;
}

.smi-block a:hover {
    transform: translateY(-3px);
}

.smi-blocks a img {}

.main_sectoin_form_left {}

@media (max-width: 860px) {
    .catalog-filter>.row>.col {
        max-width: 50%;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }

    .main_sectoin_forms {
        flex-direction: column;
    }

    .main_sectoin_form_right {
        display: none;
    }

    .main_sectoin_form_left {
        text-align: center;
    }
}

@media (max-width: 670px) {
    .zayavka_main_inputs {
        flex-direction: column;
        align-items: center;
    }

    .zayavka_main button {
        width: 200px;
    }

    .main_sectoin_form {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .catalog-filter>.row>.col {
        max-width: 100%;
    }
}

.slider-top-img img {
    max-height: 600px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 670px) {
    .catalog-filter>.filter_go {
        flex-direction: column;
    }
}









/*-------------------------------------------------SEO--------------------------------*/


section ol li,
section ul li {
    list-style: initial;
}

section ol,
section ul {
    padding-left: 50px;
}

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

    .main_sectoin_forms {
        background-image: none !important;
    }

    .advantages-elements {
        flex-direction: column;
        gap: 20px;
    }

    .page-servese-text-content-left-top {
        flex-direction: column;
        gap: 20px;
    }

    .page-servese-text-content-left-elements {
        flex-direction: column;
    }

    .page-servese-text-content-left-element {
        padding: 20px 20px;
        width: 100%;
    }

    .section-404 .container:before {
        max-width: 300px;
        height: 220px;
        background-size: cover;
    }
}

@media(max-width:380px) {
    .order-form {
        width: 100%;
    }
}

.tppo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #414141;
    font-size: 16px;
    font-weight: 200;
}

.tppo img {
    width: 80px;
    height: 30px;
}

.brghnrynrhe p,
.brghnrynrhe ul,
.brghnrynrhe ol {
    margin-bottom: 20px;
}

.about-company-text .ul-stule-d {
    padding-left: 0;
    padding-right: 0;
}

.single-final-price-inp {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    position: relative;
    cursor: pointer;
    height: 24px;
}

.custom-radio+label:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: .5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-radius: 3px 0;
    border: 1px solid #d9d9d9;
    background: #fff;
    width: 19px;
    height: 19px;
}

.custom-radio:checked+label:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 7px;
    z-index: 3;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4D4D4D;
    display: block;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #551934 #dedede;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
    height: 12px;
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: #dedede;
}

*::-webkit-scrollbar-thumb {
    background-color: #551934;
    border-radius: 5px;
}

@media(max-width:767px) {
    .header-fix {
        display: none !important;
    }

    .header {
        position: fixed;
        width: 100%;
        z-index: 100;
        background-color: #Fff;
    }

    section ul {
        padding-left: 0px;
    }

    .slider-top {
        padding-top: 83px;
    }
}

.reviews-element .swiper {
    display: none;
}

@media (max-width: 567px) {
    .product-preview-item-title {
        font-size: 12px;
    }
}


.page-servese-top-images img {
    height: 100%;
    max-height: 280px;
    width: 100%;
    object-fit: cover;
}


.decktop-menu-2ur ul.v-submenu {
    position: absolute;
    left: 240px;
    margin-top: 0;
    top: 0;
    display: none;
}

.decktop-menu-2ur li:hover ul.v-submenu {
    display: grid;
}

.decktop-menu-2ur a svg {
    transition: all .3s ease;
    transform: rotate(-90deg) !important;
}

.decktop-menu-2ur li:hover a svg {
    transform: rotate(90deg) !important;
}

.header-fix .decktop-menu-2ur li {
    margin-inline: 0 !important;
}

.color-title {
    color: #551934;
}

@media (max-width: 1200px) {
    .order-title {
        font-size: 34px;
    }

    .order-title span {
        font-size: 84px;
    }
}

@media (max-width: 860px) {
    .main_sectoin_form_left {
        padding: 30px;
    }

    .main_sectoin_form-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .main_sectoin_form-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .main_sectoin_form_text {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .zayavka_main button {
        margin-inline: auto;
        width: 184px;
        font-size: 16px;
    }

    .order-section-rigth {
        grid-template-columns: 1fr;
        padding-bottom: 40px;
    }

    .order-title {
        font-size: 24px;
    }

    .order-title span {
        font-size: 38px;
    }

    .order-section-rigth-item {
        gap: 10px;
    }

    .order-section-rigth-item-text-title {
        font-size: 24px;
    }

    .order-form {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        gap: 16px;
        position: relative;
        flex-direction: column;
        margin-inline: auto;
        align-items: center;
    }

    section ul {
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    .advantages-element {
        background: #fff;
        padding: 16px 24px;
    }
}

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