

/* Start:/ua/about/delivery/style.css?17592430122764*/
#delivery h1, #delivery h2, #delivery h3, #delivery h4, #delivery h5, #delivery h6, #delivery p,
#delivery ul {
    margin: 0;
}

/* Головний заголовок */
#delivery .delivery_header {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /*gap: 10px;*/
    background-color: #facb25;
    border-radius: 10px;
    padding: 30px 0;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px){
    #delivery .delivery_header {
        /*gap: 60px;*/
        padding: 15px 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 510px){
    #delivery .delivery_header {
        /*gap: 40px;*/
        padding: 6px 0;

    }
}

#delivery .delivery_header_title
{
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    #delivery .delivery_header_title {
        /*padding: 3px 40px;*/
        font-size: 34px;
    }
}

@media screen and (max-width: 510px){
    #delivery .delivery_header_title {
        /*padding: 3px 6px;*/
        font-size: 20px;
    }
}

#delivery .delivery_header img {
    width: 318px;
}

@media screen and (max-width: 768px) {
    #delivery .delivery_header img {
        width: 180px;
    }
}

@media screen and (max-width: 510px) {
    #delivery .delivery_header img {
        width: 100px;
    }
}

#delivery .delivery_header_title {
    display: flex;
    flex-direction: column;
    color: #0087e7;
}

#delivery .delivery_header_title span {
    color: #ffffff;
}

/* Заголовки блоків */
#delivery .title_block {
    position: relative;
    color: #0087e7;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
}

#delivery .small {
    font-size: 30px;
}

#delivery .small b {
    font-size: 34px;
}

@media screen and (max-width: 510px) {
    #delivery .title_block {
        font-size: 28px;
    }

    #delivery .small {
        font-size: 20px;
    }

    #delivery .small b {
        font-size: 24px;
    }
}

#delivery .title_block::after {
    position: absolute;
    left: 0;
    bottom: -23px;
    content: "";
    display: block;
    width: 100px;
    height: 8px;
    background-color: #fcce04;
}

#delivery .post_title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

#delivery .post_title img{
    width: 30px;
    height: 30px;
    /*border-radius: 4px;*/
}

#delivery .delivery_block {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 2;
}

#delivery .post_title_img_wrap {
    display: flex;
    justify-content: center;
    width: 40px;
}

@media screen and (max-width: 510px) {
    #delivery .delivery_block {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 1.6;
    }
}
/* End */
/* /ua/about/delivery/style.css?17592430122764 */
