.page-contacts section{
    margin-top: 60px;
}
.page-contacts .contacts .map{
    width: 60%;
    height: 450px;
}
.error{
    display: flex;
    flex-direction:column;
    gap: 16px;
    align-items:center;
}
.error__title{
    font-size: 14vw;
    line-height:100%;
    margin-bottom:0;
}
.error p{
    font-size: 1.5vw;
}
.mission{
    display:flex;
}
.mission__img{
    max-height:280px;
    display: block;
    margin: 0 auto;
}
.mission__content{
    max-width:50%;
}
.page-about .services__grid{
    margin-bottom:24px;
}
.services__txt{
    text-align:center;
}
.page-about .work p{
    max-width: 60%;
    margin-bottom:24px;
}
.who__list{
    display: flex;
    flex-wrap:wrap;
    gap: 16px;
    justify-content:center;
}
.who__item{
    padding: 16px 8px;
    border-radius:5px;
    width: 32%;
    color:white;
    text-align: center;
    display:flex;
    align-items:center;
    justify-content:center;
}
.who__item{
    background-color:#55a426;
}
.who__item:nth-child(even){
    background-color:#0095d4;
}
.page-about .contacts{
    gap: 32px;
}
.page-about .contacts__text{
    justify-content: start;
}
.page-blog{
    padding-top: calc(var(--header-height)) !important;
}
.blog-hero{
    text-align: center;
    height:330px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position:relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-hero::before{
    content:"";
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background:rgba(0, 0, 0, 0.3);
    filter: blur(5px) grayscale(50%);
    z-index:0;
}
.blog-hero__h1, .blog-hero__breadcrumps{
    position:relative;
    z-index: 1;
}
.blog-hero__h1{
    font-size: 58px;
    font-weight: 600;
    line-height: 100%;
    margin-top: 12%;
    margin-bottom: 32px;
}
.page-blog section{
    margin-bottom: 80px;
}
.post-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}
.post{
    display:flex;
    flex-direction:column;
    gap: 16px;
}
.post__img{
    max-width:100%;
    object-fit: cover;
    width:100%;
    border-radius: 5px;
    height: 250px;
}
.post__title{
    font-size: 22px;
    font-weight: 600;
}
.post-content h2{
    font-size:32px;
    font-weight:600;
    margin-bottom:24px;
    margin-top:12px;
}
.post-content h3{
    font-size:24px;
    font-weight:600;
    margin-bottom:18px;
    margin-top:8px;
}
.post-content h4{
    font-size:20px;
    font-weight:600;
    margin-bottom:12px;
}
.post-content p{
    margin-bottom:16px;
}
.post-content ul{
    padding-left:16px;
    margin-bottom:16px;
}
.post-content ul li{
    list-style: disc;
}
.post-content img{
    margin-bottom: 16px;
}
.post-content .btn{
    margin: 0 auto 16px;
}
.stages__text{
    margin-bottom:16px;
}
.stages__list{
    display:flex;
    flex-wrap:wrap;
    gap: 16px;
    justify-content:center;
    margin-bottom: 32px;
}
.stages__list ul li{
    list-style: disc;
    margin-left:20px;
}
.stage{
    width:48%;
    padding:12px;
    border:1px solid #55a426;
    border-radius:5px;
}
.stage:nth-child(even){
    border-color:#0095d4;
}
.stage p{
    margin-bottom:16px;
    font-weight:600;
}
.where__list{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap:32px;
}
.where .stages__text{
    margin-bottom:48px;
}
.where__item{
    display:flex;
    flex-direction:column;
    gap:32px;
    align-items:center;
    text-align:center;
    font-weight:600;

}
.where__ico{
    max-width: 58px;
}
.work-construction .work__content{
    gap: 1.875rem;
}
.work-construction .work__card{
    position: relative;
    padding-bottom:15.4375rem;
}
.work__card_text, .work__card_title{
    z-index:2;
    position: relative;
}
.work__card_text{
    color: white;
    display: block;
    width: 80%;
    left: 1.875rem;
    top: 2.5rem;
}
.dark-filter:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background-color: rgba(0, 0, 0, .4);
}
.faq__list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color:#0095d4;
    padding:48px;
    gap: 24px;
    border-radius: 8px;
}
.question{
    list-style: none;
    width: 100%;
    background-color: white;
    border-radius:8px;
    padding: 16px;
}
.question__hidden{
    display: none;
    padding: 0 32px;
}
.question__visible{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
    cursor:pointer;
}
.question__name{
    font-size: 24px;
    font-weight: 600;
}
.question{
    padding: 12px 0;
}
.question__open{
    font-size: 34px;
    font-weight: 300;
    border: none;
    border-radius: 7px;
}
.question__open-plus{
    transition: .3s all ease-in-out;
    display: block;
}
.question__open-plus_active{
    transform: rotate(45deg);
}
.question__txt{
    padding-top:16px;
}
.before-after{
    max-width: 500px;
}
.before-after__container{
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.swiper-videos{
    margin-top: 32px;
}
.swiper-videos video{
    width: 84%;
    background-color: black;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
}
.swiper-videos{
    position: relative;
    padding-bottom: 50px;
}
.with-sub{
    position: relative;
}

.submenu{
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%) translateY(100%);
    padding: 12px;
    border-radius:8px;
    background-color: white;
    flex-direction: column;
    text-align: center;
    display: none;
}
.submenu a{
    white-space: nowrap;
    display:block;
}

