html, body {
    font-family: 'Inter', sans-serif !important;
    letter-spacing: -0.02em !important;
    overflow-x: hidden!important
}
.body {
    padding-top: 82px !important;
}
@media (max-width: 420px) {
    .body {
        padding-top: 61px !important;
    }
}
@media (max-width: 992px) {
    .body {
        padding-top: 66px !important;
    }
}

.content-body iframe {
    max-width: 100%;
}

.new-year {
    position: relative;
}

.new-year:before {
    content: '';
    background: url(/templates/gamefans_speed/images/new-year-hat.webp);
    width: 47px;
    height: 62px;
    position: absolute;
    top: -11px;
    z-index: 2;
    background-size: 100%;
    left: -16px;
    transform: rotate(-15deg);
    background-repeat: no-repeat;
}

@media (max-width: 420px) {
    .navbar-brand img {
        width: 120px;
    }

    .btn.rounded-circle {
        width: 40px;
        height: 40px;
        line-height: inherit;
    }

    .new-year:before {
        width: 32px;
        height: 56px;
        top: -3px;
        left: -10px;
    }

}

@media (min-width: 576px) {
    .position-sm-static {
        position: static !important;
    }

    .position-sm-relative {
        position: relative !important;
    }

    .position-sm-absolute {
        position: absolute !important;
    }

    .position-sm-fixed {
        position: fixed !important;
    }

    .position-sm-sticky {
        position: sticky !important;
    }
}

@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }

    .position-md-relative {
        position: relative !important;
    }

    .position-md-absolute {
        position: absolute !important;
    }

    .position-md-fixed {
        position: fixed !important;
    }

    .position-md-sticky {
        position: sticky !important;
    }
}

@media (min-width: 992px) {
    .position-lg-static {
        position: static !important;
    }

    .position-lg-relative {
        position: relative !important;
    }

    .position-lg-absolute {
        position: absolute !important;
    }

    .position-lg-fixed {
        position: fixed !important;
    }

    .position-lg-sticky {
        position: sticky !important;
    }
}

@media (min-width: 1200px) {
    .position-xl-static {
        position: static !important;
    }

    .position-xl-relative {
        position: relative !important;
    }

    .position-xl-absolute {
        position: absolute !important;
    }

    .position-xl-fixed {
        position: fixed !important;
    }

    .position-xl-sticky {
        position: sticky !important;
    }
}

img.of-cover {
    object-fit: cover !important;
    width: 100% !important;;
    height: 100% !important;;
}

.border-warning {
    border-color: #ff7426 !important;
}

.text-justify {
    text-align: justify !important;
}

.btn.rounded-circle {
    width: 45px;
    height: 45px;
    line-height: 30px;
    box-shadow: none !important
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-black:hover {
    color: #fff;
    background-color: #FF7426;
    border-color: #FF7426;
}

.btn-warning {
    color: #fff;
    background-color: #FF7426;
    border-color: #FF7426;
}

.link-warning {
    color: #FF7426;
    text-decoration: none;
}

.link-warning:hover {
    color: #F46211;
    text-decoration: underline;
}

.btn-warning:hover {
    color: #fff;
    background-color: #F46211;
    border-color: #F46211;
}

.navbar-new-year {
    position: relative;
}
.navbar-new-year:before {
    content: '';
    background: url(/templates/gamefans_speed/images/new-year-lamps.webp);
    width: 100%;
    height: 48px;
    position: absolute;
    top: 55px;
    z-index: 99999;
    background-repeat: repeat-x;
    background-size: 700px;
    left: 0;
}

.navbar-custom {
    background: #FFFFFF;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.04);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.navbar-custom .offcanvas-end {
    width: 310px;
}

.navbar-custom .nav-item {
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.02em;
    font-style: normal;
}

@media (min-width: 992px) {
    .navbar-custom .nav-item {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 16px;
        letter-spacing: -0.02em;
    }
}

.navbar-custom .nav-item .nav-link {
    color: #000 !important;
    font-size: 14px !important;
}
.navbar-custom .newbadge .nav-link {
    position: relative;
    margin-left: 10px;
}

.navbar-custom .newbadge .nav-link:before {
    content: '';
    background-image: url(/templates/gamefans_speed/images/new-badge.png);
    background-repeat: no-repeat;
    background-size: 54px;
    position: absolute;
    top: -10px;
    color: #fff;
    font-weight: 700;
    left: -20px;
    text-align: center;
    width: 50px;
    line-height: 20px;
    height: 26px;
    rotate: -16deg;
}

@media screen and (max-width: 1024px) {
    .navbar-custom .newbadge .nav-link:before {
        top: 0px;
        left: -28px;
    }
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item.active .nav-link {
    color: #FF7426 !important;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

#search-form {
    height: 45px;
    line-height: 30px;
}

#search-form input {
    border-radius: 30px;
    font-size: 14px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04);
    border-color: transparent;
    max-width: 176px;
}

