@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

@keyframes spinner-d3wgkg {
   to {
      transform: rotate(1turn);
   }
}

* {
  scrollbar-width: thin;
  scrollbar-color: #059FFF rgb(0 0 0 / 23%);
  /*
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  */
  background-color:rgba(255,255,255,0);
  outline:none;
  -webkit-appearance: none;
}
::scrollbar-thumb {
  background-color:rgba(255,255,255,1);
  border-radius: 20px;
  border:none;
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 4px;
  height:4px;
  background-color:rgba(255,255,255,0.2);
  -webkit-appearance: none;
}

::-webkit-scrollbar-track {
  background:rgba(255,255,255,0.2);
}

::-webkit-scrollbar-thumb {
  background-color:rgba(255,255,255,1);
  border-radius: 20px;
  border:none;
  -webkit-appearance: none;
}


body {
    font-family: 'Poppins', 'Open Sans';
    font-size: 18px;
    line-height:1.4;
    padding:0; margin:0;
    font-weight: 200;
    color:#F4F3EC;
	background-color: #101213;
	overflow-x: hidden;
}

b, strong {font-weight: 600;}
html {padding:0; margin:0;}

body.no-scroll,
html.no-scroll {overflow:hidden}
body.no-scroll::-webkit-scrollbar {width: 0;}

.h-lg,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
	font-family: 'Poppins', 'Open Sans';
	line-height:1.1;
	padding:0; 
	margin-top: 0;
	text-transform: uppercase;
}

.h-lg {
	font-size: 140px;
	font-weight: 600;
	margin: 0px;
	line-height: 1;
	
	letter-spacing: -0.03em;
}
h1, .h1 {
    font-size: 64px;
	font-weight: 600;
	margin-bottom: 40px;
}

h2, .h2 {
    font-size: 56px;
    font-weight: 600;
	margin-bottom: 30px;
}

h3, .h3 {
    font-size: 48px;
    font-weight: 600;
	margin-bottom: 30px;
}

h4, .h4 {
    font-size: 28px;
    font-weight: 400;
	margin-bottom: 25px;
}


.font-big, .title1 {font-size: 24px !important; line-height: 1.15; font-weight: 400;}
.small,  small {font-size: 16px !important; font-weight: 300;}
.small-2 {font-size: 12px !important; font-weight: 300;}

h1 b, .h1 b, h1 strong, .h1 strong,
h2 b, .h2 b, h2 strong, .h2 strong,
h3 b, .h3 b, h3 strong, .h3 strong,
h4 b, .h4 b, h4 strong, .h4 strong {font-weight: 600 !important;}

.font-family-default {font-family: 'Poppins', 'Open Sans';}
.font-strong {font-weight: 700;}

*[class*='ellipsis'] {
	width: 100%;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
	text-overflow: ellipsis;
}

*[class*='ellipsis'] > * {display: inline; clear: both;}

.ellipsis {-webkit-line-clamp: 1 !important;}
.ellipsis-2 {-webkit-line-clamp: 2 !important;}
.ellipsis-3 {-webkit-line-clamp: 3 !important;}
.ellipsis-4 {-webkit-line-clamp: 4 !important;}
.ellipsis-5 {-webkit-line-clamp: 5 !important;}
.ellipsis-6 {-webkit-line-clamp: 6 !important;}
.ellipsis-7 {-webkit-line-clamp: 7 !important;}
.ellipsis-8 {-webkit-line-clamp: 8 !important;}
.ellipsis-9 {-webkit-line-clamp: 9 !important;}
.ellipsis-10 {-webkit-line-clamp: 10 !important;}

.nowrap {white-space: nowrap;}

sup {
    margin-top: -5px;
    display: inline-block;
}

blockquote {
	position: relative;
	font-style:italic;
	display: block;
	font-size: 130%;
	line-height: 1.2;
	padding: 4% 0 4% 80px;
	margin: 30px 0;
	border-top: 1px solid #4B4B4B;
	border-bottom: 1px solid #4B4B4B;
	
}

blockquote:before {
	content: '\2018\2018';
    display: block;
    width: 80px;
    text-align: left;
    font-size: 130px;
    line-height: 80px;
    position: absolute;
    top: 20px;
    left: 0;
    font-family: Times, "Times New Roman", "serif";
    letter-spacing: -0.07em;
	color: rgb(244 243 236 / 28%);
}

