.tooltip{--bs-tooltip-font-size:12px;}
.tooltip-inner {
    text-align: left;
}
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.text-bg-dark {
    color: #fff!important;
    background-color: #050224!important;
}
.font-TacticSans{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 400;
}
.btn-download{
    height: 37px;
    font-weight: 500;
    /*font-style: italic;*/
    font-size: 14px;
    padding: 8px 21px;
    background-color: #FF4545;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-clip-path: polygon(10px 0, 0 10px,  0 100%, calc(100% - 10px) 100%,  100% calc(100% - 10px), 100% 0);
    clip-path: polygon(10px 0, 0 10px,  0 100%, calc(100% - 10px) 100%,  100% calc(100% - 10px), 100% 0);
}
.btn-download:hover{
    background-color: #FF3452;
}
.btn-download:active{
    background-color: #EB3159;
}
.gi-nav.border-bottom{
    border-bottom: 2px #FF4545 solid !important;
}
.gi-nav.border-top{
    border-top: 2px #FF4545 solid !important;
}
.gi-nav .nav > .nav-item > a {
    color: #696688 !important;
    font-size: 18px;

}
.gi-nav .nav > .nav-item > a:not(.active):hover {
    color: #FFFFFF !important;
}
.gi-nav .nav > .nav-item > a.active {
    color: #FF4545 !important;
    cursor: default;
}
.gi-nav form{
    flex: 1;
    max-width: 600px;
    display: flex;
    align-items: center;
}
.gi-nav form > input.form-control{
    background-color: #050224;
    font-size: 18px;
    color: #696688;
    border: 1px solid #696688;
    height: 40px;
}
.gi-nav form > input.form-control::placeholder {
    color: #696688;
}
.gi-nav form > input.form-control:focus {
    outline: none;
    box-shadow: none;
}
.gi-f-info {
    display: flex;
    justify-content: space-between;
}
.gi-f-info .gi-block{
    width: 380px;
}
.gi-f-info .gi-block .text-uppercase, .gi-b-title{
    color: #FF4545 !important;
}
.gi-b-title{
    margin-bottom: 0;
    line-height: revert;
}
.gi-f-info .gi-text{
    font-size: 12px;
}
.gi-social-icon{
    cursor: pointer;
}
.gi-co{
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #696688;
}
.gi-co a{
    font-size: 13px;
    font-weight: 400;
    color: #696688 !important;
    text-decoration: none;
}
.gi-b-left{
    flex: none;
    width: 280px;
}
.gi-b-main{
    flex: 1 1 auto;
    overflow: hidden;
}
.gi-b-catalog{
    padding-left: 3rem;
}
.gi-b-main-block{
    padding-left: 3rem;
}
.gi-divider{
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #FF4545;
}
.gi-genre-list a{
    font-size: 14px;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 1.5rem;
}
.gi-genre-list a > span{
    display: inline-block;
    width: 14px;
    height: 24px;
    background-image: url("assets/images/icon/cat.svg");
    background-position: left;
    background-repeat: no-repeat;
}
.gi-genre-list a[aria-current="page"]{
    color: #FF4545;
}
.gi-genre-list a[aria-current="page"] > span, .gi-genre-list a:hover > span{
    background-image: url("assets/images/icon/cat_activ.svg");
    margin-right: 10px;
}
.gi-years-list > a{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 80px;
    height: 20px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    margin-top: 1.5rem;
}
.gi-years-list > a:hover{
    color: #FF4545;
}
.gi-years-list > a[aria-current="page"]{
    color: #FF4545;
}
.gi-gblock-bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    margin-top: auto;
}
.gi-gblock-bottom > .gi-gblock-date{
    /*margin-left: auto;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.gi-gblock-bottom > .gi-gblock-18{
    margin-left: auto;
    font-size: 13px;
    color: #696688;
}
.gi-gblock-bottom > .gi-gblock-eye{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.gi-gblock-bottom > .gi-gblock-year{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.gi-gblock-bottom > .gi-gblock-down{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.icon_eye{
    background-image: url("assets/images/icon/eye.svg");
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.icon_download{
    background-image: url("assets/images/icon/download.svg");
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.icon_timer{
    background-image: url("assets/images/icon/timer.svg");
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.gi-gblock-title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
}
.gi-gblock-poster{
    width: 100%;
    height: 156px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    margin-bottom: 10px;
}
.gi-mt-40 {
    margin-top:40px!important;
}
.gi-gblock{
    cursor: pointer;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.gi-gblock .gi-gmblock-error{
    right: 10px;
    top: 10px;
}
.gi-gblock:hover{
    margin-top: 18px;
}
.gi-gblock:hover > .gi-gblock-poster{
    margin-bottom: 12px;
}
.gi-gblock:hover .gi-gblock-title{
    text-decoration: underline rgba(255, 255, 255, 0.54);
    text-underline-offset: 5px;
}
.gi-gmblock-info{
    display: flex;
    flex-direction: row;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #413E60;
    padding: 20px;
    height: 100%;
    position: relative;
}
.gi-gmblock-info:hover{
    border-color: #FF4545;
}
.gi-gmblock-info-poster{
    width: 250px;
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
}
.gi-gmblock-info-desc-block{
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 1;
    width: calc(100% - 260px);
}
.gi-gmblock-info-desc{
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.gi-gmblock{
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #413E60;
    padding: 10px;
    height: 100%;
    position: relative;
}
.gi-gmblock:hover{
    border-color: #FF4545;
}
.gi-gmblock-error{
    display: flex;
    background-color: #232042;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 6px 12px;
    border-radius: 4px;
    z-index: 12;
    cursor: default;
}
.gi-gmblock-error:hover .gi-gmblock-error-text{
    display: block;
    animation: shows 1s;
}
@keyframes shows {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.gi-gmblock-error-img{
    background-image: url("assets/images/game/error.svg");
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.gi-gmblock-error-text{
    display: none;
    margin-left: 3px;
}

.gi-gmblock-genre span:not(:last-child){
    margin-right: 5px;
}
.gi-gmblock-genre span:hover{
    color: #FF4545;
}
.gi-gblock-year span:hover{
    color: #FF4545;
}
.gi-gblock-year span{
    color: #696688;
    font-size: 13px;
}

.gi-gmblock-title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}
.gi-gmblock-poster{
    width: 100%;
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
}
.gi-gmblock-desc{
    color: rgba(255, 255, 255, 0.4);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.gi-pagination {
    display: flex;
    justify-content: center;
}
.gi-pagination > div{
    /*width: 500px;*/
}
.gi-pagination .page-numbers{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #696688;
    background: none;
    font-size: 14px;
    border: none;
    padding: 12px 15px;
    text-decoration: none;
    margin: 0 10px;
}
.gi-pagination .page-numbers.current{
    color: #FF4545;
    border: 2px solid #FF4545;
    border-radius: 4px;
    padding: 10px 13px;
    cursor: default;
}
.gi-pagination .page-numbers:hover:not(.current):not(.dots){
    border: 2px solid #413E60;
    color: white;
    border-radius: 4px;
    padding: 10px 13px;
}
.gi-offer{
    border-bottom: 2px #FF4545 solid !important;
}
.carousel-indicators {
    position: relative;
    right: unset;
    width: 110px;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 16px;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    text-indent: unset;
    cursor: pointer;
    background-color: inherit;
    background-clip: padding-box;
    border: 0;
    border-top: none;
    border-bottom: none;
    opacity: .7;
    transition: opacity .6s ease;
    background-image: url("assets/images/offer/elm.svg");
}
.carousel-indicators [data-bs-target]:hover:not(.active) {
    background-image: url("assets/images/offer/elm_hover.svg");
}
.carousel-indicators .active {
    background-image: url("assets/images/offer/elm_activ.svg");
    width: 40px;
    height: 16px;
    opacity: 1;
}
.carousel-control-next, .carousel-control-prev {
    position: relative;
    top: unset;
    bottom: unset;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    padding: 0;
    background: 0 0;
    border: 0;
    opacity: .7;
    transition: opacity .15s ease;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}
