@font-face {

    font-family: 'Poppins';

    src: url('../fonts/Poppins-Bold.eot');

    src: local('Poppins Bold'), local('Poppins-Bold'),

        url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),

        url('../fonts/Poppins-Bold.woff2') format('woff2'),

        url('../fonts/Poppins-Bold.woff') format('woff'),

        url('../fonts/Poppins-Bold.ttf') format('truetype');

    font-weight: bold;

    font-style: normal;

}



@font-face {

    font-family: 'Poppins';

    src: url('../fonts/Poppins-Regular.eot');

    src: local('Poppins Regular'), local('Poppins-Regular'),

        url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),

        url('../fonts/Poppins-Regular.woff2') format('woff2'),

        url('../fonts/Poppins-Regular.woff') format('woff'),

        url('../fonts/Poppins-Regular.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'Inter';

    src: url('../fonts/Inter-Bold.eot');

    src: local('Inter Bold'), local('Inter-Bold'),

        url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),

        url('../fonts/Inter-Bold.woff2') format('woff2'),

        url('../fonts/Inter-Bold.woff') format('woff'),

        url('../fonts/Inter-Bold.ttf') format('truetype');

    font-weight: bold;

    font-style: normal;

}



@font-face {

    font-family: 'Inter';

    src: url('../fonts/Inter-Regular.eot');

    src: local('Inter Regular'), local('Inter-Regular'),

        url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),

        url('../fonts/Inter-Regular.woff2') format('woff2'),

        url('../fonts/Inter-Regular.woff') format('woff'),

        url('../fonts/Inter-Regular.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;

}



@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500&family=Poppins:wght@500&display=swap');





body {

    font-family: 'Inter';

    font-style: normal;

    font-size: 16px;

    font-weight: normal;

    line-height: 25px;

    color: #dcc3be;

    text-align: left;

    word-break: break-word;

    background-color: #1a1c29;

    position: relative;

}



p {

    font-family: 'Inter';

    font-size: 16px;

    font-weight: normal;

    line-height: 25px;

    color: #dcc3be;

    text-align: left;

    padding-bottom: 18px;

}



h1,

h2,

h3,

h4 {

    font-family: 'Inter';

}



h1,

h1.main-title {

    font-weight: bold;

    font-size: 50px;

    line-height: 50px;

    color: #fbbd15;

    text-align: left;

    text-transform: uppercase;

    padding-top: 80px;

    padding-bottom: 24px;

}



h1.main-title-bonuses {

    padding-top: 20px;

}



h2,

h2.title {

    font-weight: bold;

    font-size: 43px;

    line-height: 50px;

    color: #ffbf04;

    text-align: center;

    padding-bottom: 22px;

}



h3 {

    font-weight: 800;

    font-size: 39px;

    line-height: 40px;

    color: #ffbf04;

    text-align: center;

    text-transform: uppercase;

    padding-bottom: 22px;

}



h4 {

    font-weight: bold;

    font-size: 35px;

    line-height: 30px;

    color: #ffbf04;

    text-align: center;

    text-transform: uppercase;

    padding-bottom: 22px;

}



ul>li,

ol>li {

    font-family: 'Inter';

    font-size: 16px;

    font-weight: normal;

    line-height: 24px;

    color: #dcc3be;

    position: relative;

    padding-bottom: 14px;

}



ul>li:last-child,

ol>li:last-child {

    padding-bottom: 0;

}



ul {

    list-style: none;

    padding-left: 32px;

    margin-top: 7px;

    padding-bottom: 18px;

    text-align: left;

}



ul>li:before {

    content: '';

    display: block;

    height: 3px;

    width: 13px;

    background: #cbd679;

    position: absolute;

    left: -32px;

    top: 11px;

}



ol {

    padding-left: 32px;

    margin-top: 7px;

    padding-bottom: 18px;

    list-style-type: none;

    counter-reset: num;

    text-align: left;

}



ol>li:before {

    content: counter(num) ' ';

    counter-increment: num;

    color: #f0c3aa;

    font-family: 'Inter';

    font-size: 16px;

    font-weight: normal;

    position: absolute;

    top: 1px;

    left: -32px;

}