.ajax-answer a {
    text-decoration: none;
    color: #ff7426;
}

.ajax-answer a:hover {
    text-decoration: underline;
}

.modal .ajax-answer a {
    display: none !important;
}

input.form-control:focus,
textarea.form-control:focus {
    border-color: #FF7426 !important;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04);
}

input.error {
    border-color: red !important;
    background: rgba(255, 0, 0, .1) !important;
}

#search-form button {
    height: 44px;
    width: 63px;
}

.btn.vk {
    background: #608baa;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.02em;
}

.btn.vk:hover {
    background: #386484;
}

.btn.fb {
    background: #45649b;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.02em;
}

.btn.fb:hover {
    background: #335188;
}

.btn-xs {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    border-radius: 6px !important;
    padding: 4px 11px !important;
    opacity: 0.75;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-outline-light:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #FF7426 !important;
    opacity: 1 !important;
}

.btn-xl {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    border-radius: 16px;
    padding: 18px 36px;
}

@media (max-width: 1399.98px) {
    .btn-xl {
        padding: 14px 30px;
    }
}
@media (max-width: 768px) {
    .shortstory {
        background: linear-gradient(180deg, rgba(253, 247, 231, 0) 0%, #FDF8F4 100%);
        border-radius: 30px;
    }
    .shortstory-inner-cont {
        margin: 0;
        padding-bottom: 0 !important;
    }
    .shortstory .card-image-cont {
        width: 100%;
        margin-bottom: 1rem;
        padding: 0;
    }
    .shortstory .card-body {
        padding: 0 1rem !important;
    }
}

.bg-secondary {
    background-color: #f4f4f4 !important;
}

.btn-xl.btn-outline-secondary {
    border-color: #EAE8F9;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
}

.btn-xl.btn-outline-secondary:hover {
    border-color: #000 !important;
    background-color: transparent !important;
}

h1, .h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: -0.04em;
}

h3, .h3, .fullstory .content-body h2, .fullstory .content-body .h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.04em;
}

.fullstory .content-body h2, .fullstory .content-body .h2 {
    margin: 2rem 0 1rem 0;
}

.fullstory .content-body h3, .fullstory .content-body .h3 {
    margin: 1.5rem 0 1rem 0 !important;
}

h4, .h4, .fullstory .content-body h3, .fullstory .content-body .h3 {
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 30px !important;
    letter-spacing: -0.04em !important;
}

h5, .h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.04em;
}

