@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	padding: 70px 0 0 0;
	background: url('../images/girls.webp') no-repeat;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-family: 'PT Sans', sans-serif !important;
	background-attachment: fixed;
	background-color: #272634;
}

.container {
	margin: 0 auto;
	max-width: 1290px;
	width: 100%;
}

.container-md {
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
	overflow-x: hidden;
}

header {
	background: linear-gradient(to bottom, #424242 0, #343434 100%);
	box-shadow: 0 0 18px 16px rgb(0 0 0 / 15%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

header .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .row .logo {
	margin: 0 0 0 13px;
	height: 70px;
}

header .row .logo img {

	    border-radius: 100px;
	        width: 100px;
    height: 60px;
}

.mys-inf-cnt img{

    width:200px;
    height:200px;
}

header .row ul {
	position: relative;
	left: -20px;
	display: flex;
}

header .row ul li {
	position: relative;
	margin: 0 30px 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #a9a9a9;
	list-style: none;
	transition: 0.5s;
}

header .row ul li:hover {
	color: #ffffff;
}

header .row ul li::after {
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	height: 10px;
	width: 10px;
	background-color: #24bb9d;
	transition: 0.5s;
	opacity: 0;
}

header .row ul li:hover::after {
	opacity: 1;
}

header .row ul li:last-child {
	margin: 0;
}

header .row ul li a {
	color: inherit;
	text-decoration: none;
}

header .row nav {
	display: flex;
}

header .row nav a {
	position: relative;
	height: 42px;
	text-decoration: none;
	border-radius: 6px;
}

header .row nav a p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	text-align: center;
	color: #ffffff;
}

header .row nav a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 25px;
}

header .row nav .login {
	width: 103px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#50c5ac),
		color-stop(50%, #3fa18d),
		to(#2e7f70)
	);
	background: -webkit-linear-gradient(
		top,
		#50c5ac 0,
		#3fa18d 50%,
		#2e7f70 100%
	);
	background: linear-gradient(to bottom, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
	border: 1px solid #55a399;
}

header .row nav .registration {
	margin: 0 0 0 9px;
	width: 181px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#de3c21),
		to(#b41b0f)
	);
	background: -webkit-linear-gradient(top, #de3c21 0, #b41b0f 100%);
	background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
	border: 1px solid #bc2502;
}

main {
	display: flex;
	margin: 30px 0 0 0;
	width: 100%;
	height: 100%;
	background-color: #262634;
}

.cnt {
	display: flex;
	flex-direction: column;
	padding: 10px 0 0 10px;
	width: 79%;
}

.banners {
	overflow: hidden;
}

.swiper-pagination-bullet {
	display: inline-block;
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
	width: 16px !important;
	height: 16px !important;
	background-color: #3d3737;
	border: 3px solid #3d3737;
	border-radius: 50%;
	position: relative;
	margin: 0 6px;
	text-align: center;
	opacity: 0.35;
}
.swiper-pagination-bullet-active {
	opacity: 0.95;
	background-color: #24bb9d !important;
}

.cnt .banner-1 {
	position: relative;
	width: 100%;
	height: 225px;
	background: url('../images/banner-1.webp') center / cover no-repeat;
	border-radius: 6px;
}
.cnt .banner-2 {
	position: relative;
	width: 100%;
	height: 225px;
	background: url('../images/banner-2.png') center / cover no-repeat;
	border-radius: 6px;
}
.cnt .banner-3 {
	position: relative;
	width: 100%;
	height: 225px;
	background: url('../images/games-banner.jpg') center / cover no-repeat;
	border-radius: 6px;
}

.cnt .banner-1 .body {
	position: absolute;
	top: 30px;
	left: 40px;
	display: flex;
	flex-direction: column;
}

.cnt .banner-1 .body h2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 42px;
	color: #ffffff;
}
.cnt .banner-2 h2 {
	position: absolute;
	top: 120px;
	left: 270px;
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}
.cnt .banner-2 .body {
	position: absolute;
	top: 55px;
	right: 110px;
	display: flex;
	flex-direction: column;
}
.cnt .banner-2 h3 {
	margin: 0 0 10px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #24bb9d;
	align-self: center;
}
.cnt .banner-2 h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 19px;
	text-align: center;
	color: #ffffff;
	align-self: center;
}
.cnt .banner-3 h2 {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	top: 30px;
	left: 172px;
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 42px;
	color: #ffffff;
	text-shadow: 3px 3px #000;
}

.cnt .banner-1 .body p {
	margin: 15px 0 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
}

.cnt .banner-1 .btn {
	position: absolute;
	bottom: 25px;
	right: 30px;
	display: flex;
	padding: 10px 25px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#de3c21),
		to(#b41b0f)
	);
	background: -webkit-linear-gradient(top, #de3c21 0, #b41b0f 100%);
	background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
	border: 1px solid #bc2502;
	border-radius: 6px;
	text-decoration: none;
}
.cnt .banner-2 .btn {
	position: absolute;
	bottom: 40px;
	right: 70px;
	display: flex;
	padding: 10px 57px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#de3c21),
		to(#b41b0f)
	);
	background: -webkit-linear-gradient(top, #de3c21 0, #b41b0f 100%);
	background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
	border: 1px solid #bc2502;
	border-radius: 6px;
	text-decoration: none;
}
.cnt .banner-3 .btn {
	position: absolute;
	bottom: 10px;
	right: 50px;
	display: flex;
	padding: 10px 57px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#de3c21),
		to(#b41b0f)
	);
	background: -webkit-linear-gradient(top, #de3c21 0, #b41b0f 100%);
	background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
	border: 1px solid #bc2502;
	border-radius: 6px;
	text-decoration: none;
}

.cnt .banner-1 .btn p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
}
.cnt .banner-2 .btn p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
}
.cnt .banner-3 .btn p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
}

.cnt .banner-1 .btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 25px;
}
.cnt .banner-2 .btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 25px;
}
.cnt .banner-3 .btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 25px;
}

