/*
.montserrat-regular {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-weight: 400;
}
.playfair-display-regular {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
*/

* {
	margin: 0;
	padding: 0;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 1840px) {
html {
	font-size: 16px;
}
}

@media screen and (max-width: 1140px) {
html {
	font-size: 15px;
}
}

@media screen and (max-width: 840px) {
html {
	font-size: 14px;
}
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 2;
	color: #717171;
	width: 100%;
	min-width: 1800px;
	background: linear-gradient(to right, #1d6f7a 0%, #7c2a30 100%);
	position: relative;
}

@media screen and (max-width: 1840px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}


/* text styles
-----------------------------------------------------------------------------*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h1, .h1 {
	font-size: 2rem;
	color: #1d6f7a;
}
h2, .h2 {
	font-size: 1.8rem;
	color: #1c5b63;
}
h3, .h3 {
	font-size: 1.6rem;
	color: #17444a;
}
h4, .h4 {
	font-size: 1.4rem;
	color: #a61a24;
}
h5, .h5 {
	font-size: 1.3rem;
	color: #931d25;
}
h6, .h6 {
	font-size: 1.2rem;
	color: #7c2a30;
}


a {
	color: #7c2a30;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 15px 0px 20px 20px;
	padding: 0px 0px 0px 0px;
}
p {
	margin: 0px 0px 20px 0px;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 18px;
	line-height: 1;
    box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 1000px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 500px !important;
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 1840px) {
.form_standard {
	width: 700px !important;
}
.form_standard_half {
	width: 350px !important;
}
}

@media screen and (max-width: 1140px) {
.form_standard {
	width: 100%!important;
}
.form_standard_half {
	width: 100% !important;
}
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #fff;
	background: #7c2a30;
	font-size: 1.5rem;
	line-height: 1;
	text-transform: uppercase;
	border: 0px;
	height: 77px;
	padding: 0px 93px 0px 93px;
	cursor: pointer;
	border-radius: 3px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.form input.submit:hover, input.button:hover {
	background: #001f50;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	font-size: 1rem;
	line-height: 2;
	color: #717171;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #717171;
	font-family: "Barlow", sans-serif;
	font-size: 1rem;
	line-height: 1;
	padding: 20px 30px 20px 30px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 19px 30px 19px 30px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

@media screen and (max-width: 1840px) {
.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	padding: 15px 25px 15px 25px;
}
.form select {
	padding: 14px 25px 14px 25px;
}
}

@media screen and (max-width: 1140px) {
.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	padding: 10px 15px 10px 15px;
}
.form select {
	padding: 9px 15px 9px 15px;
}
}

@media screen and (max-width: 350px) {
.form input.submit, input.button {
	width: 200px;
}
}

.captcha {
	text-align: left;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	transform: scale(1);
	padding-right: 10px;
}

@media screen and (max-width: 1140px) {
.g-recaptcha {
	padding-right: 10px;
}
}

@media screen and (max-width: 670px) {
.captcha {
	text-align: center;
}
.g-recaptcha {
	padding-right: 0px;
	padding-bottom: 5px;
}
}

@media screen and (max-width: 350px) {
.captcha {
	text-align: center !important;
}
.g-recaptcha {
	display: block;
	width: 200px !important;
	overflow: hidden !important;
	border-radius: 4px;
	margin: 0 auto;
}
.form input.submit, input.button {
	padding: 15px 30px 15px 30px;
}
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #717171 !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #717171 !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #717171 !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #717171 !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}

/* standard styles
-----------------------------------------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

@media screen and (min-width: 1141px) {
.mobile_only {
	display: none !important;
}
}

@media screen and (max-width: 1140px) {
.desktop_only {
	display: none !important;
}
}


.img_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}

.images, .images_left, .images_right {
	border: 0px;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}

.img_full, .images_full {
	width: 100%;
	height: auto;
}

.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	margin-bottom: 30px;
}

@media screen and (max-width: 1840px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 400px;
	height: auto;
}
.images_left, .img_left {
	margin: 0px 45px 25px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 25px 45px;
}
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	margin: 0px 30px 15px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 15px 30px;
}
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 300px;
	height: auto;
}
}

@media screen and (max-width: 800px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 250px;
	height: auto;
}
}

@media screen and (max-width: 500px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 100%;
	height: auto;
}
.images_left, .img_left {
	margin-right: 0px;
}
.images_right, .img_right {
	margin-left: 0px;
}
}


hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	letter-spacing: 1px;
	background-color: #7c2a30;
	text-align: center;
	border-radius: 40px;
	padding: 18px 45px 18px 45px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	text-decoration: none;
	background-color: #1d6f7a;
}

.a_button1 {
	background-color: #1d6f7a;
}
.a_button1:hover {
	background-color: #7c2a30;
}

.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.columns[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.columns[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.columns[data-columns-count="5"] {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.columns[data-columns-count="6"] {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align: top;
}


/* ul_no_dots
-----------------------------------------------------------------------------*/
.ul_no_dots, .ul_no_dots > li {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

/* ul_no_dots
-----------------------------------------------------------------------------*/
.ul_no_dots, .ul_no_dots > li {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}


/* columns
-----------------------------------------------------------------------------*/
.columns {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.columns_inline {
	display: inline-flex;
}
.columns.align_center {
	justify-content: center
}

.columns li {
	min-width: 240px;
}
.columns[data-columns-count="2"] li {
	flex-basis: calc(50% - 20px);
}
.columns[data-columns-count="3"] li {
	flex-basis: calc(33.333% - 20px);
}
.columns[data-columns-count="4"] li {
	flex-basis: calc(25% - 20px);
}
.columns[data-columns-count="5"] li {
	flex-basis: calc(20% - 20px);
}
.columns[data-columns-count="6"] li {
	flex-basis: calc(16.666% - 20px);
}

/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
ul.columns_list > li {
	width: auto;
	max-width: 94%;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 2% 15px 2%;
	vertical-align: top;
	text-align: left;
}
ul.columns_list > li {
}
ul.columns_list[data-columns-count="2"] > li {
	width: 46%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 29%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 21%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 16%;
}

ul.columns_list.valign_top li {
	vertical-align: top;
}
ul.columns_list.valign_middle li {
	vertical-align: middle;
}
ul.columns_list.valign_bottom li {
	vertical-align: bottom;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	ul.columns_list > li {
		width: 97% !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
	ul.columns_list > li {
		width: 47% !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li,
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 30% !important;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 22% !important;
	}
}
@media only screen and (min-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li {
		width: 22% !important;
	}
	ul.columns_list[data-columns-count="5"] > li {
		width: 17% !important;
	}
}


/* white-popup - magnific-popup style
-----------------------------------------------------------------------------*/
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width:auto;
	max-width: 700px;
	margin: 20px auto;
}


/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #878787;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #1d8917;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #1d8917;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}

.sectionname_divider {
	display: none;
}

.imagesmallname {
	color: #000;
}

.imagemediumname {
	color: #000; 
	font-weight: bold;
}

.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}


/* portfolio
-----------------------------------------------------------------------------*/
.portfolio {
}
.portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	outline: none;
	background: #186d13;
	text-align: center;
	padding: 10px 15px 10px 15px;
	border-radius: 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	text-decoration: none;
	background: #231f20;
}

@media screen and (max-width: 1840px) {
a.portfolio_button {
	padding: 7px 10px 7px 10px;
}
}

@media screen and (max-width: 1140px) {
a.portfolio_button {
	font-size: 16px;
	line-height: 16px;
}
}


/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: left;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.2rem;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-optical-sizing: auto;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	font-family: "Barlow", sans-serif;
	color: #666;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #ccc;
}

