* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.page__body {
    font-family: "Open Sans", sans-serif;
}

.page__content-wrapper {
    position: relative;
    overflow: hidden;
}

.page__main-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1510px;
    width: 411px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.page__snow-wrapper {
    position: absolute;
    pointer-events: none;
}

.page__main-bg--en {
    background-image: url("../images/411-360-EN.webp");
}

.page__container {
    max-width: 411px;
    width: 100%;
    padding: 0 38px;
    margin: 0 auto;
}

.page__main-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 494px 0 51px 0;
}

.page__contacts-btn {
    display: block;
    height: 38px;
    width: 184px;
    border-radius: 8px;
    background: #FC6326;
    box-shadow: 0 0 18.3px 0 #727272;
    font-family: "Inter", sans-serif;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    text-decoration: none;
    transition: background-color .5s ease-in-out, box-shadow .5s ease-in-out;
    border: 2px solid transparent;
    padding: 5px 19px;
}

.page__contacts-btn:active {
    background: #D53D00;
    box-shadow: none;
}

.page__contacts-btn:focus {
    border: 2px solid #FFF;
    background: #FF763F;
    box-shadow: none;
}

.page__conditions-wrapper {
    position: relative;
    padding-top: 94px;
    margin-bottom: 20px;
}

.page__conditions {
    position: relative;
    border-radius: 38px;
    padding: 36.71px 18px 29.29px 23.99px;
    border: 2px solid #000;
    box-shadow: 0 0 42px 0 #FFF;
    font-family: "Open Sans", sans-serif;
    color: #E3E3E3;
    font-size: 14px;
    overflow: hidden;
}

.page__conditions-bg {
    position: absolute;
    top: -146px;
    left: -252px;
    width: 887.078px;
    height: 939.825px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(141, 30, 255, 0.2) 100%), linear-gradient(180deg, #0F55B7 0%, #072651 100%);
    z-index: -1;
}

.page__conditions-bg:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-image: url("../images/conditions-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(-32.23deg);
}

.page__conditions-decore {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.page__conditions-decore--1 {
    top: 91px;
    left: 3px;
    height: 16px;
    width: 57px;
    background-image: url("../images/decore-left-mobile.svg");
}

.page__conditions-decore--2 {
    top: 91px;
    left: 276px;
    height: 26px;
    width: 53px;
    background-image: url("../images/decore-right-mobile.svg");
}

.page__conditions-chip {
    position: absolute;
    top: 75.5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    width: 211px;
    border-radius: 24px;
    border: 2px solid #000;
    background: linear-gradient(180deg, #8D1EFF 0%, #551299 100%);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #E3E3E3;
    z-index: 2;
}

.page__conditions-text {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.page__promo-rules {
    font-weight: 600;
    font-size: 14px;
}

.page__conditions-title {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin: 8px 0;
}

.page__bonus-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;
}

.page__bonus-item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
}

.page__bonus-item:last-child {
    line-height: 136.1%;
    font-weight: 400;
    font-style: italic;
}

.page__example-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: disc;
    padding-left: 14px;
    margin-bottom: 12px;
}

.page__example-item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
}

.page__promotion-wrapper {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: lowercase;
    margin-bottom: 12px;
}

.page__promotion-wrapper strong {
    line-height: 175.729%;
}

.page__promotion-text-botom {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 136.767%;
    text-transform: lowercase;
}

.page__promotion-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 136.767%;
    text-transform: uppercase;
}

.page__support-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border-radius: 100px;
    background: #FFF;
    text-align: center;
    padding: 10px 19px;
}

