.c_why {
    position: relative;
    padding: 84px 0 0 0;
    margin: 80px 0;
}

.c_why__content--title {
    margin: 0 0 10px;
    color: #00dcff;
    font-size: 15px;
    text-align: center;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 2.3px;
}

.c_why__content--subtitle {
    font-size: 46px;
    font-weight: 700;
    color: #123398;
    text-align: center;
    line-height: 56px;
    margin: 0 0 30px;
}

.c_why .wrapper {
    max-width: 1680px;
}
.c_why--background {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: -1;
}

.c_why__content {
    background: #ffffff;
    display: block;
    width: 100%;
    padding: 40px 40px;
}

.c_why__content__list {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 72px;
    width: 100%;
    margin: -106px 0 0 0;
}

.c_why__content__list_item {
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 665px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.c_why__content__list_item:nth-child(2) {
    margin: 122px 0 0 0;
}

.c_why__content__list_item p {
    font-weight: 600;
    font-size: 36px;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
}

.c_why__content__list_item .c_why__content__list_item--photo {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;

    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;

    opacity: 0.6;
    transition: transform .3s ease-in-out;
}

.c_why__content__list_item:hover .c_why__content__list_item--photo {
    transform: scale(1.1);
    transition: transform .3s ease-in-out;
}

.c_blog {
    display: block;
    margin: 130px 0;
}

.c_blog__list {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    gap: 47px;
}

.c_blog__item .c_blog__link {
    display: block;
    width: 100%;
    height: 307px;
    position: relative;
    overflow: hidden;
}

.c_blog__item .c_blog__link .c_blog__thumb {
    display: block;
    width: 100%;
    height: 100%;
}

.c_blog__item .c_blog__link .c_blog__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease-in-out;
}

.c_blog__item:hover .c_blog__link .c_blog__thumb img {
    transform: scale(1.1);
    transition: transform .3s ease-in-out;
}

.c_blog__item .c_blog__meta .c_blog__title {
    margin: 21px 0 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #121212;
    text-align: left;
    text-decoration: none;
    line-height: 1.5;
    transition: color .3s ease-in-out;
}

.c_blog__item .c_blog__meta .c_blog__title a {
    color: #121212;
    text-decoration: none;
}

.c_blog__item .c_blog__meta .c_blog__title a:hover {
    color: #123398;
}

.c_blog__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 36px 0 0 0;
}

.c_where {
    background: #F8F8F8;
    margin: 130px 0 0 0;
    padding: 60px 0 64px 0;
    display: block;
}

.c_blog--title,
.c_where--title {
    font-size: 46px;
    font-weight: 700;
    color: #123398;
    text-align: center;
    margin: 0 0 58px 0;
}

.c_where__list {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
}

.c_where__list_cat {
    width: 100%;
}

.c_where__list_cat--title {
    font-size: 21px;
    font-weight: 700;
    color: #123398;
    margin: 0 0 18px 0;
}

.c_where__list_cat__locations {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.c_where__list_cat__locations a {
    font-size: 15px;
    font-weight: 400;
    color: #121212;
    text-decoration: none;
    text-align: left;

    display: block;
    width: 50%;
    position: relative;
    padding: 0 0 0 11px;
    margin: 0 0 10px 0;
    transition: color .3s ease-in-out;
}

.c_where__list_cat__locations a:hover {
    color: #123398;
    transition: color .3s ease-in-out;
}

.c_where__list_cat__locations a:before {
    content: "";

    background: #123398;
    display: block;
    width: 6px;
    height: 6px;

    position: absolute;
    left: 0;
    top: 6px;
}


@media screen and (max-width: 1380px) {
    .c_why__content__list {
        gap: 20px;
    }

    .c_why__content__list_item {
        height: 525px;
    }

    .c_why__content--subtitle {
        font-size: 36px;
    }
}

@media screen and (max-width: 1080px) {
    .c_why__content__list_item p {
        font-size: 22px;
    }

    .c_why__content__list {
        margin: 0;
    }

    .c_why__content__list_item {
        height: 425px;
    }

    .c_why__content--subtitle {
        font-size: 26px;
    }

    .c_why__content__list_item:nth-child(2) {
        margin: 0;
    }

    .c_blog--title,
    .c_where--title {
        font-size: 36px;
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width: 780px) {
    .c_blog {
        margin: 60px 0;
    }

    .c_why {
        padding: 54px 0 0 0;
        margin: 40px 0;
    }

    .c_why__content {
        padding: 40px 0;
    }

    .c_why__content__list {
        flex-direction: column;
    }

    .c_blog--title,
    .c_where--title {
        font-size: 26px;
        margin: 0 0 30px 0;
    }

    .c_blog {
        margin: 60px 0;
    }

    .c_where {
        margin: 60px 0 0 0;
        padding: 50px 0 50px 0;
    }

    .c_where__list_cat--title {
        font-size: 18px;
        text-align: center;
    }

    .c_blog__list {
        grid-template-columns: 100%;
        gap: 40px;
    }

    .c_where__list {
        flex-direction: column;
        gap: 30px;
    }

    .c_where__list_cat__locations {
        flex-direction: column;
    }

    .c_where__list_cat__locations a {
        width: 100%;
        text-align: center;
    }

    .c_where__list_cat__locations a:before {
        position: relative;
        top: -2px;
        margin: -5px 6px 0 0;
        left: unset;
        display: inline-block;
    }
}