/* first-screen */
.translate_page .block1 h1 {
    font-size: 4em;
    line-height: normal;
}

.translate_page .block1 .h1_block {
    margin-top: 6%;
}

.translate_page .h1_block .after_h{
    font-size: 1.8em;
    color: #fff;
    margin-bottom: 0;
}

/* advantages */

.translate_page .block2 .container{
    display:block;
}

.translate_page .block2 .left.flex-block{
    flex-direction:row;
}

.translate_page .block2 .header {
    display: block;
}

.translate_page .block2 .txt{
    padding-left: 0;
}

.translate_page .block2 .list_item {
    max-width: calc(33.3333% - 20px);
    margin-right: 30px;
}

.translate_page .block2 .list_item:last-child{
    margin-right:0;
}

.block2 .num {
    font-size: 3.2em;
    line-height: normal;
}

.translate_page .block2 .header {
    font-size: 1.6em;
    line-height: normal;
    margin-bottom: 16px;
}

/*prices*/

.translate_page .price_text_block{
    bottom: -82px;
}

/*FAQ*/

.block8 .container{
    display:block;
}

.faq_qa ul{
    padding: 0;
    margin: 60px 0 0;
}

.faq_qa{
    max-width: 900px;
}

.faq-content-block__question{
    list-style:none;
    margin-bottom:24px;
}

.faq_qa ul li span{
    background:#2c2c2c;
    color: #f8f8f8;
    padding: 20px 50px 20px 20px;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease;
    font-size: 1.1em;
    border-radius:4px;
}

.faq_qa ul li p{
    line-height: 1.5;
    color: #f8f8f8;
    padding: 0 80px 0 20px;
}

.faq_qa ul li span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 24px;
    height: 40px;
    width: 40px;
    margin: auto;
    background-image: url(../img/source/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    transition: all 0.5s ease;
}

.faq-content-block__question.active span:after{
    top:100%;
}



/*contacts*/

#contacts .left .h3_block{
    display:none;
}

.translate_page .block11 .container:first-child {
    display: block;
}


@media (max-width:1500px) {
    .translate_page .block1 h1 {
        font-size: 3.6em;
        line-height: normal;
    }

    .translate_page .price_text_block {
        bottom: -82px;
        left: auto;
        right: 0;
        font-size: 180px;
    }
}


@media (max-width:1300px) {
    .block4 .left {
        max-width: 680px;
    }
}

@media (max-width:1200px) {
    .block4 .left {
        max-width: 600px;
    }
    .translate_page .block1 .h1_block {
        margin-top: 6%;
        margin-bottom: 40px;
    }

    .translate_page .price_text_block {
        font-size: 142px;
    }
}

@media (max-width:1100px) {
    .block4 .left {
        max-width: 600px;
    }
    .block4 .h2_block br{
        display:none;
    }
    .block4 .left {
        max-width: 545px;
    }
    .block4 .text_block br{
        display:none;
    }
    .translate_page .block2 .list_item {
        max-width: calc(50% - 24px);
        margin-right: 30px;
    }
    .block2 .left {
        max-width: 100%;
    }
    .translate_page .block2 .list_item:nth-child(2) {
        margin-right: 0;
    }
    .block4 .text_block {
        max-width: 100%;
    }
}

@media (max-width:1000px) {
    .translate_page .price_text_block {
        text-align: center;
        left: 0;
        right: 0;
    }
    .block4 .text_block{
        margin-bottom: 140px;
    }
    .block4 .left {
        max-width: 500px;
    }

    .block8 .h3_block h3 br{
        display:none;
    }

    #contacts .container:first-child .flex-block{
        flex-direction:column;
    }
    .dreamteam{
        display:none;
    }

}

