@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: 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: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
:focus {
    outline: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
a{
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html,
button,
input,
select,
textarea {
    color: #222;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
*,::after, ::before{
    box-sizing: border-box;
}
.home_page .loader .loading div{
    display: none !important;
}
.home_page .loader .loading div{
    display: none;
    font-family: 'Inter',sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

body{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: 'Inter',sans-serif;
    line-height: 1;
    background-color: #090E12;
}
.container{
    width: 100%;
    max-width: 1390px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
}
section,footer{
    overflow-x: hidden;
    overflow-y: auto;
}
header{
    position: absolute;
    left: 50%;
    width: 100%;
    z-index: 2;
    transform: translate(-50%,0);
}
header .cover_inside{
    display: flex;
    align-items: center;
}
.logo.vis_sm{
    display: none;
}
header .cover_outside{
    padding: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
} 
.cover_outside{
    align-items: center;
    display: flex;
    justify-content: space-between;

}
.btn{
    font-weight: 500;
    font-size: 14px;
    color: #090E12;    
    display: inline-block;
    line-height: 56px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    padding: 0px 30px;
}
.btn.yellow_btn{
    background-color: #ECAF00;
    transition: .3s ease;
    position: relative;
    overflow: hidden;
}
.btn.yellow_btn:before {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0; left: 0;
  opacity: 0.5;
  filter: blur;
  background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
  transform: translate(-100%, -25%) rotate(10deg);
  animation: blick 5s infinite;
}

@keyframes blick {
  0% {
    transform: translate(-100%, -25%) rotate(10deg);
  }
  20% {
    transform: translate(100%, -25%) rotate(10deg);
  }
  100% {
    transform: translate(100%, -25%) rotate(10deg);
  }
}
.btn.yellow_btn:hover {
  background-color: #F4CF65;
}
.yellow_btn{
    background-color: #ECAF00;
    transition: .3s ease;
}
.modal_popup button[type="submit"]:hover {
  background-color: #F4CF65;
}
.btn.white_btn{
    background-color: #fff;
    margin-left: 5px;
}
.widget-login_block .yellow_btn.btn.popup-open{
    background-color: #fff;
}
.widget-login_block .white_btn.btn.popup-open{
    background-color:#ECAF00
}
section.main{
    padding-bottom: 50px;
    height: 820px;
    overflow: hidden;
    position: relative;
    background-color: #181B1F;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
section.main:before{
/*    content: "";
    height: 100px;
    width: 100%;
    z-index: -1;
    background-color: #090E12;
    left: 0;
    bottom: 0;
    position: absolute;*/
}
section.main .container{
    height: 100%;
}
section.main .cover_outside{
    height: 100%;
    align-items: flex-end;
}
section.main .left{
    width: 472px;
}
section.main .right{
    width: 905px;
    text-align: right;
    position: relative;
    top: 35px;
}
section.main .left p{
    font-weight: 500;
    font-size: 80px;
    line-height: 80%;
    margin-bottom: 40px;
}
section.main .left .title,
section.main .left h1{
    font-weight: 500;
    font-size: 18px;
    opacity: 0.7;
    line-height: 110%;
    max-width: 360px;
    display: block;
}
section.main .inside_block{
    display: flex;
    align-items: center;
    margin-top: 190px;
}
section.main .inside_block span{
    opacity: 0.7;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    max-width: 110px;
    line-height: 110%;
}
section.main .btn{
    border-radius: 16px;
    font-size: 16px;
    padding: 10px 25px;
    margin-right: 20px;
}
section.main .right .img_block{
    position: relative;
}
section.main .right .upon_img{
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translate(0,-50%);
}
/*section.main .container{
    max-width: 1650px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}*/
.availability{
    position: relative;
    margin-bottom: 130px;
    padding-top: 120px;
}

.availability .top_info{
    text-align: center;
}
.top_info .title{
    font-weight: 500;
    font-size: 64px;
    text-align: center;
    line-height: 90%;
}
.top_info .title span{
    color: #ECAF00;
    display: block;
}
.top_info > span{
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    display: block;
    margin: 20px auto 0;
    max-width: 370px;
    opacity: 0.7;
}
.availability .item_block{
/*    background-color: rgba(255,255,255,0.1);*/
    background-color: #1A1A1A;
    border-radius: 50px;
    text-align: center;
}
.availability .item_block p{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 90%;
}
.availability .item_block span{
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    color: #BFC5C3;
}
.availability .left .item_block{
    padding: 0px 71px 50px 71px;
    position: relative;
/*    cursor: pointer;*/
    transition: 1.3s ease;
}
.availability .left .item_block{
    left: -100%;
    opacity: 0;
}
.availability.action_start.active .left .item_block{
    transition: 1.3s ease 1.3s;
}
.availability.action_start .left .item_block{
    left: 0%;
    opacity: 1;
}
.availability .btn{
    left: -100%;
    transition: 1.3s ease .5s;
    opacity: 0;
    position: relative;
}
.availability.action_start.active .btn{
    transition: 1.3s ease 1.8s;
}
.availability .right .item_block.top{
    right: -100%;
    transition: 1.3s ease;
    opacity: 0;
    position: relative;
}
.availability.action_start.active .right .item_block.top{
    transition: 1.3s ease 1.8s;
}
.availability.action_start .right .item_block.top{
    right: 0;
    opacity: 1;
}
.availability .right .item_block.mid{
    right: -100%;
    transition: 1.3s ease .3s;
    opacity: 0;
    position: relative;
}
.availability.action_start.active .right .item_block.mid{
    transition: 1.3s ease 1.6s;
}
.availability.action_start .right .item_block.mid{
    right: 0%;
    opacity: 1;
}
.availability .right .item_block.bot{
    right: -100%;
    transition: 1.3s ease .5s;
    opacity: 0;
    position: relative;
}
.availability.action_start.active .right .item_block.bot{
    transition: 1.3s ease 1.8s;
}
.availability.action_start .right .item_block.bot{
    opacity: 1;
    right: 0%;
}
.availability.action_start .btn{
    left: 0;
    opacity: 1;
}
.availability .left .item_block .img_block{
    width: 372px;
    position: relative;
}
.availability .left .item_block .img_block .left_side{
    width: 50%;
    position: relative;
    left: 0;
    transition: .3s ease;
}
.availability .left .item_block .img_block .right_side{
    width: 50%;
    position: relative;
    right: 50px;
    transition: .3s ease;
}
.availability .left .item_block:hover .left_side{
    transform: rotate(-5deg);
    filter: blur(2px);
}
.availability .left .item_block:hover .right_side{
    transform: rotate(5deg);
    filter: blur(2px);
}
.availability .left .item_block .front_block{
    transition: .3s ease;
    position: relative;
    z-index: 1;
}
.availability .left .item_block:hover .front_block{
    transform: scale(1.1);
}
.beh_block{
    display: flex;
    position: absolute;
    width: 100%;
    top: 80px;
    z-index: 0;
    left:50%;
    transform: translate(-50%,0);
}
.availability .left{
    width: 38%;
}
.vis_sm{
    display: none;
}
.availability .cover_outside{
    margin-top: 70px;
}
.availability .btn{
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    line-height: 100%;
    width: 100%;
    padding: 81px 0;
    border-radius: 30px;
    margin-top: 10px;
}
.availability .right{
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    justify-content: space-between;
}
.availability .right .item_block.mid{
    width: 432px;
    padding: 35px 58px 50px;
}
.availability .right .item_block.mid .back_block{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 14px;
    transform: translate(-50%,0%) rotate(0deg);
    transition: .3s ease;
    z-index: 0;
}
.availability .right .item_block.mid:hover .back_block{
    transform: translate(-53%,15%) rotate(-8deg);
}
.availability .right .item_block.mid .img_block{
    margin-bottom: 30px;
    position: relative;
}
.availability .right .item_block.mid .img_block > img{
    z-index: 1;
    position: relative;
}
.availability .right .item_block{
/*    cursor: pointer;*/
}
.availability .right .item_block.bot{
    width: 392px;
    padding: 79px 19px 50px;
}
.availability .right .item_block.bot:hover .inside_block{
    transform: translate(-131px,-50%);
}
.availability .right .item_block.bot .inside_block{
    position: absolute;
    right: 0;
    top: 50%;
    transition: .3s ease;
    transform: translate(-40px,-50%);
}
.availability .right .item_block.bot .img_block{
    max-width: 260px;
    margin: 0 auto 91px;
    position: relative;
}

.availability .right .item_block.top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 57px 39px 51px 39px;
    margin-bottom: 10px;
    max-width: none;
}
.availability .right .item_block.top:hover .left_inside{
    transform: scale(1.7);
}
.availability .right .item_block.top:hover .right_inside{
    transform: scale(1.3);
}
.availability .right .item_block.top:hover .mid_inside{
    transform: translate(-50%,-50%) scale(1.3);
}
.availability .right .item_block.top:hover .mid_side{
    transform: scale(1.3);
}
.availability .right .item_block.top .img_block{
    display: flex;
    align-items: center;
}
.availability .right .item_block.top .img_block > div{
    position: relative;
}
.availability .right .item_block.top .left_side{
    margin-right: -155px;
}
.availability .right .item_block.top .mid_side{
    margin-right: -180px;
    transition: .3s ease;
    z-index: 1;
}
.availability .right .item_block.top .right_side{
    position: relative;
    z-index: 0;
}
.availability .right .item_block.top .left_inside{
    position: absolute;
    left: 35px;
    transition: .3s ease;
    top: 110px;
    opacity: 0;
}
.availability .right .item_block.top .right_inside{
    position: absolute;
    right: 73px;
    transition: .3s ease;
    top: 65px;
}
.availability .right .item_block.top .mid_inside{
    position: absolute;
    left: 45%;
    transition: .3s ease;
    top: 50%;
    transform: translate(-50%,-50%) scale(1.0);
}
.availability .right .item_block.top .right_inside img{
    display: inline-block;
    max-width: 48px;
}
.availability .right .top .info_block{
    text-align: left;
    margin-left: 38px;
}
.availability .top .info_block p{
    margin-bottom: 24px;
}
.grows{
    position: relative;
    margin-bottom: 120px;
}
.grows .top_info {
    margin-bottom: 70px;
}
.grows .top_info > span{
    margin: 0;
    display: inline-block;
    max-width: 123px;
    padding-top: 15px;
    position: relative;
    top: 5px;
}
.grows .top_info .title{
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.grows .cover_outside{
/*    background-color: rgba(191,197,195,0.2); */
    background-color: #1A1A1A;   
    border-radius: 50px;
    padding: 50px;
    justify-content: center;
}
.grows .title_block{
    font-weight: 600;
    font-size: 40px;
    line-height: 90%;
    max-width: 260px;
}
.grows .title_block span{
    color:rgba(255,255,255,0.3);
}
.grows .slick-dots{
    display: flex;
}
.grows .slick-dots button{
    font-size: 0;
    color:transparent;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.3);
    padding: 0;
    border: none;
    width: 8px;
    height: 8px;
}
.grows .slick-dots li{
    margin-right: 5px;
}
.grows .slick-dots .slick-active button{
    background-color: #ECAF00; 
}
.graph_block{
    display: flex;
    align-items: flex-end;
    margin-top: -100px;
    min-height: 650px;
}
.item_graph{
    width: 203px;
    text-align: center;
}
.item_graph span{
    display: block;
}
.item_graph .qty{
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 20px;
}
.item_graph .year{
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: rgba(255,255,255,0.3);
    border-top:1px solid rgba(255,255,255,0.1);
    padding-top: 23px;
}
.item_graph.golden .qty .numb{
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #ECAF00;
    display: inline;
}
.item_graph.golden .qty{
    color: #ECAF00;
}
.item_graph.golden .qty span{
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: rgba(255,255,255,0.3);
    margin-top: 5px;
}
.item_graph .val_graph{
    width: 193px;
    margin: 0 auto 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    opacity: .3;
    transition: 2s linear;
}
.item_graph.golden .val_graph{
    background-color: #ECAF00;
    opacity: 1;
}
.grows .right_side{
    max-width: 356px;
}
.grows .slide_item{
    background-color: #fff;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.2);
    padding: 30px 30px 50px;
    color: #ADB3B1;
    border-radius: 30px;
    margin-right: 10px;
    box-shadow: none;
}
.grows .slide_item .bott_block p{
    font-weight: 400;
    font-size: 14px;
    line-height: inherit;
    margin-bottom: 15px;
}
.grows .slide_item .bott_block p:last-child{
    margin-bottom: 0;
}
.grows .slide_item .top_block{
    display: flex;
    align-items: flex-end;
    font-weight: 500;
    font-size: 30px;
    line-height: 90%;
    margin-bottom: 30px;
    color: #090E12;
}
.grows .slide_item .img_block{
    border-radius: 30px;
    margin-right: 25px;
}
.rew_arrows{
    margin-right: 20px;
}
.visual_value{
    font-weight: 500;
    font-size: 14px;
    color: rgba(255,255,255,0.3);
    line-height: 110%;
}
.current_slide{
    position: relative;
}
.current_slide:after{
    content: " - "
}
.current_slide:before{
    content:'0';
}
.qty_slide:before{
    content: "0"
}
.rew_arrows .slick-arrow{
    background-image:url('../img/arrow_right.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    font-size: 0;
    color: transparent;
    width: 70px;
    height: 60px;
    border-radius: 20px;
}
.rew_arrows .slick-arrow.slick-prev{
    transform: rotate(180deg);
    margin-right: 10px;
}
.slick-disabled{
    opacity: .5;
    pointer-events: none;
}
.grows .cover_block{
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.clear{
    position: relative;
    margin-bottom: 130px;
    overflow-x: visible;
    overflow-y: visible;
}
.clear .top_info{
    text-align:center;
    margin-bottom: 70px;
}
.clear .top_info .title span{
    display: inline;
}
.clear .top_info > span{
    max-width: none;
}
.clear_block{
    max-width: 391px;
    text-align: center;
}
.clear_block:hover img{
    transform: scale(1.1);
}
.clear_block img{
    transition: .3s ease;
    margin-bottom: 27px;
}
.clear_block p{
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
}
.clear_block span{
    font-weight: 400;
    font-size: 14px;
    line-height: inherit;
    color: #adb2b1;
}
.clear_block:nth-child(2) span{
    max-width: 70%;
    margin: 0 auto;
    display: inline-block;
}
.clear .clear_block:nth-child(2) span{
    display: inline;
}
.clear .btn_block{
    margin-top: 90px;
    text-align: center;
}
.clear .btn_block a.btn{
    font-weight: 500;
    font-size: 16px;
    line-height: 56px;
    padding: 10px 37px;
}
.clear .btn_block span{
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    color: rgba(255,255,255,0.5);
    display: inline-block;
    max-width: 115px;
    vertical-align: middle;
    text-align: left; 
    margin-left: 15px;
}
.honest{
    padding-bottom: 100px;
    position: relative;
    overflow:hidden; 
}

.honest .top_info{
    margin-bottom: 70px;
    text-align: center;
}
.honest .top_info > span{
    max-width: none;
}
.honest .img_block:hover{
    position: relative;
    top: -20px;
}
.honest .img_block{
    position: relative;
    top: 0px;
    transition: 1.3s ease;
/*    background-color: rgba(255,255,255,0.1);*/
    background-color: #1A1A1A;
    border-radius: 50px;
    width: 332px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog_info.active + .honest .img_block{
    transition: 1.3s ease;
}
.honest.active.action_start .img_block{
    transition: 1.3s ease 1.3s;
}
.honest .img_block:first-child{
    left: -200%;
    opacity: 0;
}
.honest.action_start .img_block:first-child{
    left: 0%;
    opacity: 1;
}
.honest .img_block:nth-child(2){
    opacity: 0;
    left: -100%;
}
.honest.action_start .img_block:nth-child(2){
    left: 0%;
    opacity: 1;
}
.honest .img_block:nth-child(3){
    opacity: 0;
    right: -100%;
}
.honest.action_start .img_block:nth-child(3){
    right: 0%;
    opacity: 1;
}
.honest .img_block:nth-child(4){
    opacity: 0;
    right: -200%;
}
.honest.action_start .img_block:nth-child(4){
    right: 0%;
    opacity: 1;
}
.honest .info{
    font-weight: 500;
    font-size: 18px;
    line-height: 90%;
    text-align: center;
    display: block;
    color: rgba(255,255,255,0.7);
    margin-top: 50px;
}


#alert{
    display: none;
}

header.header-home {
    background-color: transparent;
    padding: 0;
    height: auto;
    box-shadow: none;
}
.cookies {
  background-color: rgb(33, 33, 33);
  width: 100%;
  padding: 20px;
  position: fixed;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  z-index: 4;
}
.cookies p {
  margin-bottom: 10px;
  font-size: 14px;
}
.cookies .yellow_btn {
  border: 2px solid #ecaf00;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  height: 36px;
  padding: 0 22px 0 22px;
  max-width: 100%;
  background: #ECAF00;
  color: #000;
  font-size: 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog_info{
    margin-bottom: 130px;
}
.blog_info .left_side{
    text-align: center;
    position: relative;
    z-index: 4;
}
.info_small {
    color: rgba(255,255,255,0.5);
    display: block;
    margin: 60px auto 0;
    text-align: center;
    font-size: 14px;
}
.blog_info .top_info > span{
    margin: 24px auto 70px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    max-width: 520px;
}
.blog-block:first-child{
    transform: rotate(-15deg);
    position: relative;
    top: 45px;
    left: 35px;
    z-index: 1;
}
.blog-block:nth-child(2){
    z-index: 2;
}
.blog-block:nth-child(3){
    z-index: 1;
    top: 45px;
    right: 35px;
    position: relative;
    transform: rotate(15deg);
}
.blog-block:first-child .blog-cover{
    background-image: url('../img/data-14.webp') !important;

}
.blog-block:nth-child(2) .blog-cover{
    background-image: url('../img/data-16.webp') !important;
}
.blog-block:nth-child(3) .blog-cover{
    background-image: url('../img/data-15.webp') !important;
}
.blog_info .outside_block{
    background-color: #1A1E22;
    border-radius: 50px;
    padding: 70px 70px 40px;
    overflow: hidden;
}
.blog-block{
    margin-bottom: 15px;
    position: relative;
}
.blog_info .cover_outside{
    align-items: flex-start;
}
.blog-holder{
    display: flex;
    color: #fff;
    align-items: center;
}
.blog-cover p{
    font-size: 34px;
    line-height: 100%;
    font-weight: 600;
    transition: .3s ease;
    max-width: 65%;
    text-align: center;
}
.blog-title span{
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    color: rgba(255, 255, 255, 0.7);
}
.blog-holder:hover p{
    color: #ecaf00;
}
.blog_info .right_side {
    display: flex;
    margin-top: -15px;
    justify-content: center;
}
.blog-cover{
    width: 380px;
    min-width: 380px;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 46px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
    justify-content: center;
}

.lights_cover{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -2;
    padding-top: 60px;
}
 .shape {
     margin: 0 auto;
     aspect-ratio: 1;
     position: relative;
     width: 100%;
     --path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
     clip-path: var(--path);
     background: linear-gradient(white, black, black, black, black);
     scale:1;
     opacity: 0.3;
     top: 0;
     left: 0;
     rotate: 0deg;
     mix-blend-mode: difference;
     animation: turn 80000ms linear infinite;
}


 @keyframes turn {
     0% {
         transform: translate3d(120px, -180px, 160px) scale(1) rotate(497deg);
         background: rgba(255, 255, 255, 0.6);
    }
     25% {
         transform: translate3d(90px, -180px, 100px) scale(1) rotate(152deg);
         background: rgba(255, 255, 255, 0.4);
    }

     50% {
         transform: translate3d(150px, -20px, 100px) scale(1) rotate(372deg);
         background: rgba(255, 255, 255, 0.4);
    }
    100% {
         transform: translate3d(120px, -180px, 160px) scale(1) rotate(497deg);
         background: rgba(255, 255, 255, 0.6);
    }
}


 .blur-container {
     --blur: 40px;
     filter: blur(var(--blur));
     height: 100vh;
     width: 100%;
     display: grid;
     overflow: hidden;
}
 .blur-container > * {
     grid-column: -1;
     grid-row: -1;
}
section.main .inside_block.small_vis{
    display: none;
}
.blog_info .btn{
    padding: 7px 30px;
    font-size: 16px;
}
/*@media(min-width:1200px) and (max-height:1000px){
    section.main{
        height: 850px;
    }
}
@media(min-width:1200px) and (max-height:950px){
    section.main{
        height: 810px;
    }
}
@media(min-width:1200px) and (max-height:900px){
    section.main{
        height: 810px;
    }
}
@media(min-width:1200px) and (max-height:850px){
    section.main{
        height: 810px;
    }
}
@media(min-width:1200px) and (max-height:800px){
    section.main{
        height: 760px;
    }
}
@media(min-width:1200px) and (max-height:750px){
    section.main{
        height: 710px;
    }
}
@media(min-width:1200px) and (max-height:700px){
    section.main{
        height: 650px;
    }
}*/

@media(max-width:1439px){

    section.main .btn{
        white-space: nowrap;
    }
}
@media(max-width:1389px){
    .availability .left .item_block .img_block .left_side{
        left: -32px;
    }
    .availability .left .item_block .img_block{
        width: 100%;
    }
    .container{
        max-width: 1200px;
    }
    .availability .right .item_block.mid{
        width: 385px;
        padding: 35px 35px 50px;
    }
    .availability .right .item_block.bot{
        width: 320px;
    }
    .item_graph{
        width: 165px;
    }
    .item_graph .val_graph{
        width: 145px;
    }
    .availability .cover_outside{
        margin-top: 50px;
    }
    .availability{
        margin-bottom: 70px;
        padding-top: 70px;
    }
    .grows .top_info{
        margin-bottom: 50px;
    }
    .grows{
        margin-bottom: 90px;
    }
    .clear{
        margin-bottom: 90px;
    }
    .honest .img_block{
        width: 280px;
    }
}
@media(max-width:1199px){
    .blog_info .btn{
        border-radius: 16px;
    }
    section.main .right .img_block img{
        width: 100%;
        display: inline-block;
    }
    section.main .right .upon_img{
        width: 60%;
        left: 0;
    }
    section.main .right .upon_img img{
        width: 100%;
        display: inline-block;
    }
    a.yellow_btn.yellow_btn_cash.transp_btn {
      background-color: transparent;
      border: 2px solid rgba(255, 255, 255, 0.3);
    }
    a.yellow_btn.yellow_btn_cash.transp_btn:hover{
        border-color: #fff;
        background-color: transparent;
    }
    .blog_info .vis_sm{
        max-width: 200px;
        text-align: center;
        margin: 24px auto 0;
        line-height: 56px;
        font-size: 16px;
    }
    .blog-holder{
        flex-flow: column;
    }
    .blog_info .top_info > span{
        font-size: 18px;
        margin: 20px auto 20px;
        line-height: 20px;
    }
    .blog_info .cover_outside{
        flex-flow: column;
    }
    .blog_info .left_side{
        margin-right: 0;
        width: 100%;
        text-align: center;
        max-width: none;
    }
    .info_small{
        margin-top: 40px;
    }
    .blog_info .right_side{
        display: flex;
        max-width: none;
        width: 100%;
        justify-content: center;
    }
    .blog-cover{
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
        height: 450px;
        min-width: 1px;
        padding-bottom: 44px;
    }
    .blog-block{
        width: 320px;
        min-width: 320px;
    }
    .blog_info .outside_block{
        padding: 70px 15px 40px;
    }
    section.main{
        height: auto;
    }
    .container{
        max-width: 100%;
    }
    section.main .cover_outside{
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-flow: column;
        padding-top: 210px;
    }
    section.main .right{
        width: 77%;
        top: 0;
    }
    section.main .inside_block{
        flex-flow: column;
        justify-content: center;
        margin-top: 50px;
    }
    section.main .btn{
        margin-right: 0;
        padding: 7px 35px;
        margin-bottom: 10px;
    }
    section.main .left .title,
    section.main .left h1{
        max-width: none;
        font-size: 28px;
        margin-bottom: 50px;
    }
    section.main .left{
        max-width: 65%;
        width: 100%;
        margin-bottom: 50px;
    }
    section.main .left p {
        font-weight: 500;
        font-size: 110px;
        margin-bottom: 50px;
        line-height: 80%;
    }
    section.main .left span br:first-of-type {
      display: none;
    }
    section.main .inside_block span{
        font-weight: 400;
        font-size: 14px;
        line-height: 110%;
        margin-bottom: 0;
    }
    .top_info .title{
        font-size: 60px;
    }
    .vis_sm{
        display: block;
    }
    .availability .cover_outside{
        flex-wrap: wrap;
    }
    .availability .left{
        width: 100%;
        margin-bottom: 10px;
    }
    .availability .left .yellow_btn{
        display: none;
    }
    .availability .left .item_block{
        display: flex;
        align-items: center;
    }
    .availability .left .item_block .img_block{
        margin-right: 100px;
        width: 196px;
        min-width: 196px;
    }
    .availability .left .item_block .front_block img{
        display: inline-block;
        width: 100%;
    }
    .availability .left .item_block .beh_block img{
        display: inline-block;
        width: 100%;
    }
    .beh_block{
        width: 150%;
    }
    .availability .left .item_block .img_block .left_side{
        left: 30px;
    }
    .availability .left .item_block .img_block .right_side{
        right: 30px;
    }
    .availability .left .item_block{
        padding: 0px 85px;
    }
     .availability .left .info_block{
        text-align: left;
     }
     .availability .right .item_block.top{
        order: 3;
        margin-top: 10px;
     }
     .availability .btn{
        order: 4;
        font-size: 28px;
        padding: 42px 0;
     }
     .availability .right{
        margin-left: 0;
     }
     .availability .right .item_block.mid{
        width: 49.5%;
        padding: 35px 25px 50px;
     }
     .availability .right .item_block.bot{
        width: 49.5%;
     }
     .grows .cover_outside{
        flex-wrap: wrap;
        padding: 50px 25px 60px;
     }
     .grows .right_side{
        max-width: 100%;
     }
     .grows .title_block{
        font-size: 36px;
     }
     .graph_block{
        justify-content: center;
        margin-bottom: 40px;
     }
     .grows .left_side{
        width: 100%;
     }
     .grows .slide_item .top_block{
        font-size: 28px;
     }
     .grows .slide_item{
        padding: 30px;
        margin-right: 5;
        margin-left: 5;
     }
     .grows .cover_block{
        flex-flow: column;
     }
     .rew_arrows{
        margin-right: 0;
        display: flex;
        width: 100%;
        justify-content:space-between;
     }
     .grows .slick-dots li:last-child{
        margin-right: 0;
     }
     .grows .cover_inside{
        text-align: center;
        margin-top: -50px;
     }
     .clear .cover_outside{
        flex-flow: column;
     }
     .clear_block{
        margin-bottom: 70px;
     }
     .clear_block:last-child{
        margin-bottom: 0;
     }
     .clear_block p{
        font-size: 36px;
     }
     .clear .btn_block{
        margin-top: 70px;
     }
     .clear .btn_block span{
        display: block;
        text-align: center;
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-top: 10px;
     }
     .clear .btn_block a.btn{
        border-radius: 16px;
        padding: 10px 27px;
     }
     .honest .cover_outside{
        flex-wrap: wrap;
     }
     .honest .img_block{
        width: 49.5%;
        margin-bottom: 10px;
     }
     .honest{
        padding-bottom: 70px;
     }
     .honest .info{
        margin-top: 40px;
     }
     .blog-cover p{
        font-size: 32px;
     }
}

@media(max-width:1025px){
    section.main .left{
        max-width: 100%;
    }
}
@media(max-width:991px){
     .header-home .cover_outside{
         overflow: hidden;
     }
     .header-home .cover_outside.active{
         overflow: visible;
     }
}
@media(max-width:767px){
    .blog_info .outside_block {
        padding: 50px 15px 40px;
    }
    .blog_info .right_side{
        margin-top: -40px;
    }
    .blog_info .btn{
        font-size: 12px;
        padding: 17px 30px;
    }
    .blog_info .top_info > span{
        font-size: 14px;
        font-weight: 400;
    }
    section.main .inside_block.small_vis{
        display:flex;
        margin-top: 20px;
    }
    section.main .left .inside_block{
        display: none;
    }
    .blog-title{
        width: 70%;
    }
    .blog_info .vis_sm{
        font-size: 12px;
    }
    .blog_info .left_side{
        margin-bottom: 20px;
    }
    .blog-block{
        width: 197px;
        min-width: 197px;
    }
    .blog-holder{
        flex-flow: row;
    }
    .blog-cover{
        margin-bottom: 0;
        width: 197px;
        height: 285px;
        border-radius: 24px;
        padding-bottom: 20px;
    }
    .blog-cover p{
        font-size: 20px;
    }
    #preloader{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #loader-wrapper{
        position: relative;
        width: 100%;
        transform: none;
        top: auto;  
        left: auto; 
    }
    .loader{
        transform: none;
    }
    #preloader .logo {
        width: 220px;
        font-size: 0;
        line-height: 0;
        position: relative; 
        transform: none;
        top: auto;  
        left: auto; 
        margin-bottom: 20px;
    }
    .btn{
        font-size: 10px;
        line-height: 36px;
        padding: 0px 21px;
    }
    .btn.white_btn {
      padding: 0px 28px;
    }
    header .cover_outside{
        padding: 20px 0;
    }
    section.main .cover_outside{
        padding-top: 130px;
    }
    section.main .left p{
        font-weight: 500;
        font-size: 50px;
        line-height: 80%;
        margin-bottom: 20px;
    }
    section.main .left{
        max-width: 460px;
        margin-bottom: 30px;
    }
    section.main .left .title,
    section.main .left h1{
        font-weight: 500;
        font-size: 18px;
        line-height: 110%;
        max-width: 260px;
        margin: 0 auto 12px;
    }
    section.main .btn{
        font-size: 12px;
        padding: 17px 23px;
    }
    section.main .inside_block span{
        font-weight: 400;
        font-size: 12px;
        line-height: 110%;
        margin-bottom: 0;
        max-width: none;
    }
    section.main .inside_block{
        margin-top: 200px;
    }
    .top_info .title{
        font-weight: 500;
        font-size: 40px;
        line-height: 90%;
    }
    .availability .left .item_block{
        flex-flow: column;
        left: 0;
        opacity: 1;
        padding: 10px 55px 50px;
    }
    .availability .left .item_block .img_block{
        margin-right: 0;
    }
    .availability .item_block p{
        text-align: center;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .availability .item_block span{
        font-size: 14px;
        text-align: center;
        display: block;
    }
    .availability .right .item_block.mid{
        width: 100%;
        padding: 20px 55px 50px;
        margin-bottom: 10px;
        right: 0;
        opacity: 1;
    }
    .availability .right .item_block.mid .img_block {
      margin-bottom: 10px;
    }
    .availability .right .item_block.bot{
        width: 100%;
        padding: 50px 19px 50px;
        right: 0;
        opacity: 1;
    }
    .availability .right .item_block.bot .img_block{
        margin-bottom: 50px;
    }
    .availability .right .item_block.top{
        flex-flow: column;
        padding: 50px 39px 51px 39px;
        right: 0;
        opacity: 1;
    }
    .availability .right .item_block.top .img_block{
        margin-bottom: 40px;
    }
    .availability .btn{
        font-size: 18px;
        padding: 31px 0;
        left: 0;
        opacity: 1;
    }
    .grows .top_info{
        text-align: center;
    }
    .grows .top_info > span{
        display: block;
        max-width: none;
        text-align: center;
        position: static;
    }
    .grows .top_info .title{
        margin-right: 0;
    }
    .top_info .title span{
        display: inline-block;
    }
    .item_graph .val_graph{
        width: 72px;
    }
    .grows .title_block{
        font-size: 30px;
    }
    .grows{
        margin-bottom: 70px;
    }
    .clear .top_info{
        margin-bottom: 50px;
    }
    .clear_block p{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .clear_block span{
        font-weight: 400;
        font-size: 14px;
        line-height: inherit;
    }
    .clear_block{
        margin-bottom: 50px;        
    }
    .clear .btn_block{
        margin-top: 50px;
    }
    .clear .btn_block a.btn{
        font-size: 12px;
    }
    .clear{
        margin-bottom: 70px;
    }
    .honest .top_info{
        margin-bottom: 50px;
    }
    .grows .cover_outside{
        padding: 50px 20px 60px;
    }
    .grows .slide_item{
        padding: 20px;
    }
    .availability .item_block img{
        display: inline-block;
        max-width: 100%;
    }
    .availability .right .top .info_block{
        margin-left: 0;
    }
    .availability .top .info_block p{
        margin-bottom: 10px;
    }

    .honest .img_block img{
        display: inline-block;
        max-width: 60%;
    }
    .honest .img_block{
        height: 190px;
        border-radius: 20px;
    }
    .honest .img_block:first-child{
        left: 0;
        opacity: 1;
    }
    .honest .img_block:nth-child(2){
        left: 0;
        opacity: 1;
    }
    .honest .img_block:nth-child(3){
        right: 0;
        opacity: 1;
    }
    .honest .img_block:nth-child(4){
        right: 0;
        opacity: 1;
    }
}

@media(max-width:480px){

    .availability .right .item_block.mid .back_block{
        width: 80%;
        top: 20px;
    }
    .availability .right .item_block.mid:hover .back_block {
      transform: translate(-53%,7%) rotate(-8deg);
    }
    .availability .right .item_block.mid{
        padding: 20px 40px 50px;
    }
}
@media(max-width:449px){
    .grows .item_graph:first-child .val_graph{
        height: 11px !important;
    }
    .grows .item_graph:nth-child(2) .val_graph{
        height: 59px !important;
    }
    .grows .item_graph:nth-child(3) .val_graph{
        height: 118px !important;
    }
    .grows .item_graph:nth-child(4) .val_graph{
        height: 227px !important;
    }
    .graph_block{
        min-height: 330px;
    }
    .grows .slide_item .top_block{
        font-size: 22px;
    }
    .grows .slide_item .img_block{
        margin-right: 5px;
    }
    .honest .img_block{
        height: 110px;
    }
    .item_graph {
        width: 78px;
    }
    .item_graph .val_graph{
        border-radius: 13px;
        margin-right: 3px;
        margin-left: 3px;
    }
    .grows .title_block{
        max-width: 230px;
    }
    .item_graph.golden .qty span{
        font-size: 7px;
    }
    .item_graph .qty{
        font-size: 10px;
        margin-bottom: 10px;
    }
    .btn.white_btn{
        padding: 0px 20px;
    }
}
@media(max-width:425px){
    .availability .right .item_block.top .left_inside{
        top: auto;
        bottom: 34%;
    }
    .availability .right .item_block.top .right_inside{
        right: 65px;
        top: 60px;
    }
    .availability .right .item_block.top:hover .right_inside {
        transform: scale(1.2);
    }
    .availability .right .item_block.top:hover .left_inside {
      transform: scale(1.5);
    }
}
@media(max-width:390px){
    .availability .right .item_block.top .right_inside{
        right: 52px;
        top: 54px;
    }
}
@media(max-width:374px){
    .availability .right .item_block.top:hover .right_inside {
        transform: scale(1.0);
    }
    .availability .right .item_block.top .left_inside{
        bottom: 30%;
        left: 26px;
    }
    .availability .right .item_block.top:hover .left_inside {
      transform: scale(1.0);
    }
    .availability .right .item_block.top .right_inside {
      right: 40px;
      top: 48px;
    }
    section.main .left p{
        font-size: 45px;
    }
    section.main .inside_block {
      margin-top: 150px;
    }
}


/*modals*/

.modal,
.modal-box {
    z-index: 900;
}

.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    align-items: center;
    justify-content: center;
}

.modal-box {
    position: absolute;
    width: 80%;
    max-width: 320px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: modalbox;
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0, 0, 0.3, 1.6);
    background-color: #28282c;
    color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
    border-radius: 3px;
    padding: 15px;
}

.modal-box .yellow_btn {
    display: block;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
}

/* Close Button */
.close-modal {
    cursor: pointer;
    opacity: 0.6;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #484848;
    transition: all 0.3s ease;
}

.close-modal:hover {
    color: #ffffff;
}

/* Animation */
@-webkit-keyframes modalbox {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#modal-instructions-appIcon h4{
    font-size: 26px;
    margin: 30px 0;
}
#modal-instructions-appIcon ol{
    list-style-type: auto;
    padding-left: 20px;
    margin-bottom: 30px;
}
#modal-instructions-appIcon ol li{
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 14px;
}
#modal-instructions-appIcon ol li span{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}
#modal-instructions-appIcon img{
    max-width: 100%;
    position: relative;
    z-index: 10;
}
#modal-instructions-appIcon .modal-box{
    transform:none;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    animation-duration: 0.8s;
}
#modal-instructions-appIcon .sticky-block{
    position: sticky;
    top: 45px;
}
#modal-instructions-appIcon .close-modal{
    opacity: 1;
    color:#fff;
    position: fixed;
    z-index: 11;
}

