* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*: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: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
}

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

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

button {
    cursor: pointer;
}

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

a {
    cursor: pointer;
    color: rgb(24, 24, 24);
}

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: inherit;
}

._hidden {
    overflow: hidden;
}
.hide{
    display:none !important
}

.wrapper {
    overflow: hidden;
}

.main {
    margin-top: 244px;
}


/*HEADER*/ 

.header {
    padding: 15px 0 15px;
    position: fixed;
    z-index: 5;
    width: 100%;
}
.header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(9, 70, 162, 0.8);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-backdrop-filter: blur(33.5px);
                    backdrop-filter: blur(33.5px);
}

.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 10px;
}

.header__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 25px auto;
    -ms-grid-columns: 1fr 50px auto;
            grid-template: auto auto/1fr auto;
    gap: 25px 50px;
}

.header__top {
    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;
    width: 100%;
}

.header__top-compani {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 17.64px;
    line-height: 100%;
    letter-spacing: 8%;
    color: #0946A2;
    background: #fff;
    padding: 9px 15px;
    border-radius: 40px;
}

.header__top-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Neuton", sans-serif;
    -webkit-box-align: center;
            -ms-flex-align: center;
                    align-items: center;
    font-weight: 700;
    font-size: 40.04px;
    line-height: 100%;
    text-align: center;
    margin-left: 50px;
    color: #fff;
}
.header__top-logo img {
    margin-right: 10px;
}
.header__top-logo span {
    color: #9d9c9c;
}

.header__top-mess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
                    align-items: center;
    gap: 15px;
}
.header__top-mess a {
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header__top-mess a:hover {
    -webkit-transform: scale(1.05);
                    transform: scale(1.05);
    -webkit-box-shadow: 7.28px 1.82px 29.29px 0px rgba(0, 0, 0, 0.2509803922);
                    box-shadow: 7.28px 1.82px 29.29px 0px rgba(0, 0, 0, 0.2509803922);
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -ms-flex-direction: column;
                    flex-direction: column;
    gap: 15px;
    width: 100%;
    -ms-grid-row: 1;
            grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 2;
            grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 18px;
}

.header__right-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
                    align-items: center;
    gap: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.header__right-tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
                    align-items: center;
    gap: 3px;
    background: #ffffff;
    padding: 9px 15px 8px;
    border-radius: 42px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 11.24px;
    line-height: 100%;
    color: #0946a2;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header__right-tel a img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.header__right-tel a:hover {
    background: transparent;
    color: #fff;
}
.header__right-tel a:hover img {
    -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1);
}