.portfolio_sections_list ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}
.portfolio_sections_list ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	vertical-align: top;
}

.portfolio_section_name {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.4rem;
	color: #3c2f26;
	text-align: left;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}


/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}


/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

.portfolio_thumbnails ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(4, 1fr);
}

.portfolio_thumbnails li {
	position: relative;
	padding: 0px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails .portfolio_thumbnail_link {
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails .portfolio_thumbnail_link:hover {
	text-decoration: none;
	color: #e4af3b;
}
.portfolio_thumbnails .portfolio_thumbnail_image {
	width: 100%;
}
.portfolio_thumbnails .portfolio_thumbnail_image img {
	width: 100%;
	height: auto;
}

.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	background: rgba(72,72,72,0.8);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	opacity: 1;
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}
.portfolio_thumbnail_caption small {
	font-size: 0.7rem;
	line-height: 1.2;
}

@media screen and (max-width: 1840px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 1300px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 800px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 700px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 500px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
}


/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	margin-bottom: 30px;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

.portfolio_index ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(4, 1fr);
}
.portfolio_index li {
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index .portfolio_index_link {
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index .portfolio_index_link:hover {
	text-decoration: none;
	color: #e4af3b;
}
.portfolio_index .portfolio_index_image {
	width: 100%;
}
.portfolio_index .portfolio_index_image img {
	width: 100%;
	height: auto;
}

.portfolio_index_caption {
	width: 80%;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(72,72,72,0.8);
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	padding: 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	opacity: 1;
}


@media screen and (max-width: 1840px) {
.portfolio_index ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 1300px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_index_caption {
	font-size: 1.3rem;
}
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 800px) {
.portfolio_index_caption {
	font-size: 1.2rem;
}
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 700px) {
.portfolio_index ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 500px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
}

/* portfolio_slider
-----------------------------------------------------------------------------*/
.portfolio_slider {
}

.portfolio_slider_previews_area {
	position: relative;
}
.portfolio_slider_previews {
	vertical-align: middle;
	height: 500px;
	overflow: hidden;
	margin-bottom: 10px;
}

.portfolio_slider_preview {
	width: auto;
	height: 500px;
	text-align: center;
}
.portfolio_slider_preview_link {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio_slider_preview_image {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_image img {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_caption {
	width: 94%;
	overflow: hidden;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 3% 10px 3%;
	opacity: 1;
	background: rgba(72,72,72,0.7);
}
.portfolio_slider_preview_caption small {
	color: #CCC;
}

.portfolio_slider_previews_last, .portfolio_slider_thumbnails_last {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	left: 20px;
}
.portfolio_slider_previews_last:after, .portfolio_slider_thumbnails_last:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_last.webp) center center no-repeat;
}

.portfolio_slider_previews_next, .portfolio_slider_thumbnails_next {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	right: 20px;
}
.portfolio_slider_previews_next:after, .portfolio_slider_thumbnails_next:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_next.webp) center center no-repeat;
}

.portfolio_slider_navigation {
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}

.portfolio_slider_slideshow {
	position: relative;
}

.portfolio_slider_thumbnails_area {
	position: relative;
}
.portfolio_slider_thumbnails {
	margin-bottom: 10px;
}

.portfolio_slider_thumbnail {
	text-align: center;
}

.portfolio_slider_thumbnail_link {
	text-align: left;
	position: relative;
	width: auto;
	display: inline-block;
}

.portfolio_slider_thumbnail_image img {
	opacity: 0.7;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_image:hover img, .portfolio_slider_thumbnails .slick-current img {
	opacity: 1 !important;
}

.portfolio_slider_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 0.7rem;
	line-height: 1.2;
	position: absolute;
	bottom: -10px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0;
	background: rgba(72,72,72,0.7);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_link:hover .portfolio_slider_thumbnail_caption {
	opacity: 1;
	bottom: 0px;
}
.portfolio_slider_thumbnail_caption a {
	color: #FF0;
}


/* portfolio magnific-popup styles
-----------------------------------------------------------------------------*/
.mfp-figure {
}
.mfp-close {
}
.mfp-img {
}
.mfp-bottom-bar {
}
.mfp-title {
	font-size: 14px;
	line-height: 16px;
}
.mfp-title a {
	color: #FF0;
}
.mfp-title small {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
}
.mfp-counter {
}


/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1;
	color: #717171;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #ccc;
}
.breadcrumbs ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
	content: " >";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}

.breadcrumbs ol li a { 
	color: #7c2a30;
} 
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}


/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40 url(images/table_header_bg.webp) top repeat-x;
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}


/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.page_wrapper {
	width: 1800px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.page_wrapper:before,
.page_wrapper:after {
	content: "";
	display: table;
} 
.page_wrapper:after {
	clear: both;
}

@media screen and (max-width: 1840px) {
.page_wrapper {
	width: auto;
	margin: 0px 30px 0px 30px;
}
}


@media screen and (max-width: 1140px) {
.page_wrapper {
	margin: 0px 20px 0px 20px;
}
}


#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top: 71px;
}

.body_wrapper {
	max-width: 2560px !important;
	margin: 0 auto !important;
	float: none !important;
}

.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 2560px !important;
	float: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1140px) {
.body_offset {
	padding-top: 0px;
}	
}


/* header_top
-----------------------------------------------------------------------------*/
#header_top {
	width: 100%;
	position: relative;
	height: 52px;
	color: #fff;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1;
	font-style: normal;
}

#header_top_slogan {
	width: auto;
	float: left;
	padding: 20px 50px 0px 0px;
}

