.section-info-video video{
	height: auto;
}
.sticky-notification{
    cursor: pointer;
    position: fixed;
    bottom: -200px;
    left: 0;
    width: 100%;
    background-color: #69020657;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    color: #fff;
    padding: 25px 0;
    z-index: 1000;
    transition: bottom .5s ease-in-out;
    font-family: "TT Norms Pro";
    text-transform: uppercase;
    line-height: 1.1;
}
.notification-content{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px;
}
.offer-marquee{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.offer-button,
.code-block{
    background-color: #260404;
    border: 1px solid #401211;
    padding: 15px 20px;
    border-radius: 6.2px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    height: auto;
   

}
.promo-text{
    font-size: 28px;
}
.code-block{
    text-align: center;
    background: #d10000;
    border: 1px solid #f80a1b;
}
.validity{
    font-family: "DM Sans", sans-serif;
    text-transform: none;
    max-width: 125px;
    font-size: 14px;
}
.close-button{
    background: #fff;
    border-radius: 100%;
    width: 31px;
    height: 31px;
    line-height: 35px;
    color: #d10000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 31px;
}
.promotional-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #000000ba;
    display: none;
}
.promotional-modal-close-container{
    position: relative;
}
.promotional-modal-content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promotional-modal-link{
    border-radius: 20px;
    overflow: hidden; 
}
.promotional-modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
}
.mob{
    display: none;
}
.lang{
    display: flex;
    height: 52px;
    align-items: center;
}
.section-grid-content-item img{
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.section-grid-content-item img.fade-in {
    opacity: 1;
    transform: translateY(0);
}
.section-platforms-content-item{
   
    position: relative;
    overflow: hidden;
}
.section-platforms-content-item .desktop-image{
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(100px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    margin-bottom: 0 !important;
}
.section-platforms-content-item .desktop-image.slide-in{
    opacity: 1;
    transform: translateX(0);
}
.tp-testimonials{
    display: flex;
    gap: 15px;
    align-items: start;
    overflow: hidden;
    max-height: 865px;
}
.tp-testimonials-item,
.tp-testimonials-item-inner{
    display: flex;
    gap: 15px;
    align-items: start;
    flex-direction: column;
}
.tp-testimonials-item-inner{
    animation: scrollUp 50s linear infinite;
    animation-duration: 50s !important;
}
.tp-testimonials-item:nth-child(even) .tp-testimonials-item-inner {
    animation: scrollDown 50s linear infinite;
}
.section-grid#process:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(122, 1, 1, 0.08), rgba(122, 1, 1, 0.08)), linear-gradient(180deg, rgba(0, 0, 0, 0) 94.94%, rgba(0,0,0,0.8) 100%);
    width: 100%;
    height: 100%;
    transform: rotate(-180deg);
}
@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0);
    }
}
.section-grid-content-item-image{
    position: relative;
    overflow: hidden;
    height: 100%;
}
.section--support{
    position: relative;
}
.avatars-container{
    display: block;
    position: relative;
    z-index: 3;
    max-width: 800px;
}
.avatar{
    position: absolute;
    top: 0;
    left: 84px;
    max-width: 100px;
    transition: transform 0.3s ease;
    overflow: hidden;
}
.avatar img{
    max-width: 100px;
}
.avatar.avatar-2{
    top: -80px;
    left: 34%;
}
.avatar.avatar-3{
    top: -145px;
    left: 56%;

}
.avatar.avatar-4{
    top: -163px;
    left: 79%;

}
@media screen and (min-width:1023px) {
    ul.menu .menu-item-has-children .sub-menu{
        background: #000;
        padding: 10px 15px;
        border-radius: 6px;
        margin-top: 10px;
    }
    .main-navigation .menu .menu-item {
        margin: 0 8px;
        padding: 14px 0;
    }
    .main-navigation .menu .menu-item .sub-menu .menu-item{
        padding: 5px 0;
    }
    .main-navigation .menu .menu-item > a{
        padding-left: 10px;
        padding-right: 10px;
        border: 0;
    }
    .main-navigation .menu .menu-item > a:hover,
    .main-navigation .menu .menu-item.current-menu-item:not(.menu-item-home) > a{
        background: #d10000;
        border-radius: 3px;
        border:0;
        color: #fff;
    }
}
@media (min-width: 992px) {
    .lang {
        border-right: 1px solid rgba(255, 255, 255, .3);
        padding-right: 2px;
       
    }
}
@media screen and (min-width: 986px) {
	.prop-table-mobile{
        display: none;
    }
}
@media screen and (max-width:1300px) {
    .avatars-container{
        margin-top: 50%;
    }
    .avatar img {
        max-width: 68px;
    }
}
@media (max-width: 1130px) {
    .section-platforms-content-item .desktop-image{
        display: none;
    }
    .site-header .header-actions a{
        padding:0 20px;
    }
    .tp-testimonials{
        max-height: 600px;
    }
}
@media screen and (max-width:1023px) {
    .main-navigation .btn.btn-primary{
        margin-top: 0 !important;
    }
    .main-navigation nav .menu-item{
        opacity: 0;
    }
    .avatar img {
        max-width: 100px;
    }
    .avatars-container{
        margin-top: 16%;
        position: absolute;
        width: 100%;
    }
}
@media screen and (max-width: 991px){
    .lang{
        margin-right: -35px;
    }
    .tp-testimonials-item,
    .tp-testimonials{
        gap:10px;
    }
    .tp-testimonials-item:last-child{
        display: none;
    }
    .section-grid-content.slick-initialized.slick-slider .section-grid-content-item img{
        transform: translate(-50%, 100px) !important;
        
    }
    .section-grid-content.slick-initialized.slick-slider .section-grid-content-item img.fade-in-mob{
        transform: translate(-50%, 0) !important;
        opacity: 1;
    }
}
@media screen and (max-width:768px) {
    .prop-table-mobile .prop-table-wrap .table-row{
        margin-inline: 0;
    }
    .prop-wrap{
        gap:20px;
    }
    .prop-dropdown ul li{
        padding: 5px 15px;
    }
    .prop-table-mobile .prop-table-wrap .table-cell:not(.table-footer){
        flex-direction: row;
    }
    .tp-testimonials-item-inner{
        animation: scrollUp 100s linear infinite;
    }
    .tp-testimonials-item:nth-child(even) .tp-testimonials-item-inner {
        animation: scrollDown 100s linear infinite;
    }
    .section--support_row .support-image{
        display: none;
    }
    .section--support_row--right{
        padding-top: 60%;
    }
    .section--support_row .mobile-image{
       /* position: relative;
        bottom: -30px;
        margin-top: 50px;
        width: 120%;
        left: -30px;*/
    }
    .avatar img {
        max-width: 70px;
    }
    .avatars-container{
        display: none;
        margin-top: 32%;
    }
    .avatar.avatar-1{
        top: -70px;
        left: 70px;
    }
    .avatar.avatar-2{
        top: -93px;
        left: 42%;
    }
    .avatar.avatar-2 img{
        transform: rotate(338deg);
    }
    .avatar.avatar-3 {
        top: -103px;
        left: 69%;
    }
    .avatar.avatar-3 img{
        transform: rotate(8deg);
    }
    .avatar.avatar-4 {
        top: -76px;
        left: 101%;
    }
    .section--support_row .mobile-image {
        margin-top: -22px;
    }
    body{
        height: 100%;
        overflow: hidden;
    }
}
@media screen and (max-width: 640px){
  
    .offer-marquee{
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 13px;
    }
    .offer-marquee .slick-track {
        display: flex;
        gap: 10px;
    }
    .offer-marquee .slick-track .slick-slide {
        line-height: 100%;
        display: flex;
        align-items: center;
        padding: 10px;
    }
    .sticky-notification{
        padding:20px 0;
    }
    .notification-content{
        flex-direction: column;
        text-align: center;

        padding: 0;
    }
    .promo-text{
        font-size: 18px;
    }
    
    .validity{
        max-width: none;
        font-size: 12px;
    }
    .close-button{
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        min-width: 20px;
        line-height: 20px;
    }
    .close-button svg{
        width: 10px;
        height: 10px;
    }
    .desk{
        display: none;
    }
    .mob{
        display: block;
    }
    .tp-testimonials{
        max-height: 400px;
    }
    .section-grid-content.slick-initialized.slick-slider .section-grid-content-item-content{
        top:220px !important;
    }
    .section-info-slider-item-image{
        border-radius: 10px;
    }
    .prop-table-mobile .prop-table-wrap .table-cell:not(.table-footer){
        font-size: 16px;
        gap: 5px;
        padding: 16px 5px;
    }
   
}
@media screen and (max-width: 480px){
    .tp-testimonials-item:nth-child(3){display: none;}
    .payment-options{
        gap:5px;
    }
    .payment-options img{
        max-height: 40px;
    }
    .avatar img {
        max-width: 45px;
    }
    .avatar{
        transform: none !important;
        opacity: 1 !important;
    }
    .avatar.avatar-1 {
        top: -77px;
        left: 81px;
    }
    .avatar.avatar-2 {
        top: -99px;
        left: 53%;
    }
    .avatar.avatar-3 {
        top: -108px;
        left: 77%;
    }
    .avatar.avatar-4 {
        top: -93px;
        left: 107%;
    }
    .avatars-container {
        margin-top: 38%;
    }
    .section--support_row--right{
        padding-top: 72%;
    }
}
@media screen and (max-width: 414px){
    .section-grid-content.slick-initialized.slick-slider .section-grid-content-item-content{
        top:180px !important;
    }
    .prop-table-mobile .slick-arrow.slick-prev{
        left: -15px;
        top: 50px;
    }
    .prop-table-mobile .slick-arrow.slick-next{
        right: -15px;
        top: 50px;
    }
    .section--support_row .mobile-image{
        margin-top: 15px;
    }
 
  
}