/* header */
.header{
    margin-bottom: -125px;
}

@media screen and (max-width: 767px) {
    .header-main__wrapper .search-form{
        background: #FAFAFC !important;
    }

    .header-main__wrapper .search-results:not(body){
        background: #FAFAFC !important;
    }
}


/* banner */
.banner__image{
    right: 180px !important;
}

@media screen and (max-width: 1600px) {
    .banner__image{
        right: 60px !important;
    }
}

@media screen and (max-width: 1400px) {
    .banner__image{
        right: 0 !important;
    }
}

@media screen and (max-width: 1100px) {
    .banner__image{
        right: -20px !important;
    }
}













/* service info */
.service-info{
    position: relative;
    max-width: 1920px;
    margin-inline: auto;
    margin-top: 60px;
}

.service-info__wrapper.hexagon-block{
    grid-template-columns: 560px 1fr;
    display: grid;
    column-gap: 25px;
}

.service-info__title{
    margin-bottom: 30px;
}

.service-products{
    margin-top: 60px;
}

.service-products__title{
    margin-bottom: 30px;
}

.service-products__items{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.service-product{
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.hexagon:nth-child(3){
    right: 195px !important;
}

@media screen and (max-width: 1600px) {
    .hexagon:nth-child(3) .hexagon-content__text{
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .hexagon:nth-child(3){
        right: inherit !important;
        left: 345px !important;
    }
}

@media screen and (max-width: 1400px) {
    .hexagon:first-of-type .hexagon-content{
        row-gap: 5px;
        margin-top: -30px;
    }

    .hexagon:nth-child(3) {
        left: 140px !important;
        right: 50px !important;
    }
}

@media screen and (max-width: 1200px) {
    .service-info__title.title-h3{
        font-size: 40px !important;

    }

    .service-info__wrapper.hexagon-block{
        grid-template-columns: 1fr 490px;
    }

    .hexagon:nth-child(2) .hexagon-content{
        margin-top: -20px;
    }

    .hexagon:nth-child(3) .hexagon-content{
        margin-top: -20px;
        row-gap: 0;
    }

    .hexagon:nth-child(3) {
        left: 145px !important;
        top: 240px !important;
    }

    .hexagon:nth-child(3) .hexagon-content__text{
        font-size: 16px !important;
        max-width: 180px;
        line-height: 20px;
    }

}

@media screen and (max-width: 1025px) {
    .service-info__wrapper.hexagon-block {
        grid-template-columns: 100%;
        row-gap: 40px;
    }

    .service-info__title.title-h3{
        font-size: 35px !important;
        max-width: 550px;
    }

    .service-products__title.title-h6{
        font-size: 28px !important;
        line-height: 150% !important;
    }

    .hexagon:nth-child(3) {
        left: 210px !important;
        top: 355px !important;
    }

    .hexagon:nth-child(3) .hexagon-content__text{
        font-size: 18px !important;
        line-height: 24px !important;
        max-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .service-info{
        margin-top: 30px;
    }

    .service-info__title.title-h3{
        font-size: 25px !important;
    }

    .service-products{
        margin-top: 30px;
    }

    .service-products__title.title-h6{
        font-size: 20px !important;
    }

}

@media screen and (max-width: 550px) {
    .hexagon:nth-child(3) .hexagon-content__text,
    .hexagon:first-of-type .hexagon-content__text.title,
    .hexagon-content__text.title{
        font-size: 15px !important;
        line-height: 130% !important;
        max-width: 180px;
    }
}









/* form */
.service-form{
    margin-block: 60px;
}

.container-service-form{
    max-width: 1680px !important;
}

.service-form__title{
    margin-bottom: 30px;
}

.service-form__text{
    margin-bottom: 60px;
}

.service-form__content{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    padding: 60px 40px;
}

.service-form__content .container{
    padding-inline: 0;
}

.service-form-wrapper{
    display: grid;
    grid-template-columns: 420px 420px 400px;
    column-gap: 60px;
    justify-content: center;
}

.service-form .contact-choose{
    color: var(--white-color) !important;
    background: rgba(255, 255, 255, 0.30);
}

.service-form .contact-choose:hover,
.service-form .contact-choose.active{
    color: var(--text-color) !important;
    background: var(--white-color);
}

.service-item input{
    color: var(--text-color) !important;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 150% !important;
    margin-bottom: 20px;
    pointer-events: none;
}

.service-item input.disabled{
    opacity: 1;
}

.wpcf7 textarea{
    height: 80px;
}

.upload-btn{
    margin-bottom: 20px;
    max-height: 51px;
    padding-block: 17px;
}

@media screen and (max-width: 1500px) {
    .service-form-wrapper{
        column-gap: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .service-form-wrapper{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1300px){
    .radio-wrapper{
        grid-template-columns: 100%;
        row-gap: 5px;
        text-align: center;
    }

    .wpcf7 textarea {
        height: 100px;
    }
}

@media screen and (max-width: 1025px) {
    .service-form{
        margin-bottom: 40px;
    }

    .service-form__title{
        margin-bottom: 15px;
    }

    .service-form__text{
        margin-bottom: 30px;
    }

    .service-form__content{
        padding: 40px;
    }

    .service-form-wrapper{
        grid-template-columns: 100%;
        row-gap: 0;
    }

    .radio-wrapper{
        grid-template-columns: 1fr 0fr 1fr;
        margin-bottom: 20px;
    }

    .field-wrapper{
        margin-bottom: 20px;
    }

    .wpcf7 textarea {
        height: 80px;
    }

    .upload-btn{
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .service-form{
        margin-bottom: 30px;
    }

    .service-form__content{
        padding: 30px 20px;
    }

    .wpcf7 textarea {
        height: 100px;
    }
}