*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    border: none;
}
body,
html {
    overflow-x: hidden;
}
.container {
    padding: 0 15px;
    max-width: 1650px;
    margin: 0 auto;
}
.white-btn {
    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;
    border-radius: 4px;
    padding: 15px 20px;
    background-color: #fff;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #26458d;
    height: 54px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.white-btn:hover {
    background-color: #f6f9ff;
}
.white-btn:active {
    background-color: #fff;
    color: #193169;
}
.white-btn[disabled] {
    color: #a8a8a8;
    background-color: #fdfdfd;
}
.blue-btn {
    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: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 20px 10px;
    background-color: #26458d;
    border-radius: 4px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 54px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blue-btn:hover {
    background-color: #254ca6;
}
.blue-btn:active {
    background-color: #193169;
}
.blue-btn[disabled] {
    background: #616161;
    color: #a8a8a8;
}
.border-btn {
    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: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #26458d;
    padding: 16px 20px 10px;
    border: 1px solid #26458d;
    background-color: transparent;
    border-radius: 4px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 54px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.border-btn:hover {
    background-color: #254ca6;
    color: #fff;
}
.border-btn:active {
    background-color: #193169;
}
.border-btn[disabled] {
    border: 1px solid #616161;
    color: #616161;
}
.title-1 {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 44px;
    line-height: 146%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
}
.title-2 {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 115%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
}
.title-3 {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
}
.breadcrumbs {
    padding: 42px 0 38px;
}
.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px;
    list-style: none;
}
.breadcrumbs-list a {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.breadcrumbs-list a:hover {
    color: #26458d;
}
.breadcrumbs-list li {
    position: relative;
}
.breadcrumbs-list li + li::after {
    content: '/';
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    position: absolute;
    left: -12px;
    top: 1px;
}
.breadcrumbs-list li:last-child a {
    opacity: 0.6;
}
.breadcrumbs-list li:last-child a:hover {
    color: #333;
}
.back {
    display: none;
}
.about-company {
    padding-top: 75px;
}
.about-company__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 683px auto;
    grid-template-columns: 683px auto;
}
.about-company__info p {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.about-company__info p + p {
    padding-top: 11px;
}
.about-company__statistics {
    padding-top: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-company__statistics-item p {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 140px;
    line-height: 74%;
    color: #333;
    opacity: 0.5;
}
.about-company__statistics-item span {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.about-production {
    padding-top: 122px;
}
.about-production__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 683px auto;
    grid-template-columns: 683px auto;
}
.about-production__text p {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.list-hover {
    max-width: 1650px;
    padding: 55px 15px 90px;
    margin: 0 auto;
}
.list-hover__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.item-hover {
    position: relative;
    width: 390px;
    height: 340px;
    border-radius: 8px;
    padding: 28px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.item-hover::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.3)),
        to(rgba(0, 0, 0, 0.3))
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    z-index: -1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.item-hover:hover::after {
    opacity: 0;
}

.item-hover__image {
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: -1;
}

.item-hover:hover .item-hover__image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.item-hover__content span {
    display: inline-block;
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 18px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.item-hover__content p {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 118%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.application .item-hover__content p {
    font-size: 24px;
    line-height: 117%;
}
.page-banner {
    position: relative;
    padding: 70px 0;
}
.builders-page-banner {
    padding: 90px 0;
}
.page-banner-mobile-animation {
    position: absolute;
    bottom: 10%;
}
.page-banner__images {
    position: relative;
}
.page-banner__image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 544px;
}
.page-banner__image-item {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    bottom: 0;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.page-banner__image-hover {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    opacity: 0;
    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;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    z-index: 0;
    -webkit-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
}
.page-banner__wrapper {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 544px;
    -webkit-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
}
.requisites-banner__inner {
    height: 409px;
}
.buy-banner__inner-hover {
    height: 448px;
}
.page-banner__content {
    max-width: 763px;
    margin-bottom: 42px;
}
.page-banner__content-text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    padding-top: 8px;
    max-width: 683px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.page-banner__container .page-banner__wrapper .blue-btn {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.page-banner__container .page-banner__content .title-2 {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.section-banner {
    padding: 45px 0 90px;
}
.section-banner__inner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.section-banner__content {
    max-width: 683px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
}
.section-banner__content-text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    max-width: 683px;
    margin-bottom: 42px;
    margin-top: 8px;
}
.more {
    padding: 90px 0 180px;
}
.more-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-top: 36px;
}
.more-item {
    position: relative;
    display: inline-block;
    border-radius: 8px;
    width: 527px;
    height: 278px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
    padding: 37px 36px;
    overflow: hidden;
}
.more-item__image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 307px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.more-item.more-item--catalog .more-item__image {
    max-width: 285px;
}
.more-item.more-item--solutions .more-item__image {
    max-width: 322px;
}
.more-item:hover .more-item__image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.more-item__title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
}
.question {
    background: #f4f4f4;
    padding: 80px 0;
}
.question__inner {
    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;
}
.question__text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #333;
    padding-top: 4px;
}
.question__form {
    width: 664px;
    min-width: 664px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.question__form input {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    width: 100%;
    height: 54px;
    padding: 15px 17px 13px;
    background: #fff;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    outline: none;
}
.question__form textarea {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    width: 100%;
    padding: 17px 17px 15px;
    height: 108px;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    outline: none;
    resize: none;
}
.question__form input::-webkit-input-placeholder,
.question__form textarea::-webkit-input-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    opacity: 0.6;
}
.question__form input::-moz-placeholder,
.question__form textarea::-moz-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    opacity: 0.6;
}
.question__form input:-ms-input-placeholder,
.question__form textarea:-ms-input-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    opacity: 0.6;
}
.question__form input::-ms-input-placeholder,
.question__form textarea::-ms-input-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    opacity: 0.6;
}
.question__form input::-webkit-input-placeholder,
.question__form textarea::-webkit-input-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    opacity: 0.6;
}
.question__form input::-moz-placeholder,
.question__form textarea::-moz-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    opacity: 0.6;
}
.question__form input:-ms-input-placeholder,
.question__form textarea:-ms-input-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    opacity: 0.6;
}
.question__form input::-ms-input-placeholder,
.question__form textarea::-ms-input-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    opacity: 0.6;
}
.question__form input::placeholder,
.question__form textarea::placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    opacity: 0.6;
}
.question__form input.error,
.question__form textarea.error {
    border: 1px solid #f11;
}

.question__form-wrapper + .question__form-wrapper {
    margin-top: 16px;
}
.question__form-checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 21px 0 35px;
}
.question__form-checkbox input {
    position: absolute;
    left: -99999999px;
}
.question__form-checkbox label {
    vertical-align: middle;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    color: #333;
    padding-left: 44px;
    cursor: pointer;
}

.question__form-checkbox label a {
    font-family: 'NoirPro-LightItalic', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    color: #333;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.question__form-checkbox label a:hover,
.question__form-checkbox label a:active {
    color: #26458d;
}
.question__form-checkbox label.error,
.question__form-checkbox label.error a {
    color: #f11;
}
.question__form-checkbox label.error::before {
    border: 1px solid #f11;
}
.question__form-checkbox label::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #fff;
    background-image: url('../image/icons/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0px 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.question__form-checkbox input:checked + label::before {
    background-size: 12px 12px;
}
.question__form .blue-btn {
    padding: 20px 34px 15px;
}
.error-message {
    display: none;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #f11;
    padding-top: 6px;
}
.certificates {
    padding: 90px 0 45px;
}
.certificates-inner {
    max-width: 1669px;
    margin: 9px auto 0;
    overflow: hidden;
    padding: 25px;
}
.swiper-row {
    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;
}
.swiper-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
}
.swiper-button-prev,
.swiper-button-next {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    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;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    border: 1px solid #333;
    background-color: transparent;
    cursor: pointer;
    margin-top: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.swiper-button-next svg,
.swiper-button-prev svg {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    border: 1px solid rgba(14, 14, 14, 0.1);
}
.swiper-button-prev:active,
.swiper-button-next:active {
    border: 1px solid #333;
}
.swiper-button-prev.swiper-button-lock,
.swiper-button-next.swiper-button-lock {
    display: none;
}

.certificates-item {
    width: 100%;
}
.certificates-item__img {
    display: inline-block;
    width: 100%;
}
.certificates-item__img-wrapper {
    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;
    border-radius: 8px;
    width: 100%;
    height: 477px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
}
.certificates-item__img-wrapper > img {
    max-width: 308px;
    border-radius: 8px;
}
.certificates__button {
    padding: 0 20px;
    margin-top: 11px;
    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;
}
.certificates__button .blue-btn {
    padding: 15px 40px 10px;
}
img.mfp-img {
    width: 400px;
}
.mfp-content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mfp-counter {
    display: none;
}
.mfp-close {
    display: none !important;
}
button.mfp-arrow {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    border: 1px solid #fff;
}
button.mfp-arrow-right {
    background-image: url('../image/icons/white-arrow-next.svg');
    background-position: center;
    background-size: 19px 16px;
    background-repeat: no-repeat;
    position: fixed;
    right: 50px;
}
button.mfp-arrow-left {
    background-image: url('../image/icons/white-arrow-prev.svg');
    background-position: center;
    background-size: 19px 16px;
    background-repeat: no-repeat;
    position: fixed;
    left: 50px;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: none;
}
.mfp-container {
    cursor: pointer;
}
.delivery {
    padding: 53px 0 88px;
}
.delivery-item.payment-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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.delivery-inner {
    max-width: 1620px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px auto;
    grid-template-columns: auto auto;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.delivery-legal {
    padding: 58px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
}
.delivery-item {
    max-width: 800px;
}
.delivery-item__title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 117%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
}
.delivery-legal__info {
    list-style: 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: 24px;
    margin-top: 36px;
}
.delivery-legal__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.delivery-legal__info-title {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    margin-bottom: 2px;
}
.delivery-legal__info-descr {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.delivery-individual {
    border-radius: 8px;
    padding: 58px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
}
.delivery-individual__text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    margin-top: 26px;
}
.delivery-individual__statistic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 38px 0 26px;
    -webkit-column-gap: 115px;
    -moz-column-gap: 115px;
    column-gap: 115px;
}
.delivery-individual__statistic-item p {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 41%;
    color: #333;
    opacity: 0.5;
}
.delivery-individual__statistic-item span {
    display: inline-block;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #333;
}
.delivery-individual .blue-btn {
    width: 100%;
}
.delivery-info {
    border-radius: 10px;
    padding: 58px;
    background-color: #4b4b4b;
    height: 100%;
    min-width: 800px;
}
.delivery-info__title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
}
.delivery-info__text {
    margin-top: 24px;
}
.delivery-info__text > p {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.delivery-info__text > p + p {
    padding-top: 10px;
}
.delivery-info__item {
    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;
}
.delivery-info__item-title {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-bottom: 2px;
}
.delivery-info__item-descr {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.delivery-info__list {
    margin-top: 62px;
    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;
}
.delivery-item__icon,
.delivery-item__icon > img {
    width: 60px;
    height: 60px;
}
.vacancies-advantages {
    padding: 75px 0 90px;
}
.vacancies-advantages__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 683px auto;
    grid-template-columns: 683px auto;
}
.vacancies-advantages__offer {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    margin-bottom: 24px;
}
.vacancies-advantages__text p {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.vacancies-advantages__text {
    margin-bottom: 54px;
}
.vacancies-advantages__list-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    opacity: 0.8;
    margin-bottom: 24px;
}
.vacancies-advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px;
    row-gap: 16px;
    list-style: none;
}
.vacancies-advantages__list li {
    position: relative;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 127%;
    color: #333;
    padding: 18.5px 15px 13.5px 78px;
    width: 460px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: #f3f3f3;
    border-radius: 4px;
}
.vacancies-advantages__list li::before {
    content: '';
    position: absolute;
    top: 23px;
    left: 46px;
    width: 12px;
    height: 12px;
    background: #26458d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.open-vacancies {
    padding: 90px 0;
}
.open-vacancies__inner {
    margin-top: 36px;
    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: 18px;
}
.open-vacancies__item-colunm {
    max-width: 894px;
}
.open-vacancies__item {
    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-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 52px 42px;
    background: #fff;
}
.open-vacancies__item-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 117%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 16px;
}
.open-vacancies__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px;
    margin-bottom: 21px;
}
.open-vacancies__item-salary {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    opacity: 0.7;
}
.open-vacancies__item-experience {
    border-radius: 4px;
    padding: 8px 28px;
    background: #f3f3f3;
}
.open-vacancies__item-experience span {
    display: inline-block;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    color: #333;
    opacity: 0.6;
}
.open-vacancies__item-description p {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.open-vacancies__item .blue-btn {
    padding: 20px 40px 15px;
}
.vacancies-contacts {
    padding: 88px 0 180px;
}
.vacancies-contacts.vacancies-contacts--vacancy-page {
    padding: 88px 0 140px;
}
.vacancies-contacts__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 683px auto;
    grid-template-columns: 683px auto;
}
.vacancies-contacts__text p {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.vacancies-contacts__text {
    margin-bottom: 36px;
}
.vacancies-contacts__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 98px;
    -moz-column-gap: 98px;
    column-gap: 98px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 36px 46px 31px;
}
.vacancies-contacts__card-avatar {
    width: 104px;
    height: 104px;
    border-radius: 100%;
}
.vacancies-contacts__card-name {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 117%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 8px;
}
.vacancies-contacts__card-jobtitle {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}
.vacancies-contacts__card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    max-width: 451px;
}
.vacancies-contacts__card-connection {
    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;
}
.vacancies-contacts__card-mail,
.vacancies-contacts__card-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 144%;
    color: #333;
    text-decoration: none;
}

.vacancies-contacts__card-mail:hover,
.vacancies-contacts__card-phone:hover {
    color: #26458d;
}
.vacancies-contacts__card-mail svg path,
.vacancies-contacts__card-phone svg path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.vacancies-contacts__card-mail:hover svg path,
.vacancies-contacts__card-phone:hover svg path {
    fill: #26458d;
}
.not-found {
    padding: 178px 0 53px;
}
.not-found__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    line-height: 89%;
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 200px;
    color: #333;
    margin-bottom: -7px;
}
.not-found__code > img {
    max-width: 135px;
    max-height: 134px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.not-found__title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 44px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
}
.not-found__inner {
    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: center;
    -ms-flex-align: center;
    align-items: center;
}
.more--not-found .title-2 {
    display: none;
}
.question--not-found {
    display: none;
}
.body-technical {
    height: 100vh;
    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;
}

