@media screen and (max-width: 1023px) {
    .locations
    {
        background-color: rgba(10,13,34,0.7);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10000;
        display: none;
        overflow-y: auto;
    }

    .locations_visible
    {
        display: flex;
    }

    .locations__window
    {
        background-color: #fff;
        border-radius: 10px;
        position: relative;
        margin: 40px auto auto auto;
        max-width: 280px;
    }

    .locations__close
    {
        background-image: url(/static/resources/blocks/locations/img/locations__close_mobile.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 21px;
        height: 21px;
        position: absolute;
        right: 22px;
        top: 17px;
    }

    .locations__close:hover
    {

    }

    .locations__close:active
    {
        transform: scale(0.96);
    }

    .locations__confirmation
    {

    }

    .locations__confirmation-top-text
    {
        font-size: 14px;
        line-height: 19px;
        padding: 22px 22px 14px 22px;
    }

    .locations__confirmation-top-text-gray
    {
        color: #9498a3;
        display: block;
    }

    .locations__assumption-container
    {
        background-image: url(/static/resources/blocks/locations/img/locations__auto-detect-city-name.svg);
        background-position: right 22px top 12px;
        background-repeat: no-repeat;
        padding: 0px 22px 29px 22px;
        border-bottom: 1px solid #aec0d6;
    }

    .locations__auto-detect-city-name
    {
        font-size: 18px;
        line-height: 36px;
        font-weight: bold;
    }

    .locations__auto-detect-city-remark
    {
        font-size: 14px;
        line-height: 19px;
        display: block;
        margin-top: -3px;
        color: #9498a3;
    }

    .locations__confirm-button-container
    {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 30px 22px 0 22px;
        box-sizing: border-box;
    }

    .locations__confirm-button-container_hidden
    {
        display: none;
    }

    .locations__change-region-button,
    .locations__confirm-button
    {

        line-height: 42px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 300px;
    }

    .locations__change-region-button:active,
    .locations__confirm-button:active
    {
        transform: scale(0.95);
    }

    .locations__change-region-button
    {
        color: var(--link-color);
        border: 1px solid var(--link-color);
        font-size: 18px;
    }

    .locations__confirm-button
    {
        color: #fff;
        background-color: var(--pruma-green);
        border: 1px solid transparent;
        font-size: 21px;
        margin-top: 20px;
    }

    .locations__selector
    {
        background-color: #f8f9fc;
        padding: 22px 22px 0 22px;
        box-sizing: border-box;
        display: none;
    }

    .locations__selector_visibility
    {
        display: block;
    }

    .locations__selector-title
    {
        display: none;
    }

    .locations__selector-block
    {
        margin-top: 15px;
        display: none;
    }

    .locations__selector-block_offices
    {
        display: block;
        padding-right: 20px;
        margin-top: 0;
    }

    .locations__selector-block-title
    {
        font-size: 18px;
        line-height: 36px;
        font-weight: bold;
        padding-bottom: 17px;
    }

    .locations__selector-block-title-remark
    {
        display: block;
        font-size: 14px;
        line-height: 19px;
        padding-top: 1px;
        font-weight: normal;
    }

    .locations__list
    {

    }

    .locations__list-item
    {
        box-sizing: border-box;
    }

    .locations__selector-block_offices .locations__list-item
    {

    }

    .locations__list-item + .locations__list-item
    {
        margin-top: 7px;
    }

    .locations__location
    {
        font-size: 16px;
        line-height: 23px;
        font-weight: bold;
        color: var(--link-color);
        display: inline-block;
        padding: 9px 31px 9px 8px;
        text-decoration: none;
        border-radius: 3px;
    }

    .locations__location:not(.locations__location_current):hover
    {
        background-color: #fff;
    }

    .locations__location_current
    {
        background-color: var(--pruma-green);
        color: #fff;
        background-image: url(/static/resources/blocks/locations/img/locations__location_current.svg);
        background-position: right 7px center;
        background-repeat: no-repeat;
    }

    .locations__note
    {
        background-color: #f8f9fc;
        padding: 22px;
        border-radius: 0 0 10px 10px;
    }

    .locations__note-block
    {
        font-size: 14px;
        line-height: 19px;
        display: none;
    }

    .locations__note-block:nth-of-type(1)
    {
        display: block;
    }
}
