@charset "UTF-8";

a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

button {
	padding: 0;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/** @section Context Styles */
.context-dark,
.bg-primary-dark,
.bg-secondary-light,
.bg-accent-light,
.bg-gray-700,
.bg-black,
.bg-primary,
.context-dark h1,
.bg-primary-dark h1,
.bg-secondary-light h1,
.bg-accent-light h1,
.bg-gray-700 h1,
.bg-black h1,
.bg-primary h1,
.context-dark h2,
.bg-primary-dark h2,
.bg-secondary-light h2,
.bg-accent-light h2,
.bg-gray-700 h2,
.bg-black h2,
.bg-primary h2,
.context-dark h3,
.bg-primary-dark h3,
.bg-secondary-light h3,
.bg-accent-light h3,
.bg-gray-700 h3,
.bg-black h3,
.bg-primary h3,
.context-dark h4,
.bg-primary-dark h4,
.bg-secondary-light h4,
.bg-accent-light h4,
.bg-gray-700 h4,
.bg-black h4,
.bg-primary h4,
.context-dark h5,
.bg-primary-dark h5,
.bg-secondary-light h5,
.bg-accent-light h5,
.bg-gray-700 h5,
.bg-black h5,
.bg-primary h5,
.context-dark h6,
.bg-primary-dark h6,
.bg-secondary-light h6,
.bg-accent-light h6,
.bg-gray-700 h6,
.bg-black h6,
.bg-primary h6,
.context-dark .h1,
.bg-primary-dark .h1,
.bg-secondary-light .h1,
.bg-accent-light .h1,
.bg-gray-700 .h1,
.bg-black .h1,
.bg-primary .h1,
.context-dark .h2,
.bg-primary-dark .h2,
.bg-secondary-light .h2,
.bg-accent-light .h2,
.bg-gray-700 .h2,
.bg-black .h2,
.bg-primary .h2,
.context-dark .h3,
.bg-primary-dark .h3,
.bg-secondary-light .h3,
.bg-accent-light .h3,
.bg-gray-700 .h3,
.bg-black .h3,
.bg-primary .h3,
.context-dark .h4,
.bg-primary-dark .h4,
.bg-secondary-light .h4,
.bg-accent-light .h4,
.bg-gray-700 .h4,
.bg-black .h4,
.bg-primary .h4,
.context-dark .h5,
.bg-primary-dark .h5,
.bg-secondary-light .h5,
.bg-accent-light .h5,
.bg-gray-700 .h5,
.bg-black .h5,
.bg-primary .h5,
.context-dark .h6,
.bg-primary-dark .h6,
.bg-secondary-light .h6,
.bg-accent-light .h6,
.bg-gray-700 .h6,
.bg-black .h6,
.bg-primary .h6 {
	color: #ffffff;
}

/** @section Page layout */
body {
	overflow-x: hidden;
}

.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	opacity: 0;
}

.page.fadeIn {
	animation-timing-function: ease-out;
}

.page.fadeOut {
	animation-timing-function: ease-in;
}

[data-x-mode] .page {
	opacity: 1;
}

[class*='ie-'] .page {
	overflow: visible;
}

/** @section Offsets */
*+p {
	margin-top: 15px;
}

*+img {
	margin-top: 30px;
}

*+h1,
*+.h1 {
	margin-top: 20px;
}

@media (min-width: 1200px) {

	*+h1,
	*+.h1 {
		margin-top: 30px;
	}
}

h1+p,
.h1+p {
	margin-top: 20px;
}

@media (min-width: 1200px) {

	h1+.row,
	.h1+.row {
		margin-top: 80px;
	}
}

@media (min-width: 1600px) {

	h1+.row,
	.h1+.row {
		margin-top: 100px;
	}
}

*+h2,
*+.h2 {
	margin-top: 20px;
}

p+h2,
p+.h2 {
	margin-top: 12px;
}

h2+p,
.h2+p {
	margin-top: 16px;
}

@media (min-width: 1200px) {

	h2+p,
	.h2+p {
		margin-top: 23px;
	}
}

h2+h5,
h2+.h5,
.h2+h5,
.h2+.h5 {
	margin-top: 20px;
}

*+h6,
*+.h6 {
	margin-top: 16px;
}

*+.btn {
	margin-top: 30px;
}

.container+.container {
	margin-top: 80px;
}

@media (min-width: 1600px) {
	.container+.container {
		margin-top: 135px;
	}
}

*+.row {
	margin-top: 38px;
}

*+.offset-top-40 {
	margin-top: 40px;
}

*+.offset-top-100 {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	*+.offset-top-100 {
		margin-top: 130px;
	}
}

@media (min-width: 1200px) {
	.mt-xl-95 {
		margin-top: 95px;
	}
}

@media (min-width: 1200px) {
	.mt-xl-135 {
		margin-top: 135px;
	}
}

/** @group Utilities */
/** @section Text styling */
.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.font-weight-thin {
	font-weight: 100;
}

.font-weight-extra-light {
	font-weight: 200;
}

.font-weight-light {
	font-weight: 300;
}

.font-weight-regular {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-semi-bold {
	font-weight: 600;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-extra-bold {
	font-weight: 800;
}

.font-weight-black {
	font-weight: 900;
}

.text-spacing-0 {
	letter-spacing: 0;
}

.text-accent {
	color: #e8b585 !important;
}

.text-primary {
	color: #e8b585 !important;
}

.text-primary-dark {
	color: #0d3655;
}

.text-300 {
	color: #cfcdcd;
}

.text-600 {
	color: #706e6e;
}

.text-image {
	position: relative;
	z-index: 0;
}

.text-image-item {
	position: absolute;
	top: -.45em;
	right: -1.45em;
	z-index: -1;
	max-width: 3em;
}

.text-large {
	font-size: 8.125rem;
	line-height: 1;
}

@media (min-width: 1200px) {
	.text-large {
		font-size: 12.5rem;
		line-height: 1;
	}
}

/** @section Row spacing */
.row-0 {
	margin-bottom: 0px;
}

.row-0:empty {
	margin-bottom: 0;
}

.row-0>* {
	margin-bottom: 0px;
}

.row-10 {
	margin-bottom: -10px;
}

.row-10:empty {
	margin-bottom: 0;
}

.row-10>* {
	margin-bottom: 10px;
}

.row-17 {
	margin-bottom: -17px;
}

.row-17:empty {
	margin-bottom: 0;
}

.row-17>* {
	margin-bottom: 17px;
}

.row-20 {
	margin-bottom: -20px;
}

.row-20:empty {
	margin-bottom: 0;
}

.row-20>* {
	margin-bottom: 20px;
}

.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30>* {
	margin-bottom: 30px;
}

.row-40 {
	margin-bottom: -40px;
}

.row-40:empty {
	margin-bottom: 0;
}

.row-40>* {
	margin-bottom: 40px;
}

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50>* {
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	.row-lg-70 {
		margin-bottom: -70px;
	}

	.row-lg-70:empty {
		margin-bottom: 0;
	}

	.row-lg-70>* {
		margin-bottom: 70px;
	}
}

@media (min-width: 1200px) {
	.row-xl-70 {
		margin-bottom: -70px;
	}

	.row-xl-70:empty {
		margin-bottom: 0;
	}

	.row-xl-70>* {
		margin-bottom: 70px;
	}
}

/** @section Sections */
.section-xs {
	padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg {
	padding: 60px 0;
}

.section-xl {
	padding: 70px 0;
}

.section-xxl {
	padding: 80px 0;
}

@media (min-width: 768px) {
	.section-sm {
		padding: 60px 0;
	}

	.section-md {
		padding: 70px 0;
	}

	.section-lg {
		padding: 85px 0;
	}

	.section-xl {
		padding: 100px 0;
	}

	.section-xxl {
		padding: 120px 0;
	}
}

@media (min-width: 992px) {
	.section-md {
		padding: 80px 0 90px;
	}

	.section-lg {
		padding: 100px 0;
	}

	.section-xl {
		padding: 150px 0;
	}

	.section-xxl {
		padding: 200px 0;
	}
}

@media (min-width: 1200px) {
	.section-md {
		padding: 135px 0;
	}
}

@media (min-width: 1600px) {
	.section-sm {
		padding: 92px 0;
	}

	.section-lg {
		padding: 190px 0;
	}

	.section-xl {
		padding: 270px 0;
	}

	.section-xxl {
		padding: 380px 0;
	}
}

.section-single {
	display: flex;
	text-align: center;
}

.section-single p {
	margin-left: auto;
	margin-right: auto;
}

.section-single *+.rights {
	margin-top: 35px;
}

@media (min-width: 992px) {
	.section-single *+.rights {
		margin-top: 60px;
	}
}

.section-single .rd-mailform-wrap {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-single *+.rd-mailform-wrap {
	margin-top: 20px;
}

.section-single-header {
	padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-main {
	padding: calc(1em + 4vh) 0;
}

.section-single-footer {
	padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
}

.section-single-inner>* {
	width: 100%;
}

/** @section Grid modules */
.grid-demo {
	letter-spacing: 0;
	text-align: center;
}

.grid-demo p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid-demo *+p {
	margin-top: 5px;
}

.grid-demo *+.row {
	margin-top: 20px;
}

.grid-demo .row+.row {
	margin-top: 0;
}

@media (min-width: 1200px) {
	.grid-demo {
		text-align: left;
	}

	.grid-demo p {
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}

	.grid-demo *+p {
		margin-top: 25px;
	}
}

.grid-demo-bordered .row {
	border: 0 solid #d7d7d7;
	border-top-width: 1px;
}

.grid-demo-bordered .row:last-child {
	border-bottom-width: 1px;
}

.grid-demo-bordered [class*='col'] {
	padding: 5px 15px;
}

.grid-demo-bordered [class*='col']:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	border-left: 1px solid #d7d7d7;
}

@media (min-width: 768px) {
	.grid-demo-bordered [class*='col'] {
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-bordered [class*='col'] {
		padding: 50px 50px 45px;
	}
}

.grid-demo-underlined .row {
	border-bottom: 1px solid #d7d7d7;
}

.grid-demo-underlined [class*='col'] {
	padding: 5px 15px;
}

@media (min-width: 768px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

.row-spacing-10 {
	margin-left: -5px;
	margin-right: -5px;
}

.row-spacing-10>[class*='col'] {
	padding-left: 5px;
	padding-right: 5px;
}

.row-spacing-42 {
	margin-left: -21px;
	margin-right: -21px;
}

.row-spacing-42>[class*='col'] {
	padding-left: 21px;
	padding-right: 21px;
}

.row-narrow {
	margin-left: -10px;
	margin-right: -10px;
}

.row-narrow>[class*='col'] {
	padding-left: 10px;
	padding-right: 10px;
}

.row-wide {
	margin-left: -25px;
	margin-right: -25px;
}

.row-wide>[class*='col'] {
	padding-left: 25px;
	padding-right: 25px;
}

.row-ten .col-1 {
	flex: 0 0 10%;
	max-width: 10%;
}

.row-ten .col-2 {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-ten .col-3 {
	flex: 0 0 30%;
	max-width: 30%;
}

.row-ten .col-4 {
	flex: 0 0 40%;
	max-width: 40%;
}

.row-ten .col-5 {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-ten .col-6 {
	flex: 0 0 60%;
	max-width: 60%;
}

.row-ten .col-7 {
	flex: 0 0 70%;
	max-width: 70%;
}

.row-ten .col-8 {
	flex: 0 0 80%;
	max-width: 80%;
}

.row-ten .col-9 {
	flex: 0 0 90%;
	max-width: 90%;
}

.row-ten .col-10 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 480px) {
	.row-ten .col-xs-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	.row-ten .col-xs-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-ten .col-xs-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.row-ten .col-xs-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.row-ten .col-xs-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-ten .col-xs-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}

	.row-ten .col-xs-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.row-ten .col-xs-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}

	.row-ten .col-xs-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}

	.row-ten .col-xs-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 576px) {
	.row-ten .col-sm-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	.row-ten .col-sm-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-ten .col-sm-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.row-ten .col-sm-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.row-ten .col-sm-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-ten .col-sm-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}

	.row-ten .col-sm-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.row-ten .col-sm-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}

	.row-ten .col-sm-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}

	.row-ten .col-sm-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.row-ten .col-md-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	.row-ten .col-md-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-ten .col-md-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.row-ten .col-md-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.row-ten .col-md-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-ten .col-md-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}

	.row-ten .col-md-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.row-ten .col-md-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}

	.row-ten .col-md-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}

	.row-ten .col-md-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.row-ten .col-lg-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	.row-ten .col-lg-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-ten .col-lg-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.row-ten .col-lg-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.row-ten .col-lg-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-ten .col-lg-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}

	.row-ten .col-lg-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.row-ten .col-lg-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}

	.row-ten .col-lg-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}

	.row-ten .col-lg-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.row-ten .col-xl-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	.row-ten .col-xl-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-ten .col-xl-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.row-ten .col-xl-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.row-ten .col-xl-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-ten .col-xl-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}

	.row-ten .col-xl-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.row-ten .col-xl-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}

	.row-ten .col-xl-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}

	.row-ten .col-xl-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1600px) {
	.row-ten .col-xxl-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	.row-ten .col-xxl-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-ten .col-xxl-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.row-ten .col-xxl-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.row-ten .col-xxl-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-ten .col-xxl-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}

	.row-ten .col-xxl-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.row-ten .col-xxl-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}

	.row-ten .col-xxl-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}

	.row-ten .col-xxl-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.row-xl-ten .col-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	.row-xl-ten .col-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-xl-ten .col-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.row-xl-ten .col-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.row-xl-ten .col-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-xl-ten .col-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}

	.row-xl-ten .col-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.row-xl-ten .col-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}

	.row-xl-ten .col-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}

	.row-xl-ten .col-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 480px) {
	.row-xl-ten .col-xs-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	.row-xl-ten .col-xs-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-xl-ten .col-xs-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.row-xl-ten .col-xs-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.row-xl-ten .col-xs-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-xl-ten .col-xs-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}

	.row-xl-ten .col-xs-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.row-xl-ten .col-xs-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}

	.row-xl-ten .col-xs-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}

	.row-xl-ten .col-xs-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 576px) {
	.row-xl-ten .col-sm-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	.row-xl-ten .col-sm-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-xl-ten .col-sm-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.row-xl-ten .col-sm-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.row-xl-ten .col-sm-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-xl-ten .col-sm-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}

	.row-xl-ten .col-sm-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.row-xl-ten .col-sm-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}

	.row-xl-ten .col-sm-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}

	.row-xl-ten .col-sm-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 768px) {
	.row-xl-ten .col-md-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	.row-xl-ten .col-md-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-xl-ten .col-md-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.row-xl-ten .col-md-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.row-xl-ten .col-md-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-xl-ten .col-md-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}

	.row-xl-ten .col-md-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.row-xl-ten .col-md-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}

	.row-xl-ten .col-md-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}

	.row-xl-ten .col-md-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 992px) {
	.row-xl-ten .col-lg-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	.row-xl-ten .col-lg-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-xl-ten .col-lg-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.row-xl-ten .col-lg-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.row-xl-ten .col-lg-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-xl-ten .col-lg-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}

	.row-xl-ten .col-lg-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.row-xl-ten .col-lg-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}

	.row-xl-ten .col-lg-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}

	.row-xl-ten .col-lg-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 1200px) {
	.row-xl-ten .col-xl-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	.row-xl-ten .col-xl-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-xl-ten .col-xl-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.row-xl-ten .col-xl-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.row-xl-ten .col-xl-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-xl-ten .col-xl-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}

	.row-xl-ten .col-xl-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.row-xl-ten .col-xl-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}

	.row-xl-ten .col-xl-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}

	.row-xl-ten .col-xl-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 1600px) {
	.row-xl-ten .col-xxl-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	.row-xl-ten .col-xxl-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-xl-ten .col-xxl-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.row-xl-ten .col-xxl-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.row-xl-ten .col-xxl-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-xl-ten .col-xxl-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}

	.row-xl-ten .col-xxl-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.row-xl-ten .col-xxl-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}

	.row-xl-ten .col-xxl-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}

	.row-xl-ten .col-xxl-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-xl-wide {
		max-width: none;
		padding: 0;
	}
}

