@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');

* {
	box-sizing: border-box;
	outline: none;
}

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

a,
hr {
	padding: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
}

ins,
mark {
	background-color: #ff9;
	color: #000;
}

body {
	line-height: 1;
}

.footer-widgets .footer-widget ul {
	color: #fff;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none;
}

a {
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
}

ins {
	text-decoration: none;
}

mark {
	font-style: italic;
	font-weight: 700;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
}

input,
select {
	vertical-align: middle;
}

.content-box {
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
}

@media (max-width:1200px) {
	.content-box {
		padding: 0 20px;
	}
}

.content-box-fluid {
	width: 100%;
	max-width: 1638px;
	padding: 0 30px;
	margin: 0 auto;
}

@media (max-width:900px) {
	.content-box-fluid {
		padding: 0 20px;
	}
}

.flex-row {
	display: flex;
	flex-flow: row wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.flex-item {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.flex-item-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
	padding-left: 10px;
	padding-right: 10px;
}

.flex-item-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
	padding-left: 10px;
	padding-right: 10px;
}

.flex-item-3 {
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}

.flex-item-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
	padding-left: 10px;
	padding-right: 10px;
}

.flex-item-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
	padding-left: 10px;
	padding-right: 10px;
}

.flex-item-6 {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.flex-item-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
	padding-left: 10px;
	padding-right: 10px;
}

.flex-item-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
	padding-left: 10px;
	padding-right: 10px;
}

.flex-item-9 {
	flex: 0 0 75%;
	max-width: 75%;
	padding-left: 10px;
	padding-right: 10px;
}

.flex-item-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
	padding-left: 10px;
	padding-right: 10px;
}

.flex-item-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
	padding-left: 10px;
	padding-right: 10px;
}

.flex-item-12 {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


.slick-dots {
	position: absolute;
	bottom: -35px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	border-radius: 50%;
	background: #0081b464;
	text-align: center;
	line-height: 18px;
}

.slick-dots li button {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;

	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	outline: none;
	background: transparent;
}

.slick-dots li.slick-active button {
	background: #034762;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

@-webkit-keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}

	100% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

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

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}

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

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

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

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}

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

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

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

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

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

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

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

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

body {
	font-family: "Wix Madefor Display", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	font-style: normal;
	color: #000;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

a {
	outline: none;
}

a:hover {
	text-decoration: none;
}

sup {
	vertical-align: super;
}

strong {
	font-weight: bold;
}

.site-logo__link {
	display: block;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
}

.site-logo__image {
	display: block;
	width: 100%;
	max-width: 139px;
	height: auto;
}

@media (max-width:800px) {
	.site-logo__image {
		max-width: 120px;
		margin: 0 auto;
	}
}

.site-logo--footer .site-logo__image {
	margin: 0 auto;
}

.site-slogan {
	color: #3a3184;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.site-slogan {
		color: #3a3184;
	}

}

.site-slogan__title {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

@media (max-width:1600px) {
	.site-slogan__title {
		font-size: 21px;
	}
}

.site-slogan__description {
	font-weight: 600;
	font-size: 20px;
	text-align: left;
}
.btn-header{
	margin-right: 50px;
}

@media (max-width:1600px) {
	.site-slogan__description {
		font-size: 12px;
	}
}

.messengers-links {
	text-align: left;
	margin: 20px 0 0 0;
}

.messengers-links__title {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin-right: 15px;
}

.messengers-links .messenger-link {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	animation-name: pulse;
	animation-iteration-count: infinite;
}

.messengers-links .messenger-link__icon {
	width: 36px;
	height: auto;
}

.messengers-links .messenger-link+.messenger-link {
	margin-left: 12px;
}

.messengers-links .messenger-link--viber {
	animation-duration: 1s;
	animation-delay: 0.3s;
}

.messengers-links .messenger-link--whatsapp {
	animation-duration: 1.2s;
	animation-delay: 0.5s;
}

.contact-units .contact-unit {
	display: flex;
	font-size: 0;
	line-height: 1;
	margin-bottom: 10px;
	align-items: center;
}

/* .contact-units .contact-unit:last-child {
	margin-bottom: 0;
} */

.contact-unit {
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px;
}

.contact-units .contact-unit__icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin-right: 10px;
	text-align: center;
	
	
}

@media (max-width:700px) {
	.contact-units .contact-unit__icon {
		width: 14px;
		margin-right: 0;
	}
}

.contact-units .contact-unit__icon>img {
	max-width: 100%;
	height: auto;
}

.contact-units .contact-unit__text {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #000000;
	font-weight: 600;
	font-size: 16px;
}

@media (max-width:800px) {
	.contact-units .contact-unit__text {
		font-size: 12px;
	}
}

@media (max-width:700px) {
	.contact-units .contact-unit__text {
		max-width: calc(100% - 14px);
		padding-left: 4px;
	}
}

.phones-list {
	font-size: 0;
	line-height: 1;
}

.phones-list__icon {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

@media (max-width:650px) {
	.phones-list__icon img {
		width: 18px;
		height: auto;
	}
}

.phones-list__items {
	display: inline-block;
	vertical-align: top;
}

.phones-list__callback {
	margin-top: 8px;
}

.phones-list .phones-items__item {
	display: block;
	text-decoration: none;
	font-weight: 700;
	font-size: 24px;
	color: #3a3184;
}

@media (max-width:800px) {
	.phones-list .phones-items__item {
		font-size: 18px;
	}
}

@media (max-width:450px) {
	.phones-list .phones-items__item {
		font-size: 16px;
	}
}

.phones-list .callback-button {
	padding: 6px 30px;
}

@media (max-width:700px) {
	.phones-list .callback-button {
		padding: 12px;
	}
}

.site-copyright {
	color: #fff;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}

	100% {
		opacity: 0.9;
		transform: translateY(0);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-10px);
	}

	60% {
		transform: translateY(-5px);
	}
}

@keyframes pulse-blue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(106, 202, 240, 0.5);
		-moz-box-shadow: 0 0 0 0 rgba(106, 202, 240, 0.5);
		box-shadow: 0 0 0 0 rgba(106, 202, 240, 0.5);
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(106, 202, 240, 0);
		-moz-box-shadow: 0 0 0 10px rgba(106, 202, 240, 0);
		box-shadow: 0 0 0 10px rgba(106, 202, 240, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(106, 202, 240, 0);
		-moz-box-shadow: 0 0 0 0 rgba(106, 202, 240, 0);
		box-shadow: 0 0 0 0 rgba(106, 202, 240, 0);
	}
}

@-moz-keyframes fade {
	40% {
		opacity: 0.8;
	}

	42% {
		opacity: 0.1;
	}

	43% {
		opacity: 0.8;
	}

	45% {
		opacity: 0.1;
	}

	46% {
		opacity: 0.8;
	}
}

@-webkit-keyframes fade {
	40% {
		opacity: 0.8;
	}

	42% {
		opacity: 0.1;
	}

	43% {
		opacity: 0.8;
	}

	45% {
		opacity: 0.1;
	}

	46% {
		opacity: 0.8;
	}
}

@-o-keyframes fade {
	40% {
		opacity: 0.8;
	}

	42% {
		opacity: 0.1;
	}

	43% {
		opacity: 0.8;
	}

	45% {
		opacity: 0.1;
	}

	46% {
		opacity: 0.8;
	}
}

@keyframes fade {
	40% {
		opacity: 0.8;
	}

	42% {
		opacity: 0.1;
	}

	43% {
		opacity: 0.8;
	}

	45% {
		opacity: 0.1;
	}

	46% {
		opacity: 0.8;
	}
}

