/*!
Theme Name: Kava
Theme URI: https://crocoblock.com/kava/
Author: Crocoblock
Author URI: https://crocoblock.com/
Description: Kava is a perfectly balanced clean WordPress theme, fully compatible with Elementor. It is perfect for blogging, providing lots of blog variations and even more style settings, allowing everyone to customize its appearance: change logo, add sidebars and display widgets, select color schemes, etc. One of its main features is  full responsiveness, so it will look great on all kinds of devices. Kava theme works just fine with WooCommerce plugin, and will be a great choice for creating a web store. It possesses immaculate typography, and its stylish appearance will satisfy even the most demanding. Kava theme is easy-to-use and customize, providing the best experience for everyone.
Version: 2.1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kava
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kava is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	background-color: white;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Base Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

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

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

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

@media (min-width: 1200px) {
	.container {
	/* 	max-width: 1200px; */
		max-width: 100%;
	}
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
	position: relative;
	min-height: 1px;
/* 	padding-left: 0.9375rem;
	padding-right: 0.9375rem; */
	padding-left: 0;
  padding-right: 0;
}

.col-xs-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-xs-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-xs-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xs-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-xs-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-xs-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xs-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-xs-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-xs-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xs-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-xs-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-xs-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 640px) {
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 940px) {
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1120px) {
	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-xl-pull-0 {
		right: auto;
	}
	.col-xl-pull-1 {
		right: 8.33333%;
	}
	.col-xl-pull-2 {
		right: 16.66667%;
	}
	.col-xl-pull-3 {
		right: 25%;
	}
	.col-xl-pull-4 {
		right: 33.33333%;
	}
	.col-xl-pull-5 {
		right: 41.66667%;
	}
	.col-xl-pull-6 {
		right: 50%;
	}
	.col-xl-pull-7 {
		right: 58.33333%;
	}
	.col-xl-pull-8 {
		right: 66.66667%;
	}
	.col-xl-pull-9 {
		right: 75%;
	}
	.col-xl-pull-10 {
		right: 83.33333%;
	}
	.col-xl-pull-11 {
		right: 91.66667%;
	}
	.col-xl-pull-12 {
		right: 100%;
	}
	.col-xl-push-0 {
		left: auto;
	}
	.col-xl-push-1 {
		left: 8.33333%;
	}
	.col-xl-push-2 {
		left: 16.66667%;
	}
	.col-xl-push-3 {
		left: 25%;
	}
	.col-xl-push-4 {
		left: 33.33333%;
	}
	.col-xl-push-5 {
		left: 41.66667%;
	}
	.col-xl-push-6 {
		left: 50%;
	}
	.col-xl-push-7 {
		left: 58.33333%;
	}
	.col-xl-push-8 {
		left: 66.66667%;
	}
	.col-xl-push-9 {
		left: 75%;
	}
	.col-xl-push-10 {
		left: 83.33333%;
	}
	.col-xl-push-11 {
		left: 91.66667%;
	}
	.col-xl-push-12 {
		left: 100%;
	}
	.col-xl-offset-0 {
		margin-left: 0%;
	}
	.col-xl-offset-1 {
		margin-left: 8.33333%;
	}
	.col-xl-offset-2 {
		margin-left: 16.66667%;
	}
	.col-xl-offset-3 {
		margin-left: 25%;
	}
	.col-xl-offset-4 {
		margin-left: 33.33333%;
	}
	.col-xl-offset-5 {
		margin-left: 41.66667%;
	}
	.col-xl-offset-6 {
		margin-left: 50%;
	}
	.col-xl-offset-7 {
		margin-left: 58.33333%;
	}
	.col-xl-offset-8 {
		margin-left: 66.66667%;
	}
	.col-xl-offset-9 {
		margin-left: 75%;
	}
	.col-xl-offset-10 {
		margin-left: 83.33333%;
	}
	.col-xl-offset-11 {
		margin-left: 91.66667%;
	}
	.col-xl-offset-12 {
		margin-left: 100%;
	}
}

