@charset "utf-8";
/* CSS Document */

.wrap-header-home {
    position: relative;
    overflow: hidden;
    height: calc(100vw * 0.821875);
    min-height: 1578px;
    background-color: #15233c;
}
.home-header-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}
.home-header-img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
    display: block;
    transform: translateZ(0);
}

/********* top-site **********/
.top-site {
	position: relative;
	padding: 30px 50px 0;
}
.logo {
	position: relative;
	z-index: 10;
}
.logo a img {
	-webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition: opacity 0.9s;
}
.logo a:hover img {
	opacity: 0.7;
}
.main-menu {
	position: relative;
	z-index: 10;
}
.desktop .main-menu ul {
	justify-content: center;
}
.desktop .main-menu ul li {
	margin: 0 15px;
}
.desktop .main-menu ul li a {
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2;
}
.desktop .main-menu ul li a:lang(uk-ua) {
	font-size: 16px;
}
.desktop .main-menu ul li a:hover {}
.desktop .main-menu ul li.active a {
	text-decoration: underline;
}
.top-imgs {
	position: relative;
	z-index: 10;
}
.top-imgs a img {
	-webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition: opacity 0.9s;
}
.top-imgs a:hover img {
	opacity: 0.7;
}
.top-imgs .img-app {}
.top-imgs .img-play {}
.langs {
	position: relative;
	z-index: 10;
}
.mod-languages button.btn-secondary {
	font-family: "Coiny", system-ui;
	font-size: 16px;
	background-color: transparent;
	border-radius: 12px;
	border: 3px solid #ffffff;
	padding: 10px 8px;
}
.mod-languages button.btn-secondary:focus {
	box-shadow: none;
}
.mod-languages button.btn-secondary:lang(uk-ua) {
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	padding: 11px 8px;
}
.mod-languages .dropdown-menu {
	min-width: 100%;
	background-color: transparent;
	border-radius: 12px;
	border: 3px solid rgba(255, 255, 255, 0.5);
}
.langs .mod-languages ul.lang-block li {
	text-align: center;
	padding: 6px 0;
}
.mod-languages ul li a {
	font-family: "Coiny", system-ui;
	font-size: 16px;
	color: #ffffff;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.13), 0 1px 3.8px rgba(0, 0, 0, 0.25);
	-webkit-text-stroke-width: 0.1px;
	-webkit-text-stroke-color: #464646;
	border-radius: 12px;
	border: 3px solid transparent;
	/*padding: 14px 16px;*/
	padding: 0;
}
.langs .mod-languages ul.lang-block li a:hover,
.langs .mod-languages ul.lang-block li.lang-active a {
	color: rgba(255, 255, 255, 0.5);
}
.langs .mod-languages ul li.lang-active {
	background-color: transparent;
}
/*.mod-languages ul li a:hover,
.mod-languages ul li.lang-active a {
	border: 3px solid #ffffff;
}*/
.mod-languages ul li a:lang(uk-ua) {
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	/*padding: 12px 15px;*/
}

