.img-grid-popup {
    margin-top: 135px;
}

.testimonials-slider + .img-grid-popup {
    margin-top: 0;
}

.popup-content__row {
    align-items: flex-start;
}

.img-grid-popup[data-theme='blue'],
.img-grid-popup[data-theme='dark-blue'],
.img-grid-popup[data-theme='light-blue'],
.img-grid-popup[data-theme='dark-green'],
.img-grid-popup[data-theme='light-green'],
.img-grid-popup[data-theme='green'],
.img-grid-popup[data-theme='grey'] {
    padding: 100px 0;
}

.img-grid-popup[data-theme='blue'] *,
.img-grid-popup[data-theme='dark-blue'] *,
.img-grid-popup[data-theme='dark-green'] *,
.img-grid-popup[data-theme='green'] * {
    color: #fff !important;
}

.img-grid-popup__header h1,
.img-grid-popup__header .h1,
.img-grid-popup__header h2,
.img-grid-popup__header .h2,
.img-grid-popup__header h3,
.img-grid-popup__header .h3,
.img-grid-popup__header h4,
.img-grid-popup__header .h4,
.img-grid-popup__header h5,
.img-grid-popup__header .h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.img-grid-popup__item {
    margin-top: 30px;
}

.img-grid-popup__item-img-wrapper {
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 270px;
    width: 100%;
}

.img-grid-popup__item-img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
}

.image_type__blackWhite .img-grid-popup__item-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.img-grid-popup__item-title h4,
.img-grid-popup__item-title .h4,
.popup-content__text-wrapper h4,
.popup-content__text-wrapper .h4 {
    font-size: 24px;
    font-style: normal;
    font-family: 'Gellix';
    font-weight: 600;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 20px;
}

.img-grid-popup__item-title h5,
.img-grid-popup__item-title .h5,
.popup-content__text-wrapper h5,
.popup-content__text-wrapper .h5 {
    font-size: 20px;
    font-style: normal;
    font-family: 'Gellix';
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 20px;
}

.img-grid-popup__item-link {
    font-weight: 700;
    text-decoration: none !important;
}

.white-popup {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 1040px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    width: auto;
    border-radius: 20px;
}

.popup-content__img-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.popup-content__img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .img-grid-popup {
        margin-top: 70px;
    }

    .img-grid-popup[data-theme='blue'],
    .img-grid-popup[data-theme='dark-blue'],
    .img-grid-popup[data-theme='light-blue'],
    .img-grid-popup[data-theme='dark-green'],
    .img-grid-popup[data-theme='light-green'],
    .img-grid-popup[data-theme='green'],
    .img-grid-popup[data-theme='grey'] {
        padding: 70px 0;
    }

    .img-grid-popup__item-title h4,
    .img-grid-popup__item-title .h4 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .img-grid-popup__item-title h5,
    .img-grid-popup__item-title .h5 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .img-grid-popup__item-link {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .img-grid-popup__item-img-wrapper {
        height: 400px;
    }
}

@media (max-width: 500px) {
    .img-grid-popup__item-img-wrapper {
        height: 300px;
    }
}
