@import url(https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap);

@font-face {
    font-family: 'SF Pro Display';
    src: url(../fonts/SFProDisplay/SFProDisplayLight/SFProDisplayLight.eot);
    src: url(../fonts/SFProDisplay/SFProDisplayLight/SFProDisplayLight.eot) format('embedded-opentype'), url(../fonts/SFProDisplay/SFProDisplayLight/SFProDisplayLight.woff2) format('woff2'), url(../fonts/SFProDisplay/SFProDisplayLight/SFProDisplayLight.woff) format('woff'), url(../fonts/SFProDisplay/SFProDisplayLight/SFProDisplayLight.ttf) format('truetype'), url(../fonts/SFProDisplay/SFProDisplayLight/SFProDisplayLight.svg) format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SF Pro Display';
    src: url(../fonts/SFProDisplay/SFProDisplayRegular/SFProDisplayRegular.eot);
    src: url(../fonts/SFProDisplay/SFProDisplayRegular/SFProDisplayRegular.eot) format('embedded-opentype'), url(../fonts/SFProDisplay/SFProDisplayRegular/SFProDisplayRegular.woff2) format('woff2'), url(../fonts/SFProDisplay/SFProDisplayRegular/SFProDisplayRegular.woff) format('woff'), url(../fonts/SFProDisplay/SFProDisplayRegular/SFProDisplayRegular.ttf) format('truetype'), url(../fonts/SFProDisplay/SFProDisplayRegular/SFProDisplayRegular.svg) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SF Pro Display';
    src: url(../fonts/SFProDisplay/SFProDisplayMedium/SFProDisplayMedium.eot);
    src: url(../fonts/SFProDisplay/SFProDisplayMedium/SFProDisplayMedium.eot) format('embedded-opentype'), url(../fonts/SFProDisplay/SFProDisplayMedium/SFProDisplayMedium.woff2) format('woff2'), url(../fonts/SFProDisplay/SFProDisplayMedium/SFProDisplayMedium.woff) format('woff'), url(../fonts/SFProDisplay/SFProDisplayMedium/SFProDisplayMedium.ttf) format('truetype'), url(../fonts/SFProDisplay/SFProDisplayMedium/SFProDisplayMedium.svg) format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SF Pro Display';
    src: url(../fonts/SFProDisplay/SFProDisplaySemibold/SFProDisplaySemibold.eot);
    src: url(../fonts/SFProDisplay/SFProDisplaySemibold/SFProDisplaySemibold.eot) format('embedded-opentype'), url(../fonts/SFProDisplay/SFProDisplaySemibold/SFProDisplaySemibold.woff2) format('woff2'), url(../fonts/SFProDisplay/SFProDisplaySemibold/SFProDisplaySemibold.woff) format('woff'), url(../fonts/SFProDisplay/SFProDisplaySemibold/SFProDisplaySemibold.ttf) format('truetype'), url(../fonts/SFProDisplay/SFProDisplaySemibold/SFProDisplaySemibold.svg) format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SF Pro Display';
    src: url(../fonts/SFProDisplay/SFProDisplayBold/SFProDisplayBold.eot);
    src: url(../fonts/SFProDisplay/SFProDisplayBold/SFProDisplayBold.eot) format('embedded-opentype'), url(../fonts/SFProDisplay/SFProDisplayBold/SFProDisplayBold.woff2) format('woff2'), url(../fonts/SFProDisplay/SFProDisplayBold/SFProDisplayBold.woff) format('woff'), url(../fonts/SFProDisplay/SFProDisplayBold/SFProDisplayBold.ttf) format('truetype'), url(../fonts/SFProDisplay/SFProDisplayBold/SFProDisplayBold.svg) format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SF Pro Display';
    src: url(../fonts/SFProDisplay/SFProDisplayBlack/SFProDisplayBlack.eot);
    src: url(../fonts/SFProDisplay/SFProDisplayBlack/SFProDisplayBlack.eot) format('embedded-opentype'), url(../fonts/SFProDisplay/SFProDisplayBlack/SFProDisplayBlack.woff2) format('woff2'), url(../fonts/SFProDisplay/SFProDisplayBlack/SFProDisplayBlack.woff) format('woff'), url(../fonts/SFProDisplay/SFProDisplayBlack/SFProDisplayBlack.ttf) format('truetype'), url(../fonts/SFProDisplay/SFProDisplayBlack/SFProDisplayBlack.svg) format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

:root {
    --color-primary: #0d6efd;
    --color-secondary: #6c757d;
    --color-success: #198754;
    --color-info: #0dcaf0;
    --color-warning: #ffc107;
    --color-danger: #dc3545;
    --color-light: #fff;
    --color-gray: #3B3B3B;
    --color-dark: #1F1F1F;
    --color-red: #FE2C55;
    --color-blue: #1B1AFF;
    --color-primary: #FBFD6B;
    --color-secondary: #FF494B;
    --bs-body-font-size: 16px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.15;
    --bs-body-font-family: var(--ff-main);
    --bs-body-color: var(--color-dark);
    --ff-headings: 'Sofia Sans Extra Condensed';
    --ff-main: 'SF Pro Display';
    --gradient: linear-gradient(96.62deg, #F6FF46 -.4%, #FFFB8B 49.08%, #FBFF2D 113.35%);
    --gradient-dark: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 45.31%, rgba(255, 255, 255, 0) 100%), #1E1E1E;
    --gradient-red: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 45.31%, rgba(255, 255, 255, 0) 100%), #FF494B;
    letter-spacing: -.02em
}

.ff-headings {
    font-family: var(--ff-headings)
}

.ff-main {
    font-family: var(--ff-main)
}

.color-primary {
    color: var(--color-primary)
}

.color-secondary {
    color: var(--color-secondary)
}

.color-light {
    color: var(--color-light)
}

.color-gray {
    color: var(--color-gray)
}

.fs-0 {
    font-size: 0
}

.fs-1 {
    font-size: 1px
}

.fs-2 {
    font-size: 2px
}

.fs-3 {
    font-size: 3px
}

.fs-4 {
    font-size: 4px
}

.fs-5 {
    font-size: 5px
}

.fs-6 {
    font-size: 6px
}

.fs-7 {
    font-size: 7px
}

.fs-8 {
    font-size: 8px
}

.fs-9 {
    font-size: 9px
}

.fs-10 {
    font-size: 10px
}

