/*
	Theme Name: Games - Themes
	Author: Games - Themes
	Version: 1.0
*/ 

@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Semibold.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

ul, li {
    list-style: none;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.container {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: relative;
}

.mob-close {
    display: none;
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.box {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

p {
    margin-bottom: 20px;
}

body {
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    line-height: 1.4;    
    font-weight: 400;
    color: #212121;
    overflow-x: hidden;  
}


/* header */
header {
    background-color: #020609;
}


/*.header-navigation__list>li::before {
    content: "/";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    color: #fff;
    opacity: .3;
}*/

.header-navigation__list>li:last-child:before {
    content: none;
}
.header-navigation__list {
    display: flex;
    justify-content: center;
}

.header-navigation__list li {
    position: relative;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
}


.header-navigation__list li a {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 500;
    transition: all .3s;
}

.header-navigation__list li a:hover {
    color: #e4063a;
}

.header-nav {
    background: #000010; 
    padding: 25px 0 25px;
}

.header__burger {
    display: none;
}

.header-row {
    grid-gap: 25px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
}

.header-navigation__list>li.menu-item-has-children>.sub-menu {
    left: 0;
    top: calc(100% + 23px);
}
.header-navigation__list .sub-menu {
    position: absolute;
    background-color: #000010;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .1);
    height: auto;
    min-width: 17.5rem;
    padding: 1.875rem;
    width: auto;
    z-index: 1;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
}

.header-navigation__list>li.menu-item-has-children>.sub-menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1.4375rem;
    height: 1.4375rem;
    width: 100%;
}

.header-navigation__list li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    pointer-events: all;
}

.header-navigation__list>li.menu-item-has-children>.sub-menu {
    left: 0;
    top: calc(100% + 23px);
}


.header-navigation__list .sub-menu>li {
    padding: 0;
}

.header-navigation__list>li.menu-item-has-children>a::after {
    content: "v";
    font-weight: 300;
    line-height: 1;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: scaleX(2) translateY(-50%);
}

.header-navigation__list>li.menu-item-has-children>a {
    position: relative;
}

.header-navigation__list>li.menu-item-has-children {
    padding-right: calc(1.25rem + 15px);
}


/* hero block */

.hero-block {
    background: #000010;
    color: #fff;
    padding: 45px 0 0;
}

.hero-block h1 span {
    font-weight: 300;
    font-size: 32px;
    display: block;
    text-transform: none;
}

.hero-block .hero-block-row {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.hero-block__content {
    width: 740px;
}

.hero-block h1 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.hero-block__text {
    font-size: 20px;
    margin-bottom: 30px;
}

.hero-block__link a {
    background: #e4063a;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    height: 58px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    width: 270px;
    transition: all .3s;
}

.hero-block__link a:hover {
    background: #a90129; 
}

.hero-block__links {
    display: flex;
    column-gap: 20px;
}

.h2, .content h2 {
    font-size: 36px;
    padding: 10px 0 20px;
    font-weight: 600;
}

.content h3 {
    font-size: 24px;
    padding: 10px 0 10px;
    font-weight: 600;
}
.content h4 {
    font-size: 20px;
    padding: 10px 0 10px;
    font-weight: 600;
}

.content ul, .content ol {
    padding-left: 30px;
    margin-bottom: 25px;
}

.content  ol li {
    list-style: auto;
    position: relative;
}

.content .stars li, .content .check li   {
    list-style: none;
}

.content .stars li:before {
    content: '';
    background: url(img/star-fill.svg) no-repeat;
    width: 15px;
    height: 15px;
    background-size: cover;
    position: absolute;
    left: -25px;
    top: 5px;
}

.content .check li:before {
    content: '';
    background: url(img/check-circle-fill.svg) no-repeat;
    width: 15px;
    height: 15px;
    background-size: cover;
    position: absolute;
    left: -25px;
    top: 5px;
}


.content ul li {
    list-style: disc;
    position: relative;
}

.text-col-row {
    grid-gap: 29px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.col-2 .h2, .col-2 .subtitle {
    text-align: center;
}

.col-2 .subtitle {
    margin-bottom: 20px;
}

blockquote { 
    background: #eee url(img/exclamation-square-fill.svg) 20px center no-repeat;
    padding: 25px 25px 25px 50px;
}
blockquote p:last-child{ 
    margin-bottom: 0;
}

.faq__items {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.faq__item {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}

.faq__item-question {
    padding: 30px;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
    transition: all .3s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq__item-question .carret {
    width: 30px;
    height: 30px;
    min-width: 30px;
    position: relative;
}

.carret:after, .carret:before {
    background-color: #e4063a;
    content: '';
    position: absolute;
    top: 14px;
    width: 15px;
    height: 2px;
    transition: all .3s;
}

.faq__item-question:hover {
    color: #e4063a;
}

.faq__item-question.active {
    border-bottom: 1px solid #E6E6E6;
    color: #e4063a;
}

.faq__item-answer p:last-child {
    margin-bottom: 0;
}

.carret:before {
    transform: rotate(45deg);
    left: 3px;
}

.carret:after {
    transform: rotate(-45deg);
    right: 3px;
}

.faq__item-question.active .carret:after {
    transform: rotate(45deg);
}

.faq__item-question.active .carret:before {
    transform: rotate(-45deg);
}

.faq__item-answer {
    padding: 30px;
    font-size: 18px;
    line-height: 32px;
    display: none;
}

hr {border: 0;}
.pad-20 {padding-top: 20px;}
.pad-30 {padding-top: 30px;}
.pad-40 {padding-top: 40px;}
.pad-50 {padding-top: 50px;}

.header__lang {
    display: flex;
    justify-content: end;
    position: relative;
}

.header__lang-current {
    grid-gap: 10px;
    align-items: center;
    color: #fff;
    display: grid;
    font-size: 14px;
    font-weight: 400;
    grid-template-columns: max-content 1fr;
    cursor: pointer;
}

.header__lang .header__lang-list {
    background: #000010;
    border-radius: 4px;
    display: none;
    padding: 20px 16px;
    position: absolute;
    right: -16px;
    top: 100%;
    z-index: 999;
    flex-direction: column;
    row-gap: 10px;
}

.header__lang-current:hover ~ .header__lang-list, .header__lang-list:hover {
    display: flex;
}

.header__lang-list a { 
    grid-gap: 10px;
    align-items: center;
    color: #fff;
    display: grid;
    font-size: 14px; 
    grid-template-columns: max-content 1fr;
    cursor: pointer;
}

/* offers */

.offers__items {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.offer__item {
    align-items: center;
    display: grid;
    grid-template-columns: 200px repeat(2, 1fr);
    gap: 30px;
    background: #eee;
    padding: 35px 25px;
}

.offer__item-logo p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding-top: 15px;
}

.offer__item-logo p a {
    transition: all .3s;
}
.offer__item-logo p a:hover {
    color: #e4063a;
}

.offer__item-btn p {
    color: #e4063a;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.btn {
    background: #e4063a;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 900;
    height: 58px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: all .3s;
    max-width: 300px;
    margin: 0 auto;
}

.btn:hover {
    background: #a90129;
}

.offers__text {
    text-align: center;
    margin-bottom: 40px;
}

.offers h2 {
    text-align: center;
}

/* autor */

.autor-box { 
    background: #000010;
    display: flex;
    align-items: center;
    padding: 40px 30px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 250px auto;
    position: relative; 
    gap: 40px;
    color: #fff;
}

.autor-box-foto img {
    border-radius: 50%;
}

.autor__name {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
}

.autor__name span {
    display: block;
    font-weight: 300;
    font-size: 15px;
}

/* carusel */

.carusel {
    padding: 40px 0 60px;
    background: #000010;
    color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    position: relative;
    top: auto;
    width: 46px;
    height: 46px;
    margin-top: auto;
    cursor: pointer;
    display: block;
    left: auto;
    right: auto;
}

.carusel-nav {
    position: relative;
    display: flex;
    justify-content: end;
    gap: 15px;
}


.swiper-button-next:after, .swiper-button-prev:after {
    content: none;
}

.carusel-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.carusel__item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
}

.carusel__item-name span {
    font-weight: 300;
    font-size: 14px;
}

.carusel__item:hover .carusel__item-name {
    color: #e4063a;
}

.table-content-box {
    background: #eee;
    padding: 10px 30px 30px;
    border-radius: 20px;
    position: relative;
}

.table-content__items {
    grid-gap: 20px; 
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.table-content__item a {
    font-weight: 500;
    transition: all .3s;
}

.table-content__item a:hover {
    color: #e4063a;
}
.table-content-top {
    grid-gap: 29px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    padding: 10px 0;
    font-size: 16px;
    position: relative;
}

.table-content {
    padding: 20px 0;
}

.read {
    text-align: right;
}


.table-content-carret {
    width: 30px;
    height: 30px;
    min-width: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.table-content-carret:after, .table-content-carret:before {
    background-color: #e4063a;
    content: '';
    position: absolute;
    top: 14px;
    width: 15px;
    height: 2px;
    transition: all .3s;
}

.table-content-carret:before {
    transform: rotate(45deg);
    left: 3px;
}

.table-content-carret:after {
    transform: rotate(-45deg);
    right: 3px;
}

.table-content-carret.active:after {
    transform: rotate(45deg);
}

.table-content-carret.active:before {
    transform: rotate(-45deg);
}

/* text img */

.text-col-row.img-right>div:first-child {
    order: 2;
}

/*  btns */
.btns .btn {
    height: 65px;
    line-height: 65px; 
    max-width: 100%; 
}

.btns.bt-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.btns.bt-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

/* gallery */

.gallery-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
 
/* review */

.review-items {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.review-item {
    align-items: center;
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 30px;
    background: #eee;
    padding: 35px 25px;
}

.review-item img {
    border-radius: 50%;
}

.review-item-text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.review-item-text span {
    font-size: 15px;
}

.text-col-row3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.col-3 {
    text-align: center;
    background-color: #020609;
    color: #fff;
    padding: 25px 20px;
    border-radius: 15px;
}

.text-col-item3 p {
    font-size: 16px;
}

.col-3 .subtitle {
    margin-bottom: 40px;
}

#comments {
    background: #eee;
    padding: 35px 25px;
    border-radius: 15px;
}

.reply {
    margin-bottom: 20px;
    color: #999;
    text-decoration: underline;
}

#comments p {
    margin-bottom: 0;
}

input {
    height: 40px;
} 

input#submit {
    background: #e4063a;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 900;
    height: 58px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: all .3s;
    max-width: 300px; 
    border: 0;
    cursor: pointer;
}

label {
    display: block;
}

ol.children {
    padding-left: 15px;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    column-gap: 10px;
} 

.table tr:nth-child(even) {
    background-color: #f0f0f0;
}

.table tr td {
    padding: 5px;
}

.table tr th {
    padding: 10px; 
    border-bottom: 1px solid #000;
}

.table {
    border-collapse: collapse;
    width: 100%;
}
/* footer */


footer {
    background: #000010;
    margin-top: 50px;
    padding: 40px 0 40px;
}

.footer-row {
    grid-gap: 25px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    padding-bottom: 40px;
}

.footer__logo {
    max-width: 225px;
}

.footer-navigation__list li a {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    transition: all .3s;
}

.footer-navigation__list li a:hover {
    color: #e4063a;
}

.footer-navigation__list {
    display: flex;
    column-gap: 25px;
    flex-wrap: wrap;
}

.footer__nav-right ul {
    justify-content: end;
}

.footer-text  {
    color: #b4b4b4;
    text-align: center; 
    padding-top: 40px;
}
.footer-text p { 
    margin-bottom: 0;
}

.footer-nav-full {
    border-bottom: 1px solid #360303;
    border-top: 1px solid #360303;
    padding: 25px 0;
}

.footer-nav-full ul {
    display: flex;
    justify-content: space-between;
}

.footer-nav-full li a{
    font-size: 15px;
    color: #fff;
    transition: all .3s;
}

.footer-nav-full li a:hover {
    color: #e4063a;
}

.footer-links { 
    padding: 40px 0 0;
}

.footer-links ul {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 30px;
    justify-content: space-between; 
}

.footer-links ul li a img {
    max-height: 60px;
    max-width: 165px;
}


.contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-top: 20px;
}

.page-contact {
    padding: 50px 0;
}

.page-contact h3 {
    margin-bottom: 15px;
}

.page-contact h2 {
    margin-bottom: 20px;
}

.form-group {
    position: relative;
}

.form__field {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 15px;
    font-family: 'Gilroy', sans-serif;
}

textarea.form__field {
    padding: 10px;
    height: 75px;
}

.form-group.form-btn .btn {
    cursor: pointer; 
}

label.error {
    position: absolute;
    bottom: 0;
    color: red;
    font-size: 12px;
}

.modal:not(.fancybox-content) {
    display: none;
}