* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #616161;
	width: 100%;
	min-width: 1800px;
	font-weight: 400;
	background: #1e2023;
	position: relative;
}

@media screen and (max-width: 1840px) {
body {
	min-width: 1100px;
}
}

@media screen and (max-width: 1140px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
    font-size: 14px;
	line-height: 24px;
}
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: "Rubik", sans-serif;
	font-size: 36px;
	line-height: 39px;
	font-weight: 900;
	color: #454a51;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: "Rubik", sans-serif;
	font-size: 35px;
	line-height: 38px;
	font-weight: 900;
	color: #35393e;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: "Rubik", sans-serif;
	font-size: 34px;
	line-height: 37px;
	font-weight: 900;
	color: #1e2023;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	font-family: "Rubik", sans-serif;
	font-size: 33px;
	line-height: 36px;
	font-weight: 900;
	color: #006ebd;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h5, .h5 {
	font-family: "Rubik", sans-serif;
	font-size: 32px;
	line-height: 35px;
	font-weight: 900;
	color: #333eb2;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h6, .h6 {
	font-family: "Rubik", sans-serif;
	font-size: 31px;
	line-height: 34px;
	font-weight: 900;
	color: #2e368c;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #006ebd;
	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: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
ul {
/*	list-style-image: url(images/icon_bullet.webp);*/
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}
.inline_blocks_centered {
	display: table;
    width: 100%;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
    text-align: center;
}
.inline_blocks_centered li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 15px 30px 15px;
}
p {
	margin:0 0 24px 0;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 18px;
	line-height: 18px;
    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: #1e2023;
	font-size: 30px;
	line-height: 30px;
	border-radius: 2px;
    font-weight: 700;
	padding: 21px 78px 21px 79px;
	cursor: pointer;
    text-transform: uppercase;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 16px;
	line-height: 20px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 11px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	width: auto;
}
#scode_block table td {
	padding: 0px 20px 0px 0px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
	border-radius: 2px;
}
#scode_block ul {
	display: table;
	margin: 35px 0px 0px 0px;
	padding: 0px 35px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#scode_block ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}
@media screen and (max-width: 1840px) {
#scode_block ul {
	display: table;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
    text-align: center;
}
}
@media screen and (max-width: 1140px) {
#scode_block ul {
	padding: 0px 0px 0px 0px;
}
#scode_block ul li {
	margin: 0px 5px 10px 5px;
}
#scode_block ul li:first-child {
	margin: 0px 5px 10px 12px;
}
#scode_block ul li:last-child {
	margin: 0px 0px 10px 5px;
}
}

.captcha {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 370px) {
.g-recaptcha {
    width: 280px;
    overflow: hidden;
}
}



/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	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;
}

.desktop_only {
	display: block;
}
.mobile_only {
	display: none;
}
@media screen and (max-width: 1140px) {
.desktop_only {
	display: none;
}
.mobile_only {
	display: block;
}
}


.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;
	padding: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	padding: 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 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	padding: 0px 40px 20px 0px;
}
.images_right, .img_right {
	padding: 0px 0px 20px 40px;
}
}

@media screen and (max-width: 800px) {
.images_left, .img_left {
	width: 100% !important;
	height: auto;
	margin-right: 0px;
	padding: 0px !important;
}
.images_right, .img_right {
	width: 100% !important;
	height: auto;
	margin-left: 0px;
	padding: 0px !important;
}
}


hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	font-weight: 700;
    border-radius: 2px;
	outline: none;
	background: #006ebd;
	text-align: center;
    text-transform: uppercase;
	padding: 19px 49px 19px 49px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button1 {
	background: #fff;
    color: #1e2023;
}
.a_button:hover {
	background: #fff;
	color: #006ebd;
    text-decoration: none;
}


.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;
}


