* {
    margin: 0;
    padding: 0;
}
html {
    background-color: #44e039;
}
body {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    display: flex;
    height: 100vh;
}
.mail-form {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #44e039;
    padding: 5%;
}
.mail-form h2 {
    font-size: 2em;
}
.mail-form a {
    font-size: 1.5em;
}
.wrapper-left {
    background: transparent url("../img/okladka_sales.jpg");
    background-size: cover;
    opacity: 1;
    flex: 50%;
    padding: 5% 0% 0% 7%;
}
.wrapper-right {
    flex: 40%;
    padding: 12% 0% 0% 7%;
    background-color: #44e039 !important;
}

h1,
h2 {
    font-size: 3.8em;
}
.logo {
    padding-bottom: 10%;
}
h3 {
    font-size: 2em;
    padding-top: 2%;
}
a {
    color: #000;
    font-size: 1.5em;
    padding: 2% 0;
    text-decoration: none;
}

.form input,
.form textarea {
    display: block;
    width: 500px;
    background-color: #44e039;
    border: none;
    border-bottom: 3px solid black;
    padding: 2% 0;
    font-size: 1.2em;
    font-family: "Poppins", sans-serif;
    margin-bottom: 2%;
}
input[type="text"],
input[type="submit"],
textarea,
select {
    outline: none;
}
input[type="submit"] {
    margin-top: 5%;
    width: 170px;
    background-color: #000;
    color: #44e039;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 1s ease-out;
}
input[type="submit"]:hover {
    cursor: pointer;
    transform: scale(0.9);
}
::placeholder {
    color: #000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: #44e039 !important;
}

@media (max-width: 1440px) {
    h1,
    h2 {
        font-size: 2.8em;
    }
    h3 {
        font-size: 1.5em;
    }
    a {
        font-size: 1.2em;
    }
    form input[type="text"],
    .form textarea {
        width: 400px !important;
    }
    .wrapper-right {
        padding: 10% 0% 0% 7%;
    }
    .logo {
        padding-bottom: 5%;
    }
}
@media (max-width: 1024px) {
    h1,
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.3em;
    }
    form input[type="text"],
    .form textarea {
        width: 300px !important;
    }
}
@media (max-width: 768px) {
    html {
        background-color: #44e039;
    }
    body {
        display: block;
        height: 100%;
    }
    .mail-form {
        height: 100vh;
    }
    .wrapper-left {
        height: 50vh;
    }
    .wrapper-right {
        height: 50vh;
        margin-bottom: 10%;
    }
    h1,
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1em;
    }
    a {
        font-size: 1em;
    }
    form input[type="text"],
    .form textarea {
        width: 85% !important;
    }
    .mail-form a {
        font-size: 1em;
    }
}
