main.main.margin-block {
    margin: 88px 0 80px;
}
.bx-breadcrumb{
    margin: 30px 190px 0;
}
.main h1.title-1{
    margin: 30px 190px;
}
.section-description {
    margin: 40px 0;
}
.content-staff{
    margin: 0 190px;
}

.staff-section-mr{
    margin: 0 190px;
    padding: 0 0 40px;
}
.review-select, .review-select-filter {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
}
.review-select-filter-item {
    display: flex;
    border-bottom: 1px solid #A1A1A1;
    width: 100%;
    align-items: center;
    position: relative;
}
.filter-item-input {
    width: 100%;
    height: 40px;
    border: none;
    font-family: Gerbera, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    color: #A1A1A1;
    box-sizing: border-box;
    padding: 8px 0 8px 10px;
    outline: none;
    cursor: pointer;
}
.select-list-active {
    margin-right: 10px;
    cursor: pointer;
}
.select-list-active {
    display: flex;
}
.list-item-select {
    position: absolute;
    top: 40px;
    padding: 12px 0 20px 10px;
    background: #FFF;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    z-index: 50;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
}
.list-item-select select {
    display: none;
}
.list-items__select {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.item-select.txt-4 {
    color: #606060;
    cursor: pointer;
    font-size: 16px;
}
.review-select-block .btn-white,
.list-staff-btn .btn-white{
    padding: 0 30px;
    background-color: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
    min-width: fit-content;
}
.staff-section{
    margin: 80px 0;
    background: #F3F3F6;
    display: block;
}
.staff-section .title-4{
    color: #333;
    margin: 20px 0 0;
    padding: 40px 0 0;
}
.news-list-staff {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
}
.news-list-staff .news-list-item{
    flex-basis: calc((100% / 4) - 15px);

}

.list-item-section-name {
    color: #606060;
    font-family: Gerbera, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 10px ;
}
.news-list-staff .news-list-item-content {
    padding: 30px 30px 25px;
    margin: -15px 0 0 0;
    background: #fff;
    display: inline-block;
    border-radius: 15px;
    width: 100%;
    box-sizing: border-box;
}
.news-list-staff  .list-item-title{
    font-weight: 600;

}
.list-item-title-bl{
    height: 52px;
}
.review-info,
.work-info,
.place-info {
    display: flex;
    gap: 10px;
}

.info-text {
    color: #606060;
    font-family: Gerbera, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 20px 0 0;
}

.info-list span {
    display: flex;
    align-items: center;
}
.list-staff-btn{
    margin: 40px 0 0;
}
.list-staff-btn .btn-white{
    width: 100%;
}
.staff-section .main-pagenavigacion {
    margin: 0;
}
.main .section-apps .title-1 {
     margin: 0;
     text-align: center;
}
.interesting-items{
    display: flex;
    gap: 20px;
}
.interesting-item {
    border-radius: 15px;
    background: #F3F3F6;
    padding: 32px 0;
    display: flex;
    align-items: center;
    flex-basis: calc((100% / 3) - 14px);
    justify-content: center;
    gap: 26px;
    box-sizing: border-box;
}
.interesting-item .title-3{
    color: #333;
    text-align: center;
    font-size: 20px;
}
.navigation-break-items{
    display: flex;
    gap: 20px;
}
.navigation-break-item{
    color: #606060;
    font-family: Gerbera, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-decoration-line: underline;
    cursor: pointer;
}
.section-description-btn{
    max-width: 225px;
}
.navigation-break-items-ad{
    display: flex;
    gap: 30px;
    margin: 27px 0 0;
}

.navigation-break-items-ad .navigation-break-item.active {
    color: var(--color-btn-back-hover);
}
.why-section-staff .why-section-staff-title{
    margin: 0 0 50px;
}
.why-section-staff-items{
    display: flex;
    gap: 20px;
}
.why-staff-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-basis: calc((100% / 4) - (60px / 4));
}
.why-staff-items span{
    display: flex;
}
.why-section-staff-items .title-1{
    margin: 10px 0 0;
    color: var(--color-btn-back-hover);
}
.text-adaptive{
    color: #606060;
    font-family: Gerbera, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-align: start;
}