#getApp .inner{
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
    padding: 0 15px;
    height: 75px;
}
#getApp .inner .icon{
    width: 50px;
    height: 50px;
    background-color: #2c2c2c;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
#getApp .inner .icon img{
    width: 36px;
}
#getApp .inner .close{
    margin-left: -15px;
    padding: 15px;
}
#getApp .inner .yellow_btn{
    margin-left: auto;
    border: none;
    border-radius: 20px;
    height: 35px;
    padding: 0 15px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #4286EA;
}
#getApp .inner .text{
    font-size: 14px;
}
#getApp .inner .text span{
    font-size: 11px;
    color: #969799;
}
#getApp .inner .text p:first-child{
    line-height: 13px;
    font-size: 12px;
}
#getApp .inner .close span {
  font-size: 10px;
  background-color: #EBEAE9;
  border-radius: 9px;
  padding: 5px 7px;
  color: #4F5D81;
}

/*new blocks 11/2023*/
.bonuses{
    padding: 100px 0 0;
    overflow: visible;
}
.bonuses .cover_outside{
    padding: 100px 197px 100px 162px;
    border-radius: 50px;
    background-image: url(../../img/bonusbg.svg);
    position: relative;
    background-size: cover;
    background-position: center;
}
.bonuses.new_year .cover_outside{
    background-image: url(../../img/bonusbg_ny.svg);
    background-size: 100% auto;
    padding: 109px 130px 109px 130px;
    background-repeat: no-repeat;
}
.bonuses .cover_outside > img{
    position: absolute;
    top: 246px;
    left: 50%;
    width: 350px;
    margin-left: -185px;
}
.bonuses.new_year  .cover_outside > img{
  top: 30px;
  left: 44%;
  width: 550px;
}