/** @section Backgrounds */
.context-dark .brand .brand-logo-dark,
.bg-primary-dark .brand .brand-logo-dark,
.bg-secondary-light .brand .brand-logo-dark,
.bg-accent-light .brand .brand-logo-dark,
.bg-gray-700 .brand .brand-logo-dark,
.bg-black .brand .brand-logo-dark,
.bg-primary .brand .brand-logo-dark {
	display: none;
}

.context-dark .brand .brand-logo-light,
.bg-primary-dark .brand .brand-logo-light,
.bg-secondary-light .brand .brand-logo-light,
.bg-accent-light .brand .brand-logo-light,
.bg-gray-700 .brand .brand-logo-light,
.bg-black .brand .brand-logo-light,
.bg-primary .brand .brand-logo-light {
	display: block;
}

.bg-transparent {
	background-color: transparent;
}

.bg-transparent:not([style*="background-"])+.bg-transparent:not([style*="background-"]) {
	padding-top: 0;
}

.bg-default {
	background-color: #F7F9FA;
}

.bg-default:not([style*="background-"])+.bg-default:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-100 {
	background-color: #F7F9FA;
}

.bg-gray-100:not([style*="background-"])+.bg-gray-100:not([style*="background-"]) {
	padding-top: 0;
}

.bg-primary-pale {
	background-color: #E1CFD7;
}

.bg-primary-pale:not([style*="background-"])+.bg-primary-pale:not([style*="background-"]) {
	padding-top: 0;
}

.bg-primary-dark {
	background-color: #0d3655;
}

.bg-primary-dark:not([style*="background-"])+.bg-primary-dark:not([style*="background-"]) {
	padding-top: 0;
}

.bg-secondary-light {
	background-color: #C1D2D4;
}

.bg-secondary-light:not([style*="background-"])+.bg-secondary-light:not([style*="background-"]) {
	padding-top: 0;
}

.bg-accent-light {
	background-color: #F3E2C4;
}

.bg-accent-light:not([style*="background-"])+.bg-accent-light:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-700 {
	background-color: #383737;
}

.bg-gray-700:not([style*="background-"])+.bg-gray-700:not([style*="background-"]) {
	padding-top: 0;
}

.bg-black {
	background-color: #000000;
}

.bg-black:not([style*="background-"])+.bg-black:not([style*="background-"]) {
	padding-top: 0;
}

.bg-primary {
	background-color: #e8b585;
}

.bg-primary:not([style*="background-"])+.bg-primary:not([style*="background-"]) {
	padding-top: 0;
}

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

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

.bg-layer {
	position: relative;
}

