/*Дэфолтные настройки*/
* {
    box-sizing: border-box;
}
*:hover{
    transition: 0.3s;
}
ul li{
    list-style: none;
}
html, body {
    margin: 0;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    overflow-x: clip;
}
h1,h2,h3,h4,h5,p,li,ul{
    margin: 0;
    padding: 0;
    transition: 0.3s;
}
ul{
    padding: 0;
    margin: 0;
}
body {
    font-family: "Stolzl", sans-serif;
    padding: 0;
    margin: 0;
    background: #FFF;
    color: #1B1D1F;
}
a {
    color: #1B1D1F;
    text-decoration: none;
    transition: 0.3s;
}
a:hover:after,
a:focus:after {
    width: 100%;
}
.container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
input, textarea {
    outline:none;
    font-family: "Stolzl", sans-serif;
}
input::placeholder, textarea::placeholder{
    font-family: "Stolzl", sans-serif;
}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button{
    cursor: pointer;
    border: none;
    font-family: "Stolzl", sans-serif;
}
/*Дэфолтные настройки*/
header{
    position: fixed;
    width: 100%;
    z-index: 50;
    top: 0;
    background: #FFF;
    box-shadow: 0 5px 20px 0 rgba(44, 41, 51, 0.10);
    padding-top: 5px;
    padding-bottom: 15px;
}
.flexHeader{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}
.right-flexHeader{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    width: 100%;
}
.top-right-flexHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
.flex-info-top-right-flexHeader{
    display: flex;
    align-items: center;
    gap: 60px;
}
.info-top-right-flexHeader{
    display: flex;
    align-items: center;
    gap: 10px;
}
.info-top-right-flexHeader p, .info-top-right-flexHeader a{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.socialsTopHeader{
    display: flex;
    align-items: center;
    gap: 15px;
}
.socialsTopHeader a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}
.openModalHeader{
    display: flex;
    padding: 11px 25px 11px 24px;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #DC5128;
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
.openModalHeader:hover{
    transition: 0.3s;
    background: #FA601A;
}
.bottom-right-flexHeader{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
}
.bottom-right-flexHeader li a{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.mainBannerPage{
    padding-top: 190px;
    background: #F4F4F4;
    padding-bottom: 30px;
}
.swiper-button-prev::after {
    display: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0.7!important;
}
.swiper-button-next::after {
    display: none;
}
.bannerSlideContent{
    padding: 100px 60px;
    border-radius: 30px;
}
.bannerSlideContent h1{
    color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px; /* 137.5% */
}
.bannerSlideContent h1 span{
    border-radius: 10px;
    background: #DA4F26;
    box-shadow: 0 10px 30px 0 rgba(255, 120, 62, 0.20);
    padding: 0px 10px 5px;
}
.bannerSlideContent p{
    max-width: 625px;
}
.bannerSlideContent p{
    color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}
.bannerSlideContent a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px 8px 20px;
    gap: 10px;
    border-radius: 8px;
    border: 2px solid #FA601A;
    background: #DC5128;
    color: #FFF;
    width: fit-content;
    margin-top: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
}
.mySwiperBanner{
    border-radius: 30px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 60px!important;
    height: 4px!important;
    border-radius: 30px!important;
    background: #FFFFFF!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: auto!important;
    left: 60px!important;
    bottom: 40px!important;
}
.swiper-button-nextBanner{
    right: -15px!important;
}
.swiper-button-prevBanner{
    left: -15px!important;
}
.catalogMainPage{
    margin-top: 50px;
}
.title-titlePages{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}
.title-titlePages h2{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
}
.colNumberCatalog{
    display: flex;
    width: 30px;
    height: 30px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 2px solid #DC4E30;
    background: linear-gradient(0deg, #DC4E30 0%, #DC4E30 100%), linear-gradient(0deg, #DC4E30 0%, #DC4E30 100%), linear-gradient(0deg, #DC4E30 0%, #DC4E30 100%), #DC4E30;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
}
.title-titlePages{
    display: flex;
    align-items: center;
    gap: 10px;
}
.flex-catalogCategory{
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
}
.block-flex-catalogCategory{
    width: calc(33% - 10px);
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 5px 20px 0 rgba(33, 34, 46, 0.15);
    transition: 0.3s;
    padding: 14px 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    border: 2px solid #ffffff;
}
.block-flex-catalogCategory:hover{
    border-radius: 10px;
    border: 2px solid #DC4E30;
    background: #FFF;
    box-shadow: 0 5px 20px 0 rgba(33, 34, 46, 0.15);
    transition: 0.3s;
}
.photo-block-flex-catalogCategory{
    width: 64px;
    height: 64px;
}
.info-block-flex-catalogCategory h4{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.info-block-flex-catalogCategory p{
    color: #505255;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
}
.logosMain{
    margin-top: 80px;
}
.contentBGLogos{
    background: #F4F4F4;
    padding: 50px 0;
    overflow-x: hidden;
}
.contentBGLogosWrapper{
    animation: marquee 60s infinite linear;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 20px;
}
.logos-contentBGLogos{
    border-radius: 8px;
    border: 1px solid #F2F4F5;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 80px;
    width: fit-content;
}
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
.howWeWork{
    margin-top: 80px;
}
.photo-howWeWork{
    width: 100%;
}
footer{
    margin-top: 80px;
    background: linear-gradient(0deg, #262D35 0%, #262D35 100%), #2F323D;
    padding: 20px 0;
}
.colFooter{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.colFooter h3{
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 117.647% */
}
.links-colFooter{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.links-colFooter a{
    color: #BBBBCB;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.flexFooter{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.colFooter3{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.colFooter3 a, .colFooter3 p{
    color: #FFFFFF;
}
.btn-colFooter3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    background: #F4F5F6;
    padding: 8px;
    color: #DC5128!important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.line-footer{
    width: 100%;
    height: 1px;
    opacity: 0.15;
    background: #FFF;
    margin: 30px 0;
}
.lastFooter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}
.lastFooter span{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.socials-lastFooter{
    display: flex;
    align-items: center;
    gap: 20px;
}
.right-socials-lastFooter{
    display: flex;
    align-items: center;
    gap: 30px;
}
.right-socials-lastFooter a{
    color: #F4F5F6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.logoHeader-2{
    display: none;
}
#menu__toggle {
    opacity: 0;
    display: none;
}
#menu__toggle:checked ~ .menu__btn > span::before {
    display: none;
}
.closeBurger{
    display: none;
}
#menu__toggle:checked ~ .menu__btn {
    .closeBurger{
        display: flex;
    }
}
#menu__toggle:checked ~ .menu__btn {
    .burgerSvg{
        display: none;
    }
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}
.menu__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    width: 44px;
    height: 44px;
    position: relative;
}
.menu__box {
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    list-style: none;
    background: #292D33;
    transition-duration: .25s;
    z-index: 999;
    padding: 20px 50px 30px;
}
.hamburger-menu{
    display: none;
}
.openModalHeader-2{
    display: none;
}
.right-mob{
    display: none;
}
.content-burger, .listBurgerUl{
    height: 100%;
}
.listBurgerUl li{
    height: 100%;
}
.photo-howWeWork2{
    display: none;
}
.close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(20, 20, 20, 0.80);
    backdrop-filter: blur(5px);
}
.modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    background: #FFF;
    padding: 40px;
    width: 618px;
}
.modalWrapperContent{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.modalWrapperContent h2{
    color: #17212C;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 93.939% */
}
.modalWrapperContent p{
    color: #2C333D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px; /* 147.619% */
}
.labelModal{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}
.labelModal p{
    color: #011120;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 11px; /* 78.571% */
}
.labelModal p span{
    color: #E52B0E;
}
.labelModal input{
    width: 100%;
    border-radius: 7px;
    border: 1px solid #EBEEF0;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07) inset;
    padding: 15px;
    height: 55px;
    color: #2C333D;
    font-family: "Stolzl", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 11px; /* 73.333% */
}
.labelModal input::placeholder{
    color: #ADB1B7;
    font-family: "Stolzl", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 11px; /* 73.333% */
}
.modalWrapperContent button{
    width: 100%;
    height: 55px;
    border-radius: 8px;
    background: #DC5128;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px; /* 113.333% */
    text-transform: uppercase;
}
.flex-checkbox label, .flex-checkbox input{
    cursor: pointer;
}
.flex-checkbox input{
    width: 25px;
    height: 25px;
}
.flex-checkbox .wpcf7-list-item {
    margin: 0;
}
.flex-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.flex-checkbox label{
    color: #696D70;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 175% */
}
.btn-thank{
    color: #DC5128;
    text-align: center;
    display: flex;
    width: fit-content;
    padding: 14px 30px 12px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #DC5128;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
}
.pageContentAll{
    padding-top: 160px;
}
.breadHead a{
    color: #7A7680;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
.breadHead .breadcrumb_last {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
.breadHead span {
    display: flex;
}
.breadHead > span {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.filtersCategory{
    display: flex;
    align-items: stretch;
    grid-gap: 20px 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.filterBlock__filtersCategory{
    width: calc(20% - 32px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    color: #1B1D1F;
    font-family: "Stolzl", sans-serif;
    border-radius: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    background: #FFF;
    border: 2px solid #F4F5F6;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 5px 20px 0 rgba(33, 34, 46, 0.05);
}
.filterBlock__active{
    transition: 0.3s;
    border: 2px solid #DC5128;
}
.card-category{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    background: #FFF;
    border: 2px solid #F4F5F6;
    transition: 0.3s;
    box-shadow: 0 5px 20px 0 rgba(33, 34, 46, 0.05);
    border-radius: 10px;
    width: calc(25% - 15px);
}
.photo-card-category__wrapper{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    overflow-x: hidden;
}
.photo-card-category__wrapper img{
    height: 220px;
    width: auto;
}
.title-card-category{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.title-card-category p{
    color: #7A7680;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.title-card-category h4{
    overflow: hidden;
    color: #1B1D1F;
    min-height: 44px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 110% */
    -webkit-line-clamp: 2; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
}
.price-card-category{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.price-card-category p{
    color: #1B1D1F;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 100% */
}
.btn-price-card-category{
    border-radius: 8px;
    border: 2px solid #DC5128;
    background: linear-gradient(0deg, #DC5128 0%, #DC5128 100%), linear-gradient(0deg, #DC5128 0%, #DC5128 100%), linear-gradient(0deg, #DC5128 0%, #DC5128 100%), #DC5128;
    width: 40px;
    height: 40px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapperCards-category{
    display: flex;
    align-items: stretch;
    grid-gap: 40px 20px;
    flex-wrap: wrap;
}
.photo-flexWrapper-cardContent{
    min-width: 439px;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ECECEC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.photo-flexWrapper-cardContent img{
    /* height: auto;
    max-width: 500px; */
    max-height: 400px;
    max-width: 300px;
    height: auto;
    /* max-height: 400px;
    max-width: none; */
    width: auto;
}
.flexWrapper-cardContent{
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.title-right-flexWrapper-cardContent{
    color: #1B1D1F;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 154.545% */
}
.right-flexWrapper-cardContent{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.right-flexWrapper-cardContentArticulate{
    color: #505255;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.text-right-flexWrapper-cardContent{
    color: #55556D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}
.infoFilter-right-flexWrapper-cardContent{
    color: #55556D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.infoFilter-right-flexWrapper-cardContent span{
    color: #1B1D1F;
}
.flex-right-flexWrapper-cardContent{
    width: 100%;
    display: flex;
    align-items: flex-start;
    grid-gap: 5px 40px;
    flex-wrap: wrap;
}
.blockInfo-flex-right-flexWrapper-cardContent{
    width: calc(50% - 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.blockInfo-flex-right-flexWrapper-cardContent span{
    color: #7A7680;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    white-space: nowrap;
}
.blockInfo-flex-right-flexWrapper-cardContent p{
    color: #1B1D1F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
    white-space: nowrap;
}
.line-blockInfo-flex-right-flexWrapper-cardContent{
    width: 100%;
    border-top: 1px dashed #D9D9D9;
}
.price-right-flexWrapper-cardContent span{
    color: #7A7680;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.price-right-flexWrapper-cardContent{
    color: #1B1D1F;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 100% */
}
.bnt-right-flexWrapper-cardContent{
    display: flex;
    align-items: stretch;
    gap: 30px;
    margin-top: 20px;
}
.bnt-right-flexWrapper-cardContent a{
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 240px;
    height: 54px;
    transition: 0.3s;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
}
.btn-1-bnt-right-flexWrapper-cardContent{
    background: #FA601A;
    color: #FFF;
}
.btn-2-bnt-right-flexWrapper-cardContent{
    color: #FA601A;
    background: rgba(250, 96, 26, 0.10);
}
.cardSectionCategory{
    margin-top: 60px;
}
.photo-project-block{
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
}
.photo-project-block a{
    border-radius: 8px;
	overflow: hidden;
    width: calc(20% - 16px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-project-block img {
	width: 100%;
	height: 100%;
	/* max-height: 162px; */
}
.project-block{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.project-block h4{
    color: #1B1D1F;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 154.545% */
}
.project-block p{
    color: #55556D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}
.projectWrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}
.certificatesWrapper{
    display: flex;
    align-items: stretch;
    grid-gap: 40px 30px;
    flex-wrap: wrap;
}
.block-certificatesWrapper{
    width: calc(33% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 15px 20px;
    background: #FFF;
    border: 2px solid #F4F5F6;
    transition: 0.3s;
    box-shadow: 0 5px 20px 0 rgba(33, 34, 46, 0.05);
    border-radius: 10px;
}
.block-certificatesWrapper img{
    width: 100%;
}
.block-certificatesWrapper p{
    color: #55556D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    text-align: center;
}
.textGuarantee{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.textGuarantee h4{
    color: #2C333D;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 59.091% */
}
.textGuarantee p{
    color: #55556D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}
.flex-qa .box {
    position: relative;
}
.flex-qa .box:last-child {
    margin-bottom: 0; /* Для последнего элемента нижний отступ убираем */
}
.flex-qa .box .label {
    position: relative;
    /* Внутренний отступ для видимой части */
    color: #2C333D;
    font-size: 18px;
    padding: 15px 40px 15px 0;
    border-bottom: solid 1px #D7D7D7;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    line-height: 22px; /* 59.091% */
    cursor: pointer; /* Меняем курсор при наведении */
}
.box{
    width: 100%;
}
.flex-qa .box .label::after {
    content: "+"; /* Задаем иконку "+" для элемента аккордеона */
    position: absolute;
    top: 50%; /* Выравнивание по центру */
    transform: translateY(-50%);
    right: 0px;
    font-size: 25px;
    font-weight: 400;
}
.flex-qa .box.active .label::after {
    content: "\2014"; /* Меняем иконку на "-" при нажатии на элемент */
}
.flex-qa .box .content {
    position: relative;
    background-color: #fff; /* Цвет фона контента */
    overflow: hidden;
    max-height: 0; /* Скрываем контент */
    transition: 0.3s; /* Для плавности анимации */
}
.flex-qa .box .content p {
    color: #55556D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    padding-top: 15px;
}
.flex-qa{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}
.flexBlocksNews{
    display: flex;
    align-items: stretch;
    gap: 15px;
    flex-wrap: wrap;
}
.newsBlock{
    width: calc(25% - 12px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 8px;
    margin-bottom: 25px;
}
.newsBlock img{
    border-radius: 8px;
    width: auto;
    max-width: 100%;
    /* object-fit: cover; */
    max-height: 156px;
    height: auto;
}
.text-newsBlock{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.text-newsBlock h3{
    overflow: hidden;
    -webkit-line-clamp: 2; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    color: #1B1D1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 110% */
}
.text-newsBlock p{
    overflow: hidden;
    color: #505255;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    -webkit-line-clamp: 2; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
}
.text-newsBlock span{
    color: #7A7680;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.newsDots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}
.newsBlockPhoto{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 156px;
    background-color: #F4F4F4;
    border-radius: 8px;
}
.block-newsDots{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #3D3D4B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 8px;
    line-height: 22px; /* 137.5% */
}
.block-newsDotsActive{
    background: #DC5128;
    color: #FFFFFF;
}
.arrow-newsDots{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.photoCardNews__img{
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.flexContact{
    align-items: stretch;
    gap: 30px;
    display: flex;
}
.leftContact{
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 4px 19px 0 rgba(23, 27, 32, 0.07);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.map{
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #E9ECEF;
}
.lineFlex-leftContact{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.right-lineFlex-leftContact{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.right-lineFlex-leftContact h4{
    color: #2F3134;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 116.667% */
}
.right-lineFlex-leftContact p, .right-lineFlex-leftContact a{
    color: #494D52;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
}
.leftContact{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
}
.bnt-leftContact{
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    background: #DC5128;
    color: #FFFFFF;
    height: 54px;
    transition: 0.3s;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
}
.bottomContact{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 25px 35px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 19px 0 rgba(23, 27, 32, 0.07);
    margin-top: 40px;
}
.bottomContact h4{
    color: #2F3134;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 116.667% */
}
.line-bottomContact{
    width: 100%;
    border-top: 1px dashed #D9D9D9;
}
.flex-bottomContact{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.flex-bottomContact p{
    color: #494D52;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
}
.flex-bottomContact p span{
    color: #2F3134;
    font-weight: 600;
}
.container-2{
    overflow-x: hidden;
}

.wrapperCards-category.loading {
  opacity: 0.7;
  position: relative;
}

.wrapperCards-category.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.wpcf7-spinner {
    display: none;
}

.submitting .wpcf7-spinner {
    display: block;
}

/*новые стили*//*новые стили*//*новые стили*//*новые стили*/
.text-pageContentAll{
    margin-top: 60px;
}
.text-pageContentAll h3{
    margin-bottom: 30px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
}
.text-pageContentAll p{
    color: #55556D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}
.block-flexArticles{
    display: flex;
    align-items: center;
    gap: 30px;
}
.block-flexArticles__img{
    width: 350px;
    height: auto;
    border-radius: 8px;
}
.flexArticles{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}
@media screen and (max-width: 900px){
    .text-pageContentAll{
        margin-top: 40px;
    }
    .text-pageContentAll h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .text-pageContentAll p{
        font-size: 14px;
    }
}
@media screen and (max-width: 650px){
    .block-flexArticles{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .block-flexArticles__img{
        width: 100%;
        height: auto;
    }
}

/* Стили для блока сертификатов */
.block-certificatesWrapper {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.block-certificatesWrapper:hover {
    transform: translateY(-5px);
}

.certificate-link {
    display: block;
    position: relative;
}

.certificate-link img {
    width: 100%;
    height: auto;
    display: block;
}

/* Кастомизация модального окна */
.mfp-certificates .mfp-content {
    max-width: 900px;
}

.mfp-certificates .mfp-figure::after {
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}

/* Стиль для навигации в галерее */
.mfp-certificates .mfp-arrow {
    background: rgba(0,0,0,0.5);
    width: 60px;
    height: 60px;
    margin-top: -30px;
    border-radius: 50%;
}

.mfp-certificates .mfp-arrow::before,
.mfp-certificates .mfp-arrow::after {
    top: 18px;
}

.photo-card-category {
  height: auto;
  max-width: 100%;
  max-height: 300px; /* Задайте нужную максимальную высоту */
  display: block;
  object-fit: contain; /* Вписывает изображение без искажений */
}

.image-wrapper-category {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
}

.photo-block-flex-catalogCategory {
    height: auto;
    object-fit: contain;
}

.photo-project-block {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.project-image-link {
    flex: none !important;
    height: 250px !important;
    width: auto !important;
    display: block !important;
}

.project-image {
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
    min-width: auto !important;
    display: block !important;
    object-fit: contain !important;
}

.project-text {
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .project-image-link {
        height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .project-image {
        height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}