.nav-container {
    background-position: right center !important;
}

.container.big-padding {
    margin-top: 118px;
    margin-bottom: 144px;
}

.form-title {
    font-size: 32px;
    font-weight: 700;
    color: #398300;
}

.form-secound-title {
    font-size: 20px;
    color: #7F7F7F;
}

.contact-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}

.contact-item {
    color: #7F7F7F;
    margin-top: 15px;
}

.contact-item a {
    color: #7F7F7F;
}

label {
    font-weight: 500;
    color: #7F7F7F;
}

label a {
    color: #7F7F7F;
}

label a:hover {
    color: black;
}

textarea,
input {
    border: none !important;
    border-radius: 15px !important;
    background: #F6F6F6 !important;
}

button {
    margin-top: 15px;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 25% !important;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #D9D9D9;
    background-color: white;
    cursor: pointer;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    background-color: #398300;
    border-radius: 25%;
    transform: translate(-50%, -50%);
}

@media (max-width:991px) {
    .container.big-padding {
        margin-top: 36px;
        margin-bottom: 46px;
    }
}

@media (max-width:767px) {
    form {
        margin-top: 33px;
    }
}