.fs-11 {
    font-size: 11px
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-17 {
    font-size: 17px
}

.fs-18 {
    font-size: 18px
}

.fs-19 {
    font-size: 19px
}

.fs-20 {
    font-size: 20px
}

.fs-21 {
    font-size: 21px
}

.fs-22 {
    font-size: 22px
}

.fs-23 {
    font-size: 23px
}

.fs-24 {
    font-size: 24px
}

.fs-25 {
    font-size: 25px
}

.fs-26 {
    font-size: 26px
}

.fs-27 {
    font-size: 27px
}

.fs-28 {
    font-size: 28px
}

.fs-29 {
    font-size: 29px
}

.fs-30 {
    font-size: 30px
}

.fs-31 {
    font-size: 31px
}

.fs-32 {
    font-size: 32px
}

.fs-33 {
    font-size: 33px
}

.fs-34 {
    font-size: 34px
}

.fs-35 {
    font-size: 35px
}

.fs-36 {
    font-size: 36px
}

.fs-37 {
    font-size: 37px
}

.fs-38 {
    font-size: 38px
}

.fs-39 {
    font-size: 39px
}

.fs-40 {
    font-size: 40px
}

.fs-41 {
    font-size: 41px
}

.fs-42 {
    font-size: 42px
}

.fs-43 {
    font-size: 43px
}

.fs-44 {
    font-size: 44px
}

.fs-45 {
    font-size: 45px
}

.fs-46 {
    font-size: 46px
}

.fs-47 {
    font-size: 47px
}

.fs-48 {
    font-size: 48px
}

.fs-49 {
    font-size: 49px
}

.fs-50 {
    font-size: 50px
}

.fs-51 {
    font-size: 51px
}

.fs-52 {
    font-size: 52px
}

.fs-53 {
    font-size: 53px
}

.fs-54 {
    font-size: 54px
}

.fs-55 {
    font-size: 55px
}

.fs-56 {
    font-size: 56px
}

.fs-57 {
    font-size: 57px
}

.fs-58 {
    font-size: 58px
}

.fs-59 {
    font-size: 59px
}

.fs-60 {
    font-size: 60px
}

.fs-61 {
    font-size: 61px
}

.fs-62 {
    font-size: 62px
}

.fs-63 {
    font-size: 63px
}

.fs-64 {
    font-size: 64px
}

.fs-65 {
    font-size: 65px
}

.fs-66 {
    font-size: 66px
}

.fs-67 {
    font-size: 67px
}

.fs-68 {
    font-size: 68px
}

.fs-69 {
    font-size: 69px
}

.fs-70 {
    font-size: 70px
}

.fs-71 {
    font-size: 71px
}

.fs-72 {
    font-size: 72px
}

.fs-73 {
    font-size: 73px
}

.fs-74 {
    font-size: 74px
}

.fs-75 {
    font-size: 75px
}

.fs-76 {
    font-size: 76px
}

.fs-77 {
    font-size: 77px
}

.fs-78 {
    font-size: 78px
}

.fs-79 {
    font-size: 79px
}

.fs-80 {
    font-size: 80px
}

.fs-81 {
    font-size: 81px
}

.fs-82 {
    font-size: 82px
}

.fs-83 {
    font-size: 83px
}

.fs-84 {
    font-size: 84px
}

.fs-85 {
    font-size: 85px
}

.fs-86 {
    font-size: 86px
}

.fs-87 {
    font-size: 87px
}

.fs-88 {
    font-size: 88px
}

.fs-89 {
    font-size: 89px
}

.fs-90 {
    font-size: 90px
}

.fs-91 {
    font-size: 91px
}

.fs-92 {
    font-size: 92px
}

.fs-93 {
    font-size: 93px
}

.fs-94 {
    font-size: 94px
}

.fs-95 {
    font-size: 95px
}

.fs-96 {
    font-size: 96px
}

.fs-97 {
    font-size: 97px
}

.fs-98 {
    font-size: 98px
}

.fs-99 {
    font-size: 99px
}

.fs-100 {
    font-size: 100px
}

@media (min-width: 576px) {
    .fs-sm-0 {
        font-size: 0
    }

    .fs-sm-1 {
        font-size: 1px
    }

    .fs-sm-2 {
        font-size: 2px
    }

    .fs-sm-3 {
        font-size: 3px
    }

    .fs-sm-4 {
        font-size: 4px
    }

    .fs-sm-5 {
        font-size: 5px
    }

    .fs-sm-6 {
        font-size: 6px
    }

    .fs-sm-7 {
        font-size: 7px
    }

    .fs-sm-8 {
        font-size: 8px
    }

    .fs-sm-9 {
        font-size: 9px
    }

    .fs-sm-10 {
        font-size: 10px
    }

    .fs-sm-11 {
        font-size: 11px
    }

    .fs-sm-12 {
        font-size: 12px
    }

    .fs-sm-13 {
        font-size: 13px
    }

    .fs-sm-14 {
        font-size: 14px
    }

    .fs-sm-15 {
        font-size: 15px
    }

    .fs-sm-16 {
        font-size: 16px
    }

    .fs-sm-17 {
        font-size: 17px
    }

    .fs-sm-18 {
        font-size: 18px
    }

    .fs-sm-19 {
        font-size: 19px
    }

    .fs-sm-20 {
        font-size: 20px
    }

    .fs-sm-21 {
        font-size: 21px
    }

    .fs-sm-22 {
        font-size: 22px
    }

    .fs-sm-23 {
        font-size: 23px
    }

    .fs-sm-24 {
        font-size: 24px
    }

    .fs-sm-25 {
        font-size: 25px
    }

    .fs-sm-26 {
        font-size: 26px
    }

    .fs-sm-27 {
        font-size: 27px
    }

    .fs-sm-28 {
        font-size: 28px
    }

    .fs-sm-29 {
        font-size: 29px
    }

    .fs-sm-30 {
        font-size: 30px
    }

    .fs-sm-31 {
        font-size: 31px
    }

    .fs-sm-32 {
        font-size: 32px
    }

    .fs-sm-33 {
        font-size: 33px
    }

    .fs-sm-34 {
        font-size: 34px
    }

    .fs-sm-35 {
        font-size: 35px
    }

    .fs-sm-36 {
        font-size: 36px
    }

    .fs-sm-37 {
        font-size: 37px
    }

    .fs-sm-38 {
        font-size: 38px
    }

    .fs-sm-39 {
        font-size: 39px
    }

    .fs-sm-40 {
        font-size: 40px
    }

    .fs-sm-41 {
        font-size: 41px
    }

    .fs-sm-42 {
        font-size: 42px
    }

    .fs-sm-43 {
        font-size: 43px
    }

    .fs-sm-44 {
        font-size: 44px
    }

    .fs-sm-45 {
        font-size: 45px
    }

    .fs-sm-46 {
        font-size: 46px
    }

    .fs-sm-47 {
        font-size: 47px
    }

    .fs-sm-48 {
        font-size: 48px
    }

    .fs-sm-49 {
        font-size: 49px
    }

    .fs-sm-50 {
        font-size: 50px
    }

    .fs-sm-51 {
        font-size: 51px
    }

    .fs-sm-52 {
        font-size: 52px
    }

    .fs-sm-53 {
        font-size: 53px
    }

    .fs-sm-54 {
        font-size: 54px
    }

    .fs-sm-55 {
        font-size: 55px
    }

    .fs-sm-56 {
        font-size: 56px
    }

    .fs-sm-57 {
        font-size: 57px
    }

    .fs-sm-58 {
        font-size: 58px
    }

    .fs-sm-59 {
        font-size: 59px
    }

    .fs-sm-60 {
        font-size: 60px
    }

    .fs-sm-61 {
        font-size: 61px
    }

    .fs-sm-62 {
        font-size: 62px
    }

    .fs-sm-63 {
        font-size: 63px
    }

    .fs-sm-64 {
        font-size: 64px
    }

    .fs-sm-65 {
        font-size: 65px
    }

    .fs-sm-66 {
        font-size: 66px
    }

    .fs-sm-67 {
        font-size: 67px
    }

    .fs-sm-68 {
        font-size: 68px
    }

    .fs-sm-69 {
        font-size: 69px
    }

    .fs-sm-70 {
        font-size: 70px
    }

    .fs-sm-71 {
        font-size: 71px
    }

    .fs-sm-72 {
        font-size: 72px
    }

    .fs-sm-73 {
        font-size: 73px
    }

    .fs-sm-74 {
        font-size: 74px
    }

    .fs-sm-75 {
        font-size: 75px
    }

    .fs-sm-76 {
        font-size: 76px
    }

    .fs-sm-77 {
        font-size: 77px
    }

    .fs-sm-78 {
        font-size: 78px
    }

    .fs-sm-79 {
        font-size: 79px
    }

    .fs-sm-80 {
        font-size: 80px
    }

    .fs-sm-81 {
        font-size: 81px
    }

    .fs-sm-82 {
        font-size: 82px
    }

    .fs-sm-83 {
        font-size: 83px
    }

    .fs-sm-84 {
        font-size: 84px
    }

    .fs-sm-85 {
        font-size: 85px
    }

    .fs-sm-86 {
        font-size: 86px
    }

    .fs-sm-87 {
        font-size: 87px
    }

    .fs-sm-88 {
        font-size: 88px
    }

    .fs-sm-89 {
        font-size: 89px
    }

    .fs-sm-90 {
        font-size: 90px
    }

    .fs-sm-91 {
        font-size: 91px
    }

    .fs-sm-92 {
        font-size: 92px
    }

    .fs-sm-93 {
        font-size: 93px
    }

    .fs-sm-94 {
        font-size: 94px
    }

    .fs-sm-95 {
        font-size: 95px
    }

    .fs-sm-96 {
        font-size: 96px
    }

    .fs-sm-97 {
        font-size: 97px
    }

    .fs-sm-98 {
        font-size: 98px
    }

    .fs-sm-99 {
        font-size: 99px
    }

    .fs-sm-100 {
        font-size: 100px
    }
}

@media (min-width: 768px) {
    .fs-md-0 {
        font-size: 0
    }

    .fs-md-1 {
        font-size: 1px
    }

    .fs-md-2 {
        font-size: 2px
    }

    .fs-md-3 {
        font-size: 3px
    }

    .fs-md-4 {
        font-size: 4px
    }

    .fs-md-5 {
        font-size: 5px
    }

    .fs-md-6 {
        font-size: 6px
    }

    .fs-md-7 {
        font-size: 7px
    }

    .fs-md-8 {
        font-size: 8px
    }

    .fs-md-9 {
        font-size: 9px
    }

    .fs-md-10 {
        font-size: 10px
    }

    .fs-md-11 {
        font-size: 11px
    }

    .fs-md-12 {
        font-size: 12px
    }

    .fs-md-13 {
        font-size: 13px
    }

    .fs-md-14 {
        font-size: 14px
    }

    .fs-md-15 {
        font-size: 15px
    }

    .fs-md-16 {
        font-size: 16px
    }

    .fs-md-17 {
        font-size: 17px
    }

    .fs-md-18 {
        font-size: 18px
    }

    .fs-md-19 {
        font-size: 19px
    }

    .fs-md-20 {
        font-size: 20px
    }

    .fs-md-21 {
        font-size: 21px
    }

    .fs-md-22 {
        font-size: 22px
    }

    .fs-md-23 {
        font-size: 23px
    }

    .fs-md-24 {
        font-size: 24px
    }

    .fs-md-25 {
        font-size: 25px
    }

    .fs-md-26 {
        font-size: 26px
    }

    .fs-md-27 {
        font-size: 27px
    }

    .fs-md-28 {
        font-size: 28px
    }

    .fs-md-29 {
        font-size: 29px
    }

    .fs-md-30 {
        font-size: 30px
    }

    .fs-md-31 {
        font-size: 31px
    }

    .fs-md-32 {
        font-size: 32px
    }

    .fs-md-33 {
        font-size: 33px
    }

    .fs-md-34 {
        font-size: 34px
    }

    .fs-md-35 {
        font-size: 35px
    }

    .fs-md-36 {
        font-size: 36px
    }

    .fs-md-37 {
        font-size: 37px
    }

    .fs-md-38 {
        font-size: 38px
    }

    .fs-md-39 {
        font-size: 39px
    }

    .fs-md-40 {
        font-size: 40px
    }

    .fs-md-41 {
        font-size: 41px
    }

    .fs-md-42 {
        font-size: 42px
    }

    .fs-md-43 {
        font-size: 43px
    }

    .fs-md-44 {
        font-size: 44px
    }

    .fs-md-45 {
        font-size: 45px
    }

    .fs-md-46 {
        font-size: 46px
    }

    .fs-md-47 {
        font-size: 47px
    }

    .fs-md-48 {
        font-size: 48px
    }

    .fs-md-49 {
        font-size: 49px
    }

    .fs-md-50 {
        font-size: 50px
    }

    .fs-md-51 {
        font-size: 51px
    }

    .fs-md-52 {
        font-size: 52px
    }

    .fs-md-53 {
        font-size: 53px
    }

    .fs-md-54 {
        font-size: 54px
    }

    .fs-md-55 {
        font-size: 55px
    }

    .fs-md-56 {
        font-size: 56px
    }

    .fs-md-57 {
        font-size: 57px
    }

    .fs-md-58 {
        font-size: 58px
    }

    .fs-md-59 {
        font-size: 59px
    }

    .fs-md-60 {
        font-size: 60px
    }

    .fs-md-61 {
        font-size: 61px
    }

    .fs-md-62 {
        font-size: 62px
    }

    .fs-md-63 {
        font-size: 63px
    }

    .fs-md-64 {
        font-size: 64px
    }

    .fs-md-65 {
        font-size: 65px
    }

    .fs-md-66 {
        font-size: 66px
    }

    .fs-md-67 {
        font-size: 67px
    }

    .fs-md-68 {
        font-size: 68px
    }

    .fs-md-69 {
        font-size: 69px
    }

    .fs-md-70 {
        font-size: 70px
    }

    .fs-md-71 {
        font-size: 71px
    }

    .fs-md-72 {
        font-size: 72px
    }

    .fs-md-73 {
        font-size: 73px
    }

    .fs-md-74 {
        font-size: 74px
    }

    .fs-md-75 {
        font-size: 75px
    }

    .fs-md-76 {
        font-size: 76px
    }

    .fs-md-77 {
        font-size: 77px
    }

    .fs-md-78 {
        font-size: 78px
    }

    .fs-md-79 {
        font-size: 79px
    }

    .fs-md-80 {
        font-size: 80px
    }

    .fs-md-81 {
        font-size: 81px
    }

    .fs-md-82 {
        font-size: 82px
    }

    .fs-md-83 {
        font-size: 83px
    }

    .fs-md-84 {
        font-size: 84px
    }

    .fs-md-85 {
        font-size: 85px
    }

    .fs-md-86 {
        font-size: 86px
    }

    .fs-md-87 {
        font-size: 87px
    }

    .fs-md-88 {
        font-size: 88px
    }

    .fs-md-89 {
        font-size: 89px
    }

    .fs-md-90 {
        font-size: 90px
    }

    .fs-md-91 {
        font-size: 91px
    }

    .fs-md-92 {
        font-size: 92px
    }

    .fs-md-93 {
        font-size: 93px
    }

    .fs-md-94 {
        font-size: 94px
    }

    .fs-md-95 {
        font-size: 95px
    }

    .fs-md-96 {
        font-size: 96px
    }

    .fs-md-97 {
        font-size: 97px
    }

    .fs-md-98 {
        font-size: 98px
    }

    .fs-md-99 {
        font-size: 99px
    }

    .fs-md-100 {
        font-size: 100px
    }
}

@media (min-width: 992px) {
    .fs-lg-0 {
        font-size: 0
    }

    .fs-lg-1 {
        font-size: 1px
    }

    .fs-lg-2 {
        font-size: 2px
    }

    .fs-lg-3 {
        font-size: 3px
    }

    .fs-lg-4 {
        font-size: 4px
    }

    .fs-lg-5 {
        font-size: 5px
    }

    .fs-lg-6 {
        font-size: 6px
    }

    .fs-lg-7 {
        font-size: 7px
    }

    .fs-lg-8 {
        font-size: 8px
    }

    .fs-lg-9 {
        font-size: 9px
    }

    .fs-lg-10 {
        font-size: 10px
    }

    .fs-lg-11 {
        font-size: 11px
    }

    .fs-lg-12 {
        font-size: 12px
    }

    .fs-lg-13 {
        font-size: 13px
    }

    .fs-lg-14 {
        font-size: 14px
    }

    .fs-lg-15 {
        font-size: 15px
    }

    .fs-lg-16 {
        font-size: 16px
    }

    .fs-lg-17 {
        font-size: 17px
    }

    .fs-lg-18 {
        font-size: 18px
    }

    .fs-lg-19 {
        font-size: 19px
    }

    .fs-lg-20 {
        font-size: 20px
    }

    .fs-lg-21 {
        font-size: 21px
    }

    .fs-lg-22 {
        font-size: 22px
    }

    .fs-lg-23 {
        font-size: 23px
    }

    .fs-lg-24 {
        font-size: 24px
    }

    .fs-lg-25 {
        font-size: 25px
    }

    .fs-lg-26 {
        font-size: 26px
    }

    .fs-lg-27 {
        font-size: 27px
    }

    .fs-lg-28 {
        font-size: 28px
    }

    .fs-lg-29 {
        font-size: 29px
    }

    .fs-lg-30 {
        font-size: 30px
    }

    .fs-lg-31 {
        font-size: 31px
    }

    .fs-lg-32 {
        font-size: 32px
    }

    .fs-lg-33 {
        font-size: 33px
    }

    .fs-lg-34 {
        font-size: 34px
    }

    .fs-lg-35 {
        font-size: 35px
    }

    .fs-lg-36 {
        font-size: 36px
    }

    .fs-lg-37 {
        font-size: 37px
    }

    .fs-lg-38 {
        font-size: 38px
    }

    .fs-lg-39 {
        font-size: 39px
    }

    .fs-lg-40 {
        font-size: 40px
    }

    .fs-lg-41 {
        font-size: 41px
    }

    .fs-lg-42 {
        font-size: 42px
    }

    .fs-lg-43 {
        font-size: 43px
    }

    .fs-lg-44 {
        font-size: 44px
    }

    .fs-lg-45 {
        font-size: 45px
    }

    .fs-lg-46 {
        font-size: 46px
    }

    .fs-lg-47 {
        font-size: 47px
    }

    .fs-lg-48 {
        font-size: 48px
    }

    .fs-lg-49 {
        font-size: 49px
    }

    .fs-lg-50 {
        font-size: 50px
    }

    .fs-lg-51 {
        font-size: 51px
    }

    .fs-lg-52 {
        font-size: 52px
    }

    .fs-lg-53 {
        font-size: 53px
    }

    .fs-lg-54 {
        font-size: 54px
    }

    .fs-lg-55 {
        font-size: 55px
    }

    .fs-lg-56 {
        font-size: 56px
    }

    .fs-lg-57 {
        font-size: 57px
    }

    .fs-lg-58 {
        font-size: 58px
    }

    .fs-lg-59 {
        font-size: 59px
    }

    .fs-lg-60 {
        font-size: 60px
    }

    .fs-lg-61 {
        font-size: 61px
    }

    .fs-lg-62 {
        font-size: 62px
    }

    .fs-lg-63 {
        font-size: 63px
    }

    .fs-lg-64 {
        font-size: 64px
    }

    .fs-lg-65 {
        font-size: 65px
    }

    .fs-lg-66 {
        font-size: 66px
    }

    .fs-lg-67 {
        font-size: 67px
    }

    .fs-lg-68 {
        font-size: 68px
    }

    .fs-lg-69 {
        font-size: 69px
    }

    .fs-lg-70 {
        font-size: 70px
    }

    .fs-lg-71 {
        font-size: 71px
    }

    .fs-lg-72 {
        font-size: 72px
    }

    .fs-lg-73 {
        font-size: 73px
    }

    .fs-lg-74 {
        font-size: 74px
    }

    .fs-lg-75 {
        font-size: 75px
    }

    .fs-lg-76 {
        font-size: 76px
    }

    .fs-lg-77 {
        font-size: 77px
    }

    .fs-lg-78 {
        font-size: 78px
    }

    .fs-lg-79 {
        font-size: 79px
    }

    .fs-lg-80 {
        font-size: 80px
    }

    .fs-lg-81 {
        font-size: 81px
    }

    .fs-lg-82 {
        font-size: 82px
    }

    .fs-lg-83 {
        font-size: 83px
    }

    .fs-lg-84 {
        font-size: 84px
    }

    .fs-lg-85 {
        font-size: 85px
    }

    .fs-lg-86 {
        font-size: 86px
    }

    .fs-lg-87 {
        font-size: 87px
    }

    .fs-lg-88 {
        font-size: 88px
    }

    .fs-lg-89 {
        font-size: 89px
    }

    .fs-lg-90 {
        font-size: 90px
    }

    .fs-lg-91 {
        font-size: 91px
    }

    .fs-lg-92 {
        font-size: 92px
    }

    .fs-lg-93 {
        font-size: 93px
    }

    .fs-lg-94 {
        font-size: 94px
    }

    .fs-lg-95 {
        font-size: 95px
    }

    .fs-lg-96 {
        font-size: 96px
    }

    .fs-lg-97 {
        font-size: 97px
    }

    .fs-lg-98 {
        font-size: 98px
    }

    .fs-lg-99 {
        font-size: 99px
    }

    .fs-lg-100 {
        font-size: 100px
    }
}

@media (min-width: 1200px) {
    .fs-xl-0 {
        font-size: 0
    }

    .fs-xl-1 {
        font-size: 1px
    }

    .fs-xl-2 {
        font-size: 2px
    }

    .fs-xl-3 {
        font-size: 3px
    }

    .fs-xl-4 {
        font-size: 4px
    }

    .fs-xl-5 {
        font-size: 5px
    }

    .fs-xl-6 {
        font-size: 6px
    }

    .fs-xl-7 {
        font-size: 7px
    }

    .fs-xl-8 {
        font-size: 8px
    }

    .fs-xl-9 {
        font-size: 9px
    }

    .fs-xl-10 {
        font-size: 10px
    }

    .fs-xl-11 {
        font-size: 11px
    }

    .fs-xl-12 {
        font-size: 12px
    }

    .fs-xl-13 {
        font-size: 13px
    }

    .fs-xl-14 {
        font-size: 14px
    }

    .fs-xl-15 {
        font-size: 15px
    }

    .fs-xl-16 {
        font-size: 16px
    }

    .fs-xl-17 {
        font-size: 17px
    }

    .fs-xl-18 {
        font-size: 18px
    }

    .fs-xl-19 {
        font-size: 19px
    }

    .fs-xl-20 {
        font-size: 20px
    }

    .fs-xl-21 {
        font-size: 21px
    }

    .fs-xl-22 {
        font-size: 22px
    }

    .fs-xl-23 {
        font-size: 23px
    }

    .fs-xl-24 {
        font-size: 24px
    }

    .fs-xl-25 {
        font-size: 25px
    }

    .fs-xl-26 {
        font-size: 26px
    }

    .fs-xl-27 {
        font-size: 27px
    }

    .fs-xl-28 {
        font-size: 28px
    }

    .fs-xl-29 {
        font-size: 29px
    }

    .fs-xl-30 {
        font-size: 30px
    }

    .fs-xl-31 {
        font-size: 31px
    }

    .fs-xl-32 {
        font-size: 32px
    }

    .fs-xl-33 {
        font-size: 33px
    }

    .fs-xl-34 {
        font-size: 34px
    }

    .fs-xl-35 {
        font-size: 35px
    }

    .fs-xl-36 {
        font-size: 36px
    }

    .fs-xl-37 {
        font-size: 37px
    }

    .fs-xl-38 {
        font-size: 38px
    }

    .fs-xl-39 {
        font-size: 39px
    }

    .fs-xl-40 {
        font-size: 40px
    }

    .fs-xl-41 {
        font-size: 41px
    }

    .fs-xl-42 {
        font-size: 42px
    }

    .fs-xl-43 {
        font-size: 43px
    }

    .fs-xl-44 {
        font-size: 44px
    }

    .fs-xl-45 {
        font-size: 45px
    }

    .fs-xl-46 {
        font-size: 46px
    }

    .fs-xl-47 {
        font-size: 47px
    }

    .fs-xl-48 {
        font-size: 48px
    }

    .fs-xl-49 {
        font-size: 49px
    }

    .fs-xl-50 {
        font-size: 50px
    }

    .fs-xl-51 {
        font-size: 51px
    }

    .fs-xl-52 {
        font-size: 52px
    }

    .fs-xl-53 {
        font-size: 53px
    }

    .fs-xl-54 {
        font-size: 54px
    }

    .fs-xl-55 {
        font-size: 55px
    }

    .fs-xl-56 {
        font-size: 56px
    }

    .fs-xl-57 {
        font-size: 57px
    }

    .fs-xl-58 {
        font-size: 58px
    }

    .fs-xl-59 {
        font-size: 59px
    }

    .fs-xl-60 {
        font-size: 60px
    }

    .fs-xl-61 {
        font-size: 61px
    }

    .fs-xl-62 {
        font-size: 62px
    }

    .fs-xl-63 {
        font-size: 63px
    }

    .fs-xl-64 {
        font-size: 64px
    }

    .fs-xl-65 {
        font-size: 65px
    }

    .fs-xl-66 {
        font-size: 66px
    }

    .fs-xl-67 {
        font-size: 67px
    }

    .fs-xl-68 {
        font-size: 68px
    }

    .fs-xl-69 {
        font-size: 69px
    }

    .fs-xl-70 {
        font-size: 70px
    }

    .fs-xl-71 {
        font-size: 71px
    }

    .fs-xl-72 {
        font-size: 72px
    }

    .fs-xl-73 {
        font-size: 73px
    }

    .fs-xl-74 {
        font-size: 74px
    }

    .fs-xl-75 {
        font-size: 75px
    }

    .fs-xl-76 {
        font-size: 76px
    }

    .fs-xl-77 {
        font-size: 77px
    }

    .fs-xl-78 {
        font-size: 78px
    }

    .fs-xl-79 {
        font-size: 79px
    }

    .fs-xl-80 {
        font-size: 80px
    }

    .fs-xl-81 {
        font-size: 81px
    }

    .fs-xl-82 {
        font-size: 82px
    }

    .fs-xl-83 {
        font-size: 83px
    }

    .fs-xl-84 {
        font-size: 84px
    }

    .fs-xl-85 {
        font-size: 85px
    }

    .fs-xl-86 {
        font-size: 86px
    }

    .fs-xl-87 {
        font-size: 87px
    }

    .fs-xl-88 {
        font-size: 88px
    }

    .fs-xl-89 {
        font-size: 89px
    }

    .fs-xl-90 {
        font-size: 90px
    }

    .fs-xl-91 {
        font-size: 91px
    }

    .fs-xl-92 {
        font-size: 92px
    }

    .fs-xl-93 {
        font-size: 93px
    }

    .fs-xl-94 {
        font-size: 94px
    }

    .fs-xl-95 {
        font-size: 95px
    }

    .fs-xl-96 {
        font-size: 96px
    }

    .fs-xl-97 {
        font-size: 97px
    }

    .fs-xl-98 {
        font-size: 98px
    }

    .fs-xl-99 {
        font-size: 99px
    }

    .fs-xl-100 {
        font-size: 100px
    }
}

@media (min-width: 1400px) {
    .fs-xxl-0 {
        font-size: 0
    }

    .fs-xxl-1 {
        font-size: 1px
    }

    .fs-xxl-2 {
        font-size: 2px
    }

    .fs-xxl-3 {
        font-size: 3px
    }

    .fs-xxl-4 {
        font-size: 4px
    }

    .fs-xxl-5 {
        font-size: 5px
    }

    .fs-xxl-6 {
        font-size: 6px
    }

    .fs-xxl-7 {
        font-size: 7px
    }

    .fs-xxl-8 {
        font-size: 8px
    }

    .fs-xxl-9 {
        font-size: 9px
    }

    .fs-xxl-10 {
        font-size: 10px
    }

    .fs-xxl-11 {
        font-size: 11px
    }

    .fs-xxl-12 {
        font-size: 12px
    }

    .fs-xxl-13 {
        font-size: 13px
    }

    .fs-xxl-14 {
        font-size: 14px
    }

    .fs-xxl-15 {
        font-size: 15px
    }

    .fs-xxl-16 {
        font-size: 16px
    }

    .fs-xxl-17 {
        font-size: 17px
    }

    .fs-xxl-18 {
        font-size: 18px
    }

    .fs-xxl-19 {
        font-size: 19px
    }

    .fs-xxl-20 {
        font-size: 20px
    }

    .fs-xxl-21 {
        font-size: 21px
    }

    .fs-xxl-22 {
        font-size: 22px
    }

    .fs-xxl-23 {
        font-size: 23px
    }

    .fs-xxl-24 {
        font-size: 24px
    }

    .fs-xxl-25 {
        font-size: 25px
    }

    .fs-xxl-26 {
        font-size: 26px
    }

    .fs-xxl-27 {
        font-size: 27px
    }

    .fs-xxl-28 {
        font-size: 28px
    }

    .fs-xxl-29 {
        font-size: 29px
    }

    .fs-xxl-30 {
        font-size: 30px
    }

    .fs-xxl-31 {
        font-size: 31px
    }

    .fs-xxl-32 {
        font-size: 32px
    }

    .fs-xxl-33 {
        font-size: 33px
    }

    .fs-xxl-34 {
        font-size: 34px
    }

    .fs-xxl-35 {
        font-size: 35px
    }

    .fs-xxl-36 {
        font-size: 36px
    }

    .fs-xxl-37 {
        font-size: 37px
    }

    .fs-xxl-38 {
        font-size: 38px
    }

    .fs-xxl-39 {
        font-size: 39px
    }

    .fs-xxl-40 {
        font-size: 40px
    }

    .fs-xxl-41 {
        font-size: 41px
    }

    .fs-xxl-42 {
        font-size: 42px
    }

    .fs-xxl-43 {
        font-size: 43px
    }

    .fs-xxl-44 {
        font-size: 44px
    }

    .fs-xxl-45 {
        font-size: 45px
    }

    .fs-xxl-46 {
        font-size: 46px
    }

    .fs-xxl-47 {
        font-size: 47px
    }

    .fs-xxl-48 {
        font-size: 48px
    }

    .fs-xxl-49 {
        font-size: 49px
    }

    .fs-xxl-50 {
        font-size: 50px
    }

    .fs-xxl-51 {
        font-size: 51px
    }

    .fs-xxl-52 {
        font-size: 52px
    }

    .fs-xxl-53 {
        font-size: 53px
    }

    .fs-xxl-54 {
        font-size: 54px
    }

    .fs-xxl-55 {
        font-size: 55px
    }

    .fs-xxl-56 {
        font-size: 56px
    }

    .fs-xxl-57 {
        font-size: 57px
    }

    .fs-xxl-58 {
        font-size: 58px
    }

    .fs-xxl-59 {
        font-size: 59px
    }

    .fs-xxl-60 {
        font-size: 60px
    }

    .fs-xxl-61 {
        font-size: 61px
    }

    .fs-xxl-62 {
        font-size: 62px
    }

    .fs-xxl-63 {
        font-size: 63px
    }

    .fs-xxl-64 {
        font-size: 64px
    }

    .fs-xxl-65 {
        font-size: 65px
    }

    .fs-xxl-66 {
        font-size: 66px
    }

    .fs-xxl-67 {
        font-size: 67px
    }

    .fs-xxl-68 {
        font-size: 68px
    }

    .fs-xxl-69 {
        font-size: 69px
    }

    .fs-xxl-70 {
        font-size: 70px
    }

    .fs-xxl-71 {
        font-size: 71px
    }

    .fs-xxl-72 {
        font-size: 72px
    }

    .fs-xxl-73 {
        font-size: 73px
    }

    .fs-xxl-74 {
        font-size: 74px
    }

    .fs-xxl-75 {
        font-size: 75px
    }

    .fs-xxl-76 {
        font-size: 76px
    }

    .fs-xxl-77 {
        font-size: 77px
    }

    .fs-xxl-78 {
        font-size: 78px
    }

    .fs-xxl-79 {
        font-size: 79px
    }

    .fs-xxl-80 {
        font-size: 80px
    }

    .fs-xxl-81 {
        font-size: 81px
    }

    .fs-xxl-82 {
        font-size: 82px
    }

    .fs-xxl-83 {
        font-size: 83px
    }

    .fs-xxl-84 {
        font-size: 84px
    }

    .fs-xxl-85 {
        font-size: 85px
    }

    .fs-xxl-86 {
        font-size: 86px
    }

    .fs-xxl-87 {
        font-size: 87px
    }

    .fs-xxl-88 {
        font-size: 88px
    }

    .fs-xxl-89 {
        font-size: 89px
    }

    .fs-xxl-90 {
        font-size: 90px
    }

    .fs-xxl-91 {
        font-size: 91px
    }

    .fs-xxl-92 {
        font-size: 92px
    }

    .fs-xxl-93 {
        font-size: 93px
    }

    .fs-xxl-94 {
        font-size: 94px
    }

    .fs-xxl-95 {
        font-size: 95px
    }

    .fs-xxl-96 {
        font-size: 96px
    }

    .fs-xxl-97 {
        font-size: 97px
    }

    .fs-xxl-98 {
        font-size: 98px
    }

    .fs-xxl-99 {
        font-size: 99px
    }

    .fs-xxl-100 {
        font-size: 100px
    }
}

.fw-thin {
    font-weight: 100
}

.fw-elight {
    font-weight: 200
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semi {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-heavy {
    font-weight: 800
}

.fw-black {
    font-weight: 900
}

.tt-upper {
    text-transform: uppercase
}

.tt-none {
    text-transform: none
}

.tt-lower {
    text-transform: lowercase
}

.td-under {
    text-decoration: underline
}

.strike {
    text-decoration: line-through
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

@keyframes marquee-rev {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(100%)
    }
}

.wrapper {
    overflow: hidden
}

.wrapper.full {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.wrapper.full > header, .wrapper.full > footer, .wrapper.full > main {
    width: 100%
}

.wrapper.full > main {
    flex-grow: 1
}

.wrapper.full > main section {
    width: 100%
}

.wrapper.full > section {
    flex-grow: 1
}

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

@media (min-width: 1200px) {
    .container {
        max-width: 1080px
    }

    .container.big {
        max-width: 1230px
    }
}

a {
    color: inherit;
    text-decoration: underline
}

a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none
}

a, input, button {
    transition: all .3s ease-in-out
}

a:active, a:focus, input:active, input:focus, button:active, button:focus {
    outline: 0 !important
}

.title {
    text-transform: uppercase;
    font-family: var(--ff-headings);
    line-height: .95;
    font-weight: 700
}

p, .title, .min-title, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    position: relative;
    z-index: 2
}

a.cl-btn, button.cl-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: var(--color-dark);
    border-radius: 12px;
    padding: 10px 20px;
    min-height: 100px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    position: relative;
    z-index: 2;
    background: var(--gradient);
    letter-spacing: -.04em
}

a.cl-btn:hover, button.cl-btn:hover {
    box-shadow: none !important;
    transform: scale(1.05)
}

a.cl-btn.btn-white, button.cl-btn.btn-white {
    background: linear-gradient(270deg, rgba(217, 217, 217, .2) 0, rgba(255, 255, 255, .2) 45.31%, rgba(217, 217, 217, .2) 100%), #FFF;
    box-shadow: 0 3px 3px 0 rgba(255, 255, 255, .25) inset, 0px 9px 0 #DCDCDC
}

a.cl-btn.dark-btn, button.cl-btn.dark-btn {
    color: #fff;
    background: linear-gradient(270deg, rgba(217, 217, 217, .2) 0, rgba(255, 255, 255, .2) 45.31%, rgba(217, 217, 217, .2) 100%), #000
}

@media (min-width: 768px) {
    a.cl-btn, button.cl-btn {
        min-width: 330px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    a.cl-btn, button.cl-btn {
        min-height: 80px
    }
}

@media (max-width: 767px) {
    a.cl-btn, button.cl-btn {
        min-height: 75px;
        border-radius: 4px;
        width: 100%
    }
}

form {
    --fs: 18px;
    --placeholder-fs: 20px;
    --height: 75px;
    --padding: 0 20px;
    --brs: 8px
}

@media (max-width: 767px) {
    form {
        --placeholder-fs: 14px;
        --fs: 16px;
        --height: 62px
    }
}

form .form-control, form .form-select {
    border-radius: 0;
    border: 0;
    border: 1px solid #C6C6C6;
    color: #000;
    width: 100%;
    outline: 0;
    font-size: var(--fs);
    background-color: var(--color-light);
    box-shadow: none !important;
    height: var(--height);
    padding: var(--padding);
    border-radius: var(--brs);
    margin-bottom: 10px;
}

form .form-control::-webkit-input-placeholder, form .form-select::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3)
}

