
* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}


html,
body {
    width: 100%;
    line-height: 1;
    font-size: 14px;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

textarea,
input {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: inherit;
}

textarea::-moz-placeholder, input::-moz-placeholder {
    color: inherit;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: inherit;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
    color: inherit;
}

textarea::placeholder,
input::placeholder {
    color: inherit;
}

textarea {
    resize: none;
}

button {
    cursor: pointer;
    background-color: transparent;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a {
    display: inline-block;
    color: inherit;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

picture {
    display: block;
    width: 100%;
    height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

address {
    font-style: normal;
}

strong {
    font-weight: 700;
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(/ae-top-rating-fonts/ae-top-rating-lato-latin-700.woff2) format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(/ae-top-rating-fonts/ae-top-rating-lato-latin-regular.woff2) format('woff2');
}

:root {
    --font-family: "Lato", sans-serif;
    --font-second: "Lato", sans-serif;
    --container-width: 1240px;
    --container-step: 100px;
    --container-step-tablet: 30px;
    --container-step-mobile: 10px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: linear-gradient(0deg, #450B0B 0%, #DC2525 100%);
    --main: #ffffff;
    --black: #000000;
    --tx-color: var(--white);
    --white: #ffffff;
    --tx-main-color: var(--black);
    --brown: #2F0014;
    --hover: #7B68EE;
    --active: #4169E1;
}

.font-second {
    font-family: var(--font-second), sans-serif;
}

.ae-top-rating_terms {
    padding: 80px 0;
    @media (max-width: 991px) {
        padding: 60px 0;
    }
    @media (max-width: 600px) {
        padding: 40px 0;
    }
}

h1, h2, h3 {
    font-weight: 700;
    font-family: var(--font-second), sans-serif;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

p, li {
    font-family: var(--font-family), sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.txt-color {
    color: var(--tx-main-color);
}

.txt-color-black {
    color: var(--black);
}

.span-color {
    color: var(--tx-color);
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step);
}

@media (max-width: 1300px) {
    .container {
        padding: 0 var(--container-step-tablet);
    }
}

@media (max-width: 600px) {
    .container {
        padding: 0 var(--container-step-mobile);
    }
}

.mg-bottom-20 {
    margin-bottom: 20px;
}

.mg-bottom-100 {
    margin-bottom: 100px;
    @media (max-width: 1300px) {
        margin-bottom: 80px;
    }
    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mg-bottom-90 {
    margin-bottom: 90px;
    @media (max-width: 1300px) {
        margin-bottom: 70px;
    }
    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mg-bottom-60 {
    margin-bottom: 60px;
    @media (max-width: 1300px) {
        margin-bottom: 50px;
    }
    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mg-bottom-80 {
    margin-bottom: 80px;
    @media (max-width: 1300px) {
        margin-bottom: 60px;
    }
    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mg-bottom-20-10 {
    margin-bottom: 20px;
    @media (max-width: 1300px) {
        margin-bottom: 10px;
    }
}

.mg-bottom-24-16 {
    margin-bottom: 24px;
    @media (max-width: 991px) {
        margin-bottom: 16px;
    }
}

.mg-bottom-32-24 {
    margin-bottom: 32px;
    @media (max-width: 991px) {
        margin-bottom: 24px;
    }
}

.mg-top-24-16 {
    margin-top: 24px;
    @media (max-width: 991px) {
        margin-top: 16px;
    }
}

.mg-bottom-16-12 {
    margin-bottom: 16px;
    @media (max-width: 600px) {
        margin-bottom: 12px;
    }
}

.mg-bottom-18 {
    margin-bottom: 18px;
}

.mg-bottom-24 {
    margin-bottom: 24px;
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.mg-bottom-30-10 {
    margin-bottom: 30px;
    @media (max-width: 991px) {
        margin-bottom: 20px;
    }
    @media (max-width: 600px) {
        margin-bottom: 10px;
    }
}

.mg-bottom-30-20 {
    margin-bottom: 30px;
    @media (max-width: 991px) {
        margin-bottom: 20px;
    }
}

.mg-bottom-20-30 {
    margin-bottom: 20px;
    @media (max-width: 991px) {
        margin-bottom: 30px;
    }
}

.mg-bottom-50-40 {
    margin-bottom: 50px;

    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mg-bottom-8 {
    margin-bottom: 8px;
}

input[type=text],
input[type=email],
input[type=date],
input[type=time],
input[type=tel],
input[type=number],
input[type=password],
textarea {
    width: 100%;
    display: flex;
    min-height: 50px;
    padding: 4px 12px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #FFF;
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Clash Display", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background: none;
}

.popap_page {
    display: none;
}

.popap_page:active {
    display: block;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.50);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
}

input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.50);
}

textarea {
    min-height: 120px;
}

.display-flex-column {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.display-flex-row {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.rd-transfer {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ae-top-rating-page {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family), sans-serif;
    min-height: 100vh;
    overflow: hidden;
    color: var(--main);
    background: var(--background-page);
}


.ae-top-rating-main {
    flex: 1 1 auto;
}


.main_no-margin:not(:last-child) {
    margin-bottom: 0;
}

button,
a {
    color: var(--tx-color);
}

.brr-20-10 {
    border-radius: 20px;
}

@media (max-width: 600px) {
    .brr-20-10 {
        border-radius: 10px;
    }
}

.brr-20 {
    border-radius: 20px;
}

.brr-10 {
    border-radius: 10px;
    overflow: hidden;
}

.age {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.liner {
    border-radius: 10px;
    width: 100%;
    height: 16px;
    position: relative;
}

.liner span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    border-radius: inherit;
}

.mb-section:not(:last-child) {
    margin-bottom: 80px;
}

@media (max-width: 1220px) {
    .mb-section:not(:last-child) {
        margin-bottom: 60px;
    }
}

@media (max-width: 1300px) {
    .mb-section:not(:last-child) {
        margin-bottom: 60px;
    }
}

@media (max-width: 600px) {
    .mb-section:not(:last-child) {
        margin-bottom: 40px;
    }
}

.mb-section-last {
    margin-bottom: 80px;
    @media (max-width: 1220px) {
        margin-bottom: 60px;
    }
    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mb-30-20:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 1300px) {
    .mb-30-20:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media (max-width: 600px) {
    .mb-30-20:not(:last-child) {
        margin-bottom: 20px;
    }
}

.mb-6:not(:last-child) {
    margin-bottom: 6px;
}

.mb-10:not(:last-child) {
    margin-bottom: 10px;
}

.mb-20:not(:last-child) {
    margin-bottom: 20px;
}

.mb-24:not(:last-child) {
    margin-bottom: 24px;
}

.p-16-8 {
    padding: 16px;
}

@media (max-width: 1300px) {
    .p-16-8 {
        padding: 12px;
    }
}

@media (max-width: 600px) {
    .p-16-8 {
        padding: 8px;
    }
}

.p-20 {
    padding: 20px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.ptb-40-20 {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 1300px) {
    .ptb-40-20 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .ptb-40-20 {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.ptb-50-40 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 1300px) {
    .ptb-50-40 {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

@media (max-width: 600px) {
    .ptb-50-40 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-16-14 {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (max-width: 600px) {
    .ptb-16-14 {
        padding-bottom: 14px;
        padding-top: 14px;
    }
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    word-break: break-all;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    min-width: 254px;
}

@media (any-hover: hover) {
    .logo:hover {
        color: var(--hover);
    }
}

.logo:focus-visible {
    color: var(--hover);
}

.logo:active {
    color: var(--active);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.logo span {
    width: 25px;
    height: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.letter-logo-shadow {
    margin-bottom: -8px;
    margin-right: -4px;
    margin-left: -4px;
}

.letter-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1px;
    word-break: break-all;
}

.letter-dash {
    margin-bottom: 6px;
}

.tx-40-28 {
    font-size: 40px;
}

@media (max-width: 1300px) {
    .tx-40-28 {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .tx-40-28 {
        font-size: 28px;
    }
}


.tx-40-24 {
    font-size: 40px;
    @media (max-width: 1300px) {
        font-size: 32px;
    }
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

.tx-40-18 {
    font-size: 40px;
    @media (max-width: 1300px) {
        font-size: 32px;
    }
    @media (max-width: 600px) {
        font-size: 18px;
    }
}

.tx-48-38 {
    font-size: 48px;
    @media (max-width: 1300px) {
        font-size: 42px;
    }
    @media (max-width: 600px) {
        font-size: 38px;
    }
}

.tx-64-30 {
    font-size: 64px;
    @media (max-width: 1220px) {
        font-size: 50px;
    }
    @media (max-width: 1300px) {
        font-size: 40px;
    }
    @media (max-width: 600px) {
        font-size: 30px;
    }
}


.tx-60-40 {
    font-weight: 400;
    font-size: 60px;

    @media (max-width: 1220px) {
        font-size: 50px;
    }
    @media (max-width: 600px) {
        font-size: 40px;
    }
}

.tx-80-34 {
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
}

@media (max-width: 1220px) {
    .tx-80-34 {
        font-size: 60px;
    }
}

@media (max-width: 1300px) {
    .tx-80-34 {
        font-size: 45px;
    }
}

@media (max-width: 600px) {
    .tx-80-34 {
        font-size: 34px;
    }
}

.tx-70-30 {
    font-size: 70px;
    line-height: 100%;

    @media (max-width: 1220px) {
        font-size: 55px;
    }
    @media (max-width: 1100px) {
        font-size: 45px;
    }
    @media (max-width: 600px) {
        font-size: 30px;
    }
}

.tx-72-38 {
    font-size: 72px;
    @media (max-width: 1220px) {
        font-size: 55px;
    }
    @media (max-width: 1100px) {
        font-size: 45px;
    }
    @media (max-width: 600px) {
        font-size: 38px;
    }
}

.tx-50-24 {
    font-size: 50px;
    line-height: 100%;

    @media (max-width: 1220px) {
        font-size: 40px;
    }
    @media (max-width: 1100px) {
        font-size: 30px;
    }
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

.mg-top-bottom-50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.mg-top-50 {
    margin-top: 50px;
}

.mg-top-40-30 {
    margin-top: 40px;
    @media (max-width: 991px) {
        margin-top: 30px;
    }
}

.mg-top-40 {
    margin-top: 40px;
}

.mg-top-32 {
    margin-top: 32px;
}

.mg-bottom-40 {
    margin-bottom: 40px;
}

.mg-bottom-40-20 {
    margin-bottom: 40px;
    @media (max-width: 991px) {
        margin-bottom: 20px;
    }
}

.mg-bottom-40-12 {
    margin-bottom: 40px;
    @media (max-width: 600px) {
        margin-bottom: 12px;
    }
}

.mg-bottom-40-30 {
    margin-bottom: 40px;
    @media (max-width: 991px) {
        margin-bottom: 30px;
    }
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.pd-bottom-90 {
    padding-bottom: 90px;
}

.mg-bottom-50 {
    margin-bottom: 50px;
}

.mg-bottom-10 {
    margin-bottom: 10px;
}

.mg-bottom-16 {
    margin-bottom: 16px;
}

.mg-bottom-10 {
    margin-bottom: 10px;
}

.pd-top-bottom-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.pd-top-50 {
    padding-top: 50px;
}

.pd-top-40 {
    padding-top: 40px;
}

.pd-bottom-50 {
    padding-bottom: 50px;
}

.pd-bottom-40 {
    padding-bottom: 40px;
}

.tx-30-24 {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 30px;
    @media (max-width: 1220px) {
        font-size: 26px;
    }
    @media (max-width: 1300px) {
        font-size: 24px;
    }
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

.tx-30-18 {
    font-size: 30px;
    @media (max-width: 1220px) {
        font-size: 26px;
    }
    @media (max-width: 1300px) {
        font-size: 24px;
    }
    @media (max-width: 600px) {
        font-size: 18px;
    }
}

.tx-30-22 {
    font-size: 30px;
    @media (max-width: 1220px) {
        font-size: 26px;
    }
    @media (max-width: 1300px) {
        font-size: 24px;
    }
    @media (max-width: 600px) {
        font-size: 22px;
    }
}

.tx-38-24 {
    font-size: 38px;
}

@media (max-width: 1220px) {
    .tx-38-24 {
        font-size: 30px;
    }
}

@media (max-width: 1300px) {
    .tx-38-24 {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .tx-38-24 {
        font-size: 24px;
    }
}

.tx-14 {
    font-size: 14px;
}

.tx-14-12 {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    @media (max-width: 600px) {
        font-size: 12px;
    }
}


.tx-14-10 {
    font-weight: 400;
    font-size: 14px;
    @media (max-width: 600px) {
        font-size: 10px;
    }
}

.text-yellow {
    color: #CC9D33;
}

.tx-12-150 {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
}

.tx-12 {
    font-weight: 400;
    font-size: 12px;
}

.tx-12-8 {
    font-weight: 400;
    font-size: 12px;
    @media (max-width: 991px) {
        font-size: 8px;
    }
}

.tx-10-8 {
    font-weight: 400;
    font-size: 10px;
    @media (max-width: 991px) {
        font-size: 8px;
    }
}

.tx-17-14 {
    font-weight: 400;
    font-size: 16px;
    @media (max-width: 991px) {
        font-size: 14px;
    }
}

.tx-17-12 {
    font-weight: 400;
    font-size: 16px;
    @media (max-width: 991px) {
        font-size: 12px;
    }
}


.tx-17-150 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--tx-color);
}

.line-height-150 {
    line-height: 150%;
}

.line-height-120 {
    line-height: 120%;
}

.line-height-100 {
    line-height: 100%;
}

.line-height-120-140 {
    line-height: 120%;
    @media (max-width: 600px) {
        line-height: 140%;
    }
}

.line-height-130 {
    line-height: 130%;
}

.line-height-140 {
    line-height: 140%;
}

.line-height-160 {
    line-height: 160%;
}

.tx-20 {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

.tx-20-12 {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

@media (max-width: 1220px) {
    .tx-20-12 {
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    .tx-20-12 {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .tx-20-12 {
        font-size: 12px;
    }
}

.tx-24 {
    font-size: 24px;
}

.tx-24-20 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}

@media (max-width: 1220px) {
    .tx-24-20 {
        font-size: 22px;
    }
}

@media (max-width: 1300px) {
    .tx-24-20 {
        font-size: 20px;
    }
}

.tx-24-16 {
    font-size: 24px;

    @media (max-width: 1100px) {
        font-size: 20px;
    }
    @media (max-width: 600px) {
        font-size: 16px;
    }
}

.tx-24-17 {
    font-size: 24px;

    @media (max-width: 1100px) {
        font-size: 20px;
    }
    @media (max-width: 600px) {
        font-size: 17px;
    }
}

.tx-20-18 {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

@media (max-width: 1220px) {
    .tx-20-18 {
        font-size: 18px;
    }
}

.tx-28-18 {
    font-size: 28px;

    @media (max-width: 991px) {
        font-size: 18px;
    }
}

.tx-24-14 {
    font-size: 24px;

    @media (max-width: 991px) {
        font-size: 14px;
    }
}


.tx-main {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width: 1300px) {
    .tx-main {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .tx-main {
        font-size: 16px;
    }
}

.hover-color {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
    .hover-color:hover {
        color: var(--hover);
    }
}

.hover-color:focus-visible {
    color: var(--hover);
}

.hover-color:active {
    color: var(--active);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.d-block {
    display: block;
}

.w100 {
    min-width: 0;
    width: 100%;
}

.h100 {
    min-height: 0;
    height: 100%;
}

.relative-z2 {
    position: relative;
    z-index: 2;
}

.word-break {
    word-break: break-all;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.underline {
    text-decoration: underline;
}

.text-center {
    text-align: center;
}


.text-center-max600 {
    @media (max-width: 600px) {
        text-align: center;
    }
}

.text-center-min600 {
    @media (min-width: 600px) {
        text-align: center;
    }
}

.text-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.ae-top-rating-header {
    padding: 14px 0;
    background: linear-gradient(0deg, #450B0B 0%, #DC2525 100%);
    /* position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%; */
    @media (max-width: 991px) {
        padding: 12px 0;
    }
}

header .ae-top-rating-logo {
    display: flex;
    align-items: center;
    height: 32px;
    gap: 12px;
}

header .ae-top-rating-logo img:nth-child(2) {
    width: 167px;
    height: 16px;
}

.ae-top-rating-header__container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ae-top-rating-hero-section {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%),
    url(/ae-top-rating-img/ae-top-rating-main-background.webp) lightgray 50% / cover no-repeat;
    padding: 100px 0;
    @media (max-width: 600px) {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%),
        url(/ae-top-rating-img/ae-top-rating-main-background-mobile.webp) lightgray 50% / cover no-repeat;
        padding: 40px 0;
    }
}

.ae-top-rating-hero-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 80px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: linear-gradient(0deg, #450B0B 0%, #DC2525 100%);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: white;
}

.btn:hover {
    background: linear-gradient(0deg, #450B0B 0%, #621313 100%);
}

.ae-top-rating-lottery-intro-container {
    color: var(--white, #FFF);
    padding: 32px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(29, 29, 29, 0.20);
    backdrop-filter: blur(2px);
    display: flex;
    gap: 32px;
    @media (max-width: 991px){
        flex-direction: column-reverse;
        gap: 24px;
    }
    @media (max-width: 600px){
        padding: 16px;
    }
}

.ae-top-rating-lottery-intro-left {
    overflow: hidden;
    border-radius: 20px;
    max-width: 535px;
    width: 100%;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.ae-top-rating-lottery-intro-left img{
    object-fit: cover;
    max-height: 688px;
}

.ae-top-rating-lottery-intro-right {
    max-width: 609px;
    width: 100%;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.container-610 {
    max-width: 610px;
    width: 100%;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.ae-top-rating-highlight {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    gap: 32px;
    @media (max-width: 991px) {
        flex-direction: column;
        align-items: center;
    }
}

.ae-top-rating-highlight-left {
    max-width: 610px;
    width: 100%;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.ae-top-rating-highlight-right {
    max-width: 610px;
    width: 100%;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.benefit-item__icon {
    color: #fff;
    margin: 0 8px;
    line-height: 1;
    flex-shrink: 0;
}

.reviews-grade li img {
    width: 25px;
    height: 25px;
}

.reviews-grade {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row;
}

.reviews-item {
    min-height: 219px;
    max-width: 400px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #2A3C99 0%, #4665FF 100%);
}

.reviews-list {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-dots {
    list-style: none;
    padding-left: 0;
    margin: 0;
    z-index: 0;
}

.custom-dots li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    z-index: 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    @media (max-width: 600px) {
        font-size: 16px;
    }
}

.custom-dots li::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 7px;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 0;
    @media (max-width: 600px) {
        top: 6px;
    }
}

.img-text-icon {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 6px;
}

.icon-img {
    width: 20px;
    height: 20px;
    @media (max-width: 600px) {
        width: 16px;
        height: 16px;
    }
}

.ae-top-rating-footer__link {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.ae-top-rating-footer__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    @media (max-width: 600px) {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

.ae-top-rating_footer {
    color: #FFF;
    background: linear-gradient(0deg, #450B0B 0%, #DC2525 100%);
    padding: 80px 0;
    @media (max-width: 600px) {
        padding: 40px 0;
    }
}

/*.partners img{
    filter: brightness(0) saturate(100%);
}*/

.partners {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
    @media (max-width: 991px) {
        justify-content: center;
    }
    @media (max-width: 600px) {
        gap: 16px;
    }
}

.display-br-none br:nth-of-type(even) {
    @media (max-width: 600px) {
        display: none;
    }
}


/* Попап стили */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup {
    padding: 20px;
    width: 100%;
    max-width: 445px;
    position: relative;
    animation: popupAppear 0.3s ease-out;
    border-radius: 10px;
    background: linear-gradient(0deg, #450B0B 0%, #DC2525 100%);
    color: white;
}

.popup.register {
    width: 100%;
    max-width: 533px;
}

@keyframes popupAppear {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.popup-header {
    text-align: center;
}

.popup-title {
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: var(--font-second), sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: #f0f0f0;
    color: #333;
}

.form-group {
    margin-bottom: 10px;
}


.form-input:focus {
    outline: none;
    border: 1px solid #ff1f00;
}

.form-submit {
    width: 100%;
    color: #1D1D1D;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: var(--font-second), sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    border-radius: 10px;
    border: 1px solid var(--white, #FFF);
    background: linear-gradient(180deg, #FFE015 0.6%, #ED8B00 100.6%);
    padding: 12px;
    text-transform: uppercase;
}

.form-submit:hover {
    background: linear-gradient(180deg, #FFE015 0.6%, #FFCB81 100.6%);
}

.form-link button {
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: var(--font-second), sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.form-link a:hover {
    color: #5e5c5c;
}

.success-popup {
    text-align: center;
}

.success-message {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: none;
}

.success-message.active {
    display: block;
}

.show {
    display: flex;
}


.tx-17 {
    font-size: 17px;
}


/*слайдеры стили */

.page {
    padding: 60px;
}

.mb:not(:last-child) {
    margin-bottom: 100px;
}

.slider__slide {
    min-height: 212px;
    color: #FFF;
    max-width: 836px;
    width: 100%;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(29, 29, 29, 0.20);
    @media (max-width: 600px) {
        padding: 16px;
    }
}

.slider__slide img{
    height: 24px;
    width: 120px;
}

.left-border {
    border-left: 1px solid #ffffff;
    padding-left: 16px;
}

.slider__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.slider__wrapper {
    margin-bottom: 20px;
}

.slider__pagination {
    display: flex;
    justify-content: center;
}

.slider__wrapper_grid {
    display: grid;
    grid-template: auto / repeat(2, 1fr);
    gap: 40px;
}

.slider__controls_n {
    display: none;
}

.slider__wrapper_grid .slider__slide {
    width: 100%;
}

@media (max-width: 991px) {
    .mb:not(:last-child) {
        margin-bottom: 60px;
    }

    .slider__wrapper_grid .slider__slide {
        width: 400px;
    }

    .slider__wrapper_grid {
        display: flex;
        gap: 0;
    }

    .slider__controls_n {
        display: flex;
    }
}

@media (max-width: 600px) {
    .slider__slide {
        width: 100%;
    }

    .mb:not(:last-child) {
        margin-bottom: 40px;
    }

    .page {
        padding: 20px;
    }
}

.slider__pagination.slider-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
}

.slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #FFE015;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0;
}

.slider__pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(180deg, #FFE015 0.6%, #ED8B00 100.6%);
    border: none;
}

.slider__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    border: 1px solid #FFE015;
    transform: scale(1.1);
}


/*конец слайдера---------------------------------------------------------------------------------------------------------------- */


.padding-section {
    padding: 80px 0;
    @media (max-width: 991px) {
        padding: 60px 0;
    }
    @media (max-width: 600px) {
        padding: 40px 0;
    }
}

.ae-top-rating-hero-center-container {
    padding: 32px;
    border-radius: 20px;
    border: 1px solid var(--white, #FFF);
    background: rgba(22, 22, 22, 0.62);
    backdrop-filter: blur(2px);
    @media (max-width: 991px) {
        padding: 16px;
    }
}

.ae-top-rating-highlight-section-container {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(29, 29, 29, 0.20);
    backdrop-filter: blur(2px);
    padding: 32px;
    @media (max-width: 991px) {
        padding: 16px;
    }
}




