@charset "UTF-8";
/*Обнуление*/
* {
    padding: 0;
    margin: 0;
    border: 0;
    /*letter-spacing: 0.02em;*/
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus, :active {
    outline: none;
}

a:focus, a:active {
    outline: none;
}

nav, footer, header, aside {
    display: block;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 100%;
    font-size: 16px;
    font-family: "Roboto";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

input, button, textarea {
    font-family: inherit;
}

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

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*ul li {
    list-style: none;
}*/

img {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400;
}

/*-------------------------------------------------------------------------------------------------------*/
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.btn__up {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    border-radius: 50%;
    opacity: 0;
    z-index: 8;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-image: url(../img/arr-up.svg);
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.btn__up-active {
    opacity: 1;
    overflow: visible;
}

@media (max-width: 576px) {
    .btn__up {
        width: 60px;
        height: 60px;
        background-size: 35px 35px;
        bottom: 25px;
        right: 15px;
    }
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-top: 102px;
}

@media (max-width: 576px) {
    .main {
        margin-top: 86px;
    }
}

._lock {
    overflow: hidden;
    padding-right: 0px;
}

.lock {
    overflow: hidden;
    padding-right: 17px;
}

@media (max-width: 1024px) {
    ._lock {
        overflow: hidden;
        padding-right: 0px;
    }

    .lock {
        overflow: hidden;
        padding-right: 0px;
    }
}

.header {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 10;
    border-bottom: 2px solid #D9D9D9;
    background: #FFF;
}

.header__container {
    width: 100%;
    max-width: 1330px;
    padding: 0px 15px;
    height: 101px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 159px;
    flex: 0 0 159px;
    height: 84px;
}

.header__logo img {
    width: 100%;
    height: 100%;
}

.header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;

}

.header__nav ul li {
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 40px 20px;
    height: 100%;
}

.header__nav ul li:not(.head__drop-inner):hover {
    background: var(--bg, #DE3246);
}

.header__nav ul li:not(.head__drop-inner):hover a {
    color: #FFF;
}

.header__nav ul li:not(.head__drop-inner):active {
    background: #9C1928;
}

.header__nav ul li:not(.head__drop-inner):active a {
    color: #FFF;
}

.header__nav ul li a {
    color: var(--txt-dark, #413B39);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.head__drop-inner {
    cursor: pointer;
    position: relative;
    padding-right: 31px !important;
}

.head__drop-inner:hover {
    background: var(--bg, #DE3246);
}

.head__drop-inner:hover .head__drop-title {
    color: #FFF;
}

.head__drop-inner:hover .head__drop-title::after {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
}

.head__drop-inner-active {
    background: #9C1928 !important;
}

.head__drop-title {
    color: var(--txt-dark, #413B39);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}

.head__drop-title::after {
    position: absolute;
    content: "";
    width: 6.5px;
    height: 6.5px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 5px;
    right: -17.5px;
}

.head__drop-title-active {
    color: #fff;
}

.head__drop-title-active::after {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    right: -17.5px;
}

.head__drop-ul {
    border: 1px solid #D9D9D9;
    background-color: #fff;
    position: absolute;
    top: 101px;
    left: 0;
    min-width: 316px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: -2 !important;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    display: none !important;
}

.head__drop-ul li {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
    padding: 0px !important;
}

.head__drop-ul li:hover {
    background: var(--bg, #DE3246);
}

.head__drop-ul li:hover a {
    color: #FFF;
}

.head__drop-ul li:active {
    background: #9C1928;
}

.head__drop-ul li:active a {
    color: #FFF;
}

.head__drop-ul li a {
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    text-align: left !important;
    padding: 15px 20px !important;
    padding-right: 0px !important;
}

.head__drop-ul-active {
    opacity: 1;
    z-index: 10 !important;
    overflow: visible;
    visibility: visible;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.head__drop-ul-active li a {
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.button__callback {
    color: #423B39;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    background: #fff;
    line-height: normal;
    padding: 15px 35px;
    border-radius: 5px;
    border: 2px solid #DE3246;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.button__callback:hover {
    border: 2px solid #FF2C44;
}

.button__callback:active {
    border: 2px solid #9C1928;
}

.button__callback:disabled {
    border: 2px solid #BCBCBC;
    color: #BCBCBC;
}

@media (max-width: 1300px) {
    .header__nav ul li {
        padding: 40px 12px;
    }

    .head__drop-inner {
        padding-right: 21px !important;
    }

    .head__drop-title::after {
        right: -12.5px;
    }

    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
    }

    .button__callback {
        padding: 15px 20px;
    }
}

.menu__icon {
    display: none;
}

.header__nav-mobile {
    display: none;
}

@media (max-width: 1140px) {
    .header__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 43px;
        -moz-column-gap: 43px;
        column-gap: 43px;
    }

    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 159px;
        flex: 0 0 159px;
    }

    .button__callback {
        padding: 15px 35px;
    }

    .menu__icon {
        display: block;
        cursor: pointer;
        position: relative;
        height: 43px;
        width: 48px;
        z-index: 10;
    }

    .menu__icon span {
        position: absolute;
        background-color: #000;
        left: 0;
        width: 100%;
        height: 2px;
        top: 21px;
        -webkit-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
    }

    .menu__icon::after,
    .menu__icon::before {
        content: "";
        background-color: #000;
        position: absolute;
        width: 100%;
        left: 0;
        height: 2px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .menu__icon::before {
        top: 0;
    }

    .menu__icon::after {
        bottom: 0;
    }

    .header__nav {
        display: none;
    }

    .header__nav-mobile {
        position: fixed;
        border-bottom: 1px solid #D9D9D9;
        top: 0;
        left: -150%;
        width: 100%;
        max-width: none;
        height: auto;
        z-index: 2;
        padding: 20px;
        margin-top: 102px;
        -webkit-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style: none;
    }

    .header__nav-mobile-column-left {
        width: 100%;
        max-width: 160px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
        padding-right: 20px;
        border-right: 2px solid #D9D9D9;
        row-gap: 35px;
        list-style: none;
    }

    .header__nav-mobile-column-left li a {
        color: #423B39;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .header__nav-mobile-column-middle {
        margin-left: 20px;
        width: 100%;
        max-width: 298px;
    }

    .header__nav-mobile-inner-drop {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .header__nav-mobile-title-drop {
        color: #423B39;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .header__nav-mobile-drop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 15px;
    }

    .header__nav-mobile-drop li a {
        color: #423B39;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .header__nav-mobile-column-right {
        margin-left: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 35px;
        width: 100%;
        max-width: 280px;
    }

    ._active::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 22px;
    }

    ._active::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 19px;
    }

    ._active span {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    ._actived {
        left: 0%;
    }
}

@media (max-width: 768px) {
    .header__nav-mobile-column-left {
        padding-right: 10px;
    }

    .header__nav-mobile-column-middle {
        margin-left: 10px;
        max-width: 273px;
    }

    .header__nav-mobile-column-right {
        margin-left: 20px;
    }
}
.header__nav-mobile ul li {
    list-style: none;
}
@media (max-width: 767px) {
    .header__nav-mobile {
        padding-bottom: 60px;
        overflow-y: scroll !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        row-gap: 20px;
        height: 100%;
    }

    .header__nav-mobile-column-left {
        padding-right: 0px;
        row-gap: 20px;
        border-right: 0px;
        list-style: none;
    }

    .header__nav-mobile-column-middle {
        margin-left: 0px;
        max-width: none;
    }

    .header__nav-mobile-column-right {
        margin-left: 0px;
        row-gap: 20px;
    }

    .header__nav-mobile-inner-drop {
        position: relative;
        row-gap: 0px;
        width: auto;
    }

    .header__nav-mobile-title-drop {
        width: auto;
        -ms-flex-item-align: start;
        align-self: flex-start;
        position: relative;
    }

    .header__nav-mobile-title-drop::after {
        position: absolute;
        content: "";
        width: 6.5px;
        height: 6.5px;
        border-left: 2px solid #000;
        border-top: 2px solid #000;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        top: 7px;
        right: -17.5px;
    }

    .header__nav-mobile-title-drop-active::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 10px;
    }

    .header__nav-mobile-drop {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: 0px;
        opacity: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 0px;
        visibility: hidden;
        overflow: hidden;
    }

    .header__nav-mobile-drop-active {
        margin-top: 15px;
        max-height: 600px;
        opacity: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 15px;
        visibility: visible;
        overflow: visible;
    }
}

@media (max-width: 576px) {
    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 124px;
        flex: 0 0 124px;
        height: 65px;
    }

    .header__right {
        -webkit-column-gap: 22px;
        -moz-column-gap: 22px;
        column-gap: 22px;
    }

    .header__container {
        height: 85px;
    }

    .menu__icon {
        height: 32px;
        width: 36px;
    }

    .menu__icon span {
        top: 15px;
    }

    ._active::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 15px;
    }

    ._active::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 15px;
    }

    .header__nav-mobile {
        margin-top: 86px;
        overflow-y: scroll;
    }
}

.button__callback-mobile {
    display: none;
}

@media (max-width: 460px) {
    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 124px;
        flex: 0 0 124px;
        height: 65px;
    }

    .header__right {
        -webkit-column-gap: 22px;
        -moz-column-gap: 22px;
        column-gap: 22px;
    }

    .header__container {
        height: 85px;
    }

    .button__callback {
        display: none;
    }

    .button__callback-mobile {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0px;
        width: 51px;
        height: 51px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .button__callback-mobile:hover {
        border: 2px solid var(--bg, #DE3246);
    }

    .button__callback-mobile:active {
        border: 2px solid #9C1928;
    }

    .button__callback-mobile:disabled {
        border: 2px solid #BCBCBC;
        opacity: 0.5;
    }

    .menu__icon {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.section__top {
    overflow: hidden;
}

.section__top-title {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 65px */
    /*font-variant: small-caps;*/
    width: 100%;
    max-width: 835px;
}

.section__top-text {
    margin-top: 30px;
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 29.9px */
    max-width: 616px;
    margin-bottom: 50px;
}

.button__catalog {
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    width: 100%;
    max-width: 252px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 35px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
    background: var(--bg, #DE3246);
}

.button__catalog:hover {
    background: #FF2C44;
}

.button__catalog:active {
    background: #9C1928;
}

.button__catalog:disabled {
    background: #BCBCBC;
}

.button__catalog-text {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.button__catalog-arrow {
    width: 27px;
    height: 13px;
    background-image: url(../img/arrow.svg);
    background-size: cover;
}

.section__top-slide-inner {
    max-width: 1340px;
    padding: 0px 20px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.section__top-slide {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 77px 0px 50px 0px;
    height: auto;
    min-height: 793px;
}

.section__top-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.section__top-slide-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1000px) {
    .section__top-slide {
        padding: 50px 0px;
        height: auto;
        min-height: 590px;
    }
}

@media (max-width: 768px) {
    .section__top-slide {
        padding: 25px 0px;
        height: auto;
        min-height: 420px;
    }

    .section__top-title {
        font-size: 40px;
        max-width: 654px;
    }

    .section__top-text {
        margin-top: 20px;
        font-size: 20px;
        margin-bottom: 35px;
    }

    .button__catalog {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
        max-width: 252px;
        padding: 15px 35px;
    }

    .button__catalog-text {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .section__top-slide {
        padding: 25px 0px;
        height: auto;
        min-height: 530px;
    }

    .section__top-title {
        font-size: 30px;
    }

    .section__top-text {
        margin-top: 20px;
        font-size: 20px;
        margin-bottom: 150px;
    }

    .button__catalog {
        text-align: center;
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
        max-width: none;
        width: 100%;
        padding: 15px 35px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .button__catalog-text {
        font-size: 17px;
    }
}

.section__top-catalog {
    position: relative;
    min-height: 408px;
}

.section__top-catalog-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section__top-catalog-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section__top-catalog-container {
    width: 100%;
    max-width: 1340px;
    padding: 90px 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 50px;
}

.section__top-catalog-title {
    width: auto;
    text-align: right;
    border-bottom: 4px solid #fff;
    padding-left: 171px;
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.section__top-catalog-text {
    width: 100%;
    max-width: 860px;
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 1000px) {
    .section__top-catalog {
        min-height: 0px;
        min-height: 328px;
    }

    .section__top-catalog-container {
        padding: 50px 20px;
        row-gap: 50px;
    }

    .section__top-catalog-title {
        width: 100%;
        padding-left: 171px;
        font-size: 50px;
    }

    .section__top-catalog-text {
        max-width: 860px;
        font-size: 23px;
    }
}

@media (max-width: 768px) {
    .section__top-catalog-container {
        padding: 25px 20px 36px 20px;
        row-gap: 50px;
    }

    .section__top-catalog-title {
        width: 100%;
        padding-left: 214px;
        font-size: 40px;
    }

    .section__top-catalog-text {
        font-size: 23px;
    }
}

@media (max-width: 576px) {
    .section__top-catalog-container {
        padding: 25px 20px 50px 20px;
        row-gap: 35px;
    }

    .section__top-catalog-title {
        width: 100%;
        padding-left: 58px;
        font-size: 35px;
    }

    .section__top-catalog-text {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .section__top-catalog-title {
        width: 100%;
        padding-left: 21px;
        font-size: 30px;
    }
}

.section__top-about {
    min-height: 380px;
}

.section__top-about .section__top-catalog-container {
    padding: 90px 20px;
}

.section__top-about .section__top-catalog-text {
    max-width: 750px;
}

@media (max-width: 1024px) {
    .section__top-about {
        min-height: 275px;
    }

    .section__top-about .section__top-catalog-text {
        max-width: 750px;
    }

    .section__top-about .section__top-catalog-container {
        padding: 25px 20px 50px 20px;
    }
}

@media (max-width: 1024px) {
    .section__top-about .section__top-catalog-text {
        max-width: 750px;
    }

    .section__top-about .section__top-catalog-container {
        padding: 25px 20px 50px 20px;
    }
}

@media (max-width: 576px) {
    .section__top-about .section__top-catalog-title {
        max-width: 330px;
        font-size: 30px;
    }

    .section__top-about .section__top-catalog-text {
        max-width: 750px;
    }
}

@media (max-width: 360px) {
    .section__top-about .section__top-catalog-title {
        max-width: 260px;
        font-size: 30px;
    }
}

.section__top-stroitelstvo {
    min-height: 350px;
}

.section__top-stroitelstvo .section__top-catalog-container {
    padding: 75px 20px;
}

.section__top-stroitelstvo .section__top-catalog-title {
    color: var(--txt-dark, #ffffff);
    padding-left: 48px;
    border-bottom: 4px solid #ffffff;
}

.section__top-stroitelstvo .section__top-catalog-text {
    max-width: 750px;
    color: var(--txt-dark, #ffffff);
}

@media (max-width: 1000px) {
    .section__top-stroitelstvo {
        min-height: 275px;
    }

    .section__top-stroitelstvo .section__top-catalog-container {
        padding: 25px 20px 50px 20px;
    }

    .section__top-stroitelstvo .section__top-catalog-title {
        color: white;
        padding-left: 48px;
    }

    .section__top-stroitelstvo .section__top-catalog-text {
        max-width: 750px;
        color: white;
    }
}

@media (max-width: 760px) {
    .section__top-stroitelstvo {
        min-height: 275px;
    }

    .section__top-stroitelstvo .section__top-catalog-container {
        padding: 25px 20px 50px 20px;
    }

    .section__top-stroitelstvo .section__top-catalog-title {
        color: #f5f5f5;
        padding-left: 48px;
    }

    .section__top-stroitelstvo .section__top-catalog-text {
        max-width: 750px;
        color: #f5f5f5;
    }
}

@media (max-width: 480px) {
    .section__top-stroitelstvo .section__top-catalog-container {
        padding: 25px 20px 50px 20px;
    }

    .section__top-stroitelstvo .section__top-catalog-title {
        color: white;
        padding-left: 111px;
        font-size: 30px;
    }

    .section__top-stroitelstvo .section__top-catalog-text {
        max-width: 750px;
        color: white;
        font-size: 23px;
    }
}

@media (max-width: 360px) {
    .section__top-stroitelstvo .section__top-catalog-container {
        padding: 25px 20px 50px 20px;
    }

    .section__top-stroitelstvo .section__top-catalog-title {
        color: white;
        max-width: none;
        width: 100%;
        padding-left: 0px;
        font-size: 30px;
    }

    .section__top-stroitelstvo .section__top-catalog-text {
        max-width: 750px;
        color: white;
        font-size: 23px;
    }
}

.section__top-proizovdstvo .section__top-catalog-container {
    padding: 75px 20px;
}

.section__top-proizovdstvo .section__top-catalog-title {
    padding-left: 65px;
}

.section__top-proizovdstvo .section__top-catalog-text {
    max-width: 750px;
}

@media (max-width: 1000px) {
    .section__top-proizovdstvo .section__top-catalog-container {
        padding: 75px 20px;
    }

    .section__top-proizovdstvo .section__top-catalog-title {
        padding-left: 65px;
    }

    .section__top-proizovdstvo .section__top-catalog-text {
        max-width: 750px;
    }
}

@media (max-width: 768px) {
    .section__top-proizovdstvo .section__top-catalog-container {
        padding: 25px 20px 50px 20px;
    }

    .section__top-proizovdstvo .section__top-catalog-title {
        padding-left: 65px;
    }

    .section__top-proizovdstvo .section__top-catalog-text {
        max-width: 750px;
    }
}

@media (max-width: 480px) {
    .section__top-proizovdstvo .section__top-catalog-container {
        padding: 25px 20px 50px 20px;
    }

    .section__top-proizovdstvo .section__top-catalog-title {
        padding-left: 103px;
        font-size: 30px;
    }

    .section__top-proizovdstvo .section__top-catalog-text {
        max-width: 750px;
    }
}

@media (max-width: 480px) {
    .section__top-proizovdstvo .section__top-catalog-container {
        padding: 25px 20px 50px 20px;
    }

    .section__top-proizovdstvo .section__top-catalog-title {
        max-width: none;
        width: 100%;
        padding-left: 0px;
        font-size: 30px;
    }

    .section__top-proizovdstvo .section__top-catalog-text {
        max-width: 750px;
    }
}

.section__about-container {
    padding: 77px 20px 90px 20px;
    margin: 0 auto;
    max-width: 1340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 50px;
}

.section__about-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.section__about-top-photo {
    width: 100%;
    max-width: 420px;
    height: auto;
}

.section__about-top-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section__about-top-right {
    width: 100%;
    max-width: 860px;
}

.section__about-top-right-title {
    margin-left: 220px;
    position: relative;
    border-bottom: 4px solid #423B39;
    color: #423B39;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.section__about-top-right-text {
    margin-top: 55px;
    color: var(--txt-dark, #413B39);
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 29.9px */
}

.section__about-top-right-small-text {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
}

.section__about-top-right-ul {
    list-style: none;
    margin-top: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 11px;
    margin-bottom: 40px;
}

.section__about-top-right-ul li {
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 22.1px */
    position: relative;
    padding-left: 29px;
}

.section__about-top-right-ul li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: "";
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../img/about-li-icon.svg);
    background-size: cover;
}

.button__more {
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    width: 100%;
    max-width: 252px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 35px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
    border: 2px solid #DE3246;
}

.button__more:hover {
    border: 2px solid #FF2C44;
}

.button__more:active {
    border: 2px solid #9C1928;
}

.button__more:disabled {
    border: 2px solid #BCBCBC;
    color: #BCBCBC;
}

.button__more-text {
    color: #423B39;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.button__more-arrow {
    width: 27px;
    height: 13px;
    background-image: url(../img/arr-black.svg);
    background-size: cover;
}

.section__about-video {
    display: block;
    width: 100%;
    max-width: none;
    height: 600px;
    position: relative;
}

.section__about-video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section__about-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 115px;
    height: 115px;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1000px) {
    .section__about-container {
        padding: 90px 20px 90px 20px;
        row-gap: 50px;
    }

    .section__about-top-right-title {
        margin-left: 70px;
    }

    .section__about-top-right-ul {
        margin-bottom: 35px;
        margin-top: 20px;
    }

    .section__about-video {
        height: 505px;
    }
}

@media (max-width: 768px) {
    .section__about-top-right-title {
        margin-left: 0px;
        font-size: 25px;
    }

    .section__about-top-right-ul {
        margin-bottom: 35px;
        margin-top: 15px;
    }

    .section__about-top-right-text {
        margin-top: 35px;
        font-size: 20px;
    }

    .section__about-top-right-small-text {
        font-size: 17px;
        margin-top: -9px;
    }

    .section__about-top-right-ul {
        margin-top: 15px;
        row-gap: 10px;
        margin-bottom: 35px;
    }

    .section__about-top-right-ul li {
        font-size: 17px;
    }

    .section__about-container {
        padding: 50px 20px 60px 20px;
        row-gap: 50px;
    }

    .section__about-top-photo {
        max-width: 229px;
    }

    .section__about-video {
        height: 325px;
    }

    .section__about-video-play {
        width: 65px;
        height: 65px;
    }
}

.section__about-top-photo-mobile {
    display: none;
}

@media (max-width: 480px) {
    .section__about-top-right-title {
        max-width: none;
    }

    .section__about-top-right-title {
        margin-left: 0px;
        font-size: 20px;
    }

    .section__about-top-right-ul {
        margin-bottom: 35px;
        margin-top: 15px;
    }

    .section__about-top-right-text {
        margin-top: 35px;
        font-size: 20px;
    }

    .section__about-top-right-small-text {
        font-size: 17px;
            }

    .section__about-top-right-ul {
        margin-top: 15px;
        row-gap: 10px;
        margin-bottom: 35px;
    }

    .section__about-top-right-ul li {
        font-size: 17px;
    }

    .section__about-top-photo {
        max-width: none;
        display: none;
    }

    .section__about-top-photo-mobile {
        display: block;
        margin-top: 35px;
        height: 181px;
    }

    .button__more {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: none;
        padding: 15px 35px;
    }

    .section__about-video {
        height: 218px;
    }

    .section__about-video-play {
        width: 55px;
        height: 55px;
    }

    .section__about-container {
        padding: 50px 20px;
        row-gap: 50px;
    }
}

@media (max-width: 360px) {
    .section__about-top-right-ul {
        margin-bottom: 35px;
        margin-top: 15px;
    }

    .section__about-top-right-ul {
        margin-top: 15px;
        row-gap: 10px;
        margin-bottom: 35px;
    }

    .section__about-top-right-ul li {
        font-size: 17px;
    }

    .section__about-top-photo-mobile {
        margin-top: 40px;
    }

    .button__more {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: none;
        padding: 15px 35px;
    }

    .section__about-video {
        height: 176px;
    }

    .section__about-video-play {
        width: 55px;
        height: 55px;
    }

    .section__about-container {
        padding: 50px 20px;
        row-gap: 50px;
    }
}

.section__why {
    min-height: 733px;
    position: relative;
}

.section__why-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section__why-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.section__why-container {
    height: 100%;
    max-width: 1340px;
    padding: 90px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 auto;
}

.section__why-inner {
    width: 100%;
    max-width: 643px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 50px;
    padding: 50px 70px;
    border-left: 4px solid #423B39;
    background: #FFF;
}

.section__why-inner .section__about-top-right-ul {
    list-style: none;
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 0px;
}

.section__why-inner .section__about-top-right-ul li {
    font-size: 23px;
    padding-left: 51px;
}

.section__why-inner .section__about-top-right-ul li::after {
    width: 31.009px;
    height: 29px;
}

.section__why-title {
    color: #423B39;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .section__why {
        min-height: 445px;
    }

    .section__why-container {
        padding: 60px 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .section__why-inner {
        width: 100%;
        max-width: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
        padding: 30px 70px;
    }

    .section__why-inner .section__about-top-right-ul {
        list-style: none;
        margin-top: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 15px;
        margin-bottom: 0px;
    }

    .section__why-inner .section__about-top-right-ul li {
        font-size: 20px;
        padding-left: 51px;
    }

    .section__why-inner .section__about-top-right-ul li::after {
        width: 31.009px;
        height: 29px;
    }

    .section__why-title {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .section__why-container {
        padding: 50px 20px;
    }

    .section__why-inner {
        border-left: 0px;
        row-gap: 30px;
        padding: 30px 10px;
    }

    .section__why-inner .section__about-top-right-ul {
        row-gap: 15px;
        margin-bottom: 0px;
    }

    .section__why-inner .section__about-top-right-ul li {
        font-size: 20px;
        padding-left: 51px;
    }

    .section__why-inner .section__about-top-right-ul li::after {
        width: 31.009px;
        height: 29px;
    }

    .section__why-title {
        font-size: 20px;
    }
}

.section__news-container {
    padding: 90px 20px 45px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1340px;
}

.section__news-container .button__more {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.section__news-inner-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section__news-title {
    width: 100%;
    max-width: 640px;
    text-align: left;
    color: #423B39;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 4px solid #423B39;
}

.section__news-items {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
    margin-bottom: 30px;
}

.section__news-item {
    width: 100%;
    max-width: 310px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: auto;
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 227px;
    row-gap: 20px;
    background: #F1EFEE;
}

.section__news-item:hover {
    background: #E7E6E6;
}

.section__news-item:active {
    background: #CECECE;
}

.section__news-item-title {
    color: #423B39;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section__news-item-date {
    color: #423B39;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 1000px) {
    .section__news-title {
        max-width: 470px;
    }
}

@media (max-width: 768px) {
    .section__news-title {
        max-width: 479px;
        font-size: 25px;
    }

    .section__news-items {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        margin-bottom: 30px;
    }

    .section__news-item {
        width: 100%;
        max-width: 354px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 250px;
        flex: 1 1 250px;
    }

    .section__news-container {
        padding: 50px 20px 25px 20px;
    }
}

@media (max-width: 576px) {
    .section__news-title {
        max-width: none;
        font-size: 20px;
    }

    .section__news-items {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section__news-item {
        min-height: 180px;
        max-width: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 180px;
        flex: 1 1 180px;
    }

    .section__news-container {
        padding: 50px 20px 25px 20px;
    }

    .section__news-container .button__more {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        max-width: none;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.section__news-page .section__news-container {
    padding: 75px 20px 50px 20px;
    max-width: 1340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 50px;
    margin: 0 auto;
}

.section__news-page .section__news-title {
    color: var(--txt-dark, #413B39);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 4px solid #413B39;
    text-transform: none;
    text-align: right;
    width: 100%;
    max-width: 455px;
}

.section__news-page .section__news-items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 50px;
}

.section__news-page .section__news-item {
    background-color: #fff;
    padding: 0px;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #D9D9D9;
}

.section__news-page .section__news-item-left {
    width: 100%;
    max-width: 643px;
}

.section__news-page .section__news-item-title {
    color: #423B39;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section__news-page .section__news-item-date {
    color: #423B39;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.section__news-page .section__news-item-text {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section__news-page .section__news-item-text-hidden {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0px;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.section__news-page .section__news-item-text-hidden-active {
    opacity: 1;
    overflow: visible;
    visibility: visible;
    max-height: 1000px;
    row-gap: 10px;
}

.section__news-page .section__news-item-more {
    cursor: pointer;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: inline-block;
    margin-top: 35px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 35px;
    position: relative;
    padding-right: 34px;
    color: #423B39;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.4s ease-in-out;
}

.section__news-page .section__news-item-more::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(../img/arr-new.svg);
    background-size: cover;
}

.section__news-page .section__news-item-more-active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section__news-page .section__news-item-photos {
    width: 100%;
    max-width: 625px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.section__news-page .section__news-item-photo {
    width: 100%;
    height: 230px;
}

.section__news-page .section__news-item-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1000px) {
    .section__news-page .section__news-container {
        padding: 75px 20px 50px 20px;
        row-gap: 55px;
    }

    .section__news-page .section__news-title {
        font-size: 50px;
        max-width: 455px;
    }

    .section__news-page .section__news-items {
        row-gap: 50px;
    }

    .section__news-page .section__news-item {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
        padding-bottom: 20px;
    }

    .section__news-page .section__news-item-left {
        width: 100%;
        max-width: 462.5px;
    }

    .section__news-page .section__news-item-title {
        font-size: 23px;
    }

    .section__news-page .section__news-item-date {
        font-size: 17px;
        margin-top: 10px;
    }

    .section__news-page .section__news-item-text {
        margin-top: 20px;
        font-size: 17px;
    }

    .section__news-page .section__news-item-text-hidden-active {
        row-gap: 10px;
    }

    .section__news-page .section__news-item-more {
        margin-top: 35px;
        padding-right: 34px;
        font-size: 17px;
    }

    .section__news-page .section__news-item-photos {
        max-width: 462.5px;
        row-gap: 10px;
    }

    .section__news-page .section__news-item-photo {
        height: 230px;
    }
}

@media (max-width: 768px) {
    .section__news-page .section__news-container {
        padding: 35px 20px 50px 20px;
        row-gap: 50px;
    }

    .section__news-page .section__news-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

@media (max-width: 576px) {
    .section__news-page .section__news-container {
        padding: 25px 20px 50px 20px;
        row-gap: 50px;
    }

    .section__news-page .section__news-title {
        font-size: 30px;
        max-width: 333px;
    }

    .section__news-page .section__news-items {
        row-gap: 58px;
    }

    .section__news-page .section__news-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 38px;
        padding-bottom: 20px;
    }

    .section__news-page .section__news-item-left {
        max-width: none;
    }

    .section__news-page .section__news-item-title {
        font-size: 29px;
    }

    .section__news-page .section__news-item-date {
        font-size: 17px;
        margin-top: 10px;
    }

    .section__news-page .section__news-item-text {
        margin-top: 20px;
        font-size: 17px;
    }

    .section__news-page .section__news-item-text-hidden-active {
        row-gap: 10px;
    }

    .section__news-page .section__news-item-more {
        margin-top: 35px;
        padding-right: 34px;
        font-size: 17px;
    }

    .section__news-page .section__news-item-photos {
        max-width: none;
        row-gap: 10px;
    }

    .section__news-page .section__news-item-photo {
        height: 180px;
    }
}

@media (max-width: 360px) {
    .section__news-page .section__news-container {
        padding: 25px 20px 50px 20px;
        row-gap: 50px;
    }

    .section__news-page .section__news-title {
        font-size: 30px;
        max-width: none;
    }

    .section__news-page .section__news-items {
        row-gap: 58px;
    }

    .section__news-page .section__news-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 38px;
        padding-bottom: 20px;
    }

    .section__news-page .section__news-item-left {
        max-width: none;
    }

    .section__news-page .section__news-item-title {
        font-size: 29px;
    }

    .section__news-page .section__news-item-date {
        font-size: 17px;
        margin-top: 10px;
    }

    .section__news-page .section__news-item-text {
        margin-top: 20px;
        font-size: 17px;
    }

    .section__news-page .section__news-item-text-hidden-active {
        row-gap: 10px;
    }

    .section__news-page .section__news-item-more {
        margin-top: 35px;
        padding-right: 34px;
        font-size: 17px;
    }

    .section__news-page .section__news-item-photos {
        max-width: none;
        row-gap: 10px;
    }

    .section__news-page .section__news-item-photo {
        height: 180px;
    }
}

.section__partners {
    overflow: hidden;
}

.section__partners-container {
    padding: 45px 20px;
    margin: 0 auto;
    max-width: 1340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.section__partners-photo {
    width: 100%;
    max-width: 640px;
    height: auto;
}

.section__partners-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section__partners-right {
    width: 100%;
    max-width: 640px;
}

.section__partners-title {
    color: #423B39;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 4px solid #423B39;
    text-transform: uppercase;
    text-align: left;
}

.section__partners-form {
    margin-top: 30px;
}

.section__partners-form-title {
    color: #1C1005;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section__partners-form-text {
    color: #1C1005;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
    margin-top: 15px;
}

.section__partners-form-row {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.section__partners-form-input-inner {
    width: 100%;
    max-width: 310px;
    position: relative;
}

.section__partners-form-input {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    color: #8F8F8F;
    padding: 13.5px 10px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
    border-radius: 5px;
    border: 2px solid #C5C4C4;
}

.section__partners-form-input::-webkit-input-placeholder {
    color: #C5C4C4;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section__partners-form-input::-moz-placeholder {
    color: #C5C4C4;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section__partners-form-input:-ms-input-placeholder {
    color: #C5C4C4;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section__partners-form-input::-ms-input-placeholder {
    color: #C5C4C4;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section__partners-form-input::placeholder {
    color: #C5C4C4;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section__partners-form-input:hover {
    border: 2px solid #8F8F8F;
}

.section__partners-form-input:hover::-webkit-input-placeholder {
    color: #8F8F8F;
}

.section__partners-form-input:hover::-moz-placeholder {
    color: #8F8F8F;
}

.section__partners-form-input:hover:-ms-input-placeholder {
    color: #8F8F8F;
}

.section__partners-form-input:hover::-ms-input-placeholder {
    color: #8F8F8F;
}

.section__partners-form-input:hover::placeholder {
    color: #8F8F8F;
}

.section__partners-form-input:focus {
    border: 2px solid #8F8F8F;
}

.section__partners-form-input:focus::-webkit-input-placeholder {
    color: #8F8F8F;
}

.section__partners-form-input:focus::-moz-placeholder {
    color: #8F8F8F;
}

.section__partners-form-input:focus:-ms-input-placeholder {
    color: #8F8F8F;
}

.section__partners-form-input:focus::-ms-input-placeholder {
    color: #8F8F8F;
}

.section__partners-form-input:focus::placeholder {
    color: #8F8F8F;
}

.section__partners-form-input-error {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: -16px;
    left: 0;
    content: "Заполните поле";
    color: var(--bg, #DE3246);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    opacity: 0;
}

.section__partners-form-input-error-nums {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: -16px;
    left: 0;
    content: "Заполните поле";
    color: var(--bg, #DE3246);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    opacity: 0;
}

.section__partners-form-input-error-active {
    border: 2px solid var(--bg, #DE3246);
    color: #F84545;
}

.section__partners-form-input-error-active::-webkit-input-placeholder {
    color: #F84545;
}

.section__partners-form-input-error-active::-moz-placeholder {
    color: #F84545;
}

.section__partners-form-input-error-active:-ms-input-placeholder {
    color: #F84545;
}

.section__partners-form-input-error-active::-ms-input-placeholder {
    color: #F84545;
}

.section__partners-form-input-error-active::placeholder {
    color: #F84545;
}

.section__partners-form-input-error-name {
    opacity: 1;
}

.section__partners-form-input-error-nums-active {
    opacity: 1;
}

.section__partners-form-input-error-tel {
    opacity: 1;
}

textarea {
    resize: none;
}

.section__partners-form-textarea-inner {
    position: relative;
    margin-top: 20px;
    width: 100%;
    max-width: none;
    height: 250px;
}

.section__partners-form-textarea-count {
    background-color: #fff;
    position: absolute;
    bottom: 20px;
    right: 10px;
    color: #C5C4C4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section__partners-form-textarea-count .section__partners-form-textarea-error {
    bottom: 0px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
}

.section__partners-form-textarea {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 2px solid #C5C4C4;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 20px 10px;
    padding-bottom: 40px !important;
    color: #8F8F8F;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
}

.section__partners-form-textarea::-webkit-input-placeholder {
    color: #C5C4C4;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-bottom: 20px;
}

.section__partners-form-textarea::-moz-placeholder {
    color: #C5C4C4;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-bottom: 20px;
}

.section__partners-form-textarea:-ms-input-placeholder {
    color: #C5C4C4;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-bottom: 20px;
}

.section__partners-form-textarea::-ms-input-placeholder {
    color: #C5C4C4;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-bottom: 20px;
}

.section__partners-form-textarea::placeholder {
    color: #C5C4C4;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-bottom: 20px;
}

.section__partners-form-textarea:hover {
    border: 2px solid #8F8F8F;
}

.section__partners-form-textarea:hover::-webkit-input-placeholder {
    color: #8F8F8F;
}

.section__partners-form-textarea:hover::-moz-placeholder {
    color: #8F8F8F;
}

.section__partners-form-textarea:hover:-ms-input-placeholder {
    color: #8F8F8F;
}

.section__partners-form-textarea:hover::-ms-input-placeholder {
    color: #8F8F8F;
}

.section__partners-form-textarea:hover::placeholder {
    color: #8F8F8F;
}

.section__partners-form-textarea:focus {
    border: 2px solid #8F8F8F;
}

.section__partners-form-textarea:focus::-webkit-input-placeholder {
    color: #8F8F8F;
}

.section__partners-form-textarea:focus::-moz-placeholder {
    color: #8F8F8F;
}

.section__partners-form-textarea:focus:-ms-input-placeholder {
    color: #8F8F8F;
}

.section__partners-form-textarea:focus::-ms-input-placeholder {
    color: #8F8F8F;
}

.section__partners-form-textarea:focus::placeholder {
    color: #8F8F8F;
}

.section__partners-form-textarea-error {
    color: var(--bg, #DE3246);
}

.section__partners-form-row-file {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.section__partners-form-input-file-inner {
    position: relative;
}

.section__partners-form-input-file {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 195px;
    height: 24px;
    z-index: 1;
    cursor: pointer;
}

.section__partners-form-input-file-custom {
    cursor: pointer;
    padding-left: 34px;
    color: #8F8F8F;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
    position: relative;
}

.section__partners-form-input-file-custom::after {
    width: 24px;
    height: 24px;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    background-image: url(../img/skrep.svg);
    background-size: cover;
}

.section__partners-form-input-file-delete {
    color: #8F8F8F;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
    padding-right: 34px;
    position: relative;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    visibility: hidden;
}

.section__partners-form-input-file-delete::after {
    width: 24px;
    height: 24px;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    background-image: url(../img/delete.svg);
    background-size: cover;
}

.section__partners-form-input-file-delete-active {
    opacity: 1;
    z-index: 1;
    overflow: visible;
    visibility: visible;
}

.section__partners-form-row-send {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    column-gap: 23px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section__partners-form-row-send-agree {
    width: 100%;
    max-width: 366px;
    color: #797979;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

@media (max-width: 1000px) {
    .section__partners-title {
        position: relative;
        border-bottom: 0px solid #423B39;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section__partners-title span {
        border-bottom: 4px solid #423B39;
    }

    .section__partners-form-row {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 13px;
    }

    .section__partners-form-input-inner {
        max-width: none;
    }

    .section__partners-form-textarea-inner {
        height: 162px;
    }

    .section__partners-form-textarea-count {
        text-align: right;
    }

    .section__partners-form-row-send {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }
}

@media (max-width: 768px) {
    .section__partners-title {
        font-size: 25px;
    }

    .section__partners-container {
        padding: 25px 20px;
    }

    .section__partners-form-row-file {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }

    .section__partners-form-input-file-delete {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

@media (max-width: 576px) {
    .section__partners-photo {
        display: none;
    }

    .section__partners-title {
        font-size: 20px;
        display: block;
        border-bottom: 4px solid #423B39;
    }

    .section__partners-title span {
        border-bottom: 0px solid #423B39;
    }

    .section__partners-container {
        padding: 25px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section__partners-form-row-file {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }

    .section__partners-form-input-file-delete {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .section__partners-form {
        margin-top: 30px;
    }

    .section__partners-form-title {
        font-size: 20px;
    }

    .section__partners-form-text {
        margin-top: 20px;
    }

    .section__partners-form-row-file {
        margin-top: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .section__partners-form-row-send {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }

    .section__partners-form-row-send .button__catalog {
        width: 100%;
        max-width: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.section__partners-contacts .section__partners-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.section__partners-contacts .section__partners-photo {
    height: 533px;
    min-height: 0px;
}

.section__partners-contacts .section__partners-right {
    height: auto;
}

.section__partners-contacts .section__partners-form {
    margin-top: 0px;
}

@media (max-width: 1000px) {
    .section__partners-contacts .section__partners-form-textarea-inner {
        height: 250px;
    }

    .section__partners-contacts .section__partners-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .section__partners-contacts .section__partners-photo {
        height: 500px;
        min-height: 0px;
    }

    .section__partners-contacts .section__partners-right {
        height: auto;
    }

    .section__partners-contacts .section__partners-form {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .section__partners-contacts .section__partners-form-textarea-inner {
        height: 250px;
    }

    .section__partners-contacts .section__partners-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .section__partners-contacts .section__partners-photo {
        height: 53 0px;
        min-height: 0px;
    }
}

.section__card-container {
    padding: 45px 20px 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1340px;
    margin: 0 auto;
}

.card {
    position: relative;
    height: 609px;
    width: 100%;
}

#map {
    position: absolute;
    z-index: 1 !important;
    width: 100%;
    height: 100%;
}

.icon__content {
    position: relative;
    width: 100%;
    max-width: 312px !important;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
}

.icon__content::after {
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 14px;
    height: 13px;
    content: "";
    background-image: url(../img/ugol.svg);
    background-size: cover;
}

.icon__content-text {
    color: var(--txt-dark, #413B39);
    font-size: 17px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
    border-radius: 5px 5px 5px 0px;
    background: #FFF;
    font-family: "Roboto";
}

.icon__content-text-tel {
    font-family: "Roboto";
    position: relative;
    padding-left: 34px;
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 23.8px */
}

.icon__content-text-tel::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background-image: url(../img/phone-card.svg);
    background-size: cover;
    content: "";
}

.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
    margin-right: 0px !important;
    padding-right: 0;
}

.ymaps-2-1-79-balloon__close-button {
    display: none !important;
}

.ymaps-2-1-79-balloon {
    top: -200px !important;
    left: -50px !important;
}

@media (max-width: 768px) {
    .section__card-container {
        padding: 25px 20px 43px 20px;
    }

    .card {
        height: 472px;
    }
}

@media (max-width: 480px) {
    .section__card-container {
        padding: 25px 20px 18px 20px;
    }

    .section__card-container .section__news-title {
        font-size: 25px;
    }

    .card {
        height: 472px;
    }
}

@media (max-width: 360px) {
    .section__card-container .section__news-title {
        font-size: 25px;
    }

    .card {
        height: 472px;
    }
}

.section__card-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    height: 609px;
}

.section__card-contacts .section__card-contacts-left {
    width: 50%;
    position: relative;
    height: 100%;
}

.section__card-contacts .card {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.section__card-contacts .section__card-contacts-right {
    width: 50%;
}

.section__card-contacts #map1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1 !important;
    width: 100%;
    height: 100%;
}

.section__card-contacts #map2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1 !important;
    width: 100%;
    height: 100%;
}

@media (max-width: 1000px) {
    .section__card-contacts {
        height: 426px;
    }
}

@media (max-width: 768px) {
    .section__card-contacts {
        height: 326px;
    }
}

@media (max-width: 576px) {
    .section__card-contacts {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .section__card-contacts .section__card-contacts-left {
        width: 100%;
        height: 410px;
    }

    .section__card-contacts .section__card-contacts-right {
        width: 100%;
        height: 410px;
    }
}

@media (max-width: 360px) {
    .section__card-contacts .section__card-contacts-left {
        width: 100%;
        height: 250px;
    }

    .section__card-contacts .section__card-contacts-right {
        width: 100%;
        height: 250px;
    }
}

.footer {
    background: var(--txt-dark, #413B39);
}

.footer__container {
    padding: 38px 20px 58px 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    max-width: 1340px;
    list-style: none;
}

.footer__left {
    width: 100%;
    max-width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 28px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__logo {
    width: 159.083px;
    height: 84px;
}

.footer__logo img {
    width: 100%;
    height: 100%;
}

.footer__left-c {
    color: #FFF;
    font-family: "Istok Web";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__middle {
    width: 100%;
    max-width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 32px;
    margin-top: 29px;
}

.footer__middle-tel {
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.footer__middle-socials {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.footer__middle-social {
    width: 40px;
    height: 40px;
}

.footer__middle-social img {
    width: 100%;
    height: 100%;
}

.footer-right {
    margin-top: 36px;
    width: 100%;
    max-width: 652px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 55px;
}

.footer__nav {
    width: 100%;
    list-style: none;
}

.footer__nav ul {
    list-style: none;
}

.footer__nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.footer__nav ul li a {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.footer-right-srcs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer-right-src {
    color: #FFF;
    font-family: "Istok Web";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 1024px) {
    .footer__container {
        padding: 35px 20px 24px 20px;
    }

    .footer__left {
        row-gap: 65px;
    }

    .footer__logo {
        width: 159.083px;
        height: 84px;
    }

    .footer__left-c {
        font-size: 12px;
    }

    .footer__middle {
        max-width: 220px;
        row-gap: 35px;
        margin-top: 25px;
    }

    .footer__middle-tel {
        font-size: 23px;
    }

    .footer__middle-socials {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }

    .footer__middle-social {
        width: 40px;
        height: 40px;
    }

    .footer-right {
        margin-top: 25px;
        max-width: 420px;
        row-gap: 62px;
    }

    .footer__nav {
        width: 100%;
        max-width: 360px;
    }

    .footer__nav ul {
        width: 100%;
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer__nav ul li a {
        color: #FFF;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

    .footer-right-src {
        font-size: 12px;
    }
}

.footer__bottom {
    display: none;
}

@media (max-width: 870px) {
    .footer__container {
        padding: 50px 20px 0px 20px;
    }

    .footer__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        row-gap: 101px;
    }

    .footer__logo {
        width: 159.083px;
        height: 84px;
    }

    .footer__left-c {
        font-size: 12px;
        display: none;
    }

    .footer__middle {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        max-width: 220px;
        row-gap: 35px;
        margin-top: 0px;
    }

    .footer__middle-tel {
        font-size: 23px;
    }

    .footer__middle-socials {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }

    .footer__middle-social {
        width: 40px;
        height: 40px;
    }

    .footer-right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0px;
        max-width: 150px;
        row-gap: 62px;
    }

    .footer__nav {
        width: 100%;
        max-width: 150px;
    }

    .footer__nav ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 15px;
    }

    .footer__nav ul li a {
        color: #FFF;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

    .footer-right-srcs {
        display: none;
    }

    .footer__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 0px 20px 50px 20px;
        margin-top: 20px;
    }

    .footer__bottom .footer__left-c {
        display: block;
    }

    .footer__bottom .footer-right-srcs {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width: 576px) {
    .footer__container {
        padding: 50px 20px 0px 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .footer__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        row-gap: 0px;
    }

    .footer__logo {
        width: 124px;
        height: 65px;
    }

    .footer__left-c {
        font-size: 12px;
        display: none;
    }

    .footer__middle {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        max-width: 220px;
        row-gap: 35px;
        margin-top: 0px;
    }

    .footer__middle-tel {
        font-size: 23px;
    }

    .footer__middle-socials {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }

    .footer__middle-social {
        width: 40px;
        height: 40px;
    }

    .footer-right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0px;
        max-width: 213px;
        row-gap: 62px;
    }

    .footer__nav {
        width: 100%;
        max-width: 180px;
    }

    .footer__nav ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 15px;
    }

    .footer__nav ul li a {
        color: #FFF;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

    .footer-right-srcs {
        display: none;
    }

    .footer__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 0px 20px 50px 20px;
        margin-top: 81px;
    }

    .footer__bottom .footer__left-c {
        display: block;
    }

    .footer__bottom .footer-right-srcs {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width: 432px) {
    .footer__container {
        padding: 35px 20px 0px 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .footer__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        row-gap: 0px;
    }

    .footer__logo {
        width: 124px;
        height: 65px;
    }

    .footer__left-c {
        font-size: 12px;
        display: none;
    }

    .footer__middle {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 220px;
        row-gap: 35px;
        margin-top: 0px;
    }

    .footer__middle-tel {
        font-size: 23px;
    }

    .footer__middle-socials {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }

    .footer__middle-social {
        width: 40px;
        height: 40px;
    }

    .footer-right {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 0px;
        max-width: 213px;
        row-gap: 0px;
    }

    .footer__nav {
        width: 100%;
        max-width: 180px;
    }

    .footer__nav ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 15px;
    }

    .footer__nav ul li a {
        color: #FFF;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

    .footer-right-srcs {
        display: none;
    }

    .footer__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        padding: 0px 20px 50px 20px;
        margin-top: 40px;
        row-gap: 5px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer__bottom .footer__left-c {
        display: block;
    }

    .footer__bottom .footer-right-srcs {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.section__catalog-container {
    padding: 90px 20px 40px 20px;
    max-width: 1340px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.section__catalog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    position: relative;
    width: 100%;
    max-width: 420px;
    border-top: 2px solid #413B39;
    background: #FFF;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-height: 400px;
}

.section__catalog-item:hover .section__catalog-item-img {
    -webkit-filter: brightness(0.95);
    filter: brightness(0.95);
}

.section__catalog-item:active .section__catalog-item-img {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.section__catalog-item-img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.section__catalog-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section__catalog-item-text {
    width: 100%;
    height: auto;
    min-height: 79px;
    background: #FFF;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    padding: 20px 10px 10px 10px;
    color: #423B39;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 22.1px */
    text-transform: uppercase;
}

@media (max-width: 1000px) {
    .section__catalog-container {
        padding: 50px 20px 40px 25px;
    }
}

@media (max-width: 768px) {
    .section__catalog-container {
        padding: 50px 20px 40px 25px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .section__catalog-item {
        max-width: 350px;
        min-height: 350px;
    }

    .section__catalog-item-text {
        min-height: 79px;
        padding: 20px 10px 10px 10px;
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .section__catalog-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .section__catalog-item {
        max-width: none;
        min-height: 300px;
    }

    .section__catalog-item-text {
        min-height: 79px;
        padding: 20px 10px 10px 10px;
        font-size: 17px;
    }
}

@media (max-width: 470px) {
    .section__catalog-column {
        max-width: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .section__catalog-column:nth-child(2) {
        margin-top: 0px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: none;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .section__catalog-column:nth-child(2) .section__catalog-item {
        max-width: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .section__catalog-column:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .section__catalog-column:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .section__catalog-item {
        max-width: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .ci1 {
        min-height: 250px;
    }

    .ci2 {
        min-height: 250px;
    }

    .ci4 {
        min-height: 250px;
    }
}

.section__catalog-form-container {
    padding: 40px 20px 50px 20px;
    max-width: 1340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.section__catalog-form-container .section__partners-form {
    margin-top: 0px;
}

.section__catalog-form-photo {
    width: 100%;
    max-width: 640px;
    height: 355px;
}

.section__catalog-form-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section__catalog-form-right {
    width: 100%;
    max-width: 640px;
}

@media (max-width: 1000px) {
    .section__catalog-form-container {
        padding: 25px 20px 25px 20px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .section__catalog-form-container .section__partners-form-input {
        max-width: 310px;
    }

    .section__catalog-form-photo {
        height: auto;
    }
}

@media (max-width: 576px) {
    .section__catalog-form-container {
        padding: 25px 20px 50px 20px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .section__catalog-form-container .section__partners-form-input {
        max-width: none;
    }

    .section__catalog-form-photo {
        display: none;
    }
}

.section__card-item-container {
    padding: 35px 20px 25px 20px;
    max-width: 1340px;
    margin: 0 auto;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.breadcrumbs-src {
    color: var(--txt-dark, #413B39);
}

.breadcrumbs-src-main {
    font-weight: 600;
}

.section__card-item-inner {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section__card-item-inner-left {
    width: 100%;
    max-width: 640px;
}

.section__card-item-swiper-big {
    width: 100%;
    height: 425px;
}

.section__card-item-swiper-big-slide {
    width: 100%;
    height: 100%;
}

.section__card-item-swiper-big-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section__card-item-swiper-small-inner {
    margin-top: 15px;
    width: 100%;
    padding: 0px 36px;
    position: relative;
    overflow: hidden;
}

.section__card-item-swiper-nav {
    position: absolute;
    top: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
}

.section__card-item-swiper-nav-prev {
    width: 27px;
    height: 13px;
    background-image: url(../img/arr-slider.svg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: cover;
    cursor: pointer;
}

.section__card-item-swiper-nav-next {
    width: 27px;
    height: 13px;
    background-image: url(../img/arr-slider.svg);
    background-size: cover;
    cursor: pointer;
}

.section__card-item-swiper-small {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    width: 100%;
    max-width: 568px;
    overflow: hidden;
}

.section__card-item-swiper-small .swiper-slide-thumb-active {
    border: 2px solid var(--bg, #DE3246) !important;
}

.section__card-item-swiper-slide-small {
    width: 100%;
    max-width: 130px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 121px;
}

.section__card-item-swiper-slide-small img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section__card-item-swiper-slide-small:hover {
    border: 2px solid var(--bg, #DE3246) !important;
}

.section__card-item-inner-right {
    width: 100%;
    max-width: 640px;
}

.section__card-item-name {
    color: var(--txt-dark, #413B39);
    text-align: right;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    max-width: none;
    border-bottom: 4px solid #413B39;
    text-align: left;
}

.section__card-item-material {
    margin-top: 5px;
    color: var(--txt-dark, #413B39);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section__card-item-price {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.section__card-item-price-text {
    color: var(--txt-dark, #413B39);
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section__card-item-price-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
}

.ection__card-item-price-right-price {
    color: var(--txt-dark, #413B39);
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ection__card-item-price-right-have {
    color: #ABABAB;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section__card-item-descr {
    margin-top: 50px;
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.swiper-pagination {
    display: none;
}

@media (max-width: 1000px) {
    .section__card-item-inner-left {
        width: 100%;
        max-width: 470px;
    }

    .section__card-item-swiper-big {
        width: 100%;
        height: 331px;
    }

    .section__card-item-swiper-small-inner {
        margin-top: 15px;
        width: 100%;
        padding: 0px 0px;
        position: relative;
    }

    .section__card-item-swiper-nav {
        display: none;
    }

    .section__card-item-swiper-slide-small {
        width: 100%;
        max-width: 106.25px;
        height: 80px;
    }

    .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: -15px !important;
    }

    .swiper-pagination-bullet {
        width: 5px !important;
        height: 5px !important;
        background: #D9D9D9 !important;
    }

    .swiper-pagination-bullet-active {
        width: 10px !important;
        height: 10px !important;
        background: #7B7978 !important;
    }
}

.section__card-item-descr-mobile {
    display: none;
}

@media (max-width: 768px) {
    .section__card-item-container {
        padding: 50px 20px 25px 20px;
    }

    .breadcrumbs {
        display: none;
    }

    .section__card-item-inner {
        margin-top: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap: 35px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .section__card-item-inner-left {
        width: 100%;
        max-width: none;
    }

    .section__card-item-swiper-big {
        height: 331px;
    }

    .section__card-item-swiper-small-inner {
        margin-top: 15px;
        width: 100%;
        padding: 0px 0px;
        position: relative;
    }

    .section__card-item-swiper-nav {
        display: none;
    }

    .section__card-item-swiper-small {
        max-width: none;
    }

    .section__card-item-swiper-slide-small {
        width: 100%;
        max-width: 170.75px;
        height: 181px;
    }

    .section__card-item-inner-right {
        width: 100%;
        max-width: 479px;
    }

    .section__card-item-name {
        font-size: 35px;
    }

    .section__card-item-material {
        margin-top: 5px;
        font-size: 35px;
    }

    .section__card-item-price {
        margin-top: 50px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .section__card-item-price-text {
        font-size: 23px;
    }

    .section__card-item-price-right {
        row-gap: 5px;
    }

    .ection__card-item-price-right-price {
        font-size: 35px;
    }

    .ection__card-item-price-right-have {
        font-size: 17px;
    }

    .section__card-item-descr {
        margin-top: 15px;
        font-size: 17px;
        max-width: 480px;
        display: none;
    }

    .section__card-item-descr-mobile {
        -ms-flex-item-align: start;
        align-self: flex-start;
        display: block;
    }
}

@media (max-width: 576px) {
    .section__card-item-container {
        padding: 25px 20px 25px 20px;
    }

    .section__card-item-inner {
        row-gap: 53px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .section__card-item-swiper-big {
        height: 331px;
    }

    .section__card-item-swiper-small-inner {
        margin-top: 15px;
        width: 100%;
        padding: 0px 0px;
        position: relative;
    }

    .section__card-item-swiper-slide-small {
        height: 114px;
    }

    .section__card-item-inner-right {
        width: 100%;
        max-width: none;
    }

    .section__card-item-name {
        font-size: 30px;
    }

    .section__card-item-material {
        margin-top: 5px;
        font-size: 30px;
    }

    .section__card-item-price {
        margin-top: 50px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .section__card-item-price-text {
        font-size: 20px;
    }

    .section__card-item-price-right {
        row-gap: 5px;
    }

    .ection__card-item-price-right-price {
        font-size: 30px;
    }

    .ection__card-item-price-right-have {
        font-size: 17px;
    }

    .section__card-item-descr {
        margin-top: 0px;
        font-size: 17px;
        max-width: none;
        display: none;
    }
}

@media (max-width: 360px) {
    .section__card-item-container {
        padding: 25px 20px 25px 20px;
    }

    .section__card-item-inner {
        row-gap: 35px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .section__card-item-swiper-big {
        height: 331px;
    }

    .section__card-item-swiper-small-inner {
        margin-top: 15px;
        width: 100%;
        padding: 0px 0px;
        position: relative;
    }

    .section__card-item-swiper-slide-small {
        height: 76px;
    }

    .section__card-item-inner-right {
        width: 100%;
        max-width: none;
    }

    .section__card-item-name {
        font-size: 30px;
    }

    .section__card-item-material {
        margin-top: 5px;
        font-size: 30px;
    }

    .section__card-item-price {
        margin-top: 50px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .section__card-item-price-text {
        font-size: 20px;
    }

    .section__card-item-price-right {
        row-gap: 5px;
    }

    .ection__card-item-price-right-price {
        font-size: 30px;
    }

    .ection__card-item-price-right-have {
        font-size: 17px;
    }

    .section__card-item-descr {
        margin-top: 0px;
        font-size: 17px;
        max-width: none;
        display: none;
    }
}

.section__card-item-row {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.section__card-item-row-descr {
    width: 100%;
    max-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section__card-item-row-descr-title {
    border-top: 2px solid #423B39;
    padding-top: 20px;
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section__card-item-row-descr-text {
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section__card-item-row-characters {
    width: 100%;
    max-width: 366px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section__card-item-row-characters-title {
    border-top: 2px solid #423B39;
    padding-top: 20px;
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section__card-item-row-characters-ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.section__card-item-row-characters-ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.section__card-item-row-characters-left {
    width: 100%;
    max-width: 105px;
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section__card-item-row-characters-line {
    width: 100%;
    max-width: 164px;
    height: 1px;
    background-color: #D9D9D9;
}

.section__card-item-row-characters-num {
    width: 100%;
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 1000px) {
    .section__card-item-row {
        margin-top: 50px;
    }

    .section__card-item-row-descr {
        max-width: 470px;
    }

    .section__card-item-row-descr-title {
        border-top: 2px solid #423B39;
        padding-top: 20px;
        font-size: 17px;
    }

    .section__card-item-row-descr-text {
        font-size: 17px;
    }

    .section__card-item-row-characters {
        max-width: 366px;
    }

    .section__card-item-row-characters-title {
        border-top: 2px solid #423B39;
        padding-top: 20px;
        font-size: 17px;
    }

    .section__card-item-row-characters-ul {
        row-gap: 10px;
    }

    .section__card-item-row-characters-ul li {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .section__card-item-row-characters-left {
        max-width: 105px;
        font-size: 17px;
    }

    .section__card-item-row-characters-line {
        width: 100%;
        max-width: 164px;
        height: 1px;
    }

    .section__card-item-row-characters-num {
        width: 100%;
        max-width: 100px;
    }
}

@media (max-width: 768px) {
    .section__card-item-row {
        margin-top: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 35px;
    }

    .section__card-item-row-descr {
        max-width: 479px;
    }

    .section__card-item-row-descr-title {
        border-top: 2px solid #423B39;
        padding-top: 20px;
        font-size: 17px;
    }

    .section__card-item-row-descr-text {
        font-size: 17px;
    }

    .section__card-item-row-characters {
        max-width: 366px;
    }

    .section__card-item-row-characters-title {
        border-top: 2px solid #423B39;
        padding-top: 20px;
        font-size: 17px;
    }

    .section__card-item-row-characters-ul {
        row-gap: 10px;
    }

    .section__card-item-row-characters-ul li {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .section__card-item-row-characters-left {
        max-width: 105px;
        font-size: 17px;
    }

    .section__card-item-row-characters-line {
        width: 100%;
        max-width: 164px;
        height: 1px;
    }

    .section__card-item-row-characters-num {
        width: 100%;
        max-width: 100px;
    }
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3490196078);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

._open {
    opacity: 100%;
    visibility: visible;
    z-index: 200;
}

.popup__body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    z-index: 2;
}

.popup__content {
    background-color: #ffffff;
    width: 100%;
    max-width: 1180px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.popup__content .section__partners-form {
    margin-top: 0px;
}

.popup__content .section__partners-form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 13px;
}

.popup__content .section__partners-form-input-inner {
    max-width: none;
}

.popup__content .section__partners-form-input {
    max-width: none;
}

.popup__cancel {
    position: absolute;
    top: -30px;
    right: -23px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.popup__cancel img {
    width: 100%;
    height: 20px;
}

.popup__content-photo {
    height: auto;
    width: 100%;
    max-width: 486px;
}

.popup__content-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 768px) {
    .popup {
        overflow: scroll;
    }

    .popup__cancel {
        right: 0px;
    }

    .popup__body {
        padding-top: 50px;
    }
}

@media (max-width: 576px) {
    .popup__content-photo {
        display: none;
    }
}

.section__about-advantages-container {
    padding: 75px 20px 13px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin: 0 auto;
    max-width: 1340px;
}

.section__about-advantages-item {
    width: 100%;
    max-width: 252px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.section__about-advantages-item::after {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 135px;
    height: 2px;
    content: "";
    background-color: #413B39;
}

.section__about-advantages-item-icon {
    width: 100px;
    height: 100px;
}

.section__about-advantages-item-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section__about-advantages-item-text {
    max-width: 232px;
    padding-top: 30px;
    color: var(--txt-dark, #413B39);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 22.1px */
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .section__about-advantages-container {
        padding: 50px 20px 25px 20px;
        -webkit-column-gap: 24.25px;
        -moz-column-gap: 24.25px;
        column-gap: 24.25px;
    }

    .section__about-advantages-item {
        max-width: 225px;
    }

    .section__about-advantages-item::after {
        top: 110px;
        max-width: 135px;
    }

    .section__about-advantages-item-icon {
        width: 100px;
        height: 100px;
    }

    .section__about-advantages-item-text {
        max-width: 204px;
        padding-top: 30px;
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .section__about-advantages-container {
        padding: 50px 20px 25px 20px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .section__about-advantages-item {
        max-width: 252px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 150px;
        flex: 1 1 150px;
    }

    .section__about-advantages-item::after {
        top: 110px;
        max-width: 135px;
    }

    .section__about-advantages-item-icon {
        width: 100px;
        height: 100px;
    }

    .section__about-advantages-item-text {
        max-width: 232px;
        padding-top: 30px;
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .section__about-advantages-container {
        padding: 50px 20px 25px 20px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 30px;
    }

    .section__about-advantages-item {
        max-width: 252px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 150px;
        flex: 1 1 150px;
    }

    .section__about-advantages-item::after {
        top: 110px;
        max-width: 135px;
    }

    .section__about-advantages-item-icon {
        width: 100px;
        height: 100px;
    }

    .section__about-advantages-item-text {
        max-width: 232px;
        padding-top: 30px;
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    .section__about-advantages-container {
        padding: 50px 20px 25px 20px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 30px;
    }

    .section__about-advantages-item {
        max-width: 252px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .section__about-advantages-item::after {
        top: 74px;
        max-width: 135px;
    }

    .section__about-advantages-item-icon {
        width: 64px;
        height: 64px;
    }

    .section__about-advantages-item-text {
        max-width: 232px;
        padding-top: 30px;
        font-size: 15px;
    }
}

.section__services-container {
    padding: 23px 20px 25px 20px;
    max-width: 1340px;
    margin: 0 auto;
}

.section__services-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    row-gap: 50px;
}

.section__services-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.section__services-row-photo {
    width: 100%;
    max-width: 750px;
    height: auto;
    min-height: 541px;
}

.section__services-row-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section__services-row-right {
    width: 100%;
    max-width: 530px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 35px;
}

.section__services-row-right-title {
    color: var(--txt-dark, #413B39);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 45.5px */
}

.section__services-row-right-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 11px;
    list-style: none;
}

.section__services-row-right-ul li {
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 22.1px */
    position: relative;
    padding-left: 34px;
}

.section__services-row-right-ul li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/about-li-icon.svg);
    background-size: cover;
}

.section__services-row-revers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.section__services-row-revers .section__services-row-photo {
    width: 100%;
    max-width: 530px;
    height: auto;
    min-height: 451px;
}

.section__services-row-left {
    width: 100%;
    max-width: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.section__services-row-left-title {
    color: var(--txt-dark, #413B39);
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 29.9px */
}

.section__services-row-left-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.section__services-row-left-text p {
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
}

.section__services-row-left-text p span {
    font-weight: 600;
}

.section__services-row-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.section__services-row-end-left {
    width: 100%;
    max-width: 530px;
    color: var(--txt-dark, #413B39);
    font-family: Roboto;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 29.9px */
}

.section__services-row-end-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    max-width: 750px;
}

.section__services-row-end-right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.section__services-row-end-right-block-title {
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 22.1px */
    position: relative;
    padding-left: 29px;
}

.section__services-row-end-right-block-title::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/about-li-icon.svg);
    background-size: cover;
}

.section__services-row-end-right-block-text {
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section__services-row-end-right-block-text span {
    font-weight: 600;
}

@media (max-width: 1000px) {
    .section__services-container {
        padding: 25px 20px 36px 20px;
    }

    .section__services-rows {
        row-gap: 50px;
    }

    .section__services-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .section__services-row-photo {
        width: 100%;
        max-width: 476px;
        height: 366px;
        min-height: 0px;
    }

    .section__services-row-right {
        max-width: 470px;
        row-gap: 35px;
    }

    .section__services-row-right-title {
        font-size: 35px;
    }

    .section__services-row-right-ul {
        row-gap: 10px;
    }

    .section__services-row-right-ul li {
        font-size: 17px;
        padding-left: 29px;
    }

    .section__services-row-right-ul li::after {
        width: 24px;
        height: 24px;
    }

    .section__services-row-revers {
        margin-top: -27%;
    }

    .section__services-row-revers .section__services-row-photo {
        width: 100%;
        max-width: 470px;
        height: 470px;
        min-height: 0px;
        margin-top: 27%;
    }

    .section__services-row-left {
        width: 100%;
        max-width: 470px;
        row-gap: 20px;
    }

    .section__services-row-left-title {
        font-size: 23px;
    }

    .section__services-row-left-text {
        row-gap: 10px;
    }

    .section__services-row-left-text p {
        font-size: 17px;
    }

    .section__services-row-end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .section__services-row-end-left {
        width: 100%;
        max-width: 470px;
        font-size: 23px;
    }

    .section__services-row-end-right {
        row-gap: 10px;
        max-width: 470px;
    }

    .section__services-row-end-right-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }

    .section__services-row-end-right-block-title {
        font-size: 17px;
        padding-left: 29px;
    }

    .section__services-row-end-right-block-title::after {
        width: 24px;
        height: 24px;
    }

    .section__services-row-end-right-block-text {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .section__services-container {
        padding: 25px 20px 25px 20px;
    }

    .section__services-rows {
        row-gap: 50px;
    }

    .section__services-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section__services-row-photo {
        width: 100%;
        max-width: none;
        height: 270px;
    }

    .section__services-row-right {
        max-width: none;
        row-gap: 35px;
    }

    .section__services-row-right-title {
        font-size: 35px;
    }

    .section__services-row-right-ul {
        row-gap: 10px;
    }

    .section__services-row-right-ul li {
        font-size: 17px;
        padding-left: 29px;
    }

    .section__services-row-right-ul li::after {
        width: 24px;
        height: 24px;
    }

    .section__services-row-revers {
        margin-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .section__services-row-revers .section__services-row-photo {
        width: 100%;
        max-width: none;
        height: 222px;
        min-height: 0px;
        margin-top: 0px;
    }

    .section__services-row-left {
        width: 100%;
        max-width: none;
        row-gap: 10px;
    }

    .section__services-row-left-title {
        font-size: 23px;
    }

    .section__services-row-left-text {
        row-gap: 20px;
    }

    .section__services-row-left-text p {
        font-size: 17px;
    }

    .section__services-row-end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .section__services-row-end-left {
        width: 100%;
        max-width: none;
        font-size: 23px;
    }

    .section__services-row-end-right {
        row-gap: 10px;
        max-width: none;
    }

    .section__services-row-end-right-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }

    .section__services-row-end-right-block-title {
        font-size: 17px;
        padding-left: 29px;
    }

    .section__services-row-end-right-block-title::after {
        width: 24px;
        height: 24px;
    }

    .section__services-row-end-right-block-text {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .section__services-container {
        padding: 25px 20px 25px 20px;
    }

    .section__services-rows {
        row-gap: 50px;
    }

    .section__services-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section__services-row-photo {
        display: none;
    }

    .section__services-row-right {
        max-width: none;
        row-gap: 35px;
    }

    .section__services-row-right-title {
        font-size: 30px;
    }

    .section__services-row-right-ul {
        row-gap: 10px;
    }

    .section__services-row-right-ul li {
        font-size: 17px;
        padding-left: 29px;
    }

    .section__services-row-right-ul li::after {
        width: 24px;
        height: 24px;
    }

    .section__services-row-revers {
        margin-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .section__services-row-revers .section__services-row-photo {
        display: none;
    }

    .section__services-row-left {
        width: 100%;
        max-width: none;
        row-gap: 10px;
    }

    .section__services-row-left-title {
        font-size: 23px;
    }

    .section__services-row-left-text {
        row-gap: 20px;
    }

    .section__services-row-left-text p {
        font-size: 17px;
    }

    .section__services-row-end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .section__services-row-end-left {
        width: 100%;
        max-width: none;
        font-size: 20px;
    }

    .section__services-row-end-right {
        row-gap: 10px;
        max-width: none;
    }

    .section__services-row-end-right-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }

    .section__services-row-end-right-block-title {
        font-size: 17px;
        padding-left: 29px;
    }

    .section__services-row-end-right-block-title::after {
        width: 24px;
        height: 24px;
    }

    .section__services-row-end-right-block-text {
        font-size: 17px;
    }
}

.section__how-container {
    padding: 25px 20px;
    margin: 0 auto;
    max-width: 1340px;
}

.section__how-container .section__about-video {
    margin-top: 50px;
}

.section__how-title {
    color: var(--txt-dark, #413B39);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 45.5px */
    width: 100%;
    max-width: 530px;
}

.section__how-items {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
}

.section__how-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    color: var(--txt-dark, #413B39);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
    border-top: 2px solid #E2E2E2;
    border-bottom: 2px solid #E2E2E2;
    position: relative;
    padding: 20px 0px;
    height: auto;
    width: 100%;
    min-height: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section__how-item::after {
    position: absolute;
    content: "";
    top: 0;
    right: -39px;
    bottom: 0;
    margin: auto 0;
    width: 30px;
    height: 14px;
    background-image: url(../img/arr-red.svg);
    background-size: cover;
}

.section__how-item:first-child {
    max-width: 247px;
}

.section__how-item:nth-child(2) {
    max-width: 225px;
}

.section__how-item:nth-child(3) {
    max-width: 234px;
}

.section__how-item:nth-child(4) {
    max-width: 209px;
}

.section__how-item:last-child {
    max-width: 193px;
}

.section__how-item:last-child::after {
    display: none;
}

.section__how-row {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.section__how-row-left {
    width: 100%;
    max-width: 530px;
    color: var(--txt-dark, #413B39);
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 29.9px */
}

.section__how-row-right {
    width: 100%;
    max-width: 750px;
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
}

.section__how-row-right span {
    font-weight: 600;
}

@media (max-width: 768px) {
    .section__how-row {
        margin-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .section__how-row-left {
        max-width: none;
        font-size: 23px;
    }

    .section__how-row-right {
        max-width: none;
    }

    .section__how-items {
        margin-top: 50px;
        row-gap: 20px;
    }
}

@media (max-width: 576px) {
    .section__how-title {
        font-size: 30px;
    }

    .section__how-items {
        margin-top: 55px;
        row-gap: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section__how-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 20px;
    }

    .section__how-item::after {
        position: absolute;
        content: "";
        top: auto;
        right: 0;
        bottom: -30px;
        left: 0;
        margin: 0 auto;
        width: 30px;
        height: 14px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .section__how-item:first-child {
        max-width: none;
    }

    .section__how-item:nth-child(2) {
        max-width: none;
    }

    .section__how-item:nth-child(3) {
        max-width: none;
    }

    .section__how-item:nth-child(4) {
        max-width: none;
    }

    .section__how-item:last-child {
        max-width: none;
    }

    .section__how-item:last-child::after {
        display: none;
    }
}

.section__products {
    overflow: hidden;
}

.section__products-container {
    padding: 45px 20px 50px 20px;
    max-width: 1340px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
}

.section__products-container .swiper-pagination-products {
    display: none;
}

.section__products-title-inner {
    width: 100%;
    max-width: 640px;
}

.section__products-title {
    color: var(--txt-dark, #413B39);
    text-align: left;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: 4px solid #413B39;
}

.section__products-subtitle {
    color: var(--txt-dark, #413B39);
    text-align: left;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section__products-items {
    margin-top: 50px;
    width: 100%;
}

.section__products-items-swiper {
    width: 100%;
}

.section__products-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    min-height: 310px;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section__products-item:hover .section__products-item-img {
    -webkit-filter: brightness(0.95);
    filter: brightness(0.95);
}

.section__products-item:active .section__products-item-img {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.section__products-item-text {
    width: 100%;
    border-top: 2px solid #413B39;
    background: #FFF;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    min-height: 79px;
    padding: 20px 10px 15px 10px;
    color: #423B39;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 22.1px */
    text-transform: uppercase;
}

.section__products-item-img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section__products-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section__products-items-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 21px;
    -moz-column-gap: 21px;
    column-gap: 21px;
    margin-top: 35px;
}

.section__products-items-nav-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 95px;
    height: 50px;
    border-radius: 5px;
    border: 2px solid #FF2C44;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section__products-items-nav-prev:hover {
    border: 2px solid #FF2C44;
}

.section__products-items-nav-prev:active {
    border: 2px solid #9C1928;
}

.section__products-items-nav-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 95px;
    height: 50px;
    border-radius: 5px;
    border: 2px solid #FF2C44;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section__products-items-nav-next:hover {
    border: 2px solid #FF2C44;
}

.section__products-items-nav-next:active {
    border: 2px solid #9C1928;
}

@media (max-width: 1000px) {
    .section__products-container {
        padding: 45px 20px 65px 20px;
    }

    .section__products-container .swiper-pagination-products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%;
        left: 0;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 0;
        bottom: -10px;
    }

    .section__products-title-inner {
        max-width: 457px;
    }

    .section__products-title {
        font-size: 35px;
    }

    .section__products-subtitle {
        font-size: 35px;
    }

    .section__products-items {
        margin-top: 50px;
    }

    .section__products-item {
        min-height: 400px;
    }

    .section__products-item-text {
        min-height: 79px;
        font-size: 17px;
    }

    .section__products-items-nav {
        display: none;
    }
}

@media (max-width: 768px) {
    .section__products-container {
        padding: 45px 20px 65px 20px;
    }

    .section__products-title-inner {
        max-width: 469px;
    }

    .section__products-title {
        font-size: 35px;
    }

    .section__products-subtitle {
        font-size: 35px;
    }

    .section__products-items {
        margin-top: 50px;
    }

    .section__products-item {
        min-height: 400px;
    }

    .section__products-item-text {
        min-height: 79px;
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .section__products-container {
        padding: 25px 20px 65px 20px;
    }

    .section__products-title-inner {
        max-width: none;
    }

    .section__products-title {
        font-size: 30px;
    }

    .section__products-subtitle {
        font-size: 30px;
    }

    .section__products-items {
        margin-top: 35px;
    }

    .section__products-item {
        min-height: 400px;
    }

    .section__products-item-text {
        min-height: 79px;
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .section__products-item {
        min-height: 250px;
    }

    .section__products-item-text {
        min-height: 79px;
        font-size: 15px;
    }
}

.section__objects-container {
    padding: 0 20px 20px 20px;
    max-width: 1340px;
    margin: 0 auto;
}

.section__objects-container .section__catalog-form-container {
    padding: 0px;
    margin-top: 0px;
}

.section__objects-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.section__objects-tab {
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.section__objects-tab:hover {
    font-weight: 600;
}

.section__objects-tab-active {
    border-bottom: 2px solid #413B39;
    font-weight: 600;
}

.section__objects-tabs-content {
    margin-top: 50px;
    position: relative;
}

.section__objects-tab-content {
    position: absolute;
    max-height: 0px;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    visibility: hidden;
    z-index: -1;
}

.section__objects-tab-content-active {
    max-height: 1000000px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    z-index: 1;
    position: relative;
}

.section__objects-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 80px;
    width: 100%;
}

.section__objects-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
    width: 100%;
}

.section__objects-item .section__card-item-swiper-small-inner {
    padding: 0px;
    max-width: none;
}

.section__objects-item .section__card-item-swiper-nav {
    position: relative;
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.section__objects-item .section__card-item-swiper-nav-prev {
    background-image: none;
    width: 95px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
    border: 2px solid #DE3246;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.section__objects-item .section__card-item-swiper-nav-prev:hover {
    border: 2px solid #FF2C44;
}

.section__objects-item .section__card-item-swiper-nav-prev:active {
    border: 2px solid #9C1928;
}

.section__objects-item .section__card-item-swiper-nav-next {
    background-image: none;
    width: 95px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
    border: 2px solid #DE3246;
}

.section__objects-item .section__card-item-swiper-nav-next:hover {
    border: 2px solid #FF2C44;
}

.section__objects-item .section__card-item-swiper-nav-next:active {
    border: 2px solid #9C1928;
}

.section__objects-item-top {
    width: 100%;
    max-width: 640px;
}

.section__objects-item-street {
    color: var(--txt-dark, #413B39);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    border-bottom: 4px solid #413B39;
}

.section__objects-item-name {
    margin-top: 5px;
    color: var(--txt-dark, #413B39);
    text-align: left;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section__objects-item-year {
    margin-top: 35px;
    padding-left: 6px;
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section__objects-item-s {
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    padding-left: 6px;
    list-style: inside;
}

.section__objects-item-main {
    margin-top: 20px;
    width: 100%;
}

.section__objects-item-main .section__objects-swiper-big {
    width: 100%;
    height: 500px;
    max-width: none;
}

.section__objects-item-main .section__card-item-swiper-big-slide {
    width: 100%;
    height: 100%;
}

.section__objects-item-main .section__card-item-swiper-big-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section__objects-swiper-small {
    margin-top: 20px;
    width: 100%;
    max-width: none;
}

.section__objects-swiper-small .section__card-item-swiper-slide-small {
    width: 100%;
    max-width: 420px;
    height: 230px;
}

.section__objects-swiper-small .section__card-item-swiper-slide-small img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section__objects-swiper-small .swiper-pagination {
    display: none;
}

.section__objects-item-proekt .section__objects-item-main {
    margin-top: 35px;
}

.section__objects-item-proekt .section__objects-swiper-small-inner {
    margin-top: 0px;
}

.section__objects-item-proekt .section__objects-swiper-small-end {
    width: 100%;
}

.section__objects-item-proekt .section__card-item-swiper-slide-small {
    width: 100%;
    max-width: 310px;
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
    padding: 16px 10px;
}

.section__objects-item-proekt .section__card-item-swiper-slide-small-end-metrs {
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section__objects-item-proekt .section__card-item-swiper-slide-small-end-img {
    display: block;
    width: 182px;
    height: 186px;
    margin-top: -20px;
}

.section__objects-item-proekt .section__card-item-swiper-slide-small-end-img img {
    width: 100%;
    height: 100%;
}

.section__objects-item-proekt .section__card-item-swiper-slide-small-end-etag {
    margin-top: -10px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 1300px) {
    .section__objects-item-proekt .section__card-item-swiper-slide-small {
        width: 100%;
        height: 275px;
        padding: 16px 10px;
        row-gap: 8px;
    }

    .section__objects-item-proekt .section__card-item-swiper-slide-small-end-metrs {
        font-size: 17px;
    }

    .section__objects-item-proekt .section__card-item-swiper-slide-small-end-img {
        display: block;
        width: 100%;
        max-width: 182px;
        height: 186px;
        margin-top: 0px;
    }

    .section__objects-item-proekt .section__card-item-swiper-slide-small-end-etag {
        margin-top: 0px;
        font-size: 17px;
    }
}

@media (max-width: 1000px) {
    .section__objects-container {
        padding: 1px 20px 10px 20px;
    }

    .section__objects-tabs {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .section__objects-tab {
        font-size: 17px;
    }

    .section__objects-tabs-content {
        margin-top: 55px;
    }

    .section__objects-items {
        row-gap: 65px;
    }

    .section__objects-item .section__card-item-swiper-small-inner {
        overflow: auto;
        padding: 0px;
        max-width: none;
    }

    .section__objects-item .section__card-item-swiper-nav {
        display: none;
    }

    .section__objects-item .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        position: absolute;
        bottom: -15px;
    }

    .section__objects-item-top {
        width: 100%;
        max-width: 470px;
    }

    .section__objects-item-street {
        font-size: 35px;
    }

    .section__objects-item-name {
        font-size: 35px;
    }

    .section__objects-item-year {
        margin-top: 35px;
        padding-left: 0px;
        font-size: 17px;
    }

    .section__objects-item-s {
        font-size: 17px;
        margin-top: 10px;
        padding-left: 0;
    }

    .section__objects-item-main {
        margin-top: 20px;
    }

    .section__objects-item-main .section__objects-swiper-big {
        height: 500px;
    }

    .section__objects-swiper-small {
        margin-top: 20px;
    }

    .section__objects-swiper-small .section__card-item-swiper-slide-small {
        width: 100%;
        max-width: 307px;
        height: 230px;
    }

    .section__objects-item-proekt .section__objects-item-main {
        margin-top: 35px;
    }

    .section__objects-item-proekt .section__objects-swiper-small-inner {
        margin-top: 0px;
    }

    .section__objects-item-proekt .section__objects-swiper-small-end {
        width: 100%;
    }

    .section__objects-item-proekt .section__card-item-swiper-slide-small {
        max-width: 225px;
        height: 275px;
    }
}

@media (max-width: 768px) {
    .section__objects-item-proekt .section__card-item-swiper-slide-small {
        width: 100%;
        height: 275px;
        padding: 16px 10px;
        max-width: 229px;
        row-gap: 8px;
    }

    .section__objects-item-proekt .section__card-item-swiper-slide-small-end-metrs {
        font-size: 17px;
    }

    .section__objects-item-proekt .section__card-item-swiper-slide-small-end-img {
        display: block;
        width: 100%;
        max-width: 182px;
        height: 186px;
        margin-top: 0px;
    }

    .section__objects-item-proekt .section__card-item-swiper-slide-small-end-etag {
        margin-top: 0px;
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .section__objects-item-proekt .section__objects-item-main {
        margin-top: 35px;
    }

    .section__objects-item-proekt .section__objects-swiper-small-inner {
        margin-top: 0px;
    }

    .section__objects-item-proekt .section__objects-swiper-small-end {
        width: 100%;
    }

    .section__objects-item-proekt .section__card-item-swiper-slide-small {
        max-width: 210px;
        height: 275px;
    }

    .section__objects-container {
        padding: 0 20px 10px 20px;
    }

    .section__objects-tabs {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
    }

    .section__objects-tab {
        font-size: 17px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .section__objects-tabs-content {
        margin-top: 50px;
    }

    .section__objects-item .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        position: absolute;
        bottom: -15px;
    }

    .section__objects-item-street {
        font-size: 30px;
    }

    .section__objects-item-name {
        font-size: 30px;
    }

    .section__objects-item-main {
        margin-top: 20px;
    }

    .section__objects-item-main .section__objects-swiper-big {
        height: 500px;
    }

    .section__objects-swiper-small {
        margin-top: 20px;
    }

    .section__objects-swiper-small .section__card-item-swiper-slide-small {
        height: 124px;
    }
}

@media (max-width: 360px) {
    .section__objects-item-proekt .section__objects-item-main {
        margin-top: 35px;
    }

    .section__objects-item-proekt .section__objects-swiper-small-inner {
        margin-top: 0px;
    }

    .section__objects-item-proekt .section__objects-swiper-small-end {
        width: 100%;
    }

    .section__objects-item-proekt .section__card-item-swiper-slide-small {
        max-width: 210px;
        height: 275px;
        row-gap: 39px;
    }

    .section__objects-item-main {
        margin-top: 20px;
    }

    .section__objects-item-main .section__objects-swiper-big {
        height: 240px;
    }

    .section__objects-item-proekt .section__card-item-swiper-slide-small-end-img {
        max-width: 122px;
        height: 124px;
        margin-top: 0px;
    }
}

.section__proizvodstvo .section__objects-tabs-content {
    margin-top: 1px;
}

.section__proizvodstvo .section__objects-tabs-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section__proizvodstvo .section__proizvodstvo-tab-text {
    width: 100%;
    max-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section__proizvodstvo .section__proizvodstvo-tab-text p {
    color: var(--txt-dark, #413B39);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
}

.section__proizvodstvo .section__proizvodstvo-tab-text p span {
    font-weight: 600;
}

.section__proizvodstvo .section__proizvodstvo-items {
    margin-top: 72px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.section__proizvodstvo .section__proizvodstvo-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.section__proizvodstvo .section__proizvodstvo-item {
    width: 100%;
    max-width: 420px;
    height: 420px;
}

.section__proizvodstvo .section__proizvodstvo-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section__proizvodstvo .section__proizvodstvo-column-middle {
    margin-top: 50px;
}

@media (max-width: 1000px) {
    .section__proizvodstvo .section__objects-tabs-content {
        margin-top: 1px;
    }

    .section__proizvodstvo .section__proizvodstvo-tab-text {
        max-width: 715px;
    }

    .section__proizvodstvo .section__proizvodstvo-tab-text p {
        font-size: 17px;
    }

    .section__proizvodstvo .section__proizvodstvo-items {
        margin-top: 50px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .section__proizvodstvo .section__proizvodstvo-column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .section__proizvodstvo .section__proizvodstvo-column:nth-child(2) {
        margin-top: -50px;
    }

    .section__proizvodstvo .section__proizvodstvo-column:nth-child(3) {
        margin-top: -50px;
    }

    .section__proizvodstvo .section__proizvodstvo-item {
        width: 100%;
        max-width: 225px;
        height: 225px;
    }

    .section__proizvodstvo .section__proizvodstvo-item:nth-child(2) {
        margin-top: 50px;
    }

    .section__proizvodstvo .section__proizvodstvo-item:nth-child(4) {
        margin-top: 50px;
    }

    .section__proizvodstvo .section__proizvodstvo-column-middle {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .section__proizvodstvo .section__objects-tabs-content {
        /*margin-top: 5px;*/
    }

    .section__proizvodstvo .section__proizvodstvo-tab-text {
        max-width: 715px;
    }

    .section__proizvodstvo .section__proizvodstvo-tab-text p {
        font-size: 17px;
    }

    .section__proizvodstvo .section__proizvodstvo-items {
        margin-top: 50px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        row-gap: 20px;
    }

    .section__proizvodstvo .section__proizvodstvo-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .section__proizvodstvo .section__proizvodstvo-column:nth-child(2) {
        margin-top: 5px;
    }

    .section__proizvodstvo .section__proizvodstvo-column:nth-child(3) {
        margin-top: 0px;
    }

    .section__proizvodstvo .section__proizvodstvo-item {
        width: 100%;
        max-width: 225px;
        height: 225px;
    }

    .section__proizvodstvo .section__proizvodstvo-item:nth-child(2) {
        margin-top: 0px;
    }

    .section__proizvodstvo .section__proizvodstvo-item:nth-child(4) {
        margin-top: 0px;
    }

    .section__proizvodstvo .section__proizvodstvo-column-middle {
        margin-top: 0px;
    }
}

@media (max-width: 480px) {
    .section__proizvodstvo .section__objects-tabs-content {
        /*margin-top: 35px;*/
    }

    .section__proizvodstvo .section__proizvodstvo-tab-text {
        max-width: 715px;
    }

    .section__proizvodstvo .section__proizvodstvo-tab-text p {
        font-size: 17px;
    }

    .section__proizvodstvo .section__proizvodstvo-items {
        margin-top: 50px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section__proizvodstvo .section__proizvodstvo-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        max-width: 250px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 140px;
        flex: 1 1 140px;
    }

    .section__proizvodstvo .section__proizvodstvo-column:nth-child(2) {
        margin-top: 50px;
    }

    .section__proizvodstvo .section__proizvodstvo-column:nth-child(3) {
        margin-top: -50px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 200%;
        max-width: none !important;
    }

    .section__proizvodstvo .section__proizvodstvo-column:nth-child(3) .section__proizvodstvo-item {
        max-width: 210px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 140px;
        flex: 1 1 140px;
    }

    .section__proizvodstvo .section__proizvodstvo-column:nth-child(3) .section__proizvodstvo-item:nth-child(2) {
        margin-top: 50px !important;
    }

    .section__proizvodstvo .section__proizvodstvo-column:nth-child(3) .section__proizvodstvo-item:nth-child(3) {
        margin-top: -50px !important;
    }

    .section__proizvodstvo .section__proizvodstvo-item {
        width: 100%;
        max-width: 225px;
        height: 225px;
    }

    .section__proizvodstvo .section__proizvodstvo-item:nth-child(2) {
        margin-top: 0px;
    }

    .section__proizvodstvo .section__proizvodstvo-item:nth-child(4) {
        margin-top: 0px;
    }

    .section__proizvodstvo .section__proizvodstvo-column-middle {
        margin-top: 0px;
    }
}

@media (max-width: 350px) {
    .section__proizvodstvo .section__proizvodstvo-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section__proizvodstvo .section__proizvodstvo-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        max-width: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .section__proizvodstvo .section__proizvodstvo-column:nth-child(2) {
        margin-top: 0px;
    }

    .section__proizvodstvo .section__proizvodstvo-column:nth-child(3) {
        margin-top: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: none !important;
    }

    .section__proizvodstvo .section__proizvodstvo-column:nth-child(3) .section__proizvodstvo-item {
        max-width: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .section__proizvodstvo .section__proizvodstvo-column:nth-child(3) .section__proizvodstvo-item:nth-child(2) {
        margin-top: 0px !important;
    }

    .section__proizvodstvo .section__proizvodstvo-column:nth-child(3) .section__proizvodstvo-item:nth-child(3) {
        margin-top: 0px !important;
    }

    .section__proizvodstvo .section__proizvodstvo-item {
        width: 100%;
        max-width: none;
        height: 150px;
    }

    .section__proizvodstvo .section__proizvodstvo-item:nth-child(2) {
        margin-top: 0px;
    }

    .section__proizvodstvo .section__proizvodstvo-item:nth-child(4) {
        margin-top: 0px;
    }

    .section__proizvodstvo .section__proizvodstvo-column-middle {
        margin-top: 0px;
    }
}

.section__contacts-container {
    padding: 75px 20px 25px 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1340px;
    padding-bottom: 50px;
    border-bottom: 2px solid #C5C4C4;
}

.section__contacts-title {
    color: var(--txt-dark, #413B39);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 4px solid #413B39;
    text-align: right;
    margin-bottom: 10px;
}

.section__contacts-block {
    width: 100%;
    max-width: 677px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section__contacts-block:last-child {
    max-width: 530px;
}

.section__contacts-block-title {
    color: #423B39;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.section__contacts-block-text {
    color: #423B39;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    
}

.section__contacts-block-text a {
    color: #423B39;
     margin-bottom: 10px;
}

.section__contacts-row {
    width: 100%;
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 93px;
    -moz-column-gap: 93px;
    column-gap: 93px;
}

.section__contacts-block-2 {
    width: 100%;
    max-width: 530px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}

.section__contacts-block-left {
    width: 100%;
    max-width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
}

.section__contacts-block-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 13.333px;
    -moz-column-gap: 13.333px;
    column-gap: 13.333px;
}

.section__contacts-block-social {
    width: 40px;
    height: 40px;
}

.section__contacts-block-social img {
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .section__contacts-container {
        padding: 25px 20px 25px 20px;
        padding-bottom: 50px;
    }

    .section__contacts-title {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .section__contacts-block {
        max-width: 460px;
        row-gap: 15px;
    }

    .section__contacts-block:last-child {
        max-width: 320px;
    }

    .section__contacts-block-title {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .section__contacts-block-text {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .section__contacts-row {
        width: 100%;
        margin-top: 35px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 35px;
    }

    .section__contacts-row:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: -40px;
    }

    .section__contacts-block-2 {
        width: 100%;
        max-width: 220px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 63px;
    }

    .section__contacts-block-left {
        width: 100%;
        max-width: 220px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 15px;
    }

    .section__contacts-block-socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 13.333px;
        -moz-column-gap: 13.333px;
        column-gap: 13.333px;
        max-width: 220px;
    }

    .section__contacts-block-social {
        width: 40px;
        height: 40px;
    }

    .section__contacts-block-social img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 740px) {
    .section__contacts-row {
        width: 100%;
        margin-top: 10px;
        row-gap: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 35px;
    }

    .section__contacts-row:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 35px;
    }

    .section__contacts-block-socials {
        max-width: none;
        -webkit-column-gap: 23px;
        -moz-column-gap: 23px;
        column-gap: 23px;
    }

    .section__contacts-block-left {
        max-width: none;
    }

    .section__contacts-block {
        max-width: none;
        row-gap: 15px;
    }

    .section__contacts-block:last-child {
        max-width: none;
    }

    .section__contacts-block-2 {
        width: 100%;
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 35px;
    }
}

.section__contacts-block-socials-480 {
    display: none;
}

@media (max-width: 480px) {
    .section__contacts-row {
        width: 100%;
        margin-top: 35px;
        row-gap: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 35px;
    }

    .section__contacts-row:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 35px;
    }

    .section__contacts-block-socials {
        max-width: none;
        display: none;
    }

    .section__contacts-block-left {
        max-width: none;
    }

    .section__contacts-block {
        max-width: none;
        row-gap: 15px;
    }

    .section__contacts-block:last-child {
        max-width: none;
    }

    .section__contacts-title {
        font-size: 30px;
        max-width: 335px;
    }

    .section__contacts-block-title {
        font-size: 20px;
    }

    .section__contacts-block-text {
        font-size: 20px;
    }

    .section__contacts-block-socials-480 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 35px;
    }
}

@media (max-width: 360px) {
    .section__contacts-title {
        font-size: 30px;
        max-width: none;
    }
}

.ection__card-item-price-right-have span{
    color: black;
}