a {

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

    -moz-transition: all 0.5s;

    transition: all 0.5s;

    cursor: pointer;

}



img {

    display: block;

    max-width: 100%;

    max-height: 100%;

}





*+h2 {

    

}



*+h3 {

    

}



*+h4 {

    margin-top: 6px;

}



.main {

    -webkit-box-flex: 1;

    -webkit-flex: 1 0 auto;

    -moz-box-flex: 1;

    -ms-flex: 1 0 auto;

    flex: 1 0 auto;

}



.footer {

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 auto;

    -moz-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

}



.container {

    max-width: 1326px;

    margin: 0 auto;

    padding: 0 15px;

}



.sing__main-btn {

    font-size: 15px;

    line-height: 25px;

    font-weight: bold;

    color: #13131c;

    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 171, 0, 1)), to(rgba(255, 200, 6, 1)));

    background: -webkit-linear-gradient(bottom, rgba(255, 171, 0, 1) 0%, rgba(255, 200, 6, 1) 100%);

    background: -moz-linear-gradient(bottom, rgba(255, 171, 0, 1) 0%, rgba(255, 200, 6, 1) 100%);

    background: -o-linear-gradient(bottom, rgba(255, 171, 0, 1) 0%, rgba(255, 200, 6, 1) 100%);

    background: linear-gradient(0deg, rgba(255, 171, 0, 1) 0%, rgba(255, 200, 6, 1) 100%);

    border: none;

    -webkit-border-bottom-right-radius: 10px;

    -moz-border-radius-bottomright: 10px;

    border-bottom-right-radius: 10px;

    -webkit-border-top-right-radius: 10px;

    -moz-border-radius-topright: 10px;

    border-top-right-radius: 10px;

    text-align: center;

    text-decoration: none;

    display: inline-block;

    padding: 12px 25px 13px 10px;

    min-width: 100px;

    height: 50px;

    white-space: nowrap;

    margin-bottom: 27px;

    -webkit-transform: skew(-9deg, 0);

    -moz-transform: skew(-9deg, 0);

    -ms-transform: skew(-9deg, 0);

    -o-transform: skew(-9deg, 0);

    transform: skew(-9deg, 0);

    position: relative;

}



.sing__main-btn:after {

    content: '';

    display: block;

    position: absolute;

    height: 100%;

    width: 25px;

    -webkit-transform: skew(18deg, 0);

    -moz-transform: skew(18deg, 0);

    -ms-transform: skew(18deg, 0);

    -o-transform: skew(18deg, 0);

    transform: skew(18deg, 0);

    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 171, 0, 1)), to(rgba(255, 200, 6, 1)));

    background: -webkit-linear-gradient(bottom, rgba(255, 171, 0, 1) 0%, rgba(255, 200, 6, 1) 100%);

    background: -moz-linear-gradient(bottom, rgba(255, 171, 0, 1) 0%, rgba(255, 200, 6, 1) 100%);

    background: -o-linear-gradient(bottom, rgba(255, 171, 0, 1) 0%, rgba(255, 200, 6, 1) 100%);

    background: linear-gradient(0deg, rgba(255, 171, 0, 1) 0%, rgba(255, 200, 6, 1) 100%);

    -webkit-border-bottom-left-radius: 10px;

    -moz-border-radius-bottomleft: 10px;

    border-bottom-left-radius: 10px;

    -webkit-border-top-left-radius: 10px;

    -moz-border-radius-topleft: 10px;

    border-top-left-radius: 10px;

    left: -16px;

    top: 0;

}



.sing__main-btn span {

    display: block;

    -webkit-transform: skew(9deg, 0);

    -moz-transform: skew(9deg, 0);

    -ms-transform: skew(9deg, 0);

    -o-transform: skew(9deg, 0);

    transform: skew(9deg, 0);

}





.header {

    background-color: #05071a;

    height: 100px;

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

    -moz-transition: all 0.5s;

    transition: all 0.5s;

}



.header__inner {

    padding-top: 13px;

    padding-bottom: 14px;

}



.menu {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -moz-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding: 0 95px 0 44px;

    position: relative;

}



.menu-left {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

    -moz-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

}



