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: Acrom;
    font-display: swap;
    src: url(fonts/ofont.ru_Acrom.ttf) format("truetype");
    font-style: normal;
}
@font-face {
    font-family: Aurora;
    font-display: swap;
    src: url(fonts/aurorascript.ttf) format("truetype");
    font-style: normal;
}

body{
    background: #1f1f1f;
}
html{
    scroll-behavior: smooth;
}
h2{
    font-family: Acrom;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
}
h3{
    font-family: Acrom;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
}
h4{
    font-family: Acrom;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
}
blockquote{
    font-family: Acrom;
    font-size: 16px;
    color: #e0e0e0;
    line-height: 22px;
}
p{
    font-family: Acrom;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
}
li{
    line-height: 22px;
}
.header-first-mob {
    background-color: #1f1f1f;
    border-right: 1px solid #fff;
    position: fixed;
    display: none;
    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 #1E90FF;
}
.spisok__list li{
    padding: 15px 0px;

}
.spisok__list li a{
    color: #1E90FF;
    font-family: Acrom;
    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: #000;
}
.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: #63A375;
}
.head-first-desc {
    padding: 20px 20px 20px 20px;
    background-color:#1f1f1f;
    border-bottom: 1px solid #fff;
    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: #1E90FF;
    font-family: Acrom;
    font-size: 18px;
    display: flex;
    gap: 5px;
    align-items: center;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}
.header__list li a:hover{
    color: #000;
}
.flex__btn {
    display: flex;
    gap: 20px;
}
.main__btn {
    padding: 7px 40px 7px 40px;
    background-image: linear-gradient(0.006turn,#1E90FF 0%,#1E90FF 35%,#1665b4 100%);
    font-family: Acrom;
    box-shadow: 0px 4px 0px #1E90FF;
    font-size: 16px;
    border: 1px solid #1E90FF ;
    color: #000;
    text-decoration: none;
    border-radius: 15px;
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
    overflow: hidden;
}
.main__btn img{
    width: 32px !important;
    height: 32px;
}
.main__btn:hover{
    box-shadow: 0px 0px 0px #1E90FF;
}

.container-wrap {
    padding: 20px 20px 20px 20px;
    max-width: 1820px;
    margin: 0 auto;
}
.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;
}