.cnt h1 {
	position: relative;
	display: flex;
	align-items: center;
	margin: 40px 0 0 0;
	font-size: 1.6vw;
	font-weight: bold;
	color: #ffffff;
}

.cnt h1:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #24ba9d;
	border-radius: 100px;
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.cnt .mys-topf {
	display: flex;
	flex-direction: column;
}

.cnt .mys-topf-h {
	display: flex;
	justify-content: space-evenly;
	margin: 25px 0 0 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#424242),
		to(#343434)
	);
	background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
	background: linear-gradient(to bottom, #424242 0, #343434 100%);
	border-radius: 6px;
}

.cnt .mys-topf-h p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	color: #ffffff;
}

.cnt .mys-topf-h p:nth-child(1) {
	position: relative;
}

.cnt .mys-topf-h p:nth-child(1)::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #24ba9d;
	border-radius: 100px;
	top: 25%;
	right: -100%;
	transform: translate(-50%, 25%);
}

.cnt .mys-topf-r {
	display: flex;
}

.cnt .mys-topf-slide {
	overflow: hidden;
}

.cnt .mys-topf-card {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 23%;
	height: 111px;
	margin: 15px 0 0 0;
	padding: 0 5px 5px 5px;
}

.cnt .mys-topf-card h3 {
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #ffffff;
	z-index: 2;
}

.cnt .mys-topf-card strong,
.mys-midf-r strong,
.mys-midf-card h2 {
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #ffffff;
	z-index: 2;
}

.cnt .mys-topf-card .game {
	position: relative;
	margin: 5px 0 0 0;
	width: 78px;
	height: 56px;
	border-radius: 6px;
	align-self: center;
	z-index: 2;
}

.cnt .mys-topf-card .body {
	position: relative;
	display: flex;
	justify-content: space-around;
	z-index: 2;
}