.page-technical__title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 94px;
    line-height: 106%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    max-width: 1183px;
    margin-bottom: 12px;
}
.page-technical__subtitle {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #333;
    max-width: 887px;
}
.page-technical__img {
    position: absolute;
    bottom: 60px;
    right: 150px;
    max-width: 620px;
}
.builders-columns {
    padding: 75px 0 90px;
}
.builders-columns__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.builders-columns__item {
    position: relative;
    background: #f3f3f3;
    padding: 77px 28px 28px;
    border-radius: 8px;
    width: 100%;
    height: 256px;
}
.builders-columns__item::before {
    content: '';
    position: absolute;
    left: 31px;
    top: 31px;
    width: 12px;
    height: 12px;
    background: #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.builders-columns__item-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 8px;
}
.builders-columns__item-text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.builders-about {
    padding: 90px 0 36px;
}
.builders-about__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 683px auto;
    grid-template-columns: 683px auto;
}
.builders-about__info {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.builders-about__info p + p {
    padding-top: 10px;
}
.builders-images {
    max-width: 1650px;
    padding: 0 15px;
    margin: 0 auto;
}
.builders-images-swiper {
    max-width: 937px;
    margin-right: 0;
}
.builders-images__item {
    border-radius: 8px;
    width: 458px;
    height: 320px;
}
.builders-links {
    padding: 117px 0 83px;
}
.builders-links__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 683px auto;
    grid-template-columns: 683px auto;
}
.builders-links__item + .builders-links__item {
    margin-top: 20px;
}
.builders-links__item {
    display: block;
    padding: 40px;
    text-decoration: none;
    background-color: #f3f3f3;
    border-radius: 8px;
}
.builders-links__item-toprow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.builders-links__item-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.builders-links__item-quantity {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.builders-links__item-descr {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.builders-links__item:hover .builders-links__item-title,
.builders-links__item:active .builders-links__item-title {
    color: #26458d;
}
.builders-links__item:hover .builders-links__item-descr,
.builders-links__item:active .builders-links__item-descr {
    color: #26458d;
}
.builders-links__item:hover .builders-links__item-quantity,
.builders-links__item:active .builders-links__item-quantity {
    color: #26458d;
}
.solutions-section {
    padding: 90px 0;
}
.solutions-section.solutions-section__bottom {
    padding-bottom: 145px;
}
.solutions-swiper {
    max-width: 1650px;
    padding: 0 15px;
    margin: 36px auto;
}
.solution-item__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.solution-item__tag {
    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;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    border-radius: 4px;
    padding: 8px 12px;
    height: 40px;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    background: #26458d;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.solution-item__tag-icon {
    width: 24px;
    height: 24px;
}

.solution-item {
    width: 526px;
}
.solution-item__image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
    border-radius: 8px;
    height: 300px;
}
.solution-item__image > img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.solution-item__image::after {
    content: '';
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background-color: #fff;
    background-image: url('../image/icons/black-arrow-next.svg');
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -58px;
    bottom: -58px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.solution-item__image:hover::after {
    right: 28px;
    bottom: 28px;
}
.solution-item__title {
    display: inline-block;
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 117%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    margin-bottom: 6px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.solution-item__title:hover {
    color: #26458d;
}
.solution-item__date {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}
.solutions-section__link {
    margin: 0 auto;
    padding: 14px 40px 10px;
}
.paralax {
    padding: 90px 0;
}
.mainpage-paralax {
    padding-top: 180px;
}
.paralax-info {
    min-height: 635px;
}
.paralax-info p {
    max-width: 647px;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.paralax-container {
    position: relative;
    margin-top: 36px;
}
.paralax-content {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    max-height: 636px;
    overflow-y: scroll;
}
.mainpage-paralax .paralax-content__wrapper {
    width: 797px;
}
.mainpage-paralax .paralax-info p {
    max-width: 797px;
}
.paralax-content__wrapper {
    width: 937px;
    margin-left: 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: 12px;
}
.paralax-content__item {
    background-color: #f3f3f3;
    border-radius: 8px;
    padding: 28px;
    height: 204px;
    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;
}
.paralax-content__item-num {
    display: inline-block;
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333;
    opacity: 0.6;
}
.paralax-content__item-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
}
.paralax-content__item-descr {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.paralax-content__item-row {
    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: 8px;
}
.paralax-content::-webkit-scrollbar {
    width: 0;
}

.paralax-content {
    -ms-overflow-style: none;
}

.paralax-content {
    overflow: -moz-scrollbars-none;
}
.reviews {
    padding: 90px 0;
}

.reviews-swiper {
    max-width: 1650px;
    padding: 0 15px;
    margin: 36px auto 0;
}
.reviews-item {
    padding: 42px 39px 48px 42px;
    background: #f4f4f4;
    border-radius: 8px;
    width: 800px;
    height: auto;
}
.reviews-item__title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 117%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 6px;
}
.reviews-item__jobtitle {
    display: inline-block;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    opacity: 0.7;
    margin-bottom: 22px;
}
.reviews-item__text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    -webkit-line-clamp: 9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.reviews-item__text.reviews-item__text--more {
    display: block;
    -webkit-line-clamp: auto;
}
.reviews-item__more {
    font-family: 'NoirPro-LightItalic', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #26458d;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.reviews-item__more:hover {
    color: #4b4b4b;
}
.faq {
    padding: 90px 0 180px;
}
.mainpage-faq {
    padding: 34px 0 160px;
}
.faq-list {
    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: 12px;
    margin-top: 36px;
}
.faq-item {
    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: 16px;
    position: relative;
    border-radius: 8px;
    padding: 28px 60px 28px 28px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    cursor: pointer;
}
.faq-item::before {
    content: '';
    position: absolute;
    top: 35px;
    right: 28px;
    background-image: url('../image/icons/black-curet.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 26px;
    height: 14px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.faq-item.active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-question {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 117%;
    letter-spacing: 0.02em;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.faq-item:hover .faq-question {
    color: #26458d;
}
.faq-answer {
    display: none;
}
.faq-answer p {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.faq-answer p + p {
    padding-top: 10px;
}
.vacancy-card {
    padding-bottom: 35px;
}
.vacancy-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 20px;
    padding: 52px 42px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
}
.vacancy-card__info-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 115%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 14px;
}
.vacancy-card__info-salary {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #333;
    margin-bottom: 11px;
    margin-top: 12px;
}
.vacancy-card__info-experience {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin-bottom: 6px;
}
.vacancy-card__info-conditions {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
}
.vacancy-card__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.vacancy-card__buttons .blue-btn,
.vacancy-card__buttons .border-btn {
    padding: 5px 40px 1px;
}
.vacancy-info {
    padding: 35px 0 90px;
}
.vacancy-info__title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 149%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 16px;
}
.vacancy-info__inner {
    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: 60px;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.vacancy-info__inner p {
    padding: 10px 0;
}
.vacancy-info__list {
    list-style: none;
    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: 1074px;
    row-gap: 10px;
}
.vacancy-info__list li {
    position: relative;
    padding-left: 33px;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.vacancy-info__list li::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 7px;
    width: 12px;
    height: 12px;
    background: #26458d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.vacancy-info__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.vacancy-info__buttons .blue-btn,
.vacancy-info__buttons .border-btn {
    padding: 5px 40px 1px;
}
.object-info {
    padding-bottom: 79px;
}
.object-info__image {
    max-width: 100%;
    border-radius: 20px;
    margin-top: 41px;
}
.object-info__tags {
    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: 12px;
    margin-top: 29px;
}
.object-info__tag {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 4px;
    padding: 18px 20px;
    height: 48px;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 81%;
    color: #fff;
    background: #26458d;
}
.object-info__tag.location {
    background: #4b4b4b;
    padding-left: 50px;
}
.object-info__tag.location::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 20px;
    background-image: url('../image/icons/location-white.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}
.object-info__text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    margin-top: 28px;
}
.object-info__text p {
    padding: 5px 0;
}
.object-info__text h2,
.object-info__text h3,
.object-info__text h4,
.object-info__text h5 {
    padding: 23px 0 9px;
    font-family: 'NoirPro-Regular', sans-serif;
}
.object-info__text h4 {
    font-size: 20px;
}
.object-info__text ul,
.object-info__text ol {
    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: 12px;
    padding: 10px 0;
}
.object-info__text > ol {
    margin-left: 20px;
}
.object-info__text ul {
    list-style: none;
}

.object-info__text > ul > li,
.object-info__text > ul > li > ul > li,
.object-info__text > ol > li > ul > li {
    position: relative;
    padding-left: 33px;
}
.object-info__text > ul > li::before,
.object-info__text > ol > li > ul > li::before,
.object-info__text > ul > li > ul > li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #26458d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.offers {
    padding: 90px 0;
}
.card-offers {
    padding: 62px 0 67px;
}
.page-offers .offers-swiper {
    padding: 36px 20px 0;
}
.offers-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
}
.offers-item__slide {
    width: 390px;
    height: 500px;
}
.offers-item {
    position: relative;
    display: inline-block;
    border-radius: 8px;
    width: 390px;
    height: auto;
    min-height: 500px;
    padding: 80px 26px 26px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}
.offers-item__tag {
    position: absolute;
    top: 26px;
    left: 26px;
    display: inline-block;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    height: 32px;
    line-height: 81%;
    border-radius: 4px;
    padding: 11px 16px;
}
.offers-item__tag.gray {
    background: #a8a8a8;
}
.offers-item__tag.blue {
    background: #26458d;
}
.offers-item__tag.black {
    background: #4b4b4b;
}
.offers-item__image {
    display: block;
    max-height: 252px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 36px;
}
.offers-item__title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    margin-bottom: revert;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.offers-item:hover .offers-item__title {
    color: #26458d;
}
.offers-item__info {
    list-style: none;
}
.offers-item__info li {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #8c8c8c;
}
.offers-swiper {
    max-width: 1660px;
    margin: 0 auto;
    padding: 20px;
}

.search-empty {
    padding: 190px 0 90px;
}
.search-empty__info-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 6px;
}
.search-empty__info-text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.search-empty__info-image {
    width: 80px;
    height: 80px;
}
.search-empty__wrapper {
    max-width: 906px;
}
.search-empty__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
}
.search-empty__inner {
    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;
    row-gap: 64px;
}
.search-empty__error {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.search-empty__error-title {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    margin-bottom: 4px;
}
.search-empty__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.search-empty__errors {
    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;
}
.catalog-cards.catalog-cards--main {
    padding: 90px 0;
}
.catalog-cards {
    padding-bottom: 135px;
}
.catalog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border-radius: 8px;
    padding: 28px;
    background-color: #f3f3f3;
    width: 527px;
    height: 236px;
    text-decoration: none;
}
.catalog-cards--main .catalog-card {
    height: 188px;
}
.catalog-card.catalog-card--max {
    -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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 527px;
    height: 492px;
}
.catalog-cards--main .catalog-card.catalog-card--max {
    height: 396px;
}
.catalog-card__image {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    max-height: 150px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.7;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.catalog-cards--main .catalog-card__image {
    max-height: 132px;
}
.catalog-card.catalog-card--max .catalog-card__image {
    max-height: 255px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
.catalog-cards--main .catalog-card.catalog-card--max .catalog-card__image {
    max-height: 205px;
}
.catalog-card__title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    margin-bottom: 12px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.catalog-cards--main .catalog-card__title {
    max-width: 226px;
    margin-bottom: 0;
}
.catalog-card__text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}
.catalog-card__text p {
    opacity: 0.7;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catalog-card:hover .catalog-card__title {
    color: #26458d;
}
.catalog-card:hover .catalog-card__image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.catalog-cards__wrapper-col1 {
    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;
}
.catalog-cards__inner {
    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;
    margin-top: 36px;
}
.catalog-cards__wrapper-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.catalog-cards__wrapper-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;
}
.catalog-cards__wrapper-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.catalog-cards__wrapper-col2 {
    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;
}
.banner-helper {
    height: 236px;
    width: 100%;
    padding: 55px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 8px;
    background: -o-linear-gradient(318deg, #2e649a 0%, #4aaadb 100%);
    background: linear-gradient(132deg, #2e649a 0%, #4aaadb 100%);
}
.catalog-cards--main .banner-helper {
    height: 188px;
    padding: 44px 43px;
}
.banner-helper__title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.banner-helper__text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.banner-helper__text p {
    max-width: 522px;
}
.banner-helper .white-btn {
    padding: 5px 32px 0px;
}
.catalog-cards--main .banner-helper__text p {
    max-width: 715px;
}
.search-form {
    display: none;
}
.page-content {
    padding: 3px 0 175px;
}
.page-content.page-content--solutions {
    padding: 64px 0 84px;
}
.page-content__inner {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.page-content__inner p {
    padding: 5px 0;
}
.page-content__inner h2,
.page-content__inner h3,
.page-content__inner h4,
.page-content__inner h5 {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #333;
    padding: 27px 0 10px;
}
.page-content__inner h2 {
    font-size: 32px;
    line-height: 131%;
}
.page-content__inner img {
    max-width: 1073px;
    border-radius: 8px;
    margin: 36px 0 29px;
}
.page-content__inner ul {
    list-style: none;
}
.page-content__inner ol {
    margin-left: 20px;
}
.page-content__inner ol > ol,
.page-content__inner ul > ol {
    margin-left: 0;
}
.page-content__inner ul,
.page-content__inner ol {
    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: 12px;
    padding: 10px 0;
}
.page-content__inner ul > li,
.page-content__inner ul > li > ul > li,
.page-content__inner ol > li > ul > li {
    position: relative;
    padding-left: 33px;
}
.page-content__inner ul > li::before,
.page-content__inner ol > li > ul > li::before,
.page-content__inner ul > li > ul > li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #26458d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page-content__images {
    max-width: 1650px;
    padding: 0 15px;
    margin: 35px auto;
}
.page-content__image > img {
    width: 527px;
    height: 340px;
    border-radius: 8px;
}
.catalog-category {
    padding-bottom: 90px;
}
.catalog-category__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    padding: 20px 40px 20px 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
}
.catalog-category__item-image {
    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;
    min-width: 330px;
    height: 298px;
    border-radius: 8px;
    background: #f3f3f3;
}
.catalog-category__item-image img {
    max-width: 300px;
    max-height: 219px;
}
.catalog-category__item-tag {
    display: inline-block;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #8c8c8c;
    margin-bottom: 8px;
}
.catalog-category__item-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 12px;
}
.catalog-category__item-text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
.catalog-category__item-additionally {
    list-style: 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: 4px;
}
.catalog-category__item-additionally li {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #8c8c8c;
}
.catalog-category__item-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #2fa824;
    margin-bottom: 20px;
}
.catalog-category__item-dealer {
    display: inline-block;
    font-family: 'NoirPro-LightItalic', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #26458d;
    margin-top: 26px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.catalog-category__item-dealer:hover {
    color: #4b4b4b;
}
.catalog-category__item-info {
    max-width: 757px;
}
.catalog-category__item-buttons {
    margin-left: 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: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog-category__item-buttons .border-btn,
.catalog-category__item-buttons .blue-btn {
    width: 280px;
}
.catalog-category__item-buttons .border-btn {
    margin-bottom: 12px;
}
.catalog-category__inner {
    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;
    margin-top: 42px;
}
.other-category {
    padding: 90px 0 147px;
}
.card-other-category {
    padding: 53px 0 179px;
}
.other-category__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    padding: 28px;
    width: 527px;
    min-height: 236px;
    height: auto;
    background: #f3f3f3;
    text-decoration: none;
}
.other-category__card-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 11px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.other-category__card-text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}
.other-category__card-text p {
    opacity: 0.7;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.other-category__card-image {
    max-width: 98px;
    max-height: 150px;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    opacity: 0.7;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.other-category__card:hover .other-category__card-image {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.other-category__card:hover .other-category__card-title {
    color: #26458d;
}
.other-category__inner {
    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;
    margin-top: 36px;
}
.articles {
    padding-bottom: 88px;
}
.articles-item {
    width: 526px;
    height: 476px;
}
.articles-item__image,
.articles-item__image > img {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 8px;
}
.articles-item__image {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
}
.articles-item__image::after {
    content: '';
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background-color: #fff;
    background-image: url(../image/icons/black-arrow-next.svg);
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -58px;
    bottom: -58px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.articles-item__image:hover:after {
    right: 28px;
    bottom: 28px;
}
.articles-item__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    margin-bottom: 12px;
}
.articles-item__tag {
    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;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    position: relative;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    border-radius: 4px;
    padding: 13px 12px 10px 12px;
    height: 40px;
    background: #26458d;
}
.articles-item__tag-icon {
    width: 24px;
    height: 24px;
}
.articles-item__title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 117%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    margin-bottom: 6px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.articles-item__title:hover {
    color: #26458d;
}
.articles-item__date {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}
.articles-wrapper {
    position: relative;
    margin-top: 42px;
}
.articles-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.articles-banner {
    border-radius: 8px;
    width: 1074px;
    height: 476px;
    padding: 68px 74px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    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;
}
.articles-banner.articles-banner-mob {
    display: none;
}
.articles-banner__content {
    max-width: 587px;
}
.articles-banner__title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 8px;
}
.articles-banner__text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.articles-banner .blue-btn {
    padding: 6px 34px 0px;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 36px auto 0;
}
.pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}
.pagination-arrow {
    width: 54px;
    height: 54px;
    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;
    border-radius: 4px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pagination-arrow__prev {
    margin-right: 6px;
}
.pagination-arrow__next {
    margin-left: 6px;
}
.pagination-item {
    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;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 54px;
    height: 54px;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pagination-item.pagination-item--current {
    border: 1px solid #26458d;
    background: #26458d;
    color: #fff;
}
.pagination-arrow.pagination__arrow--disabled path {
    stroke: #a8a8a8;
}
.pagination-item:hover,
.pagination-arrow:hover {
    background: rgba(38, 69, 141, 0.06);
}
.pagination-item.pagination-item--current:hover {
    background: #26458d;
}
.pagination-arrow.pagination__arrow--disabled:hover {
    background: #fff;
}
.card {
    min-height: 680px;
}
.card-images {
    background-color: #f3f3f3;
    border-radius: 10px;
    width: 803px;
    height: 680px;
    position: absolute;
    top: 0;
    left: 0;
}
.card-image {
    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;
    background-color: #f3f3f3;
    border-radius: 10px;
}
.card-image > img {
    max-width: 516px;
    max-height: 516px;
}
.card__inner {
    position: relative;
    padding-left: 907px;
}
.card-images__btn-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 42px;
}
.card-images__btn-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 42px;
}
.card-images__btn-prev:hover,
.card-images__btn-next:hover {
    background-color: #fff;
    border: 1px solid #fff;
}
.card-info {
    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;
    min-height: 680px;
}
.card-info__inner.card-info__inner--flex {
    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: 505px;
}
.card-info__title {
    margin-bottom: 38px;
}
.card-info__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #2fa824;
    margin-bottom: 18px;
}
.card-info__text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    margin-bottom: 42px;
}
.card-info__volume {
    margin-bottom: 19px;
}
.card-info__volume-title {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    margin-bottom: 8px;
}
.card-info__volume-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}
.card-info__volume-list li {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    border-radius: 4px;
    padding: 14px;
    height: 46px;
    background: #f3f3f3;
    min-width: 110px;
    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;
}
.card-info__list {
    list-style: none;
}
.card-info__list {
    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: 16px;
}
.card-info__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
}
.card-info__list li p {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    opacity: 0.6;
}
.card-info__list li span {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
}
.card-info__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-top: 30px;
}
.card-info__buttons .blue-btn {
    width: 338px;
    height: 62px;
}
.card-info__buttons .border-btn {
    height: 62px;
    width: 363px;
}
.product-info {
    padding: 80px 0 0;
}
.product-info__inner {
    width: 800px;
    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: 60px;
}
.product-info__icons {
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 36px;
    margin: 10px 0;
}
.product-info__icon {
    width: 40px;
    height: 40px;
}
.product-info__icons-item {
    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;
}
.product-info__icons-inner {
    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: 4px;
}
.product-info__icons-inner p {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
}
.product-info__icons-inner span {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #8c8c8c;
}
.product-info__content-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    padding: 0 0 10px 0;
}
.product-info__content-text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.product-info__content-text p {
    padding: 10px 0;
}
.product-info__document {
    padding: 14px 20px;
    border-radius: 8px;
    background: #f4f4f4;
    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;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    text-decoration: none;
    margin: 10px 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-info__document:hover {
    background: rgba(38, 69, 141, 0.08);
}
.product-info__document:active {
    background: #f3f3f3;
    color: #26458d;
}
.product-info__document:active .product-info__document-title {
    color: #26458d;
}
.product-info__document-title {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-info__document svg path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-info__document:active svg path {
    stroke: #26458d;
}
.product-info__document-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}
.product-info__document-col svg {
    min-width: 40px;
}
.product-info__faq {
    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: 12px;
    padding: 10px 0;
}
.product-info__faq-item {
    position: relative;
    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: 6px;
    border-radius: 8px;
    padding: 28px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    cursor: pointer;
}

.product-info__faq-item::after {
    content: '';
    position: absolute;
    right: 28px;
    top: 35px;
    width: 26px;
    height: 14px;
    background-image: url('../image/icons/black-curet.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-info__faq-item.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-info__faq-question {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 117%;
    color: #333;
    padding-right: 45px;
}
.product-info__faq-answer {
    display: none;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.product-info__faq-answer p {
    padding: 10px 0;
}
.product-info__characteristics {
    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: 16px;
    margin: 10px 0;
}
.product-info__characteristics-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-info__characteristics-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-info__characteristics-title {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
}
.product-info__characteristics-subtitle {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #8c8c8c;
}
.product-info__characteristics-info {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: right;
    color: #333;
}
.product-info__faq-document {
    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;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    padding: 15px 20px;
    background: #f4f4f4;
    width: 670px;
    margin: 10px 0;

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;
}
.product-info__faq-document-title {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-info__faq-document-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}
.product-info__faq-document:hover {
    background: rgba(38, 69, 141, 0.08);
}
.product-info__faq-document:active {
    color: #26458d;
}
.product-info__faq-document svg path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-info__faq-document:active svg path {
    stroke: #26458d;
}
.select {
    display: none;
}
.tabs-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.tabs-menu li {
    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;
}
.tabs-menu li a {
    height: 48px;
    display: inline-block;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    padding: 12px 19.5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.tabs-menu li a.active {
    color: #fff;
    background: #26458d;
    border: 1px solid #26458d;
}
.tabs-menu li a:hover {
    color: #26458d;
    border: 1px solid #26458d;
    background: #f6f9ff;
}
.tabs-menu li a:active {
    color: #fff;
    background: #26458d;
    border: 1px solid #26458d;
}
.tabs-menu li a.active:hover {
    color: #fff;
    background: #26458d;
    border: 1px solid #26458d;
}
.object-item {
    position: relative;
    display: inline-block;
    width: 527px;
    height: 340px;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.object-item__image {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.object-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.8))
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    opacity: 0.6;
    z-index: 10;
    border-radius: 8px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.object-item__content {
    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: 4px;
    position: absolute;
    bottom: 28px;
    left: 28px;
    right: 28px;
    padding-right: 65px;
    z-index: 20;
}
.object-item__content-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
}
.object-item__content-subtitle {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.object-item__content::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-image: url('../image/icons/white-arrow-next.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px 16px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.object-item:hover .object-item__image,
.object-item:active .object-item__image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.object-item:hover::after,
.object-item:active::after {
    opacity: 0;
}
.object-item:hover .object-item__content::after,
.object-item:active .object-item__content::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.objects-content__inner {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 19px;
    max-height: 1071px;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.objects-content__inner.active {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}
.objects-more {
    margin: 0 auto;
    margin-top: 25px;
    padding: 7px 33px 1px;
}
.objects {
    padding-bottom: 90px;
}
.objects-content {
    display: none;
}
.dropdown {
    display: none;
}
.tabs-content-more {
    display: none;
}
.documents {
    padding-bottom: 90px;
}
.documents-tabs {
    margin: 42px 0;
}
.documents__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px auto;
    grid-template-columns: auto auto;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 14px;
}
.document-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    padding: 14px 20px;
    height: 68px;
    background: #f4f4f4;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.document-item__title {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    padding-top: 8px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.document-item span {
    padding-top: 8px;
}
.document-item svg path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.document-item:hover {
    background: rgba(38, 69, 141, 0.08);
}
.document-item:active {
    color: #26458d;
}
.document-item:active .document-item__title {
    color: #26458d;
}
.document-item:active svg path {
    stroke: #26458d;
}
.document-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}
.documents-search {
    position: relative;
    width: 800px;
    height: 58px;
    margin-bottom: 36px;
}
.documents-search::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('../image/icons/search.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.documents-search input {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(51, 51, 51, 0.8);
    border-radius: 4px;
    padding: 19px 14px 16px 47px;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.documents-search input:hover,
.documents-search input:active,
.documents-search input:focus {
    border: 1px solid #333;
}
.documents-search input::-webkit-input-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    opacity: 0.4;
}
.documents-search input::-moz-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    opacity: 0.4;
}
.documents-search input:-ms-input-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    opacity: 0.4;
}
.documents-search input::-ms-input-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    opacity: 0.4;
}
.documents-search input::placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    opacity: 0.4;
}
.contacts {
    padding-bottom: 150px;
}
.contacts-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 42px 0 38px;
}
.contacts-top li a {
    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;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    border-radius: 4px;
    padding: 18px 50px;
    height: 50px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contacts-top li a:hover {
    background: #f6f9ff;
    color: #26458d;
    border: 1px solid #26458d;
}
.contacts-top li a:active {
    background: #193169;
    color: #fff;
    border: 1px solid #193169;
}
.contacts-top li a.active {
    background: #26458d;
    border: 1px solid #26458d;
    color: #fff;
}
.contacts-info__item {
    padding-bottom: 34px;
}
.contacts-info__item + .contacts-info__item {
    padding-top: 34px;
    border-top: 1px solid #e3e3e3;
}
.contacts-info__item-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 24px;
}
.contacts-info__item-subtitle {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    opacity: 0.6;
    margin-bottom: 6px;
}
.contacts-info__item-phonelink {
    display: block;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    opacity: 0.9;
    text-decoration: none;
    padding: 2px 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contacts-info__item-phonelink:hover {
    color: #26458d;
}
.contacts-info__item-datetime {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    color: #8c8c8c;
}
.contacts-info__item-maillink {
    display: block;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    opacity: 0.8;
    text-decoration: none;
    padding: 2px 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contacts-info__item-maillink:hover {
    color: #26458d;
}
.contacts-info__item-addresstext {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    color: #333;
    opacity: 0.8;
    padding: 2px 0;
}
.contacts-info__item-scheme {
    font-family: 'NoirPro-LightItalic', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #26458d;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contacts-info__item-scheme:hover,
.contacts-info__item-scheme:active {
    color: #4b4b4b;
}
.contacts-info__item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    margin-bottom: 22px;
    row-gap: 21px;
}
.contacts-production {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 547px 937px;
    grid-template-columns: 547px 937px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.production-map {
    width: 100%;
    border-radius: 8px;
    height: 561px;
}
.dealers-map {
    width: 100%;
    height: 680px;
    position: relative;
    z-index: 0;
}
.contacts-dealers {
    position: relative;
}
.contacts-dealers__inner {
    margin: -128px auto 0;
    position: relative;
    padding: 40px 40px 60px 40px;
    background: #fff;
    border-radius: 8px;
    max-width: 1074px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    z-index: 3;
}
.contacts-dealers__search {
    position: relative;
    width: 100%;
    height: 48px;
}
.contacts-dealers__search input {
    width: 100%;
    height: 100%;
    padding: 13px 10px 10px 50px;
    border: 1px solid #333;
    border-radius: 4px;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    outline: none;
}
.contacts-dealers__search input::-webkit-input-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #9c9c9c;
}
.contacts-dealers__search input::-moz-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #9c9c9c;
}
.contacts-dealers__search input:-ms-input-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #9c9c9c;
}
.contacts-dealers__search input::-ms-input-placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #9c9c9c;
}
.contacts-dealers__search input::placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #9c9c9c;
}
.contacts-dealers__search::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    width: 24px;
    height: 24px;
    background-image: url('../image/icons/search.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contacts-dealers__tabs-content {
    display: none;
    position: relative;
    width: 100%;
}