/* 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: #006ebd;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #006ebd;
	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-family: "Rubik", sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	outline: none;
	background: #006ebd;
	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 {
	color: #1e2023;
	text-decoration: none;
	background: #fff;
    border: 2px solid #006ebd;
}


/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-family: "Rubik", sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: 700;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #ccc;
}
.portfolio_sections_list ul li {
	margin: 0px 4px 10px 4px;
	padding: 0px;
	vertical-align: top;
}

.portfolio_section_name {
	font-family: "Rubik", sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #006ebd;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}
.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 {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
}
.portfolio_thumbnails ul li {
	text-align: left;
	position: relative;
}

.portfolio_thumbnail_link {
}
.portfolio_thumbnail_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.portfolio_thumbnail_image img {
	vertical-align: bottom;
}

.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	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: 11px;
	line-height: 12px;
}


/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.portfolio_index ul li {
	text-align: left;
	position: relative;
}

.portfolio_index_link {
	color: #FF0;
}
.portfolio_index_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.portfolio_index_image img {
	vertical-align: bottom;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_image img {
	transform: scale(1.1);
}

.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);
	font-family: "Rubik", sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	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;
}


/* 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: 14px;
	line-height: 15px;
	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: 13px;
	line-height: 14px;
	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-family: "Rubik", sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	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: 3px;
	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: #006ebd;
}
.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: "Rubik", sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-family: "Rubik", sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	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: 1100px;
}
}

@media screen and (max-width: 1140px) {
.page_wrapper {
	width: auto;
	margin: 0px 20px 0px 20px;
}
}

#main_wrapper {
	overflow: hidden;
}

.body_offset {
    padding-top: 0px;
}

.body_wrapper {
	max-width: 2560px !important;
	margin: 0 auto !important;
	float: none !important;
}
@media screen and (max-width: 1840px) {
.body_wrapper {
	max-width: 1920px !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;
}

@media screen and (max-width: 1840px) {
.box_fixed {
	max-width: 1920px !important;
}
}
@media screen and (max-width: 1140px) { 
.box_fixed {
	position: relative!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: 100%!important;
	box-shadow: none;
}
}
/* header_contacts
-----------------------------------------------------------------------------*/
#header_contacts {
    width: 100%;
    height: 70px;
    position: absolute;
	left: 0px;
	top: 0px;
    z-index: 999;
}
#header_contacts .page_wrapper {
    background: #1e2023;
}
#header_contacts a,
#header_contacts span {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 70px;
	color: #c4c7cc;
}
#header_contacts a:hover {
	text-decoration: none;
}
#header_hours {
	padding: 2px 77px 0px 46px;
	background: url(images/icon_hours.webp) left center no-repeat;
}
#header_social {
    float: right;
    padding-top: 20px;
}
#header_social a {
	vertical-align: top!important;
	line-height: 20px;    
}
#header_phone {
	padding: 2px 76px 0px 45px;
    margin-left: 60px;
	background: url(images/icon_phone.webp) left center no-repeat;
}
#header_location {
    padding: 2px 0px 0px 45px;
	background: url(images/icon_location.webp) left center no-repeat;
}
#header_social {
    margin-right: 104px;
}
#header_social img {
    margin-left: 7px;
}
#header_center_text {
    position: absolute;
    left: 50%;
    top: 2px;
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    margin-left: 80px;
    z-index: 30;
	color: #c4c7cc;
}
#header {
	width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 555;
}
#header.box_fixed {
    height: 58px;
}
#header_logo {
    position: absolute;
    left: 60px;
    top: 85px;
    z-index: 999;
}
#header_logo img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#header.box_fixed {
    text-align: left;
}
#header.box_fixed #header_logo {
    top: 2px;
}
#header.box_fixed #header_logo img {
	width: 45%;
    height: auto;
}
@media screen and (max-width: 1840px) {
#header_center_text {
    margin-left: 0px;
}
#header_location {
    display: none!important;
}
#header {
    height: 280px;
}
#header_social {
    margin-right: 38px;
}
#header_logo {
    top: 83px;
    left: 47px;
}  
#header.box_fixed #header_logo {
    display: none;
}
}
#header .page_wrapper {
	background: #fff;
}
@media screen and (max-width: 1140px) {
#header_contacts {
    height: 60px;
    position: relative;
    background: #1e2023;
}
#header_hours {
    display: none!important;
}
#header_phone {
    background: none; 
    padding: 0px;  
    margin: 0px;
    font-size: 22px;
    line-height: 60px!important;
    font-weight: 900;
    float: left;
    color: #fff!important;
}
#header_social {
    float: right;
    margin: 0px;
    padding-top: 14px;
}
#header_center_text {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
#header {
    height: 83px;
    position: relative;
    background: #fff;
    padding-top: 16px;
}
#header_logo {
    position: static; 
    text-align: center;
    margin: 0px auto;
} 
#header_logo img {
    width: 271px;
    height: 64px;
}
}
@media screen and (max-width: 665px) {
#header_contacts {
    height: 120px;
}
#header_center_text {
    top: 60%;
    line-height: 15px;
    font-size: 15px;
}
}
/* menutop
-----------------------------------------------------------------------------*/
#menutop {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 133px;
    height: 28px;
    padding: 15px 0px;
    z-index: 777;
}
#menutop ul {
	display: table;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	text-align: center;
	font-size: 1px;
	line-height: 1px;
}
#menutop li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#menutop ul li a {
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #1e2023;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 26px 6px 26px;
	margin: 0px;
	transition: color 250ms ease-in;
	-webkit-transition: color 250ms ease-in;    
}
#menutop li:first-child a {
	padding: 6px 26px 6px 0px;
}
#menutop li:last-child a {
	padding: 6px 0px 6px 26px;
}
#menutop ul li:hover a, 
#menutop li.selected a {
	text-decoration: none;
	color: #006ebd;
}
#menutop .a_button {
    font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	border-radius: 0px;
	padding: 84px 86px 80px 92px;
    margin-top: -106px;
    float: right;
}
#header.box_fixed #menutop{
    top: 0px;
}
#header.box_fixed .a_button {
    padding: 21px 78px 21px 78px;
    margin-top: -43px;
}
@media screen and (max-width: 1840px) {
#menutop {
    width: 100%;
    left: 49px;
    top: 213px;
}
#menutop ul {
	display: table;
	margin: 0px;
    margin-right: auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop .a_button {
    font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	border-radius: 0px;
	padding: 97px 78px 97px 78px;
    margin-top: -186px;
    margin-right: 49px;
}
}
@media screen and (max-width: 1140px) {
#menutop {
	display: none;
}
}
/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #f3f3f3 0px, #fff 100%);
	border-bottom: 1px solid #e5e5e5;
	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: right;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}
