

/* Start:/bitrix/components/custom/construction.list/templates/.default/style.css?178515488711538*/
.mt-block {
    margin-top: 72px;
}
.full_width, .full_width_gray {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.full_width_gray {
    background-color: #F6F5FA;
}
.block_title {
    width: 100%;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
}
.banner_wrapper {
    width: 100%;
    max-width: 1140px;
    height: 350px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}
.banner_wrapper .skewed-block-fixed {
    color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    width: 56.5%;
    height: 350px;
    padding: 46px 50px;
    box-sizing: border-box;
    background-color: #EB232E;
    clip-path: polygon(
        0 0,
        100% 0,
        80% 100%,
        0 100%
    );
}
.banner_wrapper .skewed-block-fixed img {
    width: fit-content;
}
.banner_wrapper .skewed-block-fixed span {
    display: block;
    max-width: 400px;
    font-size: 18px;
}
.banner_wrapper .skewed-block-fixed div:nth-of-type(2) span {
    max-width: 340px;
    font-size: 16px;
}
.banner_wrapper .skewed-block-fixed strong {
    display: block;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 6px;
    line-height: normal;
}
.banner_slogan {
    padding: 32px;
    background-color: #F6F5FA;
    font-size: 17px;
    line-height: 28px;
}
.banner_slogan .ingri-red {
    color: #EB232E;
}
.build_services_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
.build_services_wrapper .build_service_item {
    width: calc(50% - 12px);
    height: 270px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    box-sizing: border-box;
    padding: 32px;
    align-items: flex-start;
    justify-content: space-between;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 24px;
    font-weight: 500;
}
.advantages_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
}
.advantages_wrapper .advantage_item {
    height: auto;
    width: calc(50% - 20px);
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: left;
}
.advantages_wrapper .advantage_item span {
    display: block;
    width: 75%;
    font-size: 16px;
}

