/*сброс стилен начало*/
body {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

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

* {
    font-family: 'Muller', 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;
}

.icon {
    display: flex;
}

.container::after {
    display: none;
}

.container::before {
    display: none;
}

/*сброс стилен конец*/
.all-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    html {
        font-size: calc(.01111111*100vw + 0px);
    }
}


.section {
    width: 100%;
    position: relative;

}

.container {
    padding: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 60.8375rem;
    margin-left: auto;
    margin-right: auto;
}


/*шапка начало*/
.header {
    width: 100%;

}

.header-menu {
    display: flex;
    flex-direction: column;
}

.header-menu-address {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-menu-address-text {
    color: #fff;
    font-size: 20px;
    font-size: 0.95rem;
}

.header-menu-address-icon {
    margin-right: 0.6rem;
    max-width: 0.741rem;
    position: relative;
    bottom: 3px;
}

/* .header-home{
    background: rgba(58, 51, 48, 1);
} */
.header {
    background: rgba(58, 51, 48, 1);
}

.header-menu-nenu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-menu-nenu-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-menu-nenu-nav ul li:not(:last-child) {
    margin-right: 1.25rem;
}

.header-menu-nenu-nav ul li a {
    color: #fff;
    font: 0.95rem "Muller", Arial, Helvetica, sans-serif;
}

.header-menu-nenu {
    margin-top: 1.0rem;
}

.header-content {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.call-designer-button {
    background: rgba(39, 39, 39, 1);
    position: relative;
    top: 0.3rem;
    border: 1px solid rgba(255, 255, 255, 1);
    width: 9.6rem;
    height: 2.35rem;
    break-before: 4px;
    color: #fff;
    border-radius: 4px;
    font-size: 0.844rem;
}

.button {
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-content-contacts {
    margin-left: 1.9rem;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.header-content-contacts-phone {
    font-weight: 700;
    color: #fff;
    font-size: 1.1rem;
}

.header-content-contacts-soc {
    display: flex;
    align-items: center;
    margin-top: 0.75rem;
    justify-content: flex-start;
}

.header-logo {
    margin-left: 2rem;
    width: 6.8rem;
}

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

.header-content-contacts-soc a {
    display: flex;
    align-items: center;
}

.header-content-contacts-soc a span {
    margin-right: 8px;
    color: #fff;
    font-size: 16px;
    font-size: 0.75rem;
}

.header-content-contacts-soc a svg {
    max-width: 0.755rem;
}

.header-content-contacts-soc a:not(:last-child) {
    margin-right: 2rem;
}

.header .container {
    align-items: center;
}

.header-menu-nenu-icon {
    cursor: pointer;
    margin-right: 1.5rem;
    width: 30px;
    height: 20px;
    display: flex;
    transform: rotate(0deg);
    flex-direction: column;
    justify-content: space-between;
}

.header-menu-nenu-icon span {
    width: 100%;
    height: 2px;
    position: relative;
    background: #fff;
    opacity: 1;
}

.header-menu-nenu-icon * {
    transition: all 0.3s;
}

.header-menu-nenu-icon.active {
    transform: rotate(90deg);
}

.header-menu-nenu-icon.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}

.header-menu-nenu-icon.active span:nth-child(2) {
    opacity: 0;
    display: none;
}

.header-menu-nenu-icon.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -9px;
}

/*шапка конец*/

/*первый блок главной страницы*/
.swiper-home {
    position: relative;
    max-height: 700px;
}

.swiper-wrapper {
    max-height: 700px;
}

.section-home {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.section-home-text {
    width: 100%;

    display: flex;
    flex-direction: column;
    max-width: 35rem;
}

.section-home-text-subtitle {
    color: rgba(185, 185, 185, 1);
    font-size: 30px;
    font-size: 1.443rem;
    margin-bottom: 1.1rem;
}

.section-home-text-title {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    margin-bottom: 1.2rem;
    line-height: 1;
    font-size: 2.4rem;
}

.go-to-section {
    border: 1px solid rgba(255, 255, 255, 1);
    /* padding: 0.76rem 0.92rem; */
    width: 9.6rem;
    height: 2.35rem;
    display: flex;
    align-items: center;
    justify-content: center;

    break-before: 4px;
    color: #fff;
    border-radius: 4px;
    font-size: 0.844rem;
}

.swiper-button-next-home {
    position: absolute;
    bottom: 4.11rem;
    z-index: 2;
    right: 14.3rem;
}

.swiper-button-prev-home {
    position: absolute;
    bottom: 4.11rem;
    z-index: 2;
    left: 14.3rem;
}

.swiper-button-prev-home * {
    transition: all 0.4s !important;
}

.swiper-button-prev-home:hover circle {
    fill: #fff;
}

.swiper-button-prev-home:hover path {
    fill: #000;
}

.swiper-button-next-home * {
    transition: all 0.4s !important;
}

.swiper-button-next-home:hover circle {
    fill: #fff;
}

.swiper-button-next-home:hover path {
    fill: #000;
}

.section-home .container {
    height: 100%;
}

.section-home-text {
    height: 100%;
    justify-content: center;
}

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

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

.swiper-button-prev-home {
    width: 2.74rem;
}

.swiper-button-next-home {
    width: 2.74rem;
}

.swiper-button-prev-home svg {
    max-width: 100%;
}

.swiper-button-next-home svg {
    max-width: 100%;
}

/*первый блок главной страницы конец*/

/*кнопки начало*/
*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.blob-btn {
    z-index: 1;
    position: relative;

    text-align: center;
    outline: none;
    transition: color 0.5s;
    cursor: pointer;
}

.blob-btn:hover {
    color: rgba(242, 72, 65, 1);
}

.blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;

}

.blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #fff;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}

.blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}

.blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}

.blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}

.blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}

.blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
}

/*кнопки конец*/

@media (max-width: 1450px) {

    .header-menu-nenu-icon {
        width: 26px;
        height: 18px;
    }

    .header-menu-nenu-icon.active span:nth-child(1) {
        top: 8px;
    }

    .header-menu-nenu-icon.active span:nth-child(3) {
        top: -8px;
    }

    .container {
        width: calc(60.8375rem * 1.3);
    }

    .header-menu-address-text {
        font-size: calc(0.95rem * 1.3);
    }

    .header-menu-address-icon {
        margin-right: calc(0.6rem * 1.3);
        max-width: calc(0.741rem * 1.3);
    }

    .header-menu-nenu-nav ul li:not(:last-child) {
        margin-right: calc(1.25rem * 1.3);
    }

    .header-menu-nenu-nav ul li a {
        font: 0.95rem "Muller", Arial, Helvetica, sans-serif;
    }

    .header-menu-nenu {
        margin-top: calc(1.2rem * 1.3);
    }

    .call-designer-button {
        top: calc(0.3rem * 1.3);
        width: calc(9.6rem * 1.3);
        height: calc(2.35rem * 1.3);
        font-size: calc(0.844rem * 1.3);
    }

    .header-content-contacts {
        margin-left: calc(1.9rem * 1.3);
    }

    .header-content-contacts-phone {
        font-size: calc(1.1rem * 1.3);
    }

    .header-content-contacts-soc {
        margin-top: calc(0.75rem * 1.3);
    }

    .header-logo {
        margin-left: calc(2rem * 1.3);
        width: calc(6.5rem * 1.3);
    }


    .header-content-contacts-soc a span {
        font-size: calc(0.75rem * 1.3);
    }

    .header-content-contacts-soc a svg {
        max-width: calc(0.755rem * 1.3);
    }

    .header-content-contacts-soc a:not(:last-child) {
        margin-right: calc(2rem * 1.3);
    }

    .header-menu-nenu-icon {
        margin-right: calc(1.5rem * 1.3);
    }

    .section-home-text {
        max-width: calc(35rem * 1.3);
    }

    .section-home-text-subtitle {
        font-size: calc(1.443rem * 1.3);
        margin-bottom: calc(1.1rem * 1.3);
    }

    .section-home-text-title {
        margin-bottom: calc(1.2rem * 1.3);
        font-size: calc(2.4rem * 1.3);
    }

    .go-to-section {
        /* padding: calc( 0.76rem * 1.3); */
        font-size: calc(0.844rem * 1.3);
    }

    .swiper-button-next-home {
        bottom: calc(3.4rem * 1.3);
        right: calc(14.3rem * 1.3);
    }

    .swiper-button-prev-home {
        bottom: calc(3.4rem * 1.3);
        left: calc(14.3rem * 1.3);
    }

    .swiper-button-prev-home {
        width: calc(2.74rem * 1.3);
    }

    .swiper-button-next-home {
        width: calc(2.74rem * 1.3);
    }

    .swiper-button-prev-home {
        bottom: calc(3.4rem * 1.3);
        left: calc(4.25rem * 1.3);
    }

    .swiper-button-next-home {
        bottom: calc(3.4rem * 1.3);
        right: calc(4.25rem * 1.3);
    }

    .section-home-text {
        position: relative;
        top: -1rem;
    }
}

@media (max-width: 1250px) {
    .header-menu-nenu-icon {
        width: 22px;
        height: 16px;
    }

    .header-menu-nenu-icon.active span:nth-child(1) {
        top: 7px;
    }

    .header-menu-nenu-icon.active span:nth-child(3) {
        top: -7px;
    }
}

@media (max-width: 950px) {
    .header-menu-nenu-icon {
        transform: scale(0.8) !important;
    }

}

.header-menu-nenu-nav {
    margin-top: 0.25rem;
}

/* .section-home{
    background: rgba(58, 51, 48, 1);
} */
.swiper-home {
    background: rgba(58, 51, 48, 1);
}

@media (max-width: 767px) {
    html {
        font-size: calc(.01111111 * 100vw + 0px);
    }

    .header-logo {
        display: none;
    }

    .header-content-contacts {
        display: none;
    }

    .call-designer-button {
        top: calc(0.3rem * 1.3);
        width: 47rem;
        height: 11.4rem;
        font-size: 4.1rem;
    }

    .header-menu-nenu-icon {
        width: 30px;
        height: 20px;
    }

    .header-menu-nenu-icon.active span:nth-child(1) {
        top: 9px;
    }

    .header-menu-nenu-icon.active span:nth-child(3) {
        top: -9px;
    }

    .header-menu-nenu-nav ul li a {
        font-size: 4.6rem;
    }

    .header-menu-nenu-nav {
        margin-top: 1.1rem;
    }

    .header-menu-address-text {
        font-size: 4.6rem;
    }

    .header-menu-address-icon {
        margin-right: 3rem;
        max-width: 4rem;
        position: relative;
        top: -0.5rem;
    }

    .header-menu-nenu-icon {
        transform: scale(1) !important;
    }

    .header-menu {
        margin-top: 12rem;
    }

    .header-menu-nenu {
        margin-top: 6.5rem;
    }

    .header-content {
        top: 9.1rem;
        position: absolute;
        right: 4rem;
    }

    .header-menu-nenu-icon {
        margin-right: 8rem;
    }

    .header-menu-nenu-nav ul li:not(:last-child) {
        margin-right: 5rem;
    }

    .container {
        width: 82rem;
    }

    .section-home-section {
        display: flex;
        flex-direction: column;
    }

    .section-home {
        /* position: relative;*/
        order: 3;
        /*background: rgba(58, 51, 48, 1);*/

    }

    .swiper-button-next-home {
        z-index: 44;
    }

    .swiper-button-prev-home {
        z-index: 44;
    }

    .section-home-text {
        padding-top: 6rem;
    }

    .section-home-text-subtitle {
        line-height: 1;
        font-size: 7rem;
    }

    .section-home-text-title {
        font-size: 39px;
        line-height: 1.2;
        margin-top: 4rem;
        font-size: 9rem;
    }

    /* .header-home{
        padding-bottom: 9rem;
    } */
    .header {
        padding-bottom: 4rem;
    }

    .section-home-text {
        max-width: 100%;
    }

    .call-designer-button {
        padding-top: 0.6rem;
    }

    .swiper-button-prev-home {
        width: 9rem;
        left: 4rem;
    }

    .swiper-button-next-home {
        width: 9rem;
        right: 4rem;
    }

    .go-to-section {
        /* padding-top: 1.6rem; */

        width: 42rem;
        height: 11.4rem;
        font-size: 4.1rem;
    }

    .section-home-text-title {
        margin-bottom: 3rem;
    }

    .go-to-section {
        margin-top: 2rem;
        margin-bottom: 8rem;
    }
}



/*меню начало*/
.menu-header-fixed {
    border-top: 1px solid rgba(81, 81, 81, 1);
    width: 100%;
    /* height: 100%; */
    background: rgba(58, 51, 48, 1);
    position: fixed;
    z-index: 22;
    bottom: 0px;
    left: 0px;

    opacity: 1;
    z-index: 44;
    transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
    transition: all 0.3s;
}



.menu-header-fixed.noactive {
    transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(90deg);
    opacity: 0;
    pointer-events: none;
    z-index: -2;
}


.menu-header-fixed .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /* height: fit-content; */
    max-height: 100%;
    overflow: unset;
}

.menu-header-left {
    width: 28.2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.menu-header-left nav ul li a {
    color: #fff;
    font-size: 30px;
    font-size: 1.443rem;
}

.menu-header-left nav ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;

}

.menu-header-left nav ul li:not(:first-child) {
    margin-top: 0.25rem;
}

.menu-header-fixed {
    padding-top: 1.6rem;
    padding-bottom: 1rem;
}

.menu-header-right {
    width: 30rem;
    display: flex;
    flex-direction: column;
}

.menu-header-right-kontakts {
    display: flex;
    flex-direction: column;
}

.menu-header-right-kontakts-var-1 {
    display: flex;
    align-items: center;
}

.menu-header-right-kontakts-var-1 span {
    font-weight: 300;
    color: #fff;
    font-size: 0.9rem;
    margin-left: 1rem;
}

.menu-header-right-kontakts-var-1 {
    margin-top: 0.3rem;
}

.menu-header-right-kontakts-var-1:first-child {
    margin-top: 0.7rem;
}

.menu-header-right-kontakts-var-2 {
    font-size: 0.9rem;
    margin-top: 0.3rem;
    text-decoration: revert !important;
    font-weight: 300;
    color: rgba(242, 72, 65, 1);
}

.menu-header-right-kontakts-var-3 {
    margin-top: 0.7rem;
    display: flex;

}

.menu-header-right-kontakts-var-3 a {
    max-width: 1.74rem;
    display: flex;
    margin-right: 1rem;
}

.menu-header-right .menu-header-right-title:not(:first-child) {
    margin-top: 1.3rem;
}

.menu-header-right-title {
    color: #fff;
    font-size: 1.443rem;
    font-weight: 500;
}

.menu-header-right-text {
    font-weight: 300;
    color: #fff;
    font-size: 0.9rem;
}

.menu-header-right-text {
    margin-top: 0.7rem;
}

.privacy-policy {
    position: relative;
    bottom: 10px;
    font-size: 0.95rem;
    color: #fff;
    line-height: 1;
    margin-top: 2.5rem;
    text-decoration: revert !important;
}

.menu-header-right-kontakts-var-1-phone svg {
    max-width: 0.71rem;
}

.menu-header-right-kontakts-var-1-email svg {
    max-width: 1.02rem;
}

.all-section {
    max-height: 100vh;
    overflow: initial;
    height: 100%;
}

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

.order-a-project-nomu {
    position: absolute;
    left: 0px;
    margin-top: 10rem;
    bottom: 0px;
    line-height: 1;
}

.order-a-project {
    color: rgba(242, 72, 65, 1);
    font-size: 2.4rem;
    background: rgba(242, 72, 65, 0);
    border: none;
    width: fit-content;
    display: flex;
    line-height: 1;
}

@media (max-width: 1450px) {
    .menu-header-left {
        width: calc(28.5rem * 1.3);
    }

    .menu-header-left nav ul li a {
        font-size: calc(1.443rem * 1.3);
    }

    .menu-header-left nav ul li:not(:first-child) {
        margin-top: calc(0.25rem * 1.3);
    }

    .menu-header-fixed {
        padding-top: calc(1.6rem * 1.3);
        padding-bottom: calc(1rem * 1.3);
    }

    .menu-header-right {
        width: calc(30rem * 1.3);
    }


    .menu-header-right-kontakts-var-1 span {
        font-size: calc(0.9rem * 1.3);
        margin-left: calc(1rem * 1.3);
    }

    .menu-header-right-kontakts-var-1 {
        margin-top: calc(0.3rem * 1.3);
    }

    .menu-header-right-kontakts-var-1:first-child {
        margin-top: calc(0.7rem * 1.3);
    }

    .menu-header-right-kontakts-var-2 {
        font-size: calc(0.9rem * 1.3);
        margin-top: calc(0.3rem * 1.3);
    }

    .menu-header-right-kontakts-var-3 {
        margin-top: calc(0.7rem * 1.3);
    }

    .menu-header-right-kontakts-var-3 a {
        max-width: calc(1.74rem * 1.3);
        margin-right: calc(1rem * 1.3);
    }

    .menu-header-right .menu-header-right-title:not(:first-child) {
        margin-top: calc(1.3rem * 1.3);
    }

    .menu-header-right-title {
        font-size: calc(1.443rem * 1.3);
    }

    .menu-header-right-text {
        font-size: calc(0.9rem * 1.3);
    }

    .menu-header-right-text {
        margin-top: calc(0.7rem * 1.3);
    }

    .privacy-policy {
        font-size: calc(0.95rem * 1.3);
        margin-top: calc(2.5rem * 1.3);
    }

    .menu-header-right-kontakts-var-1-phone svg {
        max-width: calc(0.71rem * 1.3);
    }

    .menu-header-right-kontakts-var-1-email svg {
        max-width: calc(1.02rem * 1.3);
    }
}

@media (min-width: 768px) {
    .mobile {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .menu-header-right-kontakts-var-2-top {
        display: flex;
        flex-direction: column;
    }
}

.header-cop {
    color: #fff;
    font-size: 0.95rem;
    position: absolute;
    right: 0px;
    top: 0px;
}

@media (max-width: 1450px) {
    .header-cop {
        font-size: calc(0.95rem * 1.3);
    }
}

@media (max-width: 767px) {
    .section-home-section .swiper-wrapper {
        background: rgba(58, 51, 48, 1);
    }

    .section-home-section {
        background: rgba(58, 51, 48, 1);
    }

    .swiper-home img {
        display: flex;
    }

    .menu-header-fixed .container {
        padding-bottom: 9rem;
    }

    .header-cop {
        position: relative;
        font-size: 4.6rem;
        margin-top: 3rem;
    }

    .privacy-policy {
        margin-top: 13rem;
    }

    .menu-header-right-kontakts-var-3 {
        margin-top: 2.5rem;
    }

    .menu-header-left {
        position: relative;
    }

    .menu-header-left-logo {
        position: absolute;
        max-width: 25%;
        width: 15%;
        left: -0.5rem;
        top: -3rem;
    }

    .menu-header-right-text {
        margin-top: 2rem;
    }

    .menu-header-left-logo img {
        width: 100%;
    }

    .menu-header-left {
        margin-bottom: 13rem;
    }

    .menu-header-right-kontakts-var-2-top {
        display: flex;

    }

    .menu-header-right-kontakts-var-2:not(:first-child) {
        margin-left: 11rem;
    }

    .menu-header-right-kontakts-var-2 {
        margin-top: 2rem;
    }

    .menu-header-right .menu-header-right-title:not(:first-child) {
        margin-top: 8rem;
    }

    .order-a-project {
        position: relative;
        font-size: 9.3rem;
    }

    .menu-header-right {
        width: 100%;
    }

    .menu-header-left {
        width: 100%;
    }

    .menu-header-left nav {
        width: 70%;
        margin-left: auto;
    }

    .menu-header-left nav ul li {
        margin-left: auto;
    }

    .menu-header-left nav ul li a {
        font-size: 5.66rem;
    }

    .menu-header-left nav ul li:not(:first-child) {
        margin-top: 5rem;
    }

    .menu-header-right-title {
        font-size: 7rem;
    }

    .menu-header-right-text {
        font-size: 4.3rem;
    }

    .menu-header-right-kontakts-var-1 span {
        font-size: 4.3rem;
    }

    .menu-header-right-kontakts-var-1-phone svg {
        max-width: 2.77rem;
        width: 2.77rem;
    }

    .menu-header-right-kontakts-var-2 {
        font-size: 4.3rem;
    }

    .menu-header-right-kontakts-var-3 a {
        max-width: 8rem;
        width: 8rem;
        margin-right: 4rem;
    }

    .menu-header-fixed {
        border-top: 0px solid rgba(81, 81, 81, 1);
    }

    .menu-header-right-kontakts-var-3 a svg {
        width: 8rem;
        height: 8rem;
    }

    .privacy-policy {
        font-size: 4.6rem;
    }

    .desctop {
        display: none !important;
    }

    .menu-header-right-kontakts-var-1-email svg {
        max-width: 4.6rem;
        width: 4.6rem;
    }

    .menu-header-right-kontakts-var-1 {
        margin-top: 1rem;
    }

    .menu-header-right-kontakts-var-1 span {
        margin-left: 5rem;
    }
}

/*меню конец*/
/*скролл начало*/
.simplebar-track.simplebar-vertical {
    background: #fff;
    border-radius: 0px !important;
}

.simplebar-scrollbar:before {
    border-radius: 0px !important;
    background: #ff262e !important;
    color: #ff262e !important;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1 !important;
    border-radius: 0px !important;
}

/*скролл конец*/

/*активный хедер начало*/
.header.active {
    background: rgba(39, 39, 39, 1) !important;
}

.header-logo {
    display: flex;
}

.menu-header-fixed {
    background: rgba(39, 39, 39, 1);
}

@media (max-width: 768px) {
    .menu-header-fixed .container {
        width: 86rem;
        padding-right: 4rem;
        position: relative;
        left: 2rem;
    }
}


@media (min-width: 768px) {
    .header.active .call-designer-button {
        border: 1px solid rgba(242, 72, 65, 1);
        background: rgba(242, 72, 65, 1);
    }
}

/*активный херед конец*/

@media (min-width: 768px) {
    .call-designer-button {
        padding-top: 2px;
    }
}


/*шапка главной начало*/
@media (min-width: 768px) {
    .header-home {
        position: absolute;
        z-index: 11;
        background: rgba(58, 51, 48, 0);
        top: 0;
        left: 0;
    }

    .header-home {
        transition: all 0.5s;
    }

    .header-home.active {
        background: rgba(39, 39, 39, 1) !important;
    }
}

/*шапка главной конец*/

/*секция категорий начало*/


/* .section-categories .container{

} */
.section-categories {
    position: relative;
    /* top: -1px; */
    margin-top: -1px;
    background: rgba(58, 51, 48, 1);

    display: flex;
    z-index: 3;
    justify-content: center;
    padding-top: 5rem;
}

.section-categories-title {
    padding-left: 1.5rem;
}

.section-title {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    /* font-size: 3.24rem; */
    font-size: 2.6rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}

.big-title {
    font-size: 150px;
    color: rgba(192, 192, 192, 0.29);
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-size: 6.97rem;
}

.big-title span {
    font-size: 150px;
    color: rgba(192, 192, 192, 0.29);
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-size: 6.97rem;
}

.section-categories-big-title {
    position: absolute;
    /* left: 0px;
    top: 0px; */
    top: 0;
    left: 8.5rem;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-categories-big-title span {
    text-transform: uppercase;
}

/*анимашка заголовка начало*/
#animationTetLeft {
    width: fit-content;

}

#animationTetLeft span {
    width: fit-content;
    min-width: 2rem;
    position: relative;
    left: 0vw;
    transition: all 0.7s;
}

.animationTetLeftSpan {
    left: 100vw !important;
}

/*анимашка заголовка конец*/
.section-categories-content {
    margin-top: 1.4rem;
    display: flex;
    flex-direction: column;
}

.section-categories .container {
    display: flex;
    flex-direction: column;
}

.section-categories-content-big {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.section-categories-content-center {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section-categories-content-center-left {
    display: flex;
    flex-direction: column;
    width: calc((100% / 3) - 11px);
}

.section-categories-content-center-right {
    display: flex;
    flex-direction: column;
    width: calc((100% / 3) - 11px);
}

.section-categories-content-center-center {
    display: flex;
    width: calc((100% / 3) - 11px);
    align-items: flex-start;
    justify-content: flex-start;
}

.section-categories-content-center-left-img:not(:first-child) {
    margin-top: 16px;
}

.section-categories-content-center-right-img:not(:first-child) {
    margin-top: 16px;
}

.section-categories {
    padding-bottom: 8rem;
}

.section-categories-content-big {
    position: relative;
}

.section-categories-content-big-hover * {
    transition: all 0.5s;
}

.section-categories-content-big-hover {
    transition: all 0.5s;
    width: 388px;
    height: 72px;
    width: 18rem;
    height: 3.36rem;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.36);
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 15px;
    cursor: pointer;
}

.section-categories-content-big-hover * {
    display: flex;
}

.section-categories-content-big-hover span {
    font-weight: 300;
    position: relative;
    top: 1px;
    color: #fff;
    font-size: 30px;
    font-size: 1.443rem;
    line-height: 1;
}

.section-categories-content-hover-img svg {
    max-width: 100%;
}

.section-categories-content-hover-img {
    width: 2.73rem;
}

.section-categories-content-nobig-hover {
    width: calc(100% - 20px);
    left: 10px;
}

.section-categories-content-center-right-img {
    position: relative;
}

.section-categories-content-center-center {
    position: relative;
}

.section-categories-content-center-left-img {
    position: relative;
}

.section-categories-content-nobig-hover {
    padding-left: 15px;
}

@media (max-width: 1450px) {

    .section-categories {
        padding-top: calc(5rem * 1.3);
    }

    .section-categories-title {
        padding-left: calc(1.5rem * 1.3);
    }

    .section-title {
        /* font-size: 3.24rem; */
        font-size: calc(2.6rem * 1.3);
    }

    /* .big-title{
        font-size: calc( 6.97rem  * 1.3);
    }
    .big-title span{
        font-size: calc( 6.97rem  * 1.3);
    } */

    .section-categories-big-title {
        /* top: calc(-2.7rem * 1.3); */
        left: calc(8.5rem / 1.3);
    }

    /*анимашка заголовка начало*/

    #animationTetLeft span {
        min-width: calc(2rem * 1.3);
    }

    .animationTetLeftSpan {
        left: calc(100vw * 1.3) !important;
    }

    /*анимашка заголовка конец*/
    .section-categories-content {
        margin-top: calc(1.3rem * 1.3);
    }

    .section-categories {
        padding-bottom: calc(8rem * 1.3);
    }


    .section-categories-content-big-hover {
        width: calc(18rem * 1.3);
        height: calc(3.36rem * 1.3);
    }

    .section-categories-content-center .section-categories-content-nobig-hover {
        width: calc(100% - 20px);

    }

    .section-categories-content-big-hover span {
        font-size: calc(1.443rem * 1.3);
    }

    .section-categories-content-hover-img {
        width: calc(2.73rem * 1.3);
    }



    .menu-header-left {
        width: calc(28.5rem * 1.3);
    }
}

.section-categories-amin {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
}

.section-categories-big-title {
    z-index: 2;
}

.section-categories .container {
    z-index: 2;
}

.section-categories-amin-1 {
    position: absolute;
    top: -100%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(-9deg);
    right: 8rem;
    transition: all 4s;
}

@media (min-width: 1651px) {
    .section-categories-amin-1 {
        right: 12rem;
    }
}

@media (max-width: 1450px) {
    .section-categories-amin-1 {
        right: 4rem;
    }
}

.section-categories-amin-2 {
    position: absolute;
    top: -80%;
    background: rgba(89, 89, 89, 1);
    height: 400%;
    width: 1px;
    transform: rotate(38deg);
    right: 29rem;
    transition: all 4s;
}


.section-categories-amin-3 {
    position: absolute;
    top: -100%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(-49deg);
    right: 12rem;
    transition: all 4s;
}

.section-categories-amin-4 {
    position: absolute;
    top: -80%;
    background: rgba(89, 89, 89, 1);
    height: 400%;
    width: 1px;
    transform: rotate(-68deg);
    right: 29rem;
    transition: all 4s;
}

@media (max-width: 767px) {
    .swiper-categories-mobile {
        max-width: 100%;
    }

    .section-categories-content-big img {
        width: 100%;
    }

    .section-categories .mobile.container {
        overflow: hidden;
        position: relative;
        padding-bottom: 16rem;
    }

    /*скролл начало*/
    .simplebar-track.simplebar-vertical {
        width: 5px;
    }

    .simplebar-scrollbar:before {
        left: 1px;
        right: 1px;
    }

    .all-page-content-scroll {
        padding-right: 5px;
    }

    .all-section-scroll {
        padding-right: 5px;
    }

    /*скролл конец*/
    .section-categories-content-big-hover {
        width: calc(100% - 10px);
        height: 16rem;
        left: 5px;
    }

    .section-categories-content-hover-img {
        width: 12rem;
    }

    .section-categories-content-big-hover span {
        font-size: 7rem;
    }

    .section-categories-content-big img {
        border-radius: 5px;
        padding-right: 0px;
    }

    .section-categories .mobile.container .swiper-wrapper {
        height: fit-content;
    }

    .swiper-button-prev-categories {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .swiper-button-next-categories {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .section-categories {
        flex-direction: column;
    }

    .section-title {
        font-size: 6.2rem;
    }

    .section-categories-title {
        padding-left: 0rem;
        padding-bottom: 14rem;
    }

    .section-categories {
        padding-bottom: 11rem;
    }

    .section-categories .mobile.container .swiper-pagination-bullet {
        background: rgba(103, 98, 96, 1);
        width: 32px;
        height: 16px;
        border-radius: 0px;
        transition: all 0.3s;
        position: relative;
        top: 0px;
    }

    .section-categories .mobile.container .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 52px;
        height: 23px;
        top: 3px;
        background: rgba(242, 72, 65, 1);
    }

    .swiper-button-next-categories {
        display: flex;
        z-index: 44;
    }

    .swiper-button-prev-categories {
        display: flex;
        z-index: 44;
    }

    .section-categories .mobile.container .swiper-pagination {
        bottom: 12px;
        max-width: calc(100% - 110px);
        margin-left: 55px;
    }
}

.swiper-button-next-categories * {
    transition: all 0.3s;
}

.swiper-button-next-categories:hover rect {
    fill: #F24841;
}

.swiper-button-next-categories:hover path {
    stroke: #26211E;
}

.swiper-button-prev-categories * {
    transition: all 0.3s;
}

.swiper-button-prev-categories:hover rect {
    fill: #F24841;
}

.swiper-button-prev-categories:hover path {
    stroke: #26211E;
}

.swiper-button-next-categories.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.swiper-button-prev-categories.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/*секция категорий конец*/

/*секция Реализованные проекты начало*/
.сompleted-projects-home {
    background: rgba(32, 28, 26, 1);
    padding-top: 160px;
    padding-top: 6.4rem;
}

.сompleted-projects-home-title {
    padding-right: 1.5rem;
    margin-left: auto;
}

.сompleted-projects-home-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1.2rem;
}

