.top-header {
    border-bottom: 1px solid rgb(202 190 165 / 25%);
    padding: 5px 0;
}
.top-header .wrapper {
    display:flex;
    justify-content: end;
    align-items: center;
}

.top-header .wrapper .phone {
    margin-left: 15px;
}

.top-header .wrapper .phone span a,
.top-header .wrapper .email span a {
    font-size: 0.8rem;
    text-decoration: none;
    color: #cabea5;
}

.top-header .wrapper .phone span svg,
.top-header .wrapper .email span svg{
    width: 20px;
    height: 20px;
    fill: rgb(232 227 216 / 1);
}

.top-header .social {
    display:flex;
    justify-content: end;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-header .social {
	justify-content: center;
	margin-left: -145px;
}

.top-header .social li {
    padding: 0 5px;
}

.top-header .social li a {
    text-decoration: none;
}

.top-header .social li a svg {
    width: 20px;
    height: 20px;
    fill: rgb(232 227 216 / 1);
}

.overview .wrapper .text p {
    font-size: 1rem;
}

.consultation-form .form .form-control {
    text-align: right;
}

.footer .block.newsletter .email-form .form-group .form-control {
    text-align: right;
}

.footer .block.newsletter .email-form .form-group .btn {
    width: auto;
}

.footer .block.newsletter .email-form .form-group .btn:hover {
    color: #372d1f;
}

.footer .block.newsletter .email-form .form-group .wpcf7-not-valid-tip {
    color: #fff;
}

.footer .block.newsletter .email-form .wpcf7 form .wpcf7-response-output {
    margin: 10px auto;
    padding: 5px;
    color: #fff;
}

.consultation-form .form .btn-wrapper .btn {
    display: block;
    margin: 0 auto;
}

.testimonials .testimonialsSwiper .swiper-wrapper .swiper-slide .testimonial-item .text p {
    min-height: 120px;
}

.consultation-form {
    border-bottom: 5px solid #fff;
}

.intro {
    padding: 200px 0 250px;
}

.top-page {
    padding: 150px 0;
}