.col-xs-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.col-xs-last {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

@media (min-width: 640px) {
	.col-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.col-sm-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width: 940px) {
	.col-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.col-md-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width: 1120px) {
	.col-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.col-lg-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width: 1200px) {
	.col-xl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.col-xl-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

.row-xs-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.row-xs-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.row-xs-bottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (min-width: 640px) {
	.row-sm-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.row-sm-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.row-sm-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (min-width: 940px) {
	.row-md-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.row-md-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.row-md-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (min-width: 1120px) {
	.row-lg-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.row-lg-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.row-lg-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (min-width: 1200px) {
	.row-xl-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.row-xl-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.row-xl-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

.col-xs-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.col-xs-center {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.col-xs-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

@media (min-width: 640px) {
	.col-sm-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.col-sm-center {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.col-sm-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@media (min-width: 940px) {
	.col-md-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.col-md-center {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.col-md-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@media (min-width: 1120px) {
	.col-lg-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.col-lg-center {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.col-lg-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@media (min-width: 1200px) {
	.col-xl-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.col-xl-center {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.col-xl-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

.heading_event{
font-family: "Museo Cyrl 300", Sans-serif;
font-size: 35px;
font-weight: 500;
line-height: 40.25px;
text-align: left;
color: #3DAEB3;
margin-bottom: 10px;
text-transform: uppercase;
}
.desc_event{
	font-family: Montserrat;
font-size: 30px;
font-weight: 400;
line-height: 39px;
text-align: left;
color: #464646;
}
.entrance_event{
font-family: Montserrat;
font-size: 25px;
font-weight: 800;
line-height: 30px;
text-align: left;
color: #464646;

}

.bdt-prime-slider-tango .bdt-title{
	font-size: 0px!important;
}

 .bdt-tango-item-wrap-link:hover .bdt-title{
	font-size: 20px!important;
}
 
.frist-word{
opacity: 0;
}

 .bdt-subtitle:hover .frist-word{
	opacity: 1;
		text-align: left!important;
  padding-right: 30px;
  font-size: 20px;
} 

 .bdt-tango-item-wrap-link:hover .frist-word{
	opacity: 1;
		text-align: left!important;
  padding-right: 30px;
   font-size: 20px;
} 

.bdt-subtitle {
	text-align: left;
  padding-right: 30px;
  line-height: 32px;
  padding-bottom: 15px;
  padding-left: 15px;
}

div .bdt-item-up-down-yes .bdt-prime-slider-tango .bdt-item.swiper-slide-prev, .bdt-item-up-down-yes .bdt-prime-slider-tango .bdt-item.swiper-slide-duplicate-prev, .bdt-item-up-down-yes .bdt-prime-slider-tango .bdt-item.swiper-slide-next {
  clip-path: inset(0 0 0 0) !important;
}

div .bdt-prime-slider-tango .bdt-content-wrap{
	opacity:1;
}

div .bdt-prime-slider-tango .bdt-subtitle{
	transform: none;
}

div .bdt-prime-slider-tango .bdt-arrows-bottom.bdt-navigation-arrows, .bdt-navigation-arrows {
  position: absolute;
  bottom: 35px;
  left: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  z-index:1000;
}

html .bdt-prime-slider-tango .bdt-navigation-arrows .bdt-navigation-prev i,.ps-wi-arrow-left-5,.bdt-navigation-prev.bdt-slidenav, .bdt-prime-slider-tango .bdt-arrows-center.bdt-navigation-arrows .bdt-navigation-prev{
	background-image: url(/wp-content/uploads/2024/07/arrow-4.png);
  width: 130px;
  height: 100%;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: auto;
}

html .bdt-prime-slider-tango .bdt-navigation-arrows .bdt-navigation-next i,.ps-wi-arrow-right-5,.bdt-navigation-next.bdt-slidenav, .bdt-prime-slider-tango .bdt-arrows-center.bdt-navigation-arrows .bdt-navigation-next{
	background-image: url(/wp-content/uploads/2024/07/arrow-3.png);
  width: 130px;
  height: 100%;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: auto;
}

html .ps-wi-arrow-left-5:before {
  content: none;
}

html .ps-wi-arrow-right-5:before {
  content: none;
}
html .bdt-prime-slider-tango .bdt-navigation-arrows .bdt-navigation-prev {
  margin-right: 100px;
}

html .bdt-prime-slider-tango .bdt-item {
	width: 570px;
}

div .bdt-prime-slider-tango .bdt-item{
	width: 900px;
	clip-path: inset(0)!important;
}

div .form_footer .elementor-form-fields-wrapper, .form_footer .elementor-form{
 /*  display: flex;
  flex-wrap: wrap;
  flex-wrap: unset; */
  width: 1170px;
  margin: 0 auto;
  padding-top: 80px;
justify-content: space-around;
}

div .form_footer  .elementor-field{
	font-family: "Museo Cyrl 300", Sans-serif;
}
div .form_footer textarea {
	background: transparent!important;
  border-bottom: 2px solid #fff!important;
  border-radius: 0!important;
  color: #fff!important;
  font-family: "Museo Cyrl 300", Sans-serif!important;
  font-size: 20px!important;
}
div .form_footer .elementor-field-type-submit{
	
  justify-content: center;
  margin-top: 35px;
}
div .form_footer .elementor-2 .elementor-element.elementor-element-5c73ad9 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
  height: 60px;
}
div .form_footer .elementor-form-fields-wrapper{
	margin: 0 auto;
	text-align:center;
}
.form_footer .elementor-button[type="submit"] {
  
  height: 60px;
 
}

 .bdt-prime-slider-tango .swiper-tango {
    height: 100%;
  }
  
  div .form_footer .elementor-field{
	   height: 60px;
 /*  margin-left: 5px; */
  }

 /*  div .gallery_home .bdt-prime-slider-tango .bdt-item.swiper-slide-active{
	width: 900px!important;
height: 600px!important;
margin-right: 0px!important;	
  }
  div .gallery_home .swiper-slide.bdt-item.swiper-slide-duplicate.swiper-slide-visible.swiper-slide-prev, .gallery_home .swiper-slide.bdt-item.swiper-slide-visible.swiper-slide-next, .gallery_home .swiper-slide.bdt-item.swiper-slide-visible.swiper-slide-prev{
	  width: 555px!important;
	  height: 500px!important;
 
  margin-right: 0px!important;
  }
  
  .gallery_home .swiper-slide.bdt-item.swiper-slide-duplicate.swiper-slide-duplicate-next, .gallery_home .swiper-slide.bdt-item.swiper-slide-duplicate-prev, .gallery_home .swiper-slide.bdt-item.swiper-slide-duplicate-next {
	 
	  height: 500px!important;
  
  margin-right: 0px!important;
  } */
  
  #elementor-tab-title-1361{
	  background: #ED9421;
  color: #000;
  border-radius: 30px;
  margin-bottom: 10px;
  }
  
  #elementor-tab-title-1362{
	   background: #0182C8;
  color: #000;
  border-radius: 30px;
 /*  margin-left: 15px; */
 margin-bottom: 10px;
  }
  
   #elementor-tab-title-1363{
	   background: #F48498;
  color: #000;
  border-radius: 30px;
  margin-bottom: 10px;
	 
  }
  #elementor-tab-title-1364{
	   background: #CBDB2A;
  color: #000;
  border-radius: 30px;
  margin-bottom: 10px;
	 
  }
  #elementor-tab-title-1365{
	   background: #B256C3;
  color: #000;
  border-radius: 30px;
	 margin-bottom: 10px;
  }
  #elementor-tab-title-1366{
	   background: #7764A3;
  color: #000;
  border-radius: 30px;
	 margin-bottom: 10px;
  }
  
 div .tabs_home .elementor-tabs-wrapper{
	 display: flex;
  justify-content: center;  
 }
 
 /* .elementor-element.elementor-element-81d58de.tabs_home.elementor-tabs-view-horizontal.elementor-widget.elementor-widget-tabs{
	display: flex;
  justify-content: center;  
  } */
  
 /*   div .tabs_home{
	display: flex;
  justify-content: center;  
  } */
  
html .tabs_home .elementor-tab-desktop-title {
  padding: 15px 20px!important;
  margin-right: 7px!important;
  }
  
   /* swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	 */
	 
	 .swiper-slide-desc{
		 position: absolute;
  left: 50px;
  bottom: 0px;
  font-family: "Museo Cyrl 500", Sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  padding-left: 10px;
  font-weight: 500;
  text-transform: uppercase;
	 }
	 
	 .img-fluid{
		 filter: brightness(80%);
		 height: 200px;
	 }
	 
	 /* div .swiper-vertical .swiper-button-next, .swiper-vertical .swiper-button-prev {
  left: 10%!important;
	 } */
	
	div .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after {
  content: none!important;
}

div .swiper-button-prev{
	background-image: url(/wp-content/uploads/2024/11/arrow-1.svg);
  height: 82px;
  background-position-x: center;
  background-repeat: no-repeat;
}

div .swiper-button-next{
	background-image: url(/wp-content/uploads/2024/11/arrow-2.svg);
  height: 85px;
  background-position-x: center;
  background-repeat: no-repeat;
}

div .swiper-vertical .swiper-button-prev {
  transform: rotate(0deg);
  top: 34%;
}

div .swiper-vertical .swiper-button-next{
	transform: rotate(0deg);
	bottom: 32%;
}
.thumbnail-slider{
	top: 25px!important;
}

.slider_title, .slider_title_hotel, .slider_title_kinolog{
	color: #FFFFFF;
  font-family: "Museo Cyrl 700", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.info a.slider_button{
	font-family: "Museo Cyrl 700", Sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 19.1px;
  background-color: #CBDB2A!important;
  border-radius: 50px 50px 50px 50px;
  padding: 16px 38px;
}
#two .slider_button_hotel{
	font-family: "Museo Cyrl 700", Sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 19.1px;
  background-color: #A40046!important;
  border-radius: 50px 50px 50px 50px;
  padding: 16px 38px;
}

#three .slider_button_kinolog{
	font-family: "Museo Cyrl 700", Sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 19.1px;
  background-color: #FBBA00!important;
  border-radius: 50px 50px 50px 50px;
  padding: 16px 38px;
}
.info a.slider_button:hover{
	 background-color: #DDEE33!important;
	 color: #fff!important;
}
#two a.slider_button_hotel:hover{
	 background-color: #CE1463!important;
	 color: #fff!important;
}
#three a.slider_button_kinolog:hover{
	 background-color: #FFCF45!important;
	 color: #fff!important;
}
#two .thumbnail-slide.selected img {
  box-shadow: 0 3px 19px 0 #a40046!important;
  opacity: 1;
}

#kinolog.thumbnail-slide.selected img {
  box-shadow: 0 3px 19px 0 #FBBA00 !important;
  opacity: 1;
}


.info > span {
  margin-bottom: 50px;
}

#home.selected a.link_slider_home{
	color: #CCCC00;
}

#hotel.selected a.link_slider_hotel{
	z-index: 1;
  color: #F62C82;
  position: relative;
}

#kinolog.selected a.link_slider_kinolog{
	z-index: 1;
  color: #FBBA00;
  position: relative;
}

