.langSelOp {
    background: #fff;
}
.pageContainer {
    max-width: 1250px;
    padding: 80px 15px;
    margin:0 auto;
}
.pageItem {
    padding: 50px 15px;
}
.section_title {
    text-align: center;
    font-size: 55px;
    line-height: 110%;
    margin: 60px 15px;
}
@media screen and (max-width:764px) {
    .section_title {
        font-size: 42px;
    }
}
.readMore {
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
}
.readMore button {
    border: 0;
    padding: 10px 15px;
    font-size: 16px;
    background-color: #292c2f;
    color: #fff;
    width: 150px;
    margin-top: 45px;
}

.works {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    grid-gap: 25px;
    margin: 0 auto;
    grid-gap: 50px 40px;
    padding: 20px 10px;
}

.works img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
@media screen and (max-width:764px) {
    .works img {
        height: 150px;
    }
}
.work_item_txt {
    text-align: center;
}


.about {
    margin-top: 80px;
}
.about:nth-child(1) {
    margin-top: 0;
}

.grid {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    grid-gap: 40px;
    align-items: center;
}
.about_left img{
    width: 100%;
}
.about_Name {
    font-size: 35px;
    line-height: 150%;
    margin: 20px 0;
    word-break: keep-all;
}
.about_title {
    font-size: 20px;
    line-height: 150%;
    word-break: keep-all;
}
.about_text {
    font-size: 16px;
    line-height: 150%;
    word-break: keep-all;
}

.aw_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.exhi {
    margin-top: 35px;
}
.exhi:nth-child(1) {
    margin-top: 0;
}

.ex_img {
    height: 250px;
    object-fit: cover;
}
nav ul li a:hover {
  color: #000;
}
.wrap ul.wrap-nav>li {
    border: unset;
}
.wrap ul.wrap-nav {
    border: unset;
}
.overlay {
    background: #fff;
}
.wrap ul.wrap-nav li a {
    color: #000;
}
.works_item {
    width: 100%;
}
@media screen and (max-width: 764px) {
    .pageItem {
        padding: 0px;
    }
    .grid {
        grid-template-columns: 0.7fr 1fr;
        grid-gap: 15px;
    }
    .exhi {
        margin-top: 15px;
    }
    .about_Name {
        margin: 0;
    }
    .about_title {
        font-size: 15px;
    }
    .about_text {
        display: none !important;
    }
    .works {
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
        padding: 0;
    }
    .ex_img {
        height: 150px;
    }
}