html {
    scroll-behavior: smooth;
}
body {
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: black;
    margin: 0px;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 140%;
    margin: 0px;
    letter-spacing: -1px;
}

h2 {
    font-size: 28px;
    margin: 0px;
}

p {
    line-height: 150%;
}

.subtitle {
    font-size: 24px;
    color: #717171;
    margin-bottom: 20px;
}

.highlighted {
    font-weight: 600;
}

.p-mini {
    font-size: 12px;
    color: #717171;
}

.btn {
    padding: 15px 40px;
    font-size: 20px;
    border: 0px;
    background: #000;
    color: #fff;
    transition: 200ms;
    text-decoration: none;
}

.btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.section {
    margin-bottom: 60px;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.wrapper {
    display: flex;
    flex-direction: column;
    padding: 4vw 2vw 4vw 2vw;
}

.hero {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}

.hero-img {
    max-width: 40%;
}

.flex-h__wrapper {
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 20px;
}
.list-item {
    margin-top: 20px;
}

.faq {
    margin-top: 40px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-title {
    font-size: 20px;
    font-weight: 600;
}

.faq-item.last {
    margin-bottom: 0px;
}

.header {
    margin-bottom: 60px;
}

.nav {
    background: #000;
}

.container-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
}

.footer-nav__wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.footer-nav__wrapper a,
.footer-nav__wrapper ul li a,
.up-wrapper a {
    color: #717171;
    text-decoration: none;
}

.footer-nav__wrapper a:hover,
.footer-nav__wrapper ul li:hover a,
.up-wrapper a:hover {
    color: #fff;
}

#commentform {
    margin-top: 20px;
}

.comment-form, .form {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 32px 32px 16px;
}

.form__lable {
    width: 100%;
    max-width: 902px;
    color: #4f4f4f;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
}

.comment-form textarea, .form__textarea {
    width: 100%;
    height: 168px;
    resize: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-top: 8px;
}

.form__email, .form__name {
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-top: 8px;
}

.form__btn {
    background: linear-gradient(90deg, #00ad11 0, #02d155 100%);
    border: none;
    border-radius: 10px;
    width: 258px;
    height: 48px;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px auto 0;
}

.form-submit .submit {
    background: #0f8842;
    margin-top: 20px;
}
.fields__comment-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.fields__comment-wrapper div,
.fields__comment-wrapper input {
    width: 100%;
}
.fields__comment-wrapper input {
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}
.form-submit {
    display: flex;
    justify-content: center;
}
.submit {
    border: unset;
    border-radius: 6px;
    padding: 10px 20px;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .wrapper {
        padding: 40px 20px;
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 24px;
    }

    .subtitle {
        font-size: 18px;
    }

    .hero {
        flex-direction: column;
    }

    .hero-img {
        width: 100%;
        max-width: 100%;
    }

    .faq-title {
        font-size: 18px;
    }

    .flex-h__wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .footer-nav__wrapper {
        flex-wrap: wrap;
    }
}
@media(max-width: 768px) {
    .fields__comment-wrapper {
        gap: 20px;
        flex-direction: column;
    }
}
.file-form {
    text-align: center;
    margin-top: 25px;
}

.wpcf7-submit {
    border: unset;
    border-radius: 6px;
    padding: 10px 20px;
    color: #fff;
    background: #0f8842;
    margin-top: 20px;
    cursor: pointer;
}





.custom-file-button{
	padding: 10px;
    background: #dfdfdf;
    border-radius: 10px;
	cursor:pointer;
}

.file-input {
  opacity: 0;

  cursor: pointer;
}

.custom-file-name {
  font-size: 14px;
  color: #444;
}