.bonuses .cover_outside .left p{
    margin: 30px 0 0;
    font-size: 40px;
    font-weight: 500;
}
.bonuses.new_year .cover_outside .left p{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 48px;
}
.bonuses.new_year .cover_outside .left p span{
    color: #ECAF00;
}
.bonuses .cover_outside .right{
    margin-left: 113px;
}
.bonuses .cover_outside .right .title,
.bonuses .cover_outside .right h2{
    font-size: 64px;
    margin: 0 0 20px;
    line-height: 90%;
    letter-spacing: -2.56px;
}
.bonuses.new_year .cover_outside .right .title{
    font-size: 40px;
    color: #ECAF00;
    font-weight: 600;
}
.bonuses .cover_outside .right p{
    opacity: .7;
    margin: 0 0 50px;
    max-width: 252px;
    font-weight: 400;
}
.bonuses .cover_outside .right .btn{
    width: 220px;
    height: 76px;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.web-app .cover_outside{
    justify-content: center;
}
.web-app .cover_outside .title,
.web-app .cover_outside h2{
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 57.6px */
    letter-spacing: -2.56px;
    margin: 0 0 50px;
}
.web-app .cover_outside .title span,
.web-app .cover_outside h2 span{
    color: #ECAF00;
}
.web-app .cover_outside a+a{
    margin-left: 10px;
}
.web-app .cover_outside .right{
    margin-left: 100px;
}
.mob_view{
    display: none;
}
@media screen and (max-width: 1389px) {
    .bonuses .cover_outside{
        padding: 100px 50px;
    }
    .bonuses.new_year .cover_outside{
        padding: 100px 50px;
    }
    .bonuses.new_year .cover_outside > img {
      top: 49px;
      left: 49%;
      width: 479px;
    }

}
@media screen and (max-width: 1199px) {
    .bonuses .cover_outside{
        padding: 60px 90px;
        flex-direction: column;
        align-items: flex-start;
    }
    .bonuses.new_year .cover_outside{
        flex-direction: row;
        align-items: center;
    }
    .bonuses .cover_outside .left{
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 50px;

    }
    .bonuses.new_year .cover_outside > img {
        top: 17vw;
        left: 59%;
        width: 279px;
    }
    .bonuses.new_year .cover_outside .left{
        display: block;
        margin-bottom: 0;
    }
    .bonuses .cover_outside .left img{
        max-width: 100%;
    }
    .bonuses .cover_outside .right{
        margin-left: 0;
    }
    .bonuses .cover_outside > img{
        top: auto;
        left: auto;
        right: 0;
        bottom: -70px;
    }
    .bonuses .cover_outside .left p{
        margin-top: 0;
        margin-bottom: 50px;
    }
    .bonuses .cover_outside .left p{
        margin-bottom: 0;
    }
    .web-app .cover_outside{
        flex-direction: column-reverse;
    }
    .web-app .cover_outside .right{
        margin-left: 0;
        margin-bottom: 70px;
        text-align: center;
    }
}
@media screen and (max-width: 991px) {
    .bonuses.new_year .cover_outside .left img{
        max-width: 70%;

    }
    .bonuses.new_year .cover_outside .left p{
        font-size: 30px;
        margin-top: 20px;
    }
    .bonuses.new_year .cover_outside .right .title{
        font-size: 27px;
    }
    .bonuses.new_year .cover_outside > img {
      top: 15vw;
      left: 59%;
      width: 279px;
      z-index: -1;
    }
}
@media screen and (max-width: 768px) {
    .bonuses .cover_outside > img.mob_view{
        display: block;
        z-index: 2;
        top: 356px;
        height: auto;
        right: 0;
        left: auto;
        width: 150px;
    }
    .desktop_view{
        display: none;
    }
    .bonuses.new_year .cover_outside {
      padding: 50px 40px;
      background-position: left top;
      background-image: url('../../img/bonusbg_ny_mob.webp');
      flex-direction: column;
      align-items: flex-start;
    }
    .bonuses.new_year .cover_outside .left img{
        max-width: 100%;
    }
    .bonuses.new_year .cover_outside .left p {
      font-size: 24px;
      margin-bottom: 20px;
    }
    .bonuses.new_year .cover_outside .left{
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }
    .bonuses .cover_outside > img{
        width: 190px;
        height: 190px;
        bottom: 60px;
        right: -35px;
    }
    .bonuses .cover_outside{
        border-radius: 30px;
        padding: 50px 40px;
    }
    .bonuses .cover_outside .left p{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .bonuses .cover_outside .left{
        margin-bottom: 25px;
    }
    .bonuses .cover_outside .right .title,
    .bonuses .cover_outside .right h2{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .bonuses .cover_outside .right p{
        font-size: 12px;
        margin-bottom: 30px;
        max-width: 150px;
    }
    .bonuses .cover_outside .right .btn{
        width: 160px;
        height: 70px;
    }
    .web-app,
    .bonuses{
        overflow: hidden;
    }
    .web-app .cover_outside .title,
    .web-app .cover_outside h2{
        font-size: 40px;
        margin-bottom: 30px;
    }
    .web-app .cover_outside .left img{
        width: 240px;
    }
    .web-app .cover_outside .right{
        margin-bottom: 50px;
    }
    .web-app .cover_outside a{
        display: inline-flex;
        max-width: 46%
    }
    .web-app .cover_outside a img{
        max-width: 100%;
    }
}

.section-content{
    padding: 100px 0 100px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
}
.section-content .inner{
    position: relative;
    overflow: hidden;
}
.section-content .inner+a{
    margin-top: 20px;
    display: inline-block;
}
.section-content a{
    color: inherit;
    text-decoration: underline;
}
.section-content .inner>*{
    margin: 0 0 15px;
}
.section-content .inner>h1{
    font-size: 2em;
}
.section-content .inner>h2{
    font-size: 1.5em;
}
.section-content .inner>h3{
    font-size: 1.17em;
}


#modal-WhileYou .modal-box{
    max-width: 960px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.10);
}
#modal-WhileYou .d-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
#modal-WhileYou .arrow{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#modal-WhileYou .d-flex>div{
    width: 50%;
}
#modal-WhileYou .item{
    display: flex;
    flex-flow: column;
}
#modal-WhileYou .item>span{
    display: block;
    font-size: 48px;
    margin: 0 0 10px;
    color: #ECAF00;
    font-weight: bold;
}
#modal-WhileYou .item .cover_span_block{
    display: block;
    display: flex;
    justify-content: center;
    font-size: 48px;
    margin: 0 0 10px;
    color: #ECAF00;
    font-weight: bold;
}
#modal-WhileYou .top-row{
    padding: 50px;
    background-color: #181B1F;
}
#modal-WhileYou .top-row .title{
    font-size: 36px;
    margin: 0 0 50px;
    font-weight: bold;
}
#modal-WhileYou .bottom-row{
    padding: 50px;
    background-color: #fff;
    color: #090E12
}
#modal-WhileYou .bottom-row .title{
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 15px;
}
#modal-WhileYou .btn{
    display: inline-flex;
    margin: 50px 0 0;
    border-radius: 32px;
}
@media screen and (max-width: 1023px) {
    #modal-WhileYou .arrow{
        display: none;
    }
    #modal-WhileYou{
        font-size: 14px;
    }
    #modal-WhileYou .d-flex{
        flex-flow: column;
    }
    #modal-WhileYou .d-flex>div{
        width: 100%;
    }
    #modal-WhileYou .d-flex>div:last-child{
        margin-top: 20px;
    }
    #modal-WhileYou .item>span{
        font-size: 36px;
    }
    #modal-WhileYou .top-row .title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    #modal-WhileYou .bottom-row,
    #modal-WhileYou .top-row{
        padding: 30px 15px 20px;
    }
    #modal-WhileYou .bottom-row .title{
        font-size: 16px;
    }
}