.menu-right {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

    -moz-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

}



.header__logo {

    margin-right: 85px;

}



.header__logo>img {

    width: 100%;

    height: 100%;

    max-height: 73px;

}



.header__text {

    max-width: 125px;

    margin-right: 85px;

    font-size: 15px;

    line-height: 25px;

    font-weight: 500;

    text-transform: uppercase;

    color: #ffffff;

    padding-bottom: 0;

}



.menu__list {

    padding-left: 0;

    margin-top: 0;

    padding-bottom: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    gap: 20px;

}



.menu__list>li:before {

    display: none;

}



.menu__item {

    padding-bottom: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.menu__item img {

    max-height: 50px;

    margin-right: 8px;

}



.menu__link {

    font-size: 15px;

    line-height: 25px;

    font-weight: 500;

    text-transform: uppercase;

    color: #fed218;

}



.header-btns {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

    -moz-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

}



.singup__btn {

    font-size: 15px;

    line-height: 25px;

    font-weight: bold;

    color: #ffffff;

    background: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 37, 35, 1)), to(rgba(244, 138, 30, 1)));

    background: -webkit-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: -moz-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: -o-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: linear-gradient(0deg, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    border: none;

    -webkit-border-bottom-right-radius: 10px;

    -moz-border-radius-bottomright: 10px;

    border-bottom-right-radius: 10px;

    -webkit-border-top-right-radius: 10px;

    -moz-border-radius-topright: 10px;

    border-top-right-radius: 10px;

    text-align: center;

    text-decoration: none;

    display: inline-block;

    padding: 12px 25px 13px 10px;

    min-width: 100px;

    height: 50px;

    white-space: nowrap;

    -webkit-transform: skew(-9deg, 0);

    -moz-transform: skew(-9deg, 0);

    -ms-transform: skew(-9deg, 0);

    -o-transform: skew(-9deg, 0);

    transform: skew(-9deg, 0);

    position: relative;

}



.singup__btn:after {

    content: '';

    display: block;

    position: absolute;

    height: 100%;

    width: 25px;

    -webkit-transform: skew(18deg, 0);

    -moz-transform: skew(18deg, 0);

    -ms-transform: skew(18deg, 0);

    -o-transform: skew(18deg, 0);

    transform: skew(18deg, 0);

    background: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 37, 35, 1)), to(rgba(244, 138, 30, 1)));

    background: -webkit-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: -moz-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: -o-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: linear-gradient(0deg, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    -webkit-border-bottom-left-radius: 10px;

    -moz-border-radius-bottomleft: 10px;

    border-bottom-left-radius: 10px;

    -webkit-border-top-left-radius: 10px;

    -moz-border-radius-topleft: 10px;

    border-top-left-radius: 10px;

    left: -16px;

    top: 0;

}



.singup__btn span {

    display: block;

    -webkit-transform: skew(9deg, 0);

    -moz-transform: skew(9deg, 0);

    -ms-transform: skew(9deg, 0);

    -o-transform: skew(9deg, 0);

    transform: skew(9deg, 0);

}



.login__btn {

    font-size: 15px;

    line-height: 25px;

    font-weight: bold;

    color: #ffffff;

    background: transparent;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

    text-align: center;

    text-decoration: none;

    display: inline-block;

    padding: 12px 6px 13px 18px;

    min-width: 110px;

    white-space: nowrap;

    margin-left: 22px;

    -webkit-transform: skew(-9deg, 0);

    -moz-transform: skew(-9deg, 0);

    -ms-transform: skew(-9deg, 0);

    -o-transform: skew(-9deg, 0);

    transform: skew(-9deg, 0);

    position: relative;

    border: 3px solid #670012;

    border-right: none;

    -webkit-border-top-right-radius: 0;

    -moz-border-radius-topright: 0;

    border-top-right-radius: 0;

    -webkit-border-bottom-right-radius: 0;

    -moz-border-radius-bottomright: 0;

    border-bottom-right-radius: 0;

}



.login__btn span {

    display: block;

    -webkit-transform: skew(9deg, 0);

    -moz-transform: skew(9deg, 0);

    -ms-transform: skew(9deg, 0);

    -o-transform: skew(9deg, 0);

    transform: skew(9deg, 0);

}