#header_top_appointment {
	width: auto;
	float: right;
	margin-top: 0px;
	padding: 18px 10px 10px 0px;
	color: #fff;
}
#header_top_phone {
	width: auto;
	float: right;
	font-weight: 600;
	margin-top: 0px;
	padding: 19px 0px 10px 21px;
	color: #fff;
	background: url(images/icon_phone.webp) left 18px no-repeat;
}
#header_top_phone a, #header_top_phone a:hover {
	text-decoration: none;
	color: #fff;
}
#header_top_email {
	width: auto;
	float: right;
	background: url(images/icon_email.webp) left 18px no-repeat;
	padding: 19px 150px 0px 23px;
}
#header_top_email a {
	color: #fff;
}
#header_top_hours {
	width: auto;
	float: right; 
	background: url(images/icon_hours.webp) left 18px no-repeat;
	padding: 19px 150px 0px 20px;
}
@media screen and (max-width: 1600px) {
#header_top_hours {
	padding: 19px 50px 0px 20px;
}
#header_top_email {
	padding: 19px 50px 0px 23px;
}	
}

@media screen and (max-width: 1400px) {
#header_top_hours {
	display: none;
}	
}
@media screen and (max-width: 1200px) {
#header_top_email {
	display: none;
}	
}

@media screen and (max-width: 740px) {
#header_top_appointment {
	display: none;
}
}
@media screen and (max-width: 580px) {
#header_top_phone {
	float: left;
}	
#header_top_slogan {
	display: none;
}
}


/* header
-----------------------------------------------------------------------------*/
#header {
	height: 140px;
	position: relative;
	color: #242830;
	background: #fff;
}

#header_logo {
	width: auto;
	text-align: center;
	position: absolute;
	left: 0;
	top: 26px;
	margin-left: auto;
	margin-right: auto;
}
#header_social {
	width: auto;
	float: right;
	padding: 55px 0px 0px 15px;
}
#header_social ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#header_social ul li {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	display: inline-block;
}
#header_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#header_social a:hover img {
	opacity: 0.7;
}
#header_button1 {
	width: auto;
	float: right;
	padding: 55px 0px 0px 15px;
}
#header_button1 .a_button {
	padding: 10px 45px 10px 45px;
}
#header_slogan {
	width: auto;
	float: right;
	padding: 65px 0px 0px 50px;
	color: #1d6f7a;
	font-size: 1.2rem;
	line-height: 1;
	text-transform: uppercase;	
}

@media screen and (max-width: 1280px) {
#header_slogan {
	font-size: 0.8rem;
	padding: 69px 0px 0px 50px;	
}
}
@media screen and (max-width: 1100px) {
#header_slogan {
	display: none;
}
}

@media screen and (max-width: 1140px) {
#header {
	height: 125px;
}
#header_logo {
	top: 10px;
}
#header_logo img {
	width: auto;
	height: 100px;  
}
#header_slogan {
	font-size: 0.8rem;
	padding: 58px 0px 0px 50px;	
}	
#header_social {
	padding: 45px 0px 0px 15px;
}
#header_button1 {
	padding: 45px 0px 0px 15px;
}
}
@media screen and (max-width: 760px) {
#header_button1 {
	display: none;
}
}
@media screen and (max-width: 580px) {
#header_logo {
	left: 0;
	right: 0;
}	
#header_social {
	position: relative;
	top: -42px;
	padding: 0px 0px 0px 15px;
}
}


/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	background: #fff;
	/*white-space: nowrap;*/
	white-space: wrap;
    overflow-wrap: break-word;	
	border-top: 1px solid #f1f1f1;
}
#menutop ul {
	gap: 0px 20px;
	display: flex;
	justify-content: center;
	align-items: stretch; 
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	flex: 1;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#menutop ul li a {
	display: block;
	color: #22201f;
	font-size: 0.8rem;
	line-height: 1;
	text-transform: uppercase;
	height: auto;
	text-align: center;
	padding: 30px 8px 30px 8px;
	margin: 0px;
	transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #1d6f7a;
	text-decoration: none;
}

@media screen and (max-width: 1840px) {
#menutop ul li a {
	font-size: 0.7rem;
	line-height: 1;
	padding: 20px 8px 20px 8px;
}
#menutop ul {
}
}

@media screen and (max-width: 1140px) {
}


/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #f7f9fa 0px, #fff 100%);
	display: none;
}
.menu_icons:after {
	content:"";
	display:block;
	clear: both;
}

.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: left;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:last-child {
	float: right;
}
.menu_icons a {
	display: block;
	text-align: center;
	color: #1d6f7a;
	font-size: 0.8rem;
	line-height: 2.6;
	font-weight: 600;
	height: 34px;
	padding: 3px 20px 0px 20px;
	text-transform: uppercase;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -4px 5px 0px 0px;
}

@media screen and (max-width: 1140px) {
#menutop {
	display: none;
}
.menu_icons {
	display: block;
}
}


/* menumobile
-----------------------------------------------------------------------------*/
#menumobile {
	width: 100%;
	display: none;
}

#menumobile ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menumobile ul li {
	width: 100%;
	list-style: none;
	list-style-image: none;
	position: relative;
	background: linear-gradient(to bottom, #7c2a30 0px, #91373e 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.1;
	font-weight: 400;
	padding: 13px 0px 10px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}

#menumobile li.selected > a {
	color: #fff;
	font-weight: 900;	
}

#menumobile li.closed > ul {
	display: none;
}

#menumobile li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}


/* clicking area to expand/collapse */
#menumobile li.closed a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.closed {
	cursor: cell;
}
#menumobile li.closed:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_close.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.closed:after {
	z-index: 2;
}
#menumobile li li li.closed:after {
	z-index: 3;
}
#menumobile li li li li.closed:after {
	z-index: 4;
}
#menumobile li li li li li.closed:after {
	z-index: 5;
}

#menumobile li.open a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.open {
	cursor: cell;
}
#menumobile li.open:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_open.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.open:after {
	z-index: 2;
}
#menumobile li li li.open:after {
	z-index: 3;
}
#menumobile li li li li.open:after {
	z-index: 4;
}
#menumobile li li li li li.open:after {
	z-index: 5;
}

@media screen and (min-width: 1140px) {
#menumobile {
	display: none !important;
}
}


/* slideshow_area
-----------------------------------------------------------------------------*/
#slideshow_area {
	width: 100%;
	height: 1159px;
	position: relative;
}
.inside #slideshow_area {
	height: 649px;
}

@media screen and (max-width: 1840px) {
#slideshow_area {
	aspect-ratio: 4 / 3;
	height: auto;
}
}
@media screen and (max-width: 1840px) {
.inside #slideshow_area {
	aspect-ratio: 6 / 2;
	height: auto;
}
}


@media screen and (max-width: 640px) {
#slideshow {
	height: 369px;
	background: url(images/mobile_slideshow_bg.webp) center center no-repeat;
	background-size: cover;	
}
#slideshow_bg {
	display: none;
}
.inside #slideshow_area {
	height: 220px;
}
}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #231f20;
	z-index: 0;
}
.inside #slideshow {
	background: url(images/slides_01.webp) top center no-repeat;
}

#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}
@media screen and (min-width: 641px) {
#slide_1 {
	background-image: url(images/slides_01.webp);
}
#slide_2 {
	background-image: url(images/slides_02.webp);
}
#slide_3 {
	background-image: url(images/slides_03.webp);
}
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	right: 45px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 45px;
	z-index: 101;
}