.header__right-zayavka {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
                    align-items: center;
    gap: 16px;
    border-radius: 18px;
    background: #ffffff;
    padding: 18px 35px 18px 17px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.header__right-zayavka span {
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #0946a2;
    border-radius: 10px;
    padding: 4px 14px;
}
.header__right-zayavka a {
    font-size: 18px;
    color: #0946a2;
}

.header__bottom {
    width: 100%;
}

.header__list {
    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;
    gap: 20px;
}

.header__item {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header__item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    bottom: -5px;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display:none !important;
}
.header__item:hover::before {
    width: 100%;
}
.header__item:hover .header__subnav {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(100%);
                    transform: translateY(100%);
}
.header__item:hover .header__arrow svg {
    -webkit-transform: rotateX(180deg);
                    transform: rotateX(180deg);
}

.header__item:hover .header__link,
.header__link._active{
    text-decoration: underline 2px;
    text-underline-offset: 3px;
}

.header__link {
    color: #fff;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
                    align-items: center;
    gap: 15px;
}

.header__arrow {
    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;
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 5px;
}
.header__arrow svg {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header__subnav {
    position: absolute;
    -webkit-transform: translateY(120%);
                    transform: translateY(120%);
    padding-top: 30px;
    bottom: 2px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header__sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -ms-flex-direction: column;
                    flex-direction: column;
    background: rgba(9, 70, 162, 0.7411764706);
    border-radius: 0 0 15px 15px;
    padding: 20px;

}

.header__subitem {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2196078431);
}
.header__subitem:first-child {
    padding-top: 0;
}
.header__subitem:last-child {
    padding-bottom: 0;
    border: none;
}

.header__sublink {
    font-weight: 400;
    color: #9f9f9f;
    word-break: normal;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header__sublink:hover {
    color: #fff;
}

.header__menu {
    display: contents;
    -webkit-backdrop-filter: blur(33.5px);
                    backdrop-filter: blur(33.5px);
}

.header__burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -ms-flex-direction: column;
                    flex-direction: column;
    gap: 12px;
}
.header__burger span {
    background-color: #fff;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1850px) {
    .header__inner {
        gap: 25px;
    }
    .header__item {
        font-size: 16px;
    }
}
@media (max-width: 1600px) {
    .header__inner {
        gap: 25px 15px;
    }
    .header__list {
        gap: 10px;
    }
    .header__right-zayavka {
        padding: 15px;
    }
    .header__subnav {
        bottom: 5px;
    }
    .header__right-tel {
        gap: 15px;
    }
    .header__right-tel a {
        padding: 9px 10px 8px;
    }
}
@media (max-width: 1500px) {
    .main {
        margin-top: 200px;
    }
    .header__list {
        -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        gap: 20px 15px;
    }
    .header__item {
        -webkit-box-flex: 0;
                -ms-flex: 0 1 22%;
                        /* flex: 0 1 22%; */
    }
    .header__right {
        padding-bottom: 3px;
        -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                        justify-content: space-between;
    }
}
@media (max-width: 1300px) {
    .main {
        margin-top: 147px;
    }
    .header__top-logo {
        font-size: 30.04px;
        margin-left: 50px;
    }
}
@media (max-width: 1200px) {
    .header__item {
        font-size: 14px;
    }
    .header__top-compani {
        font-size: 14px;
    }
    .header__top-logo {
        font-size: 24px;
    }
    .header__top-mess {
        gap: 10px;
    }
}
@media (max-width: 1100px) {
    .main {
        margin-top: 64px;
    }
    .header__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
                -ms-flex-align: center;
                        align-items: center;
    }
    .header__top-compani {
        font-size: 12px;
    }
    .header__top-logo {
        margin: 0;
    }
    .header__top-logo img {
        height: 50px;
        margin-right: 5px;
    }
    .header__menu {
        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;
        position: fixed;
        top: 78px;
        background: rgba(9, 70, 162, 0.8);
        right: -150%;
        height: 100%;
        -webkit-box-pack: start;
                -ms-flex-pack: start;
                        justify-content: start;
        gap: 30px;
        padding: 20px;
        -webkit-transition: all 0.7s;
        transition: all 0.7s;
    }
    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header._active .header__burger span:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(35%, 9px);
                        transform: rotate(45deg) translate(35%, 9px);
    }
    .header._active .header__burger span:nth-child(2) {
        opacity: 0;
    }
    .header._active .header__burger span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(35%, -9px);
                        transform: rotate(-45deg) translate(35%, -9px);
    }
    .header._active .header__menu {
        right: 0;
    }
    .header__list {
        -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                -ms-flex-direction: column;
                        flex-direction: column;
           align-items: flex-start;
    }
    .header__subnav {
        position: static;
        padding: 0;
        -webkit-transform: translateY(0);
                        transform: translateY(0);
        max-height: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .header__item::before {
        display: none;
    }
    .header__item:hover .header__subnav {
        opacity: 0;
        -webkit-transform: translateY(0);
                        transform: translateY(0);
    }
    .header__item._active .header__subnav {
        max-height: 300px;
        opacity: 1;
    }
    .header__sublist {
        background: transparent;
        padding: 20px 0 0 0;
    }
    .header__sublink {
        color: #fff;
    }
    .header__right {
        padding-top: 0;
    }
}
@media (max-width: 850px) {
    .main {
        margin-top: 44px;
    }
    .header {
        padding: 10px 0;
    }
    .header._active .header__burger span:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(35%, 6px);
                        transform: rotate(45deg) translate(35%, 6px);
    }
    .header._active .header__burger span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(35%, -6px);
                        transform: rotate(-45deg) translate(35%, -6px);
    }
    .header__top-mess a img {
        width: 24px;
        height: 24px;
    }
    .header__burger {
        gap: 7px;
    }
    .header__burger span {
        width: 20px;
    }
    .header__menu {
        top: 70px;
    }
    .header__list {
        gap: 10px;
    }
    .header__item {
        font-size: 22px;
    }
    .header__link {
        gap: 10px;
    }
    .header__sublist {
        padding-top: 10px;
    }
    .header__subitem {
        padding: 10px 0;
		max-width: 300px;
    }
    .header__subitem:first-child {
        padding-top: 0;
    }
    .header__subitem:last-child {
        padding-bottom: 0;
        border: none;
    }
    .header__arrow {
        width: 16px;
        height: 16px;
    }
    .header__arrow svg {
        width: 10px;
    }
    .header._active .header__menu {
        gap: 20px;
    }
    .header__right-zayavka {
        width: 100%;
        -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                        justify-content: space-between;
        padding: 10px;
        border-radius: 10px;
    }
    .header__right-zayavka a {
        font-size: 14px;
    }
    .header__right-tel a {
        border-radius: 10px;
    }
}
@media (max-width: 650px) {
    .main {
        margin-top: 58px;
    }
    .header__inner {
        gap: 10px;
        -webkit-box-align: start;
                -ms-flex-align: start;
                        align-items: start;
    }
    .header__burger {
        margin-top: 4px;
    }
    .header__top {
        gap: 10px 20px;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 20px auto;
                grid-template: auto/1fr auto;
    }
    .header__top-compani {
        white-space: nowrap;
        font-size: 10px;
        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;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .header__top-logo {
        font-size: 18px;
        -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                        order: 3;
    }
    .header__top-mess {
        -ms-grid-row: 1;
                grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-column: 2;
                grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
    }
    .header__menu {
        top: 108px;
    }
}


/*BREADCRUMBS*/

.breadcrumbs {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 32px;
    line-height: normal;
    color: #535353;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.breadcrumbs__link {
    color: #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.breadcrumbs__link:hover {
    color: #535353;
}
@media (max-width: 1200px) {
    .breadcrumbs {
        font-size: 26px;
    }
}
@media (max-width: 1000px) {
    .breadcrumbs {
        font-size: 20px;
    }
}
@media (max-width: 850px) {
    .breadcrumbs {
        font-size: 18px;
    }
}
@media (max-width: 650px) {
    .breadcrumbs {
        font-size: 16px;
    }
}


/*FOOTER*/

.footer {
    background: #0946a2;
    padding: 20px 0 30px;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -ms-flex-direction: column;
                    flex-direction: column;
}

.footer__top {
    padding-bottom: 60px;
    border-bottom: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
    -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                    justify-content: space-between;
    -webkit-box-align: end;
            -ms-flex-align: end;
                    align-items: center;
}

.footer__logo {
    width: 100%;
    max-width: 270px;
    min-width: 200px;
}
.footer__logo img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
         object-fit: contain;
}

