/* reset */
:root {
	--colors-text: #1f1f1f;
	--colors-text-muted: #adb5bd;
	--colors-accent-red: #e24545;
	--colors-accent-orange: #ee7d38;
	--colors-accent-blue: #30abd1;
	--colors-accent-yellow: #fed42b;
	--colors-heading: #212529;
	--colors-background-black: #212529;
	--colors-background-white: #fff;
	--colors-link: #759b3e;
	--colors-link-hover: #d8d1d1;
	--colors-link-hover-green: #59762e;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

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

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

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

dfn {
	font-style: italic
}

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

small {
	font-size: 80%
}

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

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

audio,
video {
	display: inline-block
}

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

img {
	border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	outline: 0!important;
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

html {
	box-sizing: border-box
}

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

body {
	background: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

hr {
	border: 0;
	display: block;
	height: 1px;
	background: #DEE3E9;
	background: linear-gradient(to right, rgba(222, 227, 233, 0.1) 0, rgba(222, 227, 233, 0.6) 50%, rgba(222, 227, 233, 0.1) 100%);
	margin-top: 24px;
	margin-bottom: 24px
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 20px
}

ul {
	list-style: disc
}

ol {
	list-style: decimal
}

li>ul,
li>ol {
	margin-bottom: 0
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dt {
	font-weight: 700
}

dd {
	margin-left: 20px;
	margin-bottom: 20px
}

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

figure {
	margin: 24px 0
}

figcaption {
	font-size: 14px;
	line-height: 20px;
	padding: 8px 0
}

img,
svg {
	display: block
}

table {
	border-collapse: collapse;
	margin: 20px 0;
	width: 100%
}

tr {
	border-bottom: 1px solid #e9ecef
}

tr:last-child {
	border-bottom: 0
}

th {
	text-align: left
}

p {
	margin-top: 0;
	margin-bottom: 20px
}

div > p:last-child {
	margin-bottom: 0
}

dfn,
cite,
em,
i {
	font-style: italic
}

/*blockquote {
	color: #889BB0;
	font-style: italic;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: 24px
}

blockquote::before {
	content: "\201C"
}

blockquote::after {
	content: "\201D"
}

blockquote p {
	display: inline
}*/

address {
	color: #333E4A;
	border-width: 1px 0;
	border-style: solid;
	border-color: #DEE3E9;
	padding: 20px 0;
	margin: 0 0 20px
}

pre,
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6,
pre .h1,
pre .h2,
pre .h3,
pre .h4,
pre .h5,
pre .h6 {
	font-family: "Courier 10 Pitch", Courier, monospace
}

pre,
code,
kbd,
tt,
var {
	background: #F5F6F7
}

pre {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 24px;
	margin-top: 24px;
	margin-bottom: 24px
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 16px;
	padding: 2px 4px
}

abbr,
acronym {
	cursor: help
}

mark,
ins {
	text-decoration: none
}

small {
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -0.1px
}

b,
strong {
	font-weight: 700
}

button,
input,
select,
textarea,
label {
	font-size: 16px;
	line-height: 24px
}

/* global */

html {
	overflow-x: hidden;
}

body {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--colors-text);
	background: var(--colors-background);
	overflow-x: hidden;
}

body:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

body.offcanvas-menu:before {
	opacity: 1;
	visibility: visible;
}

@media (min-width: 1101px) {
	body.with-decorate {
		padding: 0 45px;
	}
}

@media (max-width: 1100px) {
	body.with-decorate {
		padding-left: 0!important;
		padding-right: 0!important;
	}
}

.mt-6, .my-6 {
	margin-top: 4rem;
}

.mb-6, .my-6 {
	margin-bottom: 4rem;
}

a {
	color: var(--colors-link);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

a:hover {
	color: var(--colors-link-hover);
	text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	font-family: "Bender", sans-serif;
	text-transform: uppercase;
	letter-spacing: .075em;
	color: var(--colors-heading);
}

h1,
.h1 {
	font-size: 44px;
	line-height: 1.2;
}

h2,
.h2 {
	font-size: 36px;
	line-height: 44px;
}

h3,
.h3 {
	font-size: 28px;
	line-height: 36px;
}

h4,
.h4 {
	font-size: 22px;
	line-height: 30px;
}

h5,
.h5 {
	font-size: 18px;
	line-height: 26px;
}

h2 .icon,
.h2 .icon {
	vertical-align: middle;
}

.material-symbols-outlined {
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 48
}

.icon-big {
	font-size: 48px;
}

.icon-big.material-symbols-outlined {
	font-variation-settings:
	'FILL' 0,
	'wght' 200,
	'GRAD' 0,
	'opsz' 48
}

.text-sm {
	font-size: 14px;
	line-height: 20px;
}
.text-l {
	font-size: 18px;
	line-height: 24px;
}
.text-xl,
.text-xxl {
	font-size: 20px;
	line-height: 26px;
}

.text-300 {
		font-weight: 300!important;
}
.text-400 {
		font-weight: 400!important;
}
.text-500 {
		font-weight: 500;
}
.text-600 {
		font-weight: 600;
}
.text-700 {
		font-weight: 700;
}
.text-900 {
		font-weight: 900;
}

@media (min-width: 641px) {
	.text-l {
		font-size: 18px;
		line-height: 26px;
	}
	.text-xl {
		font-size: 20px;
		line-height: 28px;
	}
	.text-xxl {
		font-size: 24px;
		line-height: 30px;
	}
}

@media (max-width: 641px) {
	h1,
	.h1 {
		font-size: 36px;
	}
}

.text-primary {
	color: var(--colors-link); !important;
}

.text-light {
	color: #dee2e6 !important;
}

.text-black {
	color: #000000 !important;
}

a.text-dark {
	color: var(--colors-link-hover); !important;
}

a.text-dark:hover {
	color: var(--colors-link) !important;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bg-primary {
	background-color: var(--colors-link) !important;
}

.bg-red {
	background-color: var(--colors-accent-red) !important;
}

.bg-orange {
	background-color: var(--colors-accent-orange) !important;
}

.bg-blue {
	background-color: var(--colors-accent-blue) !important;
}

.bg-shadow {
	box-shadow: 0 24px 56px -8px rgba(15, 23, 28, 0.25);
}

.btn {
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05rem;
	padding: 16px 32px;
	border-radius: 4px;
	border: none;
	transition: all .3s ease-in-out;
}
.btn:active,
.btn:focus {
	outline: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.btn-sm {
	padding: 8px 24px 10px;
	font-size: 16px;
}

.btn-shadow {
	position: relative;
}

.btn-shadow::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 4px;
	box-shadow: 0 24px 56px -8px rgba(10, 56, 84, 0.25);
	transition: box-shadow .4s ease;
	mix-blend-mode: multiply;
}

.btn-shadow:hover::before {
	box-shadow: 0 24px 56px rgba(10, 56, 84, 0.40)
}

.btn.btn-primary {
	position: relative;
	background: var(--colors-link);
	background: linear-gradient(115deg, #759b3e 0, #59762e 50%, #759b3e 100%);
	background-size: 200% 200%;
	background-position: 0% 50%;
	border: none;
	color: #fff;
	animation: btn-primary-gradient 0.3s ease;
}

.btn.btn-yellow {
	position: relative;
	background: #fed42b;
	background: linear-gradient(115deg, #ffe445 0, #fed42b 50%, #ffe445 100%);
	background-size: 200% 200%;
	background-position: 0% 50%;
	border: none;
	color: var(--colors-text);
	font-weight: 600;
	animation: btn-primary-gradient 0.3s ease;
}

.btn.btn-primary:hover,
.btn.btn-yellow:hover {
	background-position: 100% 50%;
	animation: btn-primary-gradient-hover 0.3s ease;
}

@keyframes btn-primary-gradient {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes btn-primary-gradient-hover {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}

.btn.btn-white {
	background-color: #fff;
}

.btn.btn-white:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.btn.btn-black {
	color: #fff;
	background-color: var(--colors-background-black);
}

.btn.btn-black:hover {
	background-color: var(--colors-link);
	color: var(--colors-background-white);
}

.btn.btn-outline-white {
	border: 1px solid #fff;
	color: #fff;
	font-weight: 600;
}

.btn.btn-outline-white:hover {
	background: #fff;
	color: #212529 !important;
}

.btn.btn-outline-black {
	border: 1px solid rgba(0, 0, 0, 0.3);
	font-weight: 600;
}

.btn.btn-outline-black:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.btn-stack {
	display: flex;
	flex-wrap: wrap;
}
.btn-stack .btn {
	margin-right: 10px;
}

.btn .icon,
a .icon {
	vertical-align: text-top;
}

@media (max-width: 991.98px) {
	.btn-sm-mob {
		padding-left: 20px;
		padding-right: 20px;
	}
	.btn-sm {
		height: auto;
		padding: 10px 20px;
		line-height: 1.4;
	}
}

/* dividers */
.has-top-divider {
	position: relative;
}

.has-top-divider::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	height: 1px;
	background: #e5e5e5;
}

.has-bottom-divider {
	position: relative
}

.has-bottom-divider::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	height: 1px;
	background: #e5e5e5;
}

.form-container {
	border-radius: 4px;
	padding: 60px;
}

@media (max-width: 991.98px) {
	.form-container {
		padding: 30px;
	}
}

.form-control,
.custom-select {
	border: 2px solid #e9ecef;
	font-size: 16px;
	height: 45px;
	border-radius: 4px;
}

.form-control:active,
.form-control:focus,
.custom-select:active,
.custom-select:focus {
	border-color: var(--colors-link);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gutter-v1 {
	margin-right: -20px;
	margin-left: -20px;
}

@media (max-width: 991.98px) {
	.gutter-v1 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.gutter-v1>.col,
.gutter-v1>[class*="col-"] {
	padding-right: 20px;
	padding-left: 20px;
}

@media (max-width: 991.98px) {
	.gutter-v1>.col,
	.gutter-v1>[class*="col-"] {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.spinner-border {
	color: var(--colors-link);
}

@media (min-width: 768px) {
	.fixed-height {
		min-height: 350px;
	}
}

/* /////////////////////////// 
	Preload
//////////////////////////// */
#overlayer {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 7100;
	background: #ffffff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.loader {
	z-index: 7700;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.position-relative {
	position: relative;
}


/* /////////////////////////// 
	Site Top
//////////////////////////// */
.site-top {
	position: absolute;
	top: 0;
	left: 70px;
	right: 70px;
	z-index: 990;
	height: 50px;
}

/*.site-top:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: -70px;
	right: -70px;
	background-color: var(--colors-background-white);
}*/

.site-top > div {
	position: relative;
	z-index: 2;
}

@media (max-width: 1100px) {
	.site-top {
		left: 30px;
		right: 30px;
	}
}

@media (max-width: 576px) {
	.site-top {
		left: 15px;
		right: 15px;
	}
}

.site-top > .row {
	height: 100%;
}

.site-top .contacts li,
.site-top .contacts li a {
	font-size: 16px;
	line-height: 1.2;
	color: #adb5bd;
}

.site-top .contacts li {
	margin-right: 30px;
}

.site-top .contacts li:last-child {
	margin-right: 0;
}

.site-top .contacts li a:hover {
	color: var(--colors-text);
}

.dot {
    pointer-events: none;
	width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background-color: #adb5bd;
    border-radius: 50%;
}

.contacts li .icon {
    font-size: 24px;
    vertical-align: middle;
	color: var(--colors-text);
	line-height: inherit;
	margin-right: 4px;
}

@media (max-width: 1100px) {
	.site-top .contacts li {
		font-size: 13px;
		margin-right: 0;
	}
	.site-top .contacts li:last-child {
		margin-right: 0;
	}
}

/* /////////////////////////// 
	Sticky Nav
//////////////////////////// */
#sticky-nav {
	z-index: 990;
}

.sticky {
	position: fixed;
	z-index: 990;
}

#sticky-nav .sticky {
	z-index: 990;
	border-bottom: 0 !important;
	transition: all 0.3s;
}

#sticky-nav > div {
	z-index: 1;
}

#sticky-nav > div:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: -25%;
	right: -25%;
	top: 0;
	height: 100%;
	background-color: rgba(233, 236, 239, 0.85);
	backdrop-filter: blur(16px);
	opacity: 0;
	transition: opacity 0.3s;
}

#sticky-nav .sticky:before {
	opacity: 1;
}

#sticky-nav > div > .row {
	position: relative;
	z-index: 2;
}

@media (max-width: 768px) {
	#sticky-nav > div:before {
		left: -30px;
		right: -30px;
	}
}

@media (max-width: 576px) {
	#sticky-nav > div:before {
		left: -15px;
		right: -15px;
	}
}

/* /////////////////////////// 
	Site Nav
//////////////////////////// */
.site-nav {
	position: absolute;
	top: 50px;
	left: 70px;
	right: 70px;
	z-index: 99;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(108, 117, 125, 0.15);
}

@media (max-width: 1100px) {
	.site-nav {
		left: 30px;
		right: 30px;
	}
}

@media (max-width: 991.98px) {
	.site-nav {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 576px) {
	.site-nav {
		left: 15px;
		right: 15px;
	}
}

.menu-absolute {
	position: absolute;
	right: 15px;
}

.site-nav .logo {
	z-index: 9;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.site-nav .logo a {
	display: block;
	color: #e60012;
}

.site-nav .logo a img {
	width: 148px;
}

.site-nav h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
}

.site-nav .cta-button {
	margin-left: 2px; 
}

.cta-button.social .btn {
	padding: 0;
	height: 42px;
	width: 42px;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;	
	display: inline-flex;
    justify-content: center;
    align-items: center;
}

.site-nav .site-navigation .site-menu {
	margin-bottom: 0;
	padding: 17px 0;
}

.site-nav .site-navigation .site-menu > li {
	display: inline-block;
}

.site-nav .site-navigation .site-menu > li > a.site-menu-item {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05rem;
	padding: 25px 15px;
	color: rgba(0, 0, 0, 0.8);
	display: inline-block;
	text-decoration: none !important;
}

.site-nav .site-navigation .site-menu > li > a.site-menu-item:hover {
	color: rgba(0, 0, 0, 0.5);
}

.site-nav .site-navigation .site-menu > li > a.site-menu-item.active {
	color: #759b3e;
}

.site-nav .site-navigation .site-menu .has-children {
	position: relative;
}

.site-nav .site-navigation .site-menu .has-children > a {
	position: relative;
	padding-right: 20px;
}

.site-nav .site-navigation .site-menu .has-children > a:before {
	position: absolute;
	content: "\e313";
	font-size: 14px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'icomoon';
}

.site-nav .site-navigation .site-menu .has-children .dropdown {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	z-index: 999;
	position: absolute;
	min-width: 260px;
	text-align: left;
	box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
	padding: 20px 0;
	margin-top: 20px;
	margin-left: 0px;
	background: #ffffff;
	-webkit-transition: 0.2s 0s;
	-o-transition: 0.2s 0s;
	transition: 0.2s 0s;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
	position: absolute;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	display: none;
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	display: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown a {
	font-size: 16px;
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: 0s all;
	-o-transition: 0s all;
	transition: 0s all;
	color: #000000;
}

.site-nav .site-navigation .site-menu .has-children .dropdown .active {
	color: #e60012 !important;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li {
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 180px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.active>a {
	color: #e60012 !important;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a {
	padding: 10px 20px;
	display: block;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a:hover {
	color: #e60012;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
	content: "\e315";
	right: 20px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
	left: 100%;
	top: 0;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown li a:hover,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul li a:hover {
	color: #e60012;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
	color: #e60012;
}

.site-nav .site-navigation .site-menu .has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children:focus>a,
.site-nav .site-navigation .site-menu .has-children:active>a {
	color: rgba(0, 0, 0, 0.5);
}

.site-nav .site-navigation .site-menu .has-children:hover,
.site-nav .site-navigation .site-menu .has-children:focus,
.site-nav .site-navigation .site-menu .has-children:active {
	cursor: pointer;
}

.site-nav .site-navigation .site-menu .has-children:hover>.dropdown,
.site-nav .site-navigation .site-menu .has-children:focus>.dropdown,
.site-nav .site-navigation .site-menu .has-children:active>.dropdown {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 1px;
	visibility: visible;
	opacity: 1;
}

.site-mobile-menu-close {
	display: block;
	position: relative;
	height: 40px;
	width: 40px;
	z-index: 99;
	cursor: pointer;
	top: -20px;
}

.site-mobile-menu-close > span {
	cursor: pointer;
	display: block;
	position: absolute;
	height: 40px;
	width: 40px;
	background-color: var(--colors-link);
	color: #fff;
	border-radius: 4px;
}

.site-mobile-menu {
	width: 300px;
	position: fixed;
	right: 0;
	z-index: 2000;
	padding-top: 20px;
	background: #ffffff;
	height: calc(100vh);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
	transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas-menu .site-mobile-menu {
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	margin-top: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 24px;
	display: inline-block;
	padding: 8px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	display: inline-block;
	text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
	max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding: 0 20px 20px 20px;
	height: calc(100vh - 52px);
	padding-bottom: 100px;
}

.site-mobile-menu .site-nav-wrap {
	padding: 20px 0 0;
    margin: 20px 0 0;
	list-style: none;
	position: relative;
	overflow: hidden;
    border-top: 1px solid rgba(108, 117, 125, 0.15);
}

.site-mobile-menu .site-nav-wrap:nth-child(2) {
	padding: 30px 20px;
    background: var(--colors-background-black);
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    border-top: 0;
	border-radius: 4px;
}

.site-mobile-menu .site-nav-wrap a:not(.btn) {
	padding: 10px 0;
	display: block;
	position: relative;
	font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05rem;
	color: #000;
}

.site-mobile-menu .site-nav-wrap li {
	position: relative;
	display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
	color: var(--colors-link);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 20;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid rgba(108, 117, 125, 0.15);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.active {
	border: 0;
	background-color: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-size: 16px;
	z-index: 20;
	font-family: "icomoon";
	content: "\e313";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.site-mobile-menu .site-nav-wrap>li.cta-button {
	display: inline-flex;
	float: none;
	width: auto;
	margin: 5px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
	position: relative;
	padding: 0;
	margin: 5px 0 10px;
	list-style: none;
	
}
.site-mobile-menu .site-nav-wrap>li>ul:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(0deg, #ff0000 0, #e60012 100%);
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
	display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
	padding-left: 20px!important;
	font-size: 14px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
	padding: 0;
	margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
	display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
	font-size: 14px;
	padding-left: 60px;
}

.sticky-wrapper {
	position: absolute;
	z-index: 100;
	width: 100%;
}

.sticky-wrapper .site-navbar {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
	color: #000000;
}

.sticky-wrapper .site-navbar .site-logo a {
	color: #000000;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
	color: rgba(0, 0, 0, 0.8) !important;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
	color: #000000 !important;
}

.sticky-wrapper.is-sticky .burger:before,
.sticky-wrapper.is-sticky .burger span,
.sticky-wrapper.is-sticky .burger:after {
	background: #000000;
	-webkit-transition: .0s all ease;
	-o-transition: .0s all ease;
	transition: .0s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
	background: #000000;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
	color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
	color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
	color: #e60012 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li.active a {
	color: #e60012 !important;
}

.sticky-wrapper .shrink {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}


/* Burger */
.burger {
	width: 28px;
	height: 32px;
	cursor: pointer;
	position: relative;
}

.burger:before,
.burger span,
.burger:after {
	width: 100%;
	height: 2px;
	display: block;
	background: var(--colors-heading);
	position: absolute;
	opacity: 1;
}

.burger:before,
.burger:after {
	-webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
	transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
	transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
	content: "";
}

.burger:before {
	top: 4px;
}

.burger span {
	top: 15px;
}

.burger:after {
	top: 26px;
	width: 75%;
}

.burger:hover:before {
	top: 7px;
}

.burger:hover:after {
	top: 23px;
}

.burger:focus {
	outline: none;
}

.section,
.site-section {
	padding: 5rem 0;
}


/* /////////////////////////// 
	Hero
//////////////////////////// */
.hero {
	position: relative;
	background-color: #e9ecef;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.hero-bg {
	opacity: 0.1;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat-y: no-repeat;
	background-position: 50% 100%;
	background-image: url('../images/hero-image-5.svg')
}

@media (min-width: 1101px) {
	.hero {
		margin-top: 50px;
	}
}

@media (max-width: 1100px) {
	.hero {
		margin-top: 50px;
	}
}

@media (min-width: 1280px) {
	.hero-bg {
		background-size: 100%;
	}
}

.hero.overlay {
	position: relative;
}

.hero.overlay:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.2);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 100%);
}

.hero {
	height: calc(100% - 50px);
	min-height: 800px;
}

.hero .intro {
	position: relative;
	z-index: 2;
	max-width: 800px;
}

.hero .intro h1 {
	font-size: 42px;
	font-weight: 700;
}

.intro-image-wrap {
	margin: 40px 0 140px;
}

.intro-image {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	max-width: 490px;
	min-height: 490px;
	background-position: 45% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0% 50%);
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0% 50%);
}
.intro-image-back {
	position: absolute;
	z-index: 2;
	top: -20px;
	left: 20px;
	width: 490px;
	height: 420px;
	background-color: var(--colors-link);
	-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0% 50%);
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0% 50%);
}
.intro-image-shadow {
	position: absolute;
	z-index: 1;
	top: 5px;
	bottom: 5px;
	right: 40px;
	width: 360px;
	background: var(--colors-link);
	box-shadow: 0 65px 100px -15px rgba(15, 23, 28, 0.65);
}

.intro-image-badge {
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 70px;
	width: 120px;
	height: 120px;
	padding: 0 15px;
	border-radius: 50%;
	background: var(--colors-link);
	box-shadow: 0 15px 25px -5px rgba(15, 23, 28, 0.2);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.intro-image-badge > div {
	color: #fff;
	line-height: 1.2;
}

@media (max-width: 991.98px) {
	.hero .intro {
		margin-top: 30px;
	}
	.hero .intro h1 {
		font-size: 32px;
	}
}
@media (max-width: 768px) {
	.intro-image {
		-webkit-clip-path: none;
		clip-path: none;
		box-shadow: 0 65px 100px -15px rgba(15, 23, 28, 0.65);
	}
	.intro-image-shadow {
		display: none;
	}
	.intro-image-badge {
		left: unset;
		right: 35px;
	}
}

.slider-hero-padding {
	position: relative;
	z-index: 2;
	padding: 77px 0 0;
}

/* Slider */
.slick-loading .slick-list
{
	background: #fff url('../plugins/slick-slider/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slider-hero .slick-prev,
.slider-hero .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 40%;
	z-index: 10;
	display: block;
	width: 20px;
	height: 32px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slider-hero .slick-prev:hover,
.slider-hero .slick-prev:focus,
.slider-hero .slick-next:hover,
.slider-hero .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slider-hero .slick-prev:hover:before,
.slider-hero .slick-prev:focus:before,
.slider-hero .slick-next:hover:before,
.slider-hero .slick-next:focus:before {
	opacity: 1;
}
.slider-hero .slick-prev.slick-disabled:before,
.slider-hero .slick-next.slick-disabled:before {
	opacity: .25;
}

.slider-hero .slick-prev:before,
.slider-hero .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slider-hero .slick-prev {
	left: 25px;

}

.slider-hero .slick-prev:before {
	content: '';
}

.slider-hero .slick-next {
	right: 25px;
}

.slider-hero .slick-next:before {
	content: '';
}

/* Dots */
.slider-hero {
	padding-bottom: 30px;
}

.slider-hero .slick-dots {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1140px;
	padding-right: 15px;
    padding-left: 15px;
    margin-top: -80px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
.slider-hero .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 32px;
	padding: 0;
	cursor: pointer;
}

.slider-hero .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px 10px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slider-hero .slick-dots li button:hover,
.slider-hero .slick-dots li button:focus {
	outline: none;
}

.slider-hero .slick-dots li button:hover:before,
.slider-hero .slick-dots li button:focus:before {
	opacity: 1;
}

.slider-hero .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	background-color: #fcd39b;
	border-radius: 50%;
	transition: background-color 0.3s;
}

.slider-hero .slick-dots li.slick-active button:before {
	background-color: #EF7F1A;
}

.slider-hero .slider-icon,
.slider-hero .slick-dots li a {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	/*border: 2px solid rgba(0, 0, 0, 0.2);*/
	border-radius: 50%;
	/*background-color: rgba(173, 181, 189, 0.5);*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 60px 60px;
	text-indent: -9999px;
}
.slider-hero .slick-dots li a:after {
	content: '';
	position: absolute;
	z-index: -1;	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*border: 2px solid rgba(0, 0, 0, 0.2);*/
	border-radius: 50%;
	background-color: rgba(173, 181, 189, 0.5);
	transition: all 0.3s ease;
}

.slider-hero .slick-dots li:first-child a {
	background-image: url(../images/icon-slider-intro.svg);
}

.slider-hero .slick-dots li:nth-child(2) a {
	background-image: url(../images/icon-slider-motel.svg);
}

.slider-hero .slick-dots li:nth-child(3) a {
	background-image: url(../images/icon-slider-cafe.svg);
}

.slider-hero .slick-dots li:nth-child(4) a {
	background-image: url(../images/icon-slider-parking.svg);
}

.slider-hero .slick-dots li:nth-child(5) a {
	background-image: url(../images/icon-slider-service.svg);
}

.slider-hero .slick-dots li a:hover:after {
	background-color: rgba(255, 255, 255, 0.9);
}

.slider-hero .slick-dots li.slick-active a:after {
	background-color: rgba(255, 255, 255, 0.9);
	/*box-shadow: 0 15px 25px -5px rgba(15, 23, 28, 0.2);*/
	transform: scale(1.2);
}

@media (max-width: 768px) {
	.slider-hero {
		padding-bottom: 0;
	}
	.slider-hero .slick-dots {
		display: none !important;
	}
	.intro-image-wrap {
		margin: 20px 0 80px;
	}
	.slider-hero .slick-prev,
	.slider-hero .slick-next {
		top: unset;
		bottom: 0;
	}
}

/* Card Slider */
.card-gallery .slick-prev,
.card-gallery .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: auto;
	bottom: -10px;
	z-index: 10;
	display: block;
	width: 40px;
	height: 40px;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.card-gallery .slick-prev:hover,
.card-gallery .slick-prev:focus,
.card-gallery .slick-next:hover,
.card-gallery .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.card-gallery .slick-prev:hover:before,
.card-gallery .slick-prev:focus:before,
.card-gallery .slick-next:hover:before,
.card-gallery .slick-next:focus:before {
	opacity: 1;
}
.card-gallery .slick-prev.slick-disabled:before,
.card-gallery .slick-next.slick-disabled:before {
	opacity: .25;
}

.card-gallery .slick-prev:before,
.card-gallery .slick-next:before {
	font-family: 'Material Symbols Outlined';
	font-size: 24px;
	line-height: 1;
	color: #fff;
	transition: 0.3s;
	opacity: 0.75;
}

.card-gallery .slick-prev {
	right: 60px;
}

.card-gallery .slick-prev:before {
	content: '\e5e0';
}

.card-gallery .slick-next {
	right: 15px;
}

.card-gallery .slick-next:before {
	content: '\e5e1';
}

/* Dots */
.card-gallery .slick-dots {
	position: relative;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	max-width: 1140px;
	padding-right: 15px;
    padding-left: 15px;
    margin-top: -40px;
	list-style: none;
}

.card-gallery .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
}

.card-gallery .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.card-gallery .slick-dots li button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background-color: #fff;
	border-radius: 50%;
	opacity: .5;
	transition: 0.3s;
}

.card-gallery .slick-dots li button:hover:before {
	opacity: 1;
}

.card-gallery .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: var(--colors-accent-yellow);
	transform: scale(1.5);
}

/* /////////////////////////// 
	Sections
//////////////////////////// */
.image-wrapper {	
	min-height: 480px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 5rem 0;
}

.image-wrapper.overlay {
    position: relative;
}

.image-wrapper.overlay:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background-image: radial-gradient(79.63% 79.63% at 50% 20%, rgba(72,59,18,.45) 0, rgba(11,24,40,.9) 100%);
	/*background-image: radial-gradient(79.63% 79.63% at 50% 20%, rgba(11,24,40,.45) 0, rgba(11,24,40,.9) 100%);
	background-image: linear-gradient(60deg, rgba(45, 61, 92, 0.9), rgba(100, 186, 145, 0.5));*/
}