@media (max-width:1450px) {
    .banner-slot-bonus{
        padding: 100px 40px;
        width: 100%;
        box-sizing: border-box;
    }
    .flex__bonus{
        flex-direction: column;
    }
}
@media (max-width:992px) {
    .banner-slot-bonus{
        padding: 100px 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .sport__bonus{
        margin-top: 50px !important;
    }
}
@media (max-width:700px) {
    .banner-slot-bonus{
        padding:60px 5px;
    }
}
.left__bonus {
    flex: 0 1 40%;
    position: relative;
    z-index: 2;
}
.title__bonus {
    font-family: Acrom;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 46px;
    padding: 7px;
    display: inline-flex;
    border-radius: 10px;
    background-color: #63A375;
    animation:colot-title 3s ease infinite;
}
@keyframes colot-title {
    0%{
        color: #fff;
    }
    50%{
        color: #000000;
    }
    100%{
        color: #fff;
    }
}
.subtitle__bonus {
    font-family: Acrom;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.price__bonus {
    font-family: Acrom;
    color: #fff;
    font-size: 22px;
}
.logo a img{
    max-width: 120px;
}
.logo__main a img{
    max-width: 120px;
}
.price__bonus span{
    font-family: Acrom;

    font-size: 50px;
    display: flex;
    color: #ff0000;

}
.bonus__btn {
    margin-top: 20px;
}
.bonus__btn a{
    background-color: #63A375;
    padding: 12px 50px;
    font-family: Acrom;
    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;
}

.header__list.list__mobile{
    margin-top: 15px;
}

.sport__bonus {
    margin-top: 100px;
    text-align: center;
}
.title__sport {
    font-size: 50px;
    color: #ffffff;
    background: radial-gradient(50% 50% at 50% 50%,#63A37565,#0000);
    font-family: Acrom;
    position: relative;
    z-index: 2;
}
.title__sport h1{
    position: relative; 
    z-index: 3;
}
.title__sport::before{
background: radial-gradient(50% 50% at 50% 50%,#63A375,#63A37588 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: 20px;
    color: #ffffff;
    font-family: Acrom;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 15px;
}
.subtitle__sport strong{
    font-family: Acrom;
    font-weight: 400;
}
.line{
    width: 300px;
    margin: 20px auto;
    position: relative;
    height: 2px;
    background: linear-gradient(90deg,rgba(0,0,0,0) 0%, #63A375 50%,rgba(0,0,0,0) 100%);
}
.line::before{
    position: absolute;
    content: "";
    font-size: 30px;
    width: 100px;
    height: 4px;
    left: 100px;
    background-color: #63A375;
    top: -1px;
  color: #63A375;
}
.sport__bonus img{
    width: 100%;
    margin-top: 20px;
}
.text__sport {
    margin-top: -30px;
    font-family: Acrom;
    font-size: 25px;
    color: #fff;
}
.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: Acrom;
    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: Acrom;
    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;
}

.block__footer-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    border-top: 1px solid #252932;
    padding-top: 20px;
    padding-left: 20px;
}
.footer__title {
    font-family: Acrom;
    font-size: 26px;
    color: #1E90FF;
    margin-bottom: 10px;
}
.footer-img{
    max-width: 120px;
}
.block__footer-item {
    display: flex;
    flex: 0 1 25%;
    flex-direction: column;
    gap: 10px;
}
.block__footer-item a{
    font-family: Acrom;
    font-size: 16px;
     color: #1E90FF;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}
.block__footer-item a:hover{
    scale: 1.05;
}
.border__block {
    border: 1px solid #ffffff;
    padding: 14px 50px;
    background-color: transparent;
    font-family: Acrom;
    font-size: 16px;
    max-width: 100px;
    color: #e0e0e0;
}
.footer__bottom {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #252932;
    padding-bottom: 25px;
}
.block__footer-bottom-item {
    flex: 0 1 20%;
}
.block__footer-bottom-item img{
    width: 100%;
    max-width: 100px;
    object-fit: contain;
    aspect-ratio: 3 / 2;
}
.border__block1{
    margin-top: 25px;
    border: 1px solid #ffffff;
    font-family: Acrom;
    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) {
    .header-first-mob{
        position: absolute;
        left: -100%;
        top: 0px;
    }
    .head-first-desc {
        padding: 20px 20px 20px 20px;
     
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .container-wrap {
        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: Acrom;
        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;
    }
    .footer__bottom{
        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;
    }
    .block__footer-flex{
        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 {

}
.container{
    padding: 20px;
    margin: 0 auto;
    max-width: 1440px;
}
.container h1{
    color: #fff;
    font-size: 26px;
    margin-bottom: 25px;
    font-family: Acrom;
}
.container a{
    font-family: Acrom;
    color: #fff;
}
.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, #bc6c25 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: Acrom;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: #000000;
    color: #fff;
}






.col-2-elem{
    display: flex;

    align-items: center;
}
.item-1-elem {
    padding: 20px;
    flex: 0 1 50%;
    background-color: transparent;
    transition: all 0.4s ease 0s;
}

.item-1-elem:hover{

}
.item-1-elem h2{
    color: #fff;
    margin-bottom: 15px;
}
.item-1-elem img{
    width: 100%;   
    border: 2px solid #ffffff;
}
.item-1-elem:hover img{
    border: 2px solid #fff;
}
@media (max-width:650px) {
    .item-1-elem img{
        border-radius: 5px 25px;
    }
}
.old-style-list{
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    gap: 10px;
    overflow: hidden;
    flex-wrap: wrap;
}
.item-1-elem:hover .old-style-list li{
    border: 1px solid #fff;
}
.old-style-list li{
    flex: 0 1 45%;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
    background-color: transparent;
    border: 1px solid #63A375;
    padding: 10px;
    color: #ffffff;
    margin-top: 10px;
    padding: 7px;
    font-family: Acrom;
}
.old-style-list li:hover{
    background-color: #63A375;
    color: #fff;
}

.faq{
    background: none !important;
}
.flex__faq{
    margin-top: 40px;
}
.top__vopr {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
     border: 1px solid #1E90FF;
    font-family: Acrom;
    color: #ffffff;
    transition: all 0.4s ease 0s;
 
    border-radius: 5px;
}
.top__vopr.faqactive{
    box-shadow: 0px 0px 5px #1E90FF;
}
.top__vopr:hover{
    box-shadow: 0px 0px 5px #1E90FF;
}
.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: #ffffff;
}
.top__vopr span::after{
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    height: 2px;
    transform: rotate(90deg);
    transition: all 0.4s ease 0s;
    background-color: #ffffff;
}
.faqactive span::before{
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    height: 2px;
    transform: rotate(0deg);
    background-color: #ffffff;
}
.faqactive span::after{
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    height: 2px;
    transform: rotate(0deg);
    background-color: #ffffff;
}
.botton__otvet {

    margin: 10px;
    font-family: Acrom;
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.3s ease;
}




/* Reviews */
.reviews {
}
.container-wrap {
    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 {
}
.container-wrap {
}
.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, #415a77 0%, #63A375 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: #63A375;
    color: #fff;
    font-family: Acrom;
    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: #63A375;
}
.slot-block:hover{

}
.slot-block:hover .overlay__slot{
    opacity: 1;
    backdrop-filter: blur(5px);
}

.new-style-list{
    margin: 10px 0px;

}

.new-style-list li{    
    color: #ffffff;
    margin-top: 10px;
    padding: 10px;
    color: #fff;
    font-family: Acrom;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: all 0.4s ease 0s;
}
.new-style-list li:hover{
    background-color: #fff;
    color: #000;
}
.old-style-list2{
    display: flex;
    margin: 10px 0px;
    gap: 10px;
    border-radius: 5px;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap;
    color: #ffffff;
    background: linear-gradient(180deg, #FFD700 0%, #63A375 100%);
}
.old-style-list2 li{
    flex: 0 1 43%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
   
}
li{
    font-family: Acrom; 
}


.aviator2 {
}
.container-wrap {
}
.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);
}


.burger-men {
    display: none;
    position: relative;
}
.burger {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
}
.burger::before {
    position: absolute;
    content: "";
    top: -7px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}
.burger::after {
    position: absolute;
    content: "";
    top: 7px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    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);
}
.header-first-mob{
    transition: all 0.5s ease 0s;
    z-index: 100;
}
.header-first-mob._active{
   left: 0%;
}


@media (max-width:1250px) {
    .burger-men{
        display: block;
        width: 30px;
    }
    .header-first-mob{
        display: flex;
    }
.header__list{
    display: none;
}
.logo__main{
    display: block;
}
}
.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: 100px;
    }
}

.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: #1b263b;
    text-align: center;
    color: #63A375;
    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: Acrom;
    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: #63A375;
}
.specialPromo:hover .specialPromo__icon img{
    scale: 1.1;
}
@media (max-width:992px) {
    .specialPromo{
        font-size: 16px;
        padding: 10px;
        border-radius: 10px;
    }
    .block__footer-flex{
        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: #63A375;
    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[type="text"], input[type="email"], input[type="password"] {
    background-color: #f8f8f8;
    color: #333;
    font-family: Acrom;
}

label {
    font-size: 14px;
    margin-top: 10px;
    display: block;
    font-family: Acrom;
}

.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: Acrom;
    gap: 5px;
}

.info-text, .terms {
    font-size: 12px;
    font-family: Acrom;
    line-height: 1.4;
    color: #e6e6e6;
}

a {
    color: #f6d6ff;
    text-decoration: underline;
}

.form-btn{
    background-color: #63A375;
    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: Acrom;
    transition: all 0.4s ease 0s;
    border: 1px solid #63A375;
}
.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: Acrom;
    color: #fff;
    line-height: 110%;
    text-align: center;
    margin-top: 15px;
}




