@media screen and (min-width: 1024px) {
    .body_with-locations
    {
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .locations
    {
        background-color: rgba(10,13,34,0.7);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10000;
        display: none;
    }

    .locations_visible
    {
        display: flex;
    }

    .locations__window
    {
        background-color: #fff;
        border-radius: 10px;
        position: relative;
        margin: auto;

    }

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

    .locations__close:hover
    {

    }

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

    .locations__confirmation
    {
        padding: 35px 50px;
        width: 640px;
        display: flex;
        flex-wrap: wrap;
    }

    .locations__confirmation-top-text
    {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        padding-bottom: 18px;
    }

    .locations__assumption-container
    {
        flex: 1;
    }

    .locations__auto-detect-city-name
    {
        font-size: 25px;
        line-height: 32px;
        font-weight: bold;
        background-image: url(/static/resources/blocks/locations/img/locations__auto-detect-city-name.svg);
        background-position: right center;
        background-repeat: no-repeat;
        padding-right: 33px;
        min-height: 29px;
    }

    .locations__auto-detect-city-remark
    {
        font-size: 14px;
        line-height: 19px;
        display: block;
        padding-top: 2px;
    }

    .locations__confirm-button-container
    {
        width: 245px;
        display: flex;
    }

    .locations__selector
    {
        background-color: #f8f9fc;
        padding: 35px 50px 0 50px;
        /*
        display: flex
        flex-wrap: wrap;
        */
        max-width: 740px;
        box-sizing: border-box;
        display: block;
    }

    .locations__selector-title
    {
        font-size: 25px;
        line-height: 32px;
        font-weight: bold;
        width: 100%;
        padding-bottom: 24px;
    }

    .locations__selector-block
    {
        /*
        flex: 1;
        */
        display: none;
    }

    .locations__selector-block_offices
    {
        /*width: 300px;*/
        padding-right: 20px;
        display: block;
    }

    .locations__selector-block-title
    {
        font-size: 18px;
        line-height: 34px;
        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
    {
        width: 50%;
        box-sizing: border-box;
        display: inline-block;
    }

    .locations__selector-block_offices .locations__list-item
    {
        width: 100%;
    }

    .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: 19px 50px 35px 90px;
        background-image: url(/static/resources/blocks/locations/img/locations__note.svg);
        background-position: left 58px top 16px;
        background-repeat: no-repeat;
    }

    .locations__note-block
    {
        font-size: 14px;
        line-height: 19px;
        border-radius: 0 0 10px 10px;
    }

    .locations__note-block + .locations__note-block
    {
        margin-top: 13px;
    }

    .locations__change-region-button
    {
        display: none;
    }
}
