#about_girl{
    margin: 50px 0;
}

.about_girl{
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: 
        "a b"
        "a c"
        "a d"
        "a d"
    ;
}

.girl_photos{
    overflow: hidden;
    grid-area: a;
}

.girl_big_photo, .girl_sm_photo{
    width: 100%;
    border-radius: 25px;
}

.slider_girl_photos {
    margin-bottom: 20px;
}

.row_status{
    display: flex;
    align-items: center;
}

.tag_status{
    background: #E61560;
    color: #fff;
    border-radius: 10px;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    padding: 11px 32px 12px;
    cursor: default;
    display: inline-block;
    margin-right: 15px;
}

.like{
    margin-right: 23px;
}

.girl_schedule{
    margin-left: auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: right;
}

.girl_schedule span{
    color: #B5B5B9;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
}

.girl_name{
    font-weight: 600;
    font-size: 23px;
    line-height: 65px;
}

.row_name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.girl_service{
    color: #B5B5B9;
    font-weight: 400;
    font-size: 13px;
    line-height: 27px;
    display: block;
}

.girl_contacts a{
    margin-left: 25px;
    display: inline-block;
}

.girl_contacts a:first-child{
    margin-left: 0;
}

.girl_contacts{
    display: flex;
    align-items: center;
}

.girl_contacts .phone_btn{
    padding: 22px 90px 20px;
}

.status_text{
    padding-top: 28px;
    padding-bottom: 26px;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    font-size: 20px;
    line-height: 27px;
}

.girl_info{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.location{
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
}

.location img{
    margin-right: 10px;
    width: 29px;
}

.detail_info{
    box-shadow: 0px 5px 20px 9px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    background: #282828;
    padding: 33px 40px 34px;
}

.title_detail{
    font-size: 24px;
    line-height: 33px;  
    margin-bottom: 18px;
}

/*.girl_param{*/
/*    margin-bottom: 11px;*/
/*}*/

.girl_parametrs{
    padding-bottom: 8px;
    border-bottom: 1px solid #B5B5B9;
    /*margin-bottom: 30px;*/
}

.describe_girl{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
}

.describe_girl li{
    position: relative;
    padding-left: 20px;
}

.describe_girl li:before{
    content: '';
    background-image: url(../images/arrow_li_mark.svg);
    height: 14px;
    width: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 1px;
}

.describe_girl span{
    color: #B5B5B9;
}

.attention{
    color: #B5B5B9;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
    margin-top: -6px;
}

.price_list{
    font-size: 18px;
    line-height: 25px;
}

.title_price{
    
    color: #E61560;
    padding-bottom: 18px;
    border-bottom: 1px solid #B5B5B9;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.price_table_row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.time{
    width: 26%;
    color: #E61560;
}

.viezd{
    width:90px;
}

.apartamenty{
    width: 40%;
}

.price_list{
    padding-bottom: 5px;
    border-bottom: 1px solid #B5B5B9;
    margin-bottom: 20px;
}

.section_services{
    margin: 50px 0;
}

.services{
    box-shadow: 0px 5px 20px 9px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 50px;
    display: grid;
    grid-template-columns: 400px auto;
    background-color: #282828;
}

.title_services{
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
}

.spectruslug{
    display: grid;
    grid-template-columns: repeat(3, 1fr);  
    list-style: none;
    padding: 0;
}

.spectruslug li{
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    margin-bottom: 25px;
}

.spectruslug li:before{
    content: '';
    background-image: url(../images/uslugi_li_mark.svg);
    height: 24px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -4px;
}

.add_cost{
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    background: #E61560;
    border-radius: 5px;
    color: #fff;
    padding: 6px 8px 5px;
}

#reviews{
    margin: 50px 0;
}

.review{
    margin-bottom: 70px;
}

.review_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.ball{
    font-size: 81px;
    font-weight: 600;
}

.average_ball{
    display: flex;
    align-items: center;
}

.label_ball{
    color: #5A5A5A;
    font-size: 20px;
    line-height: 130%;
    margin-left: 20px;
    margin-top: 11px;
}

.reviews_btns{
    display: flex;
}

