/* Font Styles */
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&display=swap');

 
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html,
body {
	height: 100%;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	min-width: 320px;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: #14042d;
    color: #fff;
    letter-spacing: .01em;
    overflow-x: hidden;
    overflow-y: visible;
}

@media (max-width: 1599px) {
	body {
		font-size: 16px;
	}
}

@media (max-width: 1229px) {
	body {
		font-size: 14px;
	}
}

input,
select,
textarea,
button {
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	font-weight: 400;
	background-color: transparent;
	color: #000;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	line-height: 1;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	margin: 0;
	padding: 0;
	-webkit-transition: .2s;
	transition: .2s;
}

@media (max-width: 1599px) {
	input,
	select,
	textarea,
	button {
		font-size: 16px;
	}
}

@media (max-width: 1229px) {
	input,
	select,
	textarea,
	button {
		font-size: 14px;
	}
}

input::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
}

textarea {
	resize: none;
}

img,
iframe {
	display: block;
	width: 100%;
}

a {
	color: currentColor;
	outline: none;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: calc(1em + 8px);
}

h1 {
	font-size: 48px;
}

@media (max-width: 1599px) {
	h1 {
		font-size: 40px;
	}
}

@media (max-width: 1229px) {
	h1 {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	h1 {
		font-size: 26px;
	}
}

h2 {
	font-size: 42px;
}

@media (max-width: 1599px) {
	h2 {
		font-size: 36px;
	}
}

@media (max-width: 1229px) {
	h2 {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	h2 {
		font-size: 24px;
	}
}

h3 {
	font-size: 36px;
}

@media (max-width: 1599px) {
	h3 {
		font-size: 32px;
	}
}

@media (max-width: 1229px) {
	h3 {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	h3 {
		font-size: 22px;
	}
}

h4 {
	font-size: 32px;
}

@media (max-width: 1599px) {
	h4 {
		font-size: 28px;
	}
}

@media (max-width: 1229px) {
	h4 {
		font-size: 20px;
	}
}

h5 {
	font-size: 28px;
}

@media (max-width: 1599px) {
	h5 {
		font-size: 24px;
	}
}

@media (max-width: 1229px) {
	h5 {
		font-size: 18px;
	}
}

h6 {
	font-size: 26px;
}

@media (max-width: 1599px) {
	h6 {
		font-size: 20px;
	}
}

@media (max-width: 1229px) {
	h6 {
		font-size: 16px;
	}
}

p {
	line-height: 28px;
}

@media (max-width: 1599px) {
	p {
		line-height: 26px;
	}
}

@media (max-width: 1229px) {
	p {
		line-height: 24px;
	}
}

/* Component Styles */
.link {
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
}

.link:hover, .link:focus {
	opacity: .9;
}

.link:active {
	opacity: .8;
}

.svg-icon {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: relative;
	width: 100%;
	height: 100%;
	fill: currentColor;
	vertical-align: top;
}

.text {
	line-height: 28px;
}

@media (max-width: 1599px) {
	.text {
		line-height: 26px;
	}
}

@media (max-width: 1229px) {
	.text {
		line-height: 24px;
	}
}

.text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child),
.text div:not(:last-child), .text ol:not(:last-child), .text ul:not(:last-child), .text li:not(:last-child), .text p:not(:last-child) {
	margin-bottom: 25px;
}

@media (max-width: 1599px) {
	.text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child),
	.text div:not(:last-child), .text ol:not(:last-child), .text ul:not(:last-child), .text li:not(:last-child), .text p:not(:last-child) {
		margin-bottom: 20px;
	}
}

@media (max-width: 1229px) {
	.text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child),
	.text div:not(:last-child), .text ol:not(:last-child), .text ul:not(:last-child), .text li:not(:last-child), .text p:not(:last-child) {
		margin-bottom: 15px;
	}
}

.text table {
	position: relative;
	width: 100%;
	font-weight: 500;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px;
	text-align: center;
}

.text table:not(:last-child) {
	margin-bottom: 20px;
}

@media (max-width: 1599px) {
	.text table:not(:last-child) {
		margin-bottom: 15px;
	}
}

@media (max-width: 1229px) {
	.text table:not(:last-child) {
		margin-bottom: 10px;
	}
}

.text table th, .text table td {
	vertical-align: middle;
	padding: 11px 5px;
}

.text table th {
	background-color: #f66303;
	color: #fff;
	border: 1px solid #f66303;
}

.text table td {
	background-color: #fff;
	border: 1px solid #272727;
}

.text li, .text p {
	line-height: inherit;
}

.text li strong {
	color: #f66303;
}

.text strong {
	font-weight: 600;
}

.logo {
    display: inline;
    background: -webkit-linear-gradient(#F663B3, #BE5AFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 32px;
}

@media (max-width: 1599px) {
	.logo {
		font-size: 20px;
	}
}

@media (max-width: 1229px) {
	.logo {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.logo {
	}
	.header-main__logo {margin: 24px 0px 0px 0px; }
	.dropbtn img {max-width: 24px;}

}

@media (max-width: 321px) {
	.logo {
		font-size: 20px;
	}
}
.address,
.lang {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.address__icon,
.lang__icon {
	fill: #f66303;
}

@media (max-width: 1229px) {
	.address__icon,
	.lang__icon {
		width: 16px;
		height: 16px;
		margin-right: 15px;
	}
}

.address__text,
.lang__text {
	text-align: left;
	font-weight: 600;
}

@media (min-width: 1230px) {
	.address__icon {
		width: 16px;
		height: 16px;
		margin-right: 24px;
	}
}

@media (min-width: 1600px) {
	.address__icon {
		width: 20px;
		height: 20px;
		margin-right: 28px;
	}
}

@media (min-width: 1230px) {
	.lang__icon {
		width: 20px;
		height: 20px;
		margin-right: 20px;
	}
}

@media (min-width: 1600px) {
	.lang__icon {
		width: 24px;
		height: 24px;
		margin-right: 24px;
	}
}

@media (min-width: 992px) {
	.lang__text {
		font-size: 18px;
	}
}

@media (min-width: 1230px) {
	.lang__text {
		font-size: 22px;
	}
}

@media (min-width: 1600px) {
	.lang__text {
		font-size: 24px;
	}
}

.lang__text span {
	color: #f66303;
}

.copyright {
	font-weight: 700;
}

.text-input {
	width: 100%;
	font-size: /*calc(1em + 2px);*/22px;
    background: rgba(24, 0, 39, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    color: #fff;
	line-height: 24px;
	padding: 0 30px;
}

@media (max-width: 1599px) {
	.text-input {
		font-size: /*14*/17px;
		padding: 0 20px;
	}
}

@media (max-width: 1229px) {
	.text-input {
		padding: 0 15px;
	}
}

.text-input:not(textarea) {
	height: 60px;
}

@media (max-width: 1599px) {
	.text-input:not(textarea) {
		height: 40px;
	}
}

textarea.text-input {
	padding-top: 15px;
	padding-bottom: 15px;
}
 
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    height: 60px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    background: linear-gradient(72.95deg, #F663B3 18.43%, #00A7D1 121.03%);
    box-shadow: 
        -10px 2px 30px rgba(246, 99, 179, 0.3), /* Мягкие тени */
        20px 5px 60px rgba(3, 166, 208, 0.3);
    border-radius: 60px;
    text-transform: uppercase;
    font-size: 28px;
    border: none; /* Убираем стандартную границу */
    outline: none;
    position: relative;
    overflow: hidden;
}

/* Граница через псевдоэлемент */
.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.3); /* Тонкая и менее заметная граница */
    border-radius: 60px;
    transition: border-color 0.3s ease;
    pointer-events: none; /* Чтобы граница не перехватывала клики */
}

/* Эффект свечения при наведении (очень мягкий) */
.button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 60px;
}

.button:hover {
    background: linear-gradient(72.95deg, #F663B3 18.43%, #00A7D1 121.03%);
    box-shadow: 
        -10px 2px 40px rgba(246, 99, 179, 0.4), /* Слегка усиленные тени при наведении */
        20px 5px 80px rgba(3, 166, 208, 0.4);
    transform: scale(1.01); /* Очень лёгкое увеличение */
}

.button:hover::before {
    border-color: rgba(255, 255, 255, 0.5); /* Граница становится чуть ярче */
}

.button:hover::after {
    opacity: 0.3; /* Очень мягкое свечение */
}

.button:active {
    transform: scale(0.99); /* Лёгкий эффект нажатия */
    box-shadow: 
        -5px 1px 20px rgba(246, 99, 179, 0.3), 
        10px 3px 40px rgba(3, 166, 208, 0.3);
}

.button:focus {
    box-shadow: 
        0 0 0 2px rgba(246, 99, 179, 0.3), /* Тонкий контур при фокусе */
        40px 10px 100px 10px rgba(3, 166, 208, 0.3);
}

@media (max-width: 1599px) {
	.button {
		min-width: 100%;
		font-size: 24px;
		height: 44px;
	}
}

@media (max-width: 1229px) {
	.button {
		min-width: 100%;
		font-size: 22px;
		height: 40px;
	}
}

.button:hover, .button:focus {
	background-color: #ea5e03;
}

.button:active {
	background-color: #dd5903;
}

.button_lg {
	min-width: 320px;
	font-size: 20px;
	height: 60px;
}

@media (max-width: 1599px) {
	.button_lg {
		min-width: 280px;
		font-size: 18px;
		height: 55px;
	}
}

@media (max-width: 1229px) {
	.button_lg {
		min-width: 260px;
		font-size: 16px;
		height: 50px;
	}
}

.form__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 24px;
}

@media (max-width: 1229px) {
	.form__grid {
		gap: 15px;
	}
}

.form__grid-col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc((100% / 2) - 10px);
}

