@charset "utf-8";


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: #151f2a;
    padding: 25px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.popup-content h2 {
    color: #f7b526;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.popup-body {
    color: #fff;
    line-height: 1.8;
    margin-bottom: 25px;
}

.popup-body p {
    margin-bottom: 15px;
}

.popup-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup-footer label {
    color: #aaa;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
}

.popup-footer button {
    background: #f7b526;
    border: none;
    color: #151f2a;
    padding: 12px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.2s;
}

.popup-footer button:hover {
   /*  background: #e5a420; */
   background: #fe1b1b;
}

textarea {
	border: 1px solid #dbdbdb;
}

select {
	height: 32px;
	font-size: 13px;
	color: #939393;
	border: 1px solid #939393;
	background: #fff;
}

input[type="tel"],
input[type="time"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
textarea {
	width: 100%;
	font-size: 20px;
	color: #373737;
	border: 1px solid #e9e9e9;
	background: transparent;
	text-indent: 20px;
	transition: all 0.5s;
	vertical-align: middle;
}

input::-webkit-input-placeholder {
	color: #b5b5b5;
	font-size: 20px;
	line-height: 100%;
}

textarea {
	padding: 5px 0;
}

select:focus,
textarea:focus,
input:focus {
	border: 1px solid #727272;
}

input[type="tel"][readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="email"][readonly],
input[type="search"][readonly],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="email"][disabled] {
	background: #eaeaea;
	border-color: #c0c0c0;
	color: #666;
	-webkit-appearance: none;
	font-size: 12px;
}