.login__btn:after {

    content: '';

    display: block;

    width: 23px;

    background: transparent;

    -webkit-border-top-right-radius: 10px;

    -moz-border-radius-topright: 10px;

    border-top-right-radius: 10px;

    -webkit-border-bottom-right-radius: 10px;

    -moz-border-radius-bottomright: 10px;

    border-bottom-right-radius: 10px;

    position: absolute;

    right: -12px;

    top: -2.5px;

    bottom: -3px;

    -webkit-transform: skew(9deg, 0);

    -moz-transform: skew(9deg, 0);

    -ms-transform: skew(9deg, 0);

    -o-transform: skew(9deg, 0);

    transform: skew(9deg, 0);

    border: 3px solid #670012;

    border-left: none;

}



.header-mobile__menu {

    display: none;

}





.header__lang {

    position: absolute;

    top: 15px;

    right: 0;

    margin: auto;

    width: 50px;

    text-align: center;

    background-color: rgba(26, 28, 41, .8);

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    overflow: hidden;

    z-index: 1;

}



.header__lang img {

    margin: auto;

    width: 25px;

}



.header__lang-button {

    background: #1a1c29;

    border: none;

    -webkit-border-radius: 5px 5px 0 0;

    -moz-border-radius: 5px 5px 0 0;

    border-radius: 5px 5px 0 0;

    padding: 12px 8px;

    width: 100%;

    -webkit-transition: all .5s ease-in-out;

    -moz-transition: all .5s ease-in-out;

    -ms-transition: all .5s ease-in-out;

    -o-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;

}



.header__lang-button:focus {

    outline: none;

}



.header__lang-button:hover,

.header__lang-button.show {

    background-color: #131521;

}



.header__lang-button.show+ul {

    display: block;

}



.header__lang ul {

    list-style: none;

    padding: 0;

    margin: 0;

    display: none;

    text-align: center;

}



.header__lang ul li {

    padding-bottom: 0;

}



.header__lang ul li:before {

    display: none;

}



.header__lang li a {

    display: block;

    padding: 5px;

}



.header__lang li a:hover {

    background-color: rgba(19, 21, 33, .5);

}





.head-section__inner {

    background: url(../img/head-section-bg.png) no-repeat center bottom, #0f2a41;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    text-align: center;

    min-height: 325px;

}



.head-section__inner {

    padding: 0 310px;

    text-align: left;

}



.head-section .sing__main-btn {

    margin-left: 25px;

}



.bradcrumb {

    display: -webkit-inline-box;

    display: -webkit-inline-flex;

    display: -moz-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    list-style: none;

    padding-top: 50px;

    margin: 0;

    padding-left: 0;

}



.bradcrumb li:before {

    display: none;

}



.bradcrumb-item {

    padding: 0 10px;

    position: relative;

}



.bradcrumb-item:after {

    content: '';

    display: block;

    width: 2px;

    height: 16px;

    background-color: #ffffff;

    position: absolute;

    right: 0;

    top: 6px;

}



.bradcrumb-item:last-child:after {

    display: none;

}



.bradcrumb-text {

    font-size: 16px;

    line-height: 1.21;

    font-weight: normal;

    color: #fff;

    text-transform: capitalize;

    cursor: default;

}



.bradcrumb-link .bradcrumb-text {

    color: #ffffff;

    opacity: .84;

    text-decoration: none;

    cursor: pointer;

}





.info-section-1 {

    background-color: transparent;

}



.info-section-1__inner {

    padding: 9px 75px 22px 75px;

}



.info-1-text {

    font-size: 15px;

    font-weight: normal;

    padding-bottom: 20px;

    text-align: justify;

}



.rating-title {

    font-size: 25px;

    line-height: 25px;

    font-weight: normal;

    color: #ee2e23;

    text-align: center;

    padding-top: 9px;

}



.rating__inner {

    text-align: center;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -moz-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}



.rating__inner img {

    max-height: 24px;

    margin-right: 17px;

}



.rating__inner span {

    color: #ffc005;

}