.banner-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 320px;
	max-width: 260px;
	/*clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0% 100%);
    padding-right: 10%;*/
}

.banner-wrapper .icon {
	width: 128px;
}

.unit-2 {
	flex: 0 0 33%;
	padding-right: 16px;
	padding-bottom: 16px;
}

.unit-2 .unit-2-icon {
	position: relative;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: #f3f4f5;
	/*box-shadow: 0 15px 30px -7px rgba(95, 124, 101, 0.5);*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.unit-2 .unit-2-icon span {
    font-size: 24px;
    color: var(--colors-link);
}

@media (max-width: 768px) {
	.unit-2 {
		flex: 0 0 auto;
	}
}

/* card */
.card {
	border: 0;
	border-radius: 0;
	border-radius: 8px;
	overflow: hidden;
}

.card-border {
	border: 1px solid #dee2e6;
}

.card-hover {
	transition: box-shadow 0.4s;
}

.card-hover:hover {
	box-shadow: 0 24px 56px -8px rgba(15, 23, 28, 0.25);
}

@media (max-width: 991.98px) {
	.card-decor {
		position: relative;
		z-index: 1;
		top: auto;
		left: auto;
		margin-top: -30px;
	}
	.card-decor img {
		min-width: 1px;
		width: 100%;
	}
}

.fancybox-item.fancybox-close {
	background-color: var(--colors-link);
	background-size: 24px;
	height: 50px;
	width: 50px;
	right: 10px;
	top: 10px;
	border-radius: 4px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.fancybox-item.fancybox-close:before {
	content: '\e5cd';
	font-family: 'Material Symbols Outlined';
	font-size: 24px;
	line-height: 1;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fancybox-next span {
    background-color: var(--colors-link);
    height: 50px;
    width: 50px;
    right: 10px !important;
    border-radius: 4px;
}

.fancybox-next span:before {
	content: '\e5e1';
	font-family: 'Material Symbols Outlined';
	font-size: 24px;
	line-height: 1;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fancybox-prev span {
    background-color: var(--colors-link);
	height: 50px;
    width: 50px;
    left: 10px !important;
    border-radius: 4px;
}

.fancybox-prev span:before {
	content: '\e5e0';
	font-family: 'Material Symbols Outlined';
	font-size: 24px;
	line-height: 1;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-30%, -50%);
}
.fancybox-item.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover { opacity: 0.8; }


.card-gallery {
	position: relative;
	z-index: 1;
}

.card-gallery-item,
.card-gallery-item-s {
	position: relative;
	display: block;
	height: 320px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.card-gallery-item-s {
	height: 240px;
	flex-shrink: 0;
}

.card-gallery-item .bg-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	background: linear-gradient(180deg, rgba(12, 20, 31, 0) 0%, #0c141f 100%);
	transition: 0.5s;
}

.card-gallery-item:hover .bg-wrap {
	top: 0;
}

.card-gallery-item .bg-wrap:before {
	content: '\e8ff';
	font-family: 'Material Symbols Outlined';
	font-size: 48px;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
	line-height: 1;
	color: var(--colors-accent-yellow);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.card-gallery-item-s .bg-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(12, 20, 31, 0) 0%, rgba(12, 20, 31, 0.5) 100%);
	transition: 0.5s;
}

.list-dots {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-dots li {
    position: relative;
    list-style: none;
    margin: 0 0 12px;
    padding-left: 20px;
}

.list-dots li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background-color: var(--colors-link);
}

.list-dots.text-sm li:before {
	top: 6px;
}

.card-badge-wrapper {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
}

.card-badge-wrapper > * {
	margin-left: -10px;
}

.card-badge {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	box-shadow: 0 15px 25px -5px rgba(15, 23, 28, 0.15);
	z-index: 2;
}

.card-badge > * {
	color: #fff;
}

.card-badge .text-sm {
	font-size: 12px;
	line-height: 1.2;
}

/* /////////////////////////// 
	Gallery
//////////////////////////// */

.mt-min-20 {
	margin-top: -340px;
}

@media (max-width: 768px) {
	.mt-min-20 {
		margin-top: 20px;
	}
}
.carousel-gallery {
	margin-bottom: 50px;
}

.carousel-gallery .slick-track {
	display: flex;
}

.carousel-gallery .items {
	padding: 0 15px;
	width: 386px;
	/*min-width: 376px;
	float: unset;
	flex-shrink: 0;*/
}

.carousel-gallery-item {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 8px;	
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.carousel-gallery-item .bg-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	background: linear-gradient(180deg, rgba(12, 20, 31, 0) 0%, #0c141f 76.56%);
	transition: 0.4s;
}

.carousel-gallery-item .link {
	position: absolute;
	padding: 15px 20px;
	left: 0;
	bottom: -100%;
	width: 100%;
	z-index: 1;
	transition: 0.6s;
}

.carousel-gallery-item .link .icon {
	background-color: #fff;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-radius: 4px;
	transition: 0.5s;
	color: var(--colors-link);
	font-size: 32px;
	flex: 0 0 auto;
}

.carousel-gallery-item .link .icon:hover {
	box-shadow: 0 15px 30px rgba(244, 111, 124, 0.2) !important;
}
.carousel-gallery-item:hover .bg-wrap {
	top: 0;
}
.carousel-gallery-item:hover .link {
	bottom: 0;
}


.carousel-gallery .slick-prev {
	left: 15px;
}

.carousel-gallery .slick-next {
	left: 60px;
}

.carousel-gallery .slick-arrow {
	position: absolute;
	z-index: 10;
	top:  100%;
	margin-top: 20px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	opacity: 0.75;
	transition: 0.3s;
}
.carousel-gallery .slick-arrow:hover,
.carousel-gallery .slick-arrow:focus {
	color: transparent;
	outline: none;
	background: transparent;
	opacity: 1;
}

.carousel-gallery .slick-prev:before,
.carousel-gallery .slick-next:before {
	font-family: 'Material Symbols Outlined';
	font-size: 24px;
	line-height: 1;
	color: #000;
	transition: 0.3s;
}

.carousel-gallery .slick-prev:before {
	content: '\e5e0';
}

.carousel-gallery .slick-next:before {
	content: '\e5e1';
}

.modal-content {
	border: 0;
	border-radius: 8px;
}

.modal-header {
	border-radius: 6px 6px 0 0;
}

.modal-header .close {
	margin: 0;
	text-shadow: none;
    font-size: 32px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    opacity: 1;
    transition: 0.3s;
}
.modal-header .close:hover {
	color: #000;
	opacity: 1;
}

/* */
.custom-accordion .accordion-item {
	background-color: #f9f9f9;
	margin-bottom: 0px;
	position: relative;
	border-radius: 0px;
	overflow: hidden;
}

.custom-accordion .accordion-item .btn-link {
	display: block;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
	text-align: left;
	color: #999;
	border: none;
	padding-left: 40px;
	border-radius: 4px;
	position: relative;
	background: #ffffff;
}

.custom-accordion .accordion-item .btn-link:before {
	font-family: 'icomoon';
	content: "\f196";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
	font-weight: 700;
	color: #e60012;
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
	font-family: 'icomoon';
	content: "\f147";
	position: absolute;
	color: #e60012;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom-accordion .accordion-item.active {
	z-index: 2;
}

.custom-accordion .accordion-item.active .btn-link {
	color: #e60012;
	-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.custom-accordion .accordion-item .accordion-body {
	padding: 20px 20px 20px 20px;
	color: #888;
}

/* /////////////////////////// 
	Footer
//////////////////////////// */

.site-footer {
	padding-top: 70px;
	padding-bottom: 30px;
	font-size: 15px;
}

@media (max-width: 991.98px) {
	.site-footer {
		padding-top: 50px;
	}
}

.site-footer a {
	color: #000000;
}

.site-footer a:hover {
	color: var(--colors-link);
}

.site-footer .widget {
	margin-bottom: 30px;
}

.site-footer .widget .links li {
	display: block;
	margin-bottom: 10px;
}

.site-footer .widget .links li a {
	color: #000000;
}

.site-footer .widget .links li a:hover {
	color: #e60012;
}

.site-footer .copyright {
	position: relative;
	padding-top: 40px;
	margin-top: 40px;
}

.site-footer .copyright:before {
	top: 0;
	position: absolute;
	left: 15px;
	right: 15px;
	content: "";
	height: 1px;
	background: #ebedee;
}

/* /////////////////////////// 
	Scroll Button
//////////////////////////// */
.scroll-up {
	position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    background-color: #759b3e;
    border-radius: 4px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 900;
}
.scroll-up .icon {
	color: #fff;
	font-size: 40px;
}
.scroll-up:hover {
	cursor: pointer;
	background-color: #59762e;
}
.scroll-up:active {
	background-color: #495057;
}



/* accordion */
.accordion {
	font-size: 16px;
	line-height: 24px;
	list-style: none;
	margin: 30px 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

.accordion li {
	margin: 10px 0;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

/*.accordion li::before,
.accordion li::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,.1);
}*/

.accordion li+li::before {
	content: normal;
}

.accordion p {
	margin-top: 0;
}

.accordion-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	cursor: pointer;
	color: #202932;
	font-family: 'Bender', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.accordion-title span {
	width: calc(100% - 70px);
}

.accordion-body {
	padding: 0 20px;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height .15s ease-in-out, opacity .15s;
}

.is-open .accordion-body {
	padding: 20px;
	opacity: 1;
}

.accordion-body p:last-child {
	margin-bottom: 24px;
}

.accordion-icon {
	position: relative;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 15px 30px -7px rgba(242, 153, 86, 0.5);
}

.accordion-icon::before,
.accordion-icon::after {
	content: '';
	position: absolute;
	background-color: #f29956;
    border-radius: 2px;
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
}

.accordion-icon::before {
	top: 12px;
    left: 50%;
    width: 3px;
    bottom: 12px;
    margin-left: -1.5px;
}

.accordion-icon::after {
	top: 50%;
    left: 12px;
    right: 12px;
    height: 3px;
    margin-top: -1.5px;
}

.is-open {
	box-shadow: 0 15px 50px -7px rgba(193, 181, 173, 0.25);
}

.is-open .accordion-title {
	color: #d47525;
}

.is-open .accordion-icon {
	cursor: pointer;
}

.is-open .accordion-icon::before {
	transform: rotate(90deg);
}

.is-open .accordion-icon::after {
	transform: rotate(180deg);
}

@media (min-width: 641px) {
	.accordion-title {
		font-size: 20px;
		line-height: 28px;
	}
}

.basic-form {
	box-sizing: border-box;
    width: 100%;
    text-align: left;
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;
}
.basic-form > div {
	box-sizing: border-box;
	margin-bottom: 1.5rem;
}
.basic-form div.mb-0 {
	margin-bottom: 0;
}
.basic-form .w-100 {
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}
.basic-form .w-66 {
	-webkit-flex: 0 0 63%;
	-ms-flex: 0 0 63%;
	flex: 0 0 63%;
}
.basic-form .w-50 {
	-webkit-flex: 0 0 47%;
	-ms-flex: 0 0 47%;
	flex: 0 0 47%;
}
.basic-form .w-33 {
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}
.basic-form .w-25 {
	-webkit-flex: 0 0 23%;
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
}
.basic-form .form-divider {
	margin: 1rem -2rem 2.5rem;
	height: 2px;
	background-color: #fff;
}
.basic-form label {
	display: block;
    margin-bottom: 0.5rem;
}
.basic-form .label-custom {
	font-size: 16px;
	line-height: 30px;
}
.basic-form .star {
	font-size: 16px;
	line-height: 18px;
}
.basic-form p {
	font-size: 14px;
    line-height: 18px;
    color: #6B7A90;
	margin-bottom: 0.5rem;
}
.basic-form input[type="text"],
.basic-form input[type="date"],
.basic-form input[type="tel"],
.basic-form input[type="number"],
.basic-form select,
.basic-form textarea {
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #e9ecef;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.basic-form input[type="text"],
.basic-form input[type="date"],
.basic-form input[type="tel"],
.basic-form input[type="number"],
.basic-form select {
	height: 45px;
}
.basic-form textarea {
	padding: 10px;
}
.basic-form input[type="text"]:hover,
.basic-form input[type="text"]:focus,
.basic-form input[type="date"]:hover,
.basic-form input[type="date"]:focus,
.basic-form input[type="tel"]:hover,
.basic-form input[type="tel"]:focus,
.basic-form input[type="number"]:hover,
.basic-form input[type="number"]:focus,
.basic-form select:hover,
.basic-form select:focus,
.basic-form textarea:hover,
.basic-form textarea:focus {
	border-color: var(--colors-link);
	-webkit-box-shadow: none;
	box-shadow: none;

}
.basic-form input[type="checkbox"] {
	font-size: 14px;
	float: left;
}
.basic-form input[type="checkbox"] ~ p {
	margin: -2px 0 0.5rem 22px;
	font-size: 14px;
    line-height: 18px;
    color: #889BB0;
	text-align: left;
}
.basic-form button,
.basic-form input[type="submit"] {
	border: none;
	margin: 0;
}

@media (max-width: 640px) {
	.basic-form .w-100-mob {
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}
	.basic-form .w-50-mob {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
	}
	.basic-form .text-right {
		text-align: left;
	}
}

.flex-cols-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.soc-widget {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.soc-widget-item {
    margin-right: 10px;
}

.soc-widget-item .link {
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(141, 153, 168, 0.1);
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.soc-widget-item .link:hover {
    background-color: rgba(141, 153, 168, 0.2);
}

.soc-vk {
    background-image: url("../images/icon_vk.svg");
}

.soc-rutube {
    background-image: url("../images/icon_rutube.svg")
}