.menu_icons a {
	display: block;
	text-align: center;
	color: #1e2023;
    font-size: 14px;
	line-height: 32px;
	font-weight: 900;
	height: 35px;
	padding: 2px 20px 0px 20px;
	text-transform: uppercase;
}
#mobile_show_menu {
    color: #006ebd;
}
.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) {
.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, #006ebd 0px, #0077cb 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 12px;
	line-height: 12px;
	font-weight: 900;
	padding: 11px 0px 9px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}
#menumobile li.selected > a {
	color: #1e2023;
}
#menumobile li.closed > ul {
	display: none;
}
#menumobile li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 1px solid #fff;
	border-bottom: 1px 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;
}
/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 1400px;
	position: relative;
	z-index: 10;
	background: #1e2023;
}
.inside #slideshow {
	height: 771px;
}
@media screen and (max-width: 1840px) {
#slideshow {
	height: 1064px;
}
.inside #slideshow {
	height: 801px;
}   
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	list-style: none;
	list-style-image: none;
}
@media screen and (min-width: 1141px) {
#slide1 {
	background: url(images/slides_2560_01.webp) center center no-repeat;
}
#slide2 {
	background: url(images/slides_2560_02.webp) center center no-repeat;
}
#slide3 {
	background: url(images/slides_2560_03.webp) center center no-repeat;
}
}
/* slideshow_content
-----------------------------------------------------------------------------*/
#slideshow_content {
    width: 100%;
    position: absolute;
	left: 0px;
	top: 539px;
    background: none;
    z-index: 235;
}
.inside #slideshow_content {
	top: 301px;
}
#slideshow_slogan {
	width: 100%;
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 120px;
	line-height: 120px;
	font-weight: 900;
	color: #fff;
    text-transform: uppercase;
    padding: 0px 0px 24px 0px;
}
#slideshow_slogan b {
	font-weight: 900;
	color: #0077cb;
}
#slideshow_text { 
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 40px;
	font-weight: 500;
	color: #fff;
    padding: 0px 800px 37px 0px;
}
.inside #slideshow_text { 
	display: none;
}
#slideshow_content .a_button {
    margin-right: 10px;
}
.inside #slideshow_content .a_button {
    display: none;
}
@media screen and (max-width: 1840px) {
#slideshow_content {
	top: 366px;
}
.inside #slideshow_content {
	top: 332px;
}
#slideshow_slogan {
    font-size: 110px;
	line-height: 110px;
    padding: 0px 0px 20px 0px;
}
#slideshow_text { 
    padding: 0px 128px 38px 0px;
}
}
#slides_arrow_next, 
#slides_arrow_prev {
	width: 45px;
	height: 84px;
	position: absolute;
	top: 49%;
	z-index: 237;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.inside #slides_arrow_next, 