#hotel.thumbnail-slide.selected img {
 /*  box-shadow: 0 0px 20px 0px rgba(203, 219, 42, 0.55), inset 0 -2px 1px rgba(0, 0, 0, 0.28); */
  box-shadow: 0 3px 19px 0 #a40046;
  opacity: 1;
}

.info:hover a.slider_button{
	color: #fff!important;
}

#home .swiper-slide-desc:before, #hotel .swiper-slide-desc:before, #kinolog .swiper-slide-desc:before {
  content: "";
  z-index: 0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  background: #383838;
  filter: blur(25.2px);
}
#home .swiper-slide{
	margin-bottom: 25px;
  margin-top: 10px;
}
a.link_slider_home{
	z-index: 1;
  color: #fff;
  position: relative;
}
a.link_slider_hotel{
	z-index: 1;
  color: #fff;
  position: relative;
}
/* div .swiper-wrapper{
	margin-left: 70px;
} */

div .swiper-slide{
	display: flex!important;
  justify-content: end;
}

div .swiper-vertical .swiper-button-next, .swiper-vertical .swiper-button-prev {
  left: 0%!important;
}

.tabs_park{
	
}


.mySwiper .swiper-button-prev-my{
	background-image: url(/wp-content/uploads/2024/07/arrow-4.png);
  width: 130px;
  height: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: auto;
  margin-right: 100px;
}