h6, .h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.font-enlarge {
    font-size: 20px !important;
    line-height: 22px !important;
}
/*.col-4 {*/
/*    wi*/
/*}*/
.highslide-controls ul {
    height: 60px !important;
}
.highslide-controls a {
    background-image: url(/templates/gamefans_speed/images/arrows-galery.png) !important;
    background-position: 10px 10px !important;
    background-repeat: no-repeat;
    background-size: 40px;
    float: inherit;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
}
.highslide-controls .highslide-previous a {
    transform: rotateY(180deg);
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 10px 10px !important;
    opacity: 0.3;
    filter: grayscale(0.5);
    transform: rotateY(180deg);
}
.highslide-controls .highslide-next a.disabled {
    background-position: 10px 10px !important;
    opacity: 0.3;
    filter: grayscale(0.5);
}
.highslide-controls li {
    float: left;
    /* padding: 0px 6px; */
    background: rgb(255 255 255 / 20%);
    border-radius: 30px;
    margin: 0 10px;
    height: 60px;
    width: 60px;
}
.highslide-play {
    display: none !important;
}
.highslide-controls {
    width: 100% !important;
    background-image: none !important;
}
.highslide-controls ul{
    display: flex;
    width: 100%;
    flex: 100%;
    justify-content: space-between;
    background: none;
    left: 0;
}
.highslide-close {
    display: none;
}
@media (max-width: 575.98px) {
    h1, .h1 {
        font-size: 24px;
        line-height: 36px;
    }
    .shortstory .card-title {
        font-size: 20px !important;
        line-height: 32px !important;
    }
    h3, .h3, .fullstory .content-body h2, .fullstory .content-body .h2 {
        font-style: normal;
        font-weight: 600 !important;
        font-size: 21px !important;
        line-height: 25px !important;
        letter-spacing: -0.04em !important;
    }

    h4, .h4, #front-guides .card-title {
        font-style: normal;
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 18px !important;
        letter-spacing: -0.04em !important;
    }

    #front-articles .card-title {
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 21px !important;
        letter-spacing: -0.04em !important;
    }

    #front-games .card-title {
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 21px !important;
        letter-spacing: -0.04em !important;
    }

    .subscribe-title {
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 29px !important;
        text-align: center !important;
        letter-spacing: -0.04em !important;
    }

    .subscribe-body {
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .footer .text {
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .footer .list-group-item {
        line-height: 38px !important;
    }
}

@media (max-width: 991.98px) {
    #front-news .ratio,
    #front-selections .ratio {
        --bs-aspect-ratio: 57% !important;
    }

    #subscribe .ratio {
        --bs-aspect-ratio: 80% !important;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 680px;
    }
}

.rounded-30 {
    border-radius: 30px !important;
}

.rounded-16 {
    border-radius: 16px !important;
}

.rounded-10 {
    border-radius: 22px !important;
}

.rounded-9 {
    border-radius: 20px !important;
}

#front-news .card-content,
#front-selections .card-content,
#related .card-content {
    padding: 33px 41px;
    z-index: 1;
}

.single-link:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.single-link:hover::before {
    background: #fff;
    opacity: 0.1;
    transition: 0.3s;
}
.single-link-cat {
    position: relative;
    z-index: 2;
}

@media (max-width: 767.98px) {
    #related .ratio {
        --bs-aspect-ratio: 100% !important;
    }
}

#front-news .card > div:before,
#front-selections .card > div:before,
#related .card > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.75;
}

#front-guides .card-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.04em;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#front-guides .card-footer,
#front-articles .card-footer,
#front-games .card-footer {
    border: none !important;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.6);
}

#front-guides .card-body:hover .card-title {
    color: #FF7426 !important;
}

#front-guides .card-footer span {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.02em;
}

#front-guides .ratio > div {
    padding: 20px;
}

.btn-xs.btn-dark {
    background: rgba(0, 0, 0, .75);
    color: #fff;
}

.btn-xs.btn-dark:hover {
    background: rgba(0, 0, 0, 1);
    color: #fff;
}

#front-articles .card-title {
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: -0.04em;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#front-articles .card-footer span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
}

#front-articles .card:hover {
    cursor: pointer;
}

#front-articles .card:hover .card-title {
    color: #FF7426 !important;
}

#front-games {
    background: linear-gradient(180deg, rgba(253, 251, 231, 0) 0%, #FFF9F3 100%);
    border-radius: 30px;
}

#front-games .card,
#front-games .card-body {
    background: transparent !important;
}

#front-games .card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.04em;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#front-games .card:hover .card-title {
    color: #FF7426 !important;
}