textarea[readonly],
textarea[disabled] {
	padding: 11px;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	line-height: 140%;
	height: 78px;
	background: #eaeaea;
	border: 1px solid #c0c0c0;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #fff inset;
	-webkit-text-fill-color: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

.clear {
	clear: both;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

body {
	min-height: 100%;
	/* background: linear-gradient(173.26deg,
			rgb(34, 25, 35) 0.64%,
			rgb(13, 34, 46) 50.03%,
			rgb(22, 40, 48) 99.36%); */
	background-color: #000;
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

main.lmwwrz {
	overflow: hidden;
	position: relative;
	background:url(/images/main/shogun_bg.jpg) no-repeat center;
	background-size: cover;
	background-color: #0d0a09;
}

main.lmwwrz_2 {
	overflow: hidden;
	position: relative;
	background:url(/images/main/shogun_bg.jpg) no-repeat center top;
	background-size: contain;
	background-color: #0d0a09;
}

main.lmwwrz_g {
	overflow: hidden;
	position: relative;
}

main.lmwwrz_m {
	overflow: hidden;
	position: relative;
	background-color: #000;
}

.icHQRl {
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 75vh;
	position: relative;
	transition: all 0.35s;
}

.DNXYR {
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding-top: 168px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}

.DNXYR::before {
	content: "";
	display: block;
	width: 1383px;
	height: 1362px;
	position: absolute;
	top: 300px;
	left: auto;
	right: 40%;
	z-index: -1;
	transform: scaleX(1);
	/* background-image: url(../img/ellipse-gradient.png); */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.iNgjfq {
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding-top: 168px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}

.ihQZP {
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding-top: 168px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}

.ihQZP::before {
	content: "";
	display: block;
	width: 1383px;
	height: 1362px;
	position: absolute;
	top: -500px;
	left: 40%;
	right: auto;
	z-index: -1;
	transform: scaleX(-1);
	/* background-image: url(../img/ellipse-gradient.png); */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.gwPNKc {
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding-top: 168px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}

.gwPNKc::before {
	content: "";
	display: block;
	width: 1383px;
	height: 1362px;
	position: absolute;
	top: 200px;
	left: auto;
	right: 40%;
	z-index: -1;
	transform: scaleX(1);
	/* background-image: url(../img/ellipse-gradient.png); */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.edSBdK {
	position: relative;
	z-index: 1;
	background-color: #141414;
}

.hnaibo {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1400px;
	padding: 0px;
	margin: 0px  auto 0 auto; 
}


@media screen and (max-width: 1024px) {
	.hnaibo {
		margin: 0px auto 0 auto;
	}
 }
 

 @media screen and (max-width: 768px) {
	.hnaibo {
		margin: 0px auto 0 auto;
	}
 }
 
 
 @media screen and (max-width: 480px) {
	.hnaibo {
		margin: 0px auto 0 auto;
	}
 }

.dwXaps {
	width: 230px;
	height: 242px;
	position: absolute;
	bottom: -20px;
	right: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.eZwBzW {
	width: 230px;
	height: 242px;
	position: absolute;
	left: 20px;
	top: 110px;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.cUJUK {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	align-items: stretch;
}

.ggipot {
	margin-left: 76px;
	flex: 1 1 0%;
}

.bVigTK {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: grid;
	grid-template-columns: auto auto auto;
	-webkit-box-pack: justify;
	place-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	text-align:center;
}

.iNVgkG {
	display: inline-block;
	/* color: rgb(255, 255, 255); */
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	font-size: 18px;
	line-height: 24px;
	padding: 15px 0;
	font-family: "Play", sans-serif;
	cursor: pointer;
	position: relative;
}

.iNVgkG em {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 0;
	height: 1px;
	background-color: #e0ef37;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.iNVgkG:hover em {
	width: 100%;
}

.bVigTK li {
	flex: 0 0 30%;
}
.bVigTK a {
	color:#727272;
	text-decoration: none;
}

.buMIHs {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 18px;
	justify-content: center;
	gap:20px;
}

.ePlfsr {
	flex: 0 0 160px;
}

.cIOJUc {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-align: right;
	margin: 50px 0;
}

.efrtLF {
	flex: 1 1 auto;
	margin-left: 20px;
	/* color: rgb(201, 199, 194);  */
}

@media (max-width: 991px) {
	.cUJUK{
		margin:20px 0;
	}

	.bVigTK{
		grid-template-columns:repeat(1, 1fr)
	}
}


footer .select-lang {
	margin-left: 30px;
}

footer .select-lang i {
	color: rgba(255, 255, 255, 0.2);
	font-size: 24px;
	line-height: 32px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

footer .select-lang select {
	width: 200px;
	font-size: 16px;
	padding-left: 10px;
	color: #FFF;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

footer .select-lang select option {
	background-color: #000;
}

@media (max-width: 1480px) {
	span.blinking {
		display: none !important;
	}

	footer .select-lang {
		display: none;
	}
}

@media (max-width: 900px) {
	.cUJUK {
		padding: 0 20px;
	}

	.bVigTK {
		display: inline-block;
	}

	.buMIHs {
		padding: 0 20px;
	}
}

@media (max-width: 745px) {
	.buMIHs {
		display: block;
	}

	.ePlfsr {
		flex: none;
	}

	.f-logo {
		width: 200px;
		margin: 0 auto;
		padding: 50px 0;
	}

	.efrtLF {
		margin-left: 0;
	}

	.cIOJUc {
		text-align: left;
	}
}

select {
	-webkit-appearance: none;
	/* for chrome */

	-moz-appearance: none;
	/*for firefox*/

	appearance: none;
}

select::-ms-expand {
	display: none;
	/*for IE10,11*/
}

select {
	background: url("/img/icon/arrow.png") no-repeat 97% 50%/15px auto;
}

select:focus {
	background: url("/img/icon/arrow_on.png") no-repeat 97% 50%/15px auto;
}

button {
	border: 0;
}

span.blinking {
	display: block;
	width: 100%;
	height: 29px;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 14.5px;
	position: absolute;
	background-color: yellow;
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
}

.telegram {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 20px;
	bottom: 20px;
	z-index: 5;
}

.telegram a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(/img/icon/telegram.png);
	background-size: cover;
	cursor: pointer;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


@media (max-width: 768px) {
	.buMIHs {flex-direction: column;}
	.ePlfsr {flex: 0 0 100px;}
}