form .form-control::-moz-placeholder, form .form-select::-moz-placeholder {
    color: rgba(0, 0, 0, .3)
}

form .form-control:-moz-placeholder, form .form-select:-moz-placeholder {
    color: rgba(0, 0, 0, .3)
}

form .form-control:-ms-input-placeholder, form .form-select:-ms-input-placeholder {
    color: rgba(0, 0, 0, .3)
}

form .form-control:focus, form .form-select:focus {
    border-color: var(--color-primary)
}

form textarea.form-control {
    padding: 10px 15px
}

form .inputblock {
    margin-bottom: 10px
}

form .cl-btn {
    width: 100%;
    min-width: 0
}

.page-404 {
    min-height: 100vh
}

.page-404 .info {
    text-align: center
}

.page-404 .t1 {
    font-size: 10em
}

.page-404 .t2 {
    font-size: 1.4em;
    margin: 0 0 20px
}

.page-404 .t3 {
    font-size: .9em
}

.clock {
    line-height: 1
}

.clock.simple-dots .countdown-row {
    display: inline-flex;
    text-align: center;
    font-weight: 700
}

.clock.simple-dots .countdown-row .countdown-section {
    position: relative;
    width: 1.8em;
    padding: .3em .2em .4em .2em;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .18);
    border-radius: .2em;
    color: var(--color-dark)
}