.banner-section {

    background-color: transparent;

    padding: 4px 50px 0 50px;

}



.banner-section__inner {

    background: url(../img/banner-bg.png) no-repeat center center;

    text-align: left;

    -webkit-border-radius: 15px;

    -moz-border-radius: 15px;

    border-radius: 15px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

    -moz-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    position: relative;

    padding: 60px 30px 30px 30px;

    

}



.banner-section__img {

    max-height: 336px;

    position: absolute;

    left: 110px;

    top: -webkit-calc(50% - 180px);

    top: -moz-calc(50% - 180px);

    top: calc(50% - 180px);

    z-index: 1;

}



.banner-section__info {

    margin-left: 40px;

    -webkit-box-flex: 0.6;

    -webkit-flex: 0.6;

    -moz-box-flex: 0.6;

    -ms-flex: 0.6;

    flex: 0.6;

    z-index: 2;

}



.banner-section__title {

    font-size: 45px;

    line-height: 50px;

    font-weight: 600;

    color: #ffc706;

    text-align: left;

    text-transform: uppercase;

    padding-bottom: 13px;

}



.banner-section__subtitle {

    font-size: 30px;

    line-height: 40px;

    font-weight: bold;

    color: #ffffff;

    text-align: left;

    padding-bottom: 26px;

}



.banner-section .sing__main-btn {

    margin-left: 20px;

}





.welcome {

    margin-top: 36px;

    padding-top: 10px;

    padding-bottom: 0;

    background-color: #131521;

    -webkit-transform: skew(0, 2deg);

    -moz-transform: skew(0, 2deg);

    -ms-transform: skew(0, 2deg);

    -o-transform: skew(0, 2deg);

    transform: skew(0, 2deg);

}



.welcome__inner {

    text-align: center;

    padding: 0 46px;

    -webkit-transform: skew(0, -2deg);

    -moz-transform: skew(0, -2deg);

    -ms-transform: skew(0, -2deg);

    -o-transform: skew(0, -2deg);

    transform: skew(0, -2deg);

}



h2.welcome-title {

    padding-bottom: 6px;

    font-size: 40px;

}



.welcome-text {

    font-weight: normal;

    font-size: 15px;

    text-align: justify;

}



.welcome__continer {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

}



.welcome__info {

    max-width: 635px;

}



.welcome__info-text {

    font-weight: normal;

    font-size: 15px;

    text-align: justify;

    padding-bottom: 15px;

}



.welcome__list {

    margin-left: 128px;

    padding-top: 45px;

    padding-left: 48px;

    margin-top: 0;

    padding-bottom: 0;

}



.welcome__list-item {

    font-weight: normal;

    font-size: 18px;

    color: #dcc3be;

    padding-bottom: 25px;

}



.welcome__list-item:last-child {

    padding-bottom: 0;

}



.welcome__list-item:before {

    content: '';

    display: block;

    height: 24px;

    width: 21px;

    background: url(../img/welcome-list-item.png) no-repeat center;

    position: absolute;

    left: -45px;

    top: 0;

}



.welcome__list-item:last-child:before {

    height: 59px;

    width: 51px;

    background: url(../img/welcome-list-item-last.png) no-repeat center;

    left: -54px;

    top: -23px;

}



.welcome .sing__main-btn {

    color: #ffffff;

    background: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 37, 35, 1)), to(rgba(244, 138, 30, 1)));

    background: -webkit-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: -moz-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: -o-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: linear-gradient(0deg, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

}



.welcome .sing__main-btn:after {

    background: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 37, 35, 1)), to(rgba(244, 138, 30, 1)));

    background: -webkit-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: -moz-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: -o-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: linear-gradient(0deg, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

}





.info-section-2 {

    background-color: transparent;

    padding-top: 32px;

    padding-bottom: 0;

    text-align: center;

}



.info-section-2__inner {

    padding: 0 103px;

}



.marker-list>li:last-child {

    padding-bottom: 0;

}



.number-list {

    margin-bottom: 50px;

}



.number-list>li:last-child {

    padding-bottom: 0;

}



