/* CONTACTS PAGE */



/* CONTACTS SUPPORT ENTRY SECTION */

.support__entry {
    padding: 28px 0 0 0;
}

.support__entry h2 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}

.support__entry p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    width: 60%;
    opacity: 0.6;
}

.support__video__area {
    display: block;
    position: relative;
    height: 688;
    overflow: hidden;
}

.support__video__area .video__background {
    height: 688px;
    min-width: 0;
    width: 100%;
}



@media (max-width: 1023px) {
    .support__entry {
        padding: 53px 0 0 0;
    }

    .support__entry p {
        width: 80%;
    }

    .support__video__area, .support__video__area .video__background  {
        height: 429px;
    }
    
}

@media (max-width: 767px) {
    .support__entry {
        padding: 44px 0 0 0;
    }

    .support__entry h2 {
        font-size: 28px;
    }

    .support__entry p {
        width: 100%;
        font-size: 16px;
    }

    .support__video__area, .support__video__area .video__background  {
        height: 219px;
    }
}

/* CONTACTS SUPPORT SECTION */

.contacts__support h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.support__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
}

.support__item {
    background: #232323;
    flex-basis: calc(50% - 7px);
    border-radius: 8px;
    padding: 40px 32px;
    box-sizing: border-box;
    height: 357px;
}

.support__item span {
    font-size: 102px;
    color: #F26522;
    font-weight: 500;
    line-height: 1;
}

.support__item p {
    margin-top: 24px;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.1;
    font-weight: 600;
    width: 60%;
}

@media (max-width: 1023px) {
    .contacts__support h2 {
        font-size: 28px;
    }

    .support__item {
        height: 303px;
    }
    
    .support__item p {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .contacts__support h2 {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .support__items {
        flex-direction: column;
    }

    .support__item {
        height: 324px;
    }
    
    .support__item p {
        margin-top: 16px;
    }
}

/* CONTACTS INFO SECTION */

.contacts__info {
    padding: 94px 0 0 0;
}

.contacts__info h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 32px;
    opacity: 0.6;
    width: 60%;
}

.contacts__info__items {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.contacts__item {
    width: 50%;
    background: #F26522;
    padding: 30px 32px;
    border-radius: 8px;
    height: 262px;
}

.contacts__item p {
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 14px;
}

.contacts__item a {
    font-size: 51px;
    font-weight: 600;
    line-height: 1.1;
}

@media (max-width: 1439px) {
    .contacts__item a {
        font-size: 44px;
    }
}

@media (max-width: 1240px) {
    .contacts__item a {
        font-size: 34px;
    }
}

@media (max-width: 1023px) {
    .contacts__info {
        padding: 74px 0 0 0;
    }

    .contacts__info h5 {
        width: 80%;
    }

    .contacts__info__items {
        flex-direction: column;
    }

    .contacts__item {
        width: 100%;
        padding: 32px 32px;
        height: auto;
    }

}

@media (max-width: 767px) {
    .contacts__info {
        padding: 64px 0 0 0;
    }

    .contacts__info h5 {
        font-size: 22px;
        margin-bottom: 24px;
        width: 100%;
    }

    .contacts__item {
        width: 100%;
        padding: 30px 20px;
    }

    .contacts__item p {
        font-size: 16px;
        margin-bottom: 14px;
    }
    
    .contacts__item a {
        font-size: 24px;
    }
}


/* CONTACTS FORM SECTION */

.contacts__form {
    padding: 94px 0 94px 0;
}

.contacts__form .container {
    display: flex;
}

.contacts__form h2 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    width: 40%;
}

.form__block {
    width: 60%;
}

.contact__popup__content .form__block {
    width: 100%;
}

.form__block p br {
    display: none;
}

.form-row input {
    width: 50%;
}

.form p {
    margin: 0;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form input, .form textarea {
    padding: 18px 24px;
    background-color: #232323;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-family: 'Inter', sans-serif !important;
}

.form textarea {
    height: 167px;
    min-height: 167px;
    max-height: 300px;
    resize: vertical;
    max-width: 100% !important;
}

.form input::placeholder, .form textarea::placeholder {
    color: #fff;
}

[data-name="your-name"], [data-name="your-email"] {
    flex-basis: calc(50% - 5px);
    display: block;
}

[data-name="your-name"] input, [data-name="your-email"] input {
    width: 100%;
}

[data-name="tel"], [data-name="your-message"] {
    flex-basis: 100%;
    display: block;
}

[data-name="tel"] input, [data-name="your-message"] textarea {
    width: 100%;
}

.captcha__text {
    margin: 32px 0 32px !important;
}

.wpcf7-submit {
        transition: background-color 0.2s ease-in-out;   
    } 

.wpcf7-submit:hover {
        background-color: #F26522 !important;   
    }

@media (max-width: 1024px) {
    .contacts__form .container {
        flex-direction: column;
        gap: 32px;
    }

    .contacts__form h2, .form__block {
        width: 100%;
    }
    
    .contacts__form h2 {
        font-size: 28px;
    }
    
    .contacts__form h2 br {
        display: none;
    }
    
    .wpcf7-submit {
        background-color: #F26522 !important;   
    }
}

@media (max-width: 1023px) {
    
    .contacts__form {
        padding: 74px 0 74px 0;
    }
}

@media (max-width: 767px) {
    .contacts__form {
        padding: 64px 0 64px 0;
    }
    
    .contacts__form .container {
        gap: 24px;
    }
    
    .contacts__form h2 {
        font-size: 22px;
    }
    
    [data-name="your-name"], [data-name="your-email"] {
        flex-basis: 100%;
    }
}


.page-template-contacts .wpcf7-response-output {
    top: -50px;
}

@media (max-width: 767px) {
    .page-template-contacts .wpcf7-response-output {
    top: 20px;
}
    
}