/************ home **********/
/*-------- titles-home ------*/
.titles-home {
	padding-top: 230px;
	position: relative;
}
.titles-home .desc-header {}
.titles-home .desc-header .h1 {
	font-family: "Coiny", system-ui;
	color: #FF0;
	text-transform: uppercase;
	text-shadow: 0 4px 33.4px rgba(0, 0, 0, 0.25), 3px 3px 4px rgba(0, 0, 0, 0.32);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #6D6D6D;
}
.titles-home .desc-header .h3 {
	font-family: "Coiny", system-ui;
	color: #FFF;
	line-height: 1.1;
	text-shadow: 0 4px 33.4px rgba(0, 0, 0, 0.29);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(98, 98, 98, 0.49);
}
.titles-home .desc-header .h6 {
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.31);
}
.titles-home .desc-header ul {
	list-style: none;
	padding-left: 0;
	margin: 30px 0 70px;
}
.titles-home .desc-header ul li {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.titles-home .desc-header ul li .marker {
	flex: 0 0 34px;
	margin-right: 12px;
}
.titles-home .desc-header ul li .value {
	font-family: "Coiny", system-ui;
	text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.25);
}
.titles-home .desc-header .header-blocks {
	display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 630px;
}
.titles-home .desc-header .header-blocks .header-block {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 36px;
    border-radius: 36px;
    overflow: hidden;
    color: #fff;
    box-shadow: 5px 4px 36.6px 0 #000;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    transition-duration: 0.56s;
    -webkit-transition-duration: 0.56s;
    -moz-transition-duration: 0.56s;
    -o-transition-duration: 0.56s;
    -ms-transition-duration: 0.56s;
}
.titles-home .desc-header .header-blocks .header-block-1:hover,
.titles-home .desc-header .header-blocks .header-block-2:hover,
.titles-home .desc-header .header-blocks .header-block-3:hover {
	transform: scale(1.03);
}
.titles-home .desc-header .header-blocks .header-block > * {
	position: relative;
	z-index: 1;
}
.titles-home .desc-header .header-blocks .header-block::after {
	content: "";
    position: absolute;
    inset: 8px;
    border-radius: calc(28px - 8px);
    pointer-events: none;
    z-index: 0;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.22),
        inset 0 -18px 28px rgba(0,0,0,.28);
}
.titles-home .desc-header .header-blocks .header-block::before {
	content: "";
    position: absolute;
    left: 28px; right: 28px; bottom: -8px; height: 26px;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(120% 60% at 50% 0,
                 rgba(0,0,0,.35) 0%,
                 rgba(0,0,0,0) 70%);
    filter: blur(6px);
}
.titles-home .desc-header .header-blocks .header-block .header-block-content {
	z-index: 1;
}
.titles-home .desc-header .header-blocks .header-block .header-block-img{
    width: clamp(92px,22vw,140px);
    height: auto;
    filter: drop-shadow(0 6px 12px rgba(0,0,0,.25));
    z-index: 1;
}
.titles-home .desc-header .header-blocks .header-block .header-block-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: 0 0;
    border-radius: inherit;
    pointer-events: none;
    display: block;
    z-index: 2;
}
.titles-home .desc-header .header-blocks .header-block .h4 {
	font-family: "Coiny", system-ui;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #616161;
}
.titles-home .desc-header .header-blocks .header-block .h6 {
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.31);
}
.titles-home .desc-header .header-blocks .header-block-1 {
	background: url("../images/bg-header-block-1.png") center / cover no-repeat;
	min-height: clamp(190px, 24vw, 244px);
    grid-template-columns: 1fr;
    padding-right: clamp(140px, 26vw, 240px);
    overflow: visible;
}
.titles-home .desc-header .header-blocks .header-block-1 .header-block-img {
    position:absolute;
    right: clamp(6px, -2vw, -28px);
    bottom: clamp(-6px, -0.5vw, -8px);
    width: clamp(180px, 30vw, 240px);
    height:auto;
    z-index:3;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.28));
}
.titles-home .desc-header .header-blocks .header-block-2 {
	background: url("../images/bg-header-block-2.png") center / cover no-repeat;
	min-height: clamp(176px, 22vw, 224px);
	grid-template-columns: 1fr;
	padding-right: clamp(180px, 30vw, 305px);
	position: relative;
    overflow: visible;
}
.titles-home .desc-header .header-blocks .header-block-2 .header-block-img {
	position: absolute;
    right: clamp(-30px, -1.6vw, -24px);
    bottom: clamp(14px, -0.6vw, -10px);
    width: clamp(220px, 34vw, 344px);
    height: auto;
    z-index: 3;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.28));
}
.titles-home .desc-header .header-blocks .header-block-3 {
	background: url("../images/bg-header-block-3.png") center / cover no-repeat;
	min-height: clamp(186px, 23vw, 228px);
	grid-template-columns: 1fr auto;
	padding-right: 24px;
    overflow: hidden;
}
.titles-home .desc-header .header-blocks .header-block-3 .header-block-img {
	position: relative;
    justify-self: end;
    align-self: end;
    width: clamp(200px, 30vw, 218px);
    height: auto;
    z-index: 1;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,.24));
    margin-right: -4px;
    margin-bottom: -6px;
}
.titles-home .img-header {}