#slideshow_slogan {
	width: 1700px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto; 
	bottom: 250px;
	text-align: center;
	color: #fff;
	z-index: 102;
}
.inside #slideshow_slogan {
	bottom: 150px;
}

.slideshow_slogan1 {
	width: 870px;
	display: block;
	margin-left: auto;
	margin-right: auto; 	
	color: #fff;
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
}
.slideshow_slogan2 {
	display: block;
	width: 940px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
	margin-left: auto;
	margin-right: auto;
	font-size: 4.6rem;
	line-height: 1.2;
	margin-bottom: 50px;
}
.slideshow_slogan3  {
	display: block;	
	width: 1400px;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 50px;
}
.slideshow_slogan4  {
	display: block;		
	width: 700px;
    font-weight: 400;
    font-style: normal;
	text-transform: none;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 50px;
}
.slideshow_call {
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	text-align: center;
	border-radius: 10px;
	padding: 20px 35px 20px 35px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	background: rgba(29,111,122,0.6);
	margin-bottom: 50px;	
}
a:hover .slideshow_call {
	background: rgba(124,42,48,0.6);
}
.slideshow_call span {
	display: block;
	font-size: 0.9rem;
	line-height: 1;
}


@media screen and (max-width: 1840px) {
#slideshow_slogan {
	width: 1000px;
	bottom: 250px;
}
.slideshow_slogan3  {
	width: 1000px;
}
}

@media screen and (max-width: 1700px) {
.inside #slideshow_slogan {
	bottom: 100px;
}
}

@media screen and (max-width: 1570px) {
#slideshow_slogan {
	bottom: 200px;
}
}
@media screen and (max-width: 1480px) {
.slideshow_slogan2 {
	width: 600px;
	font-size: 3.0rem;
	margin-bottom: 30px;
}	
	
#slideshow_slogan {
	bottom: 200px;
}
}


@media screen and (max-width: 1400px) {
.slideshow_slogan2 {
	width: 600px;
	font-size: 3.0rem;
	margin-bottom: 30px;
}	
}
@media screen and (max-width: 1370px) {
.slideshow_slogan2 {
	width: 600px;
	font-size: 2.0rem;
	margin-bottom: 20px;
}	
.slideshow_call {
	font-size: 1.6rem;
	letter-spacing: 2px;
	padding: 10px 35px 10px 35px;
	margin-bottom: 20px;	
}
.slideshow_slogan3  {
	margin-bottom: 20px;
}	
}

@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}
@media screen and (max-width: 1110px) {
.inside #slideshow_slogan {
	bottom: 50px;
}
}

@media screen and (max-width: 1085px) {
.slideshow_slogan4  {
	width: auto;		
	font-size: 0.8rem;
	line-height: 1;	
	margin-bottom: 20px;
	letter-spacing: 1px;		
}	
}

@media screen and (max-width: 1050px) {
#slideshow_slogan {
	width: auto;
}	
.slideshow_slogan1  {
	width: auto;	
	font-size: 1rem;
	line-height: 1;	
	margin-bottom: 20px;
	letter-spacing: 1px;	
}	
.slideshow_slogan2  {
	width: auto;		
	font-size: 2.4rem;
	line-height: 1.1;
	margin-bottom: 20px;
	letter-spacing: 1px;	
}	
.slideshow_slogan3  {
	width: auto;	
	font-size: 1rem;
	line-height: 1;	
	margin-bottom: 20px;
	letter-spacing: 1px;	
}	
.slideshow_slogan4  {
	width: auto;		
	font-size: 1rem;
	line-height: 1;	
	margin-bottom: 20px;
	letter-spacing: 1px;		
}	
.inside .slideshow_slogan1  {
	width: auto;	
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: 3px;
	margin-bottom: 30px;
}	
.inside .slideshow_slogan2  {
	width: auto;		
	width: 600px;
	font-size: 3.0rem;
	margin-bottom: 30px;
	letter-spacing: 1px;	
}		
}


@media screen and (max-width: 900px) {
.slideshow_slogan1  {
	font-size: 1rem;
	line-height: 1;	
	margin-bottom: 10px;	
}	
.slideshow_slogan2  {
	width: auto;		
	font-size: 2.0rem;
	line-height: 1.1;
	margin-bottom: 10px;	
}	
.slideshow_slogan3  {
	width: auto;	
	margin-bottom: 10px;	
	font-size: 1rem;
	line-height: 1;	
}	
.slideshow_slogan4  {
	width: auto;		
	margin-bottom: 20px;
	font-size: 1rem;
	line-height: 1;	
}	
.inside .slideshow_slogan1 {
	display: none;
}
.inside #slideshow_slogan {
	bottom: 70px;
}	
}

@media screen and (max-width: 800px) {
.slideshow_slogan1  {
	display: none;
}		
.slideshow_slogan2 {
	margin-bottom: 30px;	
}		
.slideshow_slogan4  {
	display: none;
}	
}

@media screen and (max-width: 690px) {
.slideshow_slogan2  {
	display: none;
}	
.inside .slideshow_slogan2  {
	width: auto;
	display: block;
}		
}
@media screen and (max-width: 640px) {
.inside #slideshow_slogan {
	bottom: 30px;
}
}

@media screen and (max-width: 610px) {
.slideshow_slogan3  {
	display: none;
}	
}

@media screen and (max-width: 410px) {
.inside .slideshow_slogan2  {
	font-size: 2.2rem;

}
}
@media screen and (max-width: 440px) {
#slideshow_slogan a {
	display: none;
}	
}


/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 180px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.inside #slideshow_pager { 
	bottom: 50px; 
}
#slideshow_pager span { 
    width: 12px;
	height: 12px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding: 0px 2px 0px 6px;
	font-family: arial; font-size: 1px; 
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}

@media screen and (max-width: 640px) {
#slideshow_pager {
	display: none;
}
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 120px 0px 120px 0px;
	background: #fff;
	position: relative;
	min-height: 807px;	
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

@media screen and (max-width: 1840px) {
#middle {
	padding: 90px 0px 90px 0px;
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
}

@media screen and (max-width: 1140px) {
#middle {
	padding: 50px 0px 50px 0px;
}
}


/* content
-----------------------------------------------------------------------------*/
#content {
	position: relative;
	float: left;
	width: 50%;
}
.inside #content {
	width: 100%;
	z-index: 2;
}	


@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 1200px) {
#content {
	width: 100%;
}
.img_home {
	display: none;
}
#middle {
	min-height: 400px;	
}	
}

