/*скрытое поле для проверки на spam*/
input.specfield{
    display: none;
}
.price_span {
	display:none;
}
.projects__name.projects__name-h4 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
}
.cl_flex_end{
    justify-content:flex-end;
}
@media screen and (max-width: 1366px) {
    .projects__name.projects__name-h4 {
        font-size: 22px;
        line-height: 120%;
    }
}
@media screen and (max-width: 1150px) {
    .projects__name.projects__name-h4 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1050px) {
    .projects__name.projects__name-h4 {
        font-size: 19px;
    }
}
@media screen and (max-width: 950px) {
    .projects__name.projects__name-h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 450px) {
    .projects__name.projects__name-h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 950px) {
    div.header__wrapper {
        background: #fff;
    }
}

@media (max-width: 750px) {

    .modal-body .form__title {
        margin-top: 20px;
    }

    .form__registration {
        display: block;
    }
}

@media (max-width: 550px) {

    .footer__logo{
        display: inline-block;
    }


    .layout__images img {
        max-width: 100%;
    }

    .rezult-calculation__image img{
        height: auto;
    }
    .main-form__images img {
        width: 100%;
        height: auto;
    }
    .documents__image img{
        height: auto;
    }
    .projects__images img{
        height: auto;
    }
    .footer__logo img {
        height: auto;
    }
    .footer__media img{
        height: auto;
    }
    .header__logo img{
        height: auto;
    }
    .tabs-photo__image img{
        height: auto;
    }
    .our-technology__image img{
        height: auto;
    }
    .layout__images img{
        height: auto;
    }
    .product-excursion .form__images img{
        height: auto;
    }
}

@media (max-width: 540px) {
    .interaktiv .materials .material {
        margin-bottom: 80px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .interaktiv .materials .material::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #a0a0a0;
    }

    .interaktiv .materials .material a.download {
        position: absolute;
        bottom: -60px;
        left: auto;
        margin: 0;
        text-align: center;
    }  

    .interaktiv .materials .colors .color .item {
        display: inline-block;
        text-align: center;
        width: 50%;
        margin: 0 0 15px 0;
        vertical-align: top;
    }
}