.carousel-control-prev-icon {
    background-image: url("assets/images/offer/arrow_left.svg");
}
.carousel-control-next-icon {
    background-image: url("assets/images/offer/arrow_right.svg");
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.gi-carousel{
    position: absolute;
    bottom: 19px;
    left: 0;
    z-index: 2;
    width: 160px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gi-offer-download-single{
    flex: none;
    cursor: pointer;
    border-radius: 4px;
    background-color: #88FF13;
    color: #050224;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.gi-offer-download-single:hover{
    background-color: #B0FF3B;
}
.gi-offer-download-single:active{
    background-color: #60D70A;
}
.gi-offer-download-single .gi-offer-download-icon{
    background-image: url("assets/images/offer/icon_download.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.gi-offer-download-single .gi-offer-game-icon{
    background-image: url("assets/images/offer/icon_gameinstaller.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.gi-offer-download-single .gi-offer-download-block{
    margin-right: 20px;
    text-align: center;
}
.gi-offer-download-single .gi-offer-download-block .gi-offer-download-title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    /*font-style: italic;*/
    font-size: 16px;
    text-transform: uppercase;
}


.gi-offer-download{
    flex: none;
    cursor: pointer;
    border-radius: 4px;
    background-color: #88FF13;
    color: #050224;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 62px;
}
.gi-offer-download:hover{
    background-color: #B0FF3B;
}
.gi-offer-download:active{
    background-color: #60D70A;
}
.gi-offer-download .gi-offer-download-block{
    margin-right: 20px;
    text-align: center;
}
.gi-offer-download .gi-offer-download-block .gi-offer-download-title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    /*font-style: italic;*/
    font-size: 16px;
    text-transform: uppercase;
}
.gi-offer-download .gi-offer-download-block .gi-offer-download-text{
    font-weight: 500;
    font-size: 12px;
}
.gi-offer-download .gi-offer-download-icon{
    background-image: url("assets/images/offer/windows.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 34px;
    height: 34px;
}
.gi-offer-1, .gi-offer-2, .gi-offer-3, .gi-offer-4{
    padding-bottom: 60px;
    padding-top: 20px;
    height: 480px;
}

.gi-offer-4{
    background-image: url("assets/images/offer/Offer_4.jpg");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}
.gi-offer-4 img{
    width: 500px;
}
.gi-offer-4-block{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.gi-offer-4-title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: bold;
    font-size: 38px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}

.gi-offer-1{
    background-image: url("assets/images/offer/Offer_1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}
.gi-offer-1-block{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.gi-offer-1-text{
    max-width: 438px;
}
.gi-offer-1-icon{
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    flex: none;
}
.gi-icon-joystick{
    background-image: url("assets/images/offer/joystick.svg");
}
.gi-icon-planet{
    background-image: url("assets/images/offer/planet.svg");
}
.gi-icon-filter{
    background-image: url("assets/images/offer/filter.svg");
}
.gi-offer-1-title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #FF4545;
    margin-bottom: 10px;
}
.gi-offer-1-desc{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.gi-offer-2{
    background-image: url("assets/images/offer/Offer_2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}
.gi-offer-2-block{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.gi-offer-2-title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    font-size: 38px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}
.gi-offer-2-title > span{
    color: #FF4545;
}
.gi-offer-2-desc{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    max-width: 438px;
    margin-bottom: 10px;
}
.gi-offer-3{
    background-image: url("assets/images/offer/Offer_3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}
.gi-offer-3-block{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.gi-offer-3-main-title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    font-size: 38px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}
.gi-offer-3-main-title > span{
    color: #FF4545;
}
.gi-offer-3-act{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.gi-offer-3-num{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 900;
    font-size: 64px;
    /*font-style: italic;*/
    text-transform: uppercase;
    color: #FF4545;
    margin-right: 32px;
}
.gi-offer-3-title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
}
.gi-offer-3-title.red{
    color: #FF4545;
}
.gi-offer-3-desc{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    /*max-width: 464px;*/
}
.gi-offer-3-mr{
    /*margin-left: 100px;*/
}
.gi-offer-3-play-game {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 900;
    font-size: 64px;
    /*font-style: italic;*/
    text-transform: uppercase;
    color: #FF4545;
    margin-left: 70px;
}
.gi-offer-3-abs{
    position: absolute;
    right: 220px;
}
.active.carousel-item-start,
.active.carousel-item-end {
    display: none;
}
.gi-b-main-head{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
    position: relative;
}
.gi-b-main-min-head{
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    flex-direction: column;
    display: none;
}
.gi-b-main-min-head-info-title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 10px;
}
.gi-b-main-min-head-info-title-rus{
    color: #696688;
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.poster-block{
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 280px;
    justify-content: space-between;
}
.gi-b-main-poster{
    /*flex-grow: 0;*/
    /*flex-shrink: 0;*/
    /*flex-basis: 280px;*/
    height: 380px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    -webkit-clip-path: polygon(20px 0, 0 20px, 0 100%, calc(100% - 20px) 100%, 100% calc(100% - 20px), 100% 0);
    clip-path: polygon(20px 0, 0 20px, 0 100%, calc(100% - 20px) 100%, 100% calc(100% - 20px), 100% 0);
    position: relative;
    margin-bottom: 30px;
}
.gi-b-main-poster .gi-gmblock-error{
    right: 10px;
    top: 10px;
}
.gi-b-main-head-info{
    padding-left: 20px;
}
.gi-b-main-head-info-title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 10px;
    margin-top: unset;
    line-height: unset;
}
.gi-b-main-head-info-title-rus{
    color: #696688;
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: unset;
    line-height: unset;
}
.gi-b-main-head-info-genres{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 17px;
    flex-wrap: wrap;
}
.gi-b-main-head-info-genres > .gi-genre-link{
    margin-bottom: 4px;
}
.gi-genre-link{
    background-color: #0F0C2E;
    padding: 4px 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 4px;
    font-size: 12px;
}
.gi-genre-link:hover{
    background-color: #443f6c;
}
.gi-b-main-head-info-text-title{
    color: #FF4545;
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: unset;
    line-height: unset;
}
.gi-b-main-download .gi-b-main-head-info-text-title{
    color: white;
}
.gi-b-main-download .gi-b-main-head-info-text-title span{
    color: #FF4545;
}

.gi-b-main-head-info-text-desc, .gi-b-main-description-desc{
    font-size: 14px;
}
.gi-b-main-screenshot,
.gi-b-main-download,
.gi-b-main-min,
.gi-b-main-max,
.gi-b-main-description,
.gi-b-main-info{
    margin-bottom: 30px;
}
.gi-b-main-block-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gi-b-main-block-list:not(:last-child) {
    margin-bottom: 10px;
}
.gi-b-main-block-list-name{
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
}
.gi-b-main-block-list-value{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 10px;
    text-align: right;
}
.gi-gray{
    color: #696688;
}
.gi-text-download{
    font-weight: 500;
    font-size: 14px;
}
.gi-icon-file{
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("assets/images/game/file.svg");
    margin-right: 6px;
}
.gi-icon-download{
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("assets/images/game/download.svg");
    margin-right: 6px;
}
.gi-icon-access{
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("assets/images/game/access.svg");
    margin-right: 6px;
}



.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-theme .owl-dots {
    position: absolute;
    top: -50px;
    right: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 8px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    background-color: unset;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("assets/images/game/dot.svg");

}
.owl-theme .owl-dots .owl-dot.active span {
    width: 12px;
    height: 10px;
    background-image: url("assets/images/game/dot-active.svg");
    background-color: unset;
}
.owl-theme .owl-dots .owl-dot.active:hover {
    cursor: default;
}


.gi-faq-title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.gi-faq-title span{
    color: #FF4545;
}
.gi-faq .accordion {
    --bs-accordion-bg: none;
}
.gi-faq .accordion-body{
    color: #696688;
    font-size: 14px;
    padding: 0 20px 20px;
}
.gi-faq .accordion-button{
    font-family: 'Tactic Sans', sans-serif;
    color:white;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px;
}
.gi-faq .accordion-button:not(.collapsed){
    color: #FF4545;
    background-color:unset;
    box-shadow:unset;
}
.gi-faq .accordion-button::after {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-left: auto;
    content: "";
    background-image: url("assets/images/help/arrow_down.svg");
    background-repeat: no-repeat;
    background-size: unset;
    transition: var(--bs-accordion-btn-icon-transition);
}
.gi-faq .accordion-button:not(.collapsed)::after {
    background-image: url("assets/images/help/arrow_top.svg");
    transform: none;
}
.gi-faq .accordion-button:focus{
    box-shadow:none;
    z-index: unset;
}
.gi-faq .accordion-item {
    border-bottom-color: #413E60;
    border-bottom-width: 2px;
}
.gi-faq .accordion-flush>.accordion-item:last-child {
    border-bottom-color: #413E60;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.gi-faq .accordion-item:hover  {
    border-bottom-color: #ffffff;
}
.gi-faq .accordion-flush>.accordion-item:hover:last-child {
    border-bottom-color: #ffffff;
}
.gi-form-text{
    color: #808080;
    font-size: 14px;
    margin-bottom: 18px;
}
.gi-form .form-floating .form-control {
    border: 2px solid #413E60;
    border-radius: 6px;
    background: unset;
    font-size: 14px;
    color: white;
    padding-top: 30px;
    min-height: 70px;
}
.gi-form .form-floating .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid #FF4545;
}
.gi-form .form-floating>label{
    font-size: 14px;
}

.gi-form .form-control:focus ~ label,
.gi-form .form-control:not(:placeholder-shown) ~ label,
.gi-form .form-control-plaintext ~ label,
.gi-form .form-select ~ label {
    color: #696688;
}

.gi-form .form-control:focus ~ label::after,
.gi-form .form-control:not(:placeholder-shown) ~ label::after,
.gi-form .form-control-plaintext ~ label::after,
.gi-form .form-select ~ label::after {
    position: absolute;
    z-index: -1;
    content: "";
    background-color: unset;
    border-radius: unset;
}

.gi-form-send{
    font-family: 'Tactic Sans', sans-serif;
    color:white;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #FF4545;
    padding:10px 85px;
    cursor: pointer;
    border-radius: 4px;
    height: 44px;
}
.gi-form-send[disabled]{
    background-color: #413E60;
    cursor: default;
}
.gi-form-send:hover{
    border: 2px solid #413E60;
    padding:8px 83px;
}
.gi-form-send[disabled]:hover{
    border: unset;
    padding:10px 85px;
}
.gi-form-send:active{
    background-color: #413E60;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.gi-how-button-top{
    align-self: end;
}
.gi-how-top-block{
    display: flex;
    justify-content: space-between;
}
.how-logo{
    width: 380px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("assets/images/how/logo.svg");
}
.gi-how-big-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gi-how-head{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    font-size: 38px;
    text-transform: uppercase;
}
.gi-how-head span{
    color: #FF4545;
}
.how-img1{
    width: 660px;
    height: 414px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("assets/images/how/1.png");
    background-size: contain;
}
.gi-how-icon{
    width: 16px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("assets/images/how/rectangle.svg");
    flex: none;
}
.gi-how-icon-dark{
    width: 16px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("assets/images/how/rectangle-dark.svg");
    flex: none;
}
.gi-how-title14 {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.gi-how-title14.dark{
    color: #696688;
}
.gi-how-title16 {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.how-img2, .how-img3, .how-img4, .how-img5{
    width: 660px;
    height: 382px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.how-img2{
    background-image: url("assets/images/how/2.png");
}
.how-img3{
    background-image: url("assets/images/how/3.png");
}
.how-img4{
    background-image: url("assets/images/how/4.png");
}
.how-img5{
    background-image: url("assets/images/how/5.png");
}
.gi-how-title84 {
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 900;
    font-size: 84px;
    /*font-style: italic;*/
    text-transform: uppercase;
    color: #FF4545;
}
.gi-how-list{
    width: 480px;
    flex: none;
}
.gi-how-et{
    display: flex;
}
.gi-mb-60{
    margin-bottom: 60px;
}
.gi-mb-40{
    margin-bottom: 40px;
}
.gi-ml-60{
    margin-left: 60px;
}
.gi-width-380{
    width: 380px;
}
.gi-bottom-list{
    margin-right: auto;
}
.gi-bottom-soc-min{
    display: none;
    justify-content: center;
}
.gi-bottom-soc-max{
    display: flex;
}
.gi-top-search{
    flex-grow: 1;
    display: flex;
    justify-content: end;
}
.gi-top-menu{
    margin-right: 20px;
}
.gi-top-menu-button{
    display: none;
    width: 167px;
    height: 37px;
    padding: 8px 21px;
    margin-right: 20px;
    background-color: #FF4545;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-clip-path: polygon(10px 0, 0 10px, 0 100%, calc(100% - 10px) 100%, 100% calc(100% - 10px), 100% 0);
    clip-path: polygon(10px 0, 0 10px, 0 100%, calc(100% - 10px) 100%, 100% calc(100% - 10px), 100% 0);
}
.gi-top-menu-button:hover{
    background-color: #FF3452;
}
.gi-top-menu-button:active{
    background-color: #EB3159;
}
.gi-top-menu-button-icon{
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("assets/images/icon/menu.svg");
}
.gi-top-menu-button-text{
    font-family: 'Tactic Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    /*font-style: italic;*/
    font-size: 12px;
    margin-left: 10px;
}
.gi-logo{
    width: 180px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("assets/images/logo.svg");
}
.gi-logo-block{
    display: flex;
    align-items: start;
    cursor: pointer;
}
.gi-list-page{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
}
.gi-list-item{
    flex: 0 0 auto;
    width: 33.33333333%;
}
.gi-list-page-info{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
}
.gi-list-item-info{
    flex: 0 0 auto;
}
.gi-b-main-info-text{
    display: none;
}
.gi-game-download-block{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.gi-content{
    position: relative;
}
.gi-menu-top{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #050224c7;
    z-index: 8;
    backdrop-filter: blur(20px);
}
.gi-menu-top > .container{
    display: flex;
    flex-direction: column;
}
.gi-menu-top .gi-b-genre{
    /*margin-top: 20px;*/
}
.gi-menu-top .gi-b-genre a{
    width: 33%;
}
.gi-menu-top .gi-b-years a{
    width: 33%;
}
.gi-content-main-block-hide {
    overflow: hidden;
    height: 800px;
}

.nav.gi-help-menu > .nav-item > a {
    color: #696688 !important;
    font-size: 18px;
}
.nav.gi-help-menu > .nav-item > a:not(.active):hover {
    color: #FFFFFF !important;
}
.nav.gi-help-menu > .nav-item > a.active {
    color: #FF4545 !important;
    cursor: default;
}


.fdb-page-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.fdb-page-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.fdb-page-info{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.fdb-img1, .fdb-img2, .fdb-img3{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    aspect-ratio: 1.64;
}
.fdb-img1{
    background-image: url("assets/images/fdb/1.png");
}
.fdb-img2{
    background-image: url("assets/images/fdb/2.png");
}
.fdb-img3{
    background-image: url("assets/images/fdb/3.png");
}
.fdb-step{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.fdb-step-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.fdb-link{
    cursor: pointer;
    border-radius: 4px;
    background-color: #88FF13;
    color: #050224;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex: none;
}
.fdb-link:hover{
    background-color: #B0FF3B;
}
.fdb-link:active{
    background-color: #60D70A;
}
.fdb-link-block{
    text-align: center;
    padding: 0 30px;
}
.fdb-link-title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
}


@media (max-width:1400px) {
    .gi-b-left {
        width: 240px;
    }
}
@media (max-width:1200px) {
    .gi-b-left {
        display: none;
    }
    .gi-b-catalog{
        padding-left: 0;
    }
    .gi-b-main-block{
        padding-left: 0;
    }
    .gi-offer-2{
        /*background-size: 440px Auto;*/
    }
    .gi-offer-3 .gi-offer-3-abs{
        right: unset;
    }
    .fdb-link{
        display: none;
    }
}
@media (max-width:1000px) {
    .gi-f-info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .gi-f-info .gi-block:not(:last-child){
        margin-bottom: 20px;
    }
    .gi-f-info .gi-block{
        width: 580px;
    }
    .gi-list-item{
        flex: 0 0 auto;
        width: 50%;
    }
    .how-logo{
        display: none;
    }
    .gi-how-top-block{
        justify-content: center;
    }
    .gi-how-big-block{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .gi-how-big-block > div:first-child{
        align-self: start;
    }
    .gi-how-big-block > div:last-child{
        align-self: end;
    }
    .how-img1{
        display: none;
    }
    .gi-how-button-top{
        align-self: unset;
    }
    .gi-how-button-top .gi-offer-download{
        width: 100%;
    }
    .gi-how-et{
        flex-direction: column;
    }
    .gi-how-et .gi-how-list{
        width: unset;
        margin-right: unset !important;
        margin-bottom: 20px;
    }
    .how-img2, .how-img3, .how-img4, .how-img5{
        width: unset;
    }
    .gi-b-main-info-text{
        display: block;
        margin-bottom: 30px;
    }
    .gi-b-main-head-info-text{
        display: none;
    }
    .gi-b-main-head{
        margin-bottom: 30px;
    }
    .gi-game-download-block{
        display: flex;
        flex-direction: column;
    }
    .gi-game-download-block > div:first-child{
        margin-bottom: 20px;
    }
    .gi-game-download-block > div:last-child > div:first-child{
        margin-bottom: 10px;
    }
    .gi-offer-1{
        /*background-position: 250px;*/
    }
    .gi-offer-2{
        /*background-position: right bottom 130px;*/
        /*background-size: 380px Auto;*/
    }
    .gi-offer-2-desc{
        width: 250px;
    }
    .gi-offer-3-text-game{
        display: none;
    }
    .gi-offer-3{
        /*background-position: right top;*/
        /*background-size: 300px Auto;*/
    }
    .gi-bottom-list{
        margin-right: unset;
        margin-bottom: 10px;
    }
}
@media (max-width:992px) {
    .gi-nav .nav > .nav-item > a{
        font-size: 16px;
    }
    .gi-nav form > input.form-control{
        font-size: 16px;
    }
}
@media (max-width:768px) {
    .btn-download{
        display: none;
    }
    .gi-bottom-list{
        margin-right: unset;
        margin-bottom: unset;
    }
    .gi-bottom-soc-min{
        display: flex;
    }
    .gi-bottom-soc-max{
        display: none;
    }
    .gi-top-menu-button {
        display: flex;
    }
    .gi-top-menu{
        display: none;
    }
    .gi-logo{
        width: 336px;
        height: 46px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url("assets/images/logo-main.svg");
    }
    .gi-logo-block-text{
        display: none;
    }
    .how-img2, .how-img3, .how-img4, .how-img5{
        height: 282px;
    }
    .gi-b-main-head-info-title{
        font-size: 16px;
    }
    .gi-b-main-head-info-title-rus{
        font-size: 14px;
    }
    .gi-b-main-poster{
        /*flex-basis: 200px;*/
        height: 300px
    }
    .poster-block{
        flex-basis: 200px;
    }
    .gi-b-main-head-info-text-title{
        font-size: 18px;
    }
    .gi-b-main-block-list{
        flex-direction: column;
        align-items: start;
    }
    .gi-offer-2{
        background-image: unset;
    }
    .gi-offer-2-desc{
        width: unset;
    }
    .gi-offer-2-title{
        margin-bottom: 40px;
    }
    .gi-offer-3, .gi-offer-4{
        background-image: unset;
    }
    .gi-gmblock-info {
        flex-direction: column;
    }
    .gi-gmblock-info-desc-block{
        width:auto;
        margin-top: 15px;
    }
    .gi-gmblock-info-poster{
        width:auto;
        margin-right: 0 !important;
    }
}
@media (max-width:590px) {
    .gi-f-info .gi-block{
        width: 380px;
    }
    .gi-top-menu-button{
        width: unset;
    }
    .gi-how-head{
        font-size: 30px;
    }
    .gi-how-big-block > div:first-child{
        align-self: unset;
    }
    .gi-how-big-block > div:last-child{
        align-self: unset;
    }
    .gi-how-hide{
        display: none !important;
    }
    .gi-how-icon{
        display: none;
    }
    .gi-how-list > div.justify-content-end{
        justify-content: start!important;
    }
    .gi-how-title14.text-end{
        text-align: left !important;
        margin-left: 60px;
        font-size: 12px;
    }
    .gi-how-list .gi-offer-download{
        width: 100%;
    }
    .gi-b-main-head-info-title{
        display: none;
    }
    .gi-b-main-head-info-title-rus{
        display: none;
    }
    .gi-b-main-min-head{
        display: flex;
    }
    .gi-b-main-poster{
        /*flex-basis: 280px;*/
        height: 380px
    }
    .poster-block{
        flex-basis: 280px;
    }
    .gi-game-download-block > div:first-child{
        width: 100%;
    }
    .gi-offer-1, .gi-offer-2, .gi-offer-3, .gi-offer-4{
        align-items: unset;
    }
    .gi-offer-4 img{
        width: 100%;
    }
    .gi-offer-1 .gi-offer-download, .gi-offer-2 .gi-offer-download, .gi-offer-3 .gi-offer-download, .gi-offer-4 .gi-offer-download{
        width: 100%;
    }
    .gi-offer-3-title{
        font-size: 14px;
    }
    .gi-offer-3-desc{
        font-size: 12px;
    }
}
@media (max-width:480px) {
    .gi-top-menu-button{
        padding: 8px 18px
    }
    .gi-top-menu-button-text{
        display: none;
    }
    .gi-f-info .gi-block{
        width: 300px;
    }
    .gi-nav .nav > .nav-item > a{
        font-size: 14px;
    }
    .gi-list-item{
        flex: 0 0 auto;
        width: 100%;
    }
    .gi-how-big-block > div:first-child{
        font-size: 64px;
    }
    .gi-how-big-block > div:last-child{
        font-size: 14px;
        text-align: center;
    }
    .gi-how-head.gi-ml-60{
        margin-left: unset;
    }
    .gi-b-main-min-head-info-title{
        font-size: 16px;
    }
    .gi-b-main-min-head-info-title-rus{
        font-size: 14px;
    }
    .gi-b-main-poster{
        /*flex-basis: 180px;*/
        height: 280px
    }
    .poster-block{
        flex-basis: 180px;
    }
    .gi-b-main-block-list-value{
        font-size: 12px;
    }
    .gi-offer-2-title{
        font-size: 30px;
        margin-bottom: 60px;
    }
    .gi-offer-4-title{
        font-size: 30px;
    }
    .gi-offer-3-main-title{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .gi-offer-3-mr{
        margin-left: unset;
    }
}
@media (max-width:390px) {
    .gi-offer-1, .gi-offer-2, .gi-offer-3, .gi-offer-4 {
        padding-bottom: 60px;
        padding-top: 20px;
        height: 500px;
    }
    .gi-offer-2-title{
        font-size: 29px;
    }
    .gi-offer-4-title{
        font-size: 29px;
    }
    .gi-genre-list a {
        font-size: 12px;
    }
    .gi-genre-list a[aria-current="page"] > span, .gi-genre-list a:hover > span{
        margin-right: 5px;
    }
    .nav.gi-help-menu > .nav-item > a {
        font-size: 16px;
    }
}
@media (max-width:370px) {
    .gi-faq-title{
        font-size: 18px;
    }
}
.owl-carousel .owl-video-tn{
    background-size: cover !important;
}

.gi-grblock{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #413E60;
    padding: 20px 40px;
    height: 100%;
    position: relative;
    margin-right: 40px;
}
.gi-grblock:hover{
    border-color: #FF4545;
}
.gi-grblock .gi-grblock-icon{
    background-image: url("assets/images/icon/part.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    margin-right: 20px;
}
.gi-grblock .gi-grblock-block{
    text-align: left;
}
.gi-grblock .gi-grblock-title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.gi-grblock .gi-grblock-text{
    font-weight: 500;
    font-size: 14px;
}
.footer-block{
    flex-direction: row;
}
@media (max-width:770px) {
    .footer-block{
        flex-direction: column;
    }
    .gi-grblock{
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.gi-block-18{
    width: 44px;
    height: 24px;
    background-color: #F2345B;
    border-radius: 4px;
    color: white;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 12;
    bottom: 6px;
    left: 6px;
}
.gi-mb-20{
    margin-bottom: 20px;
}
.gi-mb-30{
    margin-bottom: 30px;
}
#giModal .modal-content{
    background-color: rgba(5,2,36,1);
    border-color: rgba(44,44,72,1);
    border-width: 2px;
}
#giModal .modal-content .modal-header{
    border-bottom: none;
}

#giProtoModal .modal-content{
    background-color: rgba(5,2,36,1);
    border-color: rgba(44,44,72,1);
    border-width: 2px;
}
#giProtoModal .modal-content .modal-body{
    padding: 0;
}
#giProtoModal .protoBlock > .row{
    margin-right: 0;
    margin-left: 0;
    min-height: 200px;
}
#giProtoModal .btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
#giProtoModal .protoBlock{
    display: block;
    min-height: 200px;
}
#giProtoModal .protoBlock_right{
    border-left-width: 2px;
    border-left-color: rgba(44,44,72,1);
    border-left-style: solid;
    background-color: rgba(21,21,48,1);
    padding-top: 1.5rem;
}
#giProtoModal .protoBlock_left{
    padding-top: 1.5rem;
    padding-right: 0;

}
#giProtoModal .protoBlock_left .alert{
    --bs-alert-color: white;
    --bs-alert-bg: none;
    --bs-alert-border-color: rgba(241,138,0,1);
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    margin-right: 8px;
}
.bi-exclamation-triangle-fill{
    color: rgba(241,138,0,1);
}

.gi-search-title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 24px;
}
.gi-search-title span{
    color: #FF4545;
}
.protoBlock_right_title{
    font-family: 'Tactic Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 24px;
}
.protoBlock_right_game{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.protoBlock_right_game-poster{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 180px;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    -webkit-clip-path: polygon(20px 0, 0 20px, 0 100%, calc(100% - 20px) 100%, 100% calc(100% - 20px), 100% 0);
    clip-path: polygon(20px 0, 0 20px, 0 100%, calc(100% - 20px) 100%, 100% calc(100% - 20px), 100% 0);
    position: relative;
    margin-bottom: 30px;
}
#gi_download_link{
    color: rgba(173,255,40,1);
    cursor: pointer;
}
.gi-img-list{
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.gi-game-list{
    display: flex;
    align-items: center;
    padding: 6px;
    position: relative;
    border: 1px solid transparent;
    margin: 0 0 2px 0;
}
.gi-game-list:not(.active):hover{
    border: 1px solid rgba(71,71,102,1);
    background-color: rgba(29,29,56,1);
    border-radius: 6px;
    cursor: pointer;
}
#gi-res{
    padding: 18px 8px 8px;
    max-height: 400px;
    overflow-y: auto;
}
#gi-res-game{

}
#gi-res-search{

}
.gi-game-list.active{
    border: 1px solid rgba(71,71,102,1);
    background-color: rgba(29,29,56,1);
    border-radius: 6px;
    cursor: default;
}
.gi-game-list.gi-check{
    border: 1px solid rgba(173,255,40,1) !important;
    border-radius: 6px;
}

.gi-check-file{
    position: absolute;
    top: -20px;
    left: 0;
    color: rgba(173,255,40,1);
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
}

#giProtoModal .gi-gmblock-error{
    right: 10px;
    top: 10px;
}
.gi-list-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



*,
html * /* override x.xhtml.ru style */
{
    scrollbar-width: thin;
    scrollbar-color: rgba(217,217,217,1) transparent;
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}
*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
    background: transparent;
}
*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
    background-color: rgba(217,217,217,1);
    border-radius: 5px;
    border: 3px solid transparent;
}

#gi_open_modal.gi-disabled{
    cursor: progress;
    background-color: #60D70A !important;
}