.inside #slides_arrow_prev {
	top: 58%;
}
#slides_arrow_prev {
	left: 98px;
	background: url(images/slides_arrow_prev.webp) center center no-repeat;
}
#slides_arrow_next {
	right: 98px;
	background: url(images/slides_arrow_next.webp) center center no-repeat;	
}
@media screen and (max-width: 2250px) {
#slides_arrow_prev {
	left: 40px;
}
#slides_arrow_next {
	right: 40px;
}
}
@media screen and (max-width: 1920px) {
#slides_arrow_prev {
	left: 10px;
}
#slides_arrow_next {
	right: 10px;
}
}
@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}
#slideshow_pager1 {
	position: absolute;
	bottom: 249px;
	z-index: 237;
	width: 100%;
	left: 0px;
	right: 0px;
	margin: 0px;
}
.inside #slideshow_pager1 {
	bottom: 60px;
}
@media screen and (max-width: 1840px) {
#slideshow_pager1 {
	bottom: 87px;
}
}
#slideshow_pager span { 
	width: 34px;
	height: 7px; 
    display: inline-block;
	cursor: pointer;
    font-family: arial;
	font-size: 0px;
	background: url(images/slide_icon.webp) left top no-repeat;
}
#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: 1140px) {
#slideshow {
	height: 180px;
	background: url(images/mobile_slideshow_bg.webp) center center no-repeat;
	background-size: cover;
    text-align: center;
}
.inside #slideshow {
	height: 180px;
}
#slideshow_content {
	width: 100%;
	left: 0px;
	top: 0px;
    text-align: center;
}
.inside #slideshow_content {
	top: 43px;
}
#slideshow_slogan {
	width: 100%;
	font-size: 30px;
	line-height: 30px;
    padding: 43px 0px 0px 0px;
	margin: 0px 20px;
    text-align: left;
}
.inside #slideshow_slogan {
    padding: 0px;
}
#slideshow_text,
#slideshow_pager,
#slideshow .a_button {
	display: none;
}
}
/* box_phone
-----------------------------------------------------------------------------*/
#box_phone {
    position: relative;
}
#box_phone1 {
    width: 600px;
    position: absolute;
    bottom: -140px;
    right: 0px;
    background: #006ebd;
    color: #fff;
    z-index: 800;
    border-radius: 2px;
    text-align: left;
    overflow: visible;
}
#box_phone1 a {
    display: block;
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
#box_phone1 a div {
    position: relative;
	padding: 60px 87px 59px 86px;
    z-index: 802;
}
#box_phone1::before {
    content: "";
    position: absolute;
    top: -173px; 
    right: 2px;    
    width: 461px; 
    height: 440px;
    background: url("images/box_phone.webp") no-repeat center;
    background-size: contain;
    z-index: 801; 
}
#box_phone1 a div strong {
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 900;
    text-transform: uppercase;
}
#box_phone1 a div p {
	display: block;
	font-size: 36px;
	line-height: 36px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
	padding: 22px 0px 0px 0px;
}
@media screen and (max-width: 1840px) {
#box_phone1 {
    bottom: -207px;
}
#box_phone1::before {
    top: -123px; 
}
}
@media screen and (max-width: 1140px) {
#box_phone1 {
    display: none;
}
}
/* middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
    min-height: 600px;
    padding: 93px 0px 62px 0px;
	background: #fff;
}
@media screen and (max-width: 1140px) {
#middle {
    padding: 20px 0px 20px 0px;
    min-height: 300px;
	background: #fff;
}
}
/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	width: 100%;
    padding: 90px 0px 84px 0px;
	background: #f5f6f8;
}
#box_services_text {
    padding: 10px 780px 0px 0px;
	margin: 0px 0px 51px 0px;
}
#ul_services {
	display: table;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	font-size: 0px;
	line-height: 0px;
}
#ul_services li {
	display: inline-block;
    position: relative;
	vertical-align: top;
    width: 423px;
    height: 555px;
    background: #fff;
	padding: 0px;
    border-radius: 2px;
	margin: 0px 36px 36px 0px;
}
#ul_services li:nth-child(4n+0) {
	margin: 0px 0px 36px 0px;
}
#ul_services li a.service-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    position: relative;
}
#ul_services li div {
    padding: 46px 64px 34px 51px;
	font-family: "Rubik", sans-serif, Arial, Helvetica;
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	color: #006ebd;
    text-transform: uppercase;
}
#ul_services li div b {
	font-weight: 900;
	color: #1e2023;
}
#ul_services li span {
    display: block;
    padding: 0px 64px 39px 51px;
	font-family: "Rubik", sans-serif, Arial, Helvetica;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #616161;
}
#ul_services li img {
    position: absolute;
    bottom: 30px; 
    left: 30px;
    border-radius: 2px;
}
#ul_services li .a_button {
    position: absolute;
    bottom: 189px;
    right: 40px;
    padding: 17px 24px 15px 24px;
    z-index: 10;
}
#ul_services li .a_button:hover {
	color: #fff;
	background: #006ebd;
}
#ul_services li .a_button::before {
	content: "";
	display: block;
	width: 100%;
	height: 48px;
	position: absolute;
	top: 0px;
	left: -4px;
	background: url(images/overlay_services.webp) left top no-repeat;
}
@media screen and (max-width: 1840px) {
#box_services_text {
    padding: 10px 0px 0px 0px;
}
#ul_services li {
    width: 348px;
	margin: 0px 28px 28px 0px;
}
#ul_services li:nth-child(4n+0) {
	margin: 0px 28px 28px 0px;
}
#ul_services li:nth-child(3n+0) {
	margin: 0px 0px 28px 0px;
}
#ul_services li div {
    font-size: 34px;
	line-height: 34px;
    padding: 46px 30px 34px 30px;
}
#ul_services li span {
    padding: 0px 30px 34px 30px;
}
#ul_services li img {
    width: 288px;
}
}
@media screen and (max-width: 1140px) {
#box_services {
    padding: 30px 0px 30px 0px;
}
#box_services_text {
    display: none;
}
#ul_services {
    text-align: center;
    margin-top: 16px;
}
#ul_services li {
    width: 139px;
    height: 129px;
	margin: 0px 1px 2px 1px;
    text-align: left;
}
#ul_services li:nth-child(3n+0) {
	margin: 0px 1px 2px 1px;
}
#ul_services li:nth-child(4n+0) {
	margin: 0px 1px 2px 1px;
}
#ul_services li div {
    padding: 8px 7px 34px 10px;
	font-size: 14px;
	line-height: 14px;
}
#ul_services li span {
    display: none;
}
#ul_services li img {
    position: absolute;
    width: 120px;
    height: 75px;
    bottom: 12px; 
    left: 0;
    border-radius: 0px;
    margin: 0px 9px 0px 10px;
}
#ul_services li .a_button {
    display: none;
}
}
/* box_statistics
-----------------------------------------------------------------------------*/
#box_statistics {
	width: 100%;
    padding: 64px 0px 78px 0px;
	background: #006ebd;
}
#box_statistics ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
}
#box_statistics ul li {
	display: inline-block;
	width: 280px;
	vertical-align: top;
	padding: 0px;
	text-align: center;
	margin: 0px 178px 0px 0px;
    position: relative;
}
#box_statistics ul li:nth-child(4) {
	margin: 0px;
}
#box_statistics ul li:after,
#box_statistics ul li:first-child:before {
	content: "";
	display: block;
	width: 1px;
	height: 244px;
	position: absolute;
	top: -64px;
	right: -89px;
	background: url(images/box_statistics_delim.webp) center top no-repeat;
}
#box_statistics ul li:first-child:before {
	left: -89px;
}
@media screen and (max-width: 1840px) {
#box_statistics {
    padding: 60px 0px 65px 0px;
}
#box_statistics ul li {
	width: 150px;
	margin: 0px 134px 0px 0px;
}
#box_statistics ul li:after {
	top: -60px;    
	right: -66px;
}
#box_statistics ul li:first-child:before,
#box_statistics ul li:last-child:after {
	display: none;
    
}
}
#box_statistics ul li div {
	display: block;
	font-size: 60px;
	line-height: 72px;
	font-weight: 900;
	color: #fff;
	padding: 0px;
	margin: 0px;
}
#box_statistics ul li span {
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
    text-transform: uppercase;
	padding: 14px 0px 0px 0px;
}
@media screen and (max-width: 1140px) {
#box_statistics {
    padding: 20px 0px 0px 0px;
}
#box_statistics ul li {
	display: inline-block;
	width: 120px;
	vertical-align: top;
	padding: 0px;
	text-align: center;
	margin: 0px 10px 20px 10px;
    position: relative;
}
#box_statistics ul li:nth-child(4) {
	margin: 0px 10px 20px 10px;
}
#box_statistics ul li:after {
	display: none;
}
#box_statistics ul li div {
	font-size: 24px;
	line-height: 24px;
}
#box_statistics ul li span {
	font-size: 14px;
	line-height: 14px;
	padding: 5px 0px 0px 0px;
}
}
/* box_about
-----------------------------------------------------------------------------*/
#box_about {
	width: 100%;
    padding: 108px 0px 120px 0px;
	background: #fff url(images/box_about_bg.webp) center center no-repeat;
    z-index: 11;
    position: relative;
}
#box_about1 {
    padding-right: 50%;
}
@media screen and (max-width: 1840px) {
#box_about {
    padding: 108px 0px 119px 0px;
	background: #fff url(images/box_about_1920_bg.webp) center bottom no-repeat;
}
#box_about1 {
    padding-right: 36%;
}
}
@media screen and (max-width: 1140px) {
#box_about {
    padding: 40px 0px;
	background: #fff;
}
#box_about1 {
    padding-right: 0px;
}    
}
/* box_gallery
-----------------------------------------------------------------------------*/
#box_gallery {
	width: 100%;
    padding: 110px 0px 120px 0px;
	background: #f5f6f8;
    z-index: 14;
    position: relative;
}
#box_gallery_text {
    width: 65%;
    float: left;
}
#box_gallery ul {
    padding: 91px 0px 0px 0px;
    font-size: 1px;
    line-height: 1px;
}
#box_gallery ul ul {
    padding: 0px;
    margin: 0px;
}
#box_gallery ul li {
	margin: 0px 19px 19px 0px;
}
#box_gallery ul li.last {
	margin: 0px 0px 19px 0px;
}
#box_gallery ul li.nomargin {
	margin: 0px;
}
#box_gallery ul li a {
	display: block;
	padding: 0px;
	position: relative;
    overflow: hidden;
    border-radius: 3px;
}
#box_gallery ul li a div {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(0, 110, 189, 0.9) url(images/icon_zoom.webp) center center no-repeat;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 2;
    border-radius: 3px;    
}
#box_gallery a:hover div {
	opacity: 1;
}
@media screen and (max-width: 1840px) {
#box_gallery {
    padding: 109px 0px 100px 0px;
}
#box_gallery_text {
    width: 100%;
    float: none;
}
#box_gallery ul {
    padding: 61px 0px 0px 0px;
}
#box_gallery ul li {
	margin: 0px 14px 19px 0px;
}
#box_gallery ul li.last {
	margin: 0px 0px 19px 0px;
}
#box_gallery ul li.no_1920 {
	display: none;
}
#box_gallery ul li a img.i1,
#box_gallery ul li a img.i2    {
	width: 535px;
    height: auto;
}
#box_gallery ul li a img.i3,
#box_gallery ul li a img.i4    {
	width: 254px;
    height: auto;
}
}
@media screen and (max-width: 1140px) {
#box_gallery {
    padding: 30px 0px;
}
#box_gallery_text {
    display: none;
}
#box_gallery ul {
    padding: 20px 0px 0px 0px;
}
.no_1140 {
    display: none !important;
}
#box_gallery ul li a img.i1,
#box_gallery ul li a img.i3 {
    width: 280px;
    height: auto;
}
}
/* service_area
-----------------------------------------------------------------------------*/
#service_area {
	width: 100%;
    padding: 90px 0px 81px 0px;
    min-height: auto;
	background: #006ebd;
	text-align: center;
}
.inside #service_area {
    padding: 50px 0px 0px 0px;
	background: none;
}
#service_area span {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 33px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
}
.inside #service_area span {
	color: #1e2023;
}
#service_area ul {
	margin: 35px auto;
	padding: 0px;
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap:20px;
	text-align: left;
	max-width: 1100px;
}
#service_area ul li {
	color: #fff;
}
#service_area ul li::marker {
	color: #fff;
}
.inside #service_area ul li {
	color: #1e2023;
}
.inside #service_area ul li::marker {
	color: #1e2023;
}
#service_area a[href="javascript:;"] {
	color: #fff;
	text-decoration: none;
	cursor: text;
}
.inside #service_area a[href="javascript:;"] {
	color: #1e2023;
	text-decoration: none;
	cursor: text;
}
#service_area a {
	color: #1e2023;
    text-decoration: none;
}
.inside #service_area a {
	color: #006ebd;
    text-decoration: none;
}
@media screen and (max-width: 1140px) {
#service_area {
    padding: 20px 0px;
    border-bottom: 2px solid #fff;
}
#service_area span {
	font-size: 20px;
	line-height: 23px;
}
#service_area ul {
	margin: 20px 0px 0px 40px;
	max-width: 100%;
    -moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
}
/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
    padding: 196px 0px 196px 0px;
    position: relative;
	background: #1e2023 url(images/box_contact_bg.webp) center center no-repeat;    
    background-size: cover;
}
#box_form {
	padding: 88px 998px 106px 117px;
    background: #006ebd url(images/box_form_bg.webp) right top no-repeat; 
	position: relative;
}
#box_contact #table_form {
    width: 100%;
}
#box_contact #table_form td {
    width: 50%;
    vertical-align: top;
}
#box_contact_form label {
	padding-right: 14px;
}
#box_contact_form label.last {
	padding-right: 0px;
}
#box_contact_form textarea {
	height: 234px;
	font-size: 16px;
	line-height: 16px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	color: #1e2023;
	padding: 19px 10px 19px 24px;
	background: #fff;
	border: none;
    text-transform: uppercase;
}
#box_contact_form #name,
#box_contact_form #phone,
#box_contact_form #email,
#box_contact_form #scode {
	height: 49px;
	font-size: 16px;
	line-height: 16px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	color: #1e2023;
	padding: 19px 10px 19px 24px;
	background: #fff;
	border: none;
	margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}
