.top-countries-list__container {
    width: calc(100% + 48px);
    position: relative;
    margin: -30px -24px -46px;
    padding: 30px 24px 65px;
}
.top-countries-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    top: 0;
}
.top-countries-list__list .wrapper__large-items,
.top-countries-list__list .wrapper__small-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top-countries-list__item {
    flex-shrink: 0;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    text-decoration: none;
    margin-right: 24px;
    margin-bottom: 24px;
}
.wrapper__large-items .top-countries-list__item:nth-child(2),
.wrapper__small-items .top-countries-list__item:nth-child(4) {
    margin-right: 0;
}
.wrapper__large-items .top-countries-list__item {
    width: calc(50% - 12px);
    height: 240px;
}
.wrapper__small-items .top-countries-list__item {
    width: calc(25% - 18px);
    height: 168px;
}
.top-countries-list__item:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 20px 24px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 20px 24px 0 rgba(0, 0, 0, 0.04);
    cursor: pointer;
}
.top-countries-list__item-photo {
    background: no-repeat center / cover;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 12px;
    position: relative;
}
.wrapper__large-items .top-countries-list__item-photo {
    height: 240px;
}
.wrapper__small-items .top-countries-list__item-photo {
    height: 168px;
}
.top-countries-list__item-country-large {
    position: absolute;
    left: 32px;
    top: 32px;
    color: #404a51;
    font-size: 32px;
    font-weight: 700;
}
.top-countries-list__item-country-small {
    position: absolute;
    left: 24px;
    top: 24px;
    color: #404a51;
    font-size: 24px;
    font-weight: 700;
}
.top-countries-list__item-price-large {
    position: absolute;
    left: 32px;
    top: 71px;
    color: #404a51;
    font-size: 15px;
    font-weight: 600; font-family: 'Proxima Nova Lt', sans-serif;
}
.top-countries-list__item-price-small {
    position: absolute;
    left: 24px;
    top: 55px;
    color: #404a51;
    font-size: 15px;
    font-weight: 600; font-family: 'Proxima Nova Lt', sans-serif;
}
.container-countries .mobile,
.container-selections .mobile {
    display: none;
}

/*mobile*/
@media (max-width: 767px) {
    .container-home a:nth-child(even) {
        display: none;
    }
    .top-countries-list__container {
        width: calc(100% + 40px);
        padding: 30px 20px 32px;
        margin: -30px -20px -46px;
    }
    .wrapper__large-items .top-countries-list__item,
    .wrapper__small-items .top-countries-list__item{
        width: calc(50% - 8px);
        height: 136px;
    }
    .wrapper__large-items .top-countries-list__item-photo,
    .wrapper__small-items .top-countries-list__item-photo {
        height: 136px;
    }
    .wrapper__small-items .top-countries-list__item:nth-child(even) {
        margin-right: 0;
    }
    .top-countries-list__item {
        margin-bottom: 16px;
        margin-right: 16px;
    }
    .top-countries-list__item-country-large,
    .top-countries-list__item-country-small {
        left: 20px;
        top: 20px;
        font-size: 20px;
        color: #474f55;
    }
    .top-countries-list__item-price-large,
    .top-countries-list__item-price-small {
        left: 20px;
        top: 45px;
        color: #474f55;
    }
    .container-countries .mobile,
    .container-selections .mobile,
    .countries-link-more,
    .countries-link-more * {
        display: block !important;
    }
    .container-countries .desktop,
    .container-selections .desktop {
        display: none !important;
    }
}