#subscribe .background {
    /* background-size:cover; */
    /* background-repeat:no-repeat; */
}

.subscribe-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.04em;
    width: 100%;
    max-width: 800px;
    /* margin-bottom: 24px!important; */
}


.subscribe-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    max-width: 800px;
    /* margin-bottom: 64px!important; */
}

#subscribe .inner {
    border-radius: 60px;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    --bs-aspect-ratio: 34%;
}

#subscribe .inner > div {
    background: rgba(0, 0, 0, .45);

}

#subscribe-form {
    width: 100%;
    max-width: 500px;
}

#subscribe-form input {
    height: 74px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 0.4);
    padding: 1rem 184px 1rem 2rem;
}

#subscribe-form input:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 116, 38, 0.1) !important;
    border-color: #ff7426;
}

#subscribe-form button {
    right: 10px;
}

#description {
    color: rgba(0, 0, 0, 0.6) !important;
    text-align: justify;
}

#description .h4, #description .h5 {
    line-height: 36px;
}

.footer {
    background: linear-gradient(180deg, rgba(253, 251, 231, 0.1) 0%, #FFFAF3 100%);
}

.footer .list-group-item {
    border: none !important;
    background: transparent !important;
    color: #0F0F0F;
    font-weight: 500;
    font-size: 14px;
    line-height: 42px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0 !important;
}

.footer .links .list-group-item {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-size: 14px;
    line-height: 44px;
}

.footer .list-group-item:hover,
.footer .list-group-item:focus {
    color: #FF7426;
}

.footer .list-group-item:hover path,
.footer .list-group-item:focus path {
    fill: #FF7426 !important;
}

.footer .list-group-item path {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.footer .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.6);
    max-width: 260px;
}

.drop-shadow {
    filter: drop-shadow(10px 4px 22px rgba(41, 64, 70, 0.1));
}


#dle-speedbar {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    /* line-height: 54px; */
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #acacac;
}

#dle-speedbar a {
    text-decoration: none;
    color: #5A5A5A;
    opacity: .9;
}

#dle-speedbar a:hover {
    text-decoration: none;
    color: #5A5A5A;
    opacity: 1;
}

.genres-list .list-group-item {
    background: transparent !important;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 54px;
    letter-spacing: -0.04em;
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.genres-list .list-group-item:hover {
    color: #ff7426;
}

.genres-list .list-group-item svg {
    width: 30px;
    height: 30px;
}

.genres-list .list-group-item svg * {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.genres-list .list-group-item:hover svg * {
    fill: #ff7426;
}

hr {
    background: rgba(0, 0, 0, 0.2) !important;
    margin: 0;
}

.shortstory .card-subtitle,
.fullstory .subheader {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 0.6);
}

.shortstory .card-subtitle a:not(.btn),
.fullstory .subheader a:not(.btn) {
    color: rgba(0, 0, 0, 0.6) !important;
    text-decoration: none;
}

.shortstory .card-title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.04em;
    text-align: left;
    display: block;
    color: #000000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

.shortstory p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.shortstory .card-image img {
    object-fit: cover;
}

.shortstory .card-body {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 31px;
    color: #000000;
}

.shortstory .card-title:hover {
    color: #FF7426;
}

/*
.shortstory .card-image::before {
	content: '';
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	background: linear-gradient(180deg, rgba(255, 116, 38, 0) 0%, #FF7426 100%);
	z-index:1;
	opacity:0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
}
.shortstory .aim {
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
}
.shortstory:hover .card-image::before {
	opacity:1;
}
.shortstory:hover .aim {
	opacity: 1;
}
*/
#dle-pagination {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

#dle-pagination .page-item:first-child .page-link {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

#dle-pagination .page-item:last-child .page-link {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

#dle-pagination .page-item .page-link {
    border-color: #EAE8F9;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.02em;
    width: 48px;
    height: 48px;
    text-align: center;
    color: #B5B5B5;
}