.btn{
    font-size: 20px;
    color: #fff;
    padding: 21px 114px 20px;
    font-weight: 600;
    background: #E61560;
    border: 1px solid #E61560;
    border-radius: 15px;
    /*margin-left: 30px;*/
}

.btn:hover{
    background: transparent;
    color: #E61560;  
}

.review_author{
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.avatar{
    background: #E0E0E0; 
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    color: #E61560;
    border-radius: 50%;
    margin-right: 10px;
}

.author_name{
    font-size: 20px;
    font-weight: 600;
    margin-right: 30px;
}

.rev_rating{
    background-image: url(../images/rev_rating_bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 37px;
    height: 35px;
    padding-top: 5px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 17px;
}

.rev_tag{
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    padding: 6px 18px 5px;
    background: #E61560;
    border-radius: 5px;
    margin-right: 20px;
    display: inline-block;
}

.rev_tags{
    display: inline-flex
}

.rev_date{
    color: #B5B5B9;
    font-size: 14px;
    margin-left: auto;
}

.review_text{
    font-size: 18px;
    line-height: 130%;
    padding-left: 60px;
    margin-bottom: 30px;
}

.rev_comment{
   display: flex;
   align-items: center; 
   padding-left: 60px;
   margin-bottom: 10px;
}

.rev_answer{
    font-size: 18px;
    line-height: 130%;
    padding-left: 120px;
    position: relative;
    padding-right: 80px;
}

.rev_answer::before{
    content: '';
    position: absolute;
    left: 85px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #E0E0E0;
}

#girls_from_this_area{
    margin:  50px 0;
}

.title_slider{
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    color: #E61560;
    margin-bottom: 40px;
}

/* .slider_girls_of_month .swiper-slide {
    width: auto ;
    margin-left: 20px;
} */

@media (max-width: 1750px){
    .about_girl{
        grid-template-columns: 0.5fr 1fr;
    }

    .spectruslug{
        grid-template-columns: repeat(2, 1fr);
    }

    .average_ball{
        margin-bottom: 20px;
    }
}


@media (max-width: 1400px){ 
    .about_girl {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "a b"
        "a c"
        "a d"
        "e e";
    }

    .girl_info{
        grid-area: e;        
    }

    

    .status_text{
        align-self: start;
    }

    .row_name{
        flex-wrap: wrap;
    }

    .services{
        grid-template-columns: 250px auto;
        gap: 50px;
    }

    .reviews_btns{
        flex-wrap: wrap;
    }

    .btn{
        margin-bottom: 10px;
    }

    .row_status{
        flex-wrap: wrap;
    }
}

@media (max-width: 1100px){
    .services {
        grid-template-columns: 100%;
        gap: 50px;
    }

    .girl_schedule{
        margin-top: 20px;
    }

    
}


@media (max-width: 980px){
    .girl_schedule{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .girl_schedule br{
        display: none;
    }

    .about_girl{
        grid-template-areas: none;
        grid-template-columns: 100%;
        gap: 30px; 
    }

    .girl_photos{
        grid-area: auto;
    }

    .girl_info{
        grid-area: auto;
    }

    .row_status{
        grid-row-start: 1;
        position: relative;
    }

    .row_name{
        grid-row-start: 2;
    }

    .like {
        margin-right: 0;
        order: 2;
        margin-left: auto;
    }

    .girl_schedule{
        order: 4;
        position: absolute;
        bottom: -200px;
    }
/*
    .girl_info{
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    }*/

    .detail_info{
        grid-column: 1 / 3;
    }

    .girl_name{
        width: 100%;
        margin-bottom: 110px;
        padding-bottom: 26px;
        border-bottom: 1px solid #B5B5B9;
    }

    .girl_contacts{
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
        padding-bottom: 23px;
        border-bottom: 1px solid #B5B5B9;
    }

    .spectruslug{
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    }

    .review_author{
        flex-wrap: wrap;
    }

    .rev_date{
        margin-right: 10px;
    }

    .rev_tags{
        order: 5;
        padding-left: 60px;
        margin-top: 10px;
    }

    .rev_rating{
        order: 4;
        margin-top: -6px;
    }

    .reviews{
        position: relative;
        padding-bottom: 140px;
    }

    .reviews_btns{
        position: absolute;
        bottom: 0;
    }

    .btn{
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 600px){
    .girl_contacts a{
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .girl_contacts .phone_btn{
        padding: 18px 75px 16px;
    }

    .girl_schedule{
        flex-wrap: wrap;
    }

    .location{
        align-items: flex-start;
    }

    .location img{
        margin-top: 5px;
    }

    .rev_tags{
        flex-wrap: wrap;
    }

    .rev_tag{
        margin-bottom: 5px;
    }

    .ball img{
        width: 57px;
    }

    .ball{
        font-size: 59px;
        width: 160px;
    }

    .services{
        gap: 25px;
    }

    .label_ball{
        font-size: 16px;
        line-height: 110%;
        width: calc(100% - 180px);
    }

    .services{
        padding: 35px;;
    }

    .rev_answer{
        padding-right: 0;
    }

    .reviews_btns{
        width: 100%;
    }
    
    .btn{
        padding-left: 0;
        padding-right: 0;
    }

    #about_girl{
        margin: 30px 0;
    }

    .girl_sm_photo{
        border-radius: 14px;
    }

    .slider_girl_photos {
        margin-bottom: 10px;
    }

    .status_text{
        border-top:0;
        padding-top: 0;
    }
}

@media (max-width: 460px){
    .tag_status{
        font-size: 16px;
        padding: 9px 24px 9px;
        margin-bottom: 5px;
    }

    .girl_name{
        font-size: 18px;
    }

    .girl_service{
        font-size: 14px;
    }

    .girl_contacts img{
        width: 40px;
    }

    .girl_contacts .phone_btn{
        font-size: 14px;
        padding: 10px 45px 9px;
    }

    .girl_schedule{
        font-size: 16px;
        bottom: -190px;
    }

    .girl_schedule span{
        font-size: 14px;
    }

    .girl_name{
        margin-bottom: 60px;
    }

    .like{
        margin-left: 20px;
    }

    .about_girl{
        gap: 20px;
    }

    .status_text{
        font-size: 16px;
        line-height: 120%;
    }

    .location{
        grid-column: 1 / 3;
        font-size: 16px;
    }

    .location img {
        margin-top: 1px;
    }

    .detail_info{
        padding: 20px 25px 25px;
    }

    .girl_param{
        font-size: 16px;
    }

    .describe_girl{
        grid-template-columns: auto;
    }

    .price_list{
        font-size: 14px;
    }

    .attention{
        margin-bottom: 20px;
        font-size: 14px;
    }

    .title_services{
        font-size: 24px;
    }

    .services{
        padding: 25px 20px;
    }

    .spectruslug{
        grid-template-columns: auto;
    }

    .spectruslug li{
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 17px;
    }

    .section_services{
        margin: 30px 0;
    }

    .add_cost{
        font-size: 12px;
    }

    .ball {
        font-size: 40px;
        width: 160px;
    }

    .ball img {
        width: 35px;
    }

    .label_ball {
        font-size: 16px;
        line-height: 110%;
        width: calc(100% - 110px);
        margin-left: 0;
    }

    .review_row{
        margin-bottom: 20px;
    }

    .avatar{
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-right: 5px;
    }

    .author_name {
        font-size: 16px;
        margin-right: 5px;
    }

    .rev_date{
        margin-right: 0;
    }

    .rev_rating {
        order: initial;
        margin-right: 3px;
    }

    .rev_tags{
        padding-left: 44px;
    }

    .review_text{
        font-size: 14px;
        padding-left: 44px;
    }

    .rev_tag{
        font-size: 12px;
        padding: 4px 11px 3px;
        margin-right: 5px;
    }

    .rev_comment{
        padding-left: 42px;
    }

    .rev_answer{
        font-size: 14px;
        padding-left: 86px;
    }

    .rev_answer::before{
        left: 60px;
    }

    .btn{
        font-size: 16px;
        padding: 14px 0 13px;
    }

    .reviews{
        padding-bottom: 70px;
    }

    .title_slider{
        font-size: 20px;
        margin-bottom: 20px;
    }
}