@font-face {
    font-family: Ogg;
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/OggLight.woff2') format('woff2'),
        url('../fonts/OggLight.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: Ogg;
    font-weight: 300;
    font-style: italic;
    src: url('../fonts/OggLightItalic.woff2') format('woff2'),
        url('../fonts/OggLightItalic.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: Ogg;
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/OggMedium.woff2') format('woff2'),
        url('../fonts/OggMedium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: Ogg;
    font-weight: 500;
    font-style: italic;
    src: url('../fonts/OggMediumItalic.woff2') format('woff2'),
        url('../fonts/OggMediumItalic.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: Ogg;
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/OggRegular.woff2') format('woff2'),
        url('../fonts/OggRegular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Trade Gothic LT Extended';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Trade\ Gothic\ LT\ Extended.woff2') format('woff2'),
        url('../fonts/Trade\ Gothic\ LT\ Extended.woff') format('woff');
    font-display: swap;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.container {
    max-width: 375px;
    margin: 0 auto;
    padding: 0 10px;
}

.email__text-small {
    display: none;
}

.email__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 50px;
}

.email__title {
    margin-bottom: 30px;
    font-family: 'Ogg';
    font-size: 40px;
}

.email__title i {
    font-style: italic;
}

.email__text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    color: #71870E;
    opacity: 0.85;
    font-family: 'Trade Gothic LT Extended';
    font-size: 16px;
    line-height: 28px;
}

.email__wrapper-form {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 20px 0;
    gap: 10px;
    font-family: Ogg;
    font-size: 16px;

}

.email__wrapper-form input,
select {
    text-align: center;
    border: none;
    border-bottom: 1px solid #000000;
    opacity: 0.55;
    font-family: 'Trade Gothic LT Extended';
    font-size: 16px;
    background-color: transparent;

}

.email__wrapper-form option {
    background-color: transparent;
    color:#000;
  }
.email__bottom {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 30px;
    text-decoration: none;
}

.email__bottom button {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #D0A049;
    font-family: 'Trade Gothic LT Extended';
    font-size: 16px;
    border: none;
    background-color: transparent;
padding: 0;    
}

label[for=checkbox] {
    font-family: 'Ogg';
    font-size: 16px;
}

@media only screen and (min-width:1440px) {
    .container {
        max-width: 1440px;
        padding: 0 60px;
        position: relative;
    }

    .email__form {
        padding: 200px 0 175px;
    }

    .email__text-small {
        position: absolute;
        top: 205px;
        left: 25%;
        display: block;
        font-family: 'Trade Gothic LT Extended';
        font-size: 16px;
        opacity: 0.55;
    }

    .email__title {
        margin-bottom: 100px;
        font-size: 60px;
    }

    .email__text {
        text-align: left;
        max-width: 420px;
        margin-bottom: 100px;
        transform: translate(50%);
    }

    .email__wrapper-form {
        width: 605px;
        text-align: start;
        margin: 50px 0;
        gap: 20px;
    }

    .email__wrapper-form input,
    select {
        text-align: start;
    }
}