.footer__nav {
    margin-right: 90px;
    width: 100%;
}

.footer__list {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -ms-grid-rows: 1fr 40px 1fr 40px 1fr;
    -ms-grid-columns: auto 40px auto 40px auto 40px auto;
            grid-template: 1fr 1fr 1fr/auto auto auto auto;
    gap: 40px;
}

.footer__item:nth-child(1) .footer__link {
    width: auto;
}

.footer__link {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
                    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer__link:hover {
    color: #9f9f9f;
}

.footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -ms-flex-direction: column;
                    flex-direction: column;
}

.footer__text {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #fff;
}

.footer__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -ms-flex-direction: column;
                    flex-direction: column;
    gap: 24px;
    margin: 30px 0 40px;
}
.footer__tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
                    align-items: center;
    gap: 12px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer__tel a:hover {
    color: #9f9f9f;
}

.footer__zayavka a {
    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;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    border-radius: 15px;
    background: #ffffff;
    padding: 25px 50px;
    white-space: nowrap;
    color: #0946a2;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer__zayavka a:hover {
    color: #fff;
    background: #0946a2;
}

.footer__bottom {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                    justify-content: space-between;
    gap: 40px;
    padding-top: 24px;
}

.footer__copy {
    width: 50%;
}

.footer__adress {
    max-width: 370px;
}