#box_contact_form input:required {
	background: #fff url(images/placeholder_req_bg.webp) 15px 15px no-repeat !important;
}
#box_contact_form input:required:active,
#box_contact_form input:required:focus,
#box_contact_form input:required:valid {
	background: #fff !important;
}
#box_contact_form ::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #1e2023!important;
	font-weight: 700;
}
#box_contact_form ::-moz-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #1e2023!important;
	font-weight: 700;
}
#box_contact_form :-moz-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #1e2023!important;
	font-weight: 700;
}
#box_contact_form :-ms-input-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #1e2023!important;
	font-weight: 700;
}
@media screen and (max-width: 1840px) {
#box_contact {
    padding: 106px 0px 95px 0px;
}
#box_form {
	padding: 88px 470px 106px 66px;
    background: #006ebd url(images/box_form_bg_1920.webp) right top no-repeat; 
}
#box_contact #table_form {
    width: 100%;
}
#box_contact #table_form td {
    width: 50%;
    vertical-align: top;
}
#box_contact_form label {
	padding-right: 14px;
}
#box_contact_form label.last {
	padding-right: 0px;
}
#box_contact_form textarea {
	height: 234px;
	font-size: 16px;
	line-height: 16px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	color: #1e2023;
	padding: 19px 10px 19px 24px;
	background: #fff;
	border: none;
    text-transform: uppercase;
}
#box_contact_form #name,
#box_contact_form #phone,
#box_contact_form #email,
#box_contact_form #scode {
	height: 49px;
	font-size: 16px;
	line-height: 16px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	color: #1e2023;
	padding: 19px 10px 19px 24px;
	background: #fff;
	border: none;
	margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}
