html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html{height:100%}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: MontserratMedium;
    font-display: swap;
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2"),
      url(../fonts/Montserrat-Medium.woff) format("woff");
    font-style: normal;
}
@font-face {
    font-family: MontserratRegular;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"),
      url(../fonts/Montserrat-Regular.woff) format("woff");
    font-style: normal;
}
@font-face {
    font-family: MontserratBold;
    font-display: swap;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2"),
      url(../fonts/Montserrat-Bold.woff) format("woff");
    font-style: normal;
}
body{
    background: #141414;
    background-size: cover;
    background-attachment: fixed;

}
html{
    scroll-behavior: smooth;
}
h2{
    font-family: MontserratMedium;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ffffff;
}
h3{
    font-family: MontserratMedium;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ffffff;
}
h4{
    font-family: MontserratMedium;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: rgb(255, 255, 255);
}
h5{
    font-family: MontserratMedium;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ffffff;
}
blockquote{
    font-family: MontserratMedium;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
}
p{
    font-family: MontserratRegular;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
}
li{
    line-height: 22px;
}
.sidebar-site {
    background-color: #000;
    position: fixed;
    display: flex;
    flex-direction: column;
    padding: 20px;
 
    height: 100%;
    max-width: 240px;
}
.logo {
    max-width: 200px;
    width: 200px;
}
.spisok__list{
    margin-top: 30px;
    padding-top: 10px;
    max-width: 200px;
    border-top: 1px solid #ffdd00;
}
.spisok__list li{
    padding: 15px 0px;

}
.spisok__list li a{
    color: #ffffff;
    font-family: MontserratMedium;
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.spisok__list li a:hover{
    color: #ffdd00;
}
.spisok__list li a img{
    width: 26px;
    height: 26px;
    filter: grayscale(1);
    transition: all 0.4s ease 0s;
}
.l1{
    text-align: end;
}
.l1 span{
    justify-content: end;
}
.spisok__list li a:hover img{
    filter: grayscale(0);
}
li a.active img{
    filter: grayscale(0);
}
li a.active{
    color: #ffdd00;
}
.header-site {
    padding: 10px 40px 10px 40px;
    box-sizing: border-box;
    position: fixed;
    z-index: 10;
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__list{
    display: flex;
    gap: 30px;
}
.header__list li a img{
    width: 26px;
    height: 26px;
    filter: grayscale(0);
}
.header__list li a{
    color: #ffffff;
    font-family: MontserratMedium;
    font-size: 18px;
    display: flex;
    gap: 5px;
    align-items: center;
    transition: all 0.4s ease 0s;
    text-decoration: none;
    position: relative;
}
.header__list li a::before{
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    height: 1px;
    width: 100%;
    background-color: #ffdd00;
    transition: all 0.4s ease 0s;
    scale: 0;
}
.header__list li a:hover{
    color: #ffdd00;
}
.header__list li a:hover::before{
    scale: 1;
}
.flex__btn {
    display: flex;
    gap: 20px;
}
.main__btn {
    padding: 12px 60px 12px 40px;
    background-color: #ffffff;
    font-family: MontserratMedium;
    font-size: 16px;
    border: 1px solid #ffdd00;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
    overflow: hidden;
}
.main__btn2 {
    padding: 12px 60px 12px 40px;
    background-color: #ffdd00;
    border: 1px solid #fff;
    font-family: MontserratMedium;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
    overflow: hidden;
}
.white-login{
    position: absolute;
    content: "";
    right: 35px;
    top: 10px;
    transition: all 0.5s ease 0s;
}
.black-login{
    position: absolute;
    content: "";
    right: 35px;
    top: -30px;
    transition: all 0.5s ease 0s;
}
.white-login1{
    position: absolute;
    content: "";
    right: 35px;
    top: -23px;
    transition: all 0.5s ease 0s;
}
.black-login1{
    position: absolute;
    content: "";
    right: 35px;
    top: 9px;
    transition: all 0.5s ease 0s;
}
.main__btn:hover .black-login{
    top: 10px;
}
.main__btn:hover .white-login{
    top: 43px;
}
.main__btn2:hover .black-login1{
    top: 43px;
}
.main__btn2:hover .white-login1{
    top: 9px;
}
.main__btn img{
    width: 22px;
}
.main__btn2 img{
    width: 22px;
}
.main__btn:hover{
    color: #ffdd00;
    background-color: transparent;
}

.main__btn2:hover{
    background-color: #ffdd00;

}
.padding-container {
    padding: 20px 40px 20px 40px;
}
.flex__bonus {
    display: flex;
    gap: 50px;
    margin: 50px 0px;
}
.bonus__item {
    flex: 0 1 50%;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    transition: all 0.4s ease 0s;
    border: 2px solid #0d1016;
}
.bonus__item::before{
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 1rem;
    background-image: radial-gradient(84.73% 98.43% at 100% 60.83%,red,#f000);

}
.bonus__item:hover{
    border: 2px solid #ff2400;
    box-shadow: 4px -4px 10px #ff2200c9;
}
.bonus__item::after{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #13171f;
    z-index: -2;
    border-radius: 15px;
}


.bg2::before{
    background: linear-gradient(110.74deg,#00cfa666,#00cfa600);
    z-index: 1;
}
.banner-slot-bonus{
    flex: 0 1 100%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 225px 20px 60px 20px;
    background-blend-mode: color;
    border: 2px solid #ffdd00;
    background:#00000057 url(../img/banner1.jpg);
    background-size: cover !important;
    background-position: left !important;
    transition: all 0.8s ease 0s;
}
.bg3{
    background: #00000057 url(../img/banner2.jpg) !important;
    background-blend-mode: color;

    background-size: cover !important;
    background-position: left !important;
}

@media (max-width:1450px) {
    .banner-slot-bonus{
        padding: 255px 20px 60px 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .flex__bonus{
        flex-direction: column;
    }
}
@media (max-width:992px) {
    .banner-slot-bonus{
        padding: 200px 20px 40px 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .sport__bonus{
        margin-top: 50px !important;
    }
}
@media (max-width:700px) {
    .banner-slot-bonus{
        padding: 150px 20px 40px 20px;
    }
}
.left__bonus {
    flex: 0 1 40%;
    position: relative;
    z-index: 2;
}
.title__bonus {
    font-family: MontserratBold;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 46px;
    padding: 7px;
    display: inline-flex;
    border-radius: 10px;
    background-color: #ffdd00;
    animation:colot-title 3s ease infinite;
}
@keyframes colot-title {
    0%{
        color: #fff;
    }
    50%{
        color: #000000;
    }
    100%{
        color: #fff;
    }
}
.subtitle__bonus {
    font-family: MontserratMedium;
    color: #ffffff;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.price__bonus {
    font-family: MontserratMedium;
    color: #fff;
    font-size: 22px;
}
.logo a img{
    max-width: 70px;
}
.logo__main a img{
    max-width: 140px;
}
.price__bonus span{
    font-family: MontserratBold;

    font-size: 50px;
    display: flex;
    color: #ffdd00;

}
.bonus__btn {
    margin-top: 20px;
}
.bonus__btn a{
    background-color: #ffdd00;
    padding: 12px 50px;
    font-family: MontserratMedium;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    border-radius: 5px;
}
.bonus__btn a:hover{
    background: #f82100;
}
.right__img {
    flex: 0 1 50%;
    height: 100%;
    position: relative;
}
.right__img img{
    position: absolute;
    content: "";
    right: 0px;
    top: -245px;
    width: 100%;
    z-index: 3;
}



.sport__bonus {
    margin-top: 100px;
    text-align: center;
}
.title__sport {
    font-size: 50px;
    color: #000000;
    background: radial-gradient(50% 50% at 50% 50%,#ffdd0065,#0000);
    font-family: MontserratBold;
    position: relative;
    z-index: 2;
}
.title__sport::before{
background: radial-gradient(50% 50% at 50% 50%,#ffdd00,#ffdd0088 15.45%,#0000);
top: 45px;
width: 820px;
height: 10px;
content: "";
    position: absolute;
    top: 25px;
    width: 100%;
    height: 35px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}
.title__sport::after{
    content: "";
    position: absolute;
    width: 482px;
    height: 72px;
    top: 14px;
    left: 50%;
    transform: translate(-50%);
    background: radial-gradient(50% 50% at 50% 50%, #b0caff7a, #0000);
    z-index: 1;
}
.subtitle__sport {
    font-size: 18px;
    color: #ffffff;
    font-family: MontserratRegular;
    margin-bottom: 5px;
    margin-top: 15px;
}
.subtitle__sport strong{
    font-family: MontserratBold;
}
.line{
    width: 300px;
    margin: 20px auto;
    position: relative;
    height: 2px;
    background: linear-gradient(90deg,rgba(0,0,0,0) 0%, #ffdd00 50%,rgba(0,0,0,0) 100%);
}
.line::before{
    position: absolute;
    content: "";
    font-size: 30px;
    width: 100px;
    height: 4px;
    left: 100px;
    background-color: #ffdd00;
    top: -1px;
  color: #ffdd00;
}
.sport__bonus img{
    width: 100%;
    margin-top: 20px;
}
.text__sport {
    margin-top: -30px;
    font-family: MontserratMedium;
    font-size: 25px;
    color: #ffffff;
}
.bonus__btn {
}


.kazino__bonus{
    margin: 100px 0px;
    text-align: center;
}
.tl2{
    background: radial-gradient(50% 50% at 50% 50%,#ff24001a,#0000);
    z-index: 2;
}
.tl2::before{
    background: radial-gradient(50% 50% at 50% 50%,#ff24001a,#ff24001a 15.45%,#0000);
}
.tl2::after{
    background: radial-gradient(50% 50% at 50% 50%,#0d1016,#0000);
}
.ln2{
    width: 300px;
    margin: 0 auto;
    position: relative;
    height: 2px;
    background: linear-gradient(90deg,rgba(0,0,0,0) 0%, #ff2400 50%,rgba(0,0,0,0) 100%);
}
.ln2::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    left: 100px;
    top: -1px;
    background-color: #ff2400;
}

.flex__slot {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}
.item__slot {
    flex: 0 1 20%;
    position: relative;
    transition: all 0.4s ease 0s;
    border: 1px solid #0d1016;
}
.item__slot img{
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.item__slot:hover .ovelay{
    opacity: 1;
}
.item__slot:hover{
    scale: 1.1;
    border: 1px solid #00cfa6;
}
.ovelay {
    position: absolute;
    content: "";
    box-sizing: border-box;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000009d;
    transition: all 0.4s ease 0s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 40px;
    align-items: center;
    justify-content: center;
}
.btn-slot,
.btn-slot2 {
    width: 100%;
}
.btn-slot a{
    justify-content: center;
    background-color: #c21a00;
    color: #fff;
    padding: 10px 30px;
    font-family: MontserratMedium;
    text-decoration: none;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    display: flex;
}
.btn-slot a:hover,
.btn-slot2 a:hover{
    background-color: #8b1401;
}
.btn-slot2 a{
    background-color: transparent;
    border: 2px solid #8b1401;
    justify-content: center;
    display: flex;
    color: #fff;
    padding: 10px 30px;
    font-family: MontserratMedium;
    text-decoration: none;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.block__info{
    margin: 100px 0px;
    text-align: center;
}
.block__info img{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.flex-footer-col-3 {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    border-top: 1px solid #252932;
    padding-top: 20px;
}
.footer__title {
    font-family: MontserratMedium;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 10px;
}
.footer-item-col-3 {
    display: flex;
    flex: 0 1 25%;
    flex-direction: column;
    gap: 10px;
}
.footer-item-col-3 a{
    font-family: MontserratMedium;
    font-size: 16px;
    color: #dddddd;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}
.footer-item-col-3 a:hover{
    scale: 1.05;
    color: #ffffff;
}
.border__block {
    border: 1px solid #d8d8d8;
    padding: 14px 50px;
    background-color: transparent;
    font-family: MontserratMedium;
    font-size: 16px;
    max-width: 100px;
    color: #dddddd;
}
.bottom-item__footer {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 25px;
}
.block__footer-bottom-item {
    flex: 0 1 20%;
    display: flex;
    justify-content: center;
}
.block__footer-bottom-item:hover{

}
.block__footer-bottom-item img{
    width: 100%;
    max-width: 100px;
    object-fit: contain;
    aspect-ratio: 3 / 2;
    transition: all 0.6s ease 0s;
}
.block__footer-bottom-item  img:hover {
    cursor: pointer;
    border-radius: 5px;
    appearance: none;
    box-shadow: rgba(146, 146, 146, 0.2) 0px 0px 11px;
    transform: scale(1.5);
    transition: transform 0.2s;
    padding: 10px;
    filter: blur(0px);
}
.border__block1{
    margin-top: 25px;
    border: 1px solid #dddddd;
    font-family: MontserratMedium;
    font-size: 16px;
    display: flex;
    width: 60px;
    color: #dddddd;
    height: 60px;
    justify-content: center;
    align-items: center;
}

@media (max-width:1700px) {
    .right__img {
        flex: 0 1 40%;
        height: 100%;
        position: relative;
    }
    .left__bonus {
        flex: 0 1 60%;
        position: relative;
        z-index: 2;
    }
    .right__img img{
        position: absolute;
        content: "";
        right: 0px;
        top: -115px;
        width: 100%;
        z-index: 3;
    }
}
@media (max-width:1250px) {
    .sidebar-site{
     
        left: -100%;
        top: 0px;
    }
    .header-site {
        padding: 20px 20px 20px 20px;
     
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .padding-container {
        padding: 20px 20px 20px 20px;

    }

    .title__bonus {
        font-size: 36px;
    }
    .subtitle__bonus{
        font-size: 36px;
    }
    .price__bonus span{
        font-size: 30px;
    }
    .bonus__btn a{
        background-color: #ff2400;
        padding: 10px 30px;
        font-family: MontserratMedium;
        color: #fff;
        text-decoration: none;
        transition: all 0.4s ease 0s;
        border-radius: 5px;
    }
    .flex__slot{
        flex-wrap: wrap;
    }
    .item__slot{
        flex: 0 1 23%;
    }
}
@media (max-width:1100px) {
    .right__img img{
        position: absolute;
        content: "";
        right: 0px;
        top: -80px;
        width: 100%;
        z-index: 3;
    }
}
@media (max-width:992px) {
    .flex__bonus{
        flex-direction: column;
    }
    .bonus__item {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }
    .right__img img{
        position: absolute;
        content: "";
        right: 0px;
        top: -135px;
        width: 100%;
        z-index: 3;
    }
    .bottom-item__footer{
        flex-wrap: wrap;
    }
    .sport__bonus img{
       height: 150px;
       object-fit: cover;
    }
    .item__slot{
        flex: 0 1 31%;
    }
}
@media (max-width:700px) {
    .item__slot{
        flex: 0 1 47%;
    }
    .main__btn{
        padding: 10px 30px 10px 10px;
        line-height: normal;
    }
    .main__btn2{
        padding: 10px 30px 10px 10px;
    }
    .white-login{
        right: 5px;
    }
    .white-login1{
        right: 5px;
    }
    .black-login{
        right: 5px;
    }
    .black-login1{
        right: 5px;
    }
}
@media (max-width:600px){
    .right__img img{
        position: absolute;
        content: "";
        right: 0px;
        top: -110px;
        width: 100%;
        z-index: 3;
    }
    .flex-footer-col-3{
        flex-direction: column;
        gap: 20px;
    }
    .main__btn{
        padding: 5px 25px 5px 10px;
        line-height: normal;
    }
    .main__btn2{
        padding: 5px 25px 5px 10px;
    }
    .header__list{
        display: none;
    }
    .logo__main{
        display: block;
    }
}
@media (max-width:550px) {

    .title__bonus {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .subtitle__bonus{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .price__bonus{
        font-size: 14px;
    }
    .price__bonus span{
        font-size: 26px;
    }
    .right__img img{
        position: relative;
        content: "";
        right: 0px;
        top: 10px;
        width: 100%;
        z-index: 3;
    }
}
@media (max-width:500px) {
    .item__slot{
        flex: 0 1 100%;
    }
    .left__bonus {
        flex: 0 1 70%;
        position: relative;
        z-index: 2;
    }
    .bonus__btn a{
        padding: 10px 20px;
        font-size: 14px;
    }
  
    .flex__btn{
        gap: 10px;
    }
}

.block__utp {

}
.padding-container {
}
.block__utp h2{
    color: #fff;    
    margin-bottom: 10px;
}
.flex__utp {
    gap: 30px;
    display: flex;
    margin-top: 30px;
}
.utp__item {
    flex: 0 1 25%;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: linear-gradient(180deg, #ffdd00 0%, #dda15e 100%);
    color: #fff;
    border: 3px solid #fff;
    transition: all 0.3s ease 0s;
}
.utp__item:hover{
    box-shadow: 4px 4px 10px #ffffff67;
}
.utp__item h3{
    border-top: 1px solid #fff;
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
}
.utp__item img{
    width: 60px;
    height: 60px;
}
.cirle{
    display: flex;
    width: 40px;
    height: 40px;
    font-family: MontserratRegular;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: #000000;
    color: #fff;
}






.element-flex{
    display: flex;
    gap: 20px;
    align-items: center;
}
.element-col-2 {
    flex: 0 1 50%;
}
.element-col-2 h2{

    margin-bottom: 15px;
}
.element-col-2 img{
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #ffdd00;
    border: 2px solid #ffdd00;
}
.advent__list{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #ff7b00;
    border-radius: 10px;
    overflow: hidden;
}
.advent__list li{
    transition: all 0.5s ease 0s;
    background-color: transparent;
    background-color: #ff7b00;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-radius: 5px;
    padding: 10px;
    color: #ffffff;
    font-family: MontserratRegular;
    margin-top: 10px;
}
.advent__list li:nth-child(1){
    margin-top: 0px;
}
.advent__list li:hover{
    background-color: #ffdd00;
    color: #fff;
}

/* FAQ */
.faq__block{
    margin-top: 40px;
}
.top__vopr {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, #ffdd00 0%, #ffdd00 100%);
    font-family: MontserratMedium;
    color: #ffffff;
    transition: all 0.4s ease 0s;
    box-shadow: 4px 4px 0px #ffffff;
    border-radius: 5px;
}
.top__vopr.faqactive{
    box-shadow: 0px 0px 5px #ffffff;
}
.top__vopr:hover{
    box-shadow: 0px 0px 5px #ffffff;
}
.top__vopr span{
    position: relative;
    width: 20px;
    padding-left: 5px;
}
.top__vopr span::before{
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    height: 2px;
    background-color: #000000;
}
.top__vopr span::after{
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    height: 2px;
    transform: rotate(90deg);
    transition: all 0.4s ease 0s;
    background-color: #000000;
}
.faqactive span::before{
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    height: 2px;
    transform: rotate(0deg);
    background-color: #000000;
}
.faqactive span::after{
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    height: 2px;
    transform: rotate(0deg);
    background-color: #000000;
}
.botton__otvet {

    margin: 10px;
    font-family: MontserratMedium;
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.3s ease;
}




/* Reviews */
.reviews {
}
.padding-container {
    overflow: hidden;
}
.flex__reviews {
    display: flex;
    margin-top: 40px;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
}
.reviews__item {
    padding: 15px;
    flex: 0 1 43%;
    border-radius: 10px;
    background-color: #252932;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: 0px 0px 10px #ffffff15;
    transition: all 0.4s ease 0s;
}
.reviews__item:hover{
    box-shadow: 0px 0px 10px #fff;
}
.reviews__item img{
    width: 60px;
    height: 60px;
}

/* Slot */
.slot {
}
.padding-container {
}
.flex__slot {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0px 25px 0px;
}
.slot-block {
    flex: 0 1 28%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    background: linear-gradient(180deg, #046e16 0%, #1dcc34 100%);
    color: #fff;
    position: relative;
}
.slot-block img{
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    max-height: 250px;
    object-fit: cover;
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
}
.overlay__slot {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s ease 0s;
    background-color: #000000ce;
    border: 1px solid #ffffff;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

@keyframes scale {
    0%{
        scale: 1;
    }
    50%{
        width: 250px;
        height: 250px;
        left: 5%;
        top: 1%;
        border-radius: 1000px;
        scale: 1.1;
        background-color: #ff5512;
    }
    50%{
        scale: 1;
    }
}
@keyframes scale1 {
    0%{
        scale: 1;
    }
    50%{
        width: 250px;
        height: 250px;
        left: 95%;
        top: 105%;
        border-radius: 1000px;
        scale: 1.1;
        background-color: #ff5512;
    }
    50%{
        scale: 1;
    }
}
.btn__slot {
}
.btn__slot a{
    position: relative;
    z-index: 2;
    padding: 15px 40px;
    background-color: #ff3e3e;
    color: #fff;
    font-family: MontserratMedium;
    text-decoration: none;
    font-size: 20px;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
    box-shadow: 0px 0px 10px #fff;
}
.btn__slot a:hover{
    background-color: #ffdd00;
}
.slot-block:hover{

}
.slot-block:hover .overlay__slot{
    opacity: 1;
    backdrop-filter: blur(5px);
}

.advent__list1{
    margin: 10px 0px;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    gap: 10px;
}

.advent__list1 li{
    padding: 15px 10px 10px 10px;
    border-radius: 5px;
    flex: 0 1 45%;
    box-sizing: border-box;
    color: #ffffff;
    margin-top: 10px;
    background: linear-gradient(180deg, #ffdd00 0%, #007934 100%);
    font-family: MontserratRegular;
    transition: all 0.4s ease 0s;
    border: 1px solid transparent;
}
.advent__list1 li:hover{
    background: transparent;
    color: #ffdd00;
    border: 1px solid #ffdd00;
}
.advent__list2{
    display: flex;
    margin: 10px 0px;
    gap: 10px;
    border-radius: 2px;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap;
    color: #ffffff;
    background: linear-gradient(180deg, #a76c1f 0%, #eeeeee 100%);
}
.advent__list2 li{
    flex: 0 1 43%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
   
}
li{
    font-family: MontserratRegular; 
}


.aviator2 {
}
.padding-container {
}
.col__3 {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    padding-bottom: 25px;
    justify-content: center;
}
.col__3-item {
    flex: 0 1 30%;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    transition: all 0.5s ease 0s;
    box-shadow: 0px 0px 10px #ffffff2a;
}
.col__3-item:hover{
    box-shadow: 0px 0px 10px #fff;
}
.col__3-item p{
    color: #000;
}
.col__3-item img{
    background-color: #adadad;
    padding: 7px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
}

.col__5 {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.col__5-item {
    padding: 15px;
    border-radius: 5px;
    flex: 0 1 20%;
    box-shadow: 0px 0px 10px #ffffff2f;
    background-color: #252932;
    border: 1px solid #8a8a8a;
}
.col__5-item h3{
    color: #fff;
    margin-top: 10px;
}

.block__text{
    padding: 100px 20px 50px 20px;
    background-color: #ffffffa9;
}




/* Анимация */
.t1{
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.7s ease 0s;
  }
  .t1._active{
    opacity: 1;
    transform: translateY(0px);
  }
  .p1{
    scale: 0;
    transform: translateX(-100px);
    transition: all 0.8s ease 0.1s;
  }
  .p1._active{
    scale: 1;
    transform: translateX(0px);
  }
  .t2{
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.7s ease 0s;
  }
  .t2._active{
    opacity: 1;
    transform: translateY(0px);
  }
  .p2{
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease 0.1s;
  }
  .p2._active{
    opacity: 1;
    transform: translateY(0px);
  }
  .i1{
    transform: translateY(50px) rotate(10deg);
    transition: all 0.8s ease 0s;
    opacity: 0;
  }
  .i1._active{
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
  .a1{
    transform: translateX(-100px);
    opacity: 0;
    scale: 0.7;
    transition: all 0.8s ease 0.2s;
  }
  .a1._active{
    opacity: 1;
    scale: 1;
    transform: translateX(0px);
}
@media (max-width:992px) {
    .col__5{
        flex-wrap: wrap;
        justify-content: center;
    }
    .col__5-item{
        flex: 0 1 27%;
    }

}
@media (max-width:900px) {
    .element-flex{
        flex-direction: column !important;
    }
}
@media (max-width:867px) {
    .slot-block{
        flex: 0 1 43%;
    }
    .col__3{
        flex-wrap: wrap;
    }
    .col__3-item{
        flex: 0 1 42%;
    }
}
@media (max-width:710px) {
    .col__5-item{
        flex: 0 1 41.5%;
    }

}
@media (max-width:607px) {
    .slot-block{
        flex: 0 1 100%;
    }
    .advent__list2 li{
        flex: 0 1 100%;
    }
    .col__5-item{
        flex: 0 1 100%;
    }
    .header-site{
        padding: 20px 10px;
    }
    .col__3-item{
        flex: 0 1 100%;
    }

}


.burger-men {
    display: none;
    position: relative;
}
.burger {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background-color: #ffdd00;
    transition: all 0.5s ease-in-out;
}
.burger::before {
    position: absolute;
    content: "";
    top: -7px;
    width: 30px;
    height: 2px;
    background-color: #ffdd00;
    transition: all 0.5s ease-in-out;
}
.burger::after {
    position: absolute;
    content: "";
    top: 7px;
    width: 30px;
    height: 2px;
    background-color: #ffdd00;
    transition: all 0.5s ease-in-out;
}

.burger-men._active .burger{
    background-color: transparent;
}
.burger-men._active .burger::before{
    transform: translate(0px, 5px) rotate(45deg);
}
.burger-men._active .burger::after{
    transform: translate(0px, -9px) rotate(-45deg);
}
.sidebar-site{
    transition: all 0.5s ease 0s;
    z-index: 100;
}
.sidebar-site._active{
   left: 0%;
}


@media (max-width:1250px) {
    .burger-men{
        display: block;
        width: 30px;
    }

}
.list__mobile{
    display: none;
}
p strong{
    font-weight: 700;
}
@media (max-width:900px) {
    .flex__utp{
        flex-wrap: wrap;
        justify-content: center;
    }
    .utp__item{
        flex: 0 1 42%;
    }
    .reviews__item {
        flex: 0 1 100%;
    }
    .flex__tiger {
        flex-direction: column !important;
    }
}
@media (max-width:600px) {
    .list__mobile{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    h1{
        font-size: 26px;
    }
    .utp__item{
        flex: 0 1 100%;
    }
}
@media (max-width:400px) {
    .logo__main a img{
        max-width: 70px;
    }
}

.scroll-bonus-item {
    position: relative;
    margin-top: 30px;
    min-height: 1px;
}

.specialPromo {
    position: absolute;
    left: 50%;
    translate: -50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 25px 10px;
    border-radius:20px;
    background: rgb(5, 119, 72);
    text-align: center;
    color: #ffdd00;
    text-decoration: none;
    font-size: 26px;
    font-weight: 800;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
    transition: 0.3s ease;
    transition-property: width, box-shadow;
    font-family: MontserratMedium;
    z-index: 2;
    box-sizing: border-box;
  }
  .specialPromo_sticky {
    position: fixed;
    bottom: 0;
    width: 100vw;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15);
  }
.specialPromo__icon img{
    transition: all 0.5s ease 0s;
}
.specialPromo__text{
    transition: all 0.5s ease 0s;
}
.specialPromo:hover .specialPromo__text{
    color: #ffdd00;
}
.specialPromo:hover .specialPromo__icon img{
    scale: 1.1;
}
@media (max-width:992px) {
    .specialPromo{
        font-size: 16px;
        padding: 10px;
        border-radius: 10px;
    }
    .flex-footer-col-3{
        margin-top: 30px;
    }
}
  
.modal1{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000ab;
    z-index: 100;
}
.form-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffdd00;
    border-radius: 10px;
    padding: 20px 30px;
    width: 350px;
    color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

h2 {
    text-align: center;
    margin-bottom: 20px;
}

.input-field {
    margin-bottom: 15px;
}

input, select {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

input[type="text"], input[type="email"], input[type="password"] {
    background-color: #f8f8f8;
    color: #333;
    font-family: MontserratRegular;
}

label {
    font-size: 14px;
    margin-top: 10px;
    display: block;
    font-family: MontserratRegular;
}

.birth-date {
    display: flex;
    justify-content: space-between;
}

.birth-date select {
    width: 30%;
}

.gender-options {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}

.gender-options label {
    display: flex;
    align-items: center;
    font-family: MontserratRegular;
    gap: 5px;
}

.info-text, .terms {
    font-size: 12px;
    font-family: MontserratRegular;
    line-height: 1.4;
    color: #e6e6e6;
}

a {
    color: #f6d6ff;
    text-decoration: underline;
}

.form-btn{
    background-color: #ff3e3e;
    color: white;
    border: none;
    padding: 10px;
    font-size: 16px;
    width: 50%;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: auto;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-family: MontserratRegular;
    transition: all 0.4s ease 0s;
    border: 1px solid #ff3e3e;
}
.form-btn:hover{
    background-color: transparent;
}

button:hover {
    background-color: #2db556;
}
@media (max-width:600px) {
    .form-container{
        padding: 10px;
        width: 300px;
    }
    .main__btn img{
        width: 14px;
    }
    .main__btn2 img{
        width: 14px;
    }
}
.testimonial{
    font-family: MontserratRegular;
    color: #fff;
    line-height: 110%;
    text-align: center;
    margin-top: 15px;
}


.wrapper{
    position: relative;
}
.block-chat {
    position: fixed;
    left: 20px;
    bottom: 100px;
    z-index: 1000;
}
.viseble-chat {
    display: flex;
    padding: 10px;
    background-color: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #ebebeb;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}
.unviseble-chat.active-chat{
    opacity: 1;
}
.open-chat {
    width: 32px;
    height: 32px;
}
.unactive-img{
    opacity: 0;
    transform: translateX(100px);
}
.close-chat {
    position: absolute;
    content: "";
    left: 50%;
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translate(-50% ,-50%);
    opacity: 0;
    display: none;
}
.active-img{
    display: block;
    opacity: 1;
}
.unviseble-chat {
    display: none;
    background-color: #ebebeb;
    border-radius: 20px 20px 0px 0px;
    padding: 10px;
    width: 42px;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transition: 0.6s ease 0s;
}
.unviseble-chat.active-chat{
    display: flex;
}
.unviseble-chat a img{
    width: 32px;
    height: 32px;
}
.unviseble-chat a{
    display: flex;
    justify-content: center;
}
.border-new{
    border-radius: 0px 0px 100px 100px;
    background-color: #ebebeb;
}
.pay-and-provaider{
    background-color:#ffdd00;
    padding: 10px 10px;
    border-radius: 10px;
}
@media (max-width:1292px) {
    .block-chat{
        bottom: 50px;
        right: 10px;
        left: auto;
    }
}
.padding-container1 h2{
    color: #fff;
}
@media (max-width:600px) {
    .block-chat{
        left: auto;
        right: 20px;
    }
    .logo__main a img{
        width: 54px;
    }
}


.hull-block {
    height: 100vh;
    background: #0000009a url(../img/banner.webp) !important;
    background-blend-mode: color;
    background-size: cover !important;
    background-position: center !important;

}
.hull-block .padding-container1 {
    background-color: transparent;
    padding: 50px 40px 100px 40px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 30px;
    align-items: center;
}
.bonus-text {
    font-family: MontserratMedium;
    font-size: 30px;
    color: #ffffff;
}
.main__btn{
    cursor: pointer;
}
.hull-block .padding-container .main__btn a{
    display: flex;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    
    width: 200px;
}
.game-block {
    padding: 40px 100px;
}
.padding-container {
}
.flex-slot-game {
    display: grid;
        grid-template-columns: 20% 20% 20% 20% 20%;
}
.slot-game-item {
    display: block;
    background-color: transparent;
    background-size: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box !important;
    padding: 0px !important;
    margin: 0px !important;
}
.slot-game-item a{
    width: 100%;
}
.slot-game-item a img{
    width: 100%;
    height: 100%;
    transition: all 0.6s ease 0s;
}
.slot-game-item a img:hover{
    filter: grayscale(1);
}
.block-gif-slot {
    margin-top: 40px;
    width: 100%;
}
.block-gif-slot a img{
    width: 100%;
    transition: all 0.6s ease 0s;
}
.block-gif-slot a img:hover{
    filter: grayscale(1);
}

.tab-block {
    display: flex;
    padding: 30px 0px;
}
.tab-1 {
}
.tab-number {
    padding: 10px 30px;
    font-family: MontserratRegular;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffdd00;
    border-radius: 10px;
    transition: all 0.6s ease 0s;
    cursor: pointer;
}
.tab-number.active {
    background-color: #ffdd00;
    color: #fff;
}
.tab-number:hover{
    color: #fff;
    background-color: #ffdd00;
}
.tab-2 {
}
.tab-3 {
}
.flex-slot-game{
    display: none;
}
.flex-slot-game.active{
    display: grid;
}
.link-center{
    text-align: center;
    margin-top: 30px;
}
.new-link{
    font-family: MontserratBold;
    font-size: 26px;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    color: #000000;
}
.new-link:hover{
    color: #ffdd00;
}
.sidebar-site{
    display: none;
}
@media (max-width: 1250px) {
    .flex-slot-game {
        grid-template-columns: 25% 25% 25% 25%;
    }
     .sidebar-site{
        display: flex;
    }
    .header__list{
        display: none;
    }
}

@media (max-width: 950px) {
    .flex-slot-game{
        grid-template-columns: 33.3% 33.3% 33.3%;
    }
    .game-block{
        padding: 40px 20px;
    }
}
@media (max-width: 770px) {
    .flex-slot-game{
        grid-template-columns: 50% 50%;
    }
    .tab-block{
        flex-wrap: wrap;
    }
}
@media (max-width:560px) {
    .tab-number{
        flex: 0 1 100%;
        text-align: center;
    }
}
.main__btn a{
    color: #ffdd00;
    text-decoration: none;
}
.main__btn{
   
   color: #ffdd00;
    background-color: transparent;
    
}
.main__btn:hover{
    background-color: #fff;
   
}
.main__btn a:hover{
    color: #ffdd00 !important;
}
.main__btn:hover a{
    color: #ffdd00 !important;
}
.elementor-element{
    width: 100%;
}
.elementor-element .e-con-inner{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    justify-content: space-between;
    background-color: #ffdd00;
}
.elementor-widget-container h2{
    text-align: left;
}
.elementor-button-wrapper{
    display: flex;
    justify-content: end;
}
.elementor-icon-list-items{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.elementor-button{
    border-radius: 15px;
    padding: 15px 25px;
    background-color: #ffdd00;
    color: #000;
    font-family: MontserratMedium;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.elementor-button:hover{
    scale: 1.05;
}
.elementor-widget .elementor-icon-list-icon svg{
    width: 32px;
    height: 32px;
}
.big-text{
    font-size: 60px;
    color: #dda15e;
}
@media (max-width:900px) {
    .e-con-inner{
        flex-direction: column;
        gap: 20px;
    }
    .elementor-widget-container h2{
        text-align: center;
    }
    .elementor-button-wrapper{
        justify-content: center;
    }
    .bonus-text{
        text-align: center;
        margin-bottom: 0px;
    }
    .big-text{
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }
    .hull-block{
        height: 550px;
        background-position: center;
    }
}
@media (max-width:500px) {
    .elementor-icon-list-items{
        flex-wrap: wrap;
        justify-content: center;
    }
    .hull-block{
        height: 400px;
        background-position: 50% 0% !important;
    }
    .hull-block .padding-container1{
        padding: 50px 20px 10px 20px;
    }
}

.animation-hover{
  
    padding: 10px;
    position: relative;
}   
.animation-hover::before{
    position: absolute;
    content: "";
    right: -15px;
    top: 0px;
    width: 5px;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.6s ease 0s;
}
.animation-hover::after{
    position: absolute;
    content: "";
    left: -15px;
    top: 0px;
    width: 5px;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.6s ease 0s;
}
.animation-hover:hover::before{
    width: 100%;
    right: 0px;
}
.animation-hover:hover::after{
    width: 100%;
    right: 0px;
}
.animation-hover h1{
    position: relative;
    z-index: 3;
    color: #ffffff;
}
.animation-hover .main__btn{
    position: relative;
    z-index: 3;
}
.animation-hover:hover h1{
    color: #000;
}
.animation-hover h2{
    box-sizing: border-box;
    position: relative; 
    z-index: 3;
    transition: all 0.6s ease 0s;
    padding: 10px 5px;
    color: #000000;
    background-color: #ffdd00;
    border-radius: 10px;
    border: 2px solid transparent;
}
.animation-hover ul{
    position: relative;
    z-index: 3;
}
.animation-hover:hover h2{
    background-color: #fff;
    color: #000000;
    border: 1px solid #ffdd00;
}
.animation-hover p{
    box-sizing: border-box;
    margin-top: 10px;
    position: relative; 
    z-index: 3;
    border-top: 2px solid #ffdd00;
    padding: 7px;
    color: #ffffff;

    transition: all 0.6s ease 0s;
}
.animation-hover:hover p{
    border-top: 2px solid #ffffff;
    color: #000000;
    background-color: #ffdd00;
}
.animation-hover h3{
    background-color: #d8d8d8;
    padding: 10px 5px;
    color: #000;
    position: relative;
    z-index: 3;
}

.swiper {
    width: 100%;
    height: 300px;
}
.swiper-slide img{
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
}
.swiper-button-prev,
.swiper-button-next{
    padding: 10px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 10px;
    background-color: #fee500 !important;
    transition: all 0.4s ease 0s;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 15px !important;
    color: #fff !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
    background-color: #000 !important;
}
.swiper-pagination-bullet-active{
    background-color: #fee500 !important;
}

.drop1{
	position: relative;
	display:flex;
	align-items: center;
	gap: 5px;
}
.drop1:hover .drop-down{
  opacity: 1;
   visibility: visible;
}
.drop1 svg{
	transition: all 0.4s ease 0s;
}
.drop1:hover svg{
	transform: rotate(-90deg);


}
.drop1:hover svg path{
	fill: #fff;
}
.drop-down{
    position: absolute;
	opacity: 0;
	transition: all 0.3s linear 0.2s;
	visibility: hidden;
    top: 27px;
    left: -5px;
    content: "";
    width: 150px;
    height: 130px;
    z-index: 11;
    background-color: #000;
	overflow: hidden;
    border: 1px solid #ffffff;
    border-radius: 10px;
}
.drop-flex {
    display: flex;
    flex-direction: column;
    list-style: none;
    box-sizing: border-box;
  }
  .list-drop{
      padding: 7px 10px 7px 10px;
      line-height: 19px;
      cursor: default;
       font-family: 'TildaSansMedium';
      transition: all 0.3s ease 0s;
  }
  .list-drop a::before{
      display:none;
  }
  .list-drop a{
      color:#000;
    text-decoration: none;
  }
  .list-drop:hover{
      background-color: #ffdd00;
      color: #fff !important;
  }
.list-drop:hover a{
      color: #fff  !important;
}
.abs-img{
    position: relative;
}
.abs-img::before{
    position: absolute;
    content: "";
    background-color: #ffdd00;
    width: 100px;
    height: 100px;
    left: -20px;
    top: -20px;
}
.abs-img::after{
    position: absolute;
    content: "";
    background-color: #ffdd00;
    width: 100px;
    height: 100px;
    right: -20px;
    bottom: -20px;
 
}
.abs-img img{
    position: relative;
    z-index: 3;
    box-shadow: none;
}
.element-col-2{
    position: relative;
}
.element-m{
    position: absolute;
    content: "";
    left: -30px;
    bottom: 20px;
    animation:mony 3s infinite ease ;
}
@keyframes mony {
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(15px);
    }
    100%{
        transform: translateY(0%);
    }
}
.element-m img{
    max-width: 120px;
    box-shadow: none;
    border: none;
    width: 100%;
}