@media screen and (max-width: 1140px) {
}
.img_home {
	float: right;
	margin: 0px 0px 0px 0px;
	width: auto;
	min-width: 1139px;
	height: 947px;
	position: absolute;
	bottom: 0px;
	right: -webkit-calc(50% - 1280px + 80px);
	right: -moz-calc(50% - 1280px + 80px); 
	right: calc(50% - 1280px + 80px);
	z-index: 2;	
}
.index_intro {
	text-transform: uppercase;
	color: #888888;
	letter-spacing: 1px;
	font-weight: 600;
}
.index_title {
	text-transform: uppercase;
	color: #7c2a30;
	font-size: 1.1rem;
	line-height: 1.5;	
	letter-spacing: 1px;
	font-weight: 700;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #242830;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
	font-size: 3.8rem;
	line-height: 1.2;
	text-align: left;
	padding: 0px 0px 50px 0px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	color: #1d6f7a;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
	text-transform: none;
	font-size: 3.8rem;
	line-height: 1.2;
	text-align: left;
}
.content_title span {
	display: block;
	text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-weight: 400;	
	color: #7c2a30;
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 20px;
}
.content_title_center {
	text-align: center;
}
.content_title1 {
	color: #fff;
}
#content_title_why_choose, #content_title_why_choose span {
	color: #fff;
}
#content_title_services_left {
	color: #1d6f7a;
}
#content_title_services_left span {
	color: #7c2a30;
}
#content_title_services_right {
	color: #7c2a30;
}
#content_title_services_right span {
	color: #1d6f7a;
}
#content_title_contact {
	color: #7c2a30;
}
#content_title_contact span {
	color: #1d6f7a;
}
#content_title_contact_form {
	color: #fff;
	padding-bottom: 30px;
}
#content_title_contact_form span {
	color: #fff;
}

@media screen and (max-width: 1840px) {
#content_title_services_left {
	font-size: 2.5rem;
	line-height: 1.2;	
}
#content_title_services_right {
	font-size: 2.5rem;
	line-height: 1.2;	
}	
}
@media screen and (max-width: 1650px) {
.content_title {
	padding: 0px 0px 30px 0px;
}	
#content_title_services_left {
	font-size: 2.0rem;
}
#content_title_services_right {
	font-size: 2.0rem;
}	
}

@media screen and (max-width: 1360px) {
#content_title_services_left {
	font-size: 1.7rem;
}
#content_title_services_right {
	font-size: 1.7rem;
}	
}
@media screen and (max-width: 1200px) {
#content_title_services_left {
	font-size: 1.5rem;
}
#content_title_services_right {
	font-size: 1.5rem;
}	
}

@media screen and (max-width: 1140px) {
.content_title {
    font-weight: 900;
	font-size: 2.0rem;
	padding: 0px 0px 30px 0px;
}
.content_title h1 {
    font-weight: 900;
	font-size: 2.0rem;
}
.content_title span {
	margin-bottom: 10px;
}
	
}


/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	padding: 0px 0px 0px 0px;
	position: relative;
	top: -130px;
	z-index: 101;
}
#box_services ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 35px 35px;
}
#box_services ul li {
  	flex-basis: calc(50% - 35px);
	vertical-align: top;
	background: #fff;
	position: relative;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 80px;	
}
.services_list_red {
	color: #7c2a30;
	font-weight: 700;
}
.services_list_red span {
	padding: 0px 0px 10px 25px;
	background: url(images/services_list_red.webp) 1px 5px no-repeat;
}
.services_list_green {
	color: #1d6f7a;
	font-weight: 700;
}
.services_list_green span {
	padding: 0px 0px 10px 25px;
	background: url(images/services_list_green.webp) 1px 5px no-repeat;
}
.services_list_green td {
	padding: 0px;
	margin: 0px;
}

@media screen and (max-width: 1840px) {
#box_services {
	padding: 0px 0px 0px 0px;
	top: -130px;	
}
#box_services ul {
	gap: 25px 25px;
}
#box_services ul li {
  	flex-basis: calc(50% - 25px);
	padding: 50px;
}
}

@media screen and (max-width: 1140px) {
#box_services ul {
	gap: 10px 10px;
}
#box_services ul li {
  	flex-basis: calc(50% - 25px);
	padding: 30px;
}	
#box_services ul li a {
	font-size: 1rem;
}
#box_services ul li a font {
	font-size: 1.2rem;
	padding: 0px 0px 10px 0px;
}
#box_services ul li a div.a_button {
	width: 70%;
	bottom: 35px;
	padding: 12px 15px 12px 15px;
	font-size: 15px;
	line-height: 15px;
}
}

@media screen and (max-width: 900px) {
#box_services ul li {
  	flex-basis: calc(50% - 10px);
}
}

@media screen and (max-width: 800px) {
#box_services ul li {
  	flex-basis: 100%;
	min-height: 200px;
}
}


/* box_why_choose
----------------------------------------------------------------------------*/
#box_why_choose {
	width: 100%;
	padding: 125px 0px 125px 0px;
	color: #fff;
	min-height: 460px;		
	background: url(images/box_why_choose_bg.webp) center center no-repeat;
    background-size: cover;
}
#box_why_choose b {
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 1;	
	text-align: center!important;		
}
#box_why_choose ul {
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 600;	
	text-transform: uppercase;
	display: grid;
	gap: 0px 30px;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	list-style-image: none;
}
#box_why_choose ul li {
	padding: 0px 0px 10px 25px;
	background: url(images/why_choose_icon.webp) 1px 6px no-repeat;
}
@media screen and (max-width: 1770px) {
#box_why_choose ul {
	grid-template-columns: repeat(2, 1fr);
}	
}
@media screen and (max-width: 1200px) {
#box_why_choose ul {
	grid-template-columns: repeat(1, 1fr);
}	
}


/* box_contact
----------------------------------------------------------------------------*/
#box_contact {
    width: 100%;
    background-color: #fbf9f6;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    display: block;
}
.inside #box_contact {
    border-top: 1px solid #ccc;
}
.contact_banner_inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}
.contact_content_side {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: relative;
    z-index: 5;
}
.contact_main_title {
    font-family: "Playfair Display", serif;
    font-size: 2.8rem;
    color: #03353e;
    line-height: 1.2;
    margin: 0 0 20px 0;
    font-weight: 700;
}
.contact_subtitle {
    font-size: 1.15rem;
    color: #333;
    margin: 0 0 30px 0;
    line-height: 1.4;
}
.contact_divider {
    width: 100%;
    max-width: 280px;
    height: 1px;
    background: #dcd1c4;
    margin: 35px auto 20px auto;
    position: relative;
}
.contact_divider::after {
    content: '◆';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #7c2a30;
    font-size: 9px;
    background: #fbf9f6;
    padding: 0 8px;
}
.contact_footer_text {
    font-style: italic;
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    text-align: center;
    width: 100%;
}
.contact_image_side {
    width: 62%;
    display: flex;
    justify-content: flex-end;
}
.hero_contact_img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}
@media screen and (max-width: 1300px) {
.contact_main_title {
    font-size: 2.2rem;
}
}
@media screen and (max-width: 1140px) {
.contact_banner_inner {
    flex-direction: column-reverse;
    align-items: center;
}
.contact_content_side {
    width: 100%;
    max-width: 600px;
    margin-top: 40px;
    align-items: center;
    text-align: center;
}
.contact_main_title {
    text-align: center;
}
.contact_subtitle {
    text-align: center;
}
.contact_btn_phone {
    justify-content: center;
}
.contact_image_side {
    width: 100%;
    justify-content: center;
}
}
@media screen and (max-width: 480px) {
.contact_main_title {
    font-size: 1.9rem;
}
.contact_btn_phone {
    width: 100%;
}
}