.contacts-dealers__tabs-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 12px;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    max-height: 468px;
    list-style: none;
}
.contacts-dealers__tabs-content ul li {
    cursor: pointer;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 25%;
}
.contacts-dealers__tabs-content ul li:hover {
    color: #26458d;
}
.contacts-dealers__tabs-search {
    display: none;
}

.contacts-dealers__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 40px 0 44px 0;
}
.contacts-dealers__tabs li a {
    position: relative;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contacts-dealers__tabs li a.active {
    color: #26458d;
}
.contacts-dealers__tabs li a.active::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 2px;
    background: #26458d;
}
.contacts-dealers__tabs li a::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    width: 0%;
    max-width: 0%;
    height: 2px;
    background: #26458d;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contacts-dealers__tabs li a:hover {
    color: #26458d;
}
.contacts-dealers__tabs li a:hover::before {
    max-width: 100%;
    width: 100%;
}
.contacts-dealers__placemark-info {
    display: none;
}
.main-banner__slide {
    position: relative;
    height: 717px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
}

.main-banner__subtitle {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    margin-bottom: 32px;
    margin-top: 8px;
    max-width: 574px;
}
.main-banner__btn {
    padding: 21px 47px;
}
.main-banner__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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 107px 0 180px 90px;
    max-width: 900px;
}

