@charset "UTF-8";

/*-- begin animation anime-bob ==*/
@-webkit-keyframes hvr-icon-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

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

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

@keyframes hvr-icon-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

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

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

@-webkit-keyframes hvr-icon-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes hvr-icon-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

/*-- end animation anime-bob ==*/
/*-- begin animation paralax right ==*/
@-webkit-keyframes paralax-right {
	0% {
		-webkit-transform: translate(0, 0) scale(1) rotate(0);
		transform: translate(0, 0) scale(1) rotate(0);
	}

	25% {
		-webkit-transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
		transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
	}

	50% {
		-webkit-transform: translate(-20px, -20px) scale(0.85) rotate(25deg);
		transform: translate(-20px, -20px) scale(0.85) rotate(25deg);
	}

	75% {
		-webkit-transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
		transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
	}

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

@keyframes paralax-right {
	0% {
		-webkit-transform: translate(0, 0) scale(1) rotate(0);
		transform: translate(0, 0) scale(1) rotate(0);
	}

	25% {
		-webkit-transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
		transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
	}

	50% {
		-webkit-transform: translate(-20px, -20px) scale(0.85) rotate(25deg);
		transform: translate(-20px, -20px) scale(0.85) rotate(25deg);
	}

	75% {
		-webkit-transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
		transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
	}

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

/*-- end animation paralax right ==*/
/*-- begin animation paralax left ==*/
@-webkit-keyframes paralax-left {
	0% {
		-webkit-transform: translate(0, 0) scale(1) rotate(0);
		transform: translate(0, 0) scale(1) rotate(0);
	}

	25% {
		-webkit-transform: translate(10px, 12px) scale(0.9) rotate(10deg);
		transform: translate(10px, 12px) scale(0.9) rotate(10deg);
	}

	50% {
		-webkit-transform: translate(20px, 20px) scale(0.8) rotate(20deg);
		transform: translate(20px, 20px) scale(0.8) rotate(20deg);
	}

	75% {
		-webkit-transform: translate(10px, 12px) scale(0.9) rotate(10deg);
		transform: translate(10px, 12px) scale(0.9) rotate(10deg);
	}

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

@keyframes paralax-left {
	0% {
		-webkit-transform: translate(0, 0) scale(1) rotate(0);
		transform: translate(0, 0) scale(1) rotate(0);
	}

	25% {
		-webkit-transform: translate(10px, 12px) scale(0.9) rotate(10deg);
		transform: translate(10px, 12px) scale(0.9) rotate(10deg);
	}

	50% {
		-webkit-transform: translate(20px, 20px) scale(0.8) rotate(20deg);
		transform: translate(20px, 20px) scale(0.8) rotate(20deg);
	}

	75% {
		-webkit-transform: translate(10px, 12px) scale(0.9) rotate(10deg);
		transform: translate(10px, 12px) scale(0.9) rotate(10deg);
	}

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

/*-- end animation paralax-left ==*/
/*-- begin animation zoom --*/
@-webkit-keyframes zoom {
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

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

/*-- end animation zoom --*/
/*-- begin animation tada ==*/
/* @keyframes tada {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(.9) rotate(-8deg);
    }
    70% {
        transform: scale(1.03) rotate(8deg);
    }
    60% {
        transform: scale(1.05) rotate(-8deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
} */
@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

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

	70% {
		-webkit-transform: scale(1.03) rotate(8deg) translateY(-7%);
		transform: scale(1.03) rotate(8deg) translateY(-7%);
	}

	60% {
		-webkit-transform: scale(1.05) rotate(-8deg) translateY(-10%);
		transform: scale(1.05) rotate(-8deg) translateY(-10%);
	}

	70% {
		-webkit-transform: scale(1.04) rotate(-5deg) translateY(-7%);
		transform: scale(1.04) rotate(-5deg) translateY(-7%);
	}

	80% {
		-webkit-transform: scale(1.03) rotate(-3deg) translateY(-3%);
		transform: scale(1.03) rotate(-3deg) translateY(-3%);
	}

	90% {
		-webkit-transform: scale(1.01) rotate(-2deg) translateY(-1%);
		transform: scale(1.01) rotate(-2deg) translateY(-1%);
	}

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

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

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

	70% {
		-webkit-transform: scale(1.03) rotate(8deg) translateY(-7%);
		transform: scale(1.03) rotate(8deg) translateY(-7%);
	}

	60% {
		-webkit-transform: scale(1.05) rotate(-8deg) translateY(-10%);
		transform: scale(1.05) rotate(-8deg) translateY(-10%);
	}

	70% {
		-webkit-transform: scale(1.04) rotate(-5deg) translateY(-7%);
		transform: scale(1.04) rotate(-5deg) translateY(-7%);
	}

	80% {
		-webkit-transform: scale(1.03) rotate(-3deg) translateY(-3%);
		transform: scale(1.03) rotate(-3deg) translateY(-3%);
	}

	90% {
		-webkit-transform: scale(1.01) rotate(-2deg) translateY(-1%);
		transform: scale(1.01) rotate(-2deg) translateY(-1%);
	}

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

/*-- end animation tada ==*/
/*-- begin animation vertical ==*/
@-webkit-keyframes vertical {
	0% {
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}

	4% {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}

	8% {
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}

	12% {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}

	16% {
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}

	20% {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}

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

@keyframes vertical {
	0% {
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}

	4% {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}

	8% {
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}

	12% {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}

	16% {
		-webkit-transform: translate(0, -3px);
		transform: translate(0, -3px);
	}

	20% {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}

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

/*-- end animation vertical ==*/
/*-- begin animation wrench ==*/
@-webkit-keyframes wrench {
	0% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

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

	8% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}

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

	18% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}

	20% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}

	28% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}

	30% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}

	38% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}

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

	48% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}

	50% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}

	58% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}

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

	68% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}

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

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

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

	8% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}

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

	18% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}

	20% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}

	28% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}

	30% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}

	38% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}

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

	48% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}

	50% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}

	58% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}

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

	68% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}

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

