@media screen and (min-width: 1024px) {
    .product-sections__section_delivery-info
    {
        /*
        box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.14);
        border-radius: 10px;
        padding: 40px;
        */
    }

    .product-sections__section-head
    {
        margin-bottom: 31px;
    }

    .card-delivery-info__inner
    {

    }

    .card-delivery-info__block
    {
        display: block;
        margin-bottom: 40px;
        display: none;
    }

    .card-delivery-info__tabs
    {
        margin-bottom: 33px;
    }

    .card-delivery-info__tab
    {
        padding: 15px 20px;
        text-decoration: none;
        font-size: 16px;
        line-height: 23px;
        box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.07);
        transition: color 1s ease-out;
        display: inline-block;
        margin: auto 0;
        background-color: #fff;
    }

    .card-delivery-info__tab + .card-delivery-info__tab
    {
        border-left: 1px solid #dfe3ef;
    }

    .card-delivery-info__tab:nth-last-of-type(1)
    {
        border-radius: 0 10px 10px 0;
    }

    .card-delivery-info__tab:nth-of-type(1)
    {
        border-radius: 10px 0 0 10px;
    }

    .card-delivery-info__tab_active,
    .product-sections__section_delivery-info:not(.product-sections__section_delivery-info-clicked) .card-delivery-info__tab:nth-of-type(1)
    {
        color: #000;
        font-weight: bold;
        background-color: #f4f9ff;
    }

    .product-sections__section_delivery-info:not(.product-sections__section_delivery-info-clicked) .card-delivery-info__block:nth-of-type(1),
    .card-delivery-info__block_active
    {
        display: block;
    }

    .card-delivery-info__block-title
    {
        font-size: 19px;
        line-height: 22px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .card-delivery-info__text
    {

    }

    .card-delivery-info__text p
    {
        font-size: 16px;
        line-height: 22px;
    }

    .card-delivery-info__text p + p
    {
        margin-bottom: 20px;
    }

    .card-delivery-info__paragraph
    {
        font-size: 16px;
        line-height: 22px;
    }

    .card-delivery-info__paragraph + .card-delivery-info__paragraph
    {
        margin-bottom: 20px;
    }

    .card-delivery-info__ballon
    {
        padding: 21px 21px;
        position: relative;
    }

    .card-delivery-info__ballon-logo
    {

    }

    .card-delivery-info__ballon-content
    {
        padding-top: 9px;
    }

    .card-delivery-info__ballon-address
    {
        font-size: 16px;
        line-height: 22px;
    }

    .card-delivery-info__ballon-worktime
    {
        padding-top: 8px;
        font-size: 16px;
        line-height: 22px;
    }

    .card-delivery-info__ballon-email-container
    {
        padding-top: 8px;
    }

    .card-delivery-info__ballon-email
    {
        font-size: 16px;
        line-height: 22px;
        color: var(--link-color);
        font-weight: 500;
    }

    .card-delivery-info__ballon-phone-container
    {
        padding-top: 8px;
    }

    .card-delivery-info__ballon-phone
    {
        color: var(--link-color);
        line-height: 23px;
        font-size: 23px;
        font-weight: 500;
    }

    .card-delivery-info__ballon-email,
    .card-delivery-info__ballon-phone
    {
        text-decoration: none;
    }

    .card-delivery-info__ballon-email:hover,
    .card-delivery-info__ballon-phone:hover
    {
        text-decoration: underline;
    }

    .card-delivery-info__show-on-map
    {
        color: var(--link-color);
        font-size: 16px;
    }

    .card-delivery-info__show-on-map:active
    {
        transform: scale(0.97);
    }

    .card-delivery-info__overlay
    {
        background-color: rgba(10, 13, 34, 0.8);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 100000;
    }

    .card-delivery-info__map-container
    {
        position: absolute;
        box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.14);
        background-color: #fff;
        border-radius: 10px;
        width: 80%;
        box-sizing: border-box;
        height: 80%;
        left: 10%;
        top: 10%
    }

    .card-delivery-info__map
    {
        position: absolute;
        left: 40px;
        right: 40px;
        top: 40px;
        bottom: 40px;
    }

    .card-delivery-info__map-close
    {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        top: calc((10% - 40px) / 2);
        right: calc((10% - 40px) / 2);
        background-image: url(/static/resources/img/cross_white.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
    }

    .card-delivery-info__map-close:active
    {
        transform: scale(0.97);
    }

}
