

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

#serviceTouch a {
    text-decoration: none;
}

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

#serviceTouch .contacts_link {
    font-size: 20px;
    font-weight: bold;
    color: #2E9CFF;
    transition: all 0.3s ease;
}

#serviceTouch .contacts_link:hover {
    color: #2575ba;
}

@media screen and (max-width: 510px) {
    #serviceTouch .serviceTouch_block {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 1.6;
    }

    #serviceTouch .contacts_link {
        font-size: 16px;
    }
}

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

@media screen and (max-width: 768px){
    #serviceTouch .serviceTouch_header {
        padding: 15px 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 510px){
    #serviceTouch .serviceTouch_header {
        padding: 6px 0;

    }
}

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

@media screen and (max-width: 768px){
    #serviceTouch .serviceTouch_header_title {
        font-size: 34px;
    }
}

@media screen and (max-width: 510px){
    #serviceTouch .serviceTouch_header_title {
        font-size: 20px;
    }
}

#serviceTouch .serviceTouch_header img {
    width: 318px;
}

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

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

#serviceTouch .serviceTouch_header_title {
    display: flex;
    flex-direction: column;
    color: #0087e7;
}

#serviceTouch .serviceTouch_header_title span {
    color: #ffffff;
}

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

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

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

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

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

/* Заголовки и иконки почт */
#serviceTouch .post_title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

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

#serviceTouch .how_to_pass_list {
    margin-top: 20px;
    margin-bottom: 30px;
}

#phone-to-copy {
    cursor: pointer;
}
/* End */
/* /ua/about/service_touch/style.css?17615745703173 */