.page__support-text {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.page__mail-text {
    color: #0093BC;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    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;
    text-transform: uppercase;
}

.page__ellipse {
    width: 335px;
    height: 17px;
    background-image: url("../images/ellipse.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 412px) {
    .page__body {
        background: linear-gradient(90deg, #175AB5 0%, #256DC5 25.96%, #2A73CB 46.48%, #2973CB 72.6%, #185BB6 100%);
    }

    .page__main-bg--en {
        height: 1451px;
        width: 599px;
        background-image: url("../images/599-412-EN.webp");
    }

    .page__container {
        max-width: 412px;
        padding: 5.5px;
    }

    .page__main-content {
        padding: 562px 0 25px 0;
    }

    .page__conditions-wrapper {
        width: 391px;
        padding-top: 96px;
    }

    .page__conditions-chip {
        height: 42px;
        width: 222px;
    }

    .page__conditions-text {
        font-size: 16px;
        letter-spacing: 0.64px;
    }

    .page__conditions-decore--1 {
        left: 21px;
        width: 59px;
        height: 16px;
    }

    .page__conditions-decore--2 {
        left: 313px;
        height: 19px;
        width: 56px;
    }

    .page__conditions {
        box-shadow: 0 0 149px 0 rgba(255, 255, 255, 0.50);
    }

    .page__promotion-title {
        font-size: 20px;
    }

    .page__ellipse {
        width: 391px;
    }
}

@media screen and (min-width: 600px) {
    .page__main-bg--en {
        height: 1370px;
        width: 1023px;
        background-image: url("../images/1023-600-EN.webp");
    }

    .page__container {
        max-width: 494px;
        padding: 0;
    }

    .page__main-content {
        padding: 536px 0 24px 0;
    }

    .page__conditions-wrapper {
        width: 100%;
        padding-top: 99px;
    }

    .page__conditions-chip {
        height: 47.35px;
        width: 254px;
        border: 3px solid #000;
    }

    .page__conditions-text {
        font-size: 20px;
        letter-spacing: 0.8px;
    }

    .page__conditions-decore--1 {
        left: 23px;
        width: 94px;
        height: 20px;
        background-image: url("../images/decore-left.svg");
    }

    .page__conditions-decore--2 {
        left: 379px;
        width: 86px;
        height: 23px;
        background-image: url("../images/decore-right.svg");
    }

    .page__conditions {
        padding: 41px 27px 24.85px 32px;
    }

    .page__promo-rules {
        font-size: 16px;
    }

    .page__ellipse {
        height: 24px;
        width: 495px;
    }

    .page__bonus-item {
        letter-spacing: -0.8px;
    }

    .page__example-list {
        max-width: 431px;
        width: 100%;
    }

    .page__example-item {
        font-size: 16px;
        font-weight: 400;
    }
}

@media screen and (min-width: 1024px) {
    .page__main-bg--en {
        height: 1510px;
        width: 1279px;
        background-image: url("../images/1279-1024-EN.webp");
    }

    .page__container {
        max-width: 967px;
    }

    .page__main-content {
        padding: 532px 0 33px 0;
    }

    .page__contacts-btn {
        width: 198px;
    }

    .page__contacts-btn:hover {
        background: #D53D00;
        box-shadow: none;
    }

    .page__conditions-wrapper {
        padding-top: 122px;
    }

    .page__conditions-chip {
        top: 83.5px;
        width: 398.781px;
        height: 61.439px;
        padding: 10px 26px;
    }

    .page__conditions-text {
        font-size: 28px;
        letter-spacing: 1.12px;
    }

    .page__conditions-decore--1 {
        top: 103px;
        width: 251px;
        height: 52px;
    }

    .page__conditions-decore--2 {
        top: 98px;
        left: 685px;
        width: 269px;
        height: 75px;
    }

    .page__conditions {
        padding: 52px 40px 38.92px 40px;
    }

    .page__promo-rules {
        font-size: 16px;
    }

    .page__conditions-title {
        font-size: 28px;
        letter-spacing: 1.12px;
        margin: 12px 0;
    }

    .page__bonus-item {
        font-size: 20px;
    }

    .page__example-item {
        font-size: 20px;
    }

    .page__promotion-wrapper {
        font-size: 20px;
    }

    .page__promotion-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .page__promotion-text {
        text-align: left;
    }

    .page__promotion-text-botom {
        text-align: left;
        font-size: 20px;
        font-weight: 300;
    }

    .page__support-chip {
        width: 776px;
        padding: 10px 19px;
        margin: 0 auto;
    }

    .page__support-text {
        font-size: 20px;
    }

    .page__mail-text {
        font-size: 20px;
    }

    .page__conditions-bg {
        top: -326px;
        left: -252px;
        width: 1372.91px;
        height: 1475.843px;
    }   

    .page__ellipse {
        height: 14px;
        width: 967px;
        background-image: url("../images/ellipse-desktop.svg");
    }
}

@media screen and (min-width: 1280px) {
    .page__main-bg--en {
        height: 1677px;
        width: 1639px;
        background-image: url("../images/1639-1280-EN.webp");
    }

    .page__main-content {
        padding: 659px 0 24px 0;
    }

    .page__conditions-wrapper {
        padding-top: 172px;
    }

    .page__conditions-chip {
        top: 135.5px;
    }

    .page__conditions-decore--1 {
        top: 153px;
    }

    .page__conditions-decore--2 {
        top: 149px;
    }
}

@media screen and (min-width: 1640px) {
    .page__body {
        background: linear-gradient(90deg, #175AB5 0%, #256DC5 25.96%, #2A73CB 46.48%, #2973CB 72.6%, #185BB6 100%);
    }

    .page__main-bg--en {
        height: 2082px;
        width: 1920px;
        background-image: url("../images/1920-1640-EN.webp");
    }

    .page__container {
        max-width: 1130px;
    }

    .page__contacts-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 52px;
        width: 249px;
    }

    .page__main-content {
        padding: 884px 0 107px 0 ;
    }

    .page__conditions-wrapper {
        padding-top: 204px;
    }

    .page__conditions-chip {
        top: 166.5px;
        height: 72px;
        width: 517px;
        padding: 10px 26px;
        border: 4px solid #000;
    }

    .page__conditions-text {
        font-size: 38px;
        letter-spacing: 1.52px;
    }

    .page__conditions-decore--1 {
        top: 184px;
        left: 10px;
        width: 295px;
        height: 60px;
    }

    .page__conditions-decore--2 {
        top: 179px;
        left: 824px;
        width: 296px;
        height: 83px;
    }

    .page__conditions {
        border-width: 4px;
        padding: 63px 62px 40px 37px;
    }

    .page__conditions-bg {
        width: 1955.037px;
        height: 2071.287px;
    }

    .page__promo-rules {
        font-size: 20px;
    }

    .page__bonus-item {
        letter-spacing: normal;
    }

    .page__conditions-title {
        font-size: 38px;
        letter-spacing: 1.52px;
        margin: 17px 0;
    }

    .page__promotion-title {
        font-size: 38px;
        margin-bottom: 7px;
    }

    .page__ellipse {
        height: 17px;
        width: 1115px;
    }
}

@media screen and (min-width: 1921px) {
    .page__main-bg--en {
        height: 2237px;
        width: 2560px;
        background-image: url("../images/2560-1440-EN.webp");
    }

    .page__main-content {
        padding: 1031px 0 54px 0;
    }

    .page__conditions-wrapper {
        padding-top: 265px;
    }

    .page__conditions-decore--1 {
        top: 250px;
    }

    .page__conditions-decore--2 {
        top: 255px;
    }

    .page__conditions-chip {
        top: 227.5px;
    }
}