.company_services_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
.company_services_wrapper .company_service_item {
    width: calc(50% - 12px);
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: space-between;
    background-size: contain;
}
.company_services_wrapper .company_services_background {
    width: 100%;
    height: 270px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.company_services_wrapper .company_services_background img {
    position: absolute;
    bottom: 0;
}
.company_services_wrapper .company_service_item span {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;;
}
.build_objects_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}
.build_objects_wrapper__header {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.build_objects_wrapper__header .objects_slider__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1px;
}
.build_objects_wrapper__header .objects_slider__buttons .objects_slider_btn {
    width: 47px;
    height: 47px;
    border: 1px solid #EB232E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.build_objects_wrapper__header .objects_slider__buttons .objects_slider_btn.next {
    background-color: #EB232E;
}
.build_objects_wrapper__header .objects_slider__buttons .objects_slider_btn:hover {
    cursor: pointer;
}
.build_objects_wrapper .objects_slider_wrapper .object_slide {
    display: flex;
    justify-content: space-between;
    gap: 70px;
}
.build_objects_wrapper .objects_slider_wrapper .object_slide .object_picture {
    max-width: 534px;
    width: 200%;
}
.build_objects_wrapper .objects_slider_wrapper .object_slide .object_description {
    width: 100%;
    font-size: 16px;
}
.object_description ul {
    margin-top: 24px;
    list-style: none;
}
.object_description ul li {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 16px;
}
.object_description ul li::before {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #EB232E;
    position: absolute;
    left: -16px;
}
.company_contact_wrapper {
    display: flex;
    justify-content: space-between;
}
.company_contact_wrapper .company_contact_info ul {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px;
}
.company_contact_wrapper .company_contact_info ul li {
    font-size: 16px;
    margin-left: 34px;
    display: flex;
    align-items: center;
    position: relative;
}
.company_contact_wrapper .company_contact_info ul li::before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: -34px;
    background-position: center;
    background-size: contain;
}
.company_contact_wrapper .company_contact_info ul li:nth-child(1):before {
    background-image: url('/bitrix/templates/ingri/images/construction/svg/tabler-icon-map-pin.svg');
}
.company_contact_wrapper .company_contact_info ul li:nth-child(2):before {
    background-image: url('/bitrix/templates/ingri/images/construction/svg/tabler-icon-phone.svg');
}
.company_contact_wrapper .company_contact_info ul li:nth-child(3):before {
    background-image: url('/bitrix/templates/ingri/images/construction/svg/tabler-icon-mail.svg');
}
.company_contact_wrapper .company_contact_map {
    width: 50%;
}
#ymap-container {
    width: 100%;
    min-height: 370px;
    position: relative;
}
#ymap-container canvas, #ymap-container .ymaps-2-1-79-ground-pane {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
#ymap-container .ymaps-2-1-79-balloon,
#ymap-container .ymaps-2-1-79-hint,
#ymap-container .ymaps-2-1-79-controls {
    filter: none !important;
    -webkit-filter: none !important;
}
.ymaps-2-1-79-map-copyrights-promo,
.ymaps-2-1-79-copyright {
    display: none !important;
}
.company_contact_wrapper a.button, .contact_form_wrapper button {
    width: 100%;
    max-width: 280px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    background: #EB232E;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #ed1f24;
    text-decoration: none;
}
.contact_form_wrapper {
    margin-bottom: 72px;
}
.form_service_new {
    display: flex;
    justify-content: center;
    background: #F6F5FA;
    padding: 32px 0;
}
.form_service_new input {
    width: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
    padding: 14px;
    border: unset;
    margin-bottom: 8px;
    box-sizing: border-box;
}
.form_service_new label {
    margin: 24px 0 8px 0;
}
.form_service_new button:disabled {
    cursor: default;
    background-color: #D7D7D7;
    border-color: #CCCCCC;
}
.form_service_new > div {
    max-width: 684px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.form_service_new > div > p {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin-bottom: 24px;
}
.form-description > a {
    color: #EB232E;
}
.form_service_new .form-description {
    display: block;
    position: relative;
    margin-top: 8px;
    text-align: justify;
    font-size: 10pt;
    line-height: 1.3;
    font-weight: 500;
}


/* Стили для Swiper */
.objects_slider_wrapper.swiper {
    overflow: hidden;
    width: 100%;
}
.object_slide.swiper-slide {
    display: flex !important;
    justify-content: space-between;
    gap: 70px;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .object_slide.swiper-slide {
        flex-direction: column;
        gap: 30px;
    }
    
    .build_objects_wrapper .objects_slider_wrapper .object_slide .object_picture {
        max-width: 100%;
    }
}
.swiper-pagination {
    position: relative;
    margin-top: 30px;
    text-align: center;
}
.swiper-pagination-bullet {
    background: #EB232E;
    opacity: 0.4;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}
.objects_slider_btn {
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.objects_slider_btn:hover {
    opacity: 0.7;
}
.objects_slider_btn.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}

@media screen and (max-width: 900px) {
    .mt-block {
        margin-top: 32px;
    }
    .block_title {
        font-size: 24px;
    }
    .banner_wrapper {
        background-size: cover;
        max-height: 220px;
        background-position-x: 100px;
    }
    .banner_wrapper .skewed-block-fixed {
        width: 75%;
        height: 100%;
        padding: 16px 26px;
        gap: 0;
    }
    .banner_wrapper .skewed-block-fixed img {
        max-width: 110px;
    }
    .banner_wrapper .skewed-block-fixed span {
        font-size: 15px;
    }
    .banner_wrapper .skewed-block-fixed strong {
        font-size: 24px;
    }
    .banner_wrapper .skewed-block-fixed div:nth-of-type(2) span {
        font-size: 12px;
        line-height: normal;
        width: 80%;
    }
    .banner_slogan {
        font-size: 14px;
        padding: 16px;
        margin: 16px 16px 0;
    }
    .build_services_wrapper {
        margin-top: 24px;
    }
    .build_services_wrapper .build_service_item {
        width: 100%;
        height: 180px;
        font-size: 15px;
        padding: 16px;
        text-transform: uppercase;
    }
    .advantages_wrapper .advantage_item {
        width: 100%;
    }
    .advantages_wrapper .advantage_item span {
        line-height: normal;
    }
    .company_services_wrapper {
        gap: 18px;
    }
    .company_services_wrapper .company_service_item {
        width: 100%;
        gap: 16px;
    }
    .company_services_wrapper .company_service_item span {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .company_services_wrapper .company_services_background {
        max-height: 180px;
        background-size: cover;
    }
    .build_objects_wrapper {
        padding-top: 32px;
        padding-bottom: 24px;
    }
    .build_objects_wrapper .objects_slider_wrapper .object_slide {
        gap: 24px;
    }
    .company_contact_wrapper {
        flex-wrap: wrap;
        gap: 24px;
    }
    .company_contact_wrapper .company_contact_info, .company_contact_wrapper .company_contact_map {
        width: 100%;
    }
    .company_contact_wrapper a.button, .contact_form_wrapper button {
        max-width: 100%;
    }
    .form_service_new {
        padding-top: 0;
    }
    .form_service_new > div > p {
        font-size: 20px;
        line-height: 24px;
    }
    .contact_form_wrapper {
        margin-bottom: 0;
    }
}
/* End */
/* /bitrix/components/custom/construction.list/templates/.default/style.css?178515488711538 */