.form__tour {
    margin-bottom: 100px;
}
.container {
}
.form__tour-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
.form__tr {
    flex: 0 1 50%;
}
.form__tr1 {
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-radius: 15px;
    transition: all 0.4s ease 0s;
}

.checkbox__label{
    margin-top: 0px;
    font-family: Acrom;
    color: #000000;
}
.checkbox__label a {
    text-decoration: underline;
    color: #000;
}
.form__title h2{
    font-size: calc(18px + 5 * (100vw / 1900));
    font-family: Acrom;
    color: #000000;
    text-align: center;
}
.form__subtitle p{
    font-size: calc(14px + 2 * (100vw / 1900));
    font-family: Acrom;
    text-align: center;
    color: #444444;
}
.tr__input {
    width: 100%;
}
.tr__input input,
.tr__input textarea{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    height: 60px;
    padding: 10px;
    font-size: 16px;
    color: #000;
    border-radius: 10px;
    font-family: Acrom;
    border: none;
    border: 1px solid #444444;
}
.checkbox {
    display: flex;
    gap: 5px;
    align-items: center;
}
.checkbox__input {
    
}
.checkbox__label {
}
.checkbox__text {
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    font-family: Acrom;
}
.button__submit {
    padding: 23px 25px;
    background-color: #000;
    color: #ffffff;
    font-family: Acrom;
    cursor: pointer;
    border-radius:5px;
    border: 2px solid #000;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.button__submit:hover{
    background-color: #fff;
    color: #000000;
}
.form__tour-img {
    flex: 0 1 50%;
}
.form__tour-img img{
    width: 100%;
}