.сompleted-projects-home-content-articles {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.сompleted-projects-home-content-articles-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.сompleted-projects-home-content-article-top-item {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}

.сompleted-projects-home-content-article-top-item-title {
    font-weight: 400;
    color: #fff;
    font-size: 40px;
    font-size: 1.95rem;
    margin-top: 1.2rem;
}

.сompleted-projects-home-content-article-top-item-prise {
    color: #fff;
    font-size: 25px;
    margin-top: 0.3rem;
    font-size: 1.22rem;
}

.сompleted-projects-home .container {
    flex-direction: column;
}

.сompleted-projects-home-content-articles-bottom {
    width: 100%;
    display: flex;
    padding-top: 1.2rem;
    justify-content: space-between;
    margin-top: 2rem;
    border-top: 1px solid rgba(89, 89, 89, 1);
}

.сompleted-projects-home-content-article-bottom-item {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.сompleted-projects-home-content-article-bottom-item-text {
    color: #fff;
    font-size: 0.9rem;
}

/*стилизация слайдера при наведении начало*/
.сompleted-projects-home-content-article-top-item-slider {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}

.swiper-hover .swiper-pagination-horizontal {
    width: 100%;
    height: 100%;
}

.swiper-hover .swiper-pagination-bullet {
    /* width: 20%  !important; */
    background: rgb(255, 0, 0, 0);
    height: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    position: relative;
}

.swiper-hover .swiper-pagination-bullet-active::before {
    position: absolute;
    bottom: 0px;
    height: 4px;

    width: 100%;
    content: '';
    background: rgba(242, 72, 65, 1);

    left: 0px !important;
}

.swiper-hover .swiper-pagination {
    bottom: 0px !important;
}

/*стилизация слайдера при наведении конец*/


.сompleted-projects-home-content-articles:not(:first-child) {
    margin-top: 2.6rem;
}

.сompleted-projects-home-content-articles:last-child {
    border-bottom: 1px solid rgba(89, 89, 89, 1);
    margin-bottom: 1rem;
    padding-bottom: 2.4rem;
}

@media (max-width: 1450px) {
    .сompleted-projects-home {
        padding-top: calc(6.5rem * 1.3);
    }

    .сompleted-projects-home-title {
        padding-right: calc(1.5rem * 1.3);
    }

    .сompleted-projects-home-content {
        margin-top: calc(1.2rem * 1.3);
    }

    .сompleted-projects-home-content-article-top-item-title {
        font-size: calc(1.95rem * 1.3);
        margin-top: calc(1.2rem * 1.3);
    }

    .сompleted-projects-home-content-article-top-item-prise {
        font-size: calc(1.22rem * 1.3);
    }

    .сompleted-projects-home-content-articles-bottom {
        padding-top: calc(1.2rem * 1.3);
    }

    .сompleted-projects-home-content-article-bottom-item {
        gap: calc(0.55rem * 1.3);
    }

    .сompleted-projects-home-content-article-bottom-item-text {
        font-size: calc(0.9rem * 1.3);
    }

    .сompleted-projects-home-content-articles:not(:first-child) {
        margin-top: calc(2.6rem * 1.3);
    }

    .сompleted-projects-home-content-articles:last-child {
        margin-bottom: calc(1rem * 1.3);
        padding-bottom: calc(2.4rem * 1.3);
    }
}


@media (max-width: 767px) {
    .section-categories {
        top: 0px;
    }

    .сompleted-projects-home-title {
        padding-bottom: 14rem;
        padding-top: 2rem;
    }

    .сompleted-projects-home .swiper-pagination {
        bottom: 12px;
        max-width: calc(100% - 110px);
        margin-left: 55px;
    }

    .сompleted-projects-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 52px;
        height: 23px;
        top: 3px;
        background: rgba(242, 72, 65, 1);
    }

    .сompleted-projects-home .swiper-pagination-bullet {
        background: rgba(103, 98, 96, 1);
        width: 32px;
        height: 16px;
        border-radius: 0px;
        transition: all 0.3s;
        position: relative;
        top: 0px;
    }

    .сompleted-projects-home {
        padding-bottom: 11rem;
    }

    .сompleted-projects-home .swiper-categories-mobile {
        overflow: hidden;
    }

    .сompleted-projects-home .swiper-categories-mobile {
        padding-bottom: 17rem;
        position: relative;
    }
}

.сompleted-projects-home-anim-left {
    position: absolute;
    left: 2rem;
    top: -35.2rem;
    color: rgba(255, 255, 255, 0.29);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 6.4rem;

    writing-mode: vertical-rl;
    transform: rotate(-180deg) translateY(-100%);
    left: 0rem;
    transition: all 1s;
}

@media (max-width: 1450px) {
    .сompleted-projects-home-anim-left {
        left: 0.2rem;
        line-height: 1;
        top: -27.5rem;
        font-size: 5rem;
    }
}

@media (max-width: 767px) {
    .сompleted-projects-home-anim-left {
        display: none;
    }
}

.сompleted-projects-home-fon-bottom {
    display: none;
}

@media (min-width: 768px) {
    .сompleted-projects-home-fon-bottom {
        position: absolute;
        display: flex;
        left: 0px;
        width: 100%;
        bottom: 0px;
        height: 27.5rem;
        z-index: 0;
        background: rgba(58, 51, 48, 1);
    }

    .сompleted-projects-home-anim-left {
        z-index: 1;
    }

    .сompleted-projects-home .container {
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 768px) and (max-width: 1450px) {
    .сompleted-projects-home-fon-bottom {
        height: calc(27.5rem * 1.3);
    }

}

/*секция Реализованные проекты конец*/


/*секция почему мы начало*/
.bacg-img-50 {
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: none;
    background-size: cover;
    -o-background-size: cover;
}

.why-do-we-have {
    padding-top: 4.6rem;
    padding-bottom: 7.2rem;

    position: relative;
}

.why-do-we-have:after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.58);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.why-do-we-have .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.why-do-we-have-left {
    width: 63%;
    display: flex;
    flex-direction: column;
}

.why-do-we-have-right {
    overflow: auto;
}

.why-do-we-have-left-title {
    font-weight: 300;
    color: #fff;
    font-size: 60px;
    line-height: 1;
    font-size: 2.6rem;
}

.why-do-we-have-left-form {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.why-do-we-have-left-form-fon {
    height: calc(100% + 5rem);
    width: 20000px;
    top: -2.5rem;
    z-index: 0;
    right: -2.5rem;
    /* background: rgba(0, 0, 0, 0.58); */
    position: absolute;
}

.why-do-we-have-left-form input {
    border: none;
    z-index: 1;
    outline: none;
    width: 9.9rem;
    font-size: 0.92rem;
    font-weight: 500;
    color: #fff;
    background: rgb(255, 255, 255, 0);
    padding-bottom: 0.15rem;
    border-bottom: 2px solid #fff;
}

.why-do-we-have-left-form input::placeholder {

    font-size: 0.92rem;
    font-weight: 500;
    color: #fff;

}

.why-do-we-have-left-form button {
    border: 0px solid rgba(242, 72, 65, 1);
    background: rgba(242, 72, 65, 1);
    color: #fff;
    z-index: 1;
    width: 9.9rem;
    height: 2.35rem;
    font-size: 0.844rem;
}

.why-do-we-have-left-form {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

@media (min-width: 768px) {
    .why-do-we-have-left-form button {
        padding-top: 2px;
    }

}

.why-do-we-have-right {
    width: 37%;
    display: flex;
    flex-direction: column;
}

.why-do-we-have-right-article {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(182, 182, 182, 1);
    display: flex;

}

.why-do-we-have-right-article:not(:first-child) {
    padding-top: 1.2rem;
}

.why-do-we-have-right-article-left {
    width: 5rem;
}

.why-do-we-have-right-article-left img {
    width: 2.4rem;
    height: fit-content;
}

.why-do-we-have-right-article-right {
    width: calc(100% - 3rem);
    display: flex;
    flex-direction: column;

}

.why-do-we-have-right-article-right-title {
    color: #fff;
    margin-bottom: 0.7rem;
    font-size: 1.95rem;
}

.why-do-we-have-right-article-right-text {
    font-weight: 300;
    color: #fff;
    font-size: 0.92rem;
}



@media (max-width: 1450px) {
    .why-do-we-have {
        padding-top: calc(4.6rem * 1.3);
        padding-bottom: calc(7.2rem * 1.3);
    }

    .why-do-we-have-left-title {
        font-size: calc(2.6rem * 1.3);
    }

    .why-do-we-have-left-form {
        gap: calc(0.9rem * 1.3);
    }

    /* .why-do-we-have-left-form-fon{
        height: calc( calc(100% + 5rem) * 1.3);
        top: calc( -2.5rem * 1.3);
        right: calc( -2.5rem * 1.3);
    } */
    .why-do-we-have-left-form input {
        width: calc(9.9rem * 1.3);
        font-size: calc(0.92rem * 1.3);
        padding-bottom: calc(0.15rem * 1.3);
    }

    .why-do-we-have-left-form input::placeholder {
        font-size: calc(0.92rem * 1.3);
    }

    .why-do-we-have-left-form button {
        width: calc(9.9rem * 1.3);
        height: calc(2.35rem * 1.3);
        font-size: calc(0.844rem * 1.3);
    }

    .why-do-we-have-right-article {
        padding-bottom: calc(1rem * 1.3);

    }

    .why-do-we-have-right-article:not(:first-child) {
        padding-top: calc(1.2rem * 1.3);
    }

    .why-do-we-have-right-article-left {
        width: calc(5rem * 1.3);
    }

    .why-do-we-have-right-article-left img {
        width: calc(2.4rem * 1.3);
    }

    .why-do-we-have-right-article-right-title {
        font-size: calc(1.95rem * 1.3);
    }

    .why-do-we-have-right-article-right-text {
        font-size: calc(0.92rem * 1.3);
    }
}

.why-do-we-have-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 4.5rem;
    background: rgba(58, 51, 48, 1);
}

.why-do-we-have-top-title-anim {
    width: 100%;
    text-align: right;
    padding-right: 1rem;
    line-height: 1.15;
}

#whyDoWeHaveTopTitleAnim {
    width: fit-content;
    margin-left: auto;
}

#whyDoWeHaveTopTitleAnim span {
    width: fit-content;
    min-width: 2rem;
    position: relative;
    left: 0vw;
    transition: all 0.7s;
}

@media (max-width: 767px) {
    #whyDoWeHaveTopTitleAnim {
        display: none;
    }

    .why-do-we-have-top {
        padding-top: 0rem;
    }

    .why-do-we-have-left {
        width: 100%;
    }

    .why-do-we-have {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .why-do-we-have-left-title {
        font-size: 39px;
        font-size: 7.2rem;
    }

    .why-do-we-have-right {
        width: 100%;
    }

    .why-do-we-have-right-article-left img {
        width: 10rem;
    }

    .why-do-we-have-right-article-left {
        width: 16rem;
    }

    .why-do-we-have-right-article-right-title {
        font-size: 6rem;
    }

    .why-do-we-have-right-article-right-text {
        font-size: 4.44rem;
    }

    .why-do-we-have-right {
        margin-top: 15rem;
    }

    .why-do-we-have .container {
        padding-bottom: 38rem;
    }

    .why-do-we-have-left-form input {
        width: 48.8rem;
        font-size: 4.6rem;
        padding-bottom: 1rem;
    }

    .why-do-we-have-left-form input::placeholder {
        font-size: 4.6rem;
    }

    .why-do-we-have-right-article-right {
        width: calc(100% - 16rem);

    }

    .why-do-we-have-left-form button {
        padding-top: 0.6rem;
        width: 48.8rem;
        border-radius: 5px;
        margin-top: 3rem;
        height: 11.4rem;
        font-size: 4.1rem;
    }

    .why-do-we-have-left-form {
        left: 16.5rem;
    }

    .why-do-we-have-left-form-fon {
        height: calc(100% + 14rem);
        top: -7rem;
        right: -7rem;
    }
}

.why-do-we-have-left-form button {
    border-radius: 5px;
}


/*секция почему мы конец*/

.section-categories-content-big-mobile-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 7rem;
}

.section-categories-content-big-mobile-text-title {
    font-size: 7rem;
    font-weight: 700;
    color: #fff;
}

.section-categories-content-big-mobile-text-prise {
    margin-top: 2rem;
    font-size: 4.6rem;
    font-weight: 500;
    color: #fff;
}

/*секция о компании начало*/

.about-home .container {
    display: flex;
    flex-direction: column;
}

.about-home {
    background: rgba(58, 51, 48, 1);
    padding-bottom: 1rem;
}

.section-title {
    width: 100%;
    text-align: center;
}

.about-home-top {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    background: rgba(89, 89, 89, 1);
    height: 1px;
    width: 100%;
}

.about-home-content {
    background: rgba(38, 33, 30, 1);
    display: flex;
    padding-left: 7rem;
    padding-bottom: 2.5rem;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding-top: 1.4rem;
}

.about-home-content-title {
    padding-top: 1.4rem;
    margin-bottom: 1.4rem;
    line-height: 1;
}

.about-home-content-subtitle {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-size: 1.443rem;
    width: 100%;
}

.about-home-content-text {
    font-size: 0.92rem;
    width: 100%;
    color: #fff;
    position: relative;
    margin-top: 1.7rem;
}

.about-home-content-text p {
    width: 28.5rem;
    padding: 0;
    margin: 0;
    font-size: 0.92rem;
    font-size: 19px;
    color: inherit;
}

.about-home-content-text-img {
    position: absolute;
    left: 32rem;
    width: 24rem;
    top: -0.7rem;

}

/*секция о компании конец*/

/*Текстовый блок начало*/
.text-blok-home-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 2.7rem;
    padding-bottom: 2.4rem;
}

.text-blok-home {
    background: rgba(38, 33, 30, 1);

}

.text-blok-home-content * {
    color: #fff;
    line-height: 1;
}

.text-blok-home-content h1,
.text-blok-home-content .h1 {
    font-weight: 700;
    padding: 0;
    /* font-size: 1.95rem;     */
}

.text-blok-home-content h2 {
    font-weight: 700;
    padding: 0;
    /* font-size: 1.95rem;     */
}

.text-blok-home-content h1:not(:first-child),
.text-blok-home-content .h1:not(:first-child) {
    margin-top: 30px;
}

.text-blok-home-content h1:first-child,
.text-blok-home-content .h1:first-child {
    margin-bottom: 1.5rem;
    max-width: 59%;
    margin-bottom: 35px;
}

.text-blok-home-content h2:not(:first-child) {
    margin-top: 30px;
}

.text-blok-home-content h2:first-child {
    margin-bottom: 1.5rem;
    max-width: 59%;
    margin-bottom: 35px;
}

.text-blok-home-content h2 {
    margin-bottom: 20px;
}

.text-blok-home-content *:nth-child(2) {
    max-width: 59%;
}

.text-blok-home-content h3:first-child {
    max-width: 59%;
}

.text-blok-home-content h4:first-child {
    max-width: 59%;
}

.text-blok-home-content p:first-child {
    max-width: 59%;
}

.text-blok-home-content span:first-child {
    max-width: 59%;
}

.text-blok-home-content ul:first-child {
    max-width: 59%;
}

.text-blok-home-content ol:first-child {
    max-width: 59%;
}

.about-home {
    z-index: 1;
}




.text-blok-home-content h3 {
    font-weight: 700;
    padding: 0;
    font-size: 1.75rem;
}

.text-blok-home-content h3:not(:first-child) {
    margin-top: 1rem;
    margin-top: 30px;
}

.text-blok-home-content h3:not(:last-child) {
    margin-bottom: 1rem;
    margin-bottom: 20px;
}

.text-blok-home-content h4 {
    font-weight: 700;
    padding: 0;
    font-size: 1.55rem;
}

.text-blok-home-content h4:not(:first-child) {
    margin-top: 1rem;
    margin-top: 20px;
}

.text-blok-home-content h4:not(:last-child) {
    margin-bottom: 1rem;
    margin-bottom: 20px;
}

.text-blok-home-content ul {
    display: flex;
    flex-direction: column;
}

.text-blok-home-content ul li {
    font-size: 15px;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 250;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 13px;
    max-width: calc(100% - 10px);
    left: 10px;
}

.text-blok-home-content ul li::before {
    content: url(../img/ulli.svg);
    position: absolute;
    left: -10px;
}

.text-blok-home-content span {
    font-size: 30px;
    font-weight: 700;
}

.text-blok-home-content p:not(:last-child) {
    margin-bottom: 1rem;
    margin-bottom: 20px;
}

.text-blok-home-content p {
    font-size: 19px;
}

.text-blok-home-content p:not(:first-child) {
    margin-top: 1rem;
    margin-top: 20px;
}

.text-blok-home-content span:not(:last-child) {
    margin-bottom: 1rem;
    margin-bottom: 5px;
}

.text-blok-home-content span:not(:first-child) {
    margin-top: 1rem;
    margin-top: 30px;
}

.text-blok-home-content ul:not(:first-child) {
    margin-top: 1rem;
    margin-top: 20px;
}

.text-blok-home-content ul:not(:last-child) {
    margin-bottom: 1rem;
    margin-bottom: 20px;
}

.text-blok-home-content ol {
    display: flex;
    flex-direction: column;
}

.text-blok-home-content ol li {
    font-size: 19px;
    list-style-type: number;
    padding-left: 9px;
    margin-left: 27px;

    font-weight: 250;


}

.text-blok-home-content ol li:not(:first-child) {
    margin-top: 12px;
}

.text-blok-home-content ol li:not(:last-child) {
    margin-bottom: 12px;
}

.text-blok-home-content ol li::marker {
    color: rgba(242, 72, 65, 1);
    font-size: 28px;

}

.text-blok-home-content ol:not(:first-child) {
    margin-top: 1rem;
    margin-top: 20px;
}

.text-blok-home-content ol:not(:last-child) {
    margin-bottom: 1rem;
    margin-bottom: 20px;
}

/*Текстовый блок конец*/

/*преимущества начало*/
.advantajes-home {
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
}

.advantajes-home-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2rem;
    justify-content: space-between;
}

