
.bg_wrapper{
    width: 1520px;
    margin: 0 auto 100px auto;
    background: url('../icons/pattern_girl.webp') no-repeat  #2b2b2b ;
    background-size: cover;
    border-radius: 100px;
    padding: 70px 0;
}
.bg_wrapper_white{
    max-width: 1520px;
    width: 100%;
    margin: 0 auto 100px auto;
    border-radius: 100px;
    padding: 70px 0;
}
.bg_wrapper_2{
    width: 1520px;
    margin: 0 auto 100px auto;
    background: url('../icons/pattern_txt.png') no-repeat  #2b2b2b ;
    background-size: cover;
    border-radius: 100px;
    padding: 70px 0;
}
.h1_home{
    font-size: 64px;
    font-weight: 400;
    line-height: 93px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.girls{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* .item_card{
    width: 410px;
    height: 547px;
    margin-bottom: 105px;
    border-radius: 30px;
    position: relative;
}
.item_card:hover.item_card .item_card_name {
    color: #f00;
}
.item_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}


.item_card_data,
.item_card_data_black{
    min-width: 291px;
    height: 111px;
    width: 291px;
    max-width: 300px;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    right: 30px;
    bottom: -55px;
    text-decoration: none;
}
.item_card_data{
    background: #fff;
    color: #1f1f1f;
}
.item_card_data_black{
    background: var(--black);
    color: var(--white);
}

.item_card_name{
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 5px;
}
.item_card_price_value,
.item_card_price_value_black{
    font-size: 18px;
    font-weight: 400;
}
.item_card_price_value{
    color: #1f1f1f;
}
.item_card_price_value_black{
    color: var(--white);
}
.item_card_price_time{
    color: #777;
    font-size: 17px;
    font-weight: 400;
} */
.view_all{
    display: flex;
    justify-content: center;
    align-items: center;
}
.view_all a:first-child{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    transition: all 300ms ease-in-out;
}
.view_all a:hover{
    color: #f00;
}
.h2_home_1{
    font-weight: 400;
    font-size: 54px;
    line-height: 83px;
    margin: 0 auto 50px auto;
    text-align: center;
    color: #2b2b2b;
    width: 956px;
}
.faq{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.questions{
    width: 430px;
    font-size: 34px;
    font-weight: 400;
    line-height: 53px;
    color: #2b2b2b;
}
.question{
    margin-bottom: 50px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.question:hover {
    color:#f00;
}
.action_red{
    color: #f00;
}
.question:last-child{
    margin-bottom: 0;
}
.answers{
    width: 740px;
    height: 521px;
    font-size: 17px;
    font-weight: 500;
    line-height: 34px;
    color: #fff;
    background: #2b2b2b;
    border-radius: 30px;
    padding: 40px;
}
.answer{
    display: none;
    font-family: "Montserrat", sans-serif;
}
.answer:first-child{
    display: block;
}
.faq_block{
    margin-bottom: 100px;
}

.h2_home_2{
    font-size: 54px;
    font-weight: 400;
    line-height: 83px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.p_home_1,
.p_home_2,
.p_home_3{
    font-size: 17px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    width: 900px;
    margin: 0 auto;
}
.p_home_3{
    margin: 0 auto ;
}
.p_home_3:last-child{
    margin: 0 auto;
}

.h3_home_1,
.h3_home_2{
    font-size: 44px;
    font-weight: 400;
    line-height: 73px;
    text-align: center;
    color: #fff;
    width: 993px;
    margin: 0 auto 20px auto;
}
.see_more{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.see_more_first{
    display: none;
}



.testimonials {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0 20px;
}
.testimonial {
    font-size: 17px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    border-left: 4px solid #860000;
    padding-left: 16px;
    font-style: italic;
}
.bg_wrapper_2 .wrapper {
    height: 1330px;
    overflow: hidden;
    margin-bottom: 50px;
}











.see_more span:first-child{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    transition: all 300ms ease-in-out;
}
.see_more span:hover{
    color: #f00;
}
.contacts{
    width: 1107px;
    margin: 0 auto 70px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact_img{
    width: 80px;
    height: 80px;
    background: #2b2b2b;
    border-radius: 20px;
    margin-bottom: 20px;

}
.contact_img a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_data a{
    font-size: 34px;
    font-weight: 400;
    line-height: 53px;
    color: #1f1f1f;
    text-decoration: none;
}
.faq_block_mob{
    display: none;
}
.black_text{
    color: var(--black) !important;
}
.black_img{
    filter: invert(1);
}
@media screen and (max-width: 1440px) {

    .bg_wrapper,.bg_wrapper_white {
        width: 100%;
        margin: 0 auto 100px auto;
        border-radius: 0;
        padding: 50px 0;
    }
    .wrapper {
        max-width: 984px;
        margin: 0 auto;
    }
    .h1_home {
        font-size: 54px;
        line-height: 83px;
        margin-bottom: 30px;
    }
    
    .h2_home_1 {
        font-size: 44px;
        line-height: 73px;
        margin: 0 auto 40px auto;
        width: 779px;
    }
    .answers {
        width: 534px;
        height: 521px;
        padding: 30px;
    }
    .faq_block {
        margin-bottom: 70px;
        padding: 0 20px;
    }
    .bg_wrapper_2 {
        width: 100%;
        margin: 0 auto 70px auto;
        border-radius: 0;
        padding: 50px 0;
    }
    .h2_home_2 {
        font-size: 44px;
        line-height: 73px;
        margin-bottom: 10px;
        width: 963px;
    }
    .bg_wrapper_2 .wrapper {
        height: 1440px;
    }
    .h3_home_1, .h3_home_2 {
        font-size: 36px;
        line-height: 63px;
        width: 963px;
        margin: 0 auto 10px auto;
    }
    .contacts {
        width: 983px;
    }
}
@media screen and (max-width: 980px) {


    .h1_home {
        font-size: 44px;
        line-height: 73px;
        margin-bottom: 30px;
    }
    .wrapper {
        max-width: 728px;
    }
    .item_card {
        width: 354px;
        height: 472px;
        margin-bottom: 72px;
    }
    .bg_wrapper, .bg_wrapper_white {
        margin: 0 auto 50px auto;
        padding: 40px 0;
    }
    .view_all{
        margin-top: 10px;
    }
    .h2_home_1 {
        font-size: 38px;
        line-height: 63px;
        margin: 0 auto 30px auto;
        width: 673px;
    }
    .answers {
        height: 660px;
    }
    .questions{
        width: 50%;
    }
    .h2_home_2 {
        font-size: 38px;
        line-height: 63px;
        width: 100%;
    }
    .p_home_1, .p_home_2, .p_home_3 {
        margin: 0 auto 30px auto;
        width: 100%;
        padding: 0 20px;
    }
    .h3_home_1, .h3_home_2 {
        font-size: 28px;
        line-height: 43px;
        width: 100%;
    }
    .bg_wrapper_2 .wrapper {
        height: 1320px;
    }
    .contacts {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .contact_data a {
        font-size: 24px;
        line-height: 33px;
    }
    .girls {
        column-gap: 20px;
        align-content: center;
        justify-content: center
    }
    .contact_a {
        font-size: 20px;
    }

}
@media screen and (max-width: 425px) {

    .see_more_first{
        display: block;
    }
    .h1_home {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .wrapper {
        max-width: 290px;
    }
    .item_card {
        width: 290px;
        height: 386px;
        margin-bottom: 60px;
    }
    .bg_wrapper, .bg_wrapper_white {
        margin: 0 auto 40px auto;
        padding: 20px 0;
        min-height: 100vh;
    }
    .view_all{
        margin-top: 10px;
    }
    .h2_home_1 {
        font-size: 24px;
        line-height: 38px;
        margin: 0 auto 20px auto;
        width: 290px;
    }
    .answers {
        height: 660px;
    }
    .questions{
        width: 50%;
    }
    .h2_home_2 {
        font-size: 24px;
        line-height: 38px;
        width: 290px;
    }
    .p_home_1, .p_home_2, .p_home_3 {
        margin: 0 auto 30px auto;
    }
    .h3_home_1, .h3_home_2 {
        font-size: 28px;
        line-height: 43px;
        width: 100%;
    }
    .bg_wrapper_2 {
        margin: 0 auto 40px auto;
    }
    .bg_wrapper_2 .wrapper {
        height: 1320px;
    }
    .contacts {
        width: 292px;
        flex-direction: column;
        justify-content: start;
        margin: 0 auto 40px auto;
    }
    .contact{
        flex-direction: row;
        justify-content: start;
        width: 100%;
        margin-bottom: 10px;
    }
    .contact:last-child{
        margin-bottom: 0;
    }
    .contact_data a {
        font-size: 18px;
    }
    .contact_img{
        margin: 0 15px 0 0;
        width: 60px;
        height: 60px;
    }

    .p_home_1, .p_home_2, .p_home_3 {
        font-size: 17px;
        line-height: 24px;
        width: 290px;
        margin: 0 auto 20px auto;
    }
    .h3_home_1, .h3_home_2 {
        font-size: 20px;
        line-height: 33px;
        width: 290px;
    }
    .bg_wrapper_2 .wrapper {
        height: 1220px;
    }
    .testimonials {
        width: 290px;
        margin: 0 auto 40px;
    }

    .faq_block_mob{
        display: block;
    }
    .faq_block{
        display: none;
    }

    .question{
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 28px;
        color: #fff;
        width: 225px;
        line-height: 28px;
    }
    .faq_item:last-child{
        margin-bottom: 40px;
    }
    .faq_item{
        background: #2b2b2b;
        padding: 15px;
        border-radius: 14px;
        position: relative;
        margin-bottom: 10px;
    }
    .red_plus{
        width: 24px;
        height: 24px;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .white_minus{
        display: none;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .answer{
        font-size: 14px;
        font-weight: 24;color: #fff;
        font-weight: 500;
    }
}