input[type='text'],
input[type='email'],
input[type='phone'],
input[type='date'],
input[type='password'],
input[type='number'],
select, textarea {
	position: relative;
    font-family: 'Poppins', 'Open Sans';
    font-size: 16px;
	font-weight: 300;
    line-height: 1;
    padding: 9px 0 9px 0;
    color: #F4F3EC !important;
    background-color: transparent !important;
    display: block;
    width: 100%;
    margin: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #4B4B4B;
    max-width: 100% !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

input.invalid,
textarea.invalid,
select.invalid {
	border-color: #D53243;
}

textarea {
    border-top: 1px solid #4B4B4B;
    border-left: 1px solid #4B4B4B;
    border-right: 1px solid #4B4B4B;
    border-bottom: 1px solid #4B4B4B;
	padding: 16px 16px 16px 16px;
	min-height: 120px;
}

.input-search {
	position: relative;
}

.input-search input {
	padding-left: 1px;
	padding-right: 40px;
}

.input-search .icon {
	position: absolute;
	top: 14px; right: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='phone']:focus,
input[type='date']:focus,
input[type='password']:focus,
input[type='number']:focus,
select:focus, textarea:focus,
input[type='text']:active,
input[type='email']:active,
input[type='phone']:active,
input[type='date']:active,
input[type='password']:active,
input[type='number']:active,
select:active, textarea:active {
	border-color:#F4F3EC;
}

input[type=radio],
input[type=checkbox] {
    position: absolute;
    opacity: 0;
    user-select: none;
}


*:disabled, *.disabled {opacity:0.5}
.disactive {background: rgba(255,255,255,0.5) !important;}

*::placeholder {
	color:#aaa;
	font-family: 'Poppins', 'Open Sans';
}

input[type='text']:focus::placeholder,
input[type='email']:focus::placeholder,
input[type='phone']:focus::placeholder,
input[type='date']:focus::placeholder,
input[type='password']:focus::placeholder,
input[type='number']:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder, 

input[type='text']:active::placeholder,
input[type='email']:active::placeholder,
input[type='phone']:active::placeholder,
input[type='date']:active::placeholder,
input[type='password']:active::placeholder,
input[type='number']:active::placeholder,
select:active::placeholder,
textarea:active::placeholder {
	display: none;
	color: transparent;
}

.with-placeholder {position: relative;}
.with-placeholder .placeholder {
	position: absolute;
    top: 2px;
    left: 13px;
    color: #777;
    font-size: 13px;
    line-height: 13px;
    padding: 2px 3px;
    background: #fff;
    border-radius: 3px;
}


label {
    position: relative;
    padding: 0 0 0 30px;
    margin-right: 0px;
    display: inline-block;
	vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

input[type=checkbox] + label:before,
input[type=radio] + label:before{
    content: '';
    display:inline-block; vertical-align:middle;
    margin:0 10px 0 0;
    width: 20px;
    height: 20px;
    border: 1px solid #CDD1DA;
    border-radius: 4px;
    background: #FFF;
    position: absolute;
    top: 2px;
    left: 0;
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
    background-color: #b60e27;
    border-color: #b60e27;
}


input[type=checkbox] + label:after,
input[type=radio] + label:after {
    content: ' ';
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE2IDE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IGZpbGw9IiNCNjBFMjciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEyLjYzLDUuNzA5YzAuMDc3LTAuMDg4LDAuMTM2LTAuMTkxLDAuMTczLTAuMzAzYzAuMDM3LTAuMTEyLDAuMDUxLTAuMjI5LDAuMDQyLTAuMzQ2DQoJcy0wLjA0Mi0wLjIzMS0wLjA5Ni0wLjMzNmMtMC4wNTQtMC4xMDQtMC4xMjgtMC4xOTctMC4yMTktMC4yNzJjLTAuMDktMC4wNzUtMC4xOTUtMC4xMzItMC4zMDctMC4xNjZzLTAuMjMtMC4wNDYtMC4zNDctMC4wMzQNCgljLTAuMTE3LDAuMDEyLTAuMjMsMC4wNDctMC4zMzMsMC4xMDRjLTAuMTAzLDAuMDU2LTAuMTk0LDAuMTMzLTAuMjY3LDAuMjI1TDcuNDg4LDkuMTI3bC0xLjk2LTEuOTYxDQoJYy0wLjE2Ni0wLjE2LTAuMzg5LTAuMjQ5LTAuNjItMC4yNDdDNC42NzcsNi45Miw0LjQ1Niw3LjAxMyw0LjI5Myw3LjE3NkM0LjEyOSw3LjM0LDQuMDM3LDcuNTYsNC4wMzUsNy43OTENCgljLTAuMDAyLDAuMjMxLDAuMDg3LDAuNDU0LDAuMjQ3LDAuNjJsMi42NDMsMi42NDNjMC4wODcsMC4wODcsMC4xOSwwLjE1NCwwLjMwNCwwLjE5OHMwLjIzNiwwLjA2NCwwLjM1OCwwLjA1OQ0KCWMwLjEyMi0wLjAwNiwwLjI0Mi0wLjAzNiwwLjM1Mi0wLjA5MWMwLjExLTAuMDU0LDAuMjA3LTAuMTMxLDAuMjg1LTAuMjI1TDEyLjYzLDUuNzA5eiIvPg0KPC9zdmc+DQo=");
	border: 1px solid #b60e27;
	background-position: center center; background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-size: contain;
    position: absolute;
    left: 0px;
    top: 2px;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.small input[type=checkbox] + label:after,
.small input[type=radio] + label:after,
.small input[type=checkbox] + label:before,
.small input[type=radio] + label:before {
	top: 3px;
}

input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
    opacity: 1!important;
}

.hint-i {
    position: absolute;
	display: none;
    max-width: 173px;
    width: max-content;
    white-space: normal;
    left: 0;
    top: 0;
    background: #000;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    transition: 0.3s;
    font-size: 12px;
    line-height: 16px;
	font-weight: 400;
	z-index: 99999;
}


*[data-tooltip] {
	position: relative; /* Относительное позиционирование */ 
	cursor: pointer;
}
*[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    max-width: 173px;
    width: max-content;
    white-space: normal;
    left: 0;
    top: 0;
    background: #000;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
    font-size: 12px;
    line-height: 16px;
	font-weight: 400;
} 
[data-tooltip]:hover::after {
	opacity: 1;
	top: 2em;
}
*.tooltip-left[data-tooltip]::after {
	left:auto;
	right: 0;
}
*.tooltip-top[data-tooltip]::after {
	top: -2em;
}

*.tooltip-left-center[data-tooltip]::after {
	left: auto;
	right: 102%;
	top: 0;
}
*.tooltip-left-top[data-tooltip]::after {
	left: auto;
	right: 102%;
	bottom: 0;
	top:auto;
}


table {width:100%;}
table, table td {
    padding:0; margin:0;
    border:none;
}


a {
	color:#FB671F; text-decoration:none;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover {color:#059FFF !important; text-decoration:none;}

a.color-white:hover {color: #059FFF !important}

.logo-bw img {
	filter: saturate(0%);
}
.logo-bw:hover img {
	filter: saturate(100%);
}

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


.lightbox .lb-image {max-width: none;}

iframe {width:100%; max-width:100% !important; border:none;}

hr {height: 1px; padding: 0; margin: 30px 0; border:none; border-top:1px solid #FFF;}

.v-align-center {display: inline-block; vertical-align: middle;}

p {margin:0px 0 20px 0}
.small p {margin:0px 0 15px 0}

ul, ul li { list-style:none; padding:0; margin:0; display:block; text-align:left;}
ul {margin: 10px 0 30px 0}
ul li {padding: 0 0 0px 20px; margin: 0px 0 15px 0; position:relative;}
ul li:before {position:absolute; top:9px; left:0; display:inline-block; content:' '; width:8px; height:8px; border-radius:10px; background-color:#F4F3EC;}

ol {padding: 0; margin: 10px 0 30px 15px; text-align: left;}
ol li {padding: 0 0 0px 6px; margin: 0px 0 15px 0; position: relative;}

.small ul li:before {top:5px;}

.icon {
	display: inline-block;
	vertical-align: middle;
	line-height: inherit;
	width: 13px; height: 13px;
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain;
	text-align: center;
}

.icon:before {
	font-size: 12px; line-height: 12px;
	width: 13px; height: 13px;
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain;
}

.icon-16 {line-height: 16px; width: 17px; height: 17px;}
.icon-18 {line-height: 18px; width: 18px; height: 18px;}
.icon-20 {line-height: 20px; width: 21px; height: 21px;}
.icon-24 {line-height: 24px; width: 24px; height: 24px;}
.icon-32 {line-height: 32px; width: 32px; height: 32px;}
.icon-40 {line-height: 40px; width: 40px; height: 40px;}
.icon-48 {line-height: 48px; width: 48px; height: 48px;}

.icon-16:before {font-size: 16px; line-height: 16px; width: 17px; height: 17px;}
.icon-18:before {font-size: 18px; line-height: 18px; width: 18px; height: 18px;}
.icon-20:before {font-size: 20px; line-height: 20px; width: 20px; height: 20px;}
.icon-24:before {font-size: 24px; line-height: 24px; width: 24px; height: 24px;}
.icon-32:before {font-size: 32px; line-height: 32px; width: 32px; height: 32px;}
.icon-40:before {font-size: 40px; line-height: 40px; width: 40px; height: 40px;}
.icon-48:before {font-size: 48px; line-height: 48px; width: 48px; height: 48px;}


.btn,
input[type=submit],
button {
	font-family: 'Poppins', 'Open Sans';
    color:#101213;
	background-color:#059FFF;
	border:1px solid #059FFF;
    margin:0;
    text-align:center;
    font-size: 16px; line-height:1;
    padding: 13px 30px;
    font-weight: 400;
    display:inline-block;
	vertical-align:middle;
	text-align: center;
    cursor:pointer;
    text-decoration:none;
	user-select: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn span {position: relative; display: inline-block; vertical-align: middle; z-index: 10;}
.btn .icon {position: relative; margin-left: 8px; display: inline-block; vertical-align: middle; z-index: 10;}

.hover-icon,
.hover-icon img {
	-webkit-transition: 0.0s;
    -o-transition: 0.0s;
    transition: 0.0s;
}
.hover-icon-blue:hover img,
.hover-icon-blue:hover .icon {
	filter: brightness(0) saturate(100%) invert(55%) sepia(41%) saturate(6435%) hue-rotate(180deg) brightness(102%) contrast(101%);
}


.hover-post-orange:hover {
	background-color:#FB671F !important;
	color: #101213 !important;
}
.hover-post-orange:hover * {color: #101213 !important;}

.hover-post-blue:hover {
	background-color:#059FFF !important;
	color: #101213 !important;
}
.hover-post-blue:hover * {color: #101213 !important;}



.btn:before,
input[type=submit],
button:before {
	content: ' ';
	display: block;
	border-radius: 500px;
	background: #FB671F;
	position: absolute;
	z-index: 1;
	top:110%;
	left: calc(50% - 250px);
	width: 500px;
	height: 500px;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


.btn:hover {
    border-color:#FB671F;
    color:#101213 !important; 
}

.btn:hover:before {
	top:-150px;
}




.btn-outline {
	background-color: transparent;
	border-color: rgba(255,255,255,0.66);
	color: #F4F3EC;
}
.btn-outline:hover {border-color:#F4F3EC;}
.btn-outline:before,
.btn-outline:hover:before {
	background: #F4F3EC;
}

.btn-outline-gray {
	border-color: #4B4B4B;
	color: #A5A5A5;
}

.btn-orange, .btn.active {
	border-color: #FB671F;
	background-color: #FB671F;
	color: #101213;
}

.btn-orange:hover, .btn.active:hover {
	border-color: #FB671F;
	background-color: #FB671F;
	color: #101213;
}
.btn-orange:hover:before, .btn.active:hover:before {
	background-color: #FB671F;
}

.btn-nobg {
	background-color: transparent !important; 
	color: inherit !important; 
	border-color: transparent !important;
	padding: 0 !important;
}
.btn-nobg:before {content: ''; display: none;}

.btn-nobg .select2-container .select2-selection--single {
	border-color:transparent;
}


.btn-wide {display: block; width: 100%;}

.btn:hover .icon:before {color:#101213;}
.btn-outline:hover .icon:before {color:#101213 !important;}
.btn-nobg:hover {color:#059FFF !important}
.btn-nobg:hover .icon:before {color:#059FFF}

.color-white {color:#F4F3EC !important}
.color-black {color:#101213 !important; font-weight: 400;}
.color-gray {color:#787878 !important}
.color-blue {color:#059FFF !important;}
.color-orange {color:#FB671F !important;}

.brd-color-gray {border-color: #A5A5A5 !important;}

.bg-white {background-color:#F4F3EC !important;}
.bg-black {background-color:#101213 !important;}
.bg-black-blur {
	backdrop-filter: blur(5px);
    background: rgb(16 18 19 / 60%);
}
.bg-gray {background-color: #787878 !important}
.bg-blue {background-color: #059FFF !important;}
.bg-orange {background-color: #FB671F !important}

.bg-fixed {background-attachment: fixed;}
.bg-cover {background-position: center center; background-size: cover; background-repeat: no-repeat;}
.bg-contain {background-position: center center; background-size: contain; background-repeat: no-repeat;}
.bg-right {background-position: center right;}
.bg-left {background-position: center left;}

.border-10 {border-radius: 10px !important;}
.border-15 {border-radius: 15px !important;}
.border-20 {border-radius: 20px !important;}
.border-30 {border-radius: 30px !important;}
.border-50 {border-radius: 50px !important;}

.border-t-20 {border-radius: 20px 20px 0 0 !important;}
.border-b-20 {border-radius: 0 0 20px 20px !important;}

.line-bottom {border-bottom: 1px solid;}
.line-gray {border-color: rgba(0,0,0,0.20);}

.brd-t {border-top:1px solid #4B4B4B;}
.brd-b {border-bottom:1px solid #4B4B4B;}
.brd-l {border-left:1px solid #4B4B4B;}
.brd-r {border-right:1px solid #4B4B4B;}



.p-10 {padding:10px;}
.p-15 {padding:15px;}
.p-20 {padding:20px;}
.p-30 {padding:30px;}
.p-40 {padding:40px;}


.p-10-fixed {padding:10px !important;}
.p-15-fixed {padding:15px !important;}
.p-20-fixed {padding:20px !important;}
.p-30-fixed {padding:30px !important;}
.p-40-fixed {padding:40px !important;}


.m-5 {margin:5px;}
.m-10 {margin:10px;}
.m-15 {margin:15px;}
.m-20 {margin:20px;}
.m-30 {margin:30px;}
.m-40 {margin:40px;}


.opacity-01 {opacity: 0.1;}
.opacity-02 {opacity: 0.2;}
.opacity-03 {opacity: 0.3;}
.opacity-04 {opacity: 0.4;}
.opacity-05 {opacity: 0.5;}
.opacity-06 {opacity: 0.6;}
.opacity-07 {opacity: 0.7;}
.opacity-08 {opacity: 0.8;}

	
.tag {
	font-size: 14px; line-height: 1.1;
	font-weight: 300;
	display: inline-block;
	padding: 4px 12px 4px 12px;
	border-radius: 50px;
	border: 1px solid #4B4B4B;
	color: #F4F3EC;
	background-color: rgba(16,18,19, 0.6);
	margin: 3px 5px;
}
a.tag:hover {
	background-color: rgba(16,18,19, 1);
	border: 1px solid #FB671F;
	color:#FB671F !important;
}

.tag-transparent {
	border: 1px solid #101213;
	color: #101213;
	background-color: transparent;
}




.block-loading {
	position: relative !important;
    overflow: hidden !important;
    min-height: 100px !important;
	-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.block-loading > * {/*display: none !important;*/}
.block-loading:before {
	position: absolute !important;
	z-index: 88;
    top: 0; left: 0 !important;
    content: ' ' !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
    background: rgba(255,255,255,0.6) !important;
}

.block-loading:after {
	content: ' ' !important;
    display: block !important;
    position: absolute !important;
	z-index: 99;
    top: calc(50% - 20px) !important;
    left: calc(50% - 20px) !important;
    padding: 0 !important;
    text-align: center;
    width: 40px;
   	height: 40px;
   	border-radius: 50%;
   	border: 6.4px solid;
   	border-color: #e3eef7;
   	border-right-color: #059fff;
   	animation: spinner-d3wgkg 1s infinite linear;
}



.block {position: relative; z-index:1; padding:70px 0 70px 0;}
.block-wide {padding-left:40px; padding-right: 40px;}
.block .container {z-index:10; position:relative;}

.block-img {width: calc(100% - 50px);}
.block-quote {max-width: 640px; margin-left:auto; margin-right: auto;}

.block-top {
	position: relative;
	z-index: 10; 
	width:100%;
	min-height: calc(var(--vh, 1vh) * 100);
}

.block-top > * {position: relative; z-index: 20;}


.tabs input {display: none;}
.tabs label {
	display: block;
    padding: 0 0px 20px 0px;
    margin: 20px 0px 20px 0px;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-bottom: 1px solid #4B4B4B;
}
.tabs > div:first-child label {padding-top: 0 !important; margin-top: 0;}
.tabs label:before,
.tabs label:after {
	content: '\0044' !important;
	display: none !important;
	opacity: 1 !important;
	font-family: 'Glyphter';
	font-size: 13px;	
	background: none !important;
	border:none !important;
	width: 14px !important;
	height: 14px !important;
	line-height: 14px;
	position: absolute !important;
	top: 5px !important;
	right: 0 !important;
	left: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
.tabs input[type=radio]:checked + label:after,
.tabs input[type=checkbox]:checked + label:after {
	transform: rotate(180deg);
}

.tabs label:hover {
    border-bottom: 1px solid #F4F3EC;
}

.tabs input[type=radio]:checked + label, 
.tabs input[type=checkbox]:checked + label {
    color: #FB671F;
    border-bottom: 1px solid #F4F3EC;
}


.tab-content {display:none;}
.tab-content.active {display:block}


.full-screen-tabs {
	width: 100%;
	min-height: 75vh;
    max-height: 70vw;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.full-screen-tabs .tabs-wrapper {
	position: absolute;
    z-index: 10;
    top: 30px;
    left: 0;
	width: 100%; height: auto;
    text-align: center;
}

.full-screen-tabs .screen-tabs {
	display: inline-block;
	padding:15px 20px;
	background: rgb(16 18 19 / 60%);
	color: #F4F3EC;
}

.full-screen-tabs .screen-tabs .tab {
	display:inline-block;
	vertical-align: middle;
}
.full-screen-tabs .screen-tabs input {display: none;}
.full-screen-tabs .screen-tabs label {
	display:inline-block;
	vertical-align: middle;
    padding: 0 20px;
    margin: 5px 0px 5px 0px;
    line-height: 1.2;
    text-align: left;
    color: #F4F3EC;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-left: 1px solid #F4F3EC;
}
.full-screen-tabs .screen-tabs .tab:first-child label {
	border-left: none;
}
.full-screen-tabs .screen-tabs label:before,
.full-screen-tabs .screen-tabs label:after {
	content:'' !important;
	display: none !important;
}

.full-screen-tabs .screen-tabs .tab:hover label {color: #FFF;}
.full-screen-tabs .screen-tabs .tab:hover input[type=radio]:checked + label,
.full-screen-tabs .screen-tabs .tab input[type=radio]:checked + label {color: #059FFF; font-weight: 300;}


.full-screen-tabs .tabs-content {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
}

.full-screen-tabs .tabs-content .tab-content {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.full-screen-tabs .tabs-content .tab-content .screen-text {
	position: absolute;
	bottom: 0; left: 0; width: 100%;
	text-align: center;
	padding: 30px;
	background: rgb(16 18 19 / 60%);
	color: #F4F3EC;
}

.screen-tabs-nav {
	position: relative;
	bottom: -1px;
	z-index: 20;
}


.header {
    padding: 20px 0 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header:before {
	content: ' ';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0; top:0;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
}

.header .container {position: relative; z-index: 100;}

.header .logo img {
	height: 30px;
	margin: 0; padding: 0;
	line-height: 1;
	vertical-align: middle;
}


.header.fixed {
    position: fixed;
    padding: 10px 0;
	backdrop-filter: blur(5px);
}

.header.fixed .wow {visibility: visible !important}


.menu-mobile {
	display: inline-block;
    z-index: 10;
    cursor: pointer;
    position: relative;
	margin-left: 15px;
}

.menu-mobile .icon:before {
	font-size: 22px;
}


.header .menu .item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 15px;
}

.header .menu .item ul {display: none; list-style: none; padding: 0; margin: 0;}
.header .menu .item ul li {display: block; padding: 0; margin: 10px 0 10px; list-style: none;}
.header .menu .item ul li:before,
.header .menu .item ul li:after {display: none; content: ''}
.header .menu .item ul li a {color: #F4F3EC; text-decoration: none; font-size: 14px;}

.header .menu .item > a {
	color: #F4F3EC;
	font-size: 16px; font-weight: 300;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	padding: 4px 0;
	border-bottom:1px solid transparent;
}
.header .menu .item > a:hover {
	color: #059FFF;
	border-bottom:1px solid #059FFF;
}

.header .menu .item.active > a {
	color: #059FFF;
}

.header .menu .close {
	display: none;
	color: #F4F3EC;
    font-size: 30px;
    line-height: 30px;
    padding: 5px;
	width: auto;
    height: auto;
}

.header .menu .icon.close:before {font-size: 20px;}

.header .btn-lang .select2-container {width: auto !important;}




.owl-carousel {
	position:relative;
	margin:0;
	padding:0;
}


.owl-carousel .owl-stage {
	position:relative;
	display: flex;
    flex-direction: row;
}
.owl-carousel .owl-stage-outer {

}
.owl-carousel .owl-item {
	float: none;
    flex: 1;
}



.owl-carousel.fullscreen-slider {
	background-color: #222;

}

.owl-carousel.fullscreen-slider * {
	
}

.owl-carousel.fullscreen-slider .slide {
	width: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    vertical-align: top;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items:center !important;
}

.owl-carousel.fullscreen-slider .slide video {
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100%;
	border:none;
	z-index:1;
	object-fit: cover;
}

.owl-carousel.fullscreen-slider .slide.slide-offset {
	background-size: cover;
    background-position: 50% 0%;
}

.owl-carousel.fullscreen-slider .slide:before {
	/*
	content:' ';
	display:block;
	height:25%;
	width:100%;
	position:absolute;
	top:0; left:0;
	z-index:1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 99%);
	*/
}

.owl-carousel .slide .container {
	position: relative;
    z-index: 5;
    padding-top: 80px;
	padding-bottom: 40px;
}

.owl-carousel.fullscreen-slider .top-slider-content {
	background-color: rgba(16,18,19, 0.6);
	border:1px solid #4B4B4B;
	backdrop-filter: blur(5px);
	padding: 32px;
	max-width: 416px;
}

.top-slider-foot {
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	padding: 0px 0 40px 0;
}
.top-slider-foot .container {
	padding-top: 20px;
	border-top: 1px solid #ffffff96;
}

.top-slider-counter span {display: inline-block; vertical-align: middle;}
.top-slider-counter .btn .icon {margin: 0}


.owl-carousel .owl-dots {
	text-align: center;
	margin: 20px 0 0 0;
}
.owl-carousel button.owl-dot {background: #bfbfbf; display: inline-block; width:12px; height: 12px; border-radius: 20px; margin: 0 5px;}
.owl-carousel button.owl-dot:hover {background: #222;}
.owl-carousel button.owl-dot.active,
.owl-carousel button.owl-dot.active:hover {background: #D53243;}

.owl-carousel .owl-nav {
    width: 100%;
}

.owl-carousel .owl-nav .disabled {display: none;}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.fullscreen-slider .owl-nav .owl-next, 
.owl-carousel.fullscreen-slider .owl-nav .owl-prev {
    position: absolute;
    left: 2vw;
    bottom: 120px;
    height: 40px;
    width: 40px;
    opacity: 0.8;
}
.owl-carousel.fullscreen-slider .owl-nav .owl-next {
    left: auto;
    right: 2vw;
}
.owl-carousel .owl-nav .owl-next:hover, 
.owl-carousel .owl-nav .owl-prev:hover {opacity: 1}



.post {
	border:1px solid #343434;
	background: #181818;
	padding: 22px;
	color: #F4F3EC;
	display: flex;
    flex-direction: column;
    justify-content: start;
	position: relative;
	z-index: 1;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.no-border {border:none;}

.post * {

}

.post.empty-post {
	border:none;
	background-color: transparent;
}

a.post:hover {
	border: 1px solid #FDA479;
    background-color: #FB671F;
}

a.post:hover .post-title {
	color:#101213;
}
a.post:hover .color-gray {
	color:#101213 !important;
}
a.post:hover .icon-arrow-45-up {
	color:#101213;
}

.post .img-post {
	position: relative;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.post .img-post img  {
	position:absolute;
	max-width: none !important;
	z-index: 1;
	object-fit:contain;
}

.post .img-post.img-theme-1 img {
	width: 134%;
    height: auto;
    left: -15%;
    top: -9%;
}

.post .img-post.img-theme-2 img {
	width: 73%;
    height: auto;
    left: 16%;
    top: -6%;
}

.post .img-post.img-theme-3 img {
	width: 108%;
    height: 108%;
    left: -1%;
    bottom: 0%;
}

.post .img-post.img-theme-4 img {
	width: 114%;
    height: 114%;
    left: -7%;
    bottom: 4%;
}

.post .img-post.img-theme-5 img {
	width: 110%;
    height: 110%;
    left: -5%;
    bottom: 0%;
}

.img-post-vert {flex: 1 1 auto;}
.img-post-wide {flex: 1 1 auto;}

.img-post .tag {
	position:absolute;
	top:10px;
	right: 10px;
	backdrop-filter: blur(5px);
}

.post .post-foot {
	position: relative;
	z-index: 10;
	padding: 22px 0 0 0;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
}

.post .post-foot .icon-arrow-45-up {
	margin: 5px 0 0 15px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.post .post-foot-trans {
	position:absolute;
	bottom: 0; left: 0;
	width:100%;
	padding: 30px;
}

.post .post-title {
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	flex: 1 1 auto;
}
.post .post-title.ellipsis-2 {
	height: 53px;
}

.row-3-spin {
	
}
.row-3-spin > div {
	
}

.post-spin {
	-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	display:block;
	height: auto;
	overflow: hidden;
	border-radius: 300px;
	position: relative;
	z-index: 1;
	margin: 20px 0;
}


.spin {
	position:relative; 
	display: block;
	width: 100%;
	overflow: hidden;
	display: block;
	color: #F4F3EC;
}

.spin:hover {
	color: #F4F3EC !important;
}

.spin:hover .post-spin {
	border: 1px solid #FDA479;
    background-color: #FB671F;
}

.post-spin .img-spin {
	display:flex;
	align-items: flex-end;
	border-radius: 300px;
	position: relative;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.post-spin .img-spin:before {
	content: ' ';
	position: absolute;
	display: block;
	bottom:0; left: 0; 
	width: 100%;
	height: 50%;
	background: linear-gradient(to bottom,  rgba(16,18,19,0) 0%,rgba(16,18,19,0.73) 100%);
	z-index: 1;
	border-radius: 0 0 300px 300px;
}

.post-spin .img-spin .spin-content {
	display: block;
	width: 100%;
	text-align: center;
	color: #F4F3EC;
	padding: 0px 40px 60px 40px;
	position: relative;
	z-index: 5;
}

.spin > div {
	-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.spin-1 > div {margin-top: -260%;}
.spin-2 > div {margin-top: -200%;}
.spin-3 > div {margin-top: -290%;}

.spin-1:hover > div {margin-top: 22px;}
.spin-2:hover > div {margin-top: 22px;}
.spin-3:hover > div {margin-top: 22px;}


.owl-carousel.spin-slider .post-spin {width: 260px;}





.row-games-themes {margin-left: -4px; margin-right: -4px;}
.row-games-themes .item {padding-right: 4px; padding-left: 4px; margin-top: 4px; margin-bottom: 4px;}
.row-games-themes .post {height: 100%; background-position: top center; background-size: contain; background-repeat: no-repeat;}
.row-games-themes .post-foot {padding-top: 18px;}
.row-games-themes .post-foot .post-title {line-height: 1.25;}
.row-games-themes {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.row-games-themes .item-1 { grid-area: 1 / 1 / 3 / 2; }
.row-games-themes .item-2 { grid-area: 1 / 2 / 2 / 4; }
.row-games-themes .item-3 { grid-area: 1 / 4 / 2 / 5; }
.row-games-themes .item-4 { grid-area: 2 / 2 / 3 / 3; }
.row-games-themes .item-5 { grid-area: 2 / 3 / 3 / 4; }
.row-games-themes .item-6 { grid-area: 2 / 4 / 3 / 5; }


.owl-carousel.post-slider .post {width: 100%; height: 100%;}


.row-game-list {margin: 0 -8px;}

.row-game-list > div {padding: 0;}

.row-games {}
.row-games .item {padding-right: 8px; padding-left: 8px; margin-top: 8px; margin-bottom: 8px;}
.row-games .post {height: 100%;}

.row-games {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.row-games .item-1 { grid-area: 1 / 1 / 3 / 2; }
.row-games .item-2 { grid-area: 1 / 2 / 2 / 3; }
.row-games .item-3 { grid-area: 2 / 2 / 3 / 3; }

.row-games .item-4 { grid-area: 1 / 1 / 2 / 3; }
.row-games .item-5 { grid-area: 2 / 1 / 3 / 2; }
.row-games .item-6 { grid-area: 2 / 2 / 3 / 3; }

.row-games .item-7 { grid-area: 1 / 1 / 2 / 2; }
.row-games .item-8 { grid-area: 1 / 2 / 2 / 3; }
.row-games .item-9 { grid-area: 2 / 1 / 3 / 3; }

.row-games .item-10 { grid-area: 1 / 1 / 2 / 2; }
.row-games .item-11 { grid-area: 2 / 1 / 3 / 2; }
.row-games .item-12 { grid-area: 1 / 2 / 3 / 3; }

.row-games-left {}
.row-games-top {}
.row-games-bottom {}
.row-games-right {}

.row-games-auto {
	grid-template-rows: auto;
}



.paging {
	text-align: center;
}
.paging .btn {
	background-color: transparent !important;
	color:#F4F3EC !important;
	border-color: transparent !important;
	padding: 13px 10px;
    min-width: 45px;
    margin: 3px 3px;
}

.paging .btn:hover,
.paging .btn.active {
	border-color:#059FFF !important;
	color:#059FFF !important;
	background-color: transparent !important;
}

.paging .btn .icon {
	margin-left:0;
}

.paging .btn:hover .icon:before,
.paging .btn.active .icon:before {
	color: #059FFF;
}

.paging .btn:before {
	content: '';
	display: none;
}

.paging .btn:hover:before {
	display: none;
}


.logos-slider {
	width: 100%;
	overflow: hidden;
}



.marquee-wrap {
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: 20px;
}

.marquee-wrap .marquee-items {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 60px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
  animation: scroll 60s linear infinite;
  margin: 0 30px;
}

.reverce {
  animation-direction: reverse !important;
}
.marquee-wrap:hover .marquee-items {
  animation-play-state: paused;
}

.marquee-wrap .marquee-items .item {
	flex: 0 0 auto;
	width: 100px;
	height: 80px;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.1s ease-in-out;
	margin: 30px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	filter: saturate(0%);
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.marquee-wrap .marquee-items .item:hover {
	filter: none;
}

.splide__slide {padding: 0; margin: 0; list-style: none;}
.splide__slide:before {content: ''; display: none;}

.slideshow-slider {}
.slideshow-slider .splide__slide {
	width: 100% !important;
	height: 636px !important;
	position: relative;
}

.slideshow-slider .splide__slide img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.slideshow-slider .splide__slide.item-video {
	display: flex;
	align-items: center;
}
.slideshow-slider .splide__slide.item-video iframe,
.slideshow-slider .splide__slide.item-video video {
	border:none;
	width: 100%;
	height: 100%;
}

.thumbs-slider {
	
}

.thumbs-slider .splide__slide {
	padding:3px !important;
	background-color: #181818 !important;
	border:1px solid #343434 !important;
	cursor: pointer;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	width: auto !important;
	position: relative;
	
}
.thumbs-slider .splide__slide:hover {
	border-color:#F4F3EC !important;
}

.thumbs-slider .splide__slide.is-active,
.thumbs-slider .splide__slide.is-active:hover {
	border: 1px solid #FB671F !important;
}

.thumbs-slider .splide__slide img {
	height: 93px; 
	width: auto; 
	max-width: none;
}
.thumbs-slider .splide__slide.item-video:after {
   content:'\0063';
   font-family: 'Glyphter';
	font-size: 40px;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
	position: absolute;
	top:calc(50% - 18px);
	left:calc(50% - 18px);
}

.thumbs-slider .splide__slide.item-video:hover:after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(152deg) brightness(103%) contrast(103%);
}

.thumbs-slider .splide__slide.item-video.is-active:after,
.thumbs-slider .splide__slide.item-video.is-active:hover:after {
	filter: brightness(0) saturate(100%) invert(72%) sepia(58%) saturate(7372%) hue-rotate(349deg) brightness(103%) contrast(97%);
}

.thumbs-slider .splide__list {
	justify-content: center;
}



.timeline-slider {
	
}
.timeline-slider .splide__slide {overflow: hidden;}
.timeline-slider .splide__slide .slide-content {
	border: none !important;
	position: relative;
	display: flex;
	width: max-content;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
	opacity: 0;
	margin-bottom: -20px;
}

.timeline-slider .splide__slide.is-active .slide-content {
	opacity: 1;
}

.timeline-slider .splide__slide .slide-content img {width: 300px; height: auto; margin: 0 30px 0 0;}
.timeline-slider .splide__slide .slide-content .text {width: 260px; height: auto;}
.timeline-slider .splide__slide .slide-content .text .title {margin-bottom: 15px;}

.timeline-slider .splide__slide.to-left {text-align: right;}
.timeline-slider .splide__slide.to-left .slide-content {text-align: right; justify-self: end;}
.timeline-slider .splide__slide.to-left .slide-content img {order: 2; margin: 0 0 0 30px;}
.timeline-slider .splide__slide.to-left .slide-content .text {order: 1; text-align: right}


.timeline-periods {
	position: relative; 
	z-index: 1;
	margin: 50px 0 0 0 !important;
}

.timeline-periods ul.splide__list {
	justify-content: space-between;
	
}

.timeline-periods:before {
	content: ' ';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #F4F3EC;
	left: 0; top: auto; bottom:0;
	
}
.timeline-periods .splide__slide.item {
	position: relative; 
	z-index: 10;
	color: #6A6A6A;
	font-weight: 300;
	padding: 0 2px 10px 2px;
	cursor: pointer;
	border: none !important;
	margin: 0 20px 0 0;
	width: min-content !important;
	-webkit-transition: 0.3s;
  	-moz-transition: 0.3s;
  	-o-transition: 0.3s;
  	transition: 0.3s;
}
.timeline-periods .splide__slide.item:last-child {
	margin: 0 0 0 0;
}

.timeline-periods .splide__slide.item:before {
	content: ' ';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	left: 0; top: auto; bottom:0;
	background-color: transparent !important;
}

.timeline-periods .splide__slide.item:hover {color: #FB671F;}
.timeline-periods .splide__slide.item:hover::before {background-color: #FB671F !important;}

.timeline-periods .splide__slide.item.is-active,
.timeline-periods .splide__slide.item.is-active:hover {color: #FB671F;}

.timeline-periods .splide__slide.item.is-active:before,
.timeline-periods .splide__slide.item.is-active:hover::before {background-color: #FB671F !important;}




.row-also-like {margin-left: -10px; margin-right: -10px;}
.row-also-like *[class*='col-'] {
	padding: 10px 10px;
}




.posts-tags .btn {
	margin:5px 10px 5px 0;
}

.posts-tags .btn.current {
	border-color: #FB671F;
    background-color: #FB671F;
    color: #101213;
}


.posts-tags .owl-nav button.owl-next, 
.posts-tags .owl-nav button.owl-prev {
	position: absolute;
    top: 9px;
    z-index: 99;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -o-transition: 0.4s !important;
    transition: 0.4s !important;
}

.posts-tags .owl-nav button.owl-prev {
	left: -45px;
}

.posts-tags .owl-nav button.owl-next {
	right: -34px;
}

.posts-tags .owl-stage-outer:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 89;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(16 18 19 / 70%) 23%, rgb(16 18 19) 62%);
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -o-transition: 0.4s !important;
    transition: 0.4s !important;
}


.row-posts > div {
	margin-top: 15px;
	margin-bottom: 15px;
}


.row-partners-logos .item {
	margin: 20px 20px;
	display: inline-block;
}


.row-page-content {}
.page-content a {
	color: #059FFF;
}
.page-content a:hover {
	color: #FB671F !important;
}



.footer {
	position: relative; z-index: 0;
	border-top:1px solid #6D6D6D;
	padding: 50px 0 30px 0;
}

.footer .logo img {height: 30px;}

.footer-menu {text-align: right;}
.footer-menu > a {
	display: inline-block; 
	vertical-align: middle; margin: 5px 40px 5px 0px;
	color: #F4F3EC;
}
.footer-menu > a:last-child {margin-right: 0;}
.footer-menu > a:hover {color: #059FFF !important;}

.footer-partners > * {
	display: inline-block; 
	vertical-align: middle; 
	margin: 0 20px 0 0;
}
.footer-partners > a img {height: 22px;}


.footer-social {text-align: right;}
.footer-social > a {display: inline-block; vertical-align: middle; margin: 0 0px 0 20px;}
.footer-social > a img {height: 24px;}

.footer-copyright {}
.footer-terms { text-align: right;}


.footer-foot {
	padding: 30px 0 0 0;
	margin: 30px 0 0 0;
	border-top: 1px solid #6D6D6D;;
}


.win {
	position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 10000;
    display: none;
	backdrop-filter: blur(5px);
}
.win:before {
	content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
	
}
.win .win-container {
	text-align: center;
    padding: 0;
    margin-top: 0;
    display: table-cell;
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
	text-align: center;
    position: relative;
}
.win .win-content {
    background: #181818;
	border:1px solid #343434;
    position: relative;
    text-align: left;
    display: block;
    max-width: 700px;
	width: 90%;
    min-width: 320px;
    margin: 30px auto 30px auto;
	padding: 40px;
	color: #F4F3EC;
}

.win .win-content:after {
	display:block;
	width:100%;
	content:' ';
	clear:both;
}
.win .close {
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
    height: 36px;
    width: 36px;
    line-height: 1;
    color: #F4F3EC;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.win .close .icon-close {
	font-size: 18px !important;
    line-height: 18px !important;
    color: #F4F3EC !important;
    height: 18px !important;
}
.win .close .icon-close:before {
	font-size: 18px !important;
    line-height: 18px !important;
    height: 18px !important;
}

.win .close:hover {
	color: #059FFF !important;
}
.win .close:hover .icon-close {
	color: #059FFF !important;
}

#win_login {
	
}
#win_login .win-container {
	
}
#win_login .win-content {
	max-width: 450px;
}



#win_playgame {
	
}
#win_playgame .win-container {
	
}
/*
#win_playgame .win-content {
	max-width: none;
    padding: 60px 20px 20px 20px;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
*/
#win_playgame #iframe_game {
	width: calc(100% - 40px);
	max-width: 1600px !important;
    border: none !important;
    height: calc(100% - 110px);
}



.dropdown {
    display:inline-block; vertical-align:middle;
    position:relative;
}
.dropdown > .btn-dropdown {
    padding-right:55px !important;
	padding-left: 15px !important;
    display:block;
    text-align:left;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dropdown > .btn-dropdown {
	width: auto !important;
}

.dropdown > .btn-dropdown {
	padding:8px 40px 8px 10px !important;
}


.dropdown > .btn-dropdown:after {
	display: inline-block;
	font-family: 'Glyphter';
	font-size: 18px;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: rotate(90deg);
    content:'\0042';
    position:absolute;
    top:calc(50% - 9px);
    right:15px;
	
    
}

.dropdown .dropdown-content {
    position:absolute;
    z-index:888;
    top:calc(100% + 5px);
    left:0;
    display:none;
    border-radius:8px;
	padding: 8px;
    overflow:hidden;
    background:#fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
    min-width: 100%;
    width: auto;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    user-select: none;
	text-align: left;
}


.dropdown.dropdown-left .dropdown-content {
    left:auto;
    right:0;
}

.dropdown .dropdown-block {padding:20px 20px;}

.dropdown .dropdown-content > * {
    padding:8px 10px;
    cursor:pointer;
	display: block;
	border-radius:8px;
	font-size: 16px; line-height: 1;
}
.dropdown .dropdown-content > a {color: #222;}
.dropdown .dropdown-content > *:hover {color:#222 !important; background-color: #F5F5F5;}
.dropdown .dropdown-content > *.active,
.dropdown .dropdown-content > *.active:hover {color:#D53243 !important;}

.dropdown.opened .dropdown-content {display:block;}
.dropdown.opened .btn-dropdown:after {transform:rotate(270deg);}







.fancybox__container a, 
.fancybox__container button {color: #fff !important;}
.fancybox__slide {opacity: 0.4;}
.fancybox__caption { text-align: center; line-height: 1.15 !important; max-width: 850px;}
.fancybox-image {border-radius: 8px;}
.fancybox__slide.has-image.is-selected {
	z-index:999;
	
	opacity: 1;
}
.fancybox__slide .fancybox__content {
	height:90vh !important;
}





.select2-container {
	width: 100% !important;
}

.select2-container .select2-selection--single {
	background-color: transparent !important;
    padding: 8px 14px 9px 14px;
    font-family: 'Poppins', 'Open Sans';
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #F4F3EC;
    border-radius: 0;
    border: 1px solid #4B4B4B;
    height: auto !important;
	-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.select2-container .select2-selection--single:hover {
	border: 1px solid #F4F3EC;
}
.select2-container--open .select2-selection--single,
.select2-container--open .select2-selection--single:hover {
	border: 1px solid #059FFF;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: inherit !important;
    color: #f4f3ec;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 1px;
    padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear:before {
	
}

.select2-container .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container .select2-selection--single .select2-selection__arrow {
	width: 12px !important;
    height: 12px !important;
    top: calc(50% - 6px);
    right: 15px;
}

.select2-container .select2-selection--single .select2-selection__arrow:before {
	color: #f4f3ec;
    content:'\0044';
    display: inline-block;
    font-family: 'Glyphter';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 12px;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before {
	transform: rotate(180deg);
}

.select2-dropdown {
	background-color: rgba(16, 18, 19, 0.9);
    border: 1px solid #4B4B4B !important;
    border-radius: 0px !important;
	width: max-content !important;
	min-width: 92px;
    max-width: 280px !important;
	margin-top: 5px;
}
.select2-dropdown ul,
.select2-dropdown li {
	list-style: none;
	margin: 2px 0; padding: 0;
	-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.select2-dropdown li {
	padding: 8px 14px;
    cursor: pointer;
    display: block;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1;
}

.select2-dropdown li:before {content: ''; display: none;}

.select2-dropdown .select2-results {
	padding: 0px !important;
	font-weight: 300;
}

.select2-search--dropdown {
    padding: 5px 5px 0 5px !important;
}
.select2-container .select2-search--dropdown .select2-search__field {
	border: 1px solid #E0E0E0 !important;
    border-radius: 0px;
    margin: 0 !important;
    padding: 5px 10px;
    width: 100% !important;
    font-size: 18px;
    line-height: 20px;
}



.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: transparent !important;
	color: #059FFF !important;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--selected.select2-results__option--highlighted {
	background-color: transparent!important;
	color: #059FFF !important;
}
.select2-container--default .select2-results__group {
	padding: 8px 10px;
	font-weight: normal;
	color: #A6A6A6;
}

.btn-select-dropdown {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	margin-top: 6px;
}

.btn-select-dropdown li ul li {
	font-size: 14px;
	padding: 5px 20px 5px 20px !important
}

.btn-select-dropdown .select2-results>.select2-results__options {
	max-height: 400px;
}



.select2-selection--single.btn-select {
	vertical-align: middle;
	background-color: transparent !important;
	border: 1px solid #D53243 !important;
}
.select2-selection--single.btn-select .select2-selection__rendered {
	font-family: 'Poppins', 'Open Sans';font-weight: 400;
	padding: 10px 42px 10px 14px !important;
	width: min-content;
	color: #D53243;
	text-transform: uppercase;
}
.select2-selection--single.btn-select .select2-selection__arrow {
	top: 9px !important;
    right: 15px !important;
}
.select2-selection--single.btn-select .select2-selection__arrow:before {
	color: #D53243;	
}

.select2-selection--single.btn-select:hover {background-color: #D53243 !important;}
.select2-selection--single.btn-select:hover .select2-selection__rendered {color: #fff;}
.select2-selection--single.btn-select:hover .select2-selection__arrow:before {color: #fff;}

.vScrollbarTrack {
	background-color: transparent;
	top: 5px !important;
	height: calc(100% - 10px) !important;
	left: auto !important;
	right: 4px !important;
}

.btn-totop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 0px;
    padding: 14px 10px 10px 15px;
    border-radius: 10px 10px 0 0;
    background: rgb(19 95 206);
    text-align: center;
    cursor: pointer;
    z-index: 20;
    opacity: 0.7;
}
.btn-totop:hover {opacity: 1;}


.jsToExpand {display:none;}
.jsToShow {display:none;}

.download-item {
	padding: 16px 20px;
    background: #181818;
    border: 1px solid #343434;
    margin: 0px 0 10px 0;
    display: flex;
    align-items: center;
    flex-direction: row;
	flex-wrap: wrap;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.download-item .download-item-name {
	flex: 1 1;
    padding: 0 30px 0 0;
}
.download-item .download-item-link {
	padding: 5px !important;
}

.download-section {
	cursor: pointer;
}
.download-section:hover {
	border-color:#FDA479;
	background-color: #FB671F;
	color: #101213;
}
.download-section:hover .download-item {
	background-color: transparent;
}

.download-item .download-content {
	display: none;
	flex: 1 1 100%;
    padding: 20px 0 0;
}



.download-item.opened .download-content {
	
}

.download-item.opened > .download-item-link .icon {
	transform: rotate(180deg);
}


.download-item .download-content .download-item { 
	border-top: none;
    border-left: none;
    border-right: none;
    padding: 15px 0 15px 0;
    margin: 0;
}

.download-item.opened, 
.download-item.opened:hover {
	background-color: transparent;
	border-color:#FB671F;
	cursor: default;
	color: inherit;
}


.row-account-game-detals > div:first-child {padding-right: 30px;}
.row-account-game-detals > div:last-child {padding-left: 30px;}



.top-screen-video {
	width: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.top-screen-video video {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border: none;
	object-fit: cover;
	z-index: 88;
}

.top-screen-video .container {
	z-index: 99;
}
.top-screen-video .row-video-foot {
	padding: 20px 0 40px 0;
    border-top: 1px solid #ffffff96;
}

.view3d-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
.view3d-wrapper .view3d {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 400px;
}
.view3d-wrapper canvas {
	position: absolute;
	z-index: 1;
	left: 0; top: 0;
	width: 100% !important;
    height: 100% !important;
	background-color: transparent !important;
}
.view3d-wrapper .icon-3d {
	position: absolute;
	top:10px; left: 10px;
	z-index: 10;
}

model-viewer::part(default-progress-bar) {
	background-color: transparent;
}

.radio-tabs-categories {
	display:flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.radio-tabs-categories > * {
	width: 100%;
	flex: 0 0 100%;
}
.radio-tabs-categories label > div {
	padding-right: 0;
}
.radio-tabs-categories label,
.radio-tabs-categories label:hover,
.radio-tabs-categories input[type=radio]:checked + label, 
.radio-tabs-categories input[type=checkbox]:checked + label {
	border-bottom: 1px solid #A5A5A5;
	margin: 0;
	padding: 20px 0 20px 0;
}
.radio-tabs-categories label:hover {
	color: #FB671F;
}
.tabs.radio-tabs-categories label:after {content:''; display: none !important;}



.radio-tabs-characts {
	width: 100%;
}
.radio-tabs-characts > * {
	width: 100%;
	border-bottom: 1px solid #A5A5A5;
}
.radio-tabs-characts label,
.radio-tabs-characts label:hover,
.radio-tabs-characts input[type=radio]:checked + label, 
.radio-tabs-characts input[type=checkbox]:checked + label {
	border-bottom: none;
	margin: 20px 0 20px !important;
	padding: 0px 0 0px 0 !important;
}
.radio-tabs-characts label:hover {
	color: #FB671F;
}

.radio-tabs-characts label:after {
	display: inline-block !important;
}

.radio-tabs-characts .tabs-characts-content table th,
.radio-tabs-characts .tabs-characts-content table td {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #A5A5A5;
}
.radio-tabs-characts .tabs-characts-content table tr th:first-child,
.radio-tabs-characts .tabs-characts-content table tr td:first-child {
	padding-left:0;
}
.radio-tabs-characts .tabs-characts-content table tr:last-child td,
.radio-tabs-characts .tabs-characts-content table tr:last-child th {
	border-bottom: none;
}



.pos-rel {position: relative; z-index: 1;}
.pos-abs {position: absolute; top: 0; left: 0; z-index: 1;}

.btn-cyrcle-center {
	position: absolute;
	z-index: 90;
	left: calc(50% - 70px);
	top: calc(50% - 70px);
	border-radius: 300px;
	width: 140px;
	height: 140px;
	color: #F4F3EC;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-cyrcle-center:hover {
	background-color: #FB671F;
	backdrop-filter: none;
}

@media (hover: none) {
	.btn:before,
	input[type=submit],
	button:before,
	a.post {
		-webkit-transition: 0s !important;
		-o-transition: 0s !important;
		transition: 0s !important;
	}
}