@media (max-width: 1229px) {
	.form__grid-col {
		width: calc((100% / 2) - 7.5px);
	}
}

@media (max-width: 575px) {
	.form__grid-col {
		width: 100%;
	}
}

.form__grid-col_full-width {
	width: 100%;
}

.breadcrumbs {
	margin-bottom: 30px;
}

@media (max-width: 1229px) {
	.breadcrumbs {
		margin-bottom: 20px;
	}
}

.breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.breadcrumbs__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
}

@media (max-width: 1229px) {
	.breadcrumbs__item {
		font-size: 12px;
	}
}

.breadcrumbs__item:not(:last-child):after {
	content: "/";
	margin: 0 5px;
}

.breadcrumbs__link {
	color: #f66303;
	text-decoration: underline;
}

.map {
	position: relative;
	width: calc(100% + 30px);
	max-height: 700px;
	left: -15px;
}

@media (max-width: 1599px) {
	.map {
		max-height: 600px;
	}
}

@media (max-width: 1229px) {
	.map {
		max-height: 500px;
	}
}

@media (max-width: 991px) {
	.map {
		min-height: 480px;
	}
}

.map:after {
	display: block;
	content: "";
	padding-bottom: 75%;
}

@media (max-width: 991px) {
	.map:after {
		padding-bottom: 100%;
	}
}

.map__iframe {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

.slider {
	position: relative;
}

.slider__items {
	background-color: #fff;
	border-radius: 30px;
	-webkit-box-shadow: 10px 4px 40px rgba(0, 0, 0, 0.15);
	        box-shadow: 10px 4px 40px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.slider__nav {
	margin-top: 65px;
}

@media (max-width: 1599px) {
	.slider__nav {
		margin-top: 45px;
	}
}

@media (max-width: 1229px) {
	.slider__nav {
		margin-top: 30px;
	}
}

.slider__nav .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	width: auto;
	bottom: 0;
}

.slider__nav .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.slider__nav .slick-dots li:not(:last-child) {
	margin-right: 25px;
}

@media (max-width: 1599px) {
	.slider__nav .slick-dots li:not(:last-child) {
		margin-right: 15px;
	}
}

@media (max-width: 1229px) {
	.slider__nav .slick-dots li:not(:last-child) {
		margin-right: 10px;
	}
}

.slider__nav .slick-dots li button {
	width: 25px;
	height: 25px;
	background-color: #353535;
	border-radius: 100%;
	overflow: hidden;
}

@media (max-width: 1599px) {
	.slider__nav .slick-dots li button {
		width: 16px;
		height: 16px;
	}
}

@media (max-width: 1229px) {
	.slider__nav .slick-dots li button {
		width: 12px;
		height: 12px;
	}
}

.slider__nav .slick-dots li button:before {
	display: none;
}

.slider__nav .slick-dots li:not(.slick-active) button:hover,
.slider__nav .slick-dots li:not(.slick-active) button:focus {
	background-color: #654129;
}

.slider__nav .slick-dots li:not(.slick-active) button:active {
	background-color: #964c1c;
}

.slider__nav .slick-dots li.slick-active button {
	background-color: #f66303;
	-webkit-transform: scale(0.75);
	        transform: scale(0.75);
}

.slider-item__img {
	position: relative;
	max-height: 500px;
}

@media (max-width: 1599px) {
	.slider-item__img {
		max-height: 400px;
	}
}

@media (max-width: 1229px) {
	.slider-item__img {
		max-height: 360px;
	}
}

@media (max-width: 991px) {
	.slider-item__img {
		max-height: 320px;
	}
}

.slider-item__img:after {
	display: block;
	content: "";
	padding-bottom: 50%;
}

.slider-item__img img {
	position: absolute;
	height: 100%;
	-o-object-position: center center;
	   object-position: center center;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* Layout Styles */
.layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100%;
	contain: paint;
	margin: 0 auto;
}

.container,
.container-fluid {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1230px) {
	.container {
		max-width: 1200px;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1300px;
	}
}

@media (max-width: 991px) {
	.header,
	.footer {
		line-height: calc(1em + 4px);
	}
}

@media (min-width: 992px) {
	.header__lang,
	.footer__lang {
		text-align: right;
	}
}

.header {
	color: #fff;
	top: 0;
	z-index: 1;
}

.header__main {
	padding: 20px 0;
}

@media (max-width: 1599px) {
	.header__main {
		padding: 15px 0;
	}
}

@media (min-width: 992px) {
	.header__address {
		text-align: center;
	}
}

.header-main__grid,
.footer__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 15px;
}

@media (max-width: 991px) {
	.header-main__grid,
	.footer__grid {
		gap: 10px; display: block;
	}
	.header__main {
		margin: 0px/*5px*/ 0px;
 	    padding: 1px 0px 0px 0px;
	}
}

.header-main__grid-col,
.footer__grid-col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

@media (max-width: 991px) {
	.header-main__grid-col, .footer__grid-col {
		/*width: 100%;*/    display: block;
	}
}

@media (min-width: 992px) {
	.header-main__logo {
		width: calc(20% - 10px);
	}
    .header-main__lang {
		width: calc(10% - 10px);
	}
}