#dle-pagination .page-item.active .page-link {
    background: #FCFCFC;
    color: #000;
}
#fresh {
    max-width: 397px!important;
}
#fresh .link-dark {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#fresh .link-dark:hover {
    color: #FF7426;
}

#fresh .card-image::before,
.game-preview .card-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 116, 38, 0) 0%, #FF7426 100%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

.game-preview a {
    text-decoration: none;
    color: #ff7426;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.game-preview a:hover {
    text-decoration: underline;
}

/* #fresh .card a, */
/* .game-preview.card a { */
/* z-index:3; */
/* } */
/* #fresh .card:hover, */
/* .game-preview.card:hover{ */
/* cursor: pointer; */
/* } */
/* #fresh .card:hover .card-image::before, */
/* .game-preview .card-body:hover .card-image::before { */
/* opacity:1; */
/* } */
/* #fresh .card .aim, */
/* .game-preview.card .aim  { */
/* z-index: 2; */
/* opacity: 0; */
/* -webkit-transition: all .2s ease-in-out; */
/* -moz-transition:    all .2s ease-in-out; */
/* -o-transition:      all .2s ease-in-out; */
/* -ms-transition:     all .2s ease-in-out; */
/* transition:         all .2s ease-in-out; */
/* } */
/* #fresh .card:hover .aim, */
/* .game-preview .card-body:hover .aim { */
/* opacity: 1; */
/* } */
#fresh img {
    min-width: 100%;
}
.fresh-mobile .genres-list .list-group-item {
    font-size: 12px;
    padding: 0;
}
.fresh-mobile_flex .col-6 {
    flex: 100% !important;
}

.btn.share {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn.share .circle {
    width: 80px;
    height: 80px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn.share:hover .circle path {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn.share:hover {
    color: #ff7426;
}

.btn.share:hover .circle {
    background: #ff7426;
}

.btn.share:hover .circle path {
    stroke: #fff;
}

.fullstory .content-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.fullstory .content-body a:not(.btn) {
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #ff7426;
    text-decoration: none;
}
/*.image-ratio-block > img {*/
/*    aspect-ratio: auto;*/
/*    min-height: 130px;*/
/*}*/
/*@media (min-width: 768px) {*/
/*    .image-ratio-block > img {*/
/*        aspect-ratio: auto;*/
/*        min-height: 370px;*/
/*    }*/
/*}*/

.fullstory .content-body a:not(.btn):hover {
    text-decoration: underline;
}
.fullstory .content-body img {
    max-width: 100%;
    height: auto;
}
.stretch .flex-fill img {
    height: 100%;
}
.highslide > img {
    width: 100%;
}

.youtube-video {
    position: relative;
    width: 100%;
    height: 0;
    /* padding-bottom: 48.25%; */
    padding-bottom: 57%;
    /* max-width: 720px; */
    margin: 0 auto 16px;
    border-radius: 30px;
    overflow: hidden;
}

.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.game-preview {
    background: linear-gradient(180deg, rgba(253, 247, 231, 0) 0%, #FDF8F4 100%);
}

.rating {
    font-weight: 600;
    font-size: 26px !important;
    line-height: 52px;
    letter-spacing: -0.02em;
}

.rating a svg path {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.rating a:hover svg path {
    fill: #ff7426
}

.rating .voices {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-transform: upperace;
    color: #acacac;
}

.comment-body > :not(.bb-editor) {
    display: none !important;
}

#dle-comments-list .comments-tree-list {
    padding: 0;
    list-style: none !important;
    line-height: 1;
}

#dle-comments-list .comments-tree-list .comments-tree-list {
    padding-left: 30px;
}

#dle-comments-list .comment {
    background: #f4f4f4;
    padding: 1rem;
    border-radius: 24px;
    margin-top: 1rem;
}

#dle-comments-list a {
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #ff7426;
    text-decoration: none;
}

#dle-comments-list a:hover {
    text-decoration: underline;
}

.comment-links > a {
    margin: 0 .5rem;
}