.advantajes-home-content-1 {
    gap: 50px;
    max-width: 330px;
    width: 330px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.advantajes-home-content-2 {
    gap: 50px;
    max-width: 330px;
    position: relative;
    left: 30px;
    width: 330px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.advantajes-home-content-3 {
    gap: 50px;
    max-width: 330px;
    width: 330px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.advantajes-home-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.95rem;
}

.advantajes-home-content-article-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantajes-home-content-article-left span {
    position: absolute;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    left: 23px;
    line-height: 0.89;
    top: 20px
}

.advantajes-home .container {
    flex-direction: column;
}

.advantajes-home-content-article-right {
    font-size: 19px;
    font-weight: 250;
    color: #fff;
    margin-left: -23px;
    max-width: 290px;
    min-width: 260px;
    position: relative;
    top: 5px;
    line-height: 1.2;
}

.advantajes-home-content-article {
    display: flex;
    align-items: center;

}

@media (max-width: 1700px) {
    .advantajes-home-content-2 {
        left: 20px;
    }
}

@media (max-width: 1600px) {
    .advantajes-home-content-2 {
        left: 10px;
    }
}

@media (max-width: 1500px) {
    .advantajes-home-content-2 {
        left: 0px;
    }
}

@media (max-width: 1550px) and (min-width:1450px) {
    .advantajes-home-content-2 {
        max-width: 310px;
        width: 310px;
    }

    .advantajes-home-content-1 {
        max-width: 310px;
        width: 310px;
    }

    .advantajes-home-content-3 {
        max-width: 310px;
        width: 310px;
    }

    .advantajes-home-content-article-right {
        max-width: 260px;
        min-width: 240px;
    }

    .advantajes-home-content-article-right {
        font-size: 18px;
    }
}

.text-blok-home-content h1,
.text-blok-home-content .h1 {
    /* font-size: 60px; 0110 */
    font-size: 1.75rem;
}

.text-blok-home-content h2 {
    /* font-size: 60px; 0110 */
    font-size: 1.75rem;
}

@media (max-width: 1300px) {
    .advantajes-home-content-article-right {
        font-size: 18px;
    }

    .advantajes-home-content-article-left svg {
        width: 85px;
    }

    .advantajes-home-content-article-left span {
        font-size: 38px;
    }

    .advantajes-home-content-article-right {
        min-width: 230px;
        max-width: 230px;
    }

    .advantajes-home-content-1 {
        max-width: 300px;
        width: 300px;
    }

    .advantajes-home-content-2 {
        max-width: 300px;
        width: 300px;
    }

    .advantajes-home-content-3 {
        max-width: 300px;
        width: 300px;
    }

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

    .text-blok-home-content ol li {
        font-size: 18px;
    }

    .text-blok-home-content p {
        font-size: 18px;
    }

    .text-blok-home-content ol li::marker {
        font-size: 26px;
    }

    .text-blok-home-content h3 {
        font-size: 22px;
    }

    .text-blok-home-content span {
        font-size: 22px;
    }

    .text-blok-home-content h1,
    .text-blok-home-content .h1 {
        /* font-size: 50px; 0110*/
        font-size: 22px;
    }

    .text-blok-home-content h2 {
        /* font-size: 50px; 0110*/
        font-size: 22px;
    }
}

.about-home-content-subtitle {
    font-weight: 700;
}

@media (max-width: 1100px) {
    .text-blok-home-content ol li::marker {
        font-size: 23px;
    }

    .about-home-content-subtitle {
        font-size: 20px;
    }

    .advantajes-home-content {
        flex-wrap: wrap;
        gap: 50px;

    }

    .advantajes-home-content-3 {
        margin-left: auto;
        margin-right: auto;
    }

    .about-home-content-text p {
        font-size: 16px;
    }

    .text-blok-home-content ol li {
        font-size: 16px;
    }

    .text-blok-home-content p {
        font-size: 16px;
    }

    .text-blok-home-content ul li {
        font-size: 14px;
    }



    .text-blok-home-content ol:not(:first-child) {
        margin-top: 14px;
    }

    .text-blok-home-content h1:first-child,
    .text-blok-home-content .h1:first-child {
        margin-bottom: 25px;
    }

    .text-blok-home-content h2:first-child {
        margin-bottom: 35px;
    }

    .text-blok-home-content h3:not(:first-child) {
        margin-top: 14px;
    }

    .text-blok-home-content h3:not(:last-child) {
        margin-bottom: 14px;
    }


    .text-blok-home-content h4:not(:first-child) {
        margin-top: 14px;
    }

    .text-blok-home-content h4:not(:last-child) {
        margin-bottom: 14px;
    }


    .text-blok-home-content p:not(:last-child) {
        margin-bottom: 14px;
    }

    .text-blok-home-content p:not(:first-child) {

        margin-top: 14px;
    }

    .text-blok-home-content span:not(:last-child) {

        margin-bottom: 5px;
    }

    .text-blok-home-content span:not(:first-child) {

        margin-top: 14px;
    }

    .text-blok-home-content ul:not(:first-child) {

        margin-top: 14px;
    }

    .text-blok-home-content ul:not(:last-child) {

        margin-bottom: 14px;
    }

    .advantajes-home-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .advantajes-home-title {
        font-size: 26px;
    }

    .advantajes-home-content {
        margin-top: 50px;
    }

    .advantajes-home {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .advantajes-home-content {
        flex-direction: column;
    }

    .advantajes-home-content-3 {
        margin-left: 0px;

    }

    .advantajes-home-content {
        gap: 30px;
    }

    .advantajes-home-content-1 {
        gap: 30px;
    }

    .advantajes-home-content-2 {
        gap: 30px;
    }

    .advantajes-home-content-3 {
        gap: 30px;
    }

    .advantajes-home-content-article-left span {
        font-size: 45px;
    }

    .advantajes-home-content-article-left svg {
        width: 95px;
    }

    .advantajes-home-content-article-right {
        font-size: 19px;
    }

    .text-blok-home {
        margin-top: -1px;
    }

    .about-home .container {
        width: 100%;
    }

    .about-home-content {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 3rem;
        padding-left: 3rem;

    }

    .about-home-content-title {
        font-size: 32px;
    }

    .about-home-content-subtitle {
        font-size: 25px;
        text-align: left;
    }

    .about-home-content-text {
        flex-direction: column;
    }

    .about-home-content-text-img {
        position: relative;
        left: 0rem;
        width: 100%;
        top: 1rem;
    }

    .about-home-content-text p {
        width: 100%;
    }

    .about-home-content {
        padding-top: 40px;
    }

    .about-home-content-title {
        text-align: left;
    }

    .about-home-content-subtitle {
        padding-top: 25px;
    }

    .about-home-content-text {
        margin-top: 25px;
    }

    .about-home-content-text p {
        font-size: 19px;
    }

    .about-home-content-text-img {
        top: 0px;
        margin-top: 35px;
    }

    .about-home-top {
        background: none;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .about-home-content-title {
        padding-top: 0px;
    }

    .about-home {
        padding-bottom: 0;
    }

    .text-blok-home-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .text-blok-home-content h1:first-child,
    .text-blok-home-content .h1:first-child {
        max-width: 100%;
    }

    .text-blok-home-content h2:first-child {
        max-width: 100%;
    }

    .text-blok-home-content p {
        font-size: 19px;
    }

    .text-blok-home-content ul li {
        font-size: 15px;
    }

    .text-blok-home-content ul li::before {
        top: -2px;
    }

    .text-blok-home-content *:nth-child(2) {
        max-width: 100%;
    }

    .text-blok-home-content h1,
    .text-blok-home-content .h1 {
        font-size: 35px;
    }

    .text-blok-home-content h2 {
        font-size: 35px;
    }

    .text-blok-home-content h3 {
        font-size: 24px;
    }

    .text-blok-home-content span {
        font-size: 30px;
    }

    .text-blok-home-content ol li {
        font-size: 19px;
    }

    .text-blok-home-content ol li::marker {
        font-size: 28px;
    }

    .text-blok-home-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-home-content {
        margin-bottom: -1px;
    }

    .advantajes-home-content-article-right {
        min-width: 260px;
        max-width: 260px;
    }

    .advantajes-home-content-article-right {
        margin-left: -13px;
    }

    .advantajes-home-content-2 {
        max-width: 320px;
        width: 320px;
    }
}

@media (max-width: 375px) {
    .advantajes-home-content-article-right {
        min-width: 220px;
        max-width: 220px;
    }

    .advantajes-home-content-article-left svg {
        width: 85px;
    }

    .advantajes-home-content-article-right {
        top: 18px;
    }
}

.section.text-blok-home {
    margin-top: -1px;
    background: rgb(58 51 49);

}

.why-do-we-have-top {
    margin-top: -1px;
}

.section.advantajes-home.bacg-img-50 {
    margin-top: -1px;
}

.section.about-home {
    margin-top: -1px;
}

/*преимущества конец*/

.about-home-amin-1 {
    position: absolute;
    top: -80%;
    background: rgba(89, 89, 89, 1);
    height: 400%;
    width: 1px;
    transform: rotate(43deg);
    right: 35rem;
    transition: all 4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-home-amin-2 {
    position: absolute;
    top: -80%;
    background: rgba(89, 89, 89, 1);
    height: 400%;
    width: 1px;
    transform: rotate(6deg);
    right: 6rem;
    transition: all 4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-home-amin-1 span {
    position: relative;
    bottom: 40rem;
    display: flex;
    background: rgba(217, 217, 217, 1);
    width: 1px;
    height: 14px;
}

.about-home-anim {
    width: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.about-home .container {
    z-index: 2;
    position: relative;
}

.about-home-amin-3 {
    position: absolute;
    top: -100%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(-76deg);
    right: 38rem;
    transition: all 4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-home-amin-3 span {
    position: relative;
    bottom: 43rem;
    display: flex;
    background: rgba(217, 217, 217, 1);
    width: 1px;
    height: 14px;
}

.about-home-amin-4 {
    position: absolute;
    top: -100%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(-65deg);
    right: 34rem;
    transition: all 4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .about-home-anim {
        display: none;
    }
}




/*вставка отзывы начало*/
.reviews {
    display: block;
    height: fit-content;
    position: relative;

    padding-bottom: 0px;
}

.reviews .swiper3 {
    width: calc(100% - 26px);
    position: relative;
    left: 11px;

    padding-bottom: 80px;
}

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

.reviews-element {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.11);
    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;
}

.reviews .mySwiper2 {
    margin-top: 25px;
}

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

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

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

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

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

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


.reviews .reviews-element {
    overflow: hidden;
}

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

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

.reviews .mySwiper {
    width: 56%;

}

.reviews .mySwiper span {
    color: rgba(191, 191, 191, 1);
    font-size: 0.82rem;

    position: absolute;
    right: 0px;
    width: 40%;
    text-align: right;
    padding-right: 1rem;
    bottom: 1rem;
}

.reviews-element {
    padding-bottom: 1rem !important;
}

.swiper3-container {
    padding-bottom: 3rem;
}

.reviews .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 55px;
    height: 16px;
    background: rgba(103, 98, 96, 1);
    transition: all 0.3s;
    border-radius: 0px !important;
    top: 0px;
}

.reviews .swiper-pagination-bullet {
    opacity: 1 !important;
}

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

.reviews .style-button.button-prev-pos:hover rect {
    fill: #F24841;
}

.reviews .style-button.button-prev-pos:hover path {
    stroke: #26211E;
}

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

.reviews .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -0.2rem;
}

.reviews .style-button.button-next-pos:hover rect {
    fill: #F24841;
}

.reviews .style-button.button-next-pos:hover path {
    stroke: #26211E;
}

.reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(242, 72, 65, 1) !important;
    width: 123px !important;
    height: 23px !important;
    position: relative;
    top: 3px !important;
}

.reviews .mySwiper .swiper-slide {
    margin-right: 0.67rem !important;
}

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

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

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


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

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


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

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

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

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

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

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

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

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

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

    .reviews .mySwiper2 img {
        width: 100%;
    }

    /* .reviews .swiper3 .swiper-slide-active{
       background:#fff;
    } */
    .reviews .reviews-element-text {
        font-size: 15px;
    }

    .reviews .swiper3 {
        padding-bottom: 65px;
    }

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

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


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

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

.reviews .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

/*вставка отзывы конец*/

/*доработка отзывы начало*/
.reviews {
    background: rgba(58, 51, 48, 1);
}

.reviews .swiper-slide {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    background: rgba(0, 0, 0, 0.16);
}

.reviews-element-text {
    border: 1px solid rgb(49 43 40);
}

.reviews-element-text {
    color: #fff;
}

.reviews {
    padding-top: 120px;
    padding-bottom: 60px;
    padding-top: 5.7rem;
    padding-bottom: 1.3rem;
}

.reviews .section-title {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    margin-bottom: 1.5rem;

}

.reviews-element-client-left-left {
    width: 3.5rem;
}

.reviews-element-client-left-left img {
    width: 100%;
}

.reviews-element {
    /* padding: 1.11rem; */
    padding: 0px;
}

.reviews-element-client {
    padding-top: 1.11rem;
    padding-left: 1.11rem;
    padding-right: 1.11rem;
    padding-top: 22px;
    padding-left: 22px;
    padding-right: 22px;
}

.reviews-element-text {
    padding-left: 22px;
    padding-right: 22px;
}

.reviews-element-text {
    margin-top: 22px;
}

.reviews .mySwiper2 {
    margin-top: 22px;
}

.reviews .swiper-button-prev-asd-vl {
    left: 1.5rem;
}

.reviews .swiper-button-next-asd-vl {
    right: 1.5rem;
}

.reviews-element-client-left-rigth-name {
    font-size: 1.443rem;
    color: #fff;
}

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

.reviews-element-text {
    font-size: 17px;
    font-size: 0.82rem;
}

.reviews .reviews-element-client-rigth {
    position: relative;
    top: 0.84rem;
    color: rgba(191, 191, 191, 1);

}

.reviews-element-client-left-rigth-rating path {
    fill: rgba(242, 72, 65, 1);
}

.reviews-element-client-left-rigth-rating svg {
    width: 1rem;
    height: auto;
}

.reviews .swiper3-container {
    width: 100%;
    left: 0px;
}

.reviews .swiper3 {
    width: 100%;
    left: 0px;
}

.reviews .section-title {
    padding-left: 1.3rem;
}

@media (max-width: 1450px) {

    .reviews {
        padding-top: calc(5.7rem * 1.3);
        padding-bottom: calc(1.3rem * 1.3);
    }

    .reviews .section-title {
        margin-bottom: calc(1.5rem * 1.3);
    }

    .reviews-element-client-left-left {
        width: calc(3.5rem * 1.3);
    }


    .reviews-element-client {
        padding-top: 22px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .reviews-element-text {
        padding-left: 22px;
        padding-right: 22px;
    }

    .reviews-element-text {
        margin-top: 22px;
    }

    .reviews .mySwiper2 {
        margin-top: 22px;
    }

    .reviews .swiper-button-prev-asd-vl {
        left: calc(1.5rem * 1.3);
    }

    .reviews .swiper-button-next-asd-vl {
        right: calc(1.5rem * 1.3);
    }

    .reviews-element-client-left-rigth-name {
        font-size: calc(1.443rem * 1.3);
    }

    .reviews-element-client-rigth {
        font-size: calc(0.755rem * 1.3);
    }

    .reviews-element-text {
        font-size: calc(0.82rem * 1.3);
    }

    .reviews .reviews-element-client-rigth {
        top: calc(0.84rem * 1.3);
    }

    .reviews-element-client-left-rigth-rating svg {
        width: calc(1rem * 1.3);
    }

    .reviews .section-title {
        padding-left: calc(1.3rem * 1.3);
    }

    .reviews .mySwiper .swiper-slide {
        width: calc(2.8rem * 1.3) !important;
        height: calc(2.8rem * 1.3) !important;
    }

    .reviews .mySwiper .swiper-slide {
        margin-right: calc(0.67rem * 1.3) !important;
    }

    .reviews .mySwiper span {
        font-size: calc(0.82rem * 1.3);
        padding-right: calc(1rem * 1.3);
    }

    .reviews .reviews-element-client-left-left {
        width: calc(3.5rem * 1.3);
    }
}

@media (max-width: 1060px) {
    .reviews-element-client-left-rigth-rating svg {
        width: calc(1rem * 1.6);
    }

    .reviews .mySwiper .swiper-slide {
        margin-right: calc(0.67rem * 1.6) !important;
    }

    .reviews .mySwiper .swiper-slide {
        width: calc(2.8rem * 1.6) !important;
        height: calc(2.8rem * 1.6) !important;
    }

    .reviews .swiper-button-prev-asd-vl {
        left: calc(1.5rem * 1.6);
    }

    .reviews .swiper-button-next-asd-vl {
        right: calc(1.5rem * 1.6);
    }

    .reviews-element-client-left-rigth-name {
        font-size: calc(1.443rem * 1.6);
    }

    .reviews-element-client-rigth {
        font-size: calc(0.755rem * 1.6);
    }

    .reviews-element-text {
        font-size: calc(0.82rem * 1.6);
    }

    .reviews .reviews-element-client-left-left {
        width: calc(3.5rem * 1.6);
    }

    .reviews .mySwiper span {
        font-size: calc(0.82rem * 1.6);

    }
}

@media (max-width: 767px) {
    .reviews .section-title {
        padding-left: 0px;
    }

    .section-title {
        text-align: left;
    }
}

/*доработка отзывы конец*/

.about-home-content-title {
    font-family: 'Muller', sans-serif;
}

.text-blok-home-content * {
    font-family: 'Muller', sans-serif;
}

.reviews .section-title {
    font-family: 'Muller', sans-serif;
}

@media (max-width: 767px) {
    .advantajes-home-title {
        line-height: 1;
    }

    .reviews .container {
        width: 100%;
    }

    .reviews .section-title {
        margin-left: calc((100% - 82rem) / 2);
        position: relative;
    }

    .reviews .reviews-element {
        padding: 0;
    }

    .reviews-element-client {
        padding-top: calc(calc((100% - 82rem) / 2) + 7px);
        padding-left: calc((100% - 82rem) / 2);
        padding-right: calc((100% - 82rem) / 2);
    }

    .reviews-element-text {
        padding-left: calc((100% - 82rem) / 2);
        padding-right: calc((100% - 82rem) / 2);
    }

    .reviews .reviews-element-client-left-left {
        width: 17rem;
    }

    .reviews-element-client-left-rigth-name {
        font-size: 5.76rem;
    }

    .reviews-element-client-left-rigth-rating svg {
        width: 4.6rem;
    }

    .reviews-element-client-rigth {
        font-size: 3.4rem;
    }

    .reviews .reviews-element-client-rigth {
        top: 4.1rem;
    }

    .reviews .reviews-element-text {
        font-size: 3.93rem;
    }

    .reviews .mySwiper .swiper-slide {
        margin-right: 2.3rem !important;
    }

    .reviews .mySwiper .swiper-slide {
        width: 14rem !important;
        height: 14rem !important;
    }

    .reviews .mySwiper span {
        font-size: 3.93rem;
    }

    .reviews .swiper-pagination {
        width: calc(100% - 100px) !important;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 50px;
        flex-wrap: wrap;

        bottom: 12px;
        max-width: calc(100% - 130px);
        margin-left: 65px;
    }

    .reviews .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 2px 4px;
    }

    .reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 52px !important;
        height: 23px !important;
        top: auto !important;
        background: rgba(242, 72, 65, 1) !important;
    }

    .reviews .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        background: rgba(103, 98, 96, 1);
        width: 32px;
        height: 16px;
        border-radius: 0px;
        transition: all 0.3s;
        position: relative;
        top: 0px;
    }
}

.reviews-left-text {
    position: absolute;
    left: auto;
    top: -32rem;
    color: rgba(255, 255, 255, 0.29);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 6.4rem;
    writing-mode: vertical-rl;
    transform: rotate(-180deg) translateY(-100%);
    right: 2rem;
    transition: all 4s;
}

.reviewsLeftTextAnimNone {
    color: rgba(58, 51, 48, 1);
}

.reviews-left-text span {
    color: rgba(255, 255, 255, 0.29);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 4.4rem;

    transition: all 2s;
}

.reviewsLeftTextAnimSpan {
    color: rgba(58, 51, 48, 1) !important;
}

@media (max-width: 1450px) {
    .reviews-left-text span {
        font-size: 4.6rem;
        line-height: 1;
    }

    .reviews-left-text {
        right: 0.89rem;
        top: -22.8rem;

        line-height: 1;
        font-size: 4.6rem;
    }
}


/*скролл начало*/
.why-do-we-have .simplebar-track.simplebar-vertical {
    width: 5px;
}

.why-do-we-have .simplebar-scrollbar:before {
    left: 1px;
    right: 1px;
}

.why-do-we-have .all-page-content-scroll {
    padding-right: 5px;
}

.why-do-we-have .all-section-scroll {
    padding-right: 5px;
}

.why-do-we-have .simplebar-track.simplebar-vertical {
    background: rgb(218 187 177 / 40%);
}

.why-do-we-have-right {
    padding-right: 7px;
}

/*скролл конец*/

/*ответы на частые вопросы начало*/
.answers-on-questions {
    background: rgba(58, 51, 48, 1);
    padding-bottom: 6rem;
}

.answers-on-questions-content {
    border-top: 1px solid rgba(89, 89, 89, 1);
    border-bottom: 1px solid rgba(89, 89, 89, 1);
    padding-top: 8rem;
    padding-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

.answers-on-questions-content-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.answers-on-questions-content-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.answers-on-questions-content-top-title {
    text-align: left;
    font-family: 'Muller', sans-serif;
}

.answers-on-questions-content-l {
    width: 25.7rem;
}

.answers-on-questions-content-r {
    width: 25.7rem;
}

.answers-on-questions-content-bottom-l {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.answers-on-questions-content-bottom-r {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}



/*вставка начало*/
.answers-on-questions-content-l-element {
    display: flex;
    width: 100%;
    padding-bottom: 15px;
    margin-top: 35px;
    margin-top: 1.6rem;
    padding-bottom: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 0.5px solid rgba(255, 255, 255, 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 {
    font-size: 20px;
    font-size: 0.96rem;
    color: #fff;
    font-weight: 700;
    padding-right: 20px;
    width: 100%;
}

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

    font-size: 0.82rem;
    font-weight: 400;
    color: #fff;
}

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

.answers-on-questions-content-l-element-title-icon span {
    display: none;
}

.answersActive span {
    display: flex;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 350;
    display: flex;
    line-height: 0.5;
}

.answers-on-questions-content-l-element-title-icon svg {
    width: 0.7rem;
    height: auto;
}


.answersActive svg {
    display: none;
}

.answers-on-questions-content-top-title.answers-on-questions-content-r {
    margin-top: -4.5rem;
}

.answers-on-questions-content-top-title {
    font-size: 2.7rem;
}

.section-title-mull {
    font-size: 2.7rem;
}

/*вставка конец*/

@media (max-width: 1450px) {
    .answers-on-questions-content-top-title {
        font-size: calc(2.7rem * 1.4);
    }

    .section-title-mull {
        font-size: calc(2.7rem * 1.3);
    }

    .answers-on-questions {
        padding-bottom: calc(6rem * 1.4);
    }

    .answers-on-questions-content {
        padding-top: calc(7rem * 1.4);
        padding-bottom: calc(3rem * 1.4);
    }


    .answers-on-questions-content-l {
        width: calc(25.7rem * 1.4);
    }

    .answers-on-questions-content-r {
        width: calc(25.7rem * 1.4);
    }

    .answers-on-questions-content-l-element {
        margin-top: calc(1.6rem * 1.4);
        padding-bottom: calc(0.5rem * 1.4);
    }

    .answers-on-questions-content-l-element-title-text {
        font-size: calc(0.96rem * 1.4);
    }

    .answers-on-questions-content-l-element-text {
        font-size: calc(0.82rem * 1.4);
    }


    .answersActive span {
        font-size: calc(1.5rem * 1.4);
    }

    .answers-on-questions-content-l-element-title-icon svg {
        width: calc(0.7rem * 1.4);
    }

    .answers-on-questions-content-top-title.answers-on-questions-content-r {
        margin-top: calc(-4.5rem * 1.4);
    }
}

@media (max-width: 767px) {
    .answers-on-questions-content-l {
        width: 100%;
    }

    .answers-on-questions-content-r {
        width: 100%;
    }

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

    .section-title-mull {
        font-size: 6rem;
    }

    .answers-on-questions-content {
        border-top: 0px solid #000;
        border-bottom: 0px solid #000;
    }

    .answers-on-questions-content-l-element-title-text {
        font-size: 4.12rem;
        line-height: 1.2;
    }

    .answers-on-questions-content-l-element-text {
        font-size: 3.7rem;
        line-height: 1.2;
    }

    .answers-on-questions-content-l-element {
        margin-top: 3.5rem;
        padding-bottom: 2.5rem;
    }

    .answers-on-questions-content-l-element-title-icon svg {
        width: 3.6rem;
    }

    .answers-on-questions-content-bottom {
        margin-top: 7rem;
    }

    .answersActive span {
        font-size: 8.6rem;
        position: relative;
        left: 1px;

        font-weight: 400;
    }
}


/*ответы на частые вопросы конец*/

/*цитата начало*/
.quote {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}

.quote blockquote {
    font-size: 20px;
    font-size: 0.96rem;
    color: #fff;
    font-weight: 400;
    padding-left: 1.4rem;
    border-left: 1px solid #fff;
    line-height: 1.2;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    width: 100%;
    max-width: 710px;
}

.quote .container {
    background: rgba(27, 25, 24, 0.92);
    padding: 1.4rem;
}

.quote blockquote a {
    color: rgba(242, 72, 65, 1);
}

@media (max-width: 1450px) {
    .quote {
        padding-top: calc(1.7rem * 1.3);
        padding-bottom: calc(1.7rem * 1.3);
    }

    .quote blockquote {
        font-size: calc(0.96rem * 1.3);
        padding-left: calc(1.4rem * 1.3);
        padding-top: calc(0.3rem * 1.3);
        padding-bottom: calc(0.3rem * 1.3);
    }

    .quote .container {

        padding: calc(1.4rem * 1.3);
    }
}

@media (max-width: 767px) {
    .quote .container {
        width: 100%;

    }

    .quote blockquote {
        font-size: 4.12rem;
        padding-top: 1.7rem;
        padding-bottom: 1.7rem;
        line-height: 1.4;
        padding-left: 5rem;
    }

    .quote {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .quote .container {
        padding: 5rem;
    }
}

/*цитата конец*/
/*футор начало*/
.footer {
    display: flex;
    flex-direction: column;
    background: rgba(27, 25, 24, 1);
    padding-top: 2rem;
}

.footer-top {
    width: 100%;
}

.footer-top-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-top-content-col {
    display: flex;
    flex-direction: column;
}

.footer-top-content-1 {
    width: 235px;
    width: 11.3rem;
}

.footer-top-content-1-soc {
    width: 100%;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 1.73rem;

}

/* section{
    display:none !important;
} */
.footer-top-content-1-soc a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.83rem;
    height: 1.83rem;

    background: rgba(32, 28, 26, 1);

}

.footer-top-content-1-soc a svg {
    max-width: 100%;
    height: auto;
}

.footer-top-content-1-rating {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 1.73rem;
}

.footer-top-content-1-rating-top {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.footer-top-content-1-rating-top-l {
    width: 5.2rem;
}

.footer-top-content-1-rating-top-r {
    color: #fff;
    font-weight: 300;
    font-size: 0.73rem;
}

.footer-top-content-1-rating-bottom {
    color: #fff;
    font-weight: 300;
    font-size: 0.73rem;
}

.footer-top-content-1-rating-top-l svg {
    width: 100%;
    height: auto;
}

.footer-top-content-1-logo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-top-content-2 {
    width: 300px;
    width: 14.44rem;
    padding-right: 3.3rem;
    display: flex;

    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.footer-top-content-col-title {
    font-size: 0.95rem;
    color: #fff;
    margin-bottom: 0.85rem;
    font-weight: 700;
}

.footer-top-content-col-title span {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 700;
}

.footer-top-content-col-subtitle {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 400;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.footer-top-content-col-ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.footer-top-content-col-ul li {
    font-size: 0.95rem;
    color: rgba(80, 74, 71, 1);
    font-weight: 400;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.footer-top-content-col-ul a {
    font-size: 0.95rem;
    color: rgba(80, 74, 71, 1);
    font-weight: 400;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.footer-top-content-3 {
    width: 10.4rem;
    padding-right: 2rem;
}

.footer-top-content-4 {
    width: 13.6rem;
    padding-right: 0.4rem;
}

.footer-top-content-5-phone {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}

.footer-top-content-5 {
    margin-left: auto;
    width: 11rem;
    align-items: flex-end;
}

.footer-top-content-5-rej {
    margin-top: 0.34rem;
    font-size: 0.92rem;
    color: rgba(80, 74, 71, 1);
    font-weight: 400;
}

.footer-top-content-5-adres {
    font-weight: 300;
    color: #fff;
    font-size: 0.85rem;
    margin-top: 1.9rem;
    width: 100%;
    text-align: right;
}

.footer-top-content-5-soc {
    width: 100%;
    display: flex;
    flex-direction: column;

    margin-top: 0.73rem;

}

.footer-top-content-5-soc .header-content-contacts-soc {
    margin: 0;
    padding: 0;
    gap: 10px;

    justify-content: flex-end;
}

.footer-top-content-5-soc .header-content-contacts-soc a {
    margin: 0;
    padding: 0;

}

.footer-top-content-5-soc .header-content-contacts-soc a span {
    font-size: 0.85rem;
    font-weight: 300;
    margin-right: 0.56rem;
}

.footer-top-content-5-soc .header-content-contacts-soc a svg {
    max-width: 1.1rem;
}

@media (max-width: 1450px) {
    .footer {
        padding-top: calc(2rem * 1.3);
    }

    .footer-top-content-1 {
        width: calc(11.3rem * 1.3);
    }

    .footer-top-content-1-soc {
        gap: calc(1rem * 1.3);
        padding-top: calc(1.73rem * 1.3);
    }

    .footer-top-content-1-soc a {
        width: calc(1.83rem * 1.3);
        height: calc(1.83rem * 1.3);
    }


    .footer-top-content-1-rating {
        padding-top: calc(1.73rem * 1.3);
    }

    .footer-top-content-1-rating-top {
        gap: calc(0.8rem * 1.3);
    }

    .footer-top-content-1-rating-top-l {
        width: calc(5.2rem * 1.3);
    }

    .footer-top-content-1-rating-top-r {
        font-size: calc(0.73rem * 1.3);
    }

    .footer-top-content-1-rating-bottom {
        font-size: calc(0.73rem * 1.3);
    }


    .footer-top-content-2 {
        width: calc(14.44rem * 1.3);
        padding-right: calc(3.3rem * 1.3);
    }

    .footer-top-content-col-title {
        font-size: calc(0.95rem * 1.3);
        margin-bottom: calc(0.85rem * 1.3);
    }

    .footer-top-content-col-title span {
        font-size: calc(0.95rem * 1.3);

    }

    .footer-top-content-col-subtitle {
        font-size: calc(0.95rem * 1.3);
        margin-top: calc(0.25rem * 1.3);
        margin-bottom: calc(0.25rem * 1.3);
    }

    .footer-top-content-col-ul li {
        font-size: calc(0.95rem * 1.3);
        margin-top: calc(0.25rem * 1.3);
        margin-bottom: calc(0.25rem * 1.3);
    }

    .footer-top-content-col-ul a {
        font-size: calc(0.95rem * 1.3);
        margin-top: calc(0rem * 1.3);
        margin-bottom: calc(0rem * 1.3);
    }

    .footer-top-content-3 {
        width: calc(10.4rem * 1.3);
        padding-right: calc(2rem * 1.3);
    }

    .footer-top-content-4 {
        width: calc(13.6rem * 1.3);
        padding-right: calc(0.4rem * 1.3);
    }

    .footer-top-content-5-phone {
        font-size: calc(1.1rem * 1.3);
    }

    .footer-top-content-5 {
        width: calc(11rem * 1.3);
    }

    .footer-top-content-5-rej {
        margin-top: calc(0.34rem * 1.3);
        font-size: calc(0.92rem * 1.3);
    }

    .footer-top-content-5-adres {
        font-size: calc(0.85rem * 1.3);
        margin-top: calc(1.9rem * 1.3);
    }

    .footer-top-content-5-soc {
        margin-top: calc(0.73rem * 1.3);
    }

    .footer-top-content-5-soc .header-content-contacts-soc {
        gap: 10px;
    }

    .footer-top-content-5-soc .header-content-contacts-soc a span {
        font-size: calc(0.85rem * 1.3);
        margin-right: calc(0.56rem * 1.3);
    }

    .footer-top-content-5-soc .header-content-contacts-soc a svg {
        max-width: calc(1.1rem * 1.3);
    }
}

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

@media (max-width: 767px) {
    .footer-top-content-col-title svg {
        display: flex;
    }

    .footer-top-content-col-title {
        display: flex;
        align-items: center;
        gap: 3.3rem;
    }

    .footer-top-content-col-title * {
        line-height: 0.7;
    }

    .footer-top-content-1 {
        width: 100%;
        align-items: center;
        padding: 0;
    }

    .footer-top-content-1-soc {
        align-items: center;
        justify-content: center;
    }

    .footer-top-content-1-soc a {
        width: 13rem;
        height: 13rem;
    }

    .footer-top-content-1-soc {
        gap: 6.5rem;
        padding-top: 10rem;
    }

    .footer-top-content-1-soc svg {
        width: 100%;
    }

    .footer-top-content-1-logo {
        width: 17rem;
    }

    .footer-top-content-1-logo img {
        width: 100%;
    }


    .footer-top-content-2 {
        width: 100%;
    }

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

    .footer-top-content-2 {
        margin-top: 12.5rem;
    }

    .footer-top-content-5-rej {
        font-size: 4.72rem;
        margin-top: 1.5rem;
    }

    .footer-top-content-5 {
        width: 100%;
    }

    .footer-top-content-5-phone {
        font-size: calc(1.1rem * 1.3);
    }

    .footer-top-content-5-phone {
        font-size: 5.55rem;
    }

    .footer-top-content-5 {
        margin-top: 9rem;
        align-items: flex-start;
    }

    .footer-top-block-title.munuFooterActive svg {

        transform: rotate(90deg);
    }

    .footer-top-content-3 {
        width: 100%;
        margin-top: 1rem;
    }

    .footer-top-content-col-ul li {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer-top-content-col-subtitle {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer-top-content-col-title {
        margin-bottom: 3rem;
    }

    .footer-top-content-4 {
        margin-top: 1rem;
        width: 100%;
    }

    .footer-top-content-col-title {
        font-size: 4.72rem;
    }

    .footer-top-content-col-title span {
        font-size: 4.72rem;
    }

    .footer-top-content-col-subtitle {
        font-size: 3.8rem;
    }

    .footer-top-content-col-ul li a {
        font-size: 3.8rem;
    }

    .footer-top-content-5-adres {
        text-align: left;
        font-size: 4.42rem;
        margin-top: 6rem;
    }

    .footer-top-content-5-soc .header-content-contacts-soc {
        flex-direction: initial;
        align-items: center;
        gap: 3rem;
    }

    .footer-top-content-5-soc {
        margin-top: 6rem;
    }

    .footer-top-content-5-soc .header-content-contacts-soc a span {
        font-size: 4.42rem;
        margin-right: 4rem;
    }

    .footer-top-content-5-soc .header-content-contacts-soc {
        justify-content: flex-start;
    }

    .footer-top-content-5-soc .header-content-contacts-soc a svg {
        max-width: 8rem;
    }

    .footer-top-content-1-rating {
        width: 100%;
        padding-top: 6rem;
    }

    .up-top {

        margin-left: auto;
        margin-right: auto;
        display: flex;
        z-index: 16;
        margin-top: 7rem;
        margin-bottom: 0rem;
    }



    .footer-top-content-1-rating-top-l {
        width: 25rem;
    }

    .footer-top-content-1-rating-top-r {
        font-size: 3.5rem;
    }

    .footer-top-content-1-rating-top {
        gap: 4rem;
    }

    .footer-top-content-1-rating-bottom {
        font-size: 3.5rem;
        margin-top: 0.6rem;
    }
}

.up-top {
    opacity: 1;
    transition: all 0.4s;
}

.up-top-none {
    pointer-events: none;
    z-index: -1;
    opacity: 0;
}

.footer-top-content-col-content {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.footer-top-content-col-content {
    transition: all 0.3s;
    overflow: hidden;

}

@media (max-width: 768px) {
    .footer-top-content-col-content {
        max-height: 0px;
    }
}

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

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

.footer-bottom-c {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer-bottom-c-text {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.73rem;
}

.footer-bottom-l {
    color: rgba(80, 74, 71, 1);
    font-size: 20px;
    font-size: 0.95rem;
}

.footer-bottom-r {
    color: rgba(80, 74, 71, 1);
    font-size: 20px;
    font-size: 0.95rem;
}

.footer-bottom {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 3rem;
    border-top: 1px solid rgba(89, 89, 89, 1)
}

.footer-bottom-c-img {
    width: 4rem;
}

@media (max-width: 1450px) {


    .footer-bottom-c-text {
        font-size: calc(0.73rem * 1.3);
    }

    .footer-bottom-l {
        font-size: calc(0.95rem * 1.3);
    }

    .footer-bottom-r {
        font-size: calc(0.95rem * 1.3);
    }

    .footer-bottom {
        padding-top: calc(3rem * 1.3);
        padding-bottom: calc(3rem * 1.3);
        margin-top: calc(3rem * 1.3);
    }

    .footer-bottom-c-img {
        width: calc(4rem * 1.3);
    }
}

@media (max-width: 767px) {
    .footer-bottom-l {
        font-size: 4.72rem;
        width: 100%;
    }

    .footer-bottom-c-text {
        font-size: 3.5rem;
    }

    .footer-bottom-c {
        order: 4;
    }

    .footer-bottom-c-img {
        width: 19rem;
    }

    .footer-bottom-c-img img {
        width: 100%;
    }

    .footer-bottom-r {
        font-size: 4.72rem;
        width: 100%;
    }

    .footer-bottom-c {
        margin-top: 7rem;
    }

    .footer-bottom {
        border-top: 0px solid rgba(89, 89, 89, 1);
    }

    .footer-bottom-r {
        margin-top: 2.5rem;
    }

    .footer-bottom-content {
        flex-wrap: wrap;
    }

    .footer {
        padding-bottom: 6rem;
    }
}

/*футор конец*/


/*хлебные крошки начало*/

.bread-crumbs-content {
    width: 100%;
    align-items: center;
    display: flex;

    flex-wrap: wrap;
    justify-content: flex-start;
}

.bread-crumbs {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: rgba(58, 51, 48, 1);
}

.bread-crumbs * {
    line-height: 1;
}

.bread-crumbs-content-text {
    position: relative;
    font-size: 0.9rem;
    line-height: 1;
    color: rgba(146, 146, 146, 1);
}

.bread-crumbs-content-text:not(:last-child)::after {
    content: url(../img/hlkr.svg);
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 0px;
}

@media (max-width: 1100px) {
    .bread-crumbs-content-text {
        font-size: 16px;
    }
}

/*хлебные крошки конец*/

/*страница каталога начало*/
.fon-img-page {
    width: 100%;
    min-height: 15.5rem;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.fon-img-page .container {
    display: flex;
    align-items: center;
}

.fon-img-page-title {
    color: rgba(255, 255, 255, 1);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin-left: -0.5rem;
}

@media (max-width: 1450px) {

    .fon-img-page-title {
        font-size: calc(3rem * 1.3);
        margin-left: calc(-0.5rem * 1.3);
    }

    .fon-img-page {
        min-height: calc(15.5rem * 1.3);
    }
}


@media (max-width: 767px) {
    .fon-img-page {
        min-height: 42rem;
    }

    .fon-img-page-title {
        font-size: 8rem;
        margin-left: calc(-0.8rem * 1.3);
    }

    .сompleted-projects-home-title.section-title {
        margin-left: calc(-0.4rem * 1.3);
    }

}

/* .section-categories-amin-katalog span{
    width: 100%;
    position: absolute;
    height: 1000%;
    background:red;
    top: 0px;
    left:  100%;
} */
.katalog-сompleted-and-reviews {
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

.katalog-сompleted-and-reviews .section-categories-amin-katalog {
    overflow: inherit;
}

.katalog-сompleted-and-reviews .reviews {
    width: 100%;
}

.katalog-сompleted-and-reviews .сompleted-projects-home-content-articles:last-child {
    border-bottom: 0px solid rgba(89, 89, 89, 1);
}

.katalog-сompleted-and-reviews .reviews {
    padding-top: 3rem;
}

.katalog-сompleted-and-reviews .answers-on-questions-content {
    border-top: 1px solid rgba(89, 89, 89, 1);
}

.katalog-сompleted-and-reviews .answers-on-questions-content * {
    position: relative;
    z-index: 1;
}

.up-top {
    z-index: 46;
}

.text-blok-home-about-catalog {
    position: relative;
    background: rgba(32, 28, 26, 1);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.text-blok-home-content img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    height: fit-content;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}


.text-blok-home-content img {
    margin-bottom: 25px;
    margin-top: 25px;
}


.reviews-left-text-about {
    left: 2rem;
    right: auto;
    top: -50.8rem;
}

.text-blok-home-about-catalog .text-blok-home-content *:nth-child(1) {
    max-width: 100%;
}

.text-blok-home-about-catalog .text-blok-home-content *:nth-child(2) {
    max-width: 100%;
}

.text-blok-home-about-catalog .text-blok-home-content *:nth-child(3) {
    max-width: 100%;
}

@media (max-width: 1450px) {
    .reviews-left-text-about {
        left: 0.2rem;
    }

    .reviews-left-text-about {
        top: -36.5rem;
    }

}

@media (max-width: 767px) {
    .reviews-left-text-about {
        display: none;
    }

    .text-blok-home-about-catalog {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .reviews-left-text {
        display: none;
    }

    .reviews .section-title {
        padding-top: 12rem;
        padding-bottom: 12rem;
        margin-bottom: 0px;
    }

    .reviews {
        padding-top: 0;
        padding-bottom: 3rem;
    }

    .katalog-сompleted-and-reviews .answers-on-questions-content {
        border-top: 0px solid rgba(89, 89, 89, 1);
    }
}

.text-blok-home.text-blok-home-about-catalog .container {
    position: relative;
    z-index: 1;
}

.katalog-page .сompleted-projects-home {
    padding-top: 3rem;
}

.filter-katalog-section {
    padding-top: 4.6rem;
    padding-bottom: 4.6rem;
    background: rgba(58, 51, 48, 1);
    z-index: 5 !important;
}

.filter-katalog-content {
    padding: 0.44rem 0.88rem;
    background: rgba(32, 28, 26, 1);
    display: flex;
    width: 100%;

    align-items: center;
    gap: 20px;
    justify-content: space-evenly;
}

.filter-katalog-content-var span {
    color: rgba(242, 72, 65, 1);
    font-size: 24px;
    user-select: none;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.sort-katalog-content-var-prise-max::after {
    content: url(../img/prise-max.svg);
    margin-left: 2px;
    margin-right: 10px;
    position: relative;
    top: -4px;
    line-height: 0;
}

.sort-katalog-content-var-prise-min::after {
    content: url(../img/Vector160.svg);
    margin-left: 2px;
    margin-right: 10px;
    position: relative;
    top: -4px;
    line-height: 0;
}

.sort-katalog-content-var {
    position: relative;
}

.filter-katalog-content-var::after {
    content: url(../img/filter.svg);
    margin-left: 4px;
    margin-right: 10px;
    position: relative;
    top: -4px;
    line-height: 0;
}

.filter-katalog-content-var {
    position: relative;
}


.sort-katalog-content-var span {
    font-weight: 300;
    color: #fff;
    font-size: 24px;
    user-select: none;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.sort-katalog-content-var-title span {
    font-weight: 500;
}

@media (max-width: 1750px) and (min-width: 768px) {
    .filter-katalog-content-var span {
        font-size: 23px;
    }

    .sort-katalog-content-var span {
        font-size: 23px;
    }

    .filter-katalog-content {
        gap: 12px;
    }
}

@media (max-width: 1335px) {
    .filter-katalog-content-var span {
        font-size: 22px;
    }

    .sort-katalog-content-var span {
        font-size: 22px;
    }
}

.filter-katalog-content {
    flex-wrap: wrap;
}

@media (max-width: 1200px) {

    .filter-katalog-content-var span {
        font-size: 21px;
    }

    .sort-katalog-content-var span {
        font-size: 21px;
    }

    .filter-katalog-content {
        gap: 14px;
    }

    .filter-katalog-content {
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .filter-katalog-content {
        padding: 10px;
    }

    .filter-katalog-content-var span {
        font-size: 20px;
    }

    .sort-katalog-content-var span {
        font-size: 20px;
    }
}

/*страница каталога конец*/


.bread-crumbs-content-text:last-child {
    color: rgba(255, 255, 255, 1);
}


/*single начало*/
.single-page .fon-img-page {
    min-height: 0px;
    background: rgba(58, 51, 48, 1);
}

.single-page .fon-img-page .container {
    padding-bottom: 3rem;
    /*   border-bottom: 1px solid rgba(89, 89, 89, 1);*/
}

.single-top-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: rgba(58, 51, 48, 1);
}

.single-top-content {
    width: 100%;
    justify-content: flex-start;
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
}

.single-top-content-prise {
    padding-right: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.single-top-content-prise * {
    font-size: 70px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
}

.single-top-content-prise .single-top-content-prise-old {
    font-size: 30px;
    font-size: 1.4rem;
}

.single-top-content-prise *:not(:first-child) {
    margin-left: 2rem;
}

.single-top-content-to-know-prise {
    color: rgba(242, 72, 65, 1);
    text-wrap: nowrap;
    font-size: 1.95rem;
    user-select: none;
    cursor: pointer;
}

.single-page .fon-img-page {
    position: relative;
    z-index: 1;
    padding-top: 0px;
}

.single-slider-section {
    padding-top: 1rem;
    padding-bottom: 2rem;
    background: rgba(58, 51, 48, 1);

}

.single-slider-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 7px;
}

.single-slider-content .swiper-pagination-horizontal {
    top: auto !important;
    bottom: 0px !important;
    background: rgba(242, 72, 65, 0.29) !important;
    width: calc(100% - 40px) !important;
    left: 20px !important;

}

.single-slider-content .swiper-pagination-progressbar-fill {
    background: rgba(242, 72, 65, 1) !important;
    height: 4px !important;
}

.swiper-single .swiper-slide img {
    width: 100%;
    border-radius: 4px;
}

.swiper-button-prev-single {
    position: absolute;
    bottom: calc(50% - 1.32rem);
    z-index: 2;
    left: 20px;
}

.swiper-button-prev-single * {
    transition: all 0.4s !important;
}

.swiper-button-prev-single:hover circle {
    fill: #fff;
}

.swiper-button-prev-single:hover path {
    fill: #000;
}

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

.swiper-button-prev-single {
    width: 2.74rem;
    display: flex;
}

.swiper-button-prev-single svg {
    max-width: 100%;
    height: auto;
}


.swiper-button-next-single {
    position: absolute;
    bottom: calc(50% - 1.32rem);
    z-index: 2;
    right: 20px;
}

.swiper-button-next-single * {
    transition: all 0.4s !important;
}

.swiper-button-next-single:hover circle {
    fill: #fff;
}

.swiper-button-next-single:hover path {
    fill: #000;
}

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

.swiper-button-next-single {
    width: 2.74rem;
    display: flex;
}

.swiper-button-next-single svg {
    max-width: 100%;
    height: auto;
}


.single-nav-section {
    width: 100%;

    background: rgba(58, 51, 48, 1);

}

.single-nav-section .container {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

.single-nav-content {
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
}

.single-nav-content ul {
    width: 100%;
    display: flex;
    gap: 40px;
    width: 100%;

    flex-wrap: wrap;
}

.single-nav-content ul li a {
    font-weight: 500;
    font-size: 1.443rem;
    color: #fff;
}

.single-characteristics-section {

    background: rgba(58, 51, 48, 1);
}

.single-characteristics-section .container {
    padding-top: 0.3rem;
    padding-bottom: 4rem;
}

.single-characteristics-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.single-characteristics-content-article {
    width: 100%;
    display: flex;
    align-items: center;
}

.single-characteristics-content-vars {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    width: fit-content;
    margin-left: auto;
    flex-wrap: wrap;
}

.single-characteristics-content-var-img {
    width: 1.15rem;
    display: flex;
}

.single-characteristics-content-vars {
    flex-wrap: wrap;
}

.single-characteristics-content-article {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 1.3rem;
    flex-wrap: wrap;
    padding-bottom: 1.3rem;
    z-index: 1;
    position: relative;

}

.single-characteristics-content-article:first-child {
    border-top: 1px solid rgba(89, 89, 89, 1);
    border-bottom: 1px solid rgba(89, 89, 89, 1);
}

.single-characteristics-content-article:not(:first-child) {
    border-bottom: 1px solid rgba(89, 89, 89, 1);
}

.single-characteristics-content-title {
    color: #fff;
    font-size: 0.92rem;
    line-height: 1;
}

.single-characteristics-content-var {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-characteristics-content-var-title {
    color: #fff;
    font-size: 0.92rem;
    line-height: 1;
    position: relative;
    top: 1px;
}


@media (max-width: 1450px) {

    .single-page .fon-img-page .container {
        padding-bottom: calc(3rem * 1.3);
    }

    .single-top-section {
        padding-top: calc(2rem * 1.3);
        padding-bottom: calc(2rem * 1.3);
    }

    .single-top-content-prise {
        padding-right: calc(4rem * 1.3);
    }

    .single-top-content-prise * {
        font-size: calc(2.3rem * 1.3);
    }

    .single-top-content-prise .single-top-content-prise-old {

        font-size: calc(1.4rem * 1.3);
    }

    .single-top-content-prise *:not(:first-child) {
        margin-left: calc(2rem * 1.3);
    }

    .single-top-content-to-know-prise {
        font-size: calc(1.95rem * 1.3);
    }


    .single-slider-section {
        padding-top: calc(1rem * 1.3);
        padding-bottom: calc(2rem * 1.3);
    }



    .swiper-button-prev-single {
        bottom: calc(calc(50% - 1.32rem) * 1.3);

    }

    .swiper-button-prev-single {
        width: calc(2.74rem * 1.3);
    }

    .swiper-button-next-single {
        bottom: calc(calc(50% - 1.32rem) * 1.3);

    }

    .swiper-button-next-single {
        width: calc(2.74rem * 1.3);
    }

    .single-nav-section .container {
        padding-top: calc(2rem * 1.3);
        padding-bottom: calc(1.5rem * 1.3);
    }

    .single-nav-content ul li a {
        font-size: calc(1.443rem * 1.3);
    }

    .single-characteristics-section .container {
        padding-top: calc(0.3rem * 1.3);
        padding-bottom: calc(4rem * 1.3);
    }

    .single-characteristics-content-vars {
        gap: calc(2.5rem * 1.3);
    }

    .single-characteristics-content-var-img {
        width: calc(1.15rem * 1.3);
    }

    .single-characteristics-content-article {
        gap: calc(10px * 1.3);
        padding-top: calc(1.3rem * 1.3);
        padding-bottom: calc(1.3rem * 1.3);
    }

    .single-characteristics-content-title {
        font-size: calc(0.92rem * 1.3);
    }

    .single-characteristics-content-var {
        gap: calc(10px * 1.3);
    }

    .single-characteristics-content-var-title {
        font-size: calc(0.92rem * 1.3);
    }

}

@media (max-width: 767px) {
    .single-page .bread-crumbs {
        padding-bottom: 9rem;
    }

    .single-top-content-prise * {
        font-size: 7rem;
    }

    .single-top-content {
        flex-wrap: wrap;
    }

    .single-top-content-prise .single-top-content-prise-old {
        font-size: 4rem;
    }

    .single-top-content-to-know-prise {
        font-size: 5rem;
    }

    .swiper-button-prev-single {
        width: 30px;
        bottom: calc(50% - 15px);
    }

    .swiper-button-next-single {
        width: 30px;
        bottom: calc(50% - 15px);
    }

    .single-nav-content ul li a {
        font-size: 6.2rem;
    }

    .single-characteristics-content-title {
        font-size: 5.4rem;
    }

    .single-characteristics-content-article {
        gap: 17px;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .single-nav-section .container {
        padding-top: 9rem;
        padding-bottom: 7rem;
    }

    .single-characteristics-content-article {
        flex-wrap: wrap;
    }

    .single-characteristics-content-vars {
        width: 100%;
    }

    .single-characteristics-content-var-title {
        font-size: 4.3rem;
    }

    .single-characteristics-content-var-img {
        width: 5rem;
    }


}

@media (max-width: 1450px) and (min-width: 768px) {
    .swiper-button-prev-single {
        width: 40px;
        bottom: calc(50% - 20px);
    }

    .swiper-button-next-single {
        width: 40px;
        bottom: calc(50% - 20px);
    }

}


.single-descrip-section {
    background: rgba(32, 28, 26, 1);
    padding-top: 5rem;
    padding-bottom: 3rem;
    z-index: 1;
}

.single-descrip-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.single-descrip-content-str {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.single-descrip-content-str-img-rigth {
    margin-top: 35px;
    width: 31rem;
    position: relative;
    right: -5rem;
}

.single-descrip-content {
    gap: 40px;
}

.single-descrip-content-str-img-left {
    flex-shrink: 0;
    display: flex;
    width: 31rem;
}

.single-descrip-content-str-img-left .single-descrip-content-text {
    width: 100%;
}

.single-page .text-blok-home-content *:nth-child(2) {
    max-width: 100%;
}

.text-blok-home-content h2:first-child {
    max-width: 100%;
    /* font-size: 60px; 0110 */
    font-size: 1.75rem;
    margin-bottom: 25px;
}

@media (max-width: 1300px) {
    .text-blok-home-content h2:first-child {
        /* font-size: 50px; 0110*/
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .text-blok-home-content h2:first-child {
        font-size: 35px;
    }
}

.single-descrip-content-str-img-left-2 {
    width: 20rem;
    margin-top: 25px;
    flex-shrink: 0;
}

.single-descrip-content-str-img-rigth-2 {
    width: 38rem;
    margin-left: auto;
}

.single-descrip-section .section.text-blok-home-content {
    padding-top: 0;
    padding-bottom: 0;
}

.single-descrip-section .text-blok-home-content ul li::before {
    top: 0;
}

.single-descrip-section .text-blok-home-content ul {
    gap: 40px;
}

.single-descrip-content-str-var-3 .single-descrip-content-str-img-rigth {
    margin-top: 0px;
    padding-left: 5rem;
}

.single-page .сompleted-projects-home-anim-left {
    top: -39rem;
}

@media (max-width: 1450px) {
    .single-page .сompleted-projects-home-anim-left {
        top: -30.2rem;
        left: -0.3rem;
    }



    .single-descrip-section {
        padding-top: 5rem;
        padding-bottom: calc(3rem * 1.3);
    }

    .single-descrip-content-str-img-rigth {
        width: calc(31rem * 1.3);
        right: calc(-5rem * 1.3);
    }

    .single-descrip-content-str-img-left {
        width: calc(31rem * 1.3);
    }

    .single-descrip-content-str-img-left-2 {
        width: calc(20rem * 1.3);
    }

    .single-descrip-content-str-img-rigth-2 {
        width: calc(38rem * 1.3);
    }

    .single-descrip-section .text-blok-home-content ul {
        gap: 40px;
    }

    .single-descrip-content-str-var-3 .single-descrip-content-str-img-rigth {
        padding-left: 4rem;
    }

}

@media (max-width: 767px) {
    .single-descrip-content-str {
        flex-direction: column;
    }

    .single-descrip-content-str-img-left {
        width: 100%;
    }

    .single-descrip-content-str-img-rigth-2 {
        order: -1;
        width: 100%;
    }

    .single-descrip-content-str-img-rigth {
        right: 0px;
        width: 100%;
    }

    .single-descrip-content {
        gap: 59px;
    }

    .single-descrip-content-str-img-left-2 {
        width: 100%;
    }

    .single-descrip-content-str-var-3 .single-descrip-content-str-img-rigth {
        margin-top: 35px;
    }

    .single-descrip-section .text-blok-home-content ul {
        gap: 24px;
    }

    .single-descrip-content-str-img-left-2 {
        margin-top: 35px;
    }
}

.single-video-section {
    padding-top: 3rem;
    background: rgba(32, 28, 26, 1);
    border-top: 1px solid rgb(47 44 44);
    padding-bottom: 3rem;
}

.single-video-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.single-video-content-video {
    width: 100%;
    display: flex;
    padding-top: 3.3rem;
    align-items: center;
    justify-content: center;
}

.single-page .section-title {
    text-align: left;
}

@media (max-width: 1450px) {
    .single-video-section {
        padding-top: calc(3rem * 1.3);
        padding-bottom: calc(3rem * 1.3);
    }

    .single-video-content-video {
        padding-top: calc(3.3rem * 1.3);
    }
}

@media (max-width: 767px) {
    .single-video-section {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .single-descrip-section {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .single-video-content-video {
        margin-top: 4rem;
    }
}


.single-page .сompleted-projects-home .section-title {
    text-align: right;
}



.single-page .сompleted-projects-home .reviews-left-text-about {
    top: -34.8rem;
}

.single-page .сompleted-projects-home .reviews-left-text-21-07 {
    top: -10.6rem;
}

@media (max-width: 1450px) {
    .single-page .сompleted-projects-home .reviews-left-text-about {
        top: -25.3rem;
    }

}

.single-page .сompleted-projects-home .reviews-left-text-single-2 {
    right: 2rem;
    left: auto;

}

@media (max-width: 1450px) {
    .single-page .сompleted-projects-home .reviews-left-text-single-2 {
        right: 0.6rem;
        top: -1.12rem
    }

    .reviews-left-text-21-07-11 {
        top: -16.8rem;
    }
}

.single-page .сompleted-projects-home-content-articles:last-child {
    border-bottom: 0px solid rgba(89, 89, 89, 1);
}

.section-profitable {
    background: rgba(58, 51, 48, 1);
    padding-top: 4rem;
    padding-bottom: 2rem;
    z-index: 1;
}

.section-profitable-cintent-title {
    color: rgba(255, 255, 255, 0.29);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 5rem;
    width: 100%;
    text-align: center;
}

.section-profitable-cintent {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.section-profitable-cintent-prise {
    font-weight: 700;
    color: rgba(242, 72, 65, 1);
    font-size: 1.95rem;
    margin-top: 1.2rem;
    width: 100%;
    text-align: center;
}

.section-profitable-cintent-prise-old {
    color: rgba(115, 110, 108, 1);
    width: 100%;
    margin-top: 0.2rem;
    text-align: center;
    font-size: 1.443rem;
}

.section-profitable .reviews-left-text-about {
    top: -34.8rem;
}

@media (max-width: 1450px) {
    .section-profitable .reviews-left-text-about {
        top: -24.8rem;
    }

    .section-profitable {
        padding-top: calc(4rem * 1.3);
        padding-bottom: calc(2rem * 1.3);
    }

    .section-profitable-cintent-title {
        font-size: calc(5rem * 1.3);
    }

    .section-profitable-cintent-prise {
        font-size: calc(1.95rem * 1.3);
        margin-top: calc(1.2rem * 1.3);
    }

    .section-profitable-cintent-prise-old {
        margin-top: calc(0.2rem * 1.3);
        font-size: calc(1.443rem * 1.3);
    }
}

.anim-single-fr-c {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    /* overflow: hidden; */
}

.single-page {
    background: rgba(58, 51, 48, 1);
}

@media (max-width: 767px) {
    .single-slider-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .single-characteristics-section .container {
        padding-top: 3rem;
        padding-bottom: 10rem;
    }

    .single-page .сompleted-projects-home .section-title {
        text-align: left;
    }

    .section-profitable-cintent-title {
        font-size: 15rem;
    }

    .section-profitable-cintent-prise {
        font-size: 8rem;
    }

    .section-profitable-cintent-prise-old {
        font-size: 6.5rem;
    }
}

@media (max-width: 467px) {
    .reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 42px !important;
        height: 18px !important;
    }

    .reviews .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 25px;
        height: 12px;
    }

    .reviews .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0.2rem;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 42px !important;
        height: 18px !important;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {

        width: 25px;
        height: 12px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0.2rem;
    }
}

@media (max-width: 367px) {
    .reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px !important;
        height: 12px !important;
    }

    .reviews .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 20px;
        height: 8px;
    }

    .reviews .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 1rem;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px !important;
        height: 12px !important;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {

        width: 20px;
        height: 8px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 1rem;
    }
}

.anim-single-fr-c-elem-1 {
    position: absolute;
    top: -152%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(79deg);
    right: 12rem;
    transition: all 4s;
    z-index: 2;
}

.anim-single-fr-c-elem-1 span {
    position: relative;
    bottom: -395rem;
    display: flex;
    background: rgba(217, 217, 217, 1);

    width: 1px;
    height: 14px;
}

.anim-single-fr-c-elem-2 {
    position: absolute;
    top: -152%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(102deg);
    right: 77rem;
    transition: all 4s;
    z-index: 2;
}

.anim-single-fr-c-elem-2 span {
    position: relative;
    bottom: -395rem;
    display: flex;
    background: rgba(217, 217, 217, 1);

    width: 1px;
    height: 14px;
}

.anim-single-fr-c-elem-3 {
    position: absolute;
    top: -152%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(10deg);
    right: 11rem;
    transition: all 4s;
    z-index: 2;
}

.anim-single-fr-c-elem-3 span {
    position: relative;
    bottom: -395rem;
    display: flex;
    background: rgba(217, 217, 217, 1);

    width: 1px;
    height: 14px;
}

.anim-single-fr-c .container {
    position: relative;
    z-index: 5;
}

.anim-single-fr-c .reviewsLeftTextAnim {
    z-index: 1;
}

.nawAnimfff {
    color: #f24841 !important;
}



.section-stock {
    padding-top: 0rem;
    padding-bottom: 5rem;
    background: rgba(58, 51, 48, 1);
}

.section-stock .container {
    padding-top: 4rem;
}

.section-stock-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.section-stock-content .section-title {
    width: fit-content;
}

.section-stock-content-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/*стилизация кнопки начало*/

.seeAll {
    font-weight: 700;
    border: 2px solid rgba(242, 72, 65, 1);
    /* background: rgba(242, 72, 65, 1); */
    color: rgba(242, 72, 65, 1);
    z-index: 1;
    width: 9.9rem;
    height: 2.35rem;
    font-size: 0.844rem;
}

@media (min-width: 768px) {
    .seeAll {
        padding-top: 2px;
    }
}

@media (max-width: 1450px) {

    .seeAll {
        width: calc(9.9rem * 1.3);
        height: calc(2.35rem * 1.3);
        font-size: calc(0.844rem * 1.3);
    }
}

@media (max-width: 767px) {
    .seeAll {
        padding-top: 0.6rem;
        width: 48.8rem;
        border-radius: 5px;
        margin-top: 3rem;
        height: 11.4rem;
        font-size: 4.1rem;
    }
}

.seeAll {
    border-radius: 5px;
}

.seeAll:hover {
    color: #fff;
}

.seeAll .blob-btn__blob {
    background: rgba(242, 72, 65, 1) !important;
}


.section-stock-content-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 5rem;
}

/* .single-page section{
    display: none;
} */

.section-stock {
    border-top: 1px solid rgba(89, 89, 89, 1)
}

.section-stock-content-bottom-article {
    padding: 2rem;
    background: rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    cursor: pointer;
    align-items: flex-start;
}

.section-stock-content-bottom-article-left {
    width: 12.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-stock-content-bottom-article-center {
    width: 15rem;
    padding: 0rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-stock-content-bottom-article-left-title {
    font-weight: 500;
    font-size: 1.443rem;
    color: #fff;
}

.section-stock-content-bottom-article-left-subtitle {
    color: rgba(146, 146, 146, 1);

    font-size: 0.9rem;
    margin-top: 0.8rem;
}

.section-stock-content-bottom-article-left-img {
    position: absolute;
    bottom: 1.97rem;
    left: 2rem;
}

.section-categories-content-hover-img svg {
    display: flex;
}

.section-stock-content-bottom-article {
    position: relative;
}

.section-stock-content-bottom-article * {
    transition: all 0.3s;
}

/* .section-stock-content-bottom-article:hover circle{
    fill:#fff;
}
.section-stock-content-bottom-article:hover path{
    fill:#F24841;
} */
.section-categories-content-hover-img svg {
    height: fit-content;
}

.section-stock-content-bottom-article-right {
    width: fit-content;
    display: flex;
    flex-direction: column;
    max-width: 28.5rem;
    padding-left: 0.9rem;
}

.section-stock-content-bottom-article-right-title {
    font-size: 1.443rem;
    color: #fff;
}

.section-stock-content-bottom-article-right-subtitle {
    color: rgba(146, 146, 146, 1);
    font-size: 1.443rem;
    font-size: 0.9rem;
    margin-top: 0.8rem;
}

.section-stock .section-categories-content-hover-img {
    margin-left: -0.5rem;
}

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

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

.up-top {
    cursor: pointer;
}

.up-top:hover path {
    fill: #F24841;
}


.section-stock-content-bottom article:nth-child(2n) {
    background: rgb(58 51 48);
    box-shadow: none;
}

.reviews-left-text-21-07-34 {
    top: auto;
    bottom: 30.5rem;
}

.section-stock .container {
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(89, 89, 89, 1);
}

@media (max-width: 1450px) {
    .reviews-left-text-21-07-34 {
        bottom: calc(23.5rem * 1.3);
    }

    .section-stock {
        padding-top: 0;
        padding-bottom: calc(5rem * 1.3);
    }

    .section-stock .container {
        padding-top: calc(4rem * 1.3);
    }

    .section-stock-content-bottom {
        margin-top: calc(5rem * 1.3);
    }

    .section-stock-content-bottom-article {
        padding: calc(2rem * 1.3);
    }

    .section-stock-content-bottom-article-left {
        width: calc(12.5rem * 1.3);
    }

    .section-stock-content-bottom-article-center {
        width: calc(15rem * 1.3);
        padding-left: calc(1rem * 1.3);
        padding-right: calc(1rem * 1.3);
    }

    .section-stock-content-bottom-article-left-title {
        font-size: calc(1.443rem * 1.3);
    }

    .section-stock-content-bottom-article-left-subtitle {
        font-size: calc(0.9rem * 1.3);
        margin-top: calc(0.8rem * 1.3);
    }

    .section-stock-content-bottom-article-left-img {
        bottom: calc(1.97rem * 1.3);
        left: calc(2rem * 1.3);
    }

    .section-stock-content-bottom-article-right {
        max-width: calc(28.5rem * 1.3);
        padding-left: calc(0.9rem * 1.3);
    }

    .section-stock-content-bottom-article-right-title {
        font-size: calc(1.443rem * 1.3);
    }

    .section-stock-content-bottom-article-right-subtitle {
        font-size: calc(1.443rem * 1.3);
        font-size: calc(0.9rem * 1.3);
        margin-top: calc(0.8rem * 1.3);
    }

    .section-stock .section-categories-content-hover-img {
        margin-left: calc(-0.5rem * 1.3);
    }


    .section-stock .container {
        padding-bottom: calc(3rem * 1.3);
    }

    .reviews-left-text-21-07-34 {
        bottom: 24.9rem;
    }
}

@media (max-width: 767px) {
    .section-stock-content-bottom-article-left-title {
        font-size: 6.4rem;
    }

    .section-address-content-content-left {
        gap: 2rem;
    }

    .section-address-content-content {
        margin-top: 7rem !important;
    }

    .section-stock-content-bottom-article-right-title {
        font-size: 7rem;
    }

    .section-stock-content-bottom-article-right-subtitle {
        font-size: 5rem;
    }

    .section-stock-content-bottom-article-right {
        order: 1;
    }

    .section-stock-content-bottom-article-right-subtitle {
        margin-top: 4rem;
    }

    .section-stock-content-bottom-article-left {
        margin-top: 3rem;
        margin-bottom: 0rem;
    }

    .section-stock-content-bottom-article {
        padding: 5rem;
    }

    .section-stock-content-bottom-article-center {
        margin-top: 9rem;
        margin-bottom: 5rem;
    }

    .section-stock-content-bottom-article-center {
        padding-left: 0;
        padding-right: 0;
    }

    .section-stock-content-bottom-article-left-subtitle {
        font-size: 5rem;
        margin-top: 1rem;
    }

    .section-stock-content-bottom-article-left-img {
        margin-top: 4rem;
    }

    .section-stock-content-bottom-article-left {
        width: 100%;
    }

    .section-stock-content-bottom-article-center {
        width: 100%;
    }

    .section-stock-content-bottom-article-right {
        width: 100%;
    }

    .section-stock-content-bottom-article-left-img {
        position: relative;
    }

    .section-stock-content-bottom-article-right {
        max-width: 100%;
        padding-left: 0;
    }

    .section-stock-content-bottom-article-left-img {
        bottom: 0;
        left: 0;
    }

    .section-stock-content-bottom-article-center {
        margin-top: 0rem;

    }

    .section-stock-content-bottom-article-center {
        margin-bottom: 8rem;
    }

    .section-stock-content-bottom-article-center img {
        width: 100%;
    }

    .section-stock-content-bottom-article-left {
        order: 1;
    }

    .section-stock-content-bottom-article-left {
        order: 3;
    }

    .section-stock-content-bottom-article-right-title {
        line-height: 1.2;
    }
}



.section-address {
    display: flex !important;
    padding-top: 1rem;
    padding-bottom: 5rem;
    z-index: 3;
}

.section-address-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-address-content-content {
    width: 100%;
    display: flex;
    margin-top: 4rem;
    align-items: flex-start;
}

.section-address-content-content-left {
    width: 37rem;
    display: flex;
    background: rgb(49, 43, 40, 0.7);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    padding: 1.3rem;
    position: relative;
    flex-direction: column;
}

.section-address-content-content-left-title {
    margin-top: 1.1rem;
}

.section-address-content-content-left-title-red {
    color: rgba(242, 72, 65, 1);
    margin-top: 0.99rem;
}

.section-address-content-content-left .section-address-content-content-left-title:first-child {
    margin-top: 0px;
}

.section-address-content-content-right {
    width: 24rem;
    flex-shrink: 0;
    margin-left: auto;
}

.section-address-content-content-left-gorod {
    position: absolute;
    right: 1.3rem;
    bottom: 1.3rem;
    line-height: 1;
}

.section-address-content .section-title {
    padding-left: 1rem;
}

@media (max-width: 1450px) {
    .section-address {
        padding-top: calc(1rem * 1.3);
        padding-bottom: calc(5rem * 1.3);
    }

    .section-address-content-content {
        margin-top: calc(4rem * 1.3);
    }

    .section-address-content-content-left {
        width: calc(39rem * 1.3);
        padding: calc(1.3rem * 1.3);
    }

    .section-address-content-content-left-title {
        margin-top: calc(0.8rem * 1.3);
    }

    .section-address-content-content-left-title-red {
        margin-top: calc(0.8rem * 1.3);
    }

    .section-address-content-content-right {
        width: calc(22rem * 1.3);
    }

    .section-address-content-content-left-gorod {
        right: calc(1.3rem * 1.3);
        bottom: calc(1.3rem * 1.3);
    }

    .section-address-content .section-title {
        padding-left: calc(1rem * 1.3);
    }
}

@media (max-width: 767px) {
    .section-address-content-content {
        flex-direction: column;
    }

    .section-address-content-content-left {
        width: 100%;
    }

    .section-address-content-content-right {
        position: relative;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .section-address-content-content-left-gorod.section-stock-content-bottom-article-left-title {
        position: relative;
        right: 0;
        bottom: 0px;
        margin-top: 3rem;
    }

    .section-address-content-content-left {
        padding: 6rem;
    }

    .section-address-content-content-left-title.section-stock-content-bottom-article-left-title {
        line-height: 1.2;
    }

    /* .section-address-content-content-right{
        margin-top: 2rem;
    } */
}

.section-address-stock-anim {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.section-address-stock-anim-1 {
    position: absolute;
    top: -138%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(262deg);
    right: 15rem;
    transition: all 4s;
    z-index: 2;
}

/* .section-address-stock-anim-1 span {
    position: absolute;
    top: -125%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(81deg);
    right: 44rem;
    transition: all 4s;
    z-index: 2;
} */

.section-address-stock-anim-2 {
    position: absolute;
    top: -138%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(98deg);
    right: 65rem;
    transition: all 4s;
    z-index: 2;
}

.section-address-stock-anim-2 span {
    position: relative;
    bottom: -312rem;
    display: flex;
    background: rgba(217, 217, 217, 1);

    width: 1px;
    height: 14px;
}



.section-address-stock-anim-3 {
    position: absolute;
    top: -152%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(10deg);
    right: 5rem;
    transition: all 4s;
    z-index: 2;
}

.section-address-stock-anim-3 span {
    position: relative;
    bottom: -395rem;
    display: flex;
    background: rgba(217, 217, 217, 1);

    width: 1px;
    height: 14px;
}

@media (max-width: 767px) {
    .section-address-stock-anim-3 {
        display: none;
    }

    .section-address-stock-anim-2 {
        display: none;
    }

    .section-address-stock-anim-1 {
        display: none;
    }

    .section-address {
        padding-top: 5rem;
        padding-bottom: 13rem;
    }
}

/*single конец*/

/*начало сттаницы о компании*/
.fon-img-page-about {
    background: rgba(49, 43, 40, 1);
    padding-top: 3rem;
    z-index: 3;
    margin-top: -1rem;
    padding-bottom: 3rem;
}

.fon-img-page-about-content-img {
    margin-top: -5.5rem;
    margin-bottom: -6.7rem;
}

.fon-img-page-about-content {
    width: 100%;
    display: flex;
    align-items: center;
}

.about-page .single-slider-section {
    padding-top: 6rem;
}

.about-page .text-blok-home-about-catalog {
    background: rgba(58, 51, 48, 1);
}

.reviews-left-text-about {
    /* top: auto;
    bottom: 53rem; */
    text-wrap: nowrap;
}

.fon-img-page-about-content-img {
    padding-left: 0.5rem;
    width: 19rem;
    padding-right: 1.7rem;
}

.reviewsLeftTextAnim {
    height: fit-content;
}

@media (max-width: 1450px) {
    .fon-img-page-about {
        padding-top: calc(3rem * 1.3);
        margin-top: calc(-1rem * 1.3);
        padding-bottom: calc(3rem * 1.3);
    }

    .fon-img-page-about-content-img {
        margin-top: calc(-5.5rem * 1.3);
        margin-bottom: calc(-6.7rem * 1.3);
    }

    .about-page .single-slider-section {
        padding-top: calc(6rem * 1.3);
    }

    .reviews-left-text-about {
        bottom: calc(53rem * 1.3);
    }

    .fon-img-page-about-content-img {
        padding-left: calc(0.5rem * 1.3);
        width: calc(19rem * 1.3);
        padding-right: calc(1.7rem * 1.3);
    }

    .reviews-left-text-about {
        bottom: 40rem;
    }
}

.about-page .section-address {
    padding-top: 5rem;
}

.about-page .section-address-content-content {
    margin-top: 3rem;
}

@media (max-width: 767px) {
    .about-page .fon-img-page-title {
        font-size: 8rem;
        margin-left: 0;
    }

    .fon-img-page-about {
        padding-top: 8rem;
        margin-top: 3rem;
        padding-bottom: 8rem;
    }

    .fon-img-page-about-content-img {
        display: none;
    }
}

.why-do-we-have-about-23-07 .why-do-we-have-left-form-fon {
    background: rgba(255, 255, 255, 0.32);
}

.about-page .reviews-left-text-adres {
    bottom: 26rem;
}

@media (min-width: 768px) {

    .why-do-we-have-about-23-07 {
        padding-bottom: 2.5rem;
    }

    .why-do-we-have-about-23-07 .why-do-we-have-left-form {
        bottom: 5rem;
    }
}

/*начало страницы о компании конец*/

/**/
.contakts-info {
    background: rgba(32, 28, 26, 1);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.contakts-info-content {
    width: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    display: flex;

    flex-wrap: wrap;
}

.contakts-info-content-1 {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    width: fit-content;
    padding-right: 2rem;
}

.contakts-info-content-2 {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    width: fit-content;
    padding-right: 2rem;
    padding-left: 2rem;
}

.contakts-info-content-3 {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    width: fit-content;
    padding-right: 2rem;
}

.contakts-info-content-1-title {
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
}

.contakts-info-content-1-text {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 300;
    font-size: 0.92rem;
}

.contakts-info-content-1-text.section-address-content-content-left-title-red {
    color: rgba(242, 72, 65, 1);
}

.contakts-info .header-content-contacts-soc {
    margin: 0;
    padding: 0;
    gap: 0.44rem;
    /* flex-direction: column; */
    align-items: center;
}

.contakts-info .header-content-contacts-soc svg {
    display: flex;
    height: auto;
}

.contakts-info .header-content-contacts-soc {
    margin-top: -0.53rem !important;
}

.contakts-info .menu-header-right-kontakts-var-3 {
    margin-top: -0.27rem;
}

.contakts-info .header-content-contacts-soc a:not(:last-child) {
    margin-right: 0rem;
}

.katalog-page .contakts-info-content-1-title.сompleted-projects-home-content-article-top-item-title {
    font-size: 1.4rem;
}

@media (max-width: 1450px) {

    .contakts-info {
        padding-top: calc(3rem * 1.3);
        padding-bottom: calc(3rem * 1.3);
    }

    .contakts-info-content-1 {
        gap: calc(1.4rem * 1.3);
        padding-right: calc(2rem * 1.3);
    }

    .contakts-info-content-2 {
        gap: calc(1.4rem * 1.3);
        padding-right: calc(2rem * 1.3);
        padding-left: calc(2rem * 1.3);
    }

    .contakts-info-content-3 {
        gap: calc(1.4rem * 1.3);
        padding-right: calc(2rem * 1.3);
    }

    .contakts-info-content-1-text {
        font-size: calc(0.92rem * 1.3);
    }


    .contakts-info .header-content-contacts-soc {
        gap: calc(0.44rem * 1.3);
    }

    .contakts-info .header-content-contacts-soc {
        margin-top: calc(-0.53rem * 1.3) !important;
    }

    .contakts-info .menu-header-right-kontakts-var-3 {
        margin-top: calc(-0.27rem * 1.3);
    }

    .katalog-page .contakts-info-content-1-title.сompleted-projects-home-content-article-top-item-title {
        font-size: calc(1.4rem * 1.3);
    }

}

.katalog-page .bread-crumbs {
    margin-top: -1px;
}

.katalog-page .section-categories-amin-katalog {
    margin-top: -1px;
}

.katalog-page .katalog-сompleted-and-reviews {
    margin-top: -1px;
    background: #3a3331;
}

.katalog-page .footer {
    margin-top: -1px;
}

.katalog-page .fon-img-page.bacg-img-50 {
    margin-top: -1px;
}

@media (max-width: 767px) {
    .contakts-info-content-1-title {
        font-size: 7rem;
    }

    .contakts-info-content-1 {
        width: 100%;
        padding: 0;
    }

    .contakts-info-content-2 {
        width: 100%;
        padding: 0;
    }

    .contakts-info-content-1-text {
        font-size: 4.6rem;
    }

    .katalog-page .header-content-contacts-soc a span {
        font-size: 4.42rem;
        margin-right: 4rem;
    }

    .katalog-page .header-content-contacts-soc a svg {
        max-width: 8rem;
    }

    .contakts-info-content-3 {
        width: 100%;
        padding: 0;
    }

    .katalog-page .contakts-info-content-1-title.сompleted-projects-home-content-article-top-item-title {
        font-size: 7rem;
        margin-top: 6rem;
    }

    .section.contakts-info {
        padding-bottom: 11rem;
    }

    .contakts-info .header-content-contacts-soc {
        margin-top: 2rem !important;
    }

    .contakts-info .menu-header-right-kontakts-var-3 a svg {
        width: 13rem;
        height: 13rem;
    }

    .contakts-info .menu-header-right-kontakts-var-3 a {
        width: 13rem;
        max-width: 13rem;
        height: 13rem;
    }

    .contakts-info .header-content-contacts-soc {
        gap: 3rem;
    }
}

.contakts-info {
    position: relative;

}

.contakts-info .container {
    position: relative;
    z-index: 4;
}

.section.contakt-map {
    width: 100%;
    position: relative;
    height: 600px;
    margin-top: -2px;
    max-height: 74vh;
    position: relative;
    z-index: 1;
}

.section.contakt-map iframe {
    width: 100%;
    height: 100%;
    position: relative;
}

/**/

/**/
.section-rekv {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: rgba(58, 51, 48, 1);
}

.section-rekv-content {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.section-rekv-content-left {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-rekv-content-left .section-title {
    padding-bottom: 35px;
    text-align: left;

}

.section-rekv-content-right {
    width: 43%;
    margin-left: auto;
    padding-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-rekv-content-left-text {

    font-size: 20px;
    color: #fff;
    width: 100%;
}

.section-rekv-content-left-text span {
    font-size: 20px;
    margin-right: 2px;
    font-weight: 700;
    color: rgba(242, 72, 65, 1);
}

@media (max-width: 1450px) {
    .section-rekv {
        padding-top: calc(4rem * 1.3);
        padding-bottom: calc(4rem * 1.3);

    }

    .section-rekv-content-left {

        gap: 20px;
    }

    .section-rekv-content-left .section-title {
        padding-bottom: 35px;

    }

    .section-rekv-content-right {
        width: 43%;
        padding-right: calc(2rem * 1.3);
    }
}

@media (max-width: 950px) {
    .section-rekv-content-right {
        width: 40%;
        padding-right: calc(1rem * 1.3);
    }

    .section-rekv-content-left-text span {
        font-size: 18px;
    }

    .section-rekv-content-left-text {
        font-size: 18px;
    }

    .section-rekv-content-left {
        gap: 16px;
    }

    .section-rekv-content-left .section-title {
        padding-bottom: 26px;
    }

    .section-rekv-content-left {
        width: 56%;
    }

}

.katalog-page .section-categories-amin.section-categories-amin-katalog.desctop {
    z-index: 1;
}

@media (max-width: 767px) {
    .section-rekv-content {
        flex-direction: column;
    }

    .section-rekv-content-left {
        width: 100%;
    }

    .section-rekv-content-right {
        margin-top: 30px;
        width: 100%;
    }

    .section-rekv {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
}

@media (max-width: 367px) {
    .section-rekv-content-left-text span {
        font-size: 16px;
    }

    .section-rekv-content-left-text {
        font-size: 16px;
    }
}

@media (max-width: 300px) {
    .section-rekv-content-left-text span {
        font-size: 14px;
    }

    .section-rekv-content-left-text {
        font-size: 14px;
    }
}

/**/
/**/
.general-page .fon-img-page-title {
    font-size: 2.75rem;
    margin-left: 0rem;
}

.general-page-section-content {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.general-page-section {

    background: rgba(27, 25, 24, 1);

}

.general-page .text-blok-home-content ul {
    gap: 8px;
}

.general-page .text-blok-home-content ul li {
    line-height: 1.2;
}

.general-page .text-blok-home-content ul li {
    align-items: flex-start;
}

.general-page-section-content-text {
    width: 46%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.text-blok-home-content h1,
.text-blok-home-content .h1,
.text-blok-home-content h2,
.text-blok-home-content h3,
.text-blok-home-content h4 {
    font-family: 'Montserrat', sans-serif;
}

.general-page-section {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.general-page .text-blok-home-content-tbgv h1:first-child {
    max-width: 100%;
}

.general-page .text-blok-home-content-tbgv h2:first-child {
    max-width: 100%;
}

.general-page .text-blok-home-content-tbgv *:nth-child(2) {
    max-width: 100%;
}

.general-page .text-blok-home-content-tbgv h3:first-child {
    max-width: 100%;
}

.general-page .text-blok-home-content-tbgv h4:first-child {
    max-width: 100%;
}

.general-page .text-blok-home-content-tbgv ul:first-child {
    max-width: 100%;
}

.general-page .text-blok-home-content-tbgv ol:first-child {
    max-width: 100%;
}

.general-page-section-content-img {
    position: absolute;
    top: 2.7rem;
    left: 49%;
    width: calc(calc(0% + ((100vw - 60.8375rem) / 2)) + 30.5rem);
}

@media (max-width: 767px) {
    .general-page-section-content {
        flex-direction: column;
    }

    .general-page-section-content-text {
        width: 100%;
    }

    .general-page-section-content-img {
        position: relative;
        width: 100%;
        left: 0%;
        top: 0px;
        margin-top: 3rem;
    }

    .section.general-page-section {
        padding-bottom: calc(45px + 2rem);
    }

    .general-page-section-content-text {
        gap: 2px;
    }
}

.general-page-section-text {
    background: rgba(58, 51, 48, 1);
}

.general-page-section-text-content {
    width: 100%;
}

@media (min-width: 768px) {
    .general-page-section-text-content {
        padding-top: 2.1rem;
        padding-bottom: 2.1rem;
    }
}

@media (min-width: 768px) and (max-width: 1450px) {
    .general-page-section-text-content {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

.general-page .text-blok-home-content ul li::before {
    top: -2px;
}

/**/

/**/
.sect-404 {
    min-height: calc(100vh - 20px);

}

.sect-404-content-title {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 12rem;
    line-height: 1.15;
    margin-top: 3rem;
}

.sect-404-content {
    width: 100%;
    display: flex;

    flex-direction: column;
    padding-left: 35.2rem;
}

.sect-404-content-subtitle {
    font-size: 1.42rem;
    max-width: 33rem;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

@media (max-width: 767px) {
    .sect-404-content-title {
        font-size: 35rem;
        margin-top: 8rem;
    }

    .sect-404-content {
        padding-left: 8.2rem;
    }

    .sect-404-content-subtitle {
        font-size: 6.32rem;
        max-width: 76rem;
        margin-top: 2rem;

    }
}


.home-404 {
    font-weight: 700;
    border: 2px solid rgba(242, 72, 65, 1);
    background: rgba(242, 72, 65, 1);
    color: #fff;
    z-index: 1;
    width: 11rem;
    height: 2.55rem;
    font-size: 0.844rem;
    padding-top: 2px;
    margin-top: 2rem;
    margin-bottom: 3rem;
}


.home-404 {
    border-radius: 5px;
}

.home-404:hover {
    color: rgba(242, 72, 65, 1);
    background: rgba(242, 72, 65, 0) !important;
}

.home-404 .blob-btn__blob {
    background: #fff !important;
}

@media (max-width: 767px) {
    .home-404 {
        padding-top: 0.6rem;
        width: 53.8rem;
        border-radius: 5px;
        margin-top: 9rem;
        height: 11.4rem;
        font-size: 4.1rem;
        margin-bottom: 14rem;
    }
}

@media (max-width: 1567px) {
    .sect-404 {
        min-height: calc(100vh - 200px);
    }
}

/**/
/**/
.interior-design-page .fon-img-page-title {
    font-size: 5.96rem;
    margin-left: 0rem;
}

@media (max-width: 1450px) {
    .interior-design-page .fon-img-page-title {
        font-size: calc(5.96rem * 1.3);
    }
}

.interior-design-section-1 {
    padding-top: 0.4rem;
    padding-bottom: 6rem;

}

.interior-design-section-1-fon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 0;
    height: 100%;
    background: rgba(58, 51, 48, 1);
}

.general-page-section-text-interior {
    background: rgba(32, 28, 26, 1);

}

.interior-design-section-1-content-titl-2 {
    text-align: left;
    margin-top: 3.4rem;
    line-height: 1.2;
}

.toxfnxo {
    bottom: 26.3rem;
    left: 0.15rem !important;
}

.interior-design-page .ghtrhdrths {
    right: 0.05rem !important;
    left: auto !important;
    bottom: 33.16rem !important;
    top: auto !important;
    height: fit-content;
}

@media (max-width: 1450px) {
    .interior-design-page .ghtrhdrths {
        right: 0.6rem !important;
        bottom: 40.16rem !important;
    }

}

.interior-design-section-1 .reviews-left-text.reviews-left-text-about.reviewsLeftTextAnim.reviewsLeftTextAnimNone.toxfnxo {
    z-index: 3;
}

.interior-design-section-1-content-button {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    background: rgba(242, 72, 65, 1);
    transition: all 0.3s;
    border: 2px solid rgba(242, 72, 65, 1);
    font-size: 18px;
    height: 48px;

    margin-top: 2rem;
    justify-content: center;
}

.interior-design-section-1-content-button:hover {
    color: rgba(242, 72, 65, 1);

    background: #fff;
}

.interior-design-section-1-content-title {
    font-size: 6rem;
    margin-top: -1.77rem;
    text-transform: uppercase;
    color: rgba(242, 72, 65, 0.29);
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

@media (max-width: 1450px) {
    .interior-design-section-1-content-title {
        font-size: calc(4rem * 1.3);
    }

    .interior-design-section-1-content-titl-2 {
        font-size: 6.2rem;
    }

    .toxfnxo {
        bottom: 20.3rem;
        left: 0.45rem !important;
    }
}

@media (max-width: 767px) {
    .interior-design-section-1 {
        padding-top: 9.4rem;
        padding-bottom: 10rem;
    }

    .interior-design-section-1-content-button {
        margin-top: 6rem;
    }

    .interior-design-section-1-content-titl-2 {
        margin-top: 4.4rem;
    }
}

.interior-design-page .text-blok-home-content p:first-child {
    max-width: 100%;
}

.section.general-page-section-text.general-page-section-text-interior-2 .text-blok-home-content p:first-child {
    background: rgb(58 51 48 / 70%);
}

/**/

/**/
.design-project {
    padding-top: 4rem;
    padding-bottom: 1rem;
    background: rgba(58, 51, 48, 1);
}

.design-project-content {
    width: 100%;
    display: flex;

    flex-direction: column;
    justify-content: space-between;
}

.design-project-content-articles {
    width: 100%;
    margin-top: 2.8rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.design-project-content-article {
    display: flex;
    position: relative;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    background: rgba(0, 0, 0, 0.16);
    padding: 42px 38px;
    width: calc(50% - 0.5rem);
    flex-direction: column;
    padding-bottom: 7.9rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.design-project-content-article-prise {
    position: absolute;
    bottom: 25px;
    right: 40px;
    color: rgba(242, 72, 65, 1);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
}

.design-project-content-article-img {
    position: absolute;
    top: -0.95rem;
    right: 3rem;
    display: flex;
}

.design-project-content-article:nth-child(2) .design-project-content-article-img {
    top: -1.3rem;
}

.design-project-content-article:nth-child(3) .design-project-content-article-img {
    top: -1.6rem;
    right: 1.7rem;
}

.design-project-content-article:nth-child(4) .design-project-content-article-img {

    right: 1rem;
}

.design-project-content-article:nth-child(1) .design-project-content-article-fon {
    background: rgba(0, 0, 0, 0.16);
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);

    right: 0px;
    width: 200%;
}

.design-project-content-article:nth-child(1) {
    background: none;
}

.design-project-content-article:nth-child(5) .design-project-content-article-fon {
    background: rgba(0, 0, 0, 0.16);
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);

    right: 0px;
    width: 200%;
}

.design-project-content-article:nth-child(5) {
    background: none;
}

.design-project-content-article * {
    position: relative;
    z-index: 1;
}

.design-project-content-article:nth-child(1) {
    box-shadow: none;
}

.design-project-content-article:nth-child(5) {
    box-shadow: none;
}

.design-project-content-article:nth-child(4) .design-project-content-article-fon {
    background: rgba(0, 0, 0, 0.16);
    height: 100%;
    position: absolute;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 200%;
}


.design-project-content-article:nth-child(4) {
    background: none;
}

.design-project-content-article:nth-child(6) {
    background: none;
}

.design-project-content-article:nth-child(6) .design-project-content-article-fon {
    background: rgba(0, 0, 0, 0.16);
    height: 100%;
    position: absolute;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 200%;
}

.design-project-content-article:nth-child(6) {
    background: none;
}

.design-project-content-article-prise {
    position: absolute;
}

.design-project-content-article-img {
    position: absolute;
}

.design-project-content-article:nth-child(4) {
    box-shadow: none;
}

.design-project-content-article-title {
    font-size: 30px;
    font-weight: 700;
    color: rgba(242, 72, 65, 1);
    font-family: 'Montserrat', sans-serif;
}

.design-project-content-article-subtitle {
    font-size: 23px;
    margin-top: 36px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.design-project-content-article p {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    color: #fff;
    margin-top: 20px;
    font-weight: 500;
}

.design-project .section-title {
    width: 100%;
    text-align: right;
}

.general-page-section-text-interior-2 .general-page-section-text-content {
    padding-bottom: 3rem;
}

@media (max-width: 1100px) {
    .design-project-content-article {
        padding: 36px 32px;
        padding-bottom: 90px;
    }

    .design-project-content-article-subtitle {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 3px;
    }

    .design-project-content-article-title {
        font-size: 28px;
    }

    .design-project-content-article p {
        font-size: 16px;
        margin-top: 15px;
    }

    .design-project-content-article-img {
        top: -1.65rem;
    }

    .design-project-content-article:nth-child(2) .design-project-content-article-img {
        top: -1.99rem;
    }

    .design-project-content-article:nth-child(3) .design-project-content-article-img {
        width: 110px;
    }

    .design-project-content-article:nth-child(4) .design-project-content-article-img {
        width: 110px;
    }
}

.general-page-section-text-interior-2 {
    margin-top: -1px;
}

.design-project {
    margin-top: -1px;
}

.section.general-page-section-text.general-page-section-text-interior {
    margin-top: -1px;
}

.section.interior-design-section-1 {
    margin-top: -1px;
}

@media (max-width: 1060px) {
    .general-page-section-text-interior .general-page-section-text-content {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .design-project-content-article-img {
        display: none;
    }

    .design-project {
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .general-page-section-text-interior-2 .general-page-section-text-content {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .design-project-content-article-prise {
        font-size: 31px;
    }

    .design-project-content-article {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .design-project-content-article {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .design-project-content-article p {
        font-size: 19px;
    }

    .design-project-content-article-title {
        font-size: 28px;
    }

    .design-project-content-article-subtitle {
        font-size: 20px;
    }

    .design-project .section-title {
        text-align: center;
    }

    .design-project-content-article p {
        font-size: 16px;
    }
}

@media(min-width:1101px) {
    .text-blok-home-content-utut p:nth-child(1) {
        max-width: 73% !important;
    }

    .text-blok-home-content-utut p:nth-child(2) {
        max-width: 73% !important;
        margin-top: 0px;
    }

    .text-blok-home-content-utut p:nth-child(3) {
        max-width: 73% !important;
    }


    .text-blok-home-content-utut h3:nth-child(1) {
        max-width: 73% !important;
    }

    .text-blok-home-content-utut h3:nth-child(2) {
        max-width: 73% !important;
    }



    .text-blok-home-content-utut h3:nth-child(3) {
        max-width: 73% !important;
        margin-top: 90px;
    }

    .text-blok-home-content-utut h2:nth-child(1) {
        max-width: 73% !important;
    }

    .text-blok-home-content-utut h2:nth-child(2) {
        max-width: 73% !important;
    }

    .text-blok-home-content-utut h2:nth-child(3) {
        max-width: 73% !important;
    }

    .text-blok-home-content-utut h1:nth-child(1) {
        max-width: 73% !important;
    }

    .text-blok-home-content-utut h1:nth-child(2) {
        max-width: 73% !important;
    }

    .text-blok-home-content-utut h1:nth-child(3) {
        max-width: 73% !important;
    }


    .text-blok-home-content-utut ou:nth-child(1) {
        max-width: 73% !important;
    }

    .text-blok-home-content-utut ou:nth-child(2) {
        max-width: 73% !important;
    }

    .text-blok-home-content-utut ou:nth-child(3) {
        max-width: 73% !important;
    }


    .text-blok-home-content-utut ol:nth-child(1) {
        max-width: 73% !important;
    }

    .text-blok-home-content-utut ol:nth-child(2) {
        max-width: 73% !important;
    }

    .text-blok-home-content-utut ol:nth-child(3) {
        max-width: 73% !important;
    }

}


.general-page-section-text-interior-vnfri-img {
    position: absolute;
    right: 0px;
    top: 40px !important;
}

.general-page-section-text-interior-vnfri-img {
    max-width: 240px;
    max-height: 240px;
    display: flex;
}

@media (max-width: 1300px) {
    .general-page-section-text-interior-vnfri-img {
        max-width: 210px;
        max-height: 210px;
    }
}

@media (max-width: 1100px) {
    .general-page-section-text-interior-vnfri-img {
        display: none;
    }

    .text-blok-home-content-utut *:nth-child(2) {
        width: 100% !important;
        max-width: 100%;
    }
}

.bgrbtebe .container {
    position: relative;
}

.interior-design-page .сompleted-projects-home-content-articles:last-child {
    border-bottom: 0px solid rgba(89, 89, 89, 1);
}

.advantajes-home-content-1-444 .advantajes-home-content-1 {
    width: 260px;
    min-width: 260px;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.advantajes-home-content-1-444 {
    margin-top: 1rem;
}

.advantajes-home-content-1-444 .advantajes-home-content-2 {
    width: 307px;
    position: relative;
    min-width: 307px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.advantajes-home-content-1-444 .advantajes-home-content-3 {
    width: 307px;
    min-width: 307px;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.advantajes-home-content-1-444 .advantajes-home-content-4 {
    width: 275px;
    min-width: 275px;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.advantajes-home-content-1-444 .advantajes-home-content-article-right {
    max-width: 260px;
    font-size: 18px;
    min-width: 220px;
    position: absolute;
    left: 96px;
    top: 17px;
}

@media (max-width: 1100px) {
    .advantajes-home-content-1-444 .advantajes-home-content-3 {
        margin-left: 0;
        margin-right: 0;
    }

    .advantajes-home-content-1-444 .advantajes-home-content-4 {
        width: 307px;
    }
}

@media (max-width: 767px) {
    .advantajes-home-content-1-444 .advantajes-home-content-article-right {
        left: 88px;
        top: 19px;
    }

    .advantajes-home-content-1-444 {
        margin-top: 40px;
    }
}

.advantajes-home-content-1 .advantajes-home-content-article-right {
    min-width: 185px;
}

@media (max-width: 345px) {
    .advantajes-home-content-1-444 .advantajes-home-content-1 {
        width: 280px;
    }

    .advantajes-home-content-1-444 .advantajes-home-content-article-right {
        min-width: 112px;
        min-width: 211px;
    }

    .advantajes-home-content-1-444 .advantajes-home-content-article-right {
        left: 77px;
    }

    .advantajes-home-content-1-444 .advantajes-home-content-2 {
        width: 280px;
    }

    .advantajes-home-content-1-444 .advantajes-home-content-3 {
        width: 280px;
    }

    .advantajes-home-content-1-444 .advantajes-home-content-4 {
        width: 280px;
    }
}

.interior-design-page .сompleted-projects-home-title.section-title {
    text-align: right;
}

/**/

/**/
.consultation-section {
    background: rgb(58 51 48);
    padding-top: 1rem;
    margin-top: -1px;
    padding-bottom: 0px;
}

.consultation-section-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 1.8rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    border: 2px solid rgba(242, 72, 65, 1);
    background: rgba(242, 72, 65, 1);

}

.consultation-section-form {
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin-left: auto;
}

.consultation-section-form input {
    border: none;
    border-bottom: 3px solid #fff;
    font-size: 1.4rem;
    padding-bottom: 4px;
    color: #fff;
    background: rgba(242, 72, 65, 1);
}

.consultation-section-form input::placeholder {
    font-size: 1.4rem;
    color: #fff;
}

.consultation-section-form button {
    width: 100%;
    height: 2.4rem;
    border: none;
    margin-top: 1.2rem;
    padding-top: 2px;
    transition: all 0.3s;
    text-align: center;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-weight: 700;
    color: #000;
    font-size: 0.9rem;
}

.consultation-section-form button:hover {
    background: rgb(255 150 146);
    color: #f24841;
}

.consultation-section-content .section-title {
    width: 100%;
    text-align: left;
    font-size: 2.97rem;
    line-height: 1.3;
}

@media (max-width: 1450px) {
    .consultation-section {
        padding-top: calc(1rem * 1.3);
    }

    .consultation-section-content {
        padding-top: calc(1.3 * 1.5rem);
        ;
        padding-bottom: calc(1.3 * 1.8rem);
        ;
        padding-left: calc(1.3 * 2.8rem);
        ;
        padding-right: calc(1.3 * 2.8rem);
        ;

    }

    .consultation-section-form {
        padding-top: calc(1.3 * 2.5rem);
        ;
    }

    .consultation-section-form input {
        font-size: calc(1.3 * 1.4rem);
        ;
    }

    .consultation-section-form input::placeholder {
        font-size: calc(1.3 * 1.4rem);
        ;
    }

    .consultation-section-form button {
        height: calc(1.3 * 2.4rem);
        ;
        margin-top: calc(1.3 * 1.2rem);
        ;
        font-size: calc(1.3 * 0.9rem);
        ;
    }

    .consultation-section-content .section-title {
        font-size: calc(1.3 * 2.97rem);
        ;
    }
}

.section.сompleted-projects-home.idinim29-t {
    border-top: 1px solid #3a3330;
}

@media (min-width: 768px) {
    .сompleted-projects-home-fon-bottom-top {
        position: absolute;
        display: flex;
        left: 0px;
        border-top: 1px solid rgba(0, 0, 0, 1);
        width: 100%;
        top: 1px;
        height: calc(100% - 24rem);
        z-index: 5;
        background: rgba(32, 28, 26, 1);

    }

    .idinim29-t .сompleted-projects-home-anim-left {
        z-index: 6;
    }

    .idinim29-t .container {
        z-index: 6;
        position: relative;
    }

    .consultation-section .section-categories-amin {
        overflow: initial;
    }

    .interior-design-page .advantajes-home {
        position: relative;
        z-index: 6;
    }

    .interior-design-page .quote {
        position: relative;
        z-index: 6;
    }

    .interior-design-page .footer {
        position: relative;
        z-index: 6;
    }

    .consultation-section .container {
        position: relative;
        z-index: 6;
    }
}

@media (max-width: 767px) {
    .consultation-section-content .section-title {
        font-size: 6rem;
        text-align: center;
    }

    .consultation-section-content {
        padding-top: 7rem;
        padding-bottom: 10rem;
    }

    .consultation-section {
        padding-top: 9rem;
    }

    .consultation-section-form button {
        height: 10rem;
        font-size: 5rem;
    }

    .consultation-section-form {
        padding-top: 7rem;
    }

    .consultation-section-form input {
        font-size: 5rem;
    }

    .consultation-section-form input::placeholder {
        font-size: 5rem;
    }

    .consultation-section-form {
        margin-right: auto;
    }
}

.section-categories-amin-20-07-1 {
    position: absolute;
    top: -100%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(16deg);
    right: 8rem;
    transition: all 4s;
}

.section-categories-amin-20-07-2 {
    position: absolute;
    top: -235%;
    background: rgba(89, 89, 89, 1);
    height: 600%;
    width: 1px;
    transform: rotate(105deg);
    right: 24rem;
    transition: all 4s;
}


.section-categories-amin-20-07-3 {
    position: absolute;
    top: -179%;
    background: rgba(89, 89, 89, 1);
    height: 500%;
    width: 1px;
    transform: rotate(145deg);
    right: 57rem;
    transition: all 4s;
}

.section-categories-amin-20-07-1 span {
    position: relative;
    bottom: 43rem;
    display: flex;
    background: rgba(217, 217, 217, 1);
    width: 1px;
    height: 14px;
}

.section-categories-amin-20-07-2 span {
    position: relative;
    bottom: -143rem;
    display: flex;
    background: rgba(217, 217, 217, 1);
    width: 1px;
    height: 14px;
}

.section-categories-amin-20-07-3 span {
    position: relative;
    bottom: -113rem;
    display: flex;
    background: rgba(217, 217, 217, 1);
    width: 1px;
    height: 14px;
}

/**/

.interior-tri-anim {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.interior-tri-anim .container {
    z-index: 3;
    position: relative;
}

.interior-tri-anim-1 {
    position: absolute;
    top: -152%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(-61deg);
    right: -86rem;
    transition: all 4s;
    z-index: 2;
}

.zi10409-2 {
    z-index: 2;
}

.interior-tri-anim-2 {
    position: absolute;
    top: -152%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(-8deg);
    right: 3rem;
    transition: all 4s;
    z-index: 2;
}

.interior-tri-anim-3 {
    position: absolute;
    top: -150%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(20deg);
    right: -5rem;
    transition: all 4s;
    z-index: 2;
}

.interior-tri-anim-4 {
    position: absolute;
    top: -152%;
    background: rgba(89, 89, 89, 1);
    height: 430%;
    width: 1px;
    transform: rotate(-11deg);
    right: 92rem;
    transition: all 4s;
    z-index: 2;
}

.footer-top-content-col-title.footer-top-block-title {
    cursor: pointer;
}


.сompletedProjectsHomeAnimLeftNone {
    left: -5rem !important;
    top: 0rem !important;
}


@media (min-width: 1451px) and (max-width: 1651px) {
    html {
        font-size: calc(.01111111*100vw + 2px);
    }

    .section-categories-big-title {
        left: 2.5rem;
    }

    .swiper-button-prev-home {
        left: 9.7rem;
    }

    .swiper-button-next-home {
        right: 9.7rem;
    }
}

@media (min-width: 768px) and (max-width: 1151px) {
    /* html {
        font-size: calc(.01111111*100vw + 0.6px);
    } */
}


.goroda-menu {
    position: fixed;
    top: 0px;
    width: 100vw;

    background: rgba(39, 39, 39, 1);
    left: 0px;
    padding: 1.4rem;
    padding-top: 2rem;
    display: none !important;
}

.goroda-menu-top {
    text-align: left;
}

.goroda-menu {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.goroda-menu-bottom {
    width: 100%;
    display: flex;
    margin-top: 1.4rem;
    align-items: flex-start;
}

.goroda-menu-bottom-left {
    width: 30%;
    display: flex;

}

.goroda-menu-bottom-left ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.goroda-menu-bottom-left ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    user-select: none;
    cursor: pointer;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.goroda-menu-bottom-left ul li span {
    color: #fff;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.goroda-menu-bottom-left ul li div {
    width: 0.8rem;
    height: 3px;
    position: relative;
    top: 2px;
    background: rgba(242, 72, 65, 1);
}

.goroda-menu-bottom-right {
    width: 70%;
    background: rgba(31, 31, 31, 1);
    height: 100%;
    padding: 0.9rem;
    max-height: 15rem;
}


.goroda-menu-bottom-right .simplebar-track.simplebar-vertical {
    background: rgba(83, 79, 79, 1);
    right: 11px;
    width: 2px;
    overflow: inherit;
    height: calc(100% - 40px);
    top: 20px;
    border-radius: 0px !important;
}

.goroda-menu-bottom-right {
    position: relative;
}

.goroda-menu-bottom-right::before {
    position: absolute;
    top: -1px;
    content: '';
    height: 0.7rem;
    background: rgba(31, 31, 31, 1);
    width: calc(100% + 2px);
    left: -1px;
    z-index: 3;
}

.goroda-menu-bottom-right::after {
    height: 0.7rem;
    content: '';
    position: absolute;
    bottom: -1px;
    background: rgba(31, 31, 31, 1);
    width: calc(100% + 2px);
    z-index: 3;
    left: -1px;
}

.goroda-menu-bottom-right .simplebar-scrollbar:before {
    border-radius: 0px !important;
    background: rgba(242, 72, 65, 1) !important;

    color: rgba(242, 72, 65, 1) !important;
}

.goroda-menu-bottom-right .simplebar-scrollbar.simplebar-visible:before {
    opacity: 1 !important;
    border-radius: 0px !important;
}

.goroda-menu-bottom-right .simplebar-scrollbar:before {
    width: 4px;
}

.goroda-menu-bottom-right .simplebar-scrollbar:before {
    top: 0px;
    bottom: -2px;
    left: -1px;
    right: auto;
}

.goroda-menu-bottom-right-content {
    width: 100%;
    height: 100%;
    display: flex;
}

.dinonGorod {
    display: none !important;
}

.goroda-menu-bottom-right-content-1 {
    width: 18%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
}

.goroda-menu-bottom-right-content-1 li {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    display: flex;
    flex-direction: column;
}

.goroda-menu-bottom-right-content-1 li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.92rem;
}



/**/
.goroda-menu-bottom-right-content-2 {
    width: 23%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
}

.goroda-menu-bottom-right-content-2 li {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    display: flex;
    flex-direction: column;
}

.goroda-menu-bottom-right-content-2 li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.92rem;
}

/**/

/**/
.goroda-menu-bottom-right-content-3 {
    width: 23%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
}

.goroda-menu-bottom-right-content-3 li {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    display: flex;
    flex-direction: column;
}

.goroda-menu-bottom-right-content-3 li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.92rem;
}

/**/

/**/
.goroda-menu-bottom-right-content-4 {
    width: 23%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
}

.goroda-menu-bottom-right-content-4 li {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    display: flex;
    flex-direction: column;
}

.goroda-menu-bottom-right-content-4 li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.92rem;
}

/**/


@media(max-width:1450px) {
    .goroda-menu {
        padding: calc(1.4rem * 1.3);
        padding-top: calc(2rem * 1.3);
    }

    .goroda-menu-bottom {
        margin-top: calc(1.4rem * 1.3);
    }


    .goroda-menu-bottom-left ul li {
        gap: calc(1rem * 1.3);
        margin-top: calc(0.3rem * 1.3);
        margin-bottom: calc(0.3rem * 1.3);
    }

    .goroda-menu-bottom-left ul li span {
        font-size: calc(1.4rem * 1.3);
    }

    .goroda-menu-bottom-left ul li div {
        width: calc(0.8rem * 1.3);
    }

    .goroda-menu-bottom-right {
        padding: calc(0.9rem * 1.3);
        max-height: calc(15rem * 1.3);
    }

    .goroda-menu-bottom-right::before {
        height: calc(0.7rem * 1.3);
    }

    .goroda-menu-bottom-right::after {
        height: calc(0.7rem * 1.3);
    }

    .goroda-menu-bottom-right-content-1 li {
        margin-top: calc(0.2rem * 1.3);
        margin-bottom: calc(0.2rem * 1.3);
    }

    .goroda-menu-bottom-right-content-1 li a {
        font-size: calc(0.92rem * 1.3);
    }

    /**/
    .goroda-menu-bottom-right-content-2 li {
        margin-top: calc(0.2rem * 1.3);
        margin-bottom: calc(0.2rem * 1.3);
    }

    .goroda-menu-bottom-right-content-2 li a {
        font-size: calc(0.92rem * 1.3);
    }

    /**/

    /**/
    .goroda-menu-bottom-right-content-3 li {
        margin-top: calc(0.2rem * 1.3);
        margin-bottom: calc(0.2rem * 1.3);
    }

    .goroda-menu-bottom-right-content-3 li a {
        font-size: calc(0.92rem * 1.3);
    }

    /**/

    /**/
    .goroda-menu-bottom-right-content-4 li {
        margin-top: calc(0.2rem * 1.3);
        margin-bottom: calc(0.2rem * 1.3);
    }

    .goroda-menu-bottom-right-content-4 li a {
        font-size: calc(0.92rem * 1.3);
    }

    /**/
}

@media(max-width:767px) {
    .goroda-menu-bottom {
        flex-wrap: wrap;
    }

    .goroda-menu-bottom-left {
        width: 100%;
    }

    .goroda-menu-bottom-right {
        width: 100%;
        margin-top: 6rem;
    }

    .goroda-menu-bottom {
        margin-top: 6rem;
    }

    .goroda-menu-bottom-left ul li span {
        font-size: 6rem;
    }

    .goroda-menu-bottom-left ul li div {
        width: 4rem;
    }

    .goroda-menu-bottom-left ul li {
        gap: 4rem;
        margin-top: 2rem;
    }

    .goroda-menu-bottom-right-content {
        flex-wrap: wrap;
    }

    .goroda-menu-bottom-right-content-1 {
        width: 100%;
        margin-right: 0;
    }

    .goroda-menu-bottom-right-content-2 {
        width: 100%;
        margin-right: 0;
    }

    .goroda-menu-bottom-right-content-3 {
        width: 100%;
        margin-right: 0;
    }

    .goroda-menu-bottom-right-content-4 {
        width: 100%;
        margin-right: 0;
    }

    .goroda-menu-bottom-right-content-1 li a {
        font-size: 4rem;
    }

    .goroda-menu-bottom-right {
        padding: 3rem;
        max-height: 77rem;
    }

    .goroda-menu {
        padding-top: 9rem;
    }

    .goroda-menu-bottom-right-content-2 li a {
        font-size: 4rem;
    }

    .goroda-menu-bottom-right-content-3 li a {
        font-size: 4rem;
    }

    .goroda-menu-bottom-right-content-4 li a {
        font-size: 4rem;
    }

    .goroda-menu-bottom-right-content-1 li {
        margin-top: 1rem;
    }

    .goroda-menu-bottom-right-content-2 li {
        margin-top: 1rem;
    }

    .goroda-menu-bottom-right-content-3 li {
        margin-top: 1rem;
    }

    .goroda-menu-bottom-right-content-4 li {
        margin-top: 1rem;
    }
}

.goroda-menu {
    max-height: 100vh;
    overflow: auto;
}

.oblastAciv span {
    color: rgba(242, 72, 65, 1);
}

.oblastAciv div {
    rotate: 90deg;
}

.goroda-menu-close {
    position: absolute;
    top: 3.9rem;
    right: 2.4rem;
    display: flex;
}

.goroda-menu-close svg {
    width: 2rem;
}

@media(min-width:1451px) {
    .goroda-menu-close {
        top: calc(3.7rem / 1.3);
        right: calc(2.4rem / 1.3);
    }

    .goroda-menu-close svg {
        width: calc(2rem / 1.3);
    }
}

.goroda-menu {
    transition: all 0.3s;
    z-index: 333;
}

.goroda-menu-none {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.goroda-menu-bottom-left ul li:first-child {
    margin-top: 0;
}


#animationTetLeft {
    font-weight: 700;
}

#animationTetLeft span {
    font-weight: 700;
}


/*правки начало*/
.swiper-button-prev-home {
    display: flex;
}

.swiper-button-next-home {
    display: flex;
}

/* .go-to-section {
    padding-top: 0.79rem;
} */
@media(max-width:1450px) {
    /* .go-to-section {
        padding-top: calc( 0.79rem * 1.3 );
    } */
}

@media(max-width: 1450px) and (min-width:768px) {
    #animationTetLeft span {
        font-size: 7.67rem;
    }

    #animationTetLeft {
        font-size: 7.67rem;
    }

    .section-categories-big-title {
        left: calc(3.5rem / 1.3);
    }
}

@media(min-width: 1652px) {
    .swiper-button-next-home {
        bottom: 5.1rem;
        right: 14.6rem;
    }

    .swiper-button-prev-home {
        bottom: 5.1rem;
        left: 14.6rem;
    }
}







@media(min-width: 768px) {
    .pr-id-3007 .text-blok-home-content h2:first-child {
        max-width: 59%;
    }

    .pr-id-3007 .text-blok-home-content h2:first-child {

        margin-bottom: 35px;
    }

    .home-page .section-title.section-categories-title {
        text-align: left;
        margin-top: 1.5rem;
    }

    .сompleted-projects-home-title {
        text-align: right;
    }
}

#whyDoWeHaveTopTitleAnim {
    font-weight: 700;
}

#whyDoWeHaveTopTitleAnim span {
    font-weight: 700;
}

@media(min-width: 768px) {
    body .pr-id-3007 h1 {
        font-size: 40px !important;
    }

    body .pr-id-3007 h2 {
        font-size: 35px !important;
    }
}

@media(min-width: 768px) and (max-width:1450px) {
    .about-home-content-text-img {
        left: calc(32rem * 1.3);
        width: calc(30rem * 1.1);
        top: -0.5rem;
    }

    .about-home-content-text p {
        width: calc(28.5rem * 1.3);
    }

    body .pr-id-3007 h1 {
        font-size: 40px !important;
    }

    body .pr-id-3007 h2 {
        font-size: 35px !important;
    }
}

@media(min-width: 768px) and (max-width:1300px) {
    body .pr-id-3007 h1 {
        font-size: 35px !important;
    }

    body .pr-id-3007 h2 {
        font-size: 30px !important;
    }
}

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

.pr-id-3007-2 .text-blok-home-content h1,
.pr-id-3007-2 .text-blok-home-content .h1 {
    width: 100%;
    max-width: 100%;
}

.pr-id-3007-2 .text-blok-home-content h2 {
    width: 100%;
    max-width: 100%;
}

.pr-id-3007-2 .text-blok-home-content h3 {
    width: 100%;
    max-width: 100%;
}

.pr-id-3007-2 .text-blok-home-content span {
    width: 100%;
    max-width: 100%;
}

.pr-id-3007-2 .text-blok-home-content ul {
    width: 100%;
    max-width: 100%;
}

.pr-id-3007-2 .text-blok-home-content ol {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 467px) {
    .section-categories .mobile.container .swiper-pagination {
        bottom: 15px;
    }

    .сompleted-projects-home .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 15px !important;
    }
}

@media (max-width: 467px) {
    .section-categories .mobile.container .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 42px !important;
        height: 18px !important;
    }

    .section-categories .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 25px;
        height: 12px;
    }

    .section-categories .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0.2rem;
    }

    .section-categories .mobile.container .swiper-pagination {
        bottom: 13px !important;
    }


}

@media (max-width: 367px) {
    .section-categories .mobile.container .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px !important;
        height: 12px !important;
    }

    .section-categories .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 20px;
        height: 8px;
    }

    .section-categories .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 1rem;
    }

    .section-categories .mobile.container .swiper-pagination-bullet.swiper-pagination-bullet-active {
        top: 2px;
    }

    .section-categories .mobile.container .swiper-pagination {
        bottom: 21px !important;
    }


    .сompleted-projects-home .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 19px !important;
    }

    .сompleted-projects-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
        top: 2px;
    }
}

/*правки конец*/

.header-menu-nenu-nav li {
    position: relative;
}

.header-menu-nenu-nav-to-div {
    position: absolute;
    padding-top: 10px;
    left: 0px;
    min-width: 220px;
    top: 1rem;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}

@media (min-width: 768px) {
    .header-menu-nenu-nav li:hover .header-menu-nenu-nav-to-div {
        pointer-events: auto;
        z-index: 2;
        opacity: 1;
    }
}

.header-menu-nenu-nav-to-div .header-menu-nenu-nav-to {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    border-radius: 4px;
    background-color: #473e3a;
}

.header-menu-nenu-nav-to-div .header-menu-nenu-nav-to li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 2px;
    margin-bottom: 2px;
}

@media (max-width: 767px) {
    .header-menu-nenu-nav-to-div {
        padding-top: 5.5rem;
    }
}


.answers-on-questions-content-l-element-title-text {
    line-height: 1.15;
}

.reviewsLeftTextAnim {
    text-transform: uppercase;
}

.reviewsLeftTextAnim span {
    text-transform: uppercase;
}

.brghnrynrhe h1 {
    max-width: 100% !important;
    width: 100% !important;
}

.brghnrynrhe ul {
    max-width: 100% !important;
    width: 100% !important;
}

.brghnrynrhe ol {
    max-width: 100% !important;
    width: 100% !important;
}

.brghnrynrhe h2 {
    max-width: 100% !important;
    width: 100% !important;
}

.brghnrynrhe h3 {
    max-width: 100% !important;
    width: 100% !important;
}

.single-page-02 .section.single-top-section .container {
    position: relative;
    z-index: 3;
}

.single-page-02 .section.single-slider-section .container {
    position: relative;
    z-index: 3;
}

.single-page-02 .section.single-nav-section .container {
    position: relative;
    z-index: 3;
}

.single-page-02 .section.single-characteristics-section .container {
    position: relative;
    z-index: 3;
}

.single-characteristics-content-var {
    position: relative;
    cursor: pointer;
}

.single-characteristics-content-var-vspl {
    position: absolute;
    bottom: 152%;
    background: #473e3a;
    min-width: 100%;
    padding: 12px;
    border-radius: 4px;
    color: #fff;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    font-size: 15px;
    z-index: 2;
}

.single-characteristics-content-var:last-child .single-characteristics-content-var-vspl {
    right: 0;
}

.single-characteristics-content-var:hover .single-characteristics-content-var-vspl {
    opacity: 1;
    pointer-events: auto;
    user-select: none;
}

.single-page .section.text-blok-home {
    margin-top: 0;
    background: rgba(32, 28, 26, 1);
}

.fon_uotub_03 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fon_uotub_03_img {
    position: absolute;
}

.fon_uotub_03 a {
    position: relative;
    z-index: 3;
}

.katalog-page-03 .section.filter-katalog-section .container {
    position: relative;
    z-index: 4;
}

.katalog-page-03 .section.сompleted-projects-home .container {
    position: relative;
    z-index: 2;
}

.katalog-page-03 .reviews .container {
    position: relative;
    z-index: 3;
}

.answers-on-questions .container {
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .swiper-slide-03-tyu {
        margin-top: 4.4rem;
        margin-bottom: 4.4rem;
    }

    .swiper-slide-03-tyu:last-child {
        margin-bottom: 0px;
    }

    .btfrhtdhdt {
        padding-bottom: 6rem;
    }

    .btfrhtdhdt .section-categories-content-big-mobile-text {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 5rem;
    }

    .a-03mob-ad {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}

.katalog-page-03 .answers-on-questions-content {
    border-top: 0px solid rgba(89, 89, 89, 1);
}

.katalog-page-03 .answers-on-questions-content {
    border-bottom: 0px solid rgba(89, 89, 89, 1);
    padding-bottom: 0;
}

@media (min-width: 1200px) {
    .katalog-page-03 .answers-on-questions-content {
        padding-top: 6rem;
    }
}

.header-menu-nenu-icon.icon.headerMenuNenuIcon {
    cursor: pointer;
    user-select: none;
}

.goroda-menu-close {
    cursor: pointer;
}

.katalog-page-03 .reviews-left-text.reviewsLeftTextAnim.reviewsLeftTextAnimNone {
    z-index: 1;
}

.header-menu-address {
    cursor: pointer;
    user-select: none;
}

.header {
    z-index: 55;
}

.fade {
    opacity: 1;
    transition: opacity 0.15s linear 0s;
}


/**/

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: rgba(242, 72, 65, 1);
    border-color: rgba(242, 72, 65, 1);
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 3px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    min-width: 40px;
    min-height: 40px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: rgba(242, 72, 65, 1) !important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(242, 72, 65, 1);
    margin: 5px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #fff !important;
    background-color: rgba(242, 72, 65, 1);
    border-color: rgba(242, 72, 65, 1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.pagination li.active a {
    color: #fff !important
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination li a {
    width: auto;
}

.active-05 {
    color: rgba(242, 72, 65, 1) !important;
}

.pagination.paginations-25 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}

@media (max-width: 767px) {
    .pagination.paginations-25 {
        margin-top: 20px;
    }
}

.pagination.paginations-25 * {
    font-family: 'Muller', sans-serif;
    font-size: 17px;
    line-height: 0;
}

.pras-21-rt-ty-op2 h2 {
    font-family: 'Muller', sans-serif;
}

.pras-21-rt-ty-op2 h3 {
    font-family: 'Muller', sans-serif;
}

.pras-21-rt-ty-op2 h4 {
    font-family: 'Muller', sans-serif;
}

/**/
.filter-katalog-content-var-cat {
    position: relative;
}

.filter-katalog-content-var-cat-div {
    position: absolute;
    padding-top: 10px;
    left: 0px;
    min-width: 200px;
    top: 26px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}

.filter-katalog-content-var-cat:hover .filter-katalog-content-var-cat-div {
    pointer-events: auto;
    z-index: 2;
    opacity: 1;
}

.filter-katalog-content-var-cat-div .filter-katalog-content-var-cat-div-ul {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    border-radius: 4px;
    background-color: rgb(63 57 54);
}

.filter-katalog-content-var-cat-div .filter-katalog-content-var-cat-div-ul li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 2px;
    margin-bottom: 2px;
}

.filter-katalog-content-var-cat-div-ul * {
    color: #fff;
    font-size: 18px;
}

/*@media (max-width: 767px){
    .filter-katalog-content-var-cat-div {
        padding-top: 5.5rem;
    }
}*/

.bthnbrynhur06 span {
    font-size: 19px;
}

@media (max-width: 1300px) {
    .bthnbrynhur06 span {
        font-size: 18px;
    }
}

@media (max-width: 1100px) {
    .bthnbrynhur06 span {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .bthnbrynhur06 span {
        font-size: 19px;
    }

    .interior-design-page .сompleted-projects-home-title.section-title {
        text-align: left;
    }

    .interior-tri-anim-1,
    .interior-tri-anim-2,
    .interior-tri-anim-3,
    .interior-tri-anim-4 {
        display: none;
    }
}



/*стили формы начало*/
.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;
}

@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;
    }
}




.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: 4444;
    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 {
    user-select: none;
    padding: 16px 36px 16px 36px;
    position: relative;
    transition: all .3s;
    background-color: #f93334;
    border: 1px solid #f93334;
    border-radius: 0px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.2px;
    font-weight: 400;
    margin-top: 20px;
    display: block;
    margin: 11px auto 0;
}

.footer-form button {
    user-select: none;
}

.pop-up-window-content button:hover {
    background-color: transparent;
    border: 1px solid #f93334;
    border-radius: 0px;
    color: #f93334;
}

.pop-up-window-none {
    opacity: 0;
    z-index: -1;
    pointer-events: 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;
    }
}

.thank-you-pop-content .pop-up-window-content-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 0px;
}

.poiEnNoneAsd {
    pointer-events: none !important;
}


.thank-you-pop-content-close {
    padding-top: 3px;
    line-height: 0;
}

.pop-up-window-content-close {
    padding-top: 4px;
    line-height: 0;
}



.phone_mask {
    position: relative;
    top: 0px;
    transition: all 0.3s;
}

.erroeInpyp {
    border-bottom: 2px solid red !important;
    top: -5px;
}

.pop-up-window-content .erroeInpyp {
    border-bottom: 3px solid red !important;
}

.contakts-info-content-1-text.section-address-content-content-left-title-red {
    position: relative;
    z-index: 33;
    cursor: pointer;
}

/*стили формы конец*/

.mgtrmbgrto {
    position: absolute;
    height: 80%;
    top: 16%;
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    width: 150px;
    left: 80px;
    line-height: 0;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 7px;
}

@media (max-width: 350px) {
    .mgtrmbgrto {
        font-size: 20px;
        width: 120px;
        left: -120px;
    }
}

@media (max-width: 340px) {
    .mgtrmbgrto {
        font-size: 19px;
    }
}


@media (min-width: 768px) {
    .section-categories-content-center-center img {
        max-height: 100%;
        height: 100%;
    }
}

/* @media (min-width: 768px) and (max-width: 1450px){
    .section-categories-content-center-left .section-categories-content-center-left-img:nth-child(2){
        position: relative;
        top: 0.17rem;
    }
    .section-categories-content-center-right .section-categories-content-center-right-img:nth-child(2){
        position: relative;
        top: 0.17rem;
    }
}

@media (min-width: 768px) and (max-width: 1250px){
    .section-categories-content-center-left .section-categories-content-center-left-img:nth-child(2){
        position: relative;
        top: 0.09rem;
    }
    .section-categories-content-center-right .section-categories-content-center-right-img:nth-child(2){
        position: relative;
        top: 0.09rem;
    }
}

@media (min-width: 768px) and (max-width: 1150px){
    .section-categories-content-center-left .section-categories-content-center-left-img:nth-child(2){
        position: relative;
        top: 0.05rem;
    }
    .section-categories-content-center-right .section-categories-content-center-right-img:nth-child(2){
        position: relative;
        top: 0.05rem;
    }
}
@media (min-width: 768px) and (max-width: 1050px){
    .section-categories-content-center-left .section-categories-content-center-left-img:nth-child(2){
        position: relative;
        top: 0rem;
    }
    .section-categories-content-center-right .section-categories-content-center-right-img:nth-child(2){
        position: relative;
        top: 0rem;
    }
}

@media (min-width: 1652px){
    .section-categories-content-center-left .section-categories-content-center-left-img:nth-child(2){
        position: relative;
        top: 0.175rem;
    }
    .section-categories-content-center-right .section-categories-content-center-right-img:nth-child(2){
        position: relative;
        top: 0.175rem;
    }
} */

@media (min-width: 768px) {
    .section-categories-amin-1-27-08 {
        position: absolute;
        top: -5%;
        background: rgba(89, 89, 89, 1);
        height: 110%;
        width: 1px;
        transform: rotate(11deg);
        right: 13rem;
        transition: all 4s;
    }

    .section-categories-amin-1-27-08 span,
    .section-categories-amin-2-27-08 span,
    .section-categories-amin-3-27-08 span,
    .section-categories-amin-4-27-08 span,
    .about-home-amin-4-27-08 span,
    .about-home-amin-3-27-08 span,
    .about-home-amin-2-27-08 span,
    .about-home-amin-1-27-08 span {
        position: relative;
        top: 6%;
        display: flex;
        background: rgba(217, 217, 217, 1);
        width: 1px;
        height: 14px;
        display: flex;
        z-index: 2;

        -webkit-animation: pulsing 31s infinite;
        animation: pulsing 31s infinite;
    }

    .section-address-stock-anim-1 span,
    .section-address-stock-anim-2 span,
    .section-address-stock-anim-3 span,
    .section-categories-amin-1 span {
        position: relative;
        top: 6%;
        display: flex;
        background: rgba(217, 217, 217, 1);
        width: 1px;
        height: 14px;
        display: flex;
        z-index: 2;

        -webkit-animation: pulsing 31s infinite;
        animation: pulsing 31s infinite;
    }


    .section-categories-amin-2-27-08 {
        position: absolute;
        top: 1%;
        background: rgba(89, 89, 89, 1);
        height: 110%;
        width: 1px;
        transform: rotate(37deg);
        right: 22rem;
        transition: all 4s;
    }

    .section-categories-amin-3-27-08 {
        position: absolute;
        top: -72%;
        background: rgba(89, 89, 89, 1);
        height: 207%;
        width: 1px;
        transform: rotate(-60deg);
        right: 65rem;
        transition: all 4s;
    }

    .section-categories-amin-4-27-08 {
        position: absolute;
        top: -22%;
        background: rgba(89, 89, 89, 1);
        height: 207%;
        width: 1px;
        transform: rotate(-76deg);
        right: 65rem;
        transition: all 4s;
    }



    .dinion27-08 {
        display: none;
    }

    @-webkit-keyframes pulsing {
        0% {
            top: 0%;
        }

        100% {
            top: 100%;
        }
    }

    @keyframes pulsing {
        0% {
            top: 0%;
        }

        100% {
            top: 100%;
        }
    }

    #whyDoWeHaveTopTitleAnim * {
        text-transform: uppercase;
        line-height: 0.74;
    }

    #whyDoWeHaveTopTitleAnim {
        line-height: 0.74;
    }

    .order-a-project {
        margin-left: -1px;
    }
}

/*.active_vsp_memu {*/
/*    font-weight: 200;*/
/*    padding-left: 10px;*/
/*    border-left: 1px solid rgba(255, 255, 255, 1);*/
/*    padding-top: 2px;*/
/*}*/

.about-home-amin-1-27-08 {
    position: absolute;
    top: -8%;
    background: rgba(89, 89, 89, 1);
    height: 110%;
    width: 1px;
    transform: rotate(53deg);
    right: 8.3rem;
    transition: all 4s;
}

.about-home-amin-2-27-08 {
    position: absolute;
    top: -2%;
    background: rgba(89, 89, 89, 1);
    height: 110%;
    width: 1px;
    transform: rotate(22deg);
    right: 5.3rem;
    transition: all 4s;
}

.about-home-amin-3-27-08 {
    position: absolute;
    top: -8%;
    background: rgba(89, 89, 89, 1);
    height: 150%;
    width: 1px;
    transform: rotate(-61deg);
    right: 74.3rem;
    transition: all 4s;
}

.about-home-amin-4-27-08 {
    position: absolute;
    top: 9%;
    background: rgba(89, 89, 89, 1);
    height: 150%;
    width: 1px;
    transform: rotate(-76deg);
    right: 78.3rem;
    transition: all 4s;
}

.pr-id-3007-2 .text-blok-home-content p:not(:last-child) {
    max-width: 100%;
    width: 100%;
}



@media (min-width: 768px) {
    .answers-on-questions-content-bottom-r.answers-on-questions-content-r .answers-on-questions-content-l-element {
        width: 97%
    }

    .answers-on-questions-content-top-title.answers-on-questions-content-r {
        display: flex;
    }

    .answers-on-questions-content-top-title.answers-on-questions-content-r img {
        margin-left: auto;
    }
}

/* 
@media (min-width: 768px){
    .answers-on-questions-content-bottom-r.answers-on-questions-content-r .answers-on-questions-content-l-element{
        width: 88%;
    }
    .answers-on-questions-content-top-title.answers-on-questions-content-r img{
        margin-left: 2.7rem;
    }
}
@media (min-width: 768px) and (max-width: 1850px){
    .answers-on-questions-content-top-title.answers-on-questions-content-r img{
        margin-left: 2.3rem;
    }
}
@media (min-width: 768px) and (max-width: 1450px){
    .answers-on-questions-content-top-title.answers-on-questions-content-r img{
        margin-left: 5.5rem;
    }
} */


@media (max-width: 767px) {
    .swiper-pagination-bullet {
        opacity: 1 !important;
    }

    .swiper3-container {
        padding-bottom: 6rem;
    }

    .answers-on-questions-content {
        padding-top: calc(4rem * 1.4);
    }
}

@media (max-width: 570px) {
    .about-home-content-text-img {
        width: calc(100% + 6rem);
        margin-left: -3rem;
    }
}

.answers-on-questions-content-bottom * {
    user-select: none;
    outline: none;
}

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
    .swiper-button-next-asd.style-button.button-next-pos {
        box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.12);
        display: flex;
    }

    .swiper-button-next-asd.style-button.button-prev-pos {
        box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.12);
        display: flex;
    }

    .reviews .swiper3 .button-prev-pos {
        box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.12);
        display: flex;
    }
}


.pr-id-3007-2 .text-blok-home-content ol:last-child {
    margin-bottom: 0;
}

.svpr-3101-1 svg {
    margin-left: 7px;
    transform: rotateX(0deg);
    transition: all 0.3s;
}

@media (min-width: 768px) {
    .svpr-3101-1-li:hover svg {
        transform: rotateX(180deg);
    }
}

.header-menu-nenu-nav ul li a:hover {
    color: rgba(242, 72, 65, 1);
    transition: all 0.3s;
}

.header-content-contacts-soc a span {
    transition: all 0.3s;
}

.header-content-contacts-soc a span:hover {
    color: rgba(242, 72, 65, 1);
}

.goroda-menu-bottom-right-content li a {
    transition: all 0.3s;
}

.goroda-menu-bottom-right-content li a:hover {
    color: rgba(242, 72, 65, 1);
}


.menu-header-right-kontakts-var-2 {
    transition: all 0.3s;
}

.menu-header-right-kontakts-var-2:hover {
    color: #fff;
}

.menu-header-right-kontakts-var-2-top a {
    width: fit-content;
}


.menu-header-right-kontakts a span {
    transition: all 0.3s;
}

.menu-header-right-kontakts a span:hover {
    color: rgba(242, 72, 65, 1);
}

.header-content-contacts-phone {
    transition: all 0.3s;
}

.header-content-contacts-phone:hover {
    color: rgba(242, 72, 65, 1);
}

.bread-crumbs-content-text {
    transition: all 0.3s;
}

.bread-crumbs-content-text:hover {
    color: rgba(242, 72, 65, 1);
}

.sort-katalog-content-var span {
    transition: all 0.3s;
}

.sort-katalog-content-var span:hover {
    color: rgba(242, 72, 65, 1);
}

.filter-katalog-content-var-cat-div-ul a {
    transition: all 0.3s;
}

.filter-katalog-content-var-cat-div-ul a:hover {
    color: rgba(242, 72, 65, 1);
}

a.section-address-content-content-left-title {
    transition: all 0.3s;
}

a.section-address-content-content-left-title:hover {
    color: rgba(242, 72, 65, 1);
}

.footer-top-content-5-phone {
    transition: all 0.3s;
}

.footer-top-content-5-phone:hover {
    color: rgba(242, 72, 65, 1);
}

a.footer-bottom-c-text {
    transition: all 0.3s;
}

a.footer-bottom-c-text:hover {
    color: rgba(242, 72, 65, 1);
}

.footer-bottom-r {
    transition: all 0.3s;
}

.footer-bottom-r:hover {
    color: rgba(242, 72, 65, 1);
}

.footer-top-content-col-ul a {
    transition: all 0.3s;
}

.footer-top-content-col-ul a:hover {
    color: rgba(242, 72, 65, 1);
}

.sort-katalog-content-var.sort-katalog-content-var-title span {
    color: #fff;
}

@media (min-width: 768px) {
    .section-categories-amin-1-31-01-1 {
        position: absolute;
        top: -8%;
        background: rgba(89, 89, 89, 1);
        height: 110%;
        width: 1px;
        transform: rotate(3.5deg);
        right: 8.3rem;
        transition: all 4s;
    }

    .section-categories-amin-1-31-01-2 {
        position: absolute;
        top: -5%;
        background: rgba(89, 89, 89, 1);
        height: 110%;
        width: 1px;
        transform: rotate(18.5deg);
        right: 37.3rem;
        transition: all 4s;
    }

    .section-categories-amin-1-31-01-3 {
        position: absolute;
        top: 28rem;
        background: rgba(89, 89, 89, 1);
        height: 40rem;
        width: 1px;
        transform: rotate(-39.5deg);
        right: 77.3rem;
        transition: all 4s;
    }

    .section-categories-amin-1-31-01-1 span,
    .section-categories-amin-1-31-01-2 span {
        position: relative;
        top: 6%;
        display: flex;
        background: rgba(217, 217, 217, 1);
        width: 1px;
        height: 14px;
        display: flex;
        z-index: 2;

        -webkit-animation: pulsing 71s infinite ease-in-out;
        animation: pulsing 71s infinite ease-in-out;
    }

    .section-categories-amin-1-31-01-3 span,
    .section-address-stock-anim-1-0209 span,
    .section-address-stock-anim-2-0209 span,
    .section-address-stock-anim-3-0209 span {
        position: relative;
        top: 6%;
        display: flex;
        background: rgba(217, 217, 217, 1);
        width: 1px;
        height: 14px;
        display: flex;
        z-index: 2;

        -webkit-animation: pulsing 31s infinite ease-in-out;
        animation: pulsing 31s infinite ease-in-out;
    }

    .section-categories-amin-20-07-1 span,
    .section-categories-amin-20-07-2 span,
    .section-categories-amin-20-07-3 span {
        position: relative;
        top: 6%;
        display: flex;
        background: rgba(217, 217, 217, 1);
        width: 1px;
        height: 14px;
        display: flex;
        z-index: 2;

        -webkit-animation: pulsing 71s infinite ease-in-out;
        animation: pulsing 71s infinite ease-in-out;
    }


    .about-home-amin-1 span,
    .about-home-amin-2 span {
        position: relative;
        top: 6%;
        display: flex;
        background: rgba(217, 217, 217, 1);
        width: 1px;
        height: 14px;
        display: flex;
        z-index: 2;

        -webkit-animation: pulsing2 26s infinite ease-in-out;
        animation: pulsing2 26s infinite ease-in-out;
    }

    @-webkit-keyframes pulsing2 {
        0% {
            top: -50%;
        }

        100% {
            top: 50%;
        }
    }

    @keyframes pulsing2 {
        0% {
            top: -50%;
        }

        100% {
            top: 50%;
        }
    }


    .section-categories-amin-1-01-09 {
        position: absolute;
        top: -7%;
        background: rgba(89, 89, 89, 1);
        height: 150%;
        width: 1px;
        transform: rotate(12.5deg);
        right: 7.3rem;
        transition: all 4s;
    }

    .section-categories-amin-2-01-09 {
        position: absolute;
        top: 2%;
        background: rgba(89, 89, 89, 1);
        height: 150%;
        width: 1px;
        transform: rotate(19.5deg);
        right: 4.7rem;
        transition: all 4s;
    }

    .section-categories-amin-3-01-09 {
        position: absolute;
        top: -76rem;
        background: rgba(89, 89, 89, 1);
        height: 299%;
        width: 1px;
        transform: rotate(113.5deg);
        right: 78.3rem;
        transition: all 4s;
    }

    .section-categories-amin-1-01-09 span,
    .section-categories-amin-2-01-09 span,
    .section-categories-amin-3-01-09 span {
        position: relative;
        top: 6%;
        display: flex;
        background: rgba(217, 217, 217, 1);
        width: 1px;
        height: 14px;
        display: flex;
        z-index: 2;

        -webkit-animation: pulsing 71s infinite ease-in-out;
        animation: pulsing 71s infinite ease-in-out;
    }

}

@media (min-width: 1600px) {
    .section-categories-amin-1-01-09 {
        right: 6.3rem;
        transform: rotate(15.5deg);
    }

    .section-categories-amin-2-01-09 {
        right: 2.7rem;
        transform: rotate(21.5deg);
    }
}

.text-blok-home-content p:last-child {
    margin-bottom: 0;
}

.text-blok-home-content p {
    line-height: 1.4;
}


.w100-31-01-an * {
    width: 100%;
    max-width: 100% !important;
}

.w100-31-01-an ol li {
    width: calc(100% - 27px);
    max-width: calc(100% - 27px) !important;
}

.w100-31-01-an ul li {
    width: calc(100% - 13px);
    max-width: calc(100% - 13px) !important;
}

.footer-top-content-col-title.footer-top-block-title {
    width: fit-content;
}

.svpr-3101-1-li-active .header-menu-nenu-nav-to-div {
    pointer-events: auto;
    z-index: 2;
    opacity: 1;
}

.svpr-3101-1-li-active svg {
    transform: rotateX(180deg);
}

.svpr-3101-1-li-active .svpr-3101-1 {
    color: rgba(242, 72, 65, 1);
    transition: all 0.3s;
}

.text-blok-home-content img:first-child {
    margin-top: 0;
}

@media (max-width: 767px) {
    .goroda-menu-close svg {
        width: 5rem;
    }

    .goroda-menu-close {
        top: 3.9rem;
        right: 3.9rem;
    }

    .footer {
        padding-top: 13rem;
    }
}

.text-blok-home-content ol li::marker {
    font-weight: 400;
}

@media (max-width: 767px) {
    .pop-up-window-content-close {
        padding-top: 0;
    }

    .single-characteristics-content-var-vspl {
        left: auto;
        right: auto;
    }

    .single-characteristics-content-var:last-child .single-characteristics-content-var-vspl {
        right: 0;
    }

    .single-characteristics-content-var:first-child .single-characteristics-content-var-vspl {
        left: 0 !important;
        right: auto !important;
    }

    .single-nav-content ul {
        justify-content: center;
        gap: 10px;
    }

    .single-nav-content ul li a {
        transition: all 0.3s;
    }

    .single-nav-content ul li a:hover {
        color: rgba(242, 72, 65, 1);
    }

    .pop-up-window-content button {
        padding: 14px 32px 14px 32px;
    }
}

@media (min-width: 768px) {
    .single-page .сompleted-projects-home .reviews-left-text-single-2 {
        top: auto;
        bottom: 56.4rem;
    }
}

.bread-crumbs-content-text {
    margin-top: 4px;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .section-address-stock-anim-1-0209 {
        position: absolute;
        bottom: -4.6rem;
        right: -0.7rem;
        background: rgba(89, 89, 89, 1);
        height: 111rem;
        width: 1px;
        transform: rotate(10.5deg);
        transition: all 4s;
        z-index: 2;
    }

    .section-address-stock-anim-2-0209 {
        position: absolute;
        bottom: -21.6rem;
        right: 82.3rem;
        background: rgba(89, 89, 89, 1);
        height: 111rem;
        width: 1px;
        transform: rotate(-21.5deg);
        transition: all 4s;
        z-index: 2;
    }

    .section-address-stock-anim-3-0209 {
        position: absolute;
        bottom: -48.6rem;
        right: 79.3rem;
        background: rgba(89, 89, 89, 1);
        height: 111rem;
        width: 1px;
        transform: rotate(-73.5deg);
        transition: all 4s;
        z-index: 2;
    }

    .anim-single-fr-c-elem-3-0109-21 {
        position: absolute;
        bottom: -4.6rem;
        right: 12.3rem;
        background: rgba(89, 89, 89, 1);
        height: 111rem;
        width: 1px;
        transform: rotate(16.5deg);
        transition: all 4s;
        z-index: 2;
    }

    .anim-single-fr-c-elem-1-0109-21 {
        position: absolute;
        bottom: -1.6rem;
        background: rgba(89, 89, 89, 1);
        height: 111rem;
        width: 1px;
        transform: rotate(79.5deg);
        right: 35.3rem;
        transition: all 4s;
        z-index: 2;
    }

    .anim-single-fr-c-elem-2-0109-21 {
        position: absolute;
        bottom: -3.6rem;
        background: rgba(89, 89, 89, 1);
        height: 111rem;
        width: 1px;
        transform: rotate(-77.5deg);
        right: 35.3rem;
        transition: all 4s;
        z-index: 2;
    }

    .anim-single-fr-c-elem-1-0109-21 span,
    .anim-single-fr-c-elem-2-0109-21 span,
    .anim-single-fr-c-elem-3-0109-21 span {
        position: relative;
        top: 6%;
        display: flex;
        background: rgba(217, 217, 217, 1);
        width: 1px;
        height: 14px;
        display: flex;
        z-index: 2;

        -webkit-animation: pulsing 71s infinite ease-in-out;
        animation: pulsing 71s infinite ease-in-out;
    }

    .anim-single-fr-c-elem-1-0109-21 span,
    .anim-single-fr-c-elem-2-0109-21 span,
    .anim-single-fr-c-elem-3-0109-21 span {
        position: relative;
        top: 6%;
        display: flex;
        background: rgba(217, 217, 217, 1);
        width: 1px;
        height: 14px;
        display: flex;
        z-index: 2;

        -webkit-animation: pulsing 71s infinite ease-in-out;
        animation: pulsing 71s infinite ease-in-out;
    }
}

@media (min-width: 768px) and (max-width: 1450px) {
    .anim-single-fr-c-elem-3-0109-21 {
        position: absolute;
        bottom: -4.6rem;
        right: 11.3rem;
        background: rgba(89, 89, 89, 1);
        height: 119rem;
        width: 1px;
        transform: rotate(10.5deg);
        transition: all 4s;
        z-index: 2;
    }

    .anim-single-fr-c-elem-1-0109-21 {
        bottom: 12.4rem;
        height: 111rem;
        transform: rotate(79.5deg);
        right: 38.3rem;
    }

    .anim-single-fr-c-elem-2-0109-21 {
        bottom: 9.4rem;
        height: 111rem;
        transform: rotate(-74.5deg);
        right: 39.3rem;
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    .anim-single-fr-c-elem-1-0109-21 {
        bottom: 22.4rem;
        height: 111rem;
        transform: rotate(79.5deg);
        right: 38.3rem;
    }

    .anim-single-fr-c-elem-2-0109-21 {
        bottom: 19.4rem;
        height: 111rem;
        transform: rotate(-77.5deg);
        right: 39.3rem;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    .anim-single-fr-c-elem-1-0109-21 {
        bottom: 31.4rem;
    }

    .anim-single-fr-c-elem-2-0109-21 {
        bottom: 28.4rem;
    }
}

@media (min-width: 1651px) {
    .anim-single-fr-c-elem-1-0109-21 {
        right: 42.3rem;
    }

    .anim-single-fr-c-elem-2-0109-21 {
        right: 38.3rem;
    }

    .section-address-stock-anim-2-0209 {
        right: 89.3rem;
    }

    .section-address-stock-anim-3-0209 {
        right: 86.3rem;
    }
}

@media (min-width: 1811px) {
    .anim-single-fr-c-elem-2-0109-21 {
        bottom: -6.6rem;
    }

    .anim-single-fr-c-elem-1-0109-21 {
        bottom: -4.6rem;
    }
}

.section-address-content-content-left-title-red.section-address-content-content-left-title.section-stock-content-bottom-article-left-subtitle {
    cursor: pointer;
    user-select: none;
}

.fon-0309 .text-blok-home-about-catalog {
    background: rgba(58, 51, 48, 1) !important;
}

.fon-0309 .text-blok-home-about-catalog .container {
    background: rgb(58 51 48 / 70%);
    z-index: 3;
}


#characteristics .container {
    background: rgb(58 51 48 / 77%);
    z-index: 3;
}

.section.single-nav-section .container {
    background: rgb(58 51 48 / 77%);
    z-index: 3;
}


.about-page .single-slider-section .container {
    z-index: 3;
    position: relative;
}

@media (min-width: 768px) {
    .anim-0409-456 {
        bottom: 26.4rem !important;
    }

    .rioit0309 {
        overflow: initial !important;
        margin-top: -7rem !important;
    }

    .reviews-left-text.reviews-left-text-about.reviewsLeftTextAnim.reviewsLeftTextAnimNone {
        top: auto;
        bottom: 40rem;
    }

    .reviews-left-text.reviews-left-text-about.reviews-left-text-adres.reviewsLeftTextAnim.reviewsLeftTextAnimNone {
        bottom: 25.78rem;
        top: auto;
    }
}

@media (min-width: 1451px) {
    .reviews-left-text.reviews-left-text-about.reviewsLeftTextAnim.reviewsLeftTextAnimNone {
        bottom: 37.4rem;
    }

    .reviews-left-text.reviews-left-text-about.reviews-left-text-adres.reviewsLeftTextAnim.reviewsLeftTextAnimNone {
        bottom: 26.4rem;
        top: auto;
    }
}

@media (max-width: 767px) {
    .about-page .section-address {
        padding-top: 8rem;
    }

    .design-project-content-articles {
        margin-top: 8rem;
    }

    .design-project-content-article-prise .mgtrmbgrto {
        top: 0.6rem;
    }
}

@media (max-width: 400px) {
    .design-project-content-article-prise .mgtrmbgrto {
        top: 1rem;
    }
}

@media (min-width: 768px) {

    .section-categories-amin-2-0409 span,
    .section-categories-amin-3-0409 span,
    .section-categories-amin-4-0409 span {
        position: relative;
        top: 6%;
        display: flex;
        background: rgba(217, 217, 217, 1);
        width: 1px;
        height: 14px;
        display: flex;
        z-index: 2;

        -webkit-animation: pulsing 71s infinite ease-in-out;
        animation: pulsing 71s infinite ease-in-out;
    }

    .interior-tri-anim-1 span,
    .interior-tri-anim-2 span,
    .interior-tri-anim-3 span,
    .interior-tri-anim-4 span {
        position: relative;
        top: 6%;
        display: flex;
        background: rgba(217, 217, 217, 1);
        width: 1px;
        height: 14px;
        display: flex;
        z-index: 2;

        -webkit-animation: pulsing 61s infinite ease-in-out;
        animation: pulsing 61s infinite ease-in-out;
    }

    .section-categories-amin-2-0409 {
        position: absolute;
        top: -80%;
        background: rgba(89, 89, 89, 1);
        height: 400%;
        width: 1px;
        transform: rotate(46deg);
        right: 38rem;
        transition: all 4s;
    }

    .section-categories-amin-3-0409 {
        position: absolute;
        top: -100%;
        background: rgba(89, 89, 89, 1);
        height: 430%;
        width: 1px;
        transform: rotate(-18deg);
        right: 4rem;
        transition: all 4s;
    }

    .section-categories-amin-4-0409 {
        position: absolute;
        top: -88%;
        background: rgba(89, 89, 89, 1);
        height: 400%;
        width: 1px;
        transform: rotate(-80deg);
        right: 36rem;
        transition: all 4s;
    }

    .delivery-page .section-categories-amin-1 span,
    .delivery-page .section-categories-amin-2 span,
    .delivery-page .section-categories-amin-3 span {
        position: relative;
        top: 6%;
        display: flex;
        background: rgba(217, 217, 217, 1);
        width: 1px;
        height: 14px;
        display: flex;
        z-index: 2;

        -webkit-animation: pulsing 71s infinite ease-in-out;
        animation: pulsing 71s infinite ease-in-out;
    }
}

@media (min-width: 768px) and (max-width: 1650px) {
    .section-categories-amin-2-0409 {
        right: 34rem;
    }

    .section-categories-amin-3-0409 {
        right: 0rem;
    }

    .section-categories-amin-4-0409 {
        top: -90%;
    }
}

@media (min-width: 768px) and (max-width: 1450px) {
    .anim-0409-456 {
        bottom: 19.4rem !important;
    }
}

@media (max-width: 400px) {
    .text-blok-home-content h2:first-child {
        font-size: 20px;
    }
}

@media (max-width: 340px) {
    .text-blok-home-content h2:first-child {
        font-size: 20px;
    }
}

.phone_mask.erroeInpyp {
    border-bottom: 3px solid red !important;
}

@media (min-width: 768px) {
    .delivery-page .section-categories-amin-1 {
        position: absolute;
        top: -46%;
        background: rgba(89, 89, 89, 1);
        height: 180%;
        width: 1px;
        transform: rotate(39deg);
        right: 5rem;
        transition: all 4s;
    }

    .delivery-page .section-categories-amin-3 {
        position: absolute;
        top: -100%;
        background: rgba(89, 89, 89, 1);
        height: 430%;
        width: 1px;
        transform: rotate(-19deg);
        right: 12rem;
        transition: all 4s;
    }

    .delivery-page .section-categories-amin-2 {
        position: absolute;
        top: -112%;
        background: rgba(89, 89, 89, 1);
        height: 400%;
        width: 1px;
        transform: rotate(-64deg);
        right: 13rem;
        transition: all 4s;
    }
}

.delivery-page .general-page-section-text-content.text-blok-home-content.brghnrynrhe * {
    background: rgba(58, 51, 48, 0.5);
}

.delivery-page .section.general-page-section-text .container {
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .header-content-contacts-soc a:not(:last-child) {
        margin-right: 12px;
    }

    .header-content-contacts-soc a span {
        margin-right: 12px;
    }

    .footer-top-content-5-soc .header-content-contacts-soc a span {
        margin-right: 15px;
    }

    .footer-top-content-5-soc .header-content-contacts-soc a:not(:last-child) {
        margin-right: 0px;
    }
}

/* правки кнопки*/
.pr-1009-1 .blob-btn__inner {
    display: none !important;
}

.pr-1009-1 {
    transition: all 0.3s !important;
}

.pr-1009-1 * {
    transition: all 0.3s !important;
}

/* 16 */




.pr-1009-1:hover {
    border-color: rgba(242, 72, 65, 1);
}

.header.active .call-designer-button {
    color: #fff;
}

.pr-1009-1:hover:after {
    left: auto;
    right: 0;
    width: 100%;
}

.pr-1009-1:active {
    top: 2px;
}

@media(min-width: 768px) {
    .header.active .call-designer-button {
        transition: all 0.3s;

    }

    .header.active .call-designer-button:hover {
        background: rgba(242, 72, 65, 0);
        color: rgba(242, 72, 65, 1);
    }
}




.pr-1009-2 .blob-btn__inner {
    display: none !important;
}

body div .pr-1009-2 {
    transition: all 0.3s;
    border: 1px solid rgba(242, 72, 65, 1);

}

body div .pr-1009-2:hover {
    background: rgba(242, 72, 65, 0) !important;
    /* color: #fff !important; */
}

/* правки кнопки конец*/
@media(min-width: 768px) {
    .section-home-section {
        margin-bottom: -12px;
    }
}



.section-categories-content-big:hover .section-categories-content-big-hover {
    background: rgba(217, 217, 217, 0);
}

/* .section-categories-content-big:hover .section-categories-content-big-hover span{
    color:#F24841;
}
.section-categories-content-big:hover .section-categories-content-big-hover circle{
    fill:#fff;
}
.section-categories-content-big:hover .section-categories-content-big-hover path{
    fill:#F24841;
} */

.section-categories-content-center-left-img:hover .section-categories-content-big-hover {
    background: rgba(217, 217, 217, 0);
}

/* .section-categories-content-center-left-img:hover .section-categories-content-big-hover span{
    color:#F24841;
}
.section-categories-content-center-left-img:hover .section-categories-content-big-hover circle{
    fill:#fff;
}
.section-categories-content-center-left-img:hover .section-categories-content-big-hover path{
    fill:#F24841;
} */

.section-categories-content-center-center:hover .section-categories-content-big-hover {
    background: rgba(217, 217, 217, 0);
}

/* .section-categories-content-center-center:hover .section-categories-content-big-hover span{
    color:#F24841;
}
.section-categories-content-center-center:hover .section-categories-content-big-hover circle{
    fill:#fff;
}
.section-categories-content-center-center:hover .section-categories-content-big-hover path{
    fill:#F24841;
} */

.section-categories-content-center-right-img:hover .section-categories-content-big-hover {
    background: rgba(217, 217, 217, 0);
}

/* .section-categories-content-center-right-img:hover .section-categories-content-big-hover span{
    color:#F24841;
}
.section-categories-content-center-right-img:hover .section-categories-content-big-hover circle{
    fill:#fff;
}
.section-categories-content-center-right-img:hover .section-categories-content-big-hover path{
    fill:#F24841;
} */

@media (min-width: 768px) {

    .delivery-page .section-categories-amin-1 span,
    .delivery-page .section-categories-amin-2 span,
    .delivery-page .section-categories-amin-3 span {
        position: relative;
        top: 6%;
        display: flex;
        background: rgba(217, 217, 217, 1);
        width: 1px;
        height: 14px;
        display: flex;
        z-index: 2;

        -webkit-animation: pulsing 11s infinite ease-in-out;
        animation: pulsing 11s infinite ease-in-out;
    }
}

@media (min-width: 768px) {
    .up-top {
        max-width: 54px;
    }

    .up-top svg {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1450px) {
    .up-top {
        max-width: calc(2.7rem * 1.3);
    }
}

.hidd-18-09 {
    overflow: hidden !important;
}

@media (min-width: 768px) {
    .pras18-1-h {
        position: relative;
        left: -3.5rem;
    }
}

.order-a-project {
    cursor: pointer;
}

.pop-up-window-content-title {
    text-align: center;
}

.pop-up-window-content input {
    font-size: 18px;
}

.pop-up-window .pop-up-window-content .pop-up-window-content-title {
    line-height: 1.2;
}

@media (min-width: 1451px) and (max-width: 1650px) {
    .reviews-left-text-about {
        left: 0.46rem;
    }

    .interior-design-page .ghtrhdrths {
        right: 0.76rem !important;
    }

    .reviews-left-text {
        right: 0.76rem;
    }
}

.dinonotz_reit_kod {
    display: none;
}

.footer-top-content-1-rating-top-r {
    position: relative;
    bottom: 1px;
}


@media (min-width: 768px) {
    .pr-2102u-o-er .general-page-section-text-content {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }
}

@media (max-width: 1450px) {
    .design-project-content-article-prise .mgtrmbgrto {
        height: 90%;
        top: 10%;
    }
}

@media (max-width: 1000px) {
    .design-project-content-article-prise .mgtrmbgrto {
        height: 99%;
        top: 7%;
    }
}

@media (max-width: 810px) and (min-width: 768px) {
    .design-project-content-article-prise .mgtrmbgrto {
        width: 125px;
        /* left: -141px; */
    }
}

@media (max-width: 767px) {
    .design-project-content-article-prise .mgtrmbgrto {
        top: 0.4rem;
    }
}

.design-project-content-article-prise .mgtrmbgrto {
    transition: all 0.3s;
}

.design-project-content-article-prise .mgtrmbgrto:hover {
    color: #F24841;
    border-color: #F24841;
}

.fj-tg-67-67 {
    margin-left: 3px;
}

.poevnon21asuy {
    pointer-events: none;
}

.posrez21asf-tt .container {
    position: relative;
    z-index: 3;
}

#copy {
    cursor: pointer;
}

.posrez21asf-tt .section-categories-amin.section-categories-amin-katalog.desctop span {
    height: 5px !important;
}

.why-do-we-have .simplebar-track.simplebar-vertical {
    opacity: 0 !important;
}

.single-top-content-to-know-prise {
    transition: all 0.3s;
}

.single-top-content-to-know-prise:hover {
    color: #fff;
}

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

.as-pr-21-09-e-gh {
    position: absolute;
    z-index: 22;
    bottom: 20px;
    right: 20px;
}

body div .section .as-pr-21-09-e-gh .single-characteristics-content-var-vspl {

    right: 0 !important;
    left: auto !important;

}

@media (max-width: 767px) {
    .as-pr-21-09-e-gh {
        display: none;
    }
}


.pr-sa-21-ht-ji-po-d li {
    color: #fff;
    font-family: 'Muller', sans-serif;
    font-weight: 200 !important;
    flex-direction: column;
}

.pr-sa-21-ht-ji-po-d li p {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    width: 100% !important;
    max-width: 100% !important;
    line-height: inherit !important;
}

.pr-sa-21-ht-ji-po-d li p:not(first-child) {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .vigrnvirnvorno {
        bottom: 3rem !important;
        top: auto !important;
    }

    .grtgbtrbhrhhebyr {
        top: -24.8rem !important;
        bottom: auto !important;
    }

    .bgbyhthyhjtdhyr {
        top: -80% !important;
        bottom: auto !important;
    }
}

@media (min-width: 1451px) {
    .vigrnvirnvorno {
        top: auto !important;
        bottom: 15.4rem !important;
    }

    .grtgbtrbhrhhebyr {
        top: -34.8rem !important;
        bottom: auto !important;
    }

    .bgbyhthyhjtdhyr {
        top: -130% !important;
        bottom: auto !important;
    }
}

@media (min-width: 1451px) and (max-width: 1650px) {
    .bgbyhthyhjtdhyr {
        right: 0.76rem !important;
    }
}

.section-stock {
    border-top: 0px solid rgba(89, 89, 89, 1);
}

.section-stock .container {
    border-top: 1px solid rgba(89, 89, 89, 1);
}

.section-stock-content-bottom-article .section-categories-content-hover-img svg {
    transition: all 0.6s;
    transform: rotate(0deg);
}

.section-stock-content-bottom-article:hover .section-categories-content-hover-img svg {
    transform: rotate(360deg);
}

.gomrogomro {
    font-family: 'Muller', sans-serif !important;

    font-weight: 300;
    font-size: 18px;
    width: 230px;
    height: 50px;
}

.gomrogomro:hover {
    color: #fff !important;
}

.pr-1009-1 {
    position: relative;
    overflow: hidden;
}

.pr-1009-1::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 20rem;
    height: 20rem;
    line-height: 20rem;
    left: -5rem;
    text-align: center;
    transition: box-shadow 0.5s ease-out;
    z-index: -1;
}

.pr-1009-1:hover {
    color: #fff;
}

.pr-1009-1:hover::before {
    box-shadow: inset 0 0 0 10rem rgba(242, 72, 65, 1);
}

.header.active .call-designer-button:hover {
    color: rgba(242, 72, 65, 1);
}

.header.active .call-designer-button:hover::before {
    box-shadow: inset 0 0 0 10rem #fff;
}

body div .pr-1009-2 {
    position: relative;
    overflow: hidden;
}

body div .pr-1009-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 20rem;
    height: 20rem;
    line-height: 20rem;
    left: -5rem;
    text-align: center;
    transition: box-shadow 0.5s ease-out;
    z-index: -1;
}

body div .pr-1009-2:hover {
    color: rgba(242, 72, 65, 1);
}

body div .pr-1009-2:hover::before {
    box-shadow: inset 0 0 0 10rem #fff;
}

@media (max-width: 767px) {
    .header-content-contacts {
        display: flex;
    }

    .call-designer-button.button.blob-btn.pr-1009-1 {
        display: none;
    }

    .header-content-contacts-soc a svg {
        max-width: 5rem;
        width: 5rem;
        height: auto;
    }

    .header-content-contacts-phone {
        font-size: calc(4.4rem * 1.3);
    }

    /* .header-content-contacts-soc a span{
        font-size: calc( 4.4rem * 1.3);
    } */
    .header-content-contacts-soc a span {
        font-size: 4.42rem;
        margin-right: 4rem;
    }

    .header-menu-nenu {
        margin-top: 13.5rem;
    }

    .header-menu {
        margin-top: 9.3rem;
    }
}

/*скролл начало*/
.menu-header-fixed .simplebar-track.simplebar-vertical {
    background: #fff;
    border-radius: 0px !important;
}

.menu-header-fixed .simplebar-scrollbar:before {
    border-radius: 0px !important;
    background: #ff262e !important;
    color: #ff262e !important;
}

.menu-header-fixed .simplebar-scrollbar.simplebar-visible:before {
    opacity: 1 !important;
    border-radius: 0px !important;
}

.menu-header-fixed .simplebar-track.simplebar-vertical {
    width: 6px;
}

.menu-header-fixed .simplebar-scrollbar:before {
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
}

.menu-header-fixed .simplebar-track {
    right: -11px;
}

.menu-header-fixed .simplebar-content {
    display: flex;
}

@media (max-width: 767px) {
    .menu-header-fixed .simplebar-content {
        flex-direction: column;
    }
}

/*скролл конец*/


.katalog-page.single-page.single-page-02 .section.single-slider-section .swiper-slide {
    cursor: pointer;
    height: 29rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

@media (min-width: 768px) and (max-width: 1450px) {

    .katalog-page.single-page.single-page-02 .section.single-slider-section .swiper-slide {
        height: calc(29rem * 1.3);
    }
}

@media (max-width: 767px) {
    .katalog-page.single-page.single-page-02 .section.single-slider-section .swiper-slide {
        height: 46rem;
    }
}

.swiper-single .swiper-slide img {
    min-height: 100%;
    max-width: 400%;
    min-width: 100%;
}


.fancybox__toolbar__items.fancybox__toolbar__items--left {
    display: none !important;
}

.fancybox__toolbar__items.fancybox__toolbar__items--right .carousel__button.fancybox__button--zoom {
    display: none !important;
}

.fancybox__toolbar__items.fancybox__toolbar__items--right .carousel__button.fancybox__button--slideshow {
    display: none !important;
}

.fancybox__toolbar__items.fancybox__toolbar__items--right .carousel__button.fancybox__button--fullscreen {
    display: none !important;
}

.fancybox__toolbar__items.fancybox__toolbar__items--right .carousel__button.fancybox__button--thumbs {
    display: none !important;
}




.katalog-page.single-page.about-page .section.single-slider-section .swiper-slide {
    cursor: pointer;
    height: 29rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

@media (min-width: 768px) and (max-width: 1450px) {

    .katalog-page.single-page.about-page .section.single-slider-section .swiper-slide {
        height: calc(29rem * 1.3);
    }
}

@media (max-width: 767px) {
    .katalog-page.single-page.about-page .section.single-slider-section .swiper-slide {
        height: 46rem;
    }
}

.swiper-single .swiper-slide img {
    min-height: 100%;
    max-width: 400%;
    min-width: 100%;
    object-fit: cover;
    width: auto;
    height: auto;
}

.design-project-content-article-prise {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: end;

}

@media (max-width: 1100px) {
    .mgtrmbgrto {
        left: 62px;
    }
}

@media (max-width: 920px) {
    .design-project-content-article-prise {
        font-size: 27px;
    }

    .mgtrmbgrto {
        width: 135px;
    }
}

@media (max-width: 840px) {
    .mgtrmbgrto {
        left: 40px;
    }
}

@media (max-width: 767px) {
    .mgtrmbgrto {
        left: 51px;
    }
}

@media (max-width: 390px) {
    .mgtrmbgrto {
        font-size: 19px;
        width: 125px;
    }

    .design-project-content-article-prise {
        font-size: 22px;
    }
}

@media (max-width: 1100px) {
    .design-project-content-article-prise {
        right: 30px;
    }

}

@media (max-width: 340px) {
    .mgtrmbgrto {
        font-size: 18px;
        width: 115px;
    }
}



.pr-26-as-ypfr {
    pointer-events: none;
    margin-right: 0 !important;
}

.pr-26-as-ypfrf span {
    margin-right: 0 !important;
}

.pr-26-as-ypfr span {
    line-height: 0;
}

.pr-27-09-fr-tiy {
    position: relative;
}

.pr-27-09-fr-tiy .fon-pr-27-09-fr-tiy {
    position: absolute;
    z-index: 0;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    height: 100%;
    left: 0px;
    top: 0px;
}

.pr-27-09-fr-tiy .container {
    position: relative;
    z-index: 2;
}


@media (min-width: 767px) {
    .header-content-contacts-soc a svg {
        max-width: calc(1.1rem * 1.3);
        width: calc(1.1rem * 1.3);
        height: auto;
    }

    .header-content-contacts-soc a span {
        font-size: calc(0.85rem * 1.3);
    }
}

@media (min-width: 1451px) {
    .header-content-contacts-soc a svg {
        max-width: 1.1rem;
        width: 1.1rem;
        height: auto;
    }

    .header-content-contacts-soc a span {
        font-size: 0.85rem;
    }
}

.section-categories-content-center a {
    display: flex;
}

.swiper-home .swiper-wrapper {
    align-items: stretch;
    display: flex;
}

.swiper-home .swiper-slide {
    height: auto;
}

.swiper-home .swiper-slide img {
    min-height: 100%;
    min-width: 100%;
    max-width: 400%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-home .swiper-slide video {
    height: 100%;
    width: fit-content;
    min-width: 100%;
    object-fit: cover;
}


@media (min-width: 768px) {
    .section.сompleted-projects-home .swiper-wrapper {
        align-items: stretch;
        display: flex;
    }

    .section.сompleted-projects-home .swiper-slide {
        height: 17rem;
        max-height: 17rem;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;

    }

    .section.сompleted-projects-home .swiper-slide img {
        max-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1450px) and (min-width:768px) {
    .section.сompleted-projects-home .swiper-slide {
        height: calc(17rem * 1.3);
        max-height: calc(17rem * 1.3);
    }
}

@media (max-width: 767px) {
    .section.сompleted-projects-home .section-categories-content-big {
        height: 47rem;
        max-height: 47rem;

        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }

    .section.сompleted-projects-home .section-categories-content-big img {
        max-width: 100%;
        min-height: 100%;
        width: 100%;

    }
}


.pras-27-optj-1 {
    color: rgba(242, 72, 65, 1);
    font-size: 0.84rem;
    cursor: pointer;
}

.сompleted-projects-home-content-article-bottom-item-text {
    position: relative;
}

@media (max-width: 1450px) and (min-width:768px) {
    .pras-27-optj-1 {
        font-size: calc(0.84rem * 1.3);
    }
}

.сompleted-projects-home-content-article-bottom-item-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pras-27-optj-2 {
    margin-right: 20px;
}

@media (max-width: 1200px) {
    .pras-27-optj-2 svg {
        width: 30px;
    }
}

.pras-27-optj-3 {
    font-size: inherit;
    font-weight: inherit;
    color: rgba(242, 72, 65, 1);
    margin-left: 20px;
}

.сompleted-projects-home-content-article-top-item-prise {
    display: flex;
    align-items: center;
}

.pras-27-optj-4 {
    position: relative;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pras-27-optj-4 img {
    position: absolute;
    left: 0px;
    top: 0px;

    width: 100%;
    height: 100%;
}

.pras-27-optj-4 span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 12px;
    padding: 5px 13px;
    font-family: 'Muller', sans-serif;
    font-weight: 300;
    line-height: 2;
}

.pras-27-optj-5 {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

/* .pras-27-optj-2{
    cursor: auto;
} */
.section-categories-content-big-mobile-text-prise {
    display: flex;
    align-items: center;
}

@media (max-width: 380px) {
    .pras-27-optj-3 {
        margin-left: 10px;
    }

    .pras-27-optj-4 {
        margin-left: 10px;
    }
}

.pras-27-optj-1mob {
    display: block;
    width: 100%;
    font-size: 16px;
    position: relative;
    left: 0px;
    margin-top: 2rem;
}

.pras-27-optj-2mob {
    margin-top: 2rem;
}

.pr-hom-27-as-09-y {
    position: relative;
}

.pr-hom-27-as-09-y-fon {
    position: absolute;
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    top: 0px;
    border-radius: 4px;
    background: rgb(0, 0, 0, 0.7);
    left: 0px;
}

.pr-hom-27-as-09-y-fon-2 {
    position: absolute;
    opacity: 1;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    /* border:1px solid rgba(242, 72, 65, 1); */
    color: rgba(242, 72, 65, 1);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-hom-27-as-09-y .pr-hom-27-as-09-y-fon-2 div {
    height: 1px;
    width: 1px;
    transition: all 1s;
    position: absolute;
    background: rgba(242, 72, 65, 1);
}


.pr-hom-27-as-09-y .pr-hom-27-as-09-y-fon-2 div:nth-child(1) {
    left: 0;
    top: 0;
}

.pr-hom-27-as-09-y .pr-hom-27-as-09-y-fon-2 div:nth-child(2) {
    left: 0;
    top: 0;
}

.pr-hom-27-as-09-y .pr-hom-27-as-09-y-fon-2 div:nth-child(3) {
    bottom: 0;
    right: 0;
}

.pr-hom-27-as-09-y .pr-hom-27-as-09-y-fon-2 div:nth-child(4) {
    bottom: 0;
    right: 0;
}


.pr-hom-27-as-09-y:hover .pr-hom-27-as-09-y-fon-2 div:nth-child(1) {

    width: 100%;
}

.pr-hom-27-as-09-y:hover .pr-hom-27-as-09-y-fon-2 div:nth-child(2) {

    height: 100%;
}

.pr-hom-27-as-09-y:hover .pr-hom-27-as-09-y-fon-2 div:nth-child(3) {

    height: 100%;
}

.pr-hom-27-as-09-y:hover .pr-hom-27-as-09-y-fon-2 div:nth-child(4) {

    width: 100%;
}

.pr-hom-27-as-09-y:hover .section-categories-content-hover-img {
    display: none;
}

.pr-hom-27-as-09-y:hover .section-categories-content-big-hover {
    display: none;
}

.pr-hom-27-as-09-y-fon-text-2 {
    position: absolute;
    margin: auto;
    top: -50px;
    color: #fff;
    width: 100%;
    left: 0px;
    text-align: center;
    transition: all 0.3s;
    opacity: 0;
    font-size: 28px;
    line-height: 1.2;
}

.pr-hom-27-as-09-y {
    overflow: hidden;
}

.pr-hom-27-as-09-y:hover .pr-hom-27-as-09-y-fon-text-2 {
    top: calc(50% - 80px);
    opacity: 1;
}

.pr-hom-27-as-09-y:hover .pr-hom-27-as-09-y-fon {
    opacity: 1;
}

.section-categories-content-center-center img {
    width: 100%;
}


@media (max-width: 767px) {
    .hytjtjtyc {
        margin-top: 2rem;
    }
}

/* 
.reviews .swiper-wrapper{
    align-items: stretch;
    display: flex;
}
.reviews .swiper-wrapper .swiper-slide[role="group"]{
    height: auto;
    max-height: 20rem;
    display: flex;
    align-items:center;
    justify-content: center;
} 
.reviews .swiper-slide img{
    min-height: 100%;
    min-width: 100%;
    max-width: 400%;
    max-height: 100%;
    height: fit-content;
} */

@media (max-width: 1450px) {

    .pr-1009-1::before {
        width: calc(20rem * 1.3);
        height: calc(20rem * 1.3);
        line-height: calc(20rem * 1.3);
        left: calc(-5rem * 1.3);
    }

    .pr-1009-1:hover::before {
        box-shadow: inset 0 0 0 calc(10rem * 1.3) rgba(242, 72, 65, 1);
    }


    .header.active .call-designer-button:hover::before {
        box-shadow: inset 0 0 0 calc(10rem * 1.3) #fff;
    }


    body div .pr-1009-2::before {
        width: calc(20rem * 1.3);
        height: calc(20rem * 1.3);
        line-height: calc(20rem * 1.3);
        left: calc(-5rem * 1.3);
    }

    body div .pr-1009-2:hover::before {
        box-shadow: inset 0 0 0 calc(10rem * 1.3) #fff;
    }
}

@media (max-width: 767px) {
    .pr-1009-1:hover::before {
        display: none !important;
    }

    .pr-1009-2:hover::before {
        display: none !important;
    }
}

.pras-27-optj-1 {
    transition: all 0.3s;
}

.pras-27-optj-1:hover {
    color: #fff;
}

.pr-hom-27-as-09-y-fon-text-kuhni {
    font-size: 70px;
}

.pr-hom-27-as-09-y:hover .pr-hom-27-as-09-y-fon-text-kuhni {
    top: calc(50% - 120px);
    opacity: 1;
}

@media (max-width: 1450px) and (min-width: 768px) {
    .header-menu-nenu-nav ul li a {
        font: calc(0.95rem * 1.3) "Muller", Arial, Helvetica, sans-serif;
    }
}

.section-address-content-content-left-title-red:hover {
    color: #fff;
}

.order-a-project:hover {
    color: #fff;
}

.order-a-project ul li a {
    transition: all 0.3s;
}

.single-nav-content ul li a {
    transition: all 0.3s;
}

.single-nav-content ul li a:hover {
    color: rgba(242, 72, 65, 1);
}

.section-address-content-content-left-title-red {
    transition: all 0.3s;
}

#copy {
    margin-top: 24px;
    padding: 6px 16px;

    border: 1px solid #fff;
    border-radius: 4px;
    width: fit-content;
}

#copy:hover {
    border: 1px solid rgba(242, 72, 65, 1);
    color: rgba(242, 72, 65, 1);
}

#copy {
    transition: all 0.3s;
}

@media (max-width: 767px) {
    #copy {
        margin-bottom: 20px;
    }
}


@media (max-width: 1450px) and (min-width: 768px) {
    .go-to-section {
        width: calc(9.6rem * 1.3);
        height: calc(2.35rem * 1.3);
    }
}


.pras-27-optj-1 {
    text-decoration: underline;
}

.pras-27-optj-2 * {
    transition: all 0.3s;
}

.pras-27-optj-2:hover rect {
    stroke: rgba(242, 72, 65, 1);
}

.pras-27-optj-2:hover path {
    stroke: rgba(242, 72, 65, 1);
}

.reviewsLeftTextAnim2909 span {
    color: #fff;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    transition: all 4s;

}

.reviewsLeftTextAnim2909 {
    display: flex;
}


@media (min-width: 767px) {
    .section.single-slider-section .container {
        width: 82.8375rem;
    }
}

@media (min-width: 1451px) {
    .section.single-slider-section .container {
        width: 72.8375rem;
    }
}

@media (min-width: 1652px) {
    .section.single-slider-section .container {
        width: 82.8375rem;
    }
}

.pr-hom-27-as-09-y-fon {
    z-index: 4;
}

@media (max-width: 767px) {
    .section-categories-content-big {
        margin-bottom: -1px;
    }

    .pr-hom-27-as-09-y-fon-text-kuhni {
        font-size: 35px;
    }

    .pr-hom-27-as-09-y-fon-text-kuhni-2 {
        font-size: 55px;
    }
}



.a-03mob-ad-1010 .swiper-pagination-horizontal {
    top: auto !important;
    bottom: 0px !important;
    background: rgba(242, 72, 65, 0.29) !important;
    width: calc(100% - 0px) !important;
    left: 0px !important;
    max-width: 100% !important;

}

.a-03mob-ad-1010 .swiper-pagination-progressbar-fill {
    background: rgba(242, 72, 65, 1) !important;
    height: 4px !important;
}

.a-03mob-ad-1010 .swiper-pagination {
    margin-left: 0px !important;
}



/*.a-03mob-ad-1010 .swiper-slide {
    height: 46rem;
}

.a-03mob-ad-1010 .swiper-slide {
    cursor: pointer;
    height: 29rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}*/

/*.pr1010-1000 {
            max-width: 84rem;
    height: 47rem;
    max-height: 47rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;

}*/
.cl1010prgog2 {
    position: relative;
    overflow: hidden;
}

.heightFixed-0 {
    top: -300px;
    position: fixed !important;
    left: 0px;
    background: rgba(58, 51, 48, 1);
}

.heightFixed {
    top: 0px;
}

@media (min-width: 768px) {
    .heightFixed-0 .header-logo.desctop {
        display: none;
    }

    .heightFixed-0 .header-menu-address.headerMenuAddress {
        display: none;
    }

    .heightFixed-0 .header-content-contacts {
        flex-direction: revert;
        align-items: center;
    }

    .heightFixed-0 .header-content-contacts-soc {
        margin-top: 0px;
        margin-left: 20px;
    }

    .heightFixed-0 .call-designer-button {
        top: 0px;
    }

    .heightFixed-0 .header-menu-nenu {
        margin-top: 0px;
    }

    .heightFixed-0.header .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .heightFixed-0 .header-content-contacts-phone {
        line-height: 0;
    }
}

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

    .heightFixed-0 .header-menu-nenu {
        margin-top: -0.5rem;
    }

    .heightFixed-0 .header-menu-nenu-nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: calc(3rem * 1.1);
    }

    .heightFixed-0 .header-menu-nenu-nav ul li:not(:first-child) {}

    .heightFixed-0 .header-menu-nenu-icon {
        margin-right: 3rem;
    }

    .heightFixed-0 .header-content-contacts-phone {
        font-size: calc(4rem * 1.3);
    }

    .header.heightFixed-0 .container {
        padding-bottom: 2rem;
    }

    .heightFixed-0 .header-content {
        top: 6.1rem;
    }

    .heightFixed-0 .header-menu {
        margin-top: 6.3rem;
    }

}

.header {
    transition: all 0.3s;
}

.reviews #swiper-wrapper-55045837347d2de4 .swiper-slide {
    cursor: pointer;
}

@media (max-width: 355px) {
    .pras-27-optj-4 span {
        font-size: 11px;
    }

    .heightFixed-0 .header-menu-nenu-nav ul {
        gap: 10px;
    }
}

@media (max-width: 330px) {
    .pras-27-optj-4 span {
        font-size: 10px;
    }
}

.fon-13-10-as {
    display: block;
    width: 100%;
    position: relative;

}

.fon-13-10-as .bread-crumbs {
    background: none;
    z-index: 1;
    position: relative;
}

.fon-13-10-as section {
    background: none;
    z-index: 1;
    position: relative;
}

.fon-13-10-as .header {
    background: none;
    position: relative;
    z-index: 55;
}

.fon-13-10-as .fon-pr-27-09-fr-tiy1310 {
    position: absolute;
    z-index: 0;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    height: 100%;
    left: 0px;
    top: 0px;
}

.fon-13-10-as .bread-crumbs-content-text {
    color: #fff;
}

.heightFixed-0.header {
    z-index: 3333 !important;
    background: #272727 !important;
}

.fon-13-10-as .fon-img-page.bacg-img-50 {
    background: none;
    position: relative;
    z-index: 1;
}

.header-content-contacts-soc a svg * {
    transition: all 0.3s;
}

.header-content-contacts-soc a:hover svg * {
    fill: #fff;
}

@media (min-width: 768px) {
    .home-page1310 .all-section-scroll {
        padding-top: 0px !important;
    }


}

@media (max-width: 768px) {
    .swiper-home .swiper-slide video {
        max-height: 540px !important;
    }

    .swiper-home .swiper-slide img {
        max-height: 540px !important;
    }
}

.text-blok-home-content tr {
    border: 1px solid #fff !important;
}

.text-blok-home-content td {
    padding: 10px;
    border: 1px solid #fff !important;
}

.w100-31-01-an * {
    width: auto;
}

@media (max-width: 767px) {
    .text-blok-home-content td {
        font-size: 14px;
    }
}

.section-categories-content-center a {
    height: 332px;
}

.section-categories-content-center a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-categories-content-big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .section-categories-content-big {
        margin-bottom: -1px;
        height: 100%;
    }

    .section-categories .mobile .swiper-slide {
        height: 440px !important;
    }


}

@media (max-width: 479px) {

    .section-categories .mobile .swiper-slide {
        height: 280px !important;
    }

    .heightFixed-0 .header-menu-nenu-nav ul {
        gap: 13px;
    }

    .filter-katalog-content-var-cat-div {
        min-width: 145px;
    }

    .filter-katalog-content-var-cat-div-ul * {
        font-size: 16px;

    }

}

@media (max-width: 409px) {
    .filter-katalog-content-var-cat-div {
        left: -20px;
    }
}

.сompleted-projects-home .reviews-left-text span {
    font-size: 4.4rem;
}

@media (max-width: 379px) {

    .heightFixed-0 .header-menu-nenu-nav ul {
        gap: 10px;
    }

    .filter-katalog-content-var-cat-div {
        min-width: auto;
    }
}

.menu-header-right-title_tranparent {
    background-color: transparent;
    width: auto;
    cursor: pointer;
    color: #F24841;
}

.section-home-section,
.swiper-home {
    min-height: 100vh;
    max-height: 100%;
}

.swiper-home .swiper-wrapper {
    min-height: 100vh;
    max-height: 100%;
}

.swiper-home .swiper-slide {
    height: 100vh;
}

@media (max-width: 768px) {
    .swiper-home .swiper-slide video {
        max-height: 100% !important;
    }

    .header-home {
        position: absolute;
        background: rgba(58, 51, 48, 0);
    }

    .header-home .section-home-text {
        padding-top: 40rem;
    }
}

/* .fon-13-10-as {
    z-index: 10;
} */

.katalog-page .katalog-сompleted-and-reviews {
    overflow: visible;
}

.katalog-page .section-categories-amin.section-categories-amin-katalog.desctop {
    z-index: 1;
    overflow: hidden;
}

.filter-katalog-section {}

.review {
    background: rgba(58, 51, 48, 1);
}

.review__wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;

    width: 100%;
}

.reviews-element-text {
    border: none !important;
}

.header-fix {
    display: none;
}

@media(max-width:767px) {

    .header-menu-nenu-icon {
        margin-right: 3rem;
        width: 26px;
    }

    .header-menu-nenu-nav ul li:not(:last-child) {
        margin-right: 3rem;
    }

    .section-home-text-title,
    .fon-img-page-title {
        font-weight: 500;
    }

    .svpr-3101-1 svg {
        margin-left: 3px;

    }



    .section-title,
    .text-blok-home-content h2,
    .text-blok-home-content h3,
    .text-blok-home-content h4,
    .text-blok-home-content h5,
    .text-blok-home-content h6,
    .advantajes-home-title,
    .section-categories-content-big-mobile-text-title,
    .single-top-content-prise-tec {
        font-weight: 400;
    }

    .section-categories-content-big-mobile-text-title {
        font-size: 5.3rem;
    }

    .text-blok-home-content span {
        font-size: 24px;
    }

    .text-blok-home-content h2 {
        font-size: 24px;
    }

    .header-fix {
        width: 100%;
        padding-block: 14px;
        z-index: 3333 !important;
        background: #272727 !important;
    }

    .header-fix.heightFixed {
        display: block;
        position: fixed;
    }

    .header-fix-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
    }

    .header-fix .header-logo {
        display: block !important;
        width: 40px;
    }

    .header-fix .header-content {
        position: relative;
        top: auto;
        right: auto;
        margin-left: 0;
    }

    .header-fix .header-menu-nenu {
        margin-top: 0;
    }

    .header-fix .header-content-contacts-phone {
        font-size: calc(3.4rem* 1.3);
    }



    .menu-header-fixed .header-menu-nenu-nav-to-div {
        left: auto;
        right: 0px;

    }

}

.menu-header-left .svpr-3101-1-li:hover .header-menu-nenu-nav-to-div {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
}