/*-------- section portal -------*/
#SectPortal {}
.custom-portal {}
.custom-portal .row {
	align-items: center;
}
.custom-portal .img-portal {}
.custom-portal .desc-portal {}
.custom-portal .desc-portal .h2 {
	font-family: "Coiny", system-ui;
	color: #FF0;
	line-height: 1.1;
	text-shadow: 0 4px 33.4px rgba(0, 0, 0, 0.25), 3px 3px 4px rgba(0, 0, 0, 0.32);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #6D6D6D;
}
.custom-portal .desc-portal .h5 {
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.31);
	font-weight: 700;
}
.custom-portal .desc-portal .link {
	margin-top: 44px;
}
.custom-portal .desc-portal .link a.btn-green {
	background: url("../images/btn-green-shell-latin.svg") center / 100% 100% no-repeat;
}
.btn-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 78px;
    padding: 0 40px;
    border: none;
    border-radius: 999px;
    font-family: "Coiny", system-ui;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 2px 2px rgba(21, 127, 9, 0.75);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #157F09;
    cursor: pointer;
    transition:
        transform .18s ease-out,
        filter .18s ease-out,
        box-shadow .18s ease-out;
}
.btn-green:hover,
.btn-green:focus {
    filter: brightness(1.15) saturate(1.1);
    transform: translateY(-2px) scale(1.02);
    outline: none;
    color: #ffffff;
    text-decoration: none;
}
/*---------- section Game ------*/
#DescGame {
	position: relative;
	overflow: hidden;
	background-color: #254264;
}
.desc-game {}
.desc-game .imgs-section {
    position: relative;
    z-index: 0;
}
.desc-game .imgs-section .clouds {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.desc-game .imgs-section .clouds img {
    display: block;
    width: 100%;
    height: auto;
}
.desc-game .imgs-section .room-bg {
    position: absolute;
    left: 50%;
    top: auto;
    width: 100vw;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
}
.desc-game .imgs-section .room-bg-img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1.05);
    transform-origin: center bottom;
    will-change: transform;
}
.desc-game .custom-meet {}
.desc-game .custom-meet .container {
	position: relative;
    z-index: 3;
    padding-top: 45px;
    padding-bottom: 115px;
}
.desc-game .custom-meet .sec-room-inner {
	position: relative;
}
.desc-game .custom-meet .sec-room-inner .h1 {
	color: #FF0;
	font-family: "Coiny", system-ui;
	margin-bottom: 60px;
	text-shadow: 0 4px 33.4px rgba(0, 0, 0, 0.25), 3px 3px 4px rgba(0, 0, 0, 0.32);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #6D6D6D;
}
.desc-game .custom-meet .sec-room-inner .row-cards {
	--bs-gutter-x: 34px;
}
.desc-game .custom-meet .sec-room-inner .block-card {
	display: flex;
	overflow: visible;
}
.desc-game .custom-meet .sec-room-inner .block-card .wrap {
	position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 35px;
    flex-grow: 1;
	display: flex;
	flex-direction: column;
	position: relative;
    box-shadow:
        0 0 0 10px #E19D4A,
        0 -3px 6px rgba(255, 255, 255, 0.35),
        0 22px 32px rgba(0, 0, 0, 0.35),
        inset 0 4px 18px rgba(255, 255, 255, 0.20),
        inset 0 0 4px rgba(0, 0, 0, 0.55);
    transition-duration: 0.56s;
    -webkit-transition-duration: 0.56s;
    -moz-transition-duration: 0.56s;
    -o-transition-duration: 0.56s;
    -ms-transition-duration: 0.56s;
    transform: scale(1) rotate(0deg);
    transition: transform 0.56s ease-out;
}
.desc-game .custom-meet .sec-room-inner .block-card:hover .wrap {
	transform: scale(1.03) rotate(-2deg);
}
.desc-game .custom-meet .sec-room-inner .block-card .wrap .img {}
.desc-game .custom-meet .sec-room-inner .block-card .wrap .img img {}
.desc-game .custom-meet .sec-room-inner .block-card .wrap .h5 {
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.13), 0 1px 3.8px rgba(0, 0, 0, 0.25);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #3A5E16;
	font-family: "Coiny", system-ui;
}
.desc-game .custom-meet .sec-room-inner .block-card .wrap p {
	margin-bottom: 0;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.31);
	font-weight: 700;
}
.desc-game .custom-meet .sec-room-inner .block-card-1 .wrap {
	background-image: url(../images/bg-block-meet-1.png);
}
.desc-game .custom-meet .sec-room-inner .block-card-2 .wrap {
	background-image: url(../images/bg-block-meet-2.png);
}
.desc-game .custom-meet .sec-room-inner .block-card-3 .wrap {
	background-image: url(../images/bg-block-meet-3.png);
}
.desc-game .custom-meet .sec-room-inner .block-card-4 .wrap {
	background-image: url(../images/bg-block-meet-4.png);
}
.desc-game .custom-meet .link {
	margin-top: 50px;
}
.desc-game .custom-meet .link a.btn-green {
	background: url("../images/btn-green-wiki-latin.svg") center / 100% 100% no-repeat;
}
.desc-game .collect-set {}
.desc-game .collect-set .container {
	position: relative;
    z-index: 3;
    padding-bottom: 85px;
}
.desc-game .collect-set .row {
	align-items: center;
}
.desc-game .collect-set .desc-collect {}
.desc-game .collect-set .desc-collect .h1 {
	color: #FF0;
	font-family: "Coiny", system-ui;
	margin-bottom: 22px;
	text-shadow: 0 4px 33.4px rgba(0, 0, 0, 0.25), 3px 3px 4px rgba(0, 0, 0, 0.32);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #6D6D6D;
	line-height: 1.1;
}
.desc-game .collect-set .desc-collect .h5 {
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.31);
  	font-weight: 700;
}
.desc-game .collect-set .img-collect {}
.desc-game .how-looks {}
.desc-game .how-looks .container {
	position: relative;
    z-index: 3;
    padding-top: 30px;
    padding-bottom: 64px;
}
.desc-game .how-looks .h1 {
	text-align: center;
	color: #FF0;
	font-family: "Coiny", system-ui;
	margin-bottom: 50px;
	text-shadow: 0 4px 33.4px rgba(0, 0, 0, 0.25), 3px 3px 4px rgba(0, 0, 0, 0.32);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #6D6D6D;
	line-height: 1.1
}
.desc-game .how-looks .row-looks {
	--bs-gutter-x: 45px;
}
.desc-game .how-looks .block-look {
	display: flex;
}
.desc-game .how-looks .block-look .wrap {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	border-radius: 32px;
	box-shadow:
        0 0 0 10px #E19D4A,
        0 -3px 6px rgba(255, 255, 255, 0.35),
        0 22px 32px rgba(0, 0, 0, 0.35),
        inset 0 4px 18px rgba(255, 255, 255, 0.20),
        inset 0 0 4px rgba(0, 0, 0, 0.55);
    transition-duration: 0.56s;
    -webkit-transition-duration: 0.56s;
    -moz-transition-duration: 0.56s;
    -o-transition-duration: 0.56s;
    -ms-transition-duration: 0.56s;
}
.desc-game .how-looks .block-look:hover .wrap {
	transform: scale(1.03);
}
/*.desc-game .how-looks .block-look .wrap::before {
	content: "";
    position: absolute;
    inset: -10px;
    border-radius: 38px;
    background: #E19D4A;
    box-shadow:
        inset 2px 3px 4px rgba(255, 255, 255, 0.65),
        inset -4px -6px 10px rgba(0, 0, 0, 0.35),
        0 24px 36px rgba(0, 0, 0, 0.38);
    z-index: -2;
}
.desc-game .how-looks .block-look .wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    box-shadow:
        inset 0 6px 10px rgba(255, 255, 255, 0.18),
        inset 0 0 12px rgba(0, 0, 0, 0.25),
        inset 0 -26px 32px rgba(0, 0, 0, 0.55);
    z-index: -1;
}*/
.desc-game .how-looks .block-look .wrap .img-look {
	height: 100%;
}
.desc-game .how-looks .block-look .wrap .img-look img {
	border-radius: 32px;
	height: 100%;
  	object-fit: fill;
  	width: 100%;
}
.desc-game .how-looks .block-look .wrap .desc-look {
	position: absolute;
  	bottom: 24px;
  	left: 36px;
  	padding-right: 15px;
}
.desc-game .how-looks .block-look .wrap .desc-look .h3 {
	font-family: "Coiny", system-ui;
	line-height: 1;
	margin-bottom: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #616161;
}
.desc-game .how-looks .block-look .wrap .desc-look .h5 {
	margin-bottom: 0;
}
.desc-game .how-looks .block-look-1,
.desc-game .how-looks .block-look-2 {
	margin-bottom: 45px;
}
/*--------- Story -------*/
#Story {}
.custom-story {
	position: relative;
	overflow: hidden;
}
.custom-story .story-bg {}
.custom-story .story-bg img.story-bg-img {}
.custom-story .desc-story {
	position: absolute;
	width: 100%;
  	top: 15%;
}
.custom-story .desc-story .container {
	text-align: center;
}
.custom-story .desc-story .h1 {
	font-family: "Coiny", system-ui;
	visibletext-shadow: 0 4px 33.4px rgba(0, 0, 0, 0.25), 3px 3px 4px rgba(0, 0, 0, 0.32);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(98, 98, 98, 0.49);
	line-height: 1.1;
	margin-bottom: 12px;

}
.custom-story .desc-story .big-title {
	color: #FF0;
	font-size: 128px;
	font-family: "Coiny", system-ui;
	margin-bottom: 35px;
	text-shadow: 0 4px 33.4px rgba(0, 0, 0, 0.25), 3px 3px 4px rgba(0, 0, 0, 0.32);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #6D6D6D;
	line-height: 1;
}
.custom-story .desc-story .markets {}
.custom-story .desc-story .markets .row {
	justify-content: center;
}
.custom-story .desc-story .markets a img {
	transition-duration: 0.56s;
    -webkit-transition-duration: 0.56s;
    -moz-transition-duration: 0.56s;
    -o-transition-duration: 0.56s;
    -ms-transition-duration: 0.56s;
    filter: drop-shadow(3px 3px 16.2px rgba(0, 0, 0, 0.45));
}
.custom-story .desc-story .markets a:hover img {
	transform: scale(1.04);
}
.custom-story .story-bg img.story-bg-img-sm {
	display: none;
}

/******* footer ********/
footer {
	width: 100%;
	display: block;
}
#Copyright {
	background-color: #283C78;
	padding: 15px 0;
}
.copyright {}
.privacy {
	text-align: right;
}
.privacy a {
	color: #ffffff;
    margin-left: 15px;
}

/********** content *********/
body.page-page {
	background-image: url(../images/bg-body-ins-pages.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 100%;
}
main {
	width: 100%;
	float: left;
    padding-bottom: 100px;
}
/*--------- breadcrumbs -----------*/
.breadcrumb {
	margin: 50px 0;
}
.breadcrumb li {
    font-size: 14px;
    font-weight: 400;
}
.breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
.breadcrumb li.active span {
    color: #ffffff;
    font-weight: 700;
}
/*--------- item-page --------*/
.item-page {
    min-height: 70vh;
}

/************ goTop **********/
#goTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #FF0;
    color: #254264;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
}
#goTop i {
    font-size: 40px;
    color: #254264;
}
#goTop:hover {
    background-color: #7DB345;
}
#goTop:hover i {
	color: #ffffff;
}