body {
    overflow-x: hidden;
}
.hero {
    position: relative;
    height: calc(100vh - 176px);
}

.hero .container {
    height: 100%;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-logo {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-link {
    display: block;
    width: 365px;
    margin: 0 auto;
}

.hero-link img {
	object-fit: contain;
}

.featured {
    margin-top: 100px;
    text-align: center;
}

.featured-gallery__wrapper {
    justify-content: space-between;
    margin: 45px 26px;
}
.featured-gallery__item {
    align-items: center;
}
.about-us {
    margin-top: 160px;
}
.about-us__wrapper {
    display: flex;
    max-width: 1030px;
    margin: 0 auto;
}
.about-us__title {
    min-width: 290px;
    width: 100%;
}
.about-us__content {
    width: auto;
}
.about-us__content {
    line-height: 30px;
    position: relative;
    padding-left: 32px;
    border-left: 1px solid #7cc2c7;
    color: #333;
}

.offer {
    margin-top: 160px;
}
.offer-title {
    text-align: center;
}
.offer-product {
    display: flex;
    column-gap: 30px;
}
.offer-product__img {
    text-align: center;
    background-color: #f8f8f8;
    height: 422px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.offer-product__img img {
    display: block;
    margin: 0 auto;
}
.offer-product__content-wrapper {
    text-align: center;
    box-shadow: 0 30px 30px rgba(0,0,0,.1);
    padding: 40px;
}
.offer-product__content-wrapper p:not(.supheader) {
    color: #33333399;
    margin-bottom: 24px;
}
.science {
    max-width: 1920px;
    overflow: hidden;
    height: 752px;
    position: relative;
}
.science-image__left {
    position: absolute;
    bottom: -8px;
    z-index: -1;
}
.science-image__right {
    position: absolute;
    top: -42px;
    right: -170px;
    z-index: -1;
}
.science__wrapper {
    width: 585px;
    margin-left: auto;
    padding-top: 180px;
}
.science__wrapper p:not(.supheader) {
    margin-bottom: 40px;
    line-height: 30px;
}
.what-we-do {
    position: relative;
    max-width: 1920px;
    width: 100%;
    height: 713px;
    overflow: hidden;
    color: #ffffff;
}
.what-we-do-image__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.what-we-do-image__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.what-we-do-content__wrapper {
    width: 410px;
    margin-right: auto;
    padding-left: 87px;
    padding-top: 78px;
}

.what-we-do-content__wrapper .supheader {
    color: #ffffff;
}
.what-we-do-content__wrapper p:not(.supheader) {
    line-height: 30px;
    margin-bottom: 40px;
}

.experience {
    position: relative;
    min-height: 660px;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.experience-image__right {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.experience-image__right img {
    max-width: 74%;
    height: auto;
}
.experience-content__wrapper {
    width: 490px;
    margin-left: auto;
    padding-top: 143px;
}
.experience-content__wrapper p:not(.supheader) {
    line-height: 30px;
    margin-bottom: 40px;
}

.international {
    text-align: center;
    margin-bottom: 100px;
}
.map__wrapper {
    width: 1000px;
    margin: 40px auto 0;
}
.map__wrapper img {
    width: 100%;
    height: auto;
}
.reviews {
    background-color: #fafafa;
    padding: 120px 0;
    text-align: center;
}
.reviews__wrapper {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.reviews-item {
    width: 240px;
    padding: 24px 16px;
    box-shadow: 0 0 56px rgba(0, 0, 0, 0.1);
}
.reviews-item > p:not(.reviews__author) {
    max-height : 90px;
    overflow: hidden;
    line-height: 30px;
    color: #055a6b;
    transition: all .5s;
}
.reviews-item.active > p:not(.reviews__author) {
    max-height: 100vh;
    height: auto;
}
.reviews__author {
    margin: 12px 0;
}
@media (max-width:1024px) {
    .science-image__left {
        max-width: 57%;
    }

    .science-image__left img {
        width: 100%;
        height: auto;
    }
    .map__wrapper {
        width: 100%;
    }
    .hero {
        height: calc(100vh - 116px);
    }

    .about-us {
        margin-top: 100px;
    }
    .offer {
        margin-top: 100px;
    }
    .offer-product__item {
        max-width: calc(50% - 15px);
    }
    .offer-product__img {
        height: auto;
        padding: 24px 0;
    }
    .offer-product__img img {
        width: 100%;
        height: auto;
    }
    .science {
        height: 642px;
    }
    .science__wrapper {
        padding-top: 120px;
    }
    .experience {
        min-height: 440px;
    }
    .international {
        margin-top:  100px;
        margin-bottom: 60px;
    }
    .reviews {
        padding: 80px 0 100px;
    }
    .reviews__wrapper {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 24px;
        column-gap: 24px;
    }
    .reviews-item {

    }

    .prefooter {
        height: 460px;
    }
}

@media (max-width: 768px) {
    .featured-gallery__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 24px;
        column-gap: 24px;
    }

    .about-us__wrapper {
        flex-direction: column;
    }
    .about-us__content {
        border: none;
        padding: 0;
        margin-bottom: 24px;
    }
    .about-us__title a {
        display: none;
    }
    .about-us__wrapper ._min-mobile-show a {
        display: inline;
        position: relative;
    }
    .offer-product {
        flex-direction: column;
        row-gap: 40px;
    }
    .offer-product__item {
        width: 100%;
        max-width: 100%;
    }
    .science {
        height: auto;
        padding-bottom: 360px;
    }
    .science-image__right {
        width: 500px;
    }
    .science-image__right img {
        width: 100%;
        height: auto;
    }
    .science-image__left {
        max-width: 100%;
    }

    .science-image__left img {
        width: 100%;
        height: auto;
    }
    .science__wrapper {
        width: auto;
    }

    .what-we-do-content__wrapper {
        padding: 40px 0;
        margin: 0;
    }
    .what-we-do {
        height: auto;
    }
    .experience-image__right {
        position: relative;
        height: 313px;
    }
    .experience-image__right img {
        width: 100%;
        max-width: 100%;
    }
    .experience-content__wrapper {
        width: auto;
        padding-top: 0;
    }
    .map__wrapper {
        margin-top: 24px;
    }
    .reviews-item {
        width: 100%;
    }
    .prefooter {
        height: 368px;
    }
}

@media (max-width:460px) {
    .hero-logo .hero-link {
        width: auto;
    }

    .hero-logo .hero-link img {
        width: 100%;
        height: auto;
    }
}

.show-less_text{
    display: none;
}

.reviews-item.active .show-less_text{
    display: block;
}

.reviews-item.active .show-more_text{
    display: none;
}