.mySwiper .swiper-button-next-my{
	background-image: url(/wp-content/uploads/2024/07/arrow-3.png);
  width: 130px;
  height: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: auto;
  margin-left: 100px;
}


.mySwiper .swiper-button-prev-my-hors{
	background-image: url(/wp-content/uploads/2024/07/arrow-4.png);
  width: 130px;
  height: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: auto;
  margin-right: 40px;
}

.mySwiper .swiper-button-next-my-hors{
	background-image: url(/wp-content/uploads/2024/07/arrow-3.png);
  width: 130px;
  height: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: auto;
  margin-left: 40px;
}

.mySwiperPark .swiper {
      width: 100%;
      height: 100%;
    }

    

  .mySwiperPark .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


.mySwiperPark .swiper-wrapper{
	width: 100%;
      height: 100%;
	align-items: stretch;
}

.mySwiperPark .swiper-slide{
	height: auto;
	text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
}


.mySwiperPark .swiper-button-prev-my{
	background-image: url(/wp-content/uploads/2024/07/arrow-4.png);
  width: 130px;
  height: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: auto;
  margin-right: 100px;
}

.mySwiperPark .swiper-button-next-my{
	background-image: url(/wp-content/uploads/2024/07/arrow-3.png);
  width: 130px;
  height: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: auto;
  margin-left: 100px;
}

html .jet-listing-grid__slider-icon.slick-arrow {
  position: absolute;
  top: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  background-color: transparent;
  left: 37%;
  margin-top: 20px;
  cursor: pointer;
  text-align: center;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(/wp-content/uploads/2024/07/arrow-4.png);
  width: 130px;
  height: ;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: auto;
}


/* .elementor-element-populated {
  margin: 20px 20px 31px 20px!important;
} */
  
  
html .jet-listing-grid__slider-icon.slick-arrow svg {
  display: none;
}

html .jet-listing-grid__slider-icon.slick-arrow.next-arrow {
  right: 37%;
}


:root {
  --font-family: "Museo Cyrl", sans-serif;
  --second-family: "Montserrat", sans-serif;
}


.img-box-shadow{
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.6);
}


.form_footer .elementor-button {
  padding: 0px 10px 0px 10px!important;
  width: 290px!important;
}


.iti__flag.iti__ru {
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
  border: 0;
}

.gallery_home{
	
}


/* .portfolio-reaction:hover .single_up {
  display: block;
  position: absolute;
  bottom: 10%!important;
  z-index: 999;
  text-align: left;
  padding-left: 0px;
  color:#CBDB2A!important;
} */


.swiper_main .swiper_text {
  box-shadow: 0 0px 20px 8px rgba(169, 169, 169, 0.5019607843137255);
  margin-bottom: 50px;
}
.txt-button:hover{
	background:#CE1463;
}

