.c {
    display: flex;
    flex-wrap: wrap;
}
.c__icon {
    font-size: 26px;
    display: flex;
    align-items: center;
}
.c__icon span {
    display: block;
    margin-left: 40px;
}
.c__heading {
    margin-top: 60px;
}
.c__heading h2 {
    font-weight: 300;
    color: #767676;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}
.c__heading h2 strong {
    font-weight: 700;
}
.c__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 60px;
}
.c__link .cbtn-undertxt {
    position: relative;
    top: -80px;
    margin-bottom: -80px;
}
.c__link .cbtn-undertxt a {
    width: 400px;
    max-width: 100%;
}
.c__link img {
    width: 340px;
}

.wrapper--contact {
    padding-right: 0;
}
.datas__items {
    width: 100%;
    padding: 15px;
    margin-top: 30px;
}
.datas__items>div {
    display: flex;
    align-items: flex-start;
}
.datas__items>div svg {
    margin-right: 35px;
    position: relative;
}
.datas__items p {
    margin-top: 0;
}
.datas .datas__mail {
    align-items: center;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 60px;
}
.datas .datas__phone {
    align-items: center;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 60px;
}
.datas .datas__hours {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 60px;
}
.datas .datas__hours {
    margin-bottom: 0;
}
.datas .datas__hours h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.datas .datas__hours svg {
    top: 10px;
    margin-right: 25px;
}
.datas .datas__address {
    font-size: 34px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: 40px;
}
.datas__socials {
    padding-left: 56px;
}
.datas__socials svg {
    width: 22px;
    height: 22px;
}

.cf {
    padding-right: 0;
}
.cf-wrapper {
    padding: 60px 60px 10px 60px;
    background-color: #E9E9E9;
    padding-right: 260px;
    margin-top: 60px;
    position: relative;
}
.cf-wrapper:before {
    content: '';
    width: 90%;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -2;
    display: inline-block;
    box-shadow: 0px 0px 26px 3px rgb(60 60 60);
    border-radius: 50%;
}
.cf h2 {
    margin-bottom: 20px;
    margin-top: 0;
}
.cf-wrapper br {
    display: none;
}
.cf input:not([type='checkbox']):not([type='submit']),
.cf textarea {
    width: 100%;
    resize: none;
    border: 1px solid #848484;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px;
    padding: 8px 15px;
}
.cf input:not([type='checkbox']):not([type='submit'])::placeholder,
.cf textarea::placeholder {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.cf input {
    min-height: 50px;
}
.cf input[type='submit'] {
    background-color: transparent;
    border: 1px solid #606060;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    margin-left: auto;
    display: block;
    margin-top: 30px;
    color: var(--txt-color);
}
.cf input[type='submit']:hover {
    background-color: var(--second-color);
    border-color: transparent;
    color: #fff;
}
.cf .wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 18px;
    color: var(--second-color);
    font-weight: 300;
}
.cf .wpcf7 form.sent .wpcf7-response-output,
.cf .wpcf7 form.invalid .wpcf7-response-output, .cf .wpcf7 form.unaccepted .wpcf7-response-output, .cf .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--second-color);
    color: var(--main-color);
    font-size: 14px;
}
.cf .wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
}
.cf_txt {
    padding-left: 40px;
    padding-top: 20px;
}
.cf .add_info {
    padding-right: 160px;
    color: var(--third-color);
    font-size: 10px;
    line-height: 14px;
}
.cf .wpcf7-acceptance {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #373737;
    margin-top: 30px;
    display: block;
}
.cf .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
.cf .wpcf7-acceptance label {
    padding-left: 30px;
    position: relative;
    display: block;
}
.cf .wpcf7-acceptance label:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #707070;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -3px;
}
.cf .wpcf7-acceptance.active label:after {
    content: '';
    width: 22px;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -3px;
    text-align: center;
    line-height: 17px;
    font-size: 15px;
    padding-left: 1px;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    background-color: #707070;
}
.cf .wpcf7-acceptance input {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.cf .wpcf7-acceptance label .wpcf7-list-item-label {
    display: inline-block;
    margin-left: 10px;
}

.wrapper--c-baner {
    margin-top: 160px;
}
.c-baner {
    margin-left: 80px;
    margin-right: 80px;
    padding-left: 60px;
    position: relative;
}
.c-baner__icon {
    position: absolute;
    left: -70px;
    top: 120px;
}
.cf .c-square,
.datas .c-square,
.c-baner .c-square {
    background-color: var(--second-color);
}

.map {
    width: 100%;
}
.map__title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.map__title h2 {
    margin: 10px 0;
}
.map .c-square {
    background-color: var(--second-color);
    margin-right: 40px;
}
.map__item {
    margin-top: 40px;
    width: 100%;
}
.map iframe {
    width: 100%;
    height: 600px;
}

.cons__container {
    top: 0;
    margin-bottom: 0;
}
.cons__form {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cons__form .cons__txt-content {
    margin: 140px 0;
}

@media(max-width: 1280px) {
    .cons__form .cons__txt-content {
        margin: 40px 0;
    } 
}
@media(max-width: 992px) {
    .c {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .c__heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .datas__items {
        padding: 15px;
        margin-top: 30px;
    }
    .datas__items>div {
        font-size: 18px !important;
        line-height: 28px !important;
        margin-bottom: 30px !important;
    }
    .datas .datas__hours h3  {
        font-size: 22px;
        line-height: 32px;
    }
}
@media(max-width: 767px) {
    .map iframe {
        height: 400px;
    }

    .cf-wrapper {
        padding: 40px;
    }
    .c-baner {
        margin: 30px 15px;
        padding: 20px;
    }
    .c-baner__icon {
        position: relative;
        top: initial;
        left: initial;
    }
    .c-baner__right>p {
        padding-top: 0;
    }
    .c-baner__link {
        padding-top: 20px;
    }

    .cons__form {
        padding-top: 0;
        padding-bottom: 0;
        align-items: center;
    }
    .cons__txt {
        align-items: center;
    }
    .map__title {
        justify-content: flex-start;
    }

    .cf input::placeholder,
    .cf textarea::placeholder,
    .cf input,
    .cf textarea {
        font-size: 14px !important;
    }
    .cf input[type='submit'] {
        margin-left: 0;
    }
}