#box_contact .form input.submit, input.button {
	padding: 22px 46px 22px 46px;
}
}
@media screen and (max-width: 1140px) {
#box_contact {
    width: auto;
    min-height: auto;
    padding: 0px;
    background: #006ebd url(images/box_form_bg_1140.webp) right top no-repeat; 
}
#box_form {
	padding: 40px 20px;
    background: none; 
}
#box_form2 {
	padding: 30px;
	position: relative;
}
#box_contact #table_form td {
    display: block;
    width: 100%;
}
#box_contact_form label {
	padding: 0px;
}
#box_contact_form label.edit {
	width: 100%;
}
#box_contact_form label.edit_half {
	width: 100%;
}
#box_contact .form input.submit, input.button {
	padding: 22px 79px 22px 79px;
}
}
/* footer_info
-----------------------------------------------------------------------------*/
#footer_info {
	color: #c4c7cc;
	background: #006ebd;
	position: relative;
	padding: 70px 0px 97px 0px;
}
#footer_info a {
	color: #c4c7cc;
	text-decoration: none;
}
#footer_logo {
	float: left;
    padding-left: 60px;
}
#footer_address {
	float: right;
    text-align: right;
    padding: 27px 60px 0px 0px;
}
@media screen and (max-width: 1840px) {
#footer_info {
	padding: 67px 0px 97px 0px;
}
#footer_logo {
    padding: 0px;
}
#footer_address {
    padding: 30px 0px 0px 0px;
}
}
@media screen and (max-width: 1140px) {
#footer_info {
	background: #1e2023;
	padding: 20px 0px 0px 0px;
}
#footer_logo {
    display: none;
}
#footer_address {
    padding: 0px;
    text-align: center;
    float: none;
}
}
/* footer_links
-----------------------------------------------------------------------------*/
#footer_links {
	color: #c4c7cc;
	background: #1e2023;
	position: relative;
	padding: 53px 0px 58px 0px;
}
#footer_left {
	float: left;
    padding-left: 60px;
}
#footer_right {
	float: right;
    padding-right: 60px;
}
#footer_left a,
#footer_right a {
	color: #c4c7cc;
}
@media screen and (max-width: 1840px) {
#footer_left,
#footer_right {
    padding: 0px;
}
}
@media screen and (max-width: 1140px) {
#footer_links {
	padding: 0px 0px 20px 0px;
}
#footer_left,
#footer_right {
    float: none;
    text-align: center;
}
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #006ebd;
	font-family: "Rubik", sans-serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 900;
	text-align: left;
    text-transform: uppercase;
	padding: 17px 0px 17px 0px;
	margin-bottom: 15px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #006ebd;
	font-family: "Rubik", sans-serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 900;
	text-align: left;
}
.content_title b {
	color: #1e2023;
	font-weight: 900;
}
.content_title h1 b {
	color: #1e2023;
	font-weight: 900;
}
#box_about .content_title b {
    display: block;
}
#box_gallery .content_title {
    padding: 0px;
    width: 35%;
    float: left;
}
#box_contact .content_title {
    color: #fff;
}
@media screen and (max-width: 1840px) {
.content_title {
}
#box_about .content_title h1 {
    font-size: 65px;
}
#box_gallery .content_title {
    width: 100%;
    float: none;
}
#box_services .content_title b {
    display: block;
}  
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 30px;
	line-height: 30px;
}
.content_title h1 {
	font-size: 30px;
	line-height: 30px;
}
#box_about .content_title h1 {
    font-size: 30px;
    padding-bottom: 17px;
}
#box_gallery .content_title {
    width: 100%;
    float: none;
}
#box_contact .content_title {
    padding-bottom: 17px;
}
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 350px;
	float: left;
}
#contact_address a {
	color: #616161;
    text-decoration: none;
}
#contact_form {
	width: 1410px;
	float: right;
}