.clock.simple-dots .countdown-row .countdown-section:not(:last-of-type) {
    margin-right: .2em
}

.clock.simple-dots .countdown-row .countdown-section:not(:last-of-type):before {
    position: absolute;
    content: ":";
    right: -.55em;
    top: 50%;
    transform: translateY(-55%);
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    display: none
}

.clock.simple-dots .countdown-row .countdown-section span {
    display: block;
    color: inherit;
    font-weight: inherit;
    line-height: inherit
}

.clock.simple-dots .countdown-row .countdown-section span.countdown-amount {
    font-size: inherit;
    font-weight: inherit
}

.clock.simple-dots .countdown-row .countdown-section span.countdown-period {
    font-size: .4em;
    margin: 5px 0 0 0;
    font-weight: 400;
    display: none
}

.invisible-load {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease
}

.invisible-load.active {
    opacity: 1;
    visibility: visible
}

picture {
    display: block
}

.lh-08 {
    line-height: .8
}

.lh-09 {
    line-height: .9
}

.lh-1_4 {
    line-height: 1.4
}

.ls-027 {
    letter-spacing: .27em
}

.ls-028 {
    letter-spacing: .28em
}

.ls-038 {
    letter-spacing: .38em
}

.ls-05 {
    letter-spacing: .5em
}

