@charset "utf-8";
/* CSS Document */

html {
    height:100%;
}

body {
	height: 100%;
	margin: 0;
	font-family: reg;
	color: #707070;
}

.clear {
	clear: both;
}

*:focus {
    outline: none;
}

a {
	color: #003962;
	text-decoration: none;
}

.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -440px;
	padding-bottom: 440px;
}

.footer {
	min-height: 440px;
	background: #535353;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.desktop-flex {
	display: flex;
}

.mobile-flex {
	display: none;
}

@media (max-width: 1199px) {
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}
	
	.desktop-flex {
		display: none;
	}
	
	.mobile-flex {
		display: flex;
	}
}

.desktop-and-pad {
	display: block;
}

.pad-only {
	display: none;
}

.mobile-only {
	display: none;
}

@media (max-width: 1199px) {
	.desktop-and-pad {
		display: block;
	}

	.pad-only {
		display: block;
	}
	
	.mobile-only {
		display: none;
	}
}

@media (max-width: 767px) {
	.desktop-and-pad {
		display: none;
	}

	.pad-only {
		display: none;
	}
	
	.mobile-only {
		display: block;
	}
}

.col_no_padding {
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
}

.my_container {
	width: 1200px;
	text-align: left;
}

@media (max-width: 1240px) {
	.my_container {
		width: 1160px;
	}
}

@media (max-width: 1199px) {
	.my_container {
		width: calc(100% - 20px);
		padding: 0px 10px;
	}
}

.header {
	min-height: 180px;
}

@media (max-width: 1199px) {
	.header {
		min-height: auto;
	}
}

.logo {
	padding-top: 30px;
}

@media (max-width: 1199px) {
	.logo {
		padding: 20px 0px;
	}
}

.header_right {
	min-height: 180px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-around;
}

.header_right_top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	padding-right: 11px;
}

@media (max-width: 1199px) {
	.header_right_top {
		justify-content: flex-start;
		padding: 20px 0px 0px 0px;
	}
}

.lang {
	margin-left: 60px;
	font-family: semibold;
	font-size: 16px;
	text-transform: uppercase;
	color: #2fa2bc;
}

.lang a {
	color: #D1D1D1;
	text-decoration: none;
}

.lang a:hover {
	color: #2fa2bc;
}

@media (max-width: 1199px) {
	.lang {
		margin-left: 0px;
	}
}

.header_phone {
	font-family: semibold;
	font-size: 16px;
	color: #959595;
	margin-left: 12px;
}

.header_phone a {
	color: #959595;
	text-decoration: none;
}

.mainmenu {
	font-family: caps;
	font-feature-settings: "case" on;
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	font-size: 18px;
}

.mainmenu a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	height: 40px;
	padding: 0px 10px;
	color: #003962;
	border: #FFFFFF 1px solid;
	border-radius: 20px;
	text-decoration: none;
	transition: all 0.5s ease, transform 0.5s ease;
}

.mainmenu a:hover {
	border-color: #707070;
}

.mainmenu_active {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	height: 40px;
	padding: 0px 10px;
	color: #003962;
	border: #FFFFFF 1px solid;
	border-radius: 20px;
	text-decoration: none;
	transition: all 0.5s ease, transform 0.5s ease;
	border-color: #707070;
}

.mainmenu_separator {
	width: 2px;
	height: 36px;
	background: #2FA2BC;
	margin: 0px 10px;
}

.mainmenu_icon {
	margin-right: 5px;
}

