
h1{
    font-size: 67px;
    font-weight: 400;
    margin-bottom: 60px;
    line-height: 108%;
}
.fqa-container{
    margin-bottom: 100px;
}
.fqa-container .question-row{
    margin-bottom: 30px;
}
.fqa-container .question-row:last-child{
    margin-bottom: 0;
}
.fqa-container .question{
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
}
.fqa-container .answer{
    font-size: 16px;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 18px;
    padding-left: 20px;
    margin: 0;
    line-height: 132%;
}
main .consultation-box{
    margin-bottom: 20px;
}
main .catalog{
    margin-bottom: 80px;
}
@media (max-width: 640px) and (orientation: portrait){

    h1{
        font-size: 37px;
        margin-bottom: 30px;
        line-height: 103%;
    }
    .fqa-container{
        margin-bottom: 40px;
    }
    .fqa-container .question-row{
        margin-bottom: 20px;
    }

    .fqa-container .question{
        font-size: 20px;
        line-height: 100%;
    }
    .fqa-container .answer{
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 9px;
        padding-left: 10px;
        margin: 0;
        line-height: 132%;
    }
    main .consultation-box{
        margin-bottom: 10px;
    }
    main .catalog{
        margin-top: 40px;
        margin-bottom: 40px;
    }
}