.result-more-block {
    /*display: none;*/
    height: 0;
    overflow: hidden;
}

.contact-block {
    margin-top: 50px;
    margin-bottom: 50px;
}
.contact-block-title {
    margin-bottom: 35px;
}
.contact-block .map {
    margin-bottom: 50px;
    border: 1px solid #d7d7d7;
    padding: 10px;
}
.contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contacts-item p {
    margin-bottom: 15px;
    font-size: 16px;
}
.contacts-left {
    width: 100%;
    max-width: 370px;
}
.contacts-left a.btn {
    display: inline-block;
    margin-left: 0;
    right: 0;
}
.contacts-left a.btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 25%;
    height: 50%;
    left: 50px;
    border-left: 1px solid #fff;
}
.contacts-right {
    width: 100%;
}
.contacts-right p {
    font-size: 14px;
}
.copyright-block p{
    font-size: 10px;
}
.contacts-item-address {
    color: #000;
    font-weight: 600;
}
.contacts-item-bron, .contacts-item-schedule {
    color: #666;
}
.contacts-item-phone {
    font-weight: 600;
}
.contacts-item-phone a, .contacts-item-phone-block-number a {
    text-decoration: none;
    color: #000;
}
.contacts-item-manager, .contacts-item-phone-block {
    text-align: right;
}
.contacts-item-manager-title, .contacts-item-phone-block-title, .copyright-block {
    color: #666;
}
.contacts-item-manager-name, .contacts-item-phone-block-number {
    font-weight: 600;
}
.filter-result-item .flickity-prev-next-button {
    display: none;
}
@media (max-width: 475px) {
    .header-call-text a {
        font-size: 20px;
    }
    .contacts {
        flex-wrap: wrap;
    }
    .contacts-left {
        margin-bottom: 30px;
    }
    .contacts-item-manager, .contacts-item-phone-block {
        text-align: left;
    }
    body {
        padding-top: 20px;
    }
}
@media (max-width: 320px) {
    .header-call-text a {
        font-size: 16px;
    }
}