.bg-layer-item {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.bg-layer-item+* {
	margin-top: 0 !important;
}

.bg-layer-image {
	pointer-events: none;
}

@media (min-width: 992px) {
	.bg-layer-image {
		position: absolute;
		left: 0;
		top: 0;
		right: 50%;
		bottom: 0;
	}
}

.bg-img-decor-1 {
	position: relative;
	transform: translateZ(0);
}

.bg-img-decor-1::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	width: 5.64em;
	height: 5.64em;
	z-index: -1;
	background-image: url(../images/decor-01-783x783.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-img-decor-2 {
	position: relative;
	display: inline-block;
	transform: translateZ(0);
}

.bg-img-decor-2::before {
	content: url(../images/bg-line.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6.25em;
	height: 6.25em;
	max-width: 300px;
	max-height: 400px;
	z-index: -1;
	opacity: .1;
}

.bg-img-decor-3 {
	position: relative;
}

.bg-img-decor-3::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	width: 28.9%;
	height: 100%;
	background-image: url(../images/decor-01-783x783.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

html[class*='ie-'] .bg-decor::before,
html[class*='ie-'] .bg-decor::after {
	display: none;
}

.bg-decor {
	position: relative;
}

.bg-decor::before {
	content: '';
	position: absolute;
	width: 486px;
	height: 486px;
	border-radius: 50%;
	filter: blur(80px);
	opacity: .8;
	z-index: -1;
}

.bg-decor-1::before {
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	background-color: #C1D2D4;
}

.bg-decor-2::before {
	top: 0;
	right: 0;
	transform: translate(50%, -30%);
	background-color: #F3E2C4;
}

.bg-decor-3::before {
	top: -5%;
	left: 10%;
	background-color: #E1CFD7;
}

.bg-decor-4::before {
	top: -2%;
	left: 32%;
	background-color: #F3E2C4;
}

.bg-decor-5::before {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 100%;
	background-color: #C1D2D4;
}

.bg-decor-6::before {
	top: -2%;
	left: 32%;
	background-color: #C1D2D4;
}

.bg-decor-7::before {
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	background-color: #F3E2C4;
}

.bg-decor-8::before {
	top: 0;
	left: 100%;
	transform: translate(-50%, -50%);
	background-color: #C1D2D4;
}

.bg-decor-8::after {
	content: '';
	position: absolute;
	width: 486px;
	height: 486px;
	border-radius: 50%;
	filter: blur(80px);
	top: 63%;
	left: 0;
	transform: translate(-50%, -50%);
	background-color: #E1CFD7;
	opacity: .8;
	z-index: -1;
}

.bg-decor-9::before {
	top: 25%;
	left: 2%;
	transform: translate(-50%, -50%);
	background-color: #C1D2D4;
}

.bg-decor-9::after {
	content: '';
	position: absolute;
	width: 486px;
	height: 486px;
	border-radius: 50%;
	filter: blur(80px);
	top: 100%;
	left: 100%;
	transform: translate(-50%, -50%);
	background-color: #E1CFD7;
	opacity: .8;
	z-index: -1;
}

.bg-decor-10::before {
	top: 50%;
	left: 100%;
	transform: translate(-50%, -50%);
	background-color: #C1D2D4;
}

.bg-decor-10::after {
	content: '';
	position: absolute;
	width: 486px;
	height: 486px;
	border-radius: 50%;
	filter: blur(80px);
	top: 100%;
	left: 0;
	transform: translate(-50%, -50%);
	background-color: #E1CFD7;
	opacity: .8;
	z-index: -1;
}

/** @section Utilities custom */
.height-fill {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.height-fill>* {
	flex-grow: 1;
	flex-shrink: 0;
}

.object-inline {
	white-space: nowrap;
}

.object-inline>* {
	display: inline-block;
	min-width: 20px;
	vertical-align: top;
	white-space: normal;
}

.object-inline>*+* {
	margin-left: 5px;
}

.oh {
	position: relative;
	overflow: hidden;
}

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 13px;
	text-transform: uppercase;
}

.text-decoration-lines-content::before,
.text-decoration-lines-content::after {
	content: '';
	position: absolute;
	height: 1px;
	background: #d7d7d7;
	top: 50%;
	width: 100vw;
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

*+.text-decoration-lines {
	margin-top: 30px;
}

p.rights {
	color: #C1D2D4;
}

p.rights a {
	color: inherit;
}

p.rights a:hover {
	color: #e8b585;
}

[style*='z-index: 1000;'] {
	z-index: 1101 !important;
}

.text-block>* {
	margin-left: .125em;
	margin-right: .125em;
}

@media (min-width: 768px) {
	.text-block-1 {
		max-width: 390px;
	}
}

/** @group Components */
/** @section Typography */
body {
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #7B606B;
	background-color: #F7F9FA;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
	color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
	color: #e8b585;
}

h1,
.h1 {
	font-size: 45px;
	line-height: 1.05;
	letter-spacing: -.04em;
}

@media (min-width: 992px) {

	h1,
	.h1 {
		font-size: 54px;
	}
}

@media (min-width: 1200px) {

	h1,
	.h1 {
		font-size: 72px;
	}
}

@media (min-width: 1600px) {

	h1,
	.h1 {
		font-size: 86px;
	}
}

h2,
.h2 {
	font-size: 32px;
	line-height: 1.125;
	letter-spacing: -.02em;
}

@media (min-width: 992px) {

	h2,
	.h2 {
		font-size: 44.8px;
	}
}

@media (min-width: 1200px) {

	h2,
	.h2 {
		font-size: 64px;
	}
}

h3,
.h3 {
	font-size: 23px;
	line-height: 1.52174;
	letter-spacing: -.02em;
}

@media (min-width: 992px) {

	h3,
	.h3 {
		font-size: 32.2px;
	}
}

@media (min-width: 1600px) {

	h3,
	.h3 {
		font-size: 46px;
	}
}

h4,
.h4 {
	font-size: 25.2px;
	line-height: 1.5;
	letter-spacing: -.02em;
}

@media (min-width: 992px) {

	h4,
	.h4 {
		font-size: 28.8px;
	}
}

@media (min-width: 1600px) {

	h4,
	.h4 {
		font-size: 36px;
	}
}

h5,
.h5 {
	font-size: 20px;
	line-height: 1.5;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
}

@media (min-width: 1200px) {

	h5,
	.h5 {
		font-size: 22px;
	}
}

@media (min-width: 1600px) {

	h5,
	.h5 {
		font-size: 24px;
	}
}

h6,
.h6 {
	font-size: 18px;
	line-height: 1.5;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	color: #0d3655;
}

small,
.small {
	display: block;
	font-size: 16px;
	line-height: 1.5;
}

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #e8b585;
}

.big {
	font-size: 18px;
	line-height: 1.5;
}

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

.lead {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}

code {
	padding: 3px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #111111;
	background: #F7F9FA;
}

p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #e8b585;
}

p [style*='max-width'] {
	display: inline-block;
}

::selection {
	background: #e8b585;
	color: #ffffff;
}

::-moz-selection {
	background: #e8b585;
	color: #ffffff;
}

@media (min-width: 768px) {
	.title-custom {
		position: relative;
		padding-left: .84em;
	}

	.title-custom::before {
		position: absolute;
		left: 0;
		top: .47em;
		width: .56em;
		content: '';
		border-bottom: 2px solid #e8b585;
	}

	.title-custom-1 {
		padding-left: 1.14em;
	}

	.title-custom-1::before {
		width: .94em;
		border-bottom-width: 3px;
	}
}

/** @section Brand */
.brand {
	display: inline-block;
}

.brand .brand-logo-light {
	margin-top: 0;
	display: none;
	width: 100% !important;
}

.brand .brand-logo-dark {
	display: block;
}

/** @section Links */
a {
	transition: all 0.3s ease-in-out;
}

a,
a:focus,
a:active,
a:hover {
	text-decoration: none;
}

a,
a:focus,
a:active {
	color: #ca9568;
}

a:hover {
	color: #CE870C;
}

a[href*='tel'],
a[href*='mailto'] {
	white-space: nowrap;
}

.link-inherit {
	color: inherit;
}

.link-inherit:hover {
	color: #e8b585;
}

.link-hover {
	color: #CE870C;
}

.link-press {
	color: #CE870C;
}

.link-dark {
	color: #383737;
}

.link-dark:hover {
	color: #e8b585;
}

.link-300 {
	color: #cfcdcd;
}

.link-300:hover {
	color: #e8b585;
}

.link-primary-dark {
	color: #0d3655;
}

.link-primary-dark:hover {
	color: #e8b585;
}

.link-primary-light {
	color: #7B606B;
}

.link-primary-light:hover {
	color: #e8b585;
}

.link-secondary {
	color: #0d3655;
}

.link-secondary:hover {
	color: #e8b585;
}

.link-arrow {
	background-color: transparent;
	border: none;
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600;
	color: #e8b585;
	transition: all 0.3s ease-in-out;
}

.link-arrow:hover {
	color: #CE870C;
}

.link-arrow:hover::before {
	width: 0;
}

@media (min-width: 1200px) {
	.link-arrow {
		font-size: 24px;
	}
}

.link-arrow::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid;
	border-color: inherit;
	transition: all 0.3s ease-in-out;
}

.link-arrow span {
	padding: 10px 2px;
}

.link-arrow svg {
	margin-left: 10px;
}

*+.link-arrow {
	margin-top: 15px;
}

@media (min-width: 992px) {
	*+.link-arrow {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	*+.link-arrow {
		margin-top: 42px;
	}
}

.link-arrow+h3 {
	margin-top: 50px;
}

.link-img {
	display: inline-block;
	overflow: hidden;
	background-color: #e8b585;
}

.link-img img {
	transition: all 0.3s ease-in-out;
}

.link-img:hover img {
	transform: scale(1.025);
	opacity: .8;
}

/** @section Blocks */
.block-center,
.block-sm,
.block-lg {
	margin-left: auto;
	margin-right: auto;
}

.block-sm {
	max-width: 560px;
}

.block-lg {
	max-width: 768px;
}

.block-center {
	padding: 10px;
}

.block-center:hover .block-center-header {
	background-color: #e8b585;
}

.block-center-title {
	background-color: #ffffff;
}

@media (max-width: 1599.98px) {
	.block-center {
		padding: 20px;
	}

	.block-center:hover .block-center-header {
		background-color: #ffffff;
	}

	.block-center-header {
		background-color: #e8b585;
	}
}

/** @section Boxes */
.box-minimal {
	text-align: center;
}

.box-minimal .box-minimal-icon {
	font-size: 50px;
	line-height: 50px;
	color: #e8b585;
}

.box-minimal-divider {
	width: 36px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	background: #e8b585;
}

.box-minimal-text {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

*+.box-minimal {
	margin-top: 30px;
}

*+.box-minimal-title {
	margin-top: 10px;
}

*+.box-minimal-divider {
	margin-top: 20px;
}

*+.box-minimal-text {
	margin-top: 15px;
}

.context-dark .box-minimal p,
.bg-primary-dark .box-minimal p,
.bg-secondary-light .box-minimal p,
.bg-accent-light .box-minimal p,
.bg-gray-700 .box-minimal p,
.bg-black .box-minimal p,
.bg-primary .box-minimal p {
	color: #7B606B;
}

.box-udo {
	margin-left: auto;
	margin-right: auto;
	width: 590px;
	max-width: 100%;
}

*+.box-udo {
	margin-top: 40px;
}

@media (min-width: 768px) {
	*+.box-udo {
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	*+.box-udo {
		margin-top: 70px;
	}
}

@media (min-width: 1600px) {
	*+.box-udo {
		margin-top: 220px;
	}
}

.box-udo-title {
	text-align: left;
}

@media (min-width: 576px) {
	.box-udo-text {
		padding: 0;
	}
}

*+.box-udo-text {
	margin-top: 20px;
}

@media (min-width: 768px) {
	*+.box-udo-text {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	*+.box-udo-text {
		margin-top: 52px;
	}
}

.box-udo-link {
	text-align: left;
}

*+.box-udo-link {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	*+.box-udo-link {
		margin-top: 37px;
	}
}

.w-390 {
	width: 390px;
	max-width: 100%;
}

.w-440 {
	width: 440px;
	max-width: 100%;
}

.w-470 {
	width: 470px;
	max-width: 100%;
}

/** @section Groups */
html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group>* {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}

html .group-sm {
	margin-bottom: -10px;
	margin-left: -10px;
}

html .group-sm:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-sm>* {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

html .group-xl {
	margin-bottom: -20px;
	margin-left: -30px;
}

html .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xl>* {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

@media (min-width: 992px) {
	html .group-xl {
		margin-bottom: -20px;
		margin-left: -45px;
	}

	html .group-xl>* {
		margin-bottom: 20px;
		margin-left: 45px;
	}
}

html .group-custom {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

html .group-custom>* {
	width: 100%;
}

@media (min-width: 576px) {
	html .group-custom {
		flex-direction: row;
	}
}

*+.group-sm {
	margin-top: 30px;
}

*+.group-xl {
	margin-top: 20px;
}

/** @section Responsive units */
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit>* {
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-xs {
	margin-bottom: -15px;
	margin-left: -7px;
}

.unit-spacing-xs>* {
	margin-bottom: 15px;
	margin-left: 7px;
}

/** @section Lists */
.list>li+li {
	margin-top: 10px;
}

.list-0>li+li {
	margin-top: 0;
}

.list-xs>li+li {
	margin-top: 5px;
}

.list-sm>li+li {
	margin-top: 10px;
}

.list-md>li+li {
	margin-top: 18px;
}

.list-lg>li+li {
	margin-top: 25px;
}

.list-xl>li+li {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.list-xl>li+li {
		margin-top: 60px;
	}
}

.list-inline>li {
	display: inline-block;
}

html .list-inline-md {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -10px;
	margin-right: -10px;
}

html .list-inline-md>* {
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	html .list-inline-md {
		margin-left: -15px;
		margin-right: -15px;
	}

	html .list-inline-md>* {
		padding-left: 15px;
		padding-right: 15px;
	}
}

*+.list-terms {
	margin-top: 22.5px;
}

.list-terms+* {
	margin-top: 27.5px;
}

.list-terms dt+dd {
	margin-top: 7.5px;
}

.list-terms dd+dt {
	margin-top: 17.5px;
}

.index-list {
	counter-reset: li;
}

.index-list>li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.list-marked {
	padding-left: 24px;
	text-align: left;
}

.list-marked>li {
	position: relative;
	padding-left: 16px;
}

.list-marked>li::before {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 1px;
	min-width: 16px;
	content: '•';
}

*+.list-marked {
	margin-top: 15px;
}

p+.list-marked {
	margin-top: 8.5px;
}

.list-ordered {
	counter-reset: li;
	text-align: left;
}

.list-ordered>li {
	position: relative;
	padding-left: 25px;
}

.list-ordered>li:before {
	position: absolute;
	content: counter(li, decimal) ".";
	counter-increment: li;
	top: 0;
	left: 0;
	display: inline-block;
	width: 15px;
	color: #b7b7b7;
}

.list-ordered>li+li {
	margin-top: 10px;
}

*+.list-ordered {
	margin-top: 15px;
}

h3+.list-info {
	margin-top: 12.5px;
}

.list-info-item+.list-info-item {
	margin-top: 17px;
}

.list-social {
	margin-bottom: -10px;
	margin-left: -20px;
}

.list-social:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.list-social>* {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

.social-line {
	margin-bottom: -0.9375rem;
	margin-left: -1.25rem;
}

.social-line:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.social-line>* {
	margin-top: 0;
	margin-bottom: 0.9375rem;
	margin-left: 1.25rem;
}

.social-line-embed {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #383737;
}

.social-line-embed::before,
.social-line-embed::after {
	min-width: 30px;
	flex-grow: 1;
	content: '';
	border-top: 2px solid #383737;
}

.social-line-embed::before {
	margin-right: 0.625rem;
}

.social-line-embed::after {
	margin-left: 0.625rem;
}

.divider-1+.list-social {
	margin-top: 19px;
}

.social-line {
	margin-top: 34px;
}

@media (min-width: 992px) {
	*+.list-terms {
		margin-top: 31.5px;
	}

	.list-terms+* {
		margin-top: 38.5px;
	}

	.list-terms dt+dd {
		margin-top: 10.5px;
	}

	.list-terms dd+dt {
		margin-top: 24.5px;
	}

	h3+.list-info {
		margin-top: 17.5px;
	}

	.list-info-item+.list-info-item {
		margin-top: 23.8px;
	}

	.divider-1+.list-social {
		margin-top: 26.6px;
	}

	.social-line {
		margin-top: 47.6px;
	}

	p+.list-marked {
		margin-top: 11.9px;
	}
}

@media (min-width: 1600px) {
	*+.list-terms {
		margin-top: 45px;
	}

	.list-terms+* {
		margin-top: 55px;
	}

	.list-terms dt+dd {
		margin-top: 15px;
	}

	.list-terms dd+dt {
		margin-top: 35px;
	}

	h3+.list-info {
		margin-top: 25px;
	}

	.list-info-item+.list-info-item {
		margin-top: 34px;
	}

	.divider-1+.list-social {
		margin-top: 38px;
	}

	.social-line {
		margin-top: 68px;
	}

	p+.list-marked {
		margin-top: 17px;
	}
}

/** @section Images */
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

@media (min-width: 1600px) {
	.img-style-1 {
		margin-left: calc(-1 * ((100vw - 1560px + 40px) / 2));
		max-width: calc(((100vw - 1560px + 40px) / 2) + 610px);
	}
}

/** @section Icons */
.icon {
	display: inline-block;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-circle {
	border-radius: 50%;
}

.icon-md {
	font-size: 25px;
}

.icon-svg {
	fill: currentColor;
}

/** @section Tables custom */
.table-custom {
	width: 100%;
	max-width: 100%;
	text-align: left;
	background: #ffffff;
	border-collapse: collapse;
}

.table-custom th,
.table-custom td {
	color: #383737;
	background: #ffffff;
}

.table-custom th {
	padding: 35px 24px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #d7d7d7;
	white-space: nowrap;
}

@media (max-width: 991.98px) {
	.table-custom th {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.intro-inner {
		padding-top: 50px !important;
	}

	.bg-decor-1::before {
		display: none;
	}

	.rd-navbar-fixed .rd-navbar-img {
		display: none !important;
	}
}

.table-custom td {
	padding: 17px 24px;
}

.table-custom tbody tr:first-child td {
	border-top: 0;
}

.table-custom tr td {
	border-bottom: 1px solid #cfcdcd;
}

.table-custom tfoot td {
	font-weight: 700;
}

*+.table-custom-responsive {
	margin-top: 30px;
}

@media (min-width: 768px) {
	*+.table-custom-responsive {
		margin-top: 40px;
	}
}

.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: #e8b585;
	border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
	background: #d7d7d7;
}

.table-custom.table-custom-bordered tr td:first-child {
	border-left: 0;
}

.table-custom.table-custom-bordered tr td:last-child {
	border-right: 0;
}

.table-custom.table-custom-bordered td {
	border: 1px solid #cfcdcd;
}

.table-custom.table-custom-bordered tbody>tr:first-of-type>td {
	border-top: 0;
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #cfcdcd;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #d7d7d7;
}

.table-custom.table-custom-striped tbody td {
	border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
	border-left: 0;
}

@media (max-width: 991.98px) {
	.table-custom-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.table-custom-responsive.table-bordered {
		border: 0;
	}
}

/** @section Dividers */
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #d7d7d7;
}

.divider {
	font-size: 0;
	line-height: 0;
}

.divider::after {
	content: '';
	display: inline-block;
	width: 90px;
	height: 3px;
	background-color: #e8b585;
}

.divider-vertical::after {
	width: 3px;
	height: 40px;
}

.divider-image {
	height: 10px;
	background-image: url("../images/pattern-03.html");
	background-repeat: repeat-x;
}

*+.divider-1 {
	margin-top: 15px;
}

*+.divider-vertical {
	margin-top: 10px;
}

*+.divider-image {
	margin-top: 15px;
}

@media (min-width: 992px) {
	*+.divider-1 {
		margin-top: 21px;
	}

	*+.divider-vertical {
		margin-top: 14px;
	}

	*+.divider-image {
		margin-top: 21px;
	}
}

@media (min-width: 1600px) {
	*+.divider-1 {
		margin-top: 30px;
	}

	*+.divider-vertical {
		margin-top: 20px;
	}

	*+.divider-image {
		margin-top: 30px;
	}
}

/** @section Buttons */
.btn {
	position: relative;
	overflow: hidden;
	padding: 16px 30px;
	text-transform: none;
	text-overflow: ellipsis;
}

.page .btn:not([class*='shadow']) {
	box-shadow: none;
}

.page .btn:not(:disabled):not(.disabled):active:focus:not([class*='shadow']),
.page .btn:not(:disabled):not(.disabled).active:focus:not([class*='shadow']) {
	box-shadow: none;
}

.btn-primary,
.btn-primary:focus {
	color: #ffffff;
	background-color: #e8b585;
	border-color: #e8b585;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.btn-primary.btn-ujarak::before {
	background: #000000;
}

.btn-gray-100,
.btn-gray-100:focus {
	color: #151515;
	background-color: #F7F9FA;
	border-color: #F7F9FA;
}

.btn-gray-100:not(:disabled):not(.disabled):active,
.btn-gray-100:not(:disabled):not(.disabled).active,
.btn-gray-100:hover,
.btn-gray-100:active,
.btn-gray-100.active {
	color: #151515;
	background-color: #e7edf0;
	border-color: #e7edf0;
}

.btn-gray-100.btn-ujarak::before {
	background: #e7edf0;
}

.btn-white,
.btn-white:focus {
	color: #e8b585;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:hover,
.btn-white:active,
.btn-white.active {
	color: #ffffff;
	background-color: #e8b585;
	border-color: #e8b585;
}

.btn-white.btn-ujarak::before {
	background: #e8b585;
}

.btn-default-outline,
.btn-default-outline:focus {
	color: #cfcdcd;
	background-color: transparent;
	border-color: #383737;
}

.btn-default-outline:not(:disabled):not(.disabled):active,
.btn-default-outline:not(:disabled):not(.disabled).active,
.btn-default-outline:hover,
.btn-default-outline:active,
.btn-default-outline.active {
	color: #ffffff;
	background-color: #e8b585;
	border-color: #e8b585;
}

.btn-default-outline.btn-ujarak::before {
	background: #e8b585;
}

.btn-white-outline,
.btn-white-outline:focus {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.btn-white-outline:not(:disabled):not(.disabled):active,
.btn-white-outline:not(:disabled):not(.disabled).active,
.btn-white-outline:hover,
.btn-white-outline:active,
.btn-white-outline.active {
	color: #e8b585;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-white-outline.btn-ujarak::before {
	background: #ffffff;
}

.btn-ghost {
	border: 0;
	background-color: transparent;
}

.btn-ghost:hover {
	color: #ffffff;
	background: #e8b585;
}

.btn-facebook,
.btn-facebook:focus {
	color: #ffffff;
	background-color: #4d70a8;
	border-color: #4d70a8;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook.active {
	color: #ffffff;
	background-color: #456497;
	border-color: #456497;
}

.btn-facebook.btn-ujarak::before {
	background: #456497;
}

.btn-twitter,
.btn-twitter:focus {
	color: #ffffff;
	background-color: #02bcf3;
	border-color: #02bcf3;
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.btn-twitter:hover,
.btn-twitter:active,
.btn-twitter.active {
	color: #ffffff;
	background-color: #02a8da;
	border-color: #02a8da;
}

.btn-twitter.btn-ujarak::before {
	background: #02a8da;
}

.btn-google,
.btn-google:focus {
	color: #ffffff;
	background-color: #e2411e;
	border-color: #e2411e;
}

.btn-google:not(:disabled):not(.disabled):active,
.btn-google:not(:disabled):not(.disabled).active,
.btn-google:hover,
.btn-google:active,
.btn-google.active {
	color: #ffffff;
	background-color: #cc3a1a;
	border-color: #cc3a1a;
}

.btn-google.btn-ujarak::before {
	background: #cc3a1a;
}

.btn-shadow {
	box-shadow: 0 9px 21px 0 rgba(207, 205, 205, 0.15);
}

.btn-shadow:hover {
	box-shadow: 0 9px 10px 0 rgba(207, 205, 205, 0.15);
}

.btn-shadow:focus,
.btn-shadow:active {
	box-shadow: none;
}

.btn-ujarak {
	position: relative;
	z-index: 0;
	transition: background .4s, border-color .4s, color .4s;
}

.btn-ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e8b585;
	z-index: -1;
	opacity: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.42s, opacity 0.42s;
	border-radius: inherit;
}

.btn-ujarak,
.btn-ujarak::before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-ujarak:hover {
	transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}

.btn-ujarak:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.btn-circle {
	border-radius: 30px;
}

.btn-round-1 {
	border-radius: 5px;
}

.btn-round-2 {
	border-radius: 10px;
}

.btn-icon {
	display: inline-block;
	margin: 0 3px;
	transform: translateY(1px);
}

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

.btn-icon:last-child {
	margin-right: 0;
}

.btn-icon>* {
	vertical-align: middle;
}

p+.btn {
	margin-top: 39.5px;
}

.row+.btn-group-1 {
	margin-top: 43px;
}

.bg-black .btn-primary,
.bg-black .btn-primary:focus {
	color: #ffffff;
	background-color: #e8b585;
	border-color: #e8b585;
}

.bg-black .btn-primary:not(:disabled):not(.disabled):active,
.bg-black .btn-primary:not(:disabled):not(.disabled).active,
.bg-black .btn-primary:hover,
.bg-black .btn-primary:active,
.bg-black .btn-primary.active {
	color: #ffffff;
	background-color: #383737;
	border-color: #383737;
}

.bg-black .btn-primary.btn-ujarak::before {
	background: #383737;
}

@media (min-width: 992px) {
	.btn {
		padding: 16px 52px;
	}

	.btn-sm {
		padding: 10px 25px;
	}

	p+.btn {
		margin-top: 55.3px;
	}

	.row+.btn-group-1 {
		margin-top: 60.2px;
	}
}

@media (min-width: 1600px) {
	p+.btn {
		margin-top: 79px;
	}

	.row+.btn-group-1 {
		margin-top: 86px;
	}
}

/** @section Forms */
input:-webkit-autofill~label,
input:-webkit-autofill~.form-validation {
	color: #000000 !important;
}

.form-wrap {
	position: relative;
}

.form-wrap.has-error .form-input {
	border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
	border-color: #e8b585;
}

.form-wrap+* {
	margin-top: 17px;
}

.form-wrap+.form-button {
	margin-top: 33px;
}

.rd-form-inline .btn,
.rd-mailform .btn {
	padding-top: 13px;
	padding-bottom: 13px;
}

*+.rd-mailform,
*+.rd-form {
	margin-top: 30px;
}

@media (min-width: 768px) {

	*+.rd-mailform,
	*+.rd-form {
		margin-top: 40px;
	}
}

@media (min-width: 1600px) {

	*+.rd-mailform,
	*+.rd-form {
		margin-top: 53px;
	}
}

h1+.rd-mailform {
	margin-top: 30px;
}

.divider-image+.rd-mailform {
	margin-top: 19px;
}

.form-input {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 12px 28px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #e8b585;
	background-color: #ffffff;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #C1D2D4;
}

.form-input:focus {
	outline: 0;
}

.form-input::placeholder {
	color: #C1D2D4;
}

textarea.form-input {
	height: 160px;
	min-height: 50px;
	max-height: 272px;
	resize: vertical;
}

.recaptcha div {
	display: block;
	transform-origin: 0 0;
}

.recaptcha iframe {
	display: block;
}

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #e8b585;
}

.form-label {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	padding-left: 28px;
	padding-right: 28px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	pointer-events: none;
	text-align: left;
	z-index: 9;
	transition: .25s;
	transform: translateY(-50%);
}

.form-label.focus {
	opacity: 0;
}

.form-label.auto-fill {
	color: #e8b585;
}

@media (min-width: 1600px) {
	.form-label {
		font-size: 18px;
	}
}

.form-label-outside {
	position: static;
	width: 100%;
	margin-bottom: 6px;
	padding-left: 0;
	padding-right: 0;
}

.form-label-outside,
.form-label-outside.focus,
.form-label-outside.auto-fill {
	transform: none;
	opacity: 1;
}

[data-x-mode='true'] .form-label {
	pointer-events: auto;
}

.form-validation {
	position: absolute;
	right: 8px;
	bottom: 4px;
	z-index: 11;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s;
}

.form-validation-left .form-validation {
	right: auto;
	left: 8px;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	z-index: 2000;
	margin-right: 15px;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease;
}

#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
	#form-output-global {
		left: 30px;
	}
}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #f5543f;
}

.form-output.success {
	color: #98bf44;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background: #ffffff;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	position: absolute;
	opacity: 0;
	transition: .22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.radio-custom:checked+.radio-custom-dummy:after,
.checkbox-custom:checked+.checkbox-custom-dummy:after {
	opacity: 1;
}

.radio,
.radio-inline {
	padding-left: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #b7b7b7;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #383737;
	border-radius: inherit;
}

.checkbox,
.checkbox-inline {
	padding-left: 28px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #b7b7b7;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	content: '\f222';
	font-family: "Material Design Icons";
	position: absolute;
	top: -1px;
	left: -2px;
	font-size: 20px;
	line-height: 18px;
	color: #cfcdcd;
}

.toggle-custom {
	padding-left: 60px;
	-webkit-appearance: none;
}

.toggle-custom:checked~.checkbox-custom-dummy::after {
	background: #e8b585;
	transform: translate(20px, -50%);
}

.toggle-custom~.checkbox-custom-dummy {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	width: 44px;
	height: 20px;
	background: #ffffff;
	cursor: pointer;
}

.toggle-custom~.checkbox-custom-dummy::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	background: #b7b7b7;
	transform: translate(4px, -50%);
	opacity: 1;
	transition: .22s;
}

.rd-form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	margin-bottom: -20px;
	margin-left: -20px;
}

.rd-form-inline:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.rd-form-inline>* {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

.rd-form-inline>*,
.rd-form-inline .form-wrap+.form-button {
	margin-top: 0;
}

.rd-form-inline .form-wrap {
	flex-grow: 1;
	min-width: 185px;
}

.rd-form-inline .form-wrap-select {
	text-align: left;
}

.rd-form-inline .form-button {
	flex-shrink: 0;
	max-width: calc(100% - 10px);
	min-height: 50px;
}

.rd-form-inline .form-button .btn {
	min-height: inherit;
}

@media (min-width: 576px) {
	.rd-form-inline .btn {
		display: block;
	}
}

.rd-form-inline.rd-form-inline-centered {
	justify-content: center;
}

.form-sm .form-input,
.form-sm .btn {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 40px;
}

.form-sm .form-validation {
	top: -16px;
}

.form-sm .form-label {
	top: 20px;
}

.form-sm *+.btn {
	margin-top: 10px;
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	min-height: 58px;
}

.form-lg .form-button {
	min-height: 60px;
}

.form-lg .form-label {
	top: 30px;
}

/** @section Posts */
.post-body {
	padding-top: 12px;
	padding-right: 30px;
}

.post-title {
	line-height: 1.18;
}

.post-meta {
	display: flex;
	flex-wrap: wrap;
	color: #0d3655;
	font-size: 14px;
	line-height: 1.5;
}

*+.post-meta {
	margin-top: 12px;
}

.post-meta-item:not(:last-of-type) {
	position: relative;
	padding-right: 7px;
	margin-right: 7px;
}

.post-meta-item:not(:last-of-type)::after {
	content: '';
	position: absolute;
	top: .75em;
	right: 0;
	transform: translate(50%, -50%);
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	border: 1px solid;
	border-color: inherit;
}

*+.post-text {
	margin-top: 17px;
}

*+.post-link {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	*+.post-link {
		margin-top: 33px;
	}
}

.post-link a,
.post-link a:focus,
.post-link a:active {
	color: #e8b585;
}

.post-link a:hover {
	color: #CE870C;
}

/** @section Quotes */
.quote {
	position: relative;
}

.quote q,
.quote cite {
	display: block;
}

.quote-cite {
	font-weight: 500;
}

*+.quote-cite {
	margin-top: 14px;
}

*+.quote-text {
	margin-top: 15px;
}

*+.quote-simple {
	margin-top: 27px;
}

.quote-line .quote-cite {
	position: relative;
	padding-left: 50px;
	font-weight: 500;
	color: #cfcdcd;
}

.quote-line .quote-cite::before {
	position: absolute;
	left: 0;
	top: .7em;
	width: 40px;
	content: '';
	border-bottom: 3px solid #e8b585;
}

.quote-line .quote-time {
	color: #706e6e;
}

.quote-line *+.quote-cite {
	margin-top: 9px;
}

.quote-line *+.quote-time {
	margin-top: 4.5px;
}

*+.quote-line {
	margin-top: 12px;
}

.quote-boxed {
	padding: 30px 15px;
	text-align: center;
	background-color: #383737;
}

.quote-boxed cite {
	position: relative;
	display: inline-block;
	padding-left: 50px;
	font-weight: 500;
	color: #cfcdcd;
}

.quote-boxed cite::before {
	position: absolute;
	left: 0;
	top: .7em;
	width: 40px;
	content: '';
	border-bottom: 3px solid #e8b585;
}

.quote-boxed *+.quote-cite {
	margin-top: 10.5px;
}

*+.quote-boxed {
	margin-top: 22px;
}

@media (min-width: 992px) {
	*+.quote-cite {
		margin-top: 19.6px;
	}

	*+.quote-text {
		margin-top: 21px;
	}

	*+.quote-simple {
		margin-top: 51.8px;
	}

	*+.quote-boxed {
		margin-top: 30.8px;
	}

	*+.quote-line {
		margin-top: 16.8px;
	}

	.quote-line *+.quote-cite {
		margin-top: 12.6px;
	}

	.quote-line *+.quote-time {
		margin-top: 6.3px;
	}

	.quote-boxed {
		padding: 40px 20px;
	}

	.quote-boxed *+.quote-cite {
		margin-top: 14.7px;
	}
}

@media (min-width: 1600px) {
	*+.quote-cite {
		margin-top: 28px;
	}

	*+.quote-text {
		margin-top: 30px;
	}

	*+.quote-simple {
		margin-top: 74px;
	}

	*+.quote-boxed {
		margin-top: 44px;
	}

	*+.quote-line {
		margin-top: 24px;
	}

	.quote-line *+.quote-cite {
		margin-top: 18px;
	}

	.quote-line *+.quote-time {
		margin-top: 9px;
	}

	.quote-boxed {
		padding: 50px 20px 40px;
	}

	.quote-boxed *+.quote-cite {
		margin-top: 21px;
	}
}

/** @section Thumbnails */
.thumbnail {
	display: block;
}

.thumbnail-img {
	width: 100%;
}

.thumbnail-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thumbnail-1 {
	position: relative;
	display: inline-block;
	width: 100%;
	background-color: #0d3655;
}

.thumbnail-1 .thumbnail-img {
	opacity: .7;
}

.thumbnail-1::before,
.thumbnail-1::after {
	position: absolute;
}

.thumbnail-1::before,
.thumbnail-1::after {
	left: 1.875rem;
	top: 1.875rem;
	right: 1.875rem;
	bottom: 1.875rem;
	z-index: 1;
	content: '';
	pointer-events: none;
}

.thumbnail-1::before {
	border-top: 1px solid #cfcdcd;
	border-bottom: 1px solid #cfcdcd;
}

.thumbnail-1::after {
	border-right: 1px solid #cfcdcd;
	border-left: 1px solid #cfcdcd;
}

.desktop .thumbnail-1 .thumbnail-img {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.desktop .thumbnail-1::before,
.desktop .thumbnail-1::after {
	transition: .35s;
}

.desktop .thumbnail-1::before {
	transform: scale(0, 1);
}

.desktop .thumbnail-1::after {
	transform: scale(1, 0);
}

.desktop .thumbnail-1:hover .thumbnail-img {
	opacity: .7;
}

.desktop .thumbnail-1:hover::before,
.desktop .thumbnail-1:hover::after {
	transform: scale(1);
}

/** @section Breadcrumbs */
.breadcrumbs-custom {
	position: relative;
	padding: 55px 0 40px;
	text-align: center;
	background-color: #cfcdcd;
	background-position: center;
}

.breadcrumbs-custom-path {
	margin-left: -5px;
	margin-right: -5px;
}

.breadcrumbs-custom-path>* {
	padding-left: 5px;
	padding-right: 5px;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
	color: #cfcdcd;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.5;
}

.breadcrumbs-custom-path li::after {
	content: "|";
	position: absolute;
	top: 52%;
	right: -5px;
	display: inline-block;
	font-size: inherit;
	font-style: normal;
	color: #cfcdcd;
	transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
	color: #e8b585;
}

.breadcrumbs-custom-path li.active {
	text-decoration: underline;
}

*+.breadcrumbs-custom-path {
	margin-top: 20px;
}

.breadcrumbs-small {
	padding: 78.5px 0 57px;
}

.breadcrumbs-custom-1 .text-image-item {
	top: -1em;
}

.breadcrumbs-custom-2 {
	background: transparent;
}

@media (min-width: 992px) {
	.breadcrumbs-custom {
		padding: 203.7px 0 70px;
	}

	.breadcrumbs-small {
		padding: 109.9px 0 79.8px;
	}

	*+.breadcrumbs-custom-path {
		margin-top: 64.4px;
	}

	.breadcrumbs-custom-2 {
		padding-bottom: 98px;
	}

	.breadcrumbs-custom-2 *+.breadcrumbs-custom-path {
		margin-top: 36.4px;
	}
}

@media (min-width: 1600px) {
	.breadcrumbs-custom {
		padding: 291px 0 100px;
	}

	.breadcrumbs-small {
		padding: 157px 0 114px;
	}

	*+.breadcrumbs-custom-path {
		margin-top: 92px;
	}

	.breadcrumbs-custom-2 {
		padding-bottom: 140px;
	}

	.breadcrumbs-custom-2 *+.breadcrumbs-custom-path {
		margin-top: 52px;
	}
}

/** @section Pagination custom */
.pag {
	display: flex;
	align-items: center;
	list-style-type: none;
	padding-left: 0;
}

.pag-simple-link {
	position: relative;
	z-index: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #111111;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.pag-simple-link:hover {
	color: #e8b585;
}

.pag-simple-link.inactive {
	pointer-events: none;
}

.pag-simple-item.active .pag-simple-link {
	color: #e8b585;
}

.pag-simple-item.disabled .pag-simple-link {
	color: #b7b7b7;
	pointer-events: none;
	opacity: .7;
}

.pag-simple-item.pag-mobile-hide {
	display: none;
}

.pag-simple-item+.pag-simple-item {
	margin-left: 1.8125rem;
}

*+.pag {
	margin-top: 2.8125rem;
}

.context-dark .pag-simple-link,
.bg-primary-dark .pag-simple-link,
.bg-secondary-light .pag-simple-link,
.bg-accent-light .pag-simple-link,
.bg-gray-700 .pag-simple-link,
.bg-black .pag-simple-link,
.bg-primary .pag-simple-link {
	color: #ffffff;
}

.context-dark .pag-simple-link:hover,
.bg-primary-dark .pag-simple-link:hover,
.bg-secondary-light .pag-simple-link:hover,
.bg-accent-light .pag-simple-link:hover,
.bg-gray-700 .pag-simple-link:hover,
.bg-black .pag-simple-link:hover,
.bg-primary .pag-simple-link:hover {
	color: #e8b585;
}

.context-dark .pag-simple-item.active .pag-simple-link,
.bg-primary-dark .pag-simple-item.active .pag-simple-link,
.bg-secondary-light .pag-simple-item.active .pag-simple-link,
.bg-accent-light .pag-simple-item.active .pag-simple-link,
.bg-gray-700 .pag-simple-item.active .pag-simple-link,
.bg-black .pag-simple-item.active .pag-simple-link,
.bg-primary .pag-simple-item.active .pag-simple-link {
	color: #e8b585;
}

.context-dark .pag-simple-item.disabled .pag-simple-link,
.bg-primary-dark .pag-simple-item.disabled .pag-simple-link,
.bg-secondary-light .pag-simple-item.disabled .pag-simple-link,
.bg-accent-light .pag-simple-item.disabled .pag-simple-link,
.bg-gray-700 .pag-simple-item.disabled .pag-simple-link,
.bg-black .pag-simple-item.disabled .pag-simple-link,
.bg-primary .pag-simple-item.disabled .pag-simple-link {
	color: #b7b7b7;
}

@media (min-width: 576px) {
	.pag-simple-item.pag-mobile-hide {
		display: inline-flex;
	}
}

@media (min-width: 1600px) {
	*+.pag {
		margin-top: 3.9375rem;
	}
}

@media (min-width: 1600px) {
	*+.pag {
		margin-top: 5.625rem;
	}
}

/** @section Snackbars */
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #151515;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}

@media (min-width: 576px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}

/** @section Footers */
.footer-classic-top {
	padding: 80px 0 50px;
}

@media (min-width: 992px) {
	.footer-classic-top {
		padding: 120px 0 58px;
	}
}

@media (min-width: 1200px) {
	.footer-classic-top {
		padding: 200px 0 58px;
	}
}

@media (min-width: 1600px) {
	.footer-classic-top {
		padding: 250px 0 58px;
	}
}

.footer-heading+* {
	margin-top: 37px;
}

.footer-classic-img-box {
	position: relative;
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-end;
}

@media (min-width: 1600px) {
	.footer-classic-img-box {
		margin-right: -36px;
	}
}

.footer-classic-img-1 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
}

@media (min-width: 1600px) {
	.footer-classic-img-1 {
		transform: translate(-50%, -63.5%);
		max-width: 105%;
	}
}

.footer-classic-img-2 {
	margin-top: -155px;
	width: 550px;
}

.footer-classic-bottom {
	padding: 0 0 60px;
}

@media (min-width: 992px) {
	.footer-classic-bottom {
		padding: 0 0 125px;
	}
}

.footer-nav-list {
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
	margin-left: -24px;
}

.footer-nav-list:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.footer-nav-list>* {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 24px;
}

.footer-nav-link {
	position: relative;
	padding: 10px 0;
}

.footer-nav-link,
.footer-nav-link:focus,
.footer-nav-link:active {
	color: #C1D2D4;
}

.footer-nav-link:hover {
	color: #e8b585;
}

.footer-nav-link:hover::before {
	width: 100%;
}

.footer-nav-link::before {
	content: '';
	position: absolute;
	width: 0;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid;
	border-color: inherit;
	transition: width .3s ease-in-out;
}

.footer-classic-slim {
	padding: 43px 0 51px;
}

/** @section Price list */
*+.price-list {
	margin-top: 37px;
}

.price-list+.price-list {
	margin-top: 36px;
}

.price-list-head {
	display: flex;
	justify-content: space-between;
	color: #e8b585;
}

.price-list-title {
	position: relative;
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.price-list-title::after {
	content: '';
	right: 0;
	top: 50%;
	height: 1px;
	background-color: #F3E2C4;
	flex-grow: 1;
	margin-left: 30px;
}

@media (min-width: 1200px) {
	.price-list-title::after {
		margin-left: 100px;
	}
}

.price-list-value {
	margin-left: 15px;
}

@media (min-width: 1200px) {
	.price-list-value {
		margin-left: 36px;
	}
}

*+.price-list-text {
	margin-top: 6px;
}

/** @section Intro */
@media (min-width: 992px) {
	.intro {
		display: flex;
		flex-wrap: wrap;
	}

	.intro .intro-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-height: 100vh;
		width: 100%;
	}

	.intro .intro-inner>* {
		width: 100%;
		flex-shrink: 0;
	}
}

.intro-inner {
	position: relative;
	padding: 60px 0;
}

@media (min-width: 768px) {
	.intro-inner {
		padding: 110px 0;
	}
}

.intro-sub-title {
	font-style: italic;
	color: #7B606B;
	line-height: 1.28;
}

/** @section Object */
.object-wrap {
	position: relative;
}

.object-body {
	position: relative;
	width: 100%;
	padding: 100px 30px 100px 10vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.object-body::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(21, 21, 21, 0.5);
}

@media (min-width: 992px) {
	.object-body {
		display: flex;
		align-items: flex-end;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		padding: 7% 8% 7% 10%;
		z-index: 1;
		width: calc(((100% - 960px + 30px) / 2) + (960px * .58));
	}

	.object-body::before {
		display: none;
	}
}

@media (min-width: 1600px) {
	.object-body {
		width: calc(((100% - 1200px + 30px) / 2) + (1200px * .58));
	}
}

@media (min-width: 1600px) {
	.object-body {
		width: calc(((100% - 1560px + 40px) / 2) + (1560px * .58));
	}
}

.object-box {
	position: relative;
}

.object-box img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	max-width: 15vw;
}

.object-offset {
	position: relative;
	padding: 0;
}

@media (min-width: 992px) {
	.object-offset {
		padding: 86px 0;
	}
}

.object-offset+* {
	margin-top: 50px;
}

@media (min-width: 1600px) {
	.object-offset+* {
		margin-top: 65px;
	}
}

.object-body-2 {
	position: relative;
}

@media (min-width: 992px) {
	.object-body-2 {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 35.3%;
	}
}

.object-body-2::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	width: 82%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.object-body-3 {
	position: relative;
}

@media (min-width: 992px) {
	.object-body-3 {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 21.6%;
	}
}

.object-body-4 {
	position: relative;
}

@media (min-width: 992px) {
	.object-body-4 {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 35.3%;
	}
}

@media (min-width: 992px) {
	.object-body-5 {
		width: 49%;
	}
}

/** @section Info */
.info-item+.info-item {
	margin-top: 30px;
}

.info-title+.info-title {
	margin-top: 0;
}

*+.info-text {
	margin-top: -3px;
}

/** @section Contacts */
.contacts-item+.contacts-item {
	margin-top: 30px;
}

*+.contacts-link {
	margin-top: -3px;
}

/** @section Author */
.author {
	text-align: center;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}

*+.author-name {
	margin-top: 28px;
}

*+.author-text {
	margin-top: 2px;
}

*+.author-link {
	margin-top: 26px;
}

@media (min-width: 992px) {
	.author-box {
		position: relative;
		display: flex;
		align-items: center;
		padding: 160px 0;
	}

	.author-box::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 50vw;
		background-color: #ffffff;
	}

	.author-box .author {
		width: 390px;
		margin-left: 10px;
		position: relative;
	}
}

/** @section Pag */
.pag {
	display: flex;
	justify-content: space-between;
	margin-bottom: -30px;
	margin-left: -30px;
}

.pag:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.pag>* {
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 30px;
}

@media (min-width: 768px) {
	.pag {
		margin-bottom: -60px;
		margin-left: -60px;
	}

	.pag:empty {
		margin-bottom: 0;
		margin-left: 0;
	}

	.pag>* {
		margin-top: 0;
		margin-bottom: 60px;
		margin-left: 60px;
	}
}

.pag-link {
	display: flex;
	width: 488px;
	flex-direction: column;
}

@media (min-width: 576px) {
	.pag-link {
		flex-direction: row;
		align-items: center;
	}
}

.pag-link:hover .pag-name {
	color: #CE870C;
}

.pag-icon {
	display: block;
	margin-bottom: 12px;
}

@media (min-width: 576px) {
	.pag-body {
		margin-left: 35px;
	}
}

.pag-title {
	color: inherit;
}

.pag-name {
	line-height: 1.22;
	margin-top: 6px;
	transition: all 0.3s ease-in-out;
}

.pag-next {
	text-align: right;
}

@media (min-width: 576px) {
	.pag-next {
		flex-direction: row-reverse;
	}
}

@media (min-width: 576px) {
	.pag-next .pag-body {
		margin-left: 0;
		margin-right: 35px;
	}
}

.pag-next .icon-svg {
	transform: rotate(180deg);
}

/** @group Plugins */
/** @section Animate */
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

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

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

.ipad .not-animated,
.ios .not-animated {
	opacity: 1 !important;
}

.ios .animated {
	animation: none;
}

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

	100% {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

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

	100% {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideOutDown {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

/** @section Preloader */
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	color: #ffffff;
	background: #F7F9FA;
	transition: .3s all ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.preloader-body {
	text-align: center;
}

.preloader-body p {
	position: relative;
	right: -8px;
}

.cssload-speeding-wheel {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	border: 2px solid #0d3655;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	animation: cssload-spin .88s infinite linear;
}

@keyframes cssload-spin {
	100% {
		transform: rotate(360deg);
	}
}

/** @section ToTop */
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 46px;
	color: #ffffff;
	background: #e8b585;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
	color: #ffffff;
	background: #111111;
	text-decoration: none;
}

.ui-to-top:focus {
	color: #ffffff;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}

/** @section RD Navbar */
@keyframes rd-navbar-slide-down {
	0% {
		transform: translateY(-100%);
	}

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

@keyframes rd-navbar-slide-up {
	0% {
		transform: translateY(0);
	}

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

.rd-navbar-wrap,
.rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu {
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
	transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar.rd-navbar-fixed+.rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar+.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar {
	display: none;
	background: #ffffff;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 56px;
	height: 56px;
	line-height: 56px;
	cursor: pointer;
	color: #e8b585;
	background-color: transparent;
	border: none;
	display: none;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after {
	top: 8px;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
	width: 24px;
	height: 2px;
	background-color: #e8b585;
	backface-visibility: hidden;
	border-radius: 0;
}

.rd-navbar-toggle.active span {
	background: transparent;
}

.rd-navbar-toggle.active span:before,
.rd-navbar-toggle.active span:after {
	transform-origin: 50% 50%;
	top: 0;
}

.rd-navbar-toggle.active span:before {
	transform: rotate(45deg);
}

.rd-navbar-toggle.active span:after {
	transform: rotate(-45deg);
}

.rd-navbar-toggle:hover span,
.rd-navbar-toggle:hover span::before,
.rd-navbar-toggle:hover span::after {
	background-color: #CE870C;
}

.rd-navbar-toggle.active span,
.rd-navbar-toggle.active span::before,
.rd-navbar-toggle.active span::after {
	background-color: #ffffff;
}

.rd-navbar-toggle.active:hover span,
.rd-navbar-toggle.active:hover span::before,
.rd-navbar-toggle.active:hover span::after {
	background-color: #CE870C;
}

.rd-navbar-toggle.active span {
	background-color: transparent !important;
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 56px;
	height: 56px;
	line-height: 56px;
	cursor: pointer;
	color: #cfcdcd;
	display: none;
}

.rd-navbar-collapse-toggle span {
	top: 50%;
	margin-top: -3.5px;
}

.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
	position: absolute;
	width: 7px;
	height: 7px;
	line-height: 7px;
	text-align: center;
	background: #cfcdcd;
	left: 50%;
	margin-left: -3.5px;
	border-radius: 50%;
	transition: .3s all ease;
}

.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
	content: '';
}

.rd-navbar-collapse-toggle span:before {
	bottom: 100%;
	margin-bottom: 3.5px;
}

.rd-navbar-collapse-toggle span:after {
	top: 100%;
	margin-top: 3.5px;
}

.rd-navbar-collapse-toggle.active span {
	transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
	transform: translateY(21px);
}

.rd-navbar-collapse-toggle.active span:after {
	transform: translateY(-21px);
}

.rd-navbar-brand a {
	display: block;
}

.rd-navbar-search {
	position: relative;
	display: inline-flex;
}

.rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: #cfcdcd;
	transition: .33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
	color: #e8b585;
}

.rd-navbar-search-toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.rd-navbar-search-toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-navbar-dropdown {
	display: none;
}

.rd-navbar-wrap-absolute {
	height: 0 !important;
}

.rd-navbar-contacts-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
	margin-left: -50px;
}

.rd-navbar-contacts-list:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.rd-navbar-contacts-list>* {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 50px;
}

@media (min-width: 1600px) {
	.rd-navbar-contacts-list {
		margin-bottom: -20px;
		margin-left: -70px;
	}

	.rd-navbar-contacts-list:empty {
		margin-bottom: 0;
		margin-left: 0;
	}

	.rd-navbar-contacts-list>* {
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 70px;
	}
}

.rd-navbar-contacts {
	font-size: 16px;
	font-weight: 600;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1080;
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: fixed;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
}

.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 160px;
	max-height: 43px;
	width: auto;
	height: auto;
}

.rd-navbar-fixed .brand-logo-dark {
	display: none;
}

.rd-navbar-fixed .brand-logo-light {
	display: block;
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	display: flex;
	align-items: center;
	height: 56px;
	padding: 0px;
}

.rd-navbar-fixed .rd-navbar-footer {
	padding: 0 20px;
}

.rd-navbar-fixed *+.rd-navbar-footer {
	margin-top: 20px;
}

.rd-navbar-fixed *+.rd-navbar-rights {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: -56px;
	bottom: -56px;
	z-index: 1079;
	width: 270px;
	padding: 112px 0 81px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 34px;
	transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: #383737;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #e8b585;
	border: none;
	border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	margin: 15px 0;
	height: auto;
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item+.rd-nav-item {
	margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
	display: block;
	padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed li.opened>.rd-navbar-dropdown {
	padding: 4px 0 0;
}

.rd-navbar-fixed li.opened>.rd-navbar-megamenu {
	padding-top: 15px;
	padding-bottom: 15px;
}

.rd-navbar-fixed li.opened>.rd-menu {
	opacity: 1;
	height: auto;
}

.rd-navbar-fixed li.opened>.rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
	display: none;
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
	height: 34px;
	line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown>li>a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li>a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li>a {
	padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu {
	display: block;
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
	display: block;
	padding: 9px 56px 9px 16px;
	font-size: 12px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list>li+li,
.rd-navbar-fixed .rd-navbar-dropdown>li+li {
	margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list>li>a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	position: relative;
	display: block;
	padding: 0 18px 7px;
	font-size: 16px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	border-bottom: 1px solid;
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-list {
	margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-title {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu>li+li {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 52px;
	font: 400 14px "FontAwesome";
	line-height: 52px;
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
	display: block;
	top: 0px;
	z-index: 1081;
}

.rd-navbar-fixed .rd-navbar-collapse {
	position: fixed;
	right: 0;
	top: 56px;
	z-index: 1079;
	transform: translate3d(0, -10px, 0);
	padding: 15px;
	width: auto;
	border-radius: 0;
	text-align: left;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline>li {
	display: block;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline>li+li {
	margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-main-element {
	position: absolute;
	float: left;
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
	position: fixed;
	right: 0;
	left: 0;
	top: 56px;
	z-index: 1079;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transform: translate3d(0, -10px, 0);
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
	display: none;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 26px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span,
.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
	position: fixed;
	top: 0px;
	z-index: 1082;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
	right: 0;
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
	right: 46px;
}

.rd-navbar-fixed.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
	display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
	display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #cfcdcd;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
	background: #0d3655;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #ffffff;
	background: #0d3655;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: #ffffff;
	background: #e8b585;
}

.rd-navbar-fixed .rd-nav-item:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened>.rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-nav-link {
	color: #cfcdcd;
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
	color: #F7F9FA;
}

.rd-navbar-fixed .rd-megamenu-list>li:hover>a,
.rd-navbar-fixed .rd-megamenu-list>li.focus>a,
.rd-navbar-fixed .rd-megamenu-list>li.active>a,
.rd-navbar-fixed .rd-megamenu-list>li.opened>a,
.rd-navbar-fixed .rd-navbar-dropdown>li:hover>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.focus>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.active>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.opened>a {
	color: #ffffff;
	background: #e8b585;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	color: #cfcdcd;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	border-bottom: 1px solid #d7d7d7;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
	color: #e8b585;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: #cfcdcd;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	color: #cfcdcd;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: #e8b585;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	color: #383737;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: #e8b585;
}

.rd-navbar-fixed .rd-navbar-collapse {
	background-color: #0d3655;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
	color: #cfcdcd;
}

.rd-navbar-fixed .rd-navbar-img {
	display: block;
	margin: 20px auto 0;
	width: 80px;
}

.rd-navbar-fixed .link-arrow {
	margin: 10px 20px;
}

.rd-navbar-fixed .footer-heading+* {
	margin-top: 15px;
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px;
}

/*
*
* RD Navbar Sidebar
*/
.rd-navbar-sidebar {
	position: relative;
	z-index: 1080;
	display: block;
	background: transparent;
}

.rd-navbar-sidebar .rd-navbar-main-outer {
	padding-left: 20px;
	padding-right: 20px;
}

.rd-navbar-sidebar .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 48px 40px 0;
	max-width: 1816px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-main-element {
	display: flex;
	align-items: center;
	margin-right: 50px;
}

@media (min-width: 1600px) {
	.rd-navbar-sidebar .rd-navbar-main-element {
		margin-left: 70px;
	}
}

.rd-navbar-sidebar .rd-navbar-main-element>*+* {
	margin-left: 20px;
}

.rd-navbar-sidebar .rd-navbar-toggle {
	position: absolute;
	right: 0;
	top: 9%;
	transform: translateY(-10%);
	display: block;
	z-index: 1102;
}

.rd-navbar-sidebar .rd-navbar-panel {
	min-width: 200px;
	text-align: center;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1101;
	height: calc(100vh);
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #0d3655;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateX(100%);
	margin: 0;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
	transition-delay: .1s;
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav-container {
	display: flex;
	align-items: flex-end;
	flex-direction: row-reverse;
	padding: 80px 10%;
	flex-grow: 1;
}

.rd-navbar-sidebar .rd-navbar-img {
	position: absolute;
	width: 30.8vw;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
}

.rd-navbar-sidebar .rd-navbar-body {
	max-width: 550px;
	flex-basis: 550px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-right: 250px;
}

@media (min-width: 1600px) {
	.rd-navbar-sidebar .rd-navbar-body {
		max-width: 650px;
		flex-basis: 650px;
	}
}

.rd-navbar-sidebar .rd-navbar-footer {
	max-width: 250px;
	flex-basis: 250px;
}

.rd-navbar-sidebar .rd-navbar-nav+.link-arrow {
	margin-top: 36px;
}

.rd-navbar-sidebar .rd-nav-item+.rd-nav-item {
	margin-top: 18px;
	margin-left: 0;
}

.rd-navbar-sidebar .rd-nav-link {
	position: relative;
	word-break: break-all;
	line-height: 1.2;
	text-transform: none;
	color: #ffffff;
	font-family: "Spectral", "Times New Roman", Times, serif;
	font-size: 40px;
	letter-spacing: -.02em;
}

@media (min-width: 1600px) {
	.rd-navbar-sidebar .rd-nav-link {
		font-size: 50px;
	}
}

.rd-navbar-sidebar .rd-nav-link:hover {
	color: #e8b585;
}

.rd-navbar-sidebar .rd-nav-item {
	position: relative;
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item.focus .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item.opened .rd-nav-link {
	color: #e8b585;
}

.rd-navbar-sidebar .rd-nav-item.opened .rd-navbar-submenu-toggle {
	color: #e8b585;
}

.rd-navbar-sidebar .rd-nav-item.opened .rd-navbar-submenu-toggle::before {
	transform: rotate(-90deg);
}

.rd-navbar-sidebar .rd-navbar-submenu .opened>.rd-navbar-submenu-toggle::before {
	transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-megamenu {
	display: none;
	opacity: 0;
	visibility: hidden;
	will-change: opacity, visibility;
	transition: opacity .2s;
}

.rd-navbar-sidebar .rd-navbar-submenu.opened>.rd-menu {
	display: block;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu>.rd-menu {
	transform: translateY(30px);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu.opened>.rd-menu {
	transform: translateY(0);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu>.rd-navbar-dropdown {
	transform: translateX(-20px);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu.opened>.rd-navbar-dropdown {
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	display: inline-block;
	margin-left: 8px;
	line-height: 1;
	cursor: pointer;
	color: #C1D2D4;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
	transform-origin: center;
	width: 30px;
	height: 30px;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:hover {
	color: #e8b585;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle::before,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle::before {
	content: '\f107';
	display: inline-block;
	font-family: "FontAwesome";
	vertical-align: middle;
	transition: 0.4s all ease;
	z-index: 2;
}

.rd-navbar-sidebar .rd-menu {
	position: absolute;
	top: 50%;
	transform: translate(100%, -50%);
	right: 0;
	font-size: 18px;
	text-align: left;
}

@media (min-width: 1600px) {
	.rd-navbar-sidebar .rd-menu {
		font-size: 22px;
	}
}

.rd-navbar-sidebar .rd-dropdown-link {
	color: #ffffff;
}

.rd-navbar-sidebar .rd-dropdown-link:hover {
	color: #e8b585;
}

.rd-navbar-sidebar .rd-navbar-megamenu {
	max-width: 450px;
	margin-bottom: -30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu>* {
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu>li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}

.rd-navbar-sidebar .rd-megamenu-title {
	display: none;
}

.rd-navbar-sidebar .rd-megamenu-list {
	margin-top: 0;
}

.rd-navbar-sidebar .rd-megamenu-list>li+li {
	margin-top: 16px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a {
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a::before {
	display: none;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a:hover {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus>a {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle {
	color: #e8b585;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle::before {
	top: 1px;
}

.rd-navbar-sidebar .rd-navbar-dropdown>li+li {
	margin-top: 16px;
}

.rd-navbar-sidebar.rd-navbar--is-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(-101%);
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translateY(0);
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	background: #F7F9FA;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
	padding-top: 11px;
	padding-bottom: 11px;
}

/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-classic.rd-navbar-static {
	border-bottom: 1px solid transparent;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 20px;
	padding-right: 20px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
	padding: 10px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
	border-bottom-color: #d7d7d7;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
	display: none;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
	padding: 17px 0;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item>.rd-navbar-submenu,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item>.rd-navbar-submenu {
	margin-top: 17px;
}

/*
*
* RD Navbar Fullwidth
*/
.rd-navbar-fullwidth {
	display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav>li+li {
	margin-left: 20px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
	padding: 10px 0;
}

/** @section Swiper */
@font-face {
	font-family: 'swiper-icons';
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(44px / 44 * 27);
	height: 44px;
	margin-top: calc(-1 * 44px / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #0d3655;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: 44px;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 100%;
	background: #ffffff;
	opacity: 0.5;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #e8b585;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #e8b585;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid #e8b585;
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-slide {
	min-height: 40.625vw;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: auto;
	white-space: nowrap;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-slide-caption {
	width: 100%;
	white-space: normal;
}

.swiper-button-prev,
.swiper-button-next {
	display: none;
}

@media (min-width: 1600px) {

	.swiper-button-prev,
	.swiper-button-next {
		display: block;
	}
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

@media (min-width: 1600px) {
	.swiper-pagination {
		display: none;
	}
}

/** @section Google Map */
.google-map-markers {
	display: none;
}

.google-map-container {
	width: 100%;
}

.google-map-container button img {
	margin: 0;
}

@media (min-width: 1600px) {
	.google-map-container {
		margin-left: calc(-1 * ((100vw - 1560px + 40px) / 2));
		width: calc(((100vw - 1560px + 40px) / 2) + 610px);
		height: 100%;
	}
}

.google-map {
	height: 400px;
	width: 100%;
}

@media (min-width: 992px) {
	.google-map {
		height: 800px;
	}
}

@media (min-width: 1600px) {
	.google-map {
		height: 1080px;
	}
}

/** @section Counter */
.group-counter {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -30px;
	margin-left: -30px;
}

.group-counter:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.group-counter>* {
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 30px;
}

@media (min-width: 1600px) {
	.group-counter {
		margin-bottom: -30px;
		margin-left: -75px;
	}

	.group-counter:empty {
		margin-bottom: 0;
		margin-left: 0;
	}

	.group-counter>* {
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 75px;
	}
}

*+.group-counter {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	*+.group-counter {
		margin-top: 52px;
	}
}

.box-counter {
	text-align: center;
}

.box-counter-title {
	margin-top: 0;
}

.box-counter-main {
	display: flex;
	justify-content: center;
	color: #e8b585;
	text-transform: none;
	letter-spacing: -.02em;
}

.box-counter-primary {
	background-color: #7B606B;
}

.box-counter-primary .box-counter-title,
.box-counter-primary .box-counter-main {
	color: #ffffff;
}

.box-counter-dark {
	background-color: #383737;
}

.box-counter-dark .box-counter-main {
	color: #7B606B;
}

.box-counter-dark .box-counter-title {
	color: #ffffff;
}

.counter-container {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

*+.counter-container {
	margin-top: 40.5px;
}

@media (min-width: 992px) {
	*+.counter-container {
		margin-top: 56.7px;
	}
}

@media (min-width: 1600px) {
	*+.counter-container {
		margin-top: 81px;
	}
}

/** @section Bootstrap material datetimepicker */
html .dtp {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2000;
}

html .dtp>.dtp-content {
	background: #ffffff;
	max-width: 300px;
	max-height: 100vh;
	overflow-y: auto;
	box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
	position: relative;
	left: 50%;
	margin: 0 auto;
}

html .dtp-header {
	background: #e8b585;
	color: #ffffff;
	text-align: center;
	padding: 0.3rem;
	position: relative;
}

html .dtp-date,
html .dtp-time {
	background: #952352;
	text-align: center;
	color: #ffffff;
	padding: 10px;
}

html .dtp-date>div {
	padding: 0;
	margin: 0;
}

html .dtp-actual-month {
	font-size: 1.5em;
}

html .dtp-actual-num,
html .dtp-actual-maxtime {
	font-size: 3em;
	line-height: 0.9;
}

html .dtp-actual-year {
	font-size: 1.5em;
	color: #ffffff;
}

html .dtp-picker {
	padding: 0.625rem;
	text-align: center;
}

html .dtp-picker-month,
html .dtp-actual-time {
	font-weight: 500;
	text-align: center;
}

html .dtp-close {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1rem;
}

html .dtp-close>a {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
}

html .dtp-close>a:hover {
	color: #0d3655;
}

html .dtp table.dtp-picker-days {
	margin: 0;
	border: none;
}

html .dtp table.dtp-picker-days tr {
	border: none;
}

html .dtp table.dtp-picker-days tr>td {
	border: none;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	padding: .5rem 0.3rem;
}

html .dtp table.dtp-picker-days tr>td>span.dtp-select-day {
	color: #bdbdbd !important;
}

html .dtp table.dtp-picker-days tr>td>a {
	color: #000000;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	transition: .3s all ease;
}

html .dtp .dtp-picker-time>a {
	color: #000000;
	padding: .25rem .3125rem .3125rem .375rem;
	border-radius: 50% !important;
}

html .dtp table.dtp-picker-days tr>td>a.selected {
	background: #e8b585;
	color: #ffffff;
}

html .dtp table.dtp-picker-days tr>th {
	color: #000000;
	text-align: center;
	font-weight: 700;
	padding: 0.4rem 0.3rem;
	border: none;
}

html .dtp .p10,
html .dtp .p20,
html .dtp .p60,
html .dtp .p80 {
	display: inline-block;
	vertical-align: middle;
}

html .dtp .p10 {
	width: 10%;
}

html .dtp .p10>a {
	color: #ffffff;
	transition: .3s all ease;
}

html .dtp .p10>a:hover {
	color: #0d3655;
}

html .dtp .p20 {
	width: 20%;
}

html .dtp .p60 {
	width: 60%;
}

html .dtp .p80 {
	width: 80%;
}

html .dtp-picker-month {
	display: none !important;
}

html .dtp-meridien-am,
html .dtp-meridien-pm {
	position: relative;
	top: 10px;
	color: #000000;
	font-weight: 500;
	padding: .4375rem .3125rem;
	border-radius: 50% !important;
	text-decoration: none;
	background: #eeeeee;
	font-size: .625rem;
}

html .dtp-actual-meridien a.selected {
	background: #e8b585;
	color: #ffffff;
}

html .dtp-picker-time {
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 1em;
	border-radius: 50%;
	cursor: pointer;
	font-weight: 500;
	text-align: center !important;
}

html .dtp-picker-time>a {
	display: block;
	line-height: 23px;
	padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

html .dtp-picker-time>a.dtp-select-hour.selected {
	background: #e8b585;
	color: #ffffff;
}

html .dtp-picker-time>a.dtp-select-hour.disabled {
	color: #383737;
}

html .dtp-picker-time>a.dtp-select-minute.disabled {
	color: #383737;
}

html .dtp-picker-time>a.dtp-select-minute.selected {
	background: #e8b585;
	color: #ffffff;
}

html .dtp-picker-clock {
	margin: .625rem 1.25rem 0 1.25rem;
	padding: .625rem;
	border-radius: 50% !important;
	background: #cfcdcd;
}

html .dtp-clock-center {
	width: 15px;
	height: 15px;
	background: #383737;
	border-radius: 50%;
	position: absolute;
	z-index: 50;
}

html[class*="ie"] html .dtp-clock-center {
	display: none;
}

html .dtp-hand,
html .dtp-hour-hand {
	position: absolute;
	width: 4px;
	margin-left: -2px;
	background: #383737;
	transform: rotate(0deg);
	transform-origin: bottom;
	z-index: 1;
}

html[class*="ie"] html .dtp-hand,
html[class*="ie"] html .dtp-hour-hand {
	display: none;
}

html .dtp-minute-hand {
	width: 2px;
	margin-left: -1px;
}

html .dtp-hand.on {
	background: #e8b585;
}

html .dtp-buttons {
	padding: 0 .625rem .625rem .625rem;
	margin: 0;
	text-align: right;
}

html .dtp-buttons .btn {
	margin-bottom: 0;
}

html .dtp.hidden,
html .dtp .hidden {
	display: none;
}

html .dtp .invisible {
	visibility: hidden;
}

/**
 * Select 2
 */
.select2-container {
	position: relative;
	display: inline-block;
	width: 100% !important;
	margin: 0;
	vertical-align: middle;
	box-sizing: border-box;
}

.select2-container .select2-selection--single {
	display: block;
	height: 50px;
	box-sizing: border-box;
	cursor: pointer;
	user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container .select2-selection--multiple {
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
}

.select2-container .select2-search--inline {
	align-self: center;
}

.select2-container .select2-search--inline .select2-search__field {
	display: block;
	padding: 0;
	border: none;
	font-size: 16px;
	min-height: 26px;
	box-sizing: border-box;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	position: absolute;
	left: -100000px;
	z-index: 1051;
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #ffffff;
	color: #e8b585;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	background-color: #F7F9FA;
	border: 1px solid #C1D2D4;
}

.select2-results__option {
	user-select: none;
	padding: 2px;
	padding-left: 28px;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: 1px solid white;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #ffffff;
	border: 1px solid #C1D2D4;
}

.has-error .select2-container--default .select2-selection--single {
	border-color: #f5543f;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 12px 28px;
	font-size: 16px;
	line-height: 24px;
	color: #e8b585;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #C1D2D4;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	margin-top: -2px;
	border-color: #e8b585 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	cursor: default;
	background-color: #ffffff;
	color: #aa275d;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #e8b585 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: #ffffff;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	width: 100%;
	padding: 12px 28px;
	list-style: none;
	box-sizing: border-box;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	margin-bottom: 5px;
	margin-left: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #e8b585;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 5px;
	cursor: default;
	font-size: 16px;
	background-color: #F3E2C4;
	color: #e8b585;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
	color: #e8b585;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #ffffff;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	cursor: default;
	background-color: #ffffff;
	color: #aa275d;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
	color: #e8b585;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	background-color: #ffffff;
	color: #aa275d;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #F3E2C4;
	color: #e8b585;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: rgba(243, 226, 196, 0.5);
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.footer-make-logo {
	width: 100%;
}

.bread a {
	margin-right: 30px;
	position: relative;
}

.bread a::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	right: -21px;
	background: url(../images/seperator.svg) no-repeat;
	bottom: 7px;
}

.bread a:last-of-type::after {
	content: none;
}

.product-sidebar h1 {
	font-size: 20px;
	margin-bottom: 30px;
	font-family: inherit;
	font-weight: 500;
}

.product-sidebar ul li {
	margin: 5px 0;
}

.product-name {
	display: block;
	margin-top: 20px;
	color: #0d3655;
	font-size: 16px;
}

.pt-150 {
	padding-top: 150px !important;
}

.pb-400 {
	padding-bottom: 400px;
}

.store-wrap {
	position: relative;
}

.store-name {
	position: absolute;
	bottom: -30px;
	left: 30px;
	right: 30px;
	padding: 30px;
	background: #0d3655;
	color: #fff;
	transition: all .3s ease;
}

.store-name h1 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 500;
}

.store-name a {
	display: block;
	font-size: 16px;
	color: #b7b7b7;
	line-height: initial;
	margin-bottom: 10px;
	transition: all .3s ease;
}

.store-name a:last-of-type {
	margin-bottom: 0;
}

.stores-container .row {
	margin-bottom: 100px;
}

.store-wrap:hover .store-name {
	background: #cb9569;
}

.store-wrap:hover .store-name a {
	color: #ffffff;
}

.contact-info {
	font-family: inherit;
	font-size: 20px;
	margin-top: 50px;
}

.contact-info a {
	display: block;
	margin-bottom: 10px;
}

.contact-info a:last-of-type {
	line-height: initial;
}

.mt-300 {
	margin-top: 300px;
}

.bread {
	margin-top: 20px;
}

.contact-map-area {
	padding-top: 150px !important;
}

.rd-navbar-brand .mobil-brand {
	display: none;
	visibility: hidden;
}

.hayatinSec {
	padding-top: 150px;
	padding-bottom: 350px;
}

@media(max-width: 767px) {
	.rd-navbar-brand .brand {
		display: none;
		visibility: hidden;
	}

	.rd-navbar-brand .mobil-brand {
		display: block;
		visibility: visible;
	}

	.rd-navbar-brand .mobil-brand img {
		max-width: 170px;
		max-height: 43px;
		width: 170px;
		height: auto;
		margin-top: 5px;
	}

	.rd-navbar-collapse-toggle {
		display: none;
		visibility: hidden;
	}

	.hayatinSec {
		padding-top: 150px;
		padding-bottom: 70px;
	}

	.product-sidebar {
		margin-bottom: 50px;
	}

	.product-name {
		font-size: 20px;
		margin-bottom: 50px;
		text-align: center;
	}

	.mmt-0 {
		margin-top: 0 !important;
	}

	.mpb-100 {
		padding-bottom: 100px;
	}

	.store-wrap {
		margin-bottom: 100px;
	}

	.stores-container .row {
		margin-bottom: 0;
		margin-top: 0 !important
	}

	.box-udo-title {
		text-align: center;
	}

	.rd-navbar-fixed .rd-navbar-main-element {
		top: -20px;
		left: 0;
		right: -50px
	}

	.langs {
		display: block !important;
		z-index: 9999999 !important;
		position: fixed !important;
		top: 16px !important;
		right: 12px !important;
	}
}

.langs {
	position: absolute;
	top: 37px;
	right: 60px;
}

.langs li {
	float: left;
	margin-right: 7px;
}

.langs li a {
	font-weight: 500;
}

.langs li a.active {
	color: #fff;
}

.bayi-wrap {
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
}

.bayi-adi {
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #cb9569;
}

.bayi-bilgiler a {
	display: block;
	color: #333;
	font-size: 14px;
}

.bayi-bilgiler {
	margin-top: 30px;
	color: #333;
	font-size: 14px;
}

.sehir-baslik {
	font-size: 40px;
	margin-bottom: 50px;
}

.footer-classic-img-box img:first-of-type {
	display: none;
	visibility: hidden;
}

.object-body::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100px;
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7819502801120448) 0%, rgba(0, 0, 0, 0) 100%)
}