.mass_comments_action {
    display: none !important;
}

.bb-editor input.bbcodes:hover {
    color: #fff;
    background-color: #F46211;
}

.bb-editor input.bbcodes {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    border-radius: 16px;
    padding: 18px 36px;
    color: #fff;
    background-color: #FF7426;
    border: none;
    margin: .5rem 0 1rem 1rem;
}

.bb-editor textarea {
    border-radius: 30px !important;
    padding: 1.5rem !important;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.fullstory .slick-slider {
    overflow: visible !important;
}

.fullstory .slick .slick-slide {
    padding: 0 !important;
}

.fullstory .slick-slider .slick-prev {
    left: -25px !important
}

.fullstory .slick-slider .slick-next {
    right: -25px !important
}

.fullstory .youtube svg:hover {
    cursor: pointer;
}

.fullstory .youtube svg:hover circle {
    fill-opacity: 1;
}

.fullstory .sysreq p {
    /*line-height: 1 !important;*/
    margin-bottom: 4px;
}

#fresh.fixed {
    position: fixed;
    top: 0;
    z-index: 3;
}

#userTab {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#userTab .nav-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.04em;
    color: #000000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0 0 16px 0;
    margin-right: 32px;
}

#userTab .nav-link:hover:not(.active) {
    border-color: transparent;
    background: transparent;
    color: #ff7426;
}

#userTab .nav-link.active {
    border-color: transparent;
    background: transparent;
    border-bottom-color: #ff7426;
}

#userTabContent .list-group-item {
    background: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 52px;
    color: #000000;
    padding-left: 0;
    padding-right: 0;
}

#userTabContent a {
    text-decoration: none;
    color: #ff7426;
}

#userTabContent a:hover {
    text-decoration: underline;
}

#userTabContent .form-control,
#userTabContent .form-group {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #292929;
}

#userTabContent .form-group .form-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #595959;
}

.custom-file-label {
    cursor: pointer;
}

.custom-file-label::after {
    content: "Выбрать";
    background-color: #000;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 16px;
    line-height: 60px;
}

.custom-file-label:hover::after {
    background-color: #ff7426
}

.custom-control-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #292929;
}

#result-registration > * {
    margin-top: 8px;
    display: block;
}

#result-registration > *:before {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='18px' height='18px' version='1.1' viewBox='0 0 58 58'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .str0 %7Bstroke:%23FF7426;stroke-width:3.13;stroke-miterlimit:22.9256%7D .fil0 %7Bfill:none%7D .fil1 %7Bfill:%23FF7426;fill-rule:nonzero%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Ccircle class='fil0 str0' cx='29' cy='29' r='26.56'/%3E%3Cpath id='__x0021_1.svg' class='fil1' d='M30.51 17.55l-0.22 16.33 -2.58 0 -0.22 -16.33 3.02 0zm-1.51 22.9c-0.55,0 -1.02,-0.19 -1.41,-0.58 -0.39,-0.4 -0.59,-0.87 -0.59,-1.41 0,-0.55 0.2,-1.02 0.59,-1.41 0.39,-0.4 0.86,-0.59 1.41,-0.59 0.55,0 1.02,0.19 1.41,0.59 0.39,0.39 0.59,0.86 0.59,1.41 0,0.36 -0.1,0.69 -0.28,0.99 -0.18,0.31 -0.42,0.55 -0.72,0.74 -0.3,0.18 -0.63,0.26 -1,0.26z'/%3E%3C/svg%3E%0A");
    margin-right: 8px;
    float: left;
}

#result-registration li {
    list-style-type: none;
}

#result-registration * {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FF7426 !important;
}

#dle-captcha {
    display: block !important;
    height: 66px !important;
}

#dle-captcha img {
    width: 100% !important;
    height: 100% !important;
}

#playBtn {
    z-index: 3
}

#yVideo {
    z-index: 2;
    opacity: 0;
}


