@font-face {
    font-family: Intro Regular;
    src: url("../fonts/Intro-Regular.eot");
    src: url("../fonts/Intro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Intro-Regular.woff") format("woff"), url("../fonts/Intro-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: Intro Book;
    src: url("../fonts/Intro-Book.eot");
    src: url("../fonts/Intro-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Intro-Book.woff") format("woff"), url("../fonts/Intro-Book.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: Intro Bold;
    src: url("../fonts/Intro-Bold.eot");
    src: url("../fonts/Intro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Intro-Bold.woff") format("woff"), url("../fonts/Intro-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}


.btn-3d-model {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #be3d3d;
    color: #fff;
    padding: 11px 32px;
}

.btn-3d-model:hover {
    transition-duration: 0.3s;
    background-color: #b1201f;
}

.btn-3d-model span {
    display: inline-flex;
    color: #fff;

    font-family: 'Intro-Book', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.container-fluid {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 768px) {
    .stmd-page .container {
        padding: 0 15px;
    }
    .stmd-page .new-intro .new-intro__container {
        padding: 0 15px;
    }
}

.stmd-page .main-body-new {
    padding-bottom: 0;
}
.stmd-page .main-body-new .dash-title-wrap {
    padding-right: 0;
}

.stmd-page .footer-block {
    background: #f3f5f8;
}
.stmd-page .footer-block:before {
    background: none;
}

.stmd-page .new-intro__breadcrumbs {
    margin-top: 3px;
    margin-bottom: 50px;
}

.stmd-page .new-intro__title {
    margin-bottom: 40px;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
    .stmd-page .new-intro__title {
        margin-bottom: 0;
    }
}
.stmd-page .new-intro .btn-user {
    min-width: 175px;
}

.stmd-page .new-intro .btn-user .btn-inner {
    font-family: 'Intro Book', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.stmd-page .new-intro__btns .btn-inner {
    font-size: 12px !important;
    line-height: 110% !important;
}

.stmd-page .new-intro__content::before {
    height: calc(100% + 60px + 80px);
}

@media (max-width: 1100px) {
    .stmd-page .new-intro__content {
        grid-template-columns: 500px auto;
    }
}

@media (max-width: 768px) {
    .stmd-page .footer-block-wrap {
        margin-top: 0;
    }
    .stmd-page .main-body-new {
        padding-top: 9rem;
    }
    .stmd-page .new-intro__breadcrumbs {
        margin-bottom: 20px;
    }
    .stmd-page .new-intro__title {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 130%;
    }
    .stmd-page .new-intro {
        gap: 0;
    }
    .stmd-page .new-intro__content {
        gap: 16px;
        margin-bottom: 30px;
    }
    .stmd-page .new-intro__description {
        margin-top: 0;
        margin-bottom: 8px;
    }
}
/* WORK STAGES */
.stmd-page .work-stages-section .work-stages .work-stage .work-stage__middle-container {
    padding-top: 62px;
    padding-left: 50px;
}
.stmd-page .work-stages-section .work-stages .work-stage .work-stage__mark {
    margin-top: 7px;
}
@media (max-width: 1300px) {
    .stmd-page .work-stages-section .work-stages .work-stage .work-stage__img {
        max-width: 300px;
        width: auto !important;
        height: 100% !important;
        align-self: center;
    }
}

@media (max-width: 1110px) {
    .stmd-page .work-stage__middle-container {
        padding: 0 !important;
    }
    .stmd-page .work-stages-section .work-stages .work-stage {
        gap: 16px;
    }
}

@media (max-width: 900px) {
    .stmd-page .work-stages-section .work-stages .work-stage .work-stage__img {
        max-width: 170px !important;
    }
}

@media (max-width: 768px) {
    .stmd-page .work-stages-section .work-stages .work-stage .work-stage__text {
        color: #333333 !important;
    }
    .stmd-page .work-stages-section .work-stages .work-stage .work-stage__img {
        max-width: 100% !important;
        height: auto !important;
        margin-top: 11px;
    }
    .stmd-page .work-stage__text {
        padding: 0 !important;
    }
    .stmd-page .work-stages-section .work-stages .work-stage {
        gap: 14px;
    }
}
/* /WORK STAGES */

@media screen and (max-width: 768px) {
    .stmd-page .new-intro__content {
        grid-template-columns: 1fr !important;
    }
    .stmd-page .new-intro__image-block {
        margin: 0;
    }
}

/* Главное изображение */
@media (max-width: 576px) {
    .stmd-page .new-intro__image-block {
        margin: 0;
        padding: 0;
    }
}

/* Кастомные section и блоки с ховерами */
.custom-section-wrapper--bg {
    background-color: #F3F5F8;
}

.custom-section {
    padding: 100px 0;
}

.custom-section.custom-section--half-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.custom-section.custom-section--pt0 {
    padding-top: 0 !important;
}
.custom-section.custom-section--pt20 {
    padding-top: 20px;
}
.custom-section.custom-section--pt40 {
    padding-top: 40px;
}
.custom-section.custom-section--pt50 {
    padding-top: 50px;
}


.custom-section.custom-section--pr0 {
    padding-right: 0 !important;
}


.custom-section.custom-section--pb0 {
    padding-bottom: 0;
}
.custom-section.custom-section--pb20 {
    padding-bottom: 20px;
}
.custom-section.custom-section--pb40 {
    padding-bottom: 40px;
}
.custom-section.custom-section--pb50 {
    padding-bottom: 50px;
}


@media (max-width: 768px) {
    .custom-section.custom-section--adaptive-pt0 {
        padding-top: 0 !important;
    }
    .custom-section.custom-section--adaptive-pt20 {
        padding-top: 20px !important;
    }
    .custom-section.custom-section--adaptive-pt40 {
        padding-top: 40px !important;
    }

    .custom-section.custom-section--adaptive-pb0 {
        padding-bottom: 0 !important;
    }
    .custom-section.custom-section--adaptive-pb20 {
        padding-bottom: 20px !important;
    }
    .custom-section.custom-section--adaptive-pb40 {
        padding-bottom: 40px !important;
    }
    .custom-section.custom-section--half-padding {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

.custom-section--flex-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media (max-width: 768px) {
    .custom-section--flex-column {
        gap: 20px;
    }
}

.custom-section--flex-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}
.custom-section__title-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
@media (max-width: 768px) {
    .custom-section__title-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}
.custom-section__title {
    font-family: Intro Bold, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #2A2626;
    position: relative;
    letter-spacing: 0;
}

.custom-section__data-title {
    font-family: Intro Bold, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .custom-section__data-title {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .custom-section__data {
        gap: 24px !important;
    }
    .custom-section__data-title {
        display: none;
    }
}

.custom-section__title::before {
    content: "";
    position: absolute;
    top: 2.6rem;
    left: -20rem;
    width: 13.6rem;
    height: 1px;
    background-color: #333;
    opacity: .2;
    z-index: 2;
}

.custom-section--with-line {
    padding-right: 17.8rem;
    padding-left: 20rem;
    position: relative;
}

@media (max-width: 1100px) {
    .custom-section__title::before {
        left: -10rem;
        width: 7.6rem;
    }
    .custom-section--with-line {
        padding-left: 10rem;
    }
}

@media (max-width: 768px) {
    .custom-section__title::before {
        content: unset;
    }
}

.custom-section__data {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.custom-section__data-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 768px) {
    .custom-section {
        padding: 40px 0 !important;
    }
    .custom-section.custom-section--pb0 {
        padding-bottom: 0 !important;
    }
    .custom-section .custom-section__title {
        font-size: 22px;
        line-height: 110%;
    }
    .custom-block .custom-block__title {
        font-size: 14px !important;
    }
    .custom-block--middle .custom-block__title {
        max-width: 90%;
    }
    .custom-block .btn-user .btn-inner {
        font-size: 12px;
    }
}

.custom-block-wrapper {
    align-self: stretch;
}

.custom-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}

.custom-block__bottom {
    display: flex;
    justify-content: space-between;align-items: flex-end;
}

.custom-block__title {
    font-family: Intro Bold, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #2A2626;
    transition-duration: 0.3s;
}

.custom-block--big .custom-block__title {
    font-size: 16px;
}

.custom-block__text {
    margin-bottom: 20px;
    font-family: 'Intro-Book', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
}

@media (max-width: 576px) {
    .custom-block__text {
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 0;
    }
}

.custom-block__border {
    border: 1px solid #CCCCCCCC;
    border-radius: 18px;
    transition-duration: 0.3s;
}

.custom-block__border.custom-block__red:hover {
    border-color: #BE3D3D;
}

.custom-block-wrapper:not(div) .custom-block__red:hover .custom-block__title {
    color: #BE3D3D;
}

.custom-block__border.custom-block__blue:hover {
    border-color: #396F91;
}

.custom-block-wrapper:not(div) .custom-block__blue:hover .custom-block__title {
    color: #396F91;
}

.custom-block__red:hover .custom-block__arrow svg * {
    fill: #BE3D3D;
    stroke: #BE3D3D;
}

.custom-block__blue:hover .custom-block__arrow svg * {
    fill: #396F91;
    stroke: #396F91;
}

@media (max-width: 576px) {
    .custom-block.custom-block__border:hover {
        border: 1px solid #CCCCCCCC !important;
    }
    .custom-block.custom-block__red:hover .custom-block__title,
    .custom-block.custom-block__blue:hover .custom-block__title {
        color: inherit;
    }
    .custom-block.custom-block__red:hover .custom-block__arrow svg *,
    .custom-block.custom-block__blue:hover .custom-block__arrow svg * {
        fill: none;
        stroke: rgba(0, 0, 0, 0.14);
    }
}

.custom-block.custom-block--small {
    padding: 20px;
    gap: 9px !important;
}

.custom-block.custom-block--small .custom-block__title {
    line-height: 100%;
}
.custom-block.custom-block--middle {
    padding: 34px 30px 30px 40px;
}
.custom-block.custom-block--big {
    padding: 30px 30px 30px 40px;
}

@media (max-width: 576px) {
    .custom-block.custom-block--small {
        padding: 10px 20px;
    }
    .custom-block.custom-block--middle {
        padding: 20px 24px 24px 20px;
    }
    .custom-block.custom-block--big {
        padding: 24px 20px 20px 20px;
    }
}
.custom-block--small img {
    max-width: 80px;
    width: auto;
    max-height : 80px;
    height: 100%;
}

.custom-block--middle img {
    max-width: 140px;
    width: auto;
    max-height : 140px;
    height: 100%;
}

.custom-block--small .custom-block__bottom {
    justify-content: flex-end;
}

@media (max-width: 576px) {
    .custom-block--middle img {
        max-width: 80px;
        max-height : 80px;
    }
    .custom-block--small img {
        max-width: 60px;
        max-height : 60px;
    }
}
.custom-block__arrow {
    width: 30px;
    height: 30px;
    position: relative;
}

.custom-block__arrow img,
.custom-block__arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    top: 0;
    left: 0;
    position: absolute;
}

.custom-block__arrow img *,
.custom-block__arrow svg * {
    transition: all 0.3s linear;
    fill: transparent;
    stroke: rgba(0, 0, 0, 0.14);
}

@media (max-width: 576px) {
    .custom-block__arrow {
        width: 24px;
        height: 24px;
    }
}

.d-none {
    display: none;
}

/* Блок Этапы работ */
.custom-section__data .work-stages {
    padding-top: 0 !important;
}
/* /Блок Этапы работ */


/* Стили для слайдеров на страницах с классом stmd-page */
.stmd-page .swiper-pagination-bullet {
    display: block;
    width: 6px;
    height: 6px;
    margin: 0;
    border: 2px solid transparent;
    background-color: #333;
    opacity: 1;
    transition: box-shadow 0.2s, background-color 0.2s;
}

.stmd-page .swiper-pagination-bullet-active {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    background-color: #BE3D3D;
    box-shadow: 0 0 0 1px #BE3D3D;
}

.stmd-page .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.stmd-page .stmd-swiper-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 40px;
    border: 1px solid #00000014;
    border-radius: 90px;
    background-color: #fff;
    overflow: hidden;
}

.stmd-page .stmd-swiper-button {
    width: 38px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stmd-page .stmd-swiper-button:hover {
    background-color: #00000014;
    cursor: pointer;
}

@media (max-width: 768px) {
    .stmd-page .production-section {
        gap: 20px;
    }
    .stmd-page .swiper-pagination {
        margin-top: 7px;
        bottom: 1px !important;
    }
}

.objects-slider {
    height: 340px;
}
.objects-slider .swiper {
    height: inherit;
    overflow: unset;
}

.object {
    border-radius: 18px;
    background-color: #F3F5F8;
    overflow: hidden;
    height: 100%;
}

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

.object__image img {
    width: 100%;
    max-height: 254px;
    object-fit: cover;
}

.object__text {
    padding: 30px 34px;
    color: #2A2626;
    font-family: Intro Bold, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
}
@media (max-width: 992px) {
    .objects-slider {
        height: 280px;
    }
}
@media (max-width: 768px) {
    .objects-slider {
        height: auto;
    }
    .objects-section-navigation {
        display: none !important;
    }
    .object__text {
        font-size: 14px;
        line-height: 130%;
        word-break: break-word;
    }
    .object {
        background-color: #fff;
        border: 1px solid #CCCCCC;
        border-radius: 16px;
    }
    .object__text {
        padding: 20px 18px;
    }
    .objects-slider .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 11px;
        grid-row-gap: 10px;
    }
}

/* / Стили для слайдеров на страницах с классом stmd-page */


/* Форма */
.consultation-form-with-file__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.stmd-page .consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .form_buttons .attach-button {
    padding: 0 15px;
}

.stmd-page .consultation-form-with-file-section .consultation-form-with-file__inner .consultation-form-with-file__title {
    margin-bottom: 0;
}

.stmd-page .consultation-form-with-file-section .consultation-form-with-file__inner {
    gap: 40px;
    padding: 55px 180px;
}

.stmd-page .consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .form_buttons {
    margin-top: 0;
}
.stmd-page .consultation-form-with-file__container-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.stmd-page .consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .left .file-list {
    margin-top: 0;
}
@media (max-width: 992px) {
    .stmd-page .consultation-form-with-file-section .consultation-form-with-file__inner {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .stmd-page .consultation-form-with-file-section .consultation-form-with-file__inner {
        gap: 32px;
    }
    .stmd-page .consultation-form-with-file__container-wrapper {
        gap: 16px;
    }
    .stmd-page .consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container {
        gap: 16px;
    }
    .stmd-page .consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .left .consultation-form-with-file-wrapper .vacancy-form__input {
        height: 38px;
        font-size: 12px;
        padding: 14px 24px;
    }
    .stmd-page .consultation-form-with-file-section .container .consultation-form-with-file__inner .consultation-form-with-file__form .consultation-form-with-file__container .right .comment_textarea::placeholder {
        font-size: 12px;
    }
    .stmd-page .consultation-form-with-file-section .container .consultation-form-with-file__inner {
        padding: 32px 15px 40px;
    }
    .stmd-page .consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .consultation-form-with-file__policy {
        font-size: 10px;
        max-width: 75%;
    }
}
@media (max-width: 576px) {
    .consultation-form-with-file__header {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    .consultation-form-survey-btn {
        display: none;
    }
}

.red-color {
    color: #BE3D3D;
}
/* /Форма */



/* Одинаковые блоки с иконками */
.typical-blocks {
    display: grid;
    grid-gap: 24px;
}
.typical-blocks--grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.typical-blocks--grid-5 {
    grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1420px) {
    .typical-blocks--grid-5 {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}
@media (max-width: 1200px) {
    .typical-blocks--grid-5 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media (max-width: 992px) {
    .typical-blocks--grid-3 {
        grid-template-columns: 1fr 1fr !important;
    }
}
@media (max-width: 768px) {
    .typical-blocks {
        grid-template-columns: 1fr !important;
        grid-gap: 14px;
    }
}

/* Сам блок. Общие стили */
.typical-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
}

.typical-block__text:not(:last-child) {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .typical-blocks .typical-block__text:not(:last-child) {
        margin-bottom: 4px;
    }
    .typical-blocks.typical-blocks--little-adaptive-gap {
        gap: 11px;
    }
}
/* / Сам блок. Общие стили */


/* 0 тип. Большая иконка сверху, текст снизу. При адаптиве: тоже самое. */
.typical-block--type0 {
    padding: 34px;
}

.typical-block--type0 .typical-block__image {
    width: 80px;
    height: 80px;
}

.typical-block--type0 .typical-block__image img {
    max-width: 80px;
    width: auto;
    max-height: 80px;
    height: 100%;
}

.typical-block--type0 .typical-block__image {
    margin-bottom: 40px;
}

.typical-block--type0 .typical-block__text {
    font-family: 'Intro Book', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #2A2626;
}

@media (max-width: 768px) {
    .typical-block.typical-block--type0 .typical-block__text {
        font-family: Intro Regular, sans-serif;
        font-size: 14px;
        line-height: 130%;
        letter-spacing: 0;
    }
    .typical-block.typical-block--type0 {
        padding: 30px 20px;
    }
    .typical-block.typical-block--type0 .typical-block__image {
        width: 54px;
        height: 54px;
        margin-bottom: 6px;
    }
    .typical-block.typical-block--type0 .typical-block__image img {
        max-width: 54px;
        max-height: 54px;
    }
}
/* /1 тип */

/* 1 тип. Иконка сверху, текст снизу. При адаптиве: тоже самое. */
.typical-block--type1 {
    padding: 40px 34px 63px;
}

.typical-block--type1 .typical-block__image {
    width: 66px;
    height: 66px;
}

.typical-block--type1 .typical-block__image img {
    max-width: 66px;
    width: auto;
    max-height: 66px;
    height: 100%;
}

.typical-block--type1 .typical-block__image {
    margin-bottom: 20px;
}

.typical-block--type1 .typical-block__text {
    font-family: Intro Regular, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    vertical-align: middle;
    color: #2A2626;
}

@media (max-width: 768px) {
    .typical-block.typical-block--type1 .typical-block__text {
        font-size: 14px;
    }
    .typical-block.typical-block--type1 {
        padding: 30px 20px;
    }
    .typical-block.typical-block--type1 .typical-block__image {
        width: 54px;
        height: 54px;
        margin-bottom: 14px;
    }
    .typical-block.typical-block--type1 .typical-block__image img {
        max-width: 54px;
        max-height: 54px;
    }
}
/* /1 тип */



/* 2 тип. Иконка сверху, потом заголовок, потом текст. При адаптиве: остаётся так же */
.typical-block--type2 {
    padding: 40px 34px 22px;
}

.typical-block--type2 .typical-block__image {
    width: 66px;
    height: 66px;
}

.typical-block--type2 .typical-block__image img {
    max-width: 66px;
    width: auto;
    max-height: 66px;
    height: 100%;
}

.typical-block--type2 .typical-block__image {
    margin-bottom: 20px;
}

.typical-block--type2 .typical-block__title {
    font-family: Intro Bold, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #2A2626;

    margin-bottom: 24px;
}

.typical-block--type2 .typical-block__text {
    font-family: Intro Regular, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    vertical-align: middle;
    color: #2A2626;
    letter-spacing: 0;
}

@media (max-width: 768px) {
    .typical-block.typical-block--type2 {
        padding: 30px 20px;
    }
    .typical-block.typical-block--type2 .typical-block__title {
        font-size: 14px;
        line-height: 150%;

        margin-bottom: 6px;
    }
    .typical-block.typical-block--type2 .typical-block__text {
        font-size: 14px;
        line-height: 130%;
    }
    .typical-block.typical-block--type2 .typical-block__image {
        width: 54px;
        height: 54px;
        margin-bottom: 14px;
    }
    .typical-block.typical-block--type2 .typical-block__image img {
        max-width: 54px;
        max-height: 54px;
    }
}
/* /2 тип */



/* 3 тип. Иконка сверху, потом текс, потом подзаголовок. При адаптиве: текст слева, под ним подзаголовок, справа иконка */
.typical-block--type3 {
    padding: 30px;
}
.typical-block--type3 .typical-block__image {
    margin-bottom: 20px;
}
.typical-block--type3 .typical-block__text {
    font-family: 'Intro Book', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: #2A2626;
}
.typical-block--type3 .typical-block__subtitle {
    font-family: Intro Bold, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #2A2626;
}
@media (max-width: 768px) {
    .typical-block.typical-block--type3 {
        padding: 24px 18px;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    .typical-block.typical-block--type3 .typical-block__text {
        font-size: 14px;
        line-height: 130%;
    }
    .typical-block.typical-block--type3 .typical-block__subtitle {
        font-size: 14px;
        line-height: 130%;
    }
    .typical-block.typical-block--type3 .typical-block__image {
        width: 48px;
        height: 48px;
        margin-bottom: 0;
    }
    .typical-block.typical-block--type3 .typical-block__image img {
        max-width: 48px;
        max-height: 48px;
    }
}
/* /3 тип */



/* 4 тип. Слева текст, справа иконка. При адаптиве: слева иконка, справа текст. */
.typical-block--type4 {
    padding: 30px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.typical-block--type4 .typical-block__text  {
    font-family: 'Intro Book', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
}

.typical-block--type4 .typical-block__image {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
}

.typical-block--type4 .typical-block__image img {
    max-width: 80px;
    max-height: 80px;
}

@media (max-width: 768px) {
    .typical-block.typical-block--type4 {
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
        padding: 24px 18px;
    }
    .typical-block.typical-block--type4 .typical-block__text {
        font-size: 14px;
        line-height: 130%;
        text-align: left;
    }
    .typical-block.typical-block--type4 .typical-block__image {
        width: 32px;
        height: 32px;
        margin-bottom: 0;
    }
    .typical-block.typical-block--type4 .typical-block__image img {
        max-width: 32px;
        max-height: 32px;
    }
}
/* /4 тип */



/* 5 тип. Иконка сверху, снизу текст с двумя строчками. При адаптиве: иконка слева, текст справа*/
.typical-block--type5 {
    padding: 30px;
}

.typical-block--type5 .typical-block__text {
    font-family: 'Intro Book', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: #2A2626;
}

.typical-block--type5 .typical-block__image {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.typical-block--type5 .typical-block__image img {
    max-width: 60px;
    width: auto;
    max-height: 60px;
    height: 100%;
}

@media (max-width: 768px) {
    .typical-block.typical-block--type5 {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        padding: 24px 18px;
    }
    .typical-block.typical-block--type5 .typical-block__image {
        width: 32px;
        height: 32px;
        margin-bottom: 0;
    }
    .typical-block.typical-block--type5 .typical-block__image img {
        max-width: 32px;
        max-height: 32px;
    }
    .typical-block.typical-block--type5 .typical-block__text {
        text-align: left;
        font-family: Intro Regular, sans-serif;
        font-size: 14px;
        line-height: 130%;
    }
    .typical-block.typical-block--type5 .typical-block__text br {
        display: none;
    }
}
/* /5 тип */


@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes pulse {
    from {
        box-shadow: 0 0 0 0px rgba(211, 47, 47);
    }
    to {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
}

.erase-pulse {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    transition-duration: 0s;
}

/* /Одинаковые блоки с иконками */

/* Блок "Производство насосных станций FLAMAX" */
.stmd-page .production-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .stmd-page .production-section.custom-section-wrapper--bg {
        background-color: #fff;
    }
}

.production-slider {
    max-height: 600px;
}

.production-slider .swiper {
    height: 600px;
    max-height: inherit;
    width: 1148px;
    overflow: unset;
}

.production-slider .swiper-slide img {
    opacity: 0.3;
}

.production-slider .swiper-slide.swiper-slide-active img {
    opacity: 1;
}

.production-slider .swiper-slide picture {
    max-width: 1148px;
    width: 1148px;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.production-slider .swiper-slide picture img {
    width: 100%;
    height: 100%;
    max-width: inherit;
    max-height: 100%;
    object-fit: cover;
}

@media (max-width: 1420px) {
    .production-slider .swiper {
        width: clamp(345px, 3.553rem + 76.842vw, 1420px);
        height: 500px;
    }
    .production-slider .swiper-slide picture {
        max-width: unset;
        width: 100%;
        height: 100%;
        mix-blend-mode: multiply;
    }
}
@media (max-width: 992px) {
    .production-slider .swiper {
        height: 400px;
    }
}
@media (max-width: 768px) {
    .production-slider .swiper {
        height: 300px;
    }
    .stmd-page .production-section {
        gap: 20px;
    }
    .production-section .stmd-swiper-navigation {
        display: none !important;
    }
}
@media (max-width: 576px) {
    .production-slider .swiper {
        height: 230px;
    }
}

@media (max-width: 360px) {
    .production-slider .swiper {
        width: 300px;
        height: 200px;
    }
}

/* / Блок "Производство насосных станций FLAMAX" */

.user-select-none {
    user-select: none;
}

.form-cellar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.parsley-errors-list:empty {
    display: none !important;
}

/* Форма с рассчётом в шапке */
.stmd-new-styles .form-calc-box {
    min-height: 55vh;
}

.stmd-new-styles.page-modal-form .form-cellar {
    margin-top: auto;
}

@media (max-width: 992px) {
    .stmd-new-styles.page-modal-form .form-cellar {
        margin-top: 24px;
    }
}

.stmd-new-styles.page-modal-form .form-calc-person {
    display: flex;
    flex-direction: column;
}

/* Расчёты резервуаров */
.stmd-page .questionnaire__submit-box {
    max-width: 100%;
}

.stmd-page .questionnaire__submit {
    max-width: 354px;
}

.stmd-page .questionnaire__submit-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stmd-page .questionnaire__submit-text a {
    display: initial;
}
.stmd-new-styles .user-check-unit {
    align-items: center;
}
.stmd-page .user-check-unit .check-unit-text a,
.stmd-page .user-check-unit .check-unit-text a:hover {
    border-bottom: unset;
}
.stmd-page .check-unit-text {
    position: relative;
    display: inline-block;
    padding-left: 7px;
    font-size: 18px;
    line-height: 1.3;
    color: #5C5C5C;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.stmd-page .check-unit-text:hover {
    color: #333;
}
@media (max-width: 1024px) {
    .stmd-page .check-unit-text,
    .stmd-new-styles .checkbox__text {
        font-size: 15px;
    }
}

.policy-text .pseudo-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 0 0;
}

.policy-text .pseudo-list p {
    position: relative;
    padding-left: 26px;
    font-size: var(--fs-t3);
    font-weight: 500;
    line-height: 1.2;
}

.policy-text .pseudo-list p:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 3;
    width: 14px;
    height: 10px;
    background-image: url(../images/dist/check.svg);
    background-repeat: no-repeat;
    background-size: 14px 10px;
}

.policy-text ol {
    padding: 0;
    margin-bottom: 24px;
}

.policy-text h3 {
    margin-bottom: 16px;
}

.policy-old {
    display: flex;
    margin-bottom: 24px !important;
}

.policy-annotation {
    font-size: 10px !important;
}

.policy-container {
    padding-top: 100px;
}