@media (max-width: 1600px) {
    .footer__top {
        gap: 40px;
    }
    .footer__nav {
        margin-right: 40px;
    }
    .footer__link {
        font-size: 20px;
    }
    .footer__tel {
        margin: 20px 0 30px;
    }
    .footer__tel a {
        font-size: 20px;
    }
    .footer__zayavka a {
        font-size: 20px;
        padding: 20px 30px;
    }
    .footer__text {
        font-size: 26px;
    }
}
@media (max-width: 1200px) {
    .footer__bottom {
        font-size: 18px;
    }
    .footer__link {
        font-size: 18px;
    }
    .footer__tel a {
        font-size: 18px;
    }
    .footer__top {
        padding-bottom: 40px;
        gap: 30px;
    }
    .footer__nav {
        margin: 0;
    }
    .footer__list {
        gap: 20px 30px;
    }
    .footer__logo {
        min-width: 180px;
    }
}
@media (max-width: 1000px) {
    .footer__logo {
        max-width: 220px;
        min-width: 150px;
    }
    .footer__text {
        font-size: 20px;
    }
    .footer__link {
        font-size: 16px;
    }
    .footer__tel {
        margin: 15px 0 20px;
    }
    .footer__tel a {
        font-size: 16px;
        gap: 10px;
    }
    .footer__tel a img {
        width: 20px;
        height: 20px;
    }
    .footer__zayavka a {
        font-size: 16px;
        padding: 15px 20px;
    }
    .footer__bottom {
        font-size: 16px;
    }
    .footer__top {
        gap: 20px;
    }
}
@media (max-width: 850px) {
    .footer__top {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: auto 40px auto;
                grid-template: auto/auto auto;
        gap: 20px 40px;
        -webkit-box-align: center;
                -ms-flex-align: center;
                        align-items: center;
        padding-bottom: 24px;
    }
    .footer__nav {
        -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                        order: 3;
        -ms-grid-column: 1;
                grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
    }
    .footer__list {
        -ms-grid-rows: 1fr 20px 1fr;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
                grid-template: 1fr 1fr/1fr 1fr 1fr 1fr 1fr;
        gap: 20px;
    }
    .footer__copy {
        width: 100%;
    }
    .footer__adress {
        max-width: 300px;
    }
}
@media (max-width: 650px) {
    .footer__list {
        -ms-grid-rows: auto auto auto auto;
        -ms-grid-columns: auto auto auto;
                grid-template: auto auto auto auto/auto auto auto;
    }
    .footer__link {
        font-size: 14px;
        width: auto;
    }
    .footer__tel a {
        font-size: 14px;
    }
    .footer__zayavka a {
        font-size: 14px;
    }
    .footer__text {
        font-size: 18px;
    }
    .footer__bottom {
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                -ms-flex-direction: column;
                        flex-direction: column;
        gap: 20px;
    }
    .footer__adress {
        max-width: 100%;
    }
}
@media (max-width: 400px) {
    .footer__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                -ms-flex-direction: column;
                        flex-direction: column;
    }
    .footer__right {
        width: 100%;
        -webkit-box-align: center;
                -ms-flex-align: center;
                        align-items: center;
    }
    .footer__zayavka a {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .footer__list {
        -ms-grid-rows: auto auto auto auto auto;
        -ms-grid-columns: auto auto;
                grid-template: auto auto auto auto auto/auto auto;
    }
}
.card__elem._active {
}
.table__info {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    color: #535353;
    text-align: justify;
    text-indent: 30px;
    line-height: 1.5;
}
.table__service{
    width: 29%;padding: 20px 25px;
}
.table__subtitle{
    width: 20%;padding: 20px 25px;
}
.section__sklad, .section__information, .section__textblock2{
   /* padding-bottom: 0!important;*/
}
.section__textblock, .section__textblock2, .section__price, .section__information, .section__opisaniye, .section__work, .section__services, .section__plus{
   /* padding-top: 0!important;*/
}
.table__info {
    margin-top: 0!important;
}
.demontage__elem{width: 33%}
.footer__logo {
    max-width: 150px;
}
.footer__list{
    gap: 25px;
}
.footer__top {
    padding-bottom: 30px;
}
.footer {
    padding-top: 0;
}
.factors__list2 li {
    background: none;
    font-size: 24px;
    color: #535353;
}
.category__img{
    height: 500px;
}

    .footer__text{padding-top: 30px!important;}
.sklad__title h2{display: none}.sklad__subtitle{margin-top: 30px!important;}
.index__text{padding-left:0px;margin-bottom: 10px}
.index__text.index__text_1{
	animation-delay: 110s;
	-webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.index__text.index__text_2{
	animation-delay: 150s;
	-webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.index__text.index__text_3{
	animation-delay: 225s;
	-webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.index__text.index__text_1._active{

    transition: all 0.7s 0.5s;
}
.index__text.index__text_2._active{
    transition: all 1s 0.8s;
}
.index__text.index__text_3._active{
	transition: all 1.3s 1s;
}

.contact__hiden{
    background: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 0;
}



.contact__select {
    background: #ffffff;
    border: 1px solid #797979;
    appearance: none;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    color: #000000;
    padding: 27px 40px 23px 40px;
    border-radius: 36px;
    width: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6"><path d="M0 0l6 6 6-6z" fill="%23333"/></svg>');
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 30px;

}

.contact__select_m {
    background: #ffffff;
    border: 1px solid #797979;
    appearance: none;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    color: #000000;
    padding: 15px 40px 10px 40px;
    border-radius: 36px;
    width: 100%;
	overflow: hidden;
}

.anchor {
  scroll-margin-top: 100px;
}

.inflame-s{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px 0;
}

img.calendar-icon {
    vertical-align: top;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 0 0 0 1px;
    box-sizing: content-box;
    border: 1px solid transparent;
    position: absolute;
    top: 30px;
    right: 20px;
}


@media (max-width: 400px) {
	.mb-grid{grid-template: 1fr / 1fr!important;gap: 20px;}
}
font.errortext {font-size: 26px;}
.error-mar-bot{margin-bottom: 15px;}