.swiper-progress-bar {
    position: relative;
    width: 100%;
    display: block;
    z-index: 1;
    height: 2px;
}
.swiper-progress-bar .slide_progress-bar {
    position: absolute;
    height: 2px;
    background: rgba(51, 51, 51, 0.1);
    width: 206px;
    clear: both;
    opacity: 0;
    bottom: -7px;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.swiper-progress-bar .slide_progress-bar:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #26458d;
    opacity: 1;
    height: 100%;
    width: 0;
    content: '';
}
.swiper-progress-bar.active .slide_progress-bar {
    opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
    -webkit-transition: width linear;
    -o-transition: width linear;
    transition: width linear;
    -webkit-transition-delay: unset;
    -o-transition-delay: unset;
    transition-delay: unset;
    width: 100%;
    -webkit-transition-duration: 8s;
    -o-transition-duration: 8s;
    transition-duration: 8s;
}
.main-banner__ui {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 157px;
    left: 90px;
    width: 272px;
}
.swiper-pagination-current {
    position: absolute;
    left: 0;
    color: #26458d;
}
.swiper-pagination-total {
    position: absolute;
    right: 0;
    color: #333;
    opacity: 0.2;
}
.swiper-pagination {
    color: transparent;
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
}
.application {
    padding: 90px 0;
}
.application .list-hover {
    padding: 37px 15px 0px;
}
.objects-offer-swiper {
    max-width: 1650px;
    padding: 36px 15px;
    margin: 0 auto;
}
.objects-offer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 19px;
}
.objects-offer__item {
    position: relative;
    display: inline-block;
    width: 527px;
    height: 340px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.objects-offer__item-image {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.objects-offer__item:hover .objects-offer__item-image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.objects-offer__item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.8))
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    opacity: 0.6;
    z-index: 10;
    border-radius: 8px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.objects-offer__item-link {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.objects-offer__item-content {
    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: 4px;
    position: absolute;
    bottom: 28px;
    left: 28px;
    right: 28px;
    padding-right: 65px;
    z-index: 20;
}
.objects-offer__item-content::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-image: url('../image/icons/white-arrow-next.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px 16px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.objects-offer__item:hover .objects-offer__item-content::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.objects-offer__item-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
}
.objects-offer__item-subtitle {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.objects-offer__link {
    margin: 0 auto;
    padding: 15px 34px 11px;
}
.objects-offer {
    padding: 90px 0;
}
.content {
    padding-bottom: 85px;
}
.content__inner {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 15px;
}
.content h1 {
    line-height: 142%;
}
.content-date {
    display: block;
    padding: 20px 0 10px;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 80%;
    color: #4b4b4b;
    opacity: 0.7;
}
.content-tags {
    padding: 8px 15px 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    max-width: 1650px;
    margin: 0 auto;
    overflow-x: scroll;
}
.content-tags::-webkit-scrollbar {
    width: 0;
}

.content-tags {
    -ms-overflow-style: none;
}

.content-tags {
    overflow: -moz-scrollbars-none;
}
.content-tag {
    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;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    border-radius: 4px;
    padding: 10px 22px;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    background: #26458d;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.content-tag .content-tag__icon {
    margin: 0;
    width: 24px;
    height: 24px;
}
.content .content-banner {
    max-width: 100%;
    border-radius: 20px;
    margin: 13px 0 26px;
}
.content p {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    padding: 5px 0;
}
.content h2 {
    font-size: 32px;
}
.content h3 {
    font-size: 30px;
}
.content h4 {
    font-size: 28px;
}
.content h5 {
    font-size: 26px;
}
.content h2,
.content h3,
.content h4,
.content h5 {
    padding: 28px 0 13px;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    line-height: 131%;
    letter-spacing: 0.02em;
    color: #333;
}
.content-documents {
    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: 12px;
    margin: 36px 0 40px;
}
.content-documents__item {
    display: block;
    text-decoration: none;
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    background: #f3f3f3;
    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;
    border-radius: 8px;
    padding: 12px 20px;
    height: 64px;
    width: 1074px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.content-documents__item:hover {
    background: rgba(38, 69, 141, 0.08);
}
.content-documents__item:active {
    color: #26458d;
}
.content-documents__item .content-documents__item-title {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    padding: 0;
    letter-spacing: -0.001em;
    padding-top: 6px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.content-documents__item span {
    padding-top: 6px;
}
.content-documents__item:active .content-documents__item-title {
    color: #26458d;
}

.content-documents__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}
.content-documents__item .content-documents__item-inner svg path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.content-documents__item:active .content-documents__item-inner svg path {
    stroke: #26458d;
}
.content-documents__item-inner svg {
    min-width: 40px;
    width: 40px;
    height: 40px;
}
.content img {
    max-width: 1067px;
    max-height: 600px;
    border-radius: 8px;
    margin: 36px 0;
}
.content .video {
    margin: 36px 0 17px;
}
.content video {
    max-width: 1067px;
    max-height: 600px;
    border-radius: 8px;
}
.content .description {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    padding: 12px 0 0;
}
.content__inner ul,
.content__inner ol {
    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;
    padding: 5px 0;

    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.content__inner ol {
    margin-left: 20px;
}
.content__inner ul {
    list-style: none;
}

.content__inner > ul > li,
.content__inner > ul > li > ul > li,
.content__inner > ol > li > ul > li {
    position: relative;
    padding-left: 33px;
}
.content__inner > ul > li::before,
.content__inner > ol > li > ul > li::before,
.content__inner > ul > li > ul > li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #26458d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.content-swiper {
    max-width: 1650px;
    margin: 0 auto;
    padding: 40px 15px 19px;
}
.content-swiper__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.content-swiper .content-swiper__image {
    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;
    border-radius: 8px;
    width: 527px;
    height: 340px;
}
.content-swiper .content-swiper__image > img {
    width: 100%;
    height: 100%;
    margin: 0;
}
.article-banner {
    padding: 90px 0;
}
.article-banner__inner {
    border-radius: 8px;
    width: 100%;
    height: 388px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    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;
    padding-left: 74px;
}
.article-banner__content {
    max-width: 827px;
}

.article-banner__title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 8px;
}
.article-banner__text {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    margin-bottom: 70px;
}
.article-banner__content .blue-btn {
    padding: 6px 33px 1px;
}
.search-section {
    padding: 60px 0;
}
.search-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
}
.search-row {
    padding-bottom: 90px;
}
.search-row__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 45px 0px 17px;
    border-bottom: 1px solid #e3e3e3;
}
.search-inner {
    margin: 26px auto 0;
    padding-top: 0;
    padding-bottom: 0;
}
.search-documents__title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
}
.search-row__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding-bottom: 13px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-row__content-count {
    font-family: 'NoirPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    opacity: 0.7;
}
.search-row__content-request {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    opacity: 0.7;
}
.objects-offer-search {
    padding: 60px 0 90px;
}
.catalog-category-search {
    padding-bottom: 60px;
}
.search-row__form {
    display: none;
}
.modal {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.modal.active {
    display: block;
}
.modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 60px 40px;
    width: 607px;
    min-height: 521px;
    background: #fff;
    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;
}
.modal-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
}
.modal-close svg {
    width: 100%;
    height: 100%;
}
.modal-close svg path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.modal-close:hover svg path,
.modal-close:active svg path {
    fill: #26458d;
}
.modal__content-title {
    font-family: 'NoirPro-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    margin-bottom: 8px;
}
.modal__content-subtitle {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #333;
    max-width: 350px;
    margin: 0 auto;
}
.modal-form__input {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 18px;
    width: 100%;
    height: 54px;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    outline: none;
}
.modal-form__input:active,
.modal-form__input:focus {
    border: 1px solid #333;
}
.modal-form__input:placeholder {
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    line-height: 100%;
    color: #333;
    opacity: 0.6;
}
.modal-form__input.error {
    border: 1px solid #f11;
}
.modal-form__row + .modal-form__row {
    margin-top: 12px;
}
.modal-form__checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 20px 0 27px;
}
.modal-form__checkbox label {
    position: relative;
    vertical-align: middle;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    padding-left: 51px;
}
.modal-form__checkbox label.error,
.modal-form__checkbox label.error a {
    color: #f11;
}
.modal-form__checkbox label::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 35px;
    height: 35px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #fff;
    background-image: url(../image/icons/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0px 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.modal-form__checkbox label.error::before {
    border: 1px solid #f11;
}
.modal-form__checkbox input:checked + label::before {
    background-size: 15px 15px;
}
.modal-form__checkbox label a {
    font-family: 'NoirPro-LightItalic', sans-serif;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.modal-form__checkbox label a:hover,
.modal-form__checkbox label a:active {
    color: #26458d;
}
.modal-form__checkbox input {
    position: absolute;
    left: -99999999px;
}
.modal__content .blue-btn {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
.modal-error {
    display: none;
    font-family: 'NoirPro-Light', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #f11;
    padding-top: 5px;
}

.modal-form {
    margin-top: 32px;
}

@media (max-width: 1650px) {
    .vacancies-advantages__list li {
        width: 100%;
    }
    .vacancies-contacts__card {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .page-technical__img {
        right: 20px;
        bottom: 20px;
    }
    .builders-columns__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }
    .builders-columns__item-text {
        max-width: 800px;
    }
    .catalog-card__title {
        font-size: 1.45vw;
        margin-bottom: 0.73vw;
    }
    .catalog-card__text p {
        -webkit-line-clamp: 4;
    }
    .catalog-card__text {
        font-size: 1.09vw;
    }
    .catalog-card {
        width: 31.94vw;
        height: 14.3vw;
    }
    .catalog-cards--main .catalog-card {
        height: 11.39vw;
    }
    .catalog-card.catalog-card--max {
        width: 31.94vw;
        height: 29.82vw;
        padding: 1.7vw;
    }
    .catalog-cards--main .catalog-card.catalog-card--max {
        height: 24vw;
    }
    .catalog-cards__wrapper-col1 {
        row-gap: 1.21vw;
    }
    .catalog-cards__wrapper-column {
        row-gap: 1.21vw;
    }
    .catalog-cards__wrapper-top {
        -webkit-column-gap: 1.21vw;
        -moz-column-gap: 1.21vw;
        column-gap: 1.21vw;
    }
    .catalog-card.catalog-card--max .catalog-card__image {
        max-height: 15.45vw;
    }
    .catalog-cards--main .catalog-card.catalog-card--max .catalog-card__image {
        max-height: 13.7vw;
    }
    .catalog-cards--main .catalog-card__image {
        max-height: 8vw;
    }
    .catalog-cards__inner {
        -webkit-column-gap: 1.21vw;
        -moz-column-gap: 1.21vw;
        column-gap: 1.21vw;
    }
    .catalog-cards__wrapper-col2 {
        row-gap: 1.21vw;
    }
    .catalog-cards--main .catalog-card__title {
        max-width: 13.7vw;
    }
    .banner-helper {
        height: 14.3vw;
        padding: 3.33vw 2.73vw;
    }
    .catalog-cards--main .banner-helper {
        height: 11.39vw;
        padding: 2.73vw;
    }
    .banner-helper__title {
        font-size: 1.7vw;
    }
    .banner-helper__text {
        font-size: 1.21vw;
    }
    .catalog-cards--main .banner-helper__text p {
        max-width: 43.33vw;
    }
    .catalog-cards__wrapper-center {
        -webkit-column-gap: 1.21vw;
        -moz-column-gap: 1.21vw;
        column-gap: 1.21vw;
    }
    .page-content__image > img {
        width: 31.94vw;
        height: 20.61vw;
    }
    .page-content__inner img {
        max-width: 65.03vw;
    }
    .other-category__card {
        width: 31.94vw;
        height: 14.3vw;
        padding: 1.7vw;
    }
    .other-category__card-title {
        font-size: 1.45vw;
        margin-bottom: 0.67vw;
    }
    .other-category__card-text {
        font-size: 1.09vw;
    }
    .other-category__card-image {
        max-width: 5.94vw;
        max-height: 9.09vw;
    }
    .articles-item {
        width: 31.88vw;
        height: 28.85vw;
    }
    .articles-item__image,
    .articles-item__image > img {
        height: 18.18vw;
    }
    .articles-item__image {
        margin-bottom: 0.73vw;
    }
    .articles-item__tag {
        font-size: 0.97vw;
        border-radius: 0.24vw;
        padding: 0.89vw 0.73vw 0.73vw 0.79vw;
        height: 2.42vw;
        -webkit-column-gap: 0.61vw;
        -moz-column-gap: 0.61vw;
        column-gap: 0.61vw;
    }
    .articles-item__tag-icon {
        width: 1.45vw;
        height: 1.45vw;
    }
    .articles-item__tags {
        -webkit-column-gap: 0.36vw;
        -moz-column-gap: 0.36vw;
        column-gap: 0.36vw;
        margin-bottom: 0.73vw;
    }
    .articles-item__title {
        font-size: 1.45vw;
        margin-bottom: 0.36vw;
    }
    .articles-item__date {
        font-size: 0.97vw;
    }
    .articles-inner {
        gap: 1.09vw;
    }
    .articles-banner {
        width: 64.8vw;
        height: 28.85vw;
        padding: 4.12vw 4.48vw;
    }
    .articles-banner__title {
        font-size: 1.7vw;
        margin-bottom: 0.48vw;
    }
    .articles-banner__text {
        font-size: 1.21vw;
    }
    .articles-banner__content {
        max-width: 35.58vw;
    }
    .card-images {
        width: 48.67vw;
        height: 41.21vw;
    }
    .card-image > img {
        max-width: 31.27vw;
        max-height: 31.27vw;
    }
    .card__inner {
        -ms-grid-columns: 48.67vw 50px auto;
        grid-template-columns: 48.67vw auto;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .card-info__buttons .blue-btn {
        width: 20.48vw;
        height: 3.76vw;
        font-size: 1.09vw;
    }
    .card-info__buttons .border-btn {
        height: 3.76vw;
        width: 22vw;
        font-size: 1.09vw;
    }
    .card__inner {
        padding-left: 52%;
    }
    .card-info__volume-list {
        gap: 5px;
    }
    .card-info {
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
    }
    .card-info__inner.card-info__inner--flex {
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
    }
    .card-info__buttons {
        margin-top: 35px;
    }
    .card-info__title {
        margin-bottom: 22px;
    }
    .object-item {
        width: 31.94vw;
        height: 20.61vw;
    }
    .object-item__content-title {
        font-size: 1.7vw;
    }
    .object-item__content-subtitle {
        font-size: 1.21vw;
    }
    .object-item__content::after {
        width: 3.15vw;
        height: 3.15vw;
        background-size: 1.15vw 0.97vw;
    }
    .objects-content__inner {
        gap: 0.99vw;
        max-height: 63.91vw;
    }
    .object-item__content {
        bottom: 1.7vw;
        left: 1.7vw;
        right: 1.7vw;
        padding-right: 3.94vw;
    }
    .item-hover {
        width: 23.64vw;
        height: 20.61vw;
        padding: 1.7vw;
    }
    .list-hover__inner {
        gap: 0.9vw;
    }
    .item-hover__content span {
        font-size: 1.21vw;
        margin-bottom: 1.09vw;
    }
    .item-hover__content p {
        font-size: 1.33vw;
    }
    .application .item-hover__content p {
        font-size: 1.33vw;
    }
    .objects-offer__inner {
        gap: 0.75vw;
    }
    .objects-offer__item {
        width: 31.94vw;
        height: 20.61vw;
    }
    .objects-offer__item-content {
        row-gap: 0.24vw;
        bottom: 1.7vw;
        left: 1.7vw;
        right: 1.7vw;
        padding-right: 3.94vw;
    }
    .objects-offer__item-title {
        font-size: 1.7vw;
    }
    .objects-offer__item-subtitle {
        font-size: 1.21vw;
    }
    .objects-offer__item-content::after {
        width: 3.15vw;
        height: 3.15vw;
        background-size: 1.15vw 0.97vw;
    }
    .mainpage-paralax .paralax-info p {
        max-width: 41%;
    }
    .content-swiper__inner {
        gap: 0;
    }
    .content-swiper .content-swiper__image > img {
        width: 100%;
        height: 100%;
    }
    .content-swiper .content-swiper__image {
        height: 20.61vw;
    }
    .solution-item__image {
        height: 18.18vw;
    }
    .catalog-card__image {
        max-height: 9.09vw;
    }
}
@media (max-width: 1565px) {
    .offers-item {
        width: 100%;
        max-width: 508px;
    }
}
@media (max-width: 1555px) {
    .delivery-inner {
        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;
    }
    .delivery-item {
        max-width: 100%;
    }
    .delivery-info {
        min-width: 100%;
    }
    .delivery-individual__text {
        max-width: 800px;
    }
    .delivery-individual .blue-btn {
        padding: 14px 60px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .contacts-info__item-title {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .contacts-info__item-subtitle {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .contacts-info__item-phonelink {
        font-size: 20px;
    }
    .contacts-info__item-datetime {
        font-size: 16px;
    }
    .contacts-info__item-addresstext {
        font-size: 17px;
    }
    .contacts-info__item-scheme {
        font-size: 18px;
    }
    .contacts-info__item-row {
        -webkit-column-gap: 68px;
        -moz-column-gap: 68px;
        column-gap: 68px;
    }
    .contacts-info__item-maillink {
        font-size: 18px;
    }
    .contacts-info__item {
        padding-bottom: 24px;
    }
    .contacts-info__item + .contacts-info__item {
        padding-top: 24px;
    }
    .contacts-production {
        -ms-grid-columns: 467px 60%;
        grid-template-columns: 467px 60%;
    }
}

@media (max-width: 1630px) and (min-width: 1376px) {
    .certificates-swiper .slick-slide {
        width: 23.53vw !important;
    }
    .certificates-item__img-wrapper {
        height: 29.26vw;
    }
    .certificates-item__img-wrapper > img {
        max-width: 18.9vw;
    }
}
@media (max-width: 1630px) {
    .more-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1vw;
    }
    .more-item.more-item--catalog {
        width: 49.2%;
    }
    .more-item.more-item--solutions {
        width: 49.2%;
    }
    .more-item.more-item--builders {
        width: 100%;
    }
    .certificates-inner {
        padding: 28px 20px;
    }
    .paralax-info p {
        max-width: 28%;
    }
}
@media (max-width: 1480px) {
    .about-company__statistics-item p {
        font-size: 120px;
    }
    .about-company__statistics-item span {
        font-size: 18px;
    }
    .vacancies-contacts__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
    }
    .vacancies-contacts__card-connection {
        padding-left: 124px;
    }
    .document-item {
        font-size: 22px;
    }
    .document-item__title {
        font-size: 22px;
    }
    .document-item__inner svg {
        width: 36px;
        height: 36px;
    }
    .document-item__inner {
        -webkit-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
    }
    .banner-helper .white-btn {
        padding: 0 16px;
    }
}

@media (max-width: 1375px) {
    .title-1 {
        font-size: 38px;
    }
    .title-2 {
        font-size: 33px;
    }
    .title-3 {
        font-size: 28px;
    }
    .about-company {
        padding-top: 55px;
    }
    .about-company__info p {
        font-size: 18px;
    }
    .about-production__text p {
        font-size: 18px;
    }
    .about-company__inner {
        -ms-grid-columns: 400px auto;
        grid-template-columns: 400px auto;
    }
    .about-production__inner {
        -ms-grid-columns: 400px auto;
        grid-template-columns: 400px auto;
    }
    .about-production {
        padding-top: 90px;
    }
    .list-hover {
        padding: 55px 15px 50px;
    }
    .page-banner {
        padding: 45px 0 50px;
    }
    .section-banner {
        padding: 45px 0 50px;
    }
    .page-banner__wrapper {
        padding-left: 10px;
    }
    .page-banner__inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-banner__content-text {
        font-size: 18px;
    }
    .page-banner__content {
        max-width: 583px;
    }
    .section-banner__content {
        padding-left: 10px;
        max-width: 583px;
    }
    .section-banner__content-text {
        font-size: 18px;
        margin-bottom: 22px;
    }
    .more-item__title {
        font-size: 24px;
    }
    .question__text {
        max-width: 319px;
        font-size: 18px;
    }
    .certificates {
        padding: 50px 0 45px;
    }
    .certificates-item__img-wrapper {
        height: 477px;
    }
    .certificates-item__img-wrapper > img {
        max-width: 257px;
    }
    .certificates-swiper .slick-slide {
        margin: 0 10px;
    }
    .certificates-swiper .slick-list {
        margin: 0 -10px;
    }
    .certificates-item__img-wrapper {
        height: 405px;
    }
    .more {
        padding: 50px 0 120px;
    }
    .delivery-item__title {
        font-size: 22px;
    }
    .delivery-legal__info-descr {
        font-size: 18px;
    }
    .delivery-legal__info {
        margin-top: 28px;
        row-gap: 20px;
    }
    .delivery-legal__info-title {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .delivery-legal,
    .delivery-individual,
    .delivery-info {
        padding: 42px;
    }
    .delivery-item__icon,
    .delivery-item__icon > img {
        width: 50px;
        height: 50px;
    }
    .delivery-individual__text {
        font-size: 18px;
        margin-top: 20px;
    }
    .delivery-individual__statistic-item p {
        font-size: 50px;
    }
    .delivery-individual__statistic {
        margin: 38px 0 26px;
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .delivery-info__text {
        max-width: 800px;
        margin-top: 20px;
    }
    .delivery-info__title {
        font-size: 22px;
    }
    .delivery-info__text > p {
        font-size: 18px;
    }
    .delivery-info__text > p + p {
        padding-top: 5px;
    }
    .delivery-info__list {
        margin-top: 44px;
        row-gap: 22px;
    }
    .delivery-info__item-title {
        font-size: 22px;
    }
    .delivery-info__item-descr {
        font-size: 18px;
    }
    .delivery-info__item,
    .delivery-legal__info-item {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .delivery {
        padding: 53px 0 50px;
    }
    .vacancies-advantages__inner {
        -ms-grid-columns: 400px auto;
        grid-template-columns: 400px auto;
    }
    .vacancies-advantages__offer {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .vacancies-advantages__text p {
        font-size: 18px;
    }
    .vacancies-advantages__text {
        margin-bottom: 44px;
    }
    .vacancies-advantages__list li {
        font-size: 20px;
        padding: 19.5px 42px 19.5px 60px;
    }
    .vacancies-advantages__list li::before {
        top: 23px;
        left: 31px;
    }
    .vacancies-advantages__list-title {
        margin-bottom: 20px;
    }
    .vacancies-advantages__list {
        row-gap: 14px;
    }
    .vacancies-advantages {
        padding: 55px 0 50px;
    }
    .open-vacancies {
        padding: 50px 0;
    }
    .open-vacancies__inner {
        margin-top: 30px;
    }
    .open-vacancies__item-title {
        font-size: 22px;
    }
    .open-vacancies__item-salary {
        font-size: 22px;
    }
    .open-vacancies__item-description p {
        font-size: 18px;
    }
    .open-vacancies__item-info {
        margin-bottom: 16px;
    }
    .vacancies-contacts__inner {
        -ms-grid-columns: 400px auto;
        grid-template-columns: 400px auto;
    }
    .vacancies-contacts__text p {
        font-size: 18px;
    }
    .vacancies-contacts__card-connection {
        padding-left: 106px;
    }
    .vacancies-contacts__text {
        margin-bottom: 26px;
    }
    .vacancies-contacts__card-name {
        font-size: 22px;
        margin-bottom: 2px;
    }
    .vacancies-contacts__card-mail,
    .vacancies-contacts__card-phone {
        font-size: 18px;
    }
    .vacancies-contacts__card-avatar {
        width: 88px;
        height: 88px;
    }
    .vacancies-contacts {
        padding: 50px 0 120px;
    }
    .not-found__code {
        font-size: 150px;
    }
    .not-found__code > img {
        max-width: 105px;
        max-height: 104px;
    }
    .not-found__title {
        font-size: 35px;
    }
    .page-technical__title {
        font-size: 64px;
        max-width: 883px;
        margin-bottom: 4px;
    }
    .page-technical__subtitle {
        font-size: 26px;
        max-width: 847px;
    }
    .page-technical__img {
        bottom: 40px;
        right: 60px;
        max-width: 420px;
    }
    .builders-about__info {
        font-size: 18px;
    }
    .builders-about__inner {
        -ms-grid-columns: 400px auto;
        grid-template-columns: 400px auto;
    }
    .builders-about {
        padding: 60px 0 36px;
    }
    .builders-images__item {
        width: 384px;
        height: 247px;
    }
    .builders-images-swiper {
        max-width: 778px;
    }
    .builders-links__inner {
        -ms-grid-columns: 400px auto;
        grid-template-columns: 400px auto;
    }
    .builders-links {
        padding: 100px 0 50px;
    }
    .builders-links__item {
        padding: 30px;
    }
    .builders-links__item-title {
        font-size: 22px;
    }
    .builders-links__item-quantity {
        font-size: 18px;
    }
    .builders-links__item-descr {
        font-size: 18px;
    }
    .builders-links__item-toprow {
        margin-bottom: 12px;
    }
    .builders-links__item + .builders-links__item {
        margin-top: 14px;
    }
    .solutions-section {
        padding: 50px 0;
    }
    .solutions-section.solutions-section__bottom {
        padding-bottom: 90px;
    }
    .solution-item__tag {
        font-size: 14px;
    }
    .solution-item__tag {
        padding: 6px 10px;
        height: 35px;
        font-size: 16px;
    }
    .solution-item__title {
        font-size: 22px;
    }
    .paralax-content {
        position: relative;
        right: auto;
        top: auto;
        max-height: 544px;
    }
    .paralax-content__wrapper {
        width: 100%;
    }
    .paralax-info {
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
        margin-bottom: 30px;
    }
    .paralax-info p {
        max-width: 800px;
        font-size: 18px;
    }
    .paralax-content__item-title {
        font-size: 24px;
    }
    .paralax-content__item-descr {
        font-size: 18px;
    }
    .paralax-content__item {
        height: 170px;
    }
    .paralax {
        padding: 50px 0;
    }
    .mainpage-paralax {
        padding-top: 90px;
    }
    .mainpage-paralax .paralax-info p {
        max-width: 800px;
    }
    .mainpage-paralax .paralax-content__wrapper {
        width: 100%;
    }
    .paralax-container {
        margin-top: 22px;
    }
    .reviews {
        padding: 50px 0 70px;
    }
    .faq-question {
        font-size: 22px;
    }
    .faq-answer p {
        font-size: 18px;
    }
    .faq-item::before {
        width: 20px;
        height: 12px;
    }
    .faq-answer p + p {
        padding-top: 6px;
    }
    .faq-item {
        row-gap: 12px;
    }
    .faq {
        padding: 55px 0 120px;
    }
    .reviews-item__title {
        font-size: 22px;
    }
    .reviews-item__jobtitle {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .reviews-item__text {
        font-size: 18px;
    }
    .reviews-item__more {
        font-size: 18px;
    }
    .reviews-item {
        padding: 29px 34px 37px 29px;
    }
    .builders-columns__item-title {
        font-size: 25px;
    }
    .builders-columns__item-text {
        font-size: 18px;
        max-width: 600px;
    }
    .builders-columns__item {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .builders-columns__item {
        padding: 77px 24px 24px;
    }
    .builders-columns {
        padding: 55px 0 50px;
    }
    .vacancy-card__info-salary {
        font-size: 24px;
        margin: 8px 0;
    }
    .vacancy-card__info-experience {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .vacancy-card__info-conditions {
        font-size: 18px;
    }
    .vacancy-card__inner {
        padding: 52px 10px;
        border-radius: 16px;
    }
    .vacancy-info__title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .vacancy-info__list li {
        padding-left: 28px;
        font-size: 18px;
    }
    .vacancy-info__list li::before {
        width: 11px;
        height: 11px;
    }
    .vacancy-info__list {
        row-gap: 8px;
    }
    .vacancy-info__inner {
        row-gap: 45px;
        font-size: 18px;
    }
    .vacancy-info {
        padding: 35px 0 45px;
    }
    .offers-item__title {
        font-size: 20px;
    }
    .offers-item__info li {
        font-size: 18px;
    }
    .offers-item__tag {
        font-size: 13px;
        height: 30px;
    }
    .offers-item__image {
        max-height: 202px;
    }
    .offers-item {
        min-height: 441px;
    }
    .offers {
        padding: 50px 0;
    }
    .offers-swiper {
        padding: 15px;
    }
    .object-info {
        padding-bottom: 50px;
    }
    .object-info__tag {
        padding: 17px 17px;
        height: 46px;
        font-size: 18px;
        line-height: 81%;
    }
    .object-info__tag.location::before {
        top: 11px;
        left: 16px;
        width: 18px;
        height: 18px;
    }
    .object-info__tag.location {
        padding-left: 43px;
    }
    .object-info__text {
        font-size: 18px;
    }
    .object-info__text > ul > li::before,
    .object-info__text > ol > li > ul > li::before,
    .object-info__text > ul > li > ul > li::before {
        width: 11px;
        height: 11px;
    }
    .object-info__text ul,
    .object-info__text ol {
        row-gap: 10px;
    }
    .object-info__text h4 {
        font-size: 18px;
        padding: 13px 0 6px;
    }
    .object-info__text > ul > li,
    .object-info__text > ul > li > ul > li,
    .object-info__text > ol > li > ul > li {
        padding-left: 30px;
    }
    .object-info__image {
        margin-top: 22px;
    }
    .search-empty {
        padding: 100px 0 50px;
    }
    .search-empty__info-title {
        font-size: 22px;
    }
    .search-empty__info-text {
        font-size: 18px;
    }
    .search-empty__info-image {
        width: 60px;
        height: 60px;
    }
    .search-empty__info {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .search-empty__error-title {
        font-size: 22px;
        margin-bottom: 2px;
    }
    .search-empty__error {
        font-size: 18px;
    }
    .search-empty__inner {
        row-gap: 50px;
    }
    .search-empty__errors {
        row-gap: 20px;
    }
    .search-empty__wrapper {
        max-width: 840px;
    }
    .catalog-cards__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
        margin-top: 22px;
    }
    .catalog-cards__wrapper-col2 {
        row-gap: 10px;
        width: 100%;
    }
    .catalog-cards__wrapper-top {
        row-gap: 10px;
    }
    .catalog-cards__wrapper-column {
        row-gap: 10px;
    }
    .catalog-cards__wrapper-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }
    .catalog-cards__wrapper-col1 {
        row-gap: 10px;
        width: 100%;
    }
    .catalog-card.catalog-card--max {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        padding: 20px;
    }
    .catalog-cards--main .catalog-card.catalog-card--max {
        height: 200px;
    }
    .catalog-card__title {
        font-size: 22px;
    }
    .catalog-card__text {
        font-size: 18px;
        max-width: 600px;
    }
    .catalog-card.catalog-card--max .catalog-card__image,
    .catalog-card .catalog-card__image {
        max-height: 155px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .catalog-cards--main .catalog-card.catalog-card--max .catalog-card__image {
        max-height: 155px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .catalog-cards--main .catalog-card {
        height: 200px;
    }
    .catalog-card {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px;
        width: 100%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .catalog-cards__wrapper-top {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .banner-helper__title {
        font-size: 24px;
    }
    .banner-helper__text {
        font-size: 18px;
    }
    .banner-helper {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        padding: 55px 20px;
    }
    .catalog-cards--main .banner-helper {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        padding: 45px;
    }
    .catalog-cards--main .banner-helper__text p {
        max-width: 522px;
    }
    .catalog-cards.catalog-cards--main {
        padding: 50px 0;
    }
    .catalog-cards--main .catalog-card__title {
        max-width: 226px;
    }
    .catalog-cards {
        padding-bottom: 55px;
    }
    .page-content__inner ul,
    .page-content__inner ol {
        row-gap: 10px;
    }
    .page-content__inner ul > li,
    .page-content__inner ul > li > ul > li,
    .page-content__inner ol > li > ul > li {
        padding-left: 30px;
    }
    .page-content__inner ul > li::before,
    .page-content__inner ol > li > ul > li::before,
    .page-content__inner ul > li > ul > li::before {
        width: 11px;
        height: 11px;
    }
    .page-content__inner h2 {
        font-size: 28px;
        padding: 20px 0 8px;
    }
    .page-content__inner {
        font-size: 18px;
    }
    .page-content__inner p {
        padding: 3px 0;
    }
    .page-content__inner img {
        margin: 26px 0 19px;
    }
    .page-content {
        padding: 3px 0 120px;
    }
    .catalog-category__inner {
        margin-top: 25px;
        row-gap: 15px;
    }
    .catalog-category__item-tag {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .catalog-category__item-title {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .catalog-category__item-text {
        font-size: 18px;
        -webkit-line-clamp: 6;
        margin-bottom: 12px;
    }
    .catalog-category__item-additionally li {
        font-size: 18px;
    }
    .catalog-category__item-additionally {
        row-gap: 2px;
    }
    .catalog-category__item-image {
        min-width: 300px;
        height: 260px;
        border-radius: 8px;
    }
    .catalog-category__item-image img {
        max-width: 225px;
        max-height: 176px;
    }
    .catalog-category__item-status {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .catalog-category__item-dealer {
        font-size: 18px;
        margin-top: 16px;
    }
    .catalog-category__item {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .catalog-category {
        padding-bottom: 55px;
    }
    .other-category__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 15px;
        margin-top: 26px;
    }
    .other-category__card {
        width: 100%;
        height: 197px;
        padding: 20px;
    }
    .other-category__card-title {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .other-category__card-text {
        font-size: 18px;
    }
    .other-category__card-image {
        max-width: 98px;
        max-height: 150px;
    }
    .other-category__card-text p {
        max-width: 500px;
    }
    .other-category {
        padding: 50px 0 90px;
    }
    .articles {
        padding-bottom: 50px;
    }
    .articles-inner {
        gap: 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .articles-wrapper {
        margin-top: 22px;
    }
    .articles-item {
        width: 49%;
        height: 495px;
    }
    .articles-item__image,
    .articles-item__image > img {
        height: 315px;
    }
    .articles-item__image {
        margin-bottom: 10px;
    }
    .articles-item__title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .articles-item__tag {
        font-size: 16px;
        border-radius: 4px;
        padding: 12px 12px 10px 12px;
        height: 40px;
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
    }
    .articles-item__tag-icon {
        width: 24px;
        height: 24px;
    }
    .articles-banner.articles-banner-desk {
        display: none;
    }
    .articles-banner.articles-banner-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .articles-item__date {
        font-size: 16px;
    }
    .articles-item__tags {
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
        margin-bottom: 12px;
    }
    .articles-banner {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        padding: 55px 20px;
        height: 415px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 40px;
    }
    .articles-banner__title {
        font-size: 25px;
        margin-bottom: 8px;
    }
    .articles-banner__text {
        font-size: 18px;
    }
    .articles-banner__content {
        max-width: 587px;
    }
    .articles-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .pagination-item {
        width: 49px;
        height: 49px;
    }
    .pagination-arrow {
        width: 49px;
        height: 49px;
    }
    .pagination-wrapper {
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
    }
    .pagination-arrow__next {
        margin-left: 3px;
    }
    .pagination-arrow__prev {
        margin-right: 3px;
    }
    .pagination {
        margin: 20px auto 0;
    }
    .card__inner {
        padding-left: 48%;
    }
    .card-images {
        margin-left: 0;
    }
    .card-info {
        min-height: 480px;
    }
    .card-info__title {
        margin-bottom: 10px;
    }
    .card-info__status {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        font-size: 18px;
        margin-bottom: 12px;
    }
    .card-info__text {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .card-info__volume-title {
        font-size: 18px;
    }
    .card-info__volume-list li {
        font-size: 18px;
        padding: 11px 32px;
        height: 38px;
    }
    .card-info__list li p {
        font-size: 18px;
    }
    .card-info__list li span {
        font-size: 18px;
    }
    .card-info__list li {
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
    .card-info__list {
        row-gap: 12px;
    }
    .card-info__buttons .blue-btn {
        width: 420px;
        height: 54px;
        font-size: 18px;
    }
    .card-info__buttons .border-btn {
        height: 54px;
        width: 420px;
        font-size: 18px;
    }
    .card-images {
        width: 43.85vw;
        height: 34.91vw;
    }
    .card-image > img {
        max-width: 21.27vw;
        max-height: 21.27vw;
    }
    .card-images__btn-next {
        right: 30px;
    }
    .card-images__btn-prev {
        left: 30px;
    }
    .card-info__buttons {
        -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: 10px;
    }
    .card-info__inner.card-info__inner--flex {
        min-height: 400px;
    }
    .product-info {
        padding: 50px 0 0;
    }
    .card {
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
    }
    .product-info__icons-inner p {
        font-size: 22px;
    }
    .product-info__icons-inner span {
        font-size: 18px;
    }
    .product-info__icons-inner {
        row-gap: 0px;
    }
    .product-info__icon {
        width: 38px;
        height: 38px;
    }
    .product-info__icons-item {
        -webkit-column-gap: 18px;
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
    .product-info__inner {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 800px;
        row-gap: 40px;
    }
    .product-info__icons {
        row-gap: 22px;
        margin: 7px 0;
    }
    .product-info__content-title {
        font-size: 26px;
        padding: 0 0 7px 0;
    }
    .product-info__content-text {
        font-size: 18px;
    }
    .product-info__content-text p {
        padding: 7px 0;
    }
    .product-info__document {
        padding: 12px 18px;
        font-size: 22px;
        margin: 7px 0;
    }
    .product-info__document-title {
        font-size: 22px;
    }
    .product-info__faq-question {
        font-size: 22px;
    }
    .product-info__faq-item {
        padding: 24px;
    }
    .product-info__faq-item::after {
        right: 24px;
        top: 31px;
        width: 23px;
        height: 12px;
    }
    .product-info__faq-answer p {
        padding: 7px 0;
    }
    .product-info__faq-answer {
        font-size: 18px;
    }
    .product-info__faq {
        padding: 7px 0;
    }
    .product-info__characteristics-title {
        font-size: 22px;
    }
    .product-info__characteristics-info {
        font-size: 18px;
    }
    .product-info__characteristics-subtitle {
        font-size: 18px;
    }
    .product-info__characteristics {
        row-gap: 14px;
        margin: 7px 0;
    }
    .product-info__faq-document {
        font-size: 14px;
        padding: 13px 14px;
        width: 606px;
        margin: 7px 0;
    }
    .product-info__faq-document-col svg {
        width: 26px;
        height: 26px;
        min-width: 26px;
    }
    .product-info__document-col svg {
        min-width: 38px;
        width: 38px;
        height: 38px;
    }
    .product-info__faq-document-title {
        font-size: 14px;
    }
    .product-info {
        padding: 66px 0 0;
    }
    .offers-title {
        font-size: 26px;
    }
    .objects-content__inner {
        gap: 0.69vw;
        margin-top: 35px;
    }
    .tabs-menu li a {
        height: 40px;
        font-size: 16px;
        padding: 9px 15px;
    }
    .tabs-menu {
        gap: 5px;
    }
    .objects-more {
        margin-top: 26px;
    }
    .objects {
        padding-bottom: 50px;
    }
    .document-item__title {
        font-size: 20px;
    }
    .document-item {
        font-size: 20px;
        height: 60px;
    }
    .document-item__inner svg {
        width: 32px;
        height: 32px;
    }
    .documents__inner {
        -webkit-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
        row-gap: 10px;
    }
    .documents-tabs {
        margin: 28px 0;
    }
    .documents-search {
        margin-bottom: 28px;
    }
    .documents {
        padding-bottom: 50px;
    }
    .contacts-production {
        -ms-grid-columns: 467px 55%;
        grid-template-columns: 467px 55%;
    }
    .contacts {
        padding-bottom: 100px;
    }
    .contacts-top li a {
        font-size: 18px;
        padding: 14px 40px;
        height: 46px;
    }
    .contacts-top {
        margin: 28px 0 28px;
    }
    .dealers-map {
        height: 580px;
    }
    .contacts-dealers__inner {
        padding: 30px 30px 40px 30px;
    }
    .contacts-dealers__tabs li a {
        font-size: 18px;
    }
    .contacts-dealers__tabs {
        padding: 28px 0;
    }
    .contacts-dealers__tabs-content ul li {
        font-size: 18px;
    }
    .main-banner__content {
        padding-left: 10px;
    }
    .main-banner__ui {
        left: 10px;
    }
    .main-banner__subtitle {
        font-size: 20px;
    }
    .application {
        padding: 50px 0;
    }
    .objects-offer {
        padding: 50px 0;
    }
    .objects-offer-swiper {
        padding: 22px 15px;
    }
    .content__inner > ul > li::before,
    .content__inner > ol > li > ul > li::before,
    .content__inner > ul > li > ul > li::before {
        width: 11px;
        height: 11px;
    }
    .content__inner ul,
    .content__inner ol {
        font-size: 18px;
    }
    .content__inner > ul > li,
    .content__inner > ul > li > ul > li,
    .content__inner > ol > li > ul > li {
        padding-left: 30px;
    }
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
        padding: 16px 0 5px;
    }
    .content h2 {
        font-size: 30px;
    }
    .content h3 {
        font-size: 28px;
    }
    .content h4 {
        font-size: 26px;
    }
    .content h5 {
        font-size: 24px;
    }
    .content p {
        font-size: 18px;
    }
    .content .content-banner {
        margin: 16px 0;
    }
    .content-date {
        font-size: 18px;
        padding: 10px 0 5px;
    }
    .content .video {
        margin: 23px 0;
    }
    .content img {
        margin: 23px 0;
    }
    .content .description {
        font-size: 18px;
        padding: 10px 0 0;
    }
    .content-documents {
        margin: 20px 0;
        row-gap: 10px;
    }
    .content-documents__item .content-documents__item-title {
        font-size: 22px;
    }
    .content-documents__item {
        font-size: 22px;
        width: 880px;
        padding: 8px 16px;
    }
    .content-documents__item-inner svg {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }
    .content-documents__item-inner {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
    .content img {
        max-height: 500px;
    }
    .content video {
        max-width: 880px;
        max-height: 500px;
    }
    .content-swiper .content-swiper__image {
        height: 23.61vw;
    }
    .content {
        padding-bottom: 50px;
    }
    .article-banner {
        padding: 50px 0;
    }
    .article-banner__inner {
        padding-left: 10px;
    }
    .article-banner__title {
        font-size: 26px;
    }
    .article-banner__text {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .article-banner__content {
        max-width: 741px;
    }
    .search-row__content-count {
        font-size: 18px;
    }
    .search-row__content-request {
        font-size: 18px;
    }
    .search-row {
        padding-bottom: 50px;
    }
    .search-title {
        font-size: 30px;
    }
    .search-section {
        padding: 50px 0;
    }
    .search-inner {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 20px;
    }
    .search-documents__title {
        font-size: 26px;
    }
}
@media (min-width: 1126px) {
    .page-banner__container:hover .page-banner__image-hover {
        opacity: 1;
    }
    .page-banner__container:hover .page-banner__image-item {
        opacity: 0;
    }
    .page-banner__container:hover .page-banner__content .title-2 {
        color: #fff;
    }
    .page-banner__container:hover
        .page-banner__content
        .page-banner__content-text {
        color: #fff;
    }
    .page-banner__container:hover .page-banner__wrapper .blue-btn {
        background: #fff;
        color: #26458d;
    }
    .page-banner__container:hover .page-banner__wrapper .blue-btn:hover {
        background: #f6f9ff;
    }
    .builders-banner__container:hover .page-banner__wrapper {
        height: 542px;
        padding-top: 96px;
    }
}
@media (max-width: 1125px) {
    .breadcrumbs {
        display: none;
    }
    .back {
        display: block;
        padding: 22px 0 20px;
    }
    .back-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
        text-decoration: none;
    }
    .back-link span {
        display: inline-block;
        font-family: 'NoirPro-Regular', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 108%;
        color: #333;
        padding-top: 4px;
    }
    .back-link .span:hover,
    .back-link .span:active {
        color: #26458d;
    }
    .back-link svg {
        width: 8px;
        height: 11px;
    }
    .about-company__statistics-item p {
        font-size: 87px;
    }
    .about-company__statistics-item span {
        font-size: 16px;
    }
    .about-company__inner {
        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: 22px;
    }
    .about-production__inner {
        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: 19px;
    }
    .about-company__info {
        max-width: 930px;
    }
    .about-company__statistics {
        max-width: 720px;
    }
    .about-production__text {
        max-width: 930px;
    }
    .more-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
    .more-item.more-item--catalog {
        width: 100%;
    }
    .more-item.more-item--solutions {
        width: 100%;
    }
    .question__inner {
        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: 21px;
    }
    .question__text {
        max-width: 100%;
    }
    .question__form input::-webkit-input-placeholder,
    .question__form textarea::-webkit-input-placeholder {
        font-size: 18px;
    }
    .question__form input::-moz-placeholder,
    .question__form textarea::-moz-placeholder {
        font-size: 18px;
    }
    .question__form input:-ms-input-placeholder,
    .question__form textarea:-ms-input-placeholder {
        font-size: 18px;
    }
    .question__form input::-ms-input-placeholder,
    .question__form textarea::-ms-input-placeholder {
        font-size: 18px;
    }
    .question__form input::-webkit-input-placeholder,
    .question__form textarea::-webkit-input-placeholder {
        font-size: 18px;
    }
    .question__form input::-moz-placeholder,
    .question__form textarea::-moz-placeholder {
        font-size: 18px;
    }
    .question__form input:-ms-input-placeholder,
    .question__form textarea:-ms-input-placeholder {
        font-size: 18px;
    }
    .question__form input::-ms-input-placeholder,
    .question__form textarea::-ms-input-placeholder {
        font-size: 18px;
    }
    .question__form input,
    .question__form textarea,
    .question__form input::placeholder,
    .question__form textarea::placeholder {
        font-size: 18px;
    }
    .question__form input {
        height: 50px;
    }
    .certificates-swiper .slick-slide {
        margin: 0 3px;
    }
    .certificates-swiper .slick-list {
        margin: 0 -3px;
    }
    .vacancies-advantages__inner {
        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: 22px;
    }
    .vacancies-contacts__inner {
        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: 27px;
    }
    .open-vacancies__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 32px;
    }
    .page-technical__title {
        font-size: 55px;
    }
    .page-technical__subtitle {
        font-size: 24px;
        max-width: 747px;
    }
    .builders-about__inner {
        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: 22px;
    }
    .builders-images-swiper {
        margin-left: 0;
    }
    .builders-links__inner {
        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: 22px;
    }
    .vacancy-card__inner {
        -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;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 30px;
    }
    .vacancy-card__buttons .blue-btn,
    .vacancy-card__buttons .border-btn {
        padding: 5px 30px 1px;
    }
    .object-info__image {
        margin-top: 30px;
    }
    .search-form {
        position: relative;
        display: block;
        max-width: 840px;
        margin: 0 auto 28px;
    }
    .search-form::before {
        content: '';
        position: absolute;
        left: 14px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../image/icons/search.svg');
        width: 20px;
        height: 20px;
    }
    .search-form input {
        border: 1px solid rgba(51, 51, 51, 0.8);
        border-radius: 4px;
        padding: 14px 14px 12px 43px;
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 114%;
        color: #333;
        width: 100%;
        outline: none;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .search-form input:hover,
    .search-form input:active,
    .search-form input:focus {
        border: 1px solid #333;
    }
    .search-form input::-webkit-input-placeholder {
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 114%;
        color: #333;
        width: 100%;
        opacity: 0.4;
    }
    .search-form input::-moz-placeholder {
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 114%;
        color: #333;
        width: 100%;
        opacity: 0.4;
    }
    .search-form input:-ms-input-placeholder {
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 114%;
        color: #333;
        width: 100%;
        opacity: 0.4;
    }
    .search-form input::-ms-input-placeholder {
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 114%;
        color: #333;
        width: 100%;
        opacity: 0.4;
    }
    .search-form input::placeholder {
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 114%;
        color: #333;
        width: 100%;
        opacity: 0.4;
    }
    .search-empty {
        padding: 50px 0;
    }
    .catalog-category__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .catalog-category__item-image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .catalog-category__item-buttons {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .list-hover__inner {
        gap: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .item-hover__content span {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .item-hover__content p {
        font-size: 16px;
    }
    .application .item-hover__content p {
        font-size: 16px;
    }
    .item-hover {
        padding: 15px;
    }
    .list-hover {
        padding: 30px 15px 30px;
    }
    .objects-offer__inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 0;
    }
    .objects-offer__item {
        height: 20.61vw;
    }
    .objects-offer__item-title {
        font-size: 16px;
    }
    .objects-offer__item-subtitle {
        font-size: 14px;
    }
    .solution-item__image {
        height: 26.18vw;
    }
}
@media (max-width: 1100px) {
    .page-banner__content {
        max-width: 58%;
    }
    .page-content__image > img {
        width: 100%;
        height: 231px;
    }
    .page-banner__image {
        height: 444px;
    }
    .page-banner__wrapper {
        height: 444px;
    }
    .card-images {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 25px;
        width: 563px;
        height: 466px;
    }
    .card__inner {
        padding-left: 0;
        max-width: 800px;
    }
    .card-info__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .card-image > img {
        max-width: 284px;
        max-height: 284px;
    }
    .card-info__inner.card-info__inner--flex {
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
    }
    .object-item {
        width: 47.94vw;
        height: 23.61vw;
    }
    .objects-content__inner {
        gap: 0.19vw;
        max-height: 71.4vw;
    }
    .object-item__content-title {
        font-size: 20px;
    }
    .object-item__content-subtitle {
        font-size: 18px;
    }
    .object-item__content::after {
        width: 40px;
        height: 40px;
        background-size: 16px 12px;
    }
    .object-item__content {
        bottom: 1.3vw;
        left: 1.3vw;
        right: 1.3vw;
        row-gap: 1px;
        padding-right: 4.94vw;
    }
    .document-item__title {
        font-size: 18px;
    }
    .document-item {
        font-size: 18px;
        height: 56px;
    }
    .document-item__inner {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .contacts-production {
        -ms-grid-columns: 467px 50%;
        grid-template-columns: 467px 50%;
    }
    .contacts-dealers__inner {
        margin-top: -50px;
    }
    .contacts-dealers__tabs-content ul {
        max-height: 468px;
    }
    .content video {
        max-width: 600px;
        max-height: 339px;
    }
    .content img {
        max-height: 339px;
    }
    .search-row__form {
        position: relative;
        display: block;
        width: 100%;
        height: 44px;
    }
    .search-row__form input {
        width: 100%;
        height: 100%;
        border: 1px solid rgba(51, 51, 51, 0.8);
        border-radius: 4px;
        padding: 13px 14px 10px 43px;
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 114%;
        color: #333;
        outline: none;
    }
    .search-row__form input::-webkit-input-placeholder {
        opacity: 0.4;
    }
    .search-row__form input::-moz-placeholder {
        opacity: 0.4;
    }
    .search-row__form input:-ms-input-placeholder {
        opacity: 0.4;
    }
    .search-row__form input::-ms-input-placeholder {
        opacity: 0.4;
    }
    .search-row__form input::placeholder {
        opacity: 0.4;
    }
    .search-row__form::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 14px;
        background-image: url('../image/icons/search.svg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .search-row__inner {
        padding: 0px 0px 17px;
    }
}
@media (max-width: 1000px) {
    .contacts-production {
        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: 34px;
    }
    .contacts-info__item-title {
        font-size: 22px;
    }
    .contacts-info__item-phonelink {
        font-size: 18px;
    }
    .contacts-info__item-datetime {
        font-size: 14px;
    }
    .contacts-info__item-maillink {
        font-size: 16px;
    }
    .contacts-info__item-addresstext {
        font-size: 16px;
    }
    .contacts-info__item-scheme {
        font-size: 16px;
    }
    .contacts-dealers__tabs li a {
        font-size: 16px;
    }
    .contacts-dealers__tabs {
        padding: 24px 0;
    }
    .contacts-dealers__tabs-content ul li {
        font-size: 16px;
    }
    .contacts-dealers__tabs-contents ul {
        row-gap: 7px;
        max-height: 368px;
    }
    .content-documents__item {
        width: 100%;
        font-size: 20px;
        height: 56px;
    }
    .content-documents__item .content-documents__item-title {
        font-size: 20px;
    }
    .content-documents__item-inner svg {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }
    .swiper-row {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
@media (max-width: 900px) {
    .banner-helper__text p {
        max-width: 422px;
    }
    .catalog-cards--main .banner-helper__text p {
        max-width: 373px;
    }
    .articles-item__image,
    .articles-item__image > img {
        height: 246px;
    }
    .articles-item {
        height: 423px;
    }
    .articles-inner {
        gap: 10px;
    }
    .card-info__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .card-info__buttons .blue-btn {
        width: 420px;
    }
    .card-info__buttons .border-btn {
        width: 420px;
    }
    .product-info__inner {
        max-width: 100%;
    }
    .card__inner {
        max-width: 100%;
    }
    .document-item__title {
        font-size: 16px;
    }
    .document-item {
        font-size: 16px;
        height: 48px;
    }
    .document-item__inner svg {
        width: 26px;
        height: 26px;
    }
    .documents-search {
        width: 100%;
        margin-bottom: 26px;
    }
    .item-hover {
        height: 24.61vw;
    }
    .objects-offer__item {
        height: 24.61vw;
    }
    .content-swiper .content-swiper__image {
        height: 28.61vw;
    }
}
@media (max-width: 810px) {
    .builders-images__item {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .title-1 {
        font-size: 32px;
    }
    .title-2 {
        font-size: 28px;
        line-height: 121%;
    }
    .title-3 {
        font-size: 24px;
    }
    .blue-btn,
    .white-btn,
    .border-btn {
        font-size: 16px;
    }
    .about-company {
        padding-top: 16px;
    }
    .about-company__statistics {
        padding-top: 12px;
        -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;
        border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    }
    .about-company__statistics-item {
        padding: 20px 0 10px;
        width: 100%;
    }
    .about-company__statistics-item + .about-company__statistics-item {
        border-top: 1px solid rgba(51, 51, 51, 0.3);
    }
    .about-company__info p {
        font-size: 16px;
    }
    .about-company__info p + p {
        padding-top: 6px;
    }
    .about-production {
        padding-top: 50px;
    }
    .about-production__text p {
        font-size: 16px;
    }
    .list-hover {
        padding: 28px 15px 35px;
    }
    .application .list-hover {
        padding: 23px 19px 0px;
    }
    .item-hover__content span {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .item-hover__content p {
        font-size: 20px;
        line-height: 102%;
        letter-spacing: 0;
    }
    .application .item-hover__content p {
        font-size: 20px;
        line-height: 102%;
    }
    .page-banner {
        padding: 35px 0;
    }
    .section-banner {
        padding: 35px 0;
    }
    .page-banner__content-text {
        font-size: 16px;
    }
    .page-banner__content {
        margin-bottom: 32px;
    }
    .section-banner__content-text {
        font-size: 16px;
    }
    .more-item__title {
        font-size: 20px;
        line-height: 130%;
    }
    .question__form {
        width: 100%;
        min-width: 100%;
    }
    .question__text {
        font-size: 16px;
        max-width: 283px;
    }
    .swiper-buttons {
        display: none;
    }
    .item-hover {
        height: 32vw;
        padding: 17px 19px;
    }
    button.mfp-arrow-right {
        right: 10px;
    }
    button.mfp-arrow-left {
        left: 10px;
    }
    .certificates {
        padding: 35px 0;
    }
    .certificates-inner {
        margin: 21px auto 0;
    }
    .certificates__button {
        margin-top: 22px;
    }
    .more {
        padding: 35px 0 70px;
    }
    .more-list {
        margin-top: 23px;
        gap: 10px;
    }
    .question {
        padding: 50px 0;
    }
    .question__form-checkbox label {
        max-width: 400px;
        font-size: 14px;
    }
    .question__form-checkbox label a {
        font-size: 14px;
    }
    .error-message {
        padding-top: 4px;
    }
    .delivery {
        padding: 16px 0 35px;
    }
    .delivery-legal,
    .delivery-individual,
    .delivery-info {
        padding: 26px;
    }
    .delivery-individual .blue-btn {
        width: 100%;
        padding: 11px 60px 10px;
    }
    .delivery-legal__info-descr {
        font-size: 16px;
    }
    .delivery-legal__info-title {
        font-size: 20px;
    }
    .delivery-item__icon,
    .delivery-item__icon > img {
        width: 40px;
        height: 40px;
    }
    .delivery-legal__info {
        margin-top: 13px;
        row-gap: 10px;
    }
    .delivery-item__title {
        font-size: 20px;
        line-height: 130%;
    }
    .delivery-individual__text {
        font-size: 16px;
        margin-top: 14px;
    }
    .delivery-individual__statistic-item p {
        font-size: 32px;
        line-height: 71%;
    }
    .delivery-individual__statistic-item span {
        font-size: 16px;
    }
    .individual__statistic {
        margin: 31px 0 26px;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .delivery-info__text > p {
        font-size: 16px;
    }
    .delivery-info__title {
        font-size: 20px;
        line-height: 128%;
    }
    .delivery-info__text {
        margin-top: 14px;
    }
    .delivery-info__list {
        margin-top: 27px;
        row-gap: 14px;
    }
    .delivery-info__item-title {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .delivery-info__item-descr {
        font-size: 16px;
    }
    .delivery-item.payment-column {
        row-gap: 11px;
    }
    .delivery-individual__statistic {
        -webkit-column-gap: 36px;
        -moz-column-gap: 36px;
        column-gap: 36px;
        margin: 20px 0 20px;
    }
    .delivery-inner {
        row-gap: 13px;
    }
    .vacancies-advantages {
        padding: 16px 0 35px;
    }
    .vacancies-advantages__offer {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .vacancies-advantages__text p {
        font-size: 16px;
    }
    .vacancies-advantages__text {
        margin-bottom: 26px;
    }
    .vacancies-advantages__list li {
        font-size: 18px;
        padding: 10.5px 20px 7.5px 50px;
    }
    .vacancies-advantages__list li::before {
        left: 20px;
        top: 15px;
        width: 10px;
        height: 10px;
    }
    .vacancies-advantages__list-title {
        margin-bottom: 15px;
    }
    .vacancies-advantages__list {
        row-gap: 10px;
    }
    .open-vacancies {
        padding: 35px 0;
    }
    .open-vacancies__inner {
        margin-top: 24px;
        row-gap: 15px;
    }
    .open-vacancies__item {
        padding: 28px 22px;
        row-gap: 18px;
    }
    .open-vacancies__item-salary {
        font-size: 20px;
    }
    .open-vacancies__item-info {
        -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: 3px;
    }
    .open-vacancies__item-experience span {
        font-size: 16px;
    }
    .open-vacancies__item-title {
        margin-bottom: 8px;
    }
    .open-vacancies__item-description p {
        font-size: 16px;
    }
    .open-vacancies__item-colunm {
        width: 100%;
    }
    .open-vacancies__item .blue-btn {
        width: 100%;
    }
    .vacancies-contacts,
    .vacancies-contacts.vacancies-contacts--vacancy-page {
        padding: 35px 0 67px;
    }
    .vacancies-contacts__text p {
        font-size: 16px;
    }
    .vacancies-contacts__text {
        margin-bottom: 10px;
    }
    .vacancies-contacts__card {
        padding: 30px 26px;
        row-gap: 13px;
    }
    .vacancies-contacts__inner {
        row-gap: 18px;
    }
    .vacancies-contacts__card-name {
        font-size: 20px;
    }
    .vacancies-contacts__card-connection {
        padding-left: 106px;
    }
    .more--not-found .title-2 {
        display: block;
    }
    .question--not-found {
        display: block;
    }
    .not-found {
        padding: 118px 0 53px;
    }
    .page-technical__title {
        font-size: 48px;
        max-width: 583px;
    }
    .page-technical__subtitle {
        font-size: 20px;
        max-width: 647px;
    }
    .page-technical__img {
        position: relative;
        right: auto;
        bottom: auto;
        margin-left: auto;
        margin-top: 16px;
        display: block;
    }
    .builders-about__info {
        font-size: 16px;
    }
    .builders-about {
        padding: 35px 0 18px;
    }
    .builders-links {
        padding: 38px 0 35px;
    }
    .builders-links__item {
        padding: 20px;
    }
    .builders-links__item-title {
        font-size: 20px;
        line-height: 130%;
    }
    .builders-links__item-descr {
        font-size: 16px;
    }
    .builders-links__item-quantity {
        font-size: 16px;
    }
    .solutions-section {
        padding: 35px 0;
    }
    .solutions-section.solutions-section__bottom {
        padding-bottom: 70px;
    }
    .solutions-swiper {
        margin: 22px auto 0;
    }
    .solution-item__title {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 2px;
    }
    .solutions-section__link {
        margin-top: 30px;
    }
    .paralax {
        padding: 35px 0;
    }
    .mainpage-paralax {
        padding-top: 70px;
    }
    .paralax-container {
        margin-top: 23px;
    }
    .paralax-info p {
        font-size: 16px;
    }
    .solution-item__tag {
        height: 30px;
        font-size: 13px;
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
        padding: 7px 10px 5px;
    }
    .solution-item__tag-icon {
        width: 20px;
        height: 20px;
    }
    .solution-item__image {
        height: 36.18vw;
    }
    .solution-item__tag span::before {
        left: 10px;
        width: 20px;
        height: 20px;
    }
    .paralax-content__item-title {
        font-size: 22px;
    }
    .paralax-content__item-descr {
        font-size: 16px;
    }
    .paralax-info {
        margin-bottom: 22px;
    }
    .mainpage-paralax .paralax-info {
        margin-bottom: 15px;
    }
    .paralax-content__item {
        padding: 23px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        row-gap: 22px;
    }
    .paralax-content {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }
    .reviews-swiper {
        margin: 24px auto 0;
    }
    .reviews {
        padding: 35px 0 33px;
    }
    .reviews-item__text {
        font-size: 16px;
        -webkit-line-clamp: 8;
    }
    .reviews-item__jobtitle {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .reviews-item__title {
        font-size: 20px;
        margin-bottom: 3px;
    }
    .reviews-item__more {
        font-size: 16px;
    }
    .reviews-item {
        padding: 17px 17px 17px 18px;
    }
    .faq {
        padding: 35px 0 70px;
    }
    .faq-question {
        font-size: 20px;
    }
    .faq-item {
        row-gap: 7px;
        padding: 18px 60px 18px 18px;
    }
    .faq-item::before {
        width: 18px;
        height: 10px;
        top: 25px;
        right: 18px;
    }
    .faq-list {
        margin-top: 23px;
        row-gap: 6px;
    }
    .faq-answer p {
        font-size: 16px;
    }
    .builders-columns {
        padding: 16px 0 35px;
    }
    .builders-columns__inner {
        row-gap: 10px;
    }
    .builders-columns__item-title {
        font-size: 23px;
    }
    .builders-columns__item-text {
        font-size: 16px;
    }
    .builders-columns__item {
        padding: 70px 20px 20px;
    }
    .builders-columns__item::before {
        width: 10px;
        height: 10px;
    }
    .builders-links__item + .builders-links__item {
        margin-top: 9px;
    }
    .solution-item__date {
        font-size: 13px;
    }
    .paralax-content__wrapper {
        row-gap: 10px;
    }
    .vacancy-card {
        padding-bottom: 25px;
    }
    .vacancy-card__info-salary {
        font-family: 'NoirPro-Regular', sans-serif;
    }
    .vacancy-card__info-salary {
        font-size: 22px;
        margin: 4px 0 6px;
    }
    .vacancy-card__info-experience {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .vacancy-card__info-conditions {
        font-size: 16px;
    }
    .vacancy-card__inner {
        padding: 40px 18px;
        row-gap: 20px;
    }
    .vacancy-info__title {
        font-size: 20px;
    }
    .vacancy-info__list li {
        font-size: 16px;
        padding-left: 24px;
    }
    .vacancy-info__list li::before {
        width: 10px;
        height: 10px;
        top: 3px;
    }
    .vacancy-info__inner {
        row-gap: 30px;
        font-size: 16px;
    }
    .vacancy-info {
        padding: 25px 0 45px;
    }
    .offers-item__info li {
        font-size: 16px;
    }
    .offers-item__image {
        max-height: 232px;
        margin-bottom: 22px;
    }
    .offers-item {
        padding: 70px 20px 20px;
    }
    .offers-swiper {
        margin: 10px auto 0;
    }
    .page-offers .offers-swiper {
        padding: 15px 20px 0;
    }
    .offers-item__tag {
        top: 20px;
        left: 20px;
    }
    .object-info__tags {
        row-gap: 6px;
        margin-top: 22px;
    }
    .object-info__tag {
        padding: 15px 14px;
        height: 40px;
        font-size: 16px;
    }
    .object-info__tag.location {
        padding-left: 36px;
    }
    .object-info__tag.location::before {
        top: 10px;
        left: 10px;
        width: 17px;
        height: 17px;
    }
    .object-info__image {
        margin-top: 22px;
        border-radius: 10px;
    }
    .object-info {
        padding-bottom: 21px;
    }
    .offers {
        padding: 35px 0;
    }
    .object-info__text p {
        padding: 3px 0;
    }
    .object-info__text {
        font-size: 16px;
    }
    .object-info__text h4 {
        font-size: 16px;
    }
    .object-info__text h2,
    .object-info__text h3,
    .object-info__text h4,
    .object-info__text h5 {
        padding: 10px 0 3px;
    }
    .object-info__text ul,
    .object-info__text ol {
        row-gap: 8px;
        padding: 8px 0;
    }
    .search-empty__info-image {
        width: 50px;
        height: 50px;
    }
    .search-empty__info-title {
        font-size: 20px;
        line-height: 132%;
    }
    .search-empty__info-text {
        font-size: 16px;
    }
    .search-empty__error-title {
        font-size: 18px;
    }
    .search-empty__error {
        font-size: 16px;
    }
    .search-empty__column {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .search-empty {
        padding: 19px 0 35px;
    }
    .search-empty__inner {
        row-gap: 18px;
    }
    .search-empty__errors {
        row-gap: 12px;
    }
    .search-empty__error-title {
        font-size: 16px;
        line-height: 132%;
    }
    .catalog-card__title {
        font-size: 20px;
    }
    .catalog-card__text p {
        display: none;
    }
    .catalog-cards.catalog-cards--main {
        padding: 35px 0;
    }
    .catalog-card.catalog-card--max .catalog-card__image,
    .catalog-card .catalog-card__image {
        max-height: 125px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .catalog-cards--main .catalog-card.catalog-card--max .catalog-card__image {
        max-height: 125px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .catalog-cards--main .catalog-card.catalog-card--max {
        height: 160px;
    }
    .catalog-cards--main .catalog-card {
        height: 160px;
    }
    .banner-helper__text {
        font-size: 16px;
    }
    .banner-helper {
        -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: 18px;
        padding: 30px 20px;
    }
    .catalog-cards--main .banner-helper {
        padding: 30px 20px;
    }
    .page-content__inner img {
        max-width: 100%;
    }
    .catalog-cards {
        padding-bottom: 35px;
    }
    .page-content__inner h2 {
        font-size: 23px;
        padding: 12px 0 5px;
    }
    .page-content__inner ul,
    .page-content__inner ol {
        row-gap: 8px;
        padding: 8px 0;
    }
    .page-content__inner ul > li > ol,
    .page-content__inner ol > li > ol,
    .page-content__inner ul > li > ul,
    .page-content__inner ol > li > ul {
        padding: 5px;
    }
    .page-content__inner ul > li::before,
    .page-content__inner ol > li > ul > li::before,
    .page-content__inner ul > li > ul > li::before {
        top: 4px;
    }
    .page-content__inner {
        font-size: 16px;
    }
    .page-content.page-content--solutions {
        padding: 9px 0 35px;
    }
    .page-content__images {
        margin: 22px auto;
    }
    .page-content {
        padding: 3px 0 70px;
    }
    .catalog-category__item {
        -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;
        padding: 18px;
    }
    .catalog-category__item-buttons {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
    }
    .catalog-category__item-tag {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .catalog-category__item-title {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .catalog-category__item-text {
        font-size: 16px;
        -webkit-line-clamp: 4;
        margin-bottom: 8px;
    }
    .catalog-category__item-additionally li {
        font-size: 16px;
    }
    .catalog-category__item-additionally {
        row-gap: 0;
    }
    .catalog-category__item-status {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        font-size: 16px;
    }
    .catalog-category__item-dealer {
        font-size: 16px;
        margin-top: 13px;
    }
    .catalog-category__inner {
        margin-top: 20px;
        row-gap: 16px;
    }
    .other-category__card-text p {
        display: none;
    }
    .other-category__card-title {
        font-size: 20px;
    }
    .other-category {
        padding: 35px 0 41px;
    }
    .other-category__card {
        min-height: auto;
    }
    .catalog-category {
        padding-bottom: 35px;
    }
    .articles {
        padding-bottom: 35px;
    }
    .articles-item__title {
        font-size: 20px;
        margin-bottom: 2px;
        line-height: 130%;
    }
    .articles-item__tag {
        font-size: 14px;
    }
    .articles-item__tag {
        font-size: 14px;
        padding: 9px 12px 10px 12px;
        height: 36px;
    }
    .articles-item__tag-icon {
        width: 20px;
        height: 20px;
    }
    .articles-item__date {
        font-size: 15px;
    }
    .articles-item__image,
    .articles-item__image > img {
        height: 190px;
    }
    .articles-item {
        height: 345px;
    }
    .articles-banner__title {
        font-size: 23px;
    }
    .articles-banner__text {
        font-size: 16px;
    }
    .articles-banner__content {
        max-width: 487px;
    }
    .articles-banner {
        padding: 45px 20px;
        height: 370px;
    }
    .pagination-item {
        width: 46px;
        height: 46px;
        font-size: 16px;
    }
    .pagination-arrow {
        width: 46px;
        height: 46px;
    }
    .pagination-arrow svg {
        width: 8px;
        height: 10px;
    }
    .pagination {
        margin: 40px auto 0;
    }
    .card-info__text {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .card-info__status {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        font-size: 16px;
    }
    .card-info__title {
        margin-bottom: 10px;
    }
    .card-images {
        width: 487px;
        height: 405px;
    }
    .card-image > img {
        max-width: 242px;
        max-height: 242px;
    }
    .card-info__buttons .blue-btn {
        font-size: 16px;
        height: 48px;
    }
    .card-info__buttons .border-btn {
        font-size: 16px;
        height: 48px;
    }
    .card-info__volume-title {
        font-size: 16px;
    }
    .card-info__volume-list li {
        font-size: 16px;
        height: 36px;
        padding: 12px 36px;
    }
    .card-info__volume {
        margin-bottom: 16px;
    }
    .card-info__list li p {
        font-size: 16px;
    }
    .card-info__list li span {
        font-size: 16px;
    }
    .card-info__list li {
        -webkit-column-gap: 4px;
        -moz-column-gap: 4px;
        column-gap: 4px;
    }
    .product-info__icons-inner p {
        font-size: 20px;
    }
    .product-info__icons-inner span {
        font-size: 16px;
    }
    .product-info__icon {
        width: 36px;
        height: 36px;
    }
    .product-info__icons-item {
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }
    .product-info__icons {
        row-gap: 16px;
        margin: 5px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-info__content-title {
        font-size: 22px;
        padding: 0 0 14px 0;
    }
    .product-info__content-text p {
        padding: 5px 0;
    }
    .product-info__content-text {
        font-size: 16px;
    }
    .product-info__document-col svg {
        min-width: 30px;
        width: 30px;
        height: 30px;
    }
    .product-info__document-col {
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }
    .product-info__document-title {
        font-size: 18px;
    }
    .product-info__document {
        padding: 10px 14px;
        font-size: 18px;
        margin: 5px 0;
    }
    .product-info__faq-item {
        padding: 20px;
    }
    .product-info__faq-question {
        font-size: 20px;
    }
    .product-info__faq-item::after {
        right: 20px;
        top: 26px;
    }
    .product-info__faq {
        padding: 14px 0 6px;
    }
    .product-info__characteristics-title {
        font-size: 18px;
    }
    .product-info__characteristics-info {
        font-size: 16px;
    }
    .product-info__characteristics-subtitle {
        font-size: 14px;
    }
    .product-info__characteristics {
        row-gap: 12px;
        margin: 5px 0;
    }
    .product-info__faq-document-col svg {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }
    .product-info__faq-document {
        width: 100%;
    }
    .product-info__faq-answer {
        font-size: 16px;
    }
    .offers-title {
        font-size: 22px;
    }
    .object-item {
        width: 100%;
        height: 40.61vw;
    }
    .objects-content__inner {
        gap: 2vw;
        max-height: 100%;
        margin-top: 0;
    }
    .object-item__content {
        bottom: 3.3vw;
        left: 3.3vw;
        right: 3.3vw;
        row-gap: 2px;
        padding-right: 10.94vw;
    }
    .object-item__content-subtitle {
        font-size: 16px;
    }
    .select {
        position: relative;
        display: block;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        width: 100%;
        height: 48px;
        background: #fff;
        font-family: 'NoirPro-Regular', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #333;
        padding: 14px 40px 14px 12px;
    }
    .select::after {
        content: '';
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background-image: url('../image/icons/blue-curet.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .select.active::after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
    .dropdown {
        display: block;
        position: relative;
    }
    .tabs {
        display: none;
    }
    .dropdown-list::-webkit-scrollbar {
        width: 0;
    }
    .dropdown-list {
        -ms-overflow-style: none;
    }
    .dropdown-list {
        overflow: -moz-scrollbars-none;
    }
    .dropdown-list {
        position: absolute;
        top: 56px;
        display: none;
        -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
        list-style: none;
        height: 384px;
        overflow-y: scroll;
        z-index: 50;
        width: 100%;
        background: #fff;
    }
    .dropdown-list li a {
        display: inline-block;
        font-family: 'NoirPro-Regular', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #333;
        padding: 12px 16px;
        background: #fff;
        text-decoration: none;
        width: 100%;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .dropdown-list li a:active {
        color: #26458d;
    }
    .objects-content {
        display: block;
    }
    .objects-more {
        display: none;
    }
    .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;
        row-gap: 2vw;
        max-height: 254vw;
        overflow-y: hidden;
        margin-top: 30px;
    }
    .tabs-content.active {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }
    .tabs-content-more {
        display: block;
        width: 100%;
        margin-top: 13px;
    }
    .document-item__title {
        font-size: 14px;
        padding-top: 6px;
    }
    .document-item span {
        padding-top: 6px;
    }
    .document-item__inner svg {
        width: 24px;
        height: 24px;
    }
    .document-item {
        font-size: 14px;
        height: 46px;
        padding: 14px;
    }
    .document-item__inner {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
    .documents__inner {
        -webkit-column-gap: 3px;
        -moz-column-gap: 3px;
        column-gap: 3px;
        row-gap: 8px;
    }
    .documents-search {
        display: none;
    }
    .documents-search input {
        font-size: 16px;
        padding: 17px 14px 12px 40px;
    }
    .documents-search input::-webkit-input-placeholder {
        font-size: 16px;
    }
    .documents-search input::-moz-placeholder {
        font-size: 16px;
    }
    .documents-search input:-ms-input-placeholder {
        font-size: 16px;
    }
    .documents-search input::-ms-input-placeholder {
        font-size: 16px;
    }
    .documents-search input::placeholder {
        font-size: 16px;
    }
    .documents-search::before {
        left: 12px;
        width: 22px;
        height: 22px;
    }
    .documents .title-1 {
        margin-bottom: 22px;
    }
    .documents {
        padding-bottom: 35px;
    }
    .contacts-info__item {
        padding-bottom: 22px;
    }
    .contacts-info__item + .contacts-info__item {
        padding-top: 22px;
    }
    .contacts {
        padding-bottom: 50px;
    }
    .production-map {
        height: 444px;
    }
    .contacts-top li a {
        font-size: 16px;
        padding: 12px 38px;
        height: 43px;
    }
    .contacts-top {
        margin: 22px 0 22px;
    }
    .contacts-dealers {
        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: 40px;
    }
    .contacts-dealers__inner {
        margin-top: 0;
        width: 100%;
    }
    .contacts-dealers__search {
        display: none;
    }
    .contacts-dealers__tabs li a {
        font-size: 20px;
    }
    .contacts-dealers__inner {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .contacts-dealers__tabs {
        -webkit-column-gap: 34px;
        -moz-column-gap: 34px;
        column-gap: 34px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .contacts-dealers__tabs::-webkit-scrollbar {
        width: 0;
    }
    .contacts-dealers__tabs {
        -ms-overflow-style: none;
    }
    .contacts-dealers__tabs {
        overflow: -moz-scrollbars-none;
    }
    .contacts-dealers__tabs-search {
        display: block !important;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 16px 16px !important;
    }
    .contacts-dealers__tabs-search::before {
        content: '';
        position: absolute;
        top: 28px;
        left: 30px;
        width: 24px;
        height: 24px;
        background-image: url('../image/icons/contact-search.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contacts-dealers__tabs-search input {
        width: 100%;
        border: 1px solid #cbd5e1;
        border-radius: 4px;
        padding: 15px 12px 12px 44px;
        background: #fff;
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #333;
        outline: none;
        height: 48px;
    }
    .contacts-dealers__tabs-search input::-webkit-input-placeholder {
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #a8a8a8;
    }
    .contacts-dealers__tabs-search input::-moz-placeholder {
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #a8a8a8;
    }
    .contacts-dealers__tabs-search input:-ms-input-placeholder {
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #a8a8a8;
    }
    .contacts-dealers__tabs-search input::-ms-input-placeholder {
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #a8a8a8;
    }
    .contacts-dealers__tabs-search input::placeholder {
        font-family: 'NoirPro-Light', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #a8a8a8;
    }
    .contacts-dealers__tabs-search input:active,
    .contacts-dealers__tabs-search input:focus {
        border: 1px solid #333;
    }
    .contacts-dealers__tabs li a.active::before {
        bottom: -7px;
    }
    .contacts-dealers__tabs li a:hover::before {
        bottom: -7px;
    }
    .contacts-dealers__tabs li a::before {
        -webkit-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }
    .contacts-dealers__tabs-contents ul {
        padding: 12px 10px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: scroll;
    }
    .contacts-dealers__tabs-contents ul::-webkit-scrollbar {
        width: 0;
    }
    .contacts-dealers__tabs-contents ul {
        -ms-overflow-style: none;
    }
    .contacts-dealers__tabs-contents ul {
        overflow: -moz-scrollbars-none;
    }
    .contacts-dealers__tabs-contents ul {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
        max-height: 505px;
        border-radius: 4px;
        row-gap: 0;
        padding-top: 70px;
    }
    .contacts-dealers__tabs-contents ul li {
        width: 100%;
        padding: 16px 8px;
    }
    .contacts-dealers__tabs {
        padding: 0px 0px 18px;
    }

    .dealers-map {
        height: 444px;
    }
    .main-banner__subtitle {
        font-size: 16px;
        max-width: 374px;
        margin-bottom: 19px;
        margin-top: 7px;
    }
    .main-banner__slide {
        height: 517px;
    }
    .swiper-pagination {
        font-size: 16px;
    }
    .main-banner__ui {
        bottom: 100px;
        width: 253px;
    }
    .swiper-progress-bar .slide_progress-bar {
        bottom: -3px;
        width: 197px;
    }
    .application {
        padding: 35px 0;
    }
    .objects-offer__item {
        height: 32vw;
    }
    .objects-offer__item-title {
        font-size: 20px;
    }
    .objects-offer__item-content::after {
        width: 44px;
        height: 44px;
        background-size: 16px 16px;
    }
    .objects-offer__item-content {
        row-gap: 4px;
        bottom: 18px;
        left: 18px;
        right: 18px;
        padding-right: 50px;
    }
    .objects-offer {
        padding: 35px 0;
    }
    .content-tag {
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
        padding: 7px 18px;
        font-size: 14px;
    }
    .content-date {
        font-size: 16px;
    }
    .content p {
        font-size: 16px;
        padding: 5px 0;
    }
    .content .content-banner {
        height: 223px;
        border-radius: 10px;
        margin: 12px 0;
    }
    .content h2 {
        font-size: 28px;
    }
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
        padding: 12px 0 3px;
    }
    .content video {
        max-width: 97%;
        max-height: 100%;
    }
    .content img {
        max-width: 100%;
        max-height: 100%;
    }
    .content .description {
        font-size: 16px;
        padding: 5px 0 0;
    }
    .content .video {
        margin: 16px 0;
    }
    .content img {
        margin: 16px 0;
    }
    .content-tag .content-tag__icon {
        width: 22px;
        height: 22px;
    }
    .content-documents__item .content-documents__item-title {
        font-size: 16px;
    }
    .content-documents__item {
        font-size: 16px;
        height: 50px;
        padding: 9px 10px;
    }
    .content-swiper {
        padding: 26px 15px 8px;
    }
    .content__inner ul,
    .content__inner ol {
        row-gap: 2px;
        font-size: 16px;
        padding: 2px 0;
    }
    .content__inner > ul > li::before,
    .content__inner > ol > li > ul > li::before,
    .content__inner > ul > li > ul > li::before {
        width: 9px;
        height: 9px;
    }
    .content__inner > ul > li,
    .content__inner > ul > li > ul > li,
    .content__inner > ol > li > ul > li {
        padding-left: 24px;
    }
    .content h3 {
        font-size: 26px;
    }
    .content h4 {
        font-size: 24px;
    }
    .content h5 {
        font-size: 22px;
    }
    .content-swiper .content-swiper__image {
        height: 35.61vw;
    }
    .content {
        padding-bottom: 35px;
    }
    .article-banner__title {
        font-size: 24px;
    }
    .article-banner__text {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .article-banner__content {
        max-width: 498px;
    }
    .article-banner {
        padding: 35px 0;
    }
    .search-row__content-count {
        font-size: 16px;
    }
    .search-row__inner {
        -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;
        padding: 0px 0px 1px;
        row-gap: 7px;
    }
    .search-row__content-request {
        font-size: 16px;
    }
    .search-row {
        padding-bottom: 29px;
    }
    .search-row__content {
        gap: 4px;
        padding-bottom: 0px;
    }
    .search-section {
        padding: 35px 0;
    }
    .search-row__form {
        margin-bottom: 21px;
    }
    .search-title {
        font-size: 26px;
    }
    .contacts-dealers__placemark-info {
        display: block;
    }
    .contacts-info__item-organization {
        font-family: 'NoirPro-Medium', sans-serif;
        font-weight: 400;
        font-size: 18px;
        text-transform: uppercase;
        color: #333;
        margin-bottom: 12px;
    }
    .contacts-dealers__placemark-item {
        display: none;
        margin-top: 22px;
    }
    .contacts-dealers__placemark-item.active {
        display: block;
    }
    .modal__content {
        padding: 20px;
        border-radius: 4px;
        min-height: 336px;
        width: 420px;
    }
    .modal-close {
        width: 26px;
        height: 26px;
    }
    .modal__content-title {
        font-size: 20px;
        line-height: 130%;
        text-align: left;
        margin-bottom: 4px;
    }
    .modal__content-subtitle {
        font-size: 14px;
        text-align: left;
        margin-left: 0;
        max-width: 215px;
    }
    .modal-form__input {
        height: 42px;
        font-size: 14px;
        padding: 12px 14px;
    }
    .modal-form {
        margin-top: 18px;
    }
    .modal-form__row + .modal-form__row {
        margin-top: 8px;
    }
    .modal-form__checkbox {
        margin: 14px 0 11px;
    }
    .modal-form__checkbox label {
        font-size: 12px;
        padding-left: 32px;
        max-width: 295px;
    }
    .modal-form__checkbox label::before {
        width: 24px;
        height: 24px;
        top: 0;
    }
    .modal-form__checkbox input:checked + label::before {
        background-size: 10px 10px;
    }
    .modal__content .blue-btn {
        width: 100%;
    }
    .modal-error {
        font-size: 12px;
        padding-top: 3px;
    }
}
@media (max-width: 700px) {
    .documents__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 630px) {
    .not-found {
        padding: 90px 0 33px;
    }
    .not-found__code {
        font-size: 113px;
        -webkit-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
        margin-bottom: -9px;
    }
    .not-found__code > img {
        max-width: 77px;
        max-height: 77.6px;
    }
    .not-found__title {
        font-size: 30px;
    }
    .page-technical__title {
        font-size: 36px;
        margin-bottom: 10px;
        max-width: 268px;
    }
    .page-technical__subtitle {
        font-size: 14px;
        max-width: 268px;
    }
    .builders-images {
        padding: 0 0 0 15px;
    }
    .builders-images-swiper {
        padding-right: 15px;
    }
    .builders-images__item {
        height: 232px;
    }
    .vacancy-card__buttons {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap: 10px;
    }
    .vacancy-card__buttons .blue-btn,
    .vacancy-card__buttons .border-btn {
        width: 100%;
    }
    .vacancy-info__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 7px;
        width: 100%;
    }
    .vacancy-info__buttons .blue-btn,
    .vacancy-info__buttons .border-btn {
        width: 100%;
        padding: 3px 40px 1px;
    }
    .page-content__image > img {
        height: 216px;
    }
    .articles-item {
        width: 100%;
        height: 417px;
    }
    .articles-item__image,
    .articles-item__image > img {
        height: 259px;
    }
    .articles-banner {
        padding: 35px 10px;
    }
    .pagination {
        margin: 22px auto 0;
    }
}
@media (max-width: 600px) {
    .item-hover {
        height: 260px;
    }
    .objects-offer__item {
        height: 260px;
    }
}
@media (max-width: 520px) {
    .more-item {
        padding: 19px 18px;
        height: 189px;
    }
    .more-item.more-item--solutions .more-item__image {
        max-width: 217px;
    }
    .more-item__image {
        max-width: 209px;
    }
    .more-item.more-item--catalog .more-item__image {
        max-width: 162px;
    }
    .more-item--catalog .more-item__image {
        max-width: 161px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto;
    }
    .more-item--builders .more-item__image {
        right: -20px;
    }
    .mfp-image-holder .mfp-content {
        width: 95vw;
    }
    button.mfp-arrow-right,
    button.mfp-arrow-left {
        bottom: 35px;
        top: auto;
    }
    .vacancies-contacts__card {
        padding: 22px 18px;
    }
    .vacancies-contacts__card-avatar {
        width: 54px;
        height: 54px;
    }
    .vacancies-contacts__card-name {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 121%;
    }
    .vacancies-contacts__card-jobtitle {
        font-size: 13px;
    }
    .vacancies-contacts__card-info {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .vacancies-contacts__card-connection {
        padding-left: 65px;
        row-gap: 7px;
    }
    .vacancies-contacts__card-mail,
    .vacancies-contacts__card-phone {
        font-size: 15px;
        -webkit-column-gap: 7px;
        -moz-column-gap: 7px;
        column-gap: 7px;
    }
    .vacancies-contacts__card-mail > svg,
    .vacancies-contacts__card-phone > svg {
        width: 17px;
        height: 17px;
    }
    .page-technical {
        padding: 70px 0 28px;
    }
    .page-technical__img {
        max-width: 237px;
    }
    .card-images {
        width: 100%;
        height: 284px;
    }
    .card-image > img {
        max-width: 215px;
        max-height: 215px;
    }
    .card-images__btn-next {
        display: none;
    }
    .card-images__btn-prev {
        display: none;
    }
    .card .container {
        padding: 0;
    }
    .card-images {
        background-color: transparent;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .card-info__buttons .blue-btn {
        width: 100%;
    }
    .card-info__buttons .border-btn {
        width: 100%;
    }
    .card-info__inner {
        padding: 0 15px;
    }
    .documents-search input {
        font-size: 14px;
        padding: 15px 14px 11px 40px;
    }
    .documents-search input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .documents-search input::-moz-placeholder {
        font-size: 14px;
    }
    .documents-search input:-ms-input-placeholder {
        font-size: 14px;
    }
    .documents-search input::-ms-input-placeholder {
        font-size: 14px;
    }
    .documents-search input::placeholder {
        font-size: 14px;
    }
    .documents-search::before {
        width: 20px;
        height: 20px;
    }
    .documents-search {
        height: 44px;
    }
    .content-swiper .content-swiper__image {
        height: 216px;
    }
    .solution-item__image {
        height: 50.18vw;
    }
}
@media (max-width: 450px) {
    .modal__content {
        max-width: 335px;
        width: 100%;
    }
}
@media (max-width: 428px) {
    .container {
        padding: 0 20px;
    }
    .title-1 {
        font-size: 28px;
        line-height: 121%;
    }
    .title-3 {
        font-size: 22px;
    }

    .blue-btn {
        font-size: 14px;
        height: 42px;
    }
    .white-btn {
        font-size: 14px;
        height: 42px;
    }
    .border-btn {
        font-size: 14px;
        height: 42px;
    }
    .back-link span {
        font-size: 13px;
        padding-top: 3px;
    }
    .back-link svg {
        width: 6px;
        height: 9px;
    }
    .about-production__text p {
        font-size: 14px;
        line-height: 136%;
    }
    .about-company__info p {
        font-size: 14px;
        line-height: 136%;
    }
    .about-company__info p + p {
        padding-top: 0px;
    }
    .about-company__statistics-item p {
        font-size: 70px;
    }
    .page-banner .container {
        padding: 0;
    }
    .page-banner__wrapper {
        border-radius: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 50px 20px 20px 20px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .page-banner__container .page-banner__wrapper .blue-btn {
        width: 100%;
    }
    .page-banner__content-text {
        font-size: 14px;
        padding-top: 6px;
    }
    .page-banner__content {
        max-width: 100%;
        margin-bottom: 16px;
    }
    .page-banner__inner .blue-btn {
        width: 100%;
        text-align: center;
    }
    .page-banner-animation .page-banner__image-item {
        opacity: 0;
    }
    .page-banner-animation .page-banner__image-hover {
        opacity: 1;
    }
    .page-banner__image-item {
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .requisites-banner__inner {
        height: 427px;
    }
    .section-banner .container {
        padding: 0;
    }
    .section-banner__content {
        padding: 50px 20px 20px 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .section-banner__inner {
        border-radius: 0;
    }
    .section-banner__content .blue-btn {
        width: 100%;
    }
    .section-banner__content-text {
        font-size: 14px;
        margin-bottom: 16px;
        margin-top: 6px;
    }
    .page-banner__container {
        height: 551px;
    }
    .page-banner__image-hover {
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        border-radius: 0;
        height: 700px;
    }
    .builders-banner__inner-hover {
        height: 774px;
    }
    .page-banner-animation .buy-banner__container {
        height: 700px;
    }
    .page-banner__image {
        height: 551px;
    }
    .page-banner-animation .page-banner__wrapper .blue-btn {
        background: #fff;
        color: #26458d;
    }
    .page-banner-animation .page-banner__content-text {
        font-size: 20px;
    }
    .page-banner-animation .builders-banner__container {
        height: 774px;
    }
    .question {
        padding: 50px 0;
    }
    .question__text {
        font-size: 14px;
        max-width: 243px;
        padding-top: 2px;
    }
    .question__form input {
        height: 42px;
        padding: 11.5px 13px 10px;
        font-size: 14px;
    }
    .question__form input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .question__form input::-moz-placeholder {
        font-size: 14px;
    }
    .question__form input:-ms-input-placeholder {
        font-size: 14px;
    }
    .question__form input::-ms-input-placeholder {
        font-size: 14px;
    }
    .question__form input::placeholder {
        font-size: 14px;
    }
    .question__form textarea {
        font-size: 14px;
        height: 82px;
        padding: 13.5px 13px 14.5px;
    }
    .question__form textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
    .question__form textarea::-moz-placeholder {
        font-size: 14px;
    }
    .question__form textarea:-ms-input-placeholder {
        font-size: 14px;
    }
    .question__form textarea::-ms-input-placeholder {
        font-size: 14px;
    }
    .question__form textarea::placeholder {
        font-size: 14px;
    }
    .question__form-wrapper + .question__form-wrapper {
        margin-top: 10px;
    }
    .question__form .blue-btn {
        width: 100%;
    }
    .question__form-checkbox label {
        padding-left: 34px;
        font-size: 12px;
        line-height: 124%;
    }
    .question__form-checkbox label a {
        font-size: 12px;
    }
    .question__form-checkbox label::before {
        width: 24px;
        height: 24px;
    }
    .question__form-checkbox input:checked + label::before {
        background-size: 10px 10px;
    }
    .question__form-checkbox {
        margin: 6px 0 16px;
    }
    .question__form .blue-btn {
        padding: 13px 34px 11px;
    }
    .certificates-swiper .slick-slide {
        margin: 0 4px;
    }
    .certificates-swiper .slick-list {
        margin: 0 -4px;
    }
    .certificates-item__img-wrapper > img {
        max-width: 269px;
    }
    .certificates-item__img-wrapper {
        height: 410px;
    }
    .certificates__button .blue-btn {
        width: 100%;
        padding: 12px 40px 10px;
    }
    .list-hover {
        padding: 29px 20px 35px;
    }
    .certificates-inner {
        padding: 0 20px;
    }
    .error-message {
        font-size: 12px;
    }
    .back-link {
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
    .back {
        padding: 18px 0 20px;
    }
    .delivery-legal,
    .delivery-individual,
    .delivery-info {
        padding: 18px;
        border-radius: 8px;
    }
    .delivery-item__icon,
    .delivery-item__icon > img {
        width: 36px;
        height: 36px;
    }
    .delivery-legal__info-title {
        font-size: 18px;
    }
    .delivery-info__item,
    .delivery-legal__info-item {
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .delivery-legal__info-descr {
        font-size: 14px;
    }
    .delivery-individual__text {
        font-size: 14px;
        line-height: 137%;
    }
    .delivery-individual__statistic {
        -webkit-column-gap: 36px;
        -moz-column-gap: 36px;
        column-gap: 36px;
        margin: 27px 0 11px;
    }
    .delivery-individual__statistic-item span {
        font-size: 14px;
    }
    .delivery-individual__statistic-item p {
        line-height: 38%;
    }
    .delivery-info__text > p {
        font-size: 14px;
        line-height: 137%;
    }
    .delivery-info__text > p + p {
        padding-top: 0px;
    }
    .delivery-info__item-title {
        font-size: 18px;
        line-height: 141%;
    }
    .delivery-info__item-descr {
        font-size: 14px;
    }
    .vacancies-advantages__offer {
        font-size: 14px;
        line-height: 143%;
    }
    .vacancies-advantages__text p {
        font-size: 14px;
        line-height: 137%;
    }
    .vacancies-advantages__list-title {
        font-size: 13px;
    }
    .vacancies-advantages__list li {
        font-size: 16px;
        line-height: 175%;
        padding: 10.5px 20px 7.5px 42px;
    }
    .vacancies-advantages__list li::before {
        left: 21px;
        top: 17px;
    }
    .vacancies-advantages__list {
        row-gap: 8px;
    }
    .open-vacancies__item {
        padding: 22px 18px;
    }
    .open-vacancies__item-title {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .open-vacancies__item-salary {
        font-size: 19px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .open-vacancies__item-experience span {
        font-size: 13px;
    }
    .open-vacancies__item-experience {
        padding: 4px 15px;
    }
    .open-vacancies__item-info {
        row-gap: 0px;
        margin-bottom: 13px;
    }
    .open-vacancies__item-description p {
        font-size: 14px;
        line-height: 137%;
    }
    .vacancies-contacts__text p {
        font-size: 14px;
        line-height: 136%;
    }
    .vacancies-contacts__inner {
        row-gap: 22px;
    }
    .not-found__title {
        font-size: 22px;
    }
    .page-technical__img {
        max-width: 237px;
    }
    .builders-columns__item-text {
        font-size: 14px;
        line-height: 135%;
    }
    .builders-columns__item::before {
        left: 21px;
        top: 20px;
    }
    .builders-columns__item-title {
        font-size: 20px;
        line-height: 124%;
        margin-bottom: 9px;
    }
    .builders-columns__item {
        padding: 67px 18px 18px;
    }
    .builders-about__info {
        font-size: 14px;
        line-height: 136%;
    }
    .builders-about__inner {
        row-gap: 22px;
    }
    .builders-about__info p + p {
        padding-top: 0px;
    }
    .builders-links__item {
        padding: 18px;
    }
    .builders-links__item-quantity {
        font-size: 15px;
    }
    .builders-links__item-descr {
        font-size: 14px;
        line-height: 136%;
    }
    .builders-links__item-toprow {
        margin-bottom: 14px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .solution-item__image {
        height: 241px;
        margin-bottom: 7px;
    }
    .solution-item__tags {
        gap: 7px;
        margin-bottom: 9px;
    }
    .solutions-swiper {
        padding: 0 20px;
    }
    .solutions-section__link {
        width: 100%;
    }
    .paralax-info p {
        font-size: 14px;
        line-height: 135%;
    }
    .paralax-content__item-title {
        font-size: 20px;
        line-height: 123%;
    }
    .paralax-content__item {
        padding: 18px;
        row-gap: 16px;
    }
    .mainpage-paralax .paralax-content__item {
        row-gap: 24px;
    }
    .mainpage-paralax .paralax-content__item-title {
        font-size: 20px;
        line-height: 130%;
    }
    .paralax-content__item-num {
        font-size: 13px;
    }
    .paralax-content__item-descr {
        font-size: 14px;
    }
    .mainpage-paralax .paralax-content__item-descr {
        line-height: 135%;
    }
    .mainpage-paralax .paralax-content__item-row {
        row-gap: 7px;
    }
    .reviews-item__title {
        font-size: 18px;
        margin-bottom: 0;
    }
    .reviews-item__jobtitle {
        font-size: 13px;
    }
    .reviews-item__text {
        font-size: 14px;
        -webkit-line-clamp: 14;
        line-height: 137%;
        margin-bottom: 9px;
    }
    .reviews-item__more {
        font-size: 15px;
    }
    .reviews-swiper {
        padding: 0 20px;
    }
    .faq-item {
        padding: 18px 18px 18px 18px;
    }
    .faq-question {
        font-size: 18px;
        max-width: 276px;
        line-height: 125%;
    }
    .faq-item::before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .faq-item.active::before {
        top: 47px;
        -webkit-transform: translateY(0%) rotate(-180deg);
        -ms-transform: translateY(0%) rotate(-180deg);
        transform: translateY(0%) rotate(-180deg);
    }
    .faq-answer p {
        font-size: 14px;
        line-height: 136%;
    }
    .faq-answer p + p {
        padding-top: 0px;
    }
    .buy-banner__inner {
        height: 551px;
    }
    .builders-images {
        padding: 0 0 0 20px;
    }
    .builders-images-swiper {
        padding-right: 20px;
    }
    .vacancy-card__info-salary {
        font-size: 20px;
    }
    .vacancy-card__info-experience {
        font-size: 14px;
    }
    .vacancy-card__info-conditions {
        font-size: 14px;
    }
    .vacancy-card__inner {
        padding: 22px 18px;
        row-gap: 15px;
    }
    .title-2.vacancy-card__title {
        font-size: 22px;
    }
    .vacancy-info__list li {
        font-size: 14px;
        padding-left: 24px;
    }
    .vacancy-card__buttons {
        row-gap: 8px;
    }
    .vacancy-info__inner {
        font-size: 14px;
    }
    .vacancy-info__inner p {
        padding: 5px 0;
    }
    .vacancy-card {
        padding-bottom: 20px;
    }
    .vacancy-info {
        padding: 20px 0 36px;
    }
    .vacancy-info__title {
        margin-bottom: 12px;
    }
    .vacancy-info__list {
        row-gap: 10px;
    }
    .offers-item__image {
        max-height: 224px;
        margin-bottom: 12px;
    }
    .offers-item__tag {
        top: 16px;
        left: 16px;
        font-size: 12px;
        padding: 9px 12px;
        height: 26px;
    }
    .offers-item {
        padding: 54px 16px 16px;
        min-height: 378px;
        height: auto;
    }
    .offers-item__info li {
        font-size: 14px;
    }
    .offers-item__title {
        margin-bottom: 4px;
    }
    .object-info__image {
        height: 223px;
    }
    .object-info__tag {
        padding: 12px 14px;
        height: 32px;
        font-size: 14px;
    }
    .object-info__tags {
        margin-top: 17px;
    }
    .object-info__tag.location {
        padding-left: 40px;
    }
    .object-info__tag.location::before {
        top: 8px;
        left: 14px;
        width: 16px;
        height: 16px;
    }
    .object-info__text {
        font-size: 14px;
        line-height: 136%;
        margin-top: 22px;
    }
    .object-info__text p {
        padding: 0px 0;
    }
    .object-info__text h4 {
        font-size: 14px;
    }
    .object-info__text h2,
    .object-info__text h3,
    .object-info__text h4,
    .object-info__text h5 {
        padding: 22px 0 5px;
    }
    .object-info__text > ul > li,
    .object-info__text > ul > li > ul > li,
    .object-info__text > ol > li > ul > li {
        padding-left: 24px;
    }
    .object-info__text ul,
    .object-info__text ol {
        row-gap: 12px;
        padding: 13px 0;
    }
    .object-info__text > ul > li::before,
    .object-info__text > ol > li > ul > li::before,
    .object-info__text > ul > li > ul > li::before {
        width: 10px;
        height: 10px;
        left: 3px;
        top: 2px;
    }
    .offers {
        padding: 35px 0 20px;
    }
    .offers-swiper {
        padding: 20px;
    }
    .search-empty {
        padding-top: 0;
    }
    .search-form input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .search-form input::-moz-placeholder {
        font-size: 14px;
    }
    .search-form input:-ms-input-placeholder {
        font-size: 14px;
    }
    .search-form input::-ms-input-placeholder {
        font-size: 14px;
    }
    .search-form input,
    .search-form input::placeholder {
        font-size: 14px;
    }
    .search-empty__info-image {
        width: 42px;
        height: 42px;
    }
    .search-empty__info-title {
        margin-bottom: 2px;
    }
    .search-empty__info-text {
        font-size: 14px;
    }
    .search-empty__info {
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }
    .search-empty__error {
        font-size: 14px;
        line-height: 135%;
    }
    .catalog-card.catalog-card--max {
        padding: 18px;
        height: 188px;
    }
    .catalog-cards--main .catalog-card.catalog-card--max {
        padding: 18px;
        height: 188px;
    }
    .catalog-cards--main .catalog-card {
        padding: 18px;
        height: 188px;
    }
    .catalog-card {
        padding: 18px;
        height: 188px;
    }
    .catalog-cards__wrapper-col1 {
        row-gap: 8px;
    }
    .catalog-cards__inner {
        row-gap: 8px;
    }
    .catalog-cards__wrapper-col2 {
        row-gap: 8px;
    }
    .catalog-cards__wrapper-top {
        row-gap: 8px;
    }
    .catalog-cards__wrapper-column {
        row-gap: 8px;
    }
    .catalog-cards__wrapper-center {
        row-gap: 8px;
    }
    .catalog-cards--main .catalog-card.catalog-card--max .catalog-card__image {
        max-height: 114px;
        bottom: 18px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 18px;
        top: auto;
    }
    .catalog-card.catalog-card--max .catalog-card__image,
    .catalog-card .catalog-card__image {
        max-height: 114px;
        bottom: 18px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 18px;
        top: auto;
    }
    .catalog-cards--main .banner-helper {
        padding: 24px 18px 21px;
        row-gap: 16px;
    }
    .banner-helper__text {
        font-size: 14px;
    }
    .banner-helper__title {
        margin-bottom: 6px;
    }
    .banner-helper .white-btn {
        width: 100%;
    }
    .page-content__inner h2 {
        font-size: 22px;
        line-height: 127%;
        padding: 27px 0 10px;
    }
    .page-content__inner {
        font-size: 14px;
        line-height: 135%;
    }
    .page-content__inner ul > li::before,
    .page-content__inner ol > li > ul > li::before,
    .page-content__inner ul > li > ul > li::before {
        width: 10px;
        height: 10px;
        left: 3px;
        top: 2px;
    }
    .page-content__inner ul > li,
    .page-content__inner ul > li > ul > li,
    .page-content__inner ol > li > ul > li {
        padding-left: 24px;
    }
    .page-content__inner ul,
    .page-content__inner ol {
        row-gap: 4px;
        padding: 10px 0;
    }
    .catalog-cards__wrapper-bottom {
        margin-top: 8px;
    }
    .banner-helper {
        padding: 23px 18px 21px;
    }
    .page-content__inner p {
        padding: 0px 0;
    }
    .page-content__images {
        padding: 0 20px;
        margin: 22px auto 19px;
    }
    .page-content__inner img {
        height: 220px;
        margin: 22px 0 17px;
    }
    .catalog-category__item {
        padding: 12px;
        row-gap: 13px;
    }
    .catalog-category__item-image {
        width: 100%;
        height: 280px;
        min-width: 100%;
    }
    .catalog-category__item-image > img {
        max-height: 206px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .catalog-category__item-tag {
        font-size: 14px;
    }
    .catalog-category__item-text {
        font-size: 13px;
    }
    .catalog-category__item-additionally li {
        font-size: 14px;
    }
    .catalog-category__item-buttons {
        width: 100%;
        margin-top: 2px;
    }
    .catalog-category__item-buttons .border-btn,
    .catalog-category__item-buttons .blue-btn {
        width: 100%;
    }
    .other-category__card-image {
        max-height: 114px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .catalog-category__item-status {
        font-size: 14px;
        padding: 2px 0 0;
        margin-bottom: 8px;
    }
    .catalog-category__item-buttons .border-btn {
        margin-bottom: 8px;
    }
    .catalog-category__item-dealer {
        font-size: 14px;
    }
    .catalog-category__inner {
        row-gap: 14px;
    }
    .other-category__card {
        height: 187px;
        padding: 18px;
    }
    .other-category__inner {
        row-gap: 13px;
    }
    .articles-item__image,
    .articles-item__image > img {
        height: 240px;
    }
    .articles-item__image::after {
        width: 44px;
        height: 44px;
    }
    .articles-item__image:hover::after {
        bottom: 20px;
        right: 20px;
    }
    .articles-item__image {
        margin-bottom: 8px;
    }
    .articles-item__tag {
        font-size: 13px;
        padding: 10px 11px 10px 10px;
        height: 30px;
    }
    .articles-item__date {
        font-size: 13px;
    }
    .articles-item {
        height: 384px;
    }
    .articles-item__tags {
        margin-bottom: 8px;
    }
    .articles-inner {
        gap: 14px;
    }
    .articles-banner {
        height: 454px;
        padding: 22px 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .articles-banner__title {
        font-size: 20px;
        max-width: 337px;
        line-height: 130%;
    }
    .articles-banner__text {
        font-size: 14px;
    }
    .articles-banner__content {
        margin-bottom: 21px;
    }
    .articles-banner .blue-btn {
        width: 100%;
    }
    .pagination-item {
        width: 44px;
        height: 44px;
        font-size: 14px;
    }
    .pagination-arrow {
        width: 44px;
        height: 44px;
    }
    .pagination-wrapper {
        -webkit-column-gap: 3px;
        -moz-column-gap: 3px;
        column-gap: 3px;
    }
    .card-info__status {
        font-size: 14px;
        margin-bottom: 21px;
    }
    .card-info__inner {
        padding: 0 20px;
    }
    .card .container {
        padding: 0;
    }
    .card-info__volume-title {
        font-size: 14px;
    }
    .card-info__text {
        font-size: 14px;
        margin-bottom: 18px;
        line-height: 137%;
    }
    .card-info__volume-list li {
        font-size: 14px;
        height: 32px;
        padding: 10px 36px 7px;
        min-width: 98px;
    }
    .card-info__volume-list {
        gap: 4px;
    }
    .card-info__buttons .blue-btn {
        font-size: 14px;
        height: 42px;
    }
    .card-info__buttons .border-btn {
        font-size: 14px;
        height: 42px;
    }
    .card-info__buttons {
        row-gap: 8px;
        margin-top: 21px;
    }
    .card-info__volume {
        margin-bottom: 13px;
    }
    .card-images {
        padding: 0 20px;
    }
    .card-info__list li p {
        font-size: 14px;
    }
    .card-info__list li span {
        font-size: 14px;
    }
    .card-info__list {
        row-gap: 10px;
    }
    .product-info__icons-inner p {
        font-size: 16px;
    }
    .product-info__icons-inner span {
        font-size: 14px;
    }
    .product-info__content-title {
        font-size: 20px;
        line-height: 130%;
    }
    .product-info__content-text {
        font-size: 14px;
        line-height: 136%;
    }
    .product-info__document-title {
        font-size: 14px;
    }
    .product-info__document-col svg {
        min-width: 24px;
        width: 24px;
        height: 24px;
    }
    .product-info__document {
        font-size: 14px;
    }
    .product-info__faq-question {
        font-size: 18px;
        letter-spacing: 0.02em;
        line-height: 119%;
    }
    .product-info__faq-item {
        padding: 18px;
        row-gap: 0px;
    }
    .product-info__characteristics-title {
        font-size: 14px;
        max-width: 207px;
    }
    .product-info__characteristics-info {
        font-size: 14px;
    }
    .product-info__characteristics-subtitle {
        font-size: 12px;
    }
    .product-info__faq-item::after {
        width: 18px;
        height: 10px;
        right: 18px;
        top: 24px;
    }
    .product-info__faq-document-col {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
    .product-info__faq-document {
        font-size: 14px;
        padding: 11px 14px;
    }
    .product-info__icons-inner {
        row-gap: 2px;
    }
    .product-info__inner {
        row-gap: 35px;
    }
    .product-info__document-col {
        -webkit-column-gap: 9px;
        -moz-column-gap: 9px;
        column-gap: 9px;
    }
    .product-info__faq-answer {
        font-size: 14px;
        line-height: 136%;
    }
    .product-info__characteristics-item {
        row-gap: 1px;
    }
    .product-info__characteristics {
        row-gap: 14px;
    }
    .product-info__characteristics-inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .offers-title {
        font-size: 20px;
        line-height: 130%;
    }
    .object-item__content-subtitle {
        font-size: 14px;
    }
    .object-item__content::after {
        width: 44px;
        height: 44px;
        background-size: 12px 12px;
    }
    .object-item {
        height: 260px;
    }
    .object-item__content {
        bottom: 18px;
        left: 18px;
        right: 18px;
        row-gap: 4px;
        padding-right: 49px;
    }
    .objects-content__inner {
        gap: 12px;
    }
    .tabs-content {
        row-gap: 12px;
        max-height: 1629px;
        overflow: hidden;
        margin-top: 22px;
    }
    .objects {
        padding-top: 15px;
        padding-bottom: 36px;
    }
    .documents-search input {
        font-size: 11px;
        padding: 10px 8px 8px 26px;
    }
    .documents-search input::-webkit-input-placeholder {
        font-size: 11px;
    }
    .documents-search input::-moz-placeholder {
        font-size: 11px;
    }
    .documents-search input:-ms-input-placeholder {
        font-size: 11px;
    }
    .documents-search input::-ms-input-placeholder {
        font-size: 11px;
    }
    .documents-search input::placeholder {
        font-size: 11px;
    }
    .documents-search {
        height: 36px;
    }
    .documents-search::before {
        width: 17px;
        height: 17px;
        left: 7px;
    }
    .contacts-info__item-row {
        row-gap: 21px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        margin-bottom: 21px;
    }
    .contacts-info__item-addresstext {
        padding: 1px 0;
    }
    .contacts-top li a {
        font-size: 14px;
        padding: 0;
        height: 41px;
    }
    .contacts-top {
        gap: 8px;
    }
    .contacts-top li {
        width: 100%;
    }
    .contacts-info__item-title {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 18px;
    }
    .contacts-info__item-phonelink {
        padding: 1px 0;
    }
    .contacts-info__item-maillink {
        padding: 1px 0;
    }
    .contacts-info__item-scheme {
        font-size: 14px;
    }
    .contacts-info__item {
        padding-bottom: 20px;
    }
    .contacts-info__item + .contacts-info__item {
        padding-top: 20px;
    }
    .contacts-dealers__tabs {
        padding: 0 0 3px 0px;
    }
    .contacts-dealers__tabs-contents ul li {
        padding: 9.7px 7px;
        font-size: 14px;
    }
    .contacts-dealers__tabs-search::before {
        top: 29px;
        left: 29px;
    }
    .contacts-dealers__tabs-search input {
        font-size: 14px;
        padding: 17px 12px 10px 44px;
    }
    .contacts-dealers__tabs-search input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .contacts-dealers__tabs-search input::-moz-placeholder {
        font-size: 14px;
    }
    .contacts-dealers__tabs-search input:-ms-input-placeholder {
        font-size: 14px;
    }
    .contacts-dealers__tabs-search input::-ms-input-placeholder {
        font-size: 14px;
    }
    .contacts-dealers__tabs-search input::placeholder {
        font-size: 14px;
    }
    .contacts-dealers__tabs-contents ul {
        padding-top: 78px;
        max-height: 350px;
    }
    .main-banner .container {
        padding: 0;
    }
    .main-banner__slide {
        border-radius: 0;
        height: 592px;
    }
    .main-banner__content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 44px 20px 20px;
    }
    .main-banner__ui {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 25px;
        width: 335px;
        z-index: 10;
    }
    .swiper-pagination {
        font-size: 14px;
        line-height: 143%;
    }
    .swiper-pagination-total {
        opacity: 0.2;
        color: #fff;
    }
    .swiper-pagination-current {
        color: #fff;
    }
    .swiper-progress-bar .slide_progress-bar {
        width: 282px;
        height: 1.5px;
        background: rgba(225, 225, 225, 0.1);
        bottom: -5px;
    }
    .swiper-progress-bar .slide_progress-bar:after {
        background: #fff;
        height: 1.5px;
    }
    .objects-offer-swiper {
        padding: 22px 20px;
    }
    .objects-offer__link {
        width: 100%;
    }
    .main-banner__btn {
        padding: 0px 31px;
    }
    .application {
        padding: 35px 0 16px;
    }
    .content h1 {
        line-height: 121%;
    }
    .content-date {
        font-size: 14px;
        padding: 15px 0px 3px;
    }
    .content-tag {
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
        font-size: 13px;
        padding: 5px 10px;
    }
    .content-tags {
        padding: 5px 20px 22px 20px;
    }
    .content-tag .content-tag__icon {
        width: 20px;
        height: 20px;
    }
    .content__inner {
        padding: 0 20px;
    }
    .content .content-banner {
        margin: 0px 0 19px;
    }
    .content p {
        font-size: 14px;
        padding: 0px;
        line-height: 136%;
        max-width: 96%;
    }
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
        padding: 18px 0 10px;
    }
    .content h2 {
        font-size: 22px;
        line-height: 126%;
        max-width: 97%;
    }
    .content h3 {
        font-size: 20px;
    }
    .content h4 {
        font-size: 18px;
    }
    .content h5 {
        font-size: 16px;
    }
    .content .video {
        margin: 26px 0 9px;
    }
    .content .description {
        font-size: 12px;
        padding: 9px 0 0;
    }
    .content img {
        margin: 26px 0;
        height: 223px;
        max-width: 100%;
    }
    .content-documents__item .content-documents__item-title {
        font-size: 14px;
    }
    .content-documents__item-inner svg {
        width: 24px;
        min-width: 24px;
        height: 24px;
    }
    .content-documents__item {
        font-size: 14px;
        height: 46px;
        padding: 13px 14px 12px;
        max-width: 335px;
    }
    .content-documents {
        margin: 26px 0;
    }
    .content__inner ul,
    .content__inner ol {
        row-gap: 0px;
        font-size: 14px;
        padding: 0px;
    }
    .article-banner__inner {
        height: 454px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 22px 0;
    }
    .article-banner__title {
        font-size: 20px;
        line-height: 130%;
        max-width: 335px;
    }
    .article-banner__text {
        font-size: 14px;
        margin-bottom: 22px;
        line-height: 134%;
        max-width: 335px;
    }
    .article-banner__inner .blue-btn {
        width: 100%;
    }
    .article-banner .container {
        padding: 0 15px;
    }
    .search-row__content-count {
        font-size: 14px;
    }
    .search-row__content-request {
        font-size: 14px;
    }
    .search-title {
        font-size: 22px;
    }
    .search-inner {
        margin-top: 18px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .search-documents__title {
        font-size: 22px;
    }
    .search-row__inner .title-1 {
        letter-spacing: 0.02em;
    }
    .contacts-info__item-organization {
        font-size: 16px;
    }
}
@media (max-width: 360px) {
    .more-item--builders .more-item__image {
        right: -30px;
    }
    .main-banner__ui {
        width: 300px;
    }
    .swiper-progress-bar .slide_progress-bar {
        width: 251px;
    }
    .objects-offer__item-title {
        font-size: 18px;
    }
    .objects-offer__item-content {
        row-gap: 2px;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
}
@media (max-width: 350px) {
    .container {
        padding: 0 10px;
    }
    .offers-swiper {
        padding: 15px;
    }
    .page-banner__wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .reviews-swiper {
        padding: 0 10px;
    }
    .solutions-swiper {
        padding: 0 10px;
    }
    .builders-images-swiper {
        padding-right: 10px;
    }

    .builders-images {
        padding: 0 0 0 10px;
    }
    .more-item__title {
        font-size: 18px;
    }
    .certificates-item__img-wrapper {
        height: 380px;
    }
    .certificates-item__img-wrapper > img {
        max-width: 244px;
    }
    .list-hover {
        padding: 55px 10px;
    }
    .certificates-inner {
        padding: 0 10px;
    }
    .vacancy-card__inner {
        padding: 22px 10px;
    }
    .catalog-cards--main .catalog-card.catalog-card--max .catalog-card__image {
        max-height: 100px;
    }
    .catalog-card.catalog-card--max .catalog-card__image,
    .catalog-card .catalog-card__image {
        max-height: 100px;
    }
    .catalog-card__title {
        font-size: 18px;
    }
    .objects-offer-swiper {
        padding: 22px 10px;
    }
    .main-banner__content {
        padding: 44px 10px 10px;
    }
    .application .list-hover {
        padding: 23px 10px 0px;
    }
    .page-content__images {
        padding: 0 10px;
    }
    .page-offers .offers-swiper {
        padding: 15px 10px 0;
    }
    .content-tags {
        padding: 5px 10px 22px 10px;
    }
    .content__inner {
        padding: 0 10px;
    }
}
