.title-page{
    position: relative;
}
.title-page:after{
    content: '';
    position: absolute;
    top: 0;
    width: 230px;
    height: 100px;
    background: #f19e39;
    left: calc(50% - 115px);
}
.wrapper-constructions{
    display: flex;
    gap: 30px;
    margin-top: -140px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.wrapper-constructions .right,
.wrapper-constructions .left{
    width: calc((100% - 30px) / 2);
}
.wrapper-constructions .right{
    padding-right: 60px;
}
.wrapper-constructions .left .item{
    cursor: pointer;
}
.wrapper-constructions .left .image{
    height: 430px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
}
.wrapper-constructions .left .image .icon{
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #f19e39;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.wrapper-constructions .left .item:hover .icon{
    width: 70px;
    height: 70px;
}
.wrapper-constructions .left .information{
    padding-left: 230px;
    padding-right: 170px;
    background-color: #f19e39;
    min-height: 240px;
    position: relative;
    align-items: center;
    display: flex;
}
.wrapper-constructions .left .information h2{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
}
.wrapper-constructions .left .information .date{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wrapper-constructions .left .information .date p.day{
    font-size: 100px;
    line-height: 20px;
    font-family: "Cormorant Garamond";
    font-style: italic;
    margin-bottom: 30px;
}
.wrapper-constructions .left .information .date p{
    text-align: center;
    color: #1f3528;
}
.wrapper-constructions .left .information .date p.mounth{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.3;
}
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.wrapper-constructions .swiper-slide {
    text-align: center;
    display: flex;
    /* justify-content: center;
    align-items: center; */
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}
.wrapper-constructions .swiper-slide .item{
    height: calc((100% - 30px) / 2) !important;
    background-size: cover;
    position: relative;
    background-position: center;
    cursor: pointer;
    width: calc((100% - 30px) / 2);
}
.construnctionSlider .item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.construnctionSlider .item .icon{
    width: 32px;
    height: 32px;
    background: #f19e39;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .3s;
}
.wrapper-constructions .swiper-slide .item:hover .icon{
    width: 50px;
    height: 50px;
}
.construnctionSlider .item .date{
    position: absolute;
    width: 90px;
    height: 90px;
    right: 0;
    bottom: 0;
    background: #f19e39;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.construnctionSlider .item .date p{
    color: #fff;
}
.construnctionSlider .item .date p.day{
    font-size: 60px;
    line-height: 20px;
    font-family: "Cormorant Garamond";
    font-style: italic;
    margin-bottom: 20px;
}
.construnctionSlider .item .date p.mounth{
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
}
.slider-constructions-navigation{
    display: flex;
    gap: calc((100% - 100px) / 2 );
}
.prevslide svg,
.nextslide svg{
    display: block;
}
.prevslide:after{
    content: '';
    height: 1px;
    background: #A0A0A0;
    position: absolute;
    left: calc((100% - (50% - 50px)) / 2 + 7px);
    width: calc((100% - 130px)/2);
    top: calc(50% - 1px);
}

/* modal */
.modal-gallery{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
}
.modal-gallery .content{
    max-width: 1440px;
    width: 100%;

    position: relative;
}
.modal-gallery .group-slider-nav{
    width: 220px;
    height: 220px;
    background: #f19e39;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.modal-gallery .group-slider-nav > div{
    cursor: pointer;
}
.slider-gallery .swiper-slide{
    height: 70vh;
    background-size: cover;
    background-position: center;
}
.modal-gallery .wrapper-navigation{
    position: absolute;
    right: 0;
    bottom: -110px;
    z-index: 2;
    display: flex;

}
.modal-gallery .wrapper-navigation .pagination{
    width: 110px;
    height: 110px;
    background: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-style: italic;
    font-family: "Cormorant Garamond";
}
.items-construnction-mobile{
    display: none;
}
.video-youtube{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.mfp-iframe-holder .mfp-content{
    max-width: 70%;
}
@media screen and (max-width: 1919px){
    .wrapper-constructions .left .information{
        min-height: 200px;
    }
    .wrapper-constructions .left .image {
        height: 410px;
    }
}
@media screen and (max-width: 1600px){
    .wrapper-constructions .left .information{
        padding-left: 130px;
        min-height: 180px;
    }
    .wrapper-constructions .left .image{
        height: 400px;
    }

}
@media screen and (max-width: 1200px){
    main .social,
    .title-page:after{
        display: none;
    }
    .wrapper-constructions .left .information{
        padding-left: 60px;
    }
    .wrapper-constructions .right {
        padding-right: 30px;
    }
    .mfp-iframe-holder .mfp-content{
        max-width: 80%;
    }
}
@media screen and (max-width: 991px){
    .wrapper-constructions{
        flex-wrap: wrap;
    }
    .wrapper-constructions .right, .wrapper-constructions .left{
        width: 100%;
    }
    .wrapper-constructions .right{
        display: none;
    }
    .items-construnction-mobile{
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 30px 60px;
    }
    .items-construnction-mobile .item{
        width: calc((100% - 30px) / 2);
        height: 340px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background-size: cover;
        background-position: center;
    }
    .items-construnction-mobile .item .date {
        position: absolute;
        width: 90px;
        height: 90px;
        right: 0;
        bottom: 0;
        background: #f19e39;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .items-construnction-mobile .item .icon {
        width: 32px;
        height: 32px;
        background: #f19e39;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        transition: all .3s;
    }
    .items-construnction-mobile .item .date p.day {
        font-size: 60px;
        line-height: 20px;
        font-family: "Cormorant Garamond";
        font-style: italic;
        margin-bottom: 20px;
    }
    .items-construnction-mobile .item .date p.mounth {
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: .2em;
        text-align: center;
        line-height: 1.3;
        font-weight: 700;
    }
    .items-construnction-mobile .item .date p {
        color: #fff;
    }
    .modal-gallery .group-slider-nav{
        height: 100px;
        width: 200px;
    }
    .modal-gallery .wrapper-navigation .pagination{
        width: 100px;
        height: 100px;
    }
    .modal-gallery .wrapper-navigation{
        bottom: 0;
    }
    .modal-gallery .wrapper-navigation .pagination{
        font-size: 34px;
    }
}
@media screen and (max-width: 767px){
    .modal-gallery{
        padding: 20px;
        /* align-items: flex-start; */
    }
    .modal-gallery .wrapper-navigation{
        bottom: -70px;
    }
    .modal-gallery .group-slider-nav{
        height: 70px;
    }
    .modal-gallery .wrapper-navigation .pagination{
        width: 70px;
        height: 70px;
    }
    .mfp-iframe-holder .mfp-content{
        max-width: 90%;
    }
}
@media screen and (max-width: 600px){
    .items-construnction-mobile .item{
        width: 100%;
    }
}