@media (max-width: 991px) {
	.header-main__logo, .header-main__nav-toggle, .header-main__lang {
		/*width: calc((100% / 3) - 5px);*/
	}
	.header-main__nav-toggle {
	    margin: 19px 10px;
	}
	.header-main__logo {
		float: left;
		margin: 20px 0px;
	}
	.header-main__nav-toggle, .header-main__lang {
		float: right;
	}

}

.header-main__nav-toggle {
	text-align: right;
}

@media (min-width: 992px) {
	.header-main__nav-toggle {
		display: none;
	}
}

@media (min-width: 992px) {
	.header-main__navigation {
		width: calc(70% - 10px); 
	}
}

@media (max-width: 991px) {
	.header-nav {
		position: absolute;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		-webkit-transition: .2s;
		transition: .2s;
	}
}

@media (min-width: 992px) {
	.header-nav {
		margin-top: 10px;
		text-align: center;
	}
}

@media (max-width: 991px) {
	.header-nav__container {
		max-width: none;
		padding: 0;
	}
}

@media (max-width: 991px) {
	.header-nav__menu {
		position: absolute;
		width: 100%;
		max-width: 280px;
		height: 100%;
		height: calc(var(--vh, 1vh) * 100);
		max-height: 100%;
		max-height: calc(var(--vh, 1vh) * 100);
		background: linear-gradient(72.95deg, #1d0040 18.43%, #4c005a 121.03%);
		overflow-y: auto;
		top: 0;
		right: 0;
		-webkit-transition: .2s;
		transition: .2s;
		z-index: 2;
	}
}

@media (min-width: 992px) {
	.header-nav__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.header-nav__item {
	font-size: 17px;
	font-weight: 600;
}

@media (max-width: 1599px) {
	.header-nav__item {
		font-size: 15px;
	}
}

@media (max-width: 1229px) {
	.header-nav__item {
		font-size: 13px;
	}
}

@media (min-width: 992px) {
	.header-nav__item {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
}

@media (max-width: 991px) {
	.header-nav__item:not(:last-child) {
		border-bottom: 1px solid #ffffff29;
	}
}

.header-nav__link {
    display: block;
    padding: 12px 10px;
    border: 1px solid rgba(255, 255, 255, 0);
    text-transform: uppercase;
    font-size: 16px;
    background: -webkit-linear-gradient(#F5FDFD, #FEA8FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

@media (max-width: 1599px) {
	.header-nav__link {
		padding: 15px 10px;
	}
}

@media (max-width: 1229px) {
	.header-nav__link {
		padding: 12px 8px;
	}
}

@media (max-width: 991px) {
	.header-nav__link {
		padding: 15px;
		border-radius: 0 !important;
	}
}

@media (max-width: 991px) {
	.header-nav__link:hover, .header-nav__link:focus {
		color: #fff;
	}
}

.header-nav__link:hover, .header-nav__link:focus, a.header-nav__link_active {
    background: rgba(24, 0, 39, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 4px 4px 100px rgb(255 88 179 / 90%);
    border-radius: 10px;
    background: -webkit-linear-gradient(#F5FDFD, #FEA8FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
	.header-nav__link:hover, .header-nav__link:focus {
		background-color: #f66303;
	}
}

.header-nav__link:active {
	background-color: #dd5903;
}

@media (max-width: 991px) {
	.header-nav__link:active {
		background-color: #ea5e03;
	}
}

@media (max-width: 991px) {
	.header-nav__overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: .5;
		top: 0;
		left: 0;
		z-index: 1;
	}
}

@media (max-width: 991px) {
	.header-nav:not(.header-nav_active) {
		visibility: hidden;
		opacity: 0;
	}
}

@media (max-width: 991px) {
	.header-nav:not(.header-nav_active) .header-nav__menu {
		-webkit-transform: translateX(280px);
		        transform: translateX(280px);
	}
}

.header-nav-toggle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 24px;
	height: 16px;
	vertical-align: middle;
	cursor: pointer;
}

.header-nav-toggle:before, .header-nav-toggle:after {
	content: "";
}

.header-nav-toggle:before, .header-nav-toggle:after, .header-nav-toggle__inner {
	width: 100%;
	height: 2px;
	background-color: currentColor;
	border-radius: 8px;
}

.content {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.page_inner {
	padding: 45px 0;
}

@media (max-width: 1229px) {
	.page_inner {
		padding: 30px 0;
	}
}

.section {
	padding: 90px 0;
}

.page_home .section {
	padding: 110px 0 160px;
}

@media (max-width: 1599px) {
	.page_home .section {
		padding: 90px 0 120px;
	}
}

@media (max-width: 1229px) {
	.page_home .section {
		padding: 75px 0 90px;
	}
}

@media (max-width: 991px) {
	.page_home .section {
		padding: 60px 0 75px;
	}
}

.page_inner .section {
	padding: 45px 0;
}

@media (max-width: 1229px) {
	.page_inner .section {
		padding: 30px 0;
	}
}

.page_inner .section:first-of-type {
	padding-top: 0;
}

.page_inner .section:last-of-type {
	padding-bottom: 90px;
}

@media (max-width: 1599px) {
	.page_inner .section:last-of-type {
		padding-bottom: 75px;
	}
}

@media (max-width: 1229px) {
	.page_inner .section:last-of-type {
		padding-bottom: 60px;
	}
}

@media (max-width: 991px) {
	.page_inner .section:last-of-type {
		padding-bottom: 45px;
	}
}

.section__header {
	color: #272727;
	margin-bottom: 90px;
}

.page_home .section__header {
	text-align: center;
	margin-bottom: 90px;
}

@media (max-width: 1599px) {
	.page_home .section__header {
		margin-bottom: 75px;
	}
}

@media (max-width: 1229px) {
	.page_home .section__header {
		margin-bottom: 60px;
	}
}

.page_inner .section__header {
	margin-bottom: 45px;
}

@media (max-width: 1229px) {
	.page_inner .section__header {
		margin-bottom: 30px;
	}
}

.page_home .section__title {
	max-width: 1024px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
}

.page_home .section__title h2 {
	font-size: 48px;
}

.page_home .section__title span {
	color: #F663B3;
}

.section__subtitle {
	font-weight: 500;
	margin-top: 30px;
}

@media (max-width: 1599px) {
	.section__subtitle {
		margin-top: 20px;
	}
}

@media (max-width: 1229px) {
	.section__subtitle {
		margin-top: 15px;
	}
}

@media (max-width: 991px) {
	.section__subtitle {
		margin-top: 10px;
	}
}

.section_gray {
	background-color: #fafafa;
}

.section_inverse {
	background-color: #272727;
	color: #fff;
}

.footer {
	background-color: #272727;
	color: #fff;
	padding: 50px 0;
}

@media (max-width: 1599px) {
	.footer {
		padding: 40px 0;
	}
}

@media (max-width: 991px) {
	.footer {
		padding: 30px 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer {
		text-align: center;
	}
}

.footer__grid {
	row-gap: 20px;
}

.footer__grid-col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc((100% / 3) - 10px);
}

@media (max-width: 1229px) {
	.footer__grid-col {
		width: calc((100% / 2) - 7.5px);
	}
}

@media (max-width: 991px) {
	.footer__grid-col {
		width: 100%;
	}
}

@media (max-width: 1229px) {
	.footer__copyright {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
}

@media (min-width: 992px) and (max-width: 1229px) {
	.footer__copyright {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.footer__address {
		text-align: left;
	}
}

@media (min-width: 1230px) {
	.footer__address {
		text-align: center;
	}
}

/* Template Styles */
.intro {
	background: #14042d;
	background-size: cover;
}

.page .intro {
    padding: 0px 0 65px;
    background: #11002c url(../media/l/bg.jpg) no-repeat;
	 -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-size: cover;
    text-align: center;
    height: auto;
    min-height: 100vh;
    display: grid;
    vertical-align: middle;
}




 @media screen and (orientation:landscape){
   .page .intro {
            background:url(/media/l/bg/l/f.jpg) center center no-repeat
        }
}
@media screen and (orientation:portrait){
    .page .intro {
            background:url(/media/l/bg/p/f.jpg) center center no-repeat
        }
}


.page .intro {
	 -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-size: cover;
}

.page_truth_dare .intro {
    background: #11002c url(../media/l/bg-truth-or-dare.jpg) 50% 0% no-repeat;
    background-size: cover;
    display: grid;
    vertical-align: middle;
}

.page_dice .intro {
    background: #11002c url(../media/l/bg_dice.jpg) 50% 0% no-repeat;
    background-size: cover;
	height: auto;
    padding: 0px 0 124px;
}

.page_group .intro {
    background: #11002c url(../media/l/bg_group.jpg) 50% 0% no-repeat;
    background-size: cover;
	height: auto;
    padding: 0px 0 124px;
	display: grid;
    vertical-align: middle;
}

.page_registration .intro {
    background: #11002c url(../media/l/bg_reg.jpg) 50% 0% no-repeat;
    background-size: cover;
	height: auto;
    padding: 0px 0 124px;
	    display: grid;
    vertical-align: middle;
	
}

.page_authorization .intro {
    background: #11002c url(../media/l/bg_authorization.jpg) 50% 0% no-repeat;
    background-size: cover;
    padding: 0px 0 124px;
}


.page .intro h1 {
	font-size: calc(1em + 22px);
    text-transform: uppercase;
    margin-top: 30px;
    line-height: calc(1em + 8px);
}

.page .intro h1 span {
	color: #03A6D0;
}

.page .intro .into_description {

    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 4px 4px 100px rgb(255 88 179 / 90%);
    border-radius: 5px;
     background:rgba(85, 44, 110, 0.5);
    font: 400 18px/24px 'Exo 2', sans-serif;
    margin: 22px 0px 42px 0px;
}

@media (max-width: 1599px) {
	.page .intro {
		padding: 0px 0 50px;
	}
}

@media (max-width: 991px) {
	.page .intro {
	    padding: 0px 0 50px;
	}
	.page .intro .into_description {
		font: 400 14px/18px 'Exo 2', sans-serif;
    	margin: 22px 0px 22px 0px;
	}
	.page_authorization .intro {
	    background: #11002c url(../media/l/bg_authorization.jpg) 100% 50% no-repeat;
	    background-size: cover;
	}
	.page_registration .intro {
	    background: #11002c url(../media/l/bg_reg.jpg) 50% 0% no-repeat;
	    background-size: cover;
	}
	.page_truth_dare .intro {
	    background: #11002c url(../media/l/bg-truth-or-dare.jpg) 100% 0% no-repeat;
	    background-size: cover;
	}
	.page_group .intro {
	    background: #11002c url(../media/l/bg_group.jpg) 0% 100% no-repeat;
	    background-size: cover;
	}
	.page_dice .intro {
	    background: #11002c url(../media/l/bg_dice.jpg) 85% 100% no-repeat;
	    background-size: cover;
	}
	.form_title { 
		margin-bottom: 36px;
	}
	.page .intro h1 {
	    font-size: calc(1em + 12px);
	    margin-top: 0;
	    overflow: hidden;
	    clear: both;
	}
	.btn_large a {
	    font: 700 24px/36px 'Exo 2', sans-serif;
	    padding: 14px 40px;
	    max-width: 300px;
	}
}

@media (min-width: 992px) {
	.page .catalog__header {
		margin-bottom: 55px;
	}
}

@media (min-width: 1230px) {
	.page .catalog__header {
		margin-bottom: 70px;
	}
}

@media (min-width: 1600px) {
	.page .catalog__header {
		margin-bottom: 92px;
	}
}

 .btn_large a {
    font: 700 30px/40px 'Exo 2', sans-serif;
    text-transform: uppercase;
    background: linear-gradient(72.95deg, #F663B3 18.43%, #00A7D1 121.03%);
    box-shadow: 
        -10px 2px 30px rgba(246, 99, 179, 0.3), /* Мягкие тени */
        20px 5px 60px rgba(3, 166, 208, 0.3);
    border-radius: 60px;
    display: block;
    padding: 18px 40px;
    max-width: 400px;
    margin: auto;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
    border: none; /* Убираем стандартную границу */
    outline: none;
}

/* Граница через псевдоэлемент */
.btn_large a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.3); /* Тонкая и менее заметная граница */
    border-radius: 60px;
    transition: border-color 0.4s ease-in-out;
    pointer-events: none; /* Чтобы граница не перехватывала клики */
}

/* Эффект свечения при наведении (очень мягкий) */
.btn_large a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 70%);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    border-radius: 60px;
}

.btn_large a:hover {
    background: linear-gradient(72.95deg, #F663B3 18.43%, #00A7D1 121.03%);
    box-shadow: 
        -10px 2px 40px rgba(246, 99, 179, 0.4), /* Слегка усиленные тени при наведении */
        20px 5px 80px rgba(3, 166, 208, 0.4);
    transform: scale(1.01); /* Очень лёгкое увеличение */
}

.btn_large a:hover::before {
    border-color: rgba(255, 255, 255, 0.5); /* Граница становится чуть ярче */
}

.btn_large a:hover::after {
    opacity: 0.3; /* Очень мягкое свечение */
}

.btn_large a:active {
    transform: scale(0.99); /* Лёгкий эффект нажатия */
    box-shadow: 
        -5px 1px 20px rgba(246, 99, 179, 0.3), 
        10px 3px 40px rgba(3, 166, 208, 0.3);
}

.btn_large a:focus {
    box-shadow: 
        0 0 0 2px rgba(246, 99, 179, 0.3), /* Тонкий контур при фокусе */
        40px 10px 100px 10px rgba(3, 166, 208, 0.3);
}

.btn_double {

}

.btn_double a {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    margin: 0px 20px;
}

a.btn_blue {
	background: #03A6D0;
	box-shadow: 20px 20px 80px 10px #016782;
}

a.btn_blue:hover {
	background: #108cad;
    box-shadow: 20px 20px 80px 10px #127893;
}

a.btn_lilack {
	background: #BE5AFF;
	box-shadow: 20px 20px 80px 10px #7416B1;
}

a.btn_lilack:hover {
	background: #8f41c3;
    box-shadow: 20px 20px 80px 10px #873db7;
}

a.btn_pink {
	background: #F663B3;
	box-shadow: 20px 20px 80px 10px #A81C68;
}

a.btn_pink:hover {
    background: #dd57a0;
    box-shadow: 20px 20px 80px 10px #bb3e82;
}

.catalog__title {
	color: #fff;
	text-transform: uppercase;
}

.catalog__title span {
	color: #F663B3;
}

.catalog__item:not(:last-child) {
	margin-bottom: 85px;
}

@media (max-width: 991px) {
	.btn_double a {
    display: block;
    width: 100%;
    max-width: 80%;
    margin: 0px auto 20px;
    font: 700 22px/30px 'Exo 2', sans-serif;
	}
}

@media (max-width: 1599px) {
	.catalog__item:not(:last-child) {
		margin-bottom: 60px;
	}
}

@media (max-width: 1229px) {
	.catalog__item:not(:last-child) {
		margin-bottom: 30px;
	}
}

.product-card {
	background-color: #eef2f5;
	border-radius: 30px;
}

@media (max-width: 1229px) {
	.product-card {
		padding: 0 30px;
	}
}

@media (max-width: 575px) {
	.product-card {
		padding: 0 15px;
	}
}

.catalog__item:nth-child(even) .product-card {
	background-color: #fafafa;
}

.product-card__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	row-gap: 30px;
	padding-top: 35px;
	padding-bottom: 45px;
}

@media (max-width: 1599px) {
	.product-card__header {
		padding-top: 30px;
		padding-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.product-card__header {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

@media (min-width: 1230px) {
	.product-card__header {
		padding-right: 60px;
		padding-left: 60px;
	}
}

@media (min-width: 1230px) {
	.product-card__header {
		padding-right: 70px;
		padding-left: 70px;
	}
}

.product-card__header-left, .product-card__header-right {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}

@media (max-width: 991px) {
	.product-card__header-left, .product-card__header-right {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.product-card__header-left {
		width: 20%;
		max-width: 160px;
		margin-right: 30px;
	}
}

@media (min-width: 1230px) {
	.product-card__header-left {
		max-width: 190px;
		margin-right: 60px;
	}
}

@media (min-width: 1600px) {
	.product-card__header-left {
		max-width: 230px;
		margin-right: 80px;
	}
}

.product-card__title {
	text-align: center;
	margin-bottom: 25px;
}

@media (max-width: 1599px) {
	.product-card__title {
		margin-bottom: 20px;
	}
}

.product-card__img {
	position: relative;
	max-height: 170px;
	background-color: #fff;
	border-radius: 30px;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

@media (max-width: 1599px) {
	.product-card__img {
		max-height: 150px;
	}
}

@media (max-width: 1229px) {
	.product-card__img {
		max-height: 130px;
	}
}

@media (max-width: 991px) {
	.product-card__img {
		max-width: 230px;
		margin: 0 auto;
	}
}

.product-card__img:after {
	display: block;
	content: "";
	padding-bottom: 100%;
}

.product-card__img img {
	position: absolute;
	height: 100%;
	-o-object-position: center center;
	   object-position: center center;
	-o-object-fit: contain;
	   object-fit: contain;
	top: 0;
	left: 0;
}

@media (min-width: 992px) {
	.product-card__header-right {
		width: 80%;
	}
}

@media (min-width: 1600px) {
	.product-card__header-right {
		padding-right: 30px;
	}
}

.product-card__content {
	padding-top: 20px;
	padding-bottom: 90px;
}

@media (max-width: 1599px) {
	.product-card__content {
		padding-top: 15px;
		padding-bottom: 75px;
	}
}

@media (max-width: 1229px) {
	.product-card__content {
		padding-bottom: 60px;
	}
}

@media (min-width: 1230px) {
	.product-card__content {
		padding-right: 45px;
		padding-left: 45px;
	}
}

@media (min-width: 1230px) {
	.product-card__content {
		padding-right: 60px;
		padding-left: 60px;
	}
}

.process-cards {
	counter-reset: list;
}

.process-cards__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 10px;
	   -moz-column-gap: 10px;
	        column-gap: 10px;
	row-gap: 60px;
}

@media (max-width: 1229px) {
	.process-cards__grid {
		-webkit-column-gap: 15px;
		   -moz-column-gap: 15px;
		        column-gap: 15px;
	}
}

.process-cards__grid-col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc((100% / 6) - 8.33333333px);
	counter-increment: list;
}

@media (max-width: 1229px) {
	.process-cards__grid-col {
		width: calc((100% / 3) - 10px);
	}
}

@media (max-width: 991px) {
	.process-cards__grid-col {
		width: calc((100% / 2) - 7.5px);
	}
}

@media (max-width: 767px) {
	.process-cards__grid-col {
		width: 100%;
	}
}

@media (min-width: 1230px) {
	.process-cards__grid-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.process-card {
	counter-increment: list;
	text-align: center;
}

@media (max-width: 1229px) {
	.process-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: 100%;
	}
}

@media (min-width: 767px) and (max-width: 1229px) {
	.process-card {
		padding: 0 40px;
	}
}

.process-cards__grid-col .process-card {
	counter-increment: none;
}

.process-cards__grid-col .process-card:after {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 70px;
	height: 70px;
	content: counter(list);
	font-size: 42px;
	font-weight: 700;
	background-color: #f66303;
	color: #fff;
	border: 2px solid #f66303;
	border-radius: 100%;
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	        box-shadow: inset 0 0 0 3px #fff;
	text-align: center;
	margin-top: 20px;
}

@media (max-width: 1599px) {
	.process-cards__grid-col .process-card:after {
		width: 60px;
		height: 60px;
		font-size: 32px;
		margin-top: 15px;
	}
}

@media (max-width: 1229px) {
	.process-cards__grid-col .process-card:after {
		width: 48px;
		height: 48px;
		font-size: 24px;
		margin: auto auto 0;
	}
}

@media (min-width: 1230px) {
	.process-cards__grid-col:nth-child(odd) .process-card {
		margin-top: auto;
		padding-top: 160px;
	}
}

@media (min-width: 1600px) {
	.process-cards__grid-col:nth-child(odd) .process-card {
		padding-top: 140px;
	}
}

.process-card__icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	pointer-events: none;
}

.process-card__icon img {
	width: auto;
	max-width: 72px;
	max-height: 60px;
}

@media (max-width: 1599px) {
	.process-card__icon img {
		max-width: 64px;
		max-height: 53px;
	}
}

@media (max-width: 1229px) {
	.process-card__icon img {
		max-width: 48px;
		max-height: 40px;
	}
}

.process-card__info {
	margin-top: 20px;
}

@media (max-width: 1599px) {
	.process-card__info {
		margin-top: 15px;
	}
}

@media (max-width: 1229px) {
	.process-card__info {
		margin-bottom: 15px;
	}
}

.process-card__title {
	font-size: 18px;
	font-weight: 600;
}

@media (max-width: 1599px) {
	.process-card__title {
		font-size: 16px;
	}
}

.process-card__text {
	line-height: 18px;
	margin-top: 15px;
}

@media (max-width: 1599px) {
	.process-card__text {
		margin-top: 10px;
	}
}

@media (min-width: 1230px) {
	.process-card__text {
		font-size: 14px;
	}
}

@media (min-width: 1230px) {
	.page .qualities_details__header {
		margin-bottom: 60px;
	}
}

@media (min-width: 1600px) {
	.page .qualities_details__header {
		margin-bottom: 92px;
	}
}

.qualities_details-cards__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 36px;
}

@media (max-width: 1599px) {
	.qualities_details-cards__grid {
		gap: 60px;
	}
}

@media (max-width: 1229px) {
	.qualities_details-cards__grid {
		gap: 30px;
	}
}

.qualities_details-cards__grid-col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc((100% / 2) - 35px);
	display: flex;
}

.contacts .qualities_details-cards__grid-col {
	display: inline-grid;
}

@media (max-width: 1599px) {
	.qualities_details-cards__grid-col {
		width: calc((100% / 2) - 30px);
	}
}

@media (max-width: 1229px) {
	.qualities_details-cards__grid-col {
		width: calc((100% / 2) - 15px);
	}
}

@media (max-width: 991px) {
	.qualities_details-cards__grid-col {
		width: 100%;
	}
}

.qualities_details-card {
    background: rgba(24, 0, 39, 0.1);
    box-shadow: 0px 0px 60px rgb(246 99 179 / 20%), inset 0px 0px 50px rgb(73 0 121 / 70%);
    border-radius: 30px;
    padding: 40px;
    text-align: center;
}

@media (max-width: 575px) {
	.qualities_details-card {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.qualities_details-card__img {
	position: relative;
	max-height: 390px;
	border-radius: 10px;
	overflow: hidden;
}

@media (max-width: 1599px) {
	.qualities_details-card__img {
		max-height: 320px;
	}
}

@media (max-width: 1229px) {
	.qualities_details-card__img {
		max-height: 260px;
	}
}

.qualities_details-card__img:after {
	display: block;
	content: "";
	padding-bottom: 75%;
}

.qualities_details-card__img img {
	position: absolute;
	height: 100%;
	-o-object-position: center center;
	   object-position: center center;
	-o-object-fit: cover;
	   object-fit: cover;
	top: 0;
	left: 0;
}

.qualities_details-card__info {
	margin-top: 0px;
}

@media (max-width: 1599px) {
	.qualities_details-card__info {
		margin-top: 30px;
	}
}

@media (max-width: 1229px) {
	.qualities_details-card__info {
		margin-top: 20px;
	}
}

.qualities_details-card__datetime {
	font-weight: 500;
	color: #a0a0a0;
}

.qualities_details-card__title {
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFAF7;
}

.qualities_details-card__intro {
	margin-top: 30px;
}

.grid-col-full {
	display: block;
	width: 100%;
}

@media (max-width: 1599px) {
	.qualities_details-card__intro {
		margin-top: 15px;
	}
}

@media (max-width: 1229px) {
	.qualities_details-card__intro {
		margin-top: 10px;
	}
}

.qualities_details-card__more {
	margin-top: 40px;
}

@media (max-width: 1599px) {
	.qualities_details-card__more {
		margin-top: 30px;
	}
}

.promo {
	text-align: center;
}

.page .promo {
	padding: 90px 0 45px;
}

@media (max-width: 1599px) {
	.page .promo {
		padding: 75px 0 40px;
	}
}

@media (max-width: 1229px) {
	.page .promo {
		padding-top: 60px;
	}
}

.promo__text {
	max-width: 960px;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 auto;
}

@media (max-width: 1599px) {
	.promo__text {
		max-width: 800px;
		font-size: 18px;
		line-height: 26px;
	}
}

@media (max-width: 1229px) {
	.promo__text {
		font-size: 16px;
		line-height: 24px;
	}
}

.promo__text:not(:last-of-type) {
	margin-bottom: 30px;
}

@media (max-width: 1599px) {
	.promo__text:not(:last-of-type) {
		margin-bottom: 25px;
	}
}

@media (max-width: 1229px) {
	.promo__text:not(:last-of-type) {
		margin-bottom: 20px;
	}
}

.promo__icon {
	width: 160px;
	height: 160px;
	fill: #f66303;
	margin-top: 5px;
}

@media (max-width: 1599px) {
	.promo__icon {
		width: 120px;
		height: 120px;
	}
}

@media (max-width: 1229px) {
	.promo__icon {
		width: 100px;
		height: 100px;
	}
}

.games-gallery-interface__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 60px 80px;
}

.gallery-card__description {
    background: rgba(24, 0, 39, 0.1);
    box-shadow: 0px 0px 60px rgb(246 99 179 / 20%), inset 0px 0px 50px rgb(73 0 121 / 70%);
    padding: 25px 32px 10px 32px;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #FFFAF7;
    font-size: 26px;
    font-weight: 700;
    min-height: 110px;
}

.gallery-card__text {
	font-size: calc(0.8em + 0px);
    line-height: calc(1em + 12px);
    font-weight: 400;
    padding: 32px 0px;
}

.gallery-card__text span {
	font-size: calc(1em + 10px);
	font-weight: 700;
}

@media (max-width: 1599px) {
	.games-gallery-interface__grid {
		gap: 10px;
	}
}

.games-gallery-interface__grid-col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc((100% / 3) - 54px);
}

@media (max-width: 1599px) {
	.games-gallery-interface__grid-col {
		width: calc((100% / 3) - 11.25px);
	}
}

@media (max-width: 991px) {
	.games-gallery-interface__grid-col {
		width: calc((100% / 3) - 7.5px);
	}
	.gallery-card__description {
	    padding: 25px 12px 10px 12px;
	    font-size: 16px;
	    min-height: 80px;	
	}
}

@media (max-width: 768px) {
	.gallery-card__description {
	    padding: 25px 12px 10px 12px;
	    font-size: 14px;
	    min-height: 80px;	
	}
	.games-gallery-interface__grid-col {
	    width: calc((100% / 1) - 7.5px);
	}
}

@media (max-width: 575px) {
	.gallery-card__description {
	    padding: 25px 12px 10px 12px;
	    font-size: 18px;
	    min-height: 80px;	
	}
}

.gallery-card {
	/*height: 100%;*/
}

.gallery-card__link {
	display: block;
	height: 100%;
}

.gallery-card__img {
    position: relative;
    height: 100%;
    background-color: #272727;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.gallery-card__img:after {
	display: block;
	content: "";
	padding-bottom: 68%;
}

.gallery-card__img img {
	position: absolute;
	height: 100%;
	-o-object-position: center center;
	   object-position: center center;
	-o-object-fit: cover;
	   object-fit: cover;
	top: 0;
	left: 0;
}

.assortment-gallery__grid {
	display: -ms-grid;
	display: grid;
	grid-gap: 30px;
}

@media (max-width: 1599px) {
	.assortment-gallery__grid {
		grid-gap: 15px;
	}
}

@media (min-width: 576px) {
	.assortment-gallery__grid {
		-ms-grid-columns: calc(68% - 7.5px) 30px calc(32% - 7.5px);
		grid-template-columns: calc(68% - 7.5px) calc(32% - 7.5px);
	}
}

@media (min-width: 576px) {
	.assortment-gallery__grid-col:nth-child(3n+1) {
		-ms-grid-row-span: 2;
		grid-row: span 2;
	}
}

.about__quote {
	max-width: 860px;
	font-size: 30px;
	font-weight: 500;
	line-height: 42px;
}

@media (max-width: 1599px) {
	.about__quote {
		max-width: 720px;
		font-size: 24px;
		line-height: 36px;
	}
}

@media (max-width: 1229px) {
	.about__quote {
		max-width: 640px;
		font-size: 20px;
		line-height: 32px;
	}
}

@media (max-width: 991px) {
	.about__quote {
		max-width: 540px;
		font-size: 18px;
		line-height: 26px;
	}
}

@media (max-width: 575px) {
	.about__quote {
		font-size: 16px;
		line-height: 24px;
	}
}

.about__features {
	margin-top: 70px;
}

@media (max-width: 1599px) {
	.about__features {
		margin-top: 60px;
	}
}

@media (max-width: 1229px) {
	.about__features {
		margin-top: 45px;
	}
}

@media (max-width: 991px) {
	.about__features {
		margin-top: 30px;
	}
}

.about-features {
	font-weight: 500;
}

@media (min-width: 1230px) {
	.about-features {
		font-size: 16px;
	}
}

.about-features__text {
	line-height: 24px;
}

@media (max-width: 1229px) {
	.about-features__text {
		line-height: 22px;
	}
}

.about-features__cards {
	padding: 75px 0;
}

@media (max-width: 1599px) {
	.about-features__cards {
		padding: 60px 0;
	}
}

@media (max-width: 1229px) {
	.about-features__cards {
		padding: 45px 0;
	}
}

@media (max-width: 991px) {
	.about-features__cards {
		padding: 30px 0;
	}
}

.features-cards__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
	        column-gap: 15px;
	row-gap: 30px;
}

@media (min-width: 992px) {
	.features-cards__grid {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

@media (max-width: 991px) {
	.features-cards__grid-col {
		width: 100%;
	}
}

.feature-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.feature-card__icon {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 64px;
	height: 64px;
	fill: #f66303;
	margin-right: 50px;
}

@media (max-width: 1599px) {
	.feature-card__icon {
		width: 48px;
		height: 48px;
		margin-right: 30px;
	}
}

@media (max-width: 1229px) {
	.feature-card__icon {
		width: 36px;
		height: 36px;
	}
}

.contacts__map {
	overflow: hidden;
}

@media (max-width: 1599px) {
	.contacts:last-child .contacts__map {
		margin-bottom: -120px;
	}
}

@media (max-width: 1229px) {
	.contacts:last-child .contacts__map {
		margin-bottom: -90px;
	}
}

@media (max-width: 991px) {
	.contacts:last-child .contacts__map {
		margin-bottom: -75px;
	}
}

@media (min-width: 1600px) {
	.page_home .contacts:last-child .contacts__map {
		margin-bottom: -160px;
	}
}

@media (min-width: 1600px) {
	.page_inner .contacts:last-child .contacts__map {
		margin-bottom: -135px;
	}
}

.contacts__map:not(:first-child) {
	margin-top: 90px;
}

@media (max-width: 1599px) {
	.contacts__map:not(:first-child) {
		margin-top: 75px;
	}
}

.contacts-info__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
	        column-gap: 15px;
	row-gap: 45px;
}

.contacts-info__grid-col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc((100% / 2) - 7.5px);
}

@media (max-width: 991px) {
	.contacts-info__grid-col {
		width: 100%;
	}
}

.contacts-data__item:not(:last-child) {
	margin-bottom: 30px;
}

@media (max-width: 1599px) {
	.contacts-data__item:not(:last-child) {
		margin-bottom: 25px;
	}
}

@media (max-width: 1229px) {
	.contacts-data__item:not(:last-child) {
		margin-bottom: 15px;
	}
}

.contacts-data-item {
	line-height: 24px;
}

@media (min-width: 1230px) {
	.contacts-data-item {
		font-size: 16px;
	}
}

.contacts-data-item__label, .contacts-data-item__text {
	display: block;
}

.contacts-data-item__label {
	font-weight: 600;
}

.contacts-data-item__text:not(:last-child) {
	margin-bottom: 5px;
}

.contacts-feedback__title {
	font-weight: 600;
	margin-bottom: 30px;
}

@media (max-width: 1599px) {
	.contacts-feedback__title {
		margin-bottom: 25px;
	}
}

.error {
	text-align: center;
}

.error__img {
	max-width: 1137px;
	pointer-events: none;
	margin: 0 auto -90px;
}

@media (max-width: 1599px) {
	.error__img {
		max-width: 1000px;
		margin-bottom: -75px;
	}
}

@media (max-width: 1229px) {
	.error__img {
		max-width: 800px;
		margin-bottom: -60px;
	}
}

@media (max-width: 991px) {
	.error__img {
		max-width: 720px;
		margin-bottom: -45px;
	}
}

.error__title {
	font-size: 128px;
	font-weight: 800;
	color: #f66303;
}

@media (max-width: 1599px) {
	.error__title {
		font-size: 110px;
	}
}

@media (max-width: 1229px) {
	.error__title {
		font-size: 90px;
	}
}

@media (max-width: 991px) {
	.error__title {
		font-size: 80px;
	}
}

.error__subtitle {
	font-weight: 500;
	margin-top: 30px;
}

@media (max-width: 1599px) {
	.error__subtitle {
		margin-top: 25px;
	}
}

@media (max-width: 1229px) {
	.error__subtitle {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.error__subtitle {
		margin-top: 15px;
	}
}

.error__return {
	margin-top: 50px;
}

@media (max-width: 1599px) {
	.error__return {
		margin-bottom: 30px;
	}
}




.cat-cards__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    gap: 40px;
}

@media (max-width: 1599px) {
    .cat-cards__grid {
        gap: 60px;
    }
}

@media (max-width: 1229px) {
    .cat-cards__grid {
        gap: 30px;
    }
}

.cat-cards__grid-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc((100% / 3) - 35px);
    display: inline-block;
}

@media (max-width: 1599px) {
    .cat-cards__grid-col {
        width: calc((100% / 3) - 40px);
    }
}

@media (max-width: 1229px) {
    .cat-cards__grid-col {
        width: calc((100% / 3) - 20px);
    }
}

@media (max-width: 991px) {
    .cat-cards__grid-col {
        width: 100%;
    }
}

.cat-card {
    padding: 30px;
    text-align: center;
    background: rgba(24, 0, 39, 0.1);
    box-shadow: 0px 0px 60px rgb(246 99 179 / 20%), inset 0px 0px 50px rgb(73 0 121 / 70%);
    border-radius: 30px;
}

@media (max-width: 575px) {
    .cat-card {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.cat-card__img {
	position: relative;
    max-height: 220px;
    overflow: hidden;
}

@media (max-width: 1599px) {
    .cat-card__img {
        max-height: 220px;
    }
}

@media (max-width: 1229px) {
    .cat-card__img {
        max-height: 220px;
    }
}

.cat-card__img:after {
    display: block;
    content: "";
    padding-bottom: 68%;
}

.cat-card__img img {
	position: absolute;
    height: 100%;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    max-height: 220px;
    width: auto;
    margin: auto;
    right: 0;
    left: 0;
}

.cat-card__info {
    margin-top: 32px;
}

@media (max-width: 1599px) {
    .cat-card__info {
        margin-top: 20px;
    }
}

@media (max-width: 1229px) {
    .cat-card__info {
        margin-top: 15px;
    }
}

.cat-card__datetime {
    font-weight: 500;
    color: #a0a0a0;
}

.cat-card__title {
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFAF7;
}

.cat-card__intro {
    font: 18px/24px 'Exo 2', sans-serif;
    margin-top: 20px;
    min-height: 100px;
}

@media (max-width: 1599px) {
    .cat-card__intro {
        margin-top: 10px;
    }
}

@media (max-width: 1229px) {
    .cat-card__intro {
        margin-top: 10px;
    }
}

.cat-card__more {
    margin-top: 32px;
}

@media (max-width: 1599px) {
    .cat-card__more {
        margin-top: 24px;
    }
}


/* Backs */ 

section.qualities {
    background: url(../media/l/bg_title.svg) 50% -5% no-repeat, url(../media/l/bg_screen2.jpg) center center no-repeat;
    background-size: 25%, cover;
}

section.qualities_details {
    background: url(../media/l/bg_screen3.jpg) center 0% no-repeat;
    background-size: cover;
}

section.interface_block {
    background: url(../media/l/bg_title.svg) 50% -5% no-repeat, url(../media/l/bg_screen4.jpg) center center no-repeat;
    background-size: 25%, cover;
}

section.levels {
    background: url(../media/l/bg_title.svg) 50% -5% no-repeat, url(../media/l/bg_screen5.jpg) center center no-repeat;
    background-size: 25%, cover;
}

section.contacts {
    background: url(../media/l/bg_title.svg) 50% -5% no-repeat, url(../media/l/bg_screen6.jpg) center center no-repeat;
    background-size: 25%, cover;
}

/* Languages */

.dropbtn {
    color: #fff;
    padding: 10px 40px 10px 12px;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    cursor: pointer;
    display: block;
    background: rgba(24, 0, 39, 0.1) url(../media/l/dropdown_arrow.png) no-repeat 80% 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 4px 4px 100px rgb(255 88 179 / 90%);
    border-radius: 10px;
}

.dropbtn:hover, .dropbtn:focus {
	opacity: 0.8;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: rgb(40 10 55);
    overflow: auto;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 4px 4px 100px rgb(255 88 179 / 90%);
    border-radius: 10px;
    padding: 8px 0px;
}

.dropdown-content a {
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a img {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgb(255 88 179 / 20%);
}

.show {display: block;}

/* Footer */

.app_links {
    display: flex;
    gap: 10px;
    margin-top: 62px;
}

.app_links img {
    width: auto;
    max-width: 100%;
}

section.contacts h6 {
	margin-bottom: 9%;
}

section.contacts a:hover {
	opacity: 0.6;
	text-decoration: underline;
}

section.contacts a:hover img {
    box-shadow: 4px 4px 100px rgb(255 88 179 / 90%);
    border-radius: 25px;
}

ul.footer_links li a {
	color: #FEA8FF;
    font-size: calc(1em + 2px);
    line-height: calc(1em + 12px);
    display: inline-block;
}

.join_us {
    font-size: calc(1em + 2px);
    line-height: calc(1em + 12px);
    margin-top: 5%;
}

.join_us img {
    width: auto;
    margin: 10% auto 0%;
}

/* Page: Truth or dare */

.features-wrapper {
    background: rgba(24, 0, 39, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 60px rgb(246 99 179 / 20%), inset 0px 0px 50px rgb(73 0 121 / 70%);
    border-radius: 30px;
    font-size: calc(1em + 3px);
    width: 100%;
    max-width: 800px;
    margin: 90px auto 100px;
}

.features-wrapper h3 {
    font-size: calc(1em + 7px);
    padding: 36px 0px;
    font-weight: 400;
}

.card__td {
	margin-top: 22px;
    font-size: calc(1em + 7px);
    line-height: calc(1em + 5px);
}

.card__td_first {
	margin-top: 0;
	font-weight: 700;
}

ol.qualities_details-card__intro {
    list-style: decimal;
    text-align: left;
    list-style-position: inside;
    font-size: calc(1em + 4px);
    line-height: calc(1em + 10px);
}

/* Page: Dice */

.dice_wrapper {
    margin: 90px 0px 60px 0px;
}

.dice_block {
    display: inline-block;
    background: linear-gradient(90.95deg, #F663B3 8.99%, #BE5AFF 99.6%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 60px rgb(246 99 179 / 20%), inset 0px 0px 50px rgb(73 0 121 / 70%);
    border-radius: 10px;
    opacity: 0.8;
    padding: 1.8em;
    margin: 0px 10px;
}

.dice_block:hover {
    opacity: 1;
    box-shadow: 40px 10px 100px 10px rgb(3 166 208 / 60%), -20px 4px 50px rgb(246 99 179 / 60%);
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    cursor: pointer;
}

.dice_text {
    max-width: 900px;
    margin: 90px auto;
}

.dice_text p {
	line-height: calc(1em + 6px);
	margin-bottom: 20px;
}

.dice_text p.bold_text {
	font-weight: 700;
    font-size: calc(1em + 6px);
}

/* Page: Group */

.btn_third {
    margin-top: 90px;
}

.btn_third a {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    margin: 10px 8px;
}

@media (max-width: 991px) {
	.btn_third a {
    display: block;
    width: 100%;
    max-width: 80%;
    margin: 0px auto 20px;
    font: 700 22px/30px 'Exo 2', sans-serif;
	}

	.btn_third {
    margin-top: 32px;
	}

	.page .intro .into_description_group {
    margin: 32px auto 32px;
	}
}

.page .intro .into_description_group {
    max-width: 960px;
    margin: 90px auto 45px;
}

.soc_btns a {
    display: inline-block;
    margin: 0px 10px;
}

/* Forms */

.form_title {
    margin-bottom: /*48px*/22px;
    text-transform: uppercase;
    font-weight: 700;
    /*font-size: 32px;*/
	font-size: 16px;
}

.form_wrapper {
	background: rgba(24, 0, 39, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 60px rgb(246 99 179 / 20%), inset 0px 0px 50px rgb(73 0 121 / 70%);
    border-radius: 30px;
    padding: 23px 48px;
    margin: 30px auto 0px;
    max-width: 600px;
}

.form_wrapper input {

}

.form_wrapper input::placeholder {
	color: #fff;
}

input.text-input-man {
    background: rgba(24, 0, 39, 0.1) url(../media/l/man.svg) 2% 50% no-repeat;
    padding-left: 42px;
}

input.text-input-woman {
    background: rgba(24, 0, 39, 0.1) url(../media/l/woman.svg) 2% 50% no-repeat;
    padding-left: 42px;
}

.authorization_link, .password_link {
    margin: 32px 0px;
}

.authorization_link a, .registration_link a {
	background: url(../media/l/user.svg) 8% 50% no-repeat;
    padding-left: 3em;
    background-size: contain;
    text-decoration: underline;
}
.forgot_link{
	margin-bottom:22px;
}
.forgot_link a {
	background: url(../media/l/password-icon.svg) 8% 50% no-repeat;
    padding-left: 3em;
    background-size: contain;
    text-decoration: underline;
}

.policy_link a {
	text-decoration: underline;
	color: #9EBED0;
	font-size: 15px;
}

.registration_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.registration_wrapper .registration_link, .registration_wrapper .soc_btns {

}

.registration_wrapper .soc_btns img {
    max-width: 48px;
    height: auto;
}

.password_link a {
	text-decoration: underline;
}


.side_bar {
    position: fixed;
    left: 0;
    top: 15%;
    width: 90px;
}

.side_bar a {
    position: relative;
}

@media (max-width: 991px) {
	.form_wrapper {
    	padding: 23px/*24*/ 18px;
    	margin: 36px auto 0px;
	}
	.page_registration .intro {
		/*display: block;*/
	}
	.page_registration .intro h1 {
	    padding-top: 20px;
	}
}
.box-content,.box-download,.box-hint,.box-info,.box-note,.box-spezial,.box-warning{width:100%;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#ccc;margin:1em auto;padding:1em 2em;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.box-info{border-color:rgba(70,120,185,.4);background:rgba(0,87,132,.2);color:#64b2de}.box-warning{border-color:rgba(190,40,40,.4);background:rgba(145,0,0,.2);color:#d67f76}.box-warning p{margin:0!important}.box-hint{border-color:rgba(142,98,0,.5);background:rgba(142,98,0,.2);color:#f0a868}.box-download{border-color:rgba(90,132,0,.5);background:rgba(90,132,0,.2);color:#bacd86}.box-spezial{border-color:rgba(237,78,110,.5);background:rgba(237,78,110,.2);color:rgba(255,255,255,.6)}


:not(.no-scroll)::-webkit-scrollbar{
    height:8px;
    width:8px
}
:not(.no-scroll)::-webkit-scrollbar-track{
    background-color:rgb(25,28,43)
}
:not(.no-scroll)::-webkit-scrollbar-thumb{
    background:rgba(96, 19, 179, 0.5);
    border-radius:4px
}
.tg-auth{
	margin-top:15px;display:flex;justify-content:center;
}