div .sfl-container .sf-title-container{
	font-family: "Museo Cyrl 300", Sans-serif!important;
font-size: 35px;
font-weight: 500;
}

.button-header:hover{
	//background:#CBDB2A;
	//color:#fff;
}

#elementor-tab-title-1361:hover, #elementor-tab-title-1361.elementor-active {
  background: #FFB04A;
  color: #fff;
}

#elementor-tab-title-1362:hover, #elementor-tab-title-1362.elementor-active {
  background: #15A5F3;
  color: #fff;
}

#elementor-tab-title-1363:hover, #elementor-tab-title-1363.elementor-active {
  background: #FFA6B6;
  color: #fff;
}

#elementor-tab-title-1364:hover, #elementor-tab-title-1364.elementor-active{
  background: #DDEE33;
  color: #fff;

}

#elementor-tab-title-1365:hover, #elementor-tab-title-1365.elementor-active {
  background: #D057E7;
  color: #fff;
  border-radius: 30px;
}

#elementor-tab-title-1366:hover, #elementor-tab-title-1366.elementor-active {
  background: #956EF0;
  color: #fff;
  border-radius: 30px;
}

.elementor-3194 .elementor-element.elementor-element-6d447f0 .jet-listing-grid__slider-icon {
  
  /*margin-top: calc( -150px/2 )!IMPORTANT;*/
}


div .bdt-prime-slider-tango .bdt-image-wrap:before {
  background-color: none!important;
}
html .bdt-prime-slider-tango .bdt-image-wrap:before {
  background-color: none!important;
}

.icon_left{
	display: flex;
}

.icon_left svg{
	margin-left: 10px;
  padding-left: 3px;
    margin-right: 3px;
	
}

.elementor-4879 .elementor-element.elementor-element-34e64a0 {
  --icon-box-icon-margin: 0!important;
}

.slide-block-spa .elementor-section.elementor-section-items-middle > .elementor-container{
	padding:0;
	margin:0;
}


.slide-block-spa .elementor-container{
	padding:0;
	margin:0!important;
}



#block-search, #block-search * {
    box-sizing: border-box;
	position:absolute;
	width:95%;
	bottom:20px;
	left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 1024px){
#block-search, #block-search * {bottom:0;}
}

@media (max-width: 700px){
#top-text {	
    display:none;
}
#block-search, #block-search * {bottom:10px;}
}
@media (max-width: 500px){
#top-text {	
    top: 30%;
    font-size: 39px;
	display:block;
}
#block-search, #block-search * {bottom:0;}
}

#block-search {
    background: #484D4F;
  }

 .tl-container {
   padding: 0 30px;
  }

@media (max-width: 767px) {
	.swiper-button-prev2 {
  background-image: url(/wp-content/uploads/2024/11/mobil_left.png)!important;
right:30%;
margin-right: 0!important;
}
	.swiper-button-next2{
		left: 30%;
    background-image: url(/wp-content/uploads/2024/11/mobil_right.png)!important;
	}

div .form_footer .elementor-form-fields-wrapper, .form_footer .elementor-form {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: unset;
  width: auto!important;
  margin: 0 auto;
  padding-top: 80px;
  justify-content: space-around;
  display: flex!important;
  flex-direction: column!important;
  margin: 20px;
}

.elementor-tab-title.elementor-tab-mobile-title{
	display: none!important;
}

 .elementor-2 .elementor-element.elementor-element-b81cef4 {
   width: 100%!important;
   // padding: 20px!important;
  }
  
  
.elementor-tab-title.elementor-tab-mobile-title.elementor-active{
	display: none!important;
}
.elementor-button-align-end .e-form__buttons, .elementor-button-align-end .elementor-field-type-submit {
  justify-content: center;
}

html .jet-listing-grid__slider-icon.slick-arrow {
  left: 30%;
  background-image: url(/wp-content/uploads/2024/10/arrow4-mob.png);
}


html .jet-listing-grid__slider-icon.slick-arrow.next-arrow {
  right: 30%;
}

html .bdt-prime-slider-tango .bdt-navigation-arrows .bdt-navigation-prev i,.ps-wi-arrow-left-5,.bdt-navigation-prev.bdt-slidenav, .bdt-prime-slider-tango .bdt-arrows-center.bdt-navigation-arrows .bdt-navigation-prev{
	background-image: url(/wp-content/uploads/2024/10/arrow4-mob.png);
background-position-x: center;
}

html .bdt-prime-slider-tango .bdt-navigation-arrows .bdt-navigation-next i,.ps-wi-arrow-right-5,.bdt-navigation-next.bdt-slidenav, .bdt-prime-slider-tango .bdt-arrows-center.bdt-navigation-arrows .bdt-navigation-next{
	background-image: url(/wp-content/uploads/2024/10/arrow3-mob.png);
background-position-x: center;
}

html .bdt-prime-slider-tango .bdt-navigation-arrows .bdt-navigation-prev {
  margin-right: 0!important;
}


.elementor-sticky--effects{
	/* background:#464646; */
}
 /*.elementor-column {
    width: 100% !important;
  }
*/

.mySwiper .swiper-button-prev-my-hors{
	background-image: url(/wp-content/uploads/2024/10/arrow4-mob.png);
margin-right: 0px;
    background-position-x: center;
}

.mySwiper .swiper-button-next-my-hors{
	background-image: url(/wp-content/uploads/2024/10/arrow3-mob.png);
 background-position-x: center;
  margin-left: 0px;
}

.breadcrumb_last, #breadcrumbs a{
	font-size:15px;
}


