@font-face {
  font-family: "TTInterphases";
  src: url("../assets/fonts/TTInterphases-ExtraBold.ttf")
    format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "TTInterphases";
  src: url("../assets/fonts/TTInterphases-Bold.ttf")
    format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "TTInterphases";
  src: url("../assets/fonts/TTInterphases-DemiBold.ttf")
    format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "TTInterphases";
  src: url("../assets/fonts/TTInterphases-Medium.ttf")
    format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "TTInterphases";
  src: url("../assets/fonts/TTInterphases-Regular.ttf")
    format("truetype");
  font-weight: 400;
}

body {
	background-color: #0b1219;
	color: #8295b3;
	font-size: 18px;
	font-family: "Ubuntu", sans-serif !important;


	background-color: rgba(12, 17, 29, 1);
	color: #fff;
	font-family: "TTInterphases", serif !important;
}
.tablebodytext {
	display: none !important;
}
.h2,
h2 {
	font-weight: bold;

	background: linear-gradient(to right, #34d399, #38bdf8);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}
.sec {
	position: relative;
	overflow: hidden;
}
.fancybox-button.fancybox-button--zoom {
	display: none !important;
}
.sec1 {
	background: top no-repeat;
	width: 100%;
	min-height: 600px;
	background-size: cover;
}
.sec1-btns {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 32px;
}

.sec1-btns .btn-nzt {
	/*   width: calc(25% - 15px); */
	width: 100%;
	padding: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5rem;
	min-height: 85px;
	margin-right: 15px;
	height: auto;
}

.sec1-btns .btn-nzt:last-of-type {
	margin-right: 0px;
}

.sec1-content,
.sec3-content,
.sec4-content,
.sec5-content,
.sec6-content,
.sec7-content,
.sec8-content {
	position: relative;
	z-index: 10;
}
.sec3 {
	background: center no-repeat;
	width: 100%;
	min-height: 600px;
	background-size: cover;
}
.sec5 {
	background: bottom no-repeat;
	width: 100%;
	min-height: 600px;
	background-size: cover;
}
.sec8 {
	background: bottom no-repeat;
	width: 100%;
	min-height: 600px;
	background-size: cover;
}

.sec8 .photo {
	max-width: 305px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
}
.sec8 .content {
	max-width: 390px;
	width: 100%;
	margin: 0 auto;
}
.sec8 .content h2 {
	margin-bottom: 15px;
}

.sec8 .photo-el {
	position: absolute;
}
.sec8 img {
	max-width: 100%;
}
.sec8 .photo-el1 {
	top: 12%;
	left: -40%;
	max-width: 180px;
	width: 60%;
}
.sec8 .photo-el2 {
	bottom: 11%;
	right: -13%;
	max-width: 80px;
	width: 28%;
}

.faq-content h4 {
	color: #fff !important;
	cursor: pointer;
	position: relative;
}
.faq-content h4 a::after {
	content: "";
	position: absolute;
	right: 0;
	top: -10px;
	background: #fff;
	opacity: 0.04;
	width: 50px;
	height: 50px;
	background: url("../image/arrow-w.svg") center center no-repeat;
	opacity: 0.5;
	background-size: 50px;
}
.faq-content .panel:hover h4 a::after {
	opacity: 1;
	background: url("../image/arrow.svg") center center no-repeat;
	background-size: 50px;
}
.faq-content h4 a {
	color: #fff !important;
	padding-right: 60px;
	display: block;
}
.faq-content h4 a::after {
	transform: rotate(180deg);
	transition: all 0.3s ease 0s;
}
.faq-content h4 a.collapsed::after {
	transform: rotate(0deg);
}
.faq-content h4 a:hover {
	color: #fff !important;
	text-decoration: none !important;
}
.faq-content .panel-default {
	padding: 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-content .panel-default.noactive {
	display: none;
}
.faq-content .panel-group.active .panel-default.noactive {
	display: block;
}
.faq-content .panel-group.active .btn {
	display: none;
}

.faq-content .panel-default .panel-collapse {
	margin-top: 24px;
}

.logo {
	max-width: 130px;
	width: 100%;
	display: inline-block;
}
.logo a {
	display: inline-block;
	width: 100%;
}
.logo a img {
	max-width: 100%;
	height: auto;
}
.phones-block {
	position: relative;
}
.phones {
	position: relative;
	z-index: 10;
}
.screen {
	width: 46%;
	height: 95%;
	top: 2.5%;
	left: 37.3%;
	position: absolute;
	z-index: 20;
	border-radius: 20px;
	overflow: hidden;
	background: url("../image/slideshow/base.jpg") center top no-repeat;
	background-size: cover;
}
.header {
	padding: 15px 0;
	position: relative;
	z-index: 100;
}

.menu {
	margin: 0;
	padding: 0;
}
.menu li {
	display: inline-block;
}
.menu li a {
	color: #fff !important;
	font-size: 18px;
	opacity: 1;
	text-transform: uppercase;
	line-height: 55px;
	padding: 0 10px;
	transition: opacity 0.3s ease 0s;
	cursor: pointer;
}
.shadow-bottom::after {
	position: absolute;
	z-index: 0;
	content: "";
	background-image: linear-gradient(
		180deg,
		rgba(11, 19, 26, 0) 0%,
		#0b131a 100%
	);
/* 	height: 200px; */
	width: 100%;
	inset: 0;
	top: 300px;
	background: linear-gradient(
		to top,
		rgba(12, 17, 29, 1),
		rgba(12, 17, 29, 1) 20%,
		transparent
	);
}

.shadow-top::before {
	z-index: 0;
	/* 	background-image: linear-gradient(0deg, rgba(11, 19, 26, 0) 0%, #0b131a 100%); */
	/* 	height: 200px; */
	width: 100%;
	content: "";
	position: absolute;
	inset: 0;
	top: -900px;
	background: radial-gradient(
		circle at 10%,
		rgba(12, 17, 29, 1),
		rgba(12, 17, 29, 1) 45%,
		rgba(0, 0, 0, 0.2),
		rgba(12, 17, 29, 1) 80%
	);
	filter: blur(10px);
}
.light-bottom::after {
	position: absolute;
	z-index: 0;
	content: "";
	background: url("../image/light-bottom.svg") bottom no-repeat;
	opacity: 0.5;
	height: 250px;
	width: 100%;
	bottom: 0;
	left: 0;
}
.thumb-wrap {
	position: relative;
	padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	height: 0;
	overflow: hidden;
}
.thumb-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}
.dashed-line {
	margin-top: -25%;
	margin-bottom: -17%;
}
.qr-mini {
	position: relative;
}
.qr-zoom {
	visibility: hidden;
	position: absolute;
	z-index: 100;
	opacity: 0;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s;
	box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.5);
}
.button-down {
	position: fixed;
	left: 5px;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.button-down.del {
	display: none;
}
.button-down .text {
	writing-mode: tb-rl;
	padding-top: 10px;
}
.qr-mini:hover .qr-zoom {
	margin-left: -17px;
	margin-top: -17px;
	height: 85px;
	width: 85px;
	visibility: visible;
	opacity: 1;
	cursor: none;
}

.btn-nzt {
	background-image: linear-gradient(90deg, #1df4a0 0%, #00b4e5 100%);
	box-shadow: 0 0 50px 0 rgba(29, 243, 162, 0.36);
	border-radius: 12px;
	padding: 0 60px;
	text-align: center;
	border: none;
	font-weight: bold;

	color: #292330 !important;

	background: linear-gradient(to left, #34d399, #38bdf8);
	border-radius: 15px;
	font-size: 20px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	box-shadow: 0 0 10px 2px #36c8c8;
}

.btn-lang.active {
	border-radius: 12px;
	text-align: center;
	border: none;
	font-weight: bold;
	background-image: linear-gradient(90deg, #18eaaa 0%, #10d7c0 97%);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);

	color: #1f1615 !important;
	line-height: 42px;
	height: 42px;
	display: inline-block;
	width: 42px;
	text-align: center;
}
.btn-qr {
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	padding: 0;
	border: none;
}
.btn-dwn {
	padding: 0;
	border: none;
}
.btn-nzt-2 {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	border: none;
	font-weight: bold;
	color: #0fd6c0 !important;
	line-height: 50px;
	height: 50px;
	padding: 0 25px;
}
.btn-nzt-lg {
	line-height: 85px;
	height: 85px;
}
.btn-sqr {
	width: 50px;
	padding: 0;
	text-align: center;
	margin-left: 15px;
}
.btn-down {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-down img {
	width: 20px;
	height: 20px;
}
.btn-down svg path {
	fill: #0fd6c0;
}

.hr-bottom {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.poker-apps {
	width: 100%;
	max-width: 450px;
}
.poker-apps tr td {
	vertical-align: middle;
	padding-bottom: 15px;
}
.poker-apps tr td:nth-child(2) {
	padding-left: 25px;
}
.poker-apps tr td:nth-child(2) p {
	margin-bottom: 0 !important;
}
.poker-apps .app-icon {
	height: 64px;
}
.plan {
	display: block;
	background: #2b2534;
	margin-bottom: 30px;
	border-radius: 12px;
	padding: 2px;
	cursor: pointer;
}
input[type="radio"]:checked + .plan {
	background-image: linear-gradient(90deg, #1df4a0 0%, #00b4e5 100%);
	box-shadow: 0 2px 13px 0 rgba(29, 243, 162, 0.15);
}
.plan-inner {
	position: relative;
}
.plan-inner .plan-label {
	font-size: 16px;
	position: absolute;
	line-height: 20px;
	height: 20px;
	top: 0;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	width: 100px;
	text-align: center;
	border-radius: 3px;
	background-image: linear-gradient(90deg, #13deb9 0%, #0bcbcc 100%);
	left: 50%;
	margin-left: -50px;
	color: #292330;
}
.plan-inner .plan-body {
	background: #2b2534;
	border-radius: 10px 10px 0 0;
	padding: 0 20px;
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	padding-top: 30px;
	line-height: 20px;
	padding-bottom: 10px;
}
.plan-inner .plan-footer {
	background: #2b2534;
	border-radius: 0 0 10px 10px;
	text-align: center;
	font-size: 16px;
	height: 24px;
	width: 100%;
}
input[type="radio"]:checked + .plan .plan-footer-gr {
	background: transparent;
	color: #292330;
}
.qr-icon {
	margin-top: -2px;
}
.nzt-24 {
	height: 24px;
	display: inline-block;
	margin-top: -2px;
}
.radio {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: #5e5965;
	border-radius: 8px;
	float: left;
	vertical-align: middle;
	margin-right: 10px;
}
input[type="radio"]:checked + .plan .radio {
	background: url("../image/checked.svg") no-repeat;
	background-size: contain;
}

.contact__imgs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 480px;
	width: 100%;
	margin: 20px auto 0;
}
.contact__imgs img {
	display: block;
	width: 100%;
}

.contact-icon {
	height: 70px;
	float: left;
}
.cont {
	line-height: 70px;
	font-size: 18px;
}
.helps__blocks {
	justify-content: space-between;
}

.helps__blocks .col-md-8 {
	margin: 0 auto;
}
.helps__block {
	display: flex;
	justify-content: flex-start;
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
}

.helps__info-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	margin-bottom: 10px;
}
.helps__info-item {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	list-style: none;
	position: relative;
}
.helps__block {
	margin-bottom: 30px;
	margin-top: 12px;
}
.helps__block .img {
	max-width: 80px;
	width: 100%;
}
.helps__block .img img {
	display: block;
	width: 100%;
}
.helps__info {
	margin-left: 25px;
}
.helps__info ul {
	padding: 0;
	margin: 0;
}
.helps__info-item:before {
	content: "•";
	color: #8295b3;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	margin-right: 15px;
}

.languages {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.languages ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
}

.languages li {
	list-style-type: none;
}

.languages a {
	font-weight: 400;
	color: #ffffff;
	line-height: 42px;
	padding: 0 8px;
	display: inline-block;
	text-align: center;
	border-radius: 12px;
	margin: 0 5px;
}
.languages .active a {
	font-weight: bold;
	background-image: linear-gradient(90deg, #18eaaa 0%, #10d7c0 97%);
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 25%);
	color: #1f1615;
}

.languages a:hover {
	text-decoration: none;
}

/*SLIDESHOW */
.fadein {
}
.fadein img {
	position: absolute;
	left: 0;
	top: 0;
}
.burger {
	width: 50px;
	height: 50px;
	background: url(../image/burger.svg) no-repeat center center;
	cursor: pointer;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	float: right;
	padding: 10px;
	display: none;
}
.mo .burger {
	background: url(../image/close.svg) no-repeat center center;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.list-steps {
	padding-left: 30px;
}
.list-steps li {
	list-style-type: none;
	position: relative;
}
.list-steps li::before {
	content: "";
	display: block;
	height: 30px;
	width: 30px;
	background-size: 30px;
	background-image: url(../image/dot.svg);
	background-repeat: no-repeat;
	margin-left: -38px;
	position: absolute;
}
/* MODAL */
.modal-content {
	background: #192430;
}
.modal-header,
.modal-body,
.modal-footer {
	border-bottom: none;
	border-top: none;
}
.steps {
	padding-bottom: 30px;
	padding-top: 0;
}
.modal-header .close {
	margin-right: -60px;
	color: #fff;
	text-shadow: none;
	font-size: 36px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	padding: 0;
}
.clearmob {
	display: none;
}

#dialog {
	width: 42%;
	position: absolute;
	z-index: 10;
	text-align: right;
	display: none;
	top: 15px;
}
.mess {
	background-image: linear-gradient(90deg, #18eaaa 0%, #10d7c0 97%);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
	color: #1f1615 !important;
	line-height: 42px;
	height: 42px;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 15px;
	/* float: right;*/
	position: relative;
}
.clear {
	clear: both;
}
#viki {
	margin-left: 25%;
}

.str-circle1,
.str-circle2,
.str-circle3 {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	animation: radial-pulse 2s infinite;
	left: 0;
}
.tg .str-circle1,
.tg .str-circle2,
.tg .str-circle3 {
	animation: radial-pulse-tg 2s infinite;
}

.str-circle2 {
	animation-delay: 3s;
}

@keyframes radial-pulse {
	0% {
		box-shadow: 0 0 0 0em rgba(29, 244, 160, 0.8);
	}
	100% {
		box-shadow: 0 0 0 0.45em rgba(29, 244, 160, 0);
	}
}
@keyframes radial-pulse-tg {
	0% {
		box-shadow: 0 0 0 0em rgba(87, 168, 216, 0.8);
	}
	100% {
		box-shadow: 0 0 0 0.45em rgba(87, 168, 216, 0);
	}
}
#m3 {
	cursor: pointer;
}
.z100 {
	z-index: 100 !important;
}
.btn-contact {
	width: 42px;
	height: 42px;
	border-radius: 30px;
	background: #0aff95;
	position: relative;
	display: inline-block;
}
.tg,
.wa {
	background: none;
	padding: 0;
	width: 42px;
	text-align: center;
	margin-left: 10px;
}
.tg-icon img {
	height: 42px;
	margin-top: -4px;
}
.wa-icon {
	z-index: 100;
	position: relative;
}
.wa-icon img {
	height: 45px;
	margin-top: -4px;
	margin-left: -1px;
}

.telegram {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #8295b3;
	font-size: 1rem;
	line-height: 1.5rem;
	font-family: "Ubuntu", sans-serif !important;
	margin-top: 15px;
	text-align: center;
}
.telegram:hover {
	color: #ffffff;
	text-decoration: none;
}

.telegram .icon-telegram {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.telegram .icon-telegram img {
	display: block;
	width: 100%;
}
.btns-list {
	margin-top: 20px;
}
.btns-list__title {
	color: #ffffff;
	font-size: 20px;
	line-height: 25px;

	background: linear-gradient(to right, #34d399, #38bdf8);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.btns-list__item {
	position: relative;
	padding-left: 15px;
}
.btns-list__item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #18eaaa;
}

.news {
	background-size: cover;
	padding: 85px 0 35px;
}

.news-items {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 50px -20px 0;
}

.news-item {
	width: calc(33.333% - 40px);
	margin: 0 20px 30px;
}

.news-item__img {
	border-radius: 10px;
}

.news-item__img img {
	border-radius: 10px;
	display: block;
	max-width: 100%;
}

.news-item__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	margin-top: 20px;
}
.news-item__text {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 10px;
}
.news-item__date {
	font-size: 18px;
	line-height: 27px;
	color: #1ad0b8;
}

.qrcode {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 125px;
	width: 100%;
}

/* .whatsapp-block {
margin-bottom: 20px;
} */
.qrcode-dialog {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 125px;
	width: 100%;
	margin-left: auto !important;
}

.qrcode-dialog img {
	max-width: 100%;
}

.whatsAppDialog {
	margin-top: 20px;
	/* margin-bottom: 20px; */
}

.contacts {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}

.contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 20px;
	width: 50%;
}

.contacts .qrcode {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contacts .qrcode img {
	width: 100%;
}

body.openModal {
	overflow: hidden;
}

.ageVerification-modal {
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	overflow-y: auto;
	padding: 20px;
}
.ageVerification-modal.openModal {
	display: flex;
}

.ageVerification-modal__block {
	background-image: url(../image/modal-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #1c2127;
	max-width: 490px;
	width: 100%;
	margin: auto;
	border-radius: 20px;
	padding: 30px 20px 45px;
}
.ageVerification-modal__icon {
	background: linear-gradient(180deg, #25f1af 0%, #11abdd 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto 30px;
}

.ageVerification-modal__buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}
.ageVerification-modal__button {
	background: #3e4246;
	border-radius: 8px;
	margin: 0 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #0fd6c0;
	padding: 12px 25px;
	transition: all 0.2s ease-in;
	cursor: pointer;
}
.ageVerification-modal__button:hover {
	text-decoration: none;
	color: #0fd6c0;
	background: #ffffff;
}
.ageVerification-modal__button.blue {
	background: linear-gradient(180deg, #25f1af 0%, #11abdd 100%);
	border-radius: 8px;
	margin: 0 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #ffffff;
	padding: 12px 25px;
}
.ageVerification-modal__button.blue:hover {
	color: #0fd6c0;
	background: #ffffff;
}
.ageVerification-modal__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
}

@media (max-width: 991px) {
	.clearmob {
		display: block;
		clear: both;
	}
	.tg-icon img {
		margin-top: -3px;
	}

	.wa-icon img {
		margin-top: -3px;
		margin-left: -1px;
	}
	.mw100 {
		width: 100%;
	}
	.steps {
		padding-bottom: 0px;
		padding-top: 30px;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.burger {
		display: block;
	}
	#menu {
		position: fixed;
		background: #0b1219;
		z-index: 99;
		width: 100%;
		height: 100%;
		top: 0;
		left: 100%;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		overflow: hidden;
		padding-top: 100px;
	}
	.menu li a {
		padding-left: 0;
		font-weight: bold;
		text-transform: none;
		font-size: 24px;
	}
	#menu .menu li {
		display: block;
	}
	#menu .menu {
		max-width: 720px;

		text-align: left;
		margin: auto;
		margin-top: 30px;
		padding: 0 30px;
	}
	.mo #menu {
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		color: #fff;
	}
	.mo {
		overflow: hidden;
	}
	.h-step {
		text-align: center;
	}
	.h-step img.arrow {
		text-align: center !important;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.cl {
		margin-bottom: 30px;
	}
	.cl .btn {
		/* width: 100%;*/
	}

	.sec1-content {
		padding-bottom: 0 !important;
	}
	.sec2 h2 {
		text-align: center;
		font-weight: bold;
	}
	.mw100 {
		width: 100%;
	}
	.screen {
		border-radius: 15px;
	}
	.sec1-content {
		padding-top: 0 !important;
	}
	.sec1-btns .btn-nzt {
		width: calc(50% - 10px);
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.sec1-btns .btn-nzt:nth-child(2n) {
		margin-right: 0;
	}
	.helps__blocks {
		justify-content: center;
	}
	.helps__block {
		max-width: 450px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.languages {
		max-width: 720px;
		text-align: left;
		margin: auto;
		margin-top: 30px;
		padding: 0 22px;
		justify-content: flex-start;
	}
}

@media (max-width: 768px) {
	.block-girl {
		min-height: 520px;
	}

	.news-items {
		margin: 30px 0 0;
	}

	.news-item {
		width: 100%;
		margin: 0 0 30px;
	}

	.ageVerification-modal__title {
		font-size: 20px;
		line-height: 25px;
	}
}
@media (max-width: 480px) {
	.sec1-btns .btn-nzt {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.sec1-btns .btn-nzt:last-child {
		margin-bottom: 0;
	}
	.sec1-btns .btn-nzt-lg {
		min-height: 60px;
	}
	.contacts {
		flex-direction: column;
		align-items: center;
	}
	.contact:first-child {
		margin-bottom: 30px;
	}
}
@media (max-width: 374px) {
	.list-steps {
		padding-left: 10px;
	}
}
