/*Обнуление*/
*{padding:0;margin:0;border:0;}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
:focus,:active{outline:none;}
a:focus,a:active{outline:none;}
nav,footer,header,aside{display:block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
/*input::-ms-clear{display:none;}*/
button{cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
/*ul li{list-style:none;}*/
img{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}
/*--------------------*/
body{
    background: #ffffff;
    position: absolute;
    font-family: 'Open Sans', Arial, sans-serif;
}
body.lock {
    overflow: hidden;
}
body, html {
    overflow-x: hidden;
}
main{
    flex: 1;
}
.wrapper{
    background: url('../images/main-bg.webp') no-repeat center center/cover;
    height: auto;
    position: relative;
    padding: 0 20px;
}
/*--------------------*/
.hero{
    padding: 40px 10px;
}
.hero__container{
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero__container h2{
    color: #FFCE1E;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 57.6px; /* 120% */
    margin-bottom: 10px;
}
.hero__points{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
}
.hero__points p{
    display: flex;
    align-items: center;
    gap: 15px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.6px;
}
.hero__container h3{
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px; /* 160% */
    margin-bottom: 15px;
    max-width: 545px;
}
.hero__container a{
    border-radius: 10px;
    border: 2px solid #a16e00;
    background: #FFCE1E;
    box-shadow: 0 0 20px 0 rgba(246, 198, 109, 0.5);
    max-width: 122px;
    width: 100%;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.6px; /* 160% */
    transition: all 0.3s ease;
}
.hero__container a:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(161, 123, 0, 0.6);
}


@media (max-width: 1024px) {
    .hero {
        padding: 35px 20px;
    }
    .hero__container h2 {
        font-size: 40px;
        line-height: 1.3;
    }
    .hero__points {
        width: 100%;
        gap: 15px;
    }
    .hero__points p {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .hero {
        padding: 30px 15px;
    }
    .hero__container h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    .hero__points {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .hero__points p {
        font-size: 14px;
        justify-content: center;
    }
    .hero__container h3 {
        font-size: 13px;
        max-width: 90%;
    }
    .hero__container a {
        max-width: 160px;
        padding: 14px 0;
    }
}
@media (max-width: 480px) {
    .hero {
        padding: 25px 10px;
    }
    .hero__container h2 {
        font-size: 21px;
        line-height: 1.3;
    }
    .hero__points {
        gap: 10px;
        margin-bottom: 20px;
    }
    .hero__points p {
        font-size: 13px;
        gap: 10px;
    }
    .hero__container h3 {
        font-size: 12px;
        line-height: 1.5;
    }
    .hero__container a {
        font-size: 14px;
        padding: 7px 0;
        max-width: 140px;
    }
}
/*--------------------*/
.brands__container {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.brands__block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px;
    border-radius: 24px;
    border: 2px solid rgba(253, 201, 29, 0.5);
    background: #00134A;
    gap: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.brands__block:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(161, 123, 0, 0.25);
}
.brand-image {
    transition: transform 0.3s ease;
}
.brands__block:hover .brand-image {
    transform: scale(1.05);
}
.brands__block h2 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    max-width: 260px;
    text-align: center;
    width: 100%;
}
.brands__block-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.brands__block-rating h3 {
    color: #FFCE1E;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.brands__block-rating span {
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
}
.brands__block-cards {
    max-width: 160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}
.brands__block-cards img {
    transition: transform 0.3s ease, filter 0.3s ease;
}
.brands__block-cards img:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
}
.brands__block a {
    max-width: 170px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-radius: 10px;
    border: 2px solid #a16e00;
    background: #FFCE1E;
    box-shadow: 0 0 20px 0 rgba(246, 198, 109, 0.5);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 22.4px;
    transition: all 0.3s ease;
}
.brands__block a:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(161, 115, 0, 0.6);
}


@media (max-width: 1024px) {
    .brands__block {
        gap: 15px;
        padding: 18px;
    }
    .brands__block h2 {
        font-size: 18px;
        line-height: 28px;
        max-width: 220px;
    }
    .brands__block-rating h3 {
        font-size: 42px;
        line-height: 42px;
    }
    .brands__block a {
        max-width: 150px;
        font-size: 16px;
        padding: 16px 0;
    }
}

@media (max-width: 900px) {
    .brands__block {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .brand-image {
        max-width: 140px;
        width: 100%;
    }
    .brands__block h2 {
        max-width: 100%;
        font-size: 18px;
    }
    .brands__block-rating {
        margin-top: 10px;
    }
    .brands__block-cards {
        margin-top: 10px;
    }
    .brands__block a {
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    .brands__container {
        gap: 15px;
    }
    .brands__block {
        padding: 16px;
        flex-direction: column;
        align-items: center;
    }
    .brand-image {
        max-width: 120px;
    }
    .brands__block h2 {
        font-size: 16px;
        line-height: 26px;
    }
    .brands__block-rating h3 {
        font-size: 36px;
        line-height: 40px;
    }
    .brands__block-cards img {
        max-height: 22px;
    }
    .brands__block a {
        width: 100%;
        max-width: 200px;
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .brands__block {
        padding: 14px;
        border-radius: 18px;
    }
    .brand-image {
        max-width: 100px;
    }
    .brands__block h2 {
        font-size: 15px;
    }
    .brands__block-rating h3 {
        font-size: 30px;
    }
    .brands__block-cards {
        gap: 4px;
    }
    .brands__block a {
        font-size: 14px;
        padding: 14px 0;
    }
}

/*--------------------*/
.disclaimer{
    margin-top: 75px;
}
.disclaimer__container{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 60px 33px;
    border-radius: 30px;
    border: 2px solid rgb(161, 110, 0);
    background: #00134A;
}
.disclaimer__text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 30px;
}
.disclaimer__container h2{
    color: #FFCE1E;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 51.2px; /* 160% */
}
.disclaimer__container p{
    color: #FFF;
    text-align: start;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px; /* 160% */
    max-width: 535px;
}

@media (max-width: 1024px) {
    .disclaimer__container {
        padding: 50px;
        gap: 20px;
    }
    .disclaimer__container h2 {
        font-size: 28px;
        line-height: 44px;
    }
    .disclaimer__container p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 768px) {
    .disclaimer {
        margin-top: 60px;
    }
    .disclaimer__container {
        padding: 40px 30px;
        border-radius: 24px;
    }
    .disclaimer__container h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .disclaimer__text{
        display: flex;
        flex-direction: column;
    }
    .disclaimer__container p {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 480px) {
    .disclaimer {
        margin-top: 50px;
    }
    .disclaimer__container {
        padding: 30px 20px;
        border-radius: 20px;
        gap: 18px;
    }
    .disclaimer__container h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .disclaimer__container p {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 380px) {
    .disclaimer__container {
        padding: 25px 15px;
    }
    .disclaimer__container h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .disclaimer__container p {
        font-size: 12px;
        line-height: 18px;
    }
}

/*--------------------*/
.footer {
    padding: 40px 0 20px;
    font-family: "Poppins", sans-serif;
    color: #222;
    text-align: center;
}
.footer__container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.footer__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}
.footer__logo {
    transition: transform 0.2s ease;
}
.footer__logo:hover {
    transform: scale(1.05);
}
.footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}
.footer__link {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px; /* 160% */
    transition: color 0.2s ease;
}
.footer__link:hover {
    color: #ffd000;
}
.footer__copy {
    font-size: 13px;
    color: #777;
    margin: 0;
}

@media (max-width: 600px) {
    .footer {
        padding: 30px 0 15px;
    }
    .footer__logo {
        height: 30px;
    }
    .footer__link {
        font-size: 13px;
    }
    .footer__copy {
        font-size: 12px;
    }
}
/*--------------------*/
.contact__container {
    max-width: 1160px;
    margin: 0 auto;
    border-radius: 30px;
    border: 2px solid rgba(161, 105, 0, 0.5);
    background: #00134A;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.contact__title {
    color: #FFCE1E;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
.contact__subtitle {
    color: white;
    font-size: 16px;
    text-align: center;
    max-width: 500px;
}
.contact__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact__label {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}
.contact__input,
.contact__textarea {
    width: 100%;
    border: 2px solid rgba(255, 166, 0, 0.4);
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 15px;
    font-family: inherit;
    color: #000;
    background: #F7FFFA;
    transition: all 0.3s ease;
}
.contact__input:focus,
.contact__textarea:focus {
    outline: none;
    border-color: #ff9b00;
    box-shadow: 0 0 10px rgba(255, 206, 0, 0.2);
    background: #fff;
}
.contact__textarea {
    min-height: 120px;
    resize: vertical;
}
.contact__button {
    align-self: center;
    border-radius: 10px;
    border: 2px solid #a15100;
    background: #FFCE1E;
    box-shadow: 0 0 20px 0 rgba(246, 198, 109, 0.5);
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.contact__button:hover {
    transform: scale(1.05);
}

.success-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.success-popup__content {
    border-radius: 30px;
    border: 2px solid rgba(161, 123, 0, 0.5);
    background: #00134A;
    padding: 30px 40px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(161, 97, 0, 0.3);
    animation: successPopupFade 0.3s ease;
}
.success-popup__text {
    color: #FFCE1E;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.success-popup__close {
    border-radius: 10px;
    border: 2px solid #a17300;
    background: #FFCE1E;
    box-shadow: 0 0 20px 0 rgba(246, 191, 109, 0.5);
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}
.success-popup__close:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 182, 0, 0.5);
}
@keyframes successPopupFade {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

@media (max-width: 768px) {
    .contact__container {
        padding: 30px 20px;
    }
    .contact__title {
        font-size: 26px;
    }
    .contact__subtitle {
        font-size: 14px;
    }
    .success-popup__content {
        padding: 25px 20px;
    }
}

@media (max-width: 480px) {
    .contact__title {
        font-size: 22px;
    }
    .contact__input,
    .contact__textarea {
        font-size: 14px;
    }
    .success-popup__text {
        font-size: 16px;
    }
}
/*--------------------*/
.age-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    z-index: 2000;
    animation: fadeIn 0.4s ease forwards;
}
.age-popup__content {
    border-radius: 30px;
    border: 2px solid rgba(161, 86, 0, 0.5);
    background: #00134A;
    box-shadow: 0 8px 25px rgba(255, 183, 0, 0.3);
    max-width: 500px;
    width: 90%;
    text-align: center;
    padding: 40px 30px;
    animation: scaleIn 0.4s ease forwards;
}
.age-popup__title {
    color: #FFCE1E;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
.age-popup__text {
    color: white;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.age-popup__buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.age-popup__btn {
    border-radius: 10px;
    border: 2px solid #ffcd00;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.age-popup__btn--confirm {
    border-radius: 10px;
    border: 2px solid #a18100;
    background: #FFCE1E;
    box-shadow: 0 0 20px 0 rgba(255, 166, 0, 0.5);
    color: white;
}
.age-popup__btn--confirm:hover {
    transform: scale(1.05);
}
.age-popup__btn--exit {
    border-radius: 10px;
    border: 2px solid #a18100;
    background: #FFCE1E;
    box-shadow: 0 0 20px 0 rgba(255, 166, 0, 0.5);
    color: white;
}
.age-popup__btn--exit:hover {
    transform: scale(1.05);
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes scaleIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

@media (max-width: 480px) {
    .age-popup__content {
        padding: 30px 20px;
    }
    .age-popup__title {
        font-size: 22px;
    }
    .age-popup__text {
        font-size: 14px;
    }
    .age-popup__btn {
        font-size: 15px;
        padding: 10px 20px;
    }
}
/*------------*/
/* ===== Cookies Popup ===== */
.cookies-popup {
    display: none;
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 700px;
    z-index: 999;
    animation: slideUp 0.4s ease forwards;
}
.cookies-popup__content {
    border-radius: 24px;
    border: 2px solid rgba(161, 115, 0, 0.5);
    background: #00134A;
    box-shadow: 0 6px 20px rgba(255, 167, 0, 0.25);
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.cookies-popup__text {
    color: white;
    font-size: 14px;
    line-height: 1.6;
    flex: 1;
}
.cookies-popup__link {
    color: #FFCE1E;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.cookies-popup__link:hover {
    color: #ff8800;
}
.cookies-popup__btn {
    border-radius: 10px;
    border: 2px solid #a15600;
    background: #FFCE1E;
    box-shadow: 0 0 20px 0 rgba(246, 214, 109, 0.5);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 22px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.cookies-popup__btn:hover {
    transform: scale(1.05);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translate(-50%, 20px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}
@media (max-width: 600px) {
    .cookies-popup__content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .cookies-popup__btn {
        width: 100%;
        text-align: center;
    }
}
/*------------------------*/
.policy__container {
    position: relative;
    z-index: 1;
    max-width: 1160px;
    margin: 0 auto;
    border-radius: 30px;
    border: 2px solid rgba(161, 105, 0, 0.5);
    background: #00134A;
    padding: 60px 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.policy__container:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(255, 182, 0, 0.35);
}
.policy__header {
    text-align: start;
    margin-bottom: 35px;
}
.policy__title {
    color: #FFCE1E;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.policy__divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ffce1e 0%, #b86f3a 100%);
    margin: 15px 0;
    border-radius: 10px;
}
.policy__subtitle{
    color: #FFCE1E;
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 5px;
    text-align: justify;
    transition: color 0.3s ease;
}
.policy__text {
    color: white;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: justify;
    transition: color 0.3s ease;
}
.policy__text strong {
    color: #ffd500;
    font-weight: 700;
    position: relative;
}
.policy__text strong::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: rgba(198, 165, 0, 0.6);
    transition: all 0.3s ease;
}
.policy__text strong:hover::after {
    background: rgba(255, 212, 0, 0.6);
}
.policy__highlight {
    margin-top: 40px;
    padding: 30px 25px;
    background: #f8f2e6;
    border-left: 5px solid #ffd400;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(161, 123, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.policy__highlight:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(161, 123, 0, 0.15);
}
.policy__highlight p {
    color: #111;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .policy__container {
        padding: 50px 35px;
    }
    .policy__title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .policy__title {
        font-size: 28px;
    }
    .policy__text {
        font-size: 15px;
        line-height: 1.7;
    }
    .policy__highlight {
        padding: 25px 20px;
    }
}

@media (max-width: 480px) {
    .policy__title {
        font-size: 24px;
    }
    .policy__container {
        padding: 30px 20px;
    }
    .policy__text {
        font-size: 14px;
    }
    .policy__highlight {
        border-left: 4px solid #ffc200;
    }
}