.inner_economy_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4%;
    margin: 40px 0;
    box-sizing: border-box;
}
.inner_economy_text_col {
    width: 44%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.inner_economy_title {
    font-family: "Playfair Display", serif;
    font-size: 2.4rem;
    color: #03353e;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-transform: uppercase;
}
/* Обновленная центрированная линия по стилю прошлого блока */
.inner_economy_line {
    width: 100%;
    max-width: 280px;
    height: 1px;
    background: #dcd1c4;
    margin: 15px auto 25px auto;
    position: relative;
}
.inner_economy_line::after {
    content: '◆';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #7c2a30;
    font-size: 9px;
    background: #fbf9f6;
    padding: 0 8px;
}
.inner_economy_lead {
    font-size: 1.2rem;
    color: #7c2a30;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.inner_economy_list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.inner_economy_list li {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.inner_economy_list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #7c2a30;
    font-size: 1.4rem;
    line-height: 1;
}
.inner_economy_list li strong {
    color: #03353e;
    display: block;
    margin-bottom: 2px;
    font-size: 1.1rem;
}
.inner_economy_badge {
    width: 100%;
    background-color: #03353e;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
}
.inner_economy_badge p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.inner_economy_img_col {
    width: 52%;
    display: flex;
    justify-content: flex-end;
}
.inner_economy_pic {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}
@media screen and (max-width: 1140px) {
.inner_economy_block {
    flex-direction: column-reverse;
    gap: 40px;
}
.inner_economy_text_col {
    width: 100%;
    align-items: center;
    text-align: center;
}
.inner_economy_title, .inner_economy_lead {
    text-align: center;
}
.inner_economy_line {
    margin: 15px auto 25px auto;
}
.inner_economy_line::after {
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner_economy_list {
    text-align: left;
}
.inner_economy_badge {
    text-align: center;
}
.inner_economy_img_col {
    width: 100%;
    justify-content: center;
}
}
@media screen and (max-width: 480px) {
.inner_economy_title {
    font-size: 1.8rem;
}
.inner_economy_badge {
    padding: 15px;
}
.inner_economy_badge p {
    font-size: 0.9rem;
}
}



.inner_method_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4%;
    margin: 40px 0;
    box-sizing: border-box;
}
.inner_method_text_col {
    width: 44%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.inner_method_title {
    font-family: "Playfair Display", serif;
    font-size: 2.4rem;
    color: #03353e;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.inner_method_line {
    width: 100%;
    max-width: 280px;
    height: 1px;
    background: #dcd1c4;
    margin: 15px auto 25px auto;
    position: relative;
}
.inner_method_line::after {
    content: '◆';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #7c2a30;
    font-size: 9px;
    background: #fbf9f6;
    padding: 0 8px;
}
.inner_method_lead {
    font-size: 1.1rem;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.5;
}
.inner_method_subtitle {
    font-size: 1.2rem;
    color: #7c2a30;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.inner_method_list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.inner_method_list li {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.inner_method_list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #7c2a30;
    font-size: 1.4rem;
    line-height: 1;
}
.inner_method_list li strong {
    color: #03353e;
    display: inline;
}
.inner_method_badge {
    width: 100%;
    background-color: #03353e;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
}
.inner_method_badge p {
    color: #fff;

    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.inner_method_img_col {
    width: 52%;
    display: flex;
    justify-content: flex-end;
}
.inner_method_pic {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}
@media screen and (max-width: 1140px) {
.inner_method_block {
    flex-direction: column-reverse;
    gap: 40px;
}
.inner_method_text_col {
    width: 100%;
    align-items: center;
    text-align: center;
}
.inner_method_title, .inner_method_lead, .inner_method_subtitle {
    text-align: center;
}
.inner_method_line {
    margin: 15px auto 25px auto;
}
.inner_method_line::after {
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner_method_list {
    text-align: left;
}
.inner_method_badge {
    text-align: center;
}
.inner_method_img_col {
    width: 100%;
    justify-content: center;
}
}
@media screen and (max-width: 480px) {
.inner_method_title {
    font-size: 1.8rem;
}
.inner_method_badge {
    padding: 15px;
}
.inner_method_badge p {
    font-size: 0.9rem;
}
}




.inner_model_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4%;
    margin: 40px 0;
    box-sizing: border-box;
}
.inner_model_text_col {
    width: 44%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.inner_model_title {
    font-family: "Playfair Display", serif;
    font-size: 2.4rem;
    color: #03353e;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.inner_model_line {
    width: 100%;
    max-width: 280px;
    height: 1px;
    background: #dcd1c4;
    margin: 15px auto 25px auto;
    position: relative;
}
.inner_model_line::after {
    content: '◆';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #7c2a30;
    font-size: 9px;
    background: #fbf9f6;
    padding: 0 8px;
}
.inner_model_lead {
    font-size: 1.1rem;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.5;
}
.inner_model_subtitle {
    font-size: 1.2rem;
    color: #7c2a30;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.inner_model_list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.inner_model_list li {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.inner_model_list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #7c2a30;
    font-size: 1.4rem;
    line-height: 1;
}
.inner_model_list li strong {
    color: #03353e;
    display: block;
    margin-bottom: 2px;
    font-size: 1.1rem;
}
.inner_model_badge {
    width: 100%;
    background-color: #03353e;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
}
.inner_model_badge p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.inner_model_img_col {
    width: 52%;
    display: flex;
    justify-content: flex-end;
}
.inner_model_pic {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}
@media screen and (max-width: 1140px) {
.inner_model_block {
    flex-direction: column-reverse;
    gap: 40px;
}
.inner_model_text_col {
    width: 100%;
    align-items: center;
    text-align: center;
}
.inner_model_title, .inner_model_lead, .inner_model_subtitle {
    text-align: center;
}
.inner_model_line {
    margin: 15px auto 25px auto;
}
.inner_model_line::after {
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner_model_list {
    text-align: left;
}
.inner_model_badge {
    text-align: center;
}
.inner_model_img_col {
    width: 100%;
    justify-content: center;
}
}
@media screen and (max-width: 480px) {
.inner_model_title {
    font-size: 1.8rem;
}
.inner_model_badge {
    padding: 15px;
}
.inner_model_badge p {
    font-size: 0.9rem;
}
}


.inner_partner_block {
    width: 100%;
    max-width: 650px;
    margin: 60px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
}
.inner_partner_title {
    font-family: "Playfair Display", serif;
    font-size: 2.6rem;
    color: #03353e;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.inner_partner_lead {
    font-size: 1.2rem;
    color: #7c2a30;
    margin: 0 0 25px 0;
    font-weight: bold;
}
.inner_partner_list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: center;
}
.inner_partner_list li {
    font-size: 1.15rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
}
/* Минималистичная тонкая линия-разделитель по центру */
.inner_partner_line {
    width: 100px;
    height: 1px;
    background: #dcd1c4;
    margin: 0 auto 25px auto;
}
.inner_partner_footer {
    font-style: italic;
    color: #555;
    font-size: 1.05rem;
    margin: 0;
}
@media screen and (max-width: 576px) {
.inner_partner_title {
    font-size: 2rem;
}
.inner_partner_lead {
    font-size: 1.1rem;
}
.inner_partner_list li {
    font-size: 1.05rem;
}
}


.inner_guidance_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4%;
    margin: 40px 0 80px 0;
    box-sizing: border-box;
}
.inner_guidance_img_col {
    width: 54%;
    display: flex;
    justify-content: flex-start;
}
.inner_guidance_pic {
    width: 100%;
    max-width: 650px;
    height: auto;
    display: block;
}
.inner_guidance_text_col {
    width: 42%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.inner_guidance_subtitle {
    font-size: 1.25rem;
    color: #7c2a30;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.inner_guidance_list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.inner_guidance_list li {

    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}
.inner_guidance_list li::before {
    content: '◆';
    position: absolute;
    left: 0;
    color: #7c2a30;
    font-size: 0.75rem;
    line-height: 1.6;
}
.inner_guidance_divider {
    width: 100%;
    max-width: 200px;
    height: 1px;
    background: #dcd1c4;
    margin: 15px 0 20px 0;
}
.inner_guidance_footer_note {
    font-size: 1.1rem;
    color: #03353e;
    font-weight: bold;
    margin: 0;
}

.inner_profit_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4%;
    margin: 80px 0 40px 0;
    box-sizing: border-box;
}

.inner_profit_text_col {
    width: 42%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.inner_profit_main_title {
    font-family: "Playfair Display", serif;
    font-size: 2.2rem;
    color: #03353e;
    line-height: 1.2;
    margin: 0 0 10px 0;
    font-weight: 700;
}
.inner_profit_lead_text {
    font-size: 1.05rem;
    color: #666;
    margin: 0 0 25px 0;
    line-height: 1.4;
}
.inner_profit_subtitle {
    font-size: 1.2rem;
    color: #7c2a30;
    margin: 0 0 15px 0;
    font-weight: bold;
}
.inner_profit_list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.inner_profit_list li {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.inner_profit_list li::before {
    content: '◆';
    position: absolute;
    left: 0;
    color: #7c2a30;
    font-size: 0.75rem;
    line-height: 1.5;
}
.inner_profit_list li strong {
    color: #03353e;
    display: block;
    margin-bottom: 2px;
}
.inner_profit_divider {
    width: 100%;
    max-width: 280px;
    height: 1px;
    background: #dcd1c4;
    margin: 15px auto 25px auto;
    position: relative;
}
.inner_profit_divider::after {
    content: '◆';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #7c2a30;
    font-size: 9px;
    background: #fbf9f6;
    padding: 0 8px;
}
.inner_profit_bullets {
    font-size: 1.05rem;
    color: #333;
    margin: 0 0 8px 0;
    font-weight: bold;
}
.inner_profit_img_col {
    width: 54%;
    display: flex;
    justify-content: flex-end;
}
.inner_profit_pic {
    width: 100%;
    max-width: 650px;
    height: auto;
    display: block;
}


@media screen and (max-width: 1140px) {
.inner_guidance_block {
    flex-direction: column;
    gap: 30px;
}
.inner_profit_block {
    flex-direction: column-reverse;
    gap: 30px;
}
.inner_guidance_img_col, .inner_profit_img_col {
    width: 100%;
    justify-content: center;
}
.inner_guidance_text_col, .inner_profit_text_col {
    width: 100%;
    align-items: center;
    text-align: center;
}
.inner_guidance_list, .inner_profit_list {
    text-align: left;
}
.inner_guidance_divider {
    margin: 15px auto 20px auto;
}
}
@media screen and (max-width: 480px) {
.inner_profit_main_title {
    font-size: 1.8rem;
}
}

.invest_section_wrapper_1, .invest_section_wrapper_2, .invest_section_wrapper_3 {
    width: 100%;
    display: block;
    clear: both;
}
.invest_page_section {
    width: 100%;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}
.invest_section_wrapper_3 .invest_page_section {
    margin-bottom: 0 auto 0 auto;
}
.invest_page_section.invest_reverse {
    flex-direction: row-reverse;
}
.invest_page_text {
    width: 40%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.invest_page_title {
    font-family: "Playfair Display", serif;
    font-size: 2.6rem;
    color: #03353e;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.invest_page_line {
    width: 100%;
    max-width: 280px;
    height: 1px;
    background: #dcd1c4;
    margin: 15px auto 25px auto;
    position: relative;
}
.invest_page_line::after {
    content: '◆';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #7c2a30;
    font-size: 9px;
    background: #fbf9f6;
    padding: 0 8px;
}
.invest_page_lead {
    font-size: 1.15rem;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.6;
}
.invest_page_subtitle {
    font-size: 1.4rem;
    color: #7c2a30;
    margin: 0 0 20px 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.invest_page_list {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}
.invest_page_list li {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 12px !important;
    position: relative;
    padding-left: 20px !important;
}
.invest_page_list li::before {
    content: '◆' !important;
    position: absolute;
    left: 0;
    top: 0;
    color: #7c2a30;
    font-size: 0.75rem;
    line-height: 1.6;
}
.invest_page_badge {
    width: 100%;
    background-color: #03353e;
    padding: 22px;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-align: center;
}
.invest_page_img {
    width: 54%;
    display: flex;
}
.invest_page_section:not(.invest_reverse) .invest_page_img {
    justify-content: flex-end;
}
.invest_page_section.invest_reverse .invest_page_img {
    justify-content: flex-start;
}
.invest_page_pic {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    box-shadow: 0 5px 25px rgba(0,0,0,0.04);
}
@media screen and (max-width: 1140px) {
.invest_page_section, .invest_page_section.invest_reverse {
    flex-direction: column-reverse;
    gap: 35px;
    margin-bottom: 50px;
    padding: 0 20px;
}
.invest_page_text {
    width: 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
}
.invest_page_title, .invest_page_lead, .invest_page_subtitle {
    text-align: center;
}
.invest_page_line {
    margin: 15px auto 25px auto;
}
.invest_page_line::after {
    left: 50%;
    transform: translate(-50%, -50%);
}
.invest_page_list {
    text-align: left;
    display: inline-block;
}
.invest_page_img {
    width: 100%;
    justify-content: center !important;
}
.invest_page_pic {
    max-width: 650px;
}
}
@media screen and (max-width: 480px) {
.invest_page_title {
    font-size: 1.9rem;
}
.invest_page_badge {
    padding: 15px;
    font-size: 0.95rem;
}
}

.invest-box {
    width: 100%;
    box-sizing: border-box;
	background: #efe1e6;
}
.invest-flex-wrap {
    display: flex;
    align-items: center;
    max-width: 1000px;
	margin: 0 auto;
    box-sizing: border-box;
}
.invest-col-media {
    padding: 1.25rem;
    box-sizing: border-box;
}
.invest-col-info {
    flex: 1;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.invest-photo-item {
    display: block;
}
.invest-photo-item img {
    height: 30rem;
    width: auto;
    display: block;
    object-fit: contain;
}
.invest-label {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 0.5rem;
}
.invest-main-price {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2b1111;
    margin-bottom: 2rem;
}
.invest-rows-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.invest-row-line {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.invest-row-line::after {
    content: "........................................................................................................................................";
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    right: 0;
    z-index: 1;
    color: #cccccc;
    letter-spacing: 3px;
}
.invest-cell-title, 
.invest-cell-price {
    position: relative;
    z-index: 2;
}
.invest-cell-title {
    padding-right: 0.5rem;
    font-size: 1.15rem;
    font-weight: 500;
    color: #222222;
    max-width: 75%;
}
.invest-sub-text {
    display: block;
    font-size: 0.85rem;
    color: #888888;
    font-weight: 400;
    margin-top: 0.15rem;
}
.invest-cell-price {
    padding-left: 0.5rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #222222;
    white-space: nowrap;
}
.invest-bottom-note {
    font-size: 0.85rem;
    color: #999999;
    font-style: italic;
}

@media (max-width: 800px) {
.invest-flex-wrap {
    flex-direction: column;
    align-items: center;
}
.invest-col-media {
    padding: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}
.invest-photo-item img {
	display: none;
}
.invest-col-info {
    padding: 1.25rem;
    width: 100%;
}
.invest-main-price {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
}
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	position: relative;
	padding: 140px 0px 140px 0px;
	color: #fff;
}
#footer_logo {
	float: left;	
	padding-top: 10px;	
	margin-right: 200px;
	position: relative;
	z-index: 2;
}
#footer_address {
	width: auto;
	float: left;
	position: relative;
	z-index: 2;	
}
#footer_address a {
	color: #fff;
}


@media screen and (max-width: 1840px) {
#footer {
	padding: 100px 0px 100px 0px;
}
}

@media screen and (max-width: 1140px) {
#footer {
	padding: 40px 0px 40px 0px;
}
#footer_flowers {
	display: none;
}	
#footer_logo {
	float: none;	
	padding-top: 10px;	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
#footer_address {
	text-align: center;	
	width: auto;
	float: none;
}	
}

@media screen and (max-width: 800px) {
#footer {
	padding: 40px 0px 80px 0px;
}	
#footer_logo {
	position: relative;
}
#footer_address {
	float: none;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 30%;
	float: left;
}
#contact_form {
	width: 65%;
	float: right;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 700px) {
#contact_address {
	width: 100%;
	float: none;
	padding-bottom: 20px;
}
#contact_form {
	width: 100%;
	float: none;
}
}

