

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

#guaranty a {
    text-decoration: none;
}

/* Главный заголовок */
#guaranty .guaranty_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){
    #guaranty .guaranty_header {
        padding: 15px 0;
        margin-bottom: 30px;
    }
}

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

    }
}

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

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

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

#guaranty .guaranty_header img {
    width: 318px;
}

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

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

#guaranty .guaranty_header_title {
    display: flex;
    flex-direction: column;
    color: #0087e7;
}

#guaranty .guaranty_header_title span {
    color: #ffffff;
}

#guaranty .title_block {
    position: relative;
    color: #0087e7;
    margin-bottom: 48px;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}

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

#guaranty .contacts_link {
    font-size: 20px;
    font-weight: bold;
    color: #0087e7;
}

/* Заголовки блоков */
#guaranty .title_block::after {
    position: absolute;
    left: 0;
    bottom: -23px;
    content: "";
    display: block;
    width: 100px;
    height: 8px;
    background-color: #fcce04;
}

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

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

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


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

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

#guaranty .how_to_pass_list {
    margin-top: 30px;
}


/* Блок Свяжитесь с нами */
#guaranty .info-item-icon img {
    width: 20px;
    height: 20px;
}

#guaranty .info-list {
    border: 2px solid #fcce04;
    border-radius: 10px;
    padding: 20px;
    margin: 40px 0;
}

#guaranty .info-list-item {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

#guaranty .info-list_tel a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}

#guaranty .info-list_tel a:hover {
    color: #777777;
}

#guaranty .information-feedback {
    font-weight: bold;
    border-radius: 10px;
    color: #ffffff;
    background-color: #f40f5e;
    transition: background-color 0.3s ease;
}

#guaranty .information-feedback:hover {
    background-color: #ba114e;
}

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