@font-face{font-family:CoFoSans;font-weight:300;font-style:normal;src:url(../fonts/cofosanstrial-light.woff2);font-display:swap;}
@font-face{font-family:CoFoSans;font-weight:400;font-style:normal;src:url(../fonts/cofosans-regular.woff2);font-display:swap;}
@font-face{font-family:CoFoSans;font-weight:500;font-style:normal;src:url(../fonts/cofosans-medium.woff2);font-display:swap;}
@font-face{font-family:CoFoSans;font-weight:700;font-style:normal;src:url(../fonts/cofosans-bold.woff2);font-display:swap;}

body,html{margin:0;padding:0;width:100%;height:auto;font-family:CoFoSans;color:#ffffff;font-size:18px;font-weight:400;background:#002d50;overflow-x:hidden;position:relative;}
body::-webkit-scrollbar,.modal .text::-webkit-scrollbar{width:8px;}
body::-webkit-scrollbar-track,.modal .text::-webkit-scrollbar-track{box-shadow:none;background:#002D50;}
body::-webkit-scrollbar-thumb,.modal .text::-webkit-scrollbar-thumb{background-color:#01cac1;outline:0px solid #fff;}
::selection{background-color:#01cac1;color:#fff;}
::-moz-selection{background-color:#01cac1;color:#fff;}
a{color:#ffffff;transition:.2s;text-decoration:none;}
a:hover{color:#01CAC1;}
b{font-weight:500;}
*{box-sizing:border-box}
div{display:flex;flex-direction:column;}
section{display:flex;flex-direction:column;width:100%;}
img{max-width:100%;height:auto;}
footer{margin-top:auto;}
select{cursor:pointer;}
select option{padding:20px;min-height:40px;}
input[type="text"],input[type="password"],input[type="date"],input[type="tel"],input[type="email"],textarea,select,input[type=number],.select2-container .select2-selection--single,form .uploader label,.select2-container--default .select2-selection--multiple{display:flex;width:100%;height:60px;align-items:center;border-radius:30px;border:2px solid rgba(1, 202, 193, .5);padding:0 20px;font-weight:400;outline:none;color:#ffffff;transition:.2s;font-size:18px;background:rgba(1, 202, 193,.1);font-family:CoFoSans;}
textarea{padding:20px 22px;height:120px;resize:none;}
input::placeholder,textarea::placeholder,input[type=date]:invalid::-webkit-datetime-edit{font-size:18px;font-family:CoFoSans;transition:.2s;color:rgba(255, 255, 255, .75);font-weight:400;}
input[type="date"]::-webkit-calendar-picker-indicator{cursor:pointer}
input:focus::placeholder,textarea:focus::placeholder{color:rgba(52, 31, 16,.0);}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
input[type=number]{-moz-appearance:textfield;}
input[type="text"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="email"]:focus,input[type=date]:focus,input[type="password"]:focus,textarea:focus,select:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text:focus,.select2-container--open .select2-selection{box-shadow:0 0 1px 5px rgba(1, 202, 193,.1);}
input:disabled{color:rgba(39,76,145,.3);}
fieldset{border-color:#eee;border-style:solid;border-width:1px;border-radius:3px;}
legend{padding:0 10px;}
i{font-style:normal;}
iframe,iframe body{display:block;width:100%;border:0px;max-width:100%;overflow-x:hidden;}
svg{transition:.2s;}
input.errorr,input.error,textarea.error,select.error{border-color:#E84B37!important;}
input.good.valid,input.good.valid{border-color:#3BB698!important;}
.button:disabled{cursor:not-allowed!important;}
.check{padding:0;margin:5px 0;}
.check.groupe{flex-direction:row;justify-content:space-between;}
.check .item:not(:last-child){margin-bottom:20px;}
.check input,.radios input{display:none;}
.check input + label,.radios input + label{position:relative;padding:0 0 0 32px;cursor:pointer;font-family:CoFoSans;font-size:18px;}
.check input + label:before,.radios input + label:before{content:'';position:absolute;top:0px;left:0;box-sizing:border-box;width:24px;height:24px;border-radius:5px;border:2px solid rgba(1, 202, 193, .5);background:rgba(1, 202, 193,.1);transition:.2s;}
.check input + label:after,.radios input + label:after{content:'';position:absolute;top:-6px;left:-3px;box-sizing:border-box;width:30px;height:30px;background:#fff;background:#2973BA;transition:.2s;transform:scale(0);background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%2301CAC1"><path d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/></svg>') 50% 50% no-repeat;background-size:contain;}
.check input:checked + label:after,.radios input:checked + label:after{transform:scale(1);}
.radios input + label:before,.radios input + label:after{border-radius:100%;}
.radios input + label:after{background:#A68246;width:12px;height:12px;border-radius:100%;top:4px;left:4px;}
.radios input.error + label:after{background:#F76463;}
.check label a{border-bottom:1px solid #ffffff;}

.w-100{width:100%;}
.w-70{width:calc(70% - 10px);}
.w-50{width:calc(50% - 10px);}
.w-33{width:calc(33.33% - 13.33px);}
.w-25{width:calc(25% - 15px);}
.w-30{width:calc(30% - 10px);}

form,form>.inner-form{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-block-end:0;}
form>*:not(:last-child){margin-bottom:20px;}
form .uploader input{display:none;}
form .uploader label{border-style:dashed;border-width:3px;background:none;}
form .uploader .uploader-wrap{flex-direction:row;width:100%;align-items:center;cursor:pointer;}
form .uploader svg{width:24px;height:24px;}
form .uploader svg *:first-child{fill:#ffffff}
form .uploader svg *:not(:first-child){stroke:#ffffff}
form .uploader svg.added,form .uploader .added svg{display:none;}
form .uploader .added svg.added *:first-child{fill:#A68246;}
form .uploader .added svg.added *:not(:first-child){stroke:#A68246;}
form .uploader .added svg.added{display:block;}
form .uploader .uploader-wrap span{margin:0 0 0 10px;}
form .label{text-align:left;margin:0 0 3px 0;font-size:18px;}
form>.inner-form>*:not(:last-child){margin-bottom:20px;}
form .w-100.actions{flex-direction:row;align-items:center;justify-content:space-between;}
form#form-winners-info .button{margin:0 auto;}

.button,.top-menu .button{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;padding:0 40px;height:60px;font-size:25px;font-family:CoFoSans;line-height:1;white-space:nowrap;text-decoration:none;color:#002d50;background:#01cac1;border-radius:100px;border:0px solid #ffffff;cursor:pointer;font-weight:400;transition:.2s;margin:0 auto 0 0;max-width:100%;text-transform:uppercase;overflow:hidden;}
.button:hover,.top-menu .button:hover{color:#002D50;background:#ffffff;}
.button.disabled{opacity:.5;pointer-events:none!important;cursor:not-allowed!important;}
.button.loading{background:linear-gradient(45deg, #01CAC1 25%, #00aaa2 25%, #00aaa2 50%, #01CAC1 50%, #01CAC1 75%, #00aaa2 75%, #00aaa2);border-color:transparent!important;background-size:100px 100px;animation:loading 7.5s linear infinite;pointer-events:none;}
.button svg{width:18px;height:18px;margin:0 15px 0 0;fill:#002D50;transition:.2s;}
.button:hover svg{fill:#002D50;}
.button.blick:after{content:"";position:absolute;top:0;left:-1000%;width:50%;height:100%;background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);transform:skewX(25deg);animation:shine 5s linear infinite;}

@keyframes shine {
    0% { left: -1000%;}
    100% { left: 100%;}
}

@keyframes loading {
0%{background-position: 0 0;}
100%{background-position: 100% 100%;}
}

body:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:url(../img/cubes-bg.png) 50% 0% repeat;background-size:200%;z-index:1;opacity:.25;}
.content{width:100%;height:auto;min-height:100vh;max-width:100%;margin:0 auto;padding:0;overflow-x:hidden;position:relative;z-index:2;}
.container{width:100%;max-width:1200px;flex-direction:column;padding:0 20px;margin:0 auto;position:relative;}

header{display:flex;position:fixed;top:0;left:0;width:100%;z-index:99;transition:.2s;height:100px;background:transparent;}
header.min{background:#002d50;height:100px;box-shadow:0 -10px 40px rgba(0,0,0,.3);}
.header-wrap{width:100%;height:100%;flex-direction:row;align-items:center;justify-content:space-between;}

.header-logo{width:96px;margin:0 35px 0 0;display:flex;}
.header-logo span{display:flex;}
.header-logo img{width:100%;height:auto;object-fit:contain;}
.top-action .button{height:40px;font-size:15px;padding:0 20px;font-weight:500;}

.modal{display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:fixed;top:0;left:0;background:rgba(0, 175, 167,.8);z-index:100;opacity:0;visibility:hidden;transition:.2s;}
.modal.modal-info{z-index:101;}
.modal .modal-body{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:auto;max-width:calc(100% - 40px);max-height:calc(100% - 100px);min-width:380px;padding:30px 20px 30px 20px;background:#002d50;box-shadow:0px 10px 20px 0px rgba(0,0,0,.1);border-radius:30px;transition:transform cubic-bezier(0.68,-0.55,0.27, 1.55) .2s;}
.modal-body>*{position:relative;z-index:2;}
.modal.visible{opacity:1;visibility:visible;}
.modal.visible .modal-body{transform:translate(-50%,-50%) scale(1);}
.modal-close{display:flex;align-items:center;justify-content:center;text-align:center;position:absolute;right:10px;top:10px;width:56px;height:56px;background:none;z-index:5;transition:.2s;cursor:pointer;font-family:CoFoSans;}
.modal-close svg{width:56px;height:56px;max-width:56px;transition:.2s;}
.modal-close svg>*{stroke:#ffffff;}
.modal-close:hover svg,.modal-close:focus svg,.modal-close:active svg{transform:rotate(-180deg);}
.modal .text{width:100%;max-height:100%;overflow:auto;padding:0 10px 0 10px;}
.modal .desc{display:block;font-size:20px;line-height:1.5;}
.modal .text.center{text-align:center;}
.modal .text.center p{font-size:20px;margin:5px 0;}
.modal-title{position:relative;font-size:30px;font-weight:500;color:#ffffff;padding:0 0 5px 0;text-transform:uppercase;font-family:CoFoSans;}
.modal-title + form{margin-top:20px;}
.modal-title:last-child{padding-bottom:0px;}
.modal .no-desc .modal-title{margin:0;}
.modal-body .icon{width:60px;height:60px;border-radius:100%;align-items:center;justify-content:center;justify-content:center;align-items:center;margin:0 auto 10px auto;}
.modal .icon svg{display:none;}
.modal.error .icon .error{display:block;}
.modal.success .icon .success{display:block;}
.modal .form{margin:20px 0 0 0;}
.modal-profile .modal-body,.modal-password .modal-body{max-width:360px;}
.modal-profile .button,.modal-password .button{width:100%;}
.modal-check .modal-body{width:calc(100% - 40px);max-width:620px;}

section{display:flex;flex-direction:column;padding:50px 0;position:relative;z-index:5;}

.section-title{padding:0;margin:0;font-size:55px;text-align:center;font-weight:400;line-height:1;color:#002D50;background:#01cac1;padding:10px 20px;width:auto;margin:0 auto;text-transform:uppercase;}
.section-title.white{color:#fff;}
.section-desc{text-align:center;font-size:30px;font-weight:400;margin:15px 0 0 0;text-transform:uppercase;line-height:1.6;}

table{border:0px;border-spacing:0px;width:100%;}
table td,table th{padding:15px 20px;text-align:left;font-size:24px;text-transform:uppercase;}
table thead th{background:none;font-weight:400;color:#fff;background:none;border-bottom:2px solid #01CAC1}
table thead th:first-child{border-radius:10px 0 0 0;}
table thead th:last-child{border-radius:0 10px 0 0;}
table tr:nth-child(even) td{background:rgba(1, 202, 193,.1);}
table tr:last-child td:first-child{border-radius:0 0 0 10px;}
table tr:last-child td:last-child{border-radius:0 0 10px 0;}
table td.delete{padding:5px 20px;width:80px;}
table .button.delete{width:40px;height:40px;padding:0;}
table .button.delete svg{margin:0;width:48px;height:48px;}
table p{margin:0;}

.only-text{display:block;}
.only-text>*{margin:0px;}
.only-text>*:not(:last-child){margin-bottom:20px;}
.only-text a{border-bottom:1px solid #ffffff;}
.only-text a:hover{color:#01CAC1;border-color:#01CAC1;}

.tabs{width:100%;max-width:650px;background:none;border-radius:20px;padding:0;margin:0 auto 0 auto;position:relative;}
.tabs-nav{flex-direction:row;justify-content:center;list-style:none;margin:0;padding:0;font-size:20px;font-weight:700;justify-content:space-between;}
.tabs-nav>*{transition:.2s;text-align:center;cursor:pointer;}
.tabs-nav>*.active{background:#01cac1;transform:translateY(-3px);box-shadow:0 2px 0 1px rgba(0,0,0,.15);}
.tabs form{margin:0;}
.tabs form .button{width:100%;}
.tabs.forgot .tabs-nav>*{width:100%;}
.tab-content{display:none;}
.tabs-checks-nav{flex-direction:row;align-items:center;justify-content:center;border-radius:25px;overflow:hidden;border:3px solid #01CAC1;margin:10px 0 20px 0;}
.tabs-checks-nav>*{display:flex;width:33.33%;height:50px;align-items:center;justify-content:center;cursor:pointer;transition:.2s;}
.tabs-checks-nav>*:not(:last-child){border-right:3px solid #01CAC1;}
.tabs-checks-nav>*.active{background:#01CAC1;color:#fff;}
.tabs-checks-nav>*:hover:not(.active){background:rgba(0,0,0,.1);}

.wrap-qr .r{width:100%;height:200px;}

.top-menu{flex-direction:row;width:100%;align-items:center;font-size:20px;margin:0 auto;}
.top-menu a{color:#01cac1;white-space:nowrap;}
.top-menu a:not(.button):hover{opacity:.7;}
.top-menu .inner{justify-content:space-around;}
.top-menu .item:not(:last-child){margin-right:20px;}
.top-menu .inner.center{width:114px;margin:0 40px;}
.top-menu .inner{flex-direction:row;align-items:center;width:calc(50% - 77px);}
.top-menu .button{height:40px;}

/*MENU*/
.btn-menu{display:block;border:0;width:58px;min-width:58px;height:34px;background-color:transparent;cursor:pointer;z-index:99999;position:relative;right:0;top:0;z-index:999;transition:.2s;margin:0 0 0 0;transform:translateX(0px);}
.btn-menu .bar{display:block;position:absolute;width:58px;height:6px;border-radius:2px;background-color:#fff;transition:all .25s ease-in-out}
.btn-menu .bar-1{top:14px;left:0}
.btn-menu .bar-2{position:absolute;width:58px;content:'';top:0px;left:0}
.btn-menu .bar-3{position:absolute;content:'';bottom:0px;left:0}
.show .btn-menu .bar-1{background-color:transparent!important}
.show .btn-menu .bar-2{top:14px;width:58px;transform:rotate(45deg)}
.show .btn-menu .bar-3{top:14px;transform:rotate(-45deg)}
.top-menu{position:absolute;top:-100vh;left:20px;width:calc(100% - 40px);max-width:420px;border-radius:20px;padding:20px 20px;opacity:0;transition:.2s ease-in-out;z-index:-1;flex-direction:column;height:auto;background:#01cac1;box-shadow:0 0 20px rgba(0,0,0,.35);}
.top-menu ul{flex-direction:column;margin:0;}
.show .top-menu{top:calc(100% + 20px);opacity:1;animation:bounce .8s ease-in-out;}
.top-menu .item{width:100%;}
.top-menu .item:not(:last-child){margin-right:0px;margin-bottom:0px;}
.top-menu a{display:flex;width:100%;height:46px;margin:5px 0;background:rgba(255,255,255,.1);border-radius:10px;align-items:center;justify-content:flex-start;text-align:left;position:relative;color:#002d50;padding:0 30px;font-weight:400;text-transform:uppercase;font-size:24px;}
.top-menu a:hover{background:rgba(255,255,255,.5);opacity:1;}
.top-menu .line{display:none;}
.top-menu .inner{flex-direction:column;width:100%;}
@keyframes bounce{
0%, 100%{transform:translateY(0);}
25%, 75%{transform:translateY(-10px);}
50%{transform:translateY(0);}
}
.top-menu ul li{position:relative;width:100%;}
.top-menu ul li:not(:last-child):after{width:40px;position:absolute;margin:0;bottom:-5px;height:3px;left:50%;margin-left:-20px;background:#F6BE01;}
.top-menu ul li:not(:last-child){margin-right:0px;margin-bottom:10px;}

section.soon{height:auto;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:50px 20px;background:linear-gradient(0deg, #c6ab6b 0%, #d3c08d 31.36%, #978354 98%);}
section.soon .container{max-width:1440px;}
.soon-wrap{flex-direction:row;flex-wrap:wrap;width:100%;}
.soon-wrap .column.left{width:70%}
.soon-wrap .column.right{width:30%;position:relative;}
.soon-wrap .column.right img{position:absolute;width:567px;max-width:567px;top:-20px;left:-180px;}
.soon-title{font-size:100px;line-height:.9;font-weight:700;}
.soon-date-wrap{width:78%;max-width:760px;margin:20px auto 20px 0;padding:30px;background:#ffffff;border-radius:20px;color:#fff;}
.soon-date-wrap .title{font-size:60px;color:#fff;line-height:1;white-space:nowrap;text-align:center;}
.countdown{width:100%;margin:30px 0 0 0;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:0 30px;}
.countdown .item{width:150px;justify-content:center;align-items:center;text-align:center;}
.countdown .val-bg{display:flex;width:100%;height:80px;color:#ffffff;background:url(../img/val-bg.png) 50% 50% no-repeat;background-size:contain;font-size:65px;font-weight:700;line-height:1;justify-content:center;align-items:center;text-align:center;padding:17px 0 0 0;}
.countdown .val-bg span{width:36px;display:block;text-align:center;}
.countdown .val-bg span:not(:last-child){margin-right:42px;}
.countdown .text{margin:20px 0 0 0;font-size:30px;color:#fff;line-height:1;}
.soon-dop,.soon-dop a{color:rgba(0,0,0,.5);font-size:18px;margin:0;}
.soon-dop a{border-bottom:1px solid rgba(0,0,0,.5);}
.soon-dop a:hover{color:#ffffff;border-color:#ffffff;}
.soon-dop.only-text>*:not(:last-child){margin-bottom:10px;}

/* OWL */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1;overflow:hidden;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage-outer{width:100%;position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .2s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .2s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-carousel .owl-stage {flex-direction:row;}
.owl-dots{flex-direction:row;justify-content:center;padding:30px 20px 0 20px;position:relative;z-index:9;bottom:0;left:0;width:100%;}
.owl-dots button{width:40px;height:8px;border-radius:10px;background:#01CAC1!important;margin:0 5px;transition:.2s;opacity:.3;}
.owl-dots button.active{background:#01CAC1!important;opacity:1;}
button.owl-prev,button.owl-next,.article-nav a{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;border-radius:100%;z-index:5;background:#002D50!important;display:flex;align-items:center;justify-content:center;transition:.2s;opacity:0;visibility:hidden;padding:0px;overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,.25)}
button.owl-prev svg,button.owl-next svg{fill:#01CAC1;}
button.owl-prev span,button.owl-next span{display:flex;height:100%;width:100%;align-items:center;justify-content:center;}
.owl-carousel .owl-nav.disabled svg{width:29px;height:29px;}
button.owl-prev{left:-10px;transform:translateY(-50%);}
button.owl-next{right:-10px;}
button.owl-prev svg,button.owl-next svg{fill:#FFAF00;transition:.2s;}
button.owl-prev svg,button.owl-next svg,button.owl-prev path,button.owl-next path{fill:#01CAC1;position:relative;z-index:9;}
.owl-carousel:hover button.owl-prev{left:40px;opacity:1;visibility:visible;}
.owl-carousel:hover button.owl-next{right:40px;opacity:1;visibility:visible;}
.owl-carousel{opacity:0;transition:.2s;}
.owl-carousel.owl-loaded{opacity:1;}
button.owl-prev:hover::before,button.owl-next:hover::before{box-shadow:none!important}
.owl-carousel:not(.owl-loaded){opacity:0;}
.underline{text-decoration:underline;cursor:pointer;}

/* Tippy JS */
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}
[data-tippy-root]{max-width:calc(100vw - 10px)}
.tippy-box{position:relative;background-color:#ffffff;color:#fff;white-space:pre-line;border-radius:8px;padding:15px 10px;font-size:14px;line-height:1;outline:0;transition-property:transform,visibility,opacity;}
.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}
.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}
.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}
.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}
.tippy-box[data-placement^=left]>.tippy-arrow{right:0}
.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}
.tippy-box[data-placement^=right]>.tippy-arrow{left:0}
.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}
.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}
.tippy-arrow{width:16px;height:16px;color:#ffffff}
.tippy-arrow:before{content:'';position:absolute;border-color:transparent;border-style:solid}
.tippy-content{position:relative;padding:5px 9px;z-index:1}

/*DaData*/
.dadata{position:relative;text-align:left;}
.suggestion{position:relative;}
.suggestion input{margin-bottom:0;}
.suggestions-nowrap{white-space:nowrap}
.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}
.suggestions-input::-ms-clear{display:none}
.suggestions-wrapper{position:absolute;top:calc(100% + 2px);left:0;width:100%;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}
.suggestions-suggestions{background:#fff;border:0px;box-sizing:border-box;cursor:pointer;left:0;min-width:100%;position:absolute;z-index:9999;-webkit-text-size-adjust:100%;border-radius:0px;padding:10px;box-shadow:0 5px 15px rgba(0,0,0, .15);color:#404040;font-weight:300;font-size:18px;}
.suggestions-suggestions strong{font-weight:700;}
.suggestions-suggestions.suggestions-mobile{border-style:none}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}
.suggestions-suggestion{padding:4px;overflow:hidden}
.suggestions-suggestion:not(:last-child){margin-bottom;2px;}
.suggestions-suggestion:hover{background:#C7A76A;border-radius:0px;color:#fff;}
.suggestions-selected{background:#C7A76A;color:#fff;border-radius:0px;}
.suggestions-selected:hover{background:#C7A76A;}
.suggestions-hint{padding:5px;white-space:nowrap;overflow:hidden;color:#C7A76A;font-size:85%;line-height:20px}
.suggestions-subtext{color:#C7A76A}
.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}
.suggestions-subtext-delimiter{display:inline-block;width:2px}
.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding:0 3px;background:#f5f5f5;font-size:85%}
.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}
.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:""}
.suggestions-promo{font-size:85%;display:none;color:#C7A76A;padding:4px;text-align:left}
.suggestions-promo a{color:#C7A76A;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}
.suggestions-promo a:hover{filter:grayscale(0)}
.suggestions-promo svg{height:20px;vertical-align:bottom}

section.welcome{padding:150px 0 210px 0;position:relative;background:linear-gradient(to bottom, #061F3D 0%, transparent 50%);}
.content{overflow:hidden;}
#stars{
    position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
section.welcome:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;background:url(../img/bg/bg-n.png) 20% 100% no-repeat;background-size:cover;}
section.welcome .container>*{position:relative;z-index:3;}
section.welcome .five{font-size:27px;font-weight:500;border:4px solid #fff;width:auto;margin:0 auto 0 0;padding:5px 10px;border-radius:50px;line-height:1;}
.pre-welcome-wrap .title{font-size:55px;text-transform:uppercase;margin:20px 0 0 0;}
.welcome-wrap{flex-direction:row;justify-content:space-between;}
.welcome-wrap .column{width:50%;}
.welcome-wrap .column.right{padding:60px 0 0 0;}
.welcome-wrap .column.right .button{margin:0 0 0 auto;}
.welcome-wrap .column.right .image{width:170px;margin:90px 0 0 auto;position:relative;}
.welcome-wrap .column.right .image img{width:100%;height:auto;position:relative;z-index:2;}
.welcome-wrap .colored{position:absolute;right:calc(100% - 40px);top:2px;flex-direction:column;align-items:flex-end;}
.welcome-wrap .colored span{display:block;width:auto;margin:0 0 0 auto;padding:10px 60px 10px 20px;font-size:55px;text-transform:uppercase;z-index:1;white-space:nowrap;line-height:1;}
.welcome-wrap .colored span.true{color:#002D50;background:#01cac1;}
.welcome-wrap .colored span:nth-child(2){margin-bottom:20px;}

.modal-cookie{position:fixed;bottom:40px;left:50%;transform:translateX(-50%);width:calc(100% - 40px);max-width:800px;border-radius:20px;background:#01cac1;display:none;z-index:9999;padding:30px;text-align:center;color:#fff;box-shadow:0 10px 20px rgba(0,0,0,.3)}
.modal-cookie .modal-body{width:100%;}
.modal-cookie.visible{display:flex;}
.modal-cookie .button{margin:20px auto 20px auto;height:60px;font-size:20px;background:#002D50;color:#fff;border:0px;text-transform:uppercase;border-width:3px;}
.modal-cookie .button:hover{background:#fff;color:#002D50}
.modal-cookie .modal-close{display:none;}
.modal-cookie .modal-desc{color:#002D50;}
.modal-cookie .modal-desc a{color:#002D50;border-bottom:1px dashed #002D50;display:inline-block;margin:0 auto;}
.modal-cookie .modal-desc a:hover{color:#fff;}

.button-tg{position:fixed;z-index:9;right:40px;bottom:40px;width:90px;height:90px;flex-direction:column;padding:0;align-items:center;justify-content:center;box-shadow:0 10px 20px rgba(0,0,0,.25);}
.button-tg svg{width:40px;height:40px;margin:-10px 0 5px 0;fill:#002D50!important}
.button-tg span{margin:0;font-size:15px;line-height:1;color:#002D50;font-weight:500;}

section.steps{padding-top:10px;position:relative;z-index:6;}
.steps-wrap{flex-direction:row;flex-wrap:wrap;width:calc(100% + 50px);margin:60px -25px 0 -25px;}
.steps-wrap .item{padding:25px;width:33.33%;}
.steps-wrap .inner{align-items:center;text-transform:uppercase;text-align:center;}
.steps-wrap .image{width:200px;height:200px;border-radius:100%;align-items:center;justify-content:center;background:#01cac1;box-shadow:0 0 70px rgba(1, 202, 193, .85);margin:0 auto 40px auto;transition:.5s;}
.steps-wrap .image img{object-fit:contain;}
.steps-wrap .title{font-size:30px;color:#01CAC1;}
.steps-wrap .desc{font-size:22px;margin:20px 0 0 0;}
.steps-wrap .item:hover .image{box-shadow:0 0 70px rgba(1, 202, 193, .85), 0 0 0 20px rgba(255,255,255,.3);}

section.rules{position:relative;}
section.rules:before,section.lk:before{content:'';width:573px;height:550px;background:url(../img/el/dots-left.png) 50% 50% no-repeat;background-size:contain;position:absolute;top:-170px;left:0;z-index:1;}
section.rules:after,section.lk:after{content:'';width:440px;height:456px;background:url(../img/el/dots-right.png) 50% 50% no-repeat;background-size:contain;position:absolute;bottom:-220px;right:0;z-index:1;}
.rules-wrap{align-items:center;justify-content:center;}
.rules-wrap .button{margin:0 auto;font-size:19px;position:relative;z-index:2;}
section.lk:after{top:220px;bottom:auto;}

#swap:after{content:'';width:1024px;height:1024px;background:url(../img/tum/tum-1.png) 50% 50% no-repeat;background-size:contain;position:absolute;bottom:-220px;left:70%;z-index:1;opacity:.35;animation: floatUpDown2 70s ease-in-out infinite;}
.prizes:before{content:'';width:1024px;height:1024px;background:url(../img/tum/tum-3.png) 50% 50% no-repeat;background-size:contain;position:absolute;top:220px;right:60%;z-index:1;opacity:.35;animation: floatUpDown 50s ease-in-out infinite;}
.products:before{content:'';width:1024px;height:1024px;background:url(../img/tum/tum-4.png) 50% 50% no-repeat;background-size:contain;position:absolute;top:220px;right:60%;z-index:1;opacity:.35;animation: floatUpDown2 70s ease-in-out infinite;}
.faq:before{content:'';width:1024px;height:1024px;background:url(../img/tum/tum-5.png) 50% 50% no-repeat;background-size:contain;position:absolute;top:220px;left:60%;z-index:1;opacity:.35;animation: floatUpDown2 70s ease-in-out infinite;}
.prizes>*{position:relative;z-index:6;}
@keyframes floatUpDown {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-50px) rotate(-5deg);
    }
    50% {
        transform: translateY(-100px) rotate(0deg);
    }
    75% {
        transform: translateY(-50px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes floatUpDown2 {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-30px) rotate(90deg);
    }
    50% {
        transform: translateY(-60px) rotate(180deg);
    }
    75% {
        transform: translateY(-30px) rotate(270deg);
    }
    100% {
        transform: translateY(0) rotate(360deg);
    }
}

.faq-wrap{padding:50px 0 30px 0;width:100%;background:transparent;position:relative;z-index:2;width:100%;margin:0 auto 0 0;}
.faq-wrap>*{position:relative;z-index:2;}
.faq-wrap .item{transition:.2s;padding:0;position:relative;background:none;border-radius:0px;background:none;}
.faq-wrap .item:not(:last-child){margin-bottom:10px;}
.faq-wrap .answer{display:none;padding:10px 0 20px 0;color:#1e1e1e;}
.faq-wrap .title{padding:10px 0;font-size:30px;flex-direction:row;cursor:pointer;transition:.2s;align-items:flex-start;}
.faq-wrap .title span{display:flex;align-items:center;height:100%;transition:.2s;align-items:center;}
.faq-wrap .title .num{min-width:72px;transition:.2s;color:#c5c5c5;}
.faq-wrap .active .title .num{color:#1e1e1e;}
.faq-wrap .active .title .text{color:#1e1e1e;}
.faq-wrap .title .num{padding:0 45px 0 0;}
.faq-wrap.plus .title .arrow{width:19px;min-width:19px;height:27px;align-items:center;justify-content:center;position:relative;margin:0 0 0 auto;}
.faq-wrap.plus .title .arrow:before{content:'';width:100%;height:1px;background:#494952;position:absolute;left:0;top:50%;margin-top:-.5px;}
.faq-wrap.plus .title .arrow:after{content:'';width:1px;height:19px;background:#494952;position:absolute;left:50%;top:50%;transform:translateY(-50%);transition:.2s;}
.faq-wrap.plus .active .title .arrow:after{height:0px;}
.faq-wrap .answer .inner>*{margin:0;padding:0;}
.faq-wrap .answer .inner ul,.faq-wrap .answer .inner ol{list-style-position:inside;}
.faq-wrap .answer .inner>*:not(:last-child),.faq-wrap .answer .inner ol li:not(:last-child){margin-bottom:10px;}
.faq-wrap .answer .inner{padding:0 0 15px 72px;display:block;font-size:18px;color:rgba(255,255,255,.8);}
.faqs-wrap{flex-direction:row;flex-wrap:wrap;justify-content:space-between;}
.faqs-wrap .faq-wrap{width:100%;margin:0;}
.faq-wrap.plus{max-width:100%;}
.faq-wrap.plus .title{font-size:24px;font-weight:400;position:relative;padding:20px 20px;background:rgba(255,255,255,.0);border-radius:0px;border-bottom:1px solid #01CAC1;color:#fff;}
.faq-wrap.plus .title .text{margin-right:0;color:#fff;text-transform:uppercase;padding-right:44px;}
.faq-wrap.plus .answer .inner{padding:20px;border-radius:0 0 20px 20px;background:none;background:rgba(1, 202, 193, .1);}
.faq-wrap .active .title{background:none;}
.faqs-wrap{flex-direction:row;justify-content:space-between;}
.faqs-wrap>.faq-wrap{width:100%;}
.faq-wrap .title .icon{background:url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M5.70711 9.71069C5.31658 10.1012 5.31658 10.7344 5.70711 11.1249L10.5993 16.0123C11.3805 16.7927 12.6463 16.7924 13.4271 16.0117L18.3174 11.1213C18.708 10.7308 18.708 10.0976 18.3174 9.70708C17.9269 9.31655 17.2937 9.31655 16.9032 9.70708L12.7176 13.8927C12.3271 14.2833 11.6939 14.2832 11.3034 13.8927L7.12132 9.71069C6.7308 9.32016 6.09763 9.32016 5.70711 9.71069Z" fill="%2301CAC1"></path></g></svg>') 50% 50% no-repeat;background-size:contain;margin:0;transition:.2s;position:absolute;top:50%;margin-top:-17px;right:20px;width:34px;height:34px;}
.faq-wrap .active .title .icon{transform:rotate(-180deg);}

footer{position:relative;padding:100px 0 200px 0;}
footer>*{position:relative;z-index:2;}
footer:before{content:'';width:100%;height:615px;background:url(../img/el/dots-footer.png) 50% 0% no-repeat;background-size:cover;position:absolute;bottom:0;left:0;z-index:1;}
.footer-after-wrap{font-size:20px;}

section.winners{margin:0;padding-bottom:100px;}
.winners-tables{flex-direction:row;width:calc(100% + 40px);margin:0 -20px;flex-wrap:wrap;justify-content:space-between;padding:0 0 0 0;}
.winners-tables .winners-table.w-50{width:50%;padding:20px;}
.winners-tables .winners-table.w-100{width:100%;padding:20px;}
.winners-title{flex-direction:row;align-items:center;justify-content:space-between;margin:0 0 20px 0;min-height:54px;}
.winners-title .title{font-size:40px;text-transform:uppercase;font-weight:600;}
.winners-title .title .small{font-size:26px;color:rgba(255,255,255,.5);}
.winners .pre-tables{flex-direction:row;justify-content:center;margin:50px 0 0 0;align-items:center;}
.winner-search{flex-direction:row;align-items:center;width:100%;max-width:480px;position:relative;}
.winner-search:after{content:'';position:absolute;top:50%;right:20px;display:block;width:24px;height:24px;background:url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M16.6725 16.6412L21 21M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z" stroke="%23341f10" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>') 50% 50% no-repeat;background-size:contain;margin:0 0 0 20px;transition:.2s;transform:translateY(-50%);}

.winners-pagination{display:flex;flex-direction:row;align-items:center;list-style:none;padding:0;margin:40px auto 0 auto;align-items:center;justify-content:flex-end;font-size:32px;font-weight:600;width:auto;position:relative;}
.winners-pagination .page-btn{width:50px;height:50px;display:flex;line-height:1;justify-content:center;align-items:center;text-align:center;border-radius:100%;font-size:18px;transition:.2s;text-decoration:none;border:3px solid #01CAC1;color:#01CAC1;opacity:.5;}
.winners-pagination .page-btn:not(.active){cursor:pointer;}
.winners-pagination .active{color:#01CAC1;border-color:#01CAC1;opacity:1;}
.winners-pagination>*:not(:last-child){margin-right:20px;}
.winners-table.w-100{margin-top:20px;}
.winners-table.w-100>*.winners-title{margin-bottom:20px;}

.pseudo-select{position:relative;display:inline-flex;margin:0 0 0 0;cursor:pointer;font-size:18px;}
.winner-search{margin:50px auto 30px auto;}
.pseudo-select-trigger{flex-direction:row;padding:0 20px 0 20px;height:50px;align-items:center;text-transform:uppercase;background:none;border:3px solid #01CAC1;border-radius:25px;font-size:18px;}
.pseudo-select-trigger:after{content:'';display:block;width:24px;height:24px;background:url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M5.70711 9.71069C5.31658 10.1012 5.31658 10.7344 5.70711 11.1249L10.5993 16.0123C11.3805 16.7927 12.6463 16.7924 13.4271 16.0117L18.3174 11.1213C18.708 10.7308 18.708 10.0976 18.3174 9.70708C17.9269 9.31655 17.2937 9.31655 16.9032 9.70708L12.7176 13.8927C12.3271 14.2833 11.6939 14.2832 11.3034 13.8927L7.12132 9.71069C6.7308 9.32016 6.09763 9.32016 5.70711 9.71069Z" fill="%2301CAC1"></path></g></svg>') 50% 50% no-repeat;background-size:contain;margin:0 0 0 20px;transition:.2s;}
.pseudo-select-trigger.opened:after{transform:rotate(-180deg);}
.pseudo-select-options{display:none;position:absolute;background-color:#057100;border-radius:25px;z-index:1000;width:100%;box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);top:calc(100% + 2px);left:0;overflow:hidden;}
.pseudo-select-option{height:50px;align-items:center;flex-direction:row;padding:0 20px;cursor:pointer;transition:.2s;background-color:#01CAC1;text-transform:uppercase;color:#002D50;}
.pseudo-select-option:hover{background:#00b5ab;}

.search-wrap{margin:40px 0;}
.search-wrap .search{height:60px;border-radius:30px;border:2px solid rgba(246, 139, 31, 1);background:#6AA74A;color:#fff;}
.search-wrap .search::placeholder{color:rgba(255,255,255,.75);}
.search-response>*{margin:40px 0 0 0;}
header .button{min-width:0px;}

.search-response .search-info{background:#6AA74A;padding:30px 40px;text-align:center;justify-content:center;font-size:20px;border-radius:40px;}
.search-response .winners-table.w-100{margin:50px 0 0 0;width:100%;max-width:100%}
.search-response .winners-table.w-100>*{max-width:100%;}
.search-response .winners-table.w-100 td:first-child{white-space:nowrap;}

.winner-block{padding:20px 25px;background:#6AA74A;margin:40px 0 0 0;width:100%;max-width:600px;border-radius:20px;}
.winner-block p{margin:0;font-size:20px;line-height:1.4;}
.modal-winner .modal-title{font-size:50px;}
.modal-winner input, .modal-winner textarea{height:60px;}
.modal-winner .button{height:60px;font-size:25px;}
.modal-winner .modal-body div.w-50{position:relative;}

.modal-login .modal-body{max-width:546px;}
.auth-title{font-size:30px;font-weight:600;text-align:center;margin:0 0 30px 0;}
.modal .button{margin:0 auto;}
.auth-dop{margin:45px 0 0 0;text-align:center;}
.auth-dop .title{font-size:18px;margin:0 0 5px 0;}
.auth-dop .tab-button{margin:0 auto;font-weight:500;text-transform:uppercase;color:#01CAC1;}
.auth-dop .tab-button:hover{color:#fff;}

section.products{padding-bottom:100px;}
.products-slider{width:calc(100% + 30px);margin:45px -15px 0 -15px;}
.products-slider .item{height:100%;padding:0 15px;}
.products-slider .inner{background:#01CAC1;height:100%;border-radius:20px;padding:40px;color:#002D50;text-align:center;}
.products-slider .title{font-weight:500;font-size:22px;}
.products-slider .desc{font-weight:400;text-transform:uppercase;font-size:22px;padding:10px 0 0 0;}
.products-slider .image{width:265px;height:265px;margin:0 auto 30px auto;align-items:center;justify-content:center;}
.products-slider img{width:100%;height:100%;object-fit:contain;}

section.referal{padding-bottom:100px;}
.referal-wrap{flex-direction:row;flex-wrap:wrap;justify-content:space-between;text-transform:uppercase;}
.referal-wrap .column.right{width:482px}
.referal-wrap .column.left{width:calc(100% - 522px);align-items:flex-end;text-align:right;justify-content:center;position:relative;z-index:2;}
.referal-wrap .image{width:100%;height:auto;align-items:center;justify-content:center;position:relative;}
.referal-wrap .image:before{content:'';width:960px;height:512px;background:url(../img/el/dots-referal.png) 50% 50% no-repeat;background-size:contain;position:absolute;top:-20px;left:-48%;z-index:1;}
.referal-wrap img{width:100%;height:100%;object-fit:contain;position:relative;z-index:2;}
.referal-wrap .row{width:100%;}
.referal-wrap .title{font-size:55px;}
.referal-text{font-size:24px;padding:30px 50px;border:none;background:repeating-linear-gradient(to right,#fff 0 10px,transparent 10px 20px) top left/100% 3px no-repeat,repeating-linear-gradient(to right,#fff 0 10px,transparent 10px 20px) bottom left/100% 3px no-repeat,repeating-linear-gradient(to bottom,#fff 0 10px,transparent 10px 20px) top left/3px 100% no-repeat,repeating-linear-gradient(to bottom,#fff 0 10px,transparent 10px 20px) top right/3px 100% no-repeat;margin:60px auto 0 auto;Line-height:1.6;max-width:950px;}
.referal-wrap .colored{flex-direction:column;align-items:flex-end;}
.referal-wrap .colored span{display:block;width:auto;margin:0 0 0 auto;padding:10px 20px 10px 20px;font-size:55px;text-transform:uppercase;z-index:1;white-space:nowrap;line-height:1;}
.referal-wrap .colored span.true{color:#002D50;background:#01cac1;}
.referal-wrap .colored span:nth-child(2){margin-bottom:20px;}
.referal-button{height:48px;font-size:18px;margin:80px auto 0 auto;}

.referal.right .referal-wrap .colored{align-items:flex-start;}
.referal.right .referal-wrap .column.right{width:calc(100% - 522px);align-items:flex-start;text-align:left;justify-content:center;position:relative;z-index:2;}
.referal.right .referal-wrap .column.left{width:482px;}
.referal.right .referal-wrap .colored span{margin:0 auto 0 0;}
.referal.right .button{height:48px;font-size:18px;margin:50px auto 0 0;}
.referal.right .desc{font-size:24px;line-height:1.6;margin:15px 0 0 0;}
.referal.right .referal-wrap .image:before{content:'';width:784px;height:624px;background:url(../img/el/dots-swap.png) 50% 50% no-repeat;background-size:contain;position:absolute;top:-150px;left:-48%;z-index:1;}

section.prizes{}
section.prizes .mask{padding:50px 20px;border:1px solid #01CAC1;border-radius:30px;}
.prizes .block{width:100%;max-width:745px;margin:0 auto;padding:35px 0;}
.prizes .block:not(:last-child){margin-bottom:50px;}
.prizes .block-title{text-align:center;font-size:30px;text-transform:uppercase;color:#01CAC1;margin:0 0 60px 0;}
.prizes-wrap{flex-direction:row;width:calc(100% + 20px);margin:0 -10px;}
.prizes-wrap .item{width:33.33%;padding:10px;align-items:center;justify-content:flex-start;}
.prizes-wrap .item .title{font-size:24px;text-transform:uppercase;text-align:center;}
.prizes-wrap .item .image{width:200px;height:200px;border-radius:100%;overflow:hidden;background:#01CAC1;box-shadow:0 0 60px rgba(1, 202, 193, .85);margin:0 auto 25px auto;justify-content:center;align-items:center;transition:.5s;}
.prizes-wrap .item .image img{width:100%;height:100%;object-fit:contain;position:relative;z-index:2;padding:15px;}
.prizes-wrap .item:hover .image{box-shadow:0 0 60px rgba(1, 202, 193, .85), 0 0 0 15px rgba(255,255,255,.3);}

section.main-prize{position:relative;}
section.main-prize:before{content:'';width:573px;height:550px;background:url(../img/el/dots-left.png) 50% 50% no-repeat;background-size:contain;position:absolute;bottom:-170px;left:-300px;z-index:1;}
span.border{border-bottom:1px solid #fff;}
.main-prize-wrap{max-width:772px;margin:50px auto 0 auto;}

section.specials{position:relative;}
.specials-wrap{position:relative;padding:100px 0 100px 0;flex-direction:row;align-items:center;}
.specials-wrap>*{position:relative;z-index:10;}
.specials-wrap .column.left{width:400px;}
.specials-wrap .column.right{width:calc(100% - 400px);padding:0 0 0 100px;}
.specials-wrap:before{content:'';width:1385px;height:1067px;background:url(../img/el/dots-specials.png) 50% 50% no-repeat;background-size:contain;position:absolute;top:-70px;left:-520px;z-index:1;}
.specials-wrap .referal-text{text-transform:uppercase;font-size:30px;margin-top:0px;}
.specials-wrap .card{width:362px;height:509px;margin:0 auto 0 auto;background:url(../img/special.png) 50% 50% no-repeat;background-size:contain;box-shadow:0 0 40px rgba(1, 202, 193, .85);position:relative;z-index:2;}
.specials-wrap .card .title{margin:65px auto auto auto;font-size:24px;font-weight:500;text-transform:uppercase;}
.specials .line{width:100%;height:100%;position:absolute;}

.rocket {
    position: fixed; /* остаётся на экране при скролле */
    width: 100px;
    height: 233px;
    background: url('/img/rocket.png') no-repeat center center;
    background-size: contain;
    transform-origin: center center;
    top:0%;
    right:5%;
	z-index:999;
}

.content.content-lk{padding:100px 0 0 0;}
.pre-user-info{margin:60px 0;border:1px solid #01CAC1;border-radius:30px;padding:30px;}
.user-info{flex-direction:row;justify-content:space-between;}
.user-info .column{width:calc(33.33% - 20px);}
.user-info .name{display:block;font-size:45px;text-transform:uppercase;}
.user-info .contacts{margin:20px auto 0 0;flex-direction:column;text-transform:uppercase;}
.user-info .button{height:40px;font-size:18px;padding:0 20px;min-width:281px;justify-content:flex-start;}

.user-info .referals{text-transform:uppercase;}
.user-info .referals .title{font-weight:500;text-align:center;margin:0 0 20px 0;}
.user-info .refs-wrap{flex-direction:row;justify-content:space-between;}
.user-info .refs-wrap .item{font-size:14px;flex-direction:row;width:calc(50% - 10px);background:rgba(1, 202, 193,.5);padding:10px;border-radius:10px;align-items:center;}
.user-info .refs-wrap .item>div{margin:0 5px 0 0;}

.user-info .buttons{margin:0 0 0 auto;}
.user-info .buttons>*:not(:last-child){margin-bottom:5px;}

.refs-links{margin:20px 0 0 0;}
.refs-links span{display:flex;width:100%;font-size:10px;padding:5px 10px;background:rgba(255,255,255,.15);border-radius:5px;}
.refs-links span:not(:last-child){margin-bottom:10px;}


.lk-desc{flex-direction:row;align-items:center;justify-content:center;text-transform:uppercase;font-size:30px;font-weight:400;margin:40px 0 0 0;}
.lk-desc td{font-weight:400;}
.lk-desc>span{margin:0 25px 0 0;}
.lk-desc .button,.user-info.checks-info .button{min-width:300px;}
.lk-desc .button span,.user-info.checks-info .button span{margin:0 auto;padding:0 0 0 30px;}
table.checks .status{position:relative;padding-left:45px;white-space:nowrap;}
table.checks .status:before{content:'';display:flex;width:10px;height:10px;border-radius:100%;top:50%;left:20px;margin-top:-5px;border-radius:5px;position:absolute;}
table.checks .status.orange:before{background:#EDD69C;}
table.checks .status.red:before{background:red;}
table.checks .status.green:before{background:green;}
.lk-prizes-desc{flex-direction:column;}
.lk-prizes-desc span{margin:0 0 20px 0;}
.lk-prizes-desc span.dop-desc-winner{margin:40px 0 30px 0;}
.lk-desc.go-download{flex-direction:column;align-items:center;}
.lk-desc.go-download .button{margin:20px auto;}

.checks-pre-table{margin:30px 0;}

.checks-info-wrap{flex-direction:row;margin:0 -10px;width:calc(100% + 20px);}
.checks-info-wrap .item{width:33.33%;padding:0 10px;}
.checks-info-wrap .inner{padding:15px 10px;background:rgba(1, 202, 193,.5);border-radius:20px;height:100%;}
.checks-info-wrap .title{display:block;text-align:center;text-transform:uppercase;font-size:20px;padding:0 0 10px 0;}
.checks-info-wrap .count{font-size:60px;font-weight:500;text-align:center;justify-content:center;align-items:center;line-height:1;margin-top:auto;}
.lk-desc + .pre-user-info{margin-top:50px;}

section.lk>*{position:relative;z-index:3;}
.scan-response{display:flex;align-items:center;justify-content:center;margin:0 0 20px 0;width:100%;aspect-ratio:1/1;overflow:hidden;}
.scan-response video{width:100%;height:100%;object-fit:cover;}

.winners-tables .winners-table.w-100 p{text-align:center;}

@media screen and (max-width:1150px){
.container{max-width:740px}
.welcome-wrap .column.right{padding:40px 0 0 0;}
section.welcome:before {background:url(../img/bg/bg-n.png) 32% 100% no-repeat;background-size:cover;}
.rocket{display:none;}
.welcome-wrap .column.right .image{margin:60px 0 0 auto;}
.steps-wrap{flex-direction:column;align-items:center;}
.steps-wrap .item{width:50%;}
section.rules:before, section.lk:before{width:350px;height:350px;}
section.rules:after, section.lk:after{width:350px;height:350px;}
.referal-wrap{flex-direction:column;align-items:center;}
.referal.right .referal-wrap .column.left{width:420px;max-width:100%;}
.referal.right .referal-wrap .column.right{width:100%;align-items:center;order:3;}
.referal.right .referal-wrap .colored span {margin: 0 auto;}
.referal.right .desc{text-align:center;}
.referal.right .button{margin:50px auto 0 auto;}
.prizes-wrap .item{justify-content:flex-start;}
.referal-wrap .column.left{width:100%;order:2;}
.referal-wrap .row{order:3;}
.referal-wrap .colored{align-items:center;width:100%;}
.referal-wrap .colored span{margin:0 auto;}
.user-info{flex-direction:column;align-items:center;text-align:center;}
.user-info .column{width:50%;align-items:center;justify-content:center;}
.user-info .column:not(:last-child){margin-bottom:30px;}
.user-info .contacts {margin:20px auto 0 auto;}
.user-info .buttons {margin:0 auto;}
.checks-info-wrap .title{font-size:16px;}
.specials-wrap{flex-direction:column;padding:100px 0 50px 0;}
.specials-wrap .column.right{width:100%;padding:80px 0 0 0;}
}

@media screen and (max-width:670px){
.container{max-width:420px;}
section.welcome .five{width:auto;margin:0 auto;font-size:20px;}
.pre-welcome-wrap .title{font-size:35px;text-align:center;}
.welcome-wrap .column{width:100%;}
.welcome-wrap .column.left{display:none;}
.welcome-wrap .column.right .button{margin:0 auto;}
.welcome-wrap .column.right .image{width:90px;}
.welcome-wrap .colored span{font-size:35px;padding:8px 60px 8px 15px;}
section.welcome:before{background:url(../img/bg/bg-n.png) 38% 100% no-repeat;background-size:cover;}
section.welcome{padding:150px 0 250px 0}
.section-title{font-size:35px;}
section.steps{margin-top:-50px;}
.steps-wrap .item{width:100%;}
.referal-wrap .title,.referal-wrap .colored span{font-size:32px;}
.referal.right .desc,.section-desc{font-size:18px;}
section.referal{padding-bottom:50px;}
.specials-wrap .card{width:70%;height:auto;aspect-ratio:362/509;margin:40px auto 0 auto;}
.specials-wrap .card .title{font-size:20px;margin:40px auto 0 auto;}
.specials-wrap{padding:0 0 0 0;}
.referal-text{font-size:18px;padding:20px 30px;text-transform:uppercase;}
.prizes-wrap .item{width:100%;}
.prizes-wrap{flex-direction:column;}
.referal-wrap .column.right{width:100%;}
.prizes-wrap.owl-carousel{margin-top:-80px;}
.prizes-wrap.owl-carousel .owl-stage-outer{padding-top:50px;}
.faq-wrap.plus .title .text,.footer-after-wrap{font-size:18px;}
footer{padding:80px 0 100px 0;}
.prizes .block:not(:last-child) {margin-bottom:30px;}
.button-tg{right:20px;bottom:20px;width:70px;height:70px;}
.button-tg span{font-size:12px;}
.button-tg svg{width:30px;height:30px;}
.user-info .column,.user-info .buttons{width:100%;}
.user-info .button{width:100%;min-width:100%;}
.lk-desc{font-size:16px;}
.lk-desc>span{margin:0;}
.checks-info-wrap{flex-direction:column;}
.checks-info-wrap .item{width:100%;padding:10px;}
.modal .modal-body{min-width:calc(100% - 40px);width:100%;max-width:calc(100% - 40px);}
form .w-50{width:100%;}
form .button{width:100%;}
.modal-title{font-size:25px;font-weight:400;}
.tabs-checks-nav>*{font-size:14px;}
.specials-wrap .referal-text{font-size:18px;}
table.checks{max-width:100%;display:block;overflow-x:auto;}
table.checks th,table.checks td{font-size:14px!important;}
}