@media screen and (max-width: 450px) {
#contact_form label.edit {
	width: 100%;
}
#contact_form label.edit_half {
	width: 50%;
}
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 80px;
	height: 80px;
	background: #7c2a30 url(images/scroll_top_bg.webp) center no-repeat;
	border-radius: 50%;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background-color: #1d6f7a;
	text-decoration: none;
}

@media screen and (max-width: 1840px) {
#scroll_top {
	width: 70px;
	height: 70px;
}
}

@media screen and (max-width: 1140px) {
#scroll_top {
	width: 40px;
	height: 40px;
	background-size: 15px auto;
}
}


@media screen and (max-width: 1140px) {
.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}

/* Environmental Optimization
-----------------------------------------------------------------------------*/
.eo-description {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.eo-markets-section {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 50px;
    width: 100%;
    gap: 20px;
}
.eo-market-card {
    flex: 1;
    text-align: center;
}
.eo-market-card-flex {
    display: flex;
    flex-direction: column;
}
.eo-markets-section .h5 {
    color: #333;
	margin-bottom: 15px;
}
.eo-card-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.eo-card-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.eo-card-text {
    font-size: 0.95rem;
    line-height: 1.4;
    max-width: 320px;
    margin: 0 auto;
}
.eo-card-list, 
.eo-bottom-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.eo-card-list {
    margin-top: auto;
    max-width: 340px;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
}
.eo-bottom-list {
    max-width: 400px;
    margin: 0 auto 40px auto;
}
.eo-benefit-item {
    position: relative;
    padding-left: 25px;
    line-height: 1.4;
    text-align: left;
    margin-left: 0;
    font-size: 0.95rem;
    color: #4a3e3d;
}
.eo-benefit-item::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #7c2a30;
    font-weight: bold;
}
.eo-market-delimiter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    flex-shrink: 0;
    padding: 10px 0;
}
.eo-full-delimiter-img {
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: contain;
}
.eo-benefits-container {
    border: 1px solid #e3dac9;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}
.eo-benefits-title {
    background-color: #1d6f7a;
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    font-weight: 600;
    margin: 0;
}
.eo-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 30px;
    gap: 16px 40px;
}

@media (max-width: 768px) {
    .eo-markets-section {
        flex-direction: column;
        gap: 30px;
    }
    .eo-market-delimiter {
        display: none;
    }
    .eo-benefits-grid {
        grid-template-columns: 1fr;
        padding: 20px;
    }
    .eo-bottom-list {
        padding: 0 20px;
        margin-left: 0;
    }
}


/* box_full_width
-----------------------------------------------------------------------------*/
.box_full_width {
	width: 2560px;
	position: relative;
	left: -webkit-calc(50% - 1280px);
	left: -moz-calc(50% - 1280px);
	left: calc(50% - 1280px);
}

@media screen and (max-width: 1840px) {
.box_full_width {
	width: 1920px;
	left: -webkit-calc(50% - 960px);
	left: -moz-calc(50% - 960px);
	left: calc(50% - 960px);
}
}

@media screen and (max-width: 1140px) {
.box_full_width {
	width: calc(100% + 40px);
	width: -webkit-calc(100% + 40px);
	width: -moz-calc(100% + 40px);
	left: -20px;
}
}