@keyframes loading {
	49% {
		transform: translateY(-100%);
	}

	50% {
		opacity: 0;
		transform: translateY(100%);
	}

	51% {
		opacity: 1;
	}
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

@keyframes dostuff {
	0% {
		height: 32%;
	}

	50% {
		height: 44%;
	}

	100% {
		height: 32%;
	}
}

@keyframes dostuff_mid {
	0% {
		height: 27%;
	}

	50% {
		height: 36%;
	}

	100% {
		height: 27%;
	}
}

@keyframes dostuff_bot {
	0% {
		height: 20%;
	}

	50% {
		height: 32%;
	}

	100% {
		height: 20%;
	}
}

@keyframes dostuff_light {
	0% {
		height: 1%;
		bottom: 31%;
	}

	50% {
		height: 4%;
		bottom: 35%;
	}

	100% {
		height: 1%;
		bottom: 31%;
	}
}

@-webkit-keyframes footer-two {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
		bottom: -100px;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes footer-two {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
		bottom: -100px;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes footer-two {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
		bottom: -100px;
	}

	100% {
		opacity: 0;
	}
}

@keyframes footer-two {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
		bottom: -100px;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes footer-two-last {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
		top: -30px;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes footer-two-last {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
		top: -30px;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes footer-two-last {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
		top: -30px;
	}

	100% {
		opacity: 0;
	}
}

@keyframes footer-two-last {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
		top: -30px;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes footer-one {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes footer-one {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes footer-one {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes footer-one {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sliding {
	0% {
		left: -30px;
		margin-left: 0;
	}

	100%,
	30% {
		left: 110%;
		margin-left: 80px;
	}
}

@keyframes pulseicon {
	0% {
		font-size: 30px;
	}

	50% {
		font-size: 35px;
	}
}

@keyframes bgPos {
	25% {
		transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
	}

	75% {
		transform: translate3d(0, 0, 0) rotate(0.001deg);
	}
}

@keyframes animate {
	0% {
		transform: scaleX(0);
		transform-origin: left;
	}

	50% {
		transform: scaleX(1);
		transform-origin: left;
	}

	50.1% {
		transform: scaleX(1);
		transform-origin: right;
	}

	100% {
		transform: scaleX(0);
		transform-origin: right;
	}
}

@keyframes animate-left {
	0% {
		transform: scaleX(0);
		transform-origin: right;
	}

	50% {
		transform: scaleX(1);
		transform-origin: right;
	}

	50.1% {
		transform: scaleX(1);
		transform-origin: left;
	}

	100% {
		transform: scaleX(0);
		transform-origin: left;
	}
}

button,
.btn,
.wpcf7-submit,
input[type="submit"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-progress-appearance: none;
	background: none;
	box-shadow: none;
	border: none;
	font-family: "Wix Madefor Display", sans-serif;
	display: inline-block;
	cursor: pointer;
}

.btn {
	display: inline-block;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 12px 24px;
	background-color: #4660a1;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button-welcome {
	font-size: 25px;
	padding: 24px;
	box-shadow: 0 0 24px rgba(91, 111, 255, 0.7);
}

.btn__text {
	font-size: 20px;
	vertical-align: middle;
}

@media (max-width:900px) {
	.btn__text {
		font-size: 16px;
	}
}

.btn__icon {
	margin-left: 10px;
	vertical-align: middle;
}

@media (max-width:900px) {
	.btn__icon {
		margin-left: 5px;
	}
}

.btn:hover {
	background-color: #0081B4;
}

.action-button {

	border-radius: 6px;
}


.priliv-link {
	display: block;
	text-decoration: none;
	font-size: 0;
}

.priliv-link img {
	display: inline-block;
	vertical-align: middle;
	max-width: 35px;
	height: auto;
	margin: 0 8px 0 auto;
}

.priliv-link span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 1.35;
}

.wpcf7-form .wpcf7-form-control-wrap {
	display: block;

}

.wpcf7-form .wpcf7-form-control-wrap+.wpcf7-form-control-wrap {
	margin-top: 20px;
}

.wpcf7-form .ajax-loader {
	display: none !important;
}

.wpcf7-form .wpcf7-response-output {
	margin: 0;
	padding: 15px;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	background-color: #fff;
	border: none;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
	border: 2px solid #f00;
}

input[type="text"],
input[type="tel"],
input[type="mail"],
input[type="date"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-progress-appearance: none;
	background: none;
	box-shadow: none;
	border: none;
	font-family: "Wix Madefor Display", sans-serif;
	display: inline-block;
	background-color: #ffffff;
	color: #000;
	padding: 14px;
	border: 1px solid #cbcbcb;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="mail"]:focus,
input[type="date"]:focus {
	border-color: #0081B4;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="mail"]::placeholder,
input[type="date"]::placeholder {
	font-family: "Wix Madefor Display", sans-serif;
	color: rgba(0, 0, 0, 0.7);
}

input[type="number"] {
	font-family: "Wix Madefor Display", sans-serif;
	display: inline-block;
	background-color: #eeeff3;
	color: #000;
	padding: 14px;
	border: 1px solid #cbcbcb;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

input[type="number"]:focus {
	border-color: #0081B4;
}

input[type="number"]::placeholder {
	font-family: "Wix Madefor Display", sans-serif;
	color: rgba(0, 0, 0, 0.7);
}

input[type="submit"] {
	display: inline-block;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background: #0081b4;
	border-radius: 6px;

	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 12px 24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
	box-shadow: 0 0 24px rgba(91, 111, 255, 0.9);
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-progress-appearance: none;
	background: none;
	box-shadow: none;
	border: none;
	font-family: "Wix Madefor Display", sans-serif;
	display: inline-block;
	background-color: #eeeff3;
	background-image: url('../img/icons/arrow-down.png');
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 16px auto;
	color: #000;
	padding: 0 14px;
	height: 42px;
	border: 1px solid #cbcbcb;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

select:focus {
	border-color: #0081B4;
}

select::placeholder {
	font-family: "Wix Madefor Display", sans-serif;
	color: rgba(0, 0, 0, 0.7);
}

.form-row {
	display: flex;
	flex-flow: row wrap;
	margin-right: -10px;
	margin-left: -10px;
	align-items: flex-end;
}

.form-row .form-item {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
	padding-left: 10px;
	padding-right: 10px;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (max-width:900px) {
	.form-row .form-item {
		flex: 0 0 33.3%;
		max-width: 33.3%;
		margin-bottom: 15px;
	}
}

@media (max-width:900px) {
	.form-row .form-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width:600px) {
	.form-row .form-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.form-row .form-item:last-child {
	margin-bottom: 0;
}

.form-row .form-item--submit {
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 40px;
}

.form-row .form-item--submit .form-item__fields {
	text-align: center;
}

.form-row .form-item-days,
.form-row .form-item-people {
	flex: 0 0 8.5%;
	max-width: 8.5%;
}

@media (max-width:900px) {

	.form-row .form-item-days,
	.form-row .form-item-people {
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}

@media (max-width:900px) {

	.form-row .form-item-days,
	.form-row .form-item-people {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width:600px) {

	.form-row .form-item-days,
	.form-row .form-item-people {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.form-row .form-item-phone {
	flex: 0 0 23%;
	max-width: 23%;
}

@media (max-width:900px) {
	.form-row .form-item-phone {
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}

@media (max-width:900px) {
	.form-row .form-item-phone {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width:600px) {
	.form-row .form-item-phone {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.form-item__title {
	margin: 0 0 10px 0;
	font-weight: 600;
	color: #fff;
}

.form-item__fields input,
.form-item__fields select {
	width: 100%;
	height: 42px;
}

.form-item__fields .wpcf7-submit {
	width: auto;
	text-transform: uppercase;
	font-size: 18px;
}

@media (max-width:600px) {
	.form-item__fields .wpcf7-submit {
		width: 100%;
		height: auto;
		padding: 14px;
	}
}

.form-item__fields .date-fields {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

.form-item__fields .date-fields .wpcf7-form-control-wrap {
	flex: 0 0 calc(50% - 3px);
	max-width: calc(50% - 3px);
}

.form-item__fields .date-fields .wpcf7-form-control-wrap+.wpcf7-form-control-wrap {
	margin-top: 0;
}

.fancybox-container {
	font-family: "Wix Madefor Display", sans-serif;
}

.fancybox-close-small {
	padding: 0;
	color: #f00;
}

.fancybox-close-small svg {
	stroke-width: 3;
}

.popup {
	background: #fff;
	padding: 0;
	width: 95%;
	max-width: 750px;
	max-height: 90%;
	margin: 0 auto;
	position: relative;
	color: #000;
}

.popup__inner {
	padding: 30px;
}

.popup__footer .site-logo__image {
	margin: 0 auto;
}

.popup-callback {
	max-width: 450px;
}

.popup-callback .popup__header {
	text-align: center;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

.popup-callback .wpcf7-form {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

.popup-callback .wpcf7-form input {
	width: 100%;
}

.popup-callback .wpcf7-form .wpcf7-submit {
	margin-top: 20px;
}

.popup-info {
	max-width: 750px;
	text-align: center;
	border-top: 4px solid #0081B4;
}

.popup-info .popup__inner {
	padding: 15px;
}

.popup-info__text {
	font-size: 18px;
	line-height: 1.35;
}

@media (max-width:650px) {
	.popup-info__text {
		font-size: 16px;
	}
}

.popup-info__text img {
	display: block;
	max-width: 200px;
	margin: 0 auto 20px auto;
}

.popup-info__text p {
	margin: 0 0 15px 0;
}

.popup-info__text strong {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800;
}

@media (max-width:900px) {
	.popup-info__text strong {
		font-size: 24px;
	}
}

.popup-info__actions {
	margin-top: 20px;
	text-align: center;
}

.popup-info-img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.info-popup-media-row {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.info-popup-media-row__col {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 5px;
}

@media (max-width:750px) {
	.info-popup-media-row__col {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}



.navbar--main ul {
	list-style: none;
	text-align: center;
	/* padding: 10px 0 15px 0; */
}

.page-header__slogan button {
	margin-top: 10px;
}

.navbar--main ul li {
	display: inline-block;
}

.navbar--main ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
	font-size: 20px;
	padding: 10px 0;

	-webkit-transition: 0.42s ease;
	-moz-transition: 0.42s ease;
	-ms-transition: 0.42s ease;
	-o-transition: 0.42s ease;
	transition: 0.42s ease;
}

.navbar--main ul li a:hover {
	border-color: transparent;
	color: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid #fff;
}

.navbar--main ul li+li {
	margin-left: 45px;
}

.social-links-menu {
	width: 40px;
	margin-bottom: 80px;
}

.social-links-menu__list {
	list-style: none;
}

.social-links-menu__item {
	display: block;
	margin-bottom: 15px;
}

.social-links-menu__item:last-child {
	margin-bottom: 0;
}

.social-links-menu__link {
	display: block;
	text-decoration: none;
	color: #3a3184;
	font-size: 40px;
}

.services-menu {
	width: 62%;
	margin: 0 auto 0 0;
}

@media (max-width:1100px) {
	.services-menu {
		width: 100%;
	}
}

.services-menu__list {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	list-style: none;
}

.services-menu__item {
	flex: 0 0 calc(50% - 12px);
	max-width: calc(50% - 12px);
	margin-bottom: 12px;
}

@media (max-width:450px) {
	.social-links-menu {
		margin-bottom: 0;
	}

	.services-menu__item {
		text-align: center;
	}
}

.services-menu__item:last-child {
	max-width: 100%;
	margin-bottom: 0;
	text-align: left;
}

@media (max-width:1100px) {
	.services-menu__item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.services-menu__link {
	display: block;
	padding: 10px;
	border-radius: 10px;
	background-color: rgba(34, 178, 208, 0.5);
	text-decoration: none;
	font-size: 0;
	transform: scale(1);
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-ms-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}

@media (max-width:1100px) {
	.services-menu__link {
		background-color: rgba(34, 178, 208, 0.85);
	}
}

.services-menu__link::before,
.services-menu__link::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #50dfdb;
	animation: animate 4s linear infinite;
	top: 0;
	left: 0;
}

.services-menu__link::after {
	animation: animate-left 4s linear infinite;
	top: auto;
	bottom: 0;
}

.services-menu__link:hover {
	background-color: rgba(34, 178, 208, 0.8);
	transform: scale(1.2);
}

@media (max-width:1100px) {
	.services-menu__link:hover {
		background-color: rgba(34, 178, 208, 1);
	}
}

.services-menu__link-img {
	display: inline-block;
	vertical-align: middle;
	width: 44px;
	height: auto;
}

@media (max-width:450px) {
	.services-menu__link-img {
		display: none;
	}
}

.services-menu__link-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.03em;
	max-width: calc(100% - 44px);
	padding-left: 5px;
}

@media (max-width:1600px) {
	.services-menu__link-text {
		letter-spacing: 0.02em;
	}
}

@media (max-width:1440px) {
	.services-menu__link-text {
		font-size: 22px;
	}
}

@media (max-width:1250px) {
	.services-menu__link-text {
		font-size: 20px;
	}
}

@media (max-width:450px) {
	.services-menu__link-text {
		font-size: 18px;
	}
}

.services-menu__link-text strong {
	font-weight: 700;
}

.breadcrumbs {
	color: #fff;
	font-size: 16px;
}

.breadcrumbs a {
	text-decoration: none;
	border-bottom: 1px solid #0081B4;
	padding-bottom: 1px;
	color: #0081B4;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.breadcrumbs a:hover {
	border-color: transparent;
}

.breadcrumbs .breadcrumbs-separator {
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.5);
}

.page-header {
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 99999;
}

@media (max-width:700px) {
	.page-header__logo {
		flex: 0 0 100%;
		max-width: 100%;
	}
}


.page-header__inner {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	width: 100%;
	max-width: 1638px;
	margin: 0 auto;
}

@media (max-width:800px) {
	.page-header__inner {
		padding: 5px;
	}
}


@media (max-width:1600px) {
	.page-header__slogan {
		margin-left: 0;
	}
}

@media (max-width:700px) {
	.page-header__slogan {
		display: none;
	}
}

.page-header__contacts {
	margin-left: 25px;
}

@media (max-width:700px) {
	.page-header__contacts {

		max-width: 50%;
		padding-right: 10px;
		margin-left: 0;
	}
}

@media (max-width:700px) {
	.page-header__phones {
		flex: 0 0 50%;
		max-width: 50%;
		/* padding-right: 10px; */
	}
}

@media (max-width:700px) {
	.page-header__phones .phones-list {
		display: inline-block;
		text-align: left;
	}
}

@media (max-width:800px) {
	.page-header__socials {
		display: none;
	}
}

.page-header__navigation {
	background-color: #4660a1;
}

@media (max-width:750px) {
	.page-header__navigation {
		display: block;
	}
}

@media (max-width:450px) {

	.page-header .contact-unit-mail,
	.page-header .contact-unit-schedule {
		display: none;
	}
}

.page-footer__main {
	padding: 60px 0;
	background: #8fa1cf;
	background: linear-gradient(90deg, rgba(143, 161, 207, 1) 0%, rgba(70, 96, 161, 1) 50%, rgba(184, 168, 29, 1) 100%);
	position: relative;
}

.page-footer__main::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(0 0 0 / 65%);
	z-index: 1;
}

.page-footer__bottom-innner {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin: 40px 0 0 0;
}

@media (max-width:450px) {

	.page-footer__bottom-innner .site-copyright,
	.page-footer__bottom-innner .priliv-link {
		width: 100%;
		text-align: center;
	}

	.page-footer__bottom-innner .site-copyright {
		margin-bottom: 20px;
	}
}

.page-footer .content-box {
	position: relative;
	z-index: 2;
}

.footer-widgets {
	display: flex;
	margin-right: -10px;
	margin-left: -10px;
	position: relative;
	z-index: 2;
}

.footer-widgets .footer-widget {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
	padding-left: 10px;
	padding-right: 10px;
}

.footer-widgets .footer-widget__title {
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 20px 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.035em;
}



.footer-widgets .footer-widget ul li {
	margin-bottom: 20px;
}

.footer-widgets .footer-widget ul li:last-child {
	margin-bottom: 0;
}

.footer-widgets .footer-widget ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
}

.footer-widgets .footer-widget ul li a:hover {
	border-color: transparent;
}

.footer-widgets .footer-widget .site-logo__link {
	display: inline-block;
	border-radius: 6px;
	background-color: #fff;
	padding: 10px;
}

.footer-widgets .footer-widget .site-logo__image {
	max-width: 150px;
}

@media (max-width:420px) {
	.footer-widgets .footer-widget .site-logo__image {
		width: 100%;
		max-width: 100%;
	}
}

.footer-widgets .footer-widget-info {
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	padding-right: 30px;
}

@media (max-width:900px) {
	.footer-widgets .footer-widget-info {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		padding-left: 10px;
		padding-right: 10px;
		padding-right: 10px;
	}
}

@media (max-width:750px) {
	.footer-widgets .footer-widget-info {
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width:420px) {
	.footer-widgets .footer-widget-info {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.footer-widgets .footer-widget-menu {
	flex: 0 0 25%;
	max-width: 18%;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width:900px) {
	.footer-widgets .footer-widget-menu {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width:750px) {
	.footer-widgets .footer-widget-menu {
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width:420px) {
	.footer-widgets .footer-widget-menu {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 30px;
	}
}

.footer-widgets .footer-widget-contacts {
	max-width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width:900px) {
	.footer-widgets .footer-widget-contacts {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width:750px) {
	.footer-widgets .footer-widget-contacts {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 30px;
	}
}

.footer-contacts {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-contacts__units {
	flex: 0 0 80%;
  	max-width: 80%;
}

@media (max-width:900px) {
	.footer-contacts__units {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.footer-contacts__qr {
	flex: 0 0 40%;
	max-width: 40%;
	text-align: right;
}

@media (max-width:900px) {
	.footer-contacts__qr {
		display: none;
	}
}

.footer-contacts__qr .site-qr__img {
	max-width: 100%;
	height: auto;
	max-height: 186px;
	width: auto;
}

.footer-contacts .phones-list {
	margin: 0 0 20px 0;
}

.footer-contacts .phones-list__icon {
	border-radius: 50%;
	background-color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}

@media (max-width:900px) {
	.footer-contacts .phones-list__icon {
		width: 28px;
		height: 28px;
	}
}

.footer-contacts .phones-list__icon img {
	width: 65%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width:900px) {
	.footer-contacts .phones-list__icon img {
		width: 50%;
	}
}

.footer-contacts .phones-list .phones-items__item {
	color: #fff;
}

@media (max-width:900px) {
	.footer-contacts .phones-list .phones-items__item {
		font-size: 18px;
	}
}

.footer-contacts .phones-list__callback .callback-button {
	font-size: 16px;
	padding: 12px 24px;
}

@media (max-width:900px) {
	.footer-contacts .phones-list__callback .callback-button {
		font-size: 14px;
		padding: 10px;
	}
}

.footer-contacts .contact-units .contact-unit__icon {
	border-radius: 50%;
	background-color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	padding: 0px !important;
}

@media (max-width:900px) {
	.footer-contacts .contact-units .contact-unit__icon {
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
}

.footer-contacts .contact-units .contact-unit__icon img {
	width: 55%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width:900px) {
	.footer-contacts .contact-units .contact-unit__icon img {
		width: 40%;
	}
}

.footer-contacts .contact-units .contact-unit__text {
	color: #fff;
}

@media (max-width:900px) {
	.footer-contacts .contact-units .contact-unit__text {
		font-size: 14px;
	}
}

.partners-list {
	margin: 40px 0 0 0;
}

@media (max-width:750px) {
	.partners-list {
		display: none;
	}
}

.partners-list__title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

@media (max-width:900px) {
	.partners-list__title {
		font-size: 16px;
	}
}

.partners-list__items {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 0 -5px;
}

.partners-list__block {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 5px;
	margin-bottom: 7px;
}

@media (max-width:900px) {
	.partners-list__block {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.partners-list__logo {
	background-color: #fff;
	padding: 4px;
	height: 40px;
	line-height: 40px;
	font-size: 0;
	border-radius: 5px;
	text-align: center;
}

.partners-list__logo img {
	max-height: 100%;
	width: auto;
	max-width: 100%;
	height: auto;
}

.route-gif {
	margin-top: 30px;
}

.route-gif__title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.route-gif__image {
	display: block;
	width: 85%;
	height: auto;
}

.page-main__section {
	position: relative;
	overflow: hidden;
	padding: 60px 0;
}

@media (max-width:900px) {
	.page-main__section {
		padding: 30px 0;
	}
}

.title-box {
	margin: 0 0 36px 0;
	text-align: center;
}

.title-box__title {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-top:20px;
}

.title-box__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #4660a1, #6b82c1);
}

@media (max-width:800px) {
	.title-box__title {
		font-size: 34px;
	}
}

@media (max-width:450px) {
	.title-box__title {
		font-size: 26px;
	}
}

.title-box__subtitle {
	margin: 15px 0 0 0;
	font-size: 21px;
	font-weight: 300;
}

@media (max-width:450px) {
	.title-box__subtitle {
		font-size: 18px;
	}
}

.section-welcome-screen {
	padding: 0;
}



.section-welcome-screen__globe {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 50%;
}



.section-welcome-screen .globe-wrapper {
	padding: 135px 0 0 230px;
}


.section-welcome-screen .globe-wrapper__circle {
	position: absolute;
	top: 70px;
	left: 70px;
	width: 1120px;
	height: auto;
}

@media (max-width:1600px) {
	.section-welcome-screen .globe-wrapper__circle {
		top: 166px;
		left: 122px;
		width: 850px;
	}
}

@media (max-width:1440px) {
	.section-welcome-screen .globe-wrapper__circle {
		top: 95px;
		left: 54px;
	}
}

@media (max-width:1370px) {
	.section-welcome-screen .globe-wrapper__circle {
		left: 20px;
	}
}

@media (max-width:1250px) {
	.section-welcome-screen .globe-wrapper__circle {
		top: 76px;
		left: 32px;
	}
}

.section-welcome-screen #lottie {
	background-color: transparent;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	text-align: center;
	opacity: 1;
}

.welcome-li::before {
	content: "✔";
	margin-right: 8px;
	/* Добавляет отступ между символом и текстом */
	color: #0081b4;
	/* Устанавливает цвет символа, если необходимо */
	font-size: 23px;
}

.welcome-li {
	position: relative;
	/* Устанавливает относительное позиционирование для использования псевдоэлемента */
	margin-bottom: 10px;
	/* Добавляет отступ между элементами списка */
}

.welcome-list {
	list-style: none;
}

.welcome-screen {
	margin: 150px 0 150px 0;
}

@media (max-width:1440px) {
	.welcome-screen {
		margin: 100px 0 60px 0;
	}
}

@media (max-width:1100px) {
	.welcome-screen {
		margin: 60px 0;
	}
}

.welcome-screen__title {
	width: 70%;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.25;
	letter-spacing: 0.036em;
}

@media (max-width:1440px) {
	.welcome-screen__title {
		font-size: 60px;
	}
}

@media (max-width:1300px) {
	.welcome-screen__title {
		font-size: 54px;
	}
}

@media (max-width:1100px) {
	.welcome-screen__title {
		text-align: center;
		font-size: 48px;
	}
}

@media (max-width:650px) {
	.welcome-screen__title {
		font-size: 36px;
	}
}

.welcome-screen__description {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	margin: 15px 0 45px 0;
	line-height: 1.2;
	width: 90%;
	text-transform: lowercase;
}


@media (max-width:1440px) {
	.welcome-screen__description {
		font-size: 20px;
	}
}

@media (max-width:1300px) {
	.welcome-screen__description {
		font-size: 18px;
	}
}

@media (max-width:1100px) {
	.welcome-screen__description {
		text-align: center;
	}
}

@media (max-width:650px) {
	.welcome-screen__description {
		font-size: 16px;
	}
}

.services-grid {
	display: flex;
	flex-flow: row wrap;
	margin-right: -10px;
	margin-left: -10px;
	align-items: center;
}

.services-grid .service-preview {
	flex: 0 0 33%;
	max-width: 33%;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width:800px) {
	.services-grid .service-preview {
		flex: 0 0 50%;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 40px;
		display: block;
	}

	.services-grid {
		display: block;
	}
}

@media (max-width:450px) {
	.services-grid .service-preview {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.services-grid .service-preview:last-child {
		margin-bottom: 0;
	}
}

.services-grid .service-preview__body {
	padding-bottom: 10px;
	background-color: #4660a1;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	border-radius: 20px;
	position: relative;
	top: 0;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	height: 390px;
	margin-top: 20px;
	color:#fff;
}




.services-grid .service-preview__description {
	width: 100%;
}

.services-grid .service-preview__info {
	padding: 15px 30px;
}

@media (max-width:900px) {
	.services-grid .service-preview__info {
		padding: 12px;
	}
}

.services-grid .service-preview__title {
	width: 100%;
	min-height: 36px;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

@media (max-width:1440px) {
	.services-grid .service-preview__title {
		padding: 18px;
	}
}

@media (max-width:900px) {
	.services-grid .service-preview__title {
		padding: 10px;
		font-size: 16px;
	}
}

.services-grid .service-preview__short-desc {
	width: 100%;
	margin: 20px 0 30px 0;
	font-size: 18px;
	position: relative;
}

.services-grid .service-preview__short-desc ul,
.services-grid .service-preview__short-desc ol {
	list-style: none;
}

.services-grid .service-preview__short-desc ul li,
.services-grid .service-preview__short-desc ol li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
}

.services-grid .service-preview__short-desc ul li:last-child,
.services-grid .service-preview__short-desc ol li:last-child {
	margin-bottom: 0;
}

.services-grid .service-preview__short-desc ul li::before,
.services-grid .service-preview__short-desc ol li::before {
	content: "\2714";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #0081b4;
}

.services-grid .service-preview__read-more {
	position: absolute;
	bottom: -21px;
	left: 0;
	right: 0;
	width: 80%;
	margin: 0 auto;
}

@media (max-width:900px) {
	.services-grid .service-preview__read-more {
		width: 95%;
	}
}

.services-grid .service-preview:hover .service-preview__body {
	top: -20px;
}

.section-visa {
	background-color: rgba(238, 239, 243, 1);
}

.visa-block__tabs {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.visa-block__content {
	margin-top: 60px;
}

.visa-tabs-menu {
	flex: 0 0 33.3%;
	max-width: 33.3%;
}

@media (max-width:800px) {
	.visa-tabs-menu {
		flex: 0 0 100%;
		max-width: 100%;
		display: flex;
		flex-flow: row wrap;
		margin-right: -10px;
		margin-left: -10px;
	}
}

.visa-tabs-menu__item {
	margin: 0 0 18px 0;
	text-align: center;
}

@media (max-width:800px) {
	.visa-tabs-menu__item {
		flex: 0 0 25%;
		max-width: 25%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width:650px) {
	.visa-tabs-menu__item {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width:450px) {
	.visa-tabs-menu__item {
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width:350px) {
	.visa-tabs-menu__item {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.visa-tabs-menu__item:last-child {
	margin-bottom: 0;
}

.visa-tabs-menu__toggle {
	border-bottom: 1px dashed #101112;
	color: #101112;
	padding: 0;
	font-size: 16px;
}

.visa-tabs-menu__toggle--active {
	border-bottom: 1px dashed #d0112b;
	color: #d0112b;
}

.visa-tabs-image {
	flex: 0 0 50%;
	max-width: 50%;
}

@media (max-width:800px) {
	.visa-tabs-image {
		display: none;
	}
}

.visa-tabs-image img {
	display: block;
	max-width: 50%;
	margin: 0 auto;
	border-radius: 50%;
}

.visa-tabs-content {
	display: flex;
	flex-flow: row wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.visa-tabs-content:not(.visa-tabs-content--active) {
	display: none;
}

.visa-tabs-content__info {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width:800px) {
	.visa-tabs-content__info {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 40px;
	}
}

.visa-tabs-content__info .visa-info-text {
	padding: 0 30px 18px;
	position: relative;
	border-top: 4px solid #0081B4;
	background-color: #fff;
	box-shadow: 0 14px 24px rgba(2, 3, 3, 0.32);
}

@media (max-width:650px) {
	.visa-tabs-content__info .visa-info-text {
		padding: 15px;
	}
}

.visa-tabs-content__info .visa-info-text h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800;
	margin: 20px 0;
}

@media (max-width:650px) {
	.visa-tabs-content__info .visa-info-text h3 {
		font-size: 24px;
	}
}

.visa-tabs-content__info .visa-info-text p {
	line-height: 1.5;
}

.visa-tabs-content__info .visa-info-text p+p {
	margin-top: 15px;
}

.visa-tabs-content__info .visa-info-text table {
	width: 100%;
	text-align: center;
}

.visa-tabs-content__info .visa-info-text table tr {
	border-bottom: 1px solid #b4b7c3;
}

.visa-tabs-content__info .visa-info-text table tr:last-child {
	border-bottom: none;
}

.visa-tabs-content__info .visa-info-text table td,
.visa-tabs-content__info .visa-info-text table th {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width:650px) {

	.visa-tabs-content__info .visa-info-text table td,
	.visa-tabs-content__info .visa-info-text table th {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.visa-tabs-content__info .visa-info-text table td:first-child,
.visa-tabs-content__info .visa-info-text table th:first-child {
	text-align: left;
}

.visa-tabs-content__info .visa-info-text table td {
	vertical-align: center;
	font-weight: 300;
}

.visa-tabs-content__advantages {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width:800px) {
	.visa-tabs-content__advantages {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.visa-tabs-content__advantages .visa-info-advantages {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.visa-tabs-content__advantages .visa-info-advantages .visa-info-advantage {
	flex: 0 0 33.3%;
	max-width: 33.3%;
	padding: 0 10px;
	text-align: center;
}

@media (max-width:450px) {
	.visa-tabs-content__advantages .visa-info-advantages .visa-info-advantage {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.visa-tabs-content__advantages .visa-info-advantages .visa-info-advantage:last-child {
		margin-bottom: 0;
	}
}

.visa-tabs-content__advantages .visa-info-advantages .visa-info-advantage__img {
	display: block;
	width: 40%;
	height: auto;
	margin: 0 auto 10px auto;
}

@media (max-width:450px) {
	.visa-tabs-content__advantages .visa-info-advantages .visa-info-advantage__img {
		width: 70px;
	}
}

.visa-tabs-content__advantages .visa-info-advantages .visa-info-advantage__title {
	font-size: 14px;
	line-height: 1.3;
}

.visa-tabs-content__advantages .visa-info-action {
	text-align: center;
	margin: 30px 0 0 0;
}

.visa-tabs-content__advantages .visa-info-action .visa-info-action__link {
	width: 50%;
	text-transform: uppercase;
	padding: 16px;
	font-size: 16px;
}

@media (max-width:900px) {
	.visa-tabs-content__advantages .visa-info-action .visa-info-action__link {
		width: 100%;
	}
}

.section-lead-block {
	padding-bottom: 0;
	background-color: #eeeff3;
}

.lead-block {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	background-color: #009a00;
	border-radius: 10px;
	margin-bottom: 50px;
	color: #fff;
}

@media (max-width:750px) {
	.lead-block {
		justify-content: center;
	}
}

.lead-block__photo {
	max-width: 50%;

}

@media (max-width:750px) {
	.lead-block__photo {
		display: none;
	}
}

.lead-block__photo-img {
	display: block;
	width: 30%;
	height: auto;
	margin-right: 120px;
	border-radius: 10px;
}

.lead-block__form {

	max-width: 50%;
}

@media (max-width:750px) {
	.lead-block__form {
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 30px;
	}
}

.lead-block__form .wpcf7 {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.lead-block__form .wpcf7 input {
	width: 100%;
}

.lead-block__form .wpcf7 .wpcf7-submit {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 20px;
	padding: 14px 12px;
}

@media (max-width:450px) {
	.lead-block__form .wpcf7 .wpcf7-submit {
		font-size: 16px;
		padding: 12px 4px;
	}
}

.lead-block__form-title {
	margin: 0 0 20px 0;
	font-size: 38px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.3;
}

@media (max-width:750px) {
	.lead-block__form-title {
		font-size: 18px;
	}
}

.section-tours-widget {
	background-image: url('../img/form-bg-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.section-tours-widget::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.53);
	z-index: 1;
}

.section-tours-widget .content-box {
	position: relative;
	z-index: 2;
}

.section-tours-widget .title-box {
	text-align: left;
}

.section-tours-widget .title-box__title {
	color: #fff;
}

.tours-widget-block {
	position: relative;
}

.partnership-block {
	display: flex;
	flex-flow: row wrap;
	margin-right: -10px;
	margin-left: -10px;
	align-items: center;
}

.partnership-block__form {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width:650px) {
	.partnership-block__form {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

.partnership-block__form img {
	display: block;
	width: 85%;
	height: auto;
	margin: 0 auto;
}

.partnership-block__text {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	line-height: 2;
	font-weight: 300;
	color: #fff;
}

@media (max-width:650px) {
	.partnership-block__text {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.partnership-block__text p+p {
	margin-top: 15px;
}

.clients-carousel-item {
	padding: 10px;
}

.clients-carousel-item__inner {
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	box-shadow: 0 0 8px rgba(2, 3, 3, 0.19);
	margin-bottom: 12px;
	border: 4px solid #fff;
}

.section-office-gallery {
	background-color: #fff;
}


.office-gallery__map {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
	padding-left: 10px;
	padding-right: 10px;
	padding-left: 40px;
}

@media (max-width:900px) {
	.office-gallery__map {
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width:770px) {
	.office-gallery__map {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 60px;
	}
}

.office-gallery__map .contact-map-wrapper {
	height: 335px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.office-gallery__annotation {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 60px;
	padding: 20px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 14px 24px rgba(2, 3, 3, 0.32);
}

.office-gallery__annotation h4 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 800;
	margin: 0 0 20px 0;
}

.office-gallery__annotation p {
	font-size: 18px;
	line-height: 1.7;
}

.office-gallery__annotation a {
	text-decoration: none;
	color: #0081B4;
	border-bottom: 1px dotted #0081B4;
}

.office-gallery__annotation a:hover {
	border-color: transparent;
}

.office-gallery-item__inner {
	position: relative;
	overflow: hidden;
	height: 500px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.office-gallery-item__img {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.decorate-title {
	display: block;
	padding: 10px;
	border-radius: 10px;
	background-color: rgba(34, 178, 208, 1);
	text-decoration: none;
	text-align: center;
	font-size: 0;
	transform: scale(1);
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-ms-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}

.decorate-title::before,
.decorate-title::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #50dfdb;
	animation: animate 4s linear infinite;
	top: 0;
	left: 0;
}

.decorate-title__img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 44px;
	height: auto;
}

.decorate-title__text {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.03em;
}

@media screen and (max-width: 940px) {
	.counters {
		flex-flow: row wrap;
	}
}

.counters {
	display: flex;
	justify-content: center;
}

.section-counters {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/form-bg-3.jpg');
	background-position: center center, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	background-attachment: fixed, fixed;
}

.section-counters .context-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-height: 260px;
}

.counter-block {
	text-align: center;
	margin: 10px;
	width: 320px;
	color: white;
}

.counter-block__value {
	font-size: 46px;
	font-weight: bold;
	margin: 12px 0;
}

.counter-block__title {
	font-size: 22px;
}

.inner-page__title {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

.inner-page__content {
	font-size: 16px;
	line-height: 1.3;
}

.inner-page__content h2,
.inner-page__content h3,
.inner-page__content h4,
.inner-page__content h5 {
	margin: 20px 0;
}

.inner-page__content p+p {
	margin-top: 15px;
}

.inner-page__content ul,
.inner-page__content ol {
	margin: 15px 0 15px 30px;
}

.inner-page__content ul li+li,
.inner-page__content ol li+li {
	margin-top: 10px;
}

.inner-page__content .wp-block-gallery .blocks-gallery-item figure a {
	border: 1px solid #ccc;
}

.accordion-block {
	padding: 15px;
	margin: 20px 0;
	box-shadow: 0 0 12px rgba(2, 3, 3, 0.4);
	border-top: 4px solid #0081B4;
	cursor: pointer;
}

.accordion-block__title {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	font-size: 22px;
	font-weight: 700;
}

.accordion-block__content {
	display: none;
}

.popup-quiz {
	max-width: 1100px;
	font-family: "Wix Madefor Display", sans-serif;
	background: transparent;
	color: #fff;
}

.popup-order-form {
	height: 100%;
	max-height: 100%;
}

.popup-order-form .popup__header {
	text-align: center;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 800;
}

.order-form__steps-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 60px 0;
	font-weight: bold;
	justify-content: center;
}

.order-form__steps-line .step-indicator {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12%;
	flex: 0 0 12%;
	max-width: 12%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

@media (max-width:600px) {
	.order-form__steps-line .step-indicator {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}

	.order-form__steps-line .step-indicator:not(.step-indicator--active) {
		display: none;
	}
}

@media (min-width:602px) {
	.order-form__steps-line .step-indicator::after {
		content: "";
		width: 100%;
		height: 8px;
		background-color: #cdcdcd;
		position: absolute;
		left: 10px;
		top: 55px;
	}
}

.order-form__steps-line .step-indicator__label {
	min-height: 24px;
	line-height: 24px;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 12px 0;
}

.order-form__steps-line .step-indicator__count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 45px;
	height: 45px;
	background-color: #cdcdcd;
	position: relative;
	z-index: 2;
	border-radius: 50%;
}

@media (max-width:600px) {
	.order-form__steps-line .step-indicator__count {
		margin: 0 auto;
	}
}

.order-form__steps-line .step-indicator__count span {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	visibility: hidden;
}

.order-form__steps-line .step-indicator--active .step-indicator__count,
.order-form__steps-line .step-indicator--passsed .step-indicator__count {
	background-color: #0081B4;
}

.order-form__steps-line .step-indicator--active .step-indicator__count span,
.order-form__steps-line .step-indicator--passsed .step-indicator__count span {
	visibility: visible;
}

.order-form__steps-line .step-indicator--active .step-indicator__label {
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
}

.order-form__steps-line .step-indicator--active .step-indicator__count span {
	font-size: 30px;
}

.order-form__steps-line .step-indicator--passsed::after {
	background-color: #0081B4;
}

.order-form__steps-line .step-indicator:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 5%;
	flex: 0 0 5%;
	max-width: 5%;
}

.order-form__steps-line .step-indicator:last-child::after {
	display: none;
}

@media (max-width:600px) {
	.order-form__steps {
		padding: 0;
	}
}

.order-form__action {
	margin: 40px 0 0 0;
	text-align: center;
}

@media (max-width:600px) {
	.order-form__action {
		padding: 0;
	}
}

.order-form__action .btn {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-progress-appearance: none;
	background: none;
	box-shadow: none;
	border: none;
	outline: none;
	text-shadow: none;
	padding: 12px 50px;
	display: inline-block;
	background-color: #0081B4;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

@media (max-width:600px) {
	.order-form__action .btn {
		width: 100%;
		padding: 12px 34px;
	}
}

@media (max-width:400px) {
	.order-form__action .btn__title {
		font-size: 20px;
	}
}

.order-form__acceptance {
	padding: 0 0 0 20px;
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	display: none;
}

.order-form__acceptance a {
	font-weight: bold;
	color: inherit;
}

.order-step__fields h4 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.order-step__fields h4>span {
	color: #f00;
	padding-left: 10px;
}

.order-step__fields fieldset {
	display: block;
	width: 100%;
}

.order-step[data-order-step-hide=true] {
	display: none;
}

.step-field-item__heading {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 34px 0 20px 0;
}

.step-field-item--radio label,
.step-field-item--checkbox label {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 0 0 40px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	font-family: "Wix Madefor Display", sans-serif;
}

@media (max-width:768px) {

	.step-field-item--radio label,
	.step-field-item--checkbox label {
		font-size: 16px;
	}
}

.step-field-item--radio label::before,
.step-field-item--radio label::after,
.step-field-item--checkbox label::before,
.step-field-item--checkbox label::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.step-field-item--radio label::before,
.step-field-item--checkbox label::before {
	width: 21px;
	height: 21px;
	border: 1px solid #fff;
}

.step-field-item--radio label::after,
.step-field-item--checkbox label::after {
	width: 13px;
	height: 13px;
	background-color: #0081B4;
	left: 5px;
	top: 5px;
	opacity: 0;
}

.step-field-item--radio input,
.step-field-item--checkbox input {
	display: none;
}

.step-field-item--radio input:checked+label::after,
.step-field-item--checkbox input:checked+label::after {
	opacity: 1;
}

.step-field-item input[type=text],
.step-field-item input[type=tel] {
	width: 360px;
	height: 52px;
	padding: 15px 25px;
	border: 3px solid #0081B4;
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

@media (max-width:650px) {

	.step-field-item input[type=text],
	.step-field-item input[type=tel] {
		width: 100%;
	}
}

.step-field-item input[type=text]::-webkit-input-placeholder,
.step-field-item input[type=tel]::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.44);
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.step-field-item input[type=text]:-ms-input-placeholder,
.step-field-item input[type=tel]:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.44);
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.step-field-item input[type=text]::placeholder,
.step-field-item input[type=tel]::placeholder {
	color: rgba(0, 0, 0, 0.44);
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

@media (max-width:650px) {
	.step-field-item input[type=tel] {
		width: 100%;
	}
}

.step-field-item+.step-field-item {
	margin: 15px 0 0 0;
}

.order-form__action .order-step-switcher-disabled {
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	background-color: #ddd;
	border-color: #ddd;
	color: #fff;
}

.order-send-notification {
	display: none;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin: 20px 0;
}

.order-send-notification span {
	color: #0081B4;
}

.advantages.row {
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.advantages.row .item {
	width: 20%;
	padding: 0 10px;
	text-align: center;
}

.section-advantage img {
	width: 100px;
	margin-bottom: 20px;
}

.site-slogan__title {
	text-transform: uppercase;
	text-align: center;
}



.advantages.row .item .caption {
	font-size: 16px;
}

.advantages.row .item .caption p {
	margin-bottom: 10px;
}

.services-menu__item:last-child {
	flex: auto;
	text-align: center;
}

@media(max-width: 768px) {
	.advantages.row {
		flex-direction: column;
	}

	.advantages.row .item {
		width: 100%;
	}
}

.page-header__slogan {
	width: 20%;
}

@media (max-width: 700px) {
	.page-header__slogan {
		width: 50%;
		display: block;
	}
}

.page-header__socials {
	display: flex;

}

.messengers-links {
	margin: 0;
}

.messengers-links__items {
	margin-right: 10px;
}

.description_aboutus {
	font-size: 23px;
	flex: 0 0 50.3333333333%;

	padding-right: 10px;

}

.aboutus-box {
	display: flex;

}

.adress {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#jvlabelWrap {
	display: none;
}

.lead-block_discription {
	font-size: 20px;
}

.lead-button {
	margin-top: 20px;
}

.lead-block__messengers_lead {
	margin-top: 20px;
}

.item_abaoutus {
	margin-bottom: 10px;
}

.description_item {
	margin-top: 30px;
	font-size: 23px;
}

.welcome-items {
	padding: 10px;
	border-radius: 10px;
	background-color: #ffffff75;
	color: #000;
	font-size: 20px;
	margin-top: 20px;
	width: 50%;

}

.welcome-items1 {
	margin-left: 20px;
}

.welcome-items2 {
	margin-left: 40px;
}

.welcome-items3 {
	margin-left: 60px;
}

.contact-manager__name {
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}

.contact-manager__phone {
	font-size: 24px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
}

.contact-manager__callback {
	margin-top: 20px;
	display: flex;
	justify-content: center;

}

.contact-manager__phone>a {
	color: #fff;
	text-decoration: none;
}

.accordion {
	border-top: 1px solid #e0e0e0;
	width: 50%;
}

.accordion__item {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.accordion__header {
	padding: 15px 20px;
	background-color: #0081b4;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accordion__header:hover {
	background-color: #0081b4;
}

.accordion__header::after {
	content: '▼';
	font-size: 12px;
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}

.accordion__item_show .accordion__header::after {
	transform: rotate(180deg);
}

.accordion__body {
	padding: 15px 20px;
	background-color: #f9f9f9;
	display: none;
	font-size: 18px;
}

.accordion__item_show .accordion__body {
	display: block;
}

.accordion__body p {
	margin: 0;
}

span.wpcf7-form-control-wrap.text-896>input {
	width: 80%;
}

span.wpcf7-form-control-wrap.tel-47>input {
	width: 80%;
}

#wpcf7-f120-o1>form>p>input {
	width: 80%;
	background: #0081b4;
	color: #fff;
}

#wpcf7-f120-o2>form>p>input {
	width: 80%;
	background: #ffffff;
	color: #000;
}

.section-partnership {
	background: linear-gradient(90deg, rgba(0, 129, 180, 1) 0%, rgba(0, 129, 180, 1) 49%, rgba(0, 212, 255, 0.9752275910364145) 100%);
}

.section-partnership>div>div.title-box>h3 {
	color: #fff;
}

.title_partnership {
	width: 80%;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 20px;
}

.discription_partnership {
	width: 80%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}

.button-service {
	text-align: center;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	width: 80%;
	margin-bottom: 20px;
	background-color: #0081b4;

}

#wpcf7-f4-o2>form>p>span.wpcf7-form-control-wrap.tel-47>input {
	width: 100%;
}

.lead-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffff;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	margin-bottom: 50px;
}

.lead__photo-img {
	display: block;
	width: 76%;
	height: auto;
	border-radius: 10px;
}

.lead-block__form-1 {
	padding: 43px;
	width: 80%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}

.title-lead {
	text-align: center;
	color: #000000;
	font-size: 20px;
	margin-bottom: 20px;
}

.name-lead {
	text-align: center;
	color: #000000;
	font-size: 27px;
	margin-bottom: 20px;
	font-weight: 600;
}

.lead__messengers_lead {
	display: flex;
	justify-content: center;
}

.contact-unit__text {
	color: #0081b4;
	/* margin-top: -50px; */
	font-size: 30px;
}

.contact-unit {
	margin-top: 5px;
}

.section-aboutus {
	background-color: #eeeff3;
}

div#n2-ss-1 .n-uc-dtwtw9DVCwgQ-inner {
	border-radius: 30px;
}

.section-keys {
	background: #eeeff3;
}

.keys-title {
	text-align: center;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.2;
	color: #ffffff;
	text-transform: uppercase;
}

#wpcf7-f4-o3>form>p>span.wpcf7-form-control-wrap.tel-47>input {
	width: 100%;
}

.service-preview__full-desc {
	margin-bottom: 20px;
}

.service-preview__image {
	width: 60%;
	height: auto;
	background-repeat: no-repeat;
	/* background-size: cover; */
	/* background-position: center center; */
	position: relative;
}

.section-quetions {
	background-color: #eeeff3;
}

.item_aboutus-list li::before {
	content: "\2714";
	font-size: 30px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: #4660a1;
	line-height: 1;
}

.item_aboutus-list {
	list-style-type: none;
	/* Убираем стандартные точки */
	padding-left: 0;
	margin-left: 0;
}

.item_aboutus {
	position: relative;
	/* Нужно для позиционирования псевдоэлемента */
	padding-left: 25px;
	/* Отступ для галочки */
	margin-bottom: 10px;
	/* Отступ между элементами списка */
}

.quetions-box {
	display: flex;
}

.director-block-img {
	width: 80%;
}

.director-title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 30px;
}

.director-box {
	width: 50%;
}

.director-discription {
	width: 80%;
	font-size: 24px;
	line-height: 30px;
}

.slide-welcome-1 {
	width: 100%;
}

.stocks-grid {
	display: flex;
	gap: 30px;
	align-items: center;
}

.stocks-preview__info {
	margin: 0 auto;
	align-content;
	text-align: center;
	width: 50%;
}

.img-stocks {
	width: 100%;
}

.stocks-preview__full-desc {
	line-height: 30px;
	font-size: 24px;
	margin-bottom: 20px;
}

.stocks-preview__title {
	font-size: 40px;
	color: #4660a1;
	margin-bottom: 20px;
}



.commands-box {
	display: flex;
	justify-content: center;
}

.command-box {
	width: 30%;
	text-align: center;

}

.command-block-img {
	width: 276px;
	height: 386px;
	object-fit: cover;
}

.command-title {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}

.command-discription {
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}

@media screen and (max-width: 780px) {
	.aboutus-box {
		display: block;
	}

	.lead-box {
		display: block;
	}

	.lead__photo-img {
		width: 100%;
	}

	.lead-block__form-1 {
		margin: 20px;
		width: 90%;

	}

	.commands-box {
		display: block;
	}

	.command-box {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0px;
	}

	.lead-block__photo-img {
		margin-right: 0px;
		width: 90%;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.lead-block {
		padding: 15px;
	}

	.stocks-grid {
		display: block;
	}

	.service-preview__image {
		width: 100%;
	}

	.stocks-preview__info {
		width: 100%;
	}

	.quetions-box {
		display: block;
	}

	.director-box {
		width: 100%;
	}

	.director-discription {
		width: 100%;
		margin-bottom: 20px;
	}

	.accordion {
		width: 100%;
	}

	.footer-widgets {
		display: block;
	}

	.footer-manager {
		margin-top: 20px;
	}

	.contact-manager__name {
		text-align: left;
	}

	.contact-manager__phone {
		text-align: left;
	}

	.contact-manager__callback {
		display: block;
	}

	.office-gallery__map>iframe {
		width: 100%;
	}
}


/* По умолчанию скрываем бургер-меню и мобильное меню */
.burger-menu-toggle,
.mobile-menu {
	display: none;
}

/* Показываем бургер-меню и скрываем стандартную навигацию для мобильных устройств */
@media (max-width: 768px) {
	.burger-menu-toggle {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 50px;
		height: 20px;
		cursor: pointer;
	}

	.burger-menu-toggle span {
		background-color: #fff;
		height: 3px;
		width: 100%;
		transition: all 0.3s ease;
	}

	.mobile-menu {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		width: 300px;
		z-index: 9999;
		background-color: #fff;
	}

	.mobile-menu.open {
		display: block;
	}

	/* Скрываем стандартное меню на мобильных устройствах */
	.desktop-navigation {
		display: none;
	}

	.page-header__navigation {
		padding: 20px;
	}

	.navbar--main ul li a {
		color: #000;
	}

	.navbar--main ul li+li {
		margin-left: 0px;

	}

	.navbar--main ul li {
		display: block;
	}

	.office-gallery-item__inner {
		height: 300px;
		margin-top: 40px;
	}

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

/* Десктопная версия */
@media (min-width: 769px) {
	.mobile-menu {
		display: none;
	}

}

.contacts-text {
	margin-top: 30px;

	color: #fff;
}

.ofert-copy {
	color: #c1c1c1;
	margin-top: 30px;
	text-align: center;
}

.commands-box {
	margin-bottom: 50px;
}

#offer>div>div>div>div.contact-unit {
	background: none;
}

.wrapper_upr {
	margin-top: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.wrapper_left_upr {
	width: 65%;
	line-height: 30px;
	font-size: 24px;
	border-right: 1px solid #000;
	padding: 15px;
}

.wrapper_left_calc li {
	font-size: 17px;
	margin-block: 15px;
}

.wrapper_calc {
	margin-top: 30px;
}

.wrapper_form_calc {
	display: flex;
	justify-content: space-between;
	padding-block: 30px;
}

.wrapper_right_calc span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
	display: flex;
	flex-direction: column;
}

.wrapper_right_calc .wpcf7-response-output {
	color: #000000 !important;
}

.wrapper_right_calc {
	background-color: #0081B4;
	color: #fff;
	padding: 25px;
}

.wrapper_form_calc_bottom {
	display: flex;
	align-items: center;
	gap: 25px;
}

.wrapper_right_calc h4,
.wrapper_left_calc h4 {
	margin-top: 25px;
	margin-bottom: 10px;
}

.wrapper_left_calc p {
	font-size: 25px;
	margin-bottom: 50px;
}

.wrapper_right_upr {
	width: 30%;
	line-height: 30px;
	font-size: 17px;
	padding: 25px;
}

#upr button {
	margin-top: 50px;
}

.upr_checkbox {
	display: flex;
	flex-direction: column;
}

.esa_btn_upr {
	background-color: #4660a1 !important;
}

.wrapper_form_upr_bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	margin-top: 15px;
}

.wrapper_form_upr_bottom label,
.wrapper_form_upr .wpcf7-list-item-label {
	font-weight: 400;
}

.wrapper_form_upr h4 {
	margin-top: 25px;
	margin-bottom: 10px;
}

.wrapper_form_upr {
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
}

.wrapper_right_calc {
	width: 65%;
}

.wrapper_left_calc {
	width: 35%;
}

.wrapper_calc {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 30px;
}

.wrapper_rassr {
	display: flex;
	margin-top: 30px;
	gap: 30px;
	align-items: center;
}

.wrapper_left_rassr a {
	width: 35%;
}

.wrapper_left_rassr {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	font-size: 30px;
}

.wrapper_right_rassr img {
	width: 100%;
}

.wrapper_right_rassr {
	width: 50%;
}

.wrapper_left_calc ul {
	margin-left: 25px;
}

.wrapper_header_phones {
	display: flex;
	flex-direction: column;
	width: 56%;
}

.contact-unit.address {
	width: 100%;
  max-width: 300px;
}

.page-header .contact-units {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 700px) {

	.wrapper_header_phones {
		width: 100%;
		padding-top: 5px;
	}

	.contact-unit {
		width: 50%;
	}

	#wpcf7-f399-o1 {
		height: 70vh;
		overflow-y: scroll;
	}

	.wrapper_form_upr,
	.wrapper_rassr,
	.wrapper_form_calc_bottom,
	.wrapper_form_calc,
	.wrapper_calc,
	.wrapper_upr {
		flex-direction: column;
	}

	.wrapper_left_upr {
		width: 100%;
		border: none;
	}

	.wrapper_left_rassr a {
		width: auto;
	}

	.wrapper_right_rassr,
	.wrapper_left_rassr,
	.wrapper_right_calc,
	.wrapper_left_calc,
	.wrapper_right_upr {
		width: 100%;
	}

	header.page-header.page-header--home {
		display: flex;
		
	}

	.contact-unit {
		margin: 3px !important;
	}

	.page-header__inner {
		margin-top: -15px;
	}

	.site-logo {
		width: 50%;
		/* float: right; */
		margin-top: -45px;
	}

	/* .page-header__navigation {
		width: 50%;
	} */

	.page-header__navigation .content-box {
		display: flex;
		justify-content: flex-end;
	}

	.page-header__contacts,
	.page-header__phones {
		max-width: 100% !important;
	}

	body>header>div.page-header__inner>button {
		display: none;
	}

	.site-slogan {
		display: none;
	}

	body>header>div.page-header__inner>div.page-header__socials>div {
		display: none;
	}
}


/* Стили для секции слайдера */
.section-slider {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

/* Контейнер слайдера */
.page-slider {
    position: relative;
    width: 100%;
    height: 500px;
}

/* Обёртка для слайдов */
.page-slider__wrapper {
    width: 100%;
    height: 100%;
}

/* Каждый слайд */
.slide-item {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Пагинация Swiper */
.swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.7;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background: #007bff;
    opacity: 1;
}

/* Кнопки навигации */
.swiper-button-prev,
.swiper-button-next {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Адаптивность */
@media (max-width: 768px) {
    .page-slider {
        height: 300px;
    }
}
.banner-image{
	width: 100%;
}
/* Секция команды */
.team-section {
    padding: 60px 0;
    width: 100%;
}

/* Контейнер для центрирования */
.team-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Заголовок секции */
.team-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

/* Подзаголовок */
.team-subtitle {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 40px;
}

/* Сетка для карточек */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    justify-items: center;
}

/* Карточка члена команды */
.team-card {
    text-align: center;
    padding: 20px;
}

/* Изображение в карточке */
.team-image {
    width: 100%;
    height: auto;
    max-width: 250px;
    border-radius: 50%; /* Круглые фото, можно убрать для прямоугольных */
    margin-bottom: 15px;
}

/* Имя члена команды */
.team-name {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Должность */
.team-role {
    font-size: 1rem;
    color: #666; /* Нейтральный цвет текста */
}

/* Адаптивность */
@media (max-width: 768px) {
    .team-title {
        font-size: 2rem;
    }
    .team-subtitle {
        font-size: 1rem;
    }
    .team-card {
        padding: 15px;
    }
    .team-image {
        max-width: 200px;
    }
}
/* Секция галереи офиса */
.office-gallery {
    max-width: 50%;
    margin: 20px 0;
}

/* Основной слайдер */
.office-gallery-main {
    margin-bottom: 20px;
}
.office-gallery-carousel {
    position: relative;
}
.office-gallery-item {
    text-align: center;
}
.office-gallery-item__img {
    max-width: 100%;
    height: auto;
}

/* Миниатюры */
.office-gallery-thumbs {
    max-width: 100%;
}
.office-gallery-thumbs-carousel {
    display: flex;
    justify-content: center;
}
.office-gallery-thumb-item {
    margin: 0 5px;
    cursor: pointer;
}
.office-gallery-thumb-img {
    max-width: 100px;
    height: auto;
    opacity: 0.5;
    transition: opacity 0.3s;
}
.office-gallery-thumb-img:hover,
.slick-current .office-gallery-thumb-img {
    opacity: 1;
}

/* Адаптивность */
@media (max-width: 768px) {
    .office-gallery-thumb-img {
        max-width: 60px;
    }
}

/* Стили для стрелок слайдера */
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.7); /* Белый полупрозрачный фон */
    border: none;
    border-radius: 50%; /* Круглая форма */
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
	font-size: 0; /* Убираем текст, оставляя только иконку */
	line-height: 0; 
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

/* Тонкая тёмная стрелка */
.slick-prev::before, .slick-next::before {
    font-family: 'slick';
    font-size: 20px;
    color: #333; /* Тёмный цвет стрелки */
    line-height: 40px;
    text-align: center;
    opacity: 1;
	content: "";
}

/* Эффект при наведении */
.slick-prev:hover, .slick-next:hover {
    background: rgba(255, 255, 255, 0.9); /* Более яркий фон при наведении */
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
    }
    .slick-prev::before, .slick-next::before {
        font-size: 16px;
        line-height: 30px;
    }
}
.slick-prev::before, .slick-next::before {
    font-family: "Font Awesome 5 Free"; /* Убедитесь, что Font Awesome подключён */
    font-weight: 900; /* Для Solid иконок */
    font-size: 20px;
    color: #333; /* Тёмный цвет стрелки */
    line-height: 40px;
    text-align: center;
    opacity: 1;
    display: block; /* Убеждаемся, что иконка отображается */
}

.slick-prev::before {
     content: "\f053";/* Стрелка влево */
}

.slick-next::before {
 /* Стрелка вправо */
	content: "\f054";
}
.map-box{
	display:flex;
}
.partner-card {
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    margin: 10px;
}

.partner-card img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.partner-title {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
.section-clients{
	background-color: #eeeff3;
}
.section-office-gallery{
	background-color: #eeeff3;
}
.partners-section{
	background-color: #eeeff3;
}

.bankruptcy-cost {
  padding: 60px 20px;
  color: #222;
}

.bankruptcy-cost .title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 15px;
}
.bankruptcy-cost .subtitle {
  text-align: center;
  font-size: 24px;
  color: #555;
  margin-bottom: 40px;
}
.bankruptcy-cost .content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}
.bankruptcy-cost .text {
  flex: 1 1 55%;
}

.bankruptcy-cost ul {
  margin: 0 0 15px 20px;
}
.bankruptcy-cost .highlight {
  font-weight: bold;
  margin-top: 20px;
  color: #008000;
}
.bankruptcy-cost .image-coffee {
  flex: 1 1 40%;
}
.bankruptcy-cost .image-cofee-img{
  max-width: 100%;
  border-radius: 12px;
  height: 350px;
}
.desc-cofee{
	font-size: 20px;
}
.title-cofee{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.ul-cofee{
	font-size: 20px;
}
.section-cases {
  padding: 60px 20px;
}
.cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  gap: 20px;
}
.case-card {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}
.case-card:hover {
  transform: translateY(-5px);
}
.case-card__number {
  font-size: 18px;
  margin-bottom: 10px;
}
.case-card__sum {
  font-size: 16px;
  margin-bottom: 15px;
  color: #444;
}
.case-card__btn {
  display: inline-block;
  background: #008000;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: background 0.2s ease;
}
.case-card__btn:hover {
  background: #006400;
}
.banner-image-mobile{
	display:none;
}
.banner-image{
	display:block;
}
@media screen and (max-width: 700px){
	.banner-image-mobile{
		width: 100%;
		display: block;
	}
	.banner-image{
		display:none;
	}
}
.news-block {
  margin: 0 auto 40px;
  max-width: 1200px;
  padding: 0 16px;
}
.news-block__head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:16px;
}
.news-block__list {
  display:grid;
  grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
  gap:20px;
  list-style:none;
  padding:0;
}
.news-card {
  background:#fff;
  border:1px solid #eee;
  border-radius:10px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  box-shadow:0 2px 6px rgba(0,0,0,0.05);
}
.news-card__media img { width:100%; height:auto; display:block; }
.news-card__body { padding:16px; display:flex; flex-direction:column; gap:8px; }
.news-card__meta { font-size:0.85rem; color:#666; }
.news-card__title { margin:0; font-size:1.1rem; }
.news-card__excerpt { font-size:0.95rem; margin:0; }
.news-card__read { margin-top:auto; font-weight:600; text-decoration:none; }

@media  screen and (max-width: 700px) {
.office-gallery{
	max-width: 100%;
	width: 100%;
}	
.map-box{
	display: block;
}
.map-container > img{
	width: 100%;
}
.name-lead{
	font-size: 19px;
}
.page-header .contact-units{
	display: block;
}
}
.section-lead-block{
	display: none;
}
.btn-price{
	display: block;
	margin-top: 20px !important;
	margin: 0 auto;
}

/* Стили для родительского пункта */
.navbar__list .menu-item-has-children {
  position: relative;
}

/* Скрываем подменю по умолчанию */
.navbar__list .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px 0;
  list-style: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 1000;
}

/* Отображаем подменю при наведении */
.navbar__list .menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* Стили для дочерних пунктов */
.navbar__list .sub-menu .menu-item a {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
}

.navbar__list .sub-menu .menu-item a:hover {
  background-color: #f2f2f2;
}
/* Для десктопа */
.navbar__list .menu-item-has-children > a::after {
  content: "▾"; /* можно заменить на ▼, ▸, или символ шеврона */
  display: inline-block;
  margin-left: 0.4em;
  font-size: 0.8em;
  transition: transform 0.2s;
}

/* Анимация при наведении */
.navbar__list .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
.stocks {
    display: flex;
    flex-direction: column;
    gap: 60px;                  /* Отступ между акциями, подбери под дизайн */
    margin: 0;
    padding: 0;
}

/* Каждая отдельная акция — здесь flex остаётся для фото + текста */
.stocks-item {
    display: flex;              /* Вот тут flex для внутренней структуры */
 
}
@media screen and (max-width: 700px){
	.stocks-item{
		display: block;
	}
	.page-header__phones > div:nth-child(1) > div:nth-child(1){
		display: none;
	}
	div.contact-unit:nth-child(3){
		display: none;
	}
}