/* Vnymanye! Kazhdyj styl dolzhen vkljuchat #adv_faq */
#adv_faq {
    /* background: var(--primary); */
    color: #fff;
    display: block;
    /* padding: 80px 0px; */
    /* width: 530px; */
    /* height: 180px; */
    position: relative;
    z-index: 2;
    /* top: 0px; */
    /* top: 213px; */
    /* right: 107px; */
}

#adv_faq .zagol3 {
    color: #fff;
    margin-top: 0px;
}

#adv_faq .adv-items {
    display: grid;
    /* grid-gap: 12px; */
    justify-content: space-between;
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    grid-template-rows: auto auto auto auto auto;
    /* grid-auto-rows: minmax(100px, auto); */
    align-items: start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    /* position: absolute; */
    /* top: 222px; */
    /* right: 71px; */
    z-index: 999;
}

#adv_faq .adv-item {
    display: flex;
    justify-items: center;
    align-items: start;
    justify-content: flex-start;
    flex-direction: row;
    /* width: calc(33% - 20px); */
    margin-bottom: 40px;
}

#adv_faq .adv-title {
    grid-area: title;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    /* margin: 15px 0px; */
    line-height: 1;
    /* border: 1px solid orange; */
}

#adv_faq .adv-image {
    /* border: 1px solid red; */
}
#adv_faq .right_block {
    display:flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    padding-left: 10px;
    /* width: 49%; */
}
#adv_faq .adv-des {
    font-weight: 200;
    grid-area: des;
    line-height: 145%;
    /* border: 1px solid blue; */
    font-size: 17.45px;
    white-space: nowrap;
}