.tickets {
    bottom: 0;
    left: 50%;
    z-index: 2
}

.tickets img {
    width: 2470px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .tickets img {
        width: 2070px
    }
}

@media (max-width: 767px) {
    .tickets img {
        width: 1160px
    }
}

.video-frame {
    width: 155px;
    position: relative;
    flex-shrink: 0
}

.video-frame video {
    width: 98%;
    height: 98%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px
}

.video-frame img {
    position: relative;
    height: 100%;
    width: 100%
}

@media (max-width: 767px) {
    .video-frame {
        width: 100px;
        height: 75px
    }
}

.sign-list {
    --bg: url(../images/icon-ok.svg) no-repeat center / contain;
    --width: 21px;
    --height: 21px;
    --offset: 15px;
    --mb: 35px
}

@media (max-width: 767px) {
    .sign-list {
        --mb: 22px
    }
}

.sign-list p {
    padding: 0 0 0 calc(var(--offset) + var(--width))
}

.sign-list p:not(:last-of-type) {
    margin-bottom: var(--mb)
}

.sign-list p:before {
    position: absolute;
    content: '';
    top: .14em;
    left: 0;
    width: var(--width);
    height: var(--height);
    background: var(--bg)
}

.form-block {
    background: rgba(50, 50, 50, .9);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 20px;
    color: var(--color-light);
    padding: 20px
}