.slider-mobil .swiper-slide img.img-fluid{
	width:218px;
	height:274px;
	object-fit: cover;
}

.slider-mobil .img-fluid{
	width:218px;
	height:274px;
	object-fit: cover;
}

.slider-mobil .swiper-button-prev2{
	background-image: url(/wp-content/uploads/2024/10/arrow4-mob.png);
margin-right: 30px;
    background-position-x: right;
}

.slider-mobil .swiper-button-next2{
	background-image: url(/wp-content/uploads/2024/10/arrow3-mob.png);
 background-position-x: left;
  margin-left: 30px;
}

.jet-listing-grid__item {
	width: 20%;
}

.swiper-slide-desc-mobil{
	margin-top: -70px;
  line-height: 20px;
}
.connector.connector-mobile{
	right: calc(100% - 70px)!important;
}
.content_toggle {
line-height:15px!important;
  font-size: 12px!important;
text-transform: uppercase;

}

.mobil_sobitia .block_salon .elementor-element-populated {
  position: relative;
  height: 150px;
}
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-track {
  padding-bottom: 0px !important;
}

.elementor-sticky--active{
	background:#ceda42;
}
}



.sample-slider-master .swiper-button-next2 {
  background-image: url(/wp-content/uploads/2024/10/arrow-7.svg);
  background-position-x: left;
  background-repeat: no-repeat;
  margin-left: 50px;
  transform: rotate(180deg);
  width: 30%;
}
.sample-slider-master .swiper-button-prev2 {
  background-image: url(/wp-content/uploads/2024/10/arrow-7.png);
  background-repeat: no-repeat;
  background-position-x: right;
  margin-right: 0px;
  width: 24% !important;
}


.hover_link .elementor-icon-box-title a:hover{
	color:#FBBA00;
}


.jet-listing-grid__item .elementor-column {
	overflow: auto;
  position: relative;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  position: relative;
}

.jet-listing-grid__item .mobil_kinol{
	margin: 10px;
}


.jet-listing-grid__item.jet-equal-columns > .elementor > :is(.elementor-section, .e-container, .e-con) {
  /* height: 96%!important; */
}

.swiper_main img{
	width: 1330px;
  height: 454px;
  object-fit: cover;
  margin: 0 auto;
}


.mobil_kinol .jet-listing-grid__item.slick-slide {
  margin: 0 5px 20px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 420px!important;
}

.uslugi_fitness .elementor-container{
	float: left!important;
}

.margin_block_section_home{
	height: 93%!important;
  margin: 15px!important;
}

.section_home_slick .jet-listing .slick-slider .slick-list{
	
	margin-bottom: 10px!important;
  padding: 0 0px 10px 0px!important;
}

.jet-listing-grid__items.jet-equal-columns__wrapper .slick-track {

  padding-bottom: 20px!important;;
}


.block_salon .elementor-element-populated{
	position: relative;
  height: 250px;
}

.block_salon .elementor-element-populated .block_salon_button{
	bottom: 0;
  position: absolute;
  width: 250px;
}


.block_pravila .eael-feature-list-item:hover .eael-feature-list-icon{
	color: #FFF;
	background-color: #FFD600;
	box-shadow: 0 0px 20px 0 #FFC700;
}



.content_toggle{
background-color: transparent;
  color: #444;
  padding: 13px 32px !important;
  display: inline-flex;
  border: 1px solid #FBBA00;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  font-family: "Museo Cyrl 500", Sans-serif;
  font-size: 30px;
  font-weight: 500;
}


.widget-button-wrap{
	display: flex;
  justify-content: center;
  padding-top: 30px;
}




 .block_pravila {
	overflow: hidden;
	position: relative;    
}
.block_pravila.hide {
	height: 535px;
}
.block_pravila.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
	z-index: 10;
} 


ul.eael-feature-list-items li.eael-feature-list-item{
	display: flex;
  align-content: center;
  align-items: center;
}

.content_toggle:hover{
	background:#FBBA00;
	color:#000000;
}

