h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: UbuntuBold;
    line-height: 120%;
}

.container-2 {
    padding-bottom: 15px;
}

.box img {
    width: 100%;
    height: 100%;
}

.searching__box {
  margin-bottom: 0 !important;
}

.special-offers__content {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 20px;
    min-height: 160px;
}

.special-offers__item {
    position: relative;
}

.special-offers__name {
    position: absolute;
    left: 10px;
    right: 10px;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    background: var(--secondary-color);
    padding: 2px 5px;
    color: var(--white-color);
    bottom: 20px;
    font-size: 19px;
    max-width: 80%;
}

.offers__bottom {
    display: grid;
    margin-top: 15px;
    gap: 15px;
    grid-template-columns:repeat(2, 1fr)
}

.offers__content {
    display: grid;
    gap: 20px;
    grid-template-columns:repeat(4, 1fr);
}

.offers__bottom .offers__content {
    grid-template-columns:repeat(2, 1fr);
    flex-grow: 1;
    min-height: 160px;
}

.offers__item {
    position: relative;
    z-index: 1;
    padding: 20px;
    display: flex;
    gap: 60px;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.special-offers__img {
  aspect-ratio: 4/3 auto;
}

.offers__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    object-fit: cover;
    filter: brightness(60%);
}

.offers__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: var(--white-color);
    text-align: center;
    font-size: 20px;
}

.offers__list a {
    color: var(--white-color);
}

.offers__name {
    font-size: 25px;
    color: var(--white-color);
}

.others__content {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 20px;
    min-height: 520px;
}

.others__item {
    position: relative;
}

.others__img {
    filter: brightness(70%);
    aspect-ratio: 4/3 auto;
}

.others__name {
    position: absolute;
    color: var(--white-color);
    text-align: center;
    font-size: 24px;
    left: 20px;
    right: 20px;
    top: 20px;
}

.popular__slider {
    width: 100%;
}

.popular__img {
  aspect-ratio: 3/2 auto;
}

.popular__name {
    margin-top: 10px;
    text-align: center;
    text-decoration: dotted underline;
    text-underline-offset: 3px;
    font-size: 17px;
}

.popular__slider-bottom {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popular .popular__pagination {
    position: static;
    --swiper-theme-color: var(--green-color)
}

.swiper-pagination-bullet {
    position: relative;
}

.swiper-pagination-bullet-active::after {
    content: "";
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    transform: translate(-2px, -2px);
    border-radius: 50%;
    border: 1px solid var(--green-color);
    position: absolute;
}

.popular__button {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--green-color);
}

.news__top, .reviews__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box .news__img {
    height: unset;
    aspect-ratio: 4/3 auto;
    padding-bottom: 5px;
}

.news__content {
    margin-top: 20px;
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 20px;
}

.news__date {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #4a4a4a;
    font-size: 14px;
    margin-top: 5px
}

.box .news__date-icon {
    width: 14px;
    height: 14px;
}

.news__name-value {
    border-bottom: 1px solid #aaa
}

.news__name-date {
    color: #aaa;
}

.news__link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--secondary-color);
    --link-arrow: var(--secondary-color);
}

.about__grid, .reviews__grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    align-items: flex-start;
    padding-bottom: 20px;
    gap: 20px;
}

.reviews__grid {
    grid-template-columns:repeat(3, 1fr);
}

.about__item, .reviews__item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    background-color: #E4EAF8D6;
    min-height: 340px;
}

.about__icon, .reviews__icon {
  width: 100px;
  height: 100px;
}

.about__name, .reviews__name {
    font-size: 25px;
    text-align: center;
    margin: 10px 0;
}

.about .box h3, .reviews .box h3  {
  margin: 0;
}

.about__text, .reviews__text {
    font-size: 16px;
}

.reviews__flex {
    margin: 10px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 17px;
}

.reviews__author {
    font-weight: 700;
}

.reviews__start {
  width: 125px;
  height: 24px;
}


@media (max-width: 1200px) {

    .about__grid {
        grid-template-columns: repeat(2, 2fr);
    }

    .special-offers__content {
       grid-template-columns: repeat(3, 1fr);
    }

    .offers__content {
       grid-template-columns: repeat(2, 1fr);
    }

    .others__content {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media (max-width: 900px) {
    .special-offers__content, .offers__content, .others__content, .news__content, .offers__content, .reviews__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .offers__bottom {
        grid-template-columns:100%;
    }

    .news__content {
        grid-template-columns: repeat(3, 1fr);
    }

    .reviews__grid {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media (max-width: 768px) {

    .homepage .bg__image {
        background-image: url(../../assets/images/main-bg-mobile.webp);
        height: 100%;
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .searching {
        margin-top: 0;
    }

    .news__content {
        grid-template-columns: 100%;
    }

    .offers__item {
        min-height: 200px;
    }

    .news__item a {
        display: flex;
        gap: 20px;
    }

    .box .news__img {
        max-width: 200px;
    }

    .news__date {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .about__content, .reviews__content {
        background-color: #CAD7F3;
        padding: 0;
        margin-top: 0;
    }

    .reviews {
        padding: 0;
    }

    .about {
        padding: 15px 0 0 0;
    }

    .about__content .container, .reviews__content .container{
        padding: 0;
    }

    .swiper-pagination-bullet {
        margin: 15px !important;
    }

}

@media (max-width: 550px) {

    .box .news__img {
        width: 120px;
        height: 100px;
    }

    .special-offers__content {

    }
    .special-offers__content, .offers__content, .offers__bottom .offers__content, .others__content, .news__content, .reviews__grid, .about__grid {
        /*grid-template-columns: repeat(1, 1fr);*/
        grid-template-columns: 100%;
    }

}