.cnt .mys-topf-card .body strong,
.cnt .mys-topf-card .body strong.h6 {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #24bb9d;
}

.cnt .mys-topf-card .body h6 {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #d4351d;
}

.cnt .mys-topf-card .de {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.cnt .mys-topf-card .sh {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	z-index: 10;
	transition: 0.4s all linear;
	opacity: 0;
	visibility: hidden;
}

.cnt .mys-topf-card:hover .sh {
	opacity: 1;
	visibility: visible;
}

.cnt .mys-topf-card .sh .btn {
	position: relative;
	display: flex;
	text-decoration: none;
	width: 120px;
	height: 45px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#de3c21),
		to(#b41b0f)
	);
	background: -webkit-linear-gradient(top, #de3c21 0, #b41b0f 100%);
	background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
	border: 1px solid #bc2502;
	border-radius: 6px;
}

.cnt .mys-topf-card .sh .btn p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
}

.cnt .mys-topf-card .sh .btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 25px;
}

.cnt .mys-midf {
	display: flex;
	flex-direction: column;
}

.cnt .mys-midf-h {
	display: flex;
	justify-content: space-around;
	margin: 15px 0 0 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#424242),
		to(#343434)
	);
	background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
	background: linear-gradient(to bottom, #424242 0, #343434 100%);
	border-radius: 6px;
}

.cnt .mys-midf-h p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	color: #ffffff;
}

.cnt .mys-midf-h p:nth-child(1) {
	position: relative;
}

.cnt .mys-midf-h p:nth-child(1)::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #24ba9d;
	border-radius: 100px;
	top: 25%;
	right: -100%;
	transform: translate(-50%, 25%);
}

.cnt .mys-bs {
	margin: 15px 0 0 0;
}

.cnt .mys-bs-r {
	display: flex;
	justify-content: space-between;
}

.cnt .mys-bs-r img {
	width: 450px;
	height: 250px;
	border-radius: 7px;
}

.cnt .mys-bs-r p {
	width: 43%;
}

.cnt .mys-midf-r {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cnt .mys-midf-card {
	display: flex;
	flex-direction: column;
	width: 19%;
	margin: 15px 0 0 0;
}

.cnt .mys-midf-card__body {
	position: relative;
	width: 100%;
	height: 120px;
}

.cnt .mys-midf-card__body .game {
	position: relative;

	width:160px;
	height: 123px;
	border-radius: 6px;
	transition: 0.3s all linear;
}


.mys-midf-card.new .mys-midf-card__body::before {
	opacity: 1;
}

.cnt .mys-midf-card:hover:hover .game {
	transform: scale(1.1);
}

.mys-midf-card__img {
	width: 100%;
	overflow: hidden;
}

.cnt .mys-midf-card__body .sh {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	z-index: 10;
	transition: 0.4s all linear;
	opacity: 0;
	visibility: hidden;
}

.cnt .mys-midf-card:hover .sh {
	opacity: 1;
	visibility: visible;
}

.cnt .mys-midf-card__body .sh .btn {
	position: relative;
	display: flex;
	text-decoration: none;
	width: 100px;
	height: 40px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#de3c21),
		to(#b41b0f)
	);
	background: -webkit-linear-gradient(top, #de3c21 0, #b41b0f 100%);
	background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
	border: 1px solid #bc2502;
	border-radius: 6px;
}

.cnt .mys-midf-card__body .sh .btn p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
}

.cnt .mys-midf-card__body .sh .btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 25px;
}

.cnt .mys-midf-card__body .sh .demo {
	margin: 5px 0 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	transition: 0.3s;
}
.cnt .mys-midf-card__body .sh .demo:hover {
	text-decoration: underline;
}

