body {
	background: #050B1F;
	font-family: 'Inter', sans-serif;
	color: #fff;
	font-weight: 400;
	overflow-x: hidden;
}

.fileVersionAdd{
	margin-bottom: 20px;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #0000007a;
    padding: 10px;
	border-radius: 8px;
	flex-wrap: wrap;
	font-weight: 600;
}

.fileVersionAdd a{
	color: #91c66d;
}

.delcreo{
	cursor: pointer;
	color: #bd1762;
}

.typeGame, .typePolit, .categoryGames{
	display: none;
}

.visa-master__footer{
	display: flex;
    justify-content: center;
}


a {
	color: #59aae7;
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 800;
	word-break: normal;
}

h2 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 800;
	word-break: normal;
}

h3 {
	font-size: 24pt;
	line-height: 26pt;
	font-weight: 700;
	word-break: normal;
}

h4 {
	font-size: 20pt;
	line-height: 22pt;
	font-weight: 700;
	word-break: normal;
}

h5 {
	font-size: 18pt;
	line-height: 20pt;
	font-weight: 600;
	word-break: normal;
}

ul {
	padding: 0px;
	margin: 0px;
}

.regular-large {
	font-size: 16pt;
	font-weight: 400;
}

.regular-medium {
	font-size: 14pt;
	font-weight: 400;
}

.regular-small {
	font-size: 11pt;
	font-weight: 400;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	padding: 0px 20px;
}

.padding-vertical {
	padding-top: 160px;
}

.margin-bottom {
	margin-bottom: 70px;
}

.gap-large {
	gap: 40px;
}

.gap-medium {
	gap: 20px;
}

.gap-small {
	gap: 8px;
}

.btn {
	padding: 12px 35px;
	border-radius: 8px;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all 0.20s ease;
	text-align: center;
	display: block;
	min-width: 200px;
	cursor: pointer;
}

.standartBlue {
	background: #136DF7;
	color: #fff !important;
}