@media (max-width:992px) {
    .form__tr1 {
        padding: 20px 15px;
        gap: 15px;
    }
}
@media (max-width:762px) {
    .form__tr1 {
        padding: 20px 15px;
        gap: 15px;
    }
    .form__tour-flex {
        flex-direction: column;
    }
}



.first-block-site {
    background:#00000034 url(img/car-rentall.jpg);
    background-attachment: fixed;
    background-blend-mode: color;
    background-size: cover;
}
.container-wrap {
}
.block-over {
    margin-top: 300px;
    padding: 40px 20px;
    background-color: #000000a2;
    max-width: 700px;
    border-radius: 20px;
}

.block-over h1{
    font-family: Acrom;
    color: #fff;
    margin: 0px 0px 35px 0px;
       font-size: calc(26px + 25 * (100vw / 1900));
}
.block-over p{
    max-width: 600px;
}
.btn-car{
    margin-top: 35px;
}
.btn-car a{
       padding: 7px 40px 7px 40px;
    background-image: linear-gradient(0.006turn,#1E90FF 0%,#1E90FF 35%,#1665b4 100%);
    font-family: Acrom;
    box-shadow: 0px 4px 0px #1E90FF;
    font-size: 16px;
    border: 1px solid #1E90FF ;
    color: #fdfdfd;
    text-decoration: none;
    border-radius: 15px;
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    gap: 3px;
    max-width: 300px;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.btn-sota a img{
    width: 32px;
    height: 32px;
}
.btn-sota a:hover{
        box-shadow: 0px 0px 0px #1E90FF;
}


.car-categories {
    padding: 75px 0px;
}
.container-wrap {
}
.t1{
    font-family: Acrom;
    font-size: 32px;
    color: #fff;
}
.subtitle-car {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.flex-categories {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.item-categories {
    flex: 0 1 30%;
    box-sizing: border-box;
    padding: 10px;
    background: #151515;
    border-radius: 10px;
    
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.item-categories img{
    width: 126px;
    height: 126px;
}
.item-categories h3{
    font-family: Acrom;
    font-size: 26px;
    margin-top: -10px;
    color: #fff;
}
.item-categories p{
    padding-bottom: 10px;
    text-align: center;
}


.car-popular {
    padding: 75px 0px;
 
}
.container-wrap {
}
.flex-col-2 {
    display: flex;
    gap: 40px;
    align-items: center;
}
.col-2-item {
    flex:  0 1 50%;
}
.col-2-item img{
    width: 100%;
}
.list-car{
   border: 1px solid #1E90FF;
   border-radius: 10px;
   padding: 10px;
   margin-top: 15px;
   max-width: fit-content;
   margin: 20px auto;
}
.list-car li:first-child{
    margin-top: 0px;
}
.list-car li{
    font-family: Acrom;
    font-size: 16px;
    margin-top: 15px;
    color: #fff;    
}

.car-how {
    padding: 50px 0px;
    background: url(/img/sled.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.car-how::before{
    position: absolute;
    content: "";
    left: 30px;
    top: 50px;
    width: 125px;
    height: 125px;
    background: url(img/conus.png);
    background-size: cover;
}
.flex-how {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
}
.how-item {
    flex: 0 1 45%;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    border: 1px solid #1E90FF;
}
.number-how {
    font-size: 38px;
    font-family: Acrom;
    color: #fff;
}
.text-how {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.price {
    padding: 50px 0px;
    background: none !important;
}

.flex-price {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.price-item {
    flex: 0 1 33%;
    padding: 20px;
    border-radius: 10px;
    background-color: #151515;
    transition: all 0.4s ease 0s;
}
.price-item h3{
    color: #fff;
    text-align: center;
}
.price-item p{
    margin-top: 10px;
}
.price-number {
    color: #1E90FF;
    border-bottom: 1px solid #1E90FF;
    padding-bottom: 10px;
    font-family: Acrom;
    font-size: 32px;
    text-align: center;
}
.price-list {
    margin-top: 10px;
}
.price-list li{
    color: #fff;
}
.price-btn {
    margin-top: 15px;
}
.price-btn a{
    background-color: #1E90FF;
    display: flex;
    padding: 15px 20px;
    border-radius: 10px;
    color: #fff;
    font-family: Acrom;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    transition: all 0.4s ease 0s;
}
.price-btn a:hover{
    background-color: #fff;
    color: #1E90FF;
}


.reviews {
    padding: 50px 0px;
}
.container-wrap {
}
.flex-title-rev {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.raiting{
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    font-family: Acrom;
    font-size: 26px;
    margin-bottom: 10px;
}
.raiting img{
    width: 26px;
    height: 26px;
}
.flex-reviews {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.reviews-item {
    flex: 0 1 30%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #1E90FF;
}
.top-rev {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #1E90FF;
}
.top-rev img{
    width: 64px;
    height: 64px;
}
.name-adres {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Acrom;
    gap: 10px;
}
.name-people {
}
.adress-people {
    color: #e2e2e2;
}
.bottom-rev {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.bottom-rev img{
    width: 100px;
}

.foto-block {
    padding: 50px 0px;
}
.container-wrap {
}
.flex-foto {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center;
}
.foto-item {
    flex: 0 1 33%;
    overflow: hidden;
    position: relative;
}
.foto-item  img{
    height: 100%;
    width: 100%;
    transition: all 0.8s ease 0s;
}
.foto-item:hover img{
    scale: 1.1;
}
.cars-text{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000096;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    opacity: 0;
    font-family: Acrom;
    font-weight: 800;
    font-size: 32px;
    color: #fff;
    transition: all 0.4s ease 0s;
}
.foto-item:hover .cars-text{
    opacity: 1;
}
@media (max-width:992px) {
    .block-over{
        margin-top: 100px;
    }
    .first-block-site {
        background-attachment: unset;
    }
    .item-categories{
        flex: 0 1 45%;
    }
    .flex-col-2{
        flex-direction: column;
        gap: 20px;
    }
    .how-item {
        flex: 0 1 100%;
    }
    .car-how::before{
        left: 30px;
        top: -50px;
        width: 100px;
        height: 100px;
    }
    .flex-price{
        flex-direction: column;
    }
    .foto-item{
        flex: 0 1 45%;
    }
    .reviews-item{
        flex: 0 1 45%;
    }
}
@media (max-width:492px) {
    .how-item{
        flex-direction: column;
        text-align: center;
    }
    .item-categories{
        flex: 0 1 100%;
    }
    .foto-item,
    .reviews-item{
        flex: 0 1 100%;
    }
    
}

.info-wrap h1{
    color: #fff;
    font-size: 32px;
    font-family: Acrom;
}
.info-wrap ul li{
    color: #fff;
    margin-top: 10px;
    list-style: circle;
    margin-left: 10px;
}
.info-wrap a{
    color: #1E90FF;
}