/*-- end animation wrench ==*/
@font-face {
	font-family: "Golos Text";
	src: local("GolosText Regular"), local("GolosText-Regular"), url("../fonts/GolosText-Regular.woff2") format("woff2"), url("../fonts/GolosText-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Golos Text";
	src: local("GolosText Medium"), local("GolosText-Medium"), url("../fonts/GolosText-Medium.woff2") format("woff2"), url("../fonts/GolosText-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Golos Text";
	src: local("GolosText DemiBold"), local("GolosText-DemiBold"), url("../fonts/GolosText-DemiBold.woff2") format("woff2"), url("../fonts/GolosText-DemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Golos Text";
	src: local("GolosText Bold"), local("GolosText-Bold"), url("../fonts/GolosText-Bold.woff2") format("woff2"), url("../fonts/GolosText-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Inter";
	src: local("Inter Medium"), local("IInter-Medium"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

html {
	font-size: 10px;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	line-height: inherit;
	min-width: 0;
	min-height: 0;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

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

.clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

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

body {
	background-color: #fff;
	font-weight: normal;
	font-size: 1.5rem;
	font-family: "Golos Text", Arial, Helvetica, sans-serif;
	color: #5E5E5E;
	position: relative;
	min-width: 320px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

body.no-scroll {
	height: 1000px;
	overflow: hidden;
}

.main-content {
	position: relative;
	margin-bottom: 100px;
}

@media (max-width: 991px) {
	.main-content {
		margin-bottom: 50px;
	}
}

@media (max-width: 575px) {
	.main-content {
		margin-bottom: 30px;
	}
}

.site-container {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	width: 100%;
}

p:last-child {
	margin-bottom: 0;
}

a {
	text-decoration: none;
}

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

.site-fluid {
	max-width: 1920px;
	/* padding-right: 15px;
	padding-left: 15px; */
	margin-right: auto;
	margin-left: auto;
}

.full-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.container {
	max-width: 1215px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

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

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 15px;
	padding-left: 15px;
}

.col--30 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
}

.box-modal {
	display: none;
}

.box-video,
.box-map {
	position: relative;
	background: transparent;
	width: 100%;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.box-video video,
.box-video .video,
.box-video iframe,
.box-map video,
.box-map .video,
.box-map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.block-bg {
	position: relative;
}

.block-bg .container {
	position: relative;
}

.block-bg .block-bg__img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.block-bg .block-bg__img img {
	display: block;
	width: 100%;
}

.title {
	font-weight: 600;
	font-size: 4.8rem;
	color: #171717;
	position: relative;
	display: block;
	line-height: 1.2;
	margin-bottom: 40px;
}

.title span {
	color: #ed7247;
}

.title--2 {
	font-size: 3.8rem;
}

.title--3 {
	font-size: 3.2rem;
	margin-bottom: 35px;
}

a.title {
	-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

a.title:hover {
	color: #ED7247;
}

.block-head {
	text-align: center;
}

.block-head .title {
	margin-bottom: 20px;
}

.block-head__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 40px;
	margin-bottom: 30px;
}
.block-head__qr {
    max-width: 130px;
    margin: 15px 0 0;
}
.block-head__qr img {
    padding: 7px;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.block-head .block-head__descr {
	font-size: 2rem;
	line-height: 1.3;
	margin: 15px 0 0;
}

.block-head .block-head__descr p {
	margin-bottom: 20px;
}

.block-head .block-head__descr hr {
    margin: 20px 0;
}

.block-head .btn {
	margin-top: 28px;
}

.block-head--left {
	text-align: left;
}

.block-head--left .block-head__descr {
	max-width: 715px;
}

.block-btn {
	text-align: center;
	margin-top: 20px;
}

.btn {
	background-color: #ED7247;
	font-weight: 500;
	font-size: 2rem;
	color: #fff;
	white-space: nowrap;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: 50px;
	line-height: 1.1;
	padding: 0 25px;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #ED7247;
	border-radius: 50px;
	-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn:hover {
	background-color: #fff;
	color: #ED7247;
}

.btn--2 {
	background-color: #fff;
	color: #ED7247;
}

.btn--2:hover {
	background-color: #ED7247;
	color: #fff;
}

.btn[disabled] {
	opacity: 0.5;
	cursor: default;
}

.btn[disabled]:hover {
	background-color: #ED7247;
	color: #fff;
}

.btn--2[disabled]:hover {
	background-color: #fff;
	color: #ED7247;
}

.read-more {
	font-weight: 500;
	font-size: 2rem;
	color: #171717;
	display: inline-block;
	line-height: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 10px;
}

.read-more:hover {
	color: #ED7247;
}

.hide {
	display: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background: #ED7247;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
	background-image: url("../img/ui-icons_444444_256x240.png");
}

@media (max-width: 767px) {
	.title {
		font-size: 3.8rem;
		margin-bottom: 30px;
	}

	.title--2 {
		font-size: 3.2rem;
	}
}

.slick-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: auto;
}

.slick-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.slick-arrow {
	background: #ED7247;
	font-size: 0;
	position: absolute;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 25px;
	height: 25px;
	-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slick-arrow:hover {
	background: #EA6129;
}

.slick-arrow::after {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: inline-block;
	content: "";
	width: 6px;
	height: 11px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slick-prev {
	left: 15px;
}

.slick-prev:hover::after {
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
}

.slick-prev::after {
	background-image: url("../img/prev.png");
}

.slick-next {
	right: 15px;
}

.slick-next:hover::after {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.slick-next::after {
	background-image: url("../img/next.png");
}

.slick-dots {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 22px;
}

.slick-dots li {
	margin: 0 5px;
}

.slick-dots .slick-active button {
	background: #ED7247;
	cursor: default;
}

.slick-dots .slick-active button:hover {
	cursor: default;
}

.slick-dots button {
	background: #D3D3D3;
	font-size: 0;
	display: block;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slick-dots button:hover {
	background: #ED7247;
}

.form strong,
.form b {
	font-weight: 600;
}

.form p {
	margin-bottom: 25px;
}

.form .row {
	margin: 0 -10px;
}

.form .row .col {
	padding: 0 10px;
	margin-bottom: 20px;
}

.form .form__block {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.form .form__block p {
	line-height: 1.5;
	margin: 0;
}

.form .form__block__wrapp {
	background: #fff;
	position: relative;
	display: block;
	height: 100%;
	border: 1px solid #D3D3D3;
	border-radius: 50px;
}

.form .form__block--textarea .form__block__wrapp {
	border-radius: 25px;
}

.form .el-calendar input {
	padding-right: 40px;
}

.form .el-calendar::after {
	background: url("../img/calendar.png") no-repeat center center;
	background-size: cover;
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}

.form .el-calendar--time::after {
	background-image: url("../img/time.png");
}

.form input:not(.btn),
.form textarea {
	background: transparent;
	font-weight: 400;
	font-size: 1.6rem;
	font-family: "Golos Text", Arial, Helvetica, sans-serif;
	color: #171717;
	position: relative;
	display: block;
	width: 100%;
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.form input:not(.btn) {
	padding: 0 10px 0 20px;
	line-height: 45px;
}

.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:hover,
.form textarea:-webkit-autofill:focus,
.form select:-webkit-autofill,
.form select:-webkit-autofill:hover,
.form select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.form input:not(.btn).error,
.form textarea.error {
	background: #fff;
	border-color: #c00;
	color: #c00;
}

.form input:not(.btn).valid,
.form textarea.valid {
	background: #fff;
	border-color: #238923;
}

.form input:not(.btn)+label.error,
.form textarea+label.error {
	background: transparent;
	font-size: 1.2rem;
	color: #c00;
	position: relative;
	display: inline-block;
	margin-top: 5px;
}

.form textarea {
	text-align: left;
	min-height: 165px;
	max-height: 165px;
	min-width: 100%;
	max-width: 100%;
	padding: 15px 10px 15px 20px;
}

.form form .input-check {
	margin-top: 20px;
}

.form form .input-check p {
	margin: 0 0 -5px 0;
}

.form form .input-check .input-check__text {
	color: #5E5E5E;
}

.form .form-footer {
	margin-top: 20px;
}

.form .btn {
	width: 100%;
}

.block-modal--form .form .form__block p {
    max-width: 200px;
}

@media (max-width: 575px) {
.block-modal--form .form .form__block p {
    max-width: initial;
}
.block-modal--form .form .row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
}

::-webkit-input-placeholder {
	color: #5E5E5E;
	opacity: 1;
}

:-moz-placeholder {
	color: #5E5E5E;
	opacity: 1;
}

::-moz-placeholder {
	color: #5E5E5E;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #5E5E5E;
	opacity: 1;
}

/* ! -- CHECKBOX -- */
.block-check .input-check {
	margin-bottom: 10px;
}

.block-check .input-check:last-child {
	margin-bottom: 0;
}

.block-check--radio .input-check {
	margin-bottom: 4px;
}

.input-check {
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-check .input-check__type[type=checkbox],
.input-check .input-check__type[type=radio] {
	display: none;
}

.input-check .input-check__icon {
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	height: 16px;
	border: 1px solid #747474;
}

.input-check .input-check__icon::before {
	font-weight: 400;
	font-size: 1.4rem;
	color: #ED7247;
	/*background: #87b453;*/
	position: relative;
	display: block;
	content: "✔";
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.input-check .input-check__text {
	font-weight: 400;
	font-size: 1.6rem;
	color: #5E5E5E;
	text-transform: none;
	display: block;
	line-height: 1.2em;
	text-align: left;
	padding-left: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.input-check .input-check__text a {
	color: #5E5E5E;
	border-bottom: 1px solid #5E5E5E;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.input-check .input-check__text a:hover {
	color: #ed7247;
	border-color: transparent;
}

.input-check .input-check__type:checked+.input-check__icon::before {
	opacity: 1;
}

.input-check--radio .input-check__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 17px;
	flex: 0 0 17px;
	height: 17px;
	border-radius: 50%;
}

.input-check--radio .input-check__icon::before {
	background: #2E6B70;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
}

/*== BEGING HEADER ==*/
.header {
	background: #171717;
	position: sticky;
	width: 100%;
	top: 0;
	z-index: 5;
	padding: 29px 0 24px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header.sticky {
	padding: 18px 0 13px;
}

.header.sticky .col--logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 180px;
	flex: 0 0 180px;
}

.header .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header .col--logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 215px;
	flex: 0 0 215px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.logo {
	display: inline-block;
	line-height: 0;
}

.logo img {
	width: 100%;
}

.header-second {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -2px;
}

/* ==== MAIN MENU ===== */
.main-menu {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 8px;
}

.main-menu li {
	position: relative;
	margin-left: 24px;
}

.main-menu li:first-child {
	margin-left: 0;
}

.main-menu li a {
	font-size: 1.6rem;
	color: #fff;
	position: relative;
	display: inline-block;
	line-height: 1;
	-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.main-menu li a:hover {
	color: #FFE501;
}

.main-menu li a:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.main-menu li a::after {
	background: #FFE501;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	bottom: -2px;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.main-menu .current-menu-item a {
	color: #FFE501;
	cursor: default;
}

.main-menu .current-menu-item a::after {
	display: none;
}

/* === button menu open === */
.button-menu {
	background-color: transparent;
	position: relative;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	padding: 0;
	margin-bottom: 6px;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button-menu:focus,
.button-menu:hover {
	background-color: transparent;
}

.button-menu span {
	background-color: #FFE501;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 3px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.button-menu span:before,
.button-menu span:after {
	background-color: inherit;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.button-menu span:before {
	-webkit-transform: translate3d(0, -250%, 0);
	transform: translate3d(0, -250%, 0);
}

.button-menu span:after {
	-webkit-transform: translate3d(0, 250%, 0);
	transform: translate3d(0, 250%, 0);
}

.close-menu {
	background-color: transparent;
	position: fixed;
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: 45px;
	right: 20px;
	cursor: pointer;
	opacity: 0;
	border: none;
	z-index: 901;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.close-menu span {
	background-color: #FFE501;
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-menu span::before {
	background-color: inherit;
	position: absolute;
	display: block;
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.close-menu:hover span {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.close-menu:hover span::before {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	/*.main-menu li {
		margin-left: 15px;
	}

	.main-menu li a {
		font-size: 1.3rem;
	}*/
}

@media screen and (min-width: 768px) and (max-width: 880px) {
	.header.sticky .col--logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 150px;
		flex: 0 0 150px;
	}

	.header .col--logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 180px;
		flex: 0 0 180px;
	}
}

@media (max-width: 767px) {
	.button-menu {
		display: inline-block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35px;
		flex: 0 0 35px;
		line-height: 25px;
		margin-top: -3px;
	}

	.box-main-menu {
		background: #171717;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		height: 100vh;
		padding: 40px 15px;
		z-index: 900;
		overflow: hidden;
		overscroll-behavior-y: contain;
		overflow-y: auto;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.box-main-menu.open {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	.main-menu {
		display: block;
		text-align: left;
	}

	.main-menu li {
		margin: 0 0 33px;
	}

	.main-menu li:last-child {
		margin-bottom: 0;
	}

	.main-menu li a {
		font-size: 3rem;
		padding: 5px 0;
	}

	.close-menu.active {
		display: inline-block;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@media (max-width: 575px) {
	.main-menu li {
		margin-bottom: 25px;
	}

	.main-menu li a {
		font-size: 2.2rem;
	}
}

@media (max-width: 460px) {
	.header {
		padding: 16px 0 15px;
	}

	.header.sticky {
		padding: 14px 0 13px;
	}

	.box-main-menu {
		padding: 20px 15px;
	}

	.main-menu li {
		margin-bottom: 20px;
	}

	.main-menu li a {
		font-size: 1.6rem;
	}

	.button-menu {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px;
		line-height: 20px;
	}

	.button-menu span {
		height: 2px;
	}

	.close-menu {
		width: 25px;
		top: 22px;
	}
}

/*== END HEADER ==*/
/*== BEGIN SECTION PREMIER ==*/
.section-premier {
	position: relative;
	margin-top: 58px;
}

.section-premier .container {
	max-width: 1121px;
}

.section-premier .title {
	font-weight: 700;
	font-size: 6.8rem;
}

.slider-premier {
	margin-top: 48px;
}

.slider-premier .slick-track {
	position: relative;
}

.item-premier .item-premier__img {
	display: block;
	height: 100%;
	line-height: 0;
	border-radius: 48px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.item-premier .item-premier__img img {
	-o-object-fit: cover;
	object-fit: cover;
}

@media (min-width: 992px) {
	.section-premier .title {
		font-size: 6.2rem;
	}
}

@media (max-width: 991px) {
	.section-premier .title {
		font-size: 4.8rem;
	}
}

@media (max-width: 767px) {
	.item-premier .item-premier__img {
		border-radius: 30px;
	}
}

@media (max-width: 575px) {
	.section-premier {
		margin-top: 48px;
	}

	.section-premier .title span {
		display: block;
		margin-top: 5px;
	}
}

@media (min-width: 461px) {
	.slider-premier .slick-track {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.slider-premier .item-premier:first-child,
	.slider-premier .item-premier:last-child {
		position: absolute;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.slider-premier .item-premier:first-child {
		left: 0;
	}

	.slider-premier .item-premier:last-child {
		right: 0;
	}

	.slider-premier .item-premier:first-child+.item-premier {
		z-index: 2;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 65.5%;
		flex: 0 0 65.5%;
	}
}

@media (max-width: 460px) {
	.section-premier {
		margin-top: 30px;
	}

	.slider-premier {
		margin: 40px -14px 0;
	}

	.slider-premier .item-premier {
		padding: 0 14px;
	}

	.item-premier .item-premier__img {
		height: 100%;
		border-radius: 24px;
	}

	.item-premier .item-premier__img img {
		height: 100%;
	}
}

/*-- begin block advantage --*/
.block-advantage {
	margin-top: 135px;
}

.list-advantage {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.item-advantage {
	text-align: center;
}

.item-advantage:last-child .item-advantage__title {
	font-weight: 500;
	font-size: 6rem;
	font-family: "Inter", Arial, Helvetica, sans-serif;
	line-height: 0.5;
}

.item-advantage .item-advantage__title {
	font-weight: 600;
	font-size: 3.2rem;
	color: #ED7247;
	display: block;
	min-height: 45px;
}

.item-advantage .item-advantage__descr {
	font-size: 2rem;
	color: #5E5E5E;
	display: block;
	margin-top: 12px;
}

@media (max-width: 991px) {
	.block-advantage {
		margin-top: 85px;
	}
}

@media (max-width: 767px) {
	.block-advantage {
		margin-top: 65px;
	}

	.list-advantage .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-bottom: 35px;
	}

	.item-advantage .item-advantage__descr {
		margin-top: 6px;
	}
}

@media (max-width: 575px) {
	.block-advantage {
		margin-top: 60px;
	}
}

@media (max-width: 460px) {
	.list-advantage .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.list-advantage .col:last-child {
		margin-bottom: 0;
	}
}

/*-- end block advantage --*/
/*== END SECTION PREMIER ==*/
/*== BEGIN SECTION PARK ==*/
.section-park {
	margin-top: 125px;
}

.section-park .block-btn--park {
	margin-top: 5px;
}

.section-park .block-btn--park .btn {
	max-width: 340px;
	width: 100%;
}

@media (max-width: 1100px) {
	.section-park {
		margin-top: 100px;
	}
}

@media (max-width: 991px) {
	.section-park {
		margin-top: 70px;
	}
}

@media (max-width: 767px) {
	.section-park {
		margin-top: 20px;
	}
}

@media (min-width: 576px) {
	.section-park .block-btn--park {
		display: none;
	}
}

@media (max-width: 460px) {
	.section-park {
		margin-top: 55px;
	}
}

/*-- begin list filter --*/
.list-filters {
	margin: 0 -8px 30px;
}

.list-filters .col {
	max-width: 250px;
	padding: 0 8px;
}

.item-filter .item-filter__title {
	position: relative;
	display: block;
	padding: 0 40px 0 20px;
	line-height: 45px;
	text-align: left;
	z-index: 5;
	cursor: pointer;
}

.item-filter .item-filter__title.item-filter__title--active {
	z-index: 0;
}

.item-filter .item-filter__title.item-filter__title--active::after {
	background-image: url("../img/close.png");
	width: 12px;
	height: 12px;
}

.item-filter .item-filter__title::after {
	background: url("../img/select.png") no-repeat center;
	background-size: cover;
	position: absolute;
	display: block;
	content: "";
	width: 12px;
	height: 8px;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.filter-select.filter-select__active {
	border-color: transparent;
}

.filter-list {
	position: absolute;
	width: calc(100% + 2px);
	height: 0;
	padding: 0;
	top: 0;
	left: 0;
	border-radius: 15px;
	border: 1px solid transparent;
	z-index: 2;
	overflow: hidden;
}

.filter-list::before {
	background: #fff;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 70%;
	bottom: 0;
	left: 0;
}

.filter-list.filter-list__open {
	height: auto;
	padding: 33px 0 15px 0;
	border-color: #D3D3D3;
}

.filter-list .filter-list__item {
	background: #fff;
	padding: 17px 15px 0 18px;
}

.filter-list .input-check .input-check__text {
	color: #273544;
}

@media (max-width: 767px) {
	.list-filters {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -5px 30px;
	}

	.list-filters .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 100%;
		padding: 0 5px;
	}

	.list-filters .col .btn {
		width: 100%;
	}
}

@media (max-width: 460px) {
	.list-filters {
		margin-bottom: 15px;
	}

	.list-filters .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

/*-- end list filter --*/
.list-products .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	margin-bottom: 45px;
}

.item-product .item-product__wrapp {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	border: 1px solid #D3D3D3;
	border-radius: 15px;
}

.item-product .item-product__info {
	padding: 0 20px;
	margin-top: 20px;
}

.item-product .item-product__head {
	margin-bottom: 13px;
}

.item-product .item-product__title {
	font-weight: 500;
	font-size: 2rem;
	color: #273544;
	display: inline-block;
	-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	margin-right: 14px;
}

.item-product .item-product__title:hover {
	color: #ed7247;
}

.item-product .item-product__views {
	font-size: 1.6rem;
	color: #5E5E5E;
	position: relative;
	display: inline-block;
	padding-left: 20px;
}

.item-product .item-product__views::before {
	background-image: url("../img/views.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
}

.item-product .item-product__descr {
	font-size: 1.6rem;
	color: #5E5E5E;
	display: block;
	line-height: 1.3;
	margin-top: 10px;
}

.item-product .item-product__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px 25px;
	margin-top: 20px;
}

.item-product .item-product__price>span {
	font-size: 1.4rem;
	color: #5E5E5E;
	display: block;
	margin-bottom: 6px;
}

.slider-product {
	margin: 0 -5px;
}

.slider-product .slider-product__item {
	padding: 0 5px;
}

.slider-product .slider-product__link {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 69.25%;
	padding-top: 30px;
	line-height: 0;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}

.slider-product .slider-product__link img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.slider-product .slick-dots {
	margin-top: 15px;
}

.product-properties {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-properties li {
	font-size: 1.4rem;
	color: #5E5E5E;
	max-width: 100%;
	position: relative;
	display: inline-block;
	padding-left: 12px;
	margin: 0 15px 10px 0;
}

.product-properties li::before {
	background: #ED7247;
	position: absolute;
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	top: 50%;
	left: 0;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.price {
	font-weight: 600;
	font-size: 3.2rem;
	color: #ED7247;
}

.price small {
	font-weight: 400;
	font-size: 2rem;
	color: #273544;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.list-products {
		margin: 0 -5px;
	}

	.list-products .col {
		padding: 0 5px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.section-park .title {
		font-size: 4.8rem;
	}

	.list-products .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (max-width: 660px) {
	.list-products {
		margin: 0 -5px;
	}

	.list-products .col {
		padding: 0 5px;
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.list-products {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.list-products .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 400px;
	}

	.list-products--park.products-show .col.col:nth-child(4)~.col {
		height: auto;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		margin-bottom: 30px;
	}

	.list-products--park .col.col:nth-child(4)~.col {
		height: 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		margin-bottom: 0;
	}

	.slider-product .slider-product__link {
		border-radius: 0;
	}

	.slider-product .slick-active .slider-product__link {
		border-radius: 15px 15px 0 0;
	}
}

/*== END SECTION PARK ==*/
/*== BEGIN SECTION ABOUT ==*/
.section-about {
	background: #171717;
	padding: 80px 0 40px;
	margin-top: 80px;
}

.section-about .title {
	font-size: 3.8rem;
	color: #fff;
	margin: 0;
}

.row--about .col--one {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32.5%;
	flex: 0 0 32.5%;
}

.list-about {
	padding-top: 3px;
}

.list-about .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin-bottom: 40px;
}

.item-about .item-about__title {
	font-weight: 600;
	font-size: 2.4rem;
	color: #ED7247;
	display: inline-block;
	line-height: 1.2;
}

.item-about .item-about__descr {
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.35;
	margin-top: 15px;
}

@media (max-width: 991px) {
	.section-about {
		margin-top: 60px;
	}
}

@media (max-width: 767px) {
	.section-about {
		padding-top: 60px;
		margin-top: 50px;
	}

	.row--about .col--one {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 40px;
	}

	.list-about {
		padding-top: 0;
	}
}

@media (max-width: 575px) {
	.section-about {
		padding: 50px 0;
		margin-top: 65px;
	}

	.row--about .col--one {
		margin-bottom: 25px;
	}

	.list-about .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 30px;
	}

	.list-about .col:last-child {
		margin-bottom: 0;
	}

	.item-about .item-about__descr {
		margin-top: 11px;
	}
}

/*== END SECTION ABOUT ==*/
/*== BEGIN SECTION SERVICE ==*/
.section-service {
	margin-top: 110px;
}

.section-service .title {
	margin-bottom: 30px;
}

.section-service .col--text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 69.1%;
	flex: 0 0 69.1%;
	margin-top: 20px;
}

.section-service .col--img .box-img,
.section-service .col--img img {
	height: 100%;
}

.list-service {
	padding-right: 45px;
	counter-reset: num;
}

.list-service .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin-bottom: 45px;
}

.item-service {
	position: relative;
	margin-bottom: 40px;
}

.item-service .item-service__wrapp {
	position: relative;
	padding-top: 70px;
}

.item-service .item-service__wrapp::before {
	background: #171717;
	font-weight: 600;
	font-size: 2rem;
	color: #fff;
	content: "0" counter(num);
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
}

.item-service .item-service__title {
	font-weight: 600;
	font-size: 2.4rem;
	color: #171717;
	display: inline-block;
	line-height: 1.25;
}

.item-service .item-service__descr {
	font-size: 1.6rem;
	color: #5E5E5E;
	display: block;
	line-height: 1.35;
	margin-top: 16px;
}

@media (max-width: 991px) {
	.section-service {
		margin-top: 90px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.item-service .item-service__title {
		font-size: 2rem;
	}

	.item-service .item-service__descr {
		font-size: 1.4rem;
	}
}

@media (max-width: 767px) {
	.section-service {
		margin-top: 65px;
	}

	.section-service .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.section-service .col--text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 0;
	}

	.section-service .col--img {
		max-width: 310px;
		height: auto;
	}

	.section-service .col--img img {
		height: auto;
	}

	.list-service {
		padding-right: 0;
	}
}

@media screen and (min-width: 461px) and (max-width: 575px) {
	.item-service .item-service__title {
		font-size: 2rem;
	}

	.item-service .item-service__descr {
		font-size: 1.4rem;
	}
}

@media (max-width: 460px) {
	.section-service .title {
		margin-bottom: 25px;
	}

	.section-service .col--text {
		margin-bottom: 40px;
	}

	.list-service .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 25px;
	}

	.list-service .col:last-child {
		margin-bottom: 0;
	}

	.item-service .item-service__wrapp {
		padding-top: 50px;
	}

	.item-service .item-service__wrapp::before {
		font-weight: 500;
		font-size: 1.6rem;
		width: 42px;
		height: 42px;
		line-height: 42px;
	}

	.item-service .item-service__descr {
		margin-top: 10px;
	}
}

/*== END SECTION SERVICE ==*/
/*== BEGIN SECTION REVIEWS ==*/
.section-reviews {
	overflow: hidden;
	margin-top: 55px;
}

.slider-reviews {
	position: relative;
	width: 100vw;
}

.slider-reviews .item-reviews {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 370px;
	flex: 0 0 370px;
	margin-right: 30px;
}

.item-reviews .item-reviews__wrapp {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 22px 10px 25px 18px;
	border: 1px solid #D3D3D3;
	border-radius: 20px;
}

.item-reviews .reviews-head__rating {
	margin-top: 16px;
}

.item-reviews .reviews-head__rating img {
	width: 130px;
}

.item-reviews .item-reviews__descr {
	font-size: 2rem;
	color: #5E5E5E;
	line-height: 1.3;
	margin-top: 17px;
}

.item-reviews .read-more {
	margin-top: 20px;
}

.reviews-head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.reviews-head .reviews-head__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55px;
	flex: 0 0 55px;
	height: 55px;
	display: block;
	line-height: 0;
	overflow: hidden;
	border-radius: 50%;
}

.reviews-head .reviews-head__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.reviews-head .reviews-head__text {
	padding-left: 15px;
}

.reviews-head .reviews-head__name {
	font-weight: 500;
	font-size: 1.6rem;
	color: #171717;
}

.reviews-head .item-reviews__date {
	font-size: 1.4rem;
	color: #5E5E5E;
	display: block;
	margin-top: 7px;
}

@media (max-width: 1100px) {
	.item-reviews .item-reviews__descr {
		font-size: 1.8rem;
	}
}

@media (max-width: 991px) {
	.slider-reviews .item-reviews {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 310px;
		flex: 0 0 310px;
		margin-right: 10px;
	}

	.item-reviews .item-reviews__descr {
		font-size: 1.6rem;
	}
}

@media (max-width: 575px) {
	.section-reviews .title {
		margin-bottom: 25px;
	}
}

/*== END SECTION REVIEWS ==*/
/*== BEGIN SECTION BANNER ==*/
.section-banner {
	background-image: url("../img/bg/banner.jpg");
	position: relative;
	padding: 110px 0 85px;
	margin-top: 120px;
}

.section-banner::before {
	background: #0F0F0F;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.62;
}

.section-banner .container {
	position: relative;
	max-width: 1225px;
	z-index: 1;
	text-align: center;
}

.section-banner .section-banner__text {
	font-weight: 600;
	font-size: 3.8rem;
	color: #fff;
	display: block;
	line-height: 1.15;
}

.section-banner .section-banner__text span {
	display: block;
}

.section-banner .btn {
	margin-top: 40px;
}

.section-banner--contact {
	padding-bottom: 115px;
}

@media (max-width: 991px) {
	.section-banner {
		padding: 90px 0 65px;
		margin-top: 90px;
	}

	.section-banner .section-banner__text {
		font-size: 3.2rem;
	}

	.section-banner .section-banner__text br {
		display: none;
	}
}

@media (max-width: 767px) {
	.section-banner {
		padding: 50px 0 45px;
		margin-top: 60px;
	}

	.section-banner .section-banner__text span {
		display: none;
	}

	.section-banner--contact {
		background-position: 58.5% center;
		padding: 90px 0 80px;
	}
}

@media (max-width: 355px) {
	.section-banner {
		padding: 65px 0;
		margin-top: 70px;
	}

	.section-banner .section-banner__text {
		font-size: 3rem;
	}
}

/*== END SECTION BANNER ==*/
/*== BEGIN SECTION FAQ ==*/
.section-faq {
	margin-top: 120px;
}

.section-faq .title {
	margin-bottom: 25px;
}

.item-questions .item-questions__wrapp {
	padding: 25px 5px 25px 0;
	border-bottom: 1px solid #d1d1d1;
}

.item-questions .item-questions__title {
	font-weight: 500;
	font-size: 2rem;
	color: #171717;
	position: relative;
	display: block;
	padding-right: 30px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-questions .item-questions__title.active {
	color: #ED7247;
}

.item-questions .item-questions__title.active::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.item-questions .item-questions__title:hover {
	color: #ED7247;
}

.item-questions .item-questions__title::after {
	background: url("../img/faq.png") no-repeat center center;
	background-size: cover;
	position: absolute;
	display: block;
	content: "";
	width: 16px;
	height: 9px;
	top: 7px;
	right: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-questions .item-questions__desc {
	padding: 25px 30px 0 0;
}

.item-questions .item-questions__desc p {
	font-size: 1.8rem;
	color: #5E5E5E;
	line-height: 1.3;
	margin-bottom: 20px;
}

.item-questions .item-questions__desc p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.section-faq {
		margin-top: 90px;
	}
}

@media (max-width: 767px) {
	.section-faq {
		margin-top: 65px;
	}
}

@media (max-width: 355px) {
	.item-questions .item-questions__title {
		font-size: 1.8rem;
	}

	.item-questions .item-questions__desc p {
		font-size: 1.6rem;
	}
}

/*== END SECTION FAQ ==*/
/*== BEGIN SECTION CONTACT ==*/
.section-contact {
	margin-top: 125px;
}

.section-contact .title {
	margin-bottom: 50px;
}

.row--contact .col--form {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.2%;
	flex: 0 0 41.2%;
}

.row--contact .box-map {
	border-radius: 25px;
}

.contact-footer {
	margin-top: 80px;
	font-size: 1.8rem;
	color: #5E5E5E;
}

.contact-footer .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact-footer .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.contact-footer a {
	color: #5E5E5E;
	-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-footer a:hover {
	color: #ed7247;
}

.contact-footer .contact-footer__title {
	font-weight: 600;
	font-size: 2.4rem;
	color: #171717;
	display: block;
	margin-bottom: 15px;
}

.contact-footer .contact-address {
	font-size: 1.6rem;
	line-height: 1.3;
}

.contact-footer .contact-footer__messenger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 12px;
}

.contact-footer .contact-footer__messenger a {
	margin-right: 10px;
}

.contact-footer .contact-footer__messenger a:hover {
	-webkit-animation: vertical 4s ease infinite;
	animation: vertical 4s ease infinite;
}

/* .main-content--inner {
    .contact-footer {
        .contact-footer__title {
            color: #273544;
        }
    }
} */
@media (max-width: 991px) {
	.section-contact {
		margin-top: 90px;
	}

	.contact-footer {
		margin-top: 60px;
	}

	.contact-footer .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-bottom: 35px;
	}
}

@media (min-width: 768px) {
	.row--contact .box-map {
		height: 100%;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.section-contact {
		margin-top: 65px;
	}

	.section-contact .title {
		margin-bottom: 40px;
	}

	.row--contact .col--form {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 35px;
	}

	.contact-footer {
		margin-top: 40px;
	}
}

@media (max-width: 460px) {
	.section-contact .title {
		margin-bottom: 30px;
	}

	.contact-footer {
		margin-top: 30px;
	}

	.contact-footer .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 25px;
	}

	.contact-footer .contact-footer__title {
		margin-bottom: 10px;
	}
}

/*== END SECTION CONTACT ==*/
/*== BEGIN CONTENT ==*/
.breadcrumbs {
	margin: 35px 0 30px;
}

.crumb a,
.crumb span {
	font-size: 1.6rem;
	color: #5E5E5E;
}

.crumb a {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.crumb a:hover {
	color: #ED7247;
}

.crumb a::after {
	font-size: 2.2rem;
	position: absolute;
	display: block;
	content: "›";
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.crumb .breadcrumb_last {
	color: #ED7247;
}

@media (max-width: 575px) {
	.breadcrumbs {
		margin: 28px 0 30px;
	}
}

.main-content--sent {
	height: calc(100% - 80px);
	max-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 0;
	text-align: center;
	margin: 0;
}

.block-btn--sent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px -12px 0;
}

.block-btn--sent .block-btn__item {
	margin: 0 12px 24px;
}

.block-btn--sent .block-btn__item:last-child {
	margin-bottom: 0;
}

.block-btn--sent .btn {
	font-size: 1.8rem;
}

.block-btn--sent .btn--2 {
	font-size: 2rem;
}

@media (max-width: 991px) {
	.main-content--sent .title {
		font-size: 3.8rem;
	}
}

@media (max-width: 660px) {
	.main-content--sent .title {
		font-size: 3.2rem;
	}
}

@media (max-width: 360px) {
	.main-content--sent .title {
		font-size: 3rem;
	}
}

/*== END CONTENT ==*/
/*== BEGIN PAGE PRODUCT ==*/
/*-- begin block characteristics --*/
.block-characteristics {
	max-width: 465px;
}

.block-characteristics .block-characteristics__title {
	font-weight: 600;
	font-size: 2.4rem;
	color: #171717;
	display: block;
	margin-bottom: 22px;
}

.list-characteristics {
	margin-bottom: 30px;
}

.list-characteristics:last-child {
	margin-bottom: 0;
}

.item-characteristic {
	font-size: 1.6rem;
	color: #5E5E5E;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 19px;
}

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

.item-characteristic::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 7px;
	left: 0;
	border-top: 2px dotted #e5e5e5;
}

.item-characteristic .item-characteristic__name,
.item-characteristic .item-characteristic__value {
	background: #fff;
	position: relative;
	display: inline-block;
	z-index: 1;
}

.item-characteristic .item-characteristic__value {
	font-weight: 400;
	font-size: 2rem;
	color: #171717;
}

.item-characteristic .item-characteristic__value small {
	font-weight: 400;
	font-size: 1.5rem;
	color: #5E5E5E;
}

.list-characteristics--style .item-characteristic__value {
	font-weight: 500;
}

.block-warnings {
	background: #F5F5F5;
	font-size: 1.6rem;
	color: #ED7247;
	position: relative;
	display: inline-block;
	padding: 15px 25px 15px 60px;
	border-radius: 8px;
	margin-top: 30px;
}

.block-warnings::before {
	background: #ed7247;
	color: #fff;
	position: absolute;
	display: block;
	content: "!";
	width: 30px;
	height: 30px;
	top: 50%;
	left: 15px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.block-warnings a {
	color: #ED7247;
	border-bottom: 1px solid #ED7247;
	-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.block-warnings a:hover {
	border-color: transparent;
}

.block-warnings span {
	color: #171717;
}

@media (max-width: 767px) {
	.product-row .col--img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 40px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.block-characteristics {
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.product-row .col--img {
		margin-bottom: 30px;
	}

	.block-warnings {
		width: 100%;
		padding-right: 15px;
	}

	.block-warnings span {
		display: block;
	}

	.item-characteristic .item-characteristic__value {
		font-size: 1.6rem;
	}

	.item-characteristic .item-characteristic__value small {
		font-size: 1.4rem;
	}
}

@media (max-width: 355px) {
	.item-characteristic .item-characteristic__name {
		font-size: 1.3rem;
	}

	.item-characteristic .item-characteristic__value {
		font-size: 1.4rem;
	}

	.item-characteristic .item-characteristic__value small {
		font-size: 1.2rem;
	}

	.block-warnings {
		font-size: 1.4rem;
	}
}

/*-- end block characteristics --*/
/*== begin product gallery*/
.slider-card {
	margin-bottom: 25px;
}

.slider-card .slider-card__wrapp {
	display: block;
	height: 100%;
	line-height: 0;
	overflow: hidden;
	border-radius: 24px;
	/* &:hover {
	    img {
	        transform: scale(1.04);
	    }
	} */
}

.slider-card .slider-card__wrapp img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.card-nav {
	margin: 0 -15px;
}

.card-nav .slider-card__item {
	padding: 2px 15px;
}

.card-nav .slider-card__wrapp {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/* &:hover {
	    img {
	        transform: scale(1.04);
	    }
	} */
}

.card-nav .slider-card__wrapp::after {
	background: #000;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.card-nav .slider-card__wrapp img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.card-nav .slick-current {
	cursor: default;
}

.card-nav .slick-current .slider-card__wrapp {
	outline: 1px solid #ed7247;
	/* &:hover {
	    img {
	        transform: scale(1);
	    }
	} */
}

.card-nav .slick-current .slider-card__wrapp::after {
	opacity: 0.25;
}

@media (max-width: 460px) {
	.card-nav {
		display: none;
	}

	.block-btn--products {
		display: block;
	}

	.block-btn--products .btn {
		width: 100%;
	}
}

/*== end product gallery*/
/*== BEGIN BOX RENT  ==*/
.box-rent {
	margin-top: 120px;
}

.box-rent .title {
	margin-bottom: 25px;
}

@media (max-width: 991px) {
	.box-rent {
		margin-top: 90px;
	}
}

@media (max-width: 767px) {
	.box-rent {
		margin-top: 65px;
	}
}

@media (max-width: 460px) {
	.box-rent {
		margin-top: 40px;
	}
}

.quiz-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.quiz-nav .quiz-nav__item {
	margin: 0 12px 5px 0;
}

.quiz-nav .quiz-nav__item.active .quiz-nav__buton {
	color: #ED7247;
}

.quiz-nav .quiz-nav__item:last-child .quiz-nav__buton {
	padding: 0;
}

.quiz-nav .quiz-nav__item:last-child .quiz-nav__buton::after {
	display: none;
}

.quiz-nav .quiz-nav__buton {
	font-weight: 400;
	font-size: 1.6rem;
	color: #5E5E5E;
	position: relative;
	display: inline-block;
	padding-right: 20px;
}

.quiz-nav .quiz-nav__buton::after {
	font-size: 2.2rem;
	position: absolute;
	display: block;
	content: "›";
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.quiz-form .form__block--time {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
}

.quiz-block--1 .row .col {
	margin-bottom: 25px;
}

.quiz-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 10px;
}

.quiz-buttons .btn {
	display: inline-block;
	width: 100%;
	max-width: 158px;
	padding: 0 10px;
	margin: 0 0 10px 25px;
}

.quiz-buttons .btn:first-child {
	margin-left: 0;
}

@media (max-width: 991px) {
	.quiz-form .form__block--time {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
	}
}

@media (max-width: 767px) {
	.quiz-form .form__block--time {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
	}

	.quiz-block--1 .row {
		margin: 0 -5px;
	}

	.quiz-block--1 .row .col {
		padding: 0 5px;
	}
}

@media (max-width: 575px) {
	.quiz-form .form__block--time {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.quiz-buttons {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 10px -15px 0;
	}

	.quiz-buttons .btn {
		margin-right: 15px;
		margin-left: 15px;
	}

	.quiz-buttons .btn:first-child {
		margin-left: 15px;
	}
}

@media (max-width: 355px) {
	.quiz-buttons {
		margin: 10px -5px 0;
	}

	.quiz-buttons .btn {
		margin-right: 5px;
		margin-left: 5px;
	}

	.quiz-buttons .btn:first-child {
		margin-left: 5px;
	}
}

/*-- begin quiz table --*/
.quiz-table {
	font-size: 1.6rem;
	color: #171717;
	width: 100%;
	max-width: 800px;
	margin-bottom: 25px;
}

.quiz-table .quiz-table__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 28px;
}

.quiz-table .quiz-table__item div {
	max-width: 100%;
}

.quiz-table .quiz-table__item div:first-child {
	padding-right: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.quiz-table .quiz-table__item:last-child {
	margin-bottom: 0;
}

.quiz-table .quiz-table__item:last-child div:last-child strong {
	color: #ED7247;
}

.quiz-table .quiz-table__item .input-check {
	margin: 0;
}

.quiz-table .quiz-table__item .input-check .input-check__text {
	color: #171717;
	line-height: 1.35;
}

.quiz-table .quiz-table__item div:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	color: #5E5E5E;
}

.quiz-table h3 {
	font-weight: 600;
	font-size: 2rem;
	color: #171717;
}

.quiz-table strong {
	font-weight: 500;
	font-size: 1.8rem;
	color: #171717;
}

@media (max-width: 575px) {
	.quiz-table .quiz-table__item:not(:last-child) {
		display: block;
		margin-bottom: 25px;
	}

	.quiz-table .quiz-table__item:not(:last-child) div:first-child {
		padding-right: 0;
	}

	.quiz-table .quiz-table__item:not(:last-child) div:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding-left: 27px;
		margin-top: 8px;
	}

	.quiz-table .quiz-table__item:not(:last-child):nth-child(1) {
		display: none;
	}

	.quiz-table .quiz-table__item:last-child div:last-child {
		text-align: right;
	}
}

/*-- end quiz table --*/
/*-- begin characteristics quiz --*/
.list-characteristics--quiz {
	max-width: 765px;
}

.list-characteristics--quiz .item-characteristic::before {
	border-color: #bfbfbf;
}

.list-characteristics--quiz .item-characteristic:last-child .item-characteristic__name {
	font-weight: 500;
	font-size: 2rem;
}

.list-characteristics--quiz .item-characteristic:last-child .item-characteristic__value {
	color: #ED7247;
}

.list-characteristics--quiz .item-characteristic .item-characteristic__name {
	font-size: 1.8rem;
	color: #171717;
	padding-right: 10px;
}

@media (max-width: 575px) {
	.list-characteristics--quiz .item-characteristic::before {
		display: none;
	}

	.list-characteristics--quiz .item-characteristic:last-child .item-characteristic__name span {
		display: none;
	}

	.list-characteristics--quiz .item-characteristic .item-characteristic__name {
		font-size: 1.6rem;
	}

	.list-characteristics--quiz .item-characteristic .item-characteristic__name span {
		font-size: 1.4rem;
		color: #5E5E5E;
		display: block;
	}

	.list-characteristics--quiz .item-characteristic .item-characteristic__value {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		text-align: right;
	}

	.list-characteristics--quiz .item-characteristic .item-characteristic__value small {
		display: none;
	}
}

/*-- end characteristics quiz --*/
/*-- begin form quiz --*/
.form--quiz {
	max-width: 640px;
	margin: 0 auto;
}

.form--quiz .form-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.form--quiz .form-check .input-check {
	width: 200px;
}

.form--quiz .quiz-buttons {
	margin-top: 40px;
}

@media (max-width: 660px) {
	.form--quiz .form-check {
		display: block;
	}

	.form--quiz .form-check .input-check {
		width: auto;
	}
}

@media (min-width: 576px) {
	.form--quiz .quiz-buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/*-- end form quiz --*/
/*== END BOX RENT  ==*/
/*== BEGIN BLOCK TERMS  ==*/
.block-terms {
	margin-top: 110px;
}

.block-terms .col--rent {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
}

.item-terms {
	margin-bottom: 35px;
}

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

.item-terms .item-terms__title {
	font-weight: 600;
	font-size: 3.2rem;
	color: #ED7247;
}

.item-terms .item-terms__descr {
	font-size: 1.6rem;
	color: #5E5E5E;
	display: block;
	line-height: 1.3;
	margin-top: 15px;
}

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

.list-documents .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin-bottom: 28px;
}

.item-documents .item-documents__img {
	background: #ed7247;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.item-documents .item-documents__title {
	font-weight: 600;
	font-size: 2.4rem;
	color: #171717;
	display: block;
	line-height: 1.2;
}

.item-documents .item-documents__descr {
	font-size: 1.6rem;
	color: #5E5E5E;
	line-height: 1.35;
	margin-top: 14px;
}

@media (max-width: 991px) {
	.block-terms {
		margin-top: 90px;
	}
}

@media (max-width: 767px) {
	.block-terms {
		margin-top: 70px;
	}

	.block-terms .col--rent {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 35px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.list-terms {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 -15px;
	}

	.list-terms .item-terms {
		padding: 0 15px;
	}
}

@media (max-width: 460px) {
	.block-terms {
		margin-top: 55px;
	}

	.block-terms .title {
		margin-bottom: 25px;
	}

	.list-documents .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 25px;
	}

	.item-documents .item-documents__img {
		width: 40px;
		height: 40px;
		margin-bottom: 8px;
	}

	.item-documents .item-documents__img img {
		width: 55%;
	}

	.item-documents .item-documents__descr {
		margin-top: 8px;
	}

	.item-terms {
		margin-bottom: 25px;
	}

	.item-terms .item-terms__title {
		font-size: 2.4rem;
	}
}

/*== END BLOCK TERMS  ==*/
/*== END PAGE PRODUCT ==*/
/*== BEGIN SECTION DRIVER ==*/
.block-head--driver {
	margin-bottom: 70px;
}

.block-head--driver .block-head__descr p:not(:last-child) {
    margin-bottom: 20px;
}

.item-product--driver .item-product__info {
	padding: 0;
	text-align: center;
}

.item-product--driver .item-product__title {
	color: #171717;
	margin: 0;
}

.item-product--driver .item-product__footer {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*-- begin service drivers --*/
.car-service {
	margin-top: 70px;
}

.car-service .title {
	margin: 0;
}

.service-drivers .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin-bottom: 40px;
}

.item-drivers .item-drivers__title {
	font-weight: 600;
	font-size: 2.4rem;
	color: #ED7247;
	line-height: 1.1;
}

.item-drivers .item-drivers__descr {
	font-size: 1.6rem;
	color: #5E5E5E;
	display: block;
	line-height: 1.4;
	margin-top: 15px;
}

@media (max-width: 991px) {
	.block-head--driver {
		margin-bottom: 45px;
	}
}

@media (max-width: 767px) {
	.car-service {
		margin-top: 50px;
	}

	.car-service .col--30 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.car-service {
		margin-top: 30px;
	}
}

@media (max-width: 460px) {
	.car-service .col--30 {
		margin-bottom: 25px;
	}

	.service-drivers .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 35px;
	}

	.item-drivers .item-drivers__descr {
		color: #171717;
	}
}

/*-- end service drivers --*/
/*== END SECTION DRIVER ==*/
/*== BEGIN SECTION CITIES ==*/
.block-head--cities {
	margin-bottom: 60px;
}

.block-country {
	margin-bottom: 70px;
}

.block-country:last-child {
	margin-bottom: 0;
}

.item-product--citie .item-product__img {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 69.25%;
	padding-top: 30px;
	line-height: 0;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	/* &:hover {
	    img {
	        @include scale();
	    }
	} */
}

.item-product--citie .item-product__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.item-product--citie .item-product__title {
	color: #171717;
	margin: 0;
}

.item-product--citie .item-product__route {
	font-size: 1.4rem;
	color: #171717;
	display: block;
	margin-top: 9px;
}

.item-product--citie .route-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 16px;
}

.item-product--citie .route-data .route-data__item {
	font-size: 1.4rem;
	color: #5E5E5E;
	position: relative;
	padding-left: 12px;
	margin: 0 11px 10px 0;
}

.item-product--citie .route-data .route-data__item::before {
	background: #ED7247;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.block-head--cities {
		margin-bottom: 45px;
	}

	.block-country {
		margin-bottom: 55px;
	}
}

@media (max-width: 660px) {
	.block-country {
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.list-products--cities .col:nth-child(5)~.col {
		display: none;
	}
}

/*== END SECTION CITIES ==*/
/*== BEGIN SECTION CITIES ==*/
.block-terms--service {
	margin-top: 50px;
}

.block-terms--service .btn {
	margin-top: 20px;
}

.slider-modal .slick-track {
	display: block;
}

.modal-documents {
	line-height: 1.35;
}

.modal-documents .modal-item {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding-left: 30px;
	margin-bottom: 11px;
}

.modal-documents .modal-item:last-child {
	margin-bottom: 0;
}

.modal-documents .modal-item span,
.modal-documents .modal-item strong {
	position: absolute;
	display: inline-block;
	width: 25px;
	top: 1px;
	left: 0;
	text-align: right;
}

.b-nav--documents {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 90px;
	margin: 20px auto 0;
}

.b-nav--documents .slick-arrow {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	-webkit-transform: translate(0);
	transform: translate(0);
}

@media (min-width: 768px) {
	.b-nav--documents {
		display: none;
	}
}

@media (max-width: 767px) {
	.col--documents .btn {
		display: none;
	}

	.block-btn--documents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.section-insurance {
	background: #171717;
	position: relative;
	padding: 60px 0 65px;
	margin-top: 120px;
}

.section-insurance .title {
	color: #fff;
}

.section-insurance .col--one {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24.5%;
	flex: 0 0 24.5%;
}

.table-insurance {
	font-size: 1.6rem;
	color: #fff;
	margin-top: 3px;
}

.table-insurance table tr:last-child td {
	padding-bottom: 0;
}

.table-insurance table td {
	padding-bottom: 20px;
	vertical-align: top;
}

.table-insurance strong {
	font-weight: normal;
	color: #ED7247;
	display: inline-block;
	padding-bottom: 7px;
}

.table-insurance--mobil strong {
	padding-bottom: 0;
}

.block-insurance {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.block-insurance:last-child {
	margin-bottom: 0;
}

.block-insurance .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin-bottom: 20px;
}

.block-insurance .col:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.item-insurance .item-insurance__title {
	font-weight: 600;
	font-size: 2.4rem;
	color: #ED7247;
}

@media (max-width: 991px) {
	.section-insurance {
		margin-top: 90px;
	}

	.section-insurance .col--one {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media screen and (min-width: 576px) and (max-width: 680px) {
	.table-insurance table td {
		font-size: 1.3rem;
	}
}

@media (min-width: 576px) {
	.table-insurance--mobil {
		display: none;
	}
}

@media (max-width: 575px) {
	.table-insurance--desctop {
		display: none;
	}

	.section-faq--service {
		margin-bottom: 50px;
	}
}

@media (max-width: 460px) {
	.section-insurance {
		padding: 50px 0 30px;
		margin-top: 60px;
	}
}

@media (max-width: 355px) {
	.table-insurance--mobil {
		font-size: 1.3rem;
	}

	.item-insurance .item-insurance__title {
		font-size: 2.2rem;
	}
}

/*== END SECTION CITIES ==*/
/*== BEGIN SECTION QR ==*/
.item-product--info .item-product__title {
    font-weight: 600;
    font-size: 1.8rem;
	min-height: 40px;
}
.item-product--info .item-product__img {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 61.25%;
	padding-top: 30px;
	line-height: 0;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.item-product--info .item-product__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.item-product__qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    gap: 20px 40px;
    margin: 10px 0 20px;
}
.item-product__qr p {
	text-align: center;
    color: #ed7247;
}

/*.item-product__qr img {
    display: block;
    padding: 5px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 10px;
}*/

.modal,
.block-modal--form {
    display: none;
}
.modal__body p {
    margin-bottom: 10px;
    color: #ed7247;
}

/*== END SECTION QR ==*/
/*== BEGIN INNER PAGE ==*/
.entry-content p {
	font-size: 1.6rem;
    line-height: 1.4;
	color: #171717;
}
.entry-content p:not(:last-child) {
	margin-bottom: 20px;
}
.entry-content .alignleft {
    max-width: 50%;
    float: left;
    margin: 0 20px 10px 0;
}
.entry-content .alignright {
    max-width: 50%;
    float: right;
    margin: 0 0 10px 20px;
}
.entry-content>ul li {
    position: relative;
	color: #000;
    font-size: 1.6rem;
    line-height: 1.4;
    padding-left: 20px;
    margin-bottom: 10px;
}

.entry-content>ul li::before {
    background: #000;
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    top: 8px;
    left: 4px;
    border-radius: 50%;
}
.entry-content>ul li:last-child {
    margin-bottom: 20px;
}

@media (max-width: 575px) {
	.entry-content p:not(:last-child) {
		margin-bottom: 15px;
	}
	.entry-content .alignleft,
	.entry-content .alignright {
		max-width: 100%;
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}
}

/*== END INNER PAGE ==*/

.block-modal {
	font-weight: 400;
	font-size: 1.6rem;
	color: #000;
	background-color: #fff;
	position: absolute;
	width: 100%;
	max-width: 1090px;
	border-radius: 15px;
	visibility: hidden;
	left: -9999px;
	height: 0;
	padding: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.block-modal .block-modal__wrapp {
	height: 100%;
	padding: 35px 50px 25px 20px;
	overflow: hidden;
	overflow-y: auto;
	overscroll-behavior-y: contain;
}

.block-modal .fancybox-button svg {
	width: 27px;
	height: 27px;
	fill: #ED7247;
}

.block-modal .fancybox-button svg path {
	fill: #ED7247;
}

.fancybox-slide {
	position: absolute;
	width: 100vw;
	height: 100vh;
	overflow: visible;
}

.fancybox-is-open .block-modal {
	visibility: visible;
	left: 50%;
	height: 100%;
	-webkit-transform: scale(1) translateX(-50%);
	transform: scale(1) translateX(-50%);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.7;
}

.fancybox-slide {
	padding: 15px;
}

.fancybox-slide--html .fancybox-close-small {
	padding: 5px;
}

/*== BEGIN FOOTER ==*/
.footer {
	background: #171717;
	padding: 27px 0 24px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.footer .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer .col--logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 215px;
	flex: 0 0 215px;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -5px;
}

.footer-nav li {
	margin-left: 24px;
}

.footer-nav li:first-child {
	margin-left: 0;
}

.footer-nav a {
	font-size: 1.6rem;
	color: #fff;
	position: relative;
	display: inline-block;
	line-height: 1;
	-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.footer-nav a:hover {
	color: #FFE501;
}

.footer-nav .current-menu-item a {
	color: #FFE501;
	cursor: default;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.footer-nav li {
		margin-left: 15px;
	}

	.footer-nav a {
		font-size: 1.3rem;
	}
}

@media (max-width: 767px) {
	.footer .col--logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-nav a {
		font-size: 1.4rem;
		padding: 3px 0;
	}
}

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

	.footer .col--logo {
		text-align: left;
		margin-bottom: 20px;
	}

	.footer-nav {
		display: block;
	}

	.footer-nav li {
		margin: 0 0 20px 0;
	}

	.footer-nav a {
		font-size: 1.6rem;
		padding: 5px 0;
	}
}

@media (max-width: 355px) {
	.footer-nav li {
		margin-bottom: 10px;
	}
}

/*== END FOOTER ==*/


/*== ADD ==*/
.receivingChoice__select--new {
	border: 1px solid #D3D3D3;
	border-radius: 50px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	height: 45px;
	font-weight: 400;
	font-size: 1.6rem;
	font-family: "Golos Text", Arial, Helvetica, sans-serif;
	color: #5E5E5E;
}
.tabContent__item input.wpcf7-submit {
    display: none;
}
.form input.hidden {
	display: none;
}
.wpcf7-spinner {
	display: none;
}

.box-rent form.wpcf7-form.init > p {
	display: none;
}
.box-rent .form input:-webkit-autofill {
	border-radius: 30px;
}

.box-rent div#tab-4 {
	position: relative;
}
.checkout-placeholder {
	display: none;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background: #fff9;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.checkout-placeholder .checkout-placeholder__text {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    font-size: 24px;
}
/* .checkout-placeholder .checkout-placeholder__text > div {
	max-width: 70%;
	text-align: center;
} */
.checkout-placeholder .checkout-placeholder__text i {
	display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    -webkit-animation-name: cog;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: cog;
    -moz-animation-duration: 2.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: cog;
    -ms-animation-duration: 2.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: cog;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	color: #ed7247;
    font-size: 40px;
}

body .notifyjs-corner {
	z-index: 999999999999999;
}

.modal_next_button:not(.last_step) .last_step {
    display: none;
}

.modal_next_button.last_step .step {
    display:  none;
}

.modal_next_button.last__step .step {
    display:  none;
}

.modal_next_button.last__step .last_step {
    display:  block;
}
.modal_next_button:not(.rotate) i,
.modal_prev_button:not(.rotate) i {
	display: none;
}

.modal_next_button.rotate:disabled svg {
	display: none;
}
.kd_errors.hidden {
	display: none;
}

.modal_next_button.rotate:disabled i {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
	-webkit-animation-name: cog;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: cog;
	-moz-animation-duration: 2.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: cog;
	-ms-animation-duration: 2.5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: cog;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
div.wpcf7-mail-sent-ok {
	text-align: center;
	margin-top: 10px;
}
span.wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

.applicationForm__input.wpcf7-not-valid {
	box-shadow: 0 0 10px red;
	border-color: red;
}

.tabContent__item input.wpcf7-submit {
	display: none;
}
.box-rent form.sent .wpcf7-response-output {
	display: none !important;
}

.modal1 {
position: fixed;
top: 0;
left: 0;
right: 0;
overflow: auto;
width: 100%;
height: 100%;
margin: 0 auto;
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
opacity: 0;
z-index: 99;
background: #0005;
}
.modal1__top {
position: relative;
z-index: 6;
margin: 90px auto 0;
max-width: 1170px;
width: calc(100% - 30px);
background: #fff;
padding: 20px 10px;
font-size: 1.5em;
}
.modal1__content {
position: relative;
z-index: 6;
margin: 0 auto;
max-width: 1170px;
width: calc(100% - 30px);
background: #fff;
}
.modal1__bottom {
margin: 0 auto 90px;
max-width: 1170px;
width: calc(100% - 30px);
}
.modalClose {
cursor: pointer;
position: absolute;
bottom: 0;
right: 0;
width: 30px;
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
z-index: 5;
top: 15px;
padding-right: 10px;
}
.modalClose .icon {
width: 100%;
height: 100%;
margin: auto;
fill: #000;
-webkit-transition: fill 0.3s;
-o-transition: fill 0.3s;
transition: fill 0.3s;
}
.modalClose:hover .icon {
fill: #ff6938;
}
#confirm {
	display: block;
	opacity: 1;
}

#confirm>* {
	max-width: 600px;
}

#confirm .orderBody {
	padding: 50px;
	text-align: center;
	font-size: 18px;
}

#confirm i.fa {
	display: block;
	font-size: 85px;
	color: #ffa943;
}

#confirm i.fa-exclamation-triangle {
	color: red;
}

@-ms-keyframes cog {
	from {
		-ms-transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
	}
}

@-moz-keyframes cog {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes cog {
	from {
		-webkit-transform: rotate(0deg);
	}

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

@keyframes cog {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/* aside-button */
.yButton {
    position: fixed;
    width: 100px;
    height: 100px;
    box-sizing: border-box
}

.yButton.bottom {
    bottom: 80px
}

.yButton.top {
    top: 30px
}

.yButton.right {
    right: 30px!important
}

.yButton.left {
    left: 30px!important
}

.yButtonBackground {
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    width: 100px!important;
    height: 100px!important;
    border-radius: 100%!important;
    background-color: #02a698;
    opacity: .8!important;
    box-sizing: border-box!important
}

.yButtonWave {
    position: absolute!important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -moz-transform: translate(-50%,-50%)!important;
    -o-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    border-radius: 50%!important;
    border-color: #02a698;
    color: #02a698;
    border: 2px solid!important;
    width: 105%;
    height: 105%;
    opacity: .9!important;
    box-sizing: border-box!important;
    -webkit-animation: wave-stroke 2s infinite cubic-bezier(.37,0,.8,.77);
    -moz-animation: wave-stroke 2s infinite cubic-bezier(.37,0,.8,.77);
    -o-animation: wave-stroke 2s infinite cubic-bezier(.37,0,.8,.77);
    animation: wave-stroke 2s infinite cubic-bezier(.37,0,.8,.77)
}

.yButtonText {
    position: absolute!important;
    top: 25px!important;
    left: 5px!important;
    right: 5px!important;
    border-radius: 50%!important;
    width: 90px!important;
    height: 50px!important;
    color: #fff!important;
    font-size: 14px!important;
    line-height: 25px!important;
    font-weight: 400!important;
    text-align: center!important;
    vertical-align: middle!important;
    box-sizing: border-box!important
}
@-webkit-keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0
    }
}

@-moz-keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0
    }
}

@-o-keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0
    }
}

@keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0
    }
}

@media screen and (max-width: 575px) {
    /*.yButton {
        display: none
    }*/
}