.standartBlueAnimation {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	animation: changeGradientAnimation 40s linear infinite;
	background: linear-gradient(90deg, #278fe8, #197dd4, #0c60aa, #045296);
	background-size: 400%;
	color: #fff;
}

.standartBlueAnimation:hover {
	opacity: 0.9;
}

@keyframes changeGradientAnimation {
	0% {
		background-position: 0%;
	}

	100% {
		background-position: 400%;
	}
}

.standartDark {
	background: #1C232E;
	color: #fff !important;
}

.standartBlue-line {
	border: 1px solid #136DF7 !important;
	color: #fff !important;
}

.standartBlue:hover {
	transition: all 0.25s ease;
	background: #0757ce;
}

.standartBlue-line:hover {
	transition: all 0.25s ease;
	background: rgba(36, 112, 250, 0.2);
	border: 1px solid #0757ce;
}

.standartDark:hover {
	transition: all 0.25s ease;
	background: #1e3150;
}

.menu-item .glow-on-hover {
	width: 97%;
	margin: 0 auto;
	margin-top: 15px;
	z-index: 1;
}

.glow-on-hover {
	border: none;
	outline: none;
	position: relative;
}

.glow-on-hover:before {
	content: '';
	background: linear-gradient(45deg, #5600ff, #7a00ff, #0095ff, #00b2c4, #00ffd5, #002bff, #7a00ff, #7800c4, #5d00c4);
	position: absolute;
	top: -2px;
	left: -2px;
	background-size: 400%;
	z-index: -1;
	filter: blur(5px);
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	animation: glowing 20s linear infinite;
	opacity: 1;
	transition: opacity .3s ease-in-out;
	border-radius: 10px;
}

.glow-on-hover:active {
	color: #000
}

.glow-on-hover:active:after {
	background: transparent;
}

.glow-on-hover:hover:before {
	opacity: 1;
}

.glow-on-hover:after {
	z-index: -1;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #111;
	left: 0;
	top: 0;
	border-radius: 10px;
}

@keyframes glowing {
	0% {
		background-position: 0 0;
	}

	50% {
		background-position: 400% 0;
	}

	100% {
		background-position: 0 0;
	}
}
}

.border-bottom {
	border-bottom: 3px solid #081a55 !important;
}

.wow {
	position: relative;
	z-index: 9;
}

.blockShow {
	opacity: 0.4;
	position: relative;
}
.blockShow2 {
	opacity: 0.4;
	position: relative;
}

.noneBox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.noneBox2{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.alert-error {
	background: #e23e3e;
	width: 100%;
	display: block;
	margin-top: 5px;
	padding: 5px 10px;
	font-size: 14px;
}

/* changelog */

.changelog-box{
	background: #136df733;
    border-radius: 8px;
    border-top: 3px solid #50c7ff;
    border-bottom: 3px solid #50c7ff;
    padding: 40px 30px;
}
.changelog--block__title{
	margin-top: 0px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.changelog-box--item__title{
	color: #acceff;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.changelog-box--item ul{
	padding-left: 30px;
    font-size: 18px;
}
.changelog-box--item li{
	padding: 10px 0px;
}
.changelog-box--item_ghq{
	background: #0e284e;
    padding: 20px;
    border-radius: 8px;
	margin-top: 20px;
	font-size: 18px;
}
.title-bww{
	font-size: 20px;
    font-weight: 500;
	margin-top: 0px;
}
@media(max-width:760px){
	.changelog-box--item ul{
		padding-left: 20px;
	}
}

/* Шапка сайта */
.navigation {
	padding-top: 20px;
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: space-between;
}

.navigation-log{
	padding-top: 20px;
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.logotip {
	display: flex;
	align-items: center;
	gap: 10px;
}

.logotip img {
	width: 40px;
}

.logotip-box {
	position: relative;
}

.logo-w {

	animation: changeOpacity 4s ease-in-out alternate infinite;
}

.logo-g {

	animation: changeOpacityReverse 4s ease-in-out alternate infinite;
}

@keyframes changeOpacity {
	0% {
		opacity: 0.2;
	}

	100% {
		opacity: 1;
	}
}

@keyframes changeOpacityReverse {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.2;
	}
}

.logotip h1 {
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	height: 34px;
	padding: 0;
	font-size: 36px;
}

.navbar {
	max-width: 100%;
	height: auto;
	padding: 0.75rem 0;
	border: none;
	outline: none;
	color: #fff;
	background: #050b1f;
}

.navbar .wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	gap: 65px;
}

.orderNavbar {
	width: 100%;
}

.navbar .burger {
	position: relative;
	display: none;
	cursor: pointer;
	width: 2rem;
	height: 1rem;
	border: none;
	outline: none;
	opacity: 0;
	visibility: hidden;
	background: none;
	transform: rotate(0deg);
	transition: 0.35s ease-in-out;
}

.navbar .burger-line {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	border: none;
	outline: none;
	opacity: 1;
	border-radius: 0.25rem;
	background: #fff;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
}

.navbar .burger-line:nth-child(1) {
	top: 0;
}

.navbar .burger-line:nth-child(2),
.navbar .burger-line:nth-child(3) {
	top: 0.5rem;
}

.navbar .burger-line:nth-child(4) {
	top: 1rem;
}

.navbar .burger.is-active .burger-line:nth-child(1),
.navbar .burger.is-active .burger-line:nth-child(4) {
	top: 1.25rem;
	width: 0%;
	left: 50%;
}

.navbar .burger.is-active .burger-line:nth-child(2) {
	transform: rotate(45deg);
}

.navbar .burger.is-active .burger-line:nth-child(3) {
	transform: rotate(-45deg);
}

.menu {
	min-height: 100%;
	height: 100%;
}

.navbar .menu-inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}

.navbar .menu-link {
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: inherit;
	border: none;
	color: #fff;
	text-rendering: optimizeLegibility;
	transition: all 0.25s ease-in-out;
	text-decoration: none;
}

.navbar .menu-link:hover {
	transition: all 0.25s ease-in-out;
	opacity: 0.5;
}

.header-block,
.header-block_left-button {
	display: flex;
}

.header-block>div {
	width: 50%;
}

.header-block>div:first-child {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.header-block_left-price {
	display: flex;
	margin: 30px 0px;
	align-items: center;
	flex-wrap: wrap;
}

.proper {
	margin: 0;
}

/*.header-block_left-price p:first-child{
    margin: 0;
    font-size: 20px;
    text-decoration: line-through;
}*/
.header-block_left-price p {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	text-shadow: 0px 0px 30px #4581ff;
	flex-grow: 1;
}

.header-block_left-price p span {
	color: #136df7;
	font-weight: 900;
	font-size: 26px;
}

.header-block_right img {
	box-shadow: 0px 0px 35px #002358;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
}

/* Второй блок */

.about-block h1 {
	text-align: center;
	margin-bottom: 50px;
}
.winter23 h1{
	text-align: center;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.chrpicture{
	display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
}
.winter23box{
	background: #81d90d1f;
    border-radius: 8px;
    margin-top: 50px;
border-top: 2px solid #ffffff42;
    border-bottom: 2px solid #ffffff42;
}
.winter23box p:first-child{
	font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.winter23box p span{
	font-weight: 800;
    color: #5ab8eb;
}
.winter23box p:last-child{
    font-size: 22px;
}
.winter23--bg{
	/*background: url(../img/winter-bg.png?3) no-repeat;*/
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	background-position: center;
	display: flex;
	gap:50px;
	align-items: center;
}
.winter23--bg::before {
    content: '';
    background: url(../winter-img/snow.svg) no-repeat;
width: 90px;
    height: 81px;
    position: absolute;
    top: -27px;
    right: -27px;
}
.winter23--bg img{
	width: 100%;
    max-width: 300px;
}



.about-block_wrap {
	display: flex;
}

.about-block_wrap>div {
	width: 50%;
}

.about-block_item {
	background: linear-gradient(90deg, #07102c 21px, transparent 1%) center, linear-gradient(#07102c 21px, transparent 1%) center, #0d32a3;
	background-size: 22px 22px;
	border-radius: 8px;
	padding: 30px;
	border-top: 1px solid #012c6d;
	border-bottom: 1px solid #012c6d;
}

.about-number-item p {
	font-weight: 900;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.7);
}

.about-text-item {}

.about-text-item h5 {
	margin: 0px 0px 10px 0px;
}

.about-text-item p {
	margin-bottom: 0px;
	padding-bottom: 0xp;
}

.about-block_wrap:last-child {
	padding-top: 20px;
}

/* Третий блок */
.section-block_top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 20px;
}

.section-block_top h1 {
	margin: 0;
	flex-grow: 1;
}


/* Слайдер */

.slick {
	margin-top: 50px;
}

.slick-current .bg {
	box-shadow: 0px 0px 25px #002358;
}

.slick-current .item {
	position: relative;
	z-index: 999999;
}

.slick .item .bg {
	height: 550px;
	background-position: center;
	transition: .3s;
	margin: 0 -24px;
	opacity: .2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
}

.slick .item .bg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
	border-radius: 8px;
}

.slick .slick-list {
	padding: 20px 0 !important;
	/* padding-top:20px!important;
    padding-bottom:20px!important; */
}

.slick .slick-center .bg {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}

.slick-slide {
	outline: none
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	z-index: 1;
	border: navajowhite;
	color: #fff;
	background: #333943c0;
	cursor: pointer;
}

.slick i {
	line-height: 28px;
	padding: 10px;
	font-size: 28px;
}

.slick-prev {
	left: 100px;
}

.slick-next {
	right: 100px;
}

.slick-active a {
	pointer-events: none;
}

/* Рефералка */

.referral-block h1 {
	text-align: center;
}

.ref-box {
	margin-top: 50px;
	display: flex;
	gap: 30px;
	background: #11193566;
	padding: 30px;
	border-radius: 8px;
}

.ref-box>div {
	width: 50%;
}

.ref-box h5 {
	margin-top: 0px;
	margin-bottom: 30px;
}

.ref-box__info span {
	font-weight: 600;
	font-size: 18px;
	color: #136df7;
}

.how-participate {
	display: flex;
	gap: 10px;
	align-items: center;
}

.how-participate span {
	white-space: nowrap;
}

.how-make-block h1 {
	text-align: center;
}

/* Наши партнеры */
.partners-box {
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.partners-box>div {
	width: 16%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.partners-box div img {
	width: 100%;
	flex-basis: 200px;
	object-fit: contain;
}

.lem {
	background: #ffffff;
	padding: 20px 30px;
	border-radius: 6px;
	height: 100px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lem a {
	display: block;
}

/* Отзывы */

.review-box {
	display: flex;
	gap: 50px;
	justify-content: center;
	margin-top: 50px;
	flex-wrap: wrap;
}

.review-item {
	width: 46%;
	display: flex;
	align-items: end;
	gap: 20px;
}

.review-item__text {
	background: #2b5278;
	padding: 15px;
	border-radius: 8px 8px 8px 0px;
	position: relative;
}

.review-item__text::after {
	content: '';
	background: url('../img/tr.svg') no-repeat;
	width: 23px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: -20px;
}

.review-item img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
}

.review-item a {}

.review-item p {
	margin: 0;
}

/* Четвертый блок */
.video-box {
	width: 100%;
	margin-top: 50px;
	position: relative;
	height: 100%;
}

.video-js {
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 35px #002358;
	border-radius: 8px;
}

.video-js .vjs-control-bar {
	border-radius: 0px 0px 8px 8px;
}

.video-js .vjs-control-bar {
	height: 3.5em;
}

/* Пятый блок */

.register-block_item {
	padding: 50px;
	background: #136DF7;
	border-radius: 8px;
}

.register-block_item h1 {
	text-align: center;
}

.count-download-block {
	display: flex;
	gap: 20px;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
}

.register-block_item h1 {
	margin-bottom: 50px;
}

.download-block_item {
	background: rgb(28, 35, 46, 0.5);
	padding: 25px;
	border-radius: 8px;
	box-shadow: inset 0px 5px 7px rgb(28 35 46 / 20%);
}

.download-block_item h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

.download-block_item p {
	margin: 0;
}

.registerBtn {
	width: 500px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 25px;
	margin-top: 50px;
	font-weight: 500;
}

/* Футер */
footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	gap: 40px;
}

footer p {
	font-weight: 500;
}

footer a {
	color: #59aae7;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.25s ease;
}

footer a:hover {
	transition: all 0.25s ease;
	opacity: 0.7;
}

.order-block a:hover {
	transition: all 0.25s ease;
	opacity: 0.7;
}

.abt-block-footer {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.abt-block-footer > img {
	border-radius: 5px;
}

.abt-block-footer h5 {
	margin: 0;
}

.tg-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tg-block p {
	padding: 0px 20px;
	margin: 0;
	text-align: left;
}

.tg-block p:last-child {
	border: none;
}

.tg-block img {
	margin-right: 5px;
}

.abt-block {
	display: flex;
	flex-direction: column;
	max-width: 50%;
}

.abt-block p {
	margin: 0;
}

/* Форма заказа вайтов */

.order-block form {
	width: 100%;
	background: rgb(28, 35, 46, 0.5);
	padding: 30px;
	border-radius: 8px;
}

.form-wrapper-block {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

.form-wrapper-block>div {
	width: 50%;
}

.form-item {
	margin-bottom: 25px;
}

.form-item label {
	display: block;
	font-weight: 500;
	font-size: 18px;
	gap: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.small-desc {
	margin: 0px 0px 10px 0px;
	font-size: 13px;
}

.blinkText {
	-webkit-animation: blink 2s linear infinite;
	animation: blink 2s linear infinite;
	color: #F00;
}

@-webkit-keyframes blink {
	0% {
		color: #F00;
	}

	50% {
		color: #FBB;
	}

	100% {
		color: #F00;
	}
}

@keyframes blink {
	0% {
		color: #F00;
	}

	50% {
		color: #FBB;
	}

	100% {
		color: #F00;
	}
}

.select2-container .select2-selection--single {
	height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #111;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 8px !important;
	border-color: #fff transparent transparent transparent !important;
	margin-left: -6px !important;
	border-width: 5px 5px 0 5px !important;
}

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

#myModal {
	color: #333 !important;
}

.form-item textarea {
	padding: 10px;
	width: 100%;
	height: 359px;
	font-size: 16px;
	transition: all 0.25s ease-in-out;
	border-radius: 8px;
	border: 2px solid #136DF7;
	font-family: 'Intro', sans-serif;
}

.form-item textarea:focus-visible {
	outline: #136DF7;
	transition: all 0.25s ease-in-out;
	font-family: 'Intro', sans-serif;
}

/* Кнопка заргрузить вайл */
.upload-file__input {
	opacity: 0;
	position: absolute;
	z-index: -1;
	overflow: hidden;
	width: 0.4px;
	height: 0.4px;
}

.upload-file__wrapper {
	border-radius: 6px;
	border: 1px solid #136DF7;
	background: #09101C;
}

.upload-file__label {
	display: flex !important;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	margin-bottom: 0 !important;
	padding: 9px 49px;

	cursor: pointer;
	transition: all 0.25s ease;

	font-size: 16px !important;
}

.upload-file__icon {
	width: 20px;
	height: auto;
	margin-right: 11px;
}

.upload-file__label .upload-file__text,
.upload-file__label .upload-file__icon path {
	transition: .25s ease;
}

.upload-file__label:hover .upload-file__text {
	color: #98b3ff;
}

.upload-file__label:hover .upload-file__icon path {
	fill: #98b3ff;
}

.upload-file__wrapper:hover {
	transition: all 0.25s ease;
	border: 1px solid #98b3ff;
}

.dwndColor {
	color: rgb(152, 179, 255);
	font-weight: 600;
}

.filename p {
	text-align: center;
	background: #0e1727;
	padding: 10px;
	border: 1px dashed #17253d;
	margin: 0;
}

.filename p:last-child {
	border-radius: 0px 0px 6px 6px;
}

.filename p.error {
	color: #ff4a4a;
}

.more-options {
	width: 100%;
	height: 81px;
	background: #09101c;
	color: #fff;
	border: 1px solid #bd1762;
	text-align: left;
	padding: 20px;
	font-size: 16px;
	border-radius: 8px;
	cursor: pointer;
	position: relative;
	transition: all 0.25s ease-in-out;
	font-family: 'Inter';
	display: flex;
	align-items: center;
	gap: 10px;
}

.more-options:after {
	content: '';
	background: url(../media/plus.svg) no-repeat;
	width: 26px;
	height: 26px;
	display: flex;
	position: absolute;
	right: 20px;
	top: 26px;
	transition: all 0.25s ease-in-out;
}

.minus:after {
	content: '';
	background: url(../media/minus.svg) no-repeat;
	width: 26px;
	height: 26px;
	display: flex;
	position: absolute;
	right: 20px;
	top: 39px;
	transition: all 0.25s ease-in-out;
}

.enhanced-show {
	background: rgba(189, 23, 98, 0.3);
	padding: 30px;
	display: flex;
	gap: 30px;
	border-radius: 8px;
	transition: all 0.35s ease;
}

.enhanced-show>div {
	width: 50%;
}

.enhanced-show label {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 18px;
}

.enhanced-show label span {
	color: #ff0052;
	font-weight: 600;
}

.enhanced-item {
	margin-bottom: 25px;
}

.enhanced-item_price {
	display: flex;
	gap: 10px;
}

.enhanced-item_price input {
	width: 50%;
}

.input-form {
	background-color: #09101C;
	border: 1px solid #136DF7;
	border-radius: 8px;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	width: 100%;
	height: 45px !important;
	font-family: 'Intro', sans-serif;
}

.textarea-form {
	width: 100%;
	height: 80px;
	border-radius: 8px;
	border: 2px solid #bd1762;
	padding: 10px;
	font-size: 16px;
	font-family: 'Intro', sans-serif;
}

.textarea-form:focus-visible {
	outline: #bd1762;
	transition: all 0.25s ease-in-out;
}

.input-form::-webkit-input-placeholder {
	color: #fff !important;
	font-size: 16px;
	background-color: #09101C;
	font-family: 'Intro', sans-serif;
}

.input-form:-moz-placeholder {
	color: #fff !important;
	font-size: 16px;
	background-color: #09101C;
}

.input-form::-moz-placeholder {
	color: #fff !important;
	font-size: 16px;
	background-color: #09101C;
}

.enhanced-show .input-form:focus-visible,
.input-form:active,
.input-form:focus {
	border: 1px solid #bd1762;
	outline: none;
}

.form-main-option .input-form:focus-visible,
.input-form:active,
.input-form:focus {
	border: 1px solid #98b3ff;
	outline: none;
}

.form-main-option .inputColor {
	color: #98b3ff;
	font-weight: 600;
}

.enhanced-show .inputColor {
	color: #c83c83 !important;
	font-weight: 600;
}

.warning-alert {
	margin-top: 50px;
}

.orderButton {
	width: 100%;
	padding: 20px;
	font-size: 16px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Inter';
	margin-top: 20px;
}

.tooltip {
	cursor: pointer;
}

.tippy-box {
	background-color: #0047c2 !important;
}

.tippy-arrow {
	color: #0047c2 !important;
}


.display {
	display: none;
}

.display_v2 {
	width: 100%;
	max-height: 0rem;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all 0.35s ease;
}

.upload-file__label {
	justify-content: center !important;
	gap: 0px !important;
}

.chek-option {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.chek-option:first-child {
	border-bottom: 2px solid #1b8c9b;
	padding: 20px 0px;

}

.chek-option:first-child p {
	color: #e07200;
}

.chek-option:last-child {
	padding-top: 40px;
}

.chek-btn {
	display: none;
}

.form-button-name {
	display: none;
	flex-direction: column;
}

.form-button-name p {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}

.chek-option p {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	font-size: 16px;
	color: #ffffff;
}

#checkbox-btn-name {
	width: 25px;
	height: 25px;
	cursor: pointer;
}

#form_button {
	margin-bottom: 15px;
}

.price-block {
	font-size: 24px;
	font-weight: 600;
	text-shadow: 0px 0px 30px #4581ff;
	display: none;
	text-align: center;
}
.priceMain{
	margin-bottom: 0px;
}
.priceDone {
	color: #136df7;
	font-weight: 900;
	font-size: 26px;
}
.priceInfo{
    font-size: 16px;
    font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
.priceInfo span{
	font-weight: 700;
}
.priceNew{
    text-decoration: line-through;
    margin-left: 5px;
    font-weight: 500;
}
.priceInfo, .priceNew{
	display: none;
}

.alertBalance-bg {
	display: none;
	background: #8a0c45;
	border-radius: 8px;
}

.block-now {
	display: block;
	position: fixed;
	top: 50%;
	text-align: center;
	left: 50%;
	transform: translate(-50%, -50%);
}

.alertBalance-wrapp {
	overflow: hidden;
}

.alertBalance-text {
	padding: 0px 20px
}

.alertBalance-text i {
	margin-top: 20px;
	font-size: 30px;
}

.alertBalance-text h3 {
	margin-top: 10px;
	font-size: 20px;
	line-height: 25px;
}

.buttonBalance {
	display: flex;
	margin: 40px 0px 20px 0px;
	gap: 40px;
}

.buttonBalance a {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.not-auth {
	text-align: center;
}

.char-remain {
	font-size: 14px;
	margin-bottom: 5px;
	color: #ccc;
}

.modal-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: hsl(0deg 0% 0% / 70%);
}

.modal-box {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 600px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	height: 100%;
}

.modal-box__content {
	padding: 20px;
	background: #fff;
	color: #333;
	border-radius: 8px;
	box-shadow: 0px 0px 11px #a0a0a0;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	max-width: 600px;
	width: 100%;
}

.modal-box__button {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.modal-box__button button {}

.modal-box__button .standartBlue-line {
	color: #333 !important;
}

.modal-box__button .standartBlue {
	font-weight: 600;
	text-transform: uppercase;
	height: 50px;
}

.done-oreder {
	margin: 0;
	font-size: 56px;
	color: #00b80e;
}

.error-oreder {
	margin: 0;
	font-size: 56px;
	color: #b8002a;
}

#results {
	margin: 0px;
}

.error-text {
	font-size: 20px;
	font-weight: 500;
}

.error-text span {
	color: #f85050;
}

.newColor {
	color: #98b3ff !important;
	font-weight: 600;
}

.loader_button-load:disabled {
	background-size: 3000%;
	background-image: -o-repeating-linear-gradient(315deg, #045296, #197dd4 10px, #278fe8 10px, #278fe8 20px);
	background-image: repeating-linear-gradient(135deg, #045296, #197dd4 10px, #278fe8 10px, #278fe8 20px);
	-webkit-animation: animatedButton 60s infinite linear;
	animation: animatedButton 60s infinite linear;
}

#cookie_notification {
	display: none;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed;
	bottom: 15px;
	left: 50%;
	width: 900px;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 25px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	gap: 30px;
	z-index: 999999;
}

#cookie_notification p {
	margin: 0;
	font-size: 0.7rem;
	text-align: left;
	color: #222;
}

/* Примеры на отдельной странице */

.padding-example{
    padding-top: 60px;
}

.rtl{
    text-align: right;
}

.examples--wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.examples--wrapper__item{
    width: 31%;
    height: 450px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 15px #002358;
    border-radius: 8px;
}
.pwab .examples--wrapper__item{
    height: 350px;
}
.buttonb .examples--wrapper__item{
    height: 170px;
}
.examples--wrapper__item img{
    max-width: 100%;
}
.examples--wrapper__item p{
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    margin: 0;

}
.zoom-pic{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #23226d85;
    z-index: 99;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}
.zoom-pic img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}
.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }

/* .zoom-pic:hover{
    display: none;
    transition: all 200ms ease-in-out;
} */











@media (min-width: 576px) {
	#cookie_notification.show {
		display: flex;
	}

	.cookie_accept {
		margin: 0 0 0 25px;
	}
}

.for--btn-white {
	display: none;
	margin-left: 20px !important;
}

.for--btn-white .selectric-wrapper {
	margin: 10px 0px;
}

.for--btn-white p {
	margin-bottom: 10px;
}

.notes {
	display: none;
	margin: 10px 0px;
	padding: 10px;
	background: #152e4e;
	font-size: 15px;
}

.btn-block p {
	margin-top: 10px
}

.btn-block input {
	margin-bottom: 10px;
}

@media (max-width: 575px) {
	#cookie_notification.show {
		display: block;
		text-align: left;
	}

	.cookie_accept {
		margin: 10px 0 0 0;
	}
}

.fancybox {
	cursor: pointer;
}

.spinner-box {
	display: none;
	position: fixed;
	background: #0000008a;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

/* TRIPLE SPINNER */
.triple-spinner {
	display: block;
	position: relative;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	border: 4px solid transparent;
	border-top: 4px solid #FF5722;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.triple-spinner::before,
.triple-spinner::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	border: 4px solid transparent;
}

.triple-spinner::before {
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-top-color: #FF9800;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3.5s linear infinite;
}

.triple-spinner::after {
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-top-color: #FFC107;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.75s linear infinite;
}

-webkit-@keyframes spin {
	-webkit-from {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	-webkit-to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*@media only screen and (max-width: 567px) {
    .loader_button {
        max-width: 296px;
    }
}*/
@-webkit-keyframes animatedButton {
	from {
		background-position: -3000px;
	}

	to {
		background-position: 0;
	}
}

@keyframes animatedButton {
	from {
		background-position: -3000px;
	}

	to {
		background-position: 0;
	}
}

.chekboxNew{
	display: none;
	margin-top: 20px !important;
}
.chekboxCsp{
	display: none;
	margin-top: 20px !important;
}
.chekboxCsp--quote{
	display: none;
	font-size: 13px;
    font-style: italic;
    margin-top: 10px;
}
.chekboxCsp input{
	width: 25px !important;
    height: 25px !important;
}

.chekboxNew--block{
	display: flex;
	align-items: center;
	gap: 10px;
}
.chekboxCsp--block{
	display: flex;
	align-items: center;
	gap: 10px;
}
.chekboxNew--quote{
	margin-top: 15px;
	background: #124679;
	border-radius: 10px;
	padding: 10px;
	border-radius: 6px;
}
.chekboxNew input{
	width: 30px !important;
    height: 30px !important;
}

.price-smart{
	font-size: 18px;
    color: #5fb0ff;
	font-weight: 700;
}

.smart-quote{
	font-weight: 500;
    font-size: 15px;
    display: block;
    padding-top: 5px;
    margin-top: 10px;
    color: #00d9ce;
}


/* Адаптивность */

@media (max-width: 1200px) {
	#wrapper {
		width: 100%;
		overflow-x: hidden;
	}
}

@media (max-width: 1060px) {
	.navbar .menu-inner {
		gap: 0.6rem;
		;
	}
}

@media (max-width: 960px) {
	.navigation {
		padding-top: 0px;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999999;
	}
    .examples--wrapper__item{
        width: 47%;
    }

	.navbar .menu-link {
		font-size: 18px;
	}

	.display {
		display: block;
	}

	.header-block {
		padding-top: 100px !important;
	}

	.navbar {
		padding: 15px;
	}

	.header-block {
		flex-direction: column;
	}

	.header-block>div {
		width: 100%;
	}

	.register-head {
		display: none;
	}

	.navbar {
		width: 100%;
	}
	.navba-log{
		width: auto;
	}

	.navbar .wrapper {
		gap: 0px;
		align-items: center;
	}
	.navba-log .wrapper{
		gap: 30px;
	}

	.navbar .burger {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.navbar .menu {
		width: 100%;
		max-height: 0rem;
		padding: 0;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		transition: all 0.35s ease;
	}

	.navbar .menu.is-active {
		opacity: 1;
		visibility: visible;
	}

	.navbar .menu-inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 0;
		padding: 1.5rem 0;
	}

	.menu-item {
		padding: 10px 0px;
		border-bottom: 2px dashed #0a1948;
		text-align: center;
		width: 100%;
	}

	.menu-item:nth-child(5) {
		border: none;
	}

	.padding-vertical {
		padding-top: 80px;
	}

	.tg-block {
		flex-direction: column;
	}

	.tg-block p {
		border-right: none;
		border-bottom: 1px solid #093069;
		padding: 10px 0px;
	}

	.order-block h1 {
		margin-top: 50px;
	}
}

@media (max-width:760px) {
	.navigation-log{
		flex-direction: column;
		justify-content: center;
	}
	.winter23--bg{
		flex-direction: column;
		text-align: center;
		gap: 0px;
	}
	.winter23box p:first-child{
		font-size: 20px;
	}
	.winter23box p:last-child{
		font-size: 18px;
	}
	.download-block_item {
		width: 320px;
	}

	.registerBtn {
		width: 320px;
	}

	footer {
		flex-direction: column-reverse;
		text-align: center;
	}

	.slick {
		margin-top: 0px;
	}

	.margin-bottom {
		margin-bottom: 40px;
	}

	.form-wrapper-block {
		flex-direction: column;
		gap: 0;
	}

	.form-wrapper-block>div {
		width: 100%;
	}

	.enhanced-show {
		flex-direction: column;
	}

	.enhanced-show>div {
		width: 100%;
	}

	.form-item textarea {
		height: 250px;
	}

	.form-item label {
		justify-content: space-between;
	}

	.not-auth h5 i {
		display: block;
		margin-bottom: 10px;
	}

	.ref-box {
		flex-direction: column;
	}

	.ref-box>div {
		width: 100%;
	}

	.no-marg-small {
		margin-top: 0px;
	}

	.review-box {
		flex-direction: column;
	}

	.review-item {
		width: 100%;
	}

	.lastPart {
		max-width: 100px;
	}

	.prvBox {
		flex-direction: column;
		margin-top: 30px !important;
	}

}

@media (max-width:600px) {
	.slick-prev {
		left: 150px;
	}
	.block-now{
		width: 86%;
	}
	.slick-next {
		right: 150px;
	}

	.slick-prev,
	.slick-next {
		top: 100%;
	}

	.referral-block {
		padding-top: 120px;
	}

	.buttonBalance {
		flex-direction: column;
		gap: 20px;
	}

	.buttonBalance a {
		width: 100%;
	}

	.slick-slide .bg {
		width: 100%;
		margin: 0 !important;
	}

	.partners-box {
		flex-direction: column;
	}

	.partners-box>div {
		width: 100%;
	}
    .examples--wrapper__item{
        width: 100%;
        height: 500px;
    }
    .abt-block-footer{
    	flex-direction: column;
    }
}

@media (max-width:480px) {

	.about-block_wrap {
		flex-direction: column;
	}

	.about-block_wrap>div {
		width: 100%;
	}

	.download-block_item {
		width: 100%;
	}

	.registerBtn {
		width: 100%;
	}

	h1 {
		font-size: 28px;
		line-height: 32px;
		word-break: normal;
	}

	.slick-prev {
		left: 75px;
	}

	.slick-next {
		right: 75px;
	}

	.register-block_item {
		padding: 30px;
	}

	.header-block_left-button {
		flex-direction: column;
	}

	.logotip h1 {
		height: 28px;
		font-size: 28px;
	}

	.logotip img {
		width: 30px;
	}

	.modal-box__button {
		flex-direction: column;
	}
	
}

@media (max-width: 380px) {
	.logotip h1 {
		font-size: 24px;
	}
}
