.countries .country .lsfw-flag {
    margin: 0 0 5px -9px;
    width: 140px;
    height: 80px;
}

.countries {
    display: flex;
    background: #eeeeee;
    padding: 10px 0 0 10px;
    text-transform: uppercase;
    flex-wrap: wrap;
}

.countries.countries--continents .country {
    background: #ffffff 10px 10px/40px no-repeat;
    padding: 6px 15px 9px 69px;
    height: 60px;
    min-width: 200px;
    width: auto;
}

.countries .country.country--sng {
    background-image: url(/i/russia.png);
}

.countries .country.country--africa {
    background-image: url(/i/africa.png);
}

.countries .country.country--europe {
    background-image: url(/i/europe.png);
}

.countries .country.country--asia {
    background-image: url(/i/asia.png);
}

.countries .country.country--amerika {
    background-image: url(/i/america.png);
}

.countries .country__cut100 {
    max-width: 137px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.countries .country.country--australia {
    background-image: url(/i/australia.png);
}

.countries .country.country--all b {
    font-size: 30px;
}

.countries .country.country--all {
    height: 142px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    padding: 37px 0;
    color: #318cc6;
}

.countries .country:last-child {
    margin-right: 0;
}

.countries .country {
    padding: 10px 10px 10px 20px;
    background: #ffffff;
    margin: 0 10px 10px 0;
    width: calc(12.5% - 10px);
    border-radius: 5px;
}


.cities-tbl tr td .lsfw-fill-tbl__cut {
    max-width: 150px;
}

.cities-tbl tr td .lsfw-fill-tbl__bubble-white {
    width: 50px;
    font-size: 18px;
    font-weight: bold;
}

.cities-tbl tr td {
    vertical-align: top;
}

.cities-tbl tr td:nth-child(2) {
    min-width: 90px;
}

.cities-tbl tbody tr td:first-child {
    min-width: 220px;
}

.stat .stat-item b {
    display: block;
    margin: 0 auto 10px auto;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 100%;
    line-height: 60px;
    font-size: 25px;
    background: #ffffff;
}

.stat a.stat-item:hover b {
    color: #318cc6;
}

.stat {
    display: flex;
    width: calc(100% + 10px);
}

.stat .stat-item {
    width: calc(20% - 10px);
    color: #475669;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 20px;
    margin-right: 10px;
    text-align: center;
    background-color: #d4e4f2;
}

@media screen and (max-width: 1425px) {
    .countries .fz16 {
        font-size: 14px !important;
        line-height: 14px;
        display: block;
    }

    .countries {
        white-space: nowrap;
        overflow: auto;
        display: block;
    }

    .countries .country .lsfw-flag {
        width: 50px !important;
        height: 33px !important;
        margin: 2px 0 0 5px;
    }

    .countries .country .fz12, .countries .country .fz13 {
        margin-top: 3px !important;
        font-size: 10px !important;
    }

    .countries .country {
        padding: 10px 20px 10px 10px;
        min-width: auto !important;
        width: auto !important;
        display: inline-block;
        vertical-align: top;
    }

    .countries.countries--continents .country {
        padding: 8px 15px 6px 45px;
        background-size: 25px;
        height: auto;
    }

    .countries .country.country--all {
        height: 93px;
        padding: 14px 15px;
    }
}

@media screen and (max-width: 767px) {
    .cities-tbl tbody tr td:last-child::-webkit-scrollbar {
        height: 0;
        width: 0;
    }

    .cities-tbl tbody tr td:last-child {
        width: 100%;
        white-space: nowrap;
        overflow: auto;
        padding-top: 0;
    }

    .cities-tbl tbody tr td.fz15 {
        font-size: 14px !important;
    }

    .cities-tbl tbody tr td:first-child {
        width: calc(100% - 70px);
    }

    .cities-tbl tr td:nth-child(2) .lsfw-fill-tbl__bubble-white {
        font-size: 12px !important;
        width: 40px;
        background: rgba(255, 255, 255, 0.6);
    }

    .cities-tbl tr td .lsfw-fill-tbl__cut {
        max-width: 160px;
    }

    .countries.countries--continents .country {
        width: 100%;
        margin-right: 10px;
    }

    .cities-tbl tr td:nth-child(2) {
        width: 60px;
        float: right;
        min-width: auto;
    }

    .stat {
        display: block;
        white-space: nowrap;
        overflow: auto;
        width: 100%;
    }

    .stat .stat-item {
        width: 105px;
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        font-size: 11px;
        margin-right: 5px;
    }

    .stat .stat-item b {
        font-size: 14px;
        width: 50px;
        height: 50px;
        line-height: 52px;
    }

    .info-tbl tr {
        padding: 0 !important;
    }

    .info-tbl .lsfw-fill-tbl__w100p-mobile {
        font-size: 10px;
        background: rgba(255, 255, 255, 0.54);
    }
}

