@font-face{
    font-family:Pinup-Bold-It;
    src:url(/fonts/Pinup-Bold-It.woff2) format("woff2");
    font-weight:700;
    font-style:normal
}
@font-face{
    font-family:"SF Pro Display";
    src:url(/fonts/100.woff2) format("woff2");
    font-weight:100;
    font-style:normal
}
@font-face{
    font-family:"SF Pro Display";
    src:url(/fonts/200.woff2) format("woff2");
    font-weight:200;
    font-style:normal
}
@font-face{
    font-family:"SF Pro Display";
    src:url(/fonts/300.woff2) format("woff2");
    font-weight:300;
    font-style:normal
}
@font-face{
    font-family:"SF Pro Display";
    src:url(/fonts/400.woff2) format("woff2");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:"SF Pro Display";
    src:url(/fonts/500.woff2) format("woff2");
    font-weight:500;
    font-style:normal
}
@font-face{
    font-family:"SF Pro Display";
    src:url(/fonts/600.woff2) format("woff2");
    font-weight:600;
    font-style:normal
}
@font-face{
    font-family:"SF Pro Display";
    src:url(/fonts/700.woff2) format("woff2");
    font-weight:700;
    font-style:normal
}
@font-face{
    font-family:"SF Pro Display";
    src:url(/fonts/800.woff2) format("woff2");
    font-weight:800;
    font-style:normal
}
@font-face{
    font-family:"SF Pro Display";
    src:url(/fonts/900.woff2) format("woff2");
    font-weight:900;
    font-style:normal
}
:root{
    --bs-blue:#0d6efd;
    --bs-indigo:#6610f2;
    --bs-purple:#6f42c1;
    --bs-pink:#d63384;
    --bs-red:#dc3545;
    --bs-orange:#fd7e14;
    --bs-yellow:#ffc107;
    --bs-green:#198754;
    --bs-teal:#20c997;
    --bs-cyan:#0dcaf0;
    --bs-white:#fff;
    --bs-gray:#868e96;
    --bs-gray-dark:#343a40;
    --bs-gray-100:#f8f9fa;
    --bs-gray-200:#e9ecef;
    --bs-gray-300:#dee2e6;
    --bs-gray-400:#ced4da;
    --bs-gray-500:#adb5bd;
    --bs-gray-600:#868e96;
    --bs-gray-700:#495057;
    --bs-gray-800:#343a40;
    --bs-gray-900:#212529;
    --bs-primary:#F05F40;
    --bs-secondary:#868e96;
    --bs-success:#198754;
    --bs-info:#0dcaf0;
    --bs-warning:#ffc107;
    --bs-danger:#dc3545;
    --bs-light:#f8f9fa;
    --bs-dark:#212529;
    --bs-primary-rgb:240,95,64;
    --bs-secondary-rgb:134,142,150;
    --bs-success-rgb:25,135,84;
    --bs-info-rgb:13,202,240;
    --bs-warning-rgb:255,193,7;
    --bs-danger-rgb:220,53,69;
    --bs-light-rgb:248,249,250;
    --bs-dark-rgb:33,37,41;
    --bs-white-rgb:255,255,255;
    --bs-black-rgb:0,0,0;
    --bs-body-color-rgb:33,37,41;
    --bs-body-bg-rgb:255,255,255;
    --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family:var(--bs-font-sans-serif);
    --bs-body-font-size:1rem;
    --bs-body-font-weight:400;
    --bs-body-line-height:1.5;
    --bs-body-color:#dddddd;
    --bs-body-bg:#fff
}
*,::after,::before{
    box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference){
    :root{
        scroll-behavior:smooth
    }
}
body{
    margin:0;
    font-family:var(--bs-body-font-family);
    font-size:var(--bs-body-font-size);
    font-weight:var(--bs-body-font-weight);
    line-height:var(--bs-body-line-height);
    color:var(--bs-body-color);
    text-align:var(--bs-body-text-align);
    background-color:var(--bs-body-bg);
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:.5rem;
    font-weight:800;
    line-height:1.2
}
.h1,h1{
    font-size:calc(1.375rem + .5vw)
}
@media (min-width:1200px){
    .h1,h1{
        font-size:1.9rem;
        font-weight:900
    }
}
.h2,h2{
    font-size:calc(1.325rem + .5vw)
}
@media (min-width:1200px){
    .h2,h2{
        font-size:2rem
    }
}
.h3,h3{
    font-size:calc(1.3rem + .6vw)
}
@media (min-width:1200px){
    .h3,h3{
        font-size:1.75rem
    }
}
.h4,h4{
    font-size:calc(1.275rem + .3vw)
}
@media (min-width:1200px){
    .h4,h4{
        font-size:1.5rem
    }
}
.h5,h5{
    font-size:1.25rem
}
.h6,h6{
    font-size:1rem
}
p{
    margin-top:0;
    margin-bottom:.8rem
}
address{
    margin-bottom:1rem;
    font-style:normal;
    line-height:inherit
}
ol,ul{
    padding-left:2rem
}
ol,ul{
    margin-top:0;
    margin-bottom:1rem
}
ol ol,ol ul,ul ol,ul ul{
    margin-bottom:0
}
dd{
    margin-bottom:.5rem;
    margin-left:0
}
b{
    font-weight:bolder
}
a{
    color:#f05f40;
    text-decoration:none
}
a:hover{
    color:#c04c33
}
a:not([href]):not([class]),a:not([href]):not([class]):hover{
    color:inherit;
    text-decoration:none
}
figure{
    margin:0 0 1rem
}
img,svg{
    vertical-align:middle
}
label{
    display:inline-block
}
button{
    border-radius:0
}
button:focus:not(:focus-visible){
    outline:0
}
button{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button{
    text-transform:none
}
[role=button]{
    cursor:pointer
}
[list]::-webkit-calendar-picker-indicator{
    display:none
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){
    cursor:pointer
}
::-moz-focus-inner{
    padding:0;
    border-style:none
}
::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{
    padding:0
}
::-webkit-inner-spin-button{
    height:auto
}
[type=search]{
    outline-offset:-2px;
    -webkit-appearance:textfield
}
::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-color-swatch-wrapper{
    padding:0
}
::-webkit-file-upload-button{
    font:inherit
}
::file-selector-button{
    font:inherit
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
[hidden]{
    display:none!important
}
.gyze{
    max-width:100%;
    height:auto
}
.figure{
    display:inline-block
}
.figure-img{
    margin-bottom:.5rem;
    line-height:1
}
.nucoku,.nucoku-fluid,.nucoku-lg,.nucoku-md,.nucoku-sm,.nucoku-xl,.nucoku-xxl{
    width:100%;
    padding-right:var(--bs-gutter-x,.75rem);
    padding-left:var(--bs-gutter-x,.75rem);
    margin-right:auto;
    margin-left:auto
}
.head-1win{
    background-size:auto;
    background-position:left
}
@media (min-width:576px){
    .nucoku,.nucoku-sm{
        max-width:768px
    }
    .head-1win{
        background-size:auto;
        background-position:left
    }
}
@media (min-width:768px){
    .nucoku,.nucoku-md,.nucoku-sm{
        max-width:990px
    }
    .head-1win{
        background-size:auto;
        background-position:top
    }
}
@media (min-width:992px){
    .nucoku,.nucoku-lg,.nucoku-md,.nucoku-sm{
        max-width:1200px
    }
    .head-1win{
        background-size:auto;
        background-position:top
    }
}
@media (min-width:1200px){
    .nucoku,.nucoku-lg,.nucoku-md,.nucoku-sm,.nucoku-xl{
        max-width:1271px
    }
    .head-1win{
        background-size:auto;
        background-position:top
    }
}
@media (min-width:1400px){
    .nucoku,.nucoku-lg,.nucoku-md,.nucoku-sm,.nucoku-xl,.nucoku-xxl{
        max-width:1270px
    }
    .head-1win{
        background-size:auto;
        background-position:top
    }
}
.madaful{
    --bs-gutter-x:5px;
    --bs-gutter-y:0;
    display:flex;
    flex-wrap:wrap;
    margin-top:calc(-1 * var(--bs-gutter-y));
    margin-right:calc(-.5 * var(--bs-gutter-x));
    margin-left:calc(-.5 * var(--bs-gutter-x))
}
.madaful>*{
    flex-shrink:0;
    width:100%;
    max-width:100%;
    padding-right:calc(var(--bs-gutter-x) * .5);
    padding-left:calc(var(--bs-gutter-x) * .5);
    margin-top:var(--bs-gutter-y)
}
.col{
    flex:1 0 0%
}
.col-1{
    flex:0 0 auto;
    width:8.33333333%
}
.col-2{
    flex:0 0 auto;
    width:16.66666667%
}
.dype{
    flex:0 0 auto;
    width:20%
}
.col-3{
    flex:0 0 auto;
    width:25%
}
.col-4{
    flex:0 0 auto;
    width:33.33333333%
}
.col-5{
    flex:0 0 auto;
    width:41.66666667%
}
.pomil{
    flex:0 0 auto;
    width:50%
}
.col-7{
    flex:0 0 auto;
    width:58.33333333%
}
.col-8{
    flex:0 0 auto;
    width:66.66666667%
}
.col-80{
    flex:0 0 auto;
    width:80%
}
.col-9{
    flex:0 0 auto;
    width:75%
}
.col-10{
    flex:0 0 auto;
    width:83.33333333%
}
.col-11{
    flex:0 0 auto;
    width:91.66666667%
}
.repi{
    flex:0 0 auto;
    width:100%
}
@media (min-width:576px){
    .col-sm{
        flex:1 0 0%
    }
    .col-sm-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-sm-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    .qizuloq{
        flex:0 0 auto;
        width:20%
    }
    .col-sm-3{
        flex:0 0 auto;
        width:25%
    }
    .col-sm-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-sm-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .mocacy{
        flex:0 0 auto;
        width:50%
    }
    .col-sm-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-sm-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .col-sm-80{
        flex:0 0 auto;
        width:80%
    }
    .col-sm-9{
        flex:0 0 auto;
        width:75%
    }
    .col-sm-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-sm-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    .naci{
        flex:0 0 auto;
        width:100%
    }
}
@media (min-width:768px){
    .col-md{
        flex:1 0 0%
    }
    .col-md-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-md-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    .seciqev{
        flex:0 0 auto;
        width:20%
    }
    .col-md-3{
        flex:0 0 auto;
        width:25%
    }
    .col-md-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-md-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-md-6{
        flex:0 0 auto;
        width:50%
    }
    .col-md-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-md-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .benyd{
        flex:0 0 auto;
        width:80%
    }
    .col-md-9{
        flex:0 0 auto;
        width:75%
    }
    .col-md-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-md-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    .col-md-12{
        flex:0 0 auto;
        width:100%
    }
}
@media (min-width:992px){
    .col-lg{
        flex:1 0 0%
    }
    .col-lg-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-lg-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    .zulirox{
        flex:0 0 auto;
        width:20%
    }
    .col-lg-3{
        flex:0 0 auto;
        width:25%
    }
    .col-lg-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-lg-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-lg-6{
        flex:0 0 auto;
        width:50%
    }
    .col-lg-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-lg-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .rafi{
        flex:0 0 auto;
        width:80%
    }
    .col-lg-9{
        flex:0 0 auto;
        width:75%
    }
    .col-lg-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-lg-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    .col-lg-12{
        flex:0 0 auto;
        width:100%
    }
}
@media (min-width:1200px){
    .col-xl{
        flex:1 0 0%
    }
    .col-xl-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-xl-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    .pody{
        flex:0 0 auto;
        width:20%
    }
    .col-xl-3{
        flex:0 0 auto;
        width:25%
    }
    .col-xl-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-xl-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-xl-6{
        flex:0 0 auto;
        width:50%
    }
    .col-xl-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-xl-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .niwaz{
        flex:0 0 auto;
        width:80%
    }
    .col-xl-9{
        flex:0 0 auto;
        width:75%
    }
    .col-xl-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-xl-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    .col-xl-12{
        flex:0 0 auto;
        width:100%
    }
}
@media (min-width:1400px){
    .col-xxl{
        flex:1 0 0%
    }
    .col-xxl-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    .col-xxl-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    .zozo{
        flex:0 0 auto;
        width:20%
    }
    .col-xxl-3{
        flex:0 0 auto;
        width:25%
    }
    .col-xxl-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    .col-xxl-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    .col-xxl-6{
        flex:0 0 auto;
        width:50%
    }
    .col-xxl-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    .col-xxl-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    .sydav{
        flex:0 0 auto;
        width:80%
    }
    .col-xxl-9{
        flex:0 0 auto;
        width:75%
    }
    .col-xxl-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    .col-xxl-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    .col-xxl-12{
        flex:0 0 auto;
        width:100%
    }
}
.btn{
    display:inline-block;
    font-weight:400;
    line-height:1;
    color:#212529;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:transparent;
    border:1px solid transparent;
    padding:.375rem .75rem;
    font-size:1rem;
    border-radius:.25rem;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .btn{
        transition:none
    }
}
.btn:hover{
    color:#212529
}
.btn:focus{
    outline:0;
    box-shadow:0 0 0 .25rem rgba(240,95,64,.25)
}
.btn:disabled{
    pointer-events:none;
    opacity:.65
}
.btn-light{
    color:#000;
    background-color:#f8f9fa;
    border-color:#f8f9fa
}
.btn-light:hover{
    color:#000;
    background-color:#f9fafb;
    border-color:#f9fafb
}
.btn-light:focus{
    color:#000;
    background-color:#f9fafb;
    border-color:#f9fafb;
    box-shadow:0 0 0 .25rem rgba(211,212,213,.5)
}
.btn-light:active{
    color:#000;
    background-color:#f9fafb;
    border-color:#f9fafb
}
.btn-light:active:focus{
    box-shadow:0 0 0 .25rem rgba(211,212,213,.5)
}
.btn-light:disabled{
    color:#000;
    background-color:#f8f9fa;
    border-color:#f8f9fa
}
.btn-dark{
    color:#fff;
    background-color:#212529;
    border-color:#212529
}
.btn-dark:hover{
    color:#fff;
    background-color:#1c1f23;
    border-color:#1a1e21
}
.btn-dark:focus{
    color:#fff;
    background-color:#1c1f23;
    border-color:#1a1e21;
    box-shadow:0 0 0 .25rem rgba(66,70,73,.5)
}
.btn-dark:active{
    color:#fff;
    background-color:#1a1e21;
    border-color:#191c1f
}
.btn-dark:active:focus{
    box-shadow:0 0 0 .25rem rgba(66,70,73,.5)
}
.btn-dark:disabled{
    color:#fff;
    background-color:#212529;
    border-color:#212529
}
.btn-link{
    font-weight:400;
    color:#f05f40;
    text-decoration:underline
}
.btn-link:hover{
    color:#c04c33
}
.btn-link:disabled{
    color:#868e96
}
.btn-lg{
    padding:.5rem 1rem;
    font-size:1.25rem;
    border-radius:.3rem
}
.btn-sm{
    padding:.25rem .5rem;
    font-size:.875rem;
    border-radius:.2rem
}
.guxyzi{
    height:194px;
    padding-left:15px
}
a.fetusen img{
    width:80px
}
.luqijyh a{
    margin-left:1px;
    padding:9px 8px;
    padding:9px 9px;
    font-weight:600
}
.fetusen{
    padding-bottom:.3125rem;
    margin-right:0;
    margin-left:33px;
    font-size:1.25rem;
    text-decoration:none;
    white-space:nowrap
}
#wih .suheceb>a.qipobeh,#wih .suheceb>a.qipobeh:focus{
    font-size:.9rem;
    font-weight:700;
    text-transform:uppercase;
    color:#4e4e4e
}
.risi br.rubup{
    display:none
}
.tiwyfu{
    background-image:url(/img/pinup_img/bn-ua-welcome-bonus-new-bg-mob.jpg)
}
.bn-new-year-promo{
    background-image:url(/img/pinup_img/bn-new-year-promo-bg-mob.jpg)
}
.qejy{
    margin-bottom:0
}
.fikusyd.walavy{
    font-size:14px;
    line-height:1;
    font-family:Pinup-Bold-It;
    color:#fff
}
.cymer{
    margin-top:46px
}
.head-1win{
    padding:100px 0 0
}
@media (min-width:576px){
    a.fetusen img{
        width:80px
    }
    .cymer{
        margin-top:46px
    }
    .head-1win{
        padding:150px 0 25px
    }
}
@media (min-width:480px){
    .risi .zibe{
        position:absolute;
        cursor:pointer;
        z-index:84;
        line-height:22px;
        width:auto;
        left:30px;
        bottom:20px;
        padding:7px 24px;
        border-radius:4px
    }
    .guxyzi{
        height:220px;
        padding-left:30px
    }
    .risi br.rubup{
        display:none
    }
    .guxyzi{
        padding-left:30px
    }
    .qejy{
        margin-bottom:0
    }
    .fikusyd.walavy{
        font-size:29px;
        line-height:1;
        font-family:Pinup-Bold-It;
        color:#fff
    }
}
@media (min-width:768px){
    a.fetusen img{
        width:80px
    }
    .cymer{
        margin-top:46px
    }
    .head-1win{
        padding:240px 0 200px
    }
}
@media (min-width:992px){
    a.fetusen img{
        width:155px
    }
    .guxyzi{
        height:220px;
        padding-left:30px
    }
    .tiwyfu{
        background-image:url(/img/pinup_img/bn-ua-welcome-bonus-new-bg.jpg)
    }
    .bn-new-year-promo{
        background-image:url(/img/pinup_img/bn-new-year-promo-bg.jpg)
    }
    .guxyzi{
        padding-left:30px
    }
    .risi .zibe{
        position:absolute;
        cursor:pointer;
        z-index:84;
        line-height:22px;
        width:auto;
        left:30px;
        bottom:20px;
        padding:7px 24px;
        border-radius:4px
    }
    .qejy{
        margin-bottom:0
    }
    .fikusyd.walavy{
        font-size:29px;
        line-height:1;
        font-family:Pinup-Bold-It;
        color:#fff
    }
    .luqijyh a{
        margin-left:4px;
        padding:7px 24px
    }
    .luqijyh button{
        margin-left:4px;
        padding:7px 24px
    }
    .fetusen{
        padding-bottom:.3125rem;
        margin-right:1rem;
        font-size:1.25rem;
        text-decoration:none;
        white-space:nowrap
    }
    .risi br.rubup{
        display:none
    }
    #wih .suheceb>a.qipobeh,#wih .suheceb>a.qipobeh:focus{
        font-size:.9rem;
        font-weight:700;
        text-transform:uppercase;
        color:#fff
    }
    .cymer{
        margin-top:80px
    }
    .head-1win{
        padding:240px 0 200px
    }
}
@media (min-width:1200px){
    a.fetusen img{
        width:150px
    }
    .cymer{
        margin-top:80px
    }
    .head-1win{
        padding:240px 0 200px
    }
}
@media (min-width:1400px){
    a.fetusen img{
        width:130px
    }
    .cymer{
        margin-top:80px
    }
    .head-1win{
        padding:200px 0 150px
    }
}
.nav{
    display:flex;
    flex-wrap:wrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.qipobeh{
    display:block;
    padding:.5rem 1rem;
    color:#f05f40;
    text-decoration:none;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .qipobeh{
        transition:none
    }
}
.qipobeh:focus,.qipobeh:hover{
    color:#c04c33
}
.nav-fill .nav-item,.nav-fill>.qipobeh{
    flex:1 1 auto;
    text-align:center
}
.nav-fill .nav-item .qipobeh{
    width:100%
}
.syhej{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    padding-top:.3rem;
    padding-bottom:.3rem
}
.syhej>.nucoku,.syhej>.nucoku-fluid,.syhej>.nucoku-lg,.syhej>.nucoku-md,.syhej>.nucoku-sm,.syhej>.nucoku-xl,.syhej>.nucoku-xxl{
    display:flex;
    flex-wrap:inherit;
    align-items:center;
    justify-content:space-between
}
.suheceb{
    display:flex;
    flex-direction:column;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.suheceb .qipobeh{
    padding-right:0;
    padding-left:0
}
.syhej-text{
    padding-top:.5rem;
    padding-bottom:.5rem
}
.mewi{
    padding:.25rem .75rem;
    font-size:1.25rem;
    line-height:1;
    background-color:transparent;
    border:1px solid transparent;
    border-radius:.25rem;
    transition:box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .mewi{
        transition:none
    }
}
.mewi:hover{
    text-decoration:none
}
.mewi:focus{
    text-decoration:none;
    outline:0;
    box-shadow:0 0 0 .25rem
}
.mewi-icon{
    display:inline-block;
    width:1.5em;
    height:1.5em;
    vertical-align:middle;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%
}
@media (min-width:576px){
    .syhej-expand-sm{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    .syhej-expand-sm .suheceb{
        flex-direction:row
    }
    .syhej-expand-sm .suheceb .qipobeh{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .syhej-expand-sm .mewi{
        display:none
    }
    .syhej-expand-sm .muky{
        display:none
    }
    .syhej-expand-sm .vyqo{
        position:inherit;
        bottom:0;
        z-index:1000;
        flex-grow:1;
        visibility:visible!important;
        background-color:transparent;
        border-right:0;
        border-left:0;
        transition:none;
        transform:none
    }
    .syhej-expand-sm .vyqo-top{
        height:auto;
        border-top:0;
        border-bottom:0
    }
    .syhej-expand-sm .tuwuvef{
        display:flex;
        flex-grow:0;
        padding:0;
        overflow-y:visible
    }
}
@media (min-width:768px){
    .syhej-expand-md{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    .syhej-expand-md .suheceb{
        flex-direction:row
    }
    .syhej-expand-md .suheceb .qipobeh{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .syhej-expand-md .mewi{
        display:none
    }
    .syhej-expand-md .muky{
        display:none
    }
    .syhej-expand-md .vyqo{
        position:inherit;
        bottom:0;
        z-index:1000;
        flex-grow:1;
        visibility:visible!important;
        background-color:transparent;
        border-right:0;
        border-left:0;
        transition:none;
        transform:none
    }
    .syhej-expand-md .vyqo-top{
        height:auto;
        border-top:0;
        border-bottom:0
    }
    .syhej-expand-md .tuwuvef{
        display:flex;
        flex-grow:0;
        padding:0;
        overflow-y:visible
    }
}
@media (min-width:992px){
    .pynak{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    .pynak .suheceb{
        flex-direction:row;
        padding:15px 0
    }
    .pynak .suheceb .qipobeh{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .pynak .mewi{
        display:none
    }
    .pynak .muky{
        display:none
    }
    .pynak .vyqo{
        position:inherit;
        bottom:0;
        z-index:1000;
        flex-grow:1;
        visibility:visible!important;
        background-color:transparent;
        border-right:0;
        border-left:0;
        transition:none;
        transform:none
    }
    .pynak .vyqo-top{
        height:auto;
        border-top:0;
        border-bottom:0
    }
    .pynak .tuwuvef{
        display:flex;
        flex-grow:0;
        padding:0;
        overflow-y:visible
    }
}
@media (min-width:1200px){
    .syhej-expand-xl{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    .syhej-expand-xl .suheceb{
        flex-direction:row
    }
    .syhej-expand-xl .suheceb .qipobeh{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .syhej-expand-xl .mewi{
        display:none
    }
    .syhej-expand-xl .muky{
        display:none
    }
    .syhej-expand-xl .vyqo{
        position:inherit;
        bottom:0;
        z-index:1000;
        flex-grow:1;
        visibility:visible!important;
        background-color:transparent;
        border-right:0;
        border-left:0;
        transition:none;
        transform:none
    }
    .syhej-expand-xl .vyqo-top{
        height:auto;
        border-top:0;
        border-bottom:0
    }
    .syhej-expand-xl .tuwuvef{
        display:flex;
        flex-grow:0;
        padding:0;
        overflow-y:visible
    }
}
@media (min-width:1400px){
    .syhej-expand-xxl{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    .syhej-expand-xxl .suheceb{
        flex-direction:row
    }
    .syhej-expand-xxl .suheceb .qipobeh{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .syhej-expand-xxl .mewi{
        display:none
    }
    .syhej-expand-xxl .muky{
        display:none
    }
    .syhej-expand-xxl .vyqo{
        position:inherit;
        bottom:0;
        z-index:1000;
        flex-grow:1;
        visibility:visible!important;
        background-color:transparent;
        border-right:0;
        border-left:0;
        transition:none;
        transform:none
    }
    .syhej-expand-xxl .vyqo-top{
        height:auto;
        border-top:0;
        border-bottom:0
    }
    .syhej-expand-xxl .tuwuvef{
        display:flex;
        flex-grow:0;
        padding:0;
        overflow-y:visible
    }
}
.syhej-expand{
    flex-wrap:nowrap;
    justify-content:flex-start
}
.syhej-expand .suheceb{
    flex-direction:row
}
.syhej-expand .suheceb .qipobeh{
    padding-right:.5rem;
    padding-left:.5rem
}
.syhej-expand .mewi{
    display:none
}
.syhej-expand .muky{
    display:none
}
.syhej-expand .vyqo{
    position:inherit;
    bottom:0;
    z-index:1000;
    flex-grow:1;
    visibility:visible!important;
    background-color:transparent;
    border-right:0;
    border-left:0;
    transition:none;
    transform:none
}
.syhej-expand .vyqo-top{
    height:auto;
    border-top:0;
    border-bottom:0
}
.syhej-expand .tuwuvef{
    display:flex;
    flex-grow:0;
    padding:0;
    overflow-y:visible
}
.wuvi .fetusen{
    color:rgba(0,0,0,.9)
}
.wuvi .fetusen:focus,.wuvi .fetusen:hover{
    color:rgba(0,0,0,.9)
}
.wuvi .suheceb .qipobeh{
    color:rgba(0,0,0,.55)
}
.wuvi .suheceb .qipobeh:focus,.wuvi .suheceb .qipobeh:hover{
    color:rgba(0,0,0,.7)
}
.wuvi .mewi{
    color:#a9a9a9;
    border-color:transparent;
    position:absolute;
    padding:0;
    font-size:24px
}
.wuvi .mewi-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.wuvi .syhej-text{
    color:rgba(0,0,0,.55)
}
.wuvi .syhej-text a,.wuvi .syhej-text a:focus,.wuvi .syhej-text a:hover{
    color:rgba(0,0,0,.9)
}
.syhej-dark .fetusen{
    color:#fff
}
.syhej-dark .fetusen:focus,.syhej-dark .fetusen:hover{
    color:#fff
}
.syhej-dark .suheceb .qipobeh{
    color:rgba(255,255,255,.55)
}
.syhej-dark .suheceb .qipobeh:focus,.syhej-dark .suheceb .qipobeh:hover{
    color:rgba(255,255,255,.75)
}
.syhej-dark .mewi{
    color:rgba(255,255,255,.55);
    border-color:rgba(255,255,255,.1)
}
.syhej-dark .mewi-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.syhej-dark .syhej-text{
    color:rgba(255,255,255,.55)
}
.syhej-dark .syhej-text a,.syhej-dark .syhej-text a:focus,.syhej-dark .syhej-text a:hover{
    color:#fff
}
.page-link{
    position:relative;
    display:block;
    color:#f05f40;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #dee2e6;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .page-link{
        transition:none
    }
}
.page-link:hover{
    z-index:2;
    color:#c04c33;
    background-color:#e9ecef;
    border-color:#dee2e6
}
.page-link:focus{
    z-index:3;
    color:#c04c33;
    background-color:#e9ecef;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(240,95,64,.25)
}
.page-item:not(:first-child) .page-link{
    margin-left:-1px
}
.page-link{
    padding:.375rem .75rem
}
.page-item:first-child .page-link{
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link{
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem
}
@-webkit-keyframes progress-bar-stripes{
    0%{
        background-position-x:1rem
    }
}
@keyframes progress-bar-stripes{
    0%{
        background-position-x:1rem
    }
}
.zewy{
    box-sizing:content-box;
    width:1em;
    height:1em;
    padding:.25em .25em;
    color:#000;
    background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border:0;
    border-radius:.25rem;
    opacity:.7
}
.zewy:hover{
    color:#000;
    text-decoration:none;
    opacity:.75
}
.zewy:focus{
    outline:0;
    box-shadow:0 0 0 .25rem rgba(240,95,64,.25);
    opacity:1
}
.zewy:disabled{
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    opacity:.25
}
.wyny{
    filter:invert(1) grayscale(100%) brightness(200%)
}
@-webkit-keyframes spinner-border{
    to{
        transform:rotate(360deg)
    }
}
@keyframes spinner-border{
    to{
        transform:rotate(360deg)
    }
}
@-webkit-keyframes spinner-grow{
    0%{
        transform:scale(0)
    }
    50%{
        opacity:1;
        transform:none
    }
}
@keyframes spinner-grow{
    0%{
        transform:scale(0)
    }
    50%{
        opacity:1;
        transform:none
    }
}
.vyqo{
    position:fixed;
    bottom:0;
    z-index:1045;
    display:flex;
    flex-direction:column;
    max-width:100%;
    visibility:hidden;
    background-color:#fff;
    background-clip:padding-box;
    outline:0;
    transition:transform .3s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .vyqo{
        transition:none
    }
}
.muky{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:1rem 1rem;
    background:#424242
}
.muky .zewy{
    margin-top:-6px;
    right:25px;
    position:absolute
}
.vyqo-title{
    margin-bottom:0;
    line-height:1.5
}
.tuwuvef{
    flex-grow:1;
    padding:1rem 1rem;
    overflow-y:auto
}
.vyqo-start{
    top:0;
    left:0;
    width:400px;
    border-right:1px solid rgba(0,0,0,.2);
    transform:translateX(-100%)
}
.givu{
    top:52px;
    right:0;
    width:400px;
    transform:translateX(100%)
}
.vyqo-top{
    top:0;
    right:0;
    left:0;
    height:30vh;
    max-height:100%;
    border-bottom:1px solid rgba(0,0,0,.2);
    transform:translateY(-100%)
}
@-webkit-keyframes placeholder-glow{
    50%{
        opacity:.2
    }
}
@keyframes placeholder-glow{
    50%{
        opacity:.2
    }
}
@-webkit-keyframes placeholder-wave{
    100%{
        -webkit-mask-position:-200% 0;
        mask-position:-200% 0
    }
}
@keyframes placeholder-wave{
    100%{
        -webkit-mask-position:-200% 0;
        mask-position:-200% 0
    }
}
.link-light{
    color:#f8f9fa
}
.link-light:focus,.link-light:hover{
    color:#f9fafb
}
.link-dark{
    color:#212529
}
.link-dark:focus,.link-dark:hover{
    color:#1a1e21
}
.align-top{
    vertical-align:top!important
}
.align-text-top{
    vertical-align:text-top!important
}
.d-block{
    display:block!important
}
.d-flex{
    display:flex!important
}
.relidi{
    display:none!important
}
.position-static{
    position:static!important
}
.position-absolute{
    position:absolute!important
}
.top-0{
    top:0!important
}
.top-50{
    top:50%!important
}
.top-100{
    top:100%!important
}
.qulimix-0{
    left:0!important
}
.qulimix-50{
    left:50%!important
}
.qulimix-100{
    left:100%!important
}
.end-0{
    right:0!important
}
.end-50{
    right:50%!important
}
.end-100{
    right:100%!important
}
.w-25{
    width:25%!important
}
.w-50{
    width:50%!important
}
.w-75{
    width:75%!important
}
.w-100{
    width:100%!important
}
.h-25{
    height:25%!important
}
.h-50{
    height:50%!important
}
.h-75{
    height:75%!important
}
.h-100{
    height:100%!important
}
.flex-fill{
    flex:1 1 auto!important
}
.flex-row{
    flex-direction:row!important
}
.flex-grow-0{
    flex-grow:0!important
}
.kyhi{
    flex-grow:1!important
}
.flex-shrink-0{
    flex-shrink:0!important
}
.flex-shrink-1{
    flex-shrink:1!important
}
.flex-wrap{
    flex-wrap:wrap!important
}
.flex-nowrap{
    flex-wrap:nowrap!important
}
.justify-content-start{
    justify-content:flex-start!important
}
.balylyg{
    justify-content:flex-end!important
}
.align-content-start{
    align-content:flex-start!important
}
.align-content-end{
    align-content:flex-end!important
}
.m-0{
    margin:0!important
}
.m-1{
    margin:.25rem!important
}
.m-2{
    margin:.5rem!important
}
.m-3{
    margin:1rem!important
}
.m-4{
    margin:1.5rem!important
}
.m-5{
    margin:3rem!important
}
.p-0{
    padding:0!important
}
.p-1{
    padding:.25rem!important
}
.p-2{
    padding:.5rem!important
}
.p-3{
    padding:1rem!important
}
.p-4{
    padding:1.5rem!important
}
.p-5{
    padding:3rem!important
}
.px-0{
    padding-right:0!important;
    padding-left:0!important
}
.px-1{
    padding-right:.25rem!important;
    padding-left:.25rem!important
}
.px-2{
    padding-right:.5rem!important;
    padding-left:.5rem!important
}
.px-3{
    padding-right:1rem!important;
    padding-left:1rem!important
}
.px-4{
    padding-right:1.5rem!important;
    padding-left:1.5rem!important
}
.px-5{
    padding-right:3rem!important;
    padding-left:3rem!important
}
.pt-0{
    padding-top:0!important
}
.pt-1{
    padding-top:.25rem!important
}
.pt-2{
    padding-top:.5rem!important
}
.pt-3{
    padding-top:1rem!important
}
.pt-4{
    padding-top:1.5rem!important
}
.pt-5{
    padding-top:3rem!important
}
.pe-0{
    padding-right:0!important
}
.pe-1{
    padding-right:.25rem!important
}
.pe-2{
    padding-right:.5rem!important
}
.tehif{
    padding-right:1rem!important
}
.pe-4{
    padding-right:1.5rem!important
}
.pe-5{
    padding-right:3rem!important
}
.pb-0{
    padding-bottom:0!important
}
.pb-1{
    padding-bottom:.25rem!important
}
.pb-2{
    padding-bottom:.5rem!important
}
.pb-3{
    padding-bottom:1rem!important
}
.pb-4{
    padding-bottom:1.5rem!important
}
.pb-5{
    padding-bottom:3rem!important
}
.fs-1{
    font-size:calc(1.375rem + 1.5vw)!important
}
.fs-2{
    font-size:calc(1.325rem + .9vw)!important
}
.fs-3{
    font-size:calc(1.3rem + .6vw)!important
}
.fs-4{
    font-size:calc(1.275rem + .3vw)!important
}
.fs-5{
    font-size:1.25rem!important
}
.fs-6{
    font-size:1rem!important
}
.text-start{
    text-align:left!important
}
.text-end{
    text-align:right!important
}
.text-wrap{
    white-space:normal!important
}
.text-nowrap{
    white-space:nowrap!important
}
.text-light{
    --bs-text-opacity:1;
    color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
}
.text-dark{
    --bs-text-opacity:1;
    color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important
}
.text-black{
    --bs-text-opacity:1;
    color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}
.qiwo{
    --bs-text-opacity:1;
    color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}
.text-body{
    --bs-text-opacity:1;
    color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}
.text-black-50{
    --bs-text-opacity:1;
    color:rgba(0,0,0,.5)!important
}
.qiwo-50{
    --bs-text-opacity:1;
    color:rgba(255,255,255,.5)!important
}
.quguw{
    --bs-text-opacity:1;
    color:inherit!important
}
.bg-light{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
}
.lawymat{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}
.bg-black{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important
}
.bg-white{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}
.bg-body{
    --bs-bg-opacity:1;
    background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
}
.bg-gradient{
    background-image:var(--bs-gradient)!important
}
.pe-none{
    pointer-events:none!important
}
@media (min-width:576px){
    .bodami{
        display:block!important
    }
    .d-sm-flex{
        display:flex!important
    }
    .poneni{
        display:none!important
    }
    .flex-sm-fill{
        flex:1 1 auto!important
    }
    .flex-sm-row{
        flex-direction:row!important
    }
    .flex-sm-grow-0{
        flex-grow:0!important
    }
    .flex-sm-grow-1{
        flex-grow:1!important
    }
    .flex-sm-shrink-0{
        flex-shrink:0!important
    }
    .flex-sm-shrink-1{
        flex-shrink:1!important
    }
    .flex-sm-wrap{
        flex-wrap:wrap!important
    }
    .flex-sm-nowrap{
        flex-wrap:nowrap!important
    }
    .justify-content-sm-start{
        justify-content:flex-start!important
    }
    .justify-content-sm-end{
        justify-content:flex-end!important
    }
    .align-content-sm-start{
        align-content:flex-start!important
    }
    .align-content-sm-end{
        align-content:flex-end!important
    }
    .m-sm-0{
        margin:0!important
    }
    .m-sm-1{
        margin:.25rem!important
    }
    .m-sm-2{
        margin:.5rem!important
    }
    .m-sm-3{
        margin:1rem!important
    }
    .m-sm-4{
        margin:1.5rem!important
    }
    .m-sm-5{
        margin:3rem!important
    }
    .p-sm-0{
        padding:0!important
    }
    .p-sm-1{
        padding:.25rem!important
    }
    .p-sm-2{
        padding:.5rem!important
    }
    .p-sm-3{
        padding:1rem!important
    }
    .p-sm-4{
        padding:1.5rem!important
    }
    .p-sm-5{
        padding:3rem!important
    }
    .px-sm-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-sm-1{
        padding-right:.25rem!important;
        padding-left:.25rem!important
    }
    .px-sm-2{
        padding-right:.5rem!important;
        padding-left:.5rem!important
    }
    .px-sm-3{
        padding-right:1rem!important;
        padding-left:1rem!important
    }
    .px-sm-4{
        padding-right:1.5rem!important;
        padding-left:1.5rem!important
    }
    .px-sm-5{
        padding-right:3rem!important;
        padding-left:3rem!important
    }
    .pt-sm-0{
        padding-top:0!important
    }
    .pt-sm-1{
        padding-top:.25rem!important
    }
    .pt-sm-2{
        padding-top:.5rem!important
    }
    .pt-sm-3{
        padding-top:1rem!important
    }
    .pt-sm-4{
        padding-top:1.5rem!important
    }
    .pt-sm-5{
        padding-top:3rem!important
    }
    .pe-sm-0{
        padding-right:0!important
    }
    .pe-sm-1{
        padding-right:.25rem!important
    }
    .pe-sm-2{
        padding-right:.5rem!important
    }
    .pe-sm-3{
        padding-right:1rem!important
    }
    .pe-sm-4{
        padding-right:1.5rem!important
    }
    .pe-sm-5{
        padding-right:3rem!important
    }
    .pb-sm-0{
        padding-bottom:0!important
    }
    .pb-sm-1{
        padding-bottom:.25rem!important
    }
    .pb-sm-2{
        padding-bottom:.5rem!important
    }
    .pb-sm-3{
        padding-bottom:1rem!important
    }
    .pb-sm-4{
        padding-bottom:1.5rem!important
    }
    .pb-sm-5{
        padding-bottom:3rem!important
    }
    .text-sm-start{
        text-align:left!important
    }
    .text-sm-end{
        text-align:right!important
    }
}
@media (min-width:768px){
    .gugila{
        display:block!important
    }
    .d-md-flex{
        display:flex!important
    }
    .d-md-none{
        display:none!important
    }
    .flex-md-fill{
        flex:1 1 auto!important
    }
    .flex-md-row{
        flex-direction:row!important
    }
    .flex-md-grow-0{
        flex-grow:0!important
    }
    .flex-md-grow-1{
        flex-grow:1!important
    }
    .flex-md-shrink-0{
        flex-shrink:0!important
    }
    .flex-md-shrink-1{
        flex-shrink:1!important
    }
    .flex-md-wrap{
        flex-wrap:wrap!important
    }
    .flex-md-nowrap{
        flex-wrap:nowrap!important
    }
    .justify-content-md-start{
        justify-content:flex-start!important
    }
    .justify-content-md-end{
        justify-content:flex-end!important
    }
    .align-content-md-start{
        align-content:flex-start!important
    }
    .align-content-md-end{
        align-content:flex-end!important
    }
    .m-md-0{
        margin:0!important
    }
    .m-md-1{
        margin:.25rem!important
    }
    .m-md-2{
        margin:.5rem!important
    }
    .m-md-3{
        margin:1rem!important
    }
    .m-md-4{
        margin:1.5rem!important
    }
    .m-md-5{
        margin:3rem!important
    }
    .p-md-0{
        padding:0!important
    }
    .p-md-1{
        padding:.25rem!important
    }
    .p-md-2{
        padding:.5rem!important
    }
    .p-md-3{
        padding:1rem!important
    }
    .p-md-4{
        padding:1.5rem!important
    }
    .p-md-5{
        padding:3rem!important
    }
    .px-md-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-md-1{
        padding-right:.25rem!important;
        padding-left:.25rem!important
    }
    .px-md-2{
        padding-right:.5rem!important;
        padding-left:.5rem!important
    }
    .px-md-3{
        padding-right:1rem!important;
        padding-left:1rem!important
    }
    .px-md-4{
        padding-right:1.5rem!important;
        padding-left:1.5rem!important
    }
    .px-md-5{
        padding-right:3rem!important;
        padding-left:3rem!important
    }
    .pt-md-0{
        padding-top:0!important
    }
    .pt-md-1{
        padding-top:.25rem!important
    }
    .pt-md-2{
        padding-top:.5rem!important
    }
    .pt-md-3{
        padding-top:1rem!important
    }
    .pt-md-4{
        padding-top:1.5rem!important
    }
    .pt-md-5{
        padding-top:3rem!important
    }
    .pe-md-0{
        padding-right:0!important
    }
    .pe-md-1{
        padding-right:.25rem!important
    }
    .pe-md-2{
        padding-right:.5rem!important
    }
    .pe-md-3{
        padding-right:1rem!important
    }
    .pe-md-4{
        padding-right:1.5rem!important
    }
    .pe-md-5{
        padding-right:3rem!important
    }
    .pb-md-0{
        padding-bottom:0!important
    }
    .pb-md-1{
        padding-bottom:.25rem!important
    }
    .pb-md-2{
        padding-bottom:.5rem!important
    }
    .pb-md-3{
        padding-bottom:1rem!important
    }
    .pb-md-4{
        padding-bottom:1.5rem!important
    }
    .pb-md-5{
        padding-bottom:3rem!important
    }
    .text-md-start{
        text-align:left!important
    }
    .text-md-end{
        text-align:right!important
    }
}
@media (min-width:992px){
    .d-lg-block{
        display:block!important
    }
    .d-lg-flex{
        display:flex!important
    }
    .d-lg-none{
        display:none!important
    }
    .flex-lg-fill{
        flex:1 1 auto!important
    }
    .flex-lg-row{
        flex-direction:row!important
    }
    .flex-lg-grow-0{
        flex-grow:0!important
    }
    .flex-lg-grow-1{
        flex-grow:1!important
    }
    .flex-lg-shrink-0{
        flex-shrink:0!important
    }
    .flex-lg-shrink-1{
        flex-shrink:1!important
    }
    .flex-lg-wrap{
        flex-wrap:wrap!important
    }
    .flex-lg-nowrap{
        flex-wrap:nowrap!important
    }
    .justify-content-lg-start{
        justify-content:flex-start!important
    }
    .justify-content-lg-end{
        justify-content:flex-end!important
    }
    .align-content-lg-start{
        align-content:flex-start!important
    }
    .align-content-lg-end{
        align-content:flex-end!important
    }
    .m-lg-0{
        margin:0!important
    }
    .m-lg-1{
        margin:.25rem!important
    }
    .m-lg-2{
        margin:.5rem!important
    }
    .m-lg-3{
        margin:1rem!important
    }
    .m-lg-4{
        margin:1.5rem!important
    }
    .m-lg-5{
        margin:3rem!important
    }
    .p-lg-0{
        padding:0!important
    }
    .p-lg-1{
        padding:.25rem!important
    }
    .p-lg-2{
        padding:.5rem!important
    }
    .p-lg-3{
        padding:1rem!important
    }
    .p-lg-4{
        padding:1.5rem!important
    }
    .p-lg-5{
        padding:3rem!important
    }
    .px-lg-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-lg-1{
        padding-right:.25rem!important;
        padding-left:.25rem!important
    }
    .px-lg-2{
        padding-right:.5rem!important;
        padding-left:.5rem!important
    }
    .px-lg-3{
        padding-right:1rem!important;
        padding-left:1rem!important
    }
    .px-lg-4{
        padding-right:1.5rem!important;
        padding-left:1.5rem!important
    }
    .px-lg-5{
        padding-right:3rem!important;
        padding-left:3rem!important
    }
    .pt-lg-0{
        padding-top:0!important
    }
    .pt-lg-1{
        padding-top:.25rem!important
    }
    .pt-lg-2{
        padding-top:.5rem!important
    }
    .pt-lg-3{
        padding-top:1rem!important
    }
    .pt-lg-4{
        padding-top:1.5rem!important
    }
    .pt-lg-5{
        padding-top:3rem!important
    }
    .pe-lg-0{
        padding-right:0!important
    }
    .pe-lg-1{
        padding-right:.25rem!important
    }
    .pe-lg-2{
        padding-right:.5rem!important
    }
    .pe-lg-3{
        padding-right:1rem!important
    }
    .pe-lg-4{
        padding-right:1.5rem!important
    }
    .pe-lg-5{
        padding-right:3rem!important
    }
    .pb-lg-0{
        padding-bottom:0!important
    }
    .pb-lg-1{
        padding-bottom:.25rem!important
    }
    .pb-lg-2{
        padding-bottom:.5rem!important
    }
    .pb-lg-3{
        padding-bottom:1rem!important
    }
    .pb-lg-4{
        padding-bottom:1.5rem!important
    }
    .pb-lg-5{
        padding-bottom:3rem!important
    }
    .text-lg-start{
        text-align:left!important
    }
    .text-lg-end{
        text-align:right!important
    }
}
@media (min-width:1200px){
    .d-xl-block{
        display:block!important
    }
    .d-xl-flex{
        display:flex!important
    }
    .d-xl-none{
        display:none!important
    }
    .flex-xl-fill{
        flex:1 1 auto!important
    }
    .flex-xl-row{
        flex-direction:row!important
    }
    .flex-xl-grow-0{
        flex-grow:0!important
    }
    .flex-xl-grow-1{
        flex-grow:1!important
    }
    .flex-xl-shrink-0{
        flex-shrink:0!important
    }
    .flex-xl-shrink-1{
        flex-shrink:1!important
    }
    .flex-xl-wrap{
        flex-wrap:wrap!important
    }
    .flex-xl-nowrap{
        flex-wrap:nowrap!important
    }
    .justify-content-xl-start{
        justify-content:flex-start!important
    }
    .justify-content-xl-end{
        justify-content:flex-end!important
    }
    .align-content-xl-start{
        align-content:flex-start!important
    }
    .align-content-xl-end{
        align-content:flex-end!important
    }
    .m-xl-0{
        margin:0!important
    }
    .m-xl-1{
        margin:.25rem!important
    }
    .m-xl-2{
        margin:.5rem!important
    }
    .m-xl-3{
        margin:1rem!important
    }
    .m-xl-4{
        margin:1.5rem!important
    }
    .m-xl-5{
        margin:3rem!important
    }
    .p-xl-0{
        padding:0!important
    }
    .p-xl-1{
        padding:.25rem!important
    }
    .p-xl-2{
        padding:.5rem!important
    }
    .p-xl-3{
        padding:1rem!important
    }
    .p-xl-4{
        padding:1.5rem!important
    }
    .p-xl-5{
        padding:3rem!important
    }
    .px-xl-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-xl-1{
        padding-right:.25rem!important;
        padding-left:.25rem!important
    }
    .px-xl-2{
        padding-right:.5rem!important;
        padding-left:.5rem!important
    }
    .px-xl-3{
        padding-right:1rem!important;
        padding-left:1rem!important
    }
    .px-xl-4{
        padding-right:1.5rem!important;
        padding-left:1.5rem!important
    }
    .px-xl-5{
        padding-right:3rem!important;
        padding-left:3rem!important
    }
    .pt-xl-0{
        padding-top:0!important
    }
    .pt-xl-1{
        padding-top:.25rem!important
    }
    .pt-xl-2{
        padding-top:.5rem!important
    }
    .pt-xl-3{
        padding-top:1rem!important
    }
    .pt-xl-4{
        padding-top:1.5rem!important
    }
    .pt-xl-5{
        padding-top:3rem!important
    }
    .pe-xl-0{
        padding-right:0!important
    }
    .pe-xl-1{
        padding-right:.25rem!important
    }
    .pe-xl-2{
        padding-right:.5rem!important
    }
    .pe-xl-3{
        padding-right:1rem!important
    }
    .pe-xl-4{
        padding-right:1.5rem!important
    }
    .pe-xl-5{
        padding-right:3rem!important
    }
    .pb-xl-0{
        padding-bottom:0!important
    }
    .pb-xl-1{
        padding-bottom:.25rem!important
    }
    .pb-xl-2{
        padding-bottom:.5rem!important
    }
    .pb-xl-3{
        padding-bottom:1rem!important
    }
    .pb-xl-4{
        padding-bottom:1.5rem!important
    }
    .pb-xl-5{
        padding-bottom:3rem!important
    }
    .text-xl-start{
        text-align:left!important
    }
    .text-xl-end{
        text-align:right!important
    }
}
@media (min-width:1400px){
    .d-xxl-block{
        display:block!important
    }
    .d-xxl-flex{
        display:flex!important
    }
    .d-xxl-none{
        display:none!important
    }
    .flex-xxl-fill{
        flex:1 1 auto!important
    }
    .flex-xxl-row{
        flex-direction:row!important
    }
    .flex-xxl-grow-0{
        flex-grow:0!important
    }
    .flex-xxl-grow-1{
        flex-grow:1!important
    }
    .flex-xxl-shrink-0{
        flex-shrink:0!important
    }
    .flex-xxl-shrink-1{
        flex-shrink:1!important
    }
    .flex-xxl-wrap{
        flex-wrap:wrap!important
    }
    .flex-xxl-nowrap{
        flex-wrap:nowrap!important
    }
    .justify-content-xxl-start{
        justify-content:flex-start!important
    }
    .justify-content-xxl-end{
        justify-content:flex-end!important
    }
    .align-content-xxl-start{
        align-content:flex-start!important
    }
    .align-content-xxl-end{
        align-content:flex-end!important
    }
    .m-xxl-0{
        margin:0!important
    }
    .m-xxl-1{
        margin:.25rem!important
    }
    .m-xxl-2{
        margin:.5rem!important
    }
    .m-xxl-3{
        margin:1rem!important
    }
    .m-xxl-4{
        margin:1.5rem!important
    }
    .m-xxl-5{
        margin:3rem!important
    }
    .p-xxl-0{
        padding:0!important
    }
    .p-xxl-1{
        padding:.25rem!important
    }
    .p-xxl-2{
        padding:.5rem!important
    }
    .p-xxl-3{
        padding:1rem!important
    }
    .p-xxl-4{
        padding:1.5rem!important
    }
    .p-xxl-5{
        padding:3rem!important
    }
    .px-xxl-0{
        padding-right:0!important;
        padding-left:0!important
    }
    .px-xxl-1{
        padding-right:.25rem!important;
        padding-left:.25rem!important
    }
    .px-xxl-2{
        padding-right:.5rem!important;
        padding-left:.5rem!important
    }
    .px-xxl-3{
        padding-right:1rem!important;
        padding-left:1rem!important
    }
    .px-xxl-4{
        padding-right:1.5rem!important;
        padding-left:1.5rem!important
    }
    .px-xxl-5{
        padding-right:3rem!important;
        padding-left:3rem!important
    }
    .pt-xxl-0{
        padding-top:0!important
    }
    .pt-xxl-1{
        padding-top:.25rem!important
    }
    .pt-xxl-2{
        padding-top:.5rem!important
    }
    .pt-xxl-3{
        padding-top:1rem!important
    }
    .pt-xxl-4{
        padding-top:1.5rem!important
    }
    .pt-xxl-5{
        padding-top:3rem!important
    }
    .pe-xxl-0{
        padding-right:0!important
    }
    .pe-xxl-1{
        padding-right:.25rem!important
    }
    .pe-xxl-2{
        padding-right:.5rem!important
    }
    .pe-xxl-3{
        padding-right:1rem!important
    }
    .pe-xxl-4{
        padding-right:1.5rem!important
    }
    .pe-xxl-5{
        padding-right:3rem!important
    }
    .pb-xxl-0{
        padding-bottom:0!important
    }
    .pb-xxl-1{
        padding-bottom:.25rem!important
    }
    .pb-xxl-2{
        padding-bottom:.5rem!important
    }
    .pb-xxl-3{
        padding-bottom:1rem!important
    }
    .pb-xxl-4{
        padding-bottom:1.5rem!important
    }
    .pb-xxl-5{
        padding-bottom:3rem!important
    }
    .text-xxl-start{
        text-align:left!important
    }
    .text-xxl-end{
        text-align:right!important
    }
}
@media (min-width:1200px){
    .fs-1{
        font-size:2.5rem!important
    }
    .fs-2{
        font-size:2rem!important
    }
    .fs-3{
        font-size:1.75rem!important
    }
    .fs-4{
        font-size:1.5rem!important
    }
}
body,html{
    width:100%;
    height:100%
}
body{
    font-family:'SF Pro Display',sans-serif
}
a{
    color:#f05f40;
    transition:all .2s
}
a:hover{
    color:#f3f3f3
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    font-family:'SF Pro Display',sans-serif;
    color:#fff
}
.lawymat{
    background-color:#fff!important
}
section{
    padding:4rem 0 4rem
}
::-moz-selection{
    color:#fff;
    background:#212529;
    text-shadow:none
}
::selection{
    color:#fff;
    background:#212529;
    text-shadow:none
}
img::-moz-selection{
    color:#fff;
    background:0 0
}
img::selection{
    color:#fff;
    background:0 0
}
img::-moz-selection{
    color:#fff;
    background:0 0
}
#wih{
    top:0;
    left:0;
    width:100%;
    background:-webkit-gradient(linear,left top,left bottom,from(#424242),to(#343434));
    background:-webkit-linear-gradient(top,#424242 0,#343434 100%);
    background:linear-gradient(to bottom,#424242 0,#343434 100%);
    -webkit-box-shadow:0 0 18px 16px rgb(0 0 0 / 15%);
    box-shadow:0 0 18px 16px rgb(0 0 0 / 15%);
    z-index:999;
    position:fixed;
    border-bottom:1px solid #6a6a6a;
    height:46px
}
#wih .fetusen{
    font-weight:700;
    text-transform:uppercase;
    color:#f05f40
}
#wih .fetusen:focus,#wih .fetusen:hover{
    color:#f05f40
}
#wih .suheceb>li.nav-item>a.qipobeh,#wih .suheceb>li.nav-item>a.qipobeh:focus{
    font-size:.9rem;
    font-weight:700;
    text-transform:uppercase;
    color:#fff
}
#wih a.qipobeh i{
    font-size:8px;
    color:#24bb9d;
    float:left;
    line-height:23px;
    margin-right:9px
}
#wih .suheceb>li.nav-item>a.qipobeh:focus:hover,#wih .suheceb>li.nav-item>a.qipobeh:hover{
    color:#f05f40
}
#wih .suheceb>li.nav-item>a.qipobeh:focus.active{
    color:#f05f40!important;
    background-color:transparent
}
#wih .suheceb>li.nav-item>a.qipobeh:focus.active:hover{
    background-color:transparent
}
@media (min-width:992px){
    #wih{
        top:0;
        left:0;
        width:100%;
        background:-webkit-gradient(linear,left top,left bottom,from(#424242),to(#343434));
        background:-webkit-linear-gradient(top,#424242 0,#343434 100%);
        background:linear-gradient(to bottom,#424242 0,#343434 100%);
        -webkit-box-shadow:0 0 18px 16px rgb(0 0 0 / 15%);
        box-shadow:0 0 18px 16px rgb(0 0 0 / 15%);
        z-index:3000;
        position:fixed;
        height:80px
    }
    #wih .fetusen{
        color:rgba(255,255,255,.7)
    }
    #wih .fetusen:focus,#wih .fetusen:hover{
        color:#fff
    }
    #wih .suheceb>li.nav-item>a.qipobeh{
        padding:.5rem 1rem
    }
    #wih .suheceb>li.nav-item>a.qipobeh,#wih .suheceb>li.nav-item>a.qipobeh:focus{
        color:rgba(255,255,255,.9)
    }
    #wih .suheceb>li.nav-item>a.qipobeh:focus:hover,#wih .suheceb>li.nav-item>a.qipobeh:hover{
        color:#fff
    }
    #wih.syhej-shrink{
        border-bottom:1px solid rgba(33,37,41,.1);
        background-color:#fff
    }
    #wih.syhej-shrink .fetusen{
        color:#f05f40
    }
    #wih.syhej-shrink .fetusen:focus,#wih.syhej-shrink .fetusen:hover{
        color:#f05f40
    }
    #wih.syhej-shrink .suheceb>li.nav-item>a.qipobeh,#wih.syhej-shrink .suheceb>li.nav-item>a.qipobeh:focus{
        color:#212529
    }
    #wih.syhej-shrink .suheceb>li.nav-item>a.qipobeh:focus:hover,#wih.syhej-shrink .suheceb>li.nav-item>a.qipobeh:hover{
        color:#f05f40
    }
}
.btn{
    font-weight:700;
    text-transform:uppercase;
    border:none;
    border-radius:10px
}
.btn-xl{
    padding:1rem 2rem
}
button::-moz-focus-inner{
    padding:0;
    border:0
}
.btn-1win{
    background-color:#bf2816;
    border-radius:10px;
    box-shadow:0 7px 32px 0 rgb(190 40 22 / 32%);
    color:#fff;
    padding:0 10px;
    position:relative;
    text-shadow:0 2px 15px rgb(0 0 0 / 50%);
    transition:all .2s ease-out;
    padding:18px 20px;
    display:block;
    min-width:280px
}
.btn-1win .zibe-content-icon{
    background-color:rgba(0,0,0,.2);
    border-radius:100%;
    font-size:11px;
    height:21px;
    margin-left:10px;
    width:21px;
    margin:-4px 0 0 10px
}
.btn-1win .zibe-content-icon{
    align-items:center;
    display:flex;
    justify-content:center;
    text-align:center;
    float:right
}
.btn-1win .icon{
    display:inherit;
    fill:currentColor;
    flex:none;
    height:1em;
    overflow:visible;
    width:1em
}
.win-img{
    border-radius:16px;
    margin:7px 0 15px
}
.bokup{
    -webkit-box-flex:1;
    flex:1;
    margin-left:20px;
    margin-right:18px;
    height:1px;
    background:-webkit-linear-gradient(left,hsla(0,0%,100%,.2) 9.92%,transparent);
    background:linear-gradient(90deg,hsla(0,0%,100%,.2) 9.92%,transparent);
    margin-top:11px
}
.hefevin img{
    max-width:190px;
    float:left
}
.hefevin{
    margin-bottom:30px
}
.gojic{
    background-color:hsla(0,0%,100%,.2);
    width:100%;
    height:1px;
    margin:23px 0
}
.icon{
    display:inherit;
    fill:currentColor;
    -webkit-box-flex:0;
    flex:none;
    height:1em;
    overflow:visible;
    font-size:var(--vicon-with-gradient-problem__size)
}
.SupportButton_button_Bqph9{
    display:-webkit-box;
    display:flex;
    -webkit-box-align:center;
    align-items:center;
    -webkit-box-pack:center;
    justify-content:center;
    width:24px;
    height:24px;
    border-radius:6px;
    background-image:-webkit-linear-gradient(306deg,#0095ff -27%,#0855c4 151%,#0855c4 0);
    background-image:linear-gradient(144deg,#0095ff -27%,#0855c4 151%,#0855c4 0);
    font-size:13px;
    padding:0;
    min-width:24px;
    min-height:24px;
    color:#fff;
    border:none;
    float:left
}
.ContactSection_link_s9SPT{
    font-weight:600;
    font-size:10px;
    line-height:12px;
    color:hsla(0,0%,100%,.9);
    margin-left:10px;
    white-space:nowrap
}
.contact{
    font-weight:600;
    font-size:12px;
    line-height:14px
}
.contact-call{
    font-size:10px;
    line-height:10px;
    color:#fff;
    margin-top:4px;
    white-space:pre;
    margin-bottom:10px
}
.phone-f{
    margin-bottom:10px
}
.mail-f{
    margin-bottom:10px
}
.jined span{
    font-weight:500;
    font-size:10px;
    line-height:13px;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#fff;
    margin-bottom:16px;
    display:block
}
.jined{
    padding:40px 0 30px;
    color:#f0f9ff;
    background:#424242
}
.jined h3{
    margin-top:0;
    margin-bottom:12px;
    font-weight:700;
    font-size:16px
}
.jined ul{
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0
}
.jined ul a{
    color:inherit;
    text-decoration:none;
    opacity:.6;
}
.jined ul a:hover{
    opacity:.8
}
@media (max-width:767px){
    .jined .item:not(.social){
        padding-bottom:20px
    }
}
.jined .item.text{
    margin-bottom:0
}
@media (max-width:767px){
    .jined .item.text{
        margin-bottom:0
    }
}
.jined .item.text p{
    opacity:.6;
    margin-bottom:0
}
.jined .piboj{
    margin-bottom:0;
    font-size: 11px;
    line-height:12px;
    color:rgb(255 255 255 / 50%);
    margin-left:5px;
    text-align:left
}
.dazeh{
    width:100%
}
ol.win{
    list-style-type:none;
    counter-reset:num;
    margin:0 0 0 45px;
    padding:15px 0 5px 0;
    font-size:16px
}
ol.win li{
    position:relative;
    margin:0;
    padding:0 0 10px 0;
    line-height:1.4
}
ol.win li:before{
    content:counter(num);
    counter-increment:num;
    display:inline-block;
    position:absolute;
    top:0;
    left:-38px;
    width:21px;
    height:21px;
    background:#772dff;
    color:#fff;
    text-align:center;
    line-height:21px;
    font-size:13px;
    border-radius:50%;
    box-shadow:0 7px 32px 0 rgb(119 45 255 / 63%)
}
.win-b a{
    text-decoration:none;
    padding-right:10px
}
.win-b a span{
    color:#fcc801!important;
    text-decoration:none
}
.link_a{
    border:1px solid hsl(0deg 0% 100% / 53%);
    display:inline-block;
    padding:4px 10px 7px;
    margin:15px 0;
    border-radius:10px;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    width:146px;
    line-height:16px
}
.link_a:hover{
    color:#fff
}
.link_a i{
    float:left;
    padding:8px 15px 0 5px;
    font-size:19px
}
.link_a b{
    font-size:11px;
    color:hsla(0,0%,100%,.5)
}
.android_a i{
    color:#61da84!important
}
img.img-b{
    border-radius:10px;
    margin-bottom:10px;
    padding:3px;
    background:#445;
    display:block;
    margin-left:auto;
    margin-right:auto
}
.block_b{
    border:1px dashed #b5b5b5;
    padding:10px 20px;
    border-radius:10px;
    margin-bottom:10px
}
.block_b b{
    font-size:20px
}
ul.suheceb i{
    font-size:8px;
    color:#24bb9d;
    float:left;
    line-height:23px;
    margin-right:9px
}
.cymer{
    background-color:#262634;
    position:relative;
    padding-bottom:15px
}
.gatuwug{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-align:center;
    height:100%
}
.gatuwug::before{
    background:url(/img/start-bonus-bg.png) no-repeat center/contain;
    -webkit-animation:rotateBg 3s linear infinite;
    animation:rotateBg 3s linear infinite;
    z-index:-1
}
.pyvajyr{
    font-size:28px;
    line-height:28px;
    margin:0;
    z-index:2
}
.cokowuw{
    font-size:37px;
    line-height:48px;
    text-transform:uppercase;
    margin:0;
    z-index:4;
    font-weight:900
}
.fohuma.zibe{
    padding:12px 32px;
    margin-top:12px;
    -webkit-animation:scaleBtn 2s linear .4s infinite;
    animation:scaleBtn 2s linear .4s infinite
}
.jepyfoh{
    background-color:#dc1f00
}
.jepyfoh:hover{
    background-color:#c30700
}
.zibe{
    color:#fff;
    outline:0;
    padding:7px 24px;
    font-size:16px;
    text-align:center;
    white-space:nowrap;
    border:0;
    border-radius:4px;
    line-height:22px;
    position:relative;
    overflow:hidden;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    z-index:4;
    -webkit-transition-duration:.2s;
    transition-duration:.2s;
    -webkit-transition-timing-function:ease-in-out;
    transition-timing-function:ease-in-out
}
.gatuwug::after{
    background:url(/img/start-bonus-coins.png) no-repeat center/contain;
    z-index:0
}
.gatuwug::after,.gatuwug::before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0
}
.kafux{
    height:214px;
    position:relative;
    color:#fff;
    z-index:1;
    overflow:hidden;
    margin:5px 0 0
}
.rosudaq:after{
    background-image:url(/img/girls-cards-left-h.jpg);
    background-position:50% 8%;
    left:0;
    top:84px;
    content:'';
    height:100%;
    position:fixed;
    width:calc((100% - 1320px)/ 2)
}
.rosudaq:after{
    background-image:url(/img/girls-cards-left-h.jpg);
    background-position:50% 8%;
    left:0;
    top:80px;
    content:'';
    height:100%;
    position:fixed;
    width:calc((100% - 1270px)/ 2)
}
.rosudaq:before{
    background-image:url(/img/girls-cards-right-h.jpg);
    background-position:50% 8%;
    left:calc(50% + 635px);
    top:80px;
    content:'';
    height:100%;
    position:fixed;
    width:calc((100% - 1270px)/ 2)
}
@-webkit-keyframes rotateBg{
    0%{
        opacity:1;
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    25%,75%{
        opacity:0
    }
    50%{
        opacity:1
    }
    to{
        -webkit-transform:rotate(-359deg);
        transform:rotate(-359deg);
        opacity:1
    }
}
@keyframes rotateBg{
    0%{
        opacity:1;
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    25%,75%{
        opacity:0
    }
    50%{
        opacity:1
    }
    to{
        -webkit-transform:rotate(-359deg);
        transform:rotate(-359deg);
        opacity:1
    }
}
@-webkit-keyframes scaleBtn{
    0%,30%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    20%{
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
    }
}
@keyframes scaleBtn{
    0%,30%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    20%{
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
    }
}
.juxos{
    padding-top:10px
}
.cuzyso{
    padding-bottom:10px
}
.nopohu{
    margin-bottom:10px
}
.tila{
    margin:0;
    padding:0;
    text-indent:0;
    list-style:none
}
.pezyto .tirari{
    background-color:#dc1f00
}
.pezyto .tirari:hover{
    background-color:#c30700
}
.tirari:first-child{
    border-radius:4px 4px 0 0
}
.tirari{
    background-color:#424242;
    position:relative;
    cursor:pointer;
    display:block
}
.fulito{
    padding:18px 10px;
    display:block;
    color:#fff;
    text-decoration:none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    line-height:0;
    white-space:nowrap
}
.tirari:not(:first-child){
    margin-top:1px
}
.pezyto .tirari:nth-child(5){
    border-radius:0 0 4px 4px
}
.pezyto .tirari:nth-child(6){
    border-radius:4px
}
.tirari.xyju .qyhoba:before{
    position:absolute;
    content:'';
    background-image:url(/img/glow-lights.gif);
    width:calc(100% + 26px);
    height:65px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    left:-13px;
    background-size:100% 100%,0,0;
    mix-blend-mode:screen;
    z-index:1
}
.pezyto .tirari:last-child{
    border-radius:4px
}
.nopohu .xyju{
    margin:13px 0
}
.kyvycy{
    background-color:#424242;
    border-radius:4px;
    font-size:1.25em;
    line-height:35px;
    margin-bottom:10px;
    color:#fff;
    position:relative
}
.kyvycy div{
    text-align:center;
    font-weight:600;
    display:inline-block;
    position:relative;
    margin-left:50%;
    left:-93px
}
.kyvycy div:before{
    content:'';
    display:block;
    position:absolute;
    width:10px;
    height:10px;
    background-color:#24ba9d;
    border-radius:50%;
    top:50%;
    left:-20px;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.duvamoj{
    height:107px;
    position:relative;
    border-radius:4px;
    overflow:hidden;
    background:url(/img/win-bg-ny.png) no-repeat center;
    background-size:contain;
    margin-bottom:21px
}
.zipuf{
    position:absolute;
    top:50%;
    left:50%;
    width:78px;
    height:56px;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    border-radius:4px
}
.tiwo{
    color:#fff;
    display:block;
    text-align:center;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.suhob{
    position:absolute;
    color:#24ba9d;
    left:20px;
    bottom:5px;
    text-overflow:ellipsis;
    overflow:hidden;
    max-width:82px
}
.foluby{
    color:#dc1f00;
    position:absolute;
    right:20px;
    bottom:5px
}
.najevi{
    display:none;
    background-color:rgba(0,0,0,.3)
}
.rupunes{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.rupunes .zibe{
    min-width:120px
}
.duvamoj:hover .najevi{
    display:block
}
.mexivyp{
    background-color:#424242;
    border-radius:4px;
    font-size:1.25em;
    line-height:35px;
    margin-bottom:10px;
    color:#fff;
    position:relative
}
.mexivyp div{
    text-align:center;
    margin:0 auto;
    width:81px;
    font-weight:600
}
.mexivyp div p i{
    font-size:10px;
    display:inline-block;
    color:#24ba9d;
    float:left;
    line-height:34px
}
.cuxeq{
    position:relative;
    overflow:hidden
}
.vagewiw{
    display:block;
    width:100%;
    height:143px;
    overflow:hidden;
    position:relative;
    border-radius:4px
}
.nivulym{
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.4);
    width:100%;
    height:100%;
    display:none
}
.daxow{
    text-align:center;
    width:100%
}
.daxow{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.daxow{
    text-align:center;
    width:100%
}
.nivulym .zibe,.nivulym-link{
    display:block;
    color:#fff;
    text-align:center;
    margin:auto;
    min-width:65%
}
.nivulym .zibe,.nivulym-link a{
    display:inline-block
}
.nivulym-link{
    -webkit-transition:color .1s ease-out;
    transition:color .1s ease-out;
    margin:.5em auto auto;
    text-decoration:none
}
.dizotu:hover .nivulym{
    display:block
}
.lytaref{
    display:block;
    color:#fff
}
.lytaref{
    position:relative;
    text-overflow:ellipsis;
    overflow-x:hidden;
    padding:.25em 19px .25em 0;
    white-space:nowrap
}
.mume .tirari:nth-child(3){
    border-radius:0 0 4px 4px
}
.bekuli{
    color:#fff;
    font-weight:700
}
.bekuli span{
    color:#dc1f00
}
.gejyny{
    background-color:#24ba9d
}
picture.vagewiw img{
    height:100%
}
ul.footer__list{
    opacity:.6;
    line-height:1.6
}
ul.footer__list li::before{
    position:absolute;
    top:6px;
    left:0;
    content:'';
    display:inline-block;
    width:12px;
    height:8px;
    margin-right:6px;
    background-image:url(/img/checked.svg);
    background-repeat:no-repeat;
    background-size:100%;
    background-position:center
}
ul.footer__list li{
    position:relative;
    padding-left:20px
}
.luqijyh{
    margin-right:-5px
}
.risi{
    overflow:hidden;
    position:relative;
    height:100%;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    border-radius:4px
}
.guxyzi{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