.speedbar {
    margin: 0;
    padding: 18px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.speedbar li {
    padding: 0 4px 0 0;
}


#toTop {
    position: fixed;
    z-index: 4;
    top: 128px;
    display: none;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    #toTop {
        top: 80px;
    }
}

@media (max-width: 480px) {
    #toTop {
        top: 72px;
    }
}

#toTop div {
    display: block;
    width: 150px;
    height: 34px;
    text-align: center;
    line-height: 19px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    padding-left: 24px;
}

#fstory a:not(.leech) {
    font-weight: bold !important;
}

#table-of-contents * {
    background: transparent !important;
    border-color: transparent !important;
}

#table-of-contents .accordion-button {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: -0.04em !important;
}

#table-of-contents .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent !important;
    box-shadow: none !important;
}

#table-of-contents .accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

#table-of-contents .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}


.content-body .ajax-answer .fw-bold {
    display: none !important;
}
.table>:not(caption)>*>* {
    vertical-align: middle !important;
}

.zamanushniy_fix {
    flex-wrap: wrap;
}
.rating {
    height: auto;
}
.zamanushka {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    height: 60px;
    align-items: center;
    box-shadow: 1px 1px 4px 0px #eee;
    background: #fc7326;
}

.zamanushka_text {
    margin-right: 16px;
    letter-spacing: -0.5px;
    padding: 8px 16px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
.zamanushka a {
    padding: 8px 16px;
    color: #fff !important;
    position: relative;
    display: flex;
    align-items: center;
}
.zamanushka a:hover	 {
    text-decoration: inherit !important;
}
.zamanushka-floating-cont {
    position: fixed;
    bottom: 24px;
    left: 12px;
    width: auto;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 9999;
}

.circles {
    position: absolute;
    left: -42px;
    height: 160px;
    width: 160px;
    z-index: 2;
}
.circles.hidden {
    display: none;
}
.circles > div {
    animation: growAndFade 8s infinite ease-out;
    background-color: #f27f39;
    border-radius: 50%;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.circle1 {
    animation-delay: 2s !important;
}
.circle2 {
    animation-delay: 4s !important;
}
.circle3 {
    animation-delay: 6s !important;
}


@keyframes growAndFade {
    0% {
        opacity: .75;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.zamanushka-floating {
    border-radius: 50%;
    box-shadow: 1px 2px 3px #00000030;
    border: 5px solid #f27f39;
    height: 76px;
    width: 76px;
    overflow: hidden;
    background: #fff;
    z-index: 2;
    cursor: pointer;
}
.logo-in-zamanushka {
    background-size: 268px !important;
    width: 76px;
    height: 76px;
    background: url(/templates/gamefans_speed/images/logo.svg) no-repeat;
    background-position: 7px 3px;
}
.text-in-zamanushka {
    width: 0;
    transition: width 0.5s;
    height: 0;
    opacity: 0;
    white-space: nowrap;
    border: 3px solid #f27f39;
    border-radius: 0 6px 6px 0;
    border-left: unset;
    position: relative;
    left: -12px;
    padding-left: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 1;
}
.text-in-zamanushka a {
    margin-left: 8px;
    height: 32px;
}
.close-zamanushka {
    opacity: 0;
    transition: opacity 0.3s;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -18px;
    right: -12px;
    cursor: pointer;
    overflow: hidden;
}
.close-zamanushka svg {
    zoom: 0.7;
}


@media (max-width: 1300px) {
    .text-end {
        flex: 100%;
        margin-top: 32px;
    }
}

@media (max-width: 967px) {
    .text-end {
        flex: 100%;
        text-align: center;
    }
    .zamanushka {
        flex-wrap: wrap;
        justify-content: space-evenly;
        height: 90px;
    }
    .zamanushka_text {
        flex: 100%;
        text-align: center;
    }
    .zamanushka a {
        flex: 0 1 auto;
    }
}

@media (max-width: 470px) {
    .zamanushka {
        height: 160px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.gradient {
    --size: 500px;
    --speed: 10s;
    --easing: cubic-bezier(0.8, 0.2, 0.2, 0.8);
    position: absolute;
    top: -200px;
    right: -50px;
    width: var(--size);
    height: var(--size);
    filter: blur(calc(var(--size) / 20));
    background-image: linear-gradient(#fc7326, #00ddb4);
    animation: rotate var(--speed) var(--easing) alternate infinite;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.btn-tag-fixer {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}
.bubble {
    display: inline-block;
    margin: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.3em;
    background-color: #fff;
    color: #000;
    padding: 12px;
    box-shadow: 0 -4px #fff, 0 -8px #000, 4px 0 #fff, 4px -4px #000, 8px 0 #000, 0 4px #fff, 0 8px #000, -4px 0 #fff, -4px 4px #000, -8px 0 #000, -4px -4px #000, 4px 4px #000;
    box-sizing: border-box;
    min-width: 156px;
    max-width: 200px;
    position: absolute;
    top: 56px;
    right: -8px;
    cursor: pointer;
}
.bubble::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
}
.bubble.shadow-pixel {
    box-shadow: 0 -4px #fff, 0 -8px #000, 4px 0 #fff, 4px -4px #000, 8px 0 #000, 0 4px #fff, 0 8px #000, -4px 0 #fff, -4px 4px #000, -8px 0 #000, -4px -4px #000, 4px 4px #000, 4px 12px rgba(0, 0, 0, 0.1), 12px 4px rgba(0, 0, 0, 0.1), 8px 8px rgba(0, 0, 0, 0.1);
}
.bubble.mini {
    width: 110px;
    font-size: 10px;
    padding: 4px;
}
.bubble.medium {
    width: 350px;
}
.bubble.large {
    width: 560px;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
}
.bubble.grow {
    width: initial;
}
.bubble.top::after {
    height: 4px;
    width: 4px;
    top: -8px;
    right: 16px;
    box-shadow: 0 -4px #000, 0 -8px #000, 0 -12px #000, 0 -16px #000, -4px -12px #000, -8px -8px #000, -12px -4px #000, -4px -4px #fff, -8px -4px #fff, -4px -8px #fff, -4px 0 #fff, -8px 0 #fff, -12px 0 #fff;
}
.bubble.right::after {
    height: 4px;
    width: 4px;
    top: 84px;
    right: -8px;
    background: white;
    box-shadow: 4px -4px #fff, 4px 0 #fff, 8px 0 #fff, 0 -8px #fff, 4px 4px #000, 8px 4px #000, 12px 4px #000, 16px 4px #000, 12px 0 #000, 8px -4px #000, 4px -8px #000, 0 -4px #fff;
}
.bubble.bottom::after {
    height: 4px;
    width: 4px;
    bottom: -8px;
    left: 32px;
    box-shadow: 0 4px #000, 0 8px #000, 0 12px #000, 0 16px #000, -4px 12px #000, -8px 8px #000, -12px 4px #000, -4px 4px #fff, -8px 4px #fff, -4px 8px #fff, -4px 0 #fff, -8px 0 #fff, -12px 0 #fff;
}
.bubble.left::after {
    height: 4px;
    width: 4px;
    top: 20px;
    left: -8px;
    background: white;
    box-shadow: -4px -4px #fff, -4px 0 #fff, -8px 0 #fff, 0 -8px #fff, -4px 4px #000, -8px 4px #000, -12px 4px #000, -16px 4px #000, -12px 0 #000, -8px -4px #000, -4px -8px #000, 0 -4px #fff;
}
/* анимации появления / исчезновения */
@keyframes bubble-in   { 0%{transform:translateY(10px);opacity:0} 100%{transform:translateY(0);opacity:1}}
@keyframes bubble-out  { 0%{transform:translateY(0);opacity:1}   100%{transform:translateY(10px);opacity:0}}

.bubble{
    cursor:pointer;
    /*animation:bubble-in 0.35s ease-out both;*/
}

.bubble.hidebubble{
    animation:bubble-out 1s ease-in forwards;
}