.info-section-2 .sing__main-btn {

    margin-top: 22px;

    color: #ffffff;

    background: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 37, 35, 1)), to(rgba(244, 138, 30, 1)));

    background: -webkit-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: -moz-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: -o-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: linear-gradient(0deg, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

}



.info-section-2 .sing__main-btn:after {

    background: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 37, 35, 1)), to(rgba(244, 138, 30, 1)));

    background: -webkit-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: -moz-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: -o-linear-gradient(bottom, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

    background: linear-gradient(0deg, rgba(238, 37, 35, 1) 0%, rgba(244, 138, 30, 1) 100%);

}





.info-company {

    padding-top: 47px;

    padding-bottom: 53px;

    background-color: #131521;

}



.info-company__wrapper {

    padding: 0 20px 0 40px;

}



.info-company__inner {

    -webkit-border-radius: 15px;

    -moz-border-radius: 15px;

    border-radius: 15px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    position: relative;

    z-index: 2;

}



.info-company.info-bonuses {

    padding-top: 6px;

    padding-bottom: 62px;

}



.info-company__item {

    width: -webkit-calc(50% - 15px);

    width: -moz-calc(50% - 15px);

    width: calc(50% - 15px);

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

}



.info-company__item:first-child {

    margin-right: 30px;

}



.info-company__name {

    width: -webkit-calc(50% - 15px);

    width: -moz-calc(50% - 15px);

    width: calc(50% - 15px);

    margin-right: 30px;

    -webkit-border-radius: 40px;

    -moz-border-radius: 40px;

    border-radius: 40px;

    padding: 24px 14px 24px 65px;

    min-height: 225px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -moz-box-orient: vertical;

    -moz-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-justify-content: space-around;

    -ms-flex-pack: distribute;

    justify-content: space-around;

    background-color: #98231d;

    position: relative;

}



.info-company__name {

    -webkit-transform: skew(-7deg, 0);

    -moz-transform: skew(-7deg, 0);

    -ms-transform: skew(-7deg, 0);

    -o-transform: skew(-7deg, 0);

    transform: skew(-7deg, 0);

}



.info-company__item:first-child .info-company__name:after {

    content: '';

    display: block;

    height: 100%;

    width: 67px;

    -webkit-border-top-left-radius: 40px;

    -moz-border-radius-topleft: 40px;

    border-top-left-radius: 40px;

    -webkit-border-bottom-left-radius: 40px;

    -moz-border-radius-bottomleft: 40px;

    border-bottom-left-radius: 40px;

    background: #98231d;

    position: absolute;

    top: 0;

    left: -20px;

    -webkit-transform: skew(7deg, 0);

    -moz-transform: skew(7deg, 0);

    -ms-transform: skew(7deg, 0);

    -o-transform: skew(7deg, 0);

    transform: skew(7deg, 0);

}



.info-company__item:last-child .info-company__name:after {

    content: '';

    display: block;

    height: 100%;

    width: 67px;

    -webkit-border-top-right-radius: 40px;

    -moz-border-radius-topright: 40px;

    border-top-right-radius: 40px;

    -webkit-border-bottom-right-radius: 40px;

    -moz-border-radius-bottomright: 40px;

    border-bottom-right-radius: 40px;

    background: #98231d;

    position: absolute;

    top: 0;

    right: -20px;

    -webkit-transform: skew(7deg, 0);

    -moz-transform: skew(7deg, 0);

    -ms-transform: skew(7deg, 0);

    -o-transform: skew(7deg, 0);

    transform: skew(7deg, 0);

}



