.qodef-get-in-touch-wrapper {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    box-sizing: border-box;
}

.qodef-get-in-touch-wrapper .full-width-wrapper.qodef-get-in-touch-block {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    background-color: #f7f7f7;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

.qodef-get-in-touch-wrapper .container-center {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 20px;
}

.qodef-get-in-touch-wrapper *,
.qodef-get-in-touch-wrapper *:before,
.qodef-get-in-touch-wrapper *:after {
    box-sizing: inherit;
}

.qodef-get-in-touch-wrapper .qodef-get-in-touch {
    position: relative;
    width: 100%;
}

/* Добавляем оверлей только к блоку с фоновым изображением */
.qodef-get-in-touch-wrapper .full-width-wrapper.qodef-get-in-touch-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.qodef-get-in-touch-wrapper .container-center {
    text-align: center;
}

.qodef-get-in-touch-wrapper .qodef-git-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

.qodef-get-in-touch-wrapper .qodef-git-image-wrapper {
    display: none;
}

.qodef-get-in-touch-wrapper .qodef-git-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    background-color: #eaeaea;
}

.qodef-get-in-touch-wrapper .qodef-git-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.qodef-get-in-touch-wrapper .qodef-git-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}

.qodef-get-in-touch-wrapper .qodef-git-image:hover img {
    transform: scale(1.03);
}

.qodef-get-in-touch-wrapper .qodef-git-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.qodef-get-in-touch-wrapper .qodef-git-title {
    margin: 0 0 15px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
    text-align: center;
}

.qodef-get-in-touch-wrapper .qodef-git-subtitle {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #fff;
    text-align: center;
}

.qodef-get-in-touch-wrapper .qodef-git-text {
    display: none;
}

.qodef-get-in-touch-wrapper .qodef-git-third-line {
    margin: 0 0 3px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
}

.qodef-get-in-touch-wrapper .qodef-git-fourth-line {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 300;
    color: #7d7d7d;
}

.qodef-get-in-touch-wrapper .qodef-git-button-holder {
    margin-top: 15px;
    text-align: center;
}

.qodef-get-in-touch-wrapper .qodef-git-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 25px;
    outline: none;
    box-sizing: border-box;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 10px 30px;
    background-color: #fff;
    border: none;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

.qodef-get-in-touch-wrapper .qodef-git-button:hover {
    background-color: #f1f1f1;
    color: #000;
}

@media only screen and (max-width: 1024px) {
    .qodef-get-in-touch-wrapper .qodef-git-content {
        padding: 0 10px;
    }
    
    .qodef-get-in-touch-wrapper .qodef-git-title {
        font-size: 30px;
        margin-bottom: 12px;
    }
    
    .qodef-get-in-touch-wrapper .qodef-git-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .qodef-get-in-touch-wrapper .qodef-git-inner {
        flex-direction: column;
    }
    
    .qodef-get-in-touch-wrapper .qodef-git-content {
        padding: 0 10px;
        text-align: center;
    }
    
    .qodef-get-in-touch-wrapper .qodef-git-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    
    .qodef-get-in-touch-wrapper .qodef-git-subtitle {
        font-size: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .qodef-get-in-touch-wrapper .qodef-git-inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .qodef-get-in-touch-wrapper .qodef-git-content {
        padding: 0;
    }
    
    .qodef-get-in-touch-wrapper .container-center {
        padding: 30px 15px;
    }
    
    .qodef-get-in-touch-wrapper .qodef-git-title {
        font-size: 22px;
        margin-bottom: 8px;
    }
    
    .qodef-get-in-touch-wrapper .qodef-git-subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .qodef-get-in-touch-wrapper .qodef-git-button {
        padding: 8px 25px;
        font-size: 13px;
    }
}