@media (max-width:900px) {

    .block2 .header {
        height: auto;
    }

    .block2 .num {
        line-height: normal;
        transform: none;
        border-bottom: none;
        padding: 0;
    }

    .block2 .txt {
        padding: 0;
        text-align: left;
    }

    .block4 .h2_block, .block2 .h2_block,
    .block8 .h3_block h3, .block11 .h3_block h3 {
        font-size: 42px;
        line-height: normal;
        text-align: left;
    }

    .block4 .h2_block {
        padding: 0;
    }

    .block4 .text_block {
        margin-bottom: 24px;
        text-align: left;
        line-height: 1.5;
        font-size: 1.2em;
    }



}

@media (max-width:800px){
    .translate_page .block1 h1 {
        font-size: 3.2em;
    }
    .translate_page .h1_block .after_h {
        font-size: 1.6em;
    }
    
    .block4 .h2_block, .block2 .h2_block, .block8 .h3_block h3, .block11 .h3_block h3 {
        font-size: 2.6em;
    }

    .block2 .num {
        font-size: 2.8em;
    }


}


@media (max-width:700px){
    .translate_page .block1 h1 {
        font-size: 2.8em;
    }

    .translate_page .h1_block .after_h {
        font-size: 1.4em;
    }

    .block4 .h2_block, .block2 .h2_block, .block8 .h3_block h3, .block11 .h3_block h3 {
        font-size: 2.2em;
    }

    .translate_page .block2 .list_item {
        max-width: 100%;
    }

    .block5 .sub_header, .block7 .sub_header, .sub_header {
        line-height:1.5;
        font-size: 1.6em;
    }

    .block2 .txt{
        font-size:1.2em;
    }
}

@media (max-width:600px){
    .block4 .h2_block, .block2 .h2_block, .block8 .h3_block h3, .block11 .h3_block h3 {
        font-size: 2em;
    }
}

@media (max-width:500px){
    .block4 .h2_block, .block2 .h2_block, .block8 .h3_block h3, .block11 .h3_block h3 {
        font-size: 2em;
    }
    .block1 {
        padding-left: 24px;
        padding-right: 24px;
    }
    .translate_page .block1 h1 {
        font-size: 2.4em;
    }
    .button_block.scroll-to, .button_block.open-modal {
        visibility: visible;
        font-size: 1.1em;
    }

    .block4 .h2_block, .block2 .h2_block, .block8 .h3_block h3, .block11 .h3_block h3 {
        font-size: 1.8em;
    }

    .translate_page .block2 .header {
        font-size: 1.4em;
    }

    .block2 .txt {
        font-size: 1.1em;
    }

    .block2 .num {
        font-size: 2.8em;
    }

    .block4 .text_block {
        font-size: 1.1em;
    }

    .block5 .sub_header, .block7 .sub_header, .sub_header {
        font-size: 1.4em;
    }

}

@media (max-width:400px){
    .block4 .h2_block, .block2 .h2_block, .block8 .h3_block h3, .block11 .h3_block h3 {
        font-size: 2em;
    }

    .block4 .h2_block, .block2 .h2_block, .block8 .h3_block h3, .block11 .h3_block h3 {
        font-size: 1.8em;
    }

    .faq_qa ul li span {
        font-size: 1em;
    }

    .faq_qa ul li span:after {
        right: 4px;
    }
    .block4 .text_block {
        font-size: 1em;
    }
    .block2 .txt {
        font-size: 1em;
    }

    .faq_qa ul li p {
        padding: 0 50px 0 20px;
    }
}

@media (max-width:376px){
    .block4 .h2_block, .block2 .h2_block, .block8 .h3_block h3, .block11 .h3_block h3 {
        font-size: 2em;
    }

    .translate_page .block1 h1 {
        font-size: 2.1em;
    }

    .translate_page .block1 .h1_block {
        margin-top: 6%;
        margin-bottom: 14px;
    }

    .block4 .h2_block, .block2 .h2_block, .block8 .h3_block h3, .block11 .h3_block h3 {
        font-size: 1.8em;
    }

}

@media (max-width:351px){
    .block4 .h2_block, .block2 .h2_block, .block8 .h3_block h3, .block11 .h3_block h3 {
        font-size: 2em;
    }
}