.submenu a:not(:last-child){
    margin-bottom:16px;
}

.with-sub span{
    cursor: pointer;
}
.header__content{
    overflow: visible;
}
.menu-arrow{
    position: absolute;
    display: block;
    right: -13px;
    top: 0;
    transform: rotate(90deg);
    transition:.3s all ease-in-out;
}
.menu-active .menu-arrow{
    transform: rotate(270deg);
}
.weare__content_text ul li{
    list-style: disc;
    margin-left: 16px;
}
.weare__content_text ol li{
    list-style: initial;
}
.weare .weare__title:not(:first-child){
    margin-top: 24px;
}

.stages .stages__text{
    margin-bottom: 24px;
}
.where .stages__text{
    margin-bottom: 24px;
}
.price .stages__text{
    margin-bottom: 24px;
}
@media (max-width: 61.99875em) {
    .with-sub span{
        display: none;
    }
    .submenu{
        position:initial;
        transform:none;
        display:block;
        background: transparent;
    }
    .menu-arrow{
        display: none;
    }
    .header__menu #primary-navigation{
        display: none;
    }
    .error__title {
        font-size: 20vw;
    }
    .error p{
        font-size: 2.5vw;
    }
    .stage{
        width:initial;
    }
    .where__list{
        grid-template-columns: 1fr 1fr;
    }
}
.page-about .contacts__text{
    max-width: 60%;
}
@media (max-width: 47.9988em) {
    .page-about .contacts__text{
        max-width: 100%;
    }
    .swiper-button-prev{
        left:-10px !important;
    }
    .swiper-button-next{
        right:-10px !important;
    }
    .question__visible,  .question__hidden{
        padding: 0 16px;
    }
    .faq__list {
        padding: 48px 12px;
    }
    .question__name {
        font-size: 18px;
    }
    .who__item {
        width: 47%;
        font-size: 16px;
    }
    .who__item:last-child{
        width:100%;
    }
    .page-about .work p{
        max-width: 100%;
        margin-bottom:24px;
    }
    .mission{
        flex-direction: column;
        gap: 32px;
    }
    .mission__content{
        max-width:100%;
    }
    .error__title {
        font-size: 30vw;
    }
    .error p{
        font-size: 4.5vw;
    }

    .page-contacts .contacts .map {
        width:100%;
    }
    .page-contacts .contacts{
        gap: 32px;
    }
    .page-contacts section {
        margin-top: 0;
    }
}