div.info-time{
    background: #F3F3F6;

}
.info-time .info-time-text.txt-3{
    color: #606060;
}
header.header{
    top: 51px;
    background: #FFF;
    height: 80px;
    z-index: 5;
    transition: all .3s cubic-bezier(.39, .575, .565, 1);
    /*box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);*/
}
header.header .header-items {
    height: 100%;
}
header.header .txt-4 {
    color: #555;
}
header.header .button-link {
    color: #555;
    background: none;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
    border: 1px solid #555;
}
header.header .burger-menu-btn svg rect {
    fill: #555555;
}
header.header .search-icon-item svg path, header.header .header-phone-item svg path, header.header .header-lk-item svg path {
    stroke: #555555;
}
header.header .logo svg path {
    fill: #8CCAAE;
}
.main{
    margin-top: 80px;
}
.main.margin-block{
    margin: 80px 190px;
}

.main .title-1 {
    color: #333;
    margin: 40px 0 30px;
    text-align: start;
}
.review-text-item.txt-3 {
    max-width: 50%;
    color: #606060;
}
.review-section .btn-white {
    padding: 0px 60px;
    background-color: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
    margin: 50px 0 80px;
}
.review-socials-items{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 90px;
    padding: 50px 0 50px 17px;
    border-top: 2px solid #F3F3F6;
    border-bottom: 2px solid #F3F3F6;
}
.review-select{
    margin-top: 85px;
}
.review-select,
.review-select-filter{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}
.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;
}
.filter-item-input::placeholder{
    color: #A1A1A1;
}
.review-select-filter-item{
    display: flex;
    border-bottom: 1px solid #A1A1A1;
    width: 240px;
    align-items: center;
    position: relative;
}
.select-list-active{
    margin-right: 10px;
    cursor: pointer;
}
.review-select .btn-white{
    margin: 0;
    margin-left: auto;
}
.section-list-items{
    display: flex;
    gap: 20px;
    margin-top: 80px;
    flex-wrap: wrap;
}
.list-item{
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 15px;
    background: #F3F3F6;
    box-sizing: border-box;
    flex-basis: calc((100% / 2) - 10px);
}
.list-item-title{
    display: flex;
    justify-content: space-between;
}
.item-date{
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    background: #8CCAAE;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    height: fit-content;
}
.item-info-title{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #606060;
}
.item-info-title > a{
    color: #8CCAAE;
    margin-left: 10px;
}
.item-info-text{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #606060;
    margin-top: 20px;
}
.list-item-answer{
    display: flex;
    gap: 40px;
}
.item-answer-logo{
    margin-top: 20px;
}
.item-answer{
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
    position: relative;
}
.item-answer-title.txt-3 {
    color: #A1A1A1;
}
.item-answer-text {
    color: #606060;
    margin-top: 10px;
}
.item-answer:before {
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #FFF;
    position: absolute;
    left: -20px;
    top: 0;
    margin-top: 30px;
}
.item-select.txt-4{
    color: #606060;
    cursor: pointer;
    font-size: 16px;
}
.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-items__select{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.list-item-select::-webkit-scrollbar-thumb{
    background-color: #C1C1C1;
}
.list-item-select::-webkit-scrollbar{
    width: 4px;
    border-radius: 2px;
}

.modal-form-review{
    position: fixed;
    width: 943px;
    height: 712px;
    background: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    z-index: 150;
    opacity: 0;
    visibility: hidden;
    transition: all 220ms;
}
.review-select-filter-item.active .list-item-select,
.form-select-review.active .list-item-select
{
    opacity: 1;
    visibility: visible;
}
.review-select-filter-item.active .select-list-active,
.form-select-review.active .select-list-active{
    transform: rotate(180deg);
}
.form-input.tel.error{
    border-bottom: 1px solid red;
}
.list-item-select select{
    display: none;
}
.modal-form-review.active{
    opacity: 1;
    visibility: visible;
}
.modal-form-review .modal-form-content {
    margin: 40px;
}
.modal-form-review .modal-form-title{
    justify-content: center;
}

.modal-form-review .modal-form-title .title-1,
.modal-form-review .close-modal-form{
    margin-left: auto;
}
.modal-form-review .modal-form-title .title-1{
    margin: 0;
}
.modal-form-review .modal-form__form.direction-column{
    flex-direction: revert;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modal-form-review .form-input.direction-column{
    flex-basis: calc((100% / 3) - 20px);

}
.modal-form-review .modal-form-input.txt-4{
    font-family: Gerbera, sans-serif;
    opacity: 0.5;
}
.block-section-text-review{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.block-section-text-review .txt-3{
    color: #606060;
    margin: 0 0 8px 6px ;
}
.review-text{
    border-radius: 10px;
    border: 1px solid rgb(161, 161, 161);
    background: rgb(255, 255, 255);
    height: 150px;
    padding: 20px;
    color: #606060;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-family: Gerbera, sans-serif;
    opacity: 0.5;
}
.form-select-review{
    display: flex;
    align-items: center;
    position: relative;
}
.select-list-active{
    display: flex;
}
.modal-form-review .form-submit .btn-white{
    width: auto;
    margin: 0;
}
.modal-form-review .form-submit{
    margin-top: 30px;
}
.modal-form-review .modal-form-license.license{
    justify-content: center;
    margin-top: 25px;
}
.modal-form-review .modal-form-license.license .txt-3{
    margin: 0;
}
.el-listen{
    display: flex;
    align-items: center;
}
.el-listen .micro-btn{
    margin: 0 0 0 10px;
}
.el-listen .micro-btn svg{
    max-width: 30px;
}
@media (hover: hover) {
    header.header .button-link:hover {
        background: var(--color-btn-back-hover);
        box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
        color: var(--color-btn-link);
        border: 1px solid var(--color-btn-link);
    }

    .item-info-title > a:hover {
        color: #4D746F;
    }
}

@media (max-width: 1600px) {
    .main.margin-block {
        margin: 80px 120px;
    }
    .review-select{
        flex-wrap: wrap;
    }
    .review-select-title,
    .review-select-filter-item,
    .review-select-filter{
        width: 100%;
    }
    .review-section .review-select .btn-white{
        margin-left: 0;
        margin: 0;
    }
    .review-select-title.title-5{
        font-size: 16px;
        font-family: "Gerbera", sans-serif;
    }
    .review-select {
        margin-top: 60px;
        gap: 40px;
    }
    .section-list-items{
        margin-top: 60px;
    }
}

@media (max-width: 1200px) {
    .modal-form-review{
        max-width: 820px;
    }
    .main.margin-block {
        margin: 130px 20px;
    }
    .review-text-item.txt-3{
        font-size: 20px;
        max-width: 100%;
    }
    .review-section .btn-white{
        margin: 50px 0;
    }

    .review-socials-items {
        gap: 60px;
        padding: 40px 0;
    }
}
@media (max-width: 1024px) {
    header.header{
        top: 66px;
        height: 70px;
    }
    .main.margin-block {
        margin: 136px 20px;
    }
    .review-text-item.txt-3{
        font-size: 18px;
    }
    .main .title-1 {
        margin: 30px 0 20px;
    }
    .review-section .btn-white {
        margin: 30px 0 50px;
        min-width: 320px;
    }
    .review-socials-items {
        gap: 26px;
        padding: 40px 0;
    }
    .review-socials-item{
        width: 100%;
    }
    .review-select {
        margin-top: 40px;
    }
    .review-select-filter {
        gap: 30px;
        flex-direction: column;
    }

}
@media (max-width: 768px) {
    .modal-form-review{
        overflow: auto;
    }
    .modal-form-review .form-input.direction-column {
        flex-basis: calc((100% / 2) - 10px);
    }
    .modal-form__form {
        margin-top: 30px;
    }
    .modal-form-review{
        max-width: 550px;
    }
.list-item{
    flex-basis: 100%;
}
.bx-breadcrumb{
    padding-top: 20px;
}
.review-section .btn-white {
    margin: 30px 0 50px;
}
.review-socials-items {
    padding: 30px 0;
}
    .review-section .btn-white {
        min-width: 100%;
    }
}
@media (max-width: 480px) {
    .item-info-title{
        flex-direction: column;
        display: flex;
        gap: 10px;
    }
    .item-info-title .item-info-link{
        margin-left: 0;
    }
    .modal-form-review{
        max-width: 400px;
    }
    .modal-form-review .form-input.direction-column {
        flex-basis: 100%;
    }
    .modal-form-review .modal-form-title .title-1{
        margin-left: 0;
    }
    .modal-form-review .modal-form-content {
        margin: 20px;
    }
    .form-select-review{
        width: 100%;
    }
    .block-section-text-review .txt-3 {
        margin: 0 0 8px 10px;
    }

    .form-select-review .select-list-active {
        margin-right: 0;
    }
    .modal-form-review .modal-form-license.license{
        margin: 20px 15% 0;
    }
}

@media (max-width: 380px) {
    .modal-form-review{
        max-width: 100%;
    }
}