.grad-txt {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.grad-txt.dark {
    background: var(--gradient-dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.grad-txt.red {
    background: var(--gradient-red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.old-price {
    background: var(--color-light);
    border-radius: 5px;
    padding: 10px 35px;
    display: inline-block;
    line-height: 1;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .25)
}

.old-price span {
    position: relative;
    background: linear-gradient(0deg, #323232, #323232);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.old-price span:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-18deg);
    width: 100%;
    height: 3px;
    background: #FF0307
}

@media (max-width: 767px) {
    .old-price {
        padding: 7px 35px
    }
}

.lts-0 {
    letter-spacing: initial !important
}

.marquee-line {
    --animation: 40s
}

.marquee-line .marquee-inner {
    display: flex;
    align-items: center;
    column-gap: .5em;
    animation: marquee var(--animation) linear infinite
}

.marquee-line .marquee-inner.rev {
    animation: marquee-rev var(--animation) linear infinite
}

.marquee-line .marquee-inner .text {
    white-space: nowrap
}

.triangle-bg {
    --size: 8.5%;
    position: relative
}

.triangle-bg:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% var(--size), 100% 0, 100% 100%, 0 100%, 0 0);
    background: linear-gradient(297.77deg, rgba(255, 255, 255, 0) -14.84%, rgba(255, 255, 255, .231) 45.93%, rgba(255, 255, 255, 0) 119.27%), #F0F33A
}

.text {
    --mb: 15px
}

.text p:not(:last-of-type) {
    margin-bottom: var(--mb)
}

.header {
    background: url(../images/main-bg.webp) no-repeat center / cover;
    position: relative;
    color: #fff;
    padding: 0 0 30px 0
}

.header .container {
    z-index: 3
}

.header .content-top .info {
    border-radius: 0 0 11px 11px;
    padding: 28px 50px;
    border: 1px solid #C6C6C6;
    background: #FFF;
    display: inline-block
}

.header .content-top .date {
    border-radius: 11px;
    padding: 10px 20px 10px 0;
    column-gap: 10px;
    max-width: 420px;
    border: 2px solid #FFF;
    display: flex;
    align-items: center;
    text-transform: uppercase
}

.header .content-top .date .icon {
    width: 52px;
    height: 52px;
    padding: 10px;
    margin-left: -26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff
}

.header .content-top .date .icon img {
    max-width: 100%;
    max-height: 100%
}

.header .content-top .date p {
    flex-grow: 1
}

.header .content-main {
    margin: 30px 0 0 0
}

.header .content-main .title {
    color: var(--color-light)
}

.header .content-main .content-block {
    position: relative;
    z-index: 4
}

.header .content-main .content-block .for-title .sub-title {
    margin-top: 16px
}

.header .content-main .best-icon {
    position: relative;
    aspect-ratio: .758;
    width: 100%;
    width: 86px;
    flex-shrink: 0
}

.header .content-main .best-icon > img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.header .content-main .blocks {
    margin: 40px 0 0 0
}

.header .content-main .blocks .block {
    display: flex;
    align-items: center;
    column-gap: 11px
}

.header .content-main .blocks .block .icon {
    flex-shrink: 0;
    position: relative;
    aspect-ratio: 1;
    width: 100%;
    overflow: hidden;
    width: 60px;
    flex-shrink: 0
}

.header .content-main .blocks .block .icon > img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.header .content-main .form-block {
    padding: 40px 17px 20px 17px;
    position: relative;
    max-width: 440px;
    margin-left: auto
}

.header .content-main .form-block .old-price {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%)
}

.header .content-main .form-block .form-title .txt {
    margin-top: 5px
}

.header .content-main .form-block form {
    margin-top: 20px
}

.header .content-main .form-block form .form-control {
    background-color: #EEE
}

.header .content-main .form-block .video-block {
    margin: 26px 0 0 0;
    padding: 4px 10px 5px 10px;
    border-radius: 13px;
    position: relative;
    text-align: left
}

.header .content-main .form-block .video-block .video-frame {
    width: 130px;
    height: 90px
}

.header .content-main .form-block .video-block .arrow {
    right: 0;
    bottom: 0;
    transform: translateY(54%);
    z-index: 10;
}

.header .content-main .form-block .video-block .arrow img {
    width: 95px;
}

@media (min-width: 768px) {
    .header .content-main .best-icon {
        position: absolute;
        right: 0;
        top: -11px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header .content-top .info {
        padding: 20px
    }

    .header .content-top .date {
        padding: 9px 5px 9px 0;
        border-radius: 12px;
        column-gap: 5px;
        line-height: 1;
        letter-spacing: 0;
        width: 93%;
        max-width: 360px;
        margin: auto
    }

    .header .content-top .date .icon {
        width: 36px;
        height: 36px;
        padding: 5px;
        margin-left: -18px
    }

    .header .content-main .best-icon {
        top: 80px
    }

    .header .content-main .blocks .block .icon {
        width: 50px
    }

    .header .content-main .form-block .video-block .video-frame {
        width: 105px
    }

    .header .content-main .form-block .video-block .arrow img {
        width: 130px
    }
}

@media (max-width: 767px) {
    .header {
        text-align: center;
        padding: 20px 0 10px 0;
        background: linear-gradient(180deg, #06050E 0, #46464A 100%)
    }

    .header .content-top .info {
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 30px;
        width: 100%;
        display: grid;
        grid-template-columns:2fr 1fr;
        padding-inline: 0
    }

    .header .content-top .date {
        padding: 9px 5px 9px 0;
        border-radius: 12px;
        column-gap: 5px;
        line-height: 1;
        letter-spacing: 0;
        width: 93%;
        max-width: 360px;
        margin: auto
    }

    .header .content-top .date .icon {
        width: 36px;
        height: 36px;
        padding: 5px;
        margin-left: -18px
    }

    .header .content-main {
        margin: 0
    }

    .header .content-main .for-title .sub-title {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 19px;
        text-align: left;
        font-weight: 300
    }

    .header .content-main .blocks {
        margin: 10px auto 30px;
        position: relative;
        z-index: 3;
        max-width: 460px
    }

    .header .content-main .blocks .block {
        column-gap: 5px
    }

    .header .content-main .blocks .block .icon {
        width: 40px
    }

    .header .content-main .form-block {
        margin: auto;
        background: #282828;
        padding: 43px 20px 20px 20px;
        max-width: 100%
    }

    .header .content-main .form-block .old-price {
        transform: translate(-50%, -32%)
    }

    .header .content-main .form-block .video-block {
        padding: 4px 10px 0 5px
    }

    .header .content-main .form-block .video-block .video-frame {
        width: 100px;
        height: 70px
    }

    .header .content-main .form-block .video-block .arrow {
        right: 1%;
        transform: translateY(64%)
    }

    .header .content-main .form-block .video-block .arrow img {
        width: 90px
    }
}

.percents-marquee {
    background: linear-gradient(141.13deg, rgba(255, 255, 255, 0) -3.27%, rgba(255, 255, 255, .19) 50.9%, rgba(255, 255, 255, 0) 109.72%), #000;
    box-shadow: 0 0 57.8424px rgba(255, 255, 255, .56);
    line-height: 1;
    padding: 18px 0 16px 0;
    position: relative
}

.percents-marquee.percents-2 {
    z-index: 3
}

@media (max-width: 767px) {
    .percents-marquee {
        padding: 14px 0 12px 0
    }
}

.will {
    padding: 80px 0 0 0
}

.will .for-title {
    margin: 0 0 38px 0
}

.will .for-title .txt {
    margin-bottom: 30px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .will .for-title {
        margin: 0 0 55px 0
    }
}

@media (max-width: 767px) {
    .will {
        background: url(../images/picture-will-bg.webp) no-repeat center / cover;
        padding: 50px 0 50px 0
    }

    .will .for-title {
        margin: 0 0 32px 0
    }

    .will .for-title .txt {
        margin-bottom: 18px
    }
}

.will .pic {
    position: relative;
    aspect-ratio: .668;
    width: 100%;
    width: 380px;
    flex-shrink: 0
}

.will .pic > img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.will .for-btn {
    text-align: center
}

.will .for-btn .cl-btn {
    max-width: 340px;
    width: 100%;
    box-shadow: 0 16px 32px -4px rgba(12, 12, 13, .1), 0px 4px 4px -4px rgba(12, 12, 13, .05)
}

@media (max-width: 991px) {
    .will .for-btn {
        margin: 10px 0 0 0
    }
}

@media (min-width: 992px) {
    .will .ok-list {
        --padding: 125px;
        --width: 110px
    }

    .will .ok-list.okl-2 p {
        padding-left: var(--padding);
        padding-right: 0
    }

    .will .ok-list.okl-2 p:before {
        right: initial;
        left: 0;
        background: url(../images/icon-ok-line-r.svg) no-repeat center / contain
    }

    .will .ok-list p {
        padding-right: var(--padding);
        margin-bottom: 34px
    }

    .will .ok-list p:before {
        position: absolute;
        top: .3em;
        right: 0;
        width: var(--width);
        height: 22px;
        background: url(../images/icon-ok-line.svg) no-repeat center / contain
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .will .ok-list {
        --padding: 70px;
        --width: 60px;
        padding: 0
    }
}

@media (max-width: 991px) {
    .will .ok-list p {
        margin-bottom: 24px
    }

    .will .ok-list p:before {
        position: absolute;
        background: url(../images/icon-ok.svg) no-repeat center / contain;
        left: 0;
        top: .1em;
        font-size: 22px;
        width: 22px;
        height: 22px
    }
}

.bonuses {
    padding: 145px 0 65px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 2
}

.bonuses:before {
    background: linear-gradient(297.77deg, rgba(255, 255, 255, 0) -14.84%, rgba(255, 255, 255, .231) 45.93%, rgba(255, 255, 255, 0) 119.27%), #000
}

.bonuses .for-title {
    color: var(--color-light);
    margin: 0 0 95px 0
}

.bonuses .for-title .sub-title {
    margin-bottom: 32px;
    opacity: .67
}

.bonuses .blocks {
    display: flex;
    gap: 60px 14px;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center
}

.bonuses .block {
    background: var(--color-light);
    border: 1px solid #b4b4b4;
    border-radius: 20px;
    padding: 72px 10px 19px 10px;
    position: relative;
    max-width: 200px
}

.bonuses .block .pic {
    position: relative;
    aspect-ratio: 1;
    width: 100%;
    overflow: hidden;
    width: 114px;
    border-radius: 17px;
    border: 1px solid #fff;
    box-shadow: 0 4px 15.1px rgba(0, 0, 0, .25);
    background: linear-gradient(174.74deg, #060b0f 52.68%, #101a27 87.57%)
}

.bonuses .block .pic > img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.bonuses .block .pic-mobile {
    display: flex;
    justify-content: start;
    align-content: center
}

.bonuses .block .pic-mobile img {
    width: 114px;
    transform: scale(1.1)
}

.bonuses .block .instruction {
    color: #999999;
    margin: 14px auto 10px
}

.bonuses .for-btn {
    margin: 30px 0 0 0
}

@media (min-width: 768px) {
    .bonuses .block .pic {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -35%)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bonuses .for-title {
        margin-bottom: 65px
    }

    .bonuses .block {
        padding: 85px 10px 15px 10px
    }

    .bonuses .block .pic {
        width: 110px
    }
}

@media (max-width: 767px) {
    .bonuses {
        --size: 3.5%;
        padding: 50px 0 35px 0
    }

    .bonuses .for-title {
        margin: 0 0 18px 0
    }

    .bonuses .for-title .sub-title {
        margin-bottom: 18px;
        letter-spacing: .18em
    }

    .bonuses .blocks .row {
        row-gap: 20px
    }

    .bonuses .blocks {
        flex-direction: column;
        gap: 14px
    }

    .bonuses .block {
        border-radius: 20px;
        padding: 10px;
        column-gap: 14px;
        height: auto;
        display: flex;
        align-items: center;
        text-align: left;
        max-width: 100%
    }

    .bonuses .block .pic {
        border-radius: 17px;
        flex-shrink: 0
    }

    .bonuses .block .instruction {
        margin-top: 0
    }

    .bonuses .for-btn {
        margin: 20px 0 0 0
    }
}

.free-line {
    background: linear-gradient(141.13deg, rgba(255, 255, 255, 0) -3.27%, rgba(255, 255, 255, .19) 50.9%, rgba(255, 255, 255, 0) 109.72%), #000;
    box-shadow: 0 0 47.4px rgba(255, 255, 255, .56);
    position: relative;
    padding: 22px 0 22px 0;
    text-align: center;
    color: var(--color-light);
    z-index: 2
}

@media (max-width: 767px) {
    .free-line {
        padding: 15px 0
    }
}

.big-bg {
    background: var(--color-dark);
    position: relative;
    color: var(--color-light);
    z-index: 2
}

.big-bg .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.big-bg .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 767px) {
    .big-bg {
        background: #06050E
    }
}

.usefull {
    position: relative;
    padding: 60px 0 0 0;
    color: #fff;
    text-align: center
}

.usefull .title {
    margin: 0 0 35px 0
}

.usefull .block {
    --brs: 10px;
    height: 100%;
    margin: auto;
    border-radius: var(--brs);
    overflow: hidden;
    background: #282828;
    border: 1px solid rgba(255, 255, 255, .1)
}

.usefull .block .pic {
    position: relative;
    aspect-ratio: 1.47;
    width: 100%;
    overflow: hidden;
    border-radius: 10px
}

.usefull .block .pic > img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.usefull .block .arrow-text {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 20px;
    column-gap: 20px;
    margin: -20px 0 0 0;
    position: relative;
    border-radius: var(--brs);
    background: var(--gradient);
    color: var(--color-dark);
    text-align: left
}

.usefull .block .arrow-text .icon {
    flex-shrink: 0;
    height: 33px
}

.usefull .block .arrow-text .icon img {
    height: 100%
}

.usefull .block .text {
    padding: 10px 15px 20px 15px
}

@media (min-width: 768px) and (max-width: 991px) {
    .usefull .blocks .row {
        row-gap: 30px
    }
}

@media (max-width: 767px) {
    .usefull {
        padding: 55px 0 0 0
    }

    .usefull .title {
        margin: 0 0 30px 0
    }

    .usefull .blocks .row {
        row-gap: 30px
    }

    .usefull .block .arrow-text {
        padding: 10px 10px 10px 20px;
        min-height: 80px
    }

    .usefull .block .text {
        padding: 18px
    }
}

.from-after {
    padding: 58px 0 60px 0;
    text-align: center
}

.from-after .blocks {
    max-width: 385px;
    margin: 50px auto 0
}

.from-after .blocks .block:not(:last-of-type) {
    margin-bottom: 30px
}

.from-after .blocks .sub-title {
    background: var(--color-primary);
    color: var(--color-dark);
    border-radius: 14px;
    padding: 5px 16px 3px 16px;
    line-height: 1;
    display: inline-block;
    position: relative;
    z-index: 2
}

.from-after .blocks .txt {
    margin-top: 20px
}

.from-after .blocks .photo {
    margin: auto;
    position: relative
}

.from-after .blocks .photo-1 {
    position: relative;
    aspect-ratio: 1.325;
    width: 100%;
    max-width: 390px
}

.from-after .blocks .photo-1 > img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.from-after .blocks .photo-2 {
    position: relative;
    aspect-ratio: .675;
    width: 100%;
    max-width: 290px
}

.from-after .blocks .photo-2 > img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.from-after .blocks .photo-3 {
    position: relative;
    aspect-ratio: .84;
    width: 100%;
    max-width: 335px
}

.from-after .blocks .photo-3 > img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.from-after .before-block .photo-1 {
    margin-top: -25px
}

@media (max-width: 767px) {
    .from-after {
        padding: 40px 0 60px 0
    }

    .from-after .blocks {
        margin: 24px auto 0
    }

    .from-after .blocks .block:not(:last-of-type) {
        margin-bottom: 30px
    }

    .from-after .before-block .photo-1 {
        margin-top: 0
    }

    .from-after .before-block .photo-block {
        position: relative
    }

    .from-after .before-block .photo-block .sub-title {
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%)
    }
}

.freedom {
    padding: 60px 0 30px 0
}

.freedom .for-title {
    text-align: center;
    margin-bottom: 38px
}

.freedom .for-title .sub-title {
    margin-bottom: 34px
}

.freedom .photo {
    position: relative;
    aspect-ratio: 1.5;
    width: 100%;
    overflow: hidden;
    border-radius: 20px
}

.freedom .photo > img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media (max-width: 767px) {
    .freedom {
        background: url(../images/picture-will-bg.webp) no-repeat center / cover;
        padding: 48px 0 60px 0
    }

    .freedom .for-title {
        margin-bottom: 35px
    }

    .freedom .for-title .sub-title {
        margin-bottom: 18px
    }
}

.bonus-registration {
    position: relative;
    padding: 160px 0 90px 0;
    overflow: hidden;
    z-index: 2
}

.bonus-registration .form-wrapper {
    max-width: 390px;
    margin: auto
}

.bonus-registration form {
    --fs: 16px;
    --placeholder-fs: 14px;
    --height: 65px;
    --padding: 0 15px
}

.bonus-registration form .cl-btn {
    min-height: 80px
}

.bonus-registration .video-frame {
    width: 420px;
    height: 290px;
    transform: rotate(7deg);
    margin-top: 60px
}

.bonus-registration .for-video {
    position: relative
}

.bonus-registration .for-video .icon {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(10%, -10%);
    width: 60px
}

.bonus-registration .for-video .icon img {
    width: 100%
}

@media (min-width: 768px) and (max-width: 991px) {
    .bonus-registration {
        padding: 120px 0 70px 0
    }

    .bonus-registration .video-frame {
        width: 320px;
        height: 210px
    }
}

@media (max-width: 767px) {
    .bonus-registration {
        --size: 3.5%;
        padding: 60px 0 35px 0;
        margin-top: -30px
    }

    .bonus-registration .for-title {
        margin: 0 0 20px 0
    }

    .bonus-registration .for-video {
        width: 225px;
        margin: 40px auto 0
    }

    .bonus-registration .for-video .video-frame {
        height: 150px;
        width: 100%;
        margin: 0
    }

    .bonus-registration .for-video .icon {
        transform: translate(45%, -7%)
    }

    .bonus-registration .for-video .icon img {
        width: 65px
    }

    .bonus-registration form {
        margin: 35px auto 0
    }

    .bonus-registration .for-clock {
        margin: 30px 0 0 0
    }
}

.about {
    position: relative;
    padding: 60px 0 60px 0
}

.about .main-photo img {
    margin-bottom: 30px;
    max-width: 100%;
    border-radius: 20px;
    width: 100%
}

.about .for-title {
    margin-bottom: 30px
}

.about .pic {
    --height: 205px;
    height: var(--height)
}

.about .pic.double {
    height: calc(var(--height) * 2 + var(--bs-gutter-y))
}

.about .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (min-width: 768px) {
    .about .main-info {
        max-width: 430px
    }

    .about .pictures {
        margin-left: -70px
    }

    .about .sign-list {
        --width: 33px;
        --height: 33px;
        --offset: 25px;
        --mb: 26px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .about .title {
        font-size: 96px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .about .pictures {
        margin: 0
    }

    .about .sign-list {
        --width: 25px;
        --height: 25px;
        --offset: 20px;
        --mb: 20px
    }
}

@media (max-width: 767px) {
    .about {
        padding: 40px 0 45px 0;
        background: url(../images/picture-will-bg.webp) no-repeat center / cover
    }

    .about .pic {
        --height: 105px
    }

    .about .main-info {
        margin-bottom: 38px
    }

    .about .sign-list {
        --width: 25px;
        --height: 25px;
        --offset: 20px;
        --mb: 20px
    }
}

.reviews {
    padding: 60px 0 80px 0;
    background: url(../images/web-bg.webp) no-repeat center / cover
}

.reviews .content-top {
    text-align: center;
    margin-bottom: 50px
}

.reviews .content-top .rating-block {
    margin-top: 18px
}

.reviews .content-top .rating-block .rating {
    display: inline-flex;
    align-items: center;
    column-gap: 15px
}

.reviews .blocks .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px
}

.reviews .block {
    background: var(--color-light);
    border-radius: 10px;
    padding: 20px 10px;
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    height: 100%
}

.reviews .block .photo {
    position: relative;
    aspect-ratio: 1;
    width: 100%;
    overflow: hidden;
    width: 50px;
    border-radius: 10px;
    flex-shrink: 0;
    border: 1px solid rgba(175, 161, 255, .231);
    flex-shrink: 0
}

.reviews .block .photo > img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.reviews .block .name {
    font-weight: 700
}

.reviews .block .rate-info {
    display: flex;
    margin-top: 10px;
    column-gap: 10px;
    align-items: center
}

.reviews .block .rate-info .rate {
    display: flex;
    align-items: center;
    padding: 4px 10px;
    column-gap: 4px;
    line-height: 1;
    background: var(--color-light);
    box-shadow: 0 4px 26.3px rgba(0, 0, 0, .18);
    border-radius: 3px;
    font-weight: 600;
    line-height: 1
}

.reviews .block .rate-info .rate .star {
    line-height: 0
}

.reviews .block .rate-info .txt {
    color: #585E72
}

.reviews .block .text {
    margin-top: 10px
}

.reviews .for-btn {
    margin-top: 50px;
    text-align: center
}

@media (max-width: 767px) {
    .reviews {
        background: #06050E;
        padding: 35px 0 90px 0
    }

    .reviews .content-top {
        margin-bottom: 30px
    }

    .reviews .content-top .rating-block {
        margin-top: 18px
    }

    .reviews .content-top .rating-block .rating {
        column-gap: 13px
    }

    .reviews .content-top .rating-block .rating .icon img {
        height: 27px
    }

    .reviews .for-btn {
        margin-top: 30px
    }
}

.screens {
    padding: 155px 0 70px 0;
    margin-top: -95px;
    z-index: 2
}

.screens:before {
    background: linear-gradient(297.77deg, rgba(255, 255, 255, 0) -14.84%, rgba(255, 255, 255, .231) 45.93%, rgba(255, 255, 255, 0) 119.27%), #000
}

.screens .blocks {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 10px;
    margin-top: 15px
}

.screens .blocks .block {
    position: relative;
    aspect-ratio: 1;
    width: 100%;
    overflow: hidden;
    border: 1.44706px solid rgba(255, 255, 255, .3);
    box-shadow: 0 16px 32px -4px rgba(12, 12, 13, .1), 0px 4px 4px -4px rgba(12, 12, 13, .05);
    border-radius: 28.9412px
}

.screens .blocks .block > img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media (min-width: 768px) and (max-width: 1199px) {
    .screens {
        padding: 125px 0 70px 0
    }
}

@media (max-width: 767px) {
    .screens {
        --size: 3.5%;
        margin: -50px 0 0 0;
        padding: 60px 0 0 0
    }

    .screens .blocks {
        grid-template-columns:repeat(2, 1fr)
    }

    .screens .blocks .block {
        border-width: 1px;
        border-radius: 20px
    }
}

.registration {
    padding: 60px 0;
    text-align: center
}

.registration .video-frame {
    width: 330px;
    height: 220px;
    transform: rotate(7deg);
    margin: 60px auto 0
}

@media (min-width: 768px) {
    .registration .form-block {
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 45.31%, rgba(255, 255, 255, 0) 100%), #202020;
        max-width: 390px;
        margin: auto
    }

    .registration .form-block form {
        --height: 65px
    }

    .registration .form-block .cl-btn {
        min-height: 90px
    }
}

@media (max-width: 767px) {
    .registration {
        background: linear-gradient(297.77deg, rgba(255, 255, 255, 0) 36.16%, rgba(255, 255, 255, .231) 101.93%, rgba(255, 255, 255, 0) 149.27%), #000;
        padding: 25px 0 30px 0
    }

    .registration .form-block {
        background: #020410;
        padding: 45px 20px 20px 20px
    }

    .registration .form-block .old-price {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -30%)
    }

    .registration .form-block .old-price span:before {
        background: var(--color-primary)
    }

    .registration .form-block .form-title {
        margin-bottom: 20px
    }

    .registration .form-block .form-title .txt {
        margin-top: 5px
    }

    .registration .bonus-block {
        display: flex;
        align-items: center;
        background: #000;
        border: 1px solid rgba(255, 255, 255, .32);
        border-radius: 10px;
        padding: 8px
    }

    .registration .bonus-block .video-frame {
        width: 100px;
        height: 75px;
        margin: 0;
        transform: none
    }
}

.footer {
    padding: 20px 0;
    text-align: center
}

.footer .container {
    max-width: 900px
}

.footer a {
    text-decoration: none
}

.footer a:hover {
    color: var(--color-secondary)
}

.footer .text {
    max-width: 625px;
    margin: 0 auto 38px
}

.footer .icon-link {
    display: flex;
    align-items: center;
    column-gap: 10px
}

.footer .icon-link:not(:last-of-type) {
    margin-bottom: 5px
}

.footer .icon-link .icon {
    position: relative;
    aspect-ratio: 1;
    width: 100%;
    width: 20px;
    flex-shrink: 0
}

.footer .icon-link .icon > img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.footer .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 23px;
    margin-top: 38px;
    text-transform: uppercase
}

.footer .pay {
    position: relative;
    aspect-ratio: 2.837;
    width: 100%;
    overflow: hidden;
    max-width: 240px;
    margin: auto
}

.footer .pay > img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.footer .rights {
    margin: 38px 0 0 0
}

@media (max-width: 767px) {
    .footer {
        padding: 40px 0
    }

    .footer .text {
        margin: 0 auto 34px
    }

    .footer .links {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 35px
    }

    .footer .row {
        row-gap: 40px
    }
}

.load-progress {
    letter-spacing: .3px
}

.load-progress .progress-info {
    color: #a2a2a2
}

.load-progress .progress-info .number-engaged, .load-progress .progress-info .number-left {
    color: var(--color-light)
}

.load-progress .progress {
    height: 7px
}

.load-progress .progress-bar {
    background-color: var(--color-primary)
}

.btn-wrapper {
    transition: .2s all ease;
    height: 110px;
}
.btn-wrapper:hover {
    transform: scale(1.06)
}
.yellow-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    padding: 10px 20px;
    min-height: 100px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 1px;
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    position: relative;
    z-index: 0;
    background: linear-gradient(96.62deg,#F6FF46 -.4%,#FFFB8B 49.08%,#FBFF2D 113.35%);
    width: 100%;
    max-width: 420px;
}

.reg-button>span {
    color: #1F1F1F;
    font-size: 22px !important;
}
