.common-contacts-header {
    padding: 45px 0 30px 0;
    background-color: rgba(244, 244, 244, .5);
    border-bottom: 1px solid rgba(0,0,0, .15);
}

.common-contacts-header h1 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}

.common-contacts-header .posttitle {
    text-align: center;
    font-family: var(--accent-font-family);
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.common-contacts-header__item {
    text-align: center;
    display: block;
    color: var(--text-color);
    padding: 25px 0px;
    background-color: transparent;
    transition: .3s ease all;
    border: 1px solid transparent;
    box-shadow: inset 0 0 5px transparent;
}

.common-contacts-header__item:hover {
    color: var(--text-color);
    background-color: #fff;
    border: 1px solid #80b3d7;
    box-shadow: inset 0 0 5px #6594df;
}

.common-contacts-header__item.kassa:hover {
    border: 1px solid #20a397;
    box-shadow: inset 0 0 5px #20a397;
}

.common-contacts-header__item.ofd:hover {
    border: 1px solid #5bb65e;
    box-shadow: inset 0 0 5px #5bb65e;
}

.common-contacts-header__item img {
    margin-bottom: 12.5px;
}

.common-contacts-header__item h3 {
    margin-bottom: 12.5px;
}

.common-contacts-header__item p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 21px;
}

.common-contacts-header__item span {
    color: var(--link-color);
}

.popular-questions {
    padding: 60px 0 30px 0;
}

.popular-questions__wrapper {
    box-shadow: 0px 0px 4px rgba(0,0,0, .25);
}

.popular-questions__content {
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.popular-questions__content h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

.popular-questions__content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.popular-questions__content ul li {
    margin-bottom: 7.5px;
}