.hover_link{
	background: url(https://maximapark.web-dep.com/wp-content/uploads/2024/10/arrow-6-1.svg);
    background-repeat: repeat;
  /* background-position-x: right; */
  background-repeat: no-repeat;
  background-position-y: center;
  color:#FBBA00;
}
.hover_link:hover{
	background: url(https://maximapark.web-dep.com/wp-content/uploads/2024/10/arrow-6.svg);
    background-repeat: repeat;
 /*  background-position-x: right; */
  background-repeat: no-repeat;
  background-position-y: center;
  color:#FBBA00;
}

.hover_link:hover .elementor-icon-box-title a{
	color:#FBBA00;
}

#block_link1{
	background-position-x: 100%;
}
#block_link2{
	background-position-x: 92%;
}
#block_link3{
	background-position-x: 73%;
}


.elementor-element-69984bc2, .elementor-element-69984bc2, .elementor-element-69984bc2 {
	display: flex;
  justify-content: center;
}



.category-lists-slider .swiper-button-prev2 {
  background-image: url(/wp-content/uploads/2024/07/arrow-4.png);
  height: 30px;
  background-repeat: no-repeat;
background-position-x: right;
  width: 100%;
}

.category-lists-slider .swiper-button-next2 {
  background-image: url(/wp-content/uploads/2024/07/arrow-3.png);
  height: 30px;
  background-position-x: left;
  background-repeat: no-repeat;
  margin-left: 50px;
  width: 100%;
}

#catgory-slider{
	touch-action: pan-y;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.slider-before{
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%);
  position: absolute;
width: 100px;
  right: 0;
  height: 100px;
  top: 0;
  z-index: 10000;
}

#catgory-slider:before{
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%);
  position: absolute;
  width: 100px;
  right: 0;
}

.link_slider_home{
	color:#fff;
}


#home.swiper-slide:hover a.link_slider_home{
	color:#CCCC00;
}
a.link_slider_home:hover{
	color:#CCCC00;
}
/* 
#one.main-slider-home .info:hover a, #one.main-slider-home .info:hover img{
color:#CCCC00;
fill:#CCCC00;
}
#two.main-slider-home .info:hover a, #two.main-slider-home .info:hover img{
color:#F62C82;
fill:#F62C82;
}
.info img{
fill:#fff;
} */


.link_slider_hotel{
	color:#fff;
}

#hotel.swiper-slide:hover a.link_slider_hotel{
	color:#F62C82;
}
a.link_slider_hotel:hover{
	color:#F62C82;
}


.all_section_deti .elementor-container{
	width: 100%;
  margin-bottom: 10px;
}

.uslugi_fitness .elementor-container{
	width: 100%;
}

img.line-home-slider{
	background:url(https://maximapark.web-dep.com/wp-content/uploads/2024/10/arrow-7.svg);
}


a.arrow_home:after{
	content: '';
	background:url(https://maximapark.web-dep.com/wp-content/uploads/2024/10/arrow-7.svg);
	margin-left: 20px;
  width: 81px;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 20px;
}

#one.main-slider-home .info:hover a.arrow_home:after{
	content: '';
	background:url(https://maximapark.web-dep.com/wp-content/uploads/2024/09/arrow-7.svg);
	margin-left: 20px;
  width: 81px;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 20px;
  color: #CCCC00;
  fill: #CCCC00;
}


a.arrow_hotel:after{
	content: '';
	background:url(https://maximapark.web-dep.com/wp-content/uploads/2024/10/arrow-7.svg);
	margin-left: 20px;
  width: 81px;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 20px;
}

.info:hover a.arrow_hotel:after{
	content: '';
	background:url(https://maximapark.web-dep.com/wp-content/uploads/2024/11/arrow-7.svg);
	margin-left: 20px;
  width: 81px;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 20px;
  color: #CCCC00;
  fill: #CCCC00;
}


a.arrow_kinolog:after{
	content: '';
	background:url(https://maximapark.web-dep.com/wp-content/uploads/2024/10/arrow-7.svg);
	margin-left: 20px;
  width: 81px;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 20px;
}

.info:hover a.arrow_kinolog:after{
	content: '';
	background:url(https://maximapark.web-dep.com/wp-content/uploads/2024/11/arrow-7-1.svg);
	margin-left: 20px;
  width: 81px;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 20px;
  color: #CCCC00;
  fill: #CCCC00;
}


#kinologimg.swiper-slide:hover a{
	color:#FBBA00;
}  


.thumbnail-slide #kinolog.swiper-slide img:hover {
  box-shadow: 0 3px 19px 0 #FBBA00!important;
  opacity: 1;
}
a.link_slider_kinolog {
 z-index: 1;
  color: #fff;
  position: relative;
}

#kinolog.swiper-slide:hover a.link_slider_kinolog {
  color: #FBBA00;
}


a.link_slider_kinolog:hover {
  color: #FBBA00;
}
#kinolog.swiper-slide img:hover {
  box-shadow: 0 3px 19px 0 #FBBA00!important;
  opacity: 1;
} 
#three.main-slider-home  a.arrow_kinolog:hover{
	color: #FBBA00;
}

.img_slider_park{
	width: 47px;
}

@media (max-width: 767px) {
	
	.portfolio-reaction:hover .single_up {
  display: block;
  position: absolute;
  bottom: 7%!important;
  z-index: 999;
  text-align: left;
  padding-left: 0.5em;
}


	.block_salon .elementor-element-populated {
  position: relative;
  height: 180px;
}

#block_salon_mobil.block_salon .elementor-element-populated {
  position: relative;
  height: 320px;
}
	#catgory-slider{
		width:390px;
	}
	.img_slider_park{
	width: 30px;
}
	.block_salon .elementor-element-populated .block_salon_button{
	bottom: 0;
  position: absolute;
  width: 100%!important;
}

