.banner {
    position: relative;
    display: flex;
    align-items: center;
}
.banner .wrapper-img {
    width: 100%;
}
.banner_title {
    font-size: 35px;
    line-height: 42px;
    color: #FF7A00;
    margin: 0 0 40px 0;
}
.banner_text {
    position: absolute;
    left: 7%;
    width: 560px;
} 
.banner_text p {
    margin: 0;
}
.banner_text>p:nth-child(2) {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
}
.banner_text .button-consultation {
    font-size: 18px;
    line-height: 21px;
    box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25);
    margin: 40px 0 0 0;
    background-color: transparent;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25);
    border: 2px solid #fff;
}
.banner_text .button-consultation:hover {
    background-color: #fff;
    color: #000;
}
.banner_text .button-consultation:active {
    background-color: #fff;
    color: #000;
    box-shadow: inset 0px 0px 11px #bfbebe;
    border: 2px solid #bfbebe;
}
.about,
.objects,
.reviews,
.design {
    margin: 60px 7%;
}
.about {
    align-items: end;
}
.objects .title,
.reviews .title,
.design .title {
    text-align: center;
}
.about_image {
    flex-basis: 40%;
}
.about_text {
    flex-basis: 57%;
}
.about_text p {
    font-size: 16px;
    line-height: 21px;
    margin: 20px 0 0 0;
}
.advantages {
    background: url("../../../../img/advantages-banner.jpg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 7%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    height: 680px;
}
.advantages:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(27, 26, 26, 0.85);
}
.advantages .title {
    z-index: 1;
    position: relative;
    color: #fff;
}
.advantages_description {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 400px;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 90px 0;
}
.advantage {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 31%;
    align-items: end;
}
.advantage:nth-child(3) {
    margin: 0 0 25px 0;
}
.advantage:nth-child(7) {
    margin: 0 0 48px 0;
}
.advantage:nth-child(5),
.advantage:nth-child(9) {
    margin: 0 0 45px 0;
}
.advantage:nth-child(10) {
    margin: 0 0 33px 0;
}
.advantage:nth-child(6) {
    margin: 0 0 50px 0;
}
.advantage:nth-child(11) {
    margin: 0 0 49px 0;
}
.advantage_image {
    flex-basis: 20%;
}
.advantage_text {
    flex-basis: 75%;
}
.advantage_title {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px 0;
    font-family: 'Gotham Pro Regular','Arial',sans-serif;
    font-weight: 600;
}
.advantage_description {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}
.card {
    flex-basis: 24%;
    display: flex;
    flex-direction: column;
    transition: 300ms;
    box-shadow: none;
    transform: scale(1);
}
.card:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);;
    transform: scale(1.05);
}
.card_title {
    height: 100%;
    border-bottom: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    background-color: #fff;
    transition: 300ms;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Gotham Pro Regular','Arial',sans-serif;
    font-weight: 600;
}
.card:hover .card_title {
    background-color: #C10C0C;
    border-bottom: 1px solid #C10C0C;
    border-right: 1px solid #C10C0C;
    border-left: 1px solid #C10C0C;
}
.card .card_title a {
    padding: 15px 30px;
    display: block;
}
.card:hover .card_title a {
    color: #fff;
}
.wrapper-link {
    width: max-content;
    margin: 40px auto 0 auto;
}
.button-watch-all {
    padding: 0 0 10px 0;
    font-size: 20px;
    line-height: 19px;
    color: #C10C0C;
    font-weight: 600;
    border-bottom: 2px solid #C10C0C;
    transform: scale(1);
    display: block;
}
.button-watch-all:hover {
    transform: scale(1.1);
}
.review {
    border: 1px solid #BBBBBB;
}
.reviews .owl-carousel {
    z-index: 0;
}
.reviews .owl-dots,
.points {
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
}
.reviews .owl-nav {
    display: none;
}
.reviews .owl-carousel button.owl-dot,
.points .point {
    width: 15px;
    height: 15px;
    display: block;
    border: 3px solid #C10C0C;
    background-color: #fff;
    transition: 300ms;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}
.reviews .owl-carousel button.owl-dot.active,
.points .point__active {
    background-color: #C10C0C;
}
.connection {
    margin: 60px 7% 20px 7%;
    display: flex;
    justify-content: space-between;
}
.connection .map,
.connection .consultation {
    flex-basis: 49%;
}
.connection .consultation {
    margin: 50px 0;
}
.consultation>p {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}
.consultation .title {
    font-family: 'Gotham Pro Bold','Arial',sans-serif;
    margin: 0 0 20px 0;
}
.consultation .wpcf7 {
    margin: 40px 0 0 0;
}
.consultation .wpcf7 p {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 0;
}
.consultation .label {
    flex-basis: 32.3%;
    margin: 0 1% 0 0;
    position: relative;
}
.consultation div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
    right: 0;
}
.consultation .wpcf7-form-control {
    padding: 15px;
    font-size: 16px;
    line-height: 18px;
    color: #D2B2A7;
    outline: none;
    width: 100%;
    border: 2px solid #C10C0C;
    box-shadow: inset 0px 0px 15px rgba(174, 174, 174, 0.15);
}
.consultation .wpcf7-form-control.wpcf7-submit {
    width: max-content;
    background-color: #C10C0C;
    box-shadow: -4px 4px 17px rgba(199, 199, 199, 0.25);
    margin: 40px 0 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 20px;
    cursor: pointer;
    font-family: 'Gotham Pro Bold','Arial',sans-serif;
    transition: 300ms;
}
.consultation .wpcf7-form-control.wpcf7-submit:hover {
    color: #C10C0C;
    background-color: #fff;
}
.consultation .wpcf7-form-control.wpcf7-submit:active {
    color: #C10C0C;
    box-shadow: inset 0px 0px 9px #efa8a8;
    background-color: #fff;
}
.consultation .wpcf7-not-valid-tip { 
    font-size: 10px;
    line-height: 14px;
    position: absolute;
}
.consultation .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 5px;
    position: absolute;
    font-size: 12px;
    bottom: -50px;
    width: 100%;
    text-align: center;
}
.consultation .wpcf7-form  {
    position: relative;
}