body,
html {
    font-family: "Manrope", sans-serif;
    height: 100%;
    scroll-behavior: smooth;
}

.container {
    max-width: 1302px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.subscribe {
    background-color: #303749;
    padding: 60px 0 50px 0;
}

.subscribe__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 100px;
}

.subscribe__descr {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-left: 65px;
    margin: 25px 0;
}

.subscribe__descr::before {
    position: absolute;
    content: "";
    background-image: url(../assets/icons/icon-global.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 51px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.subscribe__form {
    width: 100%;
    max-width: 545px;
}

.subscribe__form-mail,
.subscribe__form-input {
    position: relative;
    width: 100%;
    min-height: 54px;
    padding: 15px 0 15px 10px;
    border-radius: 5px;
    border: #fff;
}

.subscribe__form-btn {
    border: 1px solid #f9ab00;
    border-radius: 3px;
    background: #f9ab00;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 19.3px;
    right: 5px;
    padding: 9px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.subscribe__form-btn:hover {
    background-color: transparent;
    color: #f9ab00;
}

.footer {
    background-color: #303749;
    padding: 50px 0;
}

.footer__line {
    height: 50px;
    background-color: #f9ab00;
    margin-bottom: 18px;
}

.footer__nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    padding-top: 10px;
}

.footer__nav li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 16px;
}

.footer__nav li a {
    color: #f26508;
}

.footer__nav li a:hover {
    text-decoration: underline;
}

.footer__nav-items {
    max-width: 380px;
}

.footer__nav-items:nth-child(2) li:first-child {
    margin-bottom: 0px;
}

.footer__nav-items:nth-child(1) li:first-child {
    margin-bottom: 16px;
}

.footer__nav-items:nth-child(1) li:first-child,
.footer__nav-items:nth-child(2) li:first-child {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
}

.footer__nav-items:nth-child(2) li:not(:first-child) {
    padding: 10px 0 2px 0px;
    margin-bottom: 0;
}

.footer__nav::after {
    position: absolute;
    content: "16+";
    bottom: 0;
    right: 125px;
    color: #fff;
    font-size: 60px;
}

.footer__age {
    font-size: 60px;
    text-align: center;
    color: #fff;
}

.footer__title {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
}

.footer__text {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 8px;
}

.footer__social {
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 24px auto;
    padding-bottom: 25px;
    margin-bottom: 0;
}

.footer__social-icon {
    width: 60px;
    height: 60px;
}

.footer__social-icon img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer__social-icon img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.footer__hr {
    background-color: #c1c1c1;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.footer__copyright {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

@media(max-width: 992px) {

    .subscribe__wrapper {
        gap: 50px;
    }

}

@media (max-width: 775px) {
    .subscribe__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    .footer__nav {
        padding: 50px 0 115px 0;
    }

    .footer__nav::after {
        bottom: 20px;
        right: 50%;
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
    }

    .subscribe__form-btn:hover {
        background-color: #f9ab00;
        color: #fff;
    }
}

@media (max-width: 425px) {

    .footer {
        padding: 35px 0;
    }

    .footer .container {
        padding: 0 15px 0 15px;
    }

    .footer__nav {
        gap: 20px;
        padding: 10px 0 115px 0;
    }

    .footer__nav-items:nth-child(3) {
        padding-top: 17px;
    }

    .footer__nav::after {
        bottom: 13px;
    }

    .footer__social {
        padding-bottom: 22px;
    }

}

@media (max-width: 393px) {

    .footer__social-icon {
        width: 40px;
        height: 40px;
    }

    .subscribe__form-btn {
        padding: 11.5px 20px;
    }

    .subscribe__form-btn,
    .subscribe__form-input {
        font-size: 14px;
    }

}