.elementor-9547 .elementor-element.elementor-element-d5920de .elementor-button {
    font-size: 10px!important;;
    line-height: 15px;
    padding: 10px 20px!important;;
  }
  

	html .tabs_home .elementor-tab-desktop-title {
  padding: 10px !important;
  margin-right: 7px !important;
}
	
	div .tabs_home .elementor-tabs-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap!important;
}
.elementor-tab-title {
  font-size: 10px!important;
}
.elementor-3194 .elementor-element.elementor-element-449a036a > .elementor-container {
    max-width: 100%!important;
  }
}


@media (max-width: 767px) {
  .elementor-3557 .elementor-element.elementor-element-69984bc2 > .elementor-container {
    max-width: 100%!important;
    min-height: 160px;
  }
  .elementor-9675 .elementor-element.elementor-element-69984bc2 > .elementor-container {
    max-width: 100%!important;
    min-height: 160px;
  }
.sbor .block_salon .elementor-element-populated {
    position: relative;
    height: 220px;
  }
  .elementor-9675 .elementor-element.elementor-element-4d789a3 > .elementor-widget-container {
  margin: 18px 0px 18px 18px!important;
}
.elementor-9547 .elementor-element.elementor-element-16d30c1 > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 10px 5px 0px 10px;
    position: relative;
    height: 90px;
  }
.elementor-element.elementor-element-21ca863.elementor-align-left.block_salon_button.elementor-widget.elementor-widget-button, .elementor-element.elementor-element-21ca863.elementor-align-left.block_salon_button.elementor-widget.elementor-widget-button{
	bottom: 0;
  position: absolute;
  width: 100% !important;
}
 .elementor-9547 .elementor-element.elementor-element-0346311 img {
    width: 100%!important;
    height: 105px;
  }
    .elementor-9547 .elementor-element.elementor-element-6accbe0 > .elementor-container {
    max-width: 100%!important;
    min-height: 100px;
  }
}


/* .elementor.elementor-4913{
	width: 1360px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
*/
.elementor-section.elementor-top-section.elementor-element.elementor-element-cbbcd8e.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default{
	
  left: 0!important;
} 

.data-text.active {
  display: flex!important;
  justify-content: center!important;
  width: auto;
}

.grecaptcha-badge{
	display: none;
}

.elementor-message.elementor-message-danger {
 color: red;
  text-align: center;
  font-size: 22px !important;
  padding-top: 20px !important;
  font-weight: 900 !important;
}

.elementor-message.elementor-message-success{
	 color: green;
  text-align: center;
  font-size: 26px !important;
  padding-top: 20px !important;
  font-weight: 900 !important;
}

/*  #cookie-notice.cookie-notice-hidden .cookie-notice-container, #cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
  display: block!important;
    color: #000!important;
} */
#cookie-notice {
     background-color: rgba(50, 50, 58, 1);
   /* min-width: auto;
    left: auto !important;
    z-index: 1000;
    bottom: 40px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    color: #000 !important;
     width: 350px;
    right: 30px; */
}


/* .cn-close-icon {
  position: absolute;
  right: 15px;
  top: 15%!important;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
	background-color: #ceda42!important;
	font-size: 10px;
}  */

@media (max-width: 767px) {
	#cookie-notice {
left: 0px!important;
    width: 100%!important;
    right: 20px!important;
	bottom: 10px!important;
}
.cn-text-container{
	font-size: 10px;
  line-height: 14px;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
  font-size: 10px;
}
}



 
    .swiper-container-mobil {
      width: 100%;
      height: 200px;
    }
    
    .swiper-slide-mobil {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #eee;
      border-radius: 8px;
      font-size: 24px;
      font-weight: bold;
      color: #333;
    }
    
    /* Настройка видимости слайдов */
    .swiper-container-mobil {
      overflow: visible;
    }
    
    .swiper-slide-mobil {
      width: calc((100% - 30px) / 2.5) !important;
      margin-right: 10px;
      opacity: 0.7;
      transition: opacity 0.3s;
    }
    
    .swiper-slide-mobil-active {
      opacity: 1;
    }

