.import-countries__country-wrap_img {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: auto !important;
    height: 100% !important;
}

.import-countries__country-wrap_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

@media screen and (max-width: 768px) {
    .import-countries__country-wrap_img img {
        object-position: 64% !important;
        height: 60% !important;  /*для мобилки размер карты*/
    }
}
@media screen and (max-width: 500px) {
    .import-countries__country-wrap_img img {
        object-position: 68% !important;
        height: 60% !important; /*для мобилки размер карты*/
    }
}

.import-countries__country-wrap_title {
    position: sticky !important;
}

@media (max-width: 600px) {
    .import-countries__country-wrap {
        height: 400px !important;
    }

}

@media screen and (max-width: 1024px) {
    .services-page .services__text {
        font-size: 15px !important;
        line-height: 15px !important;
    }
}