@media (max-width: 1440px) and (min-width: 1200px) {
    .section--country {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
.section--country .container {
    padding-left: 80px;
    padding-right: 80px;
}

.section--country-wrap {
    background: #ffffff;
}

.country-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 53%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}
@media (min-width: 1199px) {
    .country-img {
        left: -15px;
        z-index: 2;
    }
    .country-block {
        background: #fff;
    }
}


.country-block {
    padding: 180px 68px;
    position: relative;
    z-index: 1;
}

.country {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.country img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}
.country span {
    flex: 1;
}

@media (max-width: 1199px) {
    .section--secondary {
/*        padding-top: 0 !important;*/
    }
    .section--country .container {
        padding-left: 32px;
        padding-right: 32px;
    }
    .country-img {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: auto;
        max-width: none;
        width: calc(100% + 64px);
        margin-left: -32px;
        object-position: center;
    }
    .country-block {
        padding: 52px 0;
    }
}

@media (max-width: 1199px) {
    .section.section--secondary.section--y.section--country {
        padding-top: 0 !important;
    }
}
