.header {
    position: fixed;
    height: 65px;
    width: 100vw;
    padding: 0 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-block.first {
    background-image: url(../img/index/desktop/1.jpg);
}

.link-block.second {
    background-image: url(../img/index/desktop/2.jpg);
}

.link-block.third {
    background-image: url(../img/index/desktop/3.jpg);
}

.link-block.fourth {
    background-image: url(../img/index/desktop/4.jpg);
}

.link-block.fifth {
    background-image: url(../img/index/desktop/5.jpg);
}

.div-block-15 {
    display: none;
}

.faq * {
    margin: 0;
    padding: 0;
}

.faq__container {
    width: 80vw;
    margin: 20px auto;
}

.faq__title,
.faq__question,
.faq__answer {
    font-family: 'Сentury Gothic', sans-serif;
    color: #eae9e7;
}

.faq__title {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.faq__title,
.faq__full_construction {
    text-transform: uppercase;
}


.faq-list__item {
    position: relative;
    border-style: solid;
    border-color: #eae9e7;
    border-width: 1px;
    border-radius: 16px;
    padding-top: 20px;
    padding-right: 60px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.faq-list__item:hover {
    background-color: #474642;
}

.faq-question__text {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

.faq-list-item__icon {
    content: '';
    position: absolute;
    top: 8px;
    right: 10px;
    background-image: url("../img/index/magnifier.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.faq__answer {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .faq__title {
        font-size: 24px;
    }

    .faq-question__text {
        font-size: 20px;
    }
}

@media screen and (max-width: 425px) {
    .link-block.first {
        background-image: url(../img/index/mobile/1.jpg);
    }

    .link-block.second {
        background-image: url(../img/index/mobile/2.jpg);
    }

    .link-block.third {
        background-image: url(../img/index/mobile/3.jpg);
    }

    .link-block.fourth {
        background-image: url(../img/index/mobile/4.jpg);
    }

    .link-block.fifth {
        background-image: url(../img/index/mobile/5.jpg);
    }
}