.cnt .mys-midf-card .body {
	margin: 5px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.cnt .mys-midf-card .body h3 {
	width: 90%;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
}

.cnt .mys-midf-card .body h4 {
	color: #ffffff;
	transition: 0.5s;
	cursor: pointer;
}

.cnt .mys-midf-card .body h4:hover {
	color: #de3c21;
}

.cnt .mys-midf-btn {
	margin: 15px 0 0 0;
	padding: 10px;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#de3c21),
		to(#b41b0f)
	);
	background: -webkit-linear-gradient(top, #de3c21 0, #b41b0f 100%);
	background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
	border: 1px solid #bc2502;
	text-decoration: none;
	border-radius: 6px;
}

.cnt .mys-inf {
	margin: 30px 0 43px 0;
	color: #9c9c9c;
	border-left: 3px solid #00bd9d;
	padding: 0 0 0 20px;
	line-height: 1.6;
	font-size: 16px;
}

.cnt .mys-inf p {
	margin-top: 16px;
}

.mys-inf-cnt p {
	margin-top: 16px;
	margin-bottom: 16px;
}

.cnt .mys-inf h2,
.cnt .mys-inf h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	margin-top: 20px;
}

.cnt .mys-inf-cnt ol {
	padding: 0 0 0 40px;
}

.cnt .mys-inf-cnt-ls {
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #ffffff;
	text-decoration: none;
	transition: 0.3s;
}

.cnt .mys-inf-cnt-ls:hover {
	text-decoration: underline;
}

.cnt .mys-inf-lspst {
	margin: 25px 0 0 0;
}

.cnt .mys-inf-lspst-im {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0 0;
	align-items: center;
}

.cnt .mys-inf-lspst-img {
	margin: 20px 0 0 0;
	width: 250px;
	height: 150px;
}

.cnt .mys-inf-lspst-img img {
	width: 100%;
	height: auto;
	border-radius: 7px;
}

.cnt .mys-inf-lspst-body {
	display: flex;
	flex-direction: column;
	width: 65%;
}

.cnt .mys-inf-lspst-title {
	margin: 0 0 16.6px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
}

.cnt .mys-inf-tx {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #9c9c9c;
	text-decoration: none;
}

.cnt .mys-inf-st {
	margin: 30px 0 0 0;
}

.cnt .mys-inf-st h2 {
	margin: 18px 0 8px 0;
}

.cnt .mys-inf-st .mys-inf-tx {
	margin: 13px 0 0 0;
}

.cnt .mys-inf-st ul {
	margin: 13px 0 0 40px;
}

.cnt .mys-inf-st ul li {
	margin: 0 !important;
}

main aside {
	width: 21%;
	padding: 0 10px 10px 10px;
}

.my-as-tp {
	margin: 30px 0 0 0;
	display: flex;
	flex-direction: column;
}

.start-bonuses {
	position: relative;
	display: flex;
	flex-direction: column;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: arrowanimate;
	animation-name: arrowanimate;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.start__logo {
	width: 100%;
	height: 125px;
	background-image: url(../images/frame.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	max-width: 250px;
	margin: 0 auto;
}

.start-bonuses h3,
.start-bonuses strong {
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #5f5;
	text-shadow: 0 0 10px #0f0, 0 0 20px #0f0;
	align-self: center;
}

.start-bonuses h4,
.start-bonuses strong.h4 {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #f55;
	text-shadow: 0 0 10px red, 0 0 20px red;
	align-self: center;
}

.start-bonuses img {
	margin: 15px 0 0 0;
	width: 43px;
	height: 50px;
	align-self: center;
}

.my-as-tp .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0 0;
	position: relative;
	height: 42px;
	text-decoration: none;
	border-radius: 6px;
	align-self: center;
	width: 110px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#50c5ac),
		color-stop(50%, #3fa18d),
		to(#2e7f70)
	);
	background: -webkit-linear-gradient(
		top,
		#50c5ac 0,
		#3fa18d 50%,
		#2e7f70 100%
	);
	background: linear-gradient(to bottom, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
	border: 1px solid #55a399;
}

.my-as-tp .btn p {
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	text-transform: capitalize;
	text-align: center;
	color: #ffffff;
}

.my-as-tp .btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 25px;
}

.my-as-lsfs {
	display: flex;
	flex-direction: column;
	margin: 20px 0 0 0;
	width: 100%;
}

.my-as-lsfs li {
	overflow: hidden;
	padding: 7px 10px;
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	list-style: none;
	background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
	border-bottom: 1px solid #b41b0f;
	cursor: pointer;
}
.my-as-lsfs li::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-0, -50%);
	background-image: url(../images/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 25px;
	width: 32px;
	overflow: hidden;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.my-as-lsfs li:hover::before {
	animation-name: arrowMenu;
}

.my-as-lsfs li:first-child {
	border-radius: 6px 6px 0 0;
}

.my-as-lsfs li:last-child {
	border-radius: 0 0 6px 6px;
	border: none;
}

.my-as-lsfs li a {
	text-decoration: none;
	color: inherit;
}

.my-as-lsfs li img {
	display: none;
}

.my-as-lssc {
	display: flex;
	flex-direction: column;
	margin: 10px 0 0 0;
	width: 100%;
}

.my-as-lssc li {
	overflow: hidden;
	position: relative;
	padding: 7px 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	list-style: none;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#424242),
		to(#343434)
	);
	background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
	background: linear-gradient(to bottom, #424242 0, #343434 100%);
	cursor: pointer;
	border-radius: 6px;
}
.my-as-lssc li::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-0, -50%);
	background-image: url(../images/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 25px;
	width: 32px;
	overflow: hidden;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.my-as-lssc li:hover::before {
	animation-name: arrowMenu;
}

.my-as-lssc li a {
	text-decoration: none;
	color: inherit;
}

.my-as-lssc li img {
	display: none;
}

.my-as-lstr {
	display: flex;
	flex-direction: column;
	margin: 10px 0 0 0;
	width: 100%;
}

.my-as-lstr li {
	overflow: hidden;
	position: relative;
	padding: 7px 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	list-style: none;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#424242),
		to(#343434)
	);
	background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
	background: linear-gradient(to bottom, #424242 0, #343434 100%);
	border-bottom: 1px solid #656565;
	cursor: pointer;
}
.my-as-lstr li::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-0, -50%);
	background-image: url(../images/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 25px;
	width: 32px;
	overflow: hidden;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.my-as-lstr li:hover::before {
	animation-name: arrowMenu;
}

.my-as-lstr li:first-child {
	border-radius: 6px 6px 0 0;
}

.my-as-lstr li:last-child {
	border-radius: 0 0 6px 6px;
	border: none;
}

.my-as-lstr li a {
	text-decoration: none;
	color: inherit;
}

.my-as-lstr li img {
	display: none;
}

table {
	margin: 16px 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table,
td,
th {
	border: 1px solid #ffffff;
}

td,
th {
	padding: 5px;
	width: 30px;
	height: 25px;
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
}

tr td:nth-child(2) {
	/*     width: 80%; */
}

th {
	background-color: #7accee !important;
}

footer {
	padding: 20px 0 0 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#424242),
		to(#343434)
	);
	background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
	background: linear-gradient(to bottom, #424242 0, #343434 100%);
}

footer .my-ftr-ptns {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background-color: #212121;
	padding: 15px 10px;
}

footer .my-ftr-ptns img {
	/*height: 28px;*/
	height: 40px;
}

footer .my-ftr-md {
	display: flex;
	align-items: center;
	margin: 20px 0 0 0;
	justify-content: space-around;
}

footer .my-ftr-md .logo {
	margin: 0 44px 0 10px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

footer .my-ftr-r {
	display: flex;
	align-items: center;
}

footer .my-ftr-r ul {
	display: flex;
}

footer .my-ftr-r li {
	position: relative;
	margin: 0 30px 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 34px;
	color: #a9a9a9;
	list-style: none;
}

footer .my-ftr-r li:hover {
	color: white;
}

footer .my-ftr-r li::after {
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	height: 10px;
	width: 10px;
	background-color: #24bb9d;
	transition: 0.5s;
	opacity: 0;
}

footer .my-ftr-r li:hover::after {
	opacity: 1;
}

footer .my-ftr-r a {
	color: inherit;
	text-decoration: none;
}

footer .my-ftr-r .dmca {
	width: 100px;
	height: 34.3px;
}

footer .my-ftr-r .dmca img {
	width: inherit;
	height: inherit;
}

footer .my-ftr-lcs {
	display: flex;
	justify-content: space-evenly;
	padding: 20px 0;
}

footer .my-ftr-lc {
	display: flex;
	align-items: center;
	text-decoration: none;
}

footer .my-ftr-lc-img {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	border-radius: 10px;
}

footer .my-ftr-lc-tt {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	color: #ffffff;
}

.burger,
.logo-mob,
.bur-list,
.mys-midf-mob {
	display: none;
}

.my-ftr-ptn__hvr {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: -webkit-filter 0.3s;
	transition: filter 0.3s;
	transition: filter 0.3s, -webkit-filter 0.3s;
}

.my-ftr-ptn__hvr:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.error {
	padding: 95px 10px;
}
.error p {
	margin: 0 0 20px 0;
	color: #fff;
	font-weight: bold;
	margin-top: 25px;
	font-size: 20px;
}
.error span {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	color: #ffffff;
}
.error span a {
	color: inherit;
}

@keyframes arrowanimate {
	0%,
	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes arrowMenu {
	0% {
		transform: translate(0%, -50%);
	}
	20% {
		transform: translate(255%, -50%);
	}
	40% {
		transform: translate(-655%, -50%);
		opacity: 0;
	}
	100% {
		transform: translate(-255%, -50%);
		opacity: 1;
	}
}

/* add style */
.post__image img {
	border-radius: 7px;
}
@media screen and (max-width: 1024px) {
	.post__image {
		float: none !important;
		margin-top: 20px;
	}
	.post__image img {
		width: 100%;
	}
}

h2 {
	scroll-margin-top: 5rem;
}
.anchor-menu a {
	text-decoration: none;
	color: #fff;
}

.anchor-menu li{
    margin-bottom:15px;
}

.anchor-menu a:hover {
	text-decoration: underline;
}
a.disabled {
	pointer-events: none;
	cursor: default;
	color: #999;
}

.faq__title {
	color: #fff;
	margin-top: 25px;
	font-size: 20px;
	font-weight: 700;
}

.faq__head {
	color: #fff;
	margin-top: 25px;
	font-size: 20px;
	font-weight: 700;
}

.star__style {
	font-weight: 700;
	letter-spacing: -0.0415625em;
	line-height: 1.25;
	color: #ffffff;
	cursor: pointer;
}
.star__style:hover {
	color: #de3c21;
}

.cnt .banner-1 .body .banner__title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 42px;
	color: #ffffff;
}

/*pictures*/

.img-text {
	float: right;
	margin-left: 20px;
}
.img-text img,
.img-text-right img {
	border-radius: 25px;
}
.img-text-right {
	float: left;
	margin-right: 20px;
}

@media screen and (max-width: 1000px) {
	.img-text img,
	.img-text-right img {
		width: 150px;
		height:150px;
	}
}
.wp-block-table {
    overflow:auto;
}
.img-big {
    width:65%;
    margin:20px auto;
}
.img-big img {
    width:100%;
    height:100%;
}
@media screen and (max-width:1000px) {
    .img-big {
    width:100%;
}
}
.menu__new__pages {
    display:flex;
    flex-wrap:wrap;
    list-style:none;
   justify-content: space-around;
   padding-bottom:10px;

}


.menu__new__pages a {
    color:#fff;
    font-size:12px;
    text-decoration:none;
}