@media (max-width: 1199px) {
	.mainmenu {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.mainmenu a {
		width: 100%;
		border: none;
		border-radius: 0px;
		padding: 0px;
		border-bottom: #707070 1px solid;
		align-items: center;
		justify-content: flex-start;
	}
	
	.mainmenu a:hover {
		width: 100%;
		border: none;
		border-radius: 0px;
		padding: 0px;
		border-bottom: #707070 1px solid;
		align-items: center;
		justify-content: flex-start;
	}
}

.home_slider {
	height: 700px;
}

@media (max-width: 1199px) {
	.home_slider {
		height: 500px;
	}
}

.home_slider_desc {
	font-family: semibold;
	font-size: 30px;
	color: white;
	text-align: center;
	padding-top: 140px;
}

@media (max-width: 1199px) {
	.home_slider_desc {
		font-size: 20px;
	}
}

.home_slider_desc_dark {
	color: #a8e2ef;
}

.home_block_1_wrapper {
	margin: -125px 0px -125px 0px;
	position: relative;
	/* background: white url('../images/home_block_1_bg.png') no-repeat right bottom; */
	background: white;
	box-shadow: 0px 3px 6px #00000029;
	padding: 7px;
}

.home_block_1_pic {
	height: 370px;
}

@media (max-width: 1199px) {
	.home_block_1_pic {
		height: 250px;
	}
}

@media (max-width: 767px) {
	.home_block_1_pic {
		height: 180px;
	}
}

.home_block_1_desc {
	min-height: 370px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 22px;
	line-height: 40px;
	padding: 0px 20px 0px 5%;
}

@media (max-width: 1199px) {
	.home_block_1_desc {
		min-height: auto;
		padding: 20px 10px;
		font-size: 20px;
	}
}

.home_block_2 {
	background: #F5F5F5;
}

.home_block_2_desc {
	padding: 200px 0px 100px 0px;
	font-size: 21px;
	line-height: 40px;
}

@media (max-width: 1199px) {
	.home_block_2_desc {
		padding: 150px 0px 50px 0px;
		font-size: 20px;
	}
}

.home_block_3 {
	min-height: 350px;
	background: #003962;
}

.home_block_3_row {
	margin: 0px;
}

.home_block_3_pic {
	height: 350px;
}

.home_bloc_3_pic_col {
	padding-right: 0px;
}

.home_block_3_desc {
	height: 350px;
	margin-top: -350px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 27px;
	color: white;
	line-height: 40px;
	padding: 0px 5% 0px 0px;
}

@media (max-width: 1199px) {
	.home_block_3_desc {
		padding: 20px 10px;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.home_block_3_pic {
		height: 275px;
	}

	.home_block_3 {
		min-height: auto;
	}

	.home_block_3_desc {
		margin-top: 0px;
		height: auto;
		padding: 20px 10px;
		font-size: 20px;
	}
}

.home_block_3_logo {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 350px;
	margin-top: -350px;
	padding-bottom: 50px;
}

@media (max-width: 1199px) {
	.home_block_3_logo {
		display: none;
	}
}

.home_block_4 {
	padding: 40px 0px 100px 0px;
}

.home_block_4_pic_wrapper {
	padding: 12px 8px;
	box-shadow: 0px 3px 6px #00000029;
}

.home_block_4_pic {
	height: 270px;
}

.home_block_4_desc {
	min-height: 270px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 22px;
	line-height: 40px;
	padding: 0px 0px 0px 5%;
}

@media (max-width: 1199px) {
	.home_block_4_desc {
		padding: 20px 10px;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.home_block_4 {
		padding: 20px 0px 40px 0px;
	}

	.home_block_4_pic {
		height: 190px;
	}

	.home_block_4_desc {
		min-height: auto;
		padding: 20px 10px;
		font-size: 20px;
	}
}

.footer_content {
	padding-top: 60px;
	color: #D1D1D1;
}

@media (max-width: 991px) {
	.footer_content {
		padding-top: 20px;
	}
}

.footer_logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 260px;
	border-right: #D1D1D1 2px solid;
}

@media (max-width: 991px) {
	.footer_logo {
		height: auto;
		border-right: none;
		padding: 20px 0px;
	}
}

.footer_center {
	min-height: 260px;
	border-right: #D1D1D1 2px solid;
	padding-left: 5%;
}

@media (max-width: 991px) {
	.footer_center {
		min-height: auto;
		border-right: none;
		padding: 0px 5% 20px 5%;
	}
}

.footer-desktop {
	display: block;
}

.footer-mobile {
	display: none;
}

@media (max-width: 991px) {
	.footer-desktop {
		display: none;
	}
	
	.footer-mobile {
		display: block;
	}
}

.footer_menu {
	font-family: caps;
	font-feature-settings: "case" on;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 36px;
}

.footer_menu a {
	color: #D1D1D1;
	text-decoration: none;
	transition: all 0.5s ease, transform 0.5s ease;
}

.footer_menu a:hover {
	text-decoration: underline;
}

.footer_soc {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 30px;
}

.footer_soc_icon {
	margin-right: 15px;
}

.footer_contact {
	padding-left: 5%;
}

@media (max-width: 991px) {
	.footer_contact {
		padding-bottom: 20px;
	}
}

.footer_contact_label {
	font-family: caps;
	font-feature-settings: "case" on;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 20px;
}

.footer_contact_title {
	font-size: 16px;
	padding-top: 8px;
}

.footer_contact_area {
	width: 100%;
	height: 40px;
	background: #616161;
	border: #868686 1px solid;
	padding: 0px 12px;
	margin: 0px 0px 10px 0px;
	font-family: reg;
	font-size: 16px;
	color: #D1D1D1;
}

.footer_contact_message {
	width: 100%;
	height: 110px;
	background: #616161;
	border: #868686 1px solid;
	padding: 0px 12px;
	margin: 0px 0px 10px 0px;
	font-family: reg;
	font-size: 16px;
	color: #D1D1D1;
}

.footer_contact_submit {
	height: 35px;
	background: #2fa2bc;
	border: none;
	padding: 0px 20px;
	margin: 0px;
	box-shadow: 0px 3px 6px #00000029;
	color: #ffffff;
	cursor: pointer;
	font-family: caps;
	font-feature-settings: "case" on;
	text-transform: uppercase;
	font-size: 16px;
	transition: all 0.5s ease, transform 0.5s ease;
}

.footer_contact_submit:hover {
	background: #003962;
}

.footer_contact_notif_ok {
	font-size: 16px;
	padding-bottom: 10px;
}

.footer_contact_notif_fail {
	font-size: 16px;
	color: #FF0000;
	padding-bottom: 10px;
}

.inner_banner {
	height: 250px;
}

.inner_banner_desc {
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: semibold;
	font-size: 30px;
	color: white;
	text-align: center;
}

@media (max-width: 1199px) {
	.inner_banner_desc {
		font-size: 20px;
	}
}

.bazari_block_1 {
	padding: 100px 0px 80px 0px;
}

@media (max-width: 1199px) {
	.bazari_block_1 {
		padding: 20px 0px 20px 0px;
	}
}

.bazari_block_1_desc {
	min-height: 270px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 22px;
	line-height: 40px;
	padding: 0px 5% 0px 0px;
}

@media (max-width: 1199px) {
	.bazari_block_1_desc {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.bazari_block_1_desc {
		min-height: auto;
		padding: 20px 10px;
		font-size: 20px;
		text-align: center;
	}
}

.bazari_block_1_pic {
	height: 270px;
}

.bazari_block_2 {
	background: #F5F5F5;
}

.bazari_block_2_desc {
	padding: 100px 0px;
	font-size: 21px;
	line-height: 40px;
}

@media (max-width: 1199px) {
	.bazari_block_2_desc {
		padding: 20px 0px;
		font-size: 20px;
	}
}

.why_block_1 {
	padding: 100px 0px 80px 0px;
}

.why_block_1_pic {
	height: 270px;
}

.why_block_1_desc {
	min-height: 270px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 22px;
	line-height: 40px;
	padding: 0px 0px 0px 5%;
}

@media (max-width: 1199px) {
	.why_block_1 {
		padding: 20px 0px 20px 0px;
	}

	.why_block_1_desc {
		min-height: auto;
		font-size: 20px;
		padding: 20px 10px;
	}
}

.why_block_2 {
	min-height: 350px;
	background: #186e8f url('../images/why_block_2_bg_1.png') repeat-x bottom; 
}

.why_block_2_inner {
	min-height: 350px;
	/* background: url('../images/why_block_2_bg_2.png') no-repeat right bottom; */
	padding: 40px 0px;
	color: white;
}

.why_block_2_title {
	font-family: semibold;
	font-size: 20px;
	padding-bottom: 40px;
}

.why_block_2_desc {
	font-size: 16px;
	line-height: 40px;
}

.why_block_3 {
	min-height: 360px;
}

.why_block_3_row {
	margin: 0px;
}

.why_block_3_pic {
	height: 360px;
}

.why_bloc_3_pic_col {
	padding-left: 0px;
}

.why_block_3_desc {
	height: 360px;
	margin-top: -360px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 22px;
	line-height: 40px;
	padding: 0px 0px 0px 5%;
}

@media (max-width: 1199px) {
	.why_block_3_desc {
		font-size: 20px;
		padding: 20px 10px;
	}
}

@media (max-width: 767px) {
	.why_block_3_pic {
		height: 275px;
	}

	.why_block_3 {
		min-height: auto;
		padding: 0px 0px 20px 0px;
	}

	.why_block_3_desc {
		height: auto;
		margin-top: 0px;
		font-size: 20px;
		padding: 20px 10px;
	}
}

.news_block {
	padding: 70px 0px;
}

.news_item {
	border-bottom: #707070 1px solid;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.news_pic {
	height: 190px;
}

.news_text {
	padding-left: 5%;
}

@media (max-width: 1199px) {
	.news_text {
		padding: 10px 0px 0px 0px;
	}
}

.news_title {
	font-size: 24px;
	color: #003962;
	padding-bottom: 10px;
}

.news_title a {
	color: #003962;
	text-decoration: none;
}

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

.news_more {
	position: relative;
	margin: -35px 0px 0px 5%;
}

@media (max-width: 1199px) {
	.news_more {
		margin: 20px 0px 0px 0px;
	}
}

.news_more a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	background: #2FA2BC;
	font-size: 16px;
	color: white;
	padding: 0px 50px;
	font-family: caps;
	font-feature-settings: "case" on;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0px 3px 6px #00000029;
	transition: all 0.5s ease, transform 0.5s ease;
}

.news_more a:hover {
	background: #003962;
}

.news_inner_pic {
	padding-bottom: 40px;
}

.news_inner_pic img {
	width: 100%;
}

.news_inner_title {
	font-size: 28px;
	color: #003962;
	padding-bottom: 40px;
}

@media (max-width: 767px) {
	.news_inner_title {
		text-align: center;
	}
}

.news_inner_desc {
	font-size: 22px;
	line-height: 40px;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.news_inner_desc {
		text-align: center;
		font-size: 18px;
	}
}

.news_inner_back {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 767px) {
	.news_inner_back {
		display: block;
		padding-top: 20px;
	}
}

.news_inner_back a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	background: #2FA2BC;
	font-size: 16px;
	color: white;
	padding: 0px 50px;
	font-family: caps;
	font-feature-settings: "case" on;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0px 3px 6px #00000029;
	transition: all 0.5s ease, transform 0.5s ease;
}

.news_inner_back a:hover {
	background: #003962;
}

.contact_block {
	padding: 70px 0px;
}

.contact_label {
	font-family: caps;
	font-feature-settings: "case" on;
	text-transform: uppercase;
	font-size: 23px;
	color: #003962;
	padding-bottom: 80px;
}

@media (max-width: 767px) {
	.contact_label {
		text-align: center;
	}
}

.contact_item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.contact_icon {
	width: 70px;
}

.contact_desc {
	width: calc(95% - 70px);
	font-size: 20px;
}

.contact_desc_phone {
	width: calc(95% - 70px);
	font-size: 20px;
}

.contact_desc_phone a {
	color: #707070;
	text-decoration: none;
}

.contact_map_wrapper {
	padding: 20px;
	box-shadow: 0px 3px 6px #00000029;
}

.contact_map {
	height: 450px;
}

.pagination {
	font-size: 16px;
	margin: 30px 0px;
}

.page-link {
	color: #003962;
	background-color: #ffffff;
	border-color: #707070;
}

.page-link:hover {
	color: #ffffff;
	background-color: #003962;
	border-color: #707070;
}

.page-link:focus {
	color: #ffffff;
	background-color: #003962;
	border-color: #707070;
}

.page-item.active .page-link {
	color: #ffffff;
	background-color: #003962;
	border-color: #707070;
}

.burger_menu_open {
	width: 30px;
	height: 17px;
	margin-top: 50px;
	float: right;
	cursor: pointer;
}

.burger_menu_open_bar {
	height: 3px;
	background: #003962;
	margin-bottom: 4px;
}

.burger_menu_open_bar_bottom {
	height: 3px;
	background: #003962;
}

.burger_menu_close {
	color: #003962;
	font-size: 30px;
	line-height: 30px;
	float: right;
	cursor: pointer;
}

.burger_menu {
	display: block;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	min-height: 100px;
	z-index: 5;
	overflow-y: auto;
	height: 100%;
	padding: 20px;
	/* background: #ffffff url('../images/menu_mobile_bg.png') no-repeat left bottom; */
	background: white;
}

@media (max-width: 767px) {
	.burger_menu {
		background-size: 100% auto;
	}
}