.why-section-staff-items__wrapper{
    flex-basis: calc((100% / 3) - (40px / 3));
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-section-staff-items__wrapper .why-staff-item {
    padding: 10px 15px;
    border-radius: 15px;
    background: #F3F3F6;
}
.why-section-staff-items__wrapper .why-staff-item.active{
    background: var(--color-btn-back-hover);
}
.why-section-staff-items__wrapper .why-staff-item.active .txt-1{
    color: #FFF;
}
.section-installment,
.service-staff-wrapper{
    margin: 80px 0;
}
.service-staff-title .title-3{
    color: #333;
}
.service-staff-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px ;
}
.service-staff-item .txt-1{
    color: #333;
}
.service-staff-item{
    border-bottom: 1px solid #E4E4E6;
    display: flex;
    justify-content: space-between;
    gap: 100px;
    padding: 0 0 20px;

}
.service-staff-items{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.service-staff-items .staff-item-price{
    font-weight: 500;
    white-space: nowrap;
}
.evalucion-faq .evalucion-faq-content.dr-cl {
    margin: 80px 0;
}
.staff-section .list-item{
    padding: 0;
    display: unset;
    flex-direction: unset;
    gap: 0;
    border-radius: 0;
    background: none;
    box-sizing: unset;
}
.evaluciya-info .evaluciya-info-item .title-1{
    margin: 0;
    font-size: 30px;
}

.evaluciya-info .evaluciya-info-item .evaluciya-info-text .txt-1{
    align-items: flex-start;
    font-size: 18px;
}
.main .evalucion-faq .title-1{
    margin: 0;
}
.evaluciya-info-item{
    gap: 40px;
}
.staff-property-items a{
    color: #8CCAAE;
}
@media(max-width: 1580px){

    main.main.margin-block {
        margin: 88px auto 80px;

    }
    .bx-breadcrumb {
        margin: 0 auto;
        max-width: 1204px;
    }
    .main h1.title-1 {
        margin: 30px auto;
        max-width: 1204px;
    }
    .staff-section-mr{
        margin: 0 auto;
        max-width: 1204px;
    }
    .content-staff,
    .why-section-staff.mr-bl,
    .news-list-service-staff.mr-bl{
        margin: 0 auto;
        max-width: 1204px;
    }
    .review-select .btn-white{
        margin-left: 0;
    }
    .news-list-staff .news-list-item {
        flex-basis: calc((100% / 3) - (40px / 3));
    }
    .list-staff-btn .btn-white{
        height: 45px;
    }
    .interesting-items .interesting-item{
        padding: 32px 0;
    }
}

@media(max-width: 1248px){
    .bx-breadcrumb {
        margin: 0 auto;
        max-width: 980px;
    }
    .main h1.title-1 {
        margin: 30px auto;
        max-width: 980px;
    }
    .staff-section-mr,
    .why-section-staff.mr-bl,
    .news-list-service-staff.mr-bl{
        margin: 0 auto;
        max-width: 980px;
    }
    .content-staff {
        margin: 0 auto;
        max-width: 980px;
    }
    .why-section-staff-items{
        flex-wrap: wrap;
    }
    .why-section-staff-items .why-staff-item{
        flex-basis: calc((100% / 2) - 10px);
    }
    .why-staff-item span{
        display: flex;
    }
}

@media(max-width: 1200px){
    main.main.margin-block {
        margin: 132px auto 80px;

    }
}

@media(max-width: 1024px){
    main.main.margin-block {
        margin: 132px auto 80px;

    }
    .evalucia-interesting.mr-bl{
        max-width: 100%;
        margin: 0 20px;
        flex-wrap: wrap;
    }
    .evalucia-interesting .interesting-item{
        flex-basis: calc((100%/2) - 10px);
    }
    .bx-breadcrumb {
        margin: 0 20px;
        max-width: 100%;
    }
    .main h1.title-1 {
        margin: 30px 20px;
        max-width: 100%;
    }
    .staff-section-mr{
        margin: 0 20px;
        max-width: 100%;
    }
    .content-staff,
    .why-section-staff.mr-bl,
    .news-list-service-staff.mr-bl{
        margin: 0 20px;
        max-width: 100%;
    }
    .news-list-staff .news-list-item {
        flex-basis: calc((100% / 2) - (20px / 2));
    }
    main .section-blog.margin-block{
        max-width: 100%;
        margin: 0 20px;
    }
    .section-blog .section-blog-content {
        justify-content: space-between;
    }
    .navigation-break-items-ad,
    .navigation-break-items{
        flex-wrap: wrap;
        gap: 10px 20px;
    }
    .section-installment, .service-staff-wrapper,
    .evalucion-faq .evalucion-faq-content.dr-cl{
        margin: 50px 0;
    }
    .service-staff-item .txt-1{
        font-size: 14px;
    }
    .service-staff-items .staff-item-price {
        font-size: 20px;
    }
}
@media(max-width: 600px){
    .interesting-items .interesting-item {
        padding: 32px 20px;
        flex-basis: 100%;
        justify-content: flex-start;
    }
    .interesting-item .title-3{
        width: 100%;
        font-size: 28px;
    }
    .news-list-staff .news-list-item,
    .why-section-staff-items .why-staff-item{
        flex-basis: 100%;
    }

}
@media(max-width: 480px){
    .review-select .btn-white {
        width: 100%;
    }
    .staff-section{
        margin: 50px 0;
    }
    .staff-section .title-4 {
        font-size: 28px;
    }
}


@media(hover: hover){
    .staff-property-items a:hover{
        color: #4D746F;
    }
}