.info-company__name-item {

    padding-bottom: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.info-company__item:first-child .info-company__name-item {

    -webkit-transform: skew(7deg, 0);

    -moz-transform: skew(7deg, 0);

    -ms-transform: skew(7deg, 0);

    -o-transform: skew(7deg, 0);

    transform: skew(7deg, 0);

}



.info-company__item:last-child .info-company__name-item {

    -webkit-transform: skew(7deg, 0);

    -moz-transform: skew(7deg, 0);

    -ms-transform: skew(7deg, 0);

    -o-transform: skew(7deg, 0);

    transform: skew(7deg, 0);

}



.info-company__name-item:last-child {

    padding-bottom: 0;

}



.info-company__item .info-company__name-item:last-child {

    padding-left: 10px;

}



.info-company__name-item img {

    max-height: 20px;

    margin-right: 30px;

}



.info-company__name-item span {

    font-weight: normal;

    font-size: 14px;

    line-height: 25px;

    color: #ffffff;

}



.info-company__descr {

    width: -webkit-calc(50% - 15px);

    width: -moz-calc(50% - 15px);

    width: calc(50% - 15px);

    min-height: 225px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -moz-box-orient: vertical;

    -moz-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-justify-content: space-around;

    -ms-flex-pack: distribute;

    justify-content: space-around;

    padding: 24px 0;

}



.info-company__descr-item {

    font-weight: normal;

    font-size: 14px;

    line-height: 25px;

    color: #ffc004;

    padding-bottom: 0;

}



.info-company__item:first-child .info-company__descr-item:first-child {

    padding-left: 12px;

}



.info-company__item:last-child .info-company__descr-item {

    padding-left: 18px;

}



.info-company__descr-item.last-item {

    padding-bottom: 18px;

}



table {

    width: 49%;

    display: inline-block;

    vertical-align: top;

    color: #ffc004;

    font-size: 14px;

    line-height: 25px;

    font-weight: 400;

    text-align: left;

}



table td {

    padding-top: 9px;

    padding-bottom: 9px;

    vertical-align: middle;

    height: 110px;

    width: 50%;

}



table tr td:first-child {

    padding-right: 20px;

    padding-left: 75px;

    color: #fff;

    background-color: #98231d;

}



table tr td:nth-child(2) {

    padding-right: 20px;

    padding-left: 30px;

}



table tr:first-child td:first-child {

    -webkit-border-radius: 40px 40px 0 0;

    -moz-border-radius: 40px 40px 0 0;

    border-radius: 40px 40px 0 0;

}



table tr:last-child td:first-child {

    -webkit-border-radius: 0 0 40px 40px;

    -moz-border-radius: 0 0 40px 40px;

    border-radius: 0 0 40px 40px;

}







.faq-section {

    padding: 12px 20px 50px 30px;

}



h2.faq-title {

    padding-bottom: 23px;

}



.faq-section__list {

    padding: 0;

    margin: 0;

}



.faq-section__list>li:before {

    display: none;

}



.faq-section__item {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    padding-bottom: 0;

}



.faq-section__item:nth-child(2n+1) {

    background-color: #131521;

    border: 2px solid #090a0f;

    -webkit-border-radius: 15px;

    -moz-border-radius: 15px;

    border-radius: 15px;

    -webkit-transform: skew(-10deg, 0);

    -moz-transform: skew(-10deg, 0);

    -ms-transform: skew(-10deg, 0);

    -o-transform: skew(-10deg, 0);

    transform: skew(-10deg, 0);

    position: relative;

    border-left: none;

}



.faq-section__item:nth-child(2n+1):before {

    content: '';

    display: block;

    height: 100%;

    width: 48px;

    background-color: #131521;

    border: 2px solid #090a0f;

    position: absolute;

    top: -2px;

    left: -21px;

    -webkit-border-bottom-left-radius: 15px;

    -moz-border-radius-bottomleft: 15px;

    border-bottom-left-radius: 15px;

    -webkit-border-top-left-radius: 15px;

    -moz-border-radius-topleft: 15px;

    border-top-left-radius: 15px;

    border-right: none;

    -webkit-transform: skew(10deg, 0);

    -moz-transform: skew(10deg, 0);

    -ms-transform: skew(10deg, 0);

    -o-transform: skew(10deg, 0);

    transform: skew(10deg, 0);

}



.faq-section__item-question {

    font-size: 20px;

    line-height: 25px;

    font-weight: normal;

    color: #ffffff;

    padding: 13px 25px 12px 55px;

    width: 365px;

    position: relative;

}



.faq-section__item:nth-child(2n+1) .faq-section__item-question span {

    display: block;

    -webkit-transform: skew(10deg, 0);

    -moz-transform: skew(10deg, 0);

    -ms-transform: skew(10deg, 0);

    -o-transform: skew(10deg, 0);

    transform: skew(10deg, 0);

}



.faq-section__item-answer {

    padding: 13px 90px 12px;

    background-color: transparent;

    width: -webkit-calc(100% - 220px);

    width: -moz-calc(100% - 220px);

    width: calc(100% - 220px);

    position: relative;

}



.faq-section__item:nth-child(2n) .faq-section__item-answer {

    padding: 30px 90px 30px;

}



.faq-section__item:nth-child(2n) .faq-section__item-question {

    padding: 30px 25px 30px 65px;

}



.faq-section__item-answer p {

    font-size: 16px;

    line-height: 25px;

    font-weight: normal;

    color: #ffffff;

    padding-bottom: 0;

}



.faq-section__item:nth-child(2n+1) .faq-section__item-answer p {

    color: #ffb001;

    -webkit-transform: skew(10deg, 0);

    -moz-transform: skew(10deg, 0);

    -ms-transform: skew(10deg, 0);

    -o-transform: skew(10deg, 0);

    transform: skew(10deg, 0);

}





.bonuses-page .head-section__inner {

    background-image: url('../img/prime-bonus.png');

    padding-top: 8px;

    padding-bottom: 9px;

    margin-bottom: 43px;

}



.bonuses-section {

    padding: 0 43px;

}



.bonuses-section__item {

    margin-bottom: 21px;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    border-radius: 20px;

    border: 2px solid #FCC211;

    background: url('../img/bonus-bg.png') no-repeat center / cover;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding: 30px;

    position: relative;

}



.bonuses-section__item:last-child {

    margin-bottom: 0;

}



.bonuses-section__img {

    max-width: 241px;

}



.bonuses-section__info {

    margin-left: 60px;

    text-align: left;

}



.bonuses-title {

    font-size: 40px;

    line-height: 1.2;

    font-weight: bold;

    color: #fff;

    text-align: left;

    padding-bottom: 12px;

    text-transform: uppercase;

}



.bonuses-text {

    text-align: left;

    padding-bottom: 22px;

}



.bonuses-section .sing__main-btn {

    margin-bottom: 0;

    margin-left: 20px;

}





.info-section-3 {

    padding: 54px 103px 31px 103px;

}





.footer {

    background-color: #131521;

}



.footer__inner {

    padding-top: 51px;

    padding-bottom: 49px;

}



.footer__container {

    padding: 0 61px 0 63px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

    -moz-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

}



.footer__info-text {

    font-size: 15px;

    font-weight: normal;

    text-align: justify;

    color: #dcc3be;

}



.footer__logos-list {

    width: 383px;

    padding: 0;

    margin: 0;

}



.footer__logos-list>li:before {

    display: none;

}



.footer__logos-paymets {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    min-width: 447px;

    padding-bottom: 0;

}



.footer__logos-paymets>img {

    display: inline-block;

    margin: 0 10px 23px 10px;

    max-height: 25px;

}



.footer__bottom {

    margin-top: 35px;

    padding: 0 61px 0 63px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -moz-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.footer__logo {

    display: block;

}



.footer__logo>img {

    height: 73px;

}



.footer__policy {

    font-family: 'Poppins';

    font-weight: normal;

    color: #dcc3be;

    padding-bottom: 0;

}





.mobile-page .head-section__inner {

    background-image: url('../img/prime-mobile.png');

    padding-top: 8px;

    padding-bottom: 9px;

    margin-bottom: 43px;

}



.mobile {

    background: url('../img/mobile-bg.png') no-repeat center / cover;

    border: 2px solid #FFA325;

    border-radius: 6px;

    max-width: 1240px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding: 35px 130px;

}



.mobile__buttons {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    gap: 10px;

}



.mobile__buttons-link {

    background: rgba(250, 177, 66, 0.349);

    font-family: 'Poppins', sans-serif;

    font-weight: 500;

    color: #fff;

    border: 1px solid #E09024;

    border-radius: 8px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    padding: 6px 32px;

    max-width: 240px;

    text-align: center;

}



.mobile__buttons-link:hover {

    background: rgb(250, 177, 66);

}



.mobile__buttons-link img {

    margin-right: 16px;

}



.mobile__logo {

    margin-left: 6vw;

}