@media screen and (max-width: 1840px) {
#contact_address {
	width: 300px;
}
#contact_form {
	width: 700px;
}
}
@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}
/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 64px;
	height: 64px;
	background: #006ebd url(images/scroll_top_bg.webp) center no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    border: 2px solid #fff;
	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: #231f20 url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}
/* Belgard Pavers
-----------------------------------------------------------------------------*/
.pavers {
    display: table;
    width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
    text-align: center;
    font-size: 1px;
	line-height: 1px;
}
.pavers li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 15px 30px 15px;
}
.pavers li a {
	display: block;
    width: 398px;
    height: auto;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
    text-align: center;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;    
}
.pavers li a img {
    display: block;          
    width: 100%;
    height: auto;
}
.pavers li a span {
	display: block; 
    margin-top: 12px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #1e2023;
    text-transform: uppercase;
}
.pavers li a:hover span {
	color: #006ebd;
}
@media screen and (max-width: 1840px) {
.pavers li {
	margin: 0px 10px 20px 10px;
}
.pavers li a {
    width: 300px;
}
}
@media screen and (max-width: 1140px) {
.pavers {
	margin: 15px 0px 0px 0px;
}
.pavers li {
	margin: 